ProGamerGov
ProGamerGov
In this album here: https://imgur.com/a/nxPCC It appears as though the image that has been created with the fine tuned model, creates a "cleaner" image (at least on some parts of...
Why is it that the NIN model used by Neural-Style has many usable layers, that are not listed in the train_val.prototxt?
If anyone is interested I can give you the following so that you do not need to spend hours and hours collecting and preparing the artwork. `simon1.tar.gz` 586 images (only...
@at0mb0y Here are the files: simon1.tar.gz: https://drive.google.com/file/d/0B--sVcawvPKfSkIyc1ZwX2tOSVE/view?usp=sharing simon2.tar.gz: https://drive.google.com/file/d/0B--sVcawvPKfTDFWQVFaalhmd3c/view?usp=sharing If you make a good model with the images, please be sure to post here so I and other can check...
> That's why I am interested in training using autoencoders, generative adversarial networks or something similar. For example, a model in which the training image is processed to a vector...
I ran this: `./build/examples/cpp_classification/classification.bin models/places365/deploy_vgg16_hybrid1365.prototxt models/places365/vgg16_hybrid1365.caffemodel examples/imagenet/s_art_mean.binaryproto models/places365/categories_hybrid1365.txt /home/ubuntu/caffe/data/rocky_beach.jpg 2>&1 | tee ~/mylog.log ` And got this output ``` [libprotobuf WARNING google/protobuf/io/coded_stream.cc:537] Reading dangerously large protocol message. If the message...
After testing, it seems that Places365-Hybrid is ok at identifying the images. ``` ./build/examples/cpp_classification/classification.bin models/places365/deploy_vgg16_hybrid1365.prototxt models/places365/vgg16_hybrid1365.caffemodel examples/imagenet/s_art_mean.binaryproto models/places365/categories_hybrid1365.txt /home/ubuntu/caffe/data/image586.jpg 2>&1 | tee ~/mylog.log [libprotobuf WARNING google/protobuf/io/coded_stream.cc:537] Reading dangerously large protocol...
I tried to make a script that would test all of the images for whether or not it could label them, but it does not work. It can't find the...
``` [libprotobuf WARNING google/protobuf/io/coded_stream.cc:537] Reading dangerously large protocol message. If the message turns out to be larger than 2147483647 bytes, parsing will be halted for security reasons. To increase the...
So I guess I need to find something I can modify, or figure out how to make a script which can: Take the data from a file containing 586 of...