Skip to content

guemues/generated-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generated Images

This package will contain generated images from EPFL students for a cognitive psychology course.

Order for generate images is as follow. You can generate images immediatly but wait for your order to push the directory.

  1. Ferzaneh (You have already genereted. Just place images according to their ids. If you used different styles and base images please add them in img/ and the last section of this document with their ids which will be given by you)
  2. Nicolas
  3. Aslı
  4. Jean Mark

How to generate images

Base and style images are in the directory img/. You can use them to generate new images. If you will use new image you should add it to this directory as well as at the end of this document.

  1. Go to this web site: Deep Dream

  2. Create a new account.

  3. Login

  4. Use Generate button on the top

  5. Via above upload image button select base image

  6. Via arrow icon below to uplaod style image

  7. Then click Generete button to generete.

  8. You can create images concurently

  9. Name the gererated image as "Base Image Id-Style Image jpeg" Ex: 1-1.jpeg

  10. Check the size. It should be 800 * 450. If it is not use other images and discard the image you used.

  11. Save the images.

How to use git?

Get a github account

Go github.com and get an account. Hello world. Share your username with me before futher steps.

Intall git?

Mac OS

Intall brew first.

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor

Then use it to install git

brew install git

Linux

Ubuntu based

$ sudo apt-get update
$ sudo apt-get install git

Red-hat based

$ sudo yum upgrade
$ sudo yum install git

Windows

Install from https://git-scm.com/download/win and follow the instractions.

Clone Repisotory

You need first repisotory to insert images you generate.

Use terminal of your OS.

  • Press "cmd + space", then type "terminal" and press "Enter" for Mac OS.

  • Press "Win + R,", then type "cmd" and press "Enter" for Windows.

Go the folder to place the project. You can use "dir", "ls" and "dir" commands to navigate between projects. Search for them if you do not know them.

Guide for UNIX systems(Mac OS, Ubuntu etc)

Use this command to clone git repisotory.

git clone https://github.com/guemues/generated-images.git

It will create a folder named "generated-images" in the current directory.

Now the workspace is ready.

Place the generated images to the folder

Use the images in the img folder to generate images. Find another title which is about generate images.

Place the images you generated in the folder "generated-images/generated" which is in the "generated-images/"

Then run this command from terminal.

git add .
git commit -m "New images"
git push origin master

Continue the work

If you made a long break in your work someone may possbily add new images to the rep. So you need to check first before adding new images.

git pull origin master

This command will retrieve all new changes.

Then tou can add new images

git add .
git commit -m "New images"
git push origin master

Images

You can add new images with new ids.

Id. Image Id

  1. Image 1

  2. Image 2

  3. Image 3

  4. Image 4

  5. Image 5

  6. Image 6

  7. Image 7

  8. Image 8

  9. Image 9

  10. Image 10

  11. Image 11

  12. Image 12

  13. Image 13

  14. Image 14

  15. Image 15

  16. Image 16

  17. Image 17

  18. Image 18

  19. Image 19

  20. Image 20

  21. Image 21

  22. Image 22

  23. Image 23

  24. Image 24

  25. Image 25

  26. Image 26

  27. Image 27

  28. Image 28

  29. Image 29

  30. Image 30

  31. Image 31

  32. Image 32

  33. Image 33

  34. Image 34

  35. Image 35

  36. Image 36

  37. Image 37

  38. Image 38

  39. Image 39

  40. Image 40

  41. Image 41

  42. Image 42

  43. Image 43

  44. Image 44

  45. Image 45

  46. Image 46

  47. Image 47

  48. Image 48

  49. Image 49

Best

Orçun Gümüş

About

This repository contains generated images for an cognitive psychology experiment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors