Cuogeihong / CEASC

The official implementation of CEASC
Apache License 2.0
99 stars 12 forks source link

config file #6

Open mahilaMoghadami opened 1 year ago

mahilaMoghadami commented 1 year ago

hello thanks for implementation sharing it was interesting for me

I have two question:

  1. I want to train to train network with YOLOv5 baseline detector. did you shared any config file for training?
  2. there are some sample config file in CEASC/configs/UAV/ directory . and others in CEASC/configs/ directory. which one we can use for training VisDrone dataset?

Appreciate if share YOLOv5 config file if there isn't. thank you.

Cuogeihong commented 1 year ago

hello, for the first question, it's hard to build YOLOv5 config because mmdetection does not support YOLOv5.

Perhaps you could try the newly announced mmyolo or use mmdetection's yolox instead.

Cuogeihong commented 1 year ago

All configs for training VisDrone can be found in CEASC/configs/UAV/ directory.