gyrojeff commited on
Commit
cfa084c
β€’
1 Parent(s): 28f3c56

feat: update results

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -144,10 +144,10 @@ 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 |
@@ -157,11 +157,13 @@ On our synthesized dataset,
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
167
 
 
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>3</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>4</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 |
 
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
+ | ResNet-18 | βœ”οΈ<sup>5</sup> | βœ… | βœ… | Sigmoid | 512x512 | I | 38.32% | 1750035 | I |
161
 
162
  * <sup>1</sup> `learning rate = 0.0001, lambda = (2, 0.5, 1)`
163
  * <sup>2</sup> `learning rate = 0.00005, lambda = (4, 0.5, 1)`
164
+ * <sup>3</sup> Initial version of synthesized dataset
165
+ * <sup>4</sup> Data Augmentation v1: Color Jitter + Random Crop [81%-100%]
166
+ * <sup>5</sup> Data Augmentation v2: Color Jitter + Random Crop [30%-130%] + Random Gaussian Blur + Random Gaussian Noise + Random Rotation [-15Β°, 15Β°]
167
 
168
  ## Related works and Resources
169