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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
When I set the Trainer as baseline in the faster_rcnn_VGG_crosscity.yaml, I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'dataseed/COCO_supervision.txt'
this is even when the DATALOADER.SUP_PERCENT = 100
I didn't understand what is the importance of the dataseed/COCO_supervision.txt file
How is limiting the percentage of labelled and unlabelled dataset helping the model learn?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I set the Trainer as baseline in the faster_rcnn_VGG_crosscity.yaml, I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'dataseed/COCO_supervision.txt'
this is even when the DATALOADER.SUP_PERCENT = 100
I didn't understand what is the importance of the dataseed/COCO_supervision.txt file
How is limiting the percentage of labelled and unlabelled dataset helping the model learn?
The text was updated successfully, but these errors were encountered: