Thank you for your work. I have a few questions I'd like to ask you.
- May I ask if this weight file is officially provided? https://huggingface.co/gatilin/YOLO-Master-ckpts-v0/tree/main/YOLO-Master-EsMoE-M
- I want to train my own detection dataset with only one class. May I ask if I only need to modify the following part of the code: /ultralytics/cfg/models/master/v0_1/det/yolo-master-m.yaml, changing nc: 80 # number of classes to nc:1? I also use my own configuration file mydatasets.yaml. Can I directly use the command yolo detect train data=mydatasets.yaml pretrained=yolo-master-m.pt model=/ultralytics/cfg/models/master/v0_1/det/yolo-master-m.yaml epochs=100 to train? When I train with this command, I find that the training shows relevant loss, but all the test metrics are 0. Could you please tell me what might be the reason for this?
Thank you for your work. I have a few questions I'd like to ask you.