S
S
swyt2022-02-19 12:58:35
Python
swyt, 2022-02-19 12:58:35

How to make a neural network to change the image?

I'm starting to study neural networks and I have a question. Let's say I have pictures that I want to change according to the drawing. For example, to make the lines clearer. Do I need to manually change them first, and then feed the original image and the modified one to the input in order to train or how?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dmshar, 2022-02-19
@dmshar

Yes, and you need to submit a couple of thousand of such pairs "original" - "modified" to train the network.
Only here "make a neural network" and "train a neural network" are completely different concepts.

V
Vindicar, 2022-02-19
@Vindicar

A couple of thousand pieces will not be enough, to be honest. Especially considering that the size of the input image for a neural network is most often fixed.
For such a task, you can do without a neural network.
And if it is with a neural network, read the material on convolution networks, for starters.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question