NoeFlandre commited on
Commit
43879e0
·
verified ·
1 Parent(s): dffc5e4

Upload 46 files

Browse files
README.md CHANGED
@@ -1,3 +1,93 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This repository contains a curated set of high-resolution wildlife photographs from India, each annotated with species, location and descriptive captions. All images were captured with the same camera under consistent settings, making this dataset suitable for computer‐vision tasks such as classification, captioning and species recognition.
2
+
3
+ ## Dataset Overview
4
+
5
+ This **India Animals Dataset** includes 43 images of nine animal categories from Maharashtra and Kerala:
6
+ - boar
7
+ - cat
8
+ - cormorant
9
+ - cow
10
+ - dog
11
+ - palm squirrel (*Funambulus palmarum*)
12
+ - macaque
13
+ - gray langur (*Semnopithecus*)
14
+ - tiger
15
+
16
+ Every image is accompanied by:
17
+ - a human-written caption
18
+ - the geographic location where it was taken
19
+ - the common name of the species
20
+
21
+ ## Repository Structure
22
+
23
+ ```text
24
+ .
25
+ ├── images/
26
+ │ ├── boar-001.jpeg
27
+ │ ├── cat-001.jpeg
28
+ │ ├── ...
29
+ │ └── tiger-001.jpeg
30
+ ├── metadata.csv
31
+ └── README.md
32
+
33
+ ```
34
+
35
+ ## metadata.csv
36
+
37
+ | Column | Description |
38
+ | -------- | ---------------------------------------------------------------- |
39
+ | filename | Image file name (e.g. semnopithecus-012.jpeg) |
40
+ | animal | Common name of the species |
41
+ | location | State in India where the photo was taken (Maharashtra or Kerala) |
42
+ | caption | Brief description of the scene |
43
+
44
+ ## Image Specifications
45
+
46
+ All photographs were taken with a **Sony ILCE-6600** camera using the following settings:
47
+
48
+ - Resolution: **6000 × 4000** pixels
49
+ - Color space: **RGB** (Display P3 profile)
50
+
51
+ ## Usage
52
+
53
+ Load metadata and image paths in Python:
54
+
55
+ ```python
56
+ import pandas as pd
57
+ from PIL import Image
58
+
59
+ # Load annotations
60
+ df = pd.read_csv("metadata.csv")
61
+
62
+ # Example: open first image and print its caption
63
+ row = df.iloc[0]
64
+ img = Image.open(f"images/{row.filename}")
65
+ print(row.caption)
66
+ img.show()
67
+
68
+ ```
69
+
70
+ For training on Hugging Face Hub:
71
+
72
+ ```python
73
+ from datasets import load_dataset
74
+
75
+ dataset = load_dataset("NoeFlandre/IndiaAnimals", split="train")
76
+ ```
77
+
78
+ ## Citation
79
+
80
+ If you use this dataset, please cite as:
81
+
82
+ ```latex
83
+ @misc{india-animals-2025,
84
+ title = {India Animals Dataset},
85
+ author = {Noé Flandre},
86
+ year = {2025},
87
+ howpublished = {\url{https://huggingface.co/datasets/NoeFlandre/IndiaAnimals}}
88
+ }
89
+ ```
90
+
91
+ ## License
92
+
93
+ This work is released under a Creative Commons Attribution 4.0 International License (CC BY 4.0). Feel free to use and adapt these images and annotations, provided you give appropriate credit.
images/.DS_Store ADDED
Binary file (10.2 kB). View file
 
images/boar_001.jpeg ADDED

Git LFS Details

  • SHA256: f65876f8f5744429f3bf7f93f3f63231c456f66cb82ae13cc6abbc03b600fc92
  • Pointer size: 132 Bytes
  • Size of remote file: 6.12 MB
images/cat-001.jpeg ADDED

Git LFS Details

  • SHA256: 624e1feb20faf392ba5eb13c6cf617aca220aeb4af00ca93c5e077251a42a29d
  • Pointer size: 132 Bytes
  • Size of remote file: 3.57 MB
images/cat-002.jpeg ADDED

Git LFS Details

  • SHA256: c2710601653315633a78a3dd0cd46b9851482d7f57f3db6e652a5b6897325ba9
  • Pointer size: 132 Bytes
  • Size of remote file: 3.88 MB
