Giter VIP home page Giter VIP logo

Comments (5)

yelantf avatar yelantf commented on June 7, 2024

The released code has some slight difference compared to those hyper-parameters provided paper (we change the weight of the loss when we release the code). Currently, you could simply use the provided config file. If you want to use larger batch size, just adjust the learning rate following linear scaling rule and also scale the scheduler to train for the same number of epochs.

from alphaction.

xyang35 avatar xyang35 commented on June 7, 2024

Thanks for your reply! As I'm reproducing the results in Pytorch, I cannot directly use the config file provided for training. One question is how many epochs I should train for? I'm not sure how to convert the number of iterations in your config file to the number of epochs (one epoch refers to one scan of the whole dataset). Thanks.

from alphaction.

yelantf avatar yelantf commented on June 7, 2024

The training set includes about 200,000 video clips, so for the iteration number in the config file, epoch ~= 16*iteration_num/200000. I recommend you to reproduce the results following this codebase, since not all details are clearly clarified in the paper (e.g, the focal loss, the weight of each loss).

from alphaction.

xyang35 avatar xyang35 commented on June 7, 2024

Thanks for your reply!

from alphaction.

Chuckie-He avatar Chuckie-He commented on June 7, 2024

The training set includes about 200,000 video clips, so for the iteration number in the config file, epoch ~= 16*iteration_num/200000. I recommend you to reproduce the results following this codebase, since not all details are clearly clarified in the paper (e.g, the focal loss, the weight of each loss).

hi, I want to know that when evaluating the loss, why the weight of pose loss is 1.2 rather than 14.0?(the weight of object loss is 49.0 and the weight of person loss is 17.0). Thank you!

from alphaction.

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.