Giter Site home page Giter Site logo

New dataset about giga HOT 3 CLOSED

ut-austin-rpl avatar ut-austin-rpl commented on September 24, 2024
New dataset

from giga.

Comments (3)

Steve-Tod avatar Steve-Tod commented on September 24, 2024

Hi,

  1. The inputs should be the TSDF voxels after fusion.
  2. The pos is the coordinate of the point where we want to query the grasp parameters.
  3. Occupancy points are randomly sampled inside the volume. The occupancy values are queried from the ground truth mesh, like here. I'm not sure if you really need the ground truth occupancy values if you only want to run the pre-trained GIGA.

from giga.

ishikaalunawat avatar ishikaalunawat commented on September 24, 2024

Hey,

Given I have the TSDF voxels in (40,40,40) format, I would like to know how to:

  1. Sample points or generate pos for querying grasp params? According to your dataset and code it seems like there was a grasps.csv from where x, y, z were taken and then scaled to match to voxel size. How did you generate the x, y, z in the csv file?
    Can I randomly sample using np.random.randint(low=0.0,high=40.0,size=(num_query_points,3))*voxel_size ?

from giga.

Steve-Tod avatar Steve-Tod commented on September 24, 2024

Hi, for grasp data generation, please refer to this file. We follow VGN and randomly sample points on the point cloud observation.

point, normal = sample_grasp_point(pc, finger_depth)

from giga.

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.