-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add plot function for SpaceNet datasets #252
Conversation
f5455e5
to
a8e8c51
Compare
Visualisation note: Overall normalisation (currently implemented) Bandwise (before 5ea1c21) and how QGIS shows it by default I'm guessing I didn't see this difference in SpaceNet7 images since they're already |
Strange (and good catch)! One of the S2 datasets I was working on looked very strange when I did bandwise min-max normalization so I just changed it to global and it looked fine. Do you think we should add an |
Forwarding The SpaceNet images that I've shown above are from Worldview 3 so it could be a sensor thing (dtype). I usually plot it to be similar to QGIS (default params) but that's just my preference. |
Sounds good to me too! Do you want to do that? |
Sure. Would it be better to do that as a separate commit or shall I just add it here? |
Yeah go for it!!
…On Sat, Nov 20, 2021, 7:09 PM Ashwin Nair ***@***.***> wrote:
Sure. Would it be better to do that as a separate commit or shall I just
add it here?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#252 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIJUTR4WT5W7WLFUV6GDBTUNBPFNANCNFSM5IMRQVIQ>
.
|
7eb1077
to
0d4b179
Compare
Added axis param to |
0d4b179
to
68b26e6
Compare
Co-authored-by: Adam J. Stewart <[email protected]>
Co-authored-by: Adam J. Stewart <[email protected]>
* Add plot function for SpaceNet datasets * Add version string * Set interpolation='none' while displaying mask * Switch to percentile normalization * Add axis param to percentile_normalization * Tuple[int, int] -> Sequence[int] Co-authored-by: Adam J. Stewart <[email protected]> * Update docstring Co-authored-by: Adam J. Stewart <[email protected]> * Forgot to import Sequence Co-authored-by: Adam J. Stewart <[email protected]>
Changes:
Addcontrast_stretch
to correctly convert between typespercentile_normalization
and updated utils__all__