-
The Youtube dataset is too big.I want to know if I can use other dataset such as UCF101 for training?
I have test your trained model on UCF101,but the result is not good.
-
When I tried to run the example
```
python train.py --dataset=ucf101 --model=resnet --video_path=/home/tomrunia/data/UCF-101/jpg --annotation_path=/home/tomrunia/data/UCF-101/ucfTrainTestlist/ucf…
-
Thanks for the nice work.
I would like to know how to organize the data. I currently have ucf101 data. The default data structure is: "ucf101_rawframes\rawframes\101 classes folder"
Because I don'…
-
Hi, I confronted a problem with your code but transfer to some other datasets that the contrastive loss could hardly drop. I wonder if it is a normal phenomenon that such loss could not demonstrate th…
-
Instructions for running the test reference model are:
```
1. wget -c https://open-mmlab.s3.ap-northeast-2.amazonaws.com/mmaction/models/ucf101/tsn_2d_rgb_bninception_seg3_f1s1_b32_g8-98160339.pth…
-
老师,该项目我复现时只想用rgb图片,使用自己定义的方法进行抽帧,但不知道老师你项目中ucf101_frames下有几级目录,分别是什么。这个导致我之后运行build_file_list文件出错。所以希望老师说一下ucf101_frames下有哪些文件夹
-
Hello, sorry to disturb you~ here are some questions when running the projects:
1) When I run the test.py on ucf101 mixed 1, i got only 0.6756 accuracy while rgb model is 0.89, and flow model is 0.95…
-
Hi,
Thanks for providing such a well-written and nicely commented code. We are trying to run your code on UCF101 and Sports1m dataset as the authors of the original paper report results on these da…
-
!wget -q https://git.io/JGc31 -O ucf101_top5.tar.gz
!tar xf ucf101_top5.tar.gz
tar: This does not look like a tar archive
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar:…
-
Hi
In config.py
I make `__C.DATA_DIR = '/data/UCF101/'` but it shows me this error :
`FileNotFoundError: [WinError 3] The system cannot find the path specified: '/data/UCF101/BenchPress/v_Benc…