Giter Club home page Giter Club logo

Comments (7)

erwangccc avatar erwangccc commented on July 16, 2024

Another question, refer to the paper for recommended input shapes, it's [b, t, h, w, c], but i have checked your input shapes when using HMDB51 datasets, it's [b, c, t, h, w]. why didn't you use the same input shapes?

from movinet-pytorch.

papasanimohansrinivas avatar papasanimohansrinivas commented on July 16, 2024

Dear @erwangccc i think u reapeated a basic mistake as i did it too. Never ever save torch model like save(model,/.pth) or like that

do torch.save(model.state_dict(),/.pth)

then see it in netron again .I wasted one month literally llike this. If u dont see difference let me know

from movinet-pytorch.

erwangccc avatar erwangccc commented on July 16, 2024

Hi, @papasanimohansrinivas Thanks for your reply.

I've tried this way you mentioned before and just weights are displayed. But it's not an interconnected model. I think we can look through the model via tensorborad.

I see you've used movites in your case, well done. I have just add training phase to this repo and want to do inference frame-by-frame via model trained by this repo, do u have some tips and inference code to share, i'll appreciate it!

from movinet-pytorch.

papasanimohansrinivas avatar papasanimohansrinivas commented on July 16, 2024

@erwangccc sorry ! being late to reply ,caught up with my project .

Ok I have combined pytorchvideo framework ucf101 dataloader and the evaluate and training functions used in this repos jupyter notebook to train my own model , inferences are good for my very small dataset

I could have shared the code but my partner insists code repo of my project to be private etc

And write your own custom video sampler to suit your needs , just that

Wish u good luck

from movinet-pytorch.

erwangccc avatar erwangccc commented on July 16, 2024

Hi, @papasanimohansrinivas thanks for your reply.
And don't misunderstand, i just want to know how to do inference correctly.

Did you inference frame-by- frame based on evaluation code?

from movinet-pytorch.

papasanimohansrinivas avatar papasanimohansrinivas commented on July 16, 2024

Hi @erwangccc no I do use movinet a5 base model and I accumulate all frames from a video and use uniformtemporalsubsample function from pytorchvideo to pass it to ucf101 class arguments for choosing nframes of video

I do get where u are coming from ,No issues

Below these are the functions to transform videos
ApplyTransformToKey, ShortSideScale, UniformTemporalSubsample

Just go through ucf101 class and see what are the requirements of it and I would fill in the gaps for anyone , I myself had faced same issues

Besides I am trying to write code for movinets a3,a4,a5 streams models by extending this repo .
Any tips from anyone is welcome , as I am super new to this

from movinet-pytorch.

erwangccc avatar erwangccc commented on July 16, 2024

OK, i see.

Besides I am trying to write code for movinets a3,a4,a5 streams models by extending this repo .

This means you want to train your data based on a3-5? If so, i think u can refer to implementation details from paper.
Hope it can help u.

from movinet-pytorch.

Related Issues (20)

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.