skumra / robotic-grasping

Antipodal Robotic Grasping using GR-ConvNet. IROS 2020.
Other
455 stars 119 forks source link

Strange cross shape in quality prediction #62

Open destroy314 opened 1 year ago

destroy314 commented 1 year ago

The above figure shows the object image and the result of the grasp quality prediction (q_img in code). It can be seen that the red cube becomes a slightly larger cross in the grasp quality prediction, resulting in a wrong grasp prediction (the red line above the red square). Does anyone know why this is or how to avoid it?

destroy314 commented 1 year ago

Trained a model on cornell dataset, looks better now.