Closed Egorundel closed 1 year ago
Hi, whether you are using a custom data set. If yes, you should set the is_coco: False
in your data/custom.yaml
@lose4578 Hi! I have this data/custom.yaml
:
I still have the same error
This looks like the code error in YOLOv6, maybe you could try to comment out anno_path
, follow in this issuse https://github.com/meituan/YOLOv6/issues/48
@lose4578 Thank you, comrade! You are the best support!
Hello, I have such a mistake when learning after the first epoch of learning. I teach on single GPU.
I run this command:
python3 tools/train.py --batch 4 --conf configs/gold_yolo-l.py --data data/custom.yaml --epoch 3 --fuse_ab --device 0 --name gold_yolo-l
Error:
AssertionError: Results do not correspond to current coco set
My config file of Gold-Yolo-L without SyncBN: