pytorch-semseg
pytorch-semseg copied to clipboard
where download this fcn8s_pascal_best_model.pkl file?
thank you!
the file is there in ptsemseg ---> run
the file is there in ptsemseg ---> run
sorry,i am not found file in the repo, Do i need to train this model before i can get this file? thanks
Yes you need to train it first.
As @zaidzidane has mentioned, you need to train the model first, which would produce a pickle (.pkl) file, under runs folder. Hope it helps.