Rick

Results 12 issues of Rick

## Feature Request ## What does the proposed API examples? ## Other reference [Optional]

Thanks for your greate work, I have been playing with it for several days. Now I want to train a cloth dataset where I came across a problem. I saw...

The tefst_face_dffdnfet.py is under "test_scripts" instead of "tests" directory.

Issue Type: Bug After install the python extension it will cause the macbook pro (m1 pro) to hang. The cpu usage will rise to 100% when typing. Extension version: 2022.8.0...

waiting for user response

When changing the code for multi clasees detection. I found the code is written for one class only, after changing, I got confused about the "keypoint sensitive" function, what does...

Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. The bug has not been...

https://github.com/open-mmlab/mmrazor/blob/454f39781d52d7018185c0c595f75c1d49055256/mmrazor/models/mutables/mutable_module/one_shot_mutable_module.py#L95 You should add one more candidate conv7x7

Here the logic is strange, if ccw: then reverse, it should be if not ccw: then reverse right? https://github.com/PkuDavidGuan/TIoU-metric-python3/blob/28e1f74c6a67cecb9fd95d535c0d8f672b01b52c/curved_tiou/ccw-sortdet.py#L30 also here https://github.com/PkuDavidGuan/TIoU-metric-python3/blob/28e1f74c6a67cecb9fd95d535c0d8f672b01b52c/curved_tiou/rrc_evaluation_funcs.py#L235