K
K
k91372736722020-02-17 21:56:30
Python
k9137273672, 2020-02-17 21:56:30

Is it possible to write a CNN for object detection from scratch?

those. without the introduction of ready-made trained models. For example, you need to recognize several types of waste in a photo: metal, paper, etc. Or take a ready-made architecture and teach it yourself? How difficult would it be to implement this if done in python with keras? I need it to recognize only waste types, nothing else but them.
I would be glad if they showed the architecture of such a network

ps question of the thesis

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dmshar, 2020-02-17
@dmshar

It is possible from scratch. The question is whether you have enough knowledge, skills, experience, time, and other resources. Judging by the fact that you asked this question, you will not be able to do this. Even more so, within the framework of the diploma.
And as for "show architecture" ... of course you can, but it's useless.
Well, for example:
https://www.kdnuggets.com/2019/08/2019-guide-objec...
https://towardsdatascience.com/face-detection-with...
https://www.analyticsvidhya. com/blog/2019/07/compu...
https://towardsdatascience.com/real-time-object-de...
https://towardsdatascience.com/detailed-tutorial-b...

S
Sergey Sokolov, 2020-02-18
@sergiks

You can take a ready-made model already trained on a large set of images (on ImageNet for example)
and retrain it to classify your images.
Here is an article (in English) with a link to a laptop in Colab, where they take EfficientNet and learn to distinguish cats from dogs.

Architecture
отсюда:
image2.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question