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

How to install coviar in python2? #78

Open TyroneLi opened 4 years ago

TyroneLi commented 4 years ago

Hi~ths for nice work.Do u know how to modify the code coviar part for python2? I try to modify according to python2 c extension.But it is incompatiable with numpy?? the error dump here: *bgr_arr = PyArray_ZEROS(4, dims, NPY_UINT8, 0);