-
Traceback (most recent call last):
File "/home/zhangpeidong/Anaconda3/envs/label-studio-yolov8-Backend/lib/python3.10/site-packages/label_studio_ml/model.py", line 57, in get_result
job_result…
-
Hi sir, what is the recommended yolov8 version for implementing in my Android phone? Or decide on anything?
-
Hello,
can the yolov8-obb model be exported as a CoreML model for use in IOS? I tried to export the model, but only when the yolov8n model uses the parameter 'nms=True' when exporting coreml, can …
-
The device I'm using is a Jetson Xavier NX.
Ubuntu version is 20.04
The jetpack version is 5.1.4
cuda version 11.4
cudnn version is 8.6.0.166
tensorrt version 8.5.2.2
Related libraries for gene…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and [discussions](https://github.com/ultralytics/hub/discussions) and found no similar quest…
-
Hello,this is an excellent job!
I have a question here,how can I implement yolov8-cls?
Sencc updated
4 months ago
-
The model(yolov8n+swin_transformerv2) about 800 million parameters but another model (yolov8n) about 300,000 parameters.Why are the model(yolov8n+swin_transformerv2) parameters so large?
Thanks!
-
Hi!
You haven't finished the project? So far the only multithreaded project that I have found. Unfortunately CMakeLists.txt is incorrect and the files specified in it are missing
-
hello,首先感谢您出色的工作,我想在yolov8的基础上复现一下相关实验,但是在文件中没有找到相关的RFAConv的代码