-
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
Real time semantic segmentation node #77
Open
leungjch
wants to merge
15
commits into
main
Choose a base branch
from
j89leung/rt-semantic-segmentation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
leungjch
force-pushed
the
j89leung/rt-semantic-segmentation
branch
from
February 19, 2024 17:43
568d1be
to
f5cc71e
Compare
leungjch
changed the title
Add real time semantic segmentation node
Real time semantic segmentation node
Feb 19, 2024
leungjch
force-pushed
the
j89leung/rt-semantic-segmentation
branch
from
March 8, 2024 04:07
06df3ac
to
27c2b45
Compare
Edwardius
requested changes
Mar 14, 2024
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.
Please break down the node into various files. 400 line monolith is not ideal :P
docker/perception/semantic_segmentation/semantic_segmentation.Dockerfile
Show resolved
Hide resolved
docker/perception/semantic_segmentation/semantic_segmentation.Dockerfile
Show resolved
Hide resolved
src/perception/semantic_segmentation/resource/dynamic_shape.pbtxt
Outdated
Show resolved
Hide resolved
src/perception/semantic_segmentation/src/semantic_segmentation_node.cpp
Outdated
Show resolved
Hide resolved
src/perception/semantic_segmentation/src/semantic_segmentation_node.cpp
Outdated
Show resolved
Hide resolved
Edwardius
reviewed
Mar 14, 2024
Edwardius
reviewed
Mar 14, 2024
docker/perception/semantic_segmentation/semantic_segmentation.Dockerfile
Outdated
Show resolved
Hide resolved
Edwardius
reviewed
Mar 14, 2024
docker/perception/semantic_segmentation/semantic_segmentation.Dockerfile
Outdated
Show resolved
Hide resolved
leungjch
force-pushed
the
j89leung/rt-semantic-segmentation
branch
from
March 18, 2024 07:28
f8e205c
to
9723cc9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Real time semantic segmentation ROS2 node using PaddlePaddle pp-liteseg model: https://github.com/PaddlePaddle/PaddleSeg/tree/release/2.9/deploy/cpp
Performance: ~100 fps on 3090
out_video.mp4
src_video.mp4