Coder Social home page Coder Social logo

Comments (10)

tonylins avatar tonylins commented on May 29, 2024 1

Hi, for online recognition, we need to use a uni-directional TSM, but we have not included the code. But it would be easy to modify by yourself (just change the activation shift part to shift in one side). The other training is just the same as the offline part.

After training, you may need to unroll the model to take one image as input. Now I do it manually, but I will try to provide an automated script if i have time (it would still be easy though).

from temporal-shift-module.

MattVil avatar MattVil commented on May 29, 2024 1

@Nauman007 I do. But I observed significant accuracy drop. I took the mobilenetv2 implementation from the online-demo/ folder and made a new training script with the same parameters as the offline training. I observed a 15% accuracy drop and very poor demo results. I suspect the number of segment to be very important for good accuracy (I used only 1 segment)

from temporal-shift-module.

AMaoYouDianFang avatar AMaoYouDianFang commented on May 29, 2024

hi, Does the training of uni-directional TSM needs the mutli rgb frames as input, and use the segemental consensus to deal with it? Or use a single frame as input of model?

from temporal-shift-module.

tonylins avatar tonylins commented on May 29, 2024

For uni-directional TSM, we used multiple frames as input during training, while only one frame as input during testing.

from temporal-shift-module.

zhangyuan1994511 avatar zhangyuan1994511 commented on May 29, 2024

@tonylins
Hi Author, Thanks for the impressive work with publicly accessible source code here.
I am trying to train another application for online TSM with different datasets. Could you provide the training script of Online model and how to modify the code to Online uni-directional TSM? Looking forward your reply! Thank you very much!

from temporal-shift-module.

hakimArfa avatar hakimArfa commented on May 29, 2024

Hi,
Firstly, thank you for this repo, it's really an impressive work. I have a request related to the subject of this issue so I will post it here.
I was trying to tune the online model downloaded in the online demo code. I saw that some changes needed to be made in order to make online training work, but I don't really see where and how. So if I can get a hint on what to modify I'd appreciate that.
Thanks in advance!

from temporal-shift-module.

forbiddenname avatar forbiddenname commented on May 29, 2024

Hi!
Thanks for the impressive work with publicly accessible source code here :)
I am trying to train another application for online TSM with different datasets and adding a few adjustments. The repo currently only has the offline version of training script. Is it possible for you also providing the training script for the online TSM?
Thank you very much!

Hi have u solved it?

from temporal-shift-module.

Nauman007 avatar Nauman007 commented on May 29, 2024

has anyone trained online TSM ? which files are needed to be modified ?

from temporal-shift-module.

leon532 avatar leon532 commented on May 29, 2024

For uni-directional TSM, we used multiple frames as input during training, while only one frame as input during testing.

Hi, should the sampling strategy of training be consistent with testing, when training the online model? Because the online model considers the continuous frames as the input clip when processing the frame stream.

from temporal-shift-module.

TryHard-LL avatar TryHard-LL commented on May 29, 2024

Hi, for online recognition, we need to use a uni-directional TSM, but we have not included the code. But it would be easy to modify by yourself (just change the activation shift part to shift in one side). The other training is just the same as the offline part.

After training, you may need to unroll the model to take one image as input. Now I do it manually, but I will try to provide an automated script if i have time (it would still be easy though).

Hi,thanks your reply.
The online training method is equal to 'online_demo/main.py' where has shift buffer?

from temporal-shift-module.

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.