YiMing Liu

Results 24 issues of YiMing Liu

![image](https://user-images.githubusercontent.com/70597027/167140799-31c68771-4a38-4495-80dc-605d7277b0c6.png)

I can not install mmcv>=2.0.0rc1 with pip install 'mmcv>=2.0.0rc1' on win10, but with "mmcv>=2.0.0rc1" I can

This PR aims to refactor Conditional DETR in MMDetection 3.0! I'm working together with @jshilong, @Li-Qingyun, and @KeiChiTse to refactor the DETR-like algorithms in MMDetection 3.0, using a more lightweight...

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...

v-2.x

I'm working together with @jshilong, @Li-Qingyun, and @KeiChiTse to refactor the DETR-like algorithms in MMDetection 3.x, using a more lightweight and easy-to-read code style. And we are trying our best...

### 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....

reimplementation

### 🐛 Describe the bug ![image](https://user-images.githubusercontent.com/70597027/221857439-b611b4ab-27df-4eb4-bd77-b1d0815c283f.png) ![8c1afe573f597c2ef5105adb811c76b](https://user-images.githubusercontent.com/70597027/221857484-1a6eda68-68a2-4a92-9579-9de3f46bd3a0.png) ![QQ截图20230228204631](https://user-images.githubusercontent.com/70597027/221858141-f2bbda1b-f111-4b68-a2ae-6ca84e2908a0.png) ![QQ截图20230228204728](https://user-images.githubusercontent.com/70597027/221858327-8447d35f-a880-411b-b2c5-4544c57f5735.png) ### Environment 需要有其它改变吗,非常想使用该项功能

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Traceback (most recent call last): File "/mnt/d/ChatGLM-6B/llam.py", line 3, in model...

### 🐛 Describe the bug import argparse import copy import logging import os import time import numpy as np import torch import torch.nn as nn import torch.nn.functional as F try:...

bug