-
Notifications
You must be signed in to change notification settings - Fork 0
24 yolo node for instance segmentation #32
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
Conversation
…e callback and use threshold parameter
…og to gitignore for ros2 building
…es to requirements
…with different names and ids
…t downloads. This allows for simple gitignore for all datasets
…ferences in output from models
…it where the launch file changed from loading working dir params to loading params from share dir
…node-for-instance-segmentation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #32 +/- ##
=====================================
Coverage 0 0.00%
=====================================
Files 0 3 +3
Lines 0 146 +146
Branches 0 14 +14
=====================================
- Misses 0 146 +146
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
vortex_image_segmentation/vortex_image_segmentation/yolo_seg_node.py
Outdated
Show resolved
Hide resolved
vortex_image_segmentation/vortex_image_segmentation/yolo_seg_node.py
Outdated
Show resolved
Hide resolved
vortex_image_segmentation/vortex_image_segmentation/yolo_seg_node.py
Outdated
Show resolved
Hide resolved
vortex_image_segmentation/vortex_image_segmentation/yolo_seg_node.py
Outdated
Show resolved
Hide resolved
jorgenfj
left a comment
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.
Good job.
Future improvements: Support different image operations, like resizing and scaling.
Also add a short README for the seg node
vortex_image_segmentation/vortex_image_segmentation/yolo_seg_node.py
Outdated
Show resolved
Hide resolved
vortex_image_segmentation/vortex_image_segmentation/yolo_seg_node.py
Outdated
Show resolved
Hide resolved
vortex_image_segmentation/vortex_image_segmentation/yolo_seg.py
Outdated
Show resolved
Hide resolved
vortex_image_segmentation/vortex_image_segmentation/yolo_seg_node.py
Outdated
Show resolved
Hide resolved
vortex_image_segmentation/vortex_image_segmentation/yolo_seg_node.py
Outdated
Show resolved
Hide resolved
- ignore rosbags and bags in gitignore and dockerignore - remove pkg_share variale in launch file - keep param struct as only member variable - guard outside function instead of inside - remove retina mask param as we would never need it
jorgenfj
left a comment
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.
https://peps.python.org/pep-0008/#naming-conventions
Consider using leading underscores to signify internal member variables
jorgenfj
left a comment
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.
lgtm ![]()
jorgenfj
left a comment
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.
lgtm
Issue
Changes
Additional info
Testing