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

Why we need --disable-yasm option to configure FFmpeg ? #45

Open grasshopyx opened 5 years ago

grasshopyx commented 5 years ago

Dear developer,

I fail to see why we need to add the --disable-yasm option to configure FFmpeg. It will lose a lot of performance, won't it?

chaoyuaw commented 5 years ago

Hi sorry for the very late reply. When I installed ffmpeg I somehow got some yasm error, and that's why I disabled it. In GETTING_STARTED I reported the exact procedure I did for reproducibility. So I think if removing that option works better for you, please feel free to remove it. Sorry for the confusion.