Skip to content

Commit

Permalink
Merge pull request #12 from mpaillassa/readme_image_links
Browse files Browse the repository at this point in the history
Readme image links
  • Loading branch information
mpaillassa authored Jan 27, 2022
2 parents 39e8f6e + cf85c2c commit 7cc738e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# MaxiMask and MaxiTrack
MaxiMask and MaxiTrack are convolutional neural networks (CNNs) that can detect contaminants in astronomical images. They relate to the following publication:
<img align="right" width="100" src="imgs/logo.png">
<img align="right" width="100" src="https://github.com/mpaillassa/MaxiMask/blob/master/imgs/logo.png">

A&A: https://doi.org/10.1051/0004-6361/201936345

Expand All @@ -11,7 +11,7 @@ arXiv: https://arxiv.org/abs/1907.08298
MaxiMask is a semantic segmentation CNN (identifying contaminants at the pixel level) that can detect various contaminants, including trails, as shown in the image below where it detects the Starlink satellites in the famous DECam image.

<p align="center">
<img src="imgs/starlink1.gif" width="600">
<img src="imgs/https://github.com/mpaillassa/MaxiMask/blob/master/imgs/starlink1.gif" width="600">
</p>

MaxiTrack is an image classification CNN (identifying contaminants at the image level) that can detect tracking errors.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="MaxiMask",
version="1.3.2",
version="1.3.3",
author="Maxime Paillassa",
author_email="[email protected]",
description="Convolutional neural networks to detect contaminants in astronomical images.",
Expand Down

0 comments on commit 7cc738e

Please sign in to comment.