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/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

images size in focus model

oym050922021 opened this issue · comments

For yolox_tiny model, the image size is set to 416, but when I see the focus module, the input size is changed to 64. What is the problem? Thank you