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

16 Коммитов

Автор SHA1 Сообщение Дата
Nils Lehmann c746cac1f7
Add SpaceNet6 datamodule (#2367)
* spacenet 6 datamodule

* datamodule base class

* mypy

* fix tests

* fix docs

* fix tests again

* uncomment test

* magic comma

* review

* class -> instance

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-10-27 09:19:36 +00:00
Adam J. Stewart 880593e7ef
SpaceNet: add SpaceNet 8, radiant mlhub -> aws (#2203) 2024-08-17 20:49:48 +02:00
Adam J. Stewart b09122f3e4
Ruff: prefer single quotes over double quotes (#2001)
* Ruff: prefer single quotes over double quotes

* Apply ruff format
2024-05-03 19:30:14 +02:00
Adam J. Stewart 9e57f27818
CDL/NLCD/SSL4EO: allow selection of classes (#1392)
* CDL/NLCD/SSL4EO: allow selection of classes

* 0 is already 0

* Get NLCD tests to pass

* Search recursively for NLCD files

* Update CDL

* Update SSL4EO-L Benchmark

* Passing tests

* Test SSL4EO-L Benchmark

* Test CDL

* Test NLCD

* Mypy fix

* Remove debugging code
2023-06-04 08:21:05 -07:00
Adam J. Stewart e0f9ece591
Drop Python 3.8 support (#1246) 2023-04-15 20:27:51 -05:00
dependabot[bot] 2fe0c1cf3e
Bump black[jupyter] from 22.12.0 to 23.1.0 in /requirements (#1080)
* Bump black[jupyter] from 22.12.0 to 23.1.0 in /requirements

Bumps [black[jupyter]](https://github.com/psf/black) from 22.12.0 to 23.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.12.0...23.1.0)

---
updated-dependencies:
- dependency-name: black[jupyter]
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Style changes

* Resolve discrepancy between black and pydocstyle

---------

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>
2023-02-01 22:26:54 +00:00
Adam J. Stewart 89e44035d4
SpaceNet1: add test data to git (#972) 2022-12-24 14:12:57 -06:00
Caleb Robinson 0a44f9ab61
Datamodule for SpaceNet1 (#965)
* Add SpaceNet1 datamodule

* Running black and isort

* version added

* Fix docs

* SpaceNet1 tests

* Testing spacenet datamodule with trainers

* no loveda

* black

* doc fix

* Removing direct datamodule test

* Make sure percent normalization doesn't divide by zero

* Speed up preprocessing

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-12-24 03:02:38 +00:00
Ashwin Nair c7e6dbda56
Add SpaceNet6 & data.py (#878)
* Add SpaceNet6 & data.py

* For coverage

* Added SpaceNet6 to docs

* Cleanup

* Docfix

* Move importskip to module level

Co-authored-by: Caleb Robinson <calebrob6@gmail.com>
2022-11-17 06:29:52 +00:00
Ashwin Nair 2e5c2b274e
Add SpaceNet3 (#480)
* Add SpaceNet3

* Fixes

* Replace itertools.product with zip

* Update docstring

* Remove unused options
2022-03-29 14:47:14 +00:00
Ashwin Nair 76603f3343
SpaceNet2 update (#469) 2022-03-17 19:39:57 -05:00
Ashwin Nair 28e5f2406e
Add SpaceNet5 (#263)
* Add SpaceNet5

* Add speed_mask option and test data

* Fix docs

* Combine fixtures

* Use python copy

* Remove list

* Predictions -> Labels

* Better error message
2021-11-29 11:39:54 -08:00
Ashwin Nair 5a071cef9f
Add SpaceNet 7 (#241) 2021-11-13 12:39:40 -06:00
Ashwin Nair 73215d27d7
Spacenet 4 (#185)
* Add SpaceNet4

* Add tests

* Update docs

* Add option to choose angle subset

* Remove AssertionError and update docs

* Coverage fix

* Fixes
2021-10-12 15:39:49 -05:00
Ashwin Nair 1c833d5d7e
SpaceNet 2 (#155)
* Add Spacenet2

* Fix logical errors

* Use label_glob

* Refactor Spacenet

* Add tests and test data for SpaceNet2

* Make SpaceNet an ABC

* Bugfix

* Add docstring for SpaceNet metaclass

* Formatting

* Add metaclass to docs

* Hack for sn2_AOI_2_Vegas

* Add missing tests

* Change md5 hash for test data

* Update spacenet.py

* Fix regex pattern

* Update regex pattern

* Fixes

* Indent-fix

* Remove nested list

* Cleanup

Co-authored-by: Caleb Robinson <calebrob6@gmail.com>
2021-09-28 10:55:56 -05:00
Ashwin Nair 0ce0a591b6
Add Spacenet 1: Building Detection v1 (#129)
* Add Spacenet 1

* Add test data

* Style fixes

* Convert Spacenet1 to VisionDataset

* Add option for selecting imagery

* Consolidate spacenet

* Create single spacenet.py for all spacenet datasets
* Create single spacenet directory for all spacenet test data
* Create single test_spacenet.py for testing all spacenet datasets

* Add copyright

* Reorder Spacenet in docs

* Test both rgb & 8band

* Rename Spacenet -> SpaceNet
2021-09-15 11:35:15 -05:00