-
How to Fine-tune with pretrained weights from Model Zoo on custom datasets?
change the init_checkpoint where: train.init_checkpoint = "detectron2://ImageNetPretrained/torchvision/R-50.pkl" ?
-
Do you also have the problem of using a lot of GPU memory during training DN-DETR?
I asked you related questions on Zhihu and thank you very much for your patient answer.
I have fixed the issue …
-
when i tried to run the sh scripts/demo.sh process, i got this error of failing to import detrex._C and i followed the instruction online of how to fix this issue which is by setting the cuda_home pat…
-
## Relevant DinoV2 snippet
```py
class DinoVisionTransformer(nn.Module):
....
def forward_features(self, x, masks=None):
if isinstance(x, list):
return self.forward_f…
dgcnz updated
1 month ago
-
This is an issue that occurred during my training of rank_detr_r50_50ep. The problem is class_imbed=None, but I was able to use rank_detr_r50_two_stage_12ep because class_imbed is assigned a value. Th…
yhj-1 updated
4 months ago
-
我下载了官方的预训练模型并尝试使用自己的推理一遍,但是出现tokenizer无法加载的报错,先后尝试添加镜像网站,调整local_files_only,下载模型到本地并上传至服务器以及其他各种加载方法都没办法解决,例如官方文档示例的相对路径,以及绝对路径等等。
我修改的代码为ovdino/detrex/modeling/language_backbone/bert.py line 40的se…
wpNZC updated
3 months ago
-
## Description
When I run `%load_ext jupyter_ai` I get an error (see below)
## Reproduce
## Context
running on MacOS, in Brave browser, jupyter notebook (not lab, but had the same problem wh…
-
Hello:
When i use demo.sh to try ovdino-sam2, i meet the huggingface error. But i have already download the model for local as readme said, that the file inits/ovdino and inits/sam2. Can yo…
-
### Question
您好,想问一下relation detr 和 salient detr的架构是您基于什么搭建的,mmdet,detrex这些平台吗,我一直都是跟dino官方那种架构比较熟悉,他们都是要预先编译那个包,但是我跑你的代码的时候提示
UserWarning: Failed to load MultiScaleDeformableAttention C++ extension…
-
你好,仅仅像使用教程那样并不能对自定义数据集进行微调,相关issue我也没能理解明白,也自我尝试探索了一下,但并不能如愿实现,请问能出一个更为详细的有关自定义数据微调的教程或文档等等吗
wpNZC updated
3 months ago