Upload 46 files
Browse files- README.md +93 -3
- images/.DS_Store +0 -0
- images/boar_001.jpeg +3 -0
- images/cat-001.jpeg +3 -0
- images/cat-002.jpeg +3 -0
- images/cat-003.jpeg +3 -0
- images/cat-004.jpeg +3 -0
- images/cat-005.jpeg +3 -0
- images/cat-006.jpeg +3 -0
- images/cat-007.jpeg +3 -0
- images/cormorant-001.jpeg +3 -0
- images/cow-001.jpeg +3 -0
- images/cow-002.jpeg +3 -0
- images/cow-003.jpeg +3 -0
- images/cow-004.jpeg +3 -0
- images/dog-001.jpeg +3 -0
- images/dog-002.jpeg +3 -0
- images/funambulus_palmarum-001.jpeg +3 -0
- images/funambulus_palmarum-002.jpeg +3 -0
- images/funambulus_palmarum-003.jpeg +3 -0
- images/macaque-001.jpeg +3 -0
- images/macaque-002.jpeg +3 -0
- images/macaque-003.jpeg +3 -0
- images/macaque-004.jpeg +3 -0
- images/macaque-005.jpeg +3 -0
- images/macaque-006.jpeg +3 -0
- images/macaque-007.jpeg +3 -0
- images/macaque-008.jpeg +3 -0
- images/macaque-009.jpeg +3 -0
- images/semnopithecus-001.jpeg +3 -0
- images/semnopithecus-002.jpeg +3 -0
- images/semnopithecus-003.jpeg +3 -0
- images/semnopithecus-004.jpeg +3 -0
- images/semnopithecus-005.jpeg +3 -0
- images/semnopithecus-006.jpeg +3 -0
- images/semnopithecus-007.jpeg +3 -0
- images/semnopithecus-008.jpeg +3 -0
- images/semnopithecus-009.jpeg +3 -0
- images/semnopithecus-010.jpeg +3 -0
- images/semnopithecus-011.jpeg +3 -0
- images/semnopithecus-012.jpeg +3 -0
- images/semnopithecus-013.jpeg +3 -0
- images/semnopithecus-014.jpeg +3 -0
- images/semnopithecus-015.jpeg +3 -0
- images/tiger-001.jpeg +3 -0
- metadata.csv +44 -0
README.md
CHANGED
|
@@ -1,3 +1,93 @@
|
|
| 1 |
-
-
|
| 2 |
-
|
| 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
|
images/cat-001.jpeg
ADDED
|
Git LFS Details
|
images/cat-002.jpeg
ADDED
|
Git LFS Details
|
images/cat-003.jpeg
ADDED
|
Git LFS Details
|
images/cat-004.jpeg
ADDED
|
Git LFS Details
|
images/cat-005.jpeg
ADDED
|
Git LFS Details
|
images/cat-006.jpeg
ADDED
|
Git LFS Details
|
images/cat-007.jpeg
ADDED
|
Git LFS Details
|
images/cormorant-001.jpeg
ADDED
|
Git LFS Details
|
images/cow-001.jpeg
ADDED
|
Git LFS Details
|
images/cow-002.jpeg
ADDED
|
Git LFS Details
|
images/cow-003.jpeg
ADDED
|
Git LFS Details
|
images/cow-004.jpeg
ADDED
|
Git LFS Details
|
images/dog-001.jpeg
ADDED
|
Git LFS Details
|
images/dog-002.jpeg
ADDED
|
Git LFS Details
|
images/funambulus_palmarum-001.jpeg
ADDED
|
Git LFS Details
|
images/funambulus_palmarum-002.jpeg
ADDED
|
Git LFS Details
|
images/funambulus_palmarum-003.jpeg
ADDED
|
Git LFS Details
|
images/macaque-001.jpeg
ADDED
|
Git LFS Details
|
images/macaque-002.jpeg
ADDED
|
Git LFS Details
|
images/macaque-003.jpeg
ADDED
|
Git LFS Details
|
images/macaque-004.jpeg
ADDED
|
Git LFS Details
|
images/macaque-005.jpeg
ADDED
|
Git LFS Details
|
images/macaque-006.jpeg
ADDED
|
Git LFS Details
|
images/macaque-007.jpeg
ADDED
|
Git LFS Details
|
images/macaque-008.jpeg
ADDED
|
Git LFS Details
|
images/macaque-009.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-001.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-002.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-003.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-004.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-005.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-006.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-007.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-008.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-009.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-010.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-011.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-012.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-013.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-014.jpeg
ADDED
|
Git LFS Details
|
images/semnopithecus-015.jpeg
ADDED
|
Git LFS Details
|
images/tiger-001.jpeg
ADDED
|
Git LFS Details
|
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.
|