Skip to content

Commit

Permalink
ADD better example
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jul 29, 2021
1 parent 331b11a commit 60df4e5
Show file tree
Hide file tree
Showing 36 changed files with 215 additions and 172 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ docker run -e MODEL_NAME=trained_model -p 8501:8501 -v ./trained_model:/models/t

(You can reproduce these results by running `npm run test`)

Input | Output bitmap | Output segmentated
:-------------------------:|:-------------------------:|:-------------------------:
![](./output/input.jpg) | ![](./output/bitmap.jpg) | ![](./output/segmentated.jpg)
Input | Output bitmap | Output segmentated |
:-------------------------:|:-------------------------:|:-------------------------:|
![](./output/0002/input.jpg) | ![](./output/0002/bitmap.jpg) | ![](./output/0002/segmentated.jpg)
![](./output/0001/input.jpg) | ![](./output/0001/bitmap.jpg) | ![](./output/0001/segmentated.jpg)
![](./output/0003/input.jpg) | ![](./output/0003/bitmap.jpg) | ![](./output/0003/segmentated.jpg)

Output colors:
Output colors example:

```json
[
Expand All @@ -59,3 +61,10 @@ Output colors:
# Get a better trained higher resolution model

In this repo you can find the low resolution (128x128) model that can be used for testing it out. To get access to the better trained model with higher resolution input images, you can [buy it from me](https://gitter.im/pubkey/). The higher resolution model gives a more detailed output and is able to better detect the shapes and surface of the fashion item which reduces false positives.

## Example output of the bigger model

Input | Output bitmap | Output segmentated
:-------------------------:|:-------------------------:|:-------------------------:
![](./output-384/0002/input.jpg) | ![](./output-384/0002/bitmap.jpg) | ![](./output-384/0002/segmentated.jpg)
![](./output-384/0001/input.jpg) | ![](./output-384/0001/bitmap.jpg) | ![](./output-384/0001/segmentated.jpg)
Loading

0 comments on commit 60df4e5

Please sign in to comment.