divamgupta / image-segmentation-keras

Implementation of Segnet, FCN, UNet , PSPNet and other models in Keras.
https://divamgupta.com/image-segmentation/2019/06/06/deep-learning-semantic-segmentation-keras.html
MIT License
2.92k stars 1.16k forks source link

Script to convert coco2017 dataset into repo compatible dataset format. #375

Open patelajaychh opened 2 years ago

patelajaychh commented 2 years ago

Hi, Thanks for the good work.

Can I ask for a python script to convert coco2017 dataset into the format supported by this repository. I want to train model using coco2017 dataset for segmentation.

Thanks.