Code Monkey home page Code Monkey logo

Comments (4)

jeffsonyu avatar jeffsonyu commented on June 15, 2024

Hello! I noticed that the npys in scene_info folders in your dataset have the keys of "cam_pos", and you still have the sheets folder which includes the finger positions? Could you explain to me the difference between these two? Appriciate it!

from 3d-vision-and-touch.

jeffsonyu avatar jeffsonyu commented on June 15, 2024

I think I have figured out the former problem. Do the sheets npys stand for the local points touch on the finger tips? And what is the difference between sheets and the 'points' in scene_info? Do they mean different point clouds from the surfaces of the objects, and the pixels from the sensor?

from 3d-vision-and-touch.

EdwardSmith1884 avatar EdwardSmith1884 commented on June 15, 2024

Hi so there are basically 3 aspects of the training.
-> In the first I take the touch reading from a finger and the pose of the hand to learn what the local surface at the touch surface looks like. This prediction outputs a point cloud.
-> In the second phase I convert this point cloud into a mesh "sheet" ( which is just a small mesh surface) using optimization to match the predicted point cloud. This provides a mesh "sheet" representing the surface at every touch site in the dataset.
-> In the third phase I use these sheets to represent the known touch information and use them to predict a full object.

The 'points' in scene_info are the ground truth local surfaces at each touch site used to train the first phase. Because I figured people wouldn't want to train all 3 stages I provided the sheets directly in 'sheets npys' which allows you to only train or test the final stage if you want to.

Does that make sense? Let me know if you have any other questions!

from 3d-vision-and-touch.

jeffsonyu avatar jeffsonyu commented on June 15, 2024

OK! Now I totally understand! Really appreciate it!

from 3d-vision-and-touch.

Related Issues (7)

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.