Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Neural Networks for Image Classification (OpenCV/Emgu)

I am new to neural networks and have looked over the (sparse) code samples on emgu and on the forum. However could not figure out how to classify a images using the neural network implementation in OpenCV.

e.g.

  1. Categories: vehicles (subcategories: cars, motorcycles, trucks etc.),
    buildings: houses, skyscrapers, huts etc.),
    people: men, women etc.) animals: dogs, cats, tigers etc.

Could someone provide some code samples or pointers? Your help is much appreciated.

like image 419
Mikos Avatar asked Feb 22 '23 18:02

Mikos


1 Answers

Your task is beyond the current state of the art in image classification. Practice with something much, much simpler, like digit recognition.

Also, check the ASIRRA project for the cat/dog classification problem.

like image 88
Don Reba Avatar answered Mar 07 '23 03:03

Don Reba