gpd icon indicating copy to clipboard operation
gpd copied to clipboard

datasets generator program

Open TechyRio opened this issue 3 years ago • 7 comments

First,thank you for your amazing work! could you send the program for generate datasetes(like the bigbird datasets) ? Or samething like the datasets file construct? In my opinion ,the datasets structure should be include:(example 1 object) 0_gt.pcd 0_gt.csv 0_1.pcd 0_2.pcd ......0_20.pcd (its corresponding .csv file for store normal data)

it is that true?

hope for your helpping!

TechyRio avatar Apr 21 '21 00:04 TechyRio

First,thank you for your amazing work! could you send the program for generate datasetes(like the bigbird datasets) ? Or samething like the datasets file construct? In my opinion ,the datasets structure should be include:(example 1 object) 0_gt.pcd 0_gt.csv 0_1.pcd 0_2.pcd ......0_20.pcd (its corresponding .csv file for store normal data)

it is that true?

hope for your helpping!

Hello, I am also confused about this. Have you completed the generation of the data set?

zhoumiaoqiang avatar Dec 28 '21 07:12 zhoumiaoqiang

First,thank you for your amazing work! could you send the program for generate datasetes(like the bigbird datasets) ? Or samething like the datasets file construct? In my opinion ,the datasets structure should be include:(example 1 object) 0_gt.pcd 0_gt.csv 0_1.pcd 0_2.pcd ......0_20.pcd (its corresponding .csv file for store normal data) it is that true? hope for your helpping!

Hello, I am also confused about this. Have you completed the generation of the data set?

yes,i just use the function in the program of other files to generate the Normal vectors. you can try again!

TechyRio avatar Jan 03 '22 13:01 TechyRio

yes,i just use the function in the program of other files to generate the Normal vectors. you can try again!

Can you add a contact number?QQ783145004

zhoumiaoqiang avatar Jan 04 '22 12:01 zhoumiaoqiang

@TechyRio The data format is exactly as you pasted above according to the code. However, the bigbird dataset format is very different from the format used in this repo. Which program did you use to generate the dataset? Could U explain it more clearly?

huiwenzhang avatar Feb 07 '23 07:02 huiwenzhang

@huiwenzhang @zhoumiaoqiang hi! ,I find the object data from bigbird contain conpleted mesh module and partial point cloud, and the generate c++ code need 20 numbers point cloud module, when I use the parcial point cloud that view by singel camera, the antipodal graspa does not exist;I know need two singel camera point cloud connect ; or I can ues complete data to train? like this: image

qyp-robot avatar Mar 21 '23 01:03 qyp-robot

can you help me ?thank you !

qyp-robot avatar Mar 21 '23 01:03 qyp-robot

@qyp-robot which c++ file you used for generating data? Basically, U don't need two cameras. The full mesh model is used to evaluate valid antipodal grasps, i.e. the label for sampled grasps. U can't train with full mesh model, except that you can get the full mesh when doing inference in real world.

huiwenzhang avatar Apr 19 '23 06:04 huiwenzhang