-
hi,
torchrun --nproc_per_node=4 tools/train.py -c configs/rtdetr/rtdetr_r50vd_6x_coco.yml
when I try to train with multi-gpu command, Runtime error occured.
what is that mean?
Averaged sta…
-
当训练图片过大可能会报如下错:
`PIL.Image.DecompressionBombError: Image size (388778250 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack.`
解决:自行修改图像最大限制,`rtdetr_pytorch/src/dat…
-
作者你好,
我在V100上设置val_dataloader:batchsize=1,打算测试推理速度,采用cuda11.7,pytorch2.0.1的推荐配置。直接运行python tools/train.py -c configs/rtdetr/rtdetr_r18vd_6x_coco.yml -r rtdetr_r18vd_dec3_6x_coco_from_paddle.pth --tes…
-
作者大大你好,关于RTDETR的推理时间,我有一些疑问...
我在3块不同的显卡上(分别是4090, T4, 3050 Laptop)都测试过RTDETR-R18转tensorrt后的推理时间,并与按照Benchmark中的方法添加NMS后的YOLOv8s进行了比较,转换相关的参数都是默认的,并且测速用的是trtexec。
我的测速结果,在4090上,RTDETR-R18的GPU Co…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
您好,如果想在一张卡上复现rtdetr在coco数据集上的效果,是需要将batchsize设置…
-
我想问一下rtdetr计算gflops和fps是如何计算的
-
Hi
Is there a way or example of using a backbone other than ResNet? lets say for example EffientNet backbone or anything else.
Regards
Husain
-
root@hanbing-XPS-8960:/home/hanbing/project/RT-DETR/rtdetr_paddle# python3 tools/train.py -c configs/rtdetr/rtdetr_r50vd_6x_coco.yml --eval
Error: Can not import paddle core while this file exists: /…
-
您好,我在rtdetr论文中看到有关Uncertainty-minimal Query Selection的介绍,但是在代码介绍中看到的是IoU感知查询选择,请问这两个是相同的吗?还是后续的代码中采用了IoU感知查询选择而非Uncertainty-minimal Query Selection
-
目前支持的pp-yolov2看到是22年1月的,之后的release更新并没有看到PaddleDetection的支持,想问下今后还有更新计划吗,比如pp-yolove或者刚出不久的rtdetr