Open cv database

I put this question on a few days ago and no response. Is it such a stupid question that nobody is ever bothering to respond or am I just asking the wrong people?

I got my raspberry pi running object recognition from Tim exactly you tube video about a week ago and in the video Tim mentions that there are lots of coco libraries online that you could add to. But he doesn’t say how to do it? Where do I add the file and how. I have ask on a number of facebook pages with no reply, if anyone could help I would be very grateful

1 Like

Hey @Andy262337

Sometimes on online forums it takes a while for the right person to log on and see your question.
It’s the weekend, maybe someone will answer in the week. :slight_smile:

No stupid questions here. :slight_smile:

Pix :heavy_heart_exclamation:

Hi Andy
Comes up as 1 day ago when you look back. Give it a bit of time. As Pix says the Forum goes pretty quiet on week ends and I don’t think Core people are working to answer your query.
I don’t know what “coco” libraries are so I can’t be much help here.
Cheers Bob

Hey Andy,

Sorry, about the wait, we do try to answer the forums ASAP but things have been a bit hectic on our end with the holiday season.
As bob also mentioned, we don’t have people actively checking the forum on the weekends as we are only opened on weekdays.

Anyway, to answer your question from what I could find, “Cocoa” (as mentioned in the tutorial) is a group of object-oriented frameworks, created by apple for use on their products.

Though it was originally designed with iOS in mind, it is available to use on most non-apple operating systems including Linux and Microsoft Windows.

The apple documentation for it is available here: What Is Cocoa?

When looking into this I also discovered CocoaPods on Github. They focus on third party open-source Cocoa libraries and their git hub page has an instillation guide and getting started guide linked into it.

I would defiantly try checking them out as they have a lot of cool community made stuff.
Github: GitHub - CocoaPods/CocoaPods: The Cocoa Dependency Manager.
Homepage: https://cocoapods.org/

In addition to this, check out these pre-trained Machine Vision models:

TensorFlow’s Model Zoo: TensorFlow’s detection model zoo provides a variety of pre-trained models for object detection.

Caffe Model Zoo: It’s a popular place to share convolutional models.

PyTorch Hub: An online repository by Pytorch where you can access pre-trained models.

ModelDepot: An open-platform for sharing machine learning models.

ONNX Model Zoo: It provides a collection of pre-trained models ready to be used with ONNX-compatible frameworks.

OpenVINO’s Pretrained Models: Intel’s pre-trained models that are optimized for performance, size, and accuracy.

Remember to comply with their respective licenses when using these pre-trained models.

Lastly, I would take a look at ‘Object and Animal Recognition With Raspberry Pi and OpenCV’ on our website here: Object and Animal Recognition With Raspberry Pi and OpenCV - Tutorial Australia
This is our project guide for object recognition, also made by Tim, and includes links to the coco library.

Hope this helps, good luck with you project!

Cheers,
Sophia :slight_smile:

1 Like

Thank you for coming back to me and sorry if I sounded inpatient, my original post was a few days ago, but it was under a different post. I rewrote it, To try and make more sense. The link you have sent to Tim’s video is the one I followed in settings up my pi. I will have a look at the links but what I can’t work out is once I have a trained library how I add it to the program or tell the program where to look for it. I have found pre trian photos to use I’m just unsure where to store them.
I do really appreciate your and anyone’s feedback.

2 Likes