Click here to Skip to main content
15,893,588 members
Everything / object-detection

Object Detection

object-detection

Great Reads

by CodeProject
Version 2.6.2. Our fast, free, self-hosted Artificial Intelligence Server for any platform, any language
by Chris Maunder
The first in a two-part series on detecting objects and evil rodents
by Chris Maunder
The second in a two-part series on detecting objects and evil rodents
by Chris Maunder
Learn how to process a video file offline using CodeProject.AI Server

Latest Articles

by Chris Maunder
Learn how to process a video file offline using CodeProject.AI Server
by CodeProject
Version 2.6.2. Our fast, free, self-hosted Artificial Intelligence Server for any platform, any language
by Chris Maunder
The second in a two-part series on detecting objects and evil rodents
by Chris Maunder
The first in a two-part series on detecting objects and evil rodents

All Articles

Sort by Score

object-detection 

29 Feb 2024 by CodeProject
Version 2.6.2. Our fast, free, self-hosted Artificial Intelligence Server for any platform, any language
17 Oct 2022 by Chris Maunder
The first in a two-part series on detecting objects and evil rodents
23 May 2023 by Chris Maunder
The second in a two-part series on detecting objects and evil rodents
9 Apr 2024 by Chris Maunder
Learn how to process a video file offline using CodeProject.AI Server
27 Nov 2022 by xoxo grace
I am running Yolov5 object detector in my workstation Nvidia GeForce RTX 2080 Ti. I followed all the procedures installing the necessary requirements: CUDA 10.1 CUDNN 7.6 tensorflow-gpu 2.2 Visual Studio Python 3.7.0 But still my machine is not...
27 Dec 2022 by OriginalGriff
Look at your code: imgInput = new Image(ofd.FileName); pictureBox1.Image = imgInput.Bitmap; imgInput is an Image instance, and Bitmap is a separate class that derives from Image - that doesn't mean that the Image class contains a...
29 Dec 2022 by Graeme_Grant
You will need to use ML.NET | Machine learning made for .NET[^] . Here is a google search for many examples on how to do image recognition: ml.net image recognition - Google Search[^]
21 Mar 2023 by Fatema Shawki
I trained a YOLO v5 object detection model on my custom dataset, then converted it to TensorFlow using the export function and to TensorFlow lite using tf.convertor. I want to use the TFLite model in an android app, however, the problem is the...
3 Apr 2023 by m.r.m.40
Hello Before I write the question I'd like to thank you for helping me understand and solve the issue. Here is the problem; I have a python code to detect any object (which most of them don't have pre trained models) on an image regardless of...
19 Apr 2023 by Richard MacCutchan
You have not given the details of what system you are using. However, if this refers to the CodeprojectAI Server, there is a specific forum at CodeProject.AI Discussions[^].
27 Apr 2023 by Travis Cunningham
When I click on the 3 dots beside custom model in BI I get "Restart AI to refresh this list" - I am not able to enter a directory What I have tried: Stopping server, starting server, restarting BI
29 Dec 2022 by sahil ajmeri 2022
i am a fresher working on project that captures image and display on the picture box in C# .net-framework. i have made new project for just testing code for object detection in image. suppose i have 4 diamonds on an image. after capturing image...
3 Jan 2023 by sahil ajmeri 2022
I am using EmguCV C# for a project where I want to detect objects and draw rectangle on objects and after crop that rectangle images and display them into a dataGridview as a list. for ex. stone 1,stone 2, stone 3, stone 4 as in list for...
27 Dec 2022 by sahil ajmeri 2022
i am getting Error CS1061 'Image' does not contain a definition for 'Bitmap' and no accessible extension method 'Bitmap' accepting a first argument of type 'Image' could be found (are you missing a using directive or an...
27 Apr 2023 by Travis Cunningham
OK I resolved the issue by working through the error logs, installing and uninstalling PIL and python a few times, and rolling back to an earlier version of Code Project AI Server. The last thing was actually what fixed it but it might be that...
22 May 2023 by Hassham Rajan
Hello, I am using Blueiris and its missing installed models. What I have tried: I made a repository into the blueiris installed folder and manually downloaded different models, some in .pt format some from onnx and tensorflow, their format was...
22 May 2023 by Dave Kreskowiak
Use the dedicated forum for CodeProject AI at CodeProject.AI Discussions[^].