Giter Club home page Giter Club logo

Comments (8)

moberweger avatar moberweger commented on July 2, 2024

You can check src/net/resnet.py if this is what you are looking for.

from deep-prior-pp.

wangsun avatar wangsun commented on July 2, 2024

thanks for your reply very. I can't find where to use ResNet

from deep-prior-pp.

moberweger avatar moberweger commented on July 2, 2024

For testing, ResNet is used in e.g. src/test_realtimepipeline.py , for training check the src/main_*_posereg_embeddin.py files, where you might have to replace PoseRegNet with ResNet.

from deep-prior-pp.

wangsun avatar wangsun commented on July 2, 2024

thanks for your reply very.I met something confusing after reading the code,in the file main_nyu_posereg_embedding.py line 118
poseNetParams = PoseRegNetParams(type=0, nChan=nChannels, wIn=imgSizeW, hIn=imgSizeH, batchSize=batchSize,numJoints=1, nDims=train_gt3D_embed.shape[1])
why you set numJoints=1 and set nDims = 30 why numJoints not 14?

from deep-prior-pp.

moberweger avatar moberweger commented on July 2, 2024

If you read the paper, we use a low-dimensional embedding for the pose. Therefore, the pose is a 1x30 vector and not the 14x3 3D joint locations.

from deep-prior-pp.

wangsun avatar wangsun commented on July 2, 2024

sorry.Maybe,I not have fully understand the article. Can you give me some guidance?or some information.emai [email protected] Thx

from deep-prior-pp.

wangsun avatar wangsun commented on July 2, 2024

I read some articles about hand pose estimation. The network is relatively shallow. Why not use the existing network? For example, ResNet101. Looking forward to your reply

from deep-prior-pp.

moberweger avatar moberweger commented on July 2, 2024

@wangsun
Actually, we use ResNet50, which still runs in realtime.

from deep-prior-pp.

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.