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

Complete the inference file #1

Closed
tyagi-iiitv opened this issue Aug 17, 2020 · 2 comments
Closed

Complete the inference file #1

tyagi-iiitv opened this issue Aug 17, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@tyagi-iiitv
Copy link
Owner

The network presently outputs 6 regression targets and a classification label. We need to write code for NMS to generate final bounding boxes for predictions.

@scrouzet
Copy link

As I understand it, there is currently no way to evaluate the performance of the trained model on a validation set. I'm not sure how it is supposed to be done on Kitti 3D object detection. It seems that the testing set officially distributed does not have the labels. Do you know what are the "official splits" of the Kitti 3D object detection dataset?

@tyagi-iiitv
Copy link
Owner Author

That is true. However, I was talking more on the visualization perspective - that we generate the bounding boxes and try to see how effective are the predictions to start off with. Obviously, once we have some confidence that this network is working fine, we can evaluate it on the Kitti's test set.

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

No branches or pull requests

2 participants