dex-net icon indicating copy to clipboard operation
dex-net copied to clipboard

Repository for reading the Dex-Net 2.0 HDF5 database of 3D objects, parallel-jaw grasps, and robust grasp metrics

Results 36 dex-net issues
Sort by recently updated
recently updated
newest added

Hello, I am new to the topic dex-net and now I am reading all these codes. I only find a python file called "generate_gqcnn_dataset.py" for generating the quality metric for...

@jeffmahler I executed code to test dexnet installtion on ubuntu 14 and 16 both in CPU machine. user/catkin_ws/src/dexnet python setup.py test . **floating point exception core dumped.** error i got...

I tried to use the CLI to visualize the example.hdf5 database, but the rendering does not work ![screenshot from 2018-03-23 22-47-58](https://user-images.githubusercontent.com/19647225/37859586-56bd38cc-2eec-11e8-816f-40f2b16dc493.png) All 15 tests are OK when running `sudo python...

After installation, testing with "python setup.py test" gives me the error AttributeError: 'module' object has no attribute 'learning_test' and I'm not able to start the dexnet CLI. Do you know...

Hey! I am trying to run the setup.py script on a silicon mac. I know the documentation says they have only tested on ubuntu machines but I was hoping to...

Hi, I've majorly followed [quality.py](https://github.com/BerkeleyAutomation/dex-net/blob/cccf93319095374b0eefc24b8b6cd40bc23966d2/src/dexnet/grasping/quality.py#L182) implementation to calculate a grasp matrix to compute other grasp quality metrics (e.g., Ferrari Canny L1 metric). However, after searching other papers and documents, I...