-
I am trying to reproduce your work lately, and I got three questions.
1. how you divide the train/test videos from UCF101 dataset, is there a file name list of train/test video available?
2. how you…
-
I don't know how to use the function python train_c3d_ucf101.py
Anyone can help me?
-
Before raising a question, you may need to check the following listed items.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentat…
-
Traceback (most recent call last):
File "train_ucf101.py", line 146, in
train_model(sym_net=net, **kwargs)
File "/PyTorch-MFNet/train_model.py", line 117, in train_model
epoch_end=end…
-
hello, I am just wondering how do you map the label to one-hot encoding. Is it just sort the label(string) in alphabetical order? E.g. in UCF101, ApplyEyeMakeup=0 and ApplyLipstick=1.
I test the mod…
-
hi, when I use one gpu, the code works well.
But when I change opts.train.gpus = 1; (in cnn_ucf101_temporal.m) to opts.train.gpus = [1,2]; it was fail:
Error using cnn_train_dag (line 120)
Error …
-
Hi authors!
Thank you for making the paper and code open source. It is very helpful.
I am trying to pretrain the GDT model on kinetics400 dataset, while I spent more than 1 day on each epoch. I run …
-
I am grateful for your works first. I get some problems when I load pretrained model file to R(2+1)D model. I used this command:
```
python main.py --root_path ../ --video_path ucf101_videos/jpg --a…
-
Hi,
Could anybody please share the hyperparameters for fintuning UCF101 and HMDB? There is a huge gap in my experiments.
Thanks a lot!
Xudong
-
Hi
I have got this error when i run train_c3d_ucf101.py . I'm new in TF.
please help me fix this error.