You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Results of our models on minival set are 34.8, 37.6, 36.7, 39.6 respectively.
The above results are obtained by single-scale training and testing without adopting scale-jitter training and inference augmentation (e.g., multi-scale, flip, voting)
The runtime are measured on our local machine with single NVIDIA GTX 1080 Ti, i7-6850k CPU, pyTorch 0.4.1, CUDA 9.0 and cuDNN v7.0. Different configures may induce various runtime.
We have updated the runtime of Ours_384 with ResNet-101 since the data of last commit 42ab085 was obtained when the gpu was busy.
Comparison to other state-of-arts
Speed/Accuracy trade-off
Notes
V means the backbone of VGG-16 and R is ResNet-101.