images/cat-003.jpeg ADDED

Git LFS Details

  • SHA256: f03cb4f8c82f3ecb1278eb5c9263c09265310d215115aaa43827aa7ee5b92d66
  • Pointer size: 132 Bytes
  • Size of remote file: 4.3 MB
images/cat-004.jpeg ADDED

Git LFS Details

  • SHA256: 7f46d74a75e138137438f43e13af91314f642517b9fda1cf3c26e1eeb8490346
  • Pointer size: 132 Bytes
  • Size of remote file: 3.41 MB
images/cat-005.jpeg ADDED

Git LFS Details

  • SHA256: 65c2153e3ef41664e3bc94ed9ef543f250fa320f2650ede355cbe839425f08b8
  • Pointer size: 132 Bytes
  • Size of remote file: 3.77 MB
images/cat-006.jpeg ADDED

Git LFS Details

  • SHA256: bf2a9a2e5d62e87211728506de1fb7040eaa7f2339563dd8bd66b306c5436d0d
  • Pointer size: 132 Bytes
  • Size of remote file: 3.55 MB
images/cat-007.jpeg ADDED

Git LFS Details

  • SHA256: e8ff712d46636d56e60bd63838c01d261ebe4707c1b99d5d493e22b6ffd09347
  • Pointer size: 132 Bytes
  • Size of remote file: 5.1 MB
images/cormorant-001.jpeg ADDED

Git LFS Details

  • SHA256: ba3514c3099c70ae71755281c76970ab8ebd6be9d44877f6cf0da108131124da
  • Pointer size: 132 Bytes
  • Size of remote file: 6.56 MB
images/cow-001.jpeg ADDED

Git LFS Details

  • SHA256: 130310d87eeca4a00a1abcba83245aad2834fe8fb45cc331c1e92a72daaadbf5
  • Pointer size: 132 Bytes
  • Size of remote file: 5 MB
images/cow-002.jpeg ADDED

Git LFS Details

  • SHA256: 6d92b1e33df3416d8d437649f953daf4776019313e57640292950465b4849825
  • Pointer size: 132 Bytes
  • Size of remote file: 7.03 MB
images/cow-003.jpeg ADDED

Git LFS Details

  • SHA256: 02d09e0fb44381632284e87e410e7e1fe88ebbeb86748b466603e234ca8e6a41
  • Pointer size: 132 Bytes
  • Size of remote file: 4.53 MB
images/cow-004.jpeg ADDED

Git LFS Details

  • SHA256: f50340422c1c3934de91c15e64cb6ffc55d33a513a8996db06ff520fa8eb7a8b
  • Pointer size: 132 Bytes
  • Size of remote file: 4.68 MB
images/dog-001.jpeg ADDED

Git LFS Details

  • SHA256: daa4b2ddf9c1ea6f59bac943f84f1d7aa92073938fbba588fe9a0aec7098ee99
  • Pointer size: 132 Bytes
  • Size of remote file: 4.16 MB
images/dog-002.jpeg ADDED

Git LFS Details

  • SHA256: 9fd639c022e99fda1969453a3fd1c7ab7145b728e5410e5df4a0e7e4aae74d7b
  • Pointer size: 132 Bytes
  • Size of remote file: 4.1 MB
images/funambulus_palmarum-001.jpeg ADDED

Git LFS Details

  • SHA256: 59a2eae7b20749598bdd4d0257f7f475027319edb943d5f3508571afd818f93f
  • Pointer size: 132 Bytes
  • Size of remote file: 3.44 MB
images/funambulus_palmarum-002.jpeg ADDED

Git LFS Details

  • SHA256: 72d263e1ad0cf9d660246ddcd563316a8cacd280806b2bcd8bf2b83a5b025f92
  • Pointer size: 132 Bytes
  • Size of remote file: 3.5 MB
images/funambulus_palmarum-003.jpeg ADDED

Git LFS Details

  • SHA256: e204c51ca7b508050822cb6ec4e638967d69ff780a63ac1af31c3deecba33df7
  • Pointer size: 132 Bytes
  • Size of remote file: 3.49 MB
images/macaque-001.jpeg ADDED

