[WIP] Upload folder using huggingface_hub (multi-commit b1006996ace9f2aaea1c4ffefedefb49652b112d3149152725d760ce6ab33889)

#25
This view is limited to 50 files because it contains too many changes.  See the raw diff here.
Files changed (50) hide show
  1. README.md +23 -48
  2. data/test/100000-100500.parquet +0 -3
  3. data/test/10003-10503.parquet +0 -3
  4. data/test/1003-1503.parquet +0 -3
  5. data/test/100500-101000.parquet +0 -3
  6. data/test/101000-101500.parquet +0 -3
  7. data/test/101500-102000.parquet +0 -3
  8. data/test/102000-102500.parquet +0 -3
  9. data/test/102500-103000.parquet +0 -3
  10. data/test/103000-103500.parquet +0 -3
  11. data/test/103500-104000.parquet +0 -3
  12. data/test/104000-104500.parquet +0 -3
  13. data/test/104500-105000.parquet +0 -3
  14. data/test/105000-105500.parquet +0 -3
  15. data/test/10503-11003.parquet +0 -3
  16. data/test/105500-106000.parquet +0 -3
  17. data/test/106000-106500.parquet +0 -3
  18. data/test/106500-107000.parquet +0 -3
  19. data/test/107000-107500.parquet +0 -3
  20. data/test/107500-108000.parquet +0 -3
  21. data/test/108000-108500.parquet +0 -3
  22. data/test/108500-109000.parquet +0 -3
  23. data/test/109000-109500.parquet +0 -3
  24. data/test/109500-110000.parquet +0 -3
  25. data/test/110000-110500.parquet +0 -3
  26. data/test/11003-11503.parquet +0 -3
  27. data/test/110500-111000.parquet +0 -3
  28. data/test/111000-111500.parquet +0 -3
  29. data/test/111500-112000.parquet +0 -3
  30. data/test/112000-112500.parquet +0 -3
  31. data/test/112500-113000.parquet +0 -3
  32. data/test/113000-113500.parquet +0 -3
  33. data/test/113500-114000.parquet +0 -3
  34. data/test/114000-114500.parquet +0 -3
  35. data/test/114500-115000.parquet +0 -3
  36. data/test/115000-115500.parquet +0 -3
  37. data/test/11503-12003.parquet +0 -3
  38. data/test/115500-116000.parquet +0 -3
  39. data/test/116000-116500.parquet +0 -3
  40. data/test/116500-117000.parquet +0 -3
  41. data/test/117000-117500.parquet +0 -3
  42. data/test/117500-118000.parquet +0 -3
  43. data/test/118000-118500.parquet +0 -3
  44. data/test/118500-119000.parquet +0 -3
  45. data/test/119000-119500.parquet +0 -3
  46. data/test/119500-120000.parquet +0 -3
  47. data/test/120000-120500.parquet +0 -3
  48. data/test/12003-12503.parquet +0 -3
  49. data/test/120500-121000.parquet +0 -3
  50. data/test/121000-121500.parquet +0 -3
README.md CHANGED
@@ -60,28 +60,16 @@ dataset_info:
60
  sequence:
61
  sequence: int64
62
  ---
63
- ![NMV Dataset Overview](nmv_overview.png)
64
 
65
  # Nature Multi-View (NMV) Dataset Datacard
66
  To encourage development of better machine learning methods for operating with diverse, unlabeled natural world imagery, we introduce Nature Multi-View (NMV), a multi-view dataset of over 3 million ground-level and aerial image pairs from over 1.75 million citizen science observations for over 6,000 native and introduced plant species across California.
67
 
68
- ## Characteristics and Challenges
69
- - Long-Tail Distribution: The dataset exhibits a long-tail distribution common in natural world settings, making it a realistic benchmark for machine learning applications.
70
- - Geographic Bias: The dataset reflects the geographic bias of citizen science data, with more observations from densely populated and visited regions like urban areas and National Parks.
71
- - Many-to-One Pairing: There are instances in the dataset where multiple ground-level images are paired to the same aerial image.
72
-
73
- ## Splits
74
- - Training Set:
75
- - Full Training Set: 1,755,602 observations, 3,307,025 images
76
- - Labeled Training Set:
77
- - 20%: 334,383 observations, 390,908 images
78
- - 5%: 93,708 observations, 97,727 images
79
- - 1%: 19,371 observations, 19,545 images
80
- - 0.25%: 4,878 observations, 4,886 images
81
- - Validation Set: 150,555 observations, 279,114 images
82
- - Test Set: 182,618 observations, 334,887 images
83
 
84
- ## Acquisition
85
  - Ground-Level Images:
86
  - Sourced from iNaturalist open data on AWS.
