Coder Social home page Coder Social logo

paulpanwang / cas6d Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 2.0 2.66 MB

[3D Vision 2024] A new cascade framework named Cas6D for few-shot 6DoF pose estimation that is generalizable and uses only RGB images.

Python 99.62% Shell 0.38%
6dof-pose pose-estimation generalizable-pose-estimation

cas6d's People

Contributors

paulpanwang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

hiyyg karltan0328

cas6d's Issues

Looking for help about the cascade_refine file error

Many thanks to the author for providing the code, which inspired my work. But there are errors in the network/cascade-refiner code. I have improved some errors here.
def update_state(self, scale, tranlation, quan):
self.scale_rmin = min(self.scale_rmin, scale.min() )...

But there is still an error in the code itself, which is about the parameters of tranlation and quan.
if not is_inference:
qn, sx, sy, sz, _ = vol_coords.shape
grids = pose_apply_th(que_imgs_info['poses_in'],
vol_coords.reshape(qn, sx * sy * sz, 3))
outputs['grids'] = grids
self.update_state(scale, tranlation, quan)###Tranlation and quan are not provided here
Does it represent the rotation and offset in the output dictionary?
I don't understand the actual meaning of translation and quan here. I hope the author can help improve the code. Thank very much,this determines whether this code can run.

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.