dougsm / ggcnn

Generative Grasping CNN from "Closing the Loop for Robotic Grasping: A Real-time, Generative Grasp Synthesis Approach" (RSS 2018)
BSD 3-Clause "New" or "Revised" License
484 stars 138 forks source link

models.common.py #55

Open Hongbo-Z opened 1 year ago

Hongbo-Z commented 1 year ago

def post_process_output(q_img, cos_img, sin_img, width_img):

width_img = width_img.cpu().numpy().squeeze() *150.0

Hi Dougsm,

What does * 150.0 use for, and why do we need to use it here?

Thanks,

Hongbo