-
### Branch
master branch https://mmrotate.readthedocs.io/en/latest/
### 📚 The doc issue
您好 麻烦问一下训练过程中下是如下内容 也不继续加载 请问是什么原因
2024-12-04 06:43:22,705 - mmcv - INFO -
backbone.block1.1.attn.spat…
-
Seems like pertained ms1mv3 arcface models cant be pretrained with a smaller custom dataset. Is that correct.
def _iresnet(arch, block, layers, pretrained, progress, **kwargs):
model = IResNet…
-
### Question
我在salience_detr.py中的 `class SalienceDETR(DNDETRDetector):` 类 加入了
`self.Re_Weight = WeightRefactor(sample_num)`,使用resnet50 backbone可以训练,但是swin_l 会报错:
`[2024-11-11 20:07:56 det.models.…
-
**Is your feature request related to a problem? Please describe.**
No, problem, Just an addition of an interesting bacbone to the timm library
**Describe the solution you'd like**
Addition of Uni…
-
halo作者大大,如果想把您仓库中关于mlora部分的tensorflow代码改成使用pytorch框架的代码,同时使mlora适配其他的backbone models,求指教修改的顺序和思路 :)
-
from the conversation with @biancazadrozny and Johannes Schmude:
- Enable more complex embedding networks (convolutions; optionally also pixel shuffle)
- Enable more complex heads (convolutions; opti…
-
Hi, I noticed that in your results you only include qwen-max models in ally tree backbone, but why didn't you use qwen-vl-max model to test your results of screenshot+ally tree backbone?
Is there s…
-
Hi,
I am trying to understand the situation a bit, I am fairly sure that one month ago I read a tutorial on the keras website showing how to use MiT backbone in a SegFormer for image segmentation.
N…
edge7 updated
21 hours ago
-
I've been training a series of models implemented by this package for a while, all using 'tu-mobilevit_xxs' as an encoder. However I noticed that the latest addition, segformer, is extremely slow in t…
-
hi there,
So now that I have got the Phreeze Views updating nicely, I want to have my Posts and PostComments
to work. After reading a lot about backbone, I found this library and tutorial companion: …