Skip to content

Commit

Permalink
Merge pull request #70 from rsbohn/patch-1
Browse files Browse the repository at this point in the history
Added second .csv parameter to util resize in README.md
  • Loading branch information
koaning authored Jul 12, 2024
2 parents e964441 + bbdd4b3 commit b49eda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ python -m bulk image ready.csv
You can also generate a set of thumbnails for your images. This can be useful if you're working with a large dataset.

```
python -m bulk util resize ready.csv temp
python -m bulk util resize ready.csv ready2.csv temp
```

This will create a folder called `temp` with all the resized images. You can then use this folder as the `--thumbnail-path` argument.

```
python -m bulk image ready.csv --thumbnail-path temp
python -m bulk image ready2.csv --thumbnail-path temp
```


Expand Down

0 comments on commit b49eda8

Please sign in to comment.