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
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