Skip to content

Commit

Permalink
PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
balintio committed Apr 12, 2024
1 parent 87befd1 commit 0bd8e02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="docs/_static/logo-01.png" width="100%">
<img src="https://github.com/balintio/noisebase/raw/main/docs/_static/logo-01.png" width="100%">
</p>

<div align="center">
Expand All @@ -17,15 +17,16 @@
**Datasets and benchmarks for neural Monte Carlo denoising.**

<p align="center">
<img src="docs/_static/teaser.png" width="70%">
<img src="https://github.com/balintio/noisebase/raw/main/docs/_static/teaser.png" width="70%">
</p>


What is Monte Carlo denoising?
------------------------------
<details>
<summary><h2>What is Monte Carlo denoising?</h2></summary>
<summary>Read More</summary>

<div align="center">
<img src="docs/_static/Pi_monte_carlo_all.gif" width="30%"> <br>
<img src="https://github.com/balintio/noisebase/raw/main/docs/_static/Pi_monte_carlo_all.gif" width="30%"> <br>
<p>Monte Carlo integration <a href="https://commons.wikimedia.org/w/index.php?curid=140013480"><b>Kmhkmh</b></a></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion noisebase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
`Noisebase` function should you wish to keep your use of Hydra to a minimum.
"""

__version__ = '0.1'
__version__ = '1.1'

import os

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ dependencies = [
"zarr>=2",
"pytorch-msssim",
"hydra-core",
"requests",
"tqdm"
]
authors = [{name = "Martin Bálint", email = "[email protected]"}]
readme = "README.md"
keywords = ["denoising", "Monte Carlo", "MC", "neural"]
classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",

"Environment :: GPU",
Expand Down

0 comments on commit 0bd8e02

Please sign in to comment.