Video-Classification-2-Stream-CNN
Video-Classification-2-Stream-CNN copied to clipboard
Your environment
I'm very appricieted of your work,Now there are some troubles when I use your code.Could you please tell me your work enviroment,so far I can find my mistake. Thank you for your help! @wadhwasahil
I understand you are asking about the environment. The following steps will help in building the virtual env.
First create a directory named env and then run the following inside the directory. This will create a virtual environment.
$ mkdir env
$ cd env
$ virtualenv venv-video-classification
$ source env-video-classification\bin\activate