Kimhi commited on
Commit
5cc4544
·
verified ·
1 Parent(s): c3b4253

Upload benchmark annotations + galleries + dataset card

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +68 -0
  2. benchmark/annotations/instances_train2017.json +0 -0
  3. benchmark/annotations/instances_val2017.json +0 -0
  4. reports/gallery/.DS_Store +0 -0
  5. reports/gallery/clean_val/01_img11.png +3 -0
  6. reports/gallery/clean_val/02_img21.png +3 -0
  7. reports/gallery/clean_val/03_img25.png +3 -0
  8. reports/gallery/clean_val/04_img22.png +3 -0
  9. reports/gallery/clean_val/05_img24.png +3 -0
  10. reports/gallery/clean_val/06_img6.png +3 -0
  11. reports/gallery/clean_val/07_img23.png +3 -0
  12. reports/gallery/clean_val/08_img14.png +3 -0
  13. reports/gallery/clean_val/09_img17.png +3 -0
  14. reports/gallery/clean_val/10_img10.png +3 -0
  15. reports/gallery/clean_val/11_img12.png +3 -0
  16. reports/gallery/clean_val/12_img18.png +3 -0
  17. reports/gallery/clean_val/13_img1.png +3 -0
  18. reports/gallery/clean_val/14_img8.png +3 -0
  19. reports/gallery/clean_val/15_img2.png +3 -0
  20. reports/gallery/clean_val/16_img7.png +3 -0
  21. reports/gallery/clean_val/17_img13.png +3 -0
  22. reports/gallery/clean_val/18_img20.png +3 -0
  23. reports/gallery/clean_val/19_img15.png +3 -0
  24. reports/gallery/clean_val/20_img16.png +3 -0
  25. reports/gallery/clean_val/index.html +90 -0
  26. reports/gallery/easy_val/01_img11.png +3 -0
  27. reports/gallery/easy_val/02_img21.png +3 -0
  28. reports/gallery/easy_val/03_img25.png +3 -0
  29. reports/gallery/easy_val/04_img22.png +3 -0
  30. reports/gallery/easy_val/05_img24.png +3 -0
  31. reports/gallery/easy_val/06_img6.png +3 -0
  32. reports/gallery/easy_val/07_img23.png +3 -0
  33. reports/gallery/easy_val/08_img14.png +3 -0
  34. reports/gallery/easy_val/09_img17.png +3 -0
  35. reports/gallery/easy_val/10_img10.png +3 -0
  36. reports/gallery/easy_val/11_img12.png +3 -0
  37. reports/gallery/easy_val/12_img18.png +3 -0
  38. reports/gallery/easy_val/13_img1.png +3 -0
  39. reports/gallery/easy_val/14_img8.png +3 -0
  40. reports/gallery/easy_val/15_img2.png +3 -0
  41. reports/gallery/easy_val/16_img7.png +3 -0
  42. reports/gallery/easy_val/17_img13.png +3 -0
  43. reports/gallery/easy_val/18_img20.png +3 -0
  44. reports/gallery/easy_val/19_img15.png +3 -0
  45. reports/gallery/easy_val/20_img16.png +3 -0
  46. reports/gallery/easy_val/index.html +90 -0
  47. reports/gallery/hard_val/01_img11.png +3 -0
  48. reports/gallery/hard_val/02_img21.png +3 -0
  49. reports/gallery/hard_val/03_img25.png +3 -0
  50. reports/gallery/hard_val/04_img22.png +3 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language: en
