codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
574 stars 136 forks source link

Dog not detected #25

Closed weswitt closed 1 year ago

weswitt commented 1 year ago

In the image below my dog is detected as a person.

Your System:

image

ChrisMaunder commented 1 year ago

Don't dogs consider themselves people?

We're going to be embarking on a project to improve the models.

weswitt commented 1 year ago

thanks. i know that the code is under development and constant improvement and thanks for the work. just wanted to report what i see and provide an image that can be used for testing.

ChrisMaunder commented 1 year ago

Thank you!

MikeLud commented 1 year ago

@weswitt what model were you using?

MikeLud commented 1 year ago

@ChrisMaunder I have an idea on how to element false positives. We could do something like the face detection module where you register the false positives. So as users gets the false positives they can register it with the corrected label.

weswitt commented 1 year ago

@weswitt what model were you using?

not sure that i have any control over the model. i'm using this inside blueiris.

MikeLud commented 1 year ago

@weswitt most likely then you are using the default YOLO model. Below is a list of custom models that are installed with CodeProject.AI and what they detect. If you what to try one of the custom models below are screenshot with settings for using the ipcam-general custom model

CodeProject.AI-Custom-IPcam-Models

IPcam-combined Labels:

IPcam-general Labels (includes dark models images):

IPcam-animal Labels:

IPcam-dark Labels:

Main AI settings

image

Camera AI settings

image

ChrisMaunder commented 1 year ago

Closing this since it requires an update to the trained models (ie it's a data/model issue not a code / server issue). We'll be tackling these issues directly in future updates.