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.41k stars 2.21k forks source link

About "input_scale" in YOLOX\exps\default\yolox_tiny.py #832

Open CnybTseng opened 3 years ago

CnybTseng commented 3 years ago

The "input_scale" only appears in file "YOLOX\exps\default\yolox_tiny.py". How does it works? What about "input_size"? Is the "input_scale" a spelling error?

KoheiKanagu commented 2 years ago

Yes it was a typo. https://github.com/Megvii-BaseDetection/YOLOX/pull/1129