4
+ tags:
5
+ - computer-vision
6
+ - instance-segmentation
7
+ - semantic-segmentation
8
+ - benchmark
9
+ - noisy-labels
10
+ - sim2real
11
+ - viper
12
+ - dataset
13
+ ---
14
+
15
+ # VIPER-N — Noisy Annotations Benchmark (Annotations Only)
16
+
17
+ This repository provides **benchmark/noisy annotation files** for VIPER used in:
18
+
19
+ **Noisy Annotations in Semantic Segmentation** (Kimhi et al., 2025)
20
+ - Paper (arXiv): https://arxiv.org/abs/2406.10891
21
+ - DOI: https://doi.org/10.48550/arXiv.2406.10891
22
+
23
+ ## Why noisy labels (and sim2real) matter
24
+ Segmentation is annotation-heavy: every object requires a precise boundary. In practice, labels can be noisy due to ambiguity, annotator fatigue, imperfect tooling, and semi-automated workflows.
25
+
26
+ For **sim2real** datasets, additional systematic artifacts can appear (rendering/geometry quirks, domain gap), making robustness analysis especially important.
27
+
28
+ **VIPER-N** is designed to stress-test robustness across difficulty regimes.
29
+
30
+ ## What’s in this repo
31
+ - **Annotations only** (no images)
32
+ - A **mini** annotation package (seed=1) for quick evaluation
33
+ - Qualitative **HTML galleries** with examples across difficulty splits
34
+
35
+ ### Files
36
+ - `benchmark/annotations/instances_train2017.json`
37
+ - `benchmark/annotations/instances_val2017.json`
38
+
39
+ ### Galleries (examples)
40
+ Open any of:
41
+ - `reports/gallery/clean_val/index.html`
42
+ - `reports/gallery/easy_val/index.html`
43
+ - `reports/gallery/medium_val/index.html`
44
+ - `reports/gallery/hard_val/index.html`
45
+
46
+ ## How to use
47
+ 1) Download the VIPER dataset (images + clean annotations) from **`kimhi/viper`**.
48
+ 2) Download this repo.
49
+ 3) Replace the annotation JSON(s) with the ones from `benchmark/annotations/`.
50
+
51
+ Conceptually:
52
+ - From `kimhi/viper`: `coco/annotations/instances_val2017.json`
53
+ - Replace with: `benchmark/annotations/instances_val2017.json`
54
+
55
+ ## Citation
56
+ If you use this benchmark, please cite:
57
+
58
+ ```bibtex
59
+ @misc{kimhi2025noisyannotationssemanticsegmentation,
60
+ title={Noisy Annotations in Semantic Segmentation},
61
+ author={Moshe Kimhi and Omer Kerem and Eden Grad and Ehud Rivlin and Chaim Baskin},
62
+ year={2025},
63
+ eprint={2406.10891},
64
+ }
65
+ ```
66
+
67
+ ## License
68
+ Released under **CC BY-NC 4.0** (Attribution–NonCommercial 4.0 International).
benchmark/annotations/instances_train2017.json ADDED
The diff for this file is too large to render. See raw diff
 
benchmark/annotations/instances_val2017.json ADDED
The diff for this file is too large to render. See raw diff
 
reports/gallery/.DS_Store ADDED
Binary file (10.2 kB). View file
 
reports/gallery/clean_val/01_img11.png ADDED

Git LFS Details

  • SHA256: c508ffc1fa4d0ec8adcdef70e7160ce7ebfa70c02c7cbbacad2044b948feac0a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
reports/gallery/clean_val/02_img21.png ADDED

Git LFS Details

  • SHA256: 882627413cdf7d8153a93cfc2ee8b4adb4cf7e5b99b43c57419ea3bc71cfb438
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
reports/gallery/clean_val/03_img25.png ADDED

Git LFS Details

  • SHA256: 441ed0e54222838f8344ce240bd878dac45ff1250d359b7459c1551c5b8b078d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
reports/gallery/clean_val/04_img22.png ADDED

Git LFS Details

  • SHA256: adb58d9215414aa128231cdc769ac716ad87a25281838c92fbc30879eb7ebdbe
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
reports/gallery/clean_val/05_img24.png ADDED

Git LFS Details

  • SHA256: b48c4443c37867eb4e4eb1ba3ab712c0530a27f27f6723c5277794a235b6ef1b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
reports/gallery/clean_val/06_img6.png ADDED

Git LFS Details

  • SHA256: 7a5ec6665aede0ad48ebbd1da083c1b5b9e152c85861f4ecb5b3f2a93653213e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.32 MB
reports/gallery/clean_val/07_img23.png ADDED

Git LFS Details

  • SHA256: 0603487a7be381f899e29915673cc72ac2b819cc3c7441e2e261503af0ccca5e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
reports/gallery/clean_val/08_img14.png ADDED

Git LFS Details

  • SHA256: 6366fccde01cac220edab032593ae778af00cb8245b9e711a5882c3bd3d914f1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.74 MB
reports/gallery/clean_val/09_img17.png ADDED

Git LFS Details

  • SHA256: 70a670e38617b9152cacca5ca6866b7545c67b69685c5cee4f09786163fcba34
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
reports/gallery/clean_val/10_img10.png ADDED

Git LFS Details

  • SHA256: da7526e1890aaca2f2bb7198f48e12e44de5c3e65d84dda635ced4bee60fe432
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
reports/gallery/clean_val/11_img12.png ADDED

