You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
No description provided.
The text was updated successfully, but these errors were encountered: