-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FLAIR#2 Dataset and Datamodule Integration #2394
Open
MathiasBaumgartinger
wants to merge
78
commits into
microsoft:main
Choose a base branch
from
MathiasBaumgartinger:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 34 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
b96c78b
docs: update recommended strategy for models with input and output (i…
0ce9b78
fix: grammar and formatting
MathiasBaumgartinger d48acd7
fix: grammar
MathiasBaumgartinger 8bafb95
Merge branch 'microsoft:main' into main
MathiasBaumgartinger 431220d
feat/WIP: draft for data.py generation file for FLAIR2 dataset
c9d989d
fix/WIP: fix formatting conventions and populate directories for each…
8c16f69
fix/WIP: use alternative hashing algorithm for reproducibility and co…
3f7fec7
feat/WIP: draft for datasets and docs
7c4eaf9
refactor/WIP: mark TODOS, add some documentation
21e5b08
feat/WIP: first draft for test FLAIR2
541630f
feat: add FLAIR2 import to __init.py__
4c1602f
feat/WIP: adds sentinel 2 loading/plotting logic
da45219
Merge branch 'microsoft:main' into main
MathiasBaumgartinger 4bdbe9a
feat/WIP: update flair2 unit tests
8d6d687
fix&refactor/WIP: provide correct download address for toy dataset an…
563f7f4
fix/WIP: properly crop sentinel 2 data
6aeff90
fix/WIP: update cropping slices to match the actual size, fix `_verif…
592c336
feat/WIP: add test data creation of sentinel files
6d3a189
fix: update tests for FLAIR2 dataset
9930f6a
feat: add dummy data for flair2
ddef891
fix: properly expose FLAIR2 dataet in __init__.py
63ddc2f
docs: update documentation of flair2 dataset
ed5ed59
feat: proper integrity checks using correct md5s
a5af101
feat: expose an option for using/not using sentinel data
6040cd1
feat: add flair2 datamodule
2704b3f
Merge branch 'microsoft:main' into main
MathiasBaumgartinger 96a2207
feat: new dummy data
6e3301e
refactor: syntax for mypy and ruff
09d5fd6
fix: bug where sentinel data could be of dimension 0 in first T dimen…
3393953
feat: save md5s of newly created zips to txt
9fc77bc
fix: update md5s for test data
d68c377
Merge branch 'main' of https://github.com/MathiasBaumgartinger/torchgeo
5cbee8d
refactor: remove accidentally pushed test scene
196b090
refactor: fix ordering for ruff
1fe9b08
perf: reduce dummy data size
ffecc2d
docs: replace wrong class link
e29ba3d
docs: update versionadded 0.7
0194550
docs: add versionadded
f64cc40
refactor: add colormap as class member and restructure code
971f63d
fix: add a `self.` for newly defined member variable (undefined varia…
f90dac1
feat: add data creation of toy set and change newly created data (x:y…
cb48b12
refactor: make FLAIR2Toy an own dataset that inherits from FLAIR2 as …
f3b185b
feat: apply new FLAIR2Toy in __init__ and tests
a12310b
docs: remove TODOs
34a552a
fix: use proper bands for rgb sentinel image
7ceb0fd
fix: naming inconsistencies in download url and file name
ffb7ed0
fix: format glob-string (i.e. `SEN_*{0}.npy`) to prevent continously …
9961a5d
refactor: different approach to loading sentinels more clearly seperated
53b098a
refactor: ruff/mypy errors
81dc7d2
fix: do not assume 1:1 mapping from sentinel to aerial
1c2ca19
docs: remove unwanted BOM from utf-8 encoding in csv file
86f2d2f
feat: expose toy dataset to flair module via flag
5673060
fix: expose FLAIR2Toy dataset under the `all` section in `__init__.py`
676db57
feat: update data generation for 1 to n mapping for sentinel to aeria…
efc4cfd
feat: 1:n mapping from sentinel to aerial in tests, also build in nam…
25b1060
Merge branch 'main' into main
MathiasBaumgartinger a33c143
fix: retry removing changes in the entire file
8779f89
refactor: sorting of __all__ tuple in ascending order (ruff)
68a29e6
refactor: ruff 0.8 formatting
6ad1c8f
refactor(test-data): remove personal directories from printed md5s
e8cd3e5
docs(headers): add proper microsoft headings
f6c52eb
feat(band-indexing): add sentinel bands and actually apply the chosen…
61e2f2f
fix(datamodule): typo self.augs instead of self.aug
f49b84f
refactor: ruff changes
ccb30be
fix: initialize elevation and nir_r_g as null
d6d62c6
fix: incorrect stds in pre-computed statistics
bf0b7fc
fix: add explicit aerial and sentinel band naming to toy dataset
c336a2d
docs: remove erroneous comma and correct license to etalab-2.0
2f3c5d2
refactor: reduce size of test data
e4e08aa
refactor: remove unnecessary licensing information for flair 2
0b8a7ac
refactor: wrap lines at max 88 chars
662b510
docs: use citation for flair2 as opposed to flair version 1
3c7d925
docs: fix typo and remove unnecessary licensing information
f6a6c38
refactor: remove unnecessary classvar definitions
8aff6fa
docs: fix typo in versionadded
9cde735
docs: explain when `DatasetNotFoundError` is raised
b1638a4
refactor: remove unnecessary assertion for checking a path (already c…
2289568
refactor: fix code comment typo
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -297,6 +297,11 @@ FireRisk | |
|
||
.. autoclass:: FireRisk | ||
|
||
FLAIR2 | ||
^^^^^^ | ||
|
||
.. autoclass:: FLAIR2 | ||
|
||
Forest Damage | ||
^^^^^^^^^^^^^ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,64 @@ | ||
Dataset,Task,Source,License,# Samples,# Classes,Size (px),Resolution (m),Bands | ||
`ADVANCE`_,C,"Google Earth, Freesound","CC-BY-4.0","5,075",13,512x512,0.5,RGB | ||
`Benin Cashew Plantations`_,S,Airbus Pléiades,"CC-BY-4.0",70,6,"1,122x1,186",10,MSI | ||
`BigEarthNet`_,C,Sentinel-1/2,"CDLA-Permissive-1.0","590,326",19--43,120x120,10,"SAR, MSI" | ||
`BioMassters`_,R,Sentinel-1/2 and Lidar,"CC-BY-4.0",,,256x256, 10, "SAR, MSI" | ||
`CaBuAr`_,CD,Sentinel-2,"OpenRAIL",424,2,512x512,20,MSI | ||
`CaFFe`_,S,"Sentinel-1, TerraSAR-X, TanDEM-X, ENVISAT, ERS-1/2, ALOS PALSAR, and RADARSAT-1","CC-BY-4.0","19092","2 or 4","512x512",6-20,"SAR" | ||
`ChaBuD`_,CD,Sentinel-2,"OpenRAIL",356,2,512x512,10,MSI | ||
`Cloud Cover Detection`_,S,Sentinel-2,"CC-BY-4.0","22,728",2,512x512,10,MSI | ||
`COWC`_,"C, R","CSUAV AFRL, ISPRS, LINZ, AGRC","AGPL-3.0-only","388,435",2,256x256,0.15,RGB | ||
`CropHarvest`_,"C","Sentinel-1/2, SRTM, ERA5","CC-BY-SA-4.0","70,213",351,1x1,10,"SAR, MSI, SRTM" | ||
`Kenya Crop Type`_,S,Sentinel-2,"CC-BY-SA-4.0","4,688",7,"3,035x2,016",10,MSI | ||
`DeepGlobe Land Cover`_,S,DigitalGlobe +Vivid,-,803,7,"2,448x2,448",0.5,RGB | ||
`DFC2022`_,S,Aerial,"CC-BY-4.0","3,981",15,"2,000x2,000",0.5,RGB | ||
`Digital Typhoon`_,"C, R",Himawari,"CC-BY-4.0","189,364",8,512,5000,Infrared | ||
`ETCI2021 Flood Detection`_,S,Sentinel-1,-,"66,810",2,256x256,5--20,SAR | ||
`EuroSAT`_,C,Sentinel-2,"MIT","27,000",10,64x64,10,MSI | ||
`FAIR1M`_,OD,Gaofen/Google Earth,"CC-BY-NC-SA-3.0","15,000",37,"1,024x1,024",0.3--0.8,RGB | ||
`Fields Of The World`_,"S,I",Sentinel-2,"Various","70795","2,3",256x256,10,MSI | ||
`FireRisk`_,C,NAIP Aerial,"CC-BY-NC-4.0","91,872",7,"320x320",1,RGB | ||
`Forest Damage`_,OD,Drone imagery,"CDLA-Permissive-1.0","1,543",4,"1,500x1,500",,RGB | ||
`GeoNRW`_,S,Aerial,"CC-BY-4.0","7,783",11,"1,000x1,000",1,"RGB, DEM" | ||
`GID-15`_,S,Gaofen-2,-,150,15,"6,800x7,200",3,RGB | ||
`IDTReeS`_,"OD,C",Aerial,"CC-BY-4.0",591,33,200x200,0.1--1,RGB | ||
`Inria Aerial Image Labeling`_,S,Aerial,-,360,2,"5,000x5,000",0.3,RGB | ||
`LandCover.ai`_,S,Aerial,"CC-BY-NC-SA-4.0","10,674",5,512x512,0.25--0.5,RGB | ||
`LEVIR-CD`_,CD,Google Earth,-,637,2,"1,024x1,024",0.5,RGB | ||
`LEVIR-CD+`_,CD,Google Earth,-,985,2,"1,024x1,024",0.5,RGB | ||
`LoveDA`_,S,Google Earth,"CC-BY-NC-SA-4.0","5,987",7,"1,024x1,024",0.3,RGB | ||
`MapInWild`_,S,"Sentinel-1/2, ESA WorldCover, NOAA VIIRS DNB","CC-BY-4.0",1018,1,1920x1920,10--463.83,"SAR, MSI, 2020_Map, avg_rad" | ||
`Million-AID`_,C,Google Earth,-,1M,51--73,,0.5--153,RGB | ||
`MMEarth`_,"C, S","Aster, Sentinel, ERA5","CC-BY-4.0","100K--1M",,"128x128 or 64x64",10,MSI | ||
`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,"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 | ||
`RESISC45`_,C,Google Earth,-,"31,500",45,256x256,0.2--30,RGB | ||
`Rwanda Field Boundary`_,S,Planetscope,"NICFI AND CC-BY-4.0",70,2,256x256,4.7,RGB + NIR | ||
`SatlasPretrain`_,"C, R, S, I, OD","NAIP, Landsat, Sentinel",ESA AND CC0-1.0 AND ODbL-1.0 AND CC-BY-4.0,302M,137,512,0.6--30,"SAR, MSI" | ||
`Seasonal Contrast`_,T,Sentinel-2,"CC-BY-4.0",100K--1M,-,264x264,10,MSI | ||
`SeasoNet`_,S,Sentinel-2,"CC-BY-4.0","1,759,830",33,120x120,10,MSI | ||
`SEN12MS`_,S,"Sentinel-1/2, MODIS","CC-BY-4.0","180,662",33,256x256,10,"SAR, MSI" | ||
`SKIPP'D`_,R,"Fish-eye","CC-BY-4.0","363,375",-,64x64,-,RGB | ||
`SkyScript`_,IC,"NAIP, orthophotos, Planet SkySat, Sentinel-2, Landsat 8--9",MIT,5.2M,-,100--1000,0.1--30,RGB | ||
`So2Sat`_,C,Sentinel-1/2,"CC-BY-4.0","400,673",17,32x32,10,"SAR, MSI" | ||
`SpaceNet`_,I,WorldView-2/3 Planet Lab Dove,"CC-BY-SA-4.0","1,889--28,728",2,102--900,0.5--4,MSI | ||
`SSL4EO`_-L,T,Landsat,"CC0-1.0",1M,-,264x264,30,MSI | ||
`SSL4EO`_-S12,T,Sentinel-1/2,"CC-BY-4.0",1M,-,264x264,10,"SAR, MSI" | ||
`SSL4EO-L Benchmark`_,S,Lansat & CDL,"CC0-1.0",25K,134,264x264,30,MSI | ||
`SSL4EO-L Benchmark`_,S,Lansat & NLCD,"CC0-1.0",25K,17,264x264,30,MSI | ||
`SustainBench Crop Yield`_,R,MODIS,"CC-BY-SA-4.0",11k,-,32x32,-,MSI | ||
`Tropical Cyclone`_,R,GOES 8--16,"CC-BY-4.0","108,110",-,256x256,4K--8K,MSI | ||
`UC Merced`_,C,USGS National Map,"public domain","2,100",21,256x256,0.3,RGB | ||
`USAVars`_,R,NAIP Aerial,"CC-BY-4.0",100K,-,-,4,"RGB, NIR" | ||
`Vaihingen`_,S,Aerial,-,33,6,"1,281--3,816",0.09,RGB | ||
`VHR-10`_,I,"Google Earth, Vaihingen","MIT",800,10,"358--1,728",0.08--2,RGB | ||
`Western USA Live Fuel Moisture`_,R,"Landsat8, Sentinel-1","CC-BY-NC-ND-4.0",2615,-,-,-,- | ||
`xView2`_,CD,Maxar,"CC-BY-NC-SA-4.0","3,732",4,"1,024x1,024",0.8,RGB | ||
`ZueriCrop`_,"I, T",Sentinel-2,-,116K,48,24x24,10,MSI | ||
Dataset,Task,Source,License,# Samples,# Classes,Size (px),Resolution (m),Bands | ||
`ADVANCE`_,C,"Google Earth, Freesound",CC-BY-4.0,"5,075",13,512x512,0.5,RGB | ||
`Benin Cashew Plantations`_,S,Airbus Pléiades,CC-BY-4.0,70,6,"1,122x1,186",10,MSI | ||
`BigEarthNet`_,C,Sentinel-1/2,CDLA-Permissive-1.0,"590,326",19--43,120x120,10,"SAR, MSI" | ||
`BioMassters`_,R,Sentinel-1/2 and Lidar,CC-BY-4.0,,,256x256,10," ""SAR"," MSI""" | ||
`CaBuAr`_,CD,Sentinel-2,OpenRAIL,424,2,512x512,20,MSI, | ||
`CaFFe`_,S,"Sentinel-1, TerraSAR-X, TanDEM-X, ENVISAT, ERS-1/2, ALOS PALSAR, and RADARSAT-1",CC-BY-4.0,19092,2 or 4,512x512,6-20,SAR, | ||
`ChaBuD`_,CD,Sentinel-2,OpenRAIL,356,2,512x512,10,MSI, | ||
`Cloud Cover Detection`_,S,Sentinel-2,CC-BY-4.0,"22,728",2,512x512,10,MSI, | ||
`COWC`_,"C, R","CSUAV AFRL, ISPRS, LINZ, AGRC",AGPL-3.0-only,"388,435",2,256x256,0.15,RGB, | ||
`CropHarvest`_,C,"Sentinel-1/2, SRTM, ERA5",CC-BY-SA-4.0,"70,213",351,1x1,10,"SAR, MSI, SRTM", | ||
`Kenya Crop Type`_,S,Sentinel-2,CC-BY-SA-4.0,"4,688",7,"3,035x2,016",10,MSI, | ||
`DeepGlobe Land Cover`_,S,DigitalGlobe +Vivid,-,803,7,"2,448x2,448",0.5,RGB, | ||
`DFC2022`_,S,Aerial,CC-BY-4.0,"3,981",15,"2,000x2,000",0.5,RGB, | ||
`Digital Typhoon`_,"C, R",Himawari,CC-BY-4.0,"189,364",8,512,5000,Infrared, | ||
`ETCI2021 Flood Detection`_,S,Sentinel-1,-,"66,810",2,256x256,5--20,SAR, | ||
`EuroSAT`_,C,Sentinel-2,MIT,"27,000",10,64x64,10,MSI, | ||
`FAIR1M`_,OD,Gaofen/Google Earth,CC-BY-NC-SA-3.0,"15,000",37,"1,024x1,024",0.3--0.8,RGB, | ||
`Fields Of The World`_,"S,I",Sentinel-2,Various,70795,"2,3",256x256,10,MSI, | ||
`FireRisk`_,C,NAIP Aerial,CC-BY-NC-4.0,"91,872",7,320x320,1,RGB, | ||
`FLAIR2`_,S,"IGN, Sentinel-2",OPENLICENSE-2.0,7741,13--18,512x512,0.2--20,"RGB+NIR+NDSM, MSI", | ||
`Forest Damage`_,OD,Drone imagery,CDLA-Permissive-1.0,"1,543",4,"1,500x1,500",,RGB, | ||
MathiasBaumgartinger marked this conversation as resolved.
Show resolved
Hide resolved
|
||
`GeoNRW`_,S,Aerial,CC-BY-4.0,"7,783",11,"1,000x1,000",1,"RGB, DEM", | ||
`GID-15`_,S,Gaofen-2,-,150,15,"6,800x7,200",3,RGB, | ||
`IDTReeS`_,"OD,C",Aerial,CC-BY-4.0,591,33,200x200,0.1--1,RGB, | ||
`Inria Aerial Image Labeling`_,S,Aerial,-,360,2,"5,000x5,000",0.3,RGB, | ||
`LandCover.ai`_,S,Aerial,CC-BY-NC-SA-4.0,"10,674",5,512x512,0.25--0.5,RGB, | ||
`LEVIR-CD`_,CD,Google Earth,-,637,2,"1,024x1,024",0.5,RGB, | ||
`LEVIR-CD+`_,CD,Google Earth,-,985,2,"1,024x1,024",0.5,RGB, | ||
`LoveDA`_,S,Google Earth,CC-BY-NC-SA-4.0,"5,987",7,"1,024x1,024",0.3,RGB, | ||
`MapInWild`_,S,"Sentinel-1/2, ESA WorldCover, NOAA VIIRS DNB",CC-BY-4.0,1018,1,1920x1920,10--463.83,"SAR, MSI, 2020_Map, avg_rad", | ||
`Million-AID`_,C,Google Earth,-,1M,51--73,,0.5--153,RGB, | ||
`MMEarth`_,"C, S","Aster, Sentinel, ERA5",CC-BY-4.0,100K--1M,,128x128 or 64x64,10,MSI, | ||
`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,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, | ||
`RESISC45`_,C,Google Earth,-,"31,500",45,256x256,0.2--30,RGB, | ||
`Rwanda Field Boundary`_,S,Planetscope,NICFI AND CC-BY-4.0,70,2,256x256,4.7,RGB + NIR, | ||
`SatlasPretrain`_,"C, R, S, I, OD","NAIP, Landsat, Sentinel",ESA AND CC0-1.0 AND ODbL-1.0 AND CC-BY-4.0,302M,137,512,0.6--30,"SAR, MSI", | ||
`Seasonal Contrast`_,T,Sentinel-2,CC-BY-4.0,100K--1M,-,264x264,10,MSI, | ||
`SeasoNet`_,S,Sentinel-2,CC-BY-4.0,"1,759,830",33,120x120,10,MSI, | ||
`SEN12MS`_,S,"Sentinel-1/2, MODIS",CC-BY-4.0,"180,662",33,256x256,10,"SAR, MSI", | ||
`SKIPP'D`_,R,Fish-eye,CC-BY-4.0,"363,375",-,64x64,-,RGB, | ||
`SkyScript`_,IC,"NAIP, orthophotos, Planet SkySat, Sentinel-2, Landsat 8--9",MIT,5.2M,-,100--1000,0.1--30,RGB, | ||
`So2Sat`_,C,Sentinel-1/2,CC-BY-4.0,"400,673",17,32x32,10,"SAR, MSI", | ||
`SpaceNet`_,I,WorldView-2/3 Planet Lab Dove,CC-BY-SA-4.0,"1,889--28,728",2,102--900,0.5--4,MSI, | ||
`SSL4EO`_-L,T,Landsat,CC0-1.0,1M,-,264x264,30,MSI, | ||
`SSL4EO`_-S12,T,Sentinel-1/2,CC-BY-4.0,1M,-,264x264,10,"SAR, MSI", | ||
`SSL4EO-L Benchmark`_,S,Lansat & CDL,CC0-1.0,25K,134,264x264,30,MSI, | ||
`SSL4EO-L Benchmark`_,S,Lansat & NLCD,CC0-1.0,25K,17,264x264,30,MSI, | ||
`SustainBench Crop Yield`_,R,MODIS,CC-BY-SA-4.0,11k,-,32x32,-,MSI, | ||
`Tropical Cyclone`_,R,GOES 8--16,CC-BY-4.0,"108,110",-,256x256,4K--8K,MSI, | ||
`UC Merced`_,C,USGS National Map,public domain,"2,100",21,256x256,0.3,RGB, | ||
`USAVars`_,R,NAIP Aerial,CC-BY-4.0,100K,-,-,4,"RGB, NIR", | ||
`Vaihingen`_,S,Aerial,-,33,6,"1,281--3,816",0.09,RGB, | ||
`VHR-10`_,I,"Google Earth, Vaihingen",MIT,800,10,"358--1,728",0.08--2,RGB, | ||
`Western USA Live Fuel Moisture`_,R,"Landsat8, Sentinel-1",CC-BY-NC-ND-4.0,2615,-,-,-,-, | ||
`xView2`_,CD,Maxar,CC-BY-NC-SA-4.0,"3,732",4,"1,024x1,024",0.8,RGB, | ||
`ZueriCrop`_,"I, T",Sentinel-2,-,116K,48,24x24,10,MSI, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"IMG_251399.tif": [256, 256], "IMG_392912.tif": [256, 256], "IMG_312814.tif": [256, 256], "IMG_865335.tif": [256, 256], "IMG_764580.tif": [256, 256], "IMG_468281.tif": [256, 256], "IMG_661075.tif": [256, 256], "IMG_367415.tif": [256, 256], "IMG_896910.tif": [256, 256], "IMG_329155.tif": [256, 256], "IMG_917180.tif": [256, 256], "IMG_949888.tif": [256, 256], "IMG_134194.tif": [256, 256], "IMG_919726.tif": [256, 256], "IMG_344107.tif": [256, 256], "IMG_449816.tif": [256, 256], "IMG_313940.tif": [256, 256], "IMG_979213.tif": [256, 256], "IMG_090196.tif": [256, 256], "IMG_336054.tif": [256, 256], "IMG_253290.tif": [256, 256], "IMG_553190.tif": [256, 256], "IMG_973658.tif": [256, 256], "IMG_176734.tif": [256, 256], "IMG_465542.tif": [256, 256], "IMG_854347.tif": [256, 256], "IMG_848674.tif": [256, 256], "IMG_917584.tif": [256, 256], "IMG_332051.tif": [256, 256], "IMG_713265.tif": [256, 256], "IMG_600560.tif": [256, 256], "IMG_833454.tif": [256, 256], "IMG_448930.tif": [256, 256], "IMG_537314.tif": [256, 256], "IMG_430048.tif": [256, 256], "IMG_016901.tif": [256, 256], "IMG_080149.tif": [256, 256], "IMG_363605.tif": [256, 256], "IMG_280596.tif": [256, 256], "IMG_384973.tif": [256, 256], "IMG_612894.tif": [256, 256], "IMG_489374.tif": [256, 256], "IMG_722482.tif": [256, 256], "IMG_107707.tif": [256, 256], "IMG_904282.tif": [256, 256]} |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_2_aerial_test/D513_2017/Z14_CT/img/IMG_430048.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_2_aerial_test/D665_2018/Z11_DQ/img/IMG_600560.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_2_aerial_test/D705_2019/Z21_KI/img/IMG_833454.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_2_aerial_test/D758_2018/Z17_TV/img/IMG_448930.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_2_aerial_test/D942_2010/Z17_YV/img/IMG_537314.tif
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_2_labels_test/D367_2016/Z14_RB/msk/MSK_107707.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_2_labels_test/D503_2021/Z14_WP/msk/MSK_722482.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_2_labels_test/D534_2022/Z12_FQ/msk/MSK_612894.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_2_labels_test/D724_2010/Z14_WO/msk/MSK_904282.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_2_labels_test/D775_2010/Z13_QC/msk/MSK_489374.tif
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.04 MB
...ata/flair2/FLAIR2/flair_2_sen_test/D552_2012/Z20_IE/sen/SEN2_sp_D552_2012_Z20_IE_data.npy
Binary file not shown.
Binary file added
BIN
+119 KB
...ta/flair2/FLAIR2/flair_2_sen_test/D552_2012/Z20_IE/sen/SEN2_sp_D552_2012_Z20_IE_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...flair2/FLAIR2/flair_2_sen_test/D552_2012/Z20_IE/sen/SEN2_sp_D552_2012_Z20_IE_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+1.85 MB
...ata/flair2/FLAIR2/flair_2_sen_test/D639_2018/Z19_NN/sen/SEN2_sp_D639_2018_Z19_NN_data.npy
Binary file not shown.
Binary file added
BIN
+189 KB
...ta/flair2/FLAIR2/flair_2_sen_test/D639_2018/Z19_NN/sen/SEN2_sp_D639_2018_Z19_NN_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...flair2/FLAIR2/flair_2_sen_test/D639_2018/Z19_NN/sen/SEN2_sp_D639_2018_Z19_NN_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+631 KB
...ata/flair2/FLAIR2/flair_2_sen_test/D705_2014/Z15_YR/sen/SEN2_sp_D705_2014_Z15_YR_data.npy
Binary file not shown.
Binary file added
BIN
+83.8 KB
...ta/flair2/FLAIR2/flair_2_sen_test/D705_2014/Z15_YR/sen/SEN2_sp_D705_2014_Z15_YR_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...flair2/FLAIR2/flair_2_sen_test/D705_2014/Z15_YR/sen/SEN2_sp_D705_2014_Z15_YR_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+3.68 MB
...ata/flair2/FLAIR2/flair_2_sen_test/D706_2016/Z12_BR/sen/SEN2_sp_D706_2016_Z12_BR_data.npy
Binary file not shown.
Binary file added
BIN
+377 KB
...ta/flair2/FLAIR2/flair_2_sen_test/D706_2016/Z12_BR/sen/SEN2_sp_D706_2016_Z12_BR_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...flair2/FLAIR2/flair_2_sen_test/D706_2016/Z12_BR/sen/SEN2_sp_D706_2016_Z12_BR_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+1.23 MB
...ata/flair2/FLAIR2/flair_2_sen_test/D795_2018/Z11_QJ/sen/SEN2_sp_D795_2018_Z11_QJ_data.npy
Binary file not shown.
Binary file added
BIN
+126 KB
...ta/flair2/FLAIR2/flair_2_sen_test/D795_2018/Z11_QJ/sen/SEN2_sp_D795_2018_Z11_QJ_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...flair2/FLAIR2/flair_2_sen_test/D795_2018/Z11_QJ/sen/SEN2_sp_D795_2018_Z11_QJ_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_aerial_train/D173_2020/Z22_UB/img/IMG_251399.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_aerial_train/D278_2014/Z12_EC/img/IMG_764580.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_aerial_train/D336_2011/Z18_BU/img/IMG_468281.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_aerial_train/D538_2010/Z18_CA/img/IMG_865335.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_aerial_train/D725_2018/Z21_TE/img/IMG_329155.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_aerial_train/D747_2018/Z12_LZ/img/IMG_367415.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_aerial_train/D765_2019/Z16_AP/img/IMG_896910.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_aerial_train/D795_2017/Z11_NB/img/IMG_661075.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_aerial_train/D920_2015/Z19_AZ/img/IMG_312814.tif
Binary file not shown.
Binary file added
BIN
+1.25 MB
tests/data/flair2/FLAIR2/flair_aerial_train/D973_2010/Z17_XB/img/IMG_392912.tif
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_labels_train/D127_2015/Z11_WW/msk/MSK_553190.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_labels_train/D246_2010/Z19_XB/msk/MSK_332051.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_labels_train/D259_2019/Z18_PI/msk/MSK_854347.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_labels_train/D411_2010/Z17_KT/msk/MSK_973658.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_labels_train/D532_2017/Z21_YX/msk/MSK_917584.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_labels_train/D603_2014/Z15_XK/msk/MSK_713265.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_labels_train/D624_2022/Z17_IC/msk/MSK_253290.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_labels_train/D672_2022/Z11_CS/msk/MSK_176734.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_labels_train/D704_2017/Z21_DR/msk/MSK_465542.tif
Binary file not shown.
Binary file added
BIN
+256 KB
tests/data/flair2/FLAIR2/flair_labels_train/D996_2017/Z22_YM/msk/MSK_848674.tif
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+238 KB
...data/flair2/FLAIR2/flair_sen_train/D330_2019/Z21_AE/sen/SEN2_sp_D330_2019_Z21_AE_data.npy
Binary file not shown.
Binary file added
BIN
+23.9 KB
...ata/flair2/FLAIR2/flair_sen_train/D330_2019/Z21_AE/sen/SEN2_sp_D330_2019_Z21_AE_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../flair2/FLAIR2/flair_sen_train/D330_2019/Z21_AE/sen/SEN2_sp_D330_2019_Z21_AE_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+1.23 MB
...data/flair2/FLAIR2/flair_sen_train/D461_2014/Z16_HE/sen/SEN2_sp_D461_2014_Z16_HE_data.npy
Binary file not shown.
Binary file added
BIN
+95.2 KB
...ata/flair2/FLAIR2/flair_sen_train/D461_2014/Z16_HE/sen/SEN2_sp_D461_2014_Z16_HE_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../flair2/FLAIR2/flair_sen_train/D461_2014/Z16_HE/sen/SEN2_sp_D461_2014_Z16_HE_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+3.27 MB
...data/flair2/FLAIR2/flair_sen_train/D519_2017/Z15_KK/sen/SEN2_sp_D519_2017_Z15_KK_data.npy
Binary file not shown.
Binary file added
BIN
+252 KB
...ata/flair2/FLAIR2/flair_sen_train/D519_2017/Z15_KK/sen/SEN2_sp_D519_2017_Z15_KK_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../flair2/FLAIR2/flair_sen_train/D519_2017/Z15_KK/sen/SEN2_sp_D519_2017_Z15_KK_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+713 KB
...data/flair2/FLAIR2/flair_sen_train/D569_2010/Z14_WT/sen/SEN2_sp_D569_2010_Z14_WT_data.npy
Binary file not shown.
Binary file added
BIN
+94.7 KB
...ata/flair2/FLAIR2/flair_sen_train/D569_2010/Z14_WT/sen/SEN2_sp_D569_2010_Z14_WT_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../flair2/FLAIR2/flair_sen_train/D569_2010/Z14_WT/sen/SEN2_sp_D569_2010_Z14_WT_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+3.27 MB
...data/flair2/FLAIR2/flair_sen_train/D678_2021/Z22_SW/sen/SEN2_sp_D678_2021_Z22_SW_data.npy
Binary file not shown.
Binary file added
BIN
+252 KB
...ata/flair2/FLAIR2/flair_sen_train/D678_2021/Z22_SW/sen/SEN2_sp_D678_2021_Z22_SW_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../flair2/FLAIR2/flair_sen_train/D678_2021/Z22_SW/sen/SEN2_sp_D678_2021_Z22_SW_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+3.27 MB
...data/flair2/FLAIR2/flair_sen_train/D717_2014/Z11_KT/sen/SEN2_sp_D717_2014_Z11_KT_data.npy
Binary file not shown.
Binary file added
BIN
+190 KB
...ata/flair2/FLAIR2/flair_sen_train/D717_2014/Z11_KT/sen/SEN2_sp_D717_2014_Z11_KT_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../flair2/FLAIR2/flair_sen_train/D717_2014/Z11_KT/sen/SEN2_sp_D717_2014_Z11_KT_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+951 KB
...data/flair2/FLAIR2/flair_sen_train/D756_2012/Z12_IF/sen/SEN2_sp_D756_2012_Z12_IF_data.npy
Binary file not shown.
Binary file added
BIN
+126 KB
...ata/flair2/FLAIR2/flair_sen_train/D756_2012/Z12_IF/sen/SEN2_sp_D756_2012_Z12_IF_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../flair2/FLAIR2/flair_sen_train/D756_2012/Z12_IF/sen/SEN2_sp_D756_2012_Z12_IF_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+1.85 MB
...data/flair2/FLAIR2/flair_sen_train/D779_2013/Z22_RH/sen/SEN2_sp_D779_2013_Z22_RH_data.npy
Binary file not shown.
Binary file added
BIN
+143 KB
...ata/flair2/FLAIR2/flair_sen_train/D779_2013/Z22_RH/sen/SEN2_sp_D779_2013_Z22_RH_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../flair2/FLAIR2/flair_sen_train/D779_2013/Z22_RH/sen/SEN2_sp_D779_2013_Z22_RH_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+2.09 MB
...data/flair2/FLAIR2/flair_sen_train/D858_2010/Z12_SS/sen/SEN2_sp_D858_2010_Z12_SS_data.npy
Binary file not shown.
Binary file added
BIN
+284 KB
...ata/flair2/FLAIR2/flair_sen_train/D858_2010/Z12_SS/sen/SEN2_sp_D858_2010_Z12_SS_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../flair2/FLAIR2/flair_sen_train/D858_2010/Z12_SS/sen/SEN2_sp_D858_2010_Z12_SS_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
Binary file added
BIN
+1.23 MB
...data/flair2/FLAIR2/flair_sen_train/D867_2012/Z14_FU/sen/SEN2_sp_D867_2012_Z14_FU_data.npy
Binary file not shown.
Binary file added
BIN
+126 KB
...ata/flair2/FLAIR2/flair_sen_train/D867_2012/Z14_FU/sen/SEN2_sp_D867_2012_Z14_FU_masks.npy
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../flair2/FLAIR2/flair_sen_train/D867_2012/Z14_FU/sen/SEN2_sp_D867_2012_Z14_FU_products.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921S2A_MSIL2A_20210415T105021_N0300_R051_T31UDP_20210415T135921 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/home/landscapelab/Dev/torchgeo/tests/data/flair2/FLAIR2/flair-2_centroids_sp_to_patch.zip: af243a4c6ed95dd2b97d07261c7cc3dd | ||
/home/landscapelab/Dev/torchgeo/tests/data/flair2/FLAIR2/flair_sen_train.zip: 661e20e39ffc7eca196b6cab8d1c9e27 | ||
/home/landscapelab/Dev/torchgeo/tests/data/flair2/FLAIR2/flair_2_sen_test.zip: 6247e940974e247be1c8187aaf35281c | ||
/home/landscapelab/Dev/torchgeo/tests/data/flair2/FLAIR2/flair_2_labels_test.zip: 9285086a7aa5085e3b8f2fc2f8618ad0 | ||
/home/landscapelab/Dev/torchgeo/tests/data/flair2/FLAIR2/flair_2_aerial_test.zip: 8b414c21e48e87331fed1d9835b17726 | ||
/home/landscapelab/Dev/torchgeo/tests/data/flair2/FLAIR2/flair_labels_train.zip: 525011487e0c282d22a91d3798768e38 | ||
/home/landscapelab/Dev/torchgeo/tests/data/flair2/FLAIR2/flair_aerial_train.zip: 70c558a7000e3671f3a3ed2ba187d795 | ||
/home/landscapelab/Dev/torchgeo/tests/data/flair2/FLAIR2/flair-2_centroids_sp_to_patch.json: d25e90af8a7bbe53df50ac3cb44c7600 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something seems off here, since the entire csv file changed, and not just the
FLAIR2
addition.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably line endings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I try to change to the original line endings, or does it not really matter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to the original line endings please, that will make
git diff
andgit blame
much more useful