Fast-SCNN-pytorch
Fast-SCNN-pytorch copied to clipboard
A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network
Sorry for asking same question as it is asked before but not answered. i am interested about the speed 123 fps mentioned by the author for high resolution images. i...
Hi,Thanks for your work.I have adapted the data_loder file of VOC from your another repo [https://github.com/Tramac/awesome-semantic-segmentation-pytorch](url) to train the VOC data.But when I went to the validation step after my...
I got a error in loss.py line 54. I print my target size is (2,768,768,3), but the code shows it should be dim 3. my predict size is (2,3,768,768). I...
- Before  --- - After 
i can use split test and val, but for train it getting error, i have already try to change the variable mode for testval and trainval to test but it...
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...
The valid_classes, key, and mapping in the code seem confusing.
Hi, @Tramac , I use your code with default setting, and find the speed of training is too slow. The usage of GPU is less than 10%, resulting in about...
I'm running the training file using the Cityscapes datasets mentioned, however the loss does not decrease accordingly. In the beginningg it was around 2, in 90th epoch it's struggling around...
Hi, do you support voc or coco dataset ? if not can you guide me through the training process (changes need). Or if you support please can you share model...