endaoguansanlu

Results 11 issues of endaoguansanlu

I set up mmdetection according to the official tutorial, but in the end the following error occurred during actual use. I don't know the reason, please help! Thanks! [ml.models::predict_tasks::171] [WARNING]...

problem
bounding boxes
ML

D:\Python\lib\site-packages\mmcv\cnn\bricks\transformer.py:33: UserWarning: Fail to import ``MultiScaleDeformableAttention`` from ``mmcv.ops.multi_scale_deform_attn``, You should install ``mmcv-full`` if you need this module. warnings.warn('Fail to import ``MultiScaleDeformableAttention`` from ' Traceback (most recent call last): File "e:/MyModel/train.py",...

D:\Python\lib\site-packages\mmcv\cnn\bricks\transformer.py:33: UserWarning: Fail to import ``MultiScaleDeformableAttention`` from ``mmcv.ops.multi_scale_deform_attn``, You should install ``mmcv-full`` if you need this module. warnings.warn('Fail to import ``MultiScaleDeformableAttention`` from ' Traceback (most recent call last): File "e:/MyModel/train.py",...

awaiting response

Hi! Thanks for your excellent work, I want to train Segformer using imagenet, can you release the code for pre-training using imagenet ^ _ ^

I followed your prompts, but when I run the training code I get the following prompts, why is this, thanks! KeyError: "EncoderDecoder: 'mit_b1 is not in the models registry'"

Hi! Thanks for your excellent work, do you have a plan to release the imagenet pre-train code? ^ _ ^

Hi! Thanks for your excellent work! I have a question that if I want to use DBB in mmsegmentation, and what should I do? ^_^

Hi! I am very interested in your excellent work, but I have a question that if i want to use repvgg for semantic segmentation based on mmsegmentaton, then what should...

您好,请问在模型实现代码中为什么只需要换一下ws1和hh、ws2和ww的位置就能实现shuffle的操作呢,在括号里相乘(AxB)和(BxA)应该没有什么区别吧,期待您的解答! 就是下面的代码 q, k, v = rearrange(qkv, 'b (qkv h d) **(ws1 hh) (ws2 ww)** -> qkv (b hh ww) h (ws1 ws2) d', h=self.num_heads, qkv=3, ws1=self.ws, ws2=self.ws) q, k,...

Thank you so much for your outstanding work! I saw your recent work "Understanding Imbalanced Semantic Segmentation Through Neural Collapse" and was very interested. May I ask when you plan...