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.35k stars 2.19k forks source link

About the Pre-trained ! #1571

Closed baowenshuwh closed 1 year ago

baowenshuwh commented 1 year ago

Were the pre-training weights in YOLOX trained on the coco dataset? I would like to use Convnext as the backbone of yolox, do I also need to get the pre-training weights by training on the coco dataset?

Joker316701882 commented 1 year ago

@baowenshuwh Yes, it is better to train ConvNeXt on COCO using YOLOX first.

baowenshuwh commented 1 year ago

@baowenshuwh Yes, it is better to train ConvNeXt on COCO using YOLOX first.

Ok, thank you for your reply