-
Is it possible to remove the Detectron2 dependency and use MIMDet more like YOLOS / DETR?
-
Eager global 模型并行
参数对齐:https://github.com/facebookresearch/detr
问题排查TODO LIST:
- [x] 继承libai attention实现的MultiHeadAttention是否对齐torch.nn.MultiHeadAttention (已对齐)
- [x] PyTorch权重加载正确性
- […
-
hi all,
i am making this post after banging my head over these past 2 weeks of hell,
my small brain has exhausted all the things that it can think of.
My gpu is asus rtx 4090 overclock editio…
-
How to output datasets with evaluation accuracy of P, R, mAP, FPS, Gflops
-
-
### Question
您好,我想基于relation detr做一些视频的任务,对你的框架上做了一些更改,数据加载更换成了cocoVID,帧作为bs,target只读1帧,目前模型方面使用encoder对多帧建模,decoder还是单帧,训练loss下降正常,测试都正常,可是ap全为0,可能某些关键的接口可能不太适配?请问有哪些需要注意的地方吗,非常感谢!!
### 补充信息
_No…
-
您好,我将您的代码迁移到了半监督目标检测任务中,但是发现模型收敛很缓慢,请问您可以提供一下您训练DETR-L的过程中相应的cvs文件(包含mAP精度增长信息)作为参考?非常感谢!
-
Is there any guidance on converting this model to ONNX? Other DETR models have had issues with nested tensors in the conversion.
-
Hi, thank you for this great repo on DETR. I was trying to fine-tune DETR on my custom dataset **using the detectron2 wrapper** and I need some suggestions regarding that.
My dataset consists of ar…
-
## ❓ How to do something using DETR
Hey, so I would like to import detr_panoptic to libtorch c++, therefore I follow the tutorial: [pytorch_torchscript_model](https://pytorch.org/tutorials/advanced/c…