-
Not init distributed mode.
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\detr\rt-detr\RT-DETR-main\rtdetrv2_pytorch\tools\train.py", line 65, in
main(args)
File …
-
### 🐛 Describe the bug
The process is working correctly with DDP world size 1 but then with world size > 1 is going to hang with GPU 0 at 0% and GPU 1 fixed to max occupancy. I've replicated this bot…
-
RT-DETRv2 error: AttributeError: 'NoneType' object has no attribute 'cleanup'
Traceback (most recent call last):
File "C:/Users/userone/Desktop/rtdetrv2_pytorch/tools/train.py", line 65, in
…
-
请教下,v2版本使用的不同采样点设置是怎样的,在config中未找到不同采样点个数的设置,好像还是一样的设置
-
pth转换为onnx,用官方的代码转,并且测试是正确。但是onnx转换为trt,用的是tensorRT8.6.1,转换没有问题,但是推理出现box坐标是特别大的值,标签和得分是正确的。
D:\tool\TensorRT-8.6.1.6.Windows10.x86_64.cuda-11.8\TensorRT-8.6.1.6\bin\trtexec.exe --onnx=model.onnx --w…
-
hello,dear author,
I'm the only one in my group learning about anomaly detection.
I would like to ask if this framework can do anomaly detection, or unsupervised detection, using the SSPCAB module
…
-
Hi there,
sorry for a newbie question, but I can't find the answer anywhere. Could anyone advise me how to load a RT-DETR model from .pth checkpoint file for use in object detection? In the README …
-
嗨,文玉姐姐,
可以麻烦出一个coco val2017数据集上 测试onnx model 的map代码吗
-
当训练图片过大可能会报如下错:
`PIL.Image.DecompressionBombError: Image size (388778250 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack.`
解决:自行修改图像最大限制,`rtdetr_pytorch/src/dat…
-
Hi there,
Since a few months, the RT-DETR is officially supported by the Hugging Face Transformers library 🤗
It enables easy inference as well as fine-tuning.
# Resources
* RT-DETR docs: …