Skip to content
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

Update Notebooks #184

Merged
merged 23 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
16b3a61
add transect.zip
ctuguinay Mar 26, 2024
2b3219e
add line notebook progress
ctuguinay Mar 26, 2024
e3544d9
add saving to csv and reading from csv into lines functionality notebook
ctuguinay Mar 26, 2024
b1f0c7b
modify doc _toc.yaml for existing and to be placed jb notebooks
ctuguinay Mar 26, 2024
dfae2ff
add further description
ctuguinay Mar 26, 2024
6ca6da6
Merge Main to Feature (#188)
ctuguinay Mar 27, 2024
c6432df
revise trawl for transect evr
ctuguinay Mar 28, 2024
ea276f6
use mask label region ids to separate the region ids passed in to the…
ctuguinay Mar 28, 2024
8f73080
add notebook update docs so far
ctuguinay Mar 28, 2024
03bda21
add line for testing close regions
ctuguinay Mar 29, 2024
6d9eae7
allow kwaargs in to_csv
ctuguinay Mar 29, 2024
0efa2ac
add notebooks
ctuguinay Mar 29, 2024
75c8158
fix _toc yaml
ctuguinay Mar 29, 2024
abfcfc8
Merge Main to Feature (#189)
ctuguinay Mar 29, 2024
539563c
Merge Main to Feature retry 1 (#190)
ctuguinay Mar 29, 2024
c8f4da8
merge main retry
ctuguinay Mar 29, 2024
68bad89
refactor region id selection and mask label construction in r2d.mask
ctuguinay Apr 1, 2024
ce047e7
add test for checking when mask labels keys and region ids are not ma…
ctuguinay Apr 1, 2024
91d3332
incorporate valentinas suggestions
ctuguinay Apr 3, 2024
411fd44
revise 3d and 2d wording
ctuguinay Apr 3, 2024
6582b84
incorporate valentinas 2nd round review comments
ctuguinay Apr 5, 2024
c8e7640
revise echogram data reading and plotting
ctuguinay Apr 5, 2024
ca85153
Echoregion's to Echoregions'
ctuguinay Apr 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

![example workflow](https://github.com/OSOceanAcoustics/echoregions/actions/workflows/pytest.yml/badge.svg)

Echoregions is a tool that interfaces annotations of water column sonar data with Machine Learning (ML) models.
Echoregions is a Python Package that interfaces with annotations of water column sonar data for training machine learning models or doing other downstream processing such as biomass estimation.

The annotations are typically regions indicating the presence of specific animal species or lines delineating ocean boundaries, such as the seafloor or sea surface, in the "echogram" (sonar images formed by echo returns). The interfacing functionalities operate in two directions:
- Annotation to ML: Parsing and organizing manual annotations for preparing training and test datasets for ML developments
Expand Down
2 changes: 2 additions & 0 deletions docs/source/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
transect.*
.*csv
1,861 changes: 1,861 additions & 0 deletions docs/source/Lines_functionality.ipynb

Large diffs are not rendered by default.

Loading