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

Inference on Kitti dataset #18

Closed
shaunkheng97 opened this issue Mar 8, 2021 · 3 comments
Closed

Inference on Kitti dataset #18

shaunkheng97 opened this issue Mar 8, 2021 · 3 comments

Comments

@shaunkheng97
Copy link

May I know how can I run the inference on CLOCs? Do I need to write my own inference code?

@pangsu0613
Copy link
Owner

Hello @shaunkheng97 , The Evaluation section in readme illustrates how to run inference using CLOCs.

@shaunkheng97
Copy link
Author

Is there a way to visualize my inference results on test images on 2d images or 3d point cloud?

@pangsu0613
Copy link
Owner

The outputs of CLOCs are in the same format as SECOND-V1.5, so you could use the KITTI viewer under /CLOCs/second/kittiviewer, the instructions can be found in this page, https://github.com/traveller59/second.pytorch/tree/v1.5. kittiviewer could visualize the results on 3d point cloud and images. Another option is to use the MATLAB script from official kitti object development kit, this script can visualize 2D bbox and projected 3d bbox on images. The MATLAB script is original developed to visualize kitti labels (txt files), so you need to make some small changes to use it.

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