[Learning a unified label space]: FileNotFoundError: [Errno 2] No such file or directory for "json.load(open(unified_label_file, 'r'))" #9
Labels
documentation
Improvements or additions to documentation
Hi,
thank you for this awesome idea on this nice multi-dataset-object-detectror.
I've trained a "Partitioned detector" on coco, oid and obejcts365-V2. (for V2, because MEGVII have updated their dataset, we could not download v1 anymore.)
When I tried the second step: Learning a unified label space:
I followed the tutorial and run:
python projects/UniDet/train_net.py \
--config-file projects/UniDet/Partitioned_COI_R50_2x.yaml \
--num-gpus 1 \
--eval-only MULTI_DATASET.UNIFIED_EVAL True
It raised a "FileNotFoundError". When I checked config file, I found that the key "UNIFIED_LABEL_FILE" in the config file has been set as ' ' (None), as shown in images below.
Could you give me some hints about how could I generate this this file or label space?
many thanks!
FileNotFoundError:
config.yaml:
The text was updated successfully, but these errors were encountered: