Vince Cartillier
Results
2
issues of
Vince Cartillier
I am running into a potential bug in the box3d_iou computation. ## Steps to reproduce ``` import sys import numpy as np sys.path.append('./utils/') from box_util import box3d_iou box = [[12.05...
Hello again, I am trying to train a Nerf model on two datasets representing the same scene with different images. I would like to load the first dataset, train Nerf,...