-
The method **YOLO (model)** doesn't get the model directly even after pip installing ultralytics, instead it tries to download it from this repository _https://GitHub.com/ultralytics/assets/releases/…
-
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…
-
Hi,
I use the following command to train a custom dataset on the pre-trained Yolov8 with yolov8s weights, but the yolov8n is downloaded every time and I am guessing that the input for the model is be…
-
大佬你好,我的教师网络是改进了的YOLOv8s网络,学生模型是原版YOLOv8n网络,两者的网络结构层数不一致了,这种情况下可以用蒸馏吗?因为我调试代码时报了RuntimeError: running_mean should contain 256 elements not 128错误
-
Hi @IuliaElisa ,
The multiple GPUs ids and one device id listed in the `xami_model/train/segmentor_config.yaml` file:
```yaml
cuda_visible_devices: 0, 1, 2, 3 # when working with multiple GPUs,…
-
Hi,
Previously we have been successfully running our custom YOLOv5 model on the NPU of Rockchip 3588 platform.
Now we want to porting our platform to STM32MP2. From the wiki guide, object detectio…
-
./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…
-
替换一个yolov8n.onnx文件控制台输出
16:12:05.791820 >> start detect
16:12:05.859607 >> list index out of range
16:12:05.859607 >> stop
打断点是 label = self.class_names[class_id]这一块可能有问题,请问这个怎么解决啊?
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Detection
### Bug
When…
-
### 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…