-
Notifications
You must be signed in to change notification settings - Fork 11.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to train large images! #202
Comments
@opencomvis hi I want to ask you some ques.
|
@dexter1608 I already have my own dataset which has masks for regions of interest and to load data you need to modify the load_coco function to fit your data.. to annotate your data you need to read the annotations description for coco dataset first, then just apply those tips on your data. |
@opencomvis |
I have lots of 1280 * 1280 images in my own dataset. |
@FumingX how did you check your masks? Manually or you add some code lines somewhere in the script? |
@fastlater See #112 , @gaborvecsei gave a good method. |
Hey, Do you maintain a same size for all training dataset? All of them 1280*1280? I just curious hows the training time |
I have prepared my dataset with images and annotations, but when I get to training step "Exception: Invalid bounding box with area of zero" raised. my images are [ 1280 * 720] and I did all the annotation based on this size.
how to fix the problem of large images, I see that the original paper used [800, 1024].
Is there a way to modify and use large images instead?
The text was updated successfully, but these errors were encountered: