Replace MDGT artifacts with FastVIT cross-sensor checkpoint
Browse files- .gitattributes +1 -0
- README.md +81 -61
- artifact_metadata.json +48 -73
- onnx/export_summary.json +87 -0
- results/nist302_spread64_qai_embeddings.h5 → onnx/fastvit_cross_sensor_embedding_fp16.onnx +2 -2
- qai/mdgt_pretrained_qai_target_model.bin → onnx/fastvit_cross_sensor_embedding_fp32.onnx +2 -2
- results/nist302_spread64_embeddings.npy → onnx/fastvit_cross_sensor_embedding_int8_linear_qdq.onnx +2 -2
- onnx/mdgt_pretrained_embedding.onnx +0 -3
- pytorch/{mdgt_nist300a_last.pt → fastvit_cross_sensor_sa12_round5_consistency_light_best_rank1.pt} +2 -2
- qai/fastvit_cross_sensor_qai_target_model.dlc +3 -0
- qai/mdgt_pretrained_qai_profile.json +0 -1
- qai/onnx_ort_summary.json +0 -101
- qai/qai_qnn_context_binary_summary.json +20 -0
- qai/qai_qnn_dlc_summary.json +26 -0
- qai/qai_qnn_lib_attempt_summary.json +17 -0
- qai/qai_summary.json +0 -101
- results/checkpoint_metrics.json +80 -0
- results/nist302_spread64_matches.csv +0 -65
- results/nist302_spread64_qai_summary.json +0 -2856
- results/nist302_spread64_samples.json +0 -1602
- training/history.jsonl +4 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
qai/fastvit_cross_sensor_qai_target_model.dlc filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -4,79 +4,99 @@ library_name: pytorch
|
|
| 4 |
pipeline_tag: image-feature-extraction
|
| 5 |
tags:
|
| 6 |
- fingerprint
|
| 7 |
-
- matching
|
| 8 |
-
-
|
| 9 |
- onnx
|
| 10 |
-
-
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# MDGT Matching
|
| 14 |
|
| 15 |
-
This repository
|
| 16 |
-
export artifacts prepared from:
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
- `onnx/mdgt_pretrained_embedding.onnx`: ONNX embedding model, input
|
| 24 |
-
`image: float32[1,1,224,224]`, output `embedding: float32[1,256]`.
|
| 25 |
-
- `qai/mdgt_pretrained_qai_target_model.bin`: Qualcomm AI Hub compiled target
|
| 26 |
-
model for Samsung Galaxy S24 Family, QNN context binary.
|
| 27 |
-
- `qai/qai_summary.json`: QAI compile/profile/smoke inference job summary.
|
| 28 |
-
- `qai/mdgt_pretrained_qai_profile.json`: QAI NPU profile JSON.
|
| 29 |
-
- `results/nist302_spread64_qai_summary.json`: QAI NIST302A/B 1:N matching
|
| 30 |
-
result on a 64-identity spread subset.
|
| 31 |
-
|
| 32 |
-
## Export Notes
|
| 33 |
-
|
| 34 |
-
The ONNX export uses a deterministic TRAM setting for deployability:
|
| 35 |
-
|
| 36 |
-
- original TRAM: attention 21, uniform 6, random 3
|
| 37 |
-
- export TRAM: attention 24, uniform 6, random 0
|
| 38 |
-
- DINOv2 grid: 16 x 16
|
| 39 |
-
- Grid RPE uses an ONNX-safe cosine/sine formulation instead of `atan2`
|
| 40 |
|
| 41 |
-
|
| 42 |
|
| 43 |
-
-
|
| 44 |
-
-
|
| 45 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
-
##
|
| 48 |
|
| 49 |
-
-
|
| 50 |
-
- Profile: `jp2vm0zq5`
|
| 51 |
-
- Smoke inference: `jgk9y7kn5`
|
| 52 |
-
- NIST302 spread64 inference: `jp49wk615`
|
| 53 |
|
| 54 |
-
|
|
|
|
|
|
|
| 55 |
|
| 56 |
-
|
| 57 |
-
-
|
| 58 |
-
-
|
| 59 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
-
|
| 62 |
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
- Probe: NIST302A challengers, series A-H
|
| 66 |
-
- Gallery: NIST302B baseline, series U/V, 1000/500 DPI
|
| 67 |
-
- 64 identities
|
| 68 |
-
- 256 gallery samples
|
| 69 |
-
- 64 probe samples
|
| 70 |
-
- Preprocess: Gabor + squeeze resize + `[0,1]` tensor
|
| 71 |
-
|
| 72 |
-
Metrics:
|
| 73 |
-
|
| 74 |
-
- Rank-1: `0.390625`
|
| 75 |
-
- Rank-5: `0.671875`
|
| 76 |
-
- Rank-10: `0.71875`
|
| 77 |
-
- Mean rank: `12.859375`
|
| 78 |
-
- Median rank: `3.0`
|
| 79 |
-
- MRR: `0.5001383744`
|
| 80 |
|
| 81 |
-
|
| 82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
pipeline_tag: image-feature-extraction
|
| 5 |
tags:
|
| 6 |
- fingerprint
|
| 7 |
+
- biometric-matching
|
| 8 |
+
- fastvit
|
| 9 |
- onnx
|
| 10 |
+
- qualcomm-ai-hub
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# MDGT Matching - FastVIT Cross-Sensor Checkpoint
|
| 14 |
|
| 15 |
+
This repository currently points to the FastVIT cross-sensor branch, not the older MDGT/NIST300A checkpoint.
|
|
|
|
| 16 |
|
| 17 |
+
Primary checkpoint:
|
| 18 |
|
| 19 |
+
```text
|
| 20 |
+
checkpoints_fastvit_cross_sensor_sa12_round5_consistency_light/best_rank1.pt
|
| 21 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
+
## Model
|
| 24 |
|
| 25 |
+
- Architecture: `FastVITGraph`
|
| 26 |
+
- Backbone: `fastvit_sa12.apple_in1k`
|
| 27 |
+
- Feature index: `1`
|
| 28 |
+
- Token selection: TRAM
|
| 29 |
+
- Token count: `64`
|
| 30 |
+
- GNN: 2 layers, dim 256, 4 heads, k=8
|
| 31 |
+
- Embedding dim: `256`
|
| 32 |
+
- Input: preprocessed grayscale tensor `(B, 1, 224, 224)`
|
| 33 |
+
- Preprocess used for export/eval: squeeze resize, CLAHE on, Gabor off
|
| 34 |
|
| 35 |
+
## Metrics
|
| 36 |
|
| 37 |
+
These metrics are from the checkpoint metadata for the full NIST302 cross-sensor 1:N protocol:
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
+
- Probe: NIST302A challengers, 13,630 probes
|
| 40 |
+
- Reference: NIST302B baseline, 8,000 gallery images
|
| 41 |
+
- Identities: 2,000
|
| 42 |
|
| 43 |
+
| Metric | Value |
|
| 44 |
+
|---|---:|
|
| 45 |
+
| Rank-1 | 0.8133528829 |
|
| 46 |
+
| Rank-5 | 0.9174614549 |
|
| 47 |
+
| Rank-10 | 0.9479089975 |
|
| 48 |
+
| mAP | 0.7901349983 |
|
| 49 |
+
| AUC | 0.9983431867 |
|
| 50 |
+
| EER | 0.0178200894 |
|
| 51 |
|
| 52 |
+
The earlier low `Rank-1: 0.390625` result belonged to an MDGT/NIST300A QAI smoke benchmark on a 64-identity spread subset. It is not the metric for this FastVIT checkpoint.
|
| 53 |
|
| 54 |
+
## Files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
+
```text
|
| 57 |
+
pytorch/fastvit_cross_sensor_sa12_round5_consistency_light_best_rank1.pt
|
| 58 |
+
onnx/fastvit_cross_sensor_embedding_fp32.onnx
|
| 59 |
+
onnx/fastvit_cross_sensor_embedding_fp16.onnx
|
| 60 |
+
onnx/fastvit_cross_sensor_embedding_int8_linear_qdq.onnx
|
| 61 |
+
onnx/export_summary.json
|
| 62 |
+
qai/fastvit_cross_sensor_qai_target_model.dlc
|
| 63 |
+
qai/qai_qnn_context_binary_summary.json
|
| 64 |
+
qai/qai_qnn_dlc_summary.json
|
| 65 |
+
qai/qai_qnn_lib_attempt_summary.json
|
| 66 |
+
results/checkpoint_metrics.json
|
| 67 |
+
training/history.jsonl
|
| 68 |
+
artifact_metadata.json
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
## ONNX Export
|
| 72 |
+
|
| 73 |
+
The ONNX export uses an export-safe FastVITGraph wrapper with vectorized deterministic token deduplication.
|
| 74 |
+
|
| 75 |
+
Observed local drift on 16 samples:
|
| 76 |
+
|
| 77 |
+
| Comparison | Cos mean | Cos min |
|
| 78 |
+
|---|---:|---:|
|
| 79 |
+
| Original PyTorch vs exportable PyTorch | 1.0000000000 | 0.9999999404 |
|
| 80 |
+
| Exportable PyTorch vs ONNX FP32 | 0.9999986887 | 0.9999958277 |
|
| 81 |
+
| ONNX FP16 vs ONNX FP32 | 0.9990564585 | 0.9972373843 |
|
| 82 |
+
| ONNX INT8 linear QDQ vs ONNX FP32 | 0.9941318631 | 0.9882222414 |
|
| 83 |
+
|
| 84 |
+
## Qualcomm AI Hub
|
| 85 |
+
|
| 86 |
+
QAI test was rerun on the FastVIT ONNX, not on MDGT.
|
| 87 |
+
|
| 88 |
+
- `qnn_context_binary`: compile failed with exit code 14.
|
| 89 |
+
- `qnn_lib_aarch64_android`: unsupported by the installed QAI Hub client.
|
| 90 |
+
- `qnn_dlc`: compile succeeded, target DLC was produced.
|
| 91 |
+
- NPU profile/inference for the DLC failed with `MODEL_GRAPH_ERROR` from `QnnModel_composeGraphsFromDlc`.
|
| 92 |
+
|
| 93 |
+
Jobs:
|
| 94 |
+
|
| 95 |
+
```text
|
| 96 |
+
qnn_context_binary compile: https://workbench.aihub.qualcomm.com/jobs/jgjwl2v75/
|
| 97 |
+
qnn_dlc compile: https://workbench.aihub.qualcomm.com/jobs/jgdzvqxk5/
|
| 98 |
+
qnn_dlc profile: https://workbench.aihub.qualcomm.com/jobs/jp847m2z5/
|
| 99 |
+
qnn_dlc inference: https://workbench.aihub.qualcomm.com/jobs/jgz47j2zp/
|
| 100 |
+
```
|
| 101 |
+
|
| 102 |
+
This means the current full FastVITGraph ONNX can be exported and compiled to DLC, but the graph is not yet deployable as a working NPU profile/inference artifact on QAI Hub. The likely next step is to simplify or split the dynamic token/GNN section for NPU compatibility.
|
artifact_metadata.json
CHANGED
|
@@ -1,101 +1,76 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"hf_repo_id": "Anbinh93/MDGT-matching",
|
| 4 |
-
"model": "MDGT LegacyPretrainedSequentialHead / DINOv2 small / TRAM / GNN",
|
| 5 |
-
"input": {
|
| 6 |
-
"name": "image",
|
| 7 |
-
"shape": [
|
| 8 |
-
1,
|
| 9 |
-
1,
|
| 10 |
-
224,
|
| 11 |
-
224
|
| 12 |
-
],
|
| 13 |
-
"dtype": "float32",
|
| 14 |
-
"range": "[0,1]"
|
| 15 |
-
},
|
| 16 |
-
"output": {
|
| 17 |
-
"name": "embedding",
|
| 18 |
-
"shape": [
|
| 19 |
-
1,
|
| 20 |
-
256
|
| 21 |
-
],
|
| 22 |
-
"dtype": "float32",
|
| 23 |
-
"normalized": true
|
| 24 |
-
},
|
| 25 |
-
"qai_jobs": {
|
| 26 |
-
"compile": "j5mdzql95",
|
| 27 |
-
"profile": "jp2vm0zq5",
|
| 28 |
-
"smoke_inference": "jgk9y7kn5",
|
| 29 |
-
"nist302_spread64_inference": "jp49wk615"
|
| 30 |
-
},
|
| 31 |
-
"nist302_spread64_metrics": {
|
| 32 |
-
"rank1": 0.390625,
|
| 33 |
-
"rank5": 0.671875,
|
| 34 |
-
"rank10": 0.71875,
|
| 35 |
-
"mean_rank": 12.859375,
|
| 36 |
-
"median_rank": 3.0,
|
| 37 |
-
"mrr": 0.5001383743890124
|
| 38 |
-
},
|
| 39 |
"files": [
|
| 40 |
{
|
|
|
|
| 41 |
"path": "README.md",
|
| 42 |
-
"
|
| 43 |
-
"sha256": "ff8581c21252472f57f10182386a8e1d7b9f43d69e19bd03de0f54d6724e14a7"
|
| 44 |
},
|
| 45 |
{
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"sha256": "
|
| 49 |
},
|
| 50 |
{
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"sha256": "
|
| 54 |
},
|
| 55 |
{
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"sha256": "
|
| 59 |
},
|
| 60 |
{
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"sha256": "
|
| 64 |
},
|
| 65 |
{
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"sha256": "
|
| 69 |
},
|
| 70 |
{
|
| 71 |
-
"
|
| 72 |
-
"
|
| 73 |
-
"sha256": "
|
| 74 |
},
|
| 75 |
{
|
| 76 |
-
"
|
| 77 |
-
"
|
| 78 |
-
"sha256": "
|
| 79 |
},
|
| 80 |
{
|
| 81 |
-
"
|
| 82 |
-
"
|
| 83 |
-
"sha256": "
|
| 84 |
},
|
| 85 |
{
|
| 86 |
-
"
|
| 87 |
-
"
|
| 88 |
-
"sha256": "
|
| 89 |
},
|
| 90 |
{
|
| 91 |
-
"
|
| 92 |
-
"
|
| 93 |
-
"sha256": "
|
| 94 |
},
|
| 95 |
{
|
| 96 |
-
"
|
| 97 |
-
"
|
| 98 |
-
"sha256": "
|
| 99 |
}
|
| 100 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"bundle": "fastvit_cross_sensor_sa12_round5_consistency_light",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"files": [
|
| 4 |
{
|
| 5 |
+
"bytes": 3322,
|
| 6 |
"path": "README.md",
|
| 7 |
+
"sha256": "dca64a3fdfdb0991b6e1fb37af0e2574f4f3138a755f60c444560546cc9652a3"
|
|
|
|
| 8 |
},
|
| 9 |
{
|
| 10 |
+
"bytes": 3944,
|
| 11 |
+
"path": "onnx/export_summary.json",
|
| 12 |
+
"sha256": "b9f2f8cae46775272f689071fc0882877c5a6bc396a8e0ea14b9efd2e857df07"
|
| 13 |
},
|
| 14 |
{
|
| 15 |
+
"bytes": 5534826,
|
| 16 |
+
"path": "onnx/fastvit_cross_sensor_embedding_fp16.onnx",
|
| 17 |
+
"sha256": "bbcaa631189fef002cb352689ee97b29627734af2c6ba3b0296c204843415428"
|
| 18 |
},
|
| 19 |
{
|
| 20 |
+
"bytes": 10295641,
|
| 21 |
+
"path": "onnx/fastvit_cross_sensor_embedding_fp32.onnx",
|
| 22 |
+
"sha256": "159ece576b7bff70e145db0194175cf188ed6c2cbc68efd6c2a838a44813135d"
|
| 23 |
},
|
| 24 |
{
|
| 25 |
+
"bytes": 4408229,
|
| 26 |
+
"path": "onnx/fastvit_cross_sensor_embedding_int8_linear_qdq.onnx",
|
| 27 |
+
"sha256": "295dd4e13d0209230795cff0cc16d30872a1626aa349e53921cb04f0e511ff23"
|
| 28 |
},
|
| 29 |
{
|
| 30 |
+
"bytes": 42601816,
|
| 31 |
+
"path": "pytorch/fastvit_cross_sensor_sa12_round5_consistency_light_best_rank1.pt",
|
| 32 |
+
"sha256": "9ab4ffe1b7db5d29a5c69d4db0d7ed1137bed73b76400fe2e7cb0ac1d82459f2"
|
| 33 |
},
|
| 34 |
{
|
| 35 |
+
"bytes": 10440028,
|
| 36 |
+
"path": "qai/fastvit_cross_sensor_qai_target_model.dlc",
|
| 37 |
+
"sha256": "5a38ece503a18dad77b6e202ec31ec544220a90eb605bd9a353550a9626a81fe"
|
| 38 |
},
|
| 39 |
{
|
| 40 |
+
"bytes": 714,
|
| 41 |
+
"path": "qai/qai_qnn_context_binary_summary.json",
|
| 42 |
+
"sha256": "313cff9b7f6a3e8dd451cb7461ab66543f366d9bfe2ce47c5387ba6d8a3f3ba9"
|
| 43 |
},
|
| 44 |
{
|
| 45 |
+
"bytes": 1245,
|
| 46 |
+
"path": "qai/qai_qnn_dlc_summary.json",
|
| 47 |
+
"sha256": "c358794f1241790673987e46169ebbe8b22795bd07c655f6f92d321228d33999"
|
| 48 |
},
|
| 49 |
{
|
| 50 |
+
"bytes": 569,
|
| 51 |
+
"path": "qai/qai_qnn_lib_attempt_summary.json",
|
| 52 |
+
"sha256": "68aabdca549cbd539837d888064321f1301ed898807f86db3fde81d6d296c88d"
|
| 53 |
},
|
| 54 |
{
|
| 55 |
+
"bytes": 2129,
|
| 56 |
+
"path": "results/checkpoint_metrics.json",
|
| 57 |
+
"sha256": "d867acbe4430b2f7bcd7fc3ba4f6a3ac8fc79b470218f5e9bf404acbaf64e253"
|
| 58 |
},
|
| 59 |
{
|
| 60 |
+
"bytes": 3668,
|
| 61 |
+
"path": "training/history.jsonl",
|
| 62 |
+
"sha256": "f11bc2a5edd2213facbefdcdcf00850d1f55ee331aff59851fc904163fc0ff7c"
|
| 63 |
}
|
| 64 |
+
],
|
| 65 |
+
"hf_repo": "Anbinh93/MDGT-matching",
|
| 66 |
+
"primary_metric": {
|
| 67 |
+
"auc": 0.9983431867002304,
|
| 68 |
+
"eer": 0.017820089428426635,
|
| 69 |
+
"mAP": 0.790134998310548,
|
| 70 |
+
"protocol": "NIST302A probes vs NIST302B reference, 2000 identities, 13630 probes, 8000 gallery",
|
| 71 |
+
"rank1": 0.8133528828620911,
|
| 72 |
+
"rank10": 0.9479089975357056,
|
| 73 |
+
"rank5": 0.9174614548683167
|
| 74 |
+
},
|
| 75 |
+
"source_checkpoint": "checkpoints_fastvit_cross_sensor_sa12_round5_consistency_light/best_rank1.pt"
|
| 76 |
}
|
onnx/export_summary.json
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created_at": "2026-07-07T12:10:55",
|
| 3 |
+
"checkpoint": "checkpoints_fastvit_cross_sensor_sa12_round5_consistency_light/best_rank1.pt",
|
| 4 |
+
"checkpoint_epoch": 1,
|
| 5 |
+
"preprocess": {
|
| 6 |
+
"image_size": 224,
|
| 7 |
+
"resize_mode": "squeeze",
|
| 8 |
+
"clahe": true,
|
| 9 |
+
"gabor": false
|
| 10 |
+
},
|
| 11 |
+
"export": {
|
| 12 |
+
"opset": 17,
|
| 13 |
+
"note": "Wrapper uses vectorized deterministic token dedup for ONNX-safe export.",
|
| 14 |
+
"deployment_note": "ONNX input is a preprocessed float tensor (B,1,224,224); CLAHE/letterbox preprocessing is external.",
|
| 15 |
+
"files": {
|
| 16 |
+
"fp32_onnx": "runs/fastvit_cross_sensor_sa12_round5_consistency_light_export_20260707/fastvit_round4_embedding_fp32.onnx",
|
| 17 |
+
"fp16_onnx": "runs/fastvit_cross_sensor_sa12_round5_consistency_light_export_20260707/fastvit_round4_embedding_fp16.onnx",
|
| 18 |
+
"int8_linear_qdq_onnx": "runs/fastvit_cross_sensor_sa12_round5_consistency_light_export_20260707/fastvit_round4_embedding_int8_linear_qdq.onnx",
|
| 19 |
+
"int8_full_qdq_experimental_onnx": null,
|
| 20 |
+
"fp32_onnx_bytes": 10295641,
|
| 21 |
+
"fp16_onnx_bytes": 5534826,
|
| 22 |
+
"int8_linear_qdq_onnx_bytes": 4408229
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"calibration": {
|
| 26 |
+
"sample_count": 128,
|
| 27 |
+
"batch_size": 8,
|
| 28 |
+
"test_sample_count": 16
|
| 29 |
+
},
|
| 30 |
+
"drift": {
|
| 31 |
+
"original_pytorch_vs_exportable_pytorch": {
|
| 32 |
+
"cos_mean": 1.0,
|
| 33 |
+
"cos_min": 0.9999999403953552,
|
| 34 |
+
"cos_p05": 1.0,
|
| 35 |
+
"max_abs": 1.448206603527069e-07,
|
| 36 |
+
"mean_abs": 2.5303611650429048e-08
|
| 37 |
+
},
|
| 38 |
+
"exportable_pytorch_vs_onnx_fp32": {
|
| 39 |
+
"cos_mean": 0.9999986886978149,
|
| 40 |
+
"cos_min": 0.9999958276748657,
|
| 41 |
+
"cos_p05": 0.999997615814209,
|
| 42 |
+
"max_abs": 0.00046475231647491455,
|
| 43 |
+
"mean_abs": 7.72302009863779e-05
|
| 44 |
+
},
|
| 45 |
+
"onnx_fp32_single_batch_shape": [
|
| 46 |
+
1,
|
| 47 |
+
256
|
| 48 |
+
],
|
| 49 |
+
"onnx_fp16_vs_fp32": {
|
| 50 |
+
"status": "ok",
|
| 51 |
+
"cos_mean": 0.9990564584732056,
|
| 52 |
+
"cos_min": 0.9972373843193054,
|
| 53 |
+
"cos_p05": 0.9973313212394714,
|
| 54 |
+
"max_abs": 0.013778038322925568,
|
| 55 |
+
"mean_abs": 0.0020409291610121727
|
| 56 |
+
},
|
| 57 |
+
"onnx_int8_linear_qdq_vs_fp32": {
|
| 58 |
+
"status": "ok",
|
| 59 |
+
"cos_mean": 0.994131863117218,
|
| 60 |
+
"cos_min": 0.9882222414016724,
|
| 61 |
+
"cos_p05": 0.9882732629776001,
|
| 62 |
+
"max_abs": 0.02932516112923622,
|
| 63 |
+
"mean_abs": 0.005256726406514645
|
| 64 |
+
},
|
| 65 |
+
"onnx_int8_full_qdq_experimental_vs_fp32": {
|
| 66 |
+
"status": "skipped"
|
| 67 |
+
}
|
| 68 |
+
},
|
| 69 |
+
"test_paths": [
|
| 70 |
+
"/home/linhdang/workspace2/NIST-300-ds/nist_302/challengers_roll_subject_split_v2/train/subj_00002310_frgp_04/00002310_D_roll_04.png",
|
| 71 |
+
"/home/linhdang/workspace2/FVC_Dataset/FVC2004/Dbs/DB3_A/22_7.tif",
|
| 72 |
+
"/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/F/roll/png/00002399_F_roll_07.png",
|
| 73 |
+
"/home/linhdang/workspace2/NIST-300-ds/nist_302/challengers_roll_subject_split_v2/val/subj_00002457_frgp_06/00002457_B_roll_06.png",
|
| 74 |
+
"/home/linhdang/workspace2/FVC_Dataset/FVC2000/Dbs/Db2_a/73_8.tif",
|
| 75 |
+
"/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/B/roll/png/00002516_B_roll_09.png",
|
| 76 |
+
"/home/linhdang/workspace2/NIST-300-ds/nist_302/challengers_roll_subject_split_v2/train/subj_00002561_frgp_04/00002561_H_roll_04.png",
|
| 77 |
+
"/home/linhdang/workspace2/FVC_Dataset/FVC2000/Dbs/Db3_a/67_8.tif",
|
| 78 |
+
"/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/B/roll/png/00002541_B_roll_05.png",
|
| 79 |
+
"/home/linhdang/workspace2/FVC_Dataset/FVC2004/Dbs/DB3_B/110_8.tif",
|
| 80 |
+
"/home/linhdang/workspace2/NIST-300-ds/nist_302/challengers_roll_subject_split_v2/val/subj_00002334_frgp_08/00002334_G_roll_08.png",
|
| 81 |
+
"/home/linhdang/workspace2/FVC_Dataset/FVC2004/Dbs/DB4_A/8_8.tif",
|
| 82 |
+
"/home/linhdang/workspace2/FVC_Dataset/FVC2000/Dbs/Db2_a/7_7.tif",
|
| 83 |
+
"/home/linhdang/workspace2/FVC_Dataset/FVC2002/Dbs/Db2_a/78_5.tif",
|
| 84 |
+
"/home/linhdang/workspace2/FVC_Dataset/FVC2002/Dbs/Db3_a/56_3.tif",
|
| 85 |
+
"/home/linhdang/workspace2/NIST-300-ds/nist_302/challengers_roll_subject_split_v2/train/subj_00002448_frgp_10/00002448_B_roll_10.png"
|
| 86 |
+
]
|
| 87 |
+
}
|
results/nist302_spread64_qai_embeddings.h5 → onnx/fastvit_cross_sensor_embedding_fp16.onnx
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbcaa631189fef002cb352689ee97b29627734af2c6ba3b0296c204843415428
|
| 3 |
+
size 5534826
|
qai/mdgt_pretrained_qai_target_model.bin → onnx/fastvit_cross_sensor_embedding_fp32.onnx
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:159ece576b7bff70e145db0194175cf188ed6c2cbc68efd6c2a838a44813135d
|
| 3 |
+
size 10295641
|
results/nist302_spread64_embeddings.npy → onnx/fastvit_cross_sensor_embedding_int8_linear_qdq.onnx
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:295dd4e13d0209230795cff0cc16d30872a1626aa349e53921cb04f0e511ff23
|
| 3 |
+
size 4408229
|
onnx/mdgt_pretrained_embedding.onnx
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4cf415b439822e7f5bdfa95998cdcc0e22d609b7c8deb22c34e28f0efb0e9f25
|
| 3 |
-
size 104221792
|
|
|
|
|
|
|
|
|
|
|
|
pytorch/{mdgt_nist300a_last.pt → fastvit_cross_sensor_sa12_round5_consistency_light_best_rank1.pt}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ab4ffe1b7db5d29a5c69d4db0d7ed1137bed73b76400fe2e7cb0ac1d82459f2
|
| 3 |
+
size 42601816
|
qai/fastvit_cross_sensor_qai_target_model.dlc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a38ece503a18dad77b6e202ec31ec544220a90eb605bd9a353550a9626a81fe
|
| 3 |
+
size 10440028
|
qai/mdgt_pretrained_qai_profile.json
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"execution_summary": {"estimated_inference_time": 9980, "estimated_inference_peak_memory": 103829504, "first_load_time": 201820, "first_load_peak_memory": 99102720, "warm_load_time": 179638, "warm_load_peak_memory": 102428672, "compile_time": 0, "compile_peak_memory": 0, "compile_memory_increase_range": [0, 0], "compile_memory_peak_range": [0, 0], "first_load_memory_increase_range": [0, 1141056], "first_load_memory_peak_range": [1245184, 8512624], "warm_load_memory_increase_range": [0, 1295136], "warm_load_memory_peak_range": [1048576, 8991440], "inference_memory_increase_range": [0, 0], "inference_memory_peak_range": [217088, 7554656], "all_compile_times": [], "all_first_load_times": [201820], "all_warm_load_times": [179638], "all_inference_times": [10863, 10275, 10354, 10473, 10395, 10807, 10276, 10230, 10232, 10217, 10587, 10347, 10181, 10200, 10310, 10345, 10248, 10220, 10307, 10353, 10282, 10343, 10500, 10647, 10352, 10245, 10233, 10467, 10444, 10512, 10244, 10275, 10431, 10655, 10245, 10272, 10333, 10321, 10365, 10227, 10250, 10389, 10439, 10504, 10345, 10467, 10480, 10296, 10466, 10305, 10406, 10459, 9980, 10265, 10444, 10388, 10241, 10236, 10187, 10476, 10331, 10223, 10243, 10577, 10345, 10279, 10342, 10370, 10287, 10213, 10374, 10640, 10863, 10123, 10473, 10393, 10478, 10253, 10257, 10285, 10507, 10322, 10297, 10261, 10349, 10367, 10291, 10241, 10312, 10349, 10410, 9989, 10314, 10297, 10364, 10322, 10226, 10380, 10446, 10260]}, "execution_detail": [{"name": "Input", "type": "Input", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 11578}, {"name": "image_hoist_0231", "type": "image", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 20784}, {"name": "/model/Tile", "type": "/model/Tile", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 122233}, {"name": "/model/vit/patch_embed/proj/Conv", "type": "/model/vit/patch", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 127165}, {"name": "/model/vit/patch_embed/Reshape", "type": "/model/vit/patch", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 23078}, {"name": "OpId_29", "type": "", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1079}, {"name": "/model/vit/Concat", "type": "/model/vit/Concat", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 12239}, {"name": "/model/vit/Add", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 124789}, {"name": "/model/vit/norm1/LayerNormalization", "type": "/model/vit/norm1/LayerNormalization", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 194400}, {"name": "/model/vit/qkv/MatMul_pre_reshape", "type": "/model/vit/qkv/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv/MatMul", "type": "/model/vit/qkv/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 103646}, {"name": "/model/vit/qkv/MatMul_post_reshape", "type": "/model/vit/qkv/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 424609}, {"name": "node_Slice_2985", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 7347}, {"name": "node_Slice_2988", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 7420}, {"name": "node_Slice_2991", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 7412}, {"name": "/model/vit/Squeeze", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 15708}, {"name": "/model/vit/Squeeze_1", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 10518}, {"name": "/model/vit/Squeeze_2", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 10517}, {"name": "/model/vit/Transpose_1", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 163220}, {"name": "/model/vit/MatMul", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 990787}, {"name": "/model/vit/Mul_1", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 361488}, {"name": "/model/vit/MatMul_1", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 496652}, {"name": "/model/vit/Transpose_2", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_1", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_174", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14097}, {"name": "node_MatMul_174_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_1", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 47886}, {"name": "/model/vit/norm2/LayerNormalization", "type": "/model/vit/norm2/LayerNormalization", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121411}, {"name": "/model/vit/mlp/fc1/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1/MatMul", "type": "/model/vit/mlp/fc1/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1/MatMul_post_reshape", "type": "/model/vit/mlp/fc1/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_158", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 78339}, {"name": "node_MatMul_176_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_176", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 47162}, {"name": "node_MatMul_176_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_2", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2632}, {"name": "/model/vit/norm1_1/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121454}, {"name": "/model/vit/qkv_1/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_1/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 94659}, {"name": "/model/vit/qkv_1/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_3", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 412359}, {"name": "node_Slice_2995", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3656}, {"name": "node_Slice_2998", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3726}, {"name": "node_Slice_3001", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3674}, {"name": "/model/vit/Squeeze_3", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9341}, {"name": "/model/vit/Squeeze_4", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3348}, {"name": "/model/vit/Squeeze_5", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3284}, {"name": "/model/vit/Transpose_4", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 103766}, {"name": "/model/vit/MatMul_2", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 954479}, {"name": "/model/vit/Mul_2", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_1", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 359616}, {"name": "/model/vit/MatMul_3", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 444295}, {"name": "/model/vit/Transpose_5", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_3", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_178", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14521}, {"name": "node_MatMul_178_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_3", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2652}, {"name": "/model/vit/norm2_1/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121625}, {"name": "/model/vit/mlp/fc1_1/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_1/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_1/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_159", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 78723}, {"name": "node_MatMul_180_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_180", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 54468}, {"name": "node_MatMul_180_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_4", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2662}, {"name": "/model/vit/norm1_2/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121626}, {"name": "/model/vit/qkv_2/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_2/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 94887}, {"name": "/model/vit/qkv_2/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_6", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 413986}, {"name": "node_Slice_2581", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3733}, {"name": "node_Slice_2584", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3793}, {"name": "node_Slice_2587", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3718}, {"name": "/model/vit/Squeeze_6", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9032}, {"name": "/model/vit/Squeeze_7", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3429}, {"name": "/model/vit/Squeeze_8", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3319}, {"name": "/model/vit/Transpose_7", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 92772}, {"name": "/model/vit/MatMul_4", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 738597}, {"name": "/model/vit/Mul_3", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_2", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 362043}, {"name": "/model/vit/MatMul_5", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 445543}, {"name": "/model/vit/Transpose_8", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_5", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_182", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14549}, {"name": "node_MatMul_182_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_5", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2645}, {"name": "/model/vit/norm2_2/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121513}, {"name": "/model/vit/mlp/fc1_2/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_2/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_2/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_160", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 78317}, {"name": "node_MatMul_184_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_184", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 54495}, {"name": "node_MatMul_184_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_6", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2771}, {"name": "/model/vit/norm1_3/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121556}, {"name": "/model/vit/qkv_3/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_3/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 96442}, {"name": "/model/vit/qkv_3/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_9", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 411728}, {"name": "node_Slice_3005", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3676}, {"name": "node_Slice_3008", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3730}, {"name": "node_Slice_3011", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3646}, {"name": "/model/vit/Squeeze_9", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8929}, {"name": "/model/vit/Squeeze_10", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3359}, {"name": "/model/vit/Squeeze_11", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3285}, {"name": "/model/vit/Transpose_10", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 91516}, {"name": "/model/vit/MatMul_6", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 768783}, {"name": "/model/vit/Mul_4", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_3", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 362587}, {"name": "/model/vit/MatMul_7", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 443851}, {"name": "/model/vit/Transpose_11", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_7", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_186", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14454}, {"name": "node_MatMul_186_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_7", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2661}, {"name": "/model/vit/norm2_3/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121306}, {"name": "/model/vit/mlp/fc1_3/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_3/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_3/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_161", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 77085}, {"name": "node_MatMul_188_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_188", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 54577}, {"name": "node_MatMul_188_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_8", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3054}, {"name": "/model/vit/norm1_4/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121605}, {"name": "/model/vit/qkv_4/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_4/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 96338}, {"name": "/model/vit/qkv_4/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_12", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 412456}, {"name": "node_Slice_2601", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3718}, {"name": "node_Slice_2604", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3805}, {"name": "node_Slice_2607", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3699}, {"name": "/model/vit/Squeeze_12", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8908}, {"name": "/model/vit/Squeeze_13", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3375}, {"name": "/model/vit/Squeeze_14", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3279}, {"name": "/model/vit/Transpose_13", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 91102}, {"name": "/model/vit/MatMul_8", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 751266}, {"name": "/model/vit/Mul_5", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_4", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 364542}, {"name": "/model/vit/MatMul_9", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 446371}, {"name": "/model/vit/Transpose_14", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_9", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_190", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14490}, {"name": "node_MatMul_190_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_9", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2722}, {"name": "/model/vit/norm2_4/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121764}, {"name": "/model/vit/mlp/fc1_4/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_4/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_4/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_162", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 77287}, {"name": "node_MatMul_192_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_192", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 55616}, {"name": "node_MatMul_192_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_10", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2659}, {"name": "/model/vit/norm1_5/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121529}, {"name": "/model/vit/qkv_5/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_5/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 95986}, {"name": "/model/vit/qkv_5/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_15", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 415904}, {"name": "node_Slice_2505", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3757}, {"name": "node_Slice_2508", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3709}, {"name": "node_Slice_2511", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3765}, {"name": "/model/vit/Squeeze_15", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9205}, {"name": "/model/vit/Squeeze_16", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3367}, {"name": "/model/vit/Squeeze_17", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3342}, {"name": "/model/vit/Transpose_16", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 107021}, {"name": "/model/vit/MatMul_10", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 732012}, {"name": "/model/vit/Mul_6", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_5", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 363874}, {"name": "/model/vit/MatMul_11", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 445899}, {"name": "/model/vit/Transpose_17", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_11", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_194", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14526}, {"name": "node_MatMul_194_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_11", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2618}, {"name": "/model/vit/norm2_5/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121558}, {"name": "/model/vit/mlp/fc1_5/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_5/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_5/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_163", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 78805}, {"name": "node_MatMul_196_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_196", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 54242}, {"name": "node_MatMul_196_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_12", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2740}, {"name": "/model/vit/norm1_6/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 123189}, {"name": "/model/vit/qkv_6/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_6/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 96759}, {"name": "/model/vit/qkv_6/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_18", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 412465}, {"name": "node_Slice_2611", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3788}, {"name": "node_Slice_2614", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3716}, {"name": "node_Slice_2617", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3752}, {"name": "/model/vit/Squeeze_18", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8774}, {"name": "/model/vit/Squeeze_19", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3387}, {"name": "/model/vit/Squeeze_20", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3390}, {"name": "/model/vit/Transpose_19", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 88727}, {"name": "/model/vit/MatMul_12", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 675054}, {"name": "/model/vit/Mul_7", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_6", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 362300}, {"name": "/model/vit/MatMul_13", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 443658}, {"name": "/model/vit/Transpose_20", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_13", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_198", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14463}, {"name": "node_MatMul_198_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_13", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2620}, {"name": "/model/vit/norm2_6/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121515}, {"name": "/model/vit/mlp/fc1_6/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_6/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_6/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_164", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 77759}, {"name": "node_MatMul_200_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_200", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 54571}, {"name": "node_MatMul_200_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_14", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2621}, {"name": "/model/vit/norm1_7/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121381}, {"name": "/model/vit/qkv_7/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_7/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 96072}, {"name": "/model/vit/qkv_7/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_21", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 411068}, {"name": "node_Slice_747", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3638}, {"name": "node_Slice_750", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3695}, {"name": "node_Slice_753", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3600}, {"name": "/model/vit/Squeeze_21", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9036}, {"name": "/model/vit/Squeeze_22", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3359}, {"name": "/model/vit/Squeeze_23", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3474}, {"name": "/model/vit/Transpose_22", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 94752}, {"name": "/model/vit/MatMul_14", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 685361}, {"name": "/model/vit/Mul_8", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_7", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 362336}, {"name": "/model/vit/MatMul_15", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 443563}, {"name": "/model/vit/Transpose_23", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_15", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_202", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14463}, {"name": "node_MatMul_202_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_15", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 5309}, {"name": "/model/vit/norm2_7/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121645}, {"name": "/model/vit/mlp/fc1_7/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_7/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_7/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_165", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 77234}, {"name": "node_MatMul_204_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_204", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 54760}, {"name": "node_MatMul_204_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_16", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3157}, {"name": "/model/vit/norm1_8/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121342}, {"name": "/model/vit/qkv_8/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_8/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 94853}, {"name": "/model/vit/qkv_8/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_24", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 416207}, {"name": "node_Slice_2621", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3667}, {"name": "node_Slice_2624", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3739}, {"name": "node_Slice_2627", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3711}, {"name": "/model/vit/Squeeze_24", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9047}, {"name": "/model/vit/Squeeze_25", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3395}, {"name": "/model/vit/Squeeze_26", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3306}, {"name": "/model/vit/Transpose_25", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 102070}, {"name": "/model/vit/MatMul_16", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 692641}, {"name": "/model/vit/Mul_9", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_8", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 362512}, {"name": "/model/vit/MatMul_17", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 450229}, {"name": "/model/vit/Transpose_26", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_17", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_206", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14457}, {"name": "node_MatMul_206_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_17", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3811}, {"name": "/model/vit/norm2_8/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121479}, {"name": "/model/vit/mlp/fc1_8/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_8/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_8/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_166", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 77540}, {"name": "node_MatMul_208_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_208", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 50205}, {"name": "node_MatMul_208_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_18", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3039}, {"name": "/model/vit/norm1_9/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121210}, {"name": "/model/vit/qkv_9/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_9/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 99919}, {"name": "/model/vit/qkv_9/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_27", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 414231}, {"name": "node_Slice_767", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3639}, {"name": "node_Slice_770", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3736}, {"name": "node_Slice_773", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3625}, {"name": "/model/vit/Squeeze_27", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8892}, {"name": "/model/vit/Squeeze_28", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3341}, {"name": "/model/vit/Squeeze_29", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3288}, {"name": "/model/vit/Transpose_28", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 94988}, {"name": "/model/vit/MatMul_18", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 694312}, {"name": "/model/vit/Mul_10", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_9", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 362475}, {"name": "/model/vit/MatMul_19", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 450352}, {"name": "/model/vit/Transpose_29", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_19", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_210", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14372}, {"name": "node_MatMul_210_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_19", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3056}, {"name": "/model/vit/norm2_9/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121859}, {"name": "/model/vit/mlp/fc1_9/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_9/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_9/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_167", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 79751}, {"name": "node_MatMul_212_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_212", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 54073}, {"name": "node_MatMul_212_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_20", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3026}, {"name": "/model/vit/norm1_10/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 122124}, {"name": "/model/vit/qkv_10/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_10/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 96611}, {"name": "/model/vit/qkv_10/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_30", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 412905}, {"name": "node_Slice_777", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3668}, {"name": "node_Slice_780", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3754}, {"name": "node_Slice_783", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3652}, {"name": "/model/vit/Squeeze_30", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8937}, {"name": "/model/vit/Squeeze_31", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3361}, {"name": "/model/vit/Squeeze_32", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3291}, {"name": "/model/vit/Transpose_31", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 93099}, {"name": "/model/vit/MatMul_20", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 710545}, {"name": "/model/vit/Mul_11", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_10", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 362309}, {"name": "/model/vit/MatMul_21", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 442854}, {"name": "/model/vit/Transpose_32", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_21", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_214", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14454}, {"name": "node_MatMul_214_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_21", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2837}, {"name": "/model/vit/norm2_10/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121204}, {"name": "/model/vit/mlp/fc1_10/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_10/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_10/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_168", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 77944}, {"name": "node_MatMul_216_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_216", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 53219}, {"name": "node_MatMul_216_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_22", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 11010}, {"name": "/model/vit/norm1_11/LayerNormalization", "type": "/model/vit/norm1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121145}, {"name": "/model/vit/qkv_11/MatMul_pre_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/qkv_11/MatMul", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 94119}, {"name": "/model/vit/qkv_11/MatMul_post_reshape", "type": "/model/vit/qkv", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Transpose_33", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 446909}, {"name": "node_Slice_3099", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3661}, {"name": "node_Slice_3102", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3682}, {"name": "node_Slice_3105", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 7145}, {"name": "/model/vit/Squeeze_33", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8749}, {"name": "/model/vit/Squeeze_34", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3384}, {"name": "/model/vit/Squeeze_35", "type": "/model/vit/Squeeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 5871}, {"name": "/model/vit/Transpose_34", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 94802}, {"name": "/model/vit/MatMul_22", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 851061}, {"name": "/model/vit/Mul_12", "type": "/model/vit/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Softmax_11", "type": "/model/vit/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 365500}, {"name": "/model/vit/MatMul_23", "type": "/model/vit/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 456162}, {"name": "/model/vit/Transpose_35", "type": "/model/vit/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Reshape_23", "type": "/model/vit/Reshape", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_218", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 15146}, {"name": "node_MatMul_218_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_23", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 7057}, {"name": "/model/vit/norm2_11/LayerNormalization", "type": "/model/vit/norm2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 181193}, {"name": "/model/vit/mlp/fc1_11/MatMul_pre_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_11/MatMul", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/mlp/fc1_11/MatMul_post_reshape", "type": "/model/vit/mlp/fc1", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_169", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 77958}, {"name": "node_MatMul_220_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_220", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 54694}, {"name": "node_MatMul_220_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/vit/Add_24", "type": "/model/vit/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 23633}, {"name": "/model/vit/norm/LayerNormalization", "type": "/model/vit/norm/LayerNormalization", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 122454}, {"name": "/model/vit/Slice", "type": "/model/vit/Slice", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 155296}, {"name": "/model/tram/ReduceMax", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 150030}, {"name": "fused_/model/tram/Slice_/model/tram/Slice_1", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 109498}, {"name": "/model/tram/ReduceSum", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 11736}, {"name": "/model/tram/ReduceMax_1", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 152602}, {"name": "fused_/model/tram/Slice_2_/model/tram/Slice_3", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 99750}, {"name": "/model/tram/ReduceSum_1", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 13170}, {"name": "/model/tram/Add_1", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2836}, {"name": "/model/tram/ReduceMax_2", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 158209}, {"name": "fused_/model/tram/Slice_4_/model/tram/Slice_5", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 111710}, {"name": "/model/tram/ReduceSum_2", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 18564}, {"name": "/model/tram/Add_2", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1961}, {"name": "/model/tram/ReduceMax_3", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 162004}, {"name": "fused_/model/tram/Slice_6_/model/tram/Slice_7", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 105990}, {"name": "/model/tram/ReduceSum_3", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 168266}, {"name": "/model/tram/Add_3", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1532}, {"name": "/model/tram/ReduceMax_4", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 157165}, {"name": "fused_/model/tram/Slice_8_/model/tram/Slice_9", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 109201}, {"name": "/model/tram/ReduceSum_4", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 143261}, {"name": "/model/tram/Add_4", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1281}, {"name": "/model/tram/ReduceMax_5", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 155042}, {"name": "fused_/model/tram/Slice_10_/model/tram/Slice_11", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 108273}, {"name": "/model/tram/ReduceSum_5", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 134687}, {"name": "/model/tram/Add_5", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1761}, {"name": "/model/tram/ReduceMax_6", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 158310}, {"name": "fused_/model/tram/Slice_12_/model/tram/Slice_13", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 107693}, {"name": "/model/tram/ReduceSum_6", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 132419}, {"name": "/model/tram/Add_6", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1739}, {"name": "/model/tram/ReduceMax_7", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 157070}, {"name": "fused_/model/tram/Slice_14_/model/tram/Slice_15", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 110206}, {"name": "/model/tram/ReduceSum_7", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 139241}, {"name": "/model/tram/Add_7", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 824}, {"name": "/model/tram/ReduceMax_8", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 155437}, {"name": "fused_/model/tram/Slice_16_/model/tram/Slice_17", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 109991}, {"name": "/model/tram/ReduceSum_8", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 128844}, {"name": "/model/tram/Add_8", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1745}, {"name": "/model/tram/ReduceMax_9", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 155536}, {"name": "fused_/model/tram/Slice_18_/model/tram/Slice_19", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 110488}, {"name": "/model/tram/ReduceSum_9", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 128832}, {"name": "/model/tram/Add_9", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2244}, {"name": "/model/tram/ReduceMax_10", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 155086}, {"name": "fused_/model/tram/Slice_20_/model/tram/Slice_21", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 107178}, {"name": "/model/tram/ReduceSum_10", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 127383}, {"name": "/model/tram/Add_10", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2191}, {"name": "/model/tram/ReduceMax_11", "type": "/model/tram/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 164400}, {"name": "fused_/model/tram/Slice_22_/model/tram/Slice_23", "type": "fused", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 189221}, {"name": "/model/tram/ReduceSum_11", "type": "/model/tram/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 135714}, {"name": "/model/tram/Add_11", "type": "/model/tram/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9394}, {"name": "/model/tram/TopK", "type": "/model/tram/TopK", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 23167}, {"name": "OpId_1274", "type": "", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 698}, {"name": "node_Concat_1", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 7491}, {"name": "/model/tram/TopK_1", "type": "/model/tram/TopK", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 23944}, {"name": "/model/tram/Unsqueeze", "type": "/model/tram/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/tram/Expand_1", "type": "/model/tram/Expand", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 93377}, {"name": "/model/tram/GatherElements", "type": "/model/tram/GatherElements", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 148523}, {"name": "/model/Transpose", "type": "/model/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/MatMul", "type": "/model/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 29410}, {"name": "/model/Mul", "type": "/model/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14177}, {"name": "/model/ReduceSum", "type": "/model/ReduceSum", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8825}, {"name": "node_Reshape_155", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1127}, {"name": "/model/Add", "type": "/model/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 30153}, {"name": "/model/Mul_1", "type": "/model/Mul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3059}, {"name": "/model/Sub", "type": "/model/Sub", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9493}, {"name": "/model/TopK", "type": "/model/TopK", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 40063}, {"name": "/model/Unsqueeze_2", "type": "/model/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "OpId_1315", "type": "", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 116}, {"name": "OpId_1316", "type": "", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 121}, {"name": "/model/Concat", "type": "/model/Concat", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3463}, {"name": "/model/ScatterND", "type": "/model/ScatterND", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 20324}, {"name": "/model/Div", "type": "/model/Div", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1170}, {"name": "/model/Cast_2", "type": "/model/Cast", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/Mod", "type": "/model/Mod", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2326}, {"name": "/model/Cast_3", "type": "/model/Cast", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/Unsqueeze_3", "type": "/model/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3411}, {"name": "/model/Unsqueeze_4", "type": "/model/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/Sub_1", "type": "/model/Sub", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 18669}, {"name": "/model/Unsqueeze_5", "type": "/model/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 12724}, {"name": "/model/Unsqueeze_6", "type": "/model/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/Sub_2", "type": "/model/Sub", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 19871}, {"name": "node_Mul_156", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 10757}, {"name": "node_Mul_157", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 12482}, {"name": "/model/Add_3", "type": "/model/Add", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 536}, {"name": "/model/Sqrt", "type": "/model/Sqrt", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 4708}, {"name": "/model/ReduceMax", "type": "/model/ReduceMax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 5806}, {"name": "/model/Clip", "type": "/model/Clip", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8490}, {"name": "/model/Div_1", "type": "/model/Div", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 17817}, {"name": "/model/Div_2", "type": "/model/Div", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9813}, {"name": "/model/Div_3", "type": "/model/Div", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9731}, {"name": "/model/Equal_4", "type": "/model/Equal", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8019}, {"name": "/model/Equal_5", "type": "/model/Equal", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 37875}, {"name": "/model/And", "type": "/model/And", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 27165}, {"name": "/model/Div_4", "type": "/model/Div", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 51141}, {"name": "/model/Where_4", "type": "/model/Where", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 37636}, {"name": "/model/Div_5", "type": "/model/Div", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 986}, {"name": "/model/Where_5", "type": "/model/Where", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 5912}, {"name": "/model/Unsqueeze_7", "type": "/model/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 4102}, {"name": "/model/Unsqueeze_8", "type": "/model/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3111}, {"name": "/model/Unsqueeze_9", "type": "/model/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3216}, {"name": "/model/Unsqueeze_10", "type": "/model/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2719}, {"name": "/model/Unsqueeze_11", "type": "/model/Unsqueeze", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2641}, {"name": "/model/Concat_2", "type": "/model/Concat", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 15226}, {"name": "/model/gnn_layers.1/rpe_mlp/rpe_mlp.0/MatMul_pre_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/rpe_mlp/rpe_mlp.0/MatMul_pre_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/norm1/LayerNormalization", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 32259}, {"name": "node_MatMul_21_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_21", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_21_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Slice_797", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Slice_800", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Slice_803", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14779}, {"name": "/model/gnn_layers.0/Reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/Transpose", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 11374}, {"name": "/model/gnn_layers.0/Reshape_1", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/Reshape_2", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/Transpose_1", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/Transpose_2", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 79909}, {"name": "/model/gnn_layers.0/Mul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2710}, {"name": "/model/gnn_layers.0/rpe_mlp/rpe_mlp.0/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 6383}, {"name": "/model/gnn_layers.0/rpe_mlp/rpe_mlp.1/Relu", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8686}, {"name": "/model/gnn_layers.0/rpe_mlp/rpe_mlp.2/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 17589}, {"name": "/model/gnn_layers.0/rpe_mlp/rpe_mlp.2/MatMul_post_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/Transpose_3", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1516}, {"name": "/model/gnn_layers.0/Add", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 239}, {"name": "/model/gnn_layers.0/Unsqueeze", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/Not", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1072}, {"name": "/model/gnn_layers.0/Where", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 21145}, {"name": "/model/gnn_layers.0/Softmax", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 13005}, {"name": "/model/gnn_layers.0/MatMul_1", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 16504}, {"name": "/model/gnn_layers.0/Transpose_4", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/Reshape_3", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/W_o/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 12765}, {"name": "/model/gnn_layers.0/W_o/MatMul_post_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/Add_1", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14984}, {"name": "/model/gnn_layers.0/norm2/LayerNormalization", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 17670}, {"name": "/model/gnn_layers.0/ffn/ffn.0/MatMul_pre_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/ffn/ffn.0/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/ffn/ffn.0/MatMul_post_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_170", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 72747}, {"name": "/model/gnn_layers.0/ffn/ffn.3/MatMul_pre_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/ffn/ffn.3/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 45845}, {"name": "/model/gnn_layers.0/ffn/ffn.3/MatMul_post_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.0/Add_2", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9415}, {"name": "/model/gnn_layers.1/norm1/LayerNormalization", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 22505}, {"name": "node_MatMul_24_pre_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_24", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_MatMul_24_post_reshape", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Slice_807", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Slice_810", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Slice_813", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 18476}, {"name": "/model/gnn_layers.1/Reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/Transpose", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 13784}, {"name": "/model/gnn_layers.1/Reshape_1", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/Reshape_2", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/Transpose_1", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/Transpose_2", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 49529}, {"name": "/model/gnn_layers.1/Mul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3673}, {"name": "/model/gnn_layers.1/rpe_mlp/rpe_mlp.0/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9219}, {"name": "/model/gnn_layers.1/rpe_mlp/rpe_mlp.1/Relu", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8889}, {"name": "/model/gnn_layers.1/rpe_mlp/rpe_mlp.2/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 14853}, {"name": "/model/gnn_layers.1/rpe_mlp/rpe_mlp.2/MatMul_post_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/Transpose_3", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 12639}, {"name": "/model/gnn_layers.1/Add", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 209}, {"name": "/model/gnn_layers.1/Where", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1328}, {"name": "/model/gnn_layers.1/Softmax", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 12338}, {"name": "/model/gnn_layers.1/MatMul_1", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 11455}, {"name": "/model/gnn_layers.1/Transpose_4", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/Reshape_3", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/W_o/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 13127}, {"name": "/model/gnn_layers.1/W_o/MatMul_post_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/Add_1", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 4659}, {"name": "/model/gnn_layers.1/norm2/LayerNormalization", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 18970}, {"name": "/model/gnn_layers.1/ffn/ffn.0/MatMul_pre_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/ffn/ffn.0/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/ffn/ffn.0/MatMul_post_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_171", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 68072}, {"name": "/model/gnn_layers.1/ffn/ffn.3/MatMul_pre_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/ffn/ffn.3/MatMul", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 48377}, {"name": "/model/gnn_layers.1/ffn/ffn.3/MatMul_post_reshape", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/gnn_layers.1/Add_2", "type": "/model/gnn", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 5959}, {"name": "/model/pool/Transpose", "type": "/model/pool/Transpose", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/pool/MatMul", "type": "/model/pool/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 13766}, {"name": "node_Mul_1", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "/model/pool/Softmax", "type": "/model/pool/Softmax", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1034}, {"name": "/model/pool/MatMul_1", "type": "/model/pool/MatMul", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 2298}, {"name": "/model/pool/proj/Gemm", "type": "/model/pool/proj/Gemm", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 8159}, {"name": "node_Gemm_28", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 0}, {"name": "node_Gelu_172", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 3509}, {"name": "node_Gemm_29", "type": "node", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 1176}, {"name": "_l2_norm_0", "type": "l2", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 9878}, {"name": "Output", "type": "Output", "compute_unit": "NPU", "execution_time": 0, "execution_cycles": 5642}]}
|
|
|
|
|
|
qai/onnx_ort_summary.json
DELETED
|
@@ -1,101 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model": {
|
| 3 |
-
"checkpoint": "/home/linhdang/workspace2/fingerprint-graph/checkpoints_nist300a/last.pt",
|
| 4 |
-
"epoch": 53,
|
| 5 |
-
"image_size": 224,
|
| 6 |
-
"model_kind": "vit_small_patch14_dinov2.lvd142m",
|
| 7 |
-
"tram_export": {
|
| 8 |
-
"deterministic": true,
|
| 9 |
-
"updates": [
|
| 10 |
-
{
|
| 11 |
-
"after": {
|
| 12 |
-
"grid_size": [
|
| 13 |
-
16,
|
| 14 |
-
16
|
| 15 |
-
],
|
| 16 |
-
"k_attention": 24,
|
| 17 |
-
"k_random": 0,
|
| 18 |
-
"k_uniform": 6,
|
| 19 |
-
"name": "tram",
|
| 20 |
-
"num_tokens": 30
|
| 21 |
-
},
|
| 22 |
-
"before": {
|
| 23 |
-
"grid_size": [
|
| 24 |
-
14,
|
| 25 |
-
14
|
| 26 |
-
],
|
| 27 |
-
"k_attention": 21,
|
| 28 |
-
"k_random": 3,
|
| 29 |
-
"k_uniform": 6,
|
| 30 |
-
"name": "tram",
|
| 31 |
-
"num_tokens": 30
|
| 32 |
-
}
|
| 33 |
-
}
|
| 34 |
-
]
|
| 35 |
-
},
|
| 36 |
-
"val_eer": 0.09928751739616241
|
| 37 |
-
},
|
| 38 |
-
"onnx": {
|
| 39 |
-
"onnx_check": "ok",
|
| 40 |
-
"onnx_nodes": 972,
|
| 41 |
-
"onnx_path": "runs/qai_mdgt_pretrained_nist300a_20260707/mdgt_pretrained_embedding.onnx",
|
| 42 |
-
"op_counts": {
|
| 43 |
-
"Add": 127,
|
| 44 |
-
"And": 1,
|
| 45 |
-
"BatchNormalization": 2,
|
| 46 |
-
"Cast": 6,
|
| 47 |
-
"Clip": 2,
|
| 48 |
-
"Concat": 6,
|
| 49 |
-
"Constant": 302,
|
| 50 |
-
"ConstantOfShape": 8,
|
| 51 |
-
"Conv": 1,
|
| 52 |
-
"Div": 23,
|
| 53 |
-
"Equal": 9,
|
| 54 |
-
"Erf": 15,
|
| 55 |
-
"Expand": 11,
|
| 56 |
-
"Gather": 1,
|
| 57 |
-
"GatherElements": 1,
|
| 58 |
-
"Gemm": 3,
|
| 59 |
-
"LayerNormalization": 29,
|
| 60 |
-
"MatMul": 95,
|
| 61 |
-
"Mod": 1,
|
| 62 |
-
"Mul": 77,
|
| 63 |
-
"Not": 2,
|
| 64 |
-
"Pow": 2,
|
| 65 |
-
"ReduceL2": 1,
|
| 66 |
-
"ReduceMax": 13,
|
| 67 |
-
"ReduceSum": 13,
|
| 68 |
-
"Relu": 2,
|
| 69 |
-
"Reshape": 35,
|
| 70 |
-
"ScatterND": 1,
|
| 71 |
-
"Shape": 10,
|
| 72 |
-
"Slice": 26,
|
| 73 |
-
"Softmax": 15,
|
| 74 |
-
"Split": 12,
|
| 75 |
-
"Sqrt": 1,
|
| 76 |
-
"Squeeze": 36,
|
| 77 |
-
"Sub": 3,
|
| 78 |
-
"Tile": 1,
|
| 79 |
-
"TopK": 3,
|
| 80 |
-
"Transpose": 50,
|
| 81 |
-
"Unsqueeze": 15,
|
| 82 |
-
"Where": 11
|
| 83 |
-
},
|
| 84 |
-
"opset": 17
|
| 85 |
-
},
|
| 86 |
-
"ort": {
|
| 87 |
-
"iterations": 3,
|
| 88 |
-
"latency_ms_mean": 54.28004334680736,
|
| 89 |
-
"latency_ms_p50": 50.898298039101064,
|
| 90 |
-
"latency_ms_p95": 75.85197165608406,
|
| 91 |
-
"max_abs_diff": 2.7194619178771973e-07,
|
| 92 |
-
"mean_abs_diff": 7.6402443482948e-08,
|
| 93 |
-
"output_finite": true,
|
| 94 |
-
"output_shape": [
|
| 95 |
-
1,
|
| 96 |
-
256
|
| 97 |
-
],
|
| 98 |
-
"provider": "CPUExecutionProvider",
|
| 99 |
-
"warmup": 1
|
| 100 |
-
}
|
| 101 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
qai/qai_qnn_context_binary_summary.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"compile_job_id": "jgjwl2v75",
|
| 3 |
+
"compile_status": "JobStatus\n---------\ncode : FAILED\nmessage : Conversion to context binary failed with exit code 14\n",
|
| 4 |
+
"compile_url": "https://workbench.aihub.qualcomm.com/jobs/jgjwl2v75/",
|
| 5 |
+
"compute_unit": "npu",
|
| 6 |
+
"device_name": "Samsung Galaxy S24 (Family)",
|
| 7 |
+
"error": "Model passed in was 'None' (make sure this is not the target of a failed compile job)",
|
| 8 |
+
"error_type": "UserError",
|
| 9 |
+
"input_specs": {
|
| 10 |
+
"image": [
|
| 11 |
+
1,
|
| 12 |
+
1,
|
| 13 |
+
224,
|
| 14 |
+
224
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"source_onnx": "runs/fastvit_cross_sensor_sa12_round5_consistency_light_export_20260707/fastvit_round4_embedding_fp32.onnx",
|
| 18 |
+
"status": "failed",
|
| 19 |
+
"target_runtime": "qnn_context_binary"
|
| 20 |
+
}
|
qai/qai_qnn_dlc_summary.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"compile_job_id": "jgdzvqxk5",
|
| 3 |
+
"compile_status": "JobStatus\n---------\ncode : SUCCESS\nmessage : \n",
|
| 4 |
+
"compile_url": "https://workbench.aihub.qualcomm.com/jobs/jgdzvqxk5/",
|
| 5 |
+
"compute_unit": "npu",
|
| 6 |
+
"device_name": "Samsung Galaxy S24 (Family)",
|
| 7 |
+
"inference_job_id": "jgz47j2zp",
|
| 8 |
+
"inference_status": "JobStatus\n---------\ncode : FAILED\nmessage : Failed to profile the model: Failed to call QnnModel_composeGraphsFromDlc: MODEL_GRAPH_ERROR.\n",
|
| 9 |
+
"inference_url": "https://workbench.aihub.qualcomm.com/jobs/jgz47j2zp/",
|
| 10 |
+
"input_specs": {
|
| 11 |
+
"image": [
|
| 12 |
+
1,
|
| 13 |
+
1,
|
| 14 |
+
224,
|
| 15 |
+
224
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
"profile_job_id": "jp847m2z5",
|
| 19 |
+
"profile_path": "{}",
|
| 20 |
+
"profile_status": "JobStatus\n---------\ncode : FAILED\nmessage : Failed to profile the model: Failed to call QnnModel_composeGraphsFromDlc: MODEL_GRAPH_ERROR.\n",
|
| 21 |
+
"profile_url": "https://workbench.aihub.qualcomm.com/jobs/jp847m2z5/",
|
| 22 |
+
"source_onnx": "runs/fastvit_cross_sensor_sa12_round5_consistency_light_export_20260707/fastvit_round4_embedding_fp32.onnx",
|
| 23 |
+
"status": "completed",
|
| 24 |
+
"target_model_path": "runs/qai_fastvit_cross_sensor_sa12_round5_qnndlc_20260707/qai_artifacts/fastvit_cross_sensor_qai_target_model.dlc",
|
| 25 |
+
"target_runtime": "qnn_dlc"
|
| 26 |
+
}
|
qai/qai_qnn_lib_attempt_summary.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"compute_unit": "npu",
|
| 3 |
+
"device_name": "Samsung Galaxy S24 (Family)",
|
| 4 |
+
"error": "argument --target_runtime: Unsupported target runtime: qnn_lib_aarch64_android. Expecting one of 'onnx', 'precompiled_qnn_onnx', 'qnn_context_binary', 'qnn_dlc', 'tflite'",
|
| 5 |
+
"error_type": "UserError",
|
| 6 |
+
"input_specs": {
|
| 7 |
+
"image": [
|
| 8 |
+
1,
|
| 9 |
+
1,
|
| 10 |
+
224,
|
| 11 |
+
224
|
| 12 |
+
]
|
| 13 |
+
},
|
| 14 |
+
"source_onnx": "runs/fastvit_cross_sensor_sa12_round5_consistency_light_export_20260707/fastvit_round4_embedding_fp32.onnx",
|
| 15 |
+
"status": "failed",
|
| 16 |
+
"target_runtime": "qnn_lib_aarch64_android"
|
| 17 |
+
}
|
qai/qai_summary.json
DELETED
|
@@ -1,101 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model": {
|
| 3 |
-
"checkpoint": "/home/linhdang/workspace2/fingerprint-graph/checkpoints_nist300a/last.pt",
|
| 4 |
-
"epoch": 53,
|
| 5 |
-
"image_size": 224,
|
| 6 |
-
"model_kind": "vit_small_patch14_dinov2.lvd142m",
|
| 7 |
-
"tram_export": {
|
| 8 |
-
"deterministic": true,
|
| 9 |
-
"updates": [
|
| 10 |
-
{
|
| 11 |
-
"after": {
|
| 12 |
-
"grid_size": [
|
| 13 |
-
16,
|
| 14 |
-
16
|
| 15 |
-
],
|
| 16 |
-
"k_attention": 24,
|
| 17 |
-
"k_random": 0,
|
| 18 |
-
"k_uniform": 6,
|
| 19 |
-
"name": "tram",
|
| 20 |
-
"num_tokens": 30
|
| 21 |
-
},
|
| 22 |
-
"before": {
|
| 23 |
-
"grid_size": [
|
| 24 |
-
14,
|
| 25 |
-
14
|
| 26 |
-
],
|
| 27 |
-
"k_attention": 21,
|
| 28 |
-
"k_random": 3,
|
| 29 |
-
"k_uniform": 6,
|
| 30 |
-
"name": "tram",
|
| 31 |
-
"num_tokens": 30
|
| 32 |
-
}
|
| 33 |
-
}
|
| 34 |
-
]
|
| 35 |
-
},
|
| 36 |
-
"val_eer": 0.09928751739616241
|
| 37 |
-
},
|
| 38 |
-
"onnx": {
|
| 39 |
-
"onnx_check": "ok",
|
| 40 |
-
"onnx_nodes": 972,
|
| 41 |
-
"onnx_path": "runs/qai_mdgt_pretrained_nist300a_20260707/mdgt_pretrained_embedding.onnx",
|
| 42 |
-
"op_counts": {
|
| 43 |
-
"Add": 127,
|
| 44 |
-
"And": 1,
|
| 45 |
-
"BatchNormalization": 2,
|
| 46 |
-
"Cast": 6,
|
| 47 |
-
"Clip": 2,
|
| 48 |
-
"Concat": 6,
|
| 49 |
-
"Constant": 302,
|
| 50 |
-
"ConstantOfShape": 8,
|
| 51 |
-
"Conv": 1,
|
| 52 |
-
"Div": 23,
|
| 53 |
-
"Equal": 9,
|
| 54 |
-
"Erf": 15,
|
| 55 |
-
"Expand": 11,
|
| 56 |
-
"Gather": 1,
|
| 57 |
-
"GatherElements": 1,
|
| 58 |
-
"Gemm": 3,
|
| 59 |
-
"LayerNormalization": 29,
|
| 60 |
-
"MatMul": 95,
|
| 61 |
-
"Mod": 1,
|
| 62 |
-
"Mul": 77,
|
| 63 |
-
"Not": 2,
|
| 64 |
-
"Pow": 2,
|
| 65 |
-
"ReduceL2": 1,
|
| 66 |
-
"ReduceMax": 13,
|
| 67 |
-
"ReduceSum": 13,
|
| 68 |
-
"Relu": 2,
|
| 69 |
-
"Reshape": 35,
|
| 70 |
-
"ScatterND": 1,
|
| 71 |
-
"Shape": 10,
|
| 72 |
-
"Slice": 26,
|
| 73 |
-
"Softmax": 15,
|
| 74 |
-
"Split": 12,
|
| 75 |
-
"Sqrt": 1,
|
| 76 |
-
"Squeeze": 36,
|
| 77 |
-
"Sub": 3,
|
| 78 |
-
"Tile": 1,
|
| 79 |
-
"TopK": 3,
|
| 80 |
-
"Transpose": 50,
|
| 81 |
-
"Unsqueeze": 15,
|
| 82 |
-
"Where": 11
|
| 83 |
-
},
|
| 84 |
-
"opset": 17
|
| 85 |
-
},
|
| 86 |
-
"qai": {
|
| 87 |
-
"compile_job_id": "j5mdzql95",
|
| 88 |
-
"compile_status": "JobStatus\n---------\ncode : SUCCESS\nmessage : \n",
|
| 89 |
-
"compile_url": "https://workbench.aihub.qualcomm.com/jobs/j5mdzql95/",
|
| 90 |
-
"inference_job_id": "jgk9y7kn5",
|
| 91 |
-
"inference_output_path": "runs/qai_mdgt_pretrained_nist300a_20260707/qai_artifacts/mdgt_pretrained_qai_inference_output.h5",
|
| 92 |
-
"inference_status": "JobStatus\n---------\ncode : SUCCESS\nmessage : \n",
|
| 93 |
-
"inference_url": "https://workbench.aihub.qualcomm.com/jobs/jgk9y7kn5/",
|
| 94 |
-
"profile_job_id": "jp2vm0zq5",
|
| 95 |
-
"profile_path": "runs/qai_mdgt_pretrained_nist300a_20260707/qai_artifacts/mdgt_pretrained_qai_profile.json",
|
| 96 |
-
"profile_status": "JobStatus\n---------\ncode : SUCCESS\nmessage : \n",
|
| 97 |
-
"profile_url": "https://workbench.aihub.qualcomm.com/jobs/jp2vm0zq5/",
|
| 98 |
-
"status": "completed",
|
| 99 |
-
"target_model_path": "runs/qai_mdgt_pretrained_nist300a_20260707/qai_artifacts/mdgt_pretrained_qai_target_model.bin"
|
| 100 |
-
}
|
| 101 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
results/checkpoint_metrics.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_rank1": 0.8133528828620911,
|
| 3 |
+
"config_summary": {
|
| 4 |
+
"augment_profile": "light",
|
| 5 |
+
"clahe": true,
|
| 6 |
+
"consistency_weight": 0.05,
|
| 7 |
+
"fastvit_model": "fastvit_sa12.apple_in1k",
|
| 8 |
+
"feature_index": 1,
|
| 9 |
+
"gabor": false,
|
| 10 |
+
"gnn_dim": 256,
|
| 11 |
+
"gnn_heads": 4,
|
| 12 |
+
"gnn_k": 8,
|
| 13 |
+
"gnn_layers": 2,
|
| 14 |
+
"hard_negative_ratio": 0.5,
|
| 15 |
+
"image_size": 224,
|
| 16 |
+
"model_type": "fastvit_graph",
|
| 17 |
+
"output_dim": 256,
|
| 18 |
+
"resize_mode": "squeeze",
|
| 19 |
+
"supcon_weight": 0.15,
|
| 20 |
+
"token_k": 64,
|
| 21 |
+
"token_selection": "tram",
|
| 22 |
+
"token_tram_temperature": 0.2,
|
| 23 |
+
"token_tram_weight": 0.5
|
| 24 |
+
},
|
| 25 |
+
"epoch": 1,
|
| 26 |
+
"metrics": {
|
| 27 |
+
"auc": 0.9983431867002304,
|
| 28 |
+
"eer": 0.017820089428426635,
|
| 29 |
+
"gallery_count": 8000,
|
| 30 |
+
"identity_count": 2000,
|
| 31 |
+
"mAP": 0.790134998310548,
|
| 32 |
+
"probe_count": 13630,
|
| 33 |
+
"protocol_summary": {
|
| 34 |
+
"common_identity_count": 2000,
|
| 35 |
+
"gallery": {
|
| 36 |
+
"device_counts": {
|
| 37 |
+
"nist302b_U_1000_roll": 2000,
|
| 38 |
+
"nist302b_U_500_roll": 2000,
|
| 39 |
+
"nist302b_V_1000_roll": 2000,
|
| 40 |
+
"nist302b_V_500_roll": 2000
|
| 41 |
+
},
|
| 42 |
+
"domain_counts": {
|
| 43 |
+
"nist302b": 8000
|
| 44 |
+
},
|
| 45 |
+
"identity_count": 2000,
|
| 46 |
+
"role_counts": {
|
| 47 |
+
"reference": 8000
|
| 48 |
+
},
|
| 49 |
+
"sample_count": 8000
|
| 50 |
+
},
|
| 51 |
+
"missing_gallery_identity_count": 0,
|
| 52 |
+
"missing_probe_identity_count": 0,
|
| 53 |
+
"probe": {
|
| 54 |
+
"device_counts": {
|
| 55 |
+
"nist302a_A_roll": 1960,
|
| 56 |
+
"nist302a_B_roll": 1956,
|
| 57 |
+
"nist302a_C_roll": 1998,
|
| 58 |
+
"nist302a_D_roll": 1987,
|
| 59 |
+
"nist302a_E_roll": 1887,
|
| 60 |
+
"nist302a_F_roll": 2000,
|
| 61 |
+
"nist302a_G_roll": 700,
|
| 62 |
+
"nist302a_H_roll": 1142
|
| 63 |
+
},
|
| 64 |
+
"domain_counts": {
|
| 65 |
+
"nist302a": 13630
|
| 66 |
+
},
|
| 67 |
+
"identity_count": 2000,
|
| 68 |
+
"role_counts": {
|
| 69 |
+
"probe": 13630
|
| 70 |
+
},
|
| 71 |
+
"sample_count": 13630
|
| 72 |
+
}
|
| 73 |
+
},
|
| 74 |
+
"rank1": 0.8133528828620911,
|
| 75 |
+
"rank10": 0.9479089975357056,
|
| 76 |
+
"rank5": 0.9174614548683167,
|
| 77 |
+
"status": "ok"
|
| 78 |
+
},
|
| 79 |
+
"source_checkpoint": "checkpoints_fastvit_cross_sensor_sa12_round5_consistency_light/best_rank1.pt"
|
| 80 |
+
}
|
results/nist302_spread64_matches.csv
DELETED
|
@@ -1,65 +0,0 @@
|
|
| 1 |
-
probe_index,probe_identity,probe_path,rank,top1_identity,top1_path,top1_score,genuine_score,best_impostor_score,margin
|
| 2 |
-
0,00002302::01,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/B/roll/png/00002302_B_roll_01.png,1,00002302::01,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002302_V_500_roll_01.png,0.5797422528266907,0.5797422528266907,0.4082483947277069,0.17149385809898376
|
| 3 |
-
1,00002306::02,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002306_A_roll_02.png,1,00002306::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002306_U_1000_roll_02.png,0.5730810761451721,0.5730810761451721,0.491848886013031,0.08123219013214111
|
| 4 |
-
2,00002312::04,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002312_A_roll_04.png,8,00002626::03,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002626_U_500_roll_03.png,0.45239022374153137,0.3795979619026184,0.45239022374153137,-0.07279226183891296
|
| 5 |
-
3,00002315::06,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002315_A_roll_06.png,1,00002315::06,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002315_U_500_roll_06.png,0.4681206941604614,0.4681206941604614,0.40907424688339233,0.05904644727706909
|
| 6 |
-
4,00002320::07,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002320_A_roll_07.png,4,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002569_V_500_roll_07.png,0.5381101965904236,0.481580913066864,0.5381101965904236,-0.05652928352355957
|
| 7 |
-
5,00002326::09,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002326_A_roll_09.png,1,00002326::09,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002326_V_500_roll_09.png,0.45221254229545593,0.45221254229545593,0.4050846993923187,0.04712784290313721
|
| 8 |
-
6,00002330::01,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002330_A_roll_01.png,1,00002330::01,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002330_U_500_roll_01.png,0.4874846339225769,0.4874846339225769,0.4635242521762848,0.023960381746292114
|
| 9 |
-
7,00002337::03,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002337_A_roll_03.png,5,00002306::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002306_V_500_roll_02.png,0.47092539072036743,0.40358930826187134,0.47092539072036743,-0.0673360824584961
|
| 10 |
-
8,00002340::04,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002340_A_roll_04.png,1,00002340::04,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002340_V_500_roll_04.png,0.5202358961105347,0.5202358961105347,0.494966596364975,0.025269299745559692
|
| 11 |
-
9,00002344::06,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002344_A_roll_06.png,16,00002447::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002447_U_500_roll_02.png,0.36533981561660767,0.29241904616355896,0.36533981561660767,-0.0729207694530487
|
| 12 |
-
10,00002351::08,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002351_A_roll_08.png,1,00002351::08,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002351_U_500_roll_08.png,0.6281869411468506,0.6281869411468506,0.5166577696800232,0.11152917146682739
|
| 13 |
-
11,00002354::10,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002354_A_roll_10.png,32,00002412::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002412_U_500_roll_02.png,0.4970741868019104,0.2991552948951721,0.4970741868019104,-0.19791889190673828
|
| 14 |
-
12,00002358::01,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002358_A_roll_01.png,2,00002489::03,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002489_V_1000_roll_03.png,0.4538002610206604,0.4455113708972931,0.4538002610206604,-0.00828889012336731
|
| 15 |
-
13,00002361::03,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002361_A_roll_03.png,1,00002361::03,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002361_V_1000_roll_03.png,0.4739189147949219,0.4739189147949219,0.43607020378112793,0.037848711013793945
|
| 16 |
-
14,00002367::05,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002367_A_roll_05.png,3,00002412::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002412_U_1000_roll_02.png,0.41100043058395386,0.3950219750404358,0.41100043058395386,-0.015978455543518066
|
| 17 |
-
15,00002370::06,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002370_A_roll_06.png,4,00002596::06,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002596_V_500_roll_06.png,0.5932525992393494,0.502612829208374,0.5932525992393494,-0.09063977003097534
|
| 18 |
-
16,00002373::08,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002373_A_roll_08.png,44,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002569_U_500_roll_07.png,0.5497719049453735,0.3484269082546234,0.5497719049453735,-0.20134499669075012
|
| 19 |
-
17,00002376::10,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002376_A_roll_10.png,1,00002376::10,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002376_V_500_roll_10.png,0.5172441601753235,0.5172441601753235,0.44824713468551636,0.06899702548980713
|
| 20 |
-
18,00002383::02,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002383_A_roll_02.png,15,00002596::06,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002596_V_500_roll_06.png,0.49430227279663086,0.39037376642227173,0.49430227279663086,-0.10392850637435913
|
| 21 |
-
19,00002388::03,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002388_A_roll_03.png,1,00002388::03,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002388_V_500_roll_03.png,0.5183590054512024,0.5183590054512024,0.4970499873161316,0.0213090181350708
|
| 22 |
-
20,00002394::05,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002394_A_roll_05.png,50,00002376::10,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002376_V_1000_roll_10.png,0.48363855481147766,0.3074219822883606,0.48363855481147766,-0.17621657252311707
|
| 23 |
-
21,00002398::07,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002398_A_roll_07.png,1,00002398::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002398_V_1000_roll_07.png,0.4818483591079712,0.4818483591079712,0.3911389410495758,0.09070941805839539
|
| 24 |
-
22,00002402::09,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002402_A_roll_09.png,20,00002596::06,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002596_V_500_roll_06.png,0.48226454854011536,0.37709319591522217,0.48226454854011536,-0.10517135262489319
|
| 25 |
-
23,00002406::10,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002406_A_roll_10.png,2,00002376::10,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002376_V_1000_roll_10.png,0.5134776830673218,0.5034099817276001,0.5134776830673218,-0.01006770133972168
|
| 26 |
-
24,00002412::02,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002412_A_roll_02.png,1,00002412::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002412_V_500_roll_02.png,0.5404446721076965,0.5404446721076965,0.38850510120391846,0.15193957090377808
|
| 27 |
-
25,00002418::04,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002418_A_roll_04.png,23,00002340::04,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002340_V_500_roll_04.png,0.4761298894882202,0.37877005338668823,0.4761298894882202,-0.09735983610153198
|
| 28 |
-
26,00002424::05,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002424_A_roll_05.png,1,00002424::05,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002424_U_500_roll_05.png,0.4896465539932251,0.4896465539932251,0.4291973114013672,0.06044924259185791
|
| 29 |
-
27,00002428::07,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002428_A_roll_07.png,1,00002428::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002428_U_500_roll_07.png,0.5443943738937378,0.5443943738937378,0.4871891140937805,0.057205259799957275
|
| 30 |
-
28,00002435::09,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002435_A_roll_09.png,3,00002344::06,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002344_U_1000_roll_06.png,0.4617009162902832,0.43553075194358826,0.4617009162902832,-0.026170164346694946
|
| 31 |
-
29,00002443::01,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002443_A_roll_01.png,7,00002302::01,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002302_V_500_roll_01.png,0.4990570545196533,0.4023400545120239,0.4990570545196533,-0.0967170000076294
|
| 32 |
-
30,00002447::02,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002447_A_roll_02.png,17,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002569_U_500_roll_07.png,0.6306912899017334,0.4916694164276123,0.6306912899017334,-0.1390218734741211
|
| 33 |
-
31,00002454::04,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002454_A_roll_04.png,1,00002454::04,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002454_U_1000_roll_04.png,0.5361578464508057,0.5361578464508057,0.4429980516433716,0.09315979480743408
|
| 34 |
-
32,00002457::06,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002457_A_roll_06.png,2,00002412::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002412_U_1000_roll_02.png,0.4368675947189331,0.43509578704833984,0.4368675947189331,-0.0017718076705932617
|
| 35 |
-
33,00002463::08,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002463_A_roll_08.png,37,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002569_U_500_roll_07.png,0.526438295841217,0.3719274699687958,0.526438295841217,-0.15451082587242126
|
| 36 |
-
34,00002475::09,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002475_A_roll_09.png,5,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002569_V_500_roll_07.png,0.6088019609451294,0.5051273703575134,0.6088019609451294,-0.10367459058761597
|
| 37 |
-
35,00002483::01,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002483_A_roll_01.png,2,00002302::01,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002302_V_500_roll_01.png,0.4001482129096985,0.3856406509876251,0.4001482129096985,-0.014507561922073364
|
| 38 |
-
36,00002489::03,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002489_A_roll_03.png,3,00002634::04,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002634_U_1000_roll_04.png,0.46943867206573486,0.4347180724143982,0.46943867206573486,-0.03472059965133667
|
| 39 |
-
37,00002495::05,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002495_A_roll_05.png,1,00002495::05,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002495_V_500_roll_05.png,0.5035276412963867,0.5035276412963867,0.40975889563560486,0.09376874566078186
|
| 40 |
-
38,00002499::06,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002499_A_roll_06.png,73,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002569_V_1000_roll_07.png,0.4302214980125427,0.23654085397720337,0.4302214980125427,-0.19368064403533936
|
| 41 |
-
39,00002502::08,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002502_A_roll_08.png,4,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002569_V_500_roll_07.png,0.5826014876365662,0.47373610734939575,0.5826014876365662,-0.10886538028717041
|
| 42 |
-
40,00002508::10,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/B/roll/png/00002508_B_roll_10.png,1,00002508::10,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002508_V_500_roll_10.png,0.5073602795600891,0.5073602795600891,0.4975290298461914,0.009831249713897705
|
| 43 |
-
41,00002516::01,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002516_A_roll_01.png,1,00002516::01,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002516_V_1000_roll_01.png,0.3835514485836029,0.3835514485836029,0.36362963914871216,0.019921809434890747
|
| 44 |
-
42,00002523::03,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002523_A_roll_03.png,3,00002412::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002412_U_500_roll_02.png,0.5035723447799683,0.3888167142868042,0.5035723447799683,-0.11475563049316406
|
| 45 |
-
43,00002533::05,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002533_A_roll_05.png,26,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002569_V_500_roll_07.png,0.5251482725143433,0.31635546684265137,0.5251482725143433,-0.2087928056716919
|
| 46 |
-
44,00002537::07,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002537_A_roll_07.png,1,00002537::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002537_V_500_roll_07.png,0.4384002089500427,0.4384002089500427,0.43385374546051025,0.004546463489532471
|
| 47 |
-
45,00002542::08,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002542_A_roll_08.png,10,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002569_V_500_roll_07.png,0.6535444259643555,0.4517059922218323,0.6535444259643555,-0.2018384337425232
|
| 48 |
-
46,00002547::10,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002547_A_roll_10.png,17,00002508::10,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002508_U_500_roll_10.png,0.606816291809082,0.4345022439956665,0.606816291809082,-0.17231404781341553
|
| 49 |
-
47,00002555::02,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002555_A_roll_02.png,77,00002412::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002412_U_1000_roll_02.png,0.4543871283531189,0.2723888158798218,0.4543871283531189,-0.18199831247329712
|
| 50 |
-
48,00002558::04,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002558_A_roll_04.png,2,00002516::01,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002516_U_500_roll_01.png,0.5090786218643188,0.48155027627944946,0.5090786218643188,-0.027528345584869385
|
| 51 |
-
49,00002561::05,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002561_A_roll_05.png,5,00002428::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002428_V_500_roll_07.png,0.49872320890426636,0.4090210497379303,0.49872320890426636,-0.08970215916633606
|
| 52 |
-
50,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002569_A_roll_07.png,1,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002569_U_500_roll_07.png,0.6273958683013916,0.6273958683013916,0.43782371282577515,0.18957215547561646
|
| 53 |
-
51,00002574::09,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002574_A_roll_09.png,16,00002569::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002569_V_500_roll_07.png,0.6370844841003418,0.40612590312957764,0.6370844841003418,-0.23095858097076416
|
| 54 |
-
52,00002578::10,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002578_A_roll_10.png,25,00002412::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002412_U_500_roll_02.png,0.45058950781822205,0.29337412118911743,0.45058950781822205,-0.15721538662910461
|
| 55 |
-
53,00002583::02,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002583_A_roll_02.png,1,00002583::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002583_V_500_roll_02.png,0.4001028537750244,0.4001028537750244,0.3665696084499359,0.0335332453250885
|
| 56 |
-
54,00002588::04,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002588_A_roll_04.png,4,00002326::09,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002326_V_500_roll_09.png,0.37321245670318604,0.34431904554367065,0.37321245670318604,-0.02889341115951538
|
| 57 |
-
55,00002596::06,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002596_A_roll_06.png,1,00002596::06,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002596_V_500_roll_06.png,0.6874028444290161,0.6874028444290161,0.5257886648178101,0.16161417961120605
|
| 58 |
-
56,00002606::07,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002606_A_roll_07.png,5,00002412::02,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002412_U_500_roll_02.png,0.5709232687950134,0.45024949312210083,0.5709232687950134,-0.1206737756729126
|
| 59 |
-
57,00002612::09,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002612_A_roll_09.png,19,00002326::09,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002326_V_500_roll_09.png,0.5170978903770447,0.379039466381073,0.5170978903770447,-0.13805842399597168
|
| 60 |
-
58,00002621::01,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002621_A_roll_01.png,4,00002596::06,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002596_V_500_roll_06.png,0.5098344087600708,0.4398200809955597,0.5098344087600708,-0.07001432776451111
|
| 61 |
-
59,00002626::03,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002626_A_roll_03.png,1,00002626::03,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002626_U_500_roll_03.png,0.5124083757400513,0.5124083757400513,0.4163486659526825,0.09605970978736877
|
| 62 |
-
60,00002634::04,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002634_A_roll_04.png,11,00002376::10,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002376_V_1000_roll_10.png,0.4797387421131134,0.3828360140323639,0.4797387421131134,-0.09690272808074951
|
| 63 |
-
61,00002641::06,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002641_A_roll_06.png,193,00002428::07,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002428_V_500_roll_07.png,0.37104544043540955,0.08100923895835876,0.37104544043540955,-0.2900362014770508
|
| 64 |
-
62,00002646::08,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002646_A_roll_08.png,1,00002646::08,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002646_U_500_roll_08.png,0.46392038464546204,0.46392038464546204,0.44853806495666504,0.015382319688796997
|
| 65 |
-
63,00002651::10,/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002651_A_roll_10.png,1,00002651::10,/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002651_U_500_roll_10.png,0.5952485799789429,0.5952485799789429,0.5079947113990784,0.0872538685798645
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
results/nist302_spread64_qai_summary.json
DELETED
|
@@ -1,2856 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"compile_job_id": "j5mdzql95",
|
| 3 |
-
"compile_job_url": "https://workbench.aihub.qualcomm.com/jobs/j5mdzql95/",
|
| 4 |
-
"dataset_id": "d2nme3zm7",
|
| 5 |
-
"inference_job_id": "jp49wk615",
|
| 6 |
-
"inference_job_url": "https://workbench.aihub.qualcomm.com/jobs/jp49wk615/",
|
| 7 |
-
"device_name": "Samsung Galaxy S24 (Family)",
|
| 8 |
-
"protocol": {
|
| 9 |
-
"probe_root": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers",
|
| 10 |
-
"gallery_root": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline",
|
| 11 |
-
"probe_series": "A,B,C,D,E,F,G,H",
|
| 12 |
-
"gallery_series": "U,V",
|
| 13 |
-
"gallery_resolutions": "1000,500",
|
| 14 |
-
"identity_limit": 64,
|
| 15 |
-
"identity_sampling": "spread",
|
| 16 |
-
"probe_per_identity": 1,
|
| 17 |
-
"gallery_per_identity": 4,
|
| 18 |
-
"sample_count": 320,
|
| 19 |
-
"gallery_count": 256,
|
| 20 |
-
"probe_count": 64
|
| 21 |
-
},
|
| 22 |
-
"preprocess": {
|
| 23 |
-
"preprocess_ms_mean": 108.8074468429113,
|
| 24 |
-
"preprocess_ms_p95": 204.20615436742082,
|
| 25 |
-
"input_payload_bytes": 64225280,
|
| 26 |
-
"input_payload_mib": 61.25,
|
| 27 |
-
"gabor": true,
|
| 28 |
-
"clahe": false,
|
| 29 |
-
"resize_mode": "squeeze",
|
| 30 |
-
"normalization": "zero_one"
|
| 31 |
-
},
|
| 32 |
-
"status": "completed",
|
| 33 |
-
"inference_status": "JobStatus\n---------\ncode : SUCCESS\nmessage : \n",
|
| 34 |
-
"embedding_path": "runs/qai_mdgt_pretrained_nist302_spread64_20260707/embeddings.npy",
|
| 35 |
-
"output_h5_path": "runs/qai_mdgt_pretrained_nist302_spread64_20260707/qai_embeddings.h5",
|
| 36 |
-
"output_meta": [
|
| 37 |
-
{
|
| 38 |
-
"name": "data/0/batch_0",
|
| 39 |
-
"shape": [
|
| 40 |
-
1,
|
| 41 |
-
256
|
| 42 |
-
],
|
| 43 |
-
"dtype": "float32"
|
| 44 |
-
},
|
| 45 |
-
{
|
| 46 |
-
"name": "data/0/batch_1",
|
| 47 |
-
"shape": [
|
| 48 |
-
1,
|
| 49 |
-
256
|
| 50 |
-
],
|
| 51 |
-
"dtype": "float32"
|
| 52 |
-
},
|
| 53 |
-
{
|
| 54 |
-
"name": "data/0/batch_2",
|
| 55 |
-
"shape": [
|
| 56 |
-
1,
|
| 57 |
-
256
|
| 58 |
-
],
|
| 59 |
-
"dtype": "float32"
|
| 60 |
-
},
|
| 61 |
-
{
|
| 62 |
-
"name": "data/0/batch_3",
|
| 63 |
-
"shape": [
|
| 64 |
-
1,
|
| 65 |
-
256
|
| 66 |
-
],
|
| 67 |
-
"dtype": "float32"
|
| 68 |
-
},
|
| 69 |
-
{
|
| 70 |
-
"name": "data/0/batch_4",
|
| 71 |
-
"shape": [
|
| 72 |
-
1,
|
| 73 |
-
256
|
| 74 |
-
],
|
| 75 |
-
"dtype": "float32"
|
| 76 |
-
},
|
| 77 |
-
{
|
| 78 |
-
"name": "data/0/batch_5",
|
| 79 |
-
"shape": [
|
| 80 |
-
1,
|
| 81 |
-
256
|
| 82 |
-
],
|
| 83 |
-
"dtype": "float32"
|
| 84 |
-
},
|
| 85 |
-
{
|
| 86 |
-
"name": "data/0/batch_6",
|
| 87 |
-
"shape": [
|
| 88 |
-
1,
|
| 89 |
-
256
|
| 90 |
-
],
|
| 91 |
-
"dtype": "float32"
|
| 92 |
-
},
|
| 93 |
-
{
|
| 94 |
-
"name": "data/0/batch_7",
|
| 95 |
-
"shape": [
|
| 96 |
-
1,
|
| 97 |
-
256
|
| 98 |
-
],
|
| 99 |
-
"dtype": "float32"
|
| 100 |
-
},
|
| 101 |
-
{
|
| 102 |
-
"name": "data/0/batch_8",
|
| 103 |
-
"shape": [
|
| 104 |
-
1,
|
| 105 |
-
256
|
| 106 |
-
],
|
| 107 |
-
"dtype": "float32"
|
| 108 |
-
},
|
| 109 |
-
{
|
| 110 |
-
"name": "data/0/batch_9",
|
| 111 |
-
"shape": [
|
| 112 |
-
1,
|
| 113 |
-
256
|
| 114 |
-
],
|
| 115 |
-
"dtype": "float32"
|
| 116 |
-
},
|
| 117 |
-
{
|
| 118 |
-
"name": "data/0/batch_10",
|
| 119 |
-
"shape": [
|
| 120 |
-
1,
|
| 121 |
-
256
|
| 122 |
-
],
|
| 123 |
-
"dtype": "float32"
|
| 124 |
-
},
|
| 125 |
-
{
|
| 126 |
-
"name": "data/0/batch_11",
|
| 127 |
-
"shape": [
|
| 128 |
-
1,
|
| 129 |
-
256
|
| 130 |
-
],
|
| 131 |
-
"dtype": "float32"
|
| 132 |
-
},
|
| 133 |
-
{
|
| 134 |
-
"name": "data/0/batch_12",
|
| 135 |
-
"shape": [
|
| 136 |
-
1,
|
| 137 |
-
256
|
| 138 |
-
],
|
| 139 |
-
"dtype": "float32"
|
| 140 |
-
},
|
| 141 |
-
{
|
| 142 |
-
"name": "data/0/batch_13",
|
| 143 |
-
"shape": [
|
| 144 |
-
1,
|
| 145 |
-
256
|
| 146 |
-
],
|
| 147 |
-
"dtype": "float32"
|
| 148 |
-
},
|
| 149 |
-
{
|
| 150 |
-
"name": "data/0/batch_14",
|
| 151 |
-
"shape": [
|
| 152 |
-
1,
|
| 153 |
-
256
|
| 154 |
-
],
|
| 155 |
-
"dtype": "float32"
|
| 156 |
-
},
|
| 157 |
-
{
|
| 158 |
-
"name": "data/0/batch_15",
|
| 159 |
-
"shape": [
|
| 160 |
-
1,
|
| 161 |
-
256
|
| 162 |
-
],
|
| 163 |
-
"dtype": "float32"
|
| 164 |
-
},
|
| 165 |
-
{
|
| 166 |
-
"name": "data/0/batch_16",
|
| 167 |
-
"shape": [
|
| 168 |
-
1,
|
| 169 |
-
256
|
| 170 |
-
],
|
| 171 |
-
"dtype": "float32"
|
| 172 |
-
},
|
| 173 |
-
{
|
| 174 |
-
"name": "data/0/batch_17",
|
| 175 |
-
"shape": [
|
| 176 |
-
1,
|
| 177 |
-
256
|
| 178 |
-
],
|
| 179 |
-
"dtype": "float32"
|
| 180 |
-
},
|
| 181 |
-
{
|
| 182 |
-
"name": "data/0/batch_18",
|
| 183 |
-
"shape": [
|
| 184 |
-
1,
|
| 185 |
-
256
|
| 186 |
-
],
|
| 187 |
-
"dtype": "float32"
|
| 188 |
-
},
|
| 189 |
-
{
|
| 190 |
-
"name": "data/0/batch_19",
|
| 191 |
-
"shape": [
|
| 192 |
-
1,
|
| 193 |
-
256
|
| 194 |
-
],
|
| 195 |
-
"dtype": "float32"
|
| 196 |
-
},
|
| 197 |
-
{
|
| 198 |
-
"name": "data/0/batch_20",
|
| 199 |
-
"shape": [
|
| 200 |
-
1,
|
| 201 |
-
256
|
| 202 |
-
],
|
| 203 |
-
"dtype": "float32"
|
| 204 |
-
},
|
| 205 |
-
{
|
| 206 |
-
"name": "data/0/batch_21",
|
| 207 |
-
"shape": [
|
| 208 |
-
1,
|
| 209 |
-
256
|
| 210 |
-
],
|
| 211 |
-
"dtype": "float32"
|
| 212 |
-
},
|
| 213 |
-
{
|
| 214 |
-
"name": "data/0/batch_22",
|
| 215 |
-
"shape": [
|
| 216 |
-
1,
|
| 217 |
-
256
|
| 218 |
-
],
|
| 219 |
-
"dtype": "float32"
|
| 220 |
-
},
|
| 221 |
-
{
|
| 222 |
-
"name": "data/0/batch_23",
|
| 223 |
-
"shape": [
|
| 224 |
-
1,
|
| 225 |
-
256
|
| 226 |
-
],
|
| 227 |
-
"dtype": "float32"
|
| 228 |
-
},
|
| 229 |
-
{
|
| 230 |
-
"name": "data/0/batch_24",
|
| 231 |
-
"shape": [
|
| 232 |
-
1,
|
| 233 |
-
256
|
| 234 |
-
],
|
| 235 |
-
"dtype": "float32"
|
| 236 |
-
},
|
| 237 |
-
{
|
| 238 |
-
"name": "data/0/batch_25",
|
| 239 |
-
"shape": [
|
| 240 |
-
1,
|
| 241 |
-
256
|
| 242 |
-
],
|
| 243 |
-
"dtype": "float32"
|
| 244 |
-
},
|
| 245 |
-
{
|
| 246 |
-
"name": "data/0/batch_26",
|
| 247 |
-
"shape": [
|
| 248 |
-
1,
|
| 249 |
-
256
|
| 250 |
-
],
|
| 251 |
-
"dtype": "float32"
|
| 252 |
-
},
|
| 253 |
-
{
|
| 254 |
-
"name": "data/0/batch_27",
|
| 255 |
-
"shape": [
|
| 256 |
-
1,
|
| 257 |
-
256
|
| 258 |
-
],
|
| 259 |
-
"dtype": "float32"
|
| 260 |
-
},
|
| 261 |
-
{
|
| 262 |
-
"name": "data/0/batch_28",
|
| 263 |
-
"shape": [
|
| 264 |
-
1,
|
| 265 |
-
256
|
| 266 |
-
],
|
| 267 |
-
"dtype": "float32"
|
| 268 |
-
},
|
| 269 |
-
{
|
| 270 |
-
"name": "data/0/batch_29",
|
| 271 |
-
"shape": [
|
| 272 |
-
1,
|
| 273 |
-
256
|
| 274 |
-
],
|
| 275 |
-
"dtype": "float32"
|
| 276 |
-
},
|
| 277 |
-
{
|
| 278 |
-
"name": "data/0/batch_30",
|
| 279 |
-
"shape": [
|
| 280 |
-
1,
|
| 281 |
-
256
|
| 282 |
-
],
|
| 283 |
-
"dtype": "float32"
|
| 284 |
-
},
|
| 285 |
-
{
|
| 286 |
-
"name": "data/0/batch_31",
|
| 287 |
-
"shape": [
|
| 288 |
-
1,
|
| 289 |
-
256
|
| 290 |
-
],
|
| 291 |
-
"dtype": "float32"
|
| 292 |
-
},
|
| 293 |
-
{
|
| 294 |
-
"name": "data/0/batch_32",
|
| 295 |
-
"shape": [
|
| 296 |
-
1,
|
| 297 |
-
256
|
| 298 |
-
],
|
| 299 |
-
"dtype": "float32"
|
| 300 |
-
},
|
| 301 |
-
{
|
| 302 |
-
"name": "data/0/batch_33",
|
| 303 |
-
"shape": [
|
| 304 |
-
1,
|
| 305 |
-
256
|
| 306 |
-
],
|
| 307 |
-
"dtype": "float32"
|
| 308 |
-
},
|
| 309 |
-
{
|
| 310 |
-
"name": "data/0/batch_34",
|
| 311 |
-
"shape": [
|
| 312 |
-
1,
|
| 313 |
-
256
|
| 314 |
-
],
|
| 315 |
-
"dtype": "float32"
|
| 316 |
-
},
|
| 317 |
-
{
|
| 318 |
-
"name": "data/0/batch_35",
|
| 319 |
-
"shape": [
|
| 320 |
-
1,
|
| 321 |
-
256
|
| 322 |
-
],
|
| 323 |
-
"dtype": "float32"
|
| 324 |
-
},
|
| 325 |
-
{
|
| 326 |
-
"name": "data/0/batch_36",
|
| 327 |
-
"shape": [
|
| 328 |
-
1,
|
| 329 |
-
256
|
| 330 |
-
],
|
| 331 |
-
"dtype": "float32"
|
| 332 |
-
},
|
| 333 |
-
{
|
| 334 |
-
"name": "data/0/batch_37",
|
| 335 |
-
"shape": [
|
| 336 |
-
1,
|
| 337 |
-
256
|
| 338 |
-
],
|
| 339 |
-
"dtype": "float32"
|
| 340 |
-
},
|
| 341 |
-
{
|
| 342 |
-
"name": "data/0/batch_38",
|
| 343 |
-
"shape": [
|
| 344 |
-
1,
|
| 345 |
-
256
|
| 346 |
-
],
|
| 347 |
-
"dtype": "float32"
|
| 348 |
-
},
|
| 349 |
-
{
|
| 350 |
-
"name": "data/0/batch_39",
|
| 351 |
-
"shape": [
|
| 352 |
-
1,
|
| 353 |
-
256
|
| 354 |
-
],
|
| 355 |
-
"dtype": "float32"
|
| 356 |
-
},
|
| 357 |
-
{
|
| 358 |
-
"name": "data/0/batch_40",
|
| 359 |
-
"shape": [
|
| 360 |
-
1,
|
| 361 |
-
256
|
| 362 |
-
],
|
| 363 |
-
"dtype": "float32"
|
| 364 |
-
},
|
| 365 |
-
{
|
| 366 |
-
"name": "data/0/batch_41",
|
| 367 |
-
"shape": [
|
| 368 |
-
1,
|
| 369 |
-
256
|
| 370 |
-
],
|
| 371 |
-
"dtype": "float32"
|
| 372 |
-
},
|
| 373 |
-
{
|
| 374 |
-
"name": "data/0/batch_42",
|
| 375 |
-
"shape": [
|
| 376 |
-
1,
|
| 377 |
-
256
|
| 378 |
-
],
|
| 379 |
-
"dtype": "float32"
|
| 380 |
-
},
|
| 381 |
-
{
|
| 382 |
-
"name": "data/0/batch_43",
|
| 383 |
-
"shape": [
|
| 384 |
-
1,
|
| 385 |
-
256
|
| 386 |
-
],
|
| 387 |
-
"dtype": "float32"
|
| 388 |
-
},
|
| 389 |
-
{
|
| 390 |
-
"name": "data/0/batch_44",
|
| 391 |
-
"shape": [
|
| 392 |
-
1,
|
| 393 |
-
256
|
| 394 |
-
],
|
| 395 |
-
"dtype": "float32"
|
| 396 |
-
},
|
| 397 |
-
{
|
| 398 |
-
"name": "data/0/batch_45",
|
| 399 |
-
"shape": [
|
| 400 |
-
1,
|
| 401 |
-
256
|
| 402 |
-
],
|
| 403 |
-
"dtype": "float32"
|
| 404 |
-
},
|
| 405 |
-
{
|
| 406 |
-
"name": "data/0/batch_46",
|
| 407 |
-
"shape": [
|
| 408 |
-
1,
|
| 409 |
-
256
|
| 410 |
-
],
|
| 411 |
-
"dtype": "float32"
|
| 412 |
-
},
|
| 413 |
-
{
|
| 414 |
-
"name": "data/0/batch_47",
|
| 415 |
-
"shape": [
|
| 416 |
-
1,
|
| 417 |
-
256
|
| 418 |
-
],
|
| 419 |
-
"dtype": "float32"
|
| 420 |
-
},
|
| 421 |
-
{
|
| 422 |
-
"name": "data/0/batch_48",
|
| 423 |
-
"shape": [
|
| 424 |
-
1,
|
| 425 |
-
256
|
| 426 |
-
],
|
| 427 |
-
"dtype": "float32"
|
| 428 |
-
},
|
| 429 |
-
{
|
| 430 |
-
"name": "data/0/batch_49",
|
| 431 |
-
"shape": [
|
| 432 |
-
1,
|
| 433 |
-
256
|
| 434 |
-
],
|
| 435 |
-
"dtype": "float32"
|
| 436 |
-
},
|
| 437 |
-
{
|
| 438 |
-
"name": "data/0/batch_50",
|
| 439 |
-
"shape": [
|
| 440 |
-
1,
|
| 441 |
-
256
|
| 442 |
-
],
|
| 443 |
-
"dtype": "float32"
|
| 444 |
-
},
|
| 445 |
-
{
|
| 446 |
-
"name": "data/0/batch_51",
|
| 447 |
-
"shape": [
|
| 448 |
-
1,
|
| 449 |
-
256
|
| 450 |
-
],
|
| 451 |
-
"dtype": "float32"
|
| 452 |
-
},
|
| 453 |
-
{
|
| 454 |
-
"name": "data/0/batch_52",
|
| 455 |
-
"shape": [
|
| 456 |
-
1,
|
| 457 |
-
256
|
| 458 |
-
],
|
| 459 |
-
"dtype": "float32"
|
| 460 |
-
},
|
| 461 |
-
{
|
| 462 |
-
"name": "data/0/batch_53",
|
| 463 |
-
"shape": [
|
| 464 |
-
1,
|
| 465 |
-
256
|
| 466 |
-
],
|
| 467 |
-
"dtype": "float32"
|
| 468 |
-
},
|
| 469 |
-
{
|
| 470 |
-
"name": "data/0/batch_54",
|
| 471 |
-
"shape": [
|
| 472 |
-
1,
|
| 473 |
-
256
|
| 474 |
-
],
|
| 475 |
-
"dtype": "float32"
|
| 476 |
-
},
|
| 477 |
-
{
|
| 478 |
-
"name": "data/0/batch_55",
|
| 479 |
-
"shape": [
|
| 480 |
-
1,
|
| 481 |
-
256
|
| 482 |
-
],
|
| 483 |
-
"dtype": "float32"
|
| 484 |
-
},
|
| 485 |
-
{
|
| 486 |
-
"name": "data/0/batch_56",
|
| 487 |
-
"shape": [
|
| 488 |
-
1,
|
| 489 |
-
256
|
| 490 |
-
],
|
| 491 |
-
"dtype": "float32"
|
| 492 |
-
},
|
| 493 |
-
{
|
| 494 |
-
"name": "data/0/batch_57",
|
| 495 |
-
"shape": [
|
| 496 |
-
1,
|
| 497 |
-
256
|
| 498 |
-
],
|
| 499 |
-
"dtype": "float32"
|
| 500 |
-
},
|
| 501 |
-
{
|
| 502 |
-
"name": "data/0/batch_58",
|
| 503 |
-
"shape": [
|
| 504 |
-
1,
|
| 505 |
-
256
|
| 506 |
-
],
|
| 507 |
-
"dtype": "float32"
|
| 508 |
-
},
|
| 509 |
-
{
|
| 510 |
-
"name": "data/0/batch_59",
|
| 511 |
-
"shape": [
|
| 512 |
-
1,
|
| 513 |
-
256
|
| 514 |
-
],
|
| 515 |
-
"dtype": "float32"
|
| 516 |
-
},
|
| 517 |
-
{
|
| 518 |
-
"name": "data/0/batch_60",
|
| 519 |
-
"shape": [
|
| 520 |
-
1,
|
| 521 |
-
256
|
| 522 |
-
],
|
| 523 |
-
"dtype": "float32"
|
| 524 |
-
},
|
| 525 |
-
{
|
| 526 |
-
"name": "data/0/batch_61",
|
| 527 |
-
"shape": [
|
| 528 |
-
1,
|
| 529 |
-
256
|
| 530 |
-
],
|
| 531 |
-
"dtype": "float32"
|
| 532 |
-
},
|
| 533 |
-
{
|
| 534 |
-
"name": "data/0/batch_62",
|
| 535 |
-
"shape": [
|
| 536 |
-
1,
|
| 537 |
-
256
|
| 538 |
-
],
|
| 539 |
-
"dtype": "float32"
|
| 540 |
-
},
|
| 541 |
-
{
|
| 542 |
-
"name": "data/0/batch_63",
|
| 543 |
-
"shape": [
|
| 544 |
-
1,
|
| 545 |
-
256
|
| 546 |
-
],
|
| 547 |
-
"dtype": "float32"
|
| 548 |
-
},
|
| 549 |
-
{
|
| 550 |
-
"name": "data/0/batch_64",
|
| 551 |
-
"shape": [
|
| 552 |
-
1,
|
| 553 |
-
256
|
| 554 |
-
],
|
| 555 |
-
"dtype": "float32"
|
| 556 |
-
},
|
| 557 |
-
{
|
| 558 |
-
"name": "data/0/batch_65",
|
| 559 |
-
"shape": [
|
| 560 |
-
1,
|
| 561 |
-
256
|
| 562 |
-
],
|
| 563 |
-
"dtype": "float32"
|
| 564 |
-
},
|
| 565 |
-
{
|
| 566 |
-
"name": "data/0/batch_66",
|
| 567 |
-
"shape": [
|
| 568 |
-
1,
|
| 569 |
-
256
|
| 570 |
-
],
|
| 571 |
-
"dtype": "float32"
|
| 572 |
-
},
|
| 573 |
-
{
|
| 574 |
-
"name": "data/0/batch_67",
|
| 575 |
-
"shape": [
|
| 576 |
-
1,
|
| 577 |
-
256
|
| 578 |
-
],
|
| 579 |
-
"dtype": "float32"
|
| 580 |
-
},
|
| 581 |
-
{
|
| 582 |
-
"name": "data/0/batch_68",
|
| 583 |
-
"shape": [
|
| 584 |
-
1,
|
| 585 |
-
256
|
| 586 |
-
],
|
| 587 |
-
"dtype": "float32"
|
| 588 |
-
},
|
| 589 |
-
{
|
| 590 |
-
"name": "data/0/batch_69",
|
| 591 |
-
"shape": [
|
| 592 |
-
1,
|
| 593 |
-
256
|
| 594 |
-
],
|
| 595 |
-
"dtype": "float32"
|
| 596 |
-
},
|
| 597 |
-
{
|
| 598 |
-
"name": "data/0/batch_70",
|
| 599 |
-
"shape": [
|
| 600 |
-
1,
|
| 601 |
-
256
|
| 602 |
-
],
|
| 603 |
-
"dtype": "float32"
|
| 604 |
-
},
|
| 605 |
-
{
|
| 606 |
-
"name": "data/0/batch_71",
|
| 607 |
-
"shape": [
|
| 608 |
-
1,
|
| 609 |
-
256
|
| 610 |
-
],
|
| 611 |
-
"dtype": "float32"
|
| 612 |
-
},
|
| 613 |
-
{
|
| 614 |
-
"name": "data/0/batch_72",
|
| 615 |
-
"shape": [
|
| 616 |
-
1,
|
| 617 |
-
256
|
| 618 |
-
],
|
| 619 |
-
"dtype": "float32"
|
| 620 |
-
},
|
| 621 |
-
{
|
| 622 |
-
"name": "data/0/batch_73",
|
| 623 |
-
"shape": [
|
| 624 |
-
1,
|
| 625 |
-
256
|
| 626 |
-
],
|
| 627 |
-
"dtype": "float32"
|
| 628 |
-
},
|
| 629 |
-
{
|
| 630 |
-
"name": "data/0/batch_74",
|
| 631 |
-
"shape": [
|
| 632 |
-
1,
|
| 633 |
-
256
|
| 634 |
-
],
|
| 635 |
-
"dtype": "float32"
|
| 636 |
-
},
|
| 637 |
-
{
|
| 638 |
-
"name": "data/0/batch_75",
|
| 639 |
-
"shape": [
|
| 640 |
-
1,
|
| 641 |
-
256
|
| 642 |
-
],
|
| 643 |
-
"dtype": "float32"
|
| 644 |
-
},
|
| 645 |
-
{
|
| 646 |
-
"name": "data/0/batch_76",
|
| 647 |
-
"shape": [
|
| 648 |
-
1,
|
| 649 |
-
256
|
| 650 |
-
],
|
| 651 |
-
"dtype": "float32"
|
| 652 |
-
},
|
| 653 |
-
{
|
| 654 |
-
"name": "data/0/batch_77",
|
| 655 |
-
"shape": [
|
| 656 |
-
1,
|
| 657 |
-
256
|
| 658 |
-
],
|
| 659 |
-
"dtype": "float32"
|
| 660 |
-
},
|
| 661 |
-
{
|
| 662 |
-
"name": "data/0/batch_78",
|
| 663 |
-
"shape": [
|
| 664 |
-
1,
|
| 665 |
-
256
|
| 666 |
-
],
|
| 667 |
-
"dtype": "float32"
|
| 668 |
-
},
|
| 669 |
-
{
|
| 670 |
-
"name": "data/0/batch_79",
|
| 671 |
-
"shape": [
|
| 672 |
-
1,
|
| 673 |
-
256
|
| 674 |
-
],
|
| 675 |
-
"dtype": "float32"
|
| 676 |
-
},
|
| 677 |
-
{
|
| 678 |
-
"name": "data/0/batch_80",
|
| 679 |
-
"shape": [
|
| 680 |
-
1,
|
| 681 |
-
256
|
| 682 |
-
],
|
| 683 |
-
"dtype": "float32"
|
| 684 |
-
},
|
| 685 |
-
{
|
| 686 |
-
"name": "data/0/batch_81",
|
| 687 |
-
"shape": [
|
| 688 |
-
1,
|
| 689 |
-
256
|
| 690 |
-
],
|
| 691 |
-
"dtype": "float32"
|
| 692 |
-
},
|
| 693 |
-
{
|
| 694 |
-
"name": "data/0/batch_82",
|
| 695 |
-
"shape": [
|
| 696 |
-
1,
|
| 697 |
-
256
|
| 698 |
-
],
|
| 699 |
-
"dtype": "float32"
|
| 700 |
-
},
|
| 701 |
-
{
|
| 702 |
-
"name": "data/0/batch_83",
|
| 703 |
-
"shape": [
|
| 704 |
-
1,
|
| 705 |
-
256
|
| 706 |
-
],
|
| 707 |
-
"dtype": "float32"
|
| 708 |
-
},
|
| 709 |
-
{
|
| 710 |
-
"name": "data/0/batch_84",
|
| 711 |
-
"shape": [
|
| 712 |
-
1,
|
| 713 |
-
256
|
| 714 |
-
],
|
| 715 |
-
"dtype": "float32"
|
| 716 |
-
},
|
| 717 |
-
{
|
| 718 |
-
"name": "data/0/batch_85",
|
| 719 |
-
"shape": [
|
| 720 |
-
1,
|
| 721 |
-
256
|
| 722 |
-
],
|
| 723 |
-
"dtype": "float32"
|
| 724 |
-
},
|
| 725 |
-
{
|
| 726 |
-
"name": "data/0/batch_86",
|
| 727 |
-
"shape": [
|
| 728 |
-
1,
|
| 729 |
-
256
|
| 730 |
-
],
|
| 731 |
-
"dtype": "float32"
|
| 732 |
-
},
|
| 733 |
-
{
|
| 734 |
-
"name": "data/0/batch_87",
|
| 735 |
-
"shape": [
|
| 736 |
-
1,
|
| 737 |
-
256
|
| 738 |
-
],
|
| 739 |
-
"dtype": "float32"
|
| 740 |
-
},
|
| 741 |
-
{
|
| 742 |
-
"name": "data/0/batch_88",
|
| 743 |
-
"shape": [
|
| 744 |
-
1,
|
| 745 |
-
256
|
| 746 |
-
],
|
| 747 |
-
"dtype": "float32"
|
| 748 |
-
},
|
| 749 |
-
{
|
| 750 |
-
"name": "data/0/batch_89",
|
| 751 |
-
"shape": [
|
| 752 |
-
1,
|
| 753 |
-
256
|
| 754 |
-
],
|
| 755 |
-
"dtype": "float32"
|
| 756 |
-
},
|
| 757 |
-
{
|
| 758 |
-
"name": "data/0/batch_90",
|
| 759 |
-
"shape": [
|
| 760 |
-
1,
|
| 761 |
-
256
|
| 762 |
-
],
|
| 763 |
-
"dtype": "float32"
|
| 764 |
-
},
|
| 765 |
-
{
|
| 766 |
-
"name": "data/0/batch_91",
|
| 767 |
-
"shape": [
|
| 768 |
-
1,
|
| 769 |
-
256
|
| 770 |
-
],
|
| 771 |
-
"dtype": "float32"
|
| 772 |
-
},
|
| 773 |
-
{
|
| 774 |
-
"name": "data/0/batch_92",
|
| 775 |
-
"shape": [
|
| 776 |
-
1,
|
| 777 |
-
256
|
| 778 |
-
],
|
| 779 |
-
"dtype": "float32"
|
| 780 |
-
},
|
| 781 |
-
{
|
| 782 |
-
"name": "data/0/batch_93",
|
| 783 |
-
"shape": [
|
| 784 |
-
1,
|
| 785 |
-
256
|
| 786 |
-
],
|
| 787 |
-
"dtype": "float32"
|
| 788 |
-
},
|
| 789 |
-
{
|
| 790 |
-
"name": "data/0/batch_94",
|
| 791 |
-
"shape": [
|
| 792 |
-
1,
|
| 793 |
-
256
|
| 794 |
-
],
|
| 795 |
-
"dtype": "float32"
|
| 796 |
-
},
|
| 797 |
-
{
|
| 798 |
-
"name": "data/0/batch_95",
|
| 799 |
-
"shape": [
|
| 800 |
-
1,
|
| 801 |
-
256
|
| 802 |
-
],
|
| 803 |
-
"dtype": "float32"
|
| 804 |
-
},
|
| 805 |
-
{
|
| 806 |
-
"name": "data/0/batch_96",
|
| 807 |
-
"shape": [
|
| 808 |
-
1,
|
| 809 |
-
256
|
| 810 |
-
],
|
| 811 |
-
"dtype": "float32"
|
| 812 |
-
},
|
| 813 |
-
{
|
| 814 |
-
"name": "data/0/batch_97",
|
| 815 |
-
"shape": [
|
| 816 |
-
1,
|
| 817 |
-
256
|
| 818 |
-
],
|
| 819 |
-
"dtype": "float32"
|
| 820 |
-
},
|
| 821 |
-
{
|
| 822 |
-
"name": "data/0/batch_98",
|
| 823 |
-
"shape": [
|
| 824 |
-
1,
|
| 825 |
-
256
|
| 826 |
-
],
|
| 827 |
-
"dtype": "float32"
|
| 828 |
-
},
|
| 829 |
-
{
|
| 830 |
-
"name": "data/0/batch_99",
|
| 831 |
-
"shape": [
|
| 832 |
-
1,
|
| 833 |
-
256
|
| 834 |
-
],
|
| 835 |
-
"dtype": "float32"
|
| 836 |
-
},
|
| 837 |
-
{
|
| 838 |
-
"name": "data/0/batch_100",
|
| 839 |
-
"shape": [
|
| 840 |
-
1,
|
| 841 |
-
256
|
| 842 |
-
],
|
| 843 |
-
"dtype": "float32"
|
| 844 |
-
},
|
| 845 |
-
{
|
| 846 |
-
"name": "data/0/batch_101",
|
| 847 |
-
"shape": [
|
| 848 |
-
1,
|
| 849 |
-
256
|
| 850 |
-
],
|
| 851 |
-
"dtype": "float32"
|
| 852 |
-
},
|
| 853 |
-
{
|
| 854 |
-
"name": "data/0/batch_102",
|
| 855 |
-
"shape": [
|
| 856 |
-
1,
|
| 857 |
-
256
|
| 858 |
-
],
|
| 859 |
-
"dtype": "float32"
|
| 860 |
-
},
|
| 861 |
-
{
|
| 862 |
-
"name": "data/0/batch_103",
|
| 863 |
-
"shape": [
|
| 864 |
-
1,
|
| 865 |
-
256
|
| 866 |
-
],
|
| 867 |
-
"dtype": "float32"
|
| 868 |
-
},
|
| 869 |
-
{
|
| 870 |
-
"name": "data/0/batch_104",
|
| 871 |
-
"shape": [
|
| 872 |
-
1,
|
| 873 |
-
256
|
| 874 |
-
],
|
| 875 |
-
"dtype": "float32"
|
| 876 |
-
},
|
| 877 |
-
{
|
| 878 |
-
"name": "data/0/batch_105",
|
| 879 |
-
"shape": [
|
| 880 |
-
1,
|
| 881 |
-
256
|
| 882 |
-
],
|
| 883 |
-
"dtype": "float32"
|
| 884 |
-
},
|
| 885 |
-
{
|
| 886 |
-
"name": "data/0/batch_106",
|
| 887 |
-
"shape": [
|
| 888 |
-
1,
|
| 889 |
-
256
|
| 890 |
-
],
|
| 891 |
-
"dtype": "float32"
|
| 892 |
-
},
|
| 893 |
-
{
|
| 894 |
-
"name": "data/0/batch_107",
|
| 895 |
-
"shape": [
|
| 896 |
-
1,
|
| 897 |
-
256
|
| 898 |
-
],
|
| 899 |
-
"dtype": "float32"
|
| 900 |
-
},
|
| 901 |
-
{
|
| 902 |
-
"name": "data/0/batch_108",
|
| 903 |
-
"shape": [
|
| 904 |
-
1,
|
| 905 |
-
256
|
| 906 |
-
],
|
| 907 |
-
"dtype": "float32"
|
| 908 |
-
},
|
| 909 |
-
{
|
| 910 |
-
"name": "data/0/batch_109",
|
| 911 |
-
"shape": [
|
| 912 |
-
1,
|
| 913 |
-
256
|
| 914 |
-
],
|
| 915 |
-
"dtype": "float32"
|
| 916 |
-
},
|
| 917 |
-
{
|
| 918 |
-
"name": "data/0/batch_110",
|
| 919 |
-
"shape": [
|
| 920 |
-
1,
|
| 921 |
-
256
|
| 922 |
-
],
|
| 923 |
-
"dtype": "float32"
|
| 924 |
-
},
|
| 925 |
-
{
|
| 926 |
-
"name": "data/0/batch_111",
|
| 927 |
-
"shape": [
|
| 928 |
-
1,
|
| 929 |
-
256
|
| 930 |
-
],
|
| 931 |
-
"dtype": "float32"
|
| 932 |
-
},
|
| 933 |
-
{
|
| 934 |
-
"name": "data/0/batch_112",
|
| 935 |
-
"shape": [
|
| 936 |
-
1,
|
| 937 |
-
256
|
| 938 |
-
],
|
| 939 |
-
"dtype": "float32"
|
| 940 |
-
},
|
| 941 |
-
{
|
| 942 |
-
"name": "data/0/batch_113",
|
| 943 |
-
"shape": [
|
| 944 |
-
1,
|
| 945 |
-
256
|
| 946 |
-
],
|
| 947 |
-
"dtype": "float32"
|
| 948 |
-
},
|
| 949 |
-
{
|
| 950 |
-
"name": "data/0/batch_114",
|
| 951 |
-
"shape": [
|
| 952 |
-
1,
|
| 953 |
-
256
|
| 954 |
-
],
|
| 955 |
-
"dtype": "float32"
|
| 956 |
-
},
|
| 957 |
-
{
|
| 958 |
-
"name": "data/0/batch_115",
|
| 959 |
-
"shape": [
|
| 960 |
-
1,
|
| 961 |
-
256
|
| 962 |
-
],
|
| 963 |
-
"dtype": "float32"
|
| 964 |
-
},
|
| 965 |
-
{
|
| 966 |
-
"name": "data/0/batch_116",
|
| 967 |
-
"shape": [
|
| 968 |
-
1,
|
| 969 |
-
256
|
| 970 |
-
],
|
| 971 |
-
"dtype": "float32"
|
| 972 |
-
},
|
| 973 |
-
{
|
| 974 |
-
"name": "data/0/batch_117",
|
| 975 |
-
"shape": [
|
| 976 |
-
1,
|
| 977 |
-
256
|
| 978 |
-
],
|
| 979 |
-
"dtype": "float32"
|
| 980 |
-
},
|
| 981 |
-
{
|
| 982 |
-
"name": "data/0/batch_118",
|
| 983 |
-
"shape": [
|
| 984 |
-
1,
|
| 985 |
-
256
|
| 986 |
-
],
|
| 987 |
-
"dtype": "float32"
|
| 988 |
-
},
|
| 989 |
-
{
|
| 990 |
-
"name": "data/0/batch_119",
|
| 991 |
-
"shape": [
|
| 992 |
-
1,
|
| 993 |
-
256
|
| 994 |
-
],
|
| 995 |
-
"dtype": "float32"
|
| 996 |
-
},
|
| 997 |
-
{
|
| 998 |
-
"name": "data/0/batch_120",
|
| 999 |
-
"shape": [
|
| 1000 |
-
1,
|
| 1001 |
-
256
|
| 1002 |
-
],
|
| 1003 |
-
"dtype": "float32"
|
| 1004 |
-
},
|
| 1005 |
-
{
|
| 1006 |
-
"name": "data/0/batch_121",
|
| 1007 |
-
"shape": [
|
| 1008 |
-
1,
|
| 1009 |
-
256
|
| 1010 |
-
],
|
| 1011 |
-
"dtype": "float32"
|
| 1012 |
-
},
|
| 1013 |
-
{
|
| 1014 |
-
"name": "data/0/batch_122",
|
| 1015 |
-
"shape": [
|
| 1016 |
-
1,
|
| 1017 |
-
256
|
| 1018 |
-
],
|
| 1019 |
-
"dtype": "float32"
|
| 1020 |
-
},
|
| 1021 |
-
{
|
| 1022 |
-
"name": "data/0/batch_123",
|
| 1023 |
-
"shape": [
|
| 1024 |
-
1,
|
| 1025 |
-
256
|
| 1026 |
-
],
|
| 1027 |
-
"dtype": "float32"
|
| 1028 |
-
},
|
| 1029 |
-
{
|
| 1030 |
-
"name": "data/0/batch_124",
|
| 1031 |
-
"shape": [
|
| 1032 |
-
1,
|
| 1033 |
-
256
|
| 1034 |
-
],
|
| 1035 |
-
"dtype": "float32"
|
| 1036 |
-
},
|
| 1037 |
-
{
|
| 1038 |
-
"name": "data/0/batch_125",
|
| 1039 |
-
"shape": [
|
| 1040 |
-
1,
|
| 1041 |
-
256
|
| 1042 |
-
],
|
| 1043 |
-
"dtype": "float32"
|
| 1044 |
-
},
|
| 1045 |
-
{
|
| 1046 |
-
"name": "data/0/batch_126",
|
| 1047 |
-
"shape": [
|
| 1048 |
-
1,
|
| 1049 |
-
256
|
| 1050 |
-
],
|
| 1051 |
-
"dtype": "float32"
|
| 1052 |
-
},
|
| 1053 |
-
{
|
| 1054 |
-
"name": "data/0/batch_127",
|
| 1055 |
-
"shape": [
|
| 1056 |
-
1,
|
| 1057 |
-
256
|
| 1058 |
-
],
|
| 1059 |
-
"dtype": "float32"
|
| 1060 |
-
},
|
| 1061 |
-
{
|
| 1062 |
-
"name": "data/0/batch_128",
|
| 1063 |
-
"shape": [
|
| 1064 |
-
1,
|
| 1065 |
-
256
|
| 1066 |
-
],
|
| 1067 |
-
"dtype": "float32"
|
| 1068 |
-
},
|
| 1069 |
-
{
|
| 1070 |
-
"name": "data/0/batch_129",
|
| 1071 |
-
"shape": [
|
| 1072 |
-
1,
|
| 1073 |
-
256
|
| 1074 |
-
],
|
| 1075 |
-
"dtype": "float32"
|
| 1076 |
-
},
|
| 1077 |
-
{
|
| 1078 |
-
"name": "data/0/batch_130",
|
| 1079 |
-
"shape": [
|
| 1080 |
-
1,
|
| 1081 |
-
256
|
| 1082 |
-
],
|
| 1083 |
-
"dtype": "float32"
|
| 1084 |
-
},
|
| 1085 |
-
{
|
| 1086 |
-
"name": "data/0/batch_131",
|
| 1087 |
-
"shape": [
|
| 1088 |
-
1,
|
| 1089 |
-
256
|
| 1090 |
-
],
|
| 1091 |
-
"dtype": "float32"
|
| 1092 |
-
},
|
| 1093 |
-
{
|
| 1094 |
-
"name": "data/0/batch_132",
|
| 1095 |
-
"shape": [
|
| 1096 |
-
1,
|
| 1097 |
-
256
|
| 1098 |
-
],
|
| 1099 |
-
"dtype": "float32"
|
| 1100 |
-
},
|
| 1101 |
-
{
|
| 1102 |
-
"name": "data/0/batch_133",
|
| 1103 |
-
"shape": [
|
| 1104 |
-
1,
|
| 1105 |
-
256
|
| 1106 |
-
],
|
| 1107 |
-
"dtype": "float32"
|
| 1108 |
-
},
|
| 1109 |
-
{
|
| 1110 |
-
"name": "data/0/batch_134",
|
| 1111 |
-
"shape": [
|
| 1112 |
-
1,
|
| 1113 |
-
256
|
| 1114 |
-
],
|
| 1115 |
-
"dtype": "float32"
|
| 1116 |
-
},
|
| 1117 |
-
{
|
| 1118 |
-
"name": "data/0/batch_135",
|
| 1119 |
-
"shape": [
|
| 1120 |
-
1,
|
| 1121 |
-
256
|
| 1122 |
-
],
|
| 1123 |
-
"dtype": "float32"
|
| 1124 |
-
},
|
| 1125 |
-
{
|
| 1126 |
-
"name": "data/0/batch_136",
|
| 1127 |
-
"shape": [
|
| 1128 |
-
1,
|
| 1129 |
-
256
|
| 1130 |
-
],
|
| 1131 |
-
"dtype": "float32"
|
| 1132 |
-
},
|
| 1133 |
-
{
|
| 1134 |
-
"name": "data/0/batch_137",
|
| 1135 |
-
"shape": [
|
| 1136 |
-
1,
|
| 1137 |
-
256
|
| 1138 |
-
],
|
| 1139 |
-
"dtype": "float32"
|
| 1140 |
-
},
|
| 1141 |
-
{
|
| 1142 |
-
"name": "data/0/batch_138",
|
| 1143 |
-
"shape": [
|
| 1144 |
-
1,
|
| 1145 |
-
256
|
| 1146 |
-
],
|
| 1147 |
-
"dtype": "float32"
|
| 1148 |
-
},
|
| 1149 |
-
{
|
| 1150 |
-
"name": "data/0/batch_139",
|
| 1151 |
-
"shape": [
|
| 1152 |
-
1,
|
| 1153 |
-
256
|
| 1154 |
-
],
|
| 1155 |
-
"dtype": "float32"
|
| 1156 |
-
},
|
| 1157 |
-
{
|
| 1158 |
-
"name": "data/0/batch_140",
|
| 1159 |
-
"shape": [
|
| 1160 |
-
1,
|
| 1161 |
-
256
|
| 1162 |
-
],
|
| 1163 |
-
"dtype": "float32"
|
| 1164 |
-
},
|
| 1165 |
-
{
|
| 1166 |
-
"name": "data/0/batch_141",
|
| 1167 |
-
"shape": [
|
| 1168 |
-
1,
|
| 1169 |
-
256
|
| 1170 |
-
],
|
| 1171 |
-
"dtype": "float32"
|
| 1172 |
-
},
|
| 1173 |
-
{
|
| 1174 |
-
"name": "data/0/batch_142",
|
| 1175 |
-
"shape": [
|
| 1176 |
-
1,
|
| 1177 |
-
256
|
| 1178 |
-
],
|
| 1179 |
-
"dtype": "float32"
|
| 1180 |
-
},
|
| 1181 |
-
{
|
| 1182 |
-
"name": "data/0/batch_143",
|
| 1183 |
-
"shape": [
|
| 1184 |
-
1,
|
| 1185 |
-
256
|
| 1186 |
-
],
|
| 1187 |
-
"dtype": "float32"
|
| 1188 |
-
},
|
| 1189 |
-
{
|
| 1190 |
-
"name": "data/0/batch_144",
|
| 1191 |
-
"shape": [
|
| 1192 |
-
1,
|
| 1193 |
-
256
|
| 1194 |
-
],
|
| 1195 |
-
"dtype": "float32"
|
| 1196 |
-
},
|
| 1197 |
-
{
|
| 1198 |
-
"name": "data/0/batch_145",
|
| 1199 |
-
"shape": [
|
| 1200 |
-
1,
|
| 1201 |
-
256
|
| 1202 |
-
],
|
| 1203 |
-
"dtype": "float32"
|
| 1204 |
-
},
|
| 1205 |
-
{
|
| 1206 |
-
"name": "data/0/batch_146",
|
| 1207 |
-
"shape": [
|
| 1208 |
-
1,
|
| 1209 |
-
256
|
| 1210 |
-
],
|
| 1211 |
-
"dtype": "float32"
|
| 1212 |
-
},
|
| 1213 |
-
{
|
| 1214 |
-
"name": "data/0/batch_147",
|
| 1215 |
-
"shape": [
|
| 1216 |
-
1,
|
| 1217 |
-
256
|
| 1218 |
-
],
|
| 1219 |
-
"dtype": "float32"
|
| 1220 |
-
},
|
| 1221 |
-
{
|
| 1222 |
-
"name": "data/0/batch_148",
|
| 1223 |
-
"shape": [
|
| 1224 |
-
1,
|
| 1225 |
-
256
|
| 1226 |
-
],
|
| 1227 |
-
"dtype": "float32"
|
| 1228 |
-
},
|
| 1229 |
-
{
|
| 1230 |
-
"name": "data/0/batch_149",
|
| 1231 |
-
"shape": [
|
| 1232 |
-
1,
|
| 1233 |
-
256
|
| 1234 |
-
],
|
| 1235 |
-
"dtype": "float32"
|
| 1236 |
-
},
|
| 1237 |
-
{
|
| 1238 |
-
"name": "data/0/batch_150",
|
| 1239 |
-
"shape": [
|
| 1240 |
-
1,
|
| 1241 |
-
256
|
| 1242 |
-
],
|
| 1243 |
-
"dtype": "float32"
|
| 1244 |
-
},
|
| 1245 |
-
{
|
| 1246 |
-
"name": "data/0/batch_151",
|
| 1247 |
-
"shape": [
|
| 1248 |
-
1,
|
| 1249 |
-
256
|
| 1250 |
-
],
|
| 1251 |
-
"dtype": "float32"
|
| 1252 |
-
},
|
| 1253 |
-
{
|
| 1254 |
-
"name": "data/0/batch_152",
|
| 1255 |
-
"shape": [
|
| 1256 |
-
1,
|
| 1257 |
-
256
|
| 1258 |
-
],
|
| 1259 |
-
"dtype": "float32"
|
| 1260 |
-
},
|
| 1261 |
-
{
|
| 1262 |
-
"name": "data/0/batch_153",
|
| 1263 |
-
"shape": [
|
| 1264 |
-
1,
|
| 1265 |
-
256
|
| 1266 |
-
],
|
| 1267 |
-
"dtype": "float32"
|
| 1268 |
-
},
|
| 1269 |
-
{
|
| 1270 |
-
"name": "data/0/batch_154",
|
| 1271 |
-
"shape": [
|
| 1272 |
-
1,
|
| 1273 |
-
256
|
| 1274 |
-
],
|
| 1275 |
-
"dtype": "float32"
|
| 1276 |
-
},
|
| 1277 |
-
{
|
| 1278 |
-
"name": "data/0/batch_155",
|
| 1279 |
-
"shape": [
|
| 1280 |
-
1,
|
| 1281 |
-
256
|
| 1282 |
-
],
|
| 1283 |
-
"dtype": "float32"
|
| 1284 |
-
},
|
| 1285 |
-
{
|
| 1286 |
-
"name": "data/0/batch_156",
|
| 1287 |
-
"shape": [
|
| 1288 |
-
1,
|
| 1289 |
-
256
|
| 1290 |
-
],
|
| 1291 |
-
"dtype": "float32"
|
| 1292 |
-
},
|
| 1293 |
-
{
|
| 1294 |
-
"name": "data/0/batch_157",
|
| 1295 |
-
"shape": [
|
| 1296 |
-
1,
|
| 1297 |
-
256
|
| 1298 |
-
],
|
| 1299 |
-
"dtype": "float32"
|
| 1300 |
-
},
|
| 1301 |
-
{
|
| 1302 |
-
"name": "data/0/batch_158",
|
| 1303 |
-
"shape": [
|
| 1304 |
-
1,
|
| 1305 |
-
256
|
| 1306 |
-
],
|
| 1307 |
-
"dtype": "float32"
|
| 1308 |
-
},
|
| 1309 |
-
{
|
| 1310 |
-
"name": "data/0/batch_159",
|
| 1311 |
-
"shape": [
|
| 1312 |
-
1,
|
| 1313 |
-
256
|
| 1314 |
-
],
|
| 1315 |
-
"dtype": "float32"
|
| 1316 |
-
},
|
| 1317 |
-
{
|
| 1318 |
-
"name": "data/0/batch_160",
|
| 1319 |
-
"shape": [
|
| 1320 |
-
1,
|
| 1321 |
-
256
|
| 1322 |
-
],
|
| 1323 |
-
"dtype": "float32"
|
| 1324 |
-
},
|
| 1325 |
-
{
|
| 1326 |
-
"name": "data/0/batch_161",
|
| 1327 |
-
"shape": [
|
| 1328 |
-
1,
|
| 1329 |
-
256
|
| 1330 |
-
],
|
| 1331 |
-
"dtype": "float32"
|
| 1332 |
-
},
|
| 1333 |
-
{
|
| 1334 |
-
"name": "data/0/batch_162",
|
| 1335 |
-
"shape": [
|
| 1336 |
-
1,
|
| 1337 |
-
256
|
| 1338 |
-
],
|
| 1339 |
-
"dtype": "float32"
|
| 1340 |
-
},
|
| 1341 |
-
{
|
| 1342 |
-
"name": "data/0/batch_163",
|
| 1343 |
-
"shape": [
|
| 1344 |
-
1,
|
| 1345 |
-
256
|
| 1346 |
-
],
|
| 1347 |
-
"dtype": "float32"
|
| 1348 |
-
},
|
| 1349 |
-
{
|
| 1350 |
-
"name": "data/0/batch_164",
|
| 1351 |
-
"shape": [
|
| 1352 |
-
1,
|
| 1353 |
-
256
|
| 1354 |
-
],
|
| 1355 |
-
"dtype": "float32"
|
| 1356 |
-
},
|
| 1357 |
-
{
|
| 1358 |
-
"name": "data/0/batch_165",
|
| 1359 |
-
"shape": [
|
| 1360 |
-
1,
|
| 1361 |
-
256
|
| 1362 |
-
],
|
| 1363 |
-
"dtype": "float32"
|
| 1364 |
-
},
|
| 1365 |
-
{
|
| 1366 |
-
"name": "data/0/batch_166",
|
| 1367 |
-
"shape": [
|
| 1368 |
-
1,
|
| 1369 |
-
256
|
| 1370 |
-
],
|
| 1371 |
-
"dtype": "float32"
|
| 1372 |
-
},
|
| 1373 |
-
{
|
| 1374 |
-
"name": "data/0/batch_167",
|
| 1375 |
-
"shape": [
|
| 1376 |
-
1,
|
| 1377 |
-
256
|
| 1378 |
-
],
|
| 1379 |
-
"dtype": "float32"
|
| 1380 |
-
},
|
| 1381 |
-
{
|
| 1382 |
-
"name": "data/0/batch_168",
|
| 1383 |
-
"shape": [
|
| 1384 |
-
1,
|
| 1385 |
-
256
|
| 1386 |
-
],
|
| 1387 |
-
"dtype": "float32"
|
| 1388 |
-
},
|
| 1389 |
-
{
|
| 1390 |
-
"name": "data/0/batch_169",
|
| 1391 |
-
"shape": [
|
| 1392 |
-
1,
|
| 1393 |
-
256
|
| 1394 |
-
],
|
| 1395 |
-
"dtype": "float32"
|
| 1396 |
-
},
|
| 1397 |
-
{
|
| 1398 |
-
"name": "data/0/batch_170",
|
| 1399 |
-
"shape": [
|
| 1400 |
-
1,
|
| 1401 |
-
256
|
| 1402 |
-
],
|
| 1403 |
-
"dtype": "float32"
|
| 1404 |
-
},
|
| 1405 |
-
{
|
| 1406 |
-
"name": "data/0/batch_171",
|
| 1407 |
-
"shape": [
|
| 1408 |
-
1,
|
| 1409 |
-
256
|
| 1410 |
-
],
|
| 1411 |
-
"dtype": "float32"
|
| 1412 |
-
},
|
| 1413 |
-
{
|
| 1414 |
-
"name": "data/0/batch_172",
|
| 1415 |
-
"shape": [
|
| 1416 |
-
1,
|
| 1417 |
-
256
|
| 1418 |
-
],
|
| 1419 |
-
"dtype": "float32"
|
| 1420 |
-
},
|
| 1421 |
-
{
|
| 1422 |
-
"name": "data/0/batch_173",
|
| 1423 |
-
"shape": [
|
| 1424 |
-
1,
|
| 1425 |
-
256
|
| 1426 |
-
],
|
| 1427 |
-
"dtype": "float32"
|
| 1428 |
-
},
|
| 1429 |
-
{
|
| 1430 |
-
"name": "data/0/batch_174",
|
| 1431 |
-
"shape": [
|
| 1432 |
-
1,
|
| 1433 |
-
256
|
| 1434 |
-
],
|
| 1435 |
-
"dtype": "float32"
|
| 1436 |
-
},
|
| 1437 |
-
{
|
| 1438 |
-
"name": "data/0/batch_175",
|
| 1439 |
-
"shape": [
|
| 1440 |
-
1,
|
| 1441 |
-
256
|
| 1442 |
-
],
|
| 1443 |
-
"dtype": "float32"
|
| 1444 |
-
},
|
| 1445 |
-
{
|
| 1446 |
-
"name": "data/0/batch_176",
|
| 1447 |
-
"shape": [
|
| 1448 |
-
1,
|
| 1449 |
-
256
|
| 1450 |
-
],
|
| 1451 |
-
"dtype": "float32"
|
| 1452 |
-
},
|
| 1453 |
-
{
|
| 1454 |
-
"name": "data/0/batch_177",
|
| 1455 |
-
"shape": [
|
| 1456 |
-
1,
|
| 1457 |
-
256
|
| 1458 |
-
],
|
| 1459 |
-
"dtype": "float32"
|
| 1460 |
-
},
|
| 1461 |
-
{
|
| 1462 |
-
"name": "data/0/batch_178",
|
| 1463 |
-
"shape": [
|
| 1464 |
-
1,
|
| 1465 |
-
256
|
| 1466 |
-
],
|
| 1467 |
-
"dtype": "float32"
|
| 1468 |
-
},
|
| 1469 |
-
{
|
| 1470 |
-
"name": "data/0/batch_179",
|
| 1471 |
-
"shape": [
|
| 1472 |
-
1,
|
| 1473 |
-
256
|
| 1474 |
-
],
|
| 1475 |
-
"dtype": "float32"
|
| 1476 |
-
},
|
| 1477 |
-
{
|
| 1478 |
-
"name": "data/0/batch_180",
|
| 1479 |
-
"shape": [
|
| 1480 |
-
1,
|
| 1481 |
-
256
|
| 1482 |
-
],
|
| 1483 |
-
"dtype": "float32"
|
| 1484 |
-
},
|
| 1485 |
-
{
|
| 1486 |
-
"name": "data/0/batch_181",
|
| 1487 |
-
"shape": [
|
| 1488 |
-
1,
|
| 1489 |
-
256
|
| 1490 |
-
],
|
| 1491 |
-
"dtype": "float32"
|
| 1492 |
-
},
|
| 1493 |
-
{
|
| 1494 |
-
"name": "data/0/batch_182",
|
| 1495 |
-
"shape": [
|
| 1496 |
-
1,
|
| 1497 |
-
256
|
| 1498 |
-
],
|
| 1499 |
-
"dtype": "float32"
|
| 1500 |
-
},
|
| 1501 |
-
{
|
| 1502 |
-
"name": "data/0/batch_183",
|
| 1503 |
-
"shape": [
|
| 1504 |
-
1,
|
| 1505 |
-
256
|
| 1506 |
-
],
|
| 1507 |
-
"dtype": "float32"
|
| 1508 |
-
},
|
| 1509 |
-
{
|
| 1510 |
-
"name": "data/0/batch_184",
|
| 1511 |
-
"shape": [
|
| 1512 |
-
1,
|
| 1513 |
-
256
|
| 1514 |
-
],
|
| 1515 |
-
"dtype": "float32"
|
| 1516 |
-
},
|
| 1517 |
-
{
|
| 1518 |
-
"name": "data/0/batch_185",
|
| 1519 |
-
"shape": [
|
| 1520 |
-
1,
|
| 1521 |
-
256
|
| 1522 |
-
],
|
| 1523 |
-
"dtype": "float32"
|
| 1524 |
-
},
|
| 1525 |
-
{
|
| 1526 |
-
"name": "data/0/batch_186",
|
| 1527 |
-
"shape": [
|
| 1528 |
-
1,
|
| 1529 |
-
256
|
| 1530 |
-
],
|
| 1531 |
-
"dtype": "float32"
|
| 1532 |
-
},
|
| 1533 |
-
{
|
| 1534 |
-
"name": "data/0/batch_187",
|
| 1535 |
-
"shape": [
|
| 1536 |
-
1,
|
| 1537 |
-
256
|
| 1538 |
-
],
|
| 1539 |
-
"dtype": "float32"
|
| 1540 |
-
},
|
| 1541 |
-
{
|
| 1542 |
-
"name": "data/0/batch_188",
|
| 1543 |
-
"shape": [
|
| 1544 |
-
1,
|
| 1545 |
-
256
|
| 1546 |
-
],
|
| 1547 |
-
"dtype": "float32"
|
| 1548 |
-
},
|
| 1549 |
-
{
|
| 1550 |
-
"name": "data/0/batch_189",
|
| 1551 |
-
"shape": [
|
| 1552 |
-
1,
|
| 1553 |
-
256
|
| 1554 |
-
],
|
| 1555 |
-
"dtype": "float32"
|
| 1556 |
-
},
|
| 1557 |
-
{
|
| 1558 |
-
"name": "data/0/batch_190",
|
| 1559 |
-
"shape": [
|
| 1560 |
-
1,
|
| 1561 |
-
256
|
| 1562 |
-
],
|
| 1563 |
-
"dtype": "float32"
|
| 1564 |
-
},
|
| 1565 |
-
{
|
| 1566 |
-
"name": "data/0/batch_191",
|
| 1567 |
-
"shape": [
|
| 1568 |
-
1,
|
| 1569 |
-
256
|
| 1570 |
-
],
|
| 1571 |
-
"dtype": "float32"
|
| 1572 |
-
},
|
| 1573 |
-
{
|
| 1574 |
-
"name": "data/0/batch_192",
|
| 1575 |
-
"shape": [
|
| 1576 |
-
1,
|
| 1577 |
-
256
|
| 1578 |
-
],
|
| 1579 |
-
"dtype": "float32"
|
| 1580 |
-
},
|
| 1581 |
-
{
|
| 1582 |
-
"name": "data/0/batch_193",
|
| 1583 |
-
"shape": [
|
| 1584 |
-
1,
|
| 1585 |
-
256
|
| 1586 |
-
],
|
| 1587 |
-
"dtype": "float32"
|
| 1588 |
-
},
|
| 1589 |
-
{
|
| 1590 |
-
"name": "data/0/batch_194",
|
| 1591 |
-
"shape": [
|
| 1592 |
-
1,
|
| 1593 |
-
256
|
| 1594 |
-
],
|
| 1595 |
-
"dtype": "float32"
|
| 1596 |
-
},
|
| 1597 |
-
{
|
| 1598 |
-
"name": "data/0/batch_195",
|
| 1599 |
-
"shape": [
|
| 1600 |
-
1,
|
| 1601 |
-
256
|
| 1602 |
-
],
|
| 1603 |
-
"dtype": "float32"
|
| 1604 |
-
},
|
| 1605 |
-
{
|
| 1606 |
-
"name": "data/0/batch_196",
|
| 1607 |
-
"shape": [
|
| 1608 |
-
1,
|
| 1609 |
-
256
|
| 1610 |
-
],
|
| 1611 |
-
"dtype": "float32"
|
| 1612 |
-
},
|
| 1613 |
-
{
|
| 1614 |
-
"name": "data/0/batch_197",
|
| 1615 |
-
"shape": [
|
| 1616 |
-
1,
|
| 1617 |
-
256
|
| 1618 |
-
],
|
| 1619 |
-
"dtype": "float32"
|
| 1620 |
-
},
|
| 1621 |
-
{
|
| 1622 |
-
"name": "data/0/batch_198",
|
| 1623 |
-
"shape": [
|
| 1624 |
-
1,
|
| 1625 |
-
256
|
| 1626 |
-
],
|
| 1627 |
-
"dtype": "float32"
|
| 1628 |
-
},
|
| 1629 |
-
{
|
| 1630 |
-
"name": "data/0/batch_199",
|
| 1631 |
-
"shape": [
|
| 1632 |
-
1,
|
| 1633 |
-
256
|
| 1634 |
-
],
|
| 1635 |
-
"dtype": "float32"
|
| 1636 |
-
},
|
| 1637 |
-
{
|
| 1638 |
-
"name": "data/0/batch_200",
|
| 1639 |
-
"shape": [
|
| 1640 |
-
1,
|
| 1641 |
-
256
|
| 1642 |
-
],
|
| 1643 |
-
"dtype": "float32"
|
| 1644 |
-
},
|
| 1645 |
-
{
|
| 1646 |
-
"name": "data/0/batch_201",
|
| 1647 |
-
"shape": [
|
| 1648 |
-
1,
|
| 1649 |
-
256
|
| 1650 |
-
],
|
| 1651 |
-
"dtype": "float32"
|
| 1652 |
-
},
|
| 1653 |
-
{
|
| 1654 |
-
"name": "data/0/batch_202",
|
| 1655 |
-
"shape": [
|
| 1656 |
-
1,
|
| 1657 |
-
256
|
| 1658 |
-
],
|
| 1659 |
-
"dtype": "float32"
|
| 1660 |
-
},
|
| 1661 |
-
{
|
| 1662 |
-
"name": "data/0/batch_203",
|
| 1663 |
-
"shape": [
|
| 1664 |
-
1,
|
| 1665 |
-
256
|
| 1666 |
-
],
|
| 1667 |
-
"dtype": "float32"
|
| 1668 |
-
},
|
| 1669 |
-
{
|
| 1670 |
-
"name": "data/0/batch_204",
|
| 1671 |
-
"shape": [
|
| 1672 |
-
1,
|
| 1673 |
-
256
|
| 1674 |
-
],
|
| 1675 |
-
"dtype": "float32"
|
| 1676 |
-
},
|
| 1677 |
-
{
|
| 1678 |
-
"name": "data/0/batch_205",
|
| 1679 |
-
"shape": [
|
| 1680 |
-
1,
|
| 1681 |
-
256
|
| 1682 |
-
],
|
| 1683 |
-
"dtype": "float32"
|
| 1684 |
-
},
|
| 1685 |
-
{
|
| 1686 |
-
"name": "data/0/batch_206",
|
| 1687 |
-
"shape": [
|
| 1688 |
-
1,
|
| 1689 |
-
256
|
| 1690 |
-
],
|
| 1691 |
-
"dtype": "float32"
|
| 1692 |
-
},
|
| 1693 |
-
{
|
| 1694 |
-
"name": "data/0/batch_207",
|
| 1695 |
-
"shape": [
|
| 1696 |
-
1,
|
| 1697 |
-
256
|
| 1698 |
-
],
|
| 1699 |
-
"dtype": "float32"
|
| 1700 |
-
},
|
| 1701 |
-
{
|
| 1702 |
-
"name": "data/0/batch_208",
|
| 1703 |
-
"shape": [
|
| 1704 |
-
1,
|
| 1705 |
-
256
|
| 1706 |
-
],
|
| 1707 |
-
"dtype": "float32"
|
| 1708 |
-
},
|
| 1709 |
-
{
|
| 1710 |
-
"name": "data/0/batch_209",
|
| 1711 |
-
"shape": [
|
| 1712 |
-
1,
|
| 1713 |
-
256
|
| 1714 |
-
],
|
| 1715 |
-
"dtype": "float32"
|
| 1716 |
-
},
|
| 1717 |
-
{
|
| 1718 |
-
"name": "data/0/batch_210",
|
| 1719 |
-
"shape": [
|
| 1720 |
-
1,
|
| 1721 |
-
256
|
| 1722 |
-
],
|
| 1723 |
-
"dtype": "float32"
|
| 1724 |
-
},
|
| 1725 |
-
{
|
| 1726 |
-
"name": "data/0/batch_211",
|
| 1727 |
-
"shape": [
|
| 1728 |
-
1,
|
| 1729 |
-
256
|
| 1730 |
-
],
|
| 1731 |
-
"dtype": "float32"
|
| 1732 |
-
},
|
| 1733 |
-
{
|
| 1734 |
-
"name": "data/0/batch_212",
|
| 1735 |
-
"shape": [
|
| 1736 |
-
1,
|
| 1737 |
-
256
|
| 1738 |
-
],
|
| 1739 |
-
"dtype": "float32"
|
| 1740 |
-
},
|
| 1741 |
-
{
|
| 1742 |
-
"name": "data/0/batch_213",
|
| 1743 |
-
"shape": [
|
| 1744 |
-
1,
|
| 1745 |
-
256
|
| 1746 |
-
],
|
| 1747 |
-
"dtype": "float32"
|
| 1748 |
-
},
|
| 1749 |
-
{
|
| 1750 |
-
"name": "data/0/batch_214",
|
| 1751 |
-
"shape": [
|
| 1752 |
-
1,
|
| 1753 |
-
256
|
| 1754 |
-
],
|
| 1755 |
-
"dtype": "float32"
|
| 1756 |
-
},
|
| 1757 |
-
{
|
| 1758 |
-
"name": "data/0/batch_215",
|
| 1759 |
-
"shape": [
|
| 1760 |
-
1,
|
| 1761 |
-
256
|
| 1762 |
-
],
|
| 1763 |
-
"dtype": "float32"
|
| 1764 |
-
},
|
| 1765 |
-
{
|
| 1766 |
-
"name": "data/0/batch_216",
|
| 1767 |
-
"shape": [
|
| 1768 |
-
1,
|
| 1769 |
-
256
|
| 1770 |
-
],
|
| 1771 |
-
"dtype": "float32"
|
| 1772 |
-
},
|
| 1773 |
-
{
|
| 1774 |
-
"name": "data/0/batch_217",
|
| 1775 |
-
"shape": [
|
| 1776 |
-
1,
|
| 1777 |
-
256
|
| 1778 |
-
],
|
| 1779 |
-
"dtype": "float32"
|
| 1780 |
-
},
|
| 1781 |
-
{
|
| 1782 |
-
"name": "data/0/batch_218",
|
| 1783 |
-
"shape": [
|
| 1784 |
-
1,
|
| 1785 |
-
256
|
| 1786 |
-
],
|
| 1787 |
-
"dtype": "float32"
|
| 1788 |
-
},
|
| 1789 |
-
{
|
| 1790 |
-
"name": "data/0/batch_219",
|
| 1791 |
-
"shape": [
|
| 1792 |
-
1,
|
| 1793 |
-
256
|
| 1794 |
-
],
|
| 1795 |
-
"dtype": "float32"
|
| 1796 |
-
},
|
| 1797 |
-
{
|
| 1798 |
-
"name": "data/0/batch_220",
|
| 1799 |
-
"shape": [
|
| 1800 |
-
1,
|
| 1801 |
-
256
|
| 1802 |
-
],
|
| 1803 |
-
"dtype": "float32"
|
| 1804 |
-
},
|
| 1805 |
-
{
|
| 1806 |
-
"name": "data/0/batch_221",
|
| 1807 |
-
"shape": [
|
| 1808 |
-
1,
|
| 1809 |
-
256
|
| 1810 |
-
],
|
| 1811 |
-
"dtype": "float32"
|
| 1812 |
-
},
|
| 1813 |
-
{
|
| 1814 |
-
"name": "data/0/batch_222",
|
| 1815 |
-
"shape": [
|
| 1816 |
-
1,
|
| 1817 |
-
256
|
| 1818 |
-
],
|
| 1819 |
-
"dtype": "float32"
|
| 1820 |
-
},
|
| 1821 |
-
{
|
| 1822 |
-
"name": "data/0/batch_223",
|
| 1823 |
-
"shape": [
|
| 1824 |
-
1,
|
| 1825 |
-
256
|
| 1826 |
-
],
|
| 1827 |
-
"dtype": "float32"
|
| 1828 |
-
},
|
| 1829 |
-
{
|
| 1830 |
-
"name": "data/0/batch_224",
|
| 1831 |
-
"shape": [
|
| 1832 |
-
1,
|
| 1833 |
-
256
|
| 1834 |
-
],
|
| 1835 |
-
"dtype": "float32"
|
| 1836 |
-
},
|
| 1837 |
-
{
|
| 1838 |
-
"name": "data/0/batch_225",
|
| 1839 |
-
"shape": [
|
| 1840 |
-
1,
|
| 1841 |
-
256
|
| 1842 |
-
],
|
| 1843 |
-
"dtype": "float32"
|
| 1844 |
-
},
|
| 1845 |
-
{
|
| 1846 |
-
"name": "data/0/batch_226",
|
| 1847 |
-
"shape": [
|
| 1848 |
-
1,
|
| 1849 |
-
256
|
| 1850 |
-
],
|
| 1851 |
-
"dtype": "float32"
|
| 1852 |
-
},
|
| 1853 |
-
{
|
| 1854 |
-
"name": "data/0/batch_227",
|
| 1855 |
-
"shape": [
|
| 1856 |
-
1,
|
| 1857 |
-
256
|
| 1858 |
-
],
|
| 1859 |
-
"dtype": "float32"
|
| 1860 |
-
},
|
| 1861 |
-
{
|
| 1862 |
-
"name": "data/0/batch_228",
|
| 1863 |
-
"shape": [
|
| 1864 |
-
1,
|
| 1865 |
-
256
|
| 1866 |
-
],
|
| 1867 |
-
"dtype": "float32"
|
| 1868 |
-
},
|
| 1869 |
-
{
|
| 1870 |
-
"name": "data/0/batch_229",
|
| 1871 |
-
"shape": [
|
| 1872 |
-
1,
|
| 1873 |
-
256
|
| 1874 |
-
],
|
| 1875 |
-
"dtype": "float32"
|
| 1876 |
-
},
|
| 1877 |
-
{
|
| 1878 |
-
"name": "data/0/batch_230",
|
| 1879 |
-
"shape": [
|
| 1880 |
-
1,
|
| 1881 |
-
256
|
| 1882 |
-
],
|
| 1883 |
-
"dtype": "float32"
|
| 1884 |
-
},
|
| 1885 |
-
{
|
| 1886 |
-
"name": "data/0/batch_231",
|
| 1887 |
-
"shape": [
|
| 1888 |
-
1,
|
| 1889 |
-
256
|
| 1890 |
-
],
|
| 1891 |
-
"dtype": "float32"
|
| 1892 |
-
},
|
| 1893 |
-
{
|
| 1894 |
-
"name": "data/0/batch_232",
|
| 1895 |
-
"shape": [
|
| 1896 |
-
1,
|
| 1897 |
-
256
|
| 1898 |
-
],
|
| 1899 |
-
"dtype": "float32"
|
| 1900 |
-
},
|
| 1901 |
-
{
|
| 1902 |
-
"name": "data/0/batch_233",
|
| 1903 |
-
"shape": [
|
| 1904 |
-
1,
|
| 1905 |
-
256
|
| 1906 |
-
],
|
| 1907 |
-
"dtype": "float32"
|
| 1908 |
-
},
|
| 1909 |
-
{
|
| 1910 |
-
"name": "data/0/batch_234",
|
| 1911 |
-
"shape": [
|
| 1912 |
-
1,
|
| 1913 |
-
256
|
| 1914 |
-
],
|
| 1915 |
-
"dtype": "float32"
|
| 1916 |
-
},
|
| 1917 |
-
{
|
| 1918 |
-
"name": "data/0/batch_235",
|
| 1919 |
-
"shape": [
|
| 1920 |
-
1,
|
| 1921 |
-
256
|
| 1922 |
-
],
|
| 1923 |
-
"dtype": "float32"
|
| 1924 |
-
},
|
| 1925 |
-
{
|
| 1926 |
-
"name": "data/0/batch_236",
|
| 1927 |
-
"shape": [
|
| 1928 |
-
1,
|
| 1929 |
-
256
|
| 1930 |
-
],
|
| 1931 |
-
"dtype": "float32"
|
| 1932 |
-
},
|
| 1933 |
-
{
|
| 1934 |
-
"name": "data/0/batch_237",
|
| 1935 |
-
"shape": [
|
| 1936 |
-
1,
|
| 1937 |
-
256
|
| 1938 |
-
],
|
| 1939 |
-
"dtype": "float32"
|
| 1940 |
-
},
|
| 1941 |
-
{
|
| 1942 |
-
"name": "data/0/batch_238",
|
| 1943 |
-
"shape": [
|
| 1944 |
-
1,
|
| 1945 |
-
256
|
| 1946 |
-
],
|
| 1947 |
-
"dtype": "float32"
|
| 1948 |
-
},
|
| 1949 |
-
{
|
| 1950 |
-
"name": "data/0/batch_239",
|
| 1951 |
-
"shape": [
|
| 1952 |
-
1,
|
| 1953 |
-
256
|
| 1954 |
-
],
|
| 1955 |
-
"dtype": "float32"
|
| 1956 |
-
},
|
| 1957 |
-
{
|
| 1958 |
-
"name": "data/0/batch_240",
|
| 1959 |
-
"shape": [
|
| 1960 |
-
1,
|
| 1961 |
-
256
|
| 1962 |
-
],
|
| 1963 |
-
"dtype": "float32"
|
| 1964 |
-
},
|
| 1965 |
-
{
|
| 1966 |
-
"name": "data/0/batch_241",
|
| 1967 |
-
"shape": [
|
| 1968 |
-
1,
|
| 1969 |
-
256
|
| 1970 |
-
],
|
| 1971 |
-
"dtype": "float32"
|
| 1972 |
-
},
|
| 1973 |
-
{
|
| 1974 |
-
"name": "data/0/batch_242",
|
| 1975 |
-
"shape": [
|
| 1976 |
-
1,
|
| 1977 |
-
256
|
| 1978 |
-
],
|
| 1979 |
-
"dtype": "float32"
|
| 1980 |
-
},
|
| 1981 |
-
{
|
| 1982 |
-
"name": "data/0/batch_243",
|
| 1983 |
-
"shape": [
|
| 1984 |
-
1,
|
| 1985 |
-
256
|
| 1986 |
-
],
|
| 1987 |
-
"dtype": "float32"
|
| 1988 |
-
},
|
| 1989 |
-
{
|
| 1990 |
-
"name": "data/0/batch_244",
|
| 1991 |
-
"shape": [
|
| 1992 |
-
1,
|
| 1993 |
-
256
|
| 1994 |
-
],
|
| 1995 |
-
"dtype": "float32"
|
| 1996 |
-
},
|
| 1997 |
-
{
|
| 1998 |
-
"name": "data/0/batch_245",
|
| 1999 |
-
"shape": [
|
| 2000 |
-
1,
|
| 2001 |
-
256
|
| 2002 |
-
],
|
| 2003 |
-
"dtype": "float32"
|
| 2004 |
-
},
|
| 2005 |
-
{
|
| 2006 |
-
"name": "data/0/batch_246",
|
| 2007 |
-
"shape": [
|
| 2008 |
-
1,
|
| 2009 |
-
256
|
| 2010 |
-
],
|
| 2011 |
-
"dtype": "float32"
|
| 2012 |
-
},
|
| 2013 |
-
{
|
| 2014 |
-
"name": "data/0/batch_247",
|
| 2015 |
-
"shape": [
|
| 2016 |
-
1,
|
| 2017 |
-
256
|
| 2018 |
-
],
|
| 2019 |
-
"dtype": "float32"
|
| 2020 |
-
},
|
| 2021 |
-
{
|
| 2022 |
-
"name": "data/0/batch_248",
|
| 2023 |
-
"shape": [
|
| 2024 |
-
1,
|
| 2025 |
-
256
|
| 2026 |
-
],
|
| 2027 |
-
"dtype": "float32"
|
| 2028 |
-
},
|
| 2029 |
-
{
|
| 2030 |
-
"name": "data/0/batch_249",
|
| 2031 |
-
"shape": [
|
| 2032 |
-
1,
|
| 2033 |
-
256
|
| 2034 |
-
],
|
| 2035 |
-
"dtype": "float32"
|
| 2036 |
-
},
|
| 2037 |
-
{
|
| 2038 |
-
"name": "data/0/batch_250",
|
| 2039 |
-
"shape": [
|
| 2040 |
-
1,
|
| 2041 |
-
256
|
| 2042 |
-
],
|
| 2043 |
-
"dtype": "float32"
|
| 2044 |
-
},
|
| 2045 |
-
{
|
| 2046 |
-
"name": "data/0/batch_251",
|
| 2047 |
-
"shape": [
|
| 2048 |
-
1,
|
| 2049 |
-
256
|
| 2050 |
-
],
|
| 2051 |
-
"dtype": "float32"
|
| 2052 |
-
},
|
| 2053 |
-
{
|
| 2054 |
-
"name": "data/0/batch_252",
|
| 2055 |
-
"shape": [
|
| 2056 |
-
1,
|
| 2057 |
-
256
|
| 2058 |
-
],
|
| 2059 |
-
"dtype": "float32"
|
| 2060 |
-
},
|
| 2061 |
-
{
|
| 2062 |
-
"name": "data/0/batch_253",
|
| 2063 |
-
"shape": [
|
| 2064 |
-
1,
|
| 2065 |
-
256
|
| 2066 |
-
],
|
| 2067 |
-
"dtype": "float32"
|
| 2068 |
-
},
|
| 2069 |
-
{
|
| 2070 |
-
"name": "data/0/batch_254",
|
| 2071 |
-
"shape": [
|
| 2072 |
-
1,
|
| 2073 |
-
256
|
| 2074 |
-
],
|
| 2075 |
-
"dtype": "float32"
|
| 2076 |
-
},
|
| 2077 |
-
{
|
| 2078 |
-
"name": "data/0/batch_255",
|
| 2079 |
-
"shape": [
|
| 2080 |
-
1,
|
| 2081 |
-
256
|
| 2082 |
-
],
|
| 2083 |
-
"dtype": "float32"
|
| 2084 |
-
},
|
| 2085 |
-
{
|
| 2086 |
-
"name": "data/0/batch_256",
|
| 2087 |
-
"shape": [
|
| 2088 |
-
1,
|
| 2089 |
-
256
|
| 2090 |
-
],
|
| 2091 |
-
"dtype": "float32"
|
| 2092 |
-
},
|
| 2093 |
-
{
|
| 2094 |
-
"name": "data/0/batch_257",
|
| 2095 |
-
"shape": [
|
| 2096 |
-
1,
|
| 2097 |
-
256
|
| 2098 |
-
],
|
| 2099 |
-
"dtype": "float32"
|
| 2100 |
-
},
|
| 2101 |
-
{
|
| 2102 |
-
"name": "data/0/batch_258",
|
| 2103 |
-
"shape": [
|
| 2104 |
-
1,
|
| 2105 |
-
256
|
| 2106 |
-
],
|
| 2107 |
-
"dtype": "float32"
|
| 2108 |
-
},
|
| 2109 |
-
{
|
| 2110 |
-
"name": "data/0/batch_259",
|
| 2111 |
-
"shape": [
|
| 2112 |
-
1,
|
| 2113 |
-
256
|
| 2114 |
-
],
|
| 2115 |
-
"dtype": "float32"
|
| 2116 |
-
},
|
| 2117 |
-
{
|
| 2118 |
-
"name": "data/0/batch_260",
|
| 2119 |
-
"shape": [
|
| 2120 |
-
1,
|
| 2121 |
-
256
|
| 2122 |
-
],
|
| 2123 |
-
"dtype": "float32"
|
| 2124 |
-
},
|
| 2125 |
-
{
|
| 2126 |
-
"name": "data/0/batch_261",
|
| 2127 |
-
"shape": [
|
| 2128 |
-
1,
|
| 2129 |
-
256
|
| 2130 |
-
],
|
| 2131 |
-
"dtype": "float32"
|
| 2132 |
-
},
|
| 2133 |
-
{
|
| 2134 |
-
"name": "data/0/batch_262",
|
| 2135 |
-
"shape": [
|
| 2136 |
-
1,
|
| 2137 |
-
256
|
| 2138 |
-
],
|
| 2139 |
-
"dtype": "float32"
|
| 2140 |
-
},
|
| 2141 |
-
{
|
| 2142 |
-
"name": "data/0/batch_263",
|
| 2143 |
-
"shape": [
|
| 2144 |
-
1,
|
| 2145 |
-
256
|
| 2146 |
-
],
|
| 2147 |
-
"dtype": "float32"
|
| 2148 |
-
},
|
| 2149 |
-
{
|
| 2150 |
-
"name": "data/0/batch_264",
|
| 2151 |
-
"shape": [
|
| 2152 |
-
1,
|
| 2153 |
-
256
|
| 2154 |
-
],
|
| 2155 |
-
"dtype": "float32"
|
| 2156 |
-
},
|
| 2157 |
-
{
|
| 2158 |
-
"name": "data/0/batch_265",
|
| 2159 |
-
"shape": [
|
| 2160 |
-
1,
|
| 2161 |
-
256
|
| 2162 |
-
],
|
| 2163 |
-
"dtype": "float32"
|
| 2164 |
-
},
|
| 2165 |
-
{
|
| 2166 |
-
"name": "data/0/batch_266",
|
| 2167 |
-
"shape": [
|
| 2168 |
-
1,
|
| 2169 |
-
256
|
| 2170 |
-
],
|
| 2171 |
-
"dtype": "float32"
|
| 2172 |
-
},
|
| 2173 |
-
{
|
| 2174 |
-
"name": "data/0/batch_267",
|
| 2175 |
-
"shape": [
|
| 2176 |
-
1,
|
| 2177 |
-
256
|
| 2178 |
-
],
|
| 2179 |
-
"dtype": "float32"
|
| 2180 |
-
},
|
| 2181 |
-
{
|
| 2182 |
-
"name": "data/0/batch_268",
|
| 2183 |
-
"shape": [
|
| 2184 |
-
1,
|
| 2185 |
-
256
|
| 2186 |
-
],
|
| 2187 |
-
"dtype": "float32"
|
| 2188 |
-
},
|
| 2189 |
-
{
|
| 2190 |
-
"name": "data/0/batch_269",
|
| 2191 |
-
"shape": [
|
| 2192 |
-
1,
|
| 2193 |
-
256
|
| 2194 |
-
],
|
| 2195 |
-
"dtype": "float32"
|
| 2196 |
-
},
|
| 2197 |
-
{
|
| 2198 |
-
"name": "data/0/batch_270",
|
| 2199 |
-
"shape": [
|
| 2200 |
-
1,
|
| 2201 |
-
256
|
| 2202 |
-
],
|
| 2203 |
-
"dtype": "float32"
|
| 2204 |
-
},
|
| 2205 |
-
{
|
| 2206 |
-
"name": "data/0/batch_271",
|
| 2207 |
-
"shape": [
|
| 2208 |
-
1,
|
| 2209 |
-
256
|
| 2210 |
-
],
|
| 2211 |
-
"dtype": "float32"
|
| 2212 |
-
},
|
| 2213 |
-
{
|
| 2214 |
-
"name": "data/0/batch_272",
|
| 2215 |
-
"shape": [
|
| 2216 |
-
1,
|
| 2217 |
-
256
|
| 2218 |
-
],
|
| 2219 |
-
"dtype": "float32"
|
| 2220 |
-
},
|
| 2221 |
-
{
|
| 2222 |
-
"name": "data/0/batch_273",
|
| 2223 |
-
"shape": [
|
| 2224 |
-
1,
|
| 2225 |
-
256
|
| 2226 |
-
],
|
| 2227 |
-
"dtype": "float32"
|
| 2228 |
-
},
|
| 2229 |
-
{
|
| 2230 |
-
"name": "data/0/batch_274",
|
| 2231 |
-
"shape": [
|
| 2232 |
-
1,
|
| 2233 |
-
256
|
| 2234 |
-
],
|
| 2235 |
-
"dtype": "float32"
|
| 2236 |
-
},
|
| 2237 |
-
{
|
| 2238 |
-
"name": "data/0/batch_275",
|
| 2239 |
-
"shape": [
|
| 2240 |
-
1,
|
| 2241 |
-
256
|
| 2242 |
-
],
|
| 2243 |
-
"dtype": "float32"
|
| 2244 |
-
},
|
| 2245 |
-
{
|
| 2246 |
-
"name": "data/0/batch_276",
|
| 2247 |
-
"shape": [
|
| 2248 |
-
1,
|
| 2249 |
-
256
|
| 2250 |
-
],
|
| 2251 |
-
"dtype": "float32"
|
| 2252 |
-
},
|
| 2253 |
-
{
|
| 2254 |
-
"name": "data/0/batch_277",
|
| 2255 |
-
"shape": [
|
| 2256 |
-
1,
|
| 2257 |
-
256
|
| 2258 |
-
],
|
| 2259 |
-
"dtype": "float32"
|
| 2260 |
-
},
|
| 2261 |
-
{
|
| 2262 |
-
"name": "data/0/batch_278",
|
| 2263 |
-
"shape": [
|
| 2264 |
-
1,
|
| 2265 |
-
256
|
| 2266 |
-
],
|
| 2267 |
-
"dtype": "float32"
|
| 2268 |
-
},
|
| 2269 |
-
{
|
| 2270 |
-
"name": "data/0/batch_279",
|
| 2271 |
-
"shape": [
|
| 2272 |
-
1,
|
| 2273 |
-
256
|
| 2274 |
-
],
|
| 2275 |
-
"dtype": "float32"
|
| 2276 |
-
},
|
| 2277 |
-
{
|
| 2278 |
-
"name": "data/0/batch_280",
|
| 2279 |
-
"shape": [
|
| 2280 |
-
1,
|
| 2281 |
-
256
|
| 2282 |
-
],
|
| 2283 |
-
"dtype": "float32"
|
| 2284 |
-
},
|
| 2285 |
-
{
|
| 2286 |
-
"name": "data/0/batch_281",
|
| 2287 |
-
"shape": [
|
| 2288 |
-
1,
|
| 2289 |
-
256
|
| 2290 |
-
],
|
| 2291 |
-
"dtype": "float32"
|
| 2292 |
-
},
|
| 2293 |
-
{
|
| 2294 |
-
"name": "data/0/batch_282",
|
| 2295 |
-
"shape": [
|
| 2296 |
-
1,
|
| 2297 |
-
256
|
| 2298 |
-
],
|
| 2299 |
-
"dtype": "float32"
|
| 2300 |
-
},
|
| 2301 |
-
{
|
| 2302 |
-
"name": "data/0/batch_283",
|
| 2303 |
-
"shape": [
|
| 2304 |
-
1,
|
| 2305 |
-
256
|
| 2306 |
-
],
|
| 2307 |
-
"dtype": "float32"
|
| 2308 |
-
},
|
| 2309 |
-
{
|
| 2310 |
-
"name": "data/0/batch_284",
|
| 2311 |
-
"shape": [
|
| 2312 |
-
1,
|
| 2313 |
-
256
|
| 2314 |
-
],
|
| 2315 |
-
"dtype": "float32"
|
| 2316 |
-
},
|
| 2317 |
-
{
|
| 2318 |
-
"name": "data/0/batch_285",
|
| 2319 |
-
"shape": [
|
| 2320 |
-
1,
|
| 2321 |
-
256
|
| 2322 |
-
],
|
| 2323 |
-
"dtype": "float32"
|
| 2324 |
-
},
|
| 2325 |
-
{
|
| 2326 |
-
"name": "data/0/batch_286",
|
| 2327 |
-
"shape": [
|
| 2328 |
-
1,
|
| 2329 |
-
256
|
| 2330 |
-
],
|
| 2331 |
-
"dtype": "float32"
|
| 2332 |
-
},
|
| 2333 |
-
{
|
| 2334 |
-
"name": "data/0/batch_287",
|
| 2335 |
-
"shape": [
|
| 2336 |
-
1,
|
| 2337 |
-
256
|
| 2338 |
-
],
|
| 2339 |
-
"dtype": "float32"
|
| 2340 |
-
},
|
| 2341 |
-
{
|
| 2342 |
-
"name": "data/0/batch_288",
|
| 2343 |
-
"shape": [
|
| 2344 |
-
1,
|
| 2345 |
-
256
|
| 2346 |
-
],
|
| 2347 |
-
"dtype": "float32"
|
| 2348 |
-
},
|
| 2349 |
-
{
|
| 2350 |
-
"name": "data/0/batch_289",
|
| 2351 |
-
"shape": [
|
| 2352 |
-
1,
|
| 2353 |
-
256
|
| 2354 |
-
],
|
| 2355 |
-
"dtype": "float32"
|
| 2356 |
-
},
|
| 2357 |
-
{
|
| 2358 |
-
"name": "data/0/batch_290",
|
| 2359 |
-
"shape": [
|
| 2360 |
-
1,
|
| 2361 |
-
256
|
| 2362 |
-
],
|
| 2363 |
-
"dtype": "float32"
|
| 2364 |
-
},
|
| 2365 |
-
{
|
| 2366 |
-
"name": "data/0/batch_291",
|
| 2367 |
-
"shape": [
|
| 2368 |
-
1,
|
| 2369 |
-
256
|
| 2370 |
-
],
|
| 2371 |
-
"dtype": "float32"
|
| 2372 |
-
},
|
| 2373 |
-
{
|
| 2374 |
-
"name": "data/0/batch_292",
|
| 2375 |
-
"shape": [
|
| 2376 |
-
1,
|
| 2377 |
-
256
|
| 2378 |
-
],
|
| 2379 |
-
"dtype": "float32"
|
| 2380 |
-
},
|
| 2381 |
-
{
|
| 2382 |
-
"name": "data/0/batch_293",
|
| 2383 |
-
"shape": [
|
| 2384 |
-
1,
|
| 2385 |
-
256
|
| 2386 |
-
],
|
| 2387 |
-
"dtype": "float32"
|
| 2388 |
-
},
|
| 2389 |
-
{
|
| 2390 |
-
"name": "data/0/batch_294",
|
| 2391 |
-
"shape": [
|
| 2392 |
-
1,
|
| 2393 |
-
256
|
| 2394 |
-
],
|
| 2395 |
-
"dtype": "float32"
|
| 2396 |
-
},
|
| 2397 |
-
{
|
| 2398 |
-
"name": "data/0/batch_295",
|
| 2399 |
-
"shape": [
|
| 2400 |
-
1,
|
| 2401 |
-
256
|
| 2402 |
-
],
|
| 2403 |
-
"dtype": "float32"
|
| 2404 |
-
},
|
| 2405 |
-
{
|
| 2406 |
-
"name": "data/0/batch_296",
|
| 2407 |
-
"shape": [
|
| 2408 |
-
1,
|
| 2409 |
-
256
|
| 2410 |
-
],
|
| 2411 |
-
"dtype": "float32"
|
| 2412 |
-
},
|
| 2413 |
-
{
|
| 2414 |
-
"name": "data/0/batch_297",
|
| 2415 |
-
"shape": [
|
| 2416 |
-
1,
|
| 2417 |
-
256
|
| 2418 |
-
],
|
| 2419 |
-
"dtype": "float32"
|
| 2420 |
-
},
|
| 2421 |
-
{
|
| 2422 |
-
"name": "data/0/batch_298",
|
| 2423 |
-
"shape": [
|
| 2424 |
-
1,
|
| 2425 |
-
256
|
| 2426 |
-
],
|
| 2427 |
-
"dtype": "float32"
|
| 2428 |
-
},
|
| 2429 |
-
{
|
| 2430 |
-
"name": "data/0/batch_299",
|
| 2431 |
-
"shape": [
|
| 2432 |
-
1,
|
| 2433 |
-
256
|
| 2434 |
-
],
|
| 2435 |
-
"dtype": "float32"
|
| 2436 |
-
},
|
| 2437 |
-
{
|
| 2438 |
-
"name": "data/0/batch_300",
|
| 2439 |
-
"shape": [
|
| 2440 |
-
1,
|
| 2441 |
-
256
|
| 2442 |
-
],
|
| 2443 |
-
"dtype": "float32"
|
| 2444 |
-
},
|
| 2445 |
-
{
|
| 2446 |
-
"name": "data/0/batch_301",
|
| 2447 |
-
"shape": [
|
| 2448 |
-
1,
|
| 2449 |
-
256
|
| 2450 |
-
],
|
| 2451 |
-
"dtype": "float32"
|
| 2452 |
-
},
|
| 2453 |
-
{
|
| 2454 |
-
"name": "data/0/batch_302",
|
| 2455 |
-
"shape": [
|
| 2456 |
-
1,
|
| 2457 |
-
256
|
| 2458 |
-
],
|
| 2459 |
-
"dtype": "float32"
|
| 2460 |
-
},
|
| 2461 |
-
{
|
| 2462 |
-
"name": "data/0/batch_303",
|
| 2463 |
-
"shape": [
|
| 2464 |
-
1,
|
| 2465 |
-
256
|
| 2466 |
-
],
|
| 2467 |
-
"dtype": "float32"
|
| 2468 |
-
},
|
| 2469 |
-
{
|
| 2470 |
-
"name": "data/0/batch_304",
|
| 2471 |
-
"shape": [
|
| 2472 |
-
1,
|
| 2473 |
-
256
|
| 2474 |
-
],
|
| 2475 |
-
"dtype": "float32"
|
| 2476 |
-
},
|
| 2477 |
-
{
|
| 2478 |
-
"name": "data/0/batch_305",
|
| 2479 |
-
"shape": [
|
| 2480 |
-
1,
|
| 2481 |
-
256
|
| 2482 |
-
],
|
| 2483 |
-
"dtype": "float32"
|
| 2484 |
-
},
|
| 2485 |
-
{
|
| 2486 |
-
"name": "data/0/batch_306",
|
| 2487 |
-
"shape": [
|
| 2488 |
-
1,
|
| 2489 |
-
256
|
| 2490 |
-
],
|
| 2491 |
-
"dtype": "float32"
|
| 2492 |
-
},
|
| 2493 |
-
{
|
| 2494 |
-
"name": "data/0/batch_307",
|
| 2495 |
-
"shape": [
|
| 2496 |
-
1,
|
| 2497 |
-
256
|
| 2498 |
-
],
|
| 2499 |
-
"dtype": "float32"
|
| 2500 |
-
},
|
| 2501 |
-
{
|
| 2502 |
-
"name": "data/0/batch_308",
|
| 2503 |
-
"shape": [
|
| 2504 |
-
1,
|
| 2505 |
-
256
|
| 2506 |
-
],
|
| 2507 |
-
"dtype": "float32"
|
| 2508 |
-
},
|
| 2509 |
-
{
|
| 2510 |
-
"name": "data/0/batch_309",
|
| 2511 |
-
"shape": [
|
| 2512 |
-
1,
|
| 2513 |
-
256
|
| 2514 |
-
],
|
| 2515 |
-
"dtype": "float32"
|
| 2516 |
-
},
|
| 2517 |
-
{
|
| 2518 |
-
"name": "data/0/batch_310",
|
| 2519 |
-
"shape": [
|
| 2520 |
-
1,
|
| 2521 |
-
256
|
| 2522 |
-
],
|
| 2523 |
-
"dtype": "float32"
|
| 2524 |
-
},
|
| 2525 |
-
{
|
| 2526 |
-
"name": "data/0/batch_311",
|
| 2527 |
-
"shape": [
|
| 2528 |
-
1,
|
| 2529 |
-
256
|
| 2530 |
-
],
|
| 2531 |
-
"dtype": "float32"
|
| 2532 |
-
},
|
| 2533 |
-
{
|
| 2534 |
-
"name": "data/0/batch_312",
|
| 2535 |
-
"shape": [
|
| 2536 |
-
1,
|
| 2537 |
-
256
|
| 2538 |
-
],
|
| 2539 |
-
"dtype": "float32"
|
| 2540 |
-
},
|
| 2541 |
-
{
|
| 2542 |
-
"name": "data/0/batch_313",
|
| 2543 |
-
"shape": [
|
| 2544 |
-
1,
|
| 2545 |
-
256
|
| 2546 |
-
],
|
| 2547 |
-
"dtype": "float32"
|
| 2548 |
-
},
|
| 2549 |
-
{
|
| 2550 |
-
"name": "data/0/batch_314",
|
| 2551 |
-
"shape": [
|
| 2552 |
-
1,
|
| 2553 |
-
256
|
| 2554 |
-
],
|
| 2555 |
-
"dtype": "float32"
|
| 2556 |
-
},
|
| 2557 |
-
{
|
| 2558 |
-
"name": "data/0/batch_315",
|
| 2559 |
-
"shape": [
|
| 2560 |
-
1,
|
| 2561 |
-
256
|
| 2562 |
-
],
|
| 2563 |
-
"dtype": "float32"
|
| 2564 |
-
},
|
| 2565 |
-
{
|
| 2566 |
-
"name": "data/0/batch_316",
|
| 2567 |
-
"shape": [
|
| 2568 |
-
1,
|
| 2569 |
-
256
|
| 2570 |
-
],
|
| 2571 |
-
"dtype": "float32"
|
| 2572 |
-
},
|
| 2573 |
-
{
|
| 2574 |
-
"name": "data/0/batch_317",
|
| 2575 |
-
"shape": [
|
| 2576 |
-
1,
|
| 2577 |
-
256
|
| 2578 |
-
],
|
| 2579 |
-
"dtype": "float32"
|
| 2580 |
-
},
|
| 2581 |
-
{
|
| 2582 |
-
"name": "data/0/batch_318",
|
| 2583 |
-
"shape": [
|
| 2584 |
-
1,
|
| 2585 |
-
256
|
| 2586 |
-
],
|
| 2587 |
-
"dtype": "float32"
|
| 2588 |
-
},
|
| 2589 |
-
{
|
| 2590 |
-
"name": "data/0/batch_319",
|
| 2591 |
-
"shape": [
|
| 2592 |
-
1,
|
| 2593 |
-
256
|
| 2594 |
-
],
|
| 2595 |
-
"dtype": "float32"
|
| 2596 |
-
}
|
| 2597 |
-
],
|
| 2598 |
-
"metrics": {
|
| 2599 |
-
"gallery_count": 256,
|
| 2600 |
-
"probe_count": 64,
|
| 2601 |
-
"identity_count": 64,
|
| 2602 |
-
"rank1": 0.390625,
|
| 2603 |
-
"rank5": 0.671875,
|
| 2604 |
-
"rank10": 0.71875,
|
| 2605 |
-
"mean_rank": 12.859375,
|
| 2606 |
-
"median_rank": 3.0,
|
| 2607 |
-
"mrr": 0.5001383743890124,
|
| 2608 |
-
"margin_mean": -0.038547740783542395,
|
| 2609 |
-
"margin_min": -0.2900362014770508,
|
| 2610 |
-
"host_matching_ms": 0.4346179775893688,
|
| 2611 |
-
"host_matching_ms_per_probe": 0.006790905899833888,
|
| 2612 |
-
"error_count": 39
|
| 2613 |
-
},
|
| 2614 |
-
"worst_errors": [
|
| 2615 |
-
{
|
| 2616 |
-
"probe_index": 61,
|
| 2617 |
-
"probe_identity": "00002641::06",
|
| 2618 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002641_A_roll_06.png",
|
| 2619 |
-
"rank": 193,
|
| 2620 |
-
"top1_identity": "00002428::07",
|
| 2621 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002428_V_500_roll_07.png",
|
| 2622 |
-
"top1_score": 0.37104544043540955,
|
| 2623 |
-
"genuine_score": 0.08100923895835876,
|
| 2624 |
-
"best_impostor_score": 0.37104544043540955,
|
| 2625 |
-
"margin": -0.2900362014770508
|
| 2626 |
-
},
|
| 2627 |
-
{
|
| 2628 |
-
"probe_index": 47,
|
| 2629 |
-
"probe_identity": "00002555::02",
|
| 2630 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002555_A_roll_02.png",
|
| 2631 |
-
"rank": 77,
|
| 2632 |
-
"top1_identity": "00002412::02",
|
| 2633 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002412_U_1000_roll_02.png",
|
| 2634 |
-
"top1_score": 0.4543871283531189,
|
| 2635 |
-
"genuine_score": 0.2723888158798218,
|
| 2636 |
-
"best_impostor_score": 0.4543871283531189,
|
| 2637 |
-
"margin": -0.18199831247329712
|
| 2638 |
-
},
|
| 2639 |
-
{
|
| 2640 |
-
"probe_index": 38,
|
| 2641 |
-
"probe_identity": "00002499::06",
|
| 2642 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002499_A_roll_06.png",
|
| 2643 |
-
"rank": 73,
|
| 2644 |
-
"top1_identity": "00002569::07",
|
| 2645 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002569_V_1000_roll_07.png",
|
| 2646 |
-
"top1_score": 0.4302214980125427,
|
| 2647 |
-
"genuine_score": 0.23654085397720337,
|
| 2648 |
-
"best_impostor_score": 0.4302214980125427,
|
| 2649 |
-
"margin": -0.19368064403533936
|
| 2650 |
-
},
|
| 2651 |
-
{
|
| 2652 |
-
"probe_index": 20,
|
| 2653 |
-
"probe_identity": "00002394::05",
|
| 2654 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002394_A_roll_05.png",
|
| 2655 |
-
"rank": 50,
|
| 2656 |
-
"top1_identity": "00002376::10",
|
| 2657 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002376_V_1000_roll_10.png",
|
| 2658 |
-
"top1_score": 0.48363855481147766,
|
| 2659 |
-
"genuine_score": 0.3074219822883606,
|
| 2660 |
-
"best_impostor_score": 0.48363855481147766,
|
| 2661 |
-
"margin": -0.17621657252311707
|
| 2662 |
-
},
|
| 2663 |
-
{
|
| 2664 |
-
"probe_index": 16,
|
| 2665 |
-
"probe_identity": "00002373::08",
|
| 2666 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002373_A_roll_08.png",
|
| 2667 |
-
"rank": 44,
|
| 2668 |
-
"top1_identity": "00002569::07",
|
| 2669 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002569_U_500_roll_07.png",
|
| 2670 |
-
"top1_score": 0.5497719049453735,
|
| 2671 |
-
"genuine_score": 0.3484269082546234,
|
| 2672 |
-
"best_impostor_score": 0.5497719049453735,
|
| 2673 |
-
"margin": -0.20134499669075012
|
| 2674 |
-
},
|
| 2675 |
-
{
|
| 2676 |
-
"probe_index": 33,
|
| 2677 |
-
"probe_identity": "00002463::08",
|
| 2678 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002463_A_roll_08.png",
|
| 2679 |
-
"rank": 37,
|
| 2680 |
-
"top1_identity": "00002569::07",
|
| 2681 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002569_U_500_roll_07.png",
|
| 2682 |
-
"top1_score": 0.526438295841217,
|
| 2683 |
-
"genuine_score": 0.3719274699687958,
|
| 2684 |
-
"best_impostor_score": 0.526438295841217,
|
| 2685 |
-
"margin": -0.15451082587242126
|
| 2686 |
-
},
|
| 2687 |
-
{
|
| 2688 |
-
"probe_index": 11,
|
| 2689 |
-
"probe_identity": "00002354::10",
|
| 2690 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002354_A_roll_10.png",
|
| 2691 |
-
"rank": 32,
|
| 2692 |
-
"top1_identity": "00002412::02",
|
| 2693 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002412_U_500_roll_02.png",
|
| 2694 |
-
"top1_score": 0.4970741868019104,
|
| 2695 |
-
"genuine_score": 0.2991552948951721,
|
| 2696 |
-
"best_impostor_score": 0.4970741868019104,
|
| 2697 |
-
"margin": -0.19791889190673828
|
| 2698 |
-
},
|
| 2699 |
-
{
|
| 2700 |
-
"probe_index": 43,
|
| 2701 |
-
"probe_identity": "00002533::05",
|
| 2702 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002533_A_roll_05.png",
|
| 2703 |
-
"rank": 26,
|
| 2704 |
-
"top1_identity": "00002569::07",
|
| 2705 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002569_V_500_roll_07.png",
|
| 2706 |
-
"top1_score": 0.5251482725143433,
|
| 2707 |
-
"genuine_score": 0.31635546684265137,
|
| 2708 |
-
"best_impostor_score": 0.5251482725143433,
|
| 2709 |
-
"margin": -0.2087928056716919
|
| 2710 |
-
},
|
| 2711 |
-
{
|
| 2712 |
-
"probe_index": 52,
|
| 2713 |
-
"probe_identity": "00002578::10",
|
| 2714 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002578_A_roll_10.png",
|
| 2715 |
-
"rank": 25,
|
| 2716 |
-
"top1_identity": "00002412::02",
|
| 2717 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002412_U_500_roll_02.png",
|
| 2718 |
-
"top1_score": 0.45058950781822205,
|
| 2719 |
-
"genuine_score": 0.29337412118911743,
|
| 2720 |
-
"best_impostor_score": 0.45058950781822205,
|
| 2721 |
-
"margin": -0.15721538662910461
|
| 2722 |
-
},
|
| 2723 |
-
{
|
| 2724 |
-
"probe_index": 25,
|
| 2725 |
-
"probe_identity": "00002418::04",
|
| 2726 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002418_A_roll_04.png",
|
| 2727 |
-
"rank": 23,
|
| 2728 |
-
"top1_identity": "00002340::04",
|
| 2729 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002340_V_500_roll_04.png",
|
| 2730 |
-
"top1_score": 0.4761298894882202,
|
| 2731 |
-
"genuine_score": 0.37877005338668823,
|
| 2732 |
-
"best_impostor_score": 0.4761298894882202,
|
| 2733 |
-
"margin": -0.09735983610153198
|
| 2734 |
-
},
|
| 2735 |
-
{
|
| 2736 |
-
"probe_index": 22,
|
| 2737 |
-
"probe_identity": "00002402::09",
|
| 2738 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002402_A_roll_09.png",
|
| 2739 |
-
"rank": 20,
|
| 2740 |
-
"top1_identity": "00002596::06",
|
| 2741 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002596_V_500_roll_06.png",
|
| 2742 |
-
"top1_score": 0.48226454854011536,
|
| 2743 |
-
"genuine_score": 0.37709319591522217,
|
| 2744 |
-
"best_impostor_score": 0.48226454854011536,
|
| 2745 |
-
"margin": -0.10517135262489319
|
| 2746 |
-
},
|
| 2747 |
-
{
|
| 2748 |
-
"probe_index": 57,
|
| 2749 |
-
"probe_identity": "00002612::09",
|
| 2750 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002612_A_roll_09.png",
|
| 2751 |
-
"rank": 19,
|
| 2752 |
-
"top1_identity": "00002326::09",
|
| 2753 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002326_V_500_roll_09.png",
|
| 2754 |
-
"top1_score": 0.5170978903770447,
|
| 2755 |
-
"genuine_score": 0.379039466381073,
|
| 2756 |
-
"best_impostor_score": 0.5170978903770447,
|
| 2757 |
-
"margin": -0.13805842399597168
|
| 2758 |
-
},
|
| 2759 |
-
{
|
| 2760 |
-
"probe_index": 46,
|
| 2761 |
-
"probe_identity": "00002547::10",
|
| 2762 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002547_A_roll_10.png",
|
| 2763 |
-
"rank": 17,
|
| 2764 |
-
"top1_identity": "00002508::10",
|
| 2765 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002508_U_500_roll_10.png",
|
| 2766 |
-
"top1_score": 0.606816291809082,
|
| 2767 |
-
"genuine_score": 0.4345022439956665,
|
| 2768 |
-
"best_impostor_score": 0.606816291809082,
|
| 2769 |
-
"margin": -0.17231404781341553
|
| 2770 |
-
},
|
| 2771 |
-
{
|
| 2772 |
-
"probe_index": 30,
|
| 2773 |
-
"probe_identity": "00002447::02",
|
| 2774 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002447_A_roll_02.png",
|
| 2775 |
-
"rank": 17,
|
| 2776 |
-
"top1_identity": "00002569::07",
|
| 2777 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002569_U_500_roll_07.png",
|
| 2778 |
-
"top1_score": 0.6306912899017334,
|
| 2779 |
-
"genuine_score": 0.4916694164276123,
|
| 2780 |
-
"best_impostor_score": 0.6306912899017334,
|
| 2781 |
-
"margin": -0.1390218734741211
|
| 2782 |
-
},
|
| 2783 |
-
{
|
| 2784 |
-
"probe_index": 51,
|
| 2785 |
-
"probe_identity": "00002574::09",
|
| 2786 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002574_A_roll_09.png",
|
| 2787 |
-
"rank": 16,
|
| 2788 |
-
"top1_identity": "00002569::07",
|
| 2789 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002569_V_500_roll_07.png",
|
| 2790 |
-
"top1_score": 0.6370844841003418,
|
| 2791 |
-
"genuine_score": 0.40612590312957764,
|
| 2792 |
-
"best_impostor_score": 0.6370844841003418,
|
| 2793 |
-
"margin": -0.23095858097076416
|
| 2794 |
-
},
|
| 2795 |
-
{
|
| 2796 |
-
"probe_index": 9,
|
| 2797 |
-
"probe_identity": "00002344::06",
|
| 2798 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002344_A_roll_06.png",
|
| 2799 |
-
"rank": 16,
|
| 2800 |
-
"top1_identity": "00002447::02",
|
| 2801 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002447_U_500_roll_02.png",
|
| 2802 |
-
"top1_score": 0.36533981561660767,
|
| 2803 |
-
"genuine_score": 0.29241904616355896,
|
| 2804 |
-
"best_impostor_score": 0.36533981561660767,
|
| 2805 |
-
"margin": -0.0729207694530487
|
| 2806 |
-
},
|
| 2807 |
-
{
|
| 2808 |
-
"probe_index": 18,
|
| 2809 |
-
"probe_identity": "00002383::02",
|
| 2810 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002383_A_roll_02.png",
|
| 2811 |
-
"rank": 15,
|
| 2812 |
-
"top1_identity": "00002596::06",
|
| 2813 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002596_V_500_roll_06.png",
|
| 2814 |
-
"top1_score": 0.49430227279663086,
|
| 2815 |
-
"genuine_score": 0.39037376642227173,
|
| 2816 |
-
"best_impostor_score": 0.49430227279663086,
|
| 2817 |
-
"margin": -0.10392850637435913
|
| 2818 |
-
},
|
| 2819 |
-
{
|
| 2820 |
-
"probe_index": 60,
|
| 2821 |
-
"probe_identity": "00002634::04",
|
| 2822 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002634_A_roll_04.png",
|
| 2823 |
-
"rank": 11,
|
| 2824 |
-
"top1_identity": "00002376::10",
|
| 2825 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002376_V_1000_roll_10.png",
|
| 2826 |
-
"top1_score": 0.4797387421131134,
|
| 2827 |
-
"genuine_score": 0.3828360140323639,
|
| 2828 |
-
"best_impostor_score": 0.4797387421131134,
|
| 2829 |
-
"margin": -0.09690272808074951
|
| 2830 |
-
},
|
| 2831 |
-
{
|
| 2832 |
-
"probe_index": 45,
|
| 2833 |
-
"probe_identity": "00002542::08",
|
| 2834 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002542_A_roll_08.png",
|
| 2835 |
-
"rank": 10,
|
| 2836 |
-
"top1_identity": "00002569::07",
|
| 2837 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002569_V_500_roll_07.png",
|
| 2838 |
-
"top1_score": 0.6535444259643555,
|
| 2839 |
-
"genuine_score": 0.4517059922218323,
|
| 2840 |
-
"best_impostor_score": 0.6535444259643555,
|
| 2841 |
-
"margin": -0.2018384337425232
|
| 2842 |
-
},
|
| 2843 |
-
{
|
| 2844 |
-
"probe_index": 2,
|
| 2845 |
-
"probe_identity": "00002312::04",
|
| 2846 |
-
"probe_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002312_A_roll_04.png",
|
| 2847 |
-
"rank": 8,
|
| 2848 |
-
"top1_identity": "00002626::03",
|
| 2849 |
-
"top1_path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002626_U_500_roll_03.png",
|
| 2850 |
-
"top1_score": 0.45239022374153137,
|
| 2851 |
-
"genuine_score": 0.3795979619026184,
|
| 2852 |
-
"best_impostor_score": 0.45239022374153137,
|
| 2853 |
-
"margin": -0.07279226183891296
|
| 2854 |
-
}
|
| 2855 |
-
]
|
| 2856 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
results/nist302_spread64_samples.json
DELETED
|
@@ -1,1602 +0,0 @@
|
|
| 1 |
-
[
|
| 2 |
-
{
|
| 3 |
-
"role": "gallery",
|
| 4 |
-
"identity": "00002302::01",
|
| 5 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002302_U_1000_roll_01.png"
|
| 6 |
-
},
|
| 7 |
-
{
|
| 8 |
-
"role": "gallery",
|
| 9 |
-
"identity": "00002302::01",
|
| 10 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002302_U_500_roll_01.png"
|
| 11 |
-
},
|
| 12 |
-
{
|
| 13 |
-
"role": "gallery",
|
| 14 |
-
"identity": "00002302::01",
|
| 15 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002302_V_1000_roll_01.png"
|
| 16 |
-
},
|
| 17 |
-
{
|
| 18 |
-
"role": "gallery",
|
| 19 |
-
"identity": "00002302::01",
|
| 20 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002302_V_500_roll_01.png"
|
| 21 |
-
},
|
| 22 |
-
{
|
| 23 |
-
"role": "gallery",
|
| 24 |
-
"identity": "00002306::02",
|
| 25 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002306_U_1000_roll_02.png"
|
| 26 |
-
},
|
| 27 |
-
{
|
| 28 |
-
"role": "gallery",
|
| 29 |
-
"identity": "00002306::02",
|
| 30 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002306_U_500_roll_02.png"
|
| 31 |
-
},
|
| 32 |
-
{
|
| 33 |
-
"role": "gallery",
|
| 34 |
-
"identity": "00002306::02",
|
| 35 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002306_V_1000_roll_02.png"
|
| 36 |
-
},
|
| 37 |
-
{
|
| 38 |
-
"role": "gallery",
|
| 39 |
-
"identity": "00002306::02",
|
| 40 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002306_V_500_roll_02.png"
|
| 41 |
-
},
|
| 42 |
-
{
|
| 43 |
-
"role": "gallery",
|
| 44 |
-
"identity": "00002312::04",
|
| 45 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002312_U_1000_roll_04.png"
|
| 46 |
-
},
|
| 47 |
-
{
|
| 48 |
-
"role": "gallery",
|
| 49 |
-
"identity": "00002312::04",
|
| 50 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002312_U_500_roll_04.png"
|
| 51 |
-
},
|
| 52 |
-
{
|
| 53 |
-
"role": "gallery",
|
| 54 |
-
"identity": "00002312::04",
|
| 55 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002312_V_1000_roll_04.png"
|
| 56 |
-
},
|
| 57 |
-
{
|
| 58 |
-
"role": "gallery",
|
| 59 |
-
"identity": "00002312::04",
|
| 60 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002312_V_500_roll_04.png"
|
| 61 |
-
},
|
| 62 |
-
{
|
| 63 |
-
"role": "gallery",
|
| 64 |
-
"identity": "00002315::06",
|
| 65 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002315_U_1000_roll_06.png"
|
| 66 |
-
},
|
| 67 |
-
{
|
| 68 |
-
"role": "gallery",
|
| 69 |
-
"identity": "00002315::06",
|
| 70 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002315_U_500_roll_06.png"
|
| 71 |
-
},
|
| 72 |
-
{
|
| 73 |
-
"role": "gallery",
|
| 74 |
-
"identity": "00002315::06",
|
| 75 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002315_V_1000_roll_06.png"
|
| 76 |
-
},
|
| 77 |
-
{
|
| 78 |
-
"role": "gallery",
|
| 79 |
-
"identity": "00002315::06",
|
| 80 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002315_V_500_roll_06.png"
|
| 81 |
-
},
|
| 82 |
-
{
|
| 83 |
-
"role": "gallery",
|
| 84 |
-
"identity": "00002320::07",
|
| 85 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002320_U_1000_roll_07.png"
|
| 86 |
-
},
|
| 87 |
-
{
|
| 88 |
-
"role": "gallery",
|
| 89 |
-
"identity": "00002320::07",
|
| 90 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002320_U_500_roll_07.png"
|
| 91 |
-
},
|
| 92 |
-
{
|
| 93 |
-
"role": "gallery",
|
| 94 |
-
"identity": "00002320::07",
|
| 95 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002320_V_1000_roll_07.png"
|
| 96 |
-
},
|
| 97 |
-
{
|
| 98 |
-
"role": "gallery",
|
| 99 |
-
"identity": "00002320::07",
|
| 100 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002320_V_500_roll_07.png"
|
| 101 |
-
},
|
| 102 |
-
{
|
| 103 |
-
"role": "gallery",
|
| 104 |
-
"identity": "00002326::09",
|
| 105 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002326_U_1000_roll_09.png"
|
| 106 |
-
},
|
| 107 |
-
{
|
| 108 |
-
"role": "gallery",
|
| 109 |
-
"identity": "00002326::09",
|
| 110 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002326_U_500_roll_09.png"
|
| 111 |
-
},
|
| 112 |
-
{
|
| 113 |
-
"role": "gallery",
|
| 114 |
-
"identity": "00002326::09",
|
| 115 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002326_V_1000_roll_09.png"
|
| 116 |
-
},
|
| 117 |
-
{
|
| 118 |
-
"role": "gallery",
|
| 119 |
-
"identity": "00002326::09",
|
| 120 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002326_V_500_roll_09.png"
|
| 121 |
-
},
|
| 122 |
-
{
|
| 123 |
-
"role": "gallery",
|
| 124 |
-
"identity": "00002330::01",
|
| 125 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002330_U_1000_roll_01.png"
|
| 126 |
-
},
|
| 127 |
-
{
|
| 128 |
-
"role": "gallery",
|
| 129 |
-
"identity": "00002330::01",
|
| 130 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002330_U_500_roll_01.png"
|
| 131 |
-
},
|
| 132 |
-
{
|
| 133 |
-
"role": "gallery",
|
| 134 |
-
"identity": "00002330::01",
|
| 135 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002330_V_1000_roll_01.png"
|
| 136 |
-
},
|
| 137 |
-
{
|
| 138 |
-
"role": "gallery",
|
| 139 |
-
"identity": "00002330::01",
|
| 140 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002330_V_500_roll_01.png"
|
| 141 |
-
},
|
| 142 |
-
{
|
| 143 |
-
"role": "gallery",
|
| 144 |
-
"identity": "00002337::03",
|
| 145 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002337_U_1000_roll_03.png"
|
| 146 |
-
},
|
| 147 |
-
{
|
| 148 |
-
"role": "gallery",
|
| 149 |
-
"identity": "00002337::03",
|
| 150 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002337_U_500_roll_03.png"
|
| 151 |
-
},
|
| 152 |
-
{
|
| 153 |
-
"role": "gallery",
|
| 154 |
-
"identity": "00002337::03",
|
| 155 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002337_V_1000_roll_03.png"
|
| 156 |
-
},
|
| 157 |
-
{
|
| 158 |
-
"role": "gallery",
|
| 159 |
-
"identity": "00002337::03",
|
| 160 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002337_V_500_roll_03.png"
|
| 161 |
-
},
|
| 162 |
-
{
|
| 163 |
-
"role": "gallery",
|
| 164 |
-
"identity": "00002340::04",
|
| 165 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002340_U_1000_roll_04.png"
|
| 166 |
-
},
|
| 167 |
-
{
|
| 168 |
-
"role": "gallery",
|
| 169 |
-
"identity": "00002340::04",
|
| 170 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002340_U_500_roll_04.png"
|
| 171 |
-
},
|
| 172 |
-
{
|
| 173 |
-
"role": "gallery",
|
| 174 |
-
"identity": "00002340::04",
|
| 175 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002340_V_1000_roll_04.png"
|
| 176 |
-
},
|
| 177 |
-
{
|
| 178 |
-
"role": "gallery",
|
| 179 |
-
"identity": "00002340::04",
|
| 180 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002340_V_500_roll_04.png"
|
| 181 |
-
},
|
| 182 |
-
{
|
| 183 |
-
"role": "gallery",
|
| 184 |
-
"identity": "00002344::06",
|
| 185 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002344_U_1000_roll_06.png"
|
| 186 |
-
},
|
| 187 |
-
{
|
| 188 |
-
"role": "gallery",
|
| 189 |
-
"identity": "00002344::06",
|
| 190 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002344_U_500_roll_06.png"
|
| 191 |
-
},
|
| 192 |
-
{
|
| 193 |
-
"role": "gallery",
|
| 194 |
-
"identity": "00002344::06",
|
| 195 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002344_V_1000_roll_06.png"
|
| 196 |
-
},
|
| 197 |
-
{
|
| 198 |
-
"role": "gallery",
|
| 199 |
-
"identity": "00002344::06",
|
| 200 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002344_V_500_roll_06.png"
|
| 201 |
-
},
|
| 202 |
-
{
|
| 203 |
-
"role": "gallery",
|
| 204 |
-
"identity": "00002351::08",
|
| 205 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002351_U_1000_roll_08.png"
|
| 206 |
-
},
|
| 207 |
-
{
|
| 208 |
-
"role": "gallery",
|
| 209 |
-
"identity": "00002351::08",
|
| 210 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002351_U_500_roll_08.png"
|
| 211 |
-
},
|
| 212 |
-
{
|
| 213 |
-
"role": "gallery",
|
| 214 |
-
"identity": "00002351::08",
|
| 215 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002351_V_1000_roll_08.png"
|
| 216 |
-
},
|
| 217 |
-
{
|
| 218 |
-
"role": "gallery",
|
| 219 |
-
"identity": "00002351::08",
|
| 220 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002351_V_500_roll_08.png"
|
| 221 |
-
},
|
| 222 |
-
{
|
| 223 |
-
"role": "gallery",
|
| 224 |
-
"identity": "00002354::10",
|
| 225 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002354_U_1000_roll_10.png"
|
| 226 |
-
},
|
| 227 |
-
{
|
| 228 |
-
"role": "gallery",
|
| 229 |
-
"identity": "00002354::10",
|
| 230 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002354_U_500_roll_10.png"
|
| 231 |
-
},
|
| 232 |
-
{
|
| 233 |
-
"role": "gallery",
|
| 234 |
-
"identity": "00002354::10",
|
| 235 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002354_V_1000_roll_10.png"
|
| 236 |
-
},
|
| 237 |
-
{
|
| 238 |
-
"role": "gallery",
|
| 239 |
-
"identity": "00002354::10",
|
| 240 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002354_V_500_roll_10.png"
|
| 241 |
-
},
|
| 242 |
-
{
|
| 243 |
-
"role": "gallery",
|
| 244 |
-
"identity": "00002358::01",
|
| 245 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002358_U_1000_roll_01.png"
|
| 246 |
-
},
|
| 247 |
-
{
|
| 248 |
-
"role": "gallery",
|
| 249 |
-
"identity": "00002358::01",
|
| 250 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002358_U_500_roll_01.png"
|
| 251 |
-
},
|
| 252 |
-
{
|
| 253 |
-
"role": "gallery",
|
| 254 |
-
"identity": "00002358::01",
|
| 255 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002358_V_1000_roll_01.png"
|
| 256 |
-
},
|
| 257 |
-
{
|
| 258 |
-
"role": "gallery",
|
| 259 |
-
"identity": "00002358::01",
|
| 260 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002358_V_500_roll_01.png"
|
| 261 |
-
},
|
| 262 |
-
{
|
| 263 |
-
"role": "gallery",
|
| 264 |
-
"identity": "00002361::03",
|
| 265 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002361_U_1000_roll_03.png"
|
| 266 |
-
},
|
| 267 |
-
{
|
| 268 |
-
"role": "gallery",
|
| 269 |
-
"identity": "00002361::03",
|
| 270 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002361_U_500_roll_03.png"
|
| 271 |
-
},
|
| 272 |
-
{
|
| 273 |
-
"role": "gallery",
|
| 274 |
-
"identity": "00002361::03",
|
| 275 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002361_V_1000_roll_03.png"
|
| 276 |
-
},
|
| 277 |
-
{
|
| 278 |
-
"role": "gallery",
|
| 279 |
-
"identity": "00002361::03",
|
| 280 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002361_V_500_roll_03.png"
|
| 281 |
-
},
|
| 282 |
-
{
|
| 283 |
-
"role": "gallery",
|
| 284 |
-
"identity": "00002367::05",
|
| 285 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002367_U_1000_roll_05.png"
|
| 286 |
-
},
|
| 287 |
-
{
|
| 288 |
-
"role": "gallery",
|
| 289 |
-
"identity": "00002367::05",
|
| 290 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002367_U_500_roll_05.png"
|
| 291 |
-
},
|
| 292 |
-
{
|
| 293 |
-
"role": "gallery",
|
| 294 |
-
"identity": "00002367::05",
|
| 295 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002367_V_1000_roll_05.png"
|
| 296 |
-
},
|
| 297 |
-
{
|
| 298 |
-
"role": "gallery",
|
| 299 |
-
"identity": "00002367::05",
|
| 300 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002367_V_500_roll_05.png"
|
| 301 |
-
},
|
| 302 |
-
{
|
| 303 |
-
"role": "gallery",
|
| 304 |
-
"identity": "00002370::06",
|
| 305 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002370_U_1000_roll_06.png"
|
| 306 |
-
},
|
| 307 |
-
{
|
| 308 |
-
"role": "gallery",
|
| 309 |
-
"identity": "00002370::06",
|
| 310 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002370_U_500_roll_06.png"
|
| 311 |
-
},
|
| 312 |
-
{
|
| 313 |
-
"role": "gallery",
|
| 314 |
-
"identity": "00002370::06",
|
| 315 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002370_V_1000_roll_06.png"
|
| 316 |
-
},
|
| 317 |
-
{
|
| 318 |
-
"role": "gallery",
|
| 319 |
-
"identity": "00002370::06",
|
| 320 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002370_V_500_roll_06.png"
|
| 321 |
-
},
|
| 322 |
-
{
|
| 323 |
-
"role": "gallery",
|
| 324 |
-
"identity": "00002373::08",
|
| 325 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002373_U_1000_roll_08.png"
|
| 326 |
-
},
|
| 327 |
-
{
|
| 328 |
-
"role": "gallery",
|
| 329 |
-
"identity": "00002373::08",
|
| 330 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002373_U_500_roll_08.png"
|
| 331 |
-
},
|
| 332 |
-
{
|
| 333 |
-
"role": "gallery",
|
| 334 |
-
"identity": "00002373::08",
|
| 335 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002373_V_1000_roll_08.png"
|
| 336 |
-
},
|
| 337 |
-
{
|
| 338 |
-
"role": "gallery",
|
| 339 |
-
"identity": "00002373::08",
|
| 340 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002373_V_500_roll_08.png"
|
| 341 |
-
},
|
| 342 |
-
{
|
| 343 |
-
"role": "gallery",
|
| 344 |
-
"identity": "00002376::10",
|
| 345 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002376_U_1000_roll_10.png"
|
| 346 |
-
},
|
| 347 |
-
{
|
| 348 |
-
"role": "gallery",
|
| 349 |
-
"identity": "00002376::10",
|
| 350 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002376_U_500_roll_10.png"
|
| 351 |
-
},
|
| 352 |
-
{
|
| 353 |
-
"role": "gallery",
|
| 354 |
-
"identity": "00002376::10",
|
| 355 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002376_V_1000_roll_10.png"
|
| 356 |
-
},
|
| 357 |
-
{
|
| 358 |
-
"role": "gallery",
|
| 359 |
-
"identity": "00002376::10",
|
| 360 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002376_V_500_roll_10.png"
|
| 361 |
-
},
|
| 362 |
-
{
|
| 363 |
-
"role": "gallery",
|
| 364 |
-
"identity": "00002383::02",
|
| 365 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002383_U_1000_roll_02.png"
|
| 366 |
-
},
|
| 367 |
-
{
|
| 368 |
-
"role": "gallery",
|
| 369 |
-
"identity": "00002383::02",
|
| 370 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002383_U_500_roll_02.png"
|
| 371 |
-
},
|
| 372 |
-
{
|
| 373 |
-
"role": "gallery",
|
| 374 |
-
"identity": "00002383::02",
|
| 375 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002383_V_1000_roll_02.png"
|
| 376 |
-
},
|
| 377 |
-
{
|
| 378 |
-
"role": "gallery",
|
| 379 |
-
"identity": "00002383::02",
|
| 380 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002383_V_500_roll_02.png"
|
| 381 |
-
},
|
| 382 |
-
{
|
| 383 |
-
"role": "gallery",
|
| 384 |
-
"identity": "00002388::03",
|
| 385 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002388_U_1000_roll_03.png"
|
| 386 |
-
},
|
| 387 |
-
{
|
| 388 |
-
"role": "gallery",
|
| 389 |
-
"identity": "00002388::03",
|
| 390 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002388_U_500_roll_03.png"
|
| 391 |
-
},
|
| 392 |
-
{
|
| 393 |
-
"role": "gallery",
|
| 394 |
-
"identity": "00002388::03",
|
| 395 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002388_V_1000_roll_03.png"
|
| 396 |
-
},
|
| 397 |
-
{
|
| 398 |
-
"role": "gallery",
|
| 399 |
-
"identity": "00002388::03",
|
| 400 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002388_V_500_roll_03.png"
|
| 401 |
-
},
|
| 402 |
-
{
|
| 403 |
-
"role": "gallery",
|
| 404 |
-
"identity": "00002394::05",
|
| 405 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002394_U_1000_roll_05.png"
|
| 406 |
-
},
|
| 407 |
-
{
|
| 408 |
-
"role": "gallery",
|
| 409 |
-
"identity": "00002394::05",
|
| 410 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002394_U_500_roll_05.png"
|
| 411 |
-
},
|
| 412 |
-
{
|
| 413 |
-
"role": "gallery",
|
| 414 |
-
"identity": "00002394::05",
|
| 415 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002394_V_1000_roll_05.png"
|
| 416 |
-
},
|
| 417 |
-
{
|
| 418 |
-
"role": "gallery",
|
| 419 |
-
"identity": "00002394::05",
|
| 420 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002394_V_500_roll_05.png"
|
| 421 |
-
},
|
| 422 |
-
{
|
| 423 |
-
"role": "gallery",
|
| 424 |
-
"identity": "00002398::07",
|
| 425 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002398_U_1000_roll_07.png"
|
| 426 |
-
},
|
| 427 |
-
{
|
| 428 |
-
"role": "gallery",
|
| 429 |
-
"identity": "00002398::07",
|
| 430 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002398_U_500_roll_07.png"
|
| 431 |
-
},
|
| 432 |
-
{
|
| 433 |
-
"role": "gallery",
|
| 434 |
-
"identity": "00002398::07",
|
| 435 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002398_V_1000_roll_07.png"
|
| 436 |
-
},
|
| 437 |
-
{
|
| 438 |
-
"role": "gallery",
|
| 439 |
-
"identity": "00002398::07",
|
| 440 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002398_V_500_roll_07.png"
|
| 441 |
-
},
|
| 442 |
-
{
|
| 443 |
-
"role": "gallery",
|
| 444 |
-
"identity": "00002402::09",
|
| 445 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002402_U_1000_roll_09.png"
|
| 446 |
-
},
|
| 447 |
-
{
|
| 448 |
-
"role": "gallery",
|
| 449 |
-
"identity": "00002402::09",
|
| 450 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002402_U_500_roll_09.png"
|
| 451 |
-
},
|
| 452 |
-
{
|
| 453 |
-
"role": "gallery",
|
| 454 |
-
"identity": "00002402::09",
|
| 455 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002402_V_1000_roll_09.png"
|
| 456 |
-
},
|
| 457 |
-
{
|
| 458 |
-
"role": "gallery",
|
| 459 |
-
"identity": "00002402::09",
|
| 460 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002402_V_500_roll_09.png"
|
| 461 |
-
},
|
| 462 |
-
{
|
| 463 |
-
"role": "gallery",
|
| 464 |
-
"identity": "00002406::10",
|
| 465 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002406_U_1000_roll_10.png"
|
| 466 |
-
},
|
| 467 |
-
{
|
| 468 |
-
"role": "gallery",
|
| 469 |
-
"identity": "00002406::10",
|
| 470 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002406_U_500_roll_10.png"
|
| 471 |
-
},
|
| 472 |
-
{
|
| 473 |
-
"role": "gallery",
|
| 474 |
-
"identity": "00002406::10",
|
| 475 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002406_V_1000_roll_10.png"
|
| 476 |
-
},
|
| 477 |
-
{
|
| 478 |
-
"role": "gallery",
|
| 479 |
-
"identity": "00002406::10",
|
| 480 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002406_V_500_roll_10.png"
|
| 481 |
-
},
|
| 482 |
-
{
|
| 483 |
-
"role": "gallery",
|
| 484 |
-
"identity": "00002412::02",
|
| 485 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002412_U_1000_roll_02.png"
|
| 486 |
-
},
|
| 487 |
-
{
|
| 488 |
-
"role": "gallery",
|
| 489 |
-
"identity": "00002412::02",
|
| 490 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002412_U_500_roll_02.png"
|
| 491 |
-
},
|
| 492 |
-
{
|
| 493 |
-
"role": "gallery",
|
| 494 |
-
"identity": "00002412::02",
|
| 495 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002412_V_1000_roll_02.png"
|
| 496 |
-
},
|
| 497 |
-
{
|
| 498 |
-
"role": "gallery",
|
| 499 |
-
"identity": "00002412::02",
|
| 500 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002412_V_500_roll_02.png"
|
| 501 |
-
},
|
| 502 |
-
{
|
| 503 |
-
"role": "gallery",
|
| 504 |
-
"identity": "00002418::04",
|
| 505 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002418_U_1000_roll_04.png"
|
| 506 |
-
},
|
| 507 |
-
{
|
| 508 |
-
"role": "gallery",
|
| 509 |
-
"identity": "00002418::04",
|
| 510 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002418_U_500_roll_04.png"
|
| 511 |
-
},
|
| 512 |
-
{
|
| 513 |
-
"role": "gallery",
|
| 514 |
-
"identity": "00002418::04",
|
| 515 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002418_V_1000_roll_04.png"
|
| 516 |
-
},
|
| 517 |
-
{
|
| 518 |
-
"role": "gallery",
|
| 519 |
-
"identity": "00002418::04",
|
| 520 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002418_V_500_roll_04.png"
|
| 521 |
-
},
|
| 522 |
-
{
|
| 523 |
-
"role": "gallery",
|
| 524 |
-
"identity": "00002424::05",
|
| 525 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002424_U_1000_roll_05.png"
|
| 526 |
-
},
|
| 527 |
-
{
|
| 528 |
-
"role": "gallery",
|
| 529 |
-
"identity": "00002424::05",
|
| 530 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002424_U_500_roll_05.png"
|
| 531 |
-
},
|
| 532 |
-
{
|
| 533 |
-
"role": "gallery",
|
| 534 |
-
"identity": "00002424::05",
|
| 535 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002424_V_1000_roll_05.png"
|
| 536 |
-
},
|
| 537 |
-
{
|
| 538 |
-
"role": "gallery",
|
| 539 |
-
"identity": "00002424::05",
|
| 540 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002424_V_500_roll_05.png"
|
| 541 |
-
},
|
| 542 |
-
{
|
| 543 |
-
"role": "gallery",
|
| 544 |
-
"identity": "00002428::07",
|
| 545 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002428_U_1000_roll_07.png"
|
| 546 |
-
},
|
| 547 |
-
{
|
| 548 |
-
"role": "gallery",
|
| 549 |
-
"identity": "00002428::07",
|
| 550 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002428_U_500_roll_07.png"
|
| 551 |
-
},
|
| 552 |
-
{
|
| 553 |
-
"role": "gallery",
|
| 554 |
-
"identity": "00002428::07",
|
| 555 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002428_V_1000_roll_07.png"
|
| 556 |
-
},
|
| 557 |
-
{
|
| 558 |
-
"role": "gallery",
|
| 559 |
-
"identity": "00002428::07",
|
| 560 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002428_V_500_roll_07.png"
|
| 561 |
-
},
|
| 562 |
-
{
|
| 563 |
-
"role": "gallery",
|
| 564 |
-
"identity": "00002435::09",
|
| 565 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002435_U_1000_roll_09.png"
|
| 566 |
-
},
|
| 567 |
-
{
|
| 568 |
-
"role": "gallery",
|
| 569 |
-
"identity": "00002435::09",
|
| 570 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002435_U_500_roll_09.png"
|
| 571 |
-
},
|
| 572 |
-
{
|
| 573 |
-
"role": "gallery",
|
| 574 |
-
"identity": "00002435::09",
|
| 575 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002435_V_1000_roll_09.png"
|
| 576 |
-
},
|
| 577 |
-
{
|
| 578 |
-
"role": "gallery",
|
| 579 |
-
"identity": "00002435::09",
|
| 580 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002435_V_500_roll_09.png"
|
| 581 |
-
},
|
| 582 |
-
{
|
| 583 |
-
"role": "gallery",
|
| 584 |
-
"identity": "00002443::01",
|
| 585 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002443_U_1000_roll_01.png"
|
| 586 |
-
},
|
| 587 |
-
{
|
| 588 |
-
"role": "gallery",
|
| 589 |
-
"identity": "00002443::01",
|
| 590 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002443_U_500_roll_01.png"
|
| 591 |
-
},
|
| 592 |
-
{
|
| 593 |
-
"role": "gallery",
|
| 594 |
-
"identity": "00002443::01",
|
| 595 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002443_V_1000_roll_01.png"
|
| 596 |
-
},
|
| 597 |
-
{
|
| 598 |
-
"role": "gallery",
|
| 599 |
-
"identity": "00002443::01",
|
| 600 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002443_V_500_roll_01.png"
|
| 601 |
-
},
|
| 602 |
-
{
|
| 603 |
-
"role": "gallery",
|
| 604 |
-
"identity": "00002447::02",
|
| 605 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002447_U_1000_roll_02.png"
|
| 606 |
-
},
|
| 607 |
-
{
|
| 608 |
-
"role": "gallery",
|
| 609 |
-
"identity": "00002447::02",
|
| 610 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002447_U_500_roll_02.png"
|
| 611 |
-
},
|
| 612 |
-
{
|
| 613 |
-
"role": "gallery",
|
| 614 |
-
"identity": "00002447::02",
|
| 615 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002447_V_1000_roll_02.png"
|
| 616 |
-
},
|
| 617 |
-
{
|
| 618 |
-
"role": "gallery",
|
| 619 |
-
"identity": "00002447::02",
|
| 620 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002447_V_500_roll_02.png"
|
| 621 |
-
},
|
| 622 |
-
{
|
| 623 |
-
"role": "gallery",
|
| 624 |
-
"identity": "00002454::04",
|
| 625 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002454_U_1000_roll_04.png"
|
| 626 |
-
},
|
| 627 |
-
{
|
| 628 |
-
"role": "gallery",
|
| 629 |
-
"identity": "00002454::04",
|
| 630 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002454_U_500_roll_04.png"
|
| 631 |
-
},
|
| 632 |
-
{
|
| 633 |
-
"role": "gallery",
|
| 634 |
-
"identity": "00002454::04",
|
| 635 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002454_V_1000_roll_04.png"
|
| 636 |
-
},
|
| 637 |
-
{
|
| 638 |
-
"role": "gallery",
|
| 639 |
-
"identity": "00002454::04",
|
| 640 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002454_V_500_roll_04.png"
|
| 641 |
-
},
|
| 642 |
-
{
|
| 643 |
-
"role": "gallery",
|
| 644 |
-
"identity": "00002457::06",
|
| 645 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002457_U_1000_roll_06.png"
|
| 646 |
-
},
|
| 647 |
-
{
|
| 648 |
-
"role": "gallery",
|
| 649 |
-
"identity": "00002457::06",
|
| 650 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002457_U_500_roll_06.png"
|
| 651 |
-
},
|
| 652 |
-
{
|
| 653 |
-
"role": "gallery",
|
| 654 |
-
"identity": "00002457::06",
|
| 655 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002457_V_1000_roll_06.png"
|
| 656 |
-
},
|
| 657 |
-
{
|
| 658 |
-
"role": "gallery",
|
| 659 |
-
"identity": "00002457::06",
|
| 660 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002457_V_500_roll_06.png"
|
| 661 |
-
},
|
| 662 |
-
{
|
| 663 |
-
"role": "gallery",
|
| 664 |
-
"identity": "00002463::08",
|
| 665 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002463_U_1000_roll_08.png"
|
| 666 |
-
},
|
| 667 |
-
{
|
| 668 |
-
"role": "gallery",
|
| 669 |
-
"identity": "00002463::08",
|
| 670 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002463_U_500_roll_08.png"
|
| 671 |
-
},
|
| 672 |
-
{
|
| 673 |
-
"role": "gallery",
|
| 674 |
-
"identity": "00002463::08",
|
| 675 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002463_V_1000_roll_08.png"
|
| 676 |
-
},
|
| 677 |
-
{
|
| 678 |
-
"role": "gallery",
|
| 679 |
-
"identity": "00002463::08",
|
| 680 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002463_V_500_roll_08.png"
|
| 681 |
-
},
|
| 682 |
-
{
|
| 683 |
-
"role": "gallery",
|
| 684 |
-
"identity": "00002475::09",
|
| 685 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002475_U_1000_roll_09.png"
|
| 686 |
-
},
|
| 687 |
-
{
|
| 688 |
-
"role": "gallery",
|
| 689 |
-
"identity": "00002475::09",
|
| 690 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002475_U_500_roll_09.png"
|
| 691 |
-
},
|
| 692 |
-
{
|
| 693 |
-
"role": "gallery",
|
| 694 |
-
"identity": "00002475::09",
|
| 695 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002475_V_1000_roll_09.png"
|
| 696 |
-
},
|
| 697 |
-
{
|
| 698 |
-
"role": "gallery",
|
| 699 |
-
"identity": "00002475::09",
|
| 700 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002475_V_500_roll_09.png"
|
| 701 |
-
},
|
| 702 |
-
{
|
| 703 |
-
"role": "gallery",
|
| 704 |
-
"identity": "00002483::01",
|
| 705 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002483_U_1000_roll_01.png"
|
| 706 |
-
},
|
| 707 |
-
{
|
| 708 |
-
"role": "gallery",
|
| 709 |
-
"identity": "00002483::01",
|
| 710 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002483_U_500_roll_01.png"
|
| 711 |
-
},
|
| 712 |
-
{
|
| 713 |
-
"role": "gallery",
|
| 714 |
-
"identity": "00002483::01",
|
| 715 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002483_V_1000_roll_01.png"
|
| 716 |
-
},
|
| 717 |
-
{
|
| 718 |
-
"role": "gallery",
|
| 719 |
-
"identity": "00002483::01",
|
| 720 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002483_V_500_roll_01.png"
|
| 721 |
-
},
|
| 722 |
-
{
|
| 723 |
-
"role": "gallery",
|
| 724 |
-
"identity": "00002489::03",
|
| 725 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002489_U_1000_roll_03.png"
|
| 726 |
-
},
|
| 727 |
-
{
|
| 728 |
-
"role": "gallery",
|
| 729 |
-
"identity": "00002489::03",
|
| 730 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002489_U_500_roll_03.png"
|
| 731 |
-
},
|
| 732 |
-
{
|
| 733 |
-
"role": "gallery",
|
| 734 |
-
"identity": "00002489::03",
|
| 735 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002489_V_1000_roll_03.png"
|
| 736 |
-
},
|
| 737 |
-
{
|
| 738 |
-
"role": "gallery",
|
| 739 |
-
"identity": "00002489::03",
|
| 740 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002489_V_500_roll_03.png"
|
| 741 |
-
},
|
| 742 |
-
{
|
| 743 |
-
"role": "gallery",
|
| 744 |
-
"identity": "00002495::05",
|
| 745 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002495_U_1000_roll_05.png"
|
| 746 |
-
},
|
| 747 |
-
{
|
| 748 |
-
"role": "gallery",
|
| 749 |
-
"identity": "00002495::05",
|
| 750 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002495_U_500_roll_05.png"
|
| 751 |
-
},
|
| 752 |
-
{
|
| 753 |
-
"role": "gallery",
|
| 754 |
-
"identity": "00002495::05",
|
| 755 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002495_V_1000_roll_05.png"
|
| 756 |
-
},
|
| 757 |
-
{
|
| 758 |
-
"role": "gallery",
|
| 759 |
-
"identity": "00002495::05",
|
| 760 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002495_V_500_roll_05.png"
|
| 761 |
-
},
|
| 762 |
-
{
|
| 763 |
-
"role": "gallery",
|
| 764 |
-
"identity": "00002499::06",
|
| 765 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002499_U_1000_roll_06.png"
|
| 766 |
-
},
|
| 767 |
-
{
|
| 768 |
-
"role": "gallery",
|
| 769 |
-
"identity": "00002499::06",
|
| 770 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002499_U_500_roll_06.png"
|
| 771 |
-
},
|
| 772 |
-
{
|
| 773 |
-
"role": "gallery",
|
| 774 |
-
"identity": "00002499::06",
|
| 775 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002499_V_1000_roll_06.png"
|
| 776 |
-
},
|
| 777 |
-
{
|
| 778 |
-
"role": "gallery",
|
| 779 |
-
"identity": "00002499::06",
|
| 780 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002499_V_500_roll_06.png"
|
| 781 |
-
},
|
| 782 |
-
{
|
| 783 |
-
"role": "gallery",
|
| 784 |
-
"identity": "00002502::08",
|
| 785 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002502_U_1000_roll_08.png"
|
| 786 |
-
},
|
| 787 |
-
{
|
| 788 |
-
"role": "gallery",
|
| 789 |
-
"identity": "00002502::08",
|
| 790 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002502_U_500_roll_08.png"
|
| 791 |
-
},
|
| 792 |
-
{
|
| 793 |
-
"role": "gallery",
|
| 794 |
-
"identity": "00002502::08",
|
| 795 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002502_V_1000_roll_08.png"
|
| 796 |
-
},
|
| 797 |
-
{
|
| 798 |
-
"role": "gallery",
|
| 799 |
-
"identity": "00002502::08",
|
| 800 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002502_V_500_roll_08.png"
|
| 801 |
-
},
|
| 802 |
-
{
|
| 803 |
-
"role": "gallery",
|
| 804 |
-
"identity": "00002508::10",
|
| 805 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002508_U_1000_roll_10.png"
|
| 806 |
-
},
|
| 807 |
-
{
|
| 808 |
-
"role": "gallery",
|
| 809 |
-
"identity": "00002508::10",
|
| 810 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002508_U_500_roll_10.png"
|
| 811 |
-
},
|
| 812 |
-
{
|
| 813 |
-
"role": "gallery",
|
| 814 |
-
"identity": "00002508::10",
|
| 815 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002508_V_1000_roll_10.png"
|
| 816 |
-
},
|
| 817 |
-
{
|
| 818 |
-
"role": "gallery",
|
| 819 |
-
"identity": "00002508::10",
|
| 820 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002508_V_500_roll_10.png"
|
| 821 |
-
},
|
| 822 |
-
{
|
| 823 |
-
"role": "gallery",
|
| 824 |
-
"identity": "00002516::01",
|
| 825 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002516_U_1000_roll_01.png"
|
| 826 |
-
},
|
| 827 |
-
{
|
| 828 |
-
"role": "gallery",
|
| 829 |
-
"identity": "00002516::01",
|
| 830 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002516_U_500_roll_01.png"
|
| 831 |
-
},
|
| 832 |
-
{
|
| 833 |
-
"role": "gallery",
|
| 834 |
-
"identity": "00002516::01",
|
| 835 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002516_V_1000_roll_01.png"
|
| 836 |
-
},
|
| 837 |
-
{
|
| 838 |
-
"role": "gallery",
|
| 839 |
-
"identity": "00002516::01",
|
| 840 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002516_V_500_roll_01.png"
|
| 841 |
-
},
|
| 842 |
-
{
|
| 843 |
-
"role": "gallery",
|
| 844 |
-
"identity": "00002523::03",
|
| 845 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002523_U_1000_roll_03.png"
|
| 846 |
-
},
|
| 847 |
-
{
|
| 848 |
-
"role": "gallery",
|
| 849 |
-
"identity": "00002523::03",
|
| 850 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002523_U_500_roll_03.png"
|
| 851 |
-
},
|
| 852 |
-
{
|
| 853 |
-
"role": "gallery",
|
| 854 |
-
"identity": "00002523::03",
|
| 855 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002523_V_1000_roll_03.png"
|
| 856 |
-
},
|
| 857 |
-
{
|
| 858 |
-
"role": "gallery",
|
| 859 |
-
"identity": "00002523::03",
|
| 860 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002523_V_500_roll_03.png"
|
| 861 |
-
},
|
| 862 |
-
{
|
| 863 |
-
"role": "gallery",
|
| 864 |
-
"identity": "00002533::05",
|
| 865 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002533_U_1000_roll_05.png"
|
| 866 |
-
},
|
| 867 |
-
{
|
| 868 |
-
"role": "gallery",
|
| 869 |
-
"identity": "00002533::05",
|
| 870 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002533_U_500_roll_05.png"
|
| 871 |
-
},
|
| 872 |
-
{
|
| 873 |
-
"role": "gallery",
|
| 874 |
-
"identity": "00002533::05",
|
| 875 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002533_V_1000_roll_05.png"
|
| 876 |
-
},
|
| 877 |
-
{
|
| 878 |
-
"role": "gallery",
|
| 879 |
-
"identity": "00002533::05",
|
| 880 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002533_V_500_roll_05.png"
|
| 881 |
-
},
|
| 882 |
-
{
|
| 883 |
-
"role": "gallery",
|
| 884 |
-
"identity": "00002537::07",
|
| 885 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002537_U_1000_roll_07.png"
|
| 886 |
-
},
|
| 887 |
-
{
|
| 888 |
-
"role": "gallery",
|
| 889 |
-
"identity": "00002537::07",
|
| 890 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002537_U_500_roll_07.png"
|
| 891 |
-
},
|
| 892 |
-
{
|
| 893 |
-
"role": "gallery",
|
| 894 |
-
"identity": "00002537::07",
|
| 895 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002537_V_1000_roll_07.png"
|
| 896 |
-
},
|
| 897 |
-
{
|
| 898 |
-
"role": "gallery",
|
| 899 |
-
"identity": "00002537::07",
|
| 900 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002537_V_500_roll_07.png"
|
| 901 |
-
},
|
| 902 |
-
{
|
| 903 |
-
"role": "gallery",
|
| 904 |
-
"identity": "00002542::08",
|
| 905 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002542_U_1000_roll_08.png"
|
| 906 |
-
},
|
| 907 |
-
{
|
| 908 |
-
"role": "gallery",
|
| 909 |
-
"identity": "00002542::08",
|
| 910 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002542_U_500_roll_08.png"
|
| 911 |
-
},
|
| 912 |
-
{
|
| 913 |
-
"role": "gallery",
|
| 914 |
-
"identity": "00002542::08",
|
| 915 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002542_V_1000_roll_08.png"
|
| 916 |
-
},
|
| 917 |
-
{
|
| 918 |
-
"role": "gallery",
|
| 919 |
-
"identity": "00002542::08",
|
| 920 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002542_V_500_roll_08.png"
|
| 921 |
-
},
|
| 922 |
-
{
|
| 923 |
-
"role": "gallery",
|
| 924 |
-
"identity": "00002547::10",
|
| 925 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002547_U_1000_roll_10.png"
|
| 926 |
-
},
|
| 927 |
-
{
|
| 928 |
-
"role": "gallery",
|
| 929 |
-
"identity": "00002547::10",
|
| 930 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002547_U_500_roll_10.png"
|
| 931 |
-
},
|
| 932 |
-
{
|
| 933 |
-
"role": "gallery",
|
| 934 |
-
"identity": "00002547::10",
|
| 935 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002547_V_1000_roll_10.png"
|
| 936 |
-
},
|
| 937 |
-
{
|
| 938 |
-
"role": "gallery",
|
| 939 |
-
"identity": "00002547::10",
|
| 940 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002547_V_500_roll_10.png"
|
| 941 |
-
},
|
| 942 |
-
{
|
| 943 |
-
"role": "gallery",
|
| 944 |
-
"identity": "00002555::02",
|
| 945 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002555_U_1000_roll_02.png"
|
| 946 |
-
},
|
| 947 |
-
{
|
| 948 |
-
"role": "gallery",
|
| 949 |
-
"identity": "00002555::02",
|
| 950 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002555_U_500_roll_02.png"
|
| 951 |
-
},
|
| 952 |
-
{
|
| 953 |
-
"role": "gallery",
|
| 954 |
-
"identity": "00002555::02",
|
| 955 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002555_V_1000_roll_02.png"
|
| 956 |
-
},
|
| 957 |
-
{
|
| 958 |
-
"role": "gallery",
|
| 959 |
-
"identity": "00002555::02",
|
| 960 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002555_V_500_roll_02.png"
|
| 961 |
-
},
|
| 962 |
-
{
|
| 963 |
-
"role": "gallery",
|
| 964 |
-
"identity": "00002558::04",
|
| 965 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002558_U_1000_roll_04.png"
|
| 966 |
-
},
|
| 967 |
-
{
|
| 968 |
-
"role": "gallery",
|
| 969 |
-
"identity": "00002558::04",
|
| 970 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002558_U_500_roll_04.png"
|
| 971 |
-
},
|
| 972 |
-
{
|
| 973 |
-
"role": "gallery",
|
| 974 |
-
"identity": "00002558::04",
|
| 975 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002558_V_1000_roll_04.png"
|
| 976 |
-
},
|
| 977 |
-
{
|
| 978 |
-
"role": "gallery",
|
| 979 |
-
"identity": "00002558::04",
|
| 980 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002558_V_500_roll_04.png"
|
| 981 |
-
},
|
| 982 |
-
{
|
| 983 |
-
"role": "gallery",
|
| 984 |
-
"identity": "00002561::05",
|
| 985 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002561_U_1000_roll_05.png"
|
| 986 |
-
},
|
| 987 |
-
{
|
| 988 |
-
"role": "gallery",
|
| 989 |
-
"identity": "00002561::05",
|
| 990 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002561_U_500_roll_05.png"
|
| 991 |
-
},
|
| 992 |
-
{
|
| 993 |
-
"role": "gallery",
|
| 994 |
-
"identity": "00002561::05",
|
| 995 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002561_V_1000_roll_05.png"
|
| 996 |
-
},
|
| 997 |
-
{
|
| 998 |
-
"role": "gallery",
|
| 999 |
-
"identity": "00002561::05",
|
| 1000 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002561_V_500_roll_05.png"
|
| 1001 |
-
},
|
| 1002 |
-
{
|
| 1003 |
-
"role": "gallery",
|
| 1004 |
-
"identity": "00002569::07",
|
| 1005 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002569_U_1000_roll_07.png"
|
| 1006 |
-
},
|
| 1007 |
-
{
|
| 1008 |
-
"role": "gallery",
|
| 1009 |
-
"identity": "00002569::07",
|
| 1010 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002569_U_500_roll_07.png"
|
| 1011 |
-
},
|
| 1012 |
-
{
|
| 1013 |
-
"role": "gallery",
|
| 1014 |
-
"identity": "00002569::07",
|
| 1015 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002569_V_1000_roll_07.png"
|
| 1016 |
-
},
|
| 1017 |
-
{
|
| 1018 |
-
"role": "gallery",
|
| 1019 |
-
"identity": "00002569::07",
|
| 1020 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002569_V_500_roll_07.png"
|
| 1021 |
-
},
|
| 1022 |
-
{
|
| 1023 |
-
"role": "gallery",
|
| 1024 |
-
"identity": "00002574::09",
|
| 1025 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002574_U_1000_roll_09.png"
|
| 1026 |
-
},
|
| 1027 |
-
{
|
| 1028 |
-
"role": "gallery",
|
| 1029 |
-
"identity": "00002574::09",
|
| 1030 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002574_U_500_roll_09.png"
|
| 1031 |
-
},
|
| 1032 |
-
{
|
| 1033 |
-
"role": "gallery",
|
| 1034 |
-
"identity": "00002574::09",
|
| 1035 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002574_V_1000_roll_09.png"
|
| 1036 |
-
},
|
| 1037 |
-
{
|
| 1038 |
-
"role": "gallery",
|
| 1039 |
-
"identity": "00002574::09",
|
| 1040 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002574_V_500_roll_09.png"
|
| 1041 |
-
},
|
| 1042 |
-
{
|
| 1043 |
-
"role": "gallery",
|
| 1044 |
-
"identity": "00002578::10",
|
| 1045 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002578_U_1000_roll_10.png"
|
| 1046 |
-
},
|
| 1047 |
-
{
|
| 1048 |
-
"role": "gallery",
|
| 1049 |
-
"identity": "00002578::10",
|
| 1050 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002578_U_500_roll_10.png"
|
| 1051 |
-
},
|
| 1052 |
-
{
|
| 1053 |
-
"role": "gallery",
|
| 1054 |
-
"identity": "00002578::10",
|
| 1055 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002578_V_1000_roll_10.png"
|
| 1056 |
-
},
|
| 1057 |
-
{
|
| 1058 |
-
"role": "gallery",
|
| 1059 |
-
"identity": "00002578::10",
|
| 1060 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002578_V_500_roll_10.png"
|
| 1061 |
-
},
|
| 1062 |
-
{
|
| 1063 |
-
"role": "gallery",
|
| 1064 |
-
"identity": "00002583::02",
|
| 1065 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002583_U_1000_roll_02.png"
|
| 1066 |
-
},
|
| 1067 |
-
{
|
| 1068 |
-
"role": "gallery",
|
| 1069 |
-
"identity": "00002583::02",
|
| 1070 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002583_U_500_roll_02.png"
|
| 1071 |
-
},
|
| 1072 |
-
{
|
| 1073 |
-
"role": "gallery",
|
| 1074 |
-
"identity": "00002583::02",
|
| 1075 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002583_V_1000_roll_02.png"
|
| 1076 |
-
},
|
| 1077 |
-
{
|
| 1078 |
-
"role": "gallery",
|
| 1079 |
-
"identity": "00002583::02",
|
| 1080 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002583_V_500_roll_02.png"
|
| 1081 |
-
},
|
| 1082 |
-
{
|
| 1083 |
-
"role": "gallery",
|
| 1084 |
-
"identity": "00002588::04",
|
| 1085 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002588_U_1000_roll_04.png"
|
| 1086 |
-
},
|
| 1087 |
-
{
|
| 1088 |
-
"role": "gallery",
|
| 1089 |
-
"identity": "00002588::04",
|
| 1090 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002588_U_500_roll_04.png"
|
| 1091 |
-
},
|
| 1092 |
-
{
|
| 1093 |
-
"role": "gallery",
|
| 1094 |
-
"identity": "00002588::04",
|
| 1095 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002588_V_1000_roll_04.png"
|
| 1096 |
-
},
|
| 1097 |
-
{
|
| 1098 |
-
"role": "gallery",
|
| 1099 |
-
"identity": "00002588::04",
|
| 1100 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002588_V_500_roll_04.png"
|
| 1101 |
-
},
|
| 1102 |
-
{
|
| 1103 |
-
"role": "gallery",
|
| 1104 |
-
"identity": "00002596::06",
|
| 1105 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002596_U_1000_roll_06.png"
|
| 1106 |
-
},
|
| 1107 |
-
{
|
| 1108 |
-
"role": "gallery",
|
| 1109 |
-
"identity": "00002596::06",
|
| 1110 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002596_U_500_roll_06.png"
|
| 1111 |
-
},
|
| 1112 |
-
{
|
| 1113 |
-
"role": "gallery",
|
| 1114 |
-
"identity": "00002596::06",
|
| 1115 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002596_V_1000_roll_06.png"
|
| 1116 |
-
},
|
| 1117 |
-
{
|
| 1118 |
-
"role": "gallery",
|
| 1119 |
-
"identity": "00002596::06",
|
| 1120 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002596_V_500_roll_06.png"
|
| 1121 |
-
},
|
| 1122 |
-
{
|
| 1123 |
-
"role": "gallery",
|
| 1124 |
-
"identity": "00002606::07",
|
| 1125 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002606_U_1000_roll_07.png"
|
| 1126 |
-
},
|
| 1127 |
-
{
|
| 1128 |
-
"role": "gallery",
|
| 1129 |
-
"identity": "00002606::07",
|
| 1130 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002606_U_500_roll_07.png"
|
| 1131 |
-
},
|
| 1132 |
-
{
|
| 1133 |
-
"role": "gallery",
|
| 1134 |
-
"identity": "00002606::07",
|
| 1135 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002606_V_1000_roll_07.png"
|
| 1136 |
-
},
|
| 1137 |
-
{
|
| 1138 |
-
"role": "gallery",
|
| 1139 |
-
"identity": "00002606::07",
|
| 1140 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002606_V_500_roll_07.png"
|
| 1141 |
-
},
|
| 1142 |
-
{
|
| 1143 |
-
"role": "gallery",
|
| 1144 |
-
"identity": "00002612::09",
|
| 1145 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002612_U_1000_roll_09.png"
|
| 1146 |
-
},
|
| 1147 |
-
{
|
| 1148 |
-
"role": "gallery",
|
| 1149 |
-
"identity": "00002612::09",
|
| 1150 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002612_U_500_roll_09.png"
|
| 1151 |
-
},
|
| 1152 |
-
{
|
| 1153 |
-
"role": "gallery",
|
| 1154 |
-
"identity": "00002612::09",
|
| 1155 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002612_V_1000_roll_09.png"
|
| 1156 |
-
},
|
| 1157 |
-
{
|
| 1158 |
-
"role": "gallery",
|
| 1159 |
-
"identity": "00002612::09",
|
| 1160 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002612_V_500_roll_09.png"
|
| 1161 |
-
},
|
| 1162 |
-
{
|
| 1163 |
-
"role": "gallery",
|
| 1164 |
-
"identity": "00002621::01",
|
| 1165 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002621_U_1000_roll_01.png"
|
| 1166 |
-
},
|
| 1167 |
-
{
|
| 1168 |
-
"role": "gallery",
|
| 1169 |
-
"identity": "00002621::01",
|
| 1170 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002621_U_500_roll_01.png"
|
| 1171 |
-
},
|
| 1172 |
-
{
|
| 1173 |
-
"role": "gallery",
|
| 1174 |
-
"identity": "00002621::01",
|
| 1175 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002621_V_1000_roll_01.png"
|
| 1176 |
-
},
|
| 1177 |
-
{
|
| 1178 |
-
"role": "gallery",
|
| 1179 |
-
"identity": "00002621::01",
|
| 1180 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002621_V_500_roll_01.png"
|
| 1181 |
-
},
|
| 1182 |
-
{
|
| 1183 |
-
"role": "gallery",
|
| 1184 |
-
"identity": "00002626::03",
|
| 1185 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002626_U_1000_roll_03.png"
|
| 1186 |
-
},
|
| 1187 |
-
{
|
| 1188 |
-
"role": "gallery",
|
| 1189 |
-
"identity": "00002626::03",
|
| 1190 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002626_U_500_roll_03.png"
|
| 1191 |
-
},
|
| 1192 |
-
{
|
| 1193 |
-
"role": "gallery",
|
| 1194 |
-
"identity": "00002626::03",
|
| 1195 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002626_V_1000_roll_03.png"
|
| 1196 |
-
},
|
| 1197 |
-
{
|
| 1198 |
-
"role": "gallery",
|
| 1199 |
-
"identity": "00002626::03",
|
| 1200 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002626_V_500_roll_03.png"
|
| 1201 |
-
},
|
| 1202 |
-
{
|
| 1203 |
-
"role": "gallery",
|
| 1204 |
-
"identity": "00002634::04",
|
| 1205 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002634_U_1000_roll_04.png"
|
| 1206 |
-
},
|
| 1207 |
-
{
|
| 1208 |
-
"role": "gallery",
|
| 1209 |
-
"identity": "00002634::04",
|
| 1210 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002634_U_500_roll_04.png"
|
| 1211 |
-
},
|
| 1212 |
-
{
|
| 1213 |
-
"role": "gallery",
|
| 1214 |
-
"identity": "00002634::04",
|
| 1215 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002634_V_1000_roll_04.png"
|
| 1216 |
-
},
|
| 1217 |
-
{
|
| 1218 |
-
"role": "gallery",
|
| 1219 |
-
"identity": "00002634::04",
|
| 1220 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002634_V_500_roll_04.png"
|
| 1221 |
-
},
|
| 1222 |
-
{
|
| 1223 |
-
"role": "gallery",
|
| 1224 |
-
"identity": "00002641::06",
|
| 1225 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002641_U_1000_roll_06.png"
|
| 1226 |
-
},
|
| 1227 |
-
{
|
| 1228 |
-
"role": "gallery",
|
| 1229 |
-
"identity": "00002641::06",
|
| 1230 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002641_U_500_roll_06.png"
|
| 1231 |
-
},
|
| 1232 |
-
{
|
| 1233 |
-
"role": "gallery",
|
| 1234 |
-
"identity": "00002641::06",
|
| 1235 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002641_V_1000_roll_06.png"
|
| 1236 |
-
},
|
| 1237 |
-
{
|
| 1238 |
-
"role": "gallery",
|
| 1239 |
-
"identity": "00002641::06",
|
| 1240 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002641_V_500_roll_06.png"
|
| 1241 |
-
},
|
| 1242 |
-
{
|
| 1243 |
-
"role": "gallery",
|
| 1244 |
-
"identity": "00002646::08",
|
| 1245 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002646_U_1000_roll_08.png"
|
| 1246 |
-
},
|
| 1247 |
-
{
|
| 1248 |
-
"role": "gallery",
|
| 1249 |
-
"identity": "00002646::08",
|
| 1250 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002646_U_500_roll_08.png"
|
| 1251 |
-
},
|
| 1252 |
-
{
|
| 1253 |
-
"role": "gallery",
|
| 1254 |
-
"identity": "00002646::08",
|
| 1255 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002646_V_1000_roll_08.png"
|
| 1256 |
-
},
|
| 1257 |
-
{
|
| 1258 |
-
"role": "gallery",
|
| 1259 |
-
"identity": "00002646::08",
|
| 1260 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002646_V_500_roll_08.png"
|
| 1261 |
-
},
|
| 1262 |
-
{
|
| 1263 |
-
"role": "gallery",
|
| 1264 |
-
"identity": "00002651::10",
|
| 1265 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/1000/roll/png/00002651_U_1000_roll_10.png"
|
| 1266 |
-
},
|
| 1267 |
-
{
|
| 1268 |
-
"role": "gallery",
|
| 1269 |
-
"identity": "00002651::10",
|
| 1270 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/U/500/roll/png/00002651_U_500_roll_10.png"
|
| 1271 |
-
},
|
| 1272 |
-
{
|
| 1273 |
-
"role": "gallery",
|
| 1274 |
-
"identity": "00002651::10",
|
| 1275 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/1000/roll/png/00002651_V_1000_roll_10.png"
|
| 1276 |
-
},
|
| 1277 |
-
{
|
| 1278 |
-
"role": "gallery",
|
| 1279 |
-
"identity": "00002651::10",
|
| 1280 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302b/images/baseline/V/500/roll/png/00002651_V_500_roll_10.png"
|
| 1281 |
-
},
|
| 1282 |
-
{
|
| 1283 |
-
"role": "probe",
|
| 1284 |
-
"identity": "00002302::01",
|
| 1285 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/B/roll/png/00002302_B_roll_01.png"
|
| 1286 |
-
},
|
| 1287 |
-
{
|
| 1288 |
-
"role": "probe",
|
| 1289 |
-
"identity": "00002306::02",
|
| 1290 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002306_A_roll_02.png"
|
| 1291 |
-
},
|
| 1292 |
-
{
|
| 1293 |
-
"role": "probe",
|
| 1294 |
-
"identity": "00002312::04",
|
| 1295 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002312_A_roll_04.png"
|
| 1296 |
-
},
|
| 1297 |
-
{
|
| 1298 |
-
"role": "probe",
|
| 1299 |
-
"identity": "00002315::06",
|
| 1300 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002315_A_roll_06.png"
|
| 1301 |
-
},
|
| 1302 |
-
{
|
| 1303 |
-
"role": "probe",
|
| 1304 |
-
"identity": "00002320::07",
|
| 1305 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002320_A_roll_07.png"
|
| 1306 |
-
},
|
| 1307 |
-
{
|
| 1308 |
-
"role": "probe",
|
| 1309 |
-
"identity": "00002326::09",
|
| 1310 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002326_A_roll_09.png"
|
| 1311 |
-
},
|
| 1312 |
-
{
|
| 1313 |
-
"role": "probe",
|
| 1314 |
-
"identity": "00002330::01",
|
| 1315 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002330_A_roll_01.png"
|
| 1316 |
-
},
|
| 1317 |
-
{
|
| 1318 |
-
"role": "probe",
|
| 1319 |
-
"identity": "00002337::03",
|
| 1320 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002337_A_roll_03.png"
|
| 1321 |
-
},
|
| 1322 |
-
{
|
| 1323 |
-
"role": "probe",
|
| 1324 |
-
"identity": "00002340::04",
|
| 1325 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002340_A_roll_04.png"
|
| 1326 |
-
},
|
| 1327 |
-
{
|
| 1328 |
-
"role": "probe",
|
| 1329 |
-
"identity": "00002344::06",
|
| 1330 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002344_A_roll_06.png"
|
| 1331 |
-
},
|
| 1332 |
-
{
|
| 1333 |
-
"role": "probe",
|
| 1334 |
-
"identity": "00002351::08",
|
| 1335 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002351_A_roll_08.png"
|
| 1336 |
-
},
|
| 1337 |
-
{
|
| 1338 |
-
"role": "probe",
|
| 1339 |
-
"identity": "00002354::10",
|
| 1340 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002354_A_roll_10.png"
|
| 1341 |
-
},
|
| 1342 |
-
{
|
| 1343 |
-
"role": "probe",
|
| 1344 |
-
"identity": "00002358::01",
|
| 1345 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002358_A_roll_01.png"
|
| 1346 |
-
},
|
| 1347 |
-
{
|
| 1348 |
-
"role": "probe",
|
| 1349 |
-
"identity": "00002361::03",
|
| 1350 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002361_A_roll_03.png"
|
| 1351 |
-
},
|
| 1352 |
-
{
|
| 1353 |
-
"role": "probe",
|
| 1354 |
-
"identity": "00002367::05",
|
| 1355 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002367_A_roll_05.png"
|
| 1356 |
-
},
|
| 1357 |
-
{
|
| 1358 |
-
"role": "probe",
|
| 1359 |
-
"identity": "00002370::06",
|
| 1360 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002370_A_roll_06.png"
|
| 1361 |
-
},
|
| 1362 |
-
{
|
| 1363 |
-
"role": "probe",
|
| 1364 |
-
"identity": "00002373::08",
|
| 1365 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002373_A_roll_08.png"
|
| 1366 |
-
},
|
| 1367 |
-
{
|
| 1368 |
-
"role": "probe",
|
| 1369 |
-
"identity": "00002376::10",
|
| 1370 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002376_A_roll_10.png"
|
| 1371 |
-
},
|
| 1372 |
-
{
|
| 1373 |
-
"role": "probe",
|
| 1374 |
-
"identity": "00002383::02",
|
| 1375 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002383_A_roll_02.png"
|
| 1376 |
-
},
|
| 1377 |
-
{
|
| 1378 |
-
"role": "probe",
|
| 1379 |
-
"identity": "00002388::03",
|
| 1380 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002388_A_roll_03.png"
|
| 1381 |
-
},
|
| 1382 |
-
{
|
| 1383 |
-
"role": "probe",
|
| 1384 |
-
"identity": "00002394::05",
|
| 1385 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002394_A_roll_05.png"
|
| 1386 |
-
},
|
| 1387 |
-
{
|
| 1388 |
-
"role": "probe",
|
| 1389 |
-
"identity": "00002398::07",
|
| 1390 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002398_A_roll_07.png"
|
| 1391 |
-
},
|
| 1392 |
-
{
|
| 1393 |
-
"role": "probe",
|
| 1394 |
-
"identity": "00002402::09",
|
| 1395 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002402_A_roll_09.png"
|
| 1396 |
-
},
|
| 1397 |
-
{
|
| 1398 |
-
"role": "probe",
|
| 1399 |
-
"identity": "00002406::10",
|
| 1400 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002406_A_roll_10.png"
|
| 1401 |
-
},
|
| 1402 |
-
{
|
| 1403 |
-
"role": "probe",
|
| 1404 |
-
"identity": "00002412::02",
|
| 1405 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002412_A_roll_02.png"
|
| 1406 |
-
},
|
| 1407 |
-
{
|
| 1408 |
-
"role": "probe",
|
| 1409 |
-
"identity": "00002418::04",
|
| 1410 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002418_A_roll_04.png"
|
| 1411 |
-
},
|
| 1412 |
-
{
|
| 1413 |
-
"role": "probe",
|
| 1414 |
-
"identity": "00002424::05",
|
| 1415 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002424_A_roll_05.png"
|
| 1416 |
-
},
|
| 1417 |
-
{
|
| 1418 |
-
"role": "probe",
|
| 1419 |
-
"identity": "00002428::07",
|
| 1420 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002428_A_roll_07.png"
|
| 1421 |
-
},
|
| 1422 |
-
{
|
| 1423 |
-
"role": "probe",
|
| 1424 |
-
"identity": "00002435::09",
|
| 1425 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002435_A_roll_09.png"
|
| 1426 |
-
},
|
| 1427 |
-
{
|
| 1428 |
-
"role": "probe",
|
| 1429 |
-
"identity": "00002443::01",
|
| 1430 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002443_A_roll_01.png"
|
| 1431 |
-
},
|
| 1432 |
-
{
|
| 1433 |
-
"role": "probe",
|
| 1434 |
-
"identity": "00002447::02",
|
| 1435 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002447_A_roll_02.png"
|
| 1436 |
-
},
|
| 1437 |
-
{
|
| 1438 |
-
"role": "probe",
|
| 1439 |
-
"identity": "00002454::04",
|
| 1440 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002454_A_roll_04.png"
|
| 1441 |
-
},
|
| 1442 |
-
{
|
| 1443 |
-
"role": "probe",
|
| 1444 |
-
"identity": "00002457::06",
|
| 1445 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002457_A_roll_06.png"
|
| 1446 |
-
},
|
| 1447 |
-
{
|
| 1448 |
-
"role": "probe",
|
| 1449 |
-
"identity": "00002463::08",
|
| 1450 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002463_A_roll_08.png"
|
| 1451 |
-
},
|
| 1452 |
-
{
|
| 1453 |
-
"role": "probe",
|
| 1454 |
-
"identity": "00002475::09",
|
| 1455 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002475_A_roll_09.png"
|
| 1456 |
-
},
|
| 1457 |
-
{
|
| 1458 |
-
"role": "probe",
|
| 1459 |
-
"identity": "00002483::01",
|
| 1460 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002483_A_roll_01.png"
|
| 1461 |
-
},
|
| 1462 |
-
{
|
| 1463 |
-
"role": "probe",
|
| 1464 |
-
"identity": "00002489::03",
|
| 1465 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002489_A_roll_03.png"
|
| 1466 |
-
},
|
| 1467 |
-
{
|
| 1468 |
-
"role": "probe",
|
| 1469 |
-
"identity": "00002495::05",
|
| 1470 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002495_A_roll_05.png"
|
| 1471 |
-
},
|
| 1472 |
-
{
|
| 1473 |
-
"role": "probe",
|
| 1474 |
-
"identity": "00002499::06",
|
| 1475 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002499_A_roll_06.png"
|
| 1476 |
-
},
|
| 1477 |
-
{
|
| 1478 |
-
"role": "probe",
|
| 1479 |
-
"identity": "00002502::08",
|
| 1480 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002502_A_roll_08.png"
|
| 1481 |
-
},
|
| 1482 |
-
{
|
| 1483 |
-
"role": "probe",
|
| 1484 |
-
"identity": "00002508::10",
|
| 1485 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/B/roll/png/00002508_B_roll_10.png"
|
| 1486 |
-
},
|
| 1487 |
-
{
|
| 1488 |
-
"role": "probe",
|
| 1489 |
-
"identity": "00002516::01",
|
| 1490 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002516_A_roll_01.png"
|
| 1491 |
-
},
|
| 1492 |
-
{
|
| 1493 |
-
"role": "probe",
|
| 1494 |
-
"identity": "00002523::03",
|
| 1495 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002523_A_roll_03.png"
|
| 1496 |
-
},
|
| 1497 |
-
{
|
| 1498 |
-
"role": "probe",
|
| 1499 |
-
"identity": "00002533::05",
|
| 1500 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002533_A_roll_05.png"
|
| 1501 |
-
},
|
| 1502 |
-
{
|
| 1503 |
-
"role": "probe",
|
| 1504 |
-
"identity": "00002537::07",
|
| 1505 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002537_A_roll_07.png"
|
| 1506 |
-
},
|
| 1507 |
-
{
|
| 1508 |
-
"role": "probe",
|
| 1509 |
-
"identity": "00002542::08",
|
| 1510 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002542_A_roll_08.png"
|
| 1511 |
-
},
|
| 1512 |
-
{
|
| 1513 |
-
"role": "probe",
|
| 1514 |
-
"identity": "00002547::10",
|
| 1515 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002547_A_roll_10.png"
|
| 1516 |
-
},
|
| 1517 |
-
{
|
| 1518 |
-
"role": "probe",
|
| 1519 |
-
"identity": "00002555::02",
|
| 1520 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002555_A_roll_02.png"
|
| 1521 |
-
},
|
| 1522 |
-
{
|
| 1523 |
-
"role": "probe",
|
| 1524 |
-
"identity": "00002558::04",
|
| 1525 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002558_A_roll_04.png"
|
| 1526 |
-
},
|
| 1527 |
-
{
|
| 1528 |
-
"role": "probe",
|
| 1529 |
-
"identity": "00002561::05",
|
| 1530 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002561_A_roll_05.png"
|
| 1531 |
-
},
|
| 1532 |
-
{
|
| 1533 |
-
"role": "probe",
|
| 1534 |
-
"identity": "00002569::07",
|
| 1535 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002569_A_roll_07.png"
|
| 1536 |
-
},
|
| 1537 |
-
{
|
| 1538 |
-
"role": "probe",
|
| 1539 |
-
"identity": "00002574::09",
|
| 1540 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002574_A_roll_09.png"
|
| 1541 |
-
},
|
| 1542 |
-
{
|
| 1543 |
-
"role": "probe",
|
| 1544 |
-
"identity": "00002578::10",
|
| 1545 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002578_A_roll_10.png"
|
| 1546 |
-
},
|
| 1547 |
-
{
|
| 1548 |
-
"role": "probe",
|
| 1549 |
-
"identity": "00002583::02",
|
| 1550 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002583_A_roll_02.png"
|
| 1551 |
-
},
|
| 1552 |
-
{
|
| 1553 |
-
"role": "probe",
|
| 1554 |
-
"identity": "00002588::04",
|
| 1555 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002588_A_roll_04.png"
|
| 1556 |
-
},
|
| 1557 |
-
{
|
| 1558 |
-
"role": "probe",
|
| 1559 |
-
"identity": "00002596::06",
|
| 1560 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002596_A_roll_06.png"
|
| 1561 |
-
},
|
| 1562 |
-
{
|
| 1563 |
-
"role": "probe",
|
| 1564 |
-
"identity": "00002606::07",
|
| 1565 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002606_A_roll_07.png"
|
| 1566 |
-
},
|
| 1567 |
-
{
|
| 1568 |
-
"role": "probe",
|
| 1569 |
-
"identity": "00002612::09",
|
| 1570 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002612_A_roll_09.png"
|
| 1571 |
-
},
|
| 1572 |
-
{
|
| 1573 |
-
"role": "probe",
|
| 1574 |
-
"identity": "00002621::01",
|
| 1575 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002621_A_roll_01.png"
|
| 1576 |
-
},
|
| 1577 |
-
{
|
| 1578 |
-
"role": "probe",
|
| 1579 |
-
"identity": "00002626::03",
|
| 1580 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002626_A_roll_03.png"
|
| 1581 |
-
},
|
| 1582 |
-
{
|
| 1583 |
-
"role": "probe",
|
| 1584 |
-
"identity": "00002634::04",
|
| 1585 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002634_A_roll_04.png"
|
| 1586 |
-
},
|
| 1587 |
-
{
|
| 1588 |
-
"role": "probe",
|
| 1589 |
-
"identity": "00002641::06",
|
| 1590 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002641_A_roll_06.png"
|
| 1591 |
-
},
|
| 1592 |
-
{
|
| 1593 |
-
"role": "probe",
|
| 1594 |
-
"identity": "00002646::08",
|
| 1595 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002646_A_roll_08.png"
|
| 1596 |
-
},
|
| 1597 |
-
{
|
| 1598 |
-
"role": "probe",
|
| 1599 |
-
"identity": "00002651::10",
|
| 1600 |
-
"path": "/home/linhdang/workspace2/NIST-300-ds/nist_302/images/challengers/A/roll/png/00002651_A_roll_10.png"
|
| 1601 |
-
}
|
| 1602 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
training/history.jsonl
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 1, "elapsed_sec": 134.40353918075562, "train": {"loss": 4.377912167688111, "metric_loss": 4.294782930163283, "triplet": 0.13636349803913178, "classification": 5.198024190011336, "supcon": 0.5068385602803386, "domain_loss": 0.0, "domain_acc": 0.0, "consistency": 0.14206888991684172}, "eval": {}, "best_rank1": 0.0, "lr": {"backbone": 5e-07, "graph": 2e-05, "heads": 4e-05}}
|
| 2 |
+
{"epoch": 2, "elapsed_sec": 200.12804913520813, "train": {"loss": 4.3355829981703256, "metric_loss": 4.256671218057374, "triplet": 0.1316049039288981, "classification": 5.1563327954642135, "supcon": 0.478980837829748, "domain_loss": 0.0, "domain_acc": 0.0, "consistency": 0.1412928792849258}, "eval": {"status": "ok", "protocol_summary": {"probe": {"sample_count": 13630, "identity_count": 2000, "domain_counts": {"nist302a": 13630}, "device_counts": {"nist302a_A_roll": 1960, "nist302a_B_roll": 1956, "nist302a_C_roll": 1998, "nist302a_D_roll": 1987, "nist302a_E_roll": 1887, "nist302a_F_roll": 2000, "nist302a_G_roll": 700, "nist302a_H_roll": 1142}, "role_counts": {"probe": 13630}}, "gallery": {"sample_count": 8000, "identity_count": 2000, "domain_counts": {"nist302b": 8000}, "device_counts": {"nist302b_U_1000_roll": 2000, "nist302b_U_500_roll": 2000, "nist302b_V_1000_roll": 2000, "nist302b_V_500_roll": 2000}, "role_counts": {"reference": 8000}}, "common_identity_count": 2000, "missing_probe_identity_count": 0, "missing_gallery_identity_count": 0}, "gallery_count": 8000, "probe_count": 13630, "identity_count": 2000, "eer": 0.017820089428426635, "auc": 0.9983431867002304, "rank1": 0.8133528828620911, "rank5": 0.9174614548683167, "rank10": 0.9479089975357056, "mAP": 0.790134998310548}, "best_rank1": 0.8133528828620911, "lr": {"backbone": 5e-07, "graph": 2e-05, "heads": 4e-05}}
|
| 3 |
+
{"epoch": 3, "elapsed_sec": 133.45261096954346, "train": {"loss": 4.3651505487049045, "metric_loss": 4.2857682812753035, "triplet": 0.13289096465512137, "classification": 5.19109656055968, "supcon": 0.48222710281310965, "domain_loss": 0.0, "domain_acc": 0.0, "consistency": 0.14096406239960063}, "eval": {}, "best_rank1": 0.8133528828620911, "lr": {"backbone": 4.777179952780443e-07, "graph": 1.9108719811121773e-05, "heads": 3.80391835844679e-05}}
|
| 4 |
+
{"epoch": 4, "elapsed_sec": 199.35219192504883, "train": {"loss": 4.367724037649643, "metric_loss": 4.287850950950355, "triplet": 0.13346024009974758, "classification": 5.192988297687703, "supcon": 0.4853893651360243, "domain_loss": 0.0, "domain_acc": 0.0, "consistency": 0.14129348754433532}, "eval": {"status": "ok", "protocol_summary": {"probe": {"sample_count": 13630, "identity_count": 2000, "domain_counts": {"nist302a": 13630}, "device_counts": {"nist302a_A_roll": 1960, "nist302a_B_roll": 1956, "nist302a_C_roll": 1998, "nist302a_D_roll": 1987, "nist302a_E_roll": 1887, "nist302a_F_roll": 2000, "nist302a_G_roll": 700, "nist302a_H_roll": 1142}, "role_counts": {"probe": 13630}}, "gallery": {"sample_count": 8000, "identity_count": 2000, "domain_counts": {"nist302b": 8000}, "device_counts": {"nist302b_U_1000_roll": 2000, "nist302b_U_500_roll": 2000, "nist302b_V_1000_roll": 2000, "nist302b_V_500_roll": 2000}, "role_counts": {"reference": 8000}}, "common_identity_count": 2000, "missing_probe_identity_count": 0, "missing_gallery_identity_count": 0}, "gallery_count": 8000, "probe_count": 13630, "identity_count": 2000, "eer": 0.01957452038565138, "auc": 0.9980527223587375, "rank1": 0.8046221733093262, "rank5": 0.9097579121589661, "rank10": 0.9442406296730042, "mAP": 0.780873198114974}, "best_rank1": 0.8133528828620911, "lr": {"backbone": 4.1528520541821503e-07, "graph": 1.6611408216728603e-05, "heads": 3.2545098076802926e-05}}
|