lizhengwei1992 / Semantic_Human_Matting

Semantic Human Matting
537 stars 146 forks source link

Trained model #17

Open Kyanite123 opened 5 years ago

Kyanite123 commented 5 years ago

Hi Li,

Thank you so much for sharing your code!

Is it possible for you to upload the already trained model? It would be great to have a reference before starting training by my own (I'm quite new at this).

Many thanks, K.

dingdajun commented 5 years ago

https://github.com/lizhengwei1992/Semantic_Human_Matting/tree/fast_human_matting

dingdajun commented 5 years ago

suggestion: check the closed issue first.

FantasyJXF commented 5 years ago

@wuzb19951013 I use pytorch 0.4.0, the test demo works alright

Jason-xin commented 5 years ago

@dingdajun @FantasyJXF 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.

FUNGERN commented 4 years ago

@dingdajun @FantasyJXF How is your test result

dganguly1120 commented 4 years ago

'AvgPool2d' object has no attribute 'divisor_override' getting this error Update: For Solution go through this https://github.com/lizhengwei1992/Semantic_Human_Matting/issues/24

watertianyi commented 1 year ago

@Jason-xin Did you solve it, this happened to me too