Creating Own Haar Cascade Classifier - Query ??

by: biswajeet, 8 years ago


Hi there,

Currently iam trying to detect  Router ports based on (port up & port down) conditions.Then need to develop a Machine learning algorithm.
Seeing your watch recognition online video and code snippets.....I got the basic understanding .However, still need further assistance on building my own Haar cascade classifier for Detecting port up & port Down Routers and how to go about it....

It would be great if you may assist us in building the Machine Learning model on the above scenario.I can share you few sample router images at your personal email id ..


Let me know if it is possible ??


Best Regards
Biswajeet



You must be logged in to post. Please login or register an account.



Hey Biswajeet! You can actually check at the last 2 sections of OpenCV tutorial. It will show you have to train your own classifiers. Cheers!

-Mikebarson 8 years ago

You must be logged in to post. Please login or register an account.


Hi Mike,

Yes..i went through the 2 sections of building own Haar cascacde classifier.However, I want to do it on Windows platform...:-(  How to use  "opencv_createsamples"  utility in windows to get the Positive and negative images ..?? I want to use it through a FTP not from Imagenet.

Please asist .

Best Regards
Biswajeet


-bdm1 8 years ago

You must be logged in to post. Please login or register an account.


If you don't have any other OS, and don't want to dual boot, you can just download virtualbox, install ubuntu, dedicate some more CPUs in the settings, and then carry on.

-Harrison 8 years ago

You must be logged in to post. Please login or register an account.


As suggested, i have set up my virtual machine with Open CV libs now..

However, i would like to grab the images from FTP or local drive not via Imagenet..

Can you please  assist me on re-working  on the  store_raw_images(): function ??

Best Regards
Biswajeet

-biswajeet 8 years ago

You must be logged in to post. Please login or register an account.