yolox-pytorch
yolox-pytorch copied to clipboard
bug: fixed path of coco 128
Traceback (most recent call last):
File "train.py", line 238, in
I have changed the coco path to /mnt/d/coco_obj , it still complains a wrong path.
You still using my dataset path. Maybe, you not modify 'dataset_path' to "/mnt/d/coco_obj" in "train.sh"
如果在train.sh中可以指定数据集位置,那是不是就不要在config.py中再加了?
还有上次说的,建议类别从数据中读取,不要写死在config.py中,毕竟正常训练的数据肯定不是coco原生的,否则训练的意义不大
嗯,在*.sh中传入的参数会替换掉opt.xxx里面的参数