Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datasets generator program #116

Open
TechyRio opened this issue Apr 21, 2021 · 7 comments
Open

datasets generator program #116

TechyRio opened this issue Apr 21, 2021 · 7 comments

Comments

@TechyRio
Copy link

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!

@zhoumiaoqiang
Copy link

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?

@TechyRio
Copy link
Author

TechyRio commented Jan 3, 2022

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!

@zhoumiaoqiang
Copy link

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

@huiwenzhang
Copy link

@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?

@qyp-robot
Copy link

@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
Copy link

can you help me ?thank you !

@huiwenzhang
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants