-
### 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 tried generating new models with different input size from https://github.com/DeGirum/ultralytics_degirum, but the scripts are not working. There is a clear typo in https://github.com/DeGirum/ultral…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Train
### Bug
Ultralyt…
-
### Describe the issue
Trying out the yolov8 pose models for iOS using ONNX. I have exported the model to ONNX using the following code.
```
from ultralytics import YOLO
# Load a model
for ve…
-
### 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…
-
onnx_model = onnx.load(path_onnx)
model_shape = {"input": [1,3,224,224]}
model, params = relay.frontend.from_onnx(onnx_model, model_shape)
target = "llvm -mtriple=mipsel-linux-gnu"
compiler …
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Trai…
-
### What happened + What you expected to happen
I am running the notebook in Kaggle.
!pip install -U "ray[tune]"
```python
from ray import train, tune
def objective(config):
project = …
-
Hi, I got an error when I tried to use this function: ComfyUI execution error: expected str, bytes or os.PathLike object, not NoneType.
My usage is to fill in the end of the prompt directly:
-
Firstly, thanks for the splendid work the team has done for this project, amazing stuff.
I was trying to figure out a way to train my ML models using modal, my dataset is in s3 (10k+ images, high r…