Git LFS Details

  • SHA256: 4e8676ec8a146de6ddb19110629c36a28c6701b9634f1ab309612a727f5b87a8
  • Pointer size: 132 Bytes
  • Size of remote file: 3.45 MB
images/macaque-002.jpeg ADDED

Git LFS Details

  • SHA256: b3be5a0749841a5f56803db4ee88a9659a7d1fed39417c808dfbc5c2d34d2a64
  • Pointer size: 132 Bytes
  • Size of remote file: 5.52 MB
images/macaque-003.jpeg ADDED

Git LFS Details

  • SHA256: fcd035b69908da1ad99e639738e05e614f0fa68b14825f6aef0751a1a809e34f
  • Pointer size: 132 Bytes
  • Size of remote file: 6.3 MB
images/macaque-004.jpeg ADDED

Git LFS Details

  • SHA256: 4fe8a2ca8ab408f9a819400e7fe8b09c88d4924416219246f63ba37d622a6787
  • Pointer size: 132 Bytes
  • Size of remote file: 4.72 MB
images/macaque-005.jpeg ADDED

Git LFS Details

  • SHA256: cdcd72d9d189803449cb28f257b5f5ba4d7524ab08a92add6b9cfdd2eda3164b
  • Pointer size: 132 Bytes
  • Size of remote file: 5.27 MB
images/macaque-006.jpeg ADDED

Git LFS Details

  • SHA256: c3778547c0ffccc440dfcfffff882b7dc137838326d8125f0b4025e6c24fc7ac
  • Pointer size: 132 Bytes
  • Size of remote file: 2.62 MB
images/macaque-007.jpeg ADDED

Git LFS Details

  • SHA256: 9cbb447f6af51e4b533836189082c01890e7ab156e00f1a377f5d00b2fbf6965
  • Pointer size: 132 Bytes
  • Size of remote file: 3.64 MB
images/macaque-008.jpeg ADDED

Git LFS Details

  • SHA256: a1cd3225257ebd0781f49e52527f63e3f2c31ccd651bebdb4d819b51f8828bb7
  • Pointer size: 132 Bytes
  • Size of remote file: 3.75 MB
images/macaque-009.jpeg ADDED

Git LFS Details

  • SHA256: 99ac879ecc2bc9c367efaea094c5a6d11939a1a965e75231b2ccd474db5017e7
  • Pointer size: 132 Bytes
  • Size of remote file: 3.17 MB
images/semnopithecus-001.jpeg ADDED

Git LFS Details

  • SHA256: 16eefdb918df1f34b3018e3249eb4c8d259ef4a9ae351f084d3a0717751d3121
  • Pointer size: 132 Bytes
  • Size of remote file: 5.69 MB
images/semnopithecus-002.jpeg ADDED

Git LFS Details

  • SHA256: d33bfa7de06a2098b216eac28024cb8d65d08188d915a8d78a535e39af2d75c0
  • Pointer size: 132 Bytes
  • Size of remote file: 5.24 MB
images/semnopithecus-003.jpeg ADDED

Git LFS Details

  • SHA256: 66154e6b86dfd255011a4e706a51dc26cc6f81c9f01cfeaf57b59bb809bbf379
  • Pointer size: 132 Bytes
  • Size of remote file: 5.56 MB
images/semnopithecus-004.jpeg ADDED

Git LFS Details

  • SHA256: fe382f14047d8107cbb22725d38774cae361f812346e5c56ec8c2372b52376f3
  • Pointer size: 132 Bytes
  • Size of remote file: 5.76 MB
images/semnopithecus-005.jpeg ADDED

Git LFS Details

  • SHA256: 03a053800abbbd76e57a1f8a8572bc53fee79f951116b16eaf521a1c3c18ec4f
  • Pointer size: 132 Bytes
  • Size of remote file: 3.85 MB
images/semnopithecus-006.jpeg ADDED

Git LFS Details

  • SHA256: 397f1330ad3333507a67fb0a20a09b352434e3cbae86037c52f9947009e56afa
  • Pointer size: 132 Bytes
  • Size of remote file: 4.56 MB
images/semnopithecus-007.jpeg ADDED

Git LFS Details

  • SHA256: d4d26f1144092b38b477349c11346ef7cd20a783a15419ead4355049d6cb560d
  • Pointer size: 132 Bytes
  • Size of remote file: 4.95 MB
