UT-Austin-RPL / GIGA

Official PyTorch implementation of Synergies Between Affordance and Geometry: 6-DoF Grasp Detection via Implicit Representations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualization of data generation

estellexky opened this issue · comments

Hi
May I ask how to visualize the process of self-supervised data generation just like you show on your project website?

Try this:

python scripts/generate_data_parallel.py --scene pile --object-set pile/train --num-grasps 10 --num-proc 1 --save-scene ./data/pile/data_pile_train_vis --sim-gui

It works! Thank you very much!