Skillnoob
Skillnoob
The `Detect` head got changed with v11, so the previous v8 models inherited the new head. Its not the "true" yolov8 head anymore, but the current published yolov8 models still...
I would reccomend you talk to a lawyer about this.
Please share your code
Probably look for raspberry pi compatible cameras, or something like arducam
If you want to detect using custom classes you can set custom prompts for yolo world: https://docs.ultralytics.com/models/yolo-world/#set-prompts
In general I would not recommend modifying the yaml's in any way unless you know what you are doing. If you are aiming for better accuracy I'd rather advise you...
It doesn't really matter what linux distribution you use, pretty much any is better than windows. Ubuntu is widely used and is easy for beginners.
@yxl23 you ran validation on a yaml. Not your actual model. You need to supply your model file to `YOLO('model.pt')`. `model=...` is not a valid argument for `val(...)`.
@Y-T-G Can you take a look at this? I'm unsure how to solve this.