-
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
FSeq2-NMS #442
Conversation
This PR is ready for review. |
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.
Thank you @charsyme I have some comments, most are minor inconsistencies between the docs and code and some other details.
src/opendr/perception/object_detection_2d/nms/seq2seq_nms/seq2seq_nms_learner.py
Outdated
Show resolved
Hide resolved
src/opendr/perception/object_detection_2d/nms/fseq2_nms/README.md
Outdated
Show resolved
Hide resolved
src/opendr/perception/object_detection_2d/nms/fseq2_nms/fseq2_nms_learner.py
Outdated
Show resolved
Hide resolved
...r/perception/object_detection_2d/nms/fseq2_nms/algorithm/__pycache__/__init__.cpython-38.pyc
Outdated
Show resolved
Hide resolved
...erception/object_detection_2d/nms/fseq2_nms/algorithm/__pycache__/fseq2_model.cpython-38.pyc
Outdated
Show resolved
Hide resolved
@charsyme Please double-check if the suggestions are valid and batch commit them through the github UI for conveniency. |
…seq_nms_learner.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>
…thm/__pycache__ directory
@tsampazk I think I dealt with all the suggestions/comments. Sorry for some extra separate commits. |
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 @charsyme, looks good to me! 👌
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.
Thank you!
* Add files via upload * Add files via upload * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update soft_nms.py * Update cluster_nms.py * Update cluster_nms.py * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update fast_nms.py * Update cluster_nms.py * Update fast_nms.py * Add files via upload * Update __init__.py * Update ssd_learner.py * Update README.md * Add files via upload * Update fseq2_nms_learner.py * Update fseq2_nms_learner.py * Update fseq2_nms_learner.py * Update nms_dataset.py * Update __init__.py * Update nms_dataset.py * Update eval_demo.py * Update eval_demo.py * Update eval_demo.py * Add files via upload * Delete projects/python/perception/object_detection_2d/nms/seq2seq-nms directory * Update eval_demo.py * Update fseq2_nms_learner.py * Update eval_demo.py * Update fseq2_nms_learner.py * Update train_demo.py * Update ssd_learner.py * Update fseq2_nms_learner.py * Update inference_demo.py * Update README.md * Update README.md * Add files via upload * Update seq2seq_nms_learner.py * Update fseq2_nms_learner.py * Update ssd_learner.py * Update README.md * Update README.md * Update ssd_learner.py * Update ssd_learner.py * Add files via upload * Update test_seq2seq_nms.py * Update README.md * Create README.md * Create object-detection-2d-nms-fseq2_nms.md * Update object-detection-2d-nms-fseq2_nms.md * Update object-detection-2d-nms-seq2seq_nms.md * Update object-detection-2d-nms-seq2seq_nms.md * Update object-detection-2d-nms-seq2seq_nms.md * Update object-detection-2d-nms-seq2seq_nms.md * Update object-detection-2d-nms-seq2seq_nms.md * Update object-detection-2d-nms-seq2seq_nms.md * Update eval_demo.py * Update object-detection-2d-nms-fseq2_nms.md * Update object-detection-2d-nms-fseq2_nms.md * Update object-detection-2d-nms-fseq2_nms.md * Update nms_dataset.py * Add files via upload * Update test_seq2seq_nms.py * Update nms_dataset.py * Update README.md * Update test_seq2seq_nms.py * Update test_fseq2_nms.py * Update src/opendr/perception/object_detection_2d/nms/seq2seq_nms/seq2seq_nms_learner.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> * Update docs/reference/object-detection-2d-nms-fseq2_nms.md Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> * Delete src/opendr/perception/object_detection_2d/nms/fseq2_nms/algorithm/__pycache__ directory * Update fseq2_nms_learner.py * Update seq2seq_nms_learner.py * Update seq2seq_nms_learner.py * Update fseq2_nms_learner.py * Update test_seq2seq_nms.py * Update test_fseq2_nms.py * Update test_fseq2_nms.py * Update test_seq2seq_nms.py * Update test_seq2seq_nms.py * Update test_fseq2_nms.py * Update seq2seq_nms_learner.py * Update fseq2_nms_learner.py --------- Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com> Co-authored-by: Nikolaos Passalis <passalis@users.noreply.github.com>
Implementation of the FSeq2-NMS method (for person detection only) using SSD as detector.