Bryceee commited on
Commit
c34cd7e
·
verified ·
1 Parent(s): 6b44e0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -4,7 +4,7 @@
4
  {}
5
  ---
6
 
7
- # For Panoramic X-ray images
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
 
@@ -74,7 +74,7 @@ COCO_CATEGORIES = [
74
 
75
 
76
 
77
- # For Periapical X-ray images
78
 
79
  1. Model: Teeth_Visual_Experts_Maskdino_Swinl_periapical_images_6diseases.pth
80
 
@@ -94,20 +94,19 @@ COCO_CATEGORIES = [
94
 
95
  ```
96
 
97
- 2. Model: Teeth_Visual_Experts_Maskdino_Swinl_periapical_images_6diseases.pth
98
 
99
- Config: maskdino_R50_bs16_50ep_4s_dowsample1_2048_periapical_x-ray_6diseases.yaml
100
 
101
  ```python
102
- COCO_CATEGORIES = [
103
- {"color": [220, 20, 60], "isthing": 1, "id": 1, "name": "Crown"},
104
- {"color": [119, 11, 32], "isthing": 1, "id": 2, "name": "Deep_Caries"},
105
- {"color": [0, 0, 142], "isthing": 1, "id": 3, "name": "RCT"},
106
- {"color": [0, 0, 230], "isthing": 1, "id": 4, "name": "Restoration"},
107
- {"color": [106, 0, 228], "isthing": 1, "id": 5, "name": "Caries"},
108
- {"color": [0, 60, 100], "isthing": 1, "id": 6, "name": "Normal"},
 
109
  ]
110
 
111
- "periapical_x-ray_6diseases": ("periapical_x-ray_6diseases/images", "periapical_x-ray_6diseases/output_coco.json"),
112
-
113
  ```
 
4
  {}
5
  ---
6
 
7
+ # For Panoramic X-ray images (XXX visual experts)
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
 
 
74
 
75
 
76
 
77
+ # For Periapical X-ray images (Two visual experts)
78
 
79
  1. Model: Teeth_Visual_Experts_Maskdino_Swinl_periapical_images_6diseases.pth
80
 
 
94
 
95
  ```
96
 
97
+ 2. Model: Teeth_Visual_Experts_ViT_L_periapical_images_cls_7diseases.bin
98
 
99
+ Github: https://github.com/jeonsworld/ViT-pytorch
100
 
101
  ```python
102
+ CATEGORIES = [
103
+ "Pulpitis" (牙髓炎),
104
+ "Impacted tooth" (阻生齿),
105
+ "Apical periodontitis" (根尖周炎),
106
+ "Bone loss" (骨质流失),
107
+ "Alternation between primary and permanent teeth" (乳恒牙交替期),
108
+ "Caries" (龋齿),
109
+ "Periodontitis", (牙周炎)
110
  ]
111
 
 
 
112
  ```