AlphAction
AlphAction copied to clipboard
Spatio-Temporal Action Localization System
The following error occurred while running the demo. Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) File "/home/csyun/AlphAction-master/demo/action_predictor.py",...
I know that you use faster rcnn to detect people and other objects in key frames. Can you tell me which script you use to reason and generate json files?...
Hello, I want to apply your work to my own dataset. I would like to ask you how boxes annotation is obtained from the dataset.that is, a few files, Is...
How should I deploy in windows system? Has anyone succeeded in running in windows system? I keep failing, and I get an error when I execute pip install -e e....
root@jy-pytorch-env-67596d5c7c-64vm2:/workspace/AlphAction-master/demo# CUDA_VISIBLE_DEVICES=5 python demo.py --video-path input001.mp4 --output-path path/data/output --cfg-path /workspace/AlphAction-master/config_files/resnet101_8x8f_denseserial.yaml --weight-path /workspace/AlphAction-master/data/models/aia_models/resnet101_8x8f_denseserial.pth Starting video demo, video path: input001.mp4 Warning: The detected frame rate 0.0 could be wrong. The behavior of...
Hi, I tried to install the repo with pytorch 1.11.0+cu115 and I got the following error. It looks like this header was removed in the latest pytorch version(s). Is it...
when i meet this error ,i think there is something wrong with the path , but i just can not find the module '_custom_cuda_ext' in my project ,could you tell...
I met a problem during the installation. I tried like change CUDA_HOME's path, tried to update cudatoolist but I still didn't solve it. Installing collected packages: alphaction Running setup.py develop...
I want to train a different type of action from the ava data set, how should I train it? Is it enough to prepare the corresponding comments directly in the...
How i can train on my dataset. I have the dataset with annotation file containing path to movie and label of the action and also several movie. I want to...