-
Mac M1 Python 3.11
**(.venv) ➜ ByteTrack git:(main) pip3 install -q -r requirements.txt**
```
error: subprocess-exited-with-error
× Getting requirements to build wheel d…
-
### Search before asking
- [X] I have searched the Autodistill [issues](https://github.com/autodistill/autodistill/issues) and found no similar feature requests.
### Question
Custom trained yolov …
-
Hey, that looks like really great work. When I tried it, I got this issue.
Traceback (most recent call last):
File "tracker.py", line 25, in
from yolov5.utils.datasets import LoadImages, Lo…
-
here is the dataset link: https://www.kaggle.com/datasets/robikscube/textocr-text-extraction-from-images-dataset
I was struggling trying to adapt the code for the dataset above, the model would freez…
-
I am comparing the results of the Yolov model in a dataset with 4 classes. Between yolov5, v7, v8 and v9. I got results of 98.4 % precision on yolov5n and v9-gelan. Higher value than versions 7 and …
-
Hello, I'm trying to train YOLOV to reproduce the result on VID. I think your workflow would be
1. Train coco-pretrained YOLOX by DET
2. connect YOLOX with FAM and train by VID
However, if the…
-
### 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…
-
请问我如果想使用您的项目训练自己的模型,在创建数据集部分,我在readme.md里看到有coco.json和val_seq.npy,但是代码中又有xml文件,这让我很迷惑,您能给个指导吗?我该如何构建数据集结构,以此来训练自己的模型
-
### 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…
-
I got this log after run colcon:TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
I tried to upgrade my setuptools and colcon, it not helped。
Below is a…