Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-Flooder authored Feb 24, 2022
1 parent 7b8836e commit 5725a44
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,22 @@ Welp geomtrize the images
2. Use `pip install -r requirements.txt` to install dependencies
3. Go to the `GUI` folder and run `main.py`
4. Enjoy
# Usage
1. Click `File` -> `Open` and choose generator's options
2. Choose `Accurate generator` or `Fast generator`
3. After generating, choose `File` -> `Save as` (Don't include `.png`)
4. Done :)
# How this work
- Accurate generator: based on [Primitive](https://github.com/fogleman/primitive)
- Fast generator: place random object to the image
# Pros and Cons
- Accurate generator: slow (same objects take x5 times longer than fast generator) but accurate.
- Fast generator: fast but doesn't look good
## Comparision
These are images were generated with my tool (200 obj)
![Original](https://github.com/Brain-Flooder/Geomethat/blob/main/example/old_img.jpg?raw=true)
![Accurate gen](https://github.com/Brain-Flooder/Geomethat/blob/main/example/accurate.png?raw=true)
![Fast gen](https://github.com/Brain-Flooder/Geomethat/blob/main/example/fast.png?raw=true)
Source: Search Corgi on Wikipedia.
# Known issues
None for now (yay)

0 comments on commit 5725a44

Please sign in to comment.