-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Feature] Add voxelpose demo #1270
Conversation
wusize seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov Report
@@ Coverage Diff @@
## master #1270 +/- ##
=======================================
Coverage 83.43% 83.43%
=======================================
Files 205 205
Lines 16625 16692 +67
Branches 2976 2989 +13
=======================================
+ Hits 13871 13927 +56
- Misses 2001 2005 +4
- Partials 753 760 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The image data size is still a little bit large. How about we package the images as a |
unittest coverage rate should be further improved. |
how is it going? can the demo already be used? |
Thanks for your interest! @JonathanLehner It is still in review, and some modifications are required. Also it is very welcome if you could help review this PR. If you have any comments about this PR, please feel free to comment here directly. |
Thanks everyone for your great work! It seems you finished now? I will have more time tomorrow, then I can debug |
Thank you very much. This PR has been tested and merged. Welcome to have a try and please leave us an issue if you run into any problems or have any suggestions. We are looking forward to your feedback. |
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.
looks all good. outside of this PR, I also get this warning: floordiv is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). -- that might be good to replace
Thank you Jonathan! This warning is raised for operation "a // b" with pytorch version beyond 1.9.0. I will replace it. |
* 'inference_for_voxelpose' * 'fix_bug' * 'readme' * fix lint * add auto downlaod * 'unit_test' * 'load_camera_params_from_downloaded_data' * 'add_torch_no_grad' * 'unit_test_show_results' * 'vis_2d_in_unit_test' * 'fix_typo' * fix lint Co-authored-by: wusize <wusize@sensetime.com> Co-authored-by: ly015 <liyining0712@gmail.com>
* 'inference_for_voxelpose' * 'fix_bug' * 'readme' * fix lint * add auto downlaod * 'unit_test' * 'load_camera_params_from_downloaded_data' * 'add_torch_no_grad' * 'unit_test_show_results' * 'vis_2d_in_unit_test' * 'fix_typo' * fix lint Co-authored-by: wusize <wusize@sensetime.com> Co-authored-by: ly015 <liyining0712@gmail.com>
Motivation
Add demo/inference for voxelpose
Modification
BC-breaking (Optional)
Use cases (Optional)
Checklist
Before PR:
After PR: