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.36k stars 2.2k forks source link

create EXP file for coco dataset #1456

Open phoenix644 opened 2 years ago

phoenix644 commented 2 years ago

Hi, i went through the tutorial on creating a dataset from coco format but it is a little vague for me. do you have any EXP file ready for yolox nano by any chance or have any other tutorial to make it work would be appreciated.

FateScript commented 2 years ago

You might refer code here for your own coco format dataset. If you like, override get_dataloader method in Exp class could also help you.