robotic-grasping
robotic-grasping copied to clipboard
angle after gaussian filter
Hi, thanks for your code. The predicted angle image is passed into a gaussian filter. I think the value of the angle will be changed after that. Why need it? Thanks
Good point, the gaussian filter is used to mostly filter out the quality function. It probably shouldn't be applied to the angle.
Please feel free to open a pull request to fix this issue.
Thanks. Maybe it doesn't affect too much since the results look good and the Gaussian filter just smooths the image a little.