wuzhe71 / CPD

Code of Cascaded Partial Decoder for Fast and Accurate Salient Object Detection (CVPR2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

我运行train.py报错

silencedog opened this issue · comments

Traceback (most recent call last):
File "train.py", line 9, in
from model.CPD_models import CPD_VGG
ImportError: bad magic number in 'model': b'\x03\xf3\r\n'
可有解决方法?

commented

Traceback (most recent call last):
File "train.py", line 9, in
from model.CPD_models import CPD_VGG
ImportError: bad magic number in 'model': b'\x03\xf3\r\n'
可有解决方法?

把__init__.pyc 换成__init__.py再试试