awesome-semantic-segmentation-pytorch
awesome-semantic-segmentation-pytorch copied to clipboard
model file path issue. Getting error - ValueError: Model file is not found. Downloading or training. Please help!
after training. I saved my model file in a folder called 'MODEL FILE' (I edited it in the train.py file) and the training was done successfully. In how many places and/or files do I have to make changes so that I can run eval.py file correctly(so that it recognizes my 'MODEL FILE' folder correctly)?
Here is how the folder structure looks like -
Please help. Thanks!