spconv icon indicating copy to clipboard operation
spconv copied to clipboard

SparseMaxPool3d returns Zero if all sparse elements are negative

Open GhostLate opened this issue 9 months ago • 1 comments

spconv.SparseMaxPool3d returns zero if all elements in the kernel window are negative (kernel is not full), but should return the minimum negative value.

GhostLate avatar Jul 09 '25 23:07 GhostLate

I meet the same problem, I found the MaxPool3D only process the non-negative values point

Image

mu1guo avatar Nov 27 '25 12:11 mu1guo