Closed cx3307 closed 1 year ago
I need the grasp poses of a specific object outputted by GraspNet, but all object_ids outputted by the demo are -1. How can I change this?
The model does not predict object categories, so you need to detect the object first. You can also modify the network output layer from objectness (0 or 1) to object class ids and train the network from scratch.
I need the grasp poses of a specific object outputted by GraspNet, but all object_ids outputted by the demo are -1. How can I change this?