chaoyuaw / pytorch-coviar

Compressed Video Action Recognition
https://www.cs.utexas.edu/~cywu/projects/coviar/
GNU Lesser General Public License v2.1
502 stars 126 forks source link

numpy issue during ./install.sh #8

Closed srikar2097 closed 6 years ago

srikar2097 commented 6 years ago

thank you for your lovely paper. was trying to get your code to work. We are using amazon AMI and got FFmpeg compiled and using python3 an pytorch. when trying to run ./install.sh with the ffmpeg path we get the following GCC error. Any idea of how to resolve this? it says Numpy decprecated API. What version of Numpy was used?

screen shot 2018-07-27 at 12 44 52 am

we also followed steps in other issues - https://github.com/chaoyuaw/pytorch-coviar/issues/6 and https://github.com/chaoyuaw/pytorch-coviar/issues/5 but the error still persists.

srikar2097 commented 6 years ago

got this working. issue closed.

srikar2097 commented 6 years ago

To help someone else in future: At compile, the correct .h files were not in the path. including them solved it.

chaoyuaw commented 6 years ago

Hi @srikar2097 , sorry for the late reply. Glad that you solved it!

fengfan028 commented 4 years ago

To help someone else in future: At compile, the correct .h files were not in the path. including them solved it.

how to include them?

Dreamer312 commented 3 years ago

Got the same problem, where are .h files.