Fast-SCNN-pytorch
Fast-SCNN-pytorch copied to clipboard
A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network
Hello, Are the weights automatically saved in eachh epoch, or how frequently they are saved during training ? How can I restore them if I need to stop the training...
I'm trying to run the training on two GTX 1080Ti but it stuck on the first epoch. Is this due to some post-processing operations? How can I solve it? ![Screenshot...
Hello, I'm trying to run the train.py file however the training does not start. I increased the batch size to 4 and decreased it to 2 again but it does...
Hello How are you? Thanks for contributing this project. It seems that the script demo.py can not process any size of image. Could u revise the script so that it...
There is no problem in training and testing process ,but for each image, the ac is 100, miou is 50, and the predicted mask is whole black, what shoud i...
Hi, I'm trying to train your framework on Mac OS and got this assertion error, as expected because my device has not got an Nvidia GPU. Can I run the...
I am not sure how to resolve this error. Please let me know @Tramac @BorisTestov
when i change the default crop-size, it give the follow error: ------------------------------------------------------------------------------------------------------ Traceback (most recent call last): File "/home/zyx/.vscode-server/extensions/ms-python.python-2019.11.50794/pythonFiles/ptvsd_launcher.py", line 43, in main(ptvsdArgs) File "/home/zyx/.vscode-server/extensions/ms-python.python-2019.11.50794/pythonFiles/lib/python/old_ptvsd/ptvsd/__main__.py", line 432, in main run()...
RuntimeError: The size of tensor a (129) must match the size of tensor b (132) at non-singleton dimension 2. Thanks for your contributions. But I have no idea what's wrong....
I tried to recreate the training of the model. I trained the model with the newest version of cityscapes. Before training the following error occurs: `Found 2970 images in the...