You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jhultman,thanks for sharing your implementation.
According to the original paper, the grid points are uniformly sampled within a proposal, I think "uniformly" here means evenly distributed in every dimension( from figure4 we can see the red grid points are not randomly sampled), and the name "grid" itself may also claim this point.
I think "uniformly" here is different from "uniform distribution" given by torch.rand
Hi @jhultman,thanks for sharing your implementation.
According to the original paper, the grid points are uniformly sampled within a proposal, I think "uniformly" here means evenly distributed in every dimension( from figure4 we can see the red grid points are not randomly sampled), and the name "grid" itself may also claim this point.
I think "uniformly" here is different from "uniform distribution" given by torch.rand
vision3d/pvrcnn/detector/roi_grid_pool.py
Line 59 in 0789508
The text was updated successfully, but these errors were encountered: