* host PatternNet on HF

* patternnet license
This commit is contained in:
Burak 2024-05-31 12:07:52 +03:00 коммит произвёл GitHub
Родитель d91b3913f5
Коммит b9b9ab45cd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -27,7 +27,7 @@ Dataset,Task,Source,License,# Samples,# Classes,Size (px),Resolution (m),Bands
`NASA Marine Debris`_,OD,PlanetScope,"Apache-2.0",707,1,256x256,3,RGB
`OSCD`_,CD,Sentinel-2,"CC-BY-4.0",24,2,"40--1,180",60,MSI
`PASTIS`_,I,Sentinel-1/2,"CC-BY-4.0","2,433",19,128x128xT,10,MSI
`PatternNet`_,C,Google Earth,-,"30,400",38,256x256,0.06--5,RGB
`PatternNet`_,C,Google Earth,"CC-BY-4.0","30,400",38,256x256,0.06--5,RGB
`Potsdam`_,S,Aerial,-,38,6,"6,000x6,000",0.05,MSI
`QuakeSet`_,"C, R",Sentinel-1,"OpenRAIL","3,327",2,512x512,10,SAR
`ReforesTree`_,"OD, R",Aerial,"CC-BY-4.0",100,6,"4,000x4,000",0.02,RGB

1 Dataset Task Source License # Samples # Classes Size (px) Resolution (m) Bands
27 `NASA Marine Debris`_ OD PlanetScope Apache-2.0 707 1 256x256 3 RGB
28 `OSCD`_ CD Sentinel-2 CC-BY-4.0 24 2 40--1,180 60 MSI
29 `PASTIS`_ I Sentinel-1/2 CC-BY-4.0 2,433 19 128x128xT 10 MSI
30 `PatternNet`_ C Google Earth - CC-BY-4.0 30,400 38 256x256 0.06--5 RGB
31 `Potsdam`_ S Aerial - 38 6 6,000x6,000 0.05 MSI
32 `QuakeSet`_ C, R Sentinel-1 OpenRAIL 3,327 2 512x512 10 SAR
33 `ReforesTree`_ OD, R Aerial CC-BY-4.0 100 6 4,000x4,000 0.02 RGB

Просмотреть файл

@ -78,7 +78,7 @@ class PatternNet(NonGeoClassificationDataset):
* https://doi.org/10.1016/j.isprsjprs.2018.01.004
"""
url = 'https://drive.google.com/file/d/127lxXYqzO6Bd0yZhvEbgIfz95HaEnr9K'
url = 'https://hf.co/datasets/torchgeo/PatternNet/resolve/2dbd901b00e301967a5c5146b25454f5d3455ad0/PatternNet.zip'
md5 = '96d54b3224c5350a98d55d5a7e6984ad'
filename = 'PatternNet.zip'
directory = os.path.join('PatternNet', 'images')