Coder Social home page Coder Social logo

Comments (3)

LiMeng95 avatar LiMeng95 commented on August 31, 2024

hi,

  1. The task Keypoint Estimation Subnet with person segmentation mask is still in to-do list, I have not added it in keypoints subnet yet.

  2. The batch-size of dataloader is linearly related to the number of GPUs. Specifically, batch-size will be multiplied by the number of GPUs you enabled in CUDA_VISIBLES_DEVICES. Related code is in multipose_keypoint_train.py#L61.
    That is more GPUs means more pre-processing such as data agumentation, GT generation and so on. All of these pre-processing are on CPUs. So, I think the training speed maybe limited by not only the GPU but the CPUs' computational ability.

from multiposenet.pytorch.

lunalulu avatar lunalulu commented on August 31, 2024

@LiMeng95 thanks very much~

Another question, I trained a resnet50 as backbone, but compared to ckpt_baseline_resnet101.h5 in your project, the inference FPS went up by only 2 frames.
Do you have training with resnet50? How fast is the result compared with resnet101?Can you provide one resnet50?
thanks

from multiposenet.pytorch.

LiMeng95 avatar LiMeng95 commented on August 31, 2024

Sorry, I didn't train with resnet50. Maybe the backbone is not the main limitation of inference FPS, other parts like person detection will also take some time.

from multiposenet.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.