Joker316701882 / Deep-Image-Matting

This is tensorflow implementation for paper "Deep Image Matting"
626 stars 188 forks source link

Error while testing: I T : Tensorflow binary not complied to use #28

Open chetu3319 opened 6 years ago

chetu3319 commented 6 years ago

Hi, I'm getting this error while running. I'm running: python test.py --alpha= ./test_data/alpha/2.png --rgb=./test_data/RGB/2.png

Output: Your CPU supports instructions that this TensorFlow binary was not compiled to use : AVX2

What changes should I need to make? Thanks.

elzeru commented 5 years ago

This is more a warning than an error. The Tensorflow binary you are using do not use some of your CPU optimization.

To use AVX2 instructions you need to build Tensorflow by yourself.

shinebay commented 5 years ago

@chetu3319 Hi, the pretrained model download link is down, can you share the Pretrained Model with us in google drive? thank you