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

Add VHR10 datamodule #1082

Merged
merged 33 commits into from
Jan 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3c3a306
Add VHR10 datamodule
ashnair1 Feb 2, 2023
41cf32d
Add newline
ashnair1 Feb 2, 2023
1efc331
patch_size accepts int and tuple of ints
ashnair1 Feb 2, 2023
74c4bd5
Update conf
ashnair1 Feb 2, 2023
b4511ea
VHR10 Datamodule v2
ashnair1 Mar 30, 2023
f273f03
Remove auto_lr_find
ashnair1 Apr 10, 2023
f4a96a8
Remove preprocess
ashnair1 Apr 11, 2023
fec3449
Update config
ashnair1 May 4, 2023
738d996
Remove setting of matplotlib backend
ashnair1 May 4, 2023
97bb234
Remove import
ashnair1 May 10, 2023
54a3116
Typing update
ashnair1 May 10, 2023
5bdb57a
Key fix
ashnair1 Jun 29, 2023
bb4fd46
Coverage fix
ashnair1 Jun 29, 2023
f31c82f
Update conf
ashnair1 Oct 24, 2023
bf69bac
Update conf
ashnair1 Oct 24, 2023
4cd4568
Dowload=True
ashnair1 Oct 24, 2023
9d48f1f
Use weights
ashnair1 Oct 25, 2023
2bdbf0f
Empty commit
ashnair1 Oct 30, 2023
3efa9be
Switch to ndim
ashnair1 Nov 6, 2023
e3417e8
Remove conf, tight_layout and spacing
ashnair1 Nov 9, 2023
d4700cc
Set constrained layout via rcParams
ashnair1 Nov 9, 2023
756143f
Revert and bump min matplotlib version
ashnair1 Nov 9, 2023
f750cf4
Switch back to dataset_split
ashnair1 Nov 10, 2023
b8f0166
Separate out AugPipe
ashnair1 Nov 15, 2023
0f13514
Increase figsize & revert matplotlib
ashnair1 Nov 21, 2023
d976e5f
Common collate_fn
ashnair1 Nov 21, 2023
77d3feb
Class var std
ashnair1 Nov 21, 2023
9f21d06
Undo std change in BaseDataModule
ashnair1 Nov 23, 2023
61a1d46
Undo req changes
ashnair1 Nov 30, 2023
7e88d02
Remove unused line
ashnair1 Dec 6, 2023
30b02d6
Add version strings
ashnair1 Dec 12, 2023
1f74d9b
mypy fix
ashnair1 Jan 9, 2024
1961950
Merge branch 'main' into vhr10-datamodule
adamjstewart Jan 25, 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
Prev Previous commit
Next Next commit
Undo req changes
  • Loading branch information
ashnair1 committed Jan 25, 2024
commit 61a1d467a444fb0d6d9ce831888b57f464485eec
4 changes: 2 additions & 2 deletions requirements/min-reqs.old
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ rtree==1.0.0
segmentation-models-pytorch==0.2.0
shapely==1.7.1
timm==0.4.12
torch==1.12.0
torch==1.13.0
torchmetrics==0.10.0
torchvision==0.13.0
torchvision==0.14.0

# datasets
h5py==3.0.0
Expand Down