lizhengwei1992 / Semantic_Human_Matting

Semantic Human Matting
532 stars 146 forks source link

AttributeError: Can't get attribute 'RD_FPNnet' on <module 'model.T_Net' from '/Users/jasonxin/Documents/dlworkspace/Semantic_Human_Matting/model/T_Net.py'> #20

Open Jason-xin opened 5 years ago

Jason-xin commented 5 years ago

When I run ./test_camera.sh (--without_gpu), this error occurred: AttributeError: Can't get attribute 'RD_FPNnet' on <module 'model.T_Net' from '/Users/jasonxin/Documents/dlworkspace/Semantic_Human_Matting/model/T_Net.py'> My torch version is 1.0.0.

tengshaofeng commented 4 years ago

@Jason-xin , the T_Net.py in two branches is different. If you run the test._camera.sh in project Semantic_Human_Matting-fast_human_matting, the error will be gone.