Jas
Jas
**Motivation**: We plan to improve our documentation and tutorials! Users may encounter various problems during the use of MMPose, and we plan to collect all these feedback and provide a...
Dear all, Thanks for releasing the codes! I noticed some problems in model flops calculation. 1. The classname `Conv2d` and `ConvTranspose2d` both contain 'Conv', so their flops are counted in...
I tried to use Adam_GC, but got the errors. Pytorch version: 1.3.0 ``` File "Adam.py", line 82, in step state['exp_avg'] = torch.zeros_like(p, memory_format=torch.preserve_format) TypeError: zeros_like() received an invalid combination of...
### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection/issues) and [Discussions](https://github.com/open-mmlab/mmdetection/discussions) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the expected help....
## Motivation numpy 1.24.0 removes np.bool, np.float, np.int. To fix it, I replace np.int (and some np.int64) with np.int32. ## Modification ## BC-breaking (Optional) ## Use cases (Optional) ## Checklist...
I followed method (1) to install the environment but errors occur when running `gym_pull.pull('github.com/ppaquette/gym-doom')` ************************************************************************************ I have installed all the dependencies: `$brew install cmake boost boost-python sdl2 swig wget Warning:...
Use `os.path.join` instead of `+`, to avoid possible path errors.
To avoid installation errors... ``` ERROR: Cannot unpack file /tmp/pip-unpack-uqvbv369/poseval.git (downloaded from /tmp/pip-req-build-6_q676pc, content-type: text/html; charset=utf-8); cannot detect archive format ERROR: Cannot determine archive format of /tmp/pip-req-build-6_q676pc ```
Thanks for your great work! Can you also share the pre-trained checkpoints? Especially this one, UNet + Mobilenetv2. Thanks.