-
Excuse me, when I have prepared UCF101, the problem is produce. Looking forward your reply. Thanks in advance.
python main.py /home/feng/pseudo-3d-pytorch/data
UCF101 data set
Loading P3D model
=…
-
I have created an environment and executing as instructed in Github.
ubuntu:18.04
python 3.6
On executing this command I am getting the following error:
python vgg16_bidirectional_lstm_train.py
…
-
This project is very interesting, thank you bloggers for sharing. Is this model really trained on ucf101? Why is it labeled 487?
-
I followed the video-c3d in example, but failed to run the demo.py with the pretrained weight in the link. The error occurs in the assert len(pdict['config']['layers']) == len(self.layers), I try to …
-
I am running the same code(3dcnn-ensemble) but getting only 33% accuracy after 30 epochs.
Can anyone figure out the reason?
I am using train-test split mentioned in the official ucf101 website.
-
**Short description**
when I try to use the UCF101 dataset ,the program report something like this
tensorflow.python.framework.errors_impl.OutOfRangeError: E:\tfdsdata\datasets\ucf\downloads\thumos1…
-
I didn't download charades dataset. And I want to use this code to extract UCF101. So what is the vid mean here(charades_dataset.py)?
-
I saw that the experiment was done on UCF101, but according to the idea of the paper, text information needs to be provided, I don't know how to get text.
-
how i can get UCF101_traindata_info.mat? what`t your step of the experiment? so much fies that i don`t know how to make the experiment.thank you
-
Hi,
Thank you for your great work.
While I want to apply this method on my custom data, I found this line in ucf101.py.
Why do you multiply 10 here?
Thank you