Replies: 1 comment
-
I figured out how to make COCO-stuff data. Take a look at the thing and stuff classes here. (Update) The output stuff and things image should be a 2D image ONLY. That means we are saving a 2D array to an image. Unfortunately, Matplotlib could not save a 2D image. I use PIL package instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
\Hello,
when running
python mmdetection/tools/misc/browse_dataset.py
I got this errorIn my config file I uncommented
seg_prefix='data/coco/stuffthingmaps/train2017
since I was not able to generate a COCO-stuff version of my data. Is the COCO-stuff for the DetectoRS required? If yes as explained in the documentation, how can I create it for my own dataset?thanks a lot,
Beta Was this translation helpful? Give feedback.
All reactions