Bryceee commited on
Commit
f54dff5
·
verified ·
1 Parent(s): 6b61a60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -50,7 +50,7 @@ COCO_CATEGORIES = [
50
 
51
  3. Model: Teeth_Visual_Experts_DINO_r50_5scale_x-ray_periapical_lesions_3classes.pth
52
 
53
- Config: DINO_ r50_5scale_x-ray_periapical_lesions_3classes.py
54
 
55
  ```python
56
  "categories": [
@@ -89,6 +89,30 @@ COCO_CATEGORIES = [
89
  }
90
  ```
91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
 
93
  # For Periapical X-ray images (Two visual experts)
94
 
 
50
 
51
  3. Model: Teeth_Visual_Experts_DINO_r50_5scale_x-ray_periapical_lesions_3classes.pth
52
 
53
+ Config: DINO_r50_5scale_x-ray_periapical_lesions_3classes.py
54
 
55
  ```python
56
  "categories": [
 
89
  }
90
  ```
91
 
92
+ 5. Model: Teeth_Visual_Experts_DINO_SwinL_5scale_panoramic_x-ray_32ToothID.pth
93
+
94
+ Config: DINO_r50_5scale_x-ray_periapical_lesions_3classes.py
95
+
96
+ ```python
97
+ "categories": [
98
+ {
99
+ "id": 1,
100
+ "name": "Granuloma",
101
+ "supercategory": "genjianzhouyan_rouyazhong"
102
+ },
103
+ {
104
+ "id": 2,
105
+ "name": "Cyst",
106
+ "supercategory": "genjianzhouyan_nangzhong"
107
+ },
108
+ {
109
+ "id": 3,
110
+ "name": "Abscess",
111
+ "supercategory": "genjianzhouyan_nongzhong"
112
+ }
113
+ ]
114
+ ```
115
+
116
 
117
  # For Periapical X-ray images (Two visual experts)
118