YiMing Liu
YiMing Liu

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...
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....
### 🐛 Describe the bug     ### Environment 需要有其它改变吗,非常想使用该项功能
### 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:...