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

V1 model inference with NAIP #247

Merged
merged 32 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9a4ac18
naip example for v1
lillythomas May 7, 2024
506a664
simplify functionality
lillythomas May 8, 2024
a0c2852
sim search with NAIP
lillythomas May 10, 2024
3d0ea79
use latest checkpoint
lillythomas May 10, 2024
d0ec7d9
add docstrings and markdown description
lillythomas May 21, 2024
eab6b1f
more documentation
lillythomas May 21, 2024
0c72b7e
use stacchip to load naip tiles
lillythomas Jun 15, 2024
f0d5691
prep datacube
lillythomas Jun 18, 2024
fb39e4b
prep datacube
lillythomas Jun 18, 2024
10ba682
prep datacube by adding batch dim to fix mimatch
lillythomas Jun 21, 2024
5844726
add documentation
lillythomas Jun 22, 2024
6bc7665
linting fixes
lillythomas Jun 28, 2024
b195662
linting fixes
lillythomas Jun 28, 2024
9ea646d
linting fixes
lillythomas Jun 28, 2024
33dbafb
linting fixes
lillythomas Jun 28, 2024
13a1b4a
linting fixes
lillythomas Jun 28, 2024
fa66a41
linting fixes
lillythomas Jun 28, 2024
29a19c6
linting fixes
lillythomas Jun 28, 2024
ae04893
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 28, 2024
f655c8c
Merge branch 'main' into naip_analysis
lillythomas Jun 28, 2024
17875ee
adjust per review, add images, move to tutorials, remove old nbs
lillythomas Jul 22, 2024
ad99174
import adjustment
lillythomas Jul 22, 2024
bd24b56
reduce image size
lillythomas Jul 22, 2024
8822fbe
reduce image size
lillythomas Jul 22, 2024
e6356a6
add enetry in toc, polish tutorial, add lancedb to env
lillythomas Jul 23, 2024
b5728b8
resolve merge conflict on toc file
lillythomas Jul 23, 2024
4ba1f94
resolve merge conflict on toc file
lillythomas Jul 23, 2024
5b9f8e3
add entry in toc file
lillythomas Jul 23, 2024
e549c31
resolve merge conflict on toc file
lillythomas Jul 23, 2024
0a4ce38
add entry in toc file
lillythomas Jul 23, 2024
1eac7a4
resolve merge conflict on toc file
lillythomas Jul 23, 2024
7712174
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 23, 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
10 changes: 10 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ parts:
file: tutorials/visualize-embeddings
- title: Clay MAE reconstruction
file: tutorials/reconstruction
- caption: Finetune examples
chapters:
- title: Segmentation using Chesapeake
file: finetune/segment
- title: Classification using Eurosat
file: finetune/classify
- title: Regression using Biomasters
file: finetune/regression
- title: Finetunig on an embeddings database
file: finetune/finetune-on-embeddings
- caption: About Clay
chapters:
- title: GitHub
Expand Down
Loading