CNNMRF Bread Style Experiment by ProGamerGov in deepdream

[–]ProGamerGov[S] 0 points1 point  (0 children)


The style Image, Waifu enhanced ouput and the non Waifu enhanced output, are in the album.

Content Image: https://imgur.com/a/Gvjjb


Made with:

CNNMRF: https://github.com/chuanli11/CNNMRF


Neural-Style vs CNNMRF Experiment by ProGamerGov in deepdream

[–]ProGamerGov[S] 0 points1 point  (0 children)


The style Image and the non Waifu enhanced output, are in the album.

Content Image: https://imgur.com/a/Gvjjb


Made with:

CNNMRF: https://github.com/chuanli11/CNNMRF

Neural-Style: https://github.com/jcjohnson/neural-style


BLM-Toronto Founder Facebook post by SamsTestingAlt in canada

[–]ProGamerGov 0 points1 point  (0 children)

Cosmic energy...

Can you provide an un cropped source or a wayback machine archive of the post?

The bullies of Black Lives Matter by Sybles in canada

[–]ProGamerGov 0 points1 point  (0 children)

Find one the smaller more cut off communities in a niche that you are interested in. You'll find things can be better.

Emma Watson made out of food with CNNMRF by Aumanidol in deepdream

[–]ProGamerGov 0 points1 point  (0 children)

CNNMRF works really well with real photos as styles, but seems to paste elements of the art style onto your content image. Neural-Style seems better for creating things that look like original art like paintings, while CNNMRF is more about making your content image out of the style image. At least in my experience, this is how I see the two neural network art systems.

Buscemi 6K by SwoosHkiD in deepdream

[–]ProGamerGov 0 points1 point  (0 children)

Thank you so much! The tutorial is very well done and I was able to follow it without prior adobe InDesign experience.

You should consider adding the video tutorial to the wiki.

Nebulous Nightmares, priteeboy (Matthew Attard), Digital, 2015 by breakno in Art

[–]ProGamerGov 107 points108 points  (0 children)

The creature on the right looks like it's photobombing.

actors made out of bees (and snakes). by Aumanidol in deepdream

[–]ProGamerGov 0 points1 point  (0 children)

This is really cool, though the bee style looks especially nice!

Not sure what exactly is causing this script to fail by ProGamerGov in learnprogramming

[–]ProGamerGov[S] 0 points1 point  (0 children)

It prints the messages up to 9.2. I just removed those for simplicity sake, which in hindsight was a bad idea.

user@user-VirtualBox:~/magick$ ./overlapcrop -s 120 -o 50% -i 0 -m sequential -z 2 -M -L -c malibu_Sunset.png malibu || echo ERROR

1

2

3

4

5

6

7

8

9

9.1

9.2

9.3

ERROR

user@user-VirtualBox:~/magick$

I read that adding:

|| echo ERROR

to the end would echo "ERROR" if the script failed. With the "||" meaning "or". So it runs the command I input and if that fails, it echos back. The other echos were added manually by me into the code.

The script came from here: http://www.fmwconcepts.com/imagemagick/overlapcrop/index.php I want to get it working so that I can use it in a bigger process.

Not sure what exactly is causing this script to fail by ProGamerGov in learnprogramming

[–]ProGamerGov[S] 0 points1 point  (0 children)

So I enter in the command:

user@user-VirtualBox:~/magick$ ./overlapcrop -s 120 -o 50% -i 0 -m sequential -z 2 -M -L -c malibu_Sunset.png malibu

user@user-VirtualBox:~/magick$

Nothing shows up in the terminal and it goes back to waiting for the next command input. There does not seem to be any indication that the script is doing anything at all. There is basically no delay after inputting the command before it goes back to waiting for the next command input.

The folder called "magick" contains "malibu_Sunset.png" and the script called "overlapcrop". The location is: /home/user/magick

I am not sure if there is anything I can do to make it give me an error message about what is going wrong.

Not sure what exactly is causing this script to fail by ProGamerGov in learnprogramming

[–]ProGamerGov[S] 0 points1 point  (0 children)

There was no error message, but it also didn't seem to do anything. When I ran the script, nothing would happen. So I made it echo numbers between the different parts of the script by adding lines like:

echo "5"

so that I could see where it stopped working at. I figured out it was between my 9th and 10th echo, so I added in a few echoes in between those two in order to figure out the exact area where it stopped working.

Buscemi 6K by SwoosHkiD in deepdream

[–]ProGamerGov 0 points1 point  (0 children)

I was having issues with getting my png image into the document and having the document be the same size as the png image. I also could not figure out how to create the overlapping grid. That was as far as I got. It's probably really simple, but I have never worked with InDesign before, so I don't know the little things that aren't said simple guides like yours.

Maybe even a simple text comment description of those steps in more detail would help.

How to crop an image into overlapping tiles, feather edges on each, and reassemble with same overlap but now larger pieces? (Please see text & discuss) by SwoosHkiD in imagemagick

[–]ProGamerGov 0 points1 point  (0 children)

Ok, so I have located the lines of code that have an issue:

user@user-VirtualBox:~/magick$ ./overlapcrop -s 120 -o 50% -i 0 -m sequential -z 2 -M -L -c malibu_Sunset.png malibu || echo ERROR

1

2

3

4

5

6

7

8

9

9.1

9.2

ERROR

Paste bin of my test version of the script: http://pastebin.com/zGK2HJN2

The issue appears to be here:

echo "9.2"

# compute number of sections

k=0

for ((i=0;i<=eh;i+=oh)); do

for ((j=0;j<=ew;j+=ow)); do

    ((k++))

done

done

num=$k

echo "10"

Gig - set up deepstyle video on my new machine - anyone want money? by neurallovevid in deepdream

[–]ProGamerGov 2 points3 points  (0 children)

I go to a university, but I did not specify anything in my application. I just said in my application that I wanted to use AI to make cool pictures.

Buscemi 6K by SwoosHkiD in deepdream

[–]ProGamerGov 0 points1 point  (0 children)

Would it be possible to make a video from start to finish of you using InDesign and following these steps? I have zero experience with it. I have a trial, but I may pirate it if I can't find a free solution.

How to crop an image into overlapping tiles, feather edges on each, and reassemble with same overlap but now larger pieces? (Please see text & discuss) by SwoosHkiD in imagemagick

[–]ProGamerGov 0 points1 point  (0 children)

I don't think I can make any more progress. What we need is for someone to make a script that will do it with all the steps in mind.

Scarlett Johansson x5 by ProGamerGov in ScarlettJohansson

[–]ProGamerGov[S] 1 point2 points  (0 children)

I made them. They were made with the help of a Neural Network system called Neural-Style. https://github.com/jcjohnson/neural-style