pseudo-3d-pytorch icon indicating copy to clipboard operation
pseudo-3d-pytorch copied to clipboard

Results 4 pseudo-3d-pytorch issues
Sort by recently updated
recently updated
newest added

Sorry to disturb you! In train.py: ```elif self.model_type == 'I3D': if self.pretrained: self.model = I3D(num_classes=400, modality='rgb') self.model.load_state_dict( torch.load('kinetics_i3d_model_rgb.pth')) ``` Could you tell me where I can get the I3D pretrained...

Excuse me. I would like to ask if the accuracy 81.6% you gave on UCF101 dataset is the top1 or the top5? Since I only have one piece of 1070Ti,...

Thanks for the great work :D, Just want to ask a simple question. Why did you ignore background class in MERL dataset ??

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 => creating model...