File size: 2,908 Bytes
2f7758c
b9f46be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2f7758c
efec583
 
 
b9f46be
 
 
 
 
 
 
 
 
efec583
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: id_original_name
    dtype: string
  - name: id_original
    dtype: image
  - name: id_gray_name
    dtype: string
  - name: id_gray
    dtype: image
  - name: id_color_name
    dtype: string
  - name: id_color
    dtype: image
---

# Depth-Anything-V2 Datasets
[Depth-Anything-V2 GitHub Repository](https://github.com/DepthAnything/Depth-Anything-V2)

Each row is one image triplet (original + greyscale + colourised variants).

| Column | Type | Description |
|---|---|---|
| `id` | string | Base image ID e.g. `0000001` |
| `id_original` | image | Original image |
| `id_gray` | image | Greyscale variant (null if absent) |
| `id_color` | image | Colourised variant (null if absent) |

## Example

| Original | Colourised Depth | Greyscale Depth |
| :---: | :---: | :---: |
| ![Original](assets/0070158.jpg) | ![Colour](assets/0070158_color.png) | ![Gray](assets/0070158_gray.png) |

### Metadata

```json
[
  {
    "_id": {
      "$oid": "67865a75e895dd4b137ba58a"
    },
    "metadata": {
      "image_id": "fc76334d07433301c2c308259b052aa30410a9a607960264368405785199ea3b",
      "dimensions": {
        "width": 3888,
        "height": 2592
      },
      "size_kb": 406,
      "url": "0070158.jpg",
      "depth_url_color": "0070158_color.png",
      "depth_url_gray": "0070158_gray.png"
    },
    "captions": {
      "english": "A fighter jet performs a steep dive maneuver during an airshow, leaving a white smoke trail against a clear blue sky. The aircraft appears to be a light, single-engine jet, likely designed for aerobatic displays or training purposes. The precise control and agility showcased highlight the pilot's skill and the aircraft's engineering capabilities.",
      "hindi": "एक फाइटर जेट एयर शो के दौरान एक तीव्र गोता लगाते हुए स्पष्ट नीले आकाश में सफेद धुआं छोड़ता है। यह विमान एक हल्का, सिंगल-इंजन जेट प्रतीत होता है, जो संभवतः एरोबेटिक प्रदर्शन या प्रशिक्षण के लिए डिज़ाइन किया गया है। इस प्रदर्शन में पायलट के कौशल और विमान की तकनीकी क्षमताओं का प्रदर्शन होता है।",
      "hinglish": "Ek fighter jet airshow ke dauran ek steep dive maneuver karta hai, saath mein clear blue sky mein white smoke trail chhodta hai. Aircraft ek light, single-engine jet lagta hai, jo shayad aerobatic display ya training ke liye design kiya gaya hai. Yeh maneuver pilot ki skill aur aircraft ki engineering capabilities ko dikhata hai."
    }
  }
]
```