Skip to content

Commit

Permalink
include sentinel tops
Browse files Browse the repository at this point in the history
  • Loading branch information
brash6 committed Apr 10, 2024
1 parent c25150a commit b1e1003
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
include LICENSE
include README.md

recursive-include deepdespeckling/merlin/training/saved_model *
recursive-include deepdespeckling/merlin/saved_model *
recursive-include deepdespeckling/merlin/saved_models *
recursive-include deepdespeckling/sar2sar/saved_model *

recursive-exclude * __pycache__
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Speckle noise seriously limits the interpretability of synthetic aperture radar (SAR) images. This package provides <strong>deep learning based despeckling methods</strong> to denoise SAR images.

<strong>deepdespeckling</strong> gives access to two differents methods:
<strong>deepdespeckling</strong> gives access to two different despeckling methods:

* [MERLIN](https://arxiv.org/pdf/2110.13148.pdf) (inference and training)
* [SAR2SAR](https://arxiv.org/pdf/2006.15037.pdf) (inference only)
* [MERLIN](https://arxiv.org/pdf/2110.13148.pdf)
* [SAR2SAR](https://arxiv.org/pdf/2006.15037.pdf)


[![PyPI version](https://badge.fury.io/py/deepdespeckling.svg)](https://badge.fury.io/py/deepdespeckling)
Expand Down Expand Up @@ -178,11 +178,7 @@ despeckle(image_path, destination_directory, model_name="sar2sar")

## Documentation

To read a clean documentation of the package, you can generate it using sphinx files in the `docs` folder

1. `cd docs`
2. `make html `
3. open `build/index.html`
The documentation of the package is [available here](https://hi-paris.github.io/deepdespeckling/)

## Authors

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
name='deepdespeckling',
packages=find_packages(include=['deepdespeckling', 'deepdespeckling.*']),
url='https://github.com/hi-paris/deepdespeckling',
version='0.4',
version='0.5',
zip_safe=False,
)

0 comments on commit b1e1003

Please sign in to comment.