-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
documentationProblems about existing documentation or commentsProblems about existing documentation or comments
Description
π Documentation
- BACKGROUND: I have more than one hundred objects on one image. And there is only one class. For each image, I got one ground truth mask for all objects
- I follow the "train on custom dataset" part in the tutorial (https://colab.research.google.com/drive/16jcaJoc6bCFAQ96jDe2HwtXj7BMD_-m5) and I want to use bitmask instead of polygons.
- I use pycocotools.encode to compress my ground truth mask to RLE format. And I assign that RLE-format mask to each "segmentation" in "annotations"
- Finally, it is really slow when training. I guess it is because the mask is large, and there is a same mask for each object.
Is there any mistake in my steps? Or how should I use my ground truth mask image?
Thanks for your help
Metadata
Metadata
Assignees
Labels
documentationProblems about existing documentation or commentsProblems about existing documentation or comments