Tramac / Fast-SCNN-pytorch

A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network
Apache License 2.0
379 stars 93 forks source link

How to train a new model with custom dataset #35

Open rose-jinyang opened 4 years ago

rose-jinyang commented 4 years ago

Hello How are you? Thanks for contributing this project. I am going to train a new model with my custom dataset(supervisely-person-dataset). How should I prepare the training data from my custom dataset? Thanks

Tramac commented 4 years ago

Hi, there are some dataloader may be useful.

rose-jinyang commented 4 years ago

Thanks

i-am-nut commented 2 years ago

@rose-jinyang did you manage to train with your custom dataset?

RazvanPasca commented 2 years ago

Also related to this, do you apply any other preprocessing to the loaded images besides imagenet normalization?

i-am-nut commented 2 years ago

hey @RazvanPasca did you manage to train with your custom dataset?