HRNet-Semantic-Segmentation
HRNet-Semantic-Segmentation copied to clipboard
Training on Custom Data
Hi , Thanks for sharing your work, Could you please post an some guidelines/steps to train on custom data?
Thanks
Yes, I am also struggling to make this work on my own dataset
Did you have any success training on your own data?
ended up using this, https://github.com/CSAILVision/semantic-segmentation-pytorch. This has a HRNet Backbone support.
@sunke123
How to do training from scratch on a custom dataset (with base model without any pretraining on CityScapes or any other dataset) with this library for HRNETV2-Small-W18?
I was hoping I don't have to use a separate library to achieve this.
Thanks!
@InternetMaster1
If you are using this file, then it doesn't need any pretrained network. Every time you run the code, it runs from scratch.