No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ubc-subbots/triton.git
VCS Type git
VCS Version master
Last Updated 2024-07-18
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • kevin

Authors

No additional authors.

triton_object_recognition

Description

This package contains a ROS2 node that can use a YOLOv3 or YOLOv4 network to detect and classify objects within an image. Note that based on the config file passed to the object recognition node, it might take a while for the node to start for the first time because it will download the appropriate config and weight files to the path <PATH_TO_TRITON>/triton/install/triton_object_recognition/share/triton_object_recognition. These files tend to be quite large but they should only have to be downloaded once provided you do not delete the install folder.

Usage

You can use the following command to run the object_recognizer node using the yolov4-tiny model:

ros2 launch triton_object_recognition tiny_yolov4_launch.py

You should see Object Recognizer successfully started! if successful.

Nodes

  • object_recognizer : A component node (triton_object_recognition::ObjectRecognizer) which recognizes objects in a received image.

    ### Subscribed Topics

    • object_recognizer/in (sensor_msgs/msg/Image.msg) : Input image.

    ### Published Topics

    • object_recognizer/out (triton_interfaces/msg/DetectionBoxArray.msg) : Output detection boxes.

    ### Services

    • object_recognizer/recognize (triton_interfaces/srv/ObjectDetection.srv): Takes in an image message and produces the detection boxes from that image.

Contributors

  • Kevin Huang (kevinh42@student.ubc.ca)
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged triton_object_recognition at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.