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

OpenPCDet LiDar Object Detection Node #73

Open
wants to merge 78 commits into
base: main
Choose a base branch
from
Open

Conversation

danielrhuynh
Copy link
Contributor

@danielrhuynh danielrhuynh commented Feb 9, 2024

Overview

Added a ros node for LiDar object detection node trained on nuscenes point clouds.
source repo: https://github.com/open-mmlab/OpenPCDet

demos:

raw_lidar.mov
new.annotations.mov

@danielrhuynh danielrhuynh changed the title Openpcdet dan OpenPCDet LiDar Object Detection Node Feb 9, 2024
Copy link
Collaborator

@Edwardius Edwardius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesomeeeee work! Just some minor comments here and there. How big is the Lidar Image?

modules/docker-compose.perception.yaml Outdated Show resolved Hide resolved
detection.bbox.size.y = float(box[4])
detection.bbox.size.z = float(box[5])
detected_object = ObjectHypothesisWithPose()
detected_object.hypothesis.class_id = str(pred_dicts[0]["pred_labels"][idx])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these labels should be pulled out of the model and stored centrally @danielrhuynh in some sort of label server that publishes /vision_msgs/VisionInfo.msg

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not quite sure what this means lol

Copy link
Contributor Author

@danielrhuynh danielrhuynh Jun 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pred labels? I think that comes from OpenPCDet so I'm a little hesitant to mess with those

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class labels yeah, otherwise we don't know what the class_id actually refers too downstream

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eg. how do we know 1 refers to a car?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, added

@danielrhuynh
Copy link
Contributor Author

danielrhuynh commented Jun 11, 2024

Awesomeeeee work! Just some minor comments here and there. How big is the Lidar Image?

Thanks! Comments are for the most part addressed, the image is 900MB

@Edwardius
Copy link
Collaborator

Awesomeeeee work! Just some minor comments here and there. How big is the Lidar Image?

Thanks! Comments are for the most part addressed, the image is 900MB

oh! We shouldnt be skipping it's build then

@danielrhuynh danielrhuynh linked an issue Jun 14, 2024 that may be closed by this pull request
@danielrhuynh
Copy link
Contributor Author

Awesomeeeee work! Just some minor comments here and there. How big is the Lidar Image?

Thanks! Comments are for the most part addressed, the image is 900MB

oh! We shouldnt be skipping it's build then

Screenshot 2024-06-27 at 9 11 55 PM
I lied big time, almost 19GB

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

Successfully merging this pull request may close these issues.

Address LiDAR Object Detection PR Comments
4 participants