-
What steps do I need to take if I want to detect a certain action in my video data.
-
How do you train, so that the network accuracy rate is above 77%, and the network I train is only about 70%. The data set is 21 categories, not 14 categories.
I hope you can explain the training met…
-
Thanks for making this great work available.
my question is how the transformation happened in the datasets.
The datasets (Jhmdb and use case) dimensions are m rows x 1440 columns.
in the paper its…
-
Hi Fan Yang.
Would it be possible to live demo the JHMDB model using pose output from Openpose on a webcam input stream?
I find your project very fascinating and am playing around it recently. I…
-
When using the command stated in the `README` file I got the following error:
```
2020-01-28 19:01:54 training at epoch 1, lr 0.000100
Traceback (most recent call last):
File "train.py", line …
-
Dear, thanks for making this code available.
i couldn't access those files, it seem the website changed the structure of the files.
could you please help with it.
> GT_split_lists = glob.glob(C.dat…
-
I noticed in jhmdb_data_preprocessing.ipynb this snippet
```
GT_lists_1 = []
GT_lists_2 = []
GT_lists_3 = []
for file in GT_split_lists:
if file.split('/')[-1].split('.')[0].split('_')[2] ==…
-
HI @fandulu ,
I would like to ask you about my problem.
I've got the camera that only produces the 5 FPS video files. In comparison with JHMDB dataset, it's about 32 frame lengths. Therefore, b…
-
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
in ()
8 print(X_1[0].shape)
9 m…
-
would you mind sharing your pretrained model or demo for more exploring