Closed Roland-Pfeiffer closed 2 years ago
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. The following information is missing: "Instructions To Reproduce the Issue and Full Logs";
cfg.merge_from_file(model_zoo.get_config_file("COCO-Detection/faster_rcnn_R_50_C4_1x.yaml"))
this line should happen before
cfg.DATASETS.TRAIN = ("train",)
cfg.DATASETS.TEST = ()
Otherwise your datasets config are overwritten.
I'm training with a custom dataset, but for some reason when training (both locally and on google colab) using
I receive the error
(full error below).
I'd appreciate any help as to why this might happen. Thank you!
Instructions To Reproduce the Issue:
Here is the code for setting up my cfg:
Here is an example of the json for a subset of my dataset:
And here are the contents of the cfg:
Full error:
Expected behavior:
Start training on my custom dataset instead of looking for coco2017.
Environment: