Datasets:
Describe latest analysis of lila metadata
Browse files
README.md
CHANGED
|
@@ -61,15 +61,17 @@ Escape underscores ("_") with a "\". Example: image\_RGB
|
|
| 61 |
|
| 62 |
<!--This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).-->
|
| 63 |
|
| 64 |
-
This dataset contains the LILA BC full camera trap information with notebook exploring available data.
|
|
|
|
| 65 |
|
| 66 |
-
|
| 67 |
|
|
|
|
| 68 |
|
| 69 |
-
|
| 70 |
|
|
|
|
| 71 |
|
| 72 |
-
This was potentially to use for testingi BioCLIP, but data had been processed elsewhere.
|
| 73 |
|
| 74 |
|
| 75 |
### Supported Tasks and Leaderboards
|
|
@@ -80,37 +82,77 @@ This was potentially to use for testingi BioCLIP, but data had been processed el
|
|
| 80 |
|
| 81 |
## Dataset Structure
|
| 82 |
|
| 83 |
-
<!-- Provide format of the dataset, ex:
|
| 84 |
-
|
| 85 |
```
|
| 86 |
/dataset/
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
...
|
| 96 |
-
File_n
|
| 97 |
-
...
|
| 98 |
-
Folder_N/
|
| 99 |
-
File_1
|
| 100 |
-
File_2
|
| 101 |
-
...
|
| 102 |
-
File_n
|
| 103 |
-
metadata.csv
|
| 104 |
```
|
| 105 |
|
| 106 |
-
-->
|
| 107 |
|
| 108 |
### Data Instances
|
| 109 |
-
[More Information Needed]
|
| 110 |
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
|
| 115 |
### Data Fields
|
| 116 |
[More Information Needed]
|
|
|
|
| 61 |
|
| 62 |
<!--This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).-->
|
| 63 |
|
| 64 |
+
This dataset contains the LILA BC full camera trap information with notebook ([`lilabc_CT.ipynb`](https://huggingface.co/datasets/imageomics/lila-bc-camera/blob/main/notebooks/lilabc_CT.ipynb)) exploring available data. The last run of this (in [commit 010ecf0](https://huggingface.co/datasets/imageomics/lila-bc-camera/commit/010ecf0c6a2e0c99c9481cea793d8b1556b5c71e)) uses and produces the lila CSVs found [here](https://huggingface.co/datasets/imageomics/lila-bc-camera/tree/010ecf0c6a2e0c99c9481cea793d8b1556b5c71e/data).
|
| 65 |
+
More details on this are below in [Data Instances](#data-instances).
|
| 66 |
|
| 67 |
+
**Repo file description at [commit 87e2e4d](https://huggingface.co/datasets/imageomics/lila-bc-camera/tree/87e2e4d46cf1e8daadd74b7738856a1e30754de3) when we were considering it for BioCLIP v1 testing:**
|
| 68 |
|
| 69 |
+
Images have been deduplicated and reduced down to species designation, with the main CSV filtered to just those with species labels and only one animal per image. This was done by pulling the first instance of an animal so that there are not repeat images of the same animal from essentially the same time.
|
| 70 |
|
| 71 |
+
The deduplicated collection ([lila_image_urls_and_labels_species.csv](https://huggingface.co/datasets/imageomics/lila-bc-camera/blob/f2d596714c46bf30edf1f45efe88b3a09b3c5f81/data/lila_image_urls_and_labels_species.csv)) has 6,365,985 images (compared to the full dataset of 16,833,848 at time of download). Its [associated taxonomy mapping release](https://huggingface.co/datasets/imageomics/lila-bc-camera/blob/f2d596714c46bf30edf1f45efe88b3a09b3c5f81/data/lila-taxonomy-mapping_release.csv).
|
| 72 |
|
| 73 |
+
See the [LILA BC HF Dataset](https://huggingface.co/datasets/society-ethics/lila_camera_traps) for more inforamtion and updated data.
|
| 74 |
|
|
|
|
| 75 |
|
| 76 |
|
| 77 |
### Supported Tasks and Leaderboards
|
|
|
|
| 82 |
|
| 83 |
## Dataset Structure
|
| 84 |
|
|
|
|
|
|
|
| 85 |
```
|
| 86 |
/dataset/
|
| 87 |
+
data/
|
| 88 |
+
lila-taxonomy-mapping_release.csv
|
| 89 |
+
lila_image_urls_and_labels.csv
|
| 90 |
+
lila_image_urls_and_labels_species.csv # Outdated
|
| 91 |
+
lila_image_urls_and_labels_wHumans.csv
|
| 92 |
+
notebooks/
|
| 93 |
+
lilabc_CT.ipynb
|
| 94 |
+
lilabc_CT.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
```
|
| 96 |
|
|
|
|
| 97 |
|
| 98 |
### Data Instances
|
|
|
|
| 99 |
|
| 100 |
+
The [`data/lila_image_urls_and_labels.csv`](https://huggingface.co/datasets/imageomics/lila-bc-camera/blob/010ecf0c6a2e0c99c9481cea793d8b1556b5c71e/data/lila_image_urls_and_labels.csv) has all images with non-taxa (identified by `scientific_name`, `common_name`, and `kingdom` are null) or `human` original labels filtered out and has 10,104,328 images.
|
| 101 |
+
7,521,712 have full 7-rank taxa, with 891 unique 7-tuple strings (908 unique including subranks), with 890 unique scientific names -- this count is from before humans were removed (there are 257,159 images with humans listed and they do have full 7-rank taxa).
|
| 102 |
+
Final version at this stage has 9,849,119 images, 907 unique scientific names.
|
| 103 |
+
|
| 104 |
+
**annotation_level**
|
| 105 |
+
```
|
| 106 |
+
sequence 4156306
|
| 107 |
+
image 2892394
|
| 108 |
+
unknown 2886844
|
| 109 |
+
```
|
| 110 |
+
|
| 111 |
+
**non-taxa labels:**
|
| 112 |
+
```
|
| 113 |
+
original_label
|
| 114 |
+
problem 288579
|
| 115 |
+
blurred 184620
|
| 116 |
+
ignore 177546
|
| 117 |
+
vehicle 26445
|
| 118 |
+
unknown 26170
|
| 119 |
+
snow on lens 17552
|
| 120 |
+
foggy lens 15832
|
| 121 |
+
vegetation obstruction 6994
|
| 122 |
+
malfunction 5640
|
| 123 |
+
unclassifiable 3484
|
| 124 |
+
motorcycle 3423
|
| 125 |
+
misdirected 2832
|
| 126 |
+
other 2474
|
| 127 |
+
unidentifiable 1472
|
| 128 |
+
foggy weather 1380
|
| 129 |
+
lens obscured 866
|
| 130 |
+
sun 835
|
| 131 |
+
end 616
|
| 132 |
+
fire 578
|
| 133 |
+
misfire 400
|
| 134 |
+
eye_shine 328
|
| 135 |
+
start 321
|
| 136 |
+
tilted 56
|
| 137 |
+
unidentified 39
|
| 138 |
+
```
|
| 139 |
+
|
| 140 |
+
**Datasets with the non-taxa labels:**
|
| 141 |
+
```
|
| 142 |
+
dataset_name
|
| 143 |
+
SWG Camera Traps 650745
|
| 144 |
+
Idaho Camera Traps 66339
|
| 145 |
+
NACTI 26015
|
| 146 |
+
WCS Camera Traps 18320
|
| 147 |
+
Wellington Camera Traps 3484
|
| 148 |
+
Orinoquia Camera Traps 1280
|
| 149 |
+
Island Conservation Camera Traps 1269
|
| 150 |
+
Snapshot Serengeti 568
|
| 151 |
+
ENA24 293
|
| 152 |
+
Channel Islands Camera Traps 159
|
| 153 |
+
Snapshot Mountain Zebra 7
|
| 154 |
+
Snapshot Camdeboo 3
|
| 155 |
+
```
|
| 156 |
|
| 157 |
### Data Fields
|
| 158 |
[More Information Needed]
|