Tau
Tau
## Motivation ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**: - [ ] I have read and followed the workflow indicated in the [CONTRIBUTING.md](https://github.com/open-mmlab/mmpose/blob/master/.github/CONTRIBUTING.md) to...
Thanks for your error report and we appreciate it a lot. If you feel we have helped you, give us a STAR! :satisfied: **Checklist** 1. I have searched related issues...
## Motivation ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**: - [ ] I have read and followed the workflow indicated in the [CONTRIBUTING.md](https://github.com/open-mmlab/mmpose/blob/master/.github/CONTRIBUTING.md) to...
## Motivation Sampling data from CombinedDataset with specified source ratio ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist **Before PR**: - [ ] I have read and...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...
## Development Plan 2023 We are excited to announce the release of MMPose 1.0.0 as a part of the OpenMMLab 2.0 project! MMPose v1.0.0 is a major update, including many...
Hi, thanks for your awesome works! May I have the YOLOv3 detection result file?
### What is the feature? I notice that mmengine does not save optimizer-related params, e.g. learning rate, so user cannot resume training from the best checkpoint. However, in an industrial...
hello, I'm learning PageRank algorithm, happening to see your codes. I think you might forget to use the parameter beta in the original pagerank algorithm. new_rank_vector[child] += (initial_rank_vector[parent] / len(self.edges[parent]))...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...