Git LFS Details

  • SHA256: 4f04efcfc367f71c2bc78d20c35e7cc9db69142252e279bc0a22053b70cf90dd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.38 MB
reports/gallery/clean_val/12_img18.png ADDED

Git LFS Details

  • SHA256: 94e8f10834db63e46e80377160e830fbb84c3b82e18a1679b9b363b720c026a8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
reports/gallery/clean_val/13_img1.png ADDED

Git LFS Details

  • SHA256: 9abc389a07dbbe0657ff06555055daa9de0f512417ec98ad13f8b99dbc94bbcf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
reports/gallery/clean_val/14_img8.png ADDED

Git LFS Details

  • SHA256: af79adb62d869751bc3dc6b5cb5c986e0b31789366855ebcd666f9567d11de31
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB
reports/gallery/clean_val/15_img2.png ADDED

Git LFS Details

  • SHA256: b88133654f2abf644a34be2991272ae71bb56156c259d1178b551310c6d7ba68
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
reports/gallery/clean_val/16_img7.png ADDED

Git LFS Details

  • SHA256: 3d644977900b947c613e9cfea0be75750c3260c9b338e5ce24a7210715bd312d
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
reports/gallery/clean_val/17_img13.png ADDED

Git LFS Details

  • SHA256: c147f924b9d7ab6a75267a53da848876fe0ebdae44ffe511d98451e6abfaae2d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
reports/gallery/clean_val/18_img20.png ADDED

Git LFS Details

  • SHA256: f6ba090cae9cce0511427199685fc05a94df5caf92c0665b279f11b472c39b55
  • Pointer size: 132 Bytes
  • Size of remote file: 1.91 MB
reports/gallery/clean_val/19_img15.png ADDED

Git LFS Details

  • SHA256: 093fcd7c496a666568108482be32ccb8283ff6299dce3433d45ea584bb042c49
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
reports/gallery/clean_val/20_img16.png ADDED

Git LFS Details

  • SHA256: 7e6d1885363e028cdfe34f5c8416e4735eb5f08836fc013f0a485f33fc83d391
  • Pointer size: 132 Bytes
  • Size of remote file: 1.7 MB
