forked from CUHK-AIM-Group/DEeR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
classnames.py
23 lines (18 loc) · 1.67 KB
/
classnames.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- coding: utf-8 -*-
"""
Created on Sun Jan 7 20:15:30 2024
@author: ZML
"""
Cifar10_Concepts = ['airplane', 'automobile', 'bird', 'cat', 'deer', 'dog', 'frog', 'horse', 'ship', 'truck']
Cifar100_Concepts = ['apple','aquarium_fish','baby','bear','beaver','bed','bee','beetle','bicycle','bottle',
'bowl','boy','bridge','bus','butterfly','camel','can','castle','caterpillar','cattle',
'chair','chimpanzee','clock','cloud','cockroach','couch','cra','crocodile','cup','dinosaur',
'dolphin','elephant','flatfish','forest','fox','girl','hamster','house','kangaroo','keyboard',
'lamp','lawn_mower','leopard','lion','lizard','lobster','man','maple_tree','motorcycle','mountain',
'mouse','mushroom','oak_tree','orange','orchid','otter','palm_tree','pear','pickup_truck',
'pine_tree','plain','plate','poppy','porcupine','possum','rabbit','raccoon','ray','road','rocket',
'rose','sea','seal','shark','shrew','skunk','skyscraper','snail','snake','spider','squirrel','streetcar',
'sunflower','sweet_pepper','table','tank','telephone','television','tiger','tractor','train',
'trout','tulip','turtle','wardrobe','whale','willow_tree','wolf','woman','worm']
OCT_Concepts = ['Age-related macular degeneration', 'Choroidal neovascularization', 'Central serous retinopathy', 'Diabetic macular edema', 'Macular hole', 'Choroidal drusen', 'Diabetic retinopathy', 'Normal retina']
Kvasir_Concepts = ['dyed lifted polyp', 'dyed resection margin', 'esophagitis', 'cecum', 'pylorus', 'Z-line', 'polyps', 'ulcerative colitis']