We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13226d commit 153c655Copy full SHA for 153c655
README.md
@@ -137,7 +137,7 @@ The download link is [Here](https://drive.google.com/open?id=1XVEYb0TN2SbBYOqf8S
137
138
|Methods | Rank@1 | mAP| Reference|
139
| -------- | ----- | ---- | ---- |
140
-| [EfficientNet-b4](from tf) | 85.78% | 66.80% | `python train.py --use_efficient --name eff; python test.py --name eff` |
+| [EfficientNet-b4] | 85.78% | 66.80% | `python train.py --use_efficient --name eff; python test.py --name eff` |
141
| [ResNet-50] | 88.84% | 71.59% | `python train.py --train_all` |
142
| [ResNet-50-ibn] | 89.13% | 73.40% | `python train.py --train_all --name res-ibn --ibn` |
143
| [DenseNet-121] | 90.17% | 74.02% | `python train.py --name ft_net_dense --use_dense --train_all` |
0 commit comments