Iven-Wu
Iven-Wu
I've found the code dealing with headless rendering in PIFu. But while I'm using it in a slurm-managed cluster, it returns this error and stops: ImportError: Cannot initialize a headless...
I run the eval_rcnn.py with checkpoint downloaded and get this error. RuntimeError: Error(s) in loading state_dict for PointRCNN: size mismatch for rpn.backbone_net.SA_modules.0.mlps.0.layer0.conv.weight: copying a param with shape torch.Size([16, 3, 1,...
Hi, I'm running the codebase of Maptrv2 on argoverse2 dataset. I find the data loading interval is set to 4, but the comments mentioned it should be set to 5....