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

Train and Test script files are missing #3

Closed
jayamohan-cb opened this issue Nov 4, 2022 · 4 comments
Closed

Train and Test script files are missing #3

jayamohan-cb opened this issue Nov 4, 2022 · 4 comments

Comments

@jayamohan-cb
Copy link

Train and test script files are missing in the repository. Can someone upload train and test scripts for HydraFusion model?

@malawada
Copy link
Member

This repository only contains our model architecture in PyTorch. We don't provide any code for the dataset, training, or evaluation, but you should be able to use this model architecture with your own data and training code for solving multi-modal object-detection tasks as the model is derived from Faster R-CNN.

@jayamohan-cb
Copy link
Author

jayamohan-cb commented Dec 1, 2022 via email

@malawada
Copy link
Member

malawada commented Dec 7, 2022

We used the radiate sdk function get_from_timestamp to get the sensor data for each input modality and corresponding annotations.
https://github.com/marcelsheeny/radiate_sdk/blob/master/radiate.py#L187

We used annotations['radar_cartesian'] as the radar_y and annotations['camera_right_rect'] as cam_y. However, since Faster R-CNN is a 2D bounding box predictor, we flatten the pseudo-3D camera annotations for cam_y into 2D boxes.

@jayamohan-cb
Copy link
Author

jayamohan-cb commented Dec 8, 2022 via email

@malawada malawada closed this as completed Jan 3, 2023
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