3D-ResNets-PyTorch icon indicating copy to clipboard operation
3D-ResNets-PyTorch copied to clipboard

3D ResNets for Action Recognition (CVPR 2018)

Results 111 3D-ResNets-PyTorch issues
Sort by recently updated
recently updated
newest added

I found that when fine-tuning UCF101, split1 partition was used to verify that the number in the dataset was 11349 instead of 3783, and why was batchsize opt.batch_size // opt.n_val_samples?

Hi, Executed the code with the default dataset. Trained the model with kinetics dataset after successful training. Unable to find a val.json for evaluation. Please let me know how to...

Hello, can you tell me how can achieve the the accuracy of 94.5% on UCF101 using the Resnext101? I use your code, the same network architecture(Resnext101) and your pretrained parameters(resnext-101-64f-kinetics-UCF101_split1.pth)...

@kenshohara First , it is a great job! I use the kinetics data to train a resnet-34-kinetics model. Every action have 50 MP4s. I train the model just like this:...

Hello, I was trying to train resnet-50 from scratch on UCF101 split 1. but my validation accuracy(clip) is only about 40%. The accuracy is also 40% on resnet-18 which is...

**(py36) E:\opt\workspace\3D-ResNets-PyTorch-master\util_scripts>python -m generate_video_jpgs \opt\workspace\3D-ResNets-PyTorch-master\data\UCF-101 \opt\workspace\3D-ResNets-PyTorch-master\data\UCF-jpg ucf101** Traceback (most recent call last): File "generate_video_jpgs.py", line 117, in for class_dir_path in class_dir_paths) File "E:\opt\Anaconda3\envs\py36\lib\site-packages\joblib\parallel.py", line 1054, in __call__ self.retrieve() File "E:\opt\Anaconda3\envs\py36\lib\site-packages\joblib\parallel.py",...

question 1: we need to train kinetices model first, however why using activitynet dataset mean to normlize? in opts.py the "mean_dataset' is 'activitynet' by default, In the next the opt.mean...

dataset loading [0/3570] dataset loading [1000/3570] dataset loading [2000/3570] dataset loading [3000/3570] dataset loading [0/1530] dataset loading [1000/1530] run train at epoch 1 Epoch: [1][1/112] Time 4.807 (4.807) Data 2.836...

I used the r2p1d18_K_200ep.pth and finetune it on hmdb51 dataset,and when I want to use it to inference there is an AssertionError `CUDA_VISIBLE_DEVICES=0,1,2,3 python main.py --root_path /home/pubNAS/jianfei/3D-ResNets-PyTorch-master/data --video_path hmdb51-videos/jpg --annotation_path...