The difference from the original command of Part 3, Step 3 in TRAIN_FULL.md is "--num-gpus 2".
Then, I got the error:
ValueError: Type mismatch (<class 'list'> vs. <class 'str'>) with values ([] vs. ('checkpoints/coco/faster_rcnn/faster_rcnn_R_50_FPN_ft_all_30shot_aug_ftmore_dropout/inference/coco_instances_trainval_results_score_max10_min08_full_all.json')
So, I modified the following three points.
(1) I modified the command as:
Following the instructions, I tried the command:
The difference from the original command of Part 3, Step 3 in TRAIN_FULL.md is "--num-gpus 2". Then, I got the error:
So, I modified the following three points. (1) I modified the command as:
The difference is "DATASETS.NN_DSET" -> "QUERY_EXPAND.NN_DSET".
(2) I modified configs/LABEL-Verification/dino_label_verification.yaml as
Here, I added the comma and the closing parenthesis ",)".
(3) I modified lvc/config/defaults.py as
Here, I changed "[]" -> "()".
Are these modifications correct?