Page 1 of 1

CodeAI YOLOv8 custom models

Posted: Wed Oct 30, 2024 1:20 pm
by grueber
I currently have codeAI 2.8.0 installed and have 5.x objection detection module running with custom models. The custom models do a better job than the default models IMO.

I have tried the 8.0 object module. I can't get the custom module to work correctly. When I look at github the 8.0 custom model are in ONNX format while the 5.x are in PT.

I've tried downloading the ONNX files into the custom model folder for 8.0 but it doesn't work.

Anyone able to get custom models working for 8.0?

Re: CodeAI YOLOv8 custom models

Posted: Thu Oct 31, 2024 12:24 am
by MikeLud
grueber wrote: Wed Oct 30, 2024 1:20 pm I currently have codeAI 2.8.0 installed and have 5.x objection detection module running with custom models. The custom models do a better job than the default models IMO.

I have tried the 8.0 object module. I can't get the custom module to work correctly. When I look at github the 8.0 custom model are in ONNX format while the 5.x are in PT.

I've tried downloading the ONNX files into the custom model folder for 8.0 but it doesn't work.

Anyone able to get custom models working for 8.0?
The only custom models I made for 8.0 are the ones in the below link

https://github.com/MikeLud/CodeProject. ... m%20Models

Re: CodeAI YOLOv8 custom models

Posted: Thu Oct 31, 2024 1:15 am
by grueber
MikeLud wrote: Thu Oct 31, 2024 12:24 am
grueber wrote: Wed Oct 30, 2024 1:20 pm I currently have codeAI 2.8.0 installed and have 5.x objection detection module running with custom models. The custom models do a better job than the default models IMO.

I have tried the 8.0 object module. I can't get the custom module to work correctly. When I look at github the 8.0 custom model are in ONNX format while the 5.x are in PT.

I've tried downloading the ONNX files into the custom model folder for 8.0 but it doesn't work.

Anyone able to get custom models working for 8.0?
The only custom models I made for 8.0 are the ones in the below link

https://github.com/MikeLud/CodeProject. ... m%20Models
Ah my misunderstanding. I do have those two PT files already downloaded when I installed the 8.0 module.

Thanks!