Skip to content

Commit

Permalink
add vmin and vmax parameters to viz
Browse files Browse the repository at this point in the history
  • Loading branch information
epistoteles committed Aug 7, 2024
1 parent 0c0e92a commit d1dd9ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added .github/images.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ img = dataset[0][0]
img.viz() ✅
```

<div align="center">
<img src="https://raw.githubusercontent.com/epistoteles/tensorhue/main/.github/images.png" alt="image visualization" width="1152">
</div>

By default, images get downscaled to the size of your terminal, but you can make them even smaller if you want:

```python
Expand Down

0 comments on commit d1dd9ea

Please sign in to comment.