HeBangYan
HeBangYan
> i got the same problem there is a bug in torch while you are using nn.conv2d and set it's padding mode as circular > > https://github.com/reshow/PRNet-PyTorch/blob/9b0a5dc6fec77c5edd45c66e46b5b050d400b352/torchmodule.py#L97 > > >...
I refer to [this link](https://github.com/charlesq34/pointnet2/tree/master/utils) and put the following code: https://github.com/fxia22/pointnet.pytorch/blob/f0c2430b0b1529e3f76fb5d6cd6ca14be763d975/utils/show3d_balls.py#L1-L22 change it to this: ``` import numpy as np import ctypes as ct import cv2 import sys import os...