Custom_MaskRCNN icon indicating copy to clipboard operation
Custom_MaskRCNN copied to clipboard

issue while training

Open ghost opened this issue 3 years ago • 1 comments

ghost avatar Aug 25 '21 17:08 ghost

I encounter this error please help Traceback (most recent call last): File "custom.py", line 385, in train(model) File "custom.py", line 200, in train dataset_train.load_custom(args.dataset, "train") File "custom.py", line 114, in load_custom annotations = json.load(open(os.path.join(dataset_dir, "via_region_data.json"))) FileNotFoundError: [Errno 2] No such file or directory: 'C:\..\Custom_MaskRCNN\samples\custom\dataset\train\via_region_data.json'

jcedrickm avatar May 20 '24 14:05 jcedrickm