reports/gallery/clean_val/index.html ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html><head><meta charset='utf-8'>
3
+ <title>viper | clean_val</title>
4
+ <style>body{font-family:system-ui,Arial;margin:16px} .grid{display:flex;flex-wrap:wrap;gap:12px} .item{width:360px} img{width:100%;height:auto;border:1px solid #ddd}</style>
5
+ </head><body>
6
+ <h2>viper | clean_val</h2>
7
+ <p>Files: 20 (click to open full image)</p>
8
+ <div class='grid'>
9
+ <div class='item'>
10
+ <a href='01_img11.png' target='_blank'><img src='01_img11.png' loading='lazy'></a>
11
+ <div style='font-size:12px;color:#555'>01_img11.png</div>
12
+ </div>
13
+ <div class='item'>
14
+ <a href='02_img21.png' target='_blank'><img src='02_img21.png' loading='lazy'></a>
15
+ <div style='font-size:12px;color:#555'>02_img21.png</div>
16
+ </div>
17
+ <div class='item'>
18
+ <a href='03_img25.png' target='_blank'><img src='03_img25.png' loading='lazy'></a>
19
+ <div style='font-size:12px;color:#555'>03_img25.png</div>
20
+ </div>
21
+ <div class='item'>
22
+ <a href='04_img22.png' target='_blank'><img src='04_img22.png' loading='lazy'></a>
23
+ <div style='font-size:12px;color:#555'>04_img22.png</div>
24
+ </div>
25
+ <div class='item'>
26
+ <a href='05_img24.png' target='_blank'><img src='05_img24.png' loading='lazy'></a>
27
+ <div style='font-size:12px;color:#555'>05_img24.png</div>
28
+ </div>
29
+ <div class='item'>
30
+ <a href='06_img6.png' target='_blank'><img src='06_img6.png' loading='lazy'></a>
31
+ <div style='font-size:12px;color:#555'>06_img6.png</div>
32
+ </div>
33
+ <div class='item'>
34
+ <a href='07_img23.png' target='_blank'><img src='07_img23.png' loading='lazy'></a>
35
+ <div style='font-size:12px;color:#555'>07_img23.png</div>
36
+ </div>
37
+ <div class='item'>
38
+ <a href='08_img14.png' target='_blank'><img src='08_img14.png' loading='lazy'></a>
39
+ <div style='font-size:12px;color:#555'>08_img14.png</div>
40
+ </div>
41
+ <div class='item'>
42
+ <a href='09_img17.png' target='_blank'><img src='09_img17.png' loading='lazy'></a>
43
+ <div style='font-size:12px;color:#555'>09_img17.png</div>
44
+ </div>
45
+ <div class='item'>
46
+ <a href='10_img10.png' target='_blank'><img src='10_img10.png' loading='lazy'></a>
47
+ <div style='font-size:12px;color:#555'>10_img10.png</div>
48
+ </div>
49
+ <div class='item'>
50
+ <a href='11_img12.png' target='_blank'><img src='11_img12.png' loading='lazy'></a>
51
+ <div style='font-size:12px;color:#555'>11_img12.png</div>
52
+ </div>
53
+ <div class='item'>
54
+ <a href='12_img18.png' target='_blank'><img src='12_img18.png' loading='lazy'></a>
55
+ <div style='font-size:12px;color:#555'>12_img18.png</div>
56
+ </div>
57
+ <div class='item'>
58
+ <a href='13_img1.png' target='_blank'><img src='13_img1.png' loading='lazy'></a>
59
+ <div style='font-size:12px;color:#555'>13_img1.png</div>
60
+ </div>
61
+ <div class='item'>
62
+ <a href='14_img8.png' target='_blank'><img src='14_img8.png' loading='lazy'></a>
63
+ <div style='font-size:12px;color:#555'>14_img8.png</div>
64
+ </div>
65
+ <div class='item'>
66
+ <a href='15_img2.png' target='_blank'><img src='15_img2.png' loading='lazy'></a>
67
+ <div style='font-size:12px;color:#555'>15_img2.png</div>
68
+ </div>
69
+ <div class='item'>
70
+ <a href='16_img7.png' target='_blank'><img src='16_img7.png' loading='lazy'></a>
71
+ <div style='font-size:12px;color:#555'>16_img7.png</div>
72
+ </div>
73
+ <div class='item'>
74
+ <a href='17_img13.png' target='_blank'><img src='17_img13.png' loading='lazy'></a>
75
+ <div style='font-size:12px;color:#555'>17_img13.png</div>
76
+ </div>
77
+ <div class='item'>
78
+ <a href='18_img20.png' target='_blank'><img src='18_img20.png' loading='lazy'></a>
79
+ <div style='font-size:12px;color:#555'>18_img20.png</div>
80
+ </div>
81
+ <div class='item'>
82
+ <a href='19_img15.png' target='_blank'><img src='19_img15.png' loading='lazy'></a>
83
+ <div style='font-size:12px;color:#555'>19_img15.png</div>
84
+ </div>
85
+ <div class='item'>
86
+ <a href='20_img16.png' target='_blank'><img src='20_img16.png' loading='lazy'></a>
87
+ <div style='font-size:12px;color:#555'>20_img16.png</div>
88
+ </div>
89
+ </div>
90
+ </body></html>
reports/gallery/easy_val/01_img11.png ADDED

Git LFS Details

  • SHA256: b55b2d5a79ae2f3e0343f5e6fbd62ca1b52af684418e0860ae1a1eabb648e2ae
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
reports/gallery/easy_val/02_img21.png ADDED

Git LFS Details

  • SHA256: 3f2238127254f16c446d0d16efa8ba1c92da072fb8dd03a26ace202910b27746
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
reports/gallery/easy_val/03_img25.png ADDED

Git LFS Details

  • SHA256: 7e6076bb282f0ffc2f62502e7a3bddbe41c561812739cbc6647ec2de8b0124e9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
reports/gallery/easy_val/04_img22.png ADDED

Git LFS Details

  • SHA256: cfc836db5bec035c7e068c829dabdb7bbd32559bfffce2259624a38bea36e851
  • Pointer size: 132 Bytes
  • Size of remote file: 2.12 MB
reports/gallery/easy_val/05_img24.png ADDED

Git LFS Details

  • SHA256: cb6dfe642e1c9401774d4ec1bf72d287b3635236d71c9b30004ca9d52cb9e9d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
reports/gallery/easy_val/06_img6.png ADDED

Git LFS Details

  • SHA256: 0f700a81d628ecdef9d6d2323dce67433c8f3075769a8ff4fa71688240ec7b46
  • Pointer size: 132 Bytes
  • Size of remote file: 2.32 MB
reports/gallery/easy_val/07_img23.png ADDED

Git LFS Details

  • SHA256: fb88ee7049707e10fe407c0ade9f76c219bd58853c4e306df25acdd64cecdad3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
reports/gallery/easy_val/08_img14.png ADDED

Git LFS Details

  • SHA256: 11bf46acd95f330bb64b486a4c2e192958156cb3cec6ee71b5c4d369333521da
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
reports/gallery/easy_val/09_img17.png ADDED

Git LFS Details

  • SHA256: d3ec1922c8bb2e54512fc1d1cafccef36ed8fb785f47a5bfd184763ffe1ac646
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB
reports/gallery/easy_val/10_img10.png ADDED

Git LFS Details

  • SHA256: bc9318a1cb9473766105ea75ba30b0f1662d4614d5ed9707cd87b45d7bb77a1f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
reports/gallery/easy_val/11_img12.png ADDED

Git LFS Details

  • SHA256: 8012c13f31cc97e0a72e78e470f53cffd1df5b9b2bf3c62459fa37a507e2165e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
reports/gallery/easy_val/12_img18.png ADDED

Git LFS Details

  • SHA256: 4c2070eac0096625b5d1af424b914ee57d38817be80b753bd2be677514abeec4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
reports/gallery/easy_val/13_img1.png ADDED

Git LFS Details

  • SHA256: 316c4131ab64f0f67c6eef1aa10cc7b2e09979956b9d585788c1353f8533b0ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
reports/gallery/easy_val/14_img8.png ADDED

Git LFS Details

  • SHA256: 4870dad67e893cde911ca1f048b6ffd8173fff634d0c32cc7280a733c0267a81
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
reports/gallery/easy_val/15_img2.png ADDED

Git LFS Details

  • SHA256: e69723192af62a7090f2cbce2eeead2612b89f5faeec64083b58ece945cd59f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
reports/gallery/easy_val/16_img7.png ADDED

Git LFS Details

  • SHA256: 8f9ce5df811833691fc6c534a3dbc6d6281adbcf6561e32bcbb8f21638758336
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
reports/gallery/easy_val/17_img13.png ADDED

Git LFS Details

  • SHA256: bf923e8bd451f8ef4f7757c6197ee127122dd2d5cc089333c62cb52b0420307a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
reports/gallery/easy_val/18_img20.png ADDED

Git LFS Details

  • SHA256: 1e77d6c2f73d659c77e636d215e33f9518901530c732f9cc15c1250235e70a7c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.92 MB
reports/gallery/easy_val/19_img15.png ADDED

Git LFS Details

  • SHA256: 8145ba3c787967e0ff77fab6e5fda76e075110da1831d6406f6d68700158a16f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
reports/gallery/easy_val/20_img16.png ADDED

Git LFS Details

  • SHA256: 56ec79f1246ba91ade679354dffcec3628aa1a87bb82f152c8ed0067e4774c1a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
reports/gallery/easy_val/index.html ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html><head><meta charset='utf-8'>
3
+ <title>viper | easy_val</title>
4
+ <style>body{font-family:system-ui,Arial;margin:16px} .grid{display:flex;flex-wrap:wrap;gap:12px} .item{width:360px} img{width:100%;height:auto;border:1px solid #ddd}</style>
5
+ </head><body>
6
+ <h2>viper | easy_val</h2>
7
+ <p>Files: 20 (click to open full image)</p>
8
+ <div class='grid'>
9
+ <div class='item'>
10
+ <a href='01_img11.png' target='_blank'><img src='01_img11.png' loading='lazy'></a>
11
+ <div style='font-size:12px;color:#555'>01_img11.png</div>
12
+ </div>
13
+ <div class='item'>
14
+ <a href='02_img21.png' target='_blank'><img src='02_img21.png' loading='lazy'></a>
15
+ <div style='font-size:12px;color:#555'>02_img21.png</div>
16
+ </div>
17
+ <div class='item'>
18
+ <a href='03_img25.png' target='_blank'><img src='03_img25.png' loading='lazy'></a>
19
+ <div style='font-size:12px;color:#555'>03_img25.png</div>
20
+ </div>
21
+ <div class='item'>
22
+ <a href='04_img22.png' target='_blank'><img src='04_img22.png' loading='lazy'></a>
23
+ <div style='font-size:12px;color:#555'>04_img22.png</div>
24
+ </div>
25
+ <div class='item'>
26
+ <a href='05_img24.png' target='_blank'><img src='05_img24.png' loading='lazy'></a>
27
+ <div style='font-size:12px;color:#555'>05_img24.png</div>
28
+ </div>
29
+ <div class='item'>
30
+ <a href='06_img6.png' target='_blank'><img src='06_img6.png' loading='lazy'></a>
31
+ <div style='font-size:12px;color:#555'>06_img6.png</div>
32
+ </div>
33
+ <div class='item'>
34
+ <a href='07_img23.png' target='_blank'><img src='07_img23.png' loading='lazy'></a>
35
+ <div style='font-size:12px;color:#555'>07_img23.png</div>
36
+ </div>
37
+ <div class='item'>
38
+ <a href='08_img14.png' target='_blank'><img src='08_img14.png' loading='lazy'></a>
39
+ <div style='font-size:12px;color:#555'>08_img14.png</div>
40
+ </div>
41
+ <div class='item'>
42
+ <a href='09_img17.png' target='_blank'><img src='09_img17.png' loading='lazy'></a>
43
+ <div style='font-size:12px;color:#555'>09_img17.png</div>
44
+ </div>
45
+ <div class='item'>
46
+ <a href='10_img10.png' target='_blank'><img src='10_img10.png' loading='lazy'></a>
47
+ <div style='font-size:12px;color:#555'>10_img10.png</div>
48
+ </div>
49
+ <div class='item'>
50
+ <a href='11_img12.png' target='_blank'><img src='11_img12.png' loading='lazy'></a>
51
+ <div style='font-size:12px;color:#555'>11_img12.png</div>
52
+ </div>
53
+ <div class='item'>
54
+ <a href='12_img18.png' target='_blank'><img src='12_img18.png' loading='lazy'></a>
55
+ <div style='font-size:12px;color:#555'>12_img18.png</div>
56
+ </div>
57
+ <div class='item'>
58
+ <a href='13_img1.png' target='_blank'><img src='13_img1.png' loading='lazy'></a>
59
+ <div style='font-size:12px;color:#555'>13_img1.png</div>
60
+ </div>
61
+ <div class='item'>
62
+ <a href='14_img8.png' target='_blank'><img src='14_img8.png' loading='lazy'></a>
63
+ <div style='font-size:12px;color:#555'>14_img8.png</div>
64
+ </div>
65
+ <div class='item'>
66
+ <a href='15_img2.png' target='_blank'><img src='15_img2.png' loading='lazy'></a>
67
+ <div style='font-size:12px;color:#555'>15_img2.png</div>
68
+ </div>
69
+ <div class='item'>
70
+ <a href='16_img7.png' target='_blank'><img src='16_img7.png' loading='lazy'></a>
71
+ <div style='font-size:12px;color:#555'>16_img7.png</div>
72
+ </div>
73
+ <div class='item'>
74
+ <a href='17_img13.png' target='_blank'><img src='17_img13.png' loading='lazy'></a>
75
+ <div style='font-size:12px;color:#555'>17_img13.png</div>
76
+ </div>
77
+ <div class='item'>
78
+ <a href='18_img20.png' target='_blank'><img src='18_img20.png' loading='lazy'></a>
79
+ <div style='font-size:12px;color:#555'>18_img20.png</div>
80
+ </div>
81
+ <div class='item'>
82
+ <a href='19_img15.png' target='_blank'><img src='19_img15.png' loading='lazy'></a>
83
+ <div style='font-size:12px;color:#555'>19_img15.png</div>
84
+ </div>
85
+ <div class='item'>
86
+ <a href='20_img16.png' target='_blank'><img src='20_img16.png' loading='lazy'></a>
87
+ <div style='font-size:12px;color:#555'>20_img16.png</div>
88
+ </div>
89
+ </div>
90
+ </body></html>
reports/gallery/hard_val/01_img11.png ADDED

Git LFS Details

  • SHA256: 6dd28933e9b842cb59236273f8281726b11971785a8e532cab178db0073e6e7f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
reports/gallery/hard_val/02_img21.png ADDED

Git LFS Details

  • SHA256: a89e9fb8e257c81448d11bfed06674290087eb95ebda620720c6a60b352d7f48
  • Pointer size: 132 Bytes
  • Size of remote file: 2.07 MB
reports/gallery/hard_val/03_img25.png ADDED

Git LFS Details

  • SHA256: 0a42bb5d14d1c68657bfc6d2a3cf8efd79aba2d4e5195f88550de71084db171f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB
reports/gallery/hard_val/04_img22.png ADDED

Git LFS Details

  • SHA256: cc215f82a7d0b7dcdde935c88c7207dbd0cc5f8d6102cb720b98cbfa78d6c1ed
  • Pointer size: 132 Bytes
  • Size of remote file: 2.12 MB