TannerGilbert / Tutorials

Code for some of my articles
https://gilberttanner.com/
MIT License
561 stars 631 forks source link

Semantic segmentation own dataset #28

Closed Olliver2020 closed 4 years ago

Olliver2020 commented 4 years ago

Hello I am trying to do training on my own dataset. I went through tutorial with no problem but Im having problem with my own dataset. I labeled my dataset using labelme in python then generated a pascal voc dataset. Its quite different from camvid dataset. could you help?

TannerGilbert commented 4 years ago

I'd recommend to try Detectron2 an excellent object detection and instance segmentation framework. I also have a tutorial that shows how to train on a custom dataset labeled with labelme: