robotic-grasping icon indicating copy to clipboard operation
robotic-grasping copied to clipboard

angle after gaussian filter

Open jxtxwsbn opened this issue 3 years ago • 2 comments

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

jxtxwsbn avatar Aug 11 '21 03:08 jxtxwsbn

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.

skumra avatar Aug 11 '21 18:08 skumra

Thanks. Maybe it doesn't affect too much since the results look good and the Gaussian filter just smooths the image a little.

jxtxwsbn avatar Aug 11 '21 23:08 jxtxwsbn