kenshohara / 3D-ResNets-PyTorch

3D ResNets for Action Recognition (CVPR 2018)
MIT License
3.84k stars 930 forks source link

Accimage is not available #263

Closed huanggeng698 closed 2 years ago

huanggeng698 commented 2 years ago

I met some problems when I installed the 'accimage' package. Could somebody tell me how to solve it or how can I replace this package? Much appreciation.

huanggeng698 commented 2 years ago

I find that only when get_image_backend( ) returns 'accimage', we have the need to install the corresponding package. So it is not necessary for us to install the 'accimage' package.