images/semnopithecus-008.jpeg ADDED

Git LFS Details

  • SHA256: e1b2b41a7b4b5437ca441776a7381f5be2967401aeb999e3e29b9d3dc30c8e25
  • Pointer size: 132 Bytes
  • Size of remote file: 5.89 MB
images/semnopithecus-009.jpeg ADDED

Git LFS Details

  • SHA256: d09876e6257554fb7e88a784cbf77c3c9af2b36e03fa3f97eaa0a7b5747f399f
  • Pointer size: 132 Bytes
  • Size of remote file: 5.49 MB
images/semnopithecus-010.jpeg ADDED

Git LFS Details

  • SHA256: c7141515a1488a8bcb589e9b53e8d8fd8980468e838b8c8e01ace7019b213973
  • Pointer size: 132 Bytes
  • Size of remote file: 4.67 MB
images/semnopithecus-011.jpeg ADDED

Git LFS Details

  • SHA256: 2b0f08088fec4a894e3bf057416c1dad611ab2f2b37bc1e85ae8189a03c3646e
  • Pointer size: 132 Bytes
  • Size of remote file: 4.06 MB
images/semnopithecus-012.jpeg ADDED

Git LFS Details

  • SHA256: 0db4bdcdd91df5ed9e6428cdec8d86278f358f5885018aeb737fce4a19e061cd
  • Pointer size: 132 Bytes
  • Size of remote file: 4.39 MB
images/semnopithecus-013.jpeg ADDED

Git LFS Details

  • SHA256: 679dcc06b66d08396c9f33a24efca69d8f6444326360fd8a774ba83312989c47
  • Pointer size: 132 Bytes
  • Size of remote file: 4.23 MB
images/semnopithecus-014.jpeg ADDED

Git LFS Details

  • SHA256: 7852f78e462b3a37e3d8ff2b76353651d11af3ddb32197228ef55ee57c3af4ba
  • Pointer size: 132 Bytes
  • Size of remote file: 3.75 MB
images/semnopithecus-015.jpeg ADDED

Git LFS Details

  • SHA256: eaecd725b97c7f79af15a2601955d776cae9f4f10225810eff5b404ff8e418cc
  • Pointer size: 132 Bytes
  • Size of remote file: 5.9 MB
images/tiger-001.jpeg ADDED

Git LFS Details

  • SHA256: 524e7046e0f4fbee532ca38b30ee3e9d285a506b72aa07ffe969dc568a834860
  • Pointer size: 132 Bytes
  • Size of remote file: 5.22 MB
