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

651 Коммитов

Автор SHA1 Сообщение Дата
Ashwin Nair 69f0c70209
datamodules: Switch to kornia AugmentationSequential (#2147)
* Switch to kornia AugmentationSequential in datamodules

* Fix for classification & regression tests

* Fix for segmentation tests

* Revert inria batch_size

* Set keepdim=True

* Fix ssl4eo_benchmark

* Masks must not have a channel dimension

* Fix south africa dimensions

* Fix chesapeake dimensions

* Remove unused import

* mypy fixes & remove _Transform

* Fix quakeset

* mypy fix

* Fix chesapeake plot test

* mypy fix

* Fix SpaceNet aug

* Bump min version of kornia

* Remove conditional squeeze

* Fix for new datasets

* Update pyproject.toml

* Update tutorials

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-11-06 17:56:28 +01:00
dependabot[bot] 51c8d3646d
Bump kornia from 0.7.3 to 0.7.4 in /requirements (#2393)
Bumps [kornia](https://github.com/kornia/kornia) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/kornia/kornia/releases)
- [Changelog](https://github.com/kornia/kornia/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kornia/kornia/compare/v0.7.3...v0.7.4)

---
updated-dependencies:
- dependency-name: kornia
  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-11-05 21:38:11 +01:00
dependabot[bot] a248ad5cc2
Bump numpy from 2.1.2 to 2.1.3 in /requirements (#2391) 2024-11-04 21:57:27 +01:00
Qiusheng Wu c767f1b12e
Fix typos (#2389) 2024-11-04 07:39:02 +01:00
dependabot[bot] 8e88e6d535
Bump ruff from 0.7.1 to 0.7.2 in /requirements (#2384) 2024-11-01 21:30:28 +00:00
dependabot[bot] d570711cf9
Bump the torch group in /requirements with 2 updates (#2378)
Bumps the torch group in /requirements with 2 updates: [torch](https://github.com/pytorch/pytorch) and [torchvision](https://github.com/pytorch/vision).


Updates `torch` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.5.0...v2.5.1)

Updates `torchvision` from 0.20.0 to 0.20.1
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](https://github.com/pytorch/vision/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 22:44:36 +01:00
dependabot[bot] 9c5d725086
Bump pytest-cov from 5.0.0 to 6.0.0 in /requirements (#2380)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 22:44:16 +01:00
dependabot[bot] d1a58f3de5
Bump setuptools from 75.2.0 to 75.3.0 in /requirements (#2379)
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.2.0 to 75.3.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.0)

---
updated-dependencies:
- dependency-name: setuptools
  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-10-29 22:43:56 +01:00
dependabot[bot] b61788c417
Bump ruff from 0.7.0 to 0.7.1 in /requirements (#2369) 2024-10-25 08:54:52 +02:00
dependabot[bot] f2ed33a407
Bump mypy from 1.12.1 to 1.13.0 in /requirements (#2363) 2024-10-24 08:53:08 +02:00
dependabot[bot] a46a5a67b4
Bump mypy from 1.12.0 to 1.12.1 in /requirements (#2359) 2024-10-21 22:59:05 +02:00
dependabot[bot] 3559517a11
Bump the torch group in /requirements with 2 updates (#2353)
* Bump the torch group in /requirements with 2 updates

Bumps the torch group in /requirements with 2 updates: [torch](https://github.com/pytorch/pytorch) and [torchvision](https://github.com/pytorch/vision).


Updates `torch` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.4.1...v2.5.0)

Updates `torchvision` from 0.19.1 to 0.20.0
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](https://github.com/pytorch/vision/compare/v0.19.1...v0.20.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: torch
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: torch
...

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

* Remove unused ignores

---------

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-10-17 21:28:25 +00:00
dependabot[bot] ee0e086f80
Bump ruff from 0.6.9 to 0.7.0 in /requirements (#2354) 2024-10-17 23:07:45 +02:00
dependabot[bot] 90e824a989
Bump setuptools from 75.1.0 to 75.2.0 in /requirements (#2351) 2024-10-16 23:05:30 +02:00
dependabot[bot] 9382e45dae
Bump pillow from 10.4.0 to 11.0.0 in /requirements (#2349) 2024-10-16 08:22:20 +02:00
dependabot[bot] b8413b65ec
Bump mypy from 1.11.2 to 1.12.0 in /requirements (#2348) 2024-10-14 23:19:50 +02:00
dependabot[bot] 6a84a61f42
Bump torchmetrics from 1.4.2 to 1.4.3 in /requirements (#2344) 2024-10-10 20:44:58 +00:00
dependabot[bot] 43792b4355
Bump numpy from 2.1.1 to 2.1.2 in /requirements (#2339)
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: numpy
  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-10-07 22:58:02 +02:00
dependabot[bot] 78145d7a3c
Bump ruff from 0.6.8 to 0.6.9 in /requirements (#2334) 2024-10-04 23:36:01 +02:00
dependabot[bot] 17f7a5f0e1
Bump pyproj from 3.6.1 to 3.7.0 in /requirements (#2331) 2024-10-01 23:02:48 +02:00
Caleb Robinson b2f9936d7a
Add Fields Of The World field boundary delineation dataset (#2296)
* Initial commit

* Formatting changes

* Reformatting how self.files is stored

* Added pyarrow dependency for reading parquet files

* Load splits from existing parquet files

* ruff

* Adding tests

* Adding tests

* Ruff

* Update torchgeo/datasets/ftw.py

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

* Update torchgeo/datasets/ftw.py

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

* Update torchgeo/datasets/ftw.py

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

* Using einops

* Use tuple for valid country list

* Add pandas parquet

* Added pyarrow req to min dataset

* pandas bump

* Add paper link

* Add a pyarrow importorskip

* No minversion

* ClassVar not needed

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-09-29 17:15:31 +00:00
dependabot[bot] da691c4568
Bump ruff from 0.6.7 to 0.6.8 in /requirements (#2320) 2024-09-26 23:23:02 +02:00
dependabot[bot] 822c204f73
Bump h5py from 3.12.0 to 3.12.1 in /requirements (#2322) 2024-09-26 23:22:08 +02:00
dependabot[bot] 74af76297d
Bump h5py from 3.11.0 to 3.12.0 in /requirements (#2319) 2024-09-26 09:23:13 +02:00
dependabot[bot] ea8306c4fc
Bump lightly from 1.5.12 to 1.5.13 in /requirements (#2318) 2024-09-25 09:18:55 +02:00
dependabot[bot] e932902e0e
Bump ruff from 0.6.6 to 0.6.7 in /requirements (#2313) 2024-09-23 21:11:12 +00:00
dependabot[bot] 10ccc593a7
Bump pandas from 2.2.2 to 2.2.3 in /requirements (#2310)
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3)

---
updated-dependencies:
- dependency-name: pandas
  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-09-20 13:59:34 -07:00
dependabot[bot] 9cc8c7be2c
Bump ruff from 0.6.5 to 0.6.6 in /requirements (#2311)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.5 to 0.6.6.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.5...0.6.6)

---
updated-dependencies:
- dependency-name: ruff
  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-09-20 13:59:13 -07:00
Adam J. Stewart 6a5aaf4b93
Prettier: prefer single quotes (#2280)
* rettier: prefer single quotes

* Move lockfile to root directory

* Use single quotes in config files
2024-09-17 11:36:10 +02:00
dependabot[bot] 945136200a
Bump fiona from 1.10.0 to 1.10.1 in /requirements (#2297)
Bumps [fiona](https://github.com/Toblerity/Fiona) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/Toblerity/Fiona/releases)
- [Changelog](https://github.com/Toblerity/Fiona/blob/main/CHANGES.txt)
- [Commits](https://github.com/Toblerity/Fiona/compare/1.10.0...1.10.1)

---
updated-dependencies:
- dependency-name: fiona
  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-09-16 23:10:36 +02:00
dependabot[bot] fa3764c56f
Bump setuptools from 74.1.0 to 75.1.0 in /requirements (#2298)
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.0 to 75.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v74.1.0...v75.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 23:10:17 +02:00
dependabot[bot] 0dcb7a7ce8
Bump torchmetrics from 1.4.1 to 1.4.2 in /requirements (#2295) 2024-09-13 23:22:02 +02:00
dependabot[bot] 5bcc195b40
Bump ruff from 0.6.4 to 0.6.5 in /requirements (#2294) 2024-09-13 23:21:45 +02:00
dependabot[bot] de315490b7
Bump pytest from 8.3.2 to 8.3.3 in /requirements (#2290)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3.
- [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.3.2...8.3.3)

---
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-09-10 16:00:45 +00:00
Adam J. Stewart 95486c3dc9
Dependabot: only update npm lockfile (#2277) 2024-09-10 17:27:51 +02:00
dependabot[bot] 4aef8fb252
Bump ruff from 0.6.3 to 0.6.4 in /requirements (#2288) 2024-09-06 00:15:22 +02:00
dependabot[bot] d477d5b3ee
Bump numpy from 1.26.4 to 2.1.1 in /requirements (#2274) 2024-09-05 09:46:15 +02:00
dependabot[bot] a1d0927534
Bump the torch group in /requirements with 2 updates (#2284) 2024-09-05 09:23:10 +02:00
dependabot[bot] aaf27c810f
Bump rasterio from 1.3.10 to 1.3.11 in /requirements (#2285) 2024-09-04 22:45:25 +02:00
dependabot[bot] 93e2fa972a
Bump fiona from 1.9.6 to 1.10.0 in /requirements (#2286) 2024-09-04 22:45:06 +02:00
dependabot[bot] da6ff04a77
Bump setuptools from 74.0.0 to 74.1.0 in /requirements (#2271) 2024-09-02 22:57:05 +02:00
dependabot[bot] cf52e25cda
Bump ruff from 0.6.2 to 0.6.3 in /requirements (#2263) 2024-08-29 21:16:45 +00:00
dependabot[bot] 042b75ea9c
Bump setuptools from 73.0.1 to 74.0.0 in /requirements (#2258) 2024-08-27 21:12:06 +00:00
dependabot[bot] fa95b7acba
Bump mypy from 1.11.1 to 1.11.2 in /requirements (#2252)
Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2)

---
updated-dependencies:
- dependency-name: mypy
  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-08-25 11:57:40 +02:00
dependabot[bot] ece75940c8
Bump segmentation-models-pytorch from 0.3.3 to 0.3.4 in /requirements (#2250)
* Bump segmentation-models-pytorch from 0.3.3 to 0.3.4 in /requirements

Bumps [segmentation-models-pytorch](https://github.com/qubvel/segmentation_models.pytorch) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/qubvel/segmentation_models.pytorch/releases)
- [Commits](https://github.com/qubvel/segmentation_models.pytorch/compare/v0.3.3...v0.3.4)

---
updated-dependencies:
- dependency-name: segmentation-models-pytorch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump timm 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-08-25 09:01:33 +00:00
Adam J. Stewart 9935f9650a
Remove workarounds and comments for outdated bugs (#2244)
* Remove workarounds and comments for outdated bugs

* Undo one change

* Remove min-cons.old entirely
2024-08-23 13:26:23 +02:00
dependabot[bot] 6ab4f3f1c8
Bump ipywidgets from 8.1.3 to 8.1.5 in /requirements (#2246) 2024-08-22 23:49:41 +02:00
dependabot[bot] 6b7aa86d7e
Bump ruff from 0.6.1 to 0.6.2 in /requirements (#2245) 2024-08-22 23:49:21 +02:00
dependabot[bot] 2ed1a39983
Bump scipy from 1.14.0 to 1.14.1 in /requirements (#2243) 2024-08-21 22:56:05 +02:00
dependabot[bot] 83c135db7a
Bump setuptools from 72.2.0 to 73.0.1 in /requirements (#2240) 2024-08-20 23:43:09 +02:00