Deep-Image-Matting
Deep-Image-Matting copied to clipboard
Error while testing: I T : Tensorflow binary not complied to use
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.
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.
@chetu3319 Hi, the pretrained model download link is down, can you share the Pretrained Model with us in google drive? thank you