Git Product home page Git Product logo

pseudo-3d-pytorch's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pseudo-3d-pytorch's Issues

MERL Background Class

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

About I3D pretrained model.

Sorry to disturb you!
In train.py:

            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 moel "kinetics_i3d_model_rgb.pth"?
thank you very much!

About UCF accuracy

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, my batchsize can only be set to 6.
I trained from scratch according to the steps you gave, and found that the loss cannot converge.
On the test dataset, the accuracy of top1 is 42% and that of top5 is 68%
Do you think the batchsize might have influenced the final result? Thanks for your help.

About train

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 P3D
Traceback (most recent call last):
File "main.py", line 52, in
main()
File "main.py", line 48, in main
Training(name_list=name_list, num_classes=num_classes, modality='RGB', **args)
File "/home/feng/pseudo-3d-pytorch/train.py", line 43, in init
self.train_loader, self.val_loader = self.loading_data()
File "/home/feng/pseudo-3d-pytorch/train.py", line 206, in loading_data
pin_memory=True)
File "/usr/local/lib/python2.7/dist-packages/torch/utils/data/dataloader.py", line 145, in init
sampler = RandomSampler(dataset)
File "/usr/local/lib/python2.7/dist-packages/torch/utils/data/sampler.py", line 61, in init
"value, but got num_samples={}".format(self.num_samples))
ValueError: num_samples should be a positive integer value, but got num_samples=0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.