-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
…norepo into openpcdet-dan
docker/perception/lidar_object_detection/lidar_object_detection.Dockerfile
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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?
docker/perception/lidar_object_detection/lidar_object_detection.Dockerfile
Outdated
Show resolved
Hide resolved
docker/perception/lidar_object_detection/lidar_object_detection.Dockerfile
Outdated
Show resolved
Hide resolved
docker/perception/lidar_object_detection/lidar_object_detection.Dockerfile
Outdated
Show resolved
Hide resolved
docker/perception/lidar_object_detection/lidar_object_detection.Dockerfile
Outdated
Show resolved
Hide resolved
...bject_detection/lidar_object_detection/lidar_object_detection/lidar_object_detection_node.py
Outdated
Show resolved
Hide resolved
...bject_detection/lidar_object_detection/lidar_object_detection/lidar_object_detection_node.py
Outdated
Show resolved
Hide resolved
...bject_detection/lidar_object_detection/lidar_object_detection/lidar_object_detection_node.py
Outdated
Show resolved
Hide resolved
...bject_detection/lidar_object_detection/lidar_object_detection/lidar_object_detection_node.py
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]) |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha, added
Thanks! Comments are for the most part addressed, the image is 900MB |
oh! We shouldnt be skipping it's build then |
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