fmahoudeau / FCN-Segmentation-TensorFlow

FCN for Semantic Image Segmentation achieving 68.5 mIoU on PASCAL VOC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use pre-trained weights for PASCAL Plus?

Carson-Wong opened this issue · comments

I download the pre-trained weights from your link. But it only has a .data file. Not have .idex and .meta files. So when I run the fcn_run_loop.py, I got the ValueError.

like this:
ValueError: The passed save_path is not a valid checkpoint: /xxx/FCN/models/fcn8_pascal_68_5_mIoU

Could you help me to deal it?