87
  - Filters applied:
@@ -96,38 +84,25 @@ To encourage development of better machine learning methods for operating with d
96
  - Sourced from the 2018 National Agriculture Imagery Program (NAIP).
97
  - RGB-Infrared images, 256x256 pixels, 60 cm-per-pixel resolution.
98
  - Centered on the latitude and longitude of the iNaturalist observation.
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
100
- ## Features
101
- - observation_uuid (string): Unique identifier for each observation in the dataset.
102
- - latitude (float32): Latitude coordinate of the observation.
103
- - longitude (float32): Longitude coordinate of the observation.
104
- - positional_accuracy (int64): Accuracy of the geographical position.
105
- - taxon_id (int64): Identifier for the taxonomic classification of the observed species.
106
- - quality_grade (string): Quality grade of the observation, indicating its verification status (e.g., research-grade, needs ID).
107
- - gl_image_date (string): Date when the ground-level image was taken.
108
- - ancestry (string): Taxonomic ancestry of the observed species.
109
- - rank (string): Taxonomic rank of the observed species (e.g., species, genus).
110
- - name (string): Scientific name of the observed species.
111
- - gl_inat_id (string): iNaturalist identifier for the ground-level observation.
112
- - gl_photo_id (int64): Identifier for the ground-level photo.
113
- - license (string): License type under which the image is shared (e.g., CC-BY).
114
- - observer_id (string): Identifier for the observer who recorded the observation.
115
- - rs_classification (bool): Indicates if remote sensing classification data is available.
116
- - ecoregion (string): Ecoregion where the observation was made.
117
- - supervised (bool): Indicates if the observation is part of the supervised dataset.
118
- - rs_image_date (string): Date when the remote sensing (aerial) image was taken.
119
- - finetune_0.25percent (bool): Indicates if the observation is included in the 0.25% finetuning subset.
120
- - finetune_0.5percent (bool): Indicates if the observation is included in the 0.5% finetuning subset.
121
- - finetune_1.0percent (bool): Indicates if the observation is included in the 1.0% finetuning subset.
122
- - finetune_2.5percent (bool): Indicates if the observation is included in the 2.5% finetuning subset.
123
- - finetune_5.0percent (bool): Indicates if the observation is included in the 5.0% finetuning subset.
124
- - finetune_10.0percent (bool): Indicates if the observation is included in the 10.0% finetuning subset.
125
- - finetune_20.0percent (bool): Indicates if the observation is included in the 20.0% finetuning subset.
126
- - finetune_100.0percent (bool): Indicates if the observation is included in the 100.0% finetuning subset.
127
- - gl_image (image): Ground-level image associated with the observation.
128
- - rs_image (sequence of sequences of int64): Aerial image data associated with the observation, represented as a sequence of pixel values.
129
 
130
  ## References
131
  - iNaturalist: www.inaturalist.org
132
- - United States Department of Agriculture: NAIP Imagery. www.naip-usdaonline.hub.arcgis.com.
133
-
 
60
  sequence:
61
  sequence: int64
62
  ---
 
63
 
64
  # Nature Multi-View (NMV) Dataset Datacard
65
  To encourage development of better machine learning methods for operating with diverse, unlabeled natural world imagery, we introduce Nature Multi-View (NMV), a multi-view dataset of over 3 million ground-level and aerial image pairs from over 1.75 million citizen science observations for over 6,000 native and introduced plant species across California.
66
 
67
+ ## Dataset Overview
68
+ - Total Images: Over 3 million ground-level and aerial image pairs
69
+ - Species Covered: Over 6,000 native and introduced plant species
70
+ - Geographic Focus: California, USA
 
 
 
 
 
 
 
 
 
 
 
71
 
72
+ ## Data Description
73
  - Ground-Level Images:
74
  - Sourced from iNaturalist open data on AWS.
75
  - Filters applied:
 
84
  - Sourced from the 2018 National Agriculture Imagery Program (NAIP).
85
  - RGB-Infrared images, 256x256 pixels, 60 cm-per-pixel resolution.
86
  - Centered on the latitude and longitude of the iNaturalist observation.
87
+
88
+ ## Dataset Splits
89
+ - Training Set:
90
+ - Full Training Set: 1,755,602 observations, 3,307,025 images
91
+ - Labeled Training Sets:
92
+ - 20%: 334,383 observations, 390,908 images
93
+ - 5%: 93,708 observations, 97,727 images
94
+ - 1%: 19,371 observations, 19,545 images
95
+ - 0.25%: 4,878 observations, 4,886 images
96
+ - Validation Set:
97
+ - 150,555 observations, 279,114 images
98
+ - Test Set:
99
+ - 182,618 observations, 334,887 images
100
 
