what is the command line?

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
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