Megvii-BaseDetection / YOLOX

YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Apache License 2.0
9.47k stars 2.21k forks source link

YOLOX train parser: error: unrecognized arguments: --tsize #491

Closed adaaaaaa closed 3 years ago

adaaaaaa commented 3 years ago

python tools/train.py -n yolox-tiny -d 1 -b 16 --fp16 -o --tsize 360 python tools/train.py -n yolox-tiny -d 1 -b 16 --fp16 --tsize 360 -o

上面两种都是一样的报错,到底有没有这个参数设置的?

Joker316701882 commented 3 years ago

@adaaaaaa I don't remember we support --tsize. Where do you see this command?

FateScript commented 3 years ago

Long time no reply. I will close this issue, feel free to reopen.