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

ported over cv model #37

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

ported over cv model #37

wants to merge 5 commits into from

Conversation

srihan-kotnana
Copy link

Package Name: cvmodel_package

Ported over python cv_model code to detect lighted up sections. We require a input.mp4, the path/name must be specified in video_publisher.cpp. An output.mp4 is generated, an example of which is below.

output.mp4

Copy link
Contributor

@azhangvo azhangvo left a comment

Choose a reason for hiding this comment

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

the detection node should not simply output to video. it should take input from image_raw (which is already done) and output detections to a different topic (i.e. /detections).

@azhangvo
Copy link
Contributor

I picked up this task since Srihan is busy.

Debug Results:
https://github.com/user-attachments/assets/fa215b7f-7a2a-4df7-a1e5-c07ecb11bfd6

Detection Display (no debug)
https://github.com/user-attachments/assets/72d48762-1fbd-41b3-835b-d0f452da6de7

New Parameters
ros2 run detection detection_node --ros-args -p write_video:=true -p debug:=true

Full 30 Hz
image

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.

2 participants