Skip to content
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

Merged
merged 23 commits into from
Dec 12, 2022
Merged

Conversation

vivinousi
Copy link
Collaborator

This PR adds SiamRPN, including a ROS1 node, custom dataset support and three demos

@vivinousi vivinousi added enhancement New feature or request test sources Run style checks test tools Test the toolkit methods labels Dec 2, 2022
@tsampazk tsampazk self-requested a review December 2, 2022 16:52
@tsampazk tsampazk added test sources Run style checks test tools Test the toolkit methods and removed test sources Run style checks test tools Test the toolkit methods labels Dec 5, 2022
Copy link
Collaborator

@tsampazk tsampazk left a 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.

docs/reference/object-tracking-2d-siamrpn.md Outdated Show resolved Hide resolved
docs/reference/rosbridge.md Outdated Show resolved Hide resolved
docs/reference/rosbridge.md Outdated Show resolved Hide resolved
src/opendr/perception/object_tracking_2d/siamrpn/README.md Outdated Show resolved Hide resolved
vivinousi and others added 8 commits December 6, 2022 09:53
…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>
Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
@vivinousi vivinousi requested a review from tsampazk December 6, 2022 09:46
tsampazk
tsampazk previously approved these changes Dec 7, 2022
Copy link
Collaborator

@tsampazk tsampazk left a 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
tsampazk
tsampazk previously approved these changes Dec 9, 2022
Copy link
Collaborator

@tsampazk tsampazk left a 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.

@tsampazk tsampazk mentioned this pull request Dec 12, 2022
24 tasks
Copy link
Collaborator

@ad-daniel ad-daniel left a 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!

@ad-daniel ad-daniel merged commit 58a9067 into develop Dec 12, 2022
@ad-daniel ad-daniel deleted the object-tracking-2d-siamrpn branch December 12, 2022 22:30
lucamarchionni pushed a commit to lucamarchionni/opendr that referenced this pull request Jun 10, 2024
* 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>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request test sources Run style checks test tools Test the toolkit methods
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants