Jianhang Yan

Results 1 comments of Jianhang Yan

Hi, I did a test using method `compute_3d_iou_new()`. Results are as follows: ```python from utils import compute_3d_iou_new import numpy as np pose = np.eye(4, dtype=np.float32) pose[:, 3] = np.array([1, 1,...