PopNet icon indicating copy to clipboard operation
PopNet copied to clipboard

I want the sod pth please

Open Corgislam opened this issue 2 years ago • 4 comments
trafficstars

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?

Corgislam avatar Oct 07 '23 07:10 Corgislam

How can I get the SPNet_epoch_best.pth in options.py,

Qibear avatar Nov 13 '23 14:11 Qibear

@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 !

Zongwei97 avatar Nov 13 '23 14:11 Zongwei97

@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

Zongwei97 avatar Nov 13 '23 14:11 Zongwei97

Understood, thank you very much for your reply

Qibear avatar Nov 13 '23 14:11 Qibear