metadata.csv ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ filename,animal,location,caption
2
+ boar-001,boar,maharashtra,A dark-haired wild boar stands on dry ground against a pink wall.
3
+ cat-001,cat,maharashtra,A cat with a curled tail walks on a sidewalk next to a metal fence.
4
+ cat-002,cat,maharashtra,A cat with a curled tail walks on a sidewalk next to a metal fence.
5
+ cat-003,cat,maharashtra,A cat with a curled tail walks on a sidewalk next to a metal fence.
6
+ cat-004,cat,maharashtra,"A small, light brown tabby cat with its mouth open stands on a sidewalk next to a metal fence, looking towards the camera."
7
+ cat-005,cat,maharashtra,A cat with a curled tail walks on a sidewalk next to a metal fence.
8
+ cat-006,cat,maharashtra,A cat with a curled tail walks on a sidewalk next to a metal fence.
9
+ cat-007,cat,kerala,"A white cat with brown and gray patches stands on a paved surface, looking downwards."
10
+ cormorant-001,cormorant,kerala,"A cormorant perches on a submerged object in a calm body of water, with large leaves and a boat in the background."
11
+ cow-001,cow,maharashtra,A black and white cow stands in front of a white wall.
12
+ cow-002,cow,kerala,A brown cow with short horns lies on a patch of green grass.
13
+ cow-003,cow,maharashtra,A thin white calf with a rope around its neck stands in front of a brick wall.
14
+ cow-004,cow,maharashtra,A white calf with a braided rope around its neck stretches its head towards a person's outstretched hand.
15
+ dog-001,dog,maharashtra,"A small, light brown and white dog sits on a paved surface, looking at the camera."
16
+ dog-002,dog,maharashtra,"A small brown and white dog sits on a grey surface, looking to the side."
17
+ funambulus_palmarum-001,funambulus_palmarum,maharashtra,A palm squirrel (Funambulus palmarum) peeks out from a dark opening above a textured white wall.
18
+ funambulus_palmarum-002,funambulus_palmarum,maharashtra,An Indian palm squirrel (Funambulus palmarum) with distinct stripes on its back forages on a paved surface.
19
+ funambulus_palmarum-003,funambulus_palmarum,maharashtra,An Indian palm squirrel (Funambulus palmarum) with prominent stripes on its back looks directly at the camera while on a grey ground surface.
20
+ macaque-001,macaque,maharashtra,"A young macaque looks towards the camera from a concrete ledge, next to a red and white cooler."
21
+ macaque-002,macaque,maharashtra,"A young macaque sits on the ground, looking to the side."
22
+ macaque-003,macaque,maharashtra,"A young macaque sits on the ground amidst debris, with its eyes closed."
23
+ macaque-004,macaque,maharashtra,A macaque with a pink face sits on a concrete ledge with greenery in the background.
24
+ macaque-005,macaque,maharashtra,Several macaques stand on a concrete wall.
25
+ macaque-006,macaque,maharashtra,"A macaque climbs up a vertical rope next to a stone wall, with a hazy sky and distant hills in the background."
26
+ macaque-007,macaque,maharashtra,"A macaque sits on a rocky outcrop, looking to its left, with a blurred background of a hilly landscape and distant figures."
27
+ macaque-008,macaque,maharashtra,"A macaque sits on a rocky outcrop, looking to its left, with a blurred background of a hilly landscape and distant figures."
28
+ macaque-009,macaque,maharashtra,"A macaque sits on a rocky outcrop, looking to its left, with a blurred background of a hilly landscape."
29
+ semnopithecus-001,semnopithecus,maharashtra,A gray langur (Semnopithecus) sits amongst the green leaves of a tree.
30
+ semnopithecus-002,semnopithecus,maharashtra,"A gray langur (Semnopithecus) rests on a tree branch, looking away from the camera."
31
+ semnopithecus-003,semnopithecus,maharashtra,"A gray langur (Semnopithecus) sits on a tree branch, looking upwards."
32
+ semnopithecus-004,semnopithecus,maharashtra,"A gray langur (Semnopithecus) perches on a tree branch, gazing to the side."
33
+ semnopithecus-005,semnopithecus,maharashtra,"A gray langur (Semnopithecus) is partially obscured by tree branches, with its face and upper body visible against a bright sky."
34
+ semnopithecus-006,semnopithecus,maharashtra,"A gray langur (Semnopithecus) is partially obscured by tree branches, with its face and upper body visible against a bright sky."
35
+ semnopithecus-007,semnopithecus,maharashtra,"A gray langur (Semnopithecus ) sits in the crotch of a tree, looking slightly upwards."
36
+ semnopithecus-008,semnopithecus,maharashtra,"A gray langur (Semnopithecus) sits on a stone wall, looking to the side, with green foliage in the background."
37
+ semnopithecus-009,semnopithecus,maharashtra,"A gray langur (Semnopithecus) reclines on a tree branch, looking towards the camera."
38
+ semnopithecus-010,semnopithecus,maharashtra,"Three gray langurs (Semnopithecus) sit on rocks, with one looking towards the camera, and a black trash can and people's legs in the background."
39
+ semnopithecus-011,semnopithecus,maharashtra,"A gray langur (Semnopithecus) sits next to a smaller langur on a rock, with the larger one looking to the side."
40
+ semnopithecus-012,semnopithecus,maharashtra,Two gray langurs (Semnopithecus) sit near stairs with bright pink flowers in the background.
41
+ semnopithecus-013,semnopithecus,maharashtra,Two gray langurs (Semnopithecus) sit near stairs with bright pink flowers in the background.
42
+ semnopithecus-014,semnopithecus,maharashtra,Two gray langurs (Semnopithecus) sit near stairs with bright pink flowers in the background.
43
+ semnopithecus-015,semnopithecus,maharashtra,"A gray langur (Semnopithecus) sits on a path, looking upwards with people walking in the background."
44
+ tiger-001,tiger,maharashtra,A tiger walks away from the camera on a road lined with trees and sparse vegetation.