-
detector = PyTorchDetectionTransformer( channels_first=True, preprocessing=(MEAN, STD), input_shape=INPUT_SHAPE, clip_values=(0, 1) )
-
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 …
-
Hello, I tried YOLO RT-DETR for detection and met the following question. I used " yolo train data=mydata.yaml model=rtdetr-l.pt epochs=50 imgsz=640 device=0" and it ran OK, but when I use "yolo pr…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
![image](https://github.com/PaddlePaddle/Paddle…
-
I get this error when I run:
` python inference/main.py -m mdef_detr -i ../../images -c ckpt/MDef_DETR_r101_epoch20.pth -tq "all objects" `
-
### Question
In Relation DETR, is the VFL loss the same as the vari_sigmoid_focal_loss function?
### Additional
_No response_
-
### Question
我训练完之后的模型,使用inference脚本进行推理,并且结果进行可视化,我使用的以下命令,但是它仅仅创建了文件夹,里边没有可视化结果,请问这个是什么原因,我在调试过程中发现他并没有进入到可视化语句中。
python inference.py --image-dir Salience-DETR/coco/testdata --model-config Salienc…
-
### Feature request
Optimize Transformers' image_processors to decrease image processing time, and reduce inference latency for vision models and vlms.
### Motivation
The Transformers library relie…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
733ly updated
1 month ago
-
Hi, thanks for your excellent work!
Could you provide the detection results from YOLOv8 and Deformable DETR?