Граф коммитов

1987 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] cdfdac904b
Bump pyvista from 0.43.3 to 0.43.4 in /requirements (#1945)
Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.43.3 to 0.43.4.
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](https://github.com/pyvista/pyvista/compare/v0.43.3...v0.43.4)

---
updated-dependencies:
- dependency-name: pyvista
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 20:22:11 +00:00
dependabot[bot] eab0e6f5cc
Bump pytest from 8.0.2 to 8.1.1 in /requirements (#1943)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.2...8.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 10:19:58 +00:00
Adam J. Stewart 193a9b7592
SSL4EO-L: update link to paper to cite (#1942)
* SSL4EO-L: update link to paper to cite

* Update datasets too

* Ignore long line
2024-03-11 05:04:51 -05:00
Adam J. Stewart 73ff43aa4a
BaseTask: explicitly pass batch size to logger (#1933) 2024-03-11 05:04:29 -05:00
Adam J. Stewart c9df2ef197
Dependabot: ignore codecov-action updates (#1919) 2024-03-11 05:03:57 -05:00
dependabot[bot] 0b0ba53a8b
Bump fiona from 1.9.5 to 1.9.6 in /requirements (#1940) 2024-03-09 00:07:38 +01:00
dependabot[bot] 470b89938a
Bump mypy from 1.8.0 to 1.9.0 in /requirements (#1941) 2024-03-09 00:07:00 +01:00
dependabot[bot] 5adb58a7f2
Bump nbmake from 1.5.2 to 1.5.3 in /requirements (#1938)
Bumps [nbmake](https://github.com/treebeardtech/nbmake) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/treebeardtech/nbmake/releases)
- [Commits](https://github.com/treebeardtech/nbmake/compare/v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: nbmake
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-07 15:26:08 -06:00
dependabot[bot] 6dcf9feda8
Bump lightning[pytorch-extra] from 2.2.0.post0 to 2.2.1 in /requirements (#1936)
Bumps [lightning[pytorch-extra]](https://github.com/Lightning-AI/lightning) from 2.2.0.post0 to 2.2.1.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](https://github.com/Lightning-AI/lightning/compare/2.2.0.post0...2.2.1)

---
updated-dependencies:
- dependency-name: lightning[pytorch-extra]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 20:56:34 +00:00
dependabot[bot] 4ca3b23d8a
Bump nbmake from 1.5.0 to 1.5.2 in /requirements (#1935)
Bumps [nbmake](https://github.com/treebeardtech/nbmake) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/treebeardtech/nbmake/releases)
- [Commits](https://github.com/treebeardtech/nbmake/compare/v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: nbmake
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 20:54:43 +00:00
dependabot[bot] 99a2cc1f40
Bump actions/cache from 4.0.0 to 4.0.1 (#1934)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 14:48:18 -06:00
Adam J. Stewart b8f2a2b96a
load_state_dict: monkeypatch during testing (#1932) 2024-03-03 13:39:27 -06:00
Adam J. Stewart fbc2bb321d
pytest: silence Python 3.12 warnings (#1929) 2024-03-03 12:45:40 -06:00
Adam J. Stewart e40c78d7f2
Docs: fix trainer metric definitions (#1924)
* Docs: fix trainer metric definitions

* Link to torchmetrics docs

* Teach Sphinx where docs live
2024-03-03 12:45:08 -06:00
Adam J. Stewart 2749d5b5b1
pytest: silence kornia warnings (#1930)
* pytest: silence kornia warnings

* remove library name
2024-03-03 11:26:01 -06:00
Adam J. Stewart 8527141006
VHR-10: add decompressed files (#1927) 2024-03-03 11:00:21 -06:00
Adam J. Stewart 2789f29921
ObjectDetectionTask: explicit batch size (#1928) 2024-03-03 20:48:39 +04:00
Adam J. Stewart e2421ea046
DeepGlobeLandCover: document download steps (#1921) 2024-03-02 15:54:57 -06:00
JDilger 7241b0f870
Document default trainer metrics (#1914)
* Expand metrics documentation

* typo

* Update documentation following robmarkcole suggestion

* Update summary to be consistent with other trainers

* Move to unordered lists, fix indentation, use note

* Update configure metrics for other trainers

* typo

* Update torchgeo/trainers/classification.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Add detail on wanted values, reword macro note.

* Remove redundant paragraph

* Add acronyms, clarify regression metrics

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-03-02 15:54:42 -06:00
Blanchon fe33e6c5b2
Add devcontainer (#1085)
*  Add devcontainer

* 🐛 Add postCreateCommand.sh

* Downgrade to Python 3.10

* Add gdal

* Separate CPU/GPU devcontainer.json

* Add cpu as default

* Rename default

* In order to enable vscode black auto format, color must be disable !

* Remove default root devcontainer

* Format and clean

* Switch to .[dataset ...]

* Add postStartCommand with pip install -e .

* Fix black

* Update

* Mise à jour des commandes postCreateCommand et postStartCommand dans devcontainer.json

* 🔥 Add devcontainer

* Update Python version and postStartCommand in devcontainer.json
2024-03-02 15:53:34 -06:00
Michiaki Tatsubori f8faf9fff3
Skip downloading when not in pre-sampled coords (#1821)
* Skip downloading an entry if it is not in the given pre-sampled list.

* Add warning message when skipping

---------

Co-authored-by: Michiaki Tatsubori <mich@mich-mbp5.local>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-03-02 14:35:31 -06:00
Adam J. Stewart ff8f34faba
BigEarthNet: use stable download URLs (#1917) 2024-03-02 14:34:46 -06:00
Adam J. Stewart d9c94a2784
HuggingFace: use stable download URLs (#1916) 2024-03-02 14:34:02 -06:00
David Meaux 1eaade2747
Clarify RasterDataset documentation for is_image and dtype (#1811)
* Change DEMs from mask to image (is_image=True)

* fix to revert to upstream file

* fix unused type: ignore comment

* Update torchgeo/datasets/geo.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Update documentation to explain is_image and dtype. Update asterdem to override dtype.

* fix linting errors

* Made comment for is_image more succint.

* change asterdem dtype back to float32 (same as RasterDataset)

* removed integer images from documentation

* change Digital Elevation Model to DEM

* Clarify is_image and dtype.
Revert DEMs to masks

* Finish reverting DEMs to masks

* address review comments

* Changed Aster Global DEM and EU-DEM Dataset types to "DEM"

* Reorganize some information

* Use better formatting

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-03-02 14:33:51 -06:00
Ashwin Nair 6d2e9a483b
Update VHR-10 snippet (#1920)
* Update VHR-10 snippet

* Remove augs
2024-03-02 14:32:00 -06:00
Adam J. Stewart faa312d21b
xView2: deterministic dataset order (#1918) 2024-03-02 14:31:31 -06:00
Adam J. Stewart e9ae469786
RandomGeoSampler: optional length is optional (#1907) 2024-03-02 14:31:03 -06:00
Nils Lehmann 54b4ddcd90
Fix deterministic group_shuffle_split (#1839)
* order sets

* suggestion

* add unit test

* fix

* updated test

* fix

* indices from file

* test util update

* path

* no file

* no file

* comment

* i cannot spell
2024-02-28 10:05:45 +00:00
Dimitris Mantas e04e1a53fd
Implement deterministic GeoDataset (#1908) 2024-02-26 23:45:52 +01:00
dependabot[bot] ebf028d5df
Bump pytest from 8.0.1 to 8.0.2 in /requirements (#1910) 2024-02-26 23:43:02 +01:00
Caleb Robinson c828a7df85
Correct behavior of ignore_index for JaccardLoss (#1898)
* Correct behavior of ignore_index for JaccardLoss

* Remove UserWarning and related test

* pass flake8

* Chesapeake should ignore 0 class

* ignore yourself

* Tests

* Don't use sets

* Linting

* Commenting

* Change name of variable

* bruh
2024-02-25 14:14:22 -08:00
dependabot[bot] 0e2c76d36a
Bump pandas from 2.2.0 to 2.2.1 in /requirements (#1905) 2024-02-24 07:58:53 +01:00
Adam J. Stewart 842aef7910
NCCM: fix timestamp extraction (#1878) 2024-02-23 13:58:37 -08:00
Adam J. Stewart aa45eb21f1
ViTSmall16_Weights: fix typo (#1904) 2024-02-23 11:20:31 -06:00
dependabot[bot] e280ba84a7
Bump torchvision from 0.17.0 to 0.17.1 in /requirements (#1901)
* Bump torchvision from 0.17.0 to 0.17.1 in /requirements

Bumps [torchvision](https://github.com/pytorch/vision) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](https://github.com/pytorch/vision/commits)

---
updated-dependencies:
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump torch too

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-02-23 10:17:35 +00:00
Caleb Robinson c7e066f715
Update landcoverai.yaml (#1900) 2024-02-22 22:21:35 -08:00
Adam J. Stewart ddb4958339
README: add podcast episode (#1806) 2024-02-22 08:48:54 +01:00
Piper Wolters ad2ef7aed0
Additional Satlas pretrained models (#1884)
* Documentation, satellite-specific transform and weights for additional Satlas single-image rgb&multispectral Swin-v2 models. Tests pass.

* Address 3 of comments

* Address comments, fix readmydocs and isort, mypy still unhappy

* update

* Add bands to meta dicts

* Add comment about Satlas S2 RGB using TCI product

* linting

---------

Co-authored-by: Piper Wolters <piperw@allenai.org>
Co-authored-by: Piper Wolters <piperw@prior-cirrascale-79.reviz.ai2.in>
2024-02-21 09:41:48 -08:00
dependabot[bot] 8defbe4358
Bump lightly from 1.4.25 to 1.5.0 in /requirements (#1894) 2024-02-20 21:56:31 +01:00
dependabot[bot] 9678eddd3f
Bump pytest from 8.0.0 to 8.0.1 in /requirements (#1892)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.0.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 16:05:14 -06:00
dependabot[bot] 7d687fa3f5
Bump pyupgrade from 3.15.0 to 3.15.1 in /requirements (#1893)
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.15.0 to 3.15.1.
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.1)

---
updated-dependencies:
- dependency-name: pyupgrade
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 16:04:54 -06:00
dependabot[bot] 778acd2216
Bump shapely from 2.0.2 to 2.0.3 in /requirements (#1888) 2024-02-16 20:45:48 +00:00
dependabot[bot] b0407e0217
Bump matplotlib from 3.8.2 to 3.8.3 in /requirements (#1885)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.2...v3.8.3)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-15 21:22:31 +00:00
Adam J. Stewart 26fd1f579b
README: add PyTorch badge (#1882) 2024-02-15 09:45:11 -06:00
Adam J. Stewart e626f8b6a2
README: add OSGeo badge (#1880) 2024-02-14 21:54:20 +01:00
dependabot[bot] c914d79cb3
Bump lightning[pytorch-extra] from 2.2.0 to 2.2.0.post0 in /requirements (#1879)
Bumps [lightning[pytorch-extra]](https://github.com/Lightning-AI/lightning) from 2.2.0 to 2.2.0.post0.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](https://github.com/Lightning-AI/lightning/compare/2.2.0...2.2.0.post0)

---
updated-dependencies:
- dependency-name: lightning[pytorch-extra]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 21:12:31 +00:00
dependabot[bot] 0226782a89
Bump setuptools from 69.0.0 to 69.1.0 in /requirements (#1875) 2024-02-13 09:44:49 +01:00
dependabot[bot] 2e55bd7138
Bump black[jupyter] from 24.1.1 to 24.2.0 in /requirements (#1876) 2024-02-13 09:44:22 +01:00
dependabot[bot] 74586a66a3
Bump torchmetrics from 1.3.0.post0 to 1.3.1 in /requirements (#1877) 2024-02-13 09:43:55 +01:00
Yi-Chia Chang f3270ca6ae
Resolve NCCM checksum error and add years args (#1870)
* add new download links, years Args, and new test data

* remove download test file

* include all years by default

* sort year and verify
2024-02-12 22:25:04 +00:00