quandao92 commited on
Commit
5ceac77
·
verified ·
1 Parent(s): dc07e50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -25
README.md CHANGED
@@ -94,31 +94,45 @@ AnomalyCLIP은 특정 객체에 의존하지 않는 텍스트 프롬프트를
94
  - **데이터 분류:**
95
  - Normal: 결함이 없는 정상 제품의 이미지.
96
  - Error: 결함이 있는 제품의 이미지. 결함 위치와 관련 정보가 포함됩니다.
97
- <div style="display: flex;justify-content: space-between;">
98
- <div style="text-align: center;margin-right: 5px;">
99
- <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/5pGwZ-sptjWjf7WpHifyJ.jpeg" height="400" width="500"">
100
- </div>
101
- <div style="text-align: center;justify-content: space-between; margin-right: 5px;">
102
- <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/3iihck7VfkXKw9VcIl06x.jpeg" height="400" width="500"">
103
- </div>
104
- <div style="text-align: center;justify-content: space-between;margin-right: 5px;">
105
- <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/tjsmiXq9pp0K6KSuS1iOS.jpeg" height="400" width="500"">
106
- </div>
107
- </div>
108
- <p style="text-align: center;">Normal Product Images</p>
109
-
110
- <div style="display: flex;justify-content: space-between;">
111
- <div style="text-align: center;margin-right: 5px;">
112
- <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/Qv01zDzEM5u8cQYdALrSU.jpeg" height="400" width="500"">
113
- </div>
114
- <div style="text-align: center;justify-content: space-between; margin-right: 5px;">
115
- <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/z7_obhXwLwjEaH-bWvZJ9.jpeg" height="400" width="500"">
116
- </div>
117
- <div style="text-align: center;justify-content: space-between;margin-right: 5px;">
118
- <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/6yTepQ1Oai5qNIbLjejvN.jpeg" height="400" width="500"">
119
- </div>
120
- </div>
121
- <p style="text-align: center;">Error Product Images</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
 
123
 
124
  # AD-CLIP Model Architecture
 
94
  - **데이터 분류:**
95
  - Normal: 결함이 없는 정상 제품의 이미지.
96
  - Error: 결함이 있는 제품의 이미지. 결함 위치와 관련 정보가 포함됩니다.
97
+ <div style="display: flex;justify-content: space-between;">
98
+ <div style="text-align: center;margin-right: 5px;">
99
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/5pGwZ-sptjWjf7WpHifyJ.jpeg" height="400" width="450"">
100
+ </div>
101
+ <div style="text-align: center;justify-content: space-between; margin-right: 5px;">
102
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/3iihck7VfkXKw9VcIl06x.jpeg" height="400" width="450"">
103
+ </div>
104
+ <div style="text-align: center;justify-content: space-between;margin-right: 5px;">
105
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/tjsmiXq9pp0K6KSuS1iOS.jpeg" height="400" width="450"">
106
+ </div>
107
+ </div>
108
+ <p style="text-align: center;">Normal Product Images</p>
109
+
110
+ <div style="display: flex;justify-content: space-between;">
111
+ <div style="text-align: center;margin-right: 5px;">
112
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/Qv01zDzEM5u8cQYdALrSU.jpeg" height="400" width="450"">
113
+ </div>
114
+ <div style="text-align: center;justify-content: space-between; margin-right: 5px;">
115
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/B5q_FKiTVXkuElTSlUc4s.jpeg" height="400" width="450"">
116
+ </div>
117
+ <div style="text-align: center;justify-content: space-between;margin-right: 5px;">
118
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e7d0935ea025ead9623dde/3pro8oEqMTiEwiwFKcACn.jpeg" height="400" width="450"">
119
+ </div>
120
+ </div>
121
+ <p style="text-align: center;">Error Product Images</p>
122
+
123
+ - **예시:**
124
+ ```ruby
125
+ {
126
+ "image_id": "normal_20241111_001.jpg",
127
+ "label": "normal",
128
+ "description": "매끄러운 표면을 가진 정상적인 금속 부품, 광택이 균일함."
129
+ }
130
+ {
131
+ "image_id": "abnormal_20241111_002.jpg",
132
+ "label": "error",
133
+ "description": "표면에 선형 스크래치가 발견됨."
134
+ }
135
+ ```
136
 
137
 
138
  # AD-CLIP Model Architecture