Guru-Uni-siegen
Results
2
comments of
Guru-Uni-siegen
hough_voting_gpu_op.cc has a problem. In-Line 756-757 segmentation fault occurs because dx.size() and dy.size() can be zero some time. I added a simple if statement to check the condition it works...
I am not sure how it is working for some people by changing kThreadsPerBlock. But actually, hough_voting_gpu_op.cc has a problem. In-Line 756-757 segmentation fault occurs because dx.size() and dy.size() can...