-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
siamrpn: Single Object tracking 2d #367
Conversation
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.
Thanks @vivinousi for the new tool! Changes LGTM apart from some minor comments.
src/opendr/perception/object_tracking_2d/siamrpn/siamrpn_learner.py
Outdated
Show resolved
Hide resolved
src/opendr/perception/object_tracking_2d/siamrpn/siamrpn_learner.py
Outdated
Show resolved
Hide resolved
src/opendr/perception/object_tracking_2d/siamrpn/siamrpn_learner.py
Outdated
Show resolved
Hide resolved
src/opendr/perception/object_tracking_2d/siamrpn/siamrpn_learner.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/object_tracking_2d_siamrpn.py
Outdated
Show resolved
Hide resolved
…er.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
… object-tracking-2d-siamrpn
Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
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, thank you!
# Conflicts: # CHANGELOG.md # projects/opendr_ws/src/opendr_bridge/srv/OpenDRSingleObjectTracking.srv # projects/opendr_ws/src/opendr_perception/CMakeLists.txt # projects/opendr_ws/src/opendr_perception/scripts/object_tracking_2d_siamrpn_node.py
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.
I resolved the conflicts with develop and applied some minor fixes.
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.
Just did some minor adjustments and fixed the merge conflict, other than that it looks good me. Thank you!
* SiamRPN learner + ROS node * CRLF -> LF * tests + custom dataset support * changelog update * Update src/opendr/perception/object_tracking_2d/siamrpn/siamrpn_learner.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> * Update docs/reference/rosbridge.md Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> * Update docs/reference/rosbridge.md Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> * Update src/opendr/perception/object_tracking_2d/siamrpn/README.md Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> * fix docs, rename ros1 node, rearrange learner + static methods * fix yolov5 download bug * Update src/opendr/perception/object_tracking_2d/siamrpn/README.md Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> * dependencies possible fix * dependencies possible fix * update tests to avoid running siamrpn test twice * Some fixes in bridge doc * Minor format fixes * Some more * More details Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> Co-authored-by: ad-daniel <daniel.dias@epfl.ch>
This PR adds SiamRPN, including a ROS1 node, custom dataset support and three demos