How to make cocostuff dataset with coco json file?
Paddy-Xu opened this issue · 3 comments
Paddy-Xu commented
Hi,
I am trying to train a hybrid task cascade net (HTC) and the mask branch requires the format of cocostuff dataset. I am wondering if it is possible to convert from coco json file to a cocostuff dataset ?
nightrome commented
You can download the annotations in COCO format from https://cocodataset.org/#download.
Paddy-Xu commented
Hi, thanks, but I rather mean to create custom dataset in coco-stuff format. Like there are lots of tutorials on how to make own dataset in coco format, but I haven't found any that is able to make coco-stuff format
nightrome commented
In the old COCO-Stuff 10k dataset we have a bunch of tools that you may want to take a look at: https://github.com/nightrome/cocostuff10k/tree/master/dataset/code/conversion