PopNet
PopNet copied to clipboard
I want the sod pth please
Thank you for your kind words! I apologize for the inconvenience, but I'm unable to provide the requested pth file for the SOD model with my poor GPU. Can you provide the SOD pth in the project?
How can I get the SPNet_epoch_best.pth in options.py,
@Qibear Hi, I wrongly putted the inhouse debug config...
You don't really SPNet_epoch_best.pth for training. You can just set the arg as follows: parser.add_argument('--load', type=str, default='', help='train from checkpoints')
The load arg only aims to load from existing ckpt. If it is empty, it will learn from the beginning and then save the best epoch ckpt.
Thanks for pointing out the issue !
@Corgislam Hi, I cannot find the SOD ckpt for the moment due to the mess during the lab changes. I will try to spend more time later on finding it (if I achieve to do so ...
Otherwise, you can just use the generated results. Best
Understood, thank you very much for your reply