S
S
saibaneko2020-03-12 22:47:38
Neural networks
saibaneko, 2020-03-12 22:47:38

Train neural enhancer?

Hello.
There is a fairly well-known project https://github.com/alexjc/neural-enhance dedicated to image enhancement using neural networks.
I would like to train the network based on my files, and the site has instructions for this, but nothing works.
I run everything through docker and make alias as recommended. After that, I create a Data folder and put my pictures there. Next I give the command:
enhance --train "Data/*.jpg" --model custom --scales=2 --epochs=50 \
--perceptual-layer=conv2_2 --smoothness-weight=1e7 --adversary-weight= 0.0 \
--generator-blocks=4 --generator-filters[

and get error:

dirname: unrecognized parameter "--generator-filters=64"
Additional information can be obtained by the "dirname --help" command.
basename: unrecognized parameter "--generator-filters=64"
Additional information can be obtained from the "basename --help" command.
usage: enhance.py [-h] [--zoom ZOOM] [--rendering-tile RENDERING_TILE]
...
enhance.py: error: unrecognized arguments: --scales=2 input/
=64

Has anyone been able to make it work this thing? Help, please
. And one more of the instructions says rm -f ne?x*.pkl.bz2 but in the case of docker, I didn’t understand where these files are copied, because when we start we have --rm -v 'pwd:/ne /input'

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question