101
+ ## Characteristics and Challenges
102
+ - Long-Tail Distribution: The dataset exhibits a long-tail distribution common in natural world settings, making it a realistic benchmark for machine learning applications.
103
+ - Geographic Bias: Reflects the geographic bias of citizen science data, with more observations from densely populated and visited regions like urban areas and National Parks.
104
+ - Many-to-One Pairing: Multiple ground-level images are paired to the same aerial image, which may require special handling in machine learning models.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
 
106
  ## References
107
  - iNaturalist: www.inaturalist.org
108
+ - United States Department of Agriculture: NAIP Imagery. naip-usdaonline.hub.arcgis.com.
 
data/test/100000-100500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb0acd00e051cdb6d6fe4d34d06607573c2370621abb6b45340c4c8558bac86c
3
- size 179529529
 
 
 
 
data/test/10003-10503.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:179b3b1581999a3a673276fa47abcec13483b826f19d1d74812560114a8a467f
3
- size 176817292
 
 
 
 
data/test/1003-1503.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:043b17265daf27af0918ce67962c2a5c421103e1bced246faf1ff88bcd98eec5
3
- size 180735808
 
 
 
 
data/test/100500-101000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0d3a7cfdc67090e7405c8aa1b0275536bdde2ad1141d9eccaa8c1953faab1bb
3
- size 179484649
 
 
 
 
data/test/101000-101500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7764717bd61c8010c06267af2a71b722ab7e35406ad125f6a9ba5cdaf76de6ca
3
- size 176875863
 
 
 
 
data/test/101500-102000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a756239e7d87010818ecb9cce281dd3f007d772ed05499eb0d68b858dc53ac83
3
- size 176459343
 
 
 
 
data/test/102000-102500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c80a8371ace9ace1eda2818c19ae60ed6bd8d8480d85f0d52bd93e639bb5b16
3
- size 178199026
 
 
 
 
data/test/102500-103000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4eb2ef71a4a72e22e0734b26e1961f38df4075325f55252a42a6567f458faef
3
- size 180111289
 
 
 
 
data/test/103000-103500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:79eb5bac71e76225dd9d96f4b2f6fd7f4ed72761912d283e02585ef27920ce45
3
- size 178446311
 
 
 
 
data/test/103500-104000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b7a34fb647139d971789c2b821a782a57d9a344efba439e21cf765f6bef2996
3
- size 180975629
 
 
 
 
data/test/104000-104500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5efe8ad778ce5274bac6015849e8b970df86e8a09586845b26495d73d5fedfe
3
- size 178371516
 
 
 
 
data/test/104500-105000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba67a1b1d8e1b85ea05089cea37030c08d7108024218ce8d975ff24c8d67d02b
3
- size 178959689
 
 
 
 
data/test/105000-105500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0347419be88187b0991eecf6f2dff19d6801eae3df1171c25aeae3879dc69fce
3
- size 177985006
 
 
 
 
data/test/10503-11003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3381823cc6616ea75a44dbd461dfd65f4b6ba6eb904e69cd790a6075b39194b6
3
- size 178350757
 
 
 
 
data/test/105500-106000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9ca46ccc1b3def5d4908bcbde9799dd2e3efcff2a74bf31875b5652d8c8b750
3
- size 178629900
 
 
 
 
data/test/106000-106500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:57cfe12c14837d2f18f826fb54209d2401eed17d56e1a99914e9f651c5f44774
3
- size 178539795
 
 
 
 
data/test/106500-107000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2c80686a599ac20d18c568125d39006c64bcc3be3dcf5ff5ab8d64535c5578a
3
- size 178554533
 
 
 
 
data/test/107000-107500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d486ba8785f8d24c1b6936a09621c44752d8778dc6be0e227c4fd3456afd6bce
3
- size 178687034
 
 
 
 
data/test/107500-108000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:84315cce9a68ea3edea8474d6f51f0b6265dae5383e4a3f845ba21ad909f33eb
3
- size 177295449
 
 
 
 
data/test/108000-108500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:253bc05ad37d44ad3501c51fb680c9c5abe7c826d0ddebf85e1d27dc21ed0ff1
3
- size 177501245
 
 
 
 
data/test/108500-109000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bada99b57614625c66a29fef63949f1a2b9327059664f72b82b79db4a59a7d39
3
- size 180407235
 
 
 
 
data/test/109000-109500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:efda49be2432896d2ad7b38b9c193158c54dab9a91535146f4a56ccdbdb5af63
3
- size 178706718
 
 
 
 
data/test/109500-110000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:17caaa06a9f5ab0e04731a8931f363e94ae14cb2f66aa6033cfd3d5d243a59bc
3
- size 179004654
 
 
 
 
data/test/110000-110500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0e8759df2511041e84c91a8faf1d94a1150e13c7d1f39fdc56e24fa20626243
3
- size 178128951
 
 
 
 
data/test/11003-11503.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:09db29675adf03d033879d406d7b4141863ffa90d9c7a93f60f289b1899e38b7
3
- size 176964675
 
 
 
 
data/test/110500-111000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9af0cc523ed749d395ec2ec8dd7b9dacb61ccfd9e8d2d57be14680920f373eb3
3
- size 178930314
 
 
 
 
data/test/111000-111500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d18536b60e49deb89c3af9af3e4372a96530f40a24dd1f86ae37d7a2d0341de8
3
- size 181367636
 
 
 
 
data/test/111500-112000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2efa88e05703081239ec5a95c51972722e94dd3cb2f1fb27283a26184697d8e3
3
- size 179874187
 
 
 
 
data/test/112000-112500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d84e00ba0ad72ebe7d6138fbee2dd187d87e1a40cb6e36791800e76635f31c7f
3
- size 179203143
 
 
 
 
data/test/112500-113000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ad1f41e733cdd0cc8bbba95246c8b76a0176dedc297d6b35d00927c67fb8b45
3
- size 179046077
 
 
 
 
data/test/113000-113500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:162cedbb81d2648e4fedb199959880d494af0799d397fdd9ecb808384cf5b89c
3
- size 179153584
 
 
 
 
data/test/113500-114000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f0dde7844c57955854ba67e8c48c918e009c5f8859802f19f4694b7f810fa28
3
- size 178522514
 
 
 
 
data/test/114000-114500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e25af5c70e572296f5009a950caea35c4dde0e5b34983d64dd70d11fdc1ac977
3
- size 177686313
 
 
 
 
data/test/114500-115000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe451df275163befc520e12dcb0288549e8a54a752603b3fdeac48d883acdfe9
3
- size 178011504
 
 
 
 
data/test/115000-115500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:75e6cb1e79c9c4bc40f6c64e1cd59c09ee6671dfba6ac9f71f6b03fbdaa9688f
3
- size 176815549
 
 
 
 
data/test/11503-12003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:22e059be7f61df8903321dbc4c48b3bb5aa249339ba3c4b7cfcd88276b825f65
3
- size 177508610
 
 
 
 
data/test/115500-116000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:631547d6da351e8b2ba9446e8cfc9c6fcda1a46d8146f6b831c7266b951f6fb6
3
- size 180004151
 
 
 
 
data/test/116000-116500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:421ba030ee178ac13baa8b810008b264a8f45236943678a075c28e63b0ef889a
3
- size 179244330
 
 
 
 
data/test/116500-117000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5678e694a8cdd1db111be793c393de3cdfaa03d34469ff533e672f011125f367
3
- size 179547850
 
 
 
 
data/test/117000-117500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b22b90beb64cc2b4e3c1cd73c3495ae2c6a77157b2498975ea1ba21655aede2
3
- size 178814104
 
 
 
 
data/test/117500-118000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:73e5ab529b85e5a4f1a625c27fa70c3cffc8ff260eba319472153bcfe1550d5f
3
- size 178768995
 
 
 
 
data/test/118000-118500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:873bfb2eb03233e57250194a29ac50aea3096b78735458ac0325ce0271b5910f
3
- size 177808264
 
 
 
 
data/test/118500-119000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:291472c825f814e556e2677c4b1bb93a3f17215c86399c990b712887f5960a96
3
- size 178214967
 
 
 
 
data/test/119000-119500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9def9d100c84c9cb90591e4417ba4512233b6210e2154c01ccf5f148e17897bf
3
- size 177339805
 
 
 
 
data/test/119500-120000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca8584303ce3217887279ba057320e370f09124e7d00bbdda16c8bbff1b89a6b
3
- size 176771103
 
 
 
 
data/test/120000-120500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:afc5cdeed02a4492a4a1a5e21a72443d8368154d85ef54fc2c1df428d6518066
3
- size 177255175
 
 
 
 
data/test/12003-12503.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8af44e284330dc43e2aac3a3366974f883012bb3bb30fdd66f9853e2cf1beb9
3
- size 175374987
 
 
 
 
data/test/120500-121000.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:49cbefc4ff2f969605f84c91126dcbb8709d0fcfa4aa76f56c91518119c24969
3
- size 177601159
 
 
 
 
data/test/121000-121500.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a4d7c0de2848fdaa179a9b9810c9f8d9b55e199867a6c8b84ebe3812b8fd1eb
3
- size 177286571