Updates the grasp generation script (for one scale) with the following changes:
No train/test/val split. All images are saved to a directory called images, and this change is also reflected in a single transforms.json.
All other outputs of this script are not generated except optionally segmentation/depth images (false by default), which you can generate by passing in args.
The scale of the images is saved up to 4 decimal places of precision in the file name.
Updates the grasp generation script (for one scale) with the following changes:
images
, and this change is also reflected in a singletransforms.json
.TODO: