-
Notifications
You must be signed in to change notification settings - Fork 3
/
output.json
38 lines (38 loc) · 1.15 KB
/
output.json
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
{
"image_to_properties_map": {
"/Users/krshrimali/Documents/krshrimali/projects/image-annotator-rust-app/sample_folder": [
{
"index": 0,
"image_path": "/Users/krshrimali/Documents/krshrimali/projects/image-annotator-rust-app/sample_folder/sample.webp",
"annotation": true,
"comments": ""
},
{
"index": 1,
"image_path": "/Users/krshrimali/Documents/krshrimali/projects/image-annotator-rust-app/sample_folder/Demo.png",
"annotation": null,
"comments": ""
},
{
"index": 2,
"image_path": "/Users/krshrimali/Documents/krshrimali/projects/image-annotator-rust-app/sample_folder/nature-3082832__480.jpg",
"annotation": true,
"comments": ""
}
],
"/Users/krshrimali/Documents/Photos": [
{
"index": 0,
"image_path": "/Users/krshrimali/Documents/Photos/Kush.png",
"annotation": true,
"comments": ""
},
{
"index": 1,
"image_path": "/Users/krshrimali/Documents/Photos/tengyart-kSvpTrfhaiU-unsplash.jpg",
"annotation": true,
"comments": ""
}
]
}
}