Code Monkey home page Code Monkey logo

Comments (3)

sunke123 avatar sunke123 commented on May 20, 2024 6

@conference-anonymous @YinRui1991
Hi all, thanks for your attention.
In our paper, we want to point out that our method, with fewer #parameters and GFLOPs, is superior to the previous works, not relying on larger model size.
But, GFLOPs doesn't correspond to the runtime because of different implementation.

In Pytorch implementation, the convolutional layers are executed in series, even though we connect the different branches in parallel. So, the speed of HRNet is slower than SimpleBaseline. Training and inference speed for our HRNet could be improved if Pytorch supports the parallel convolutions.

from deep-high-resolution-net.pytorch.

YinRui1991 avatar YinRui1991 commented on May 20, 2024

@conference-anonymous Hi, I think your speeds on pose_resnet_50_256x192 model and pose_hrnet_w32_256x192 model are right. I test COCO val 2017 with this two models and the time cost is 550s(resnet) and 1200s(hrnet). Though pose_hrnet_w32_256x192 need smaller GFLOPs than pose_resnet_50_256x192 reported in the paper.

from deep-high-resolution-net.pytorch.

H19012 avatar H19012 commented on May 20, 2024

Hello,

Thank you very much for the implementation and the trained models.

I compared pose estimation run time of both pose_hrnet_w32_256x192.pth and pose_resnet_50_256x192.pth on the same large data-set I have (~5700 images with ~2 people in an image). In both runs I start measuring after 100 iterations to account for GPU warm-up. I measure run time without the detection part, yet including pre-proccessing of cropping and resizing the detection crops, which is done in the same way for both networks.

I get ~101 fps for pose_resnet_50_256x192, compared to ~82 fps for pose_hrnet_w32_256x192 on a single 2080ti gpu.

Could it be that hrnet is slower than simple baseline or am I missing something?

Is the 82 fps with the heatmap to coord post processing?

from deep-high-resolution-net.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.