gyrojeff commited on
Commit
28f3c56
Β·
1 Parent(s): 1750035

feat: update experiment data

Browse files
Files changed (1) hide show
  1. README.md +16 -15
README.md CHANGED
@@ -142,24 +142,25 @@ Some fonts are problematic during the generation process. The script has an manu
142
 
143
  On our synthesized dataset,
144
 
145
- | Backbone | Pretrained | Output Normalization | Data Aug | Input Size | Hyper Param | Accur | Commit | Dataset |
146
- | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
147
- | ResNet-18 | ❌ | Sigmoid | ❌ | 512x512 | I<sup>1</sup> | 18.58% | 5c43f60 | I<sup>4</sup> |
148
- | ResNet-18 | ❌ | Sigmoid | ❌ | 512x512 | II<sup>2</sup> | 14.39% | 5a85fd3 | I |
149
- | ResNet-18 | ❌ | Tanh | ❌ | 512x512 | II | 16.24% | ff82fe6 | I |
150
- | ResNet-18 | ❌ | Tanh | βœ…<sup>3</sup> | 512x512 | II | 27.71% | a976004 | I |
151
- | ResNet-18 | ❌ | Tanh | βœ… | 512x512 | I | 29.95% | 8364103 | I |
152
- | ResNet-18 | ❌ | Sigmoid | βœ… | 512x512 | I | 29.37% [Early stop] | 8d2e833 | I |
153
- | ResNet-18 | ❌ | Sigmoid | βœ… | 416x416 | I | [Lower Trend] | d5a3215 | I |
154
- | ResNet-18 | ❌ | Sigmoid | βœ… | 320x320 | I | [Lower Trend] | afcdd80 | I |
155
- | ResNet-18 | ❌ | Sigmoid | βœ… | 224x224 | I | [Lower Trend] | 8b9de80 | I |
156
- | ResNet-34 | ❌ | Sigmoid | βœ… | 512x512 | I | 32.03% | 912d566 | I |
157
- | ResNet-50 | ❌ | Sigmoid | βœ… | 512x512 | I | 34.21% | e980b66 | I |
158
- | ResNet-18 | βœ… | Sigmoid | βœ… | 512x512 | I | 31.24% | 416c7bb | I |
 
159
 
160
  * <sup>1</sup> `learning rate = 0.0001, lambda = (2, 0.5, 1)`
161
  * <sup>2</sup> `learning rate = 0.00005, lambda = (4, 0.5, 1)`
162
- * <sup>3</sup> Color Jitter + Random Crop + Random Horizontal Flip
163
  * <sup>4</sup> Initial version of synthesized dataset
164
 
165
  ## Related works and Resources
 
142
 
143
  On our synthesized dataset,
144
 
145
+ | Backbone | Data Aug | Pretrained | Crop<br>Text<br>BBox | Output<br>Norm | Input Size | Hyper<br>Param | Accur | Commit | Dataset |
146
+ | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
147
+ | ResNet-18 | ❌ | ❌ | ❌ | Sigmoid | 512x512 | I<sup>1</sup> | 18.58% | 5c43f60 | I<sup>4</sup> |
148
+ | ResNet-18 | ❌ | ❌ | ❌ | Sigmoid | 512x512 | II<sup>2</sup> | 14.39% | 5a85fd3 | I |
149
+ | ResNet-18 | ❌ | ❌ | ❌ | Tanh | 512x512 | II | 16.24% | ff82fe6 | I |
150
+ | ResNet-18 | βœ…<sup>3</sup> | ❌ | ❌ | Tanh | 512x512 | II | 27.71% | a976004 | I |
151
+ | ResNet-18 | βœ… | ❌ | ❌ | Tanh | 512x512 | I | 29.95% | 8364103 | I |
152
+ | ResNet-18 | βœ… | ❌ | ❌ | Sigmoid | 512x512 | I | 29.37% [Early stop] | 8d2e833 | I |
153
+ | ResNet-18 | βœ… | ❌ | ❌ | Sigmoid | 416x416 | I | [Lower Trend] | d5a3215 | I |
154
+ | ResNet-18 | βœ… | ❌ | ❌ | Sigmoid | 320x320 | I | [Lower Trend] | afcdd80 | I |
155
+ | ResNet-18 | βœ… | ❌ | ❌ | Sigmoid | 224x224 | I | [Lower Trend] | 8b9de80 | I |
156
+ | ResNet-34 | βœ… | ❌ | ❌ | Sigmoid | 512x512 | I | 32.03% | 912d566 | I |
157
+ | ResNet-50 | βœ… | ❌ | ❌ | Sigmoid | 512x512 | I | 34.21% | e980b66 | I |
158
+ | ResNet-18 | βœ… | βœ… | ❌ | Sigmoid | 512x512 | I | 31.24% | 416c7bb | I |
159
+ | ResNet-18 | βœ… | βœ… | βœ… | Sigmoid | 512x512 | I | 34.69% | 855e240 | I |
160
 
161
  * <sup>1</sup> `learning rate = 0.0001, lambda = (2, 0.5, 1)`
162
  * <sup>2</sup> `learning rate = 0.00005, lambda = (4, 0.5, 1)`
163
+ * <sup>3</sup> Color Jitter + Random Crop
164
  * <sup>4</sup> Initial version of synthesized dataset
165
 
166
  ## Related works and Resources