Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on generalization study on Uni3D #35

Open
wangyubin04 opened this issue Apr 18, 2024 · 1 comment
Open

Question on generalization study on Uni3D #35

wangyubin04 opened this issue Apr 18, 2024 · 1 comment

Comments

@wangyubin04
Copy link

In Table 8 of Uni3D, generalization study is conducted by evaluating zero-shot detection accuracy on KITTI. Since two separate detection heads are trained and a dual-BN is leveraged for nuscenes and waymo during pre-training, what are the implementation details for conducting zero-shot detection on KITTI and which detection head is used?

@BOBrown
Copy link
Collaborator

BOBrown commented Jul 18, 2024

@wangyubin04

Hi, thanks for your question.

Note that Table 8 in Uni3D reports the AP_{BEV} and AP_{3D} of the car category at IoU = 0.7. The experiment setting follows that of ST3D, where the baseline model is trained on source domain (e.g., Waymo) and tested on target domain (e.g. KITTI). For example, the first and fourth rows represent the results of the PV-RCNN model pre-trained on Waymo but evaluated on KITTI (only car category). Similarly, we can use Uni3D to perform the joint training on Waymo and nuScenes, and then directly test on the KITTI dataset, which is shown in the third row of Table 8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants