-
请问YOLOv8文件中代码是自己重新编写的吗?还是可以从哪里开源获取,然后做一些小修改的?
-
Why is this error occurring."RuntimeError: Given groups=1, weight of size [32, 16, 1, 1], expected input[1, 128, 64, 64] to have 16 channels, but got 128 channels instead"
-
使用例程sophon-demo-0.2.5,yolov8_seg,我使用ubuntu编译,然后在bm1684x上面运行,可以成功运行,但是我在bm1684x上面编译,可以编译,但是,不能运行,下面是报错信息:
Open /dev/jpu successfully, device index = 0, jpu fd = 5, vpp fd = 6
vpp pcie run failed
…
-
This task is part of the KerasHub project ( Consolidating all of KerasCV and KerasNLP models in to one place)
Models from KerasCV will be added to KerasNLP in KerasNLP infrstructure style. The develop…
-
什么时候更新[ultralytics_yolov8](https://github.com/airockchip/ultralytics_yolov8)中yolov8_obb和yolov8_pose的onnx导出文件。
-
x86打包,toolkit2版本为2.3,model_zoo也更新到了2.3,rk3588板环境为2.3。
打包cpp成可执行程序,拷贝到rk3588推理的时候报错。错误如下,lib库也是2.3版本里的最新版本
```
sudo ./rknn_yolov8_seg_demo model/yolov8_seg.rknn model/bus.jpg
load lable ./model…
-
hello,
Is it possible to add different customized yolov8 models to our local cvat for auto-annotation? (for example one yolov8 model is trained on some specific classes and the other yolov8 model is …
-
Hello Dr. Maëlic, I am new to the SGG task. When applying your project to my dataset, I was able to obtain some results using the predcls mode. However, when I switched to the sgdet mode, the mAP rema…
-
## detail | 详细描述 | 詳細な説明
导出模型时使用yolo cli
```shell
yolo export model=cc_yolo11n.pt format=ncnn
```
看到 #5721 说yolov11可以直接使用v8的例程,因此直接编译了`examples/yolov8.cpp`
将生成的`cc_yolo11n_ncnn_model`下的`model.n…
-
/home/cas/Desktop/rknn_model_zoo/py_utils/onnx_executor.py:12: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
if getattr(np, 'bool', False):
Model-../mod…