learnopencv icon indicating copy to clipboard operation
learnopencv copied to clipboard

Non Maximum Suppression: torch.cmax instead of torch.max

Open paramount-andes opened this issue 3 years ago • 0 comments

Non Maximum Suppression: Should it be xx1 = torch.cmax(xx1, x1[idx]) instead of xx1 = torch.max(xx1, x1[idx]) I mean cmax instead of max

paramount-andes avatar Jun 16 '21 14:06 paramount-andes