зеркало из https://github.com/microsoft/torchgeo.git
host PatternNet on HF (#2100)
* host PatternNet on HF * patternnet license
This commit is contained in:
Родитель
d91b3913f5
Коммит
b9b9ab45cd
|
@ -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
|
||||
|
|
|
|
@ -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')
|
||||
|
|
Загрузка…
Ссылка в новой задаче