chaoyuaw / pytorch-coviar

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

ModuleNotFoundError: No module named 'coviar' #39

Closed ZealACMer closed 5 years ago

ZealACMer commented 5 years ago

I execute sudo ./install.sh and get the following result: image Did I succeed? Then when I try the command for training, I got the following wrong error: image Did this mean the "./install.sh" didn't work successfully? I am a beginner, thank you very much for your guidance.

ZealACMer commented 5 years ago

I delete FFmpeg folder and start over again, this time when I tried to test whether I can import coviar successfully or not, I enter the python3.4 environment and type the command " import coviar", then I got the message as follows: image How can I fix this problem, thank you very much.

ZealACMer commented 5 years ago

I start over again, this time I got another error message, the error happened when I import coviar same as before, the error information is shown as follows: image I sincerely hope you can help me to cope with this error, thank you very much.

ZealACMer commented 5 years ago

I have solved this problem, thank you very much.

filipetrocadoferreira commented 5 years ago

How?

Esaada commented 5 years ago

Please share with us!

whwu95 commented 5 years ago

I have solved this problem, thank you very much.

how? Please share with us! I meet the same problem "coviar.cpython-36m-x86_64-linux-gnu.so: undefined symbol: av_frame_alloc"

Maruidear commented 5 years ago

I have the same problem. Have you solved it??