Closed srikar2097 closed 6 years ago
got this working. issue closed.
To help someone else in future: At compile, the correct .h files were not in the path. including them solved it.
Hi @srikar2097 , sorry for the late reply. Glad that you solved it!
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?
Got the same problem, where are .h files.
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?
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.