-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
_No response_
### Bug
…
-
can you give me you convert tfjs python requirements.txt and you python version
thank you !!!
-
### Describe the issue
When i tried to inferenceSession on WebGL , I encountered this error
### To reproduce
1. Download Yolov8n onnx model here [MODEL](https://drive.google.com/fi…
-
How can I obtain these files for other models or my custom models such as yolov8n-custom.pt? Are they tensorflow-lite files or something?
yolov8-lite-s.bin
yolov8-lite-s.param
yolov8-lite-t.bin
…
-
I've tried these two methods to get the ncnn model:
- The python yolov8 method:
```python
from ultralytics import YOLO
import ncnn
model=YOLO('yolov8n.pt')
model.train(data="data.yaml", ep…
-
Speed: 0.1ms preprocess, 17.7ms inference, 0.0ms loss, 0.7ms postprocess per image
Speed: 0.1ms preprocess, 6.6ms inference, 0.0ms loss, 1.2ms postprocess per image
-
./app_yolov8 --model=../../data/yolov8/yolov8n.trt --size=640 --batch_size=8 --video=../../data/people.mp4 --show --savePath=../
[01/29/2024-15:56:32] [I] model_path = ../../data/yolov8/yolov8…
-
As we are using YOLOv8, there are likely [some documentation](https://github.com/ultralytics/ultralytics) on how to deploy a nano model to something like a Jetson Nano. Probably conversion to TensorRT…
-
the pipeline is :
gst-launch-1.0 \
v4l2src device=/dev/video2 ! \
videoconvert ! \
videoscale ! \
video/x-raw,width=320,height=320,format=RGB,framerate=30/1 ! \
tee name=…
-
All, FYI I've created 3 new classification datasets for use with debugging/tests/benchmarks: `imagenet10`, `imagenet100`, `imagenet1000`.
These are super small versions of imagenet that train/val i…