PSPNet-tensorflow icon indicating copy to clipboard operation
PSPNet-tensorflow copied to clipboard

pspnet50 pretrained model in tensorflow

Open smmdream opened this issue 7 years ago • 8 comments

@hellochick could you upload the pspnet50 model which has been trained in cityscapes or ade20k

smmdream avatar Jan 25 '18 02:01 smmdream

Hey @smmdream , I have uploaded on google drive

hellochick avatar Jan 25 '18 04:01 hellochick

@hellochick Hi I have no idea why every time I run inference.py returns No checkpoint file found. I give the path as follow: ./model/cityscapes_model/pspnet101/ --checkpoints ./model/cityscapes_model/pspnet101/

AndrewZhengXiao avatar Feb 01 '18 03:02 AndrewZhengXiao

I do it in the code 2018-02-01 11-17-59 This is mine. You should make sure that the four files(as the follow picture) are in the path of SNAPSHOT_DIR, that's your model 2018-02-01 11-27-19 and the file named checkpoint will ensure which model will be loaded. such as: 2018-02-01 11-27-42 and ckpt-0 will be loaded.

smmdream avatar Feb 01 '18 03:02 smmdream

I also got the same problem. In my case, I change a file name (checkpoint) instead of checkpoint.txt. This solved my problem.

robin2002 avatar Feb 02 '18 02:02 robin2002

Thanks I solved this problem as @robin2002 said. Change checkpoint.txt to checkpoint :)

AndrewZhengXiao avatar Feb 02 '18 09:02 AndrewZhengXiao

Hi~Could you plz send the pretrained model by email? I can't download from Google.😟 My email is [email protected]

ClaireTun avatar Apr 30 '18 12:04 ClaireTun

I also got the same problem. In my case, I change a file name (checkpoint) instead of checkpoint.txt. This solved my problem.

Or change code in inference.py . Modify code tf.train.get_checkpoint_state(/path/to/your/dir, 'checkpoint.txt')

cobbwho avatar Feb 27 '19 12:02 cobbwho

Could you please upload the pretrained model for PSP50. in the google drive folder there is only the PSP101 model. Thanks in advance

bashar-tom avatar Mar 08 '19 11:03 bashar-tom