-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
```
Loading and preparing results...
DONE (t=3.93s)
creating index...
index created!
Running per image evaluation...
Evaluate annotation type *segm*
DONE (t=44.62s).
Accumulating evaluation re…
-
命令:
`sh scripts/eval.sh projects/ovdino/configs/ovdino_swin_tiny224_bert_base_ft_coco_24ep.py ../wkdrs/ovdino_swin_tiny224_bert_base_ft_custom_24ep/model_0034999.pth evaldirs/`
报错信息:
```
label_e…
-
I run the train code but receive TypeError: The key argument of `Registry.get` must be a str, got .
Thanks
-
Hi @hongsukchoi, thanks for the great work!
I was wondering how did you obtain the global orientation (`pose[:3]`) for your [surreal parsed data ](https://drive.google.com/drive/folders/1vvJXM0WYz…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
### Search before asking
- [x] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
📚 This guide explains how to train your own **custom dataset** with YOLOv5 🚀. See YOLOv5 [Docs](https://docs.ultralytics.com/yolov5) for additional details. UPDATED 13 April 2023.
## Before You S…
-
### 请提出你的问题 Please ask your question
`import os
import numpy as np
from PIL import Image
from paddle.io import Dataset
import paddle.vision.transforms as T
from pycocotools.coco import COCO
…