File tree 1 file changed +1
-0
lines changed 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ The download link is [Here](https://drive.google.com/open?id=1XVEYb0TN2SbBYOqf8S
244
244
| [ ResNet-50] | 88.84% | 71.59% | ` python train.py --train_all ` |
245
245
| [ ResNet-50 + USAM] | 88.75% | 71.95% | ` python train.py --train_all --name res-usam --usam; python test.py --name res-usam ` |
246
246
| [ ResNet-50-ibn] | 89.13% | 73.40% | ` python train.py --train_all --name res-ibn --ibn ` |
247
+ | [ ResNet-50-ibn + USAM] | 89.01% | 73.54% | ` python train.py --train_all --name ibn-usam --ibn --usam; python test.py --name ibn-usam ` |
247
248
| [ DenseNet-121] | 90.17% | 74.02% | ` python train.py --name ft_net_dense --use_dense --train_all ` |
248
249
| [ DenseNet-121 (Circle)] | 91.00% | 76.54% | ` python train.py --name ft_net_dense_circle_w5 --circle --use_dense --train_all --warm_epoch 5 ` |
249
250
| [ HRNet-18] | 90.83% | 76.65% | ` python train.py --use_hr --name hr18; python test.py --name hr18 ` |
You can’t perform that action at this time.
0 commit comments