Yet-another-efficientdet-pytorch: 请问,为什么我用下载的模型测试,效果没有仓库里面的效果好?

Created on 22 Apr 2020  ·  5Comments  ·  Source: zylo117/Yet-Another-EfficientDet-Pytorch

Most helpful comment

This is totally normal, you need to set force_input_size = 1920.
But this is for demo propose, you should not use this in production

All 5 comments

what is the command line?

img_inferred_d0_this_repo_0
python efficientdet_test.py
is it normal?

同问,我是在Mac的CPU上运行模型。

This is totally normal, you need to set force_input_size = 1920.
But this is for demo propose, you should not use this in production

what is the command line?

python efficientdet_test.py

Was this page helpful?
0 / 5 - 0 ratings