mmpose
mmpose copied to clipboard
[CodeCamp#158] SimCC 1d heatmap visualization
Motivation
Visualize SimCC one-dimensional heatmap.
Modification
A new method named _draw_instance_xy_heap is extended in PoseLocalVisualizer to support the visualization of heatmaps such as SimCC.
BC-breaking (Optional)
Use cases (Optional)
Checklist
Before PR:
- [ ] I have read and followed the workflow indicated in the CONTRIBUTING.md to create this PR.
- [ ] Pre-commit or linting tools indicated in CONTRIBUTING.md are used to fix the potential lint issues.
- [ ] Bug fixes are covered by unit tests, the case that causes the bug should be added in the unit tests.
- [ ] New functionalities are covered by complete unit tests. If not, please add more unit tests to ensure correctness.
- [ ] The documentation has been modified accordingly, including docstring or example tutorials.
After PR:
- [ ] CLA has been signed and all committers have signed the CLA in this PR.
Thank you very much for your contribution. This PR will be reviewed asap.
Hi @jack0rich , would you mind fixing the lint and adding an example of simcc visualization result to visualization docs?
Hi @jack0rich , would you mind fixing the lint and adding an example of simcc visualization result to visualization docs?
Sure, but I'm confused about lint.Is there a problem with the copyright of simcc_vis.py?

Sure, but I'm confused about lint.Is there a problem with the copyright of simcc_vis.py?
Hi @jack0rich, the copyright description
# Copyright (c) OpenMMLab. All rights reserved.
is needed at the top of new files