小姜贼菜
小姜贼菜
我在train_visdrone.py已经修改了路径 DATASET_ROOT = '/root/autodl-tmp/cloth_1.6' ANN_ROOT = os.path.join(DATASET_ROOT, 'cloth_anno') TRAIN_PATH = os.path.join(DATASET_ROOT, 'cloth_train/images') VAL_PATH = os.path.join(DATASET_ROOT, 'cloth_val/images') TRAIN_JSON = os.path.join(ANN_ROOT, 'cloth_train.json') VAL_JSON = os.path.join(ANN_ROOT, 'cloth_val.json') register_coco_instances("cloth_train", {}, TRAIN_JSON, TRAIN_PATH) register_coco_instances("cloth_val", {},...
I want to add one more class in this network. How can I modify it?
### Search before asking - [X] I have searched the YOLOAir [issues](https://github.com/iscyy/yoloair/issues) and found no similar questions. ### Question Traceback (most recent call last): File "train.py", line 695, in main(opt)...