Skip to content

Commit e430a64

Browse files
authored
Update README.md
1 parent 2ef82e2 commit e430a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ The download link is [Here](https://drive.google.com/open?id=1XVEYb0TN2SbBYOqf8S
244244
| [ResNet-50] | 88.84% | 71.59% | `python train.py --train_all` |
245245
| [ResNet-50 + USAM] | 88.75% | 71.95% | `python train.py --train_all --name res-usam --usam; python test.py --name res-usam` |
246246
| [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` |
247248
| [DenseNet-121] | 90.17% | 74.02% | `python train.py --name ft_net_dense --use_dense --train_all` |
248249
| [DenseNet-121 (Circle)] | 91.00% | 76.54% | `python train.py --name ft_net_dense_circle_w5 --circle --use_dense --train_all --warm_epoch 5` |
249250
| [HRNet-18] | 90.83% | 76.65% | `python train.py --use_hr --name hr18; python test.py --name hr18` |

0 commit comments

Comments
 (0)