DeepRNN / image_captioning

Tensorflow implementation of "Show, Attend and Tell: Neural Image Caption Generation with Visual Attention"
MIT License
784 stars 354 forks source link

PyFPE_jbuf Error #13

Open saruvora opened 6 years ago

saruvora commented 6 years ago

Hello, Thank you for your efforts for writing and putting up your code on github. I really appreciate it.

I have an issue with it when I use anaconda environment while executing it, it gives me the following error:

/image_captioning-master/utils/coco/_mask.so: undefined symbol: PyFPE_jbuf

I search for it online and also tried removing the numpy library and then again executing it, but I still face this error. Can you please help me out ?

Thank You

DeepRNN commented 6 years ago

I have modified coco.py so that _mask.so and mask.py are no longer needed for this project (they were meant for object detection only). Your problem should be fixed now.

saruvora commented 6 years ago

Thank you very much, it is working great now. I really appreciate it. You just helped me save my thesis :)