palmprint-recognition/train.ipynb

11301 lines
380 KiB
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": 64,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"4131.24s - pydevd: Sending message related to process being replaced timed-out after 5 seconds\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple\n",
"Requirement already satisfied: torch in ./.venv/lib/python3.10/site-packages (2.4.1)\n",
"Requirement already satisfied: torchvision in ./.venv/lib/python3.10/site-packages (0.19.1)\n",
"Requirement already satisfied: torchaudio in ./.venv/lib/python3.10/site-packages (2.4.1)\n",
"Requirement already satisfied: filelock in ./.venv/lib/python3.10/site-packages (from torch) (3.16.1)\n",
"Requirement already satisfied: typing-extensions>=4.8.0 in ./.venv/lib/python3.10/site-packages (from torch) (4.12.2)\n",
"Requirement already satisfied: sympy in ./.venv/lib/python3.10/site-packages (from torch) (1.13.3)\n",
"Requirement already satisfied: networkx in ./.venv/lib/python3.10/site-packages (from torch) (3.3)\n",
"Requirement already satisfied: jinja2 in ./.venv/lib/python3.10/site-packages (from torch) (3.1.4)\n",
"Requirement already satisfied: fsspec in ./.venv/lib/python3.10/site-packages (from torch) (2024.9.0)\n",
"Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in ./.venv/lib/python3.10/site-packages (from torch) (12.1.105)\n",
"Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in ./.venv/lib/python3.10/site-packages (from torch) (12.1.105)\n",
"Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in ./.venv/lib/python3.10/site-packages (from torch) (12.1.105)\n",
"Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in ./.venv/lib/python3.10/site-packages (from torch) (9.1.0.70)\n",
"Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in ./.venv/lib/python3.10/site-packages (from torch) (12.1.3.1)\n",
"Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in ./.venv/lib/python3.10/site-packages (from torch) (11.0.2.54)\n",
"Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in ./.venv/lib/python3.10/site-packages (from torch) (10.3.2.106)\n",
"Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in ./.venv/lib/python3.10/site-packages (from torch) (11.4.5.107)\n",
"Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in ./.venv/lib/python3.10/site-packages (from torch) (12.1.0.106)\n",
"Requirement already satisfied: nvidia-nccl-cu12==2.20.5 in ./.venv/lib/python3.10/site-packages (from torch) (2.20.5)\n",
"Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in ./.venv/lib/python3.10/site-packages (from torch) (12.1.105)\n",
"Requirement already satisfied: triton==3.0.0 in ./.venv/lib/python3.10/site-packages (from torch) (3.0.0)\n",
"Requirement already satisfied: nvidia-nvjitlink-cu12 in ./.venv/lib/python3.10/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch) (12.6.68)\n",
"Requirement already satisfied: numpy in ./.venv/lib/python3.10/site-packages (from torchvision) (2.1.1)\n",
"Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in ./.venv/lib/python3.10/site-packages (from torchvision) (10.4.0)\n",
"Requirement already satisfied: MarkupSafe>=2.0 in ./.venv/lib/python3.10/site-packages (from jinja2->torch) (2.1.5)\n",
"Requirement already satisfied: mpmath<1.4,>=1.1.0 in ./.venv/lib/python3.10/site-packages (from sympy->torch) (1.3.0)\n",
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
],
"source": [
"%pip install torch torchvision torchaudio"
]
},
{
"cell_type": "code",
"execution_count": 65,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"4137.26s - pydevd: Sending message related to process being replaced timed-out after 5 seconds\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple\n",
"Requirement already satisfied: matplotlib in ./.venv/lib/python3.10/site-packages (3.9.2)\n",
"Requirement already satisfied: contourpy>=1.0.1 in ./.venv/lib/python3.10/site-packages (from matplotlib) (1.3.0)\n",
"Requirement already satisfied: cycler>=0.10 in ./.venv/lib/python3.10/site-packages (from matplotlib) (0.12.1)\n",
"Requirement already satisfied: fonttools>=4.22.0 in ./.venv/lib/python3.10/site-packages (from matplotlib) (4.54.1)\n",
"Requirement already satisfied: kiwisolver>=1.3.1 in ./.venv/lib/python3.10/site-packages (from matplotlib) (1.4.7)\n",
"Requirement already satisfied: numpy>=1.23 in ./.venv/lib/python3.10/site-packages (from matplotlib) (2.1.1)\n",
"Requirement already satisfied: packaging>=20.0 in ./.venv/lib/python3.10/site-packages (from matplotlib) (24.1)\n",
"Requirement already satisfied: pillow>=8 in ./.venv/lib/python3.10/site-packages (from matplotlib) (10.4.0)\n",
"Requirement already satisfied: pyparsing>=2.3.1 in ./.venv/lib/python3.10/site-packages (from matplotlib) (3.1.4)\n",
"Requirement already satisfied: python-dateutil>=2.7 in ./.venv/lib/python3.10/site-packages (from matplotlib) (2.9.0.post0)\n",
"Requirement already satisfied: six>=1.5 in ./.venv/lib/python3.10/site-packages (from python-dateutil>=2.7->matplotlib) (1.16.0)\n",
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
],
"source": [
"%pip install matplotlib"
]
},
{
"cell_type": "code",
"execution_count": 66,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"4143.25s - pydevd: Sending message related to process being replaced timed-out after 5 seconds\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple\n",
"Requirement already satisfied: opencv-python in ./.venv/lib/python3.10/site-packages (4.10.0.84)\n",
"Requirement already satisfied: numpy>=1.21.2 in ./.venv/lib/python3.10/site-packages (from opencv-python) (2.1.1)\n",
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
],
"source": [
"%pip install opencv-python"
]
},
{
"cell_type": "code",
"execution_count": 67,
"metadata": {},
"outputs": [],
"source": [
"import torch\n",
"import torchvision\n",
"import torch.nn as nn\n",
"import torch.nn.functional as F\n",
"from torchvision import transforms,models,datasets\n",
"from torch import optim\n",
"from torch.utils.data import DataLoader,Dataset\n",
"from glob import glob\n"
]
},
{
"cell_type": "code",
"execution_count": 68,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"True"
]
},
"execution_count": 68,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"torch.cuda.is_available()"
]
},
{
"cell_type": "code",
"execution_count": 79,
"metadata": {},
"outputs": [],
"source": [
"device = 'cuda' if torch.cuda.is_available() else 'cpu'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 定义数据集"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 安装pycocotools"
]
},
{
"cell_type": "code",
"execution_count": 80,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"4173.72s - pydevd: Sending message related to process being replaced timed-out after 5 seconds\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple\n",
"Requirement already satisfied: pycocotools in ./.venv/lib/python3.10/site-packages (2.0.8)\n",
"Requirement already satisfied: matplotlib>=2.1.0 in ./.venv/lib/python3.10/site-packages (from pycocotools) (3.9.2)\n",
"Requirement already satisfied: numpy in ./.venv/lib/python3.10/site-packages (from pycocotools) (2.1.1)\n",
"Requirement already satisfied: contourpy>=1.0.1 in ./.venv/lib/python3.10/site-packages (from matplotlib>=2.1.0->pycocotools) (1.3.0)\n",
"Requirement already satisfied: cycler>=0.10 in ./.venv/lib/python3.10/site-packages (from matplotlib>=2.1.0->pycocotools) (0.12.1)\n",
"Requirement already satisfied: fonttools>=4.22.0 in ./.venv/lib/python3.10/site-packages (from matplotlib>=2.1.0->pycocotools) (4.54.1)\n",
"Requirement already satisfied: kiwisolver>=1.3.1 in ./.venv/lib/python3.10/site-packages (from matplotlib>=2.1.0->pycocotools) (1.4.7)\n",
"Requirement already satisfied: packaging>=20.0 in ./.venv/lib/python3.10/site-packages (from matplotlib>=2.1.0->pycocotools) (24.1)\n",
"Requirement already satisfied: pillow>=8 in ./.venv/lib/python3.10/site-packages (from matplotlib>=2.1.0->pycocotools) (10.4.0)\n",
"Requirement already satisfied: pyparsing>=2.3.1 in ./.venv/lib/python3.10/site-packages (from matplotlib>=2.1.0->pycocotools) (3.1.4)\n",
"Requirement already satisfied: python-dateutil>=2.7 in ./.venv/lib/python3.10/site-packages (from matplotlib>=2.1.0->pycocotools) (2.9.0.post0)\n",
"Requirement already satisfied: six>=1.5 in ./.venv/lib/python3.10/site-packages (from python-dateutil>=2.7->matplotlib>=2.1.0->pycocotools) (1.16.0)\n",
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
],
"source": [
"%pip install pycocotools"
]
},
{
"cell_type": "code",
"execution_count": 81,
"metadata": {},
"outputs": [],
"source": [
"from pycocotools.coco import COCO"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### 测试dataset/instances_default.json"
]
},
{
"cell_type": "code",
"execution_count": 96,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"loading annotations into memory...\n",
"Done (t=0.02s)\n",
"creating index...\n",
"index created!\n"
]
}
],
"source": [
"cocoJson = COCO(\"./dataset/instances_default.json\")"
]
},
{
"cell_type": "code",
"execution_count": 165,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{1: {'id': 1,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 2: {'id': 2,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 3: {'id': 3,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 4: {'id': 4,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 5: {'id': 5,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 6: {'id': 6,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 7: {'id': 7,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 8: {'id': 8,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 9: {'id': 9,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 10: {'id': 10,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 11: {'id': 11,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 12: {'id': 12,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 13: {'id': 13,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 14: {'id': 14,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 15: {'id': 15,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 16: {'id': 16,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 17: {'id': 17,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 18: {'id': 18,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 19: {'id': 19,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 20: {'id': 20,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 21: {'id': 21,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 22: {'id': 22,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 23: {'id': 23,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 24: {'id': 24,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 25: {'id': 25,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 26: {'id': 26,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 27: {'id': 27,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 28: {'id': 28,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 29: {'id': 29,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 30: {'id': 30,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 31: {'id': 31,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 32: {'id': 32,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 33: {'id': 33,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 34: {'id': 34,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 35: {'id': 35,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 36: {'id': 36,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 37: {'id': 37,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 38: {'id': 38,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 39: {'id': 39,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 40: {'id': 40,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 41: {'id': 41,\n",
" 'width': 2072,\n",
" 'height': 1382,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 42: {'id': 42,\n",
" 'width': 2285,\n",
" 'height': 1386,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 43: {'id': 43,\n",
" 'width': 2285,\n",
" 'height': 1418,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 44: {'id': 44,\n",
" 'width': 2285,\n",
" 'height': 1425,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 45: {'id': 45,\n",
" 'width': 2285,\n",
" 'height': 1482,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 46: {'id': 46,\n",
" 'width': 2285,\n",
" 'height': 1442,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 47: {'id': 47,\n",
" 'width': 2285,\n",
" 'height': 1450,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 48: {'id': 48,\n",
" 'width': 2285,\n",
" 'height': 1458,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 49: {'id': 49,\n",
" 'width': 2285,\n",
" 'height': 1450,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 50: {'id': 50,\n",
" 'width': 2285,\n",
" 'height': 1442,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 51: {'id': 51,\n",
" 'width': 1763,\n",
" 'height': 1441,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 52: {'id': 52,\n",
" 'width': 1842,\n",
" 'height': 1457,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 53: {'id': 53,\n",
" 'width': 1849,\n",
" 'height': 1457,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 54: {'id': 54,\n",
" 'width': 1699,\n",
" 'height': 1376,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 55: {'id': 55,\n",
" 'width': 1737,\n",
" 'height': 1434,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 56: {'id': 56,\n",
" 'width': 1946,\n",
" 'height': 1457,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 57: {'id': 57,\n",
" 'width': 1692,\n",
" 'height': 1457,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 58: {'id': 58,\n",
" 'width': 1613,\n",
" 'height': 1457,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 59: {'id': 59,\n",
" 'width': 1598,\n",
" 'height': 1457,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 60: {'id': 60,\n",
" 'width': 1553,\n",
" 'height': 1401,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 61: {'id': 61,\n",
" 'width': 1495,\n",
" 'height': 1239,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 62: {'id': 62,\n",
" 'width': 1436,\n",
" 'height': 1245,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 63: {'id': 63,\n",
" 'width': 1475,\n",
" 'height': 1232,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 64: {'id': 64,\n",
" 'width': 1564,\n",
" 'height': 1417,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 65: {'id': 65,\n",
" 'width': 1397,\n",
" 'height': 1344,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 66: {'id': 66,\n",
" 'width': 1554,\n",
" 'height': 1436,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 67: {'id': 67,\n",
" 'width': 2285,\n",
" 'height': 1466,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 68: {'id': 68,\n",
" 'width': 2324,\n",
" 'height': 1474,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 69: {'id': 69,\n",
" 'width': 2285,\n",
" 'height': 1410,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 70: {'id': 70,\n",
" 'width': 2128,\n",
" 'height': 1322,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 71: {'id': 71,\n",
" 'width': 1585,\n",
" 'height': 1402,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 72: {'id': 72,\n",
" 'width': 1549,\n",
" 'height': 1416,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 73: {'id': 73,\n",
" 'width': 2260,\n",
" 'height': 1632,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 74: {'id': 74,\n",
" 'width': 2276,\n",
" 'height': 1641,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 75: {'id': 75,\n",
" 'width': 2284,\n",
" 'height': 1649,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 76: {'id': 76,\n",
" 'width': 2284,\n",
" 'height': 1625,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 77: {'id': 77,\n",
" 'width': 2268,\n",
" 'height': 1624,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 78: {'id': 78,\n",
" 'width': 2275,\n",
" 'height': 1614,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 79: {'id': 79,\n",
" 'width': 2284,\n",
" 'height': 1633,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 80: {'id': 80,\n",
" 'width': 2264,\n",
" 'height': 1503,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/002/002_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 81: {'id': 81,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 82: {'id': 82,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 83: {'id': 83,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 84: {'id': 84,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 85: {'id': 85,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 86: {'id': 86,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 87: {'id': 87,\n",
" 'width': 2774,\n",
" 'height': 1656,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 88: {'id': 88,\n",
" 'width': 2806,\n",
" 'height': 1794,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 89: {'id': 89,\n",
" 'width': 2794,\n",
" 'height': 1763,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 90: {'id': 90,\n",
" 'width': 2806,\n",
" 'height': 1803,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 91: {'id': 91,\n",
" 'width': 2014,\n",
" 'height': 1958,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 92: {'id': 92,\n",
" 'width': 2082,\n",
" 'height': 1757,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 93: {'id': 93,\n",
" 'width': 2057,\n",
" 'height': 1858,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 94: {'id': 94,\n",
" 'width': 2018,\n",
" 'height': 1592,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 95: {'id': 95,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 96: {'id': 96,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 97: {'id': 97,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 98: {'id': 98,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 99: {'id': 99,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 100: {'id': 100,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 101: {'id': 101,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 102: {'id': 102,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 103: {'id': 103,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 104: {'id': 104,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 105: {'id': 105,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 106: {'id': 106,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 107: {'id': 107,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 108: {'id': 108,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 109: {'id': 109,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 110: {'id': 110,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 111: {'id': 111,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 112: {'id': 112,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 113: {'id': 113,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 114: {'id': 114,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 115: {'id': 115,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 116: {'id': 116,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 117: {'id': 117,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 118: {'id': 118,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 119: {'id': 119,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 120: {'id': 120,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/003/003_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 121: {'id': 121,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 122: {'id': 122,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 123: {'id': 123,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 124: {'id': 124,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 125: {'id': 125,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 126: {'id': 126,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 127: {'id': 127,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 128: {'id': 128,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 129: {'id': 129,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 130: {'id': 130,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 131: {'id': 131,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 132: {'id': 132,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 133: {'id': 133,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 134: {'id': 134,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 135: {'id': 135,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 136: {'id': 136,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 137: {'id': 137,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 138: {'id': 138,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 139: {'id': 139,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 140: {'id': 140,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 141: {'id': 141,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 142: {'id': 142,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 143: {'id': 143,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 144: {'id': 144,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 145: {'id': 145,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 146: {'id': 146,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 147: {'id': 147,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 148: {'id': 148,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 149: {'id': 149,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 150: {'id': 150,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 151: {'id': 151,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 152: {'id': 152,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 153: {'id': 153,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 154: {'id': 154,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 155: {'id': 155,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 156: {'id': 156,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 157: {'id': 157,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 158: {'id': 158,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 159: {'id': 159,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 160: {'id': 160,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/004/004_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 161: {'id': 161,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 162: {'id': 162,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 163: {'id': 163,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 164: {'id': 164,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 165: {'id': 165,\n",
" 'width': 1897,\n",
" 'height': 1718,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 166: {'id': 166,\n",
" 'width': 2081,\n",
" 'height': 1710,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 167: {'id': 167,\n",
" 'width': 2081,\n",
" 'height': 1822,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 168: {'id': 168,\n",
" 'width': 2081,\n",
" 'height': 1645,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 169: {'id': 169,\n",
" 'width': 2081,\n",
" 'height': 1623,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 170: {'id': 170,\n",
" 'width': 2081,\n",
" 'height': 1653,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 171: {'id': 171,\n",
" 'width': 2069,\n",
" 'height': 1690,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 172: {'id': 172,\n",
" 'width': 1997,\n",
" 'height': 1713,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 173: {'id': 173,\n",
" 'width': 1965,\n",
" 'height': 1682,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 174: {'id': 174,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 175: {'id': 175,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 176: {'id': 176,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 177: {'id': 177,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 178: {'id': 178,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 179: {'id': 179,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 180: {'id': 180,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 181: {'id': 181,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 182: {'id': 182,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 183: {'id': 183,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 184: {'id': 184,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 185: {'id': 185,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 186: {'id': 186,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 187: {'id': 187,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 188: {'id': 188,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 189: {'id': 189,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 190: {'id': 190,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 191: {'id': 191,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 192: {'id': 192,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 193: {'id': 193,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 194: {'id': 194,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 195: {'id': 195,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 196: {'id': 196,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 197: {'id': 197,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 198: {'id': 198,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 199: {'id': 199,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 200: {'id': 200,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/005/005_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 201: {'id': 201,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 202: {'id': 202,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 203: {'id': 203,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 204: {'id': 204,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 205: {'id': 205,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 206: {'id': 206,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 207: {'id': 207,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 208: {'id': 208,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 209: {'id': 209,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 210: {'id': 210,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 211: {'id': 211,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 212: {'id': 212,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 213: {'id': 213,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 214: {'id': 214,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 215: {'id': 215,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 216: {'id': 216,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 217: {'id': 217,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 218: {'id': 218,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 219: {'id': 219,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 220: {'id': 220,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 221: {'id': 221,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 222: {'id': 222,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 223: {'id': 223,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 224: {'id': 224,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 225: {'id': 225,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 226: {'id': 226,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 227: {'id': 227,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 228: {'id': 228,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 229: {'id': 229,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 230: {'id': 230,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 231: {'id': 231,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 232: {'id': 232,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 233: {'id': 233,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 234: {'id': 234,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 235: {'id': 235,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 236: {'id': 236,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 237: {'id': 237,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 238: {'id': 238,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 239: {'id': 239,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 240: {'id': 240,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/006/006_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 241: {'id': 241,\n",
" 'width': 2300,\n",
" 'height': 1297,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 242: {'id': 242,\n",
" 'width': 2350,\n",
" 'height': 1489,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 243: {'id': 243,\n",
" 'width': 2309,\n",
" 'height': 1385,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 244: {'id': 244,\n",
" 'width': 1676,\n",
" 'height': 1377,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 245: {'id': 245,\n",
" 'width': 1627,\n",
" 'height': 1407,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 246: {'id': 246,\n",
" 'width': 1597,\n",
" 'height': 1440,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 247: {'id': 247,\n",
" 'width': 1590,\n",
" 'height': 1411,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 248: {'id': 248,\n",
" 'width': 1629,\n",
" 'height': 1449,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 249: {'id': 249,\n",
" 'width': 1563,\n",
" 'height': 1367,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 250: {'id': 250,\n",
" 'width': 1596,\n",
" 'height': 1377,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 251: {'id': 251,\n",
" 'width': 1905,\n",
" 'height': 1537,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 252: {'id': 252,\n",
" 'width': 1835,\n",
" 'height': 1624,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 253: {'id': 253,\n",
" 'width': 2081,\n",
" 'height': 1659,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 254: {'id': 254,\n",
" 'width': 1798,\n",
" 'height': 1612,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 255: {'id': 255,\n",
" 'width': 1519,\n",
" 'height': 1568,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 256: {'id': 256,\n",
" 'width': 2081,\n",
" 'height': 1702,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 257: {'id': 257,\n",
" 'width': 2081,\n",
" 'height': 2073,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 258: {'id': 258,\n",
" 'width': 2081,\n",
" 'height': 2103,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 259: {'id': 259,\n",
" 'width': 2067,\n",
" 'height': 1838,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 260: {'id': 260,\n",
" 'width': 1931,\n",
" 'height': 2069,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 261: {'id': 261,\n",
" 'width': 2092,\n",
" 'height': 1514,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 262: {'id': 262,\n",
" 'width': 2005,\n",
" 'height': 1514,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 263: {'id': 263,\n",
" 'width': 2101,\n",
" 'height': 1441,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 264: {'id': 264,\n",
" 'width': 1782,\n",
" 'height': 1469,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 265: {'id': 265,\n",
" 'width': 1577,\n",
" 'height': 1433,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 266: {'id': 266,\n",
" 'width': 2604,\n",
" 'height': 1502,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 267: {'id': 267,\n",
" 'width': 1764,\n",
" 'height': 1417,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 268: {'id': 268,\n",
" 'width': 1676,\n",
" 'height': 1411,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 269: {'id': 269,\n",
" 'width': 1601,\n",
" 'height': 1385,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 270: {'id': 270,\n",
" 'width': 2375,\n",
" 'height': 1446,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 271: {'id': 271,\n",
" 'width': 2081,\n",
" 'height': 1897,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 272: {'id': 272,\n",
" 'width': 2069,\n",
" 'height': 1711,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 273: {'id': 273,\n",
" 'width': 2081,\n",
" 'height': 1654,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 274: {'id': 274,\n",
" 'width': 2081,\n",
" 'height': 1660,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 275: {'id': 275,\n",
" 'width': 2081,\n",
" 'height': 1624,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 276: {'id': 276,\n",
" 'width': 2081,\n",
" 'height': 1649,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 277: {'id': 277,\n",
" 'width': 2081,\n",
" 'height': 1621,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 278: {'id': 278,\n",
" 'width': 2081,\n",
" 'height': 1662,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 279: {'id': 279,\n",
" 'width': 2081,\n",
" 'height': 1679,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 280: {'id': 280,\n",
" 'width': 1868,\n",
" 'height': 1667,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/007/007_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 281: {'id': 281,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 282: {'id': 282,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 283: {'id': 283,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 284: {'id': 284,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 285: {'id': 285,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 286: {'id': 286,\n",
" 'width': 2285,\n",
" 'height': 1714,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 287: {'id': 287,\n",
" 'width': 1452,\n",
" 'height': 1736,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 288: {'id': 288,\n",
" 'width': 1428,\n",
" 'height': 1393,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 289: {'id': 289,\n",
" 'width': 1389,\n",
" 'height': 1274,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 290: {'id': 290,\n",
" 'width': 1363,\n",
" 'height': 1264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 291: {'id': 291,\n",
" 'width': 1451,\n",
" 'height': 1216,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 292: {'id': 292,\n",
" 'width': 1343,\n",
" 'height': 1551,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 293: {'id': 293,\n",
" 'width': 1185,\n",
" 'height': 1567,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 294: {'id': 294,\n",
" 'width': 1233,\n",
" 'height': 1397,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 295: {'id': 295,\n",
" 'width': 1357,\n",
" 'height': 1426,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 296: {'id': 296,\n",
" 'width': 1361,\n",
" 'height': 1300,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 297: {'id': 297,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 298: {'id': 298,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 299: {'id': 299,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 300: {'id': 300,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 301: {'id': 301,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 302: {'id': 302,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 303: {'id': 303,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 304: {'id': 304,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 305: {'id': 305,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 306: {'id': 306,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 307: {'id': 307,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 308: {'id': 308,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 309: {'id': 309,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 310: {'id': 310,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 311: {'id': 311,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 312: {'id': 312,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 313: {'id': 313,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 314: {'id': 314,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 315: {'id': 315,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 316: {'id': 316,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 317: {'id': 317,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 318: {'id': 318,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 319: {'id': 319,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 320: {'id': 320,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/008/008_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 321: {'id': 321,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 322: {'id': 322,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 323: {'id': 323,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 324: {'id': 324,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 325: {'id': 325,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 326: {'id': 326,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 327: {'id': 327,\n",
" 'width': 1753,\n",
" 'height': 1380,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 328: {'id': 328,\n",
" 'width': 1838,\n",
" 'height': 1285,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 329: {'id': 329,\n",
" 'width': 1448,\n",
" 'height': 1484,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 330: {'id': 330,\n",
" 'width': 1458,\n",
" 'height': 1201,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 331: {'id': 331,\n",
" 'width': 1946,\n",
" 'height': 1581,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 332: {'id': 332,\n",
" 'width': 1916,\n",
" 'height': 1603,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 333: {'id': 333,\n",
" 'width': 1985,\n",
" 'height': 1667,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 334: {'id': 334,\n",
" 'width': 1777,\n",
" 'height': 1551,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 335: {'id': 335,\n",
" 'width': 1762,\n",
" 'height': 1629,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 336: {'id': 336,\n",
" 'width': 1716,\n",
" 'height': 1455,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 337: {'id': 337,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 338: {'id': 338,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 339: {'id': 339,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 340: {'id': 340,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 341: {'id': 341,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 342: {'id': 342,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 343: {'id': 343,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 344: {'id': 344,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 345: {'id': 345,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 346: {'id': 346,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 347: {'id': 347,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 348: {'id': 348,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 349: {'id': 349,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 350: {'id': 350,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 351: {'id': 351,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 352: {'id': 352,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 353: {'id': 353,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 354: {'id': 354,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 355: {'id': 355,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 356: {'id': 356,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 357: {'id': 357,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 358: {'id': 358,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 359: {'id': 359,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 360: {'id': 360,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/009/009_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 361: {'id': 361,\n",
" 'width': 1555,\n",
" 'height': 1805,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 362: {'id': 362,\n",
" 'width': 1653,\n",
" 'height': 1793,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 363: {'id': 363,\n",
" 'width': 1682,\n",
" 'height': 1677,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 364: {'id': 364,\n",
" 'width': 1451,\n",
" 'height': 1694,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 365: {'id': 365,\n",
" 'width': 1664,\n",
" 'height': 1682,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 366: {'id': 366,\n",
" 'width': 1549,\n",
" 'height': 1689,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 367: {'id': 367,\n",
" 'width': 1461,\n",
" 'height': 1689,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 368: {'id': 368,\n",
" 'width': 1491,\n",
" 'height': 1673,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 369: {'id': 369,\n",
" 'width': 1473,\n",
" 'height': 1809,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 370: {'id': 370,\n",
" 'width': 1422,\n",
" 'height': 1714,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 371: {'id': 371,\n",
" 'width': 1709,\n",
" 'height': 1785,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 372: {'id': 372,\n",
" 'width': 1583,\n",
" 'height': 1811,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 373: {'id': 373,\n",
" 'width': 1710,\n",
" 'height': 1867,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 374: {'id': 374,\n",
" 'width': 1551,\n",
" 'height': 1684,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 375: {'id': 375,\n",
" 'width': 1552,\n",
" 'height': 1652,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 376: {'id': 376,\n",
" 'width': 1569,\n",
" 'height': 1635,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 377: {'id': 377,\n",
" 'width': 1637,\n",
" 'height': 1659,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 378: {'id': 378,\n",
" 'width': 1708,\n",
" 'height': 1830,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 379: {'id': 379,\n",
" 'width': 1777,\n",
" 'height': 1584,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 380: {'id': 380,\n",
" 'width': 1516,\n",
" 'height': 1670,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 381: {'id': 381,\n",
" 'width': 1612,\n",
" 'height': 1719,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 382: {'id': 382,\n",
" 'width': 1765,\n",
" 'height': 1673,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 383: {'id': 383,\n",
" 'width': 1817,\n",
" 'height': 1679,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 384: {'id': 384,\n",
" 'width': 1676,\n",
" 'height': 1641,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 385: {'id': 385,\n",
" 'width': 1886,\n",
" 'height': 1743,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 386: {'id': 386,\n",
" 'width': 1800,\n",
" 'height': 1703,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 387: {'id': 387,\n",
" 'width': 1761,\n",
" 'height': 1685,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 388: {'id': 388,\n",
" 'width': 1533,\n",
" 'height': 1696,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 389: {'id': 389,\n",
" 'width': 1873,\n",
" 'height': 1630,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 390: {'id': 390,\n",
" 'width': 1773,\n",
" 'height': 1678,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 391: {'id': 391,\n",
" 'width': 1631,\n",
" 'height': 1642,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 392: {'id': 392,\n",
" 'width': 1479,\n",
" 'height': 1751,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 393: {'id': 393,\n",
" 'width': 1597,\n",
" 'height': 1623,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 394: {'id': 394,\n",
" 'width': 1520,\n",
" 'height': 1688,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 395: {'id': 395,\n",
" 'width': 1632,\n",
" 'height': 1636,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 396: {'id': 396,\n",
" 'width': 1558,\n",
" 'height': 1566,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 397: {'id': 397,\n",
" 'width': 1499,\n",
" 'height': 1644,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 398: {'id': 398,\n",
" 'width': 1469,\n",
" 'height': 1701,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 399: {'id': 399,\n",
" 'width': 1532,\n",
" 'height': 1932,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 400: {'id': 400,\n",
" 'width': 1604,\n",
" 'height': 1536,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/010/010_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 401: {'id': 401,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 402: {'id': 402,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 403: {'id': 403,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 404: {'id': 404,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 405: {'id': 405,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 406: {'id': 406,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 407: {'id': 407,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 408: {'id': 408,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 409: {'id': 409,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 410: {'id': 410,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 411: {'id': 411,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 412: {'id': 412,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 413: {'id': 413,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 414: {'id': 414,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 415: {'id': 415,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 416: {'id': 416,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 417: {'id': 417,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 418: {'id': 418,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 419: {'id': 419,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 420: {'id': 420,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 421: {'id': 421,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 422: {'id': 422,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 423: {'id': 423,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 424: {'id': 424,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 425: {'id': 425,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 426: {'id': 426,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 427: {'id': 427,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 428: {'id': 428,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 429: {'id': 429,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 430: {'id': 430,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 431: {'id': 431,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 432: {'id': 432,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 433: {'id': 433,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 434: {'id': 434,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 435: {'id': 435,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 436: {'id': 436,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 437: {'id': 437,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 438: {'id': 438,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 439: {'id': 439,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 440: {'id': 440,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/011/011_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 441: {'id': 441,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 442: {'id': 442,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 443: {'id': 443,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 444: {'id': 444,\n",
" 'width': 1417,\n",
" 'height': 1472,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 445: {'id': 445,\n",
" 'width': 1882,\n",
" 'height': 1664,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 446: {'id': 446,\n",
" 'width': 1774,\n",
" 'height': 1715,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 447: {'id': 447,\n",
" 'width': 1948,\n",
" 'height': 1593,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 448: {'id': 448,\n",
" 'width': 1665,\n",
" 'height': 1555,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 449: {'id': 449,\n",
" 'width': 1872,\n",
" 'height': 1529,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 450: {'id': 450,\n",
" 'width': 2126,\n",
" 'height': 1504,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 451: {'id': 451,\n",
" 'width': 1573,\n",
" 'height': 1417,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 452: {'id': 452,\n",
" 'width': 1990,\n",
" 'height': 1754,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 453: {'id': 453,\n",
" 'width': 1717,\n",
" 'height': 1633,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 454: {'id': 454,\n",
" 'width': 1901,\n",
" 'height': 1657,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 455: {'id': 455,\n",
" 'width': 2077,\n",
" 'height': 1713,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 456: {'id': 456,\n",
" 'width': 1797,\n",
" 'height': 1696,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 457: {'id': 457,\n",
" 'width': 1974,\n",
" 'height': 1692,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 458: {'id': 458,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 459: {'id': 459,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 460: {'id': 460,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 461: {'id': 461,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 462: {'id': 462,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 463: {'id': 463,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 464: {'id': 464,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 465: {'id': 465,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 466: {'id': 466,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 467: {'id': 467,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 468: {'id': 468,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 469: {'id': 469,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 470: {'id': 470,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 471: {'id': 471,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 472: {'id': 472,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 473: {'id': 473,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 474: {'id': 474,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 475: {'id': 475,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 476: {'id': 476,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 477: {'id': 477,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 478: {'id': 478,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 479: {'id': 479,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 480: {'id': 480,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/012/012_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 481: {'id': 481,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 482: {'id': 482,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 483: {'id': 483,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 484: {'id': 484,\n",
" 'width': 1854,\n",
" 'height': 1784,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 485: {'id': 485,\n",
" 'width': 1773,\n",
" 'height': 1617,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 486: {'id': 486,\n",
" 'width': 1741,\n",
" 'height': 1617,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 487: {'id': 487,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 488: {'id': 488,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 489: {'id': 489,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 490: {'id': 490,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 491: {'id': 491,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 492: {'id': 492,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 493: {'id': 493,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 494: {'id': 494,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 495: {'id': 495,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 496: {'id': 496,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 497: {'id': 497,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 498: {'id': 498,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 499: {'id': 499,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 500: {'id': 500,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 501: {'id': 501,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 502: {'id': 502,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 503: {'id': 503,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 504: {'id': 504,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 505: {'id': 505,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 506: {'id': 506,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 507: {'id': 507,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 508: {'id': 508,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 509: {'id': 509,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 510: {'id': 510,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 511: {'id': 511,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 512: {'id': 512,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 513: {'id': 513,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 514: {'id': 514,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 515: {'id': 515,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 516: {'id': 516,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 517: {'id': 517,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 518: {'id': 518,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 519: {'id': 519,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 520: {'id': 520,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/013/013_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 521: {'id': 521,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 522: {'id': 522,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 523: {'id': 523,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 524: {'id': 524,\n",
" 'width': 1713,\n",
" 'height': 1713,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 525: {'id': 525,\n",
" 'width': 1647,\n",
" 'height': 1453,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 526: {'id': 526,\n",
" 'width': 1366,\n",
" 'height': 1645,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 527: {'id': 527,\n",
" 'width': 1540,\n",
" 'height': 1569,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 528: {'id': 528,\n",
" 'width': 1471,\n",
" 'height': 1397,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 529: {'id': 529,\n",
" 'width': 1473,\n",
" 'height': 1481,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 530: {'id': 530,\n",
" 'width': 1563,\n",
" 'height': 1468,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 531: {'id': 531,\n",
" 'width': 1713,\n",
" 'height': 1713,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 532: {'id': 532,\n",
" 'width': 1690,\n",
" 'height': 1577,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 533: {'id': 533,\n",
" 'width': 1713,\n",
" 'height': 1713,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 534: {'id': 534,\n",
" 'width': 1713,\n",
" 'height': 1713,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 535: {'id': 535,\n",
" 'width': 1713,\n",
" 'height': 1713,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 536: {'id': 536,\n",
" 'width': 2448,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 537: {'id': 537,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 538: {'id': 538,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 539: {'id': 539,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 540: {'id': 540,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 541: {'id': 541,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 542: {'id': 542,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 543: {'id': 543,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 544: {'id': 544,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 545: {'id': 545,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 546: {'id': 546,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 547: {'id': 547,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 548: {'id': 548,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 549: {'id': 549,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 550: {'id': 550,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 551: {'id': 551,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 552: {'id': 552,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 553: {'id': 553,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 554: {'id': 554,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 555: {'id': 555,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 556: {'id': 556,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 557: {'id': 557,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 558: {'id': 558,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 559: {'id': 559,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 560: {'id': 560,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/014/014_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 561: {'id': 561,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 562: {'id': 562,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 563: {'id': 563,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 564: {'id': 564,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 565: {'id': 565,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 566: {'id': 566,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 567: {'id': 567,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 568: {'id': 568,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 569: {'id': 569,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 570: {'id': 570,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 571: {'id': 571,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 572: {'id': 572,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 573: {'id': 573,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 574: {'id': 574,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 575: {'id': 575,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 576: {'id': 576,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 577: {'id': 577,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 578: {'id': 578,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 579: {'id': 579,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 580: {'id': 580,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 581: {'id': 581,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 582: {'id': 582,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 583: {'id': 583,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 584: {'id': 584,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 585: {'id': 585,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 586: {'id': 586,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 587: {'id': 587,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 588: {'id': 588,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 589: {'id': 589,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 590: {'id': 590,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 591: {'id': 591,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 592: {'id': 592,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 593: {'id': 593,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 594: {'id': 594,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 595: {'id': 595,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 596: {'id': 596,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 597: {'id': 597,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 598: {'id': 598,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 599: {'id': 599,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 600: {'id': 600,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/015/015_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 601: {'id': 601,\n",
" 'width': 1621,\n",
" 'height': 1621,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 602: {'id': 602,\n",
" 'width': 1588,\n",
" 'height': 1593,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 603: {'id': 603,\n",
" 'width': 1681,\n",
" 'height': 1483,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 604: {'id': 604,\n",
" 'width': 1624,\n",
" 'height': 1531,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 605: {'id': 605,\n",
" 'width': 1602,\n",
" 'height': 1516,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 606: {'id': 606,\n",
" 'width': 1634,\n",
" 'height': 1565,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 607: {'id': 607,\n",
" 'width': 1642,\n",
" 'height': 1535,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 608: {'id': 608,\n",
" 'width': 1652,\n",
" 'height': 1569,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 609: {'id': 609,\n",
" 'width': 1699,\n",
" 'height': 1553,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 610: {'id': 610,\n",
" 'width': 1645,\n",
" 'height': 1577,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 611: {'id': 611,\n",
" 'width': 1768,\n",
" 'height': 1797,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 612: {'id': 612,\n",
" 'width': 1665,\n",
" 'height': 1744,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 613: {'id': 613,\n",
" 'width': 1696,\n",
" 'height': 1755,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 614: {'id': 614,\n",
" 'width': 1724,\n",
" 'height': 1723,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 615: {'id': 615,\n",
" 'width': 1698,\n",
" 'height': 1773,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 616: {'id': 616,\n",
" 'width': 1660,\n",
" 'height': 1701,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 617: {'id': 617,\n",
" 'width': 1644,\n",
" 'height': 1707,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 618: {'id': 618,\n",
" 'width': 1657,\n",
" 'height': 1737,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 619: {'id': 619,\n",
" 'width': 1667,\n",
" 'height': 1722,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 620: {'id': 620,\n",
" 'width': 1707,\n",
" 'height': 1710,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 621: {'id': 621,\n",
" 'width': 1693,\n",
" 'height': 1754,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 622: {'id': 622,\n",
" 'width': 1805,\n",
" 'height': 1618,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 623: {'id': 623,\n",
" 'width': 1618,\n",
" 'height': 1532,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 624: {'id': 624,\n",
" 'width': 1684,\n",
" 'height': 1666,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 625: {'id': 625,\n",
" 'width': 1687,\n",
" 'height': 1648,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 626: {'id': 626,\n",
" 'width': 1661,\n",
" 'height': 1634,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 627: {'id': 627,\n",
" 'width': 1684,\n",
" 'height': 1721,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 628: {'id': 628,\n",
" 'width': 1608,\n",
" 'height': 1724,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 629: {'id': 629,\n",
" 'width': 1731,\n",
" 'height': 1698,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 630: {'id': 630,\n",
" 'width': 1709,\n",
" 'height': 1714,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 631: {'id': 631,\n",
" 'width': 1670,\n",
" 'height': 1798,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 632: {'id': 632,\n",
" 'width': 1731,\n",
" 'height': 1683,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 633: {'id': 633,\n",
" 'width': 1749,\n",
" 'height': 1705,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 634: {'id': 634,\n",
" 'width': 1748,\n",
" 'height': 1700,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 635: {'id': 635,\n",
" 'width': 1641,\n",
" 'height': 1771,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 636: {'id': 636,\n",
" 'width': 1644,\n",
" 'height': 1730,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 637: {'id': 637,\n",
" 'width': 1588,\n",
" 'height': 1698,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 638: {'id': 638,\n",
" 'width': 1644,\n",
" 'height': 1689,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 639: {'id': 639,\n",
" 'width': 1683,\n",
" 'height': 1705,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 640: {'id': 640,\n",
" 'width': 1641,\n",
" 'height': 1611,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/016/016_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 641: {'id': 641,\n",
" 'width': 2272,\n",
" 'height': 1762,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 642: {'id': 642,\n",
" 'width': 2411,\n",
" 'height': 1979,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 643: {'id': 643,\n",
" 'width': 1727,\n",
" 'height': 1514,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 644: {'id': 644,\n",
" 'width': 1831,\n",
" 'height': 1559,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 645: {'id': 645,\n",
" 'width': 1932,\n",
" 'height': 1585,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 646: {'id': 646,\n",
" 'width': 2023,\n",
" 'height': 2060,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 647: {'id': 647,\n",
" 'width': 1628,\n",
" 'height': 1531,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 648: {'id': 648,\n",
" 'width': 1723,\n",
" 'height': 1484,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 649: {'id': 649,\n",
" 'width': 1643,\n",
" 'height': 1481,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 650: {'id': 650,\n",
" 'width': 1506,\n",
" 'height': 1410,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 651: {'id': 651,\n",
" 'width': 1466,\n",
" 'height': 1858,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 652: {'id': 652,\n",
" 'width': 1469,\n",
" 'height': 1804,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 653: {'id': 653,\n",
" 'width': 1545,\n",
" 'height': 1858,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 654: {'id': 654,\n",
" 'width': 1627,\n",
" 'height': 1840,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 655: {'id': 655,\n",
" 'width': 1448,\n",
" 'height': 1745,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 656: {'id': 656,\n",
" 'width': 1531,\n",
" 'height': 1718,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 657: {'id': 657,\n",
" 'width': 1528,\n",
" 'height': 1747,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 658: {'id': 658,\n",
" 'width': 1492,\n",
" 'height': 1789,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 659: {'id': 659,\n",
" 'width': 1372,\n",
" 'height': 1783,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 660: {'id': 660,\n",
" 'width': 1381,\n",
" 'height': 1824,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 661: {'id': 661,\n",
" 'width': 1606,\n",
" 'height': 1911,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 662: {'id': 662,\n",
" 'width': 1589,\n",
" 'height': 1910,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 663: {'id': 663,\n",
" 'width': 1579,\n",
" 'height': 1810,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 664: {'id': 664,\n",
" 'width': 1670,\n",
" 'height': 1891,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 665: {'id': 665,\n",
" 'width': 1759,\n",
" 'height': 1755,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 666: {'id': 666,\n",
" 'width': 1725,\n",
" 'height': 1670,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 667: {'id': 667,\n",
" 'width': 1695,\n",
" 'height': 1567,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 668: {'id': 668,\n",
" 'width': 1673,\n",
" 'height': 1567,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 669: {'id': 669,\n",
" 'width': 1618,\n",
" 'height': 1850,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 670: {'id': 670,\n",
" 'width': 1557,\n",
" 'height': 1837,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 671: {'id': 671,\n",
" 'width': 1713,\n",
" 'height': 1985,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 672: {'id': 672,\n",
" 'width': 1405,\n",
" 'height': 1830,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 673: {'id': 673,\n",
" 'width': 1371,\n",
" 'height': 1724,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 674: {'id': 674,\n",
" 'width': 1490,\n",
" 'height': 1741,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 675: {'id': 675,\n",
" 'width': 1322,\n",
" 'height': 1798,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 676: {'id': 676,\n",
" 'width': 1410,\n",
" 'height': 1768,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 677: {'id': 677,\n",
" 'width': 1445,\n",
" 'height': 1728,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 678: {'id': 678,\n",
" 'width': 1419,\n",
" 'height': 1778,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 679: {'id': 679,\n",
" 'width': 1331,\n",
" 'height': 1707,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 680: {'id': 680,\n",
" 'width': 1543,\n",
" 'height': 1727,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/017/017_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 681: {'id': 681,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 682: {'id': 682,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 683: {'id': 683,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 684: {'id': 684,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 685: {'id': 685,\n",
" 'width': 1711,\n",
" 'height': 2049,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 686: {'id': 686,\n",
" 'width': 1555,\n",
" 'height': 1948,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 687: {'id': 687,\n",
" 'width': 1286,\n",
" 'height': 1773,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 688: {'id': 688,\n",
" 'width': 1500,\n",
" 'height': 1732,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 689: {'id': 689,\n",
" 'width': 1444,\n",
" 'height': 1724,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 690: {'id': 690,\n",
" 'width': 1576,\n",
" 'height': 1768,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 691: {'id': 691,\n",
" 'width': 1724,\n",
" 'height': 1920,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 692: {'id': 692,\n",
" 'width': 1528,\n",
" 'height': 1740,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 693: {'id': 693,\n",
" 'width': 1632,\n",
" 'height': 1730,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 694: {'id': 694,\n",
" 'width': 1723,\n",
" 'height': 1856,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 695: {'id': 695,\n",
" 'width': 1668,\n",
" 'height': 1793,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 696: {'id': 696,\n",
" 'width': 1539,\n",
" 'height': 1757,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 697: {'id': 697,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 698: {'id': 698,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 699: {'id': 699,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 700: {'id': 700,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 701: {'id': 701,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 702: {'id': 702,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 703: {'id': 703,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 704: {'id': 704,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 705: {'id': 705,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 706: {'id': 706,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 707: {'id': 707,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 708: {'id': 708,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 709: {'id': 709,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 710: {'id': 710,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 711: {'id': 711,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 712: {'id': 712,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 713: {'id': 713,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 714: {'id': 714,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 715: {'id': 715,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 716: {'id': 716,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 717: {'id': 717,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 718: {'id': 718,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 719: {'id': 719,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 720: {'id': 720,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/018/018_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 721: {'id': 721,\n",
" 'width': 1851,\n",
" 'height': 1400,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 722: {'id': 722,\n",
" 'width': 1810,\n",
" 'height': 1387,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 723: {'id': 723,\n",
" 'width': 1962,\n",
" 'height': 1357,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 724: {'id': 724,\n",
" 'width': 1823,\n",
" 'height': 1412,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 725: {'id': 725,\n",
" 'width': 1824,\n",
" 'height': 1642,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 726: {'id': 726,\n",
" 'width': 1825,\n",
" 'height': 1699,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 727: {'id': 727,\n",
" 'width': 1805,\n",
" 'height': 1763,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 728: {'id': 728,\n",
" 'width': 1820,\n",
" 'height': 1673,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 729: {'id': 729,\n",
" 'width': 1852,\n",
" 'height': 1617,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 730: {'id': 730,\n",
" 'width': 1797,\n",
" 'height': 1697,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 731: {'id': 731,\n",
" 'width': 2058,\n",
" 'height': 1429,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 732: {'id': 732,\n",
" 'width': 2004,\n",
" 'height': 1417,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 733: {'id': 733,\n",
" 'width': 2083,\n",
" 'height': 1417,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 734: {'id': 734,\n",
" 'width': 1691,\n",
" 'height': 1488,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 735: {'id': 735,\n",
" 'width': 2125,\n",
" 'height': 1457,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 736: {'id': 736,\n",
" 'width': 1794,\n",
" 'height': 1477,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 737: {'id': 737,\n",
" 'width': 1653,\n",
" 'height': 1449,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 738: {'id': 738,\n",
" 'width': 1780,\n",
" 'height': 1465,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 739: {'id': 739,\n",
" 'width': 1739,\n",
" 'height': 1442,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 740: {'id': 740,\n",
" 'width': 1884,\n",
" 'height': 1399,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 741: {'id': 741,\n",
" 'width': 1932,\n",
" 'height': 1358,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 742: {'id': 742,\n",
" 'width': 1941,\n",
" 'height': 1377,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 743: {'id': 743,\n",
" 'width': 1813,\n",
" 'height': 1249,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 744: {'id': 744,\n",
" 'width': 1834,\n",
" 'height': 1289,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 745: {'id': 745,\n",
" 'width': 1731,\n",
" 'height': 1371,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 746: {'id': 746,\n",
" 'width': 1753,\n",
" 'height': 1327,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 747: {'id': 747,\n",
" 'width': 1812,\n",
" 'height': 1440,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 748: {'id': 748,\n",
" 'width': 1860,\n",
" 'height': 1449,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 749: {'id': 749,\n",
" 'width': 1845,\n",
" 'height': 1417,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 750: {'id': 750,\n",
" 'width': 1833,\n",
" 'height': 1426,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 751: {'id': 751,\n",
" 'width': 1956,\n",
" 'height': 1456,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 752: {'id': 752,\n",
" 'width': 1924,\n",
" 'height': 1414,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 753: {'id': 753,\n",
" 'width': 1812,\n",
" 'height': 1505,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 754: {'id': 754,\n",
" 'width': 1675,\n",
" 'height': 1593,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 755: {'id': 755,\n",
" 'width': 1633,\n",
" 'height': 1528,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 756: {'id': 756,\n",
" 'width': 1661,\n",
" 'height': 1469,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 757: {'id': 757,\n",
" 'width': 1709,\n",
" 'height': 1527,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 758: {'id': 758,\n",
" 'width': 1944,\n",
" 'height': 1315,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 759: {'id': 759,\n",
" 'width': 2068,\n",
" 'height': 1373,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 760: {'id': 760,\n",
" 'width': 2045,\n",
" 'height': 1394,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/019/019_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 761: {'id': 761,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 762: {'id': 762,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 763: {'id': 763,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 764: {'id': 764,\n",
" 'width': 1665,\n",
" 'height': 1424,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 765: {'id': 765,\n",
" 'width': 1635,\n",
" 'height': 1592,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 766: {'id': 766,\n",
" 'width': 1532,\n",
" 'height': 1645,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 767: {'id': 767,\n",
" 'width': 1554,\n",
" 'height': 1534,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 768: {'id': 768,\n",
" 'width': 1484,\n",
" 'height': 1448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 769: {'id': 769,\n",
" 'width': 1524,\n",
" 'height': 1626,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 770: {'id': 770,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 771: {'id': 771,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 772: {'id': 772,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 773: {'id': 773,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 774: {'id': 774,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 775: {'id': 775,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 776: {'id': 776,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 777: {'id': 777,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 778: {'id': 778,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 779: {'id': 779,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 780: {'id': 780,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 781: {'id': 781,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 782: {'id': 782,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 783: {'id': 783,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 784: {'id': 784,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 785: {'id': 785,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 786: {'id': 786,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 787: {'id': 787,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 788: {'id': 788,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 789: {'id': 789,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 790: {'id': 790,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 791: {'id': 791,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 792: {'id': 792,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 793: {'id': 793,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 794: {'id': 794,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 795: {'id': 795,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 796: {'id': 796,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 797: {'id': 797,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 798: {'id': 798,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 799: {'id': 799,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 800: {'id': 800,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/020/020_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 801: {'id': 801,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 802: {'id': 802,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 803: {'id': 803,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 804: {'id': 804,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 805: {'id': 805,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 806: {'id': 806,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 807: {'id': 807,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 808: {'id': 808,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 809: {'id': 809,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 810: {'id': 810,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 811: {'id': 811,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 812: {'id': 812,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/021/021_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 813: {'id': 813,\n",
" 'width': 1563,\n",
" 'height': 1710,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 814: {'id': 814,\n",
" 'width': 1541,\n",
" 'height': 1601,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 815: {'id': 815,\n",
" 'width': 1585,\n",
" 'height': 1755,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 816: {'id': 816,\n",
" 'width': 1539,\n",
" 'height': 1771,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 817: {'id': 817,\n",
" 'width': 1578,\n",
" 'height': 1686,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 818: {'id': 818,\n",
" 'width': 1536,\n",
" 'height': 1713,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 819: {'id': 819,\n",
" 'width': 1560,\n",
" 'height': 1713,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 820: {'id': 820,\n",
" 'width': 1744,\n",
" 'height': 1728,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 821: {'id': 821,\n",
" 'width': 1670,\n",
" 'height': 1751,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 822: {'id': 822,\n",
" 'width': 1607,\n",
" 'height': 1796,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 823: {'id': 823,\n",
" 'width': 2024,\n",
" 'height': 1776,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 824: {'id': 824,\n",
" 'width': 1949,\n",
" 'height': 1829,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 825: {'id': 825,\n",
" 'width': 1974,\n",
" 'height': 1759,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 826: {'id': 826,\n",
" 'width': 2285,\n",
" 'height': 1713,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 827: {'id': 827,\n",
" 'width': 2044,\n",
" 'height': 1722,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 828: {'id': 828,\n",
" 'width': 1941,\n",
" 'height': 1769,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 829: {'id': 829,\n",
" 'width': 1957,\n",
" 'height': 1763,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 830: {'id': 830,\n",
" 'width': 1820,\n",
" 'height': 1840,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 831: {'id': 831,\n",
" 'width': 1797,\n",
" 'height': 1805,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 832: {'id': 832,\n",
" 'width': 1949,\n",
" 'height': 1793,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 833: {'id': 833,\n",
" 'width': 1868,\n",
" 'height': 1679,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 834: {'id': 834,\n",
" 'width': 2085,\n",
" 'height': 1705,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 835: {'id': 835,\n",
" 'width': 1589,\n",
" 'height': 1673,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 836: {'id': 836,\n",
" 'width': 1580,\n",
" 'height': 1703,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 837: {'id': 837,\n",
" 'width': 1621,\n",
" 'height': 1682,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 838: {'id': 838,\n",
" 'width': 1524,\n",
" 'height': 1745,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 839: {'id': 839,\n",
" 'width': 1492,\n",
" 'height': 1794,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 840: {'id': 840,\n",
" 'width': 1520,\n",
" 'height': 1738,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 841: {'id': 841,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 842: {'id': 842,\n",
" 'width': 1516,\n",
" 'height': 1642,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 843: {'id': 843,\n",
" 'width': 1660,\n",
" 'height': 1707,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 844: {'id': 844,\n",
" 'width': 1645,\n",
" 'height': 1737,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 845: {'id': 845,\n",
" 'width': 1670,\n",
" 'height': 1707,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 846: {'id': 846,\n",
" 'width': 1660,\n",
" 'height': 1729,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 847: {'id': 847,\n",
" 'width': 1597,\n",
" 'height': 1714,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 848: {'id': 848,\n",
" 'width': 1572,\n",
" 'height': 1690,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 849: {'id': 849,\n",
" 'width': 1588,\n",
" 'height': 1714,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 850: {'id': 850,\n",
" 'width': 1705,\n",
" 'height': 1745,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 851: {'id': 851,\n",
" 'width': 1700,\n",
" 'height': 1738,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 852: {'id': 852,\n",
" 'width': 1860,\n",
" 'height': 1737,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/022/022_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 853: {'id': 853,\n",
" 'width': 1949,\n",
" 'height': 1449,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 854: {'id': 854,\n",
" 'width': 1917,\n",
" 'height': 1465,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 855: {'id': 855,\n",
" 'width': 1900,\n",
" 'height': 1426,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 856: {'id': 856,\n",
" 'width': 1973,\n",
" 'height': 1457,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 857: {'id': 857,\n",
" 'width': 1829,\n",
" 'height': 1442,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 858: {'id': 858,\n",
" 'width': 1893,\n",
" 'height': 1449,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 859: {'id': 859,\n",
" 'width': 1877,\n",
" 'height': 1481,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 860: {'id': 860,\n",
" 'width': 1921,\n",
" 'height': 1447,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 861: {'id': 861,\n",
" 'width': 1925,\n",
" 'height': 1537,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 862: {'id': 862,\n",
" 'width': 2021,\n",
" 'height': 1425,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 863: {'id': 863,\n",
" 'width': 1521,\n",
" 'height': 2284,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 864: {'id': 864,\n",
" 'width': 1427,\n",
" 'height': 1595,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 865: {'id': 865,\n",
" 'width': 1479,\n",
" 'height': 1609,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 866: {'id': 866,\n",
" 'width': 1447,\n",
" 'height': 1622,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 867: {'id': 867,\n",
" 'width': 1463,\n",
" 'height': 1673,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 868: {'id': 868,\n",
" 'width': 1403,\n",
" 'height': 1592,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 869: {'id': 869,\n",
" 'width': 1388,\n",
" 'height': 1657,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 870: {'id': 870,\n",
" 'width': 1383,\n",
" 'height': 1612,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 871: {'id': 871,\n",
" 'width': 1418,\n",
" 'height': 1557,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 872: {'id': 872,\n",
" 'width': 1447,\n",
" 'height': 1527,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 873: {'id': 873,\n",
" 'width': 1981,\n",
" 'height': 1473,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 874: {'id': 874,\n",
" 'width': 1973,\n",
" 'height': 1530,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 875: {'id': 875,\n",
" 'width': 2004,\n",
" 'height': 1487,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 876: {'id': 876,\n",
" 'width': 1917,\n",
" 'height': 1497,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 877: {'id': 877,\n",
" 'width': 1997,\n",
" 'height': 1505,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 878: {'id': 878,\n",
" 'width': 1985,\n",
" 'height': 1442,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 879: {'id': 879,\n",
" 'width': 1780,\n",
" 'height': 1542,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 880: {'id': 880,\n",
" 'width': 2005,\n",
" 'height': 1553,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 881: {'id': 881,\n",
" 'width': 1957,\n",
" 'height': 1449,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 882: {'id': 882,\n",
" 'width': 1924,\n",
" 'height': 1465,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 883: {'id': 883,\n",
" 'width': 1495,\n",
" 'height': 1629,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 884: {'id': 884,\n",
" 'width': 1412,\n",
" 'height': 1552,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 885: {'id': 885,\n",
" 'width': 1369,\n",
" 'height': 1592,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 886: {'id': 886,\n",
" 'width': 1350,\n",
" 'height': 1772,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 887: {'id': 887,\n",
" 'width': 1392,\n",
" 'height': 1825,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 888: {'id': 888,\n",
" 'width': 1475,\n",
" 'height': 1740,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 889: {'id': 889,\n",
" 'width': 1424,\n",
" 'height': 1836,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 890: {'id': 890,\n",
" 'width': 1447,\n",
" 'height': 1723,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 891: {'id': 891,\n",
" 'width': 1392,\n",
" 'height': 1868,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 892: {'id': 892,\n",
" 'width': 1475,\n",
" 'height': 1620,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/023/023_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 893: {'id': 893,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 894: {'id': 894,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 895: {'id': 895,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 896: {'id': 896,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 897: {'id': 897,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 898: {'id': 898,\n",
" 'width': 1685,\n",
" 'height': 1497,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 899: {'id': 899,\n",
" 'width': 1629,\n",
" 'height': 1418,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 900: {'id': 900,\n",
" 'width': 1654,\n",
" 'height': 1324,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 901: {'id': 901,\n",
" 'width': 1453,\n",
" 'height': 1254,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 902: {'id': 902,\n",
" 'width': 1561,\n",
" 'height': 1158,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 903: {'id': 903,\n",
" 'width': 1900,\n",
" 'height': 1415,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 904: {'id': 904,\n",
" 'width': 1708,\n",
" 'height': 1444,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 905: {'id': 905,\n",
" 'width': 1662,\n",
" 'height': 1351,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 906: {'id': 906,\n",
" 'width': 1652,\n",
" 'height': 1328,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 907: {'id': 907,\n",
" 'width': 1587,\n",
" 'height': 1272,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 908: {'id': 908,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 909: {'id': 909,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 910: {'id': 910,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 911: {'id': 911,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 912: {'id': 912,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 913: {'id': 913,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 914: {'id': 914,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 915: {'id': 915,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 916: {'id': 916,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 917: {'id': 917,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 918: {'id': 918,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 919: {'id': 919,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 920: {'id': 920,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 921: {'id': 921,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 922: {'id': 922,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 923: {'id': 923,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 924: {'id': 924,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 925: {'id': 925,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 926: {'id': 926,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 927: {'id': 927,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 928: {'id': 928,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 929: {'id': 929,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 930: {'id': 930,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 931: {'id': 931,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 932: {'id': 932,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/024/024_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 933: {'id': 933,\n",
" 'width': 1485,\n",
" 'height': 1513,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 934: {'id': 934,\n",
" 'width': 1453,\n",
" 'height': 1561,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 935: {'id': 935,\n",
" 'width': 1486,\n",
" 'height': 1879,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 936: {'id': 936,\n",
" 'width': 1505,\n",
" 'height': 1951,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 937: {'id': 937,\n",
" 'width': 1007,\n",
" 'height': 1729,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 938: {'id': 938,\n",
" 'width': 1060,\n",
" 'height': 1717,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 939: {'id': 939,\n",
" 'width': 1434,\n",
" 'height': 1761,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 940: {'id': 940,\n",
" 'width': 1468,\n",
" 'height': 1612,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 941: {'id': 941,\n",
" 'width': 1556,\n",
" 'height': 1749,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 942: {'id': 942,\n",
" 'width': 1605,\n",
" 'height': 1599,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 943: {'id': 943,\n",
" 'width': 1361,\n",
" 'height': 1866,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 944: {'id': 944,\n",
" 'width': 1213,\n",
" 'height': 1847,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 945: {'id': 945,\n",
" 'width': 1276,\n",
" 'height': 1836,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 946: {'id': 946,\n",
" 'width': 1290,\n",
" 'height': 1807,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 947: {'id': 947,\n",
" 'width': 1234,\n",
" 'height': 1746,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 948: {'id': 948,\n",
" 'width': 1330,\n",
" 'height': 1792,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 949: {'id': 949,\n",
" 'width': 1298,\n",
" 'height': 1773,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 950: {'id': 950,\n",
" 'width': 1309,\n",
" 'height': 1772,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 951: {'id': 951,\n",
" 'width': 1264,\n",
" 'height': 1725,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 952: {'id': 952,\n",
" 'width': 1255,\n",
" 'height': 1770,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 953: {'id': 953,\n",
" 'width': 1660,\n",
" 'height': 1642,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 954: {'id': 954,\n",
" 'width': 1670,\n",
" 'height': 1667,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 955: {'id': 955,\n",
" 'width': 1637,\n",
" 'height': 1633,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 956: {'id': 956,\n",
" 'width': 1629,\n",
" 'height': 1641,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 957: {'id': 957,\n",
" 'width': 1629,\n",
" 'height': 1566,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 958: {'id': 958,\n",
" 'width': 1597,\n",
" 'height': 1593,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 959: {'id': 959,\n",
" 'width': 1493,\n",
" 'height': 1513,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 960: {'id': 960,\n",
" 'width': 1469,\n",
" 'height': 1553,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 961: {'id': 961,\n",
" 'width': 1445,\n",
" 'height': 1657,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_L_28.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 962: {'id': 962,\n",
" 'width': 1428,\n",
" 'height': 1594,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_L_29.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 963: {'id': 963,\n",
" 'width': 1636,\n",
" 'height': 1449,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_R_10.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 964: {'id': 964,\n",
" 'width': 1695,\n",
" 'height': 1466,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_R_11.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 965: {'id': 965,\n",
" 'width': 1573,\n",
" 'height': 1585,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_R_12.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 966: {'id': 966,\n",
" 'width': 1623,\n",
" 'height': 1576,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_R_13.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 967: {'id': 967,\n",
" 'width': 1604,\n",
" 'height': 1541,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_R_14.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 968: {'id': 968,\n",
" 'width': 1596,\n",
" 'height': 1666,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_R_15.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 969: {'id': 969,\n",
" 'width': 1564,\n",
" 'height': 1717,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_R_16.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 970: {'id': 970,\n",
" 'width': 1605,\n",
" 'height': 1524,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_R_17.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 971: {'id': 971,\n",
" 'width': 1557,\n",
" 'height': 1505,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_R_18.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 972: {'id': 972,\n",
" 'width': 1558,\n",
" 'height': 1452,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/025/025_S_R_19.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 973: {'id': 973,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 974: {'id': 974,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_L_31.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 975: {'id': 975,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_L_32.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 976: {'id': 976,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_L_33.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 977: {'id': 977,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_L_34.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 978: {'id': 978,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_L_35.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 979: {'id': 979,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_L_36.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 980: {'id': 980,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_L_37.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 981: {'id': 981,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_L_38.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 982: {'id': 982,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_L_39.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 983: {'id': 983,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_R_0.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 984: {'id': 984,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_R_1.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 985: {'id': 985,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_R_2.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 986: {'id': 986,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_R_3.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 987: {'id': 987,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_R_4.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 988: {'id': 988,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_R_5.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 989: {'id': 989,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_R_6.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 990: {'id': 990,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_R_7.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 991: {'id': 991,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_R_8.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 992: {'id': 992,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_F_R_9.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 993: {'id': 993,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_S_L_20.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 994: {'id': 994,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_S_L_21.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 995: {'id': 995,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_S_L_22.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 996: {'id': 996,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_S_L_23.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 997: {'id': 997,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_S_L_24.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 998: {'id': 998,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_S_L_25.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 999: {'id': 999,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_S_L_26.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" 1000: {'id': 1000,\n",
" 'width': 3264,\n",
" 'height': 2448,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/026/026_S_L_27.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0},\n",
" ...}"
]
},
"execution_count": 165,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"imgs = cocoJson.imgs\n",
"imgs\n",
" \n",
" "
]
},
{
"cell_type": "code",
"execution_count": 175,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{'id': 1,\n",
" 'width': 2448,\n",
" 'height': 3264,\n",
" 'file_name': 'Birjand University Mobile Palmprint Database (BMPD)/001/001_F_L_30.JPG',\n",
" 'license': 0,\n",
" 'flickr_url': '',\n",
" 'coco_url': '',\n",
" 'date_captured': 0}"
]
},
"execution_count": 175,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"imgs[1]"
]
},
{
"cell_type": "code",
"execution_count": 157,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"dict_items"
]
},
"execution_count": 157,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"type(imgs)"
]
},
{
"cell_type": "code",
"execution_count": 168,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"dict_keys([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612])"
]
},
"execution_count": 168,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"images_ids = imgs.keys()\n",
"images_ids"
]
},
{
"cell_type": "code",
"execution_count": 169,
"metadata": {},
"outputs": [],
"source": [
"anns = cocoJson.anns"
]
},
{
"cell_type": "code",
"execution_count": 170,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[1,\n",
" 2,\n",
" 3,\n",
" 4,\n",
" 5,\n",
" 6,\n",
" 7,\n",
" 8,\n",
" 9,\n",
" 10,\n",
" 11,\n",
" 12,\n",
" 13,\n",
" 14,\n",
" 15,\n",
" 16,\n",
" 17,\n",
" 18,\n",
" 19,\n",
" 20,\n",
" 21,\n",
" 22,\n",
" 23,\n",
" 24,\n",
" 25,\n",
" 26,\n",
" 27,\n",
" 28,\n",
" 29,\n",
" 30,\n",
" 31,\n",
" 32,\n",
" 33,\n",
" 34,\n",
" 35,\n",
" 36,\n",
" 37,\n",
" 38,\n",
" 39,\n",
" 40,\n",
" 41,\n",
" 42,\n",
" 43,\n",
" 44,\n",
" 45,\n",
" 46,\n",
" 47,\n",
" 48,\n",
" 49,\n",
" 50,\n",
" 51,\n",
" 52,\n",
" 53,\n",
" 54,\n",
" 55,\n",
" 56,\n",
" 57,\n",
" 58,\n",
" 59,\n",
" 60,\n",
" 61,\n",
" 62,\n",
" 63,\n",
" 64,\n",
" 65,\n",
" 66,\n",
" 67,\n",
" 68,\n",
" 69,\n",
" 70,\n",
" 71,\n",
" 72,\n",
" 73,\n",
" 74,\n",
" 75,\n",
" 76,\n",
" 77,\n",
" 78,\n",
" 79,\n",
" 80,\n",
" 81,\n",
" 82,\n",
" 83,\n",
" 84,\n",
" 85,\n",
" 86,\n",
" 87,\n",
" 88,\n",
" 89,\n",
" 90,\n",
" 91,\n",
" 92,\n",
" 93,\n",
" 94,\n",
" 95,\n",
" 96,\n",
" 97,\n",
" 98,\n",
" 99,\n",
" 100,\n",
" 101,\n",
" 102,\n",
" 103,\n",
" 104,\n",
" 105,\n",
" 106,\n",
" 107,\n",
" 108,\n",
" 109,\n",
" 110,\n",
" 111,\n",
" 112,\n",
" 113,\n",
" 114,\n",
" 115,\n",
" 116,\n",
" 117,\n",
" 118,\n",
" 119,\n",
" 120,\n",
" 121,\n",
" 122,\n",
" 123,\n",
" 124,\n",
" 125,\n",
" 126,\n",
" 127,\n",
" 128,\n",
" 129,\n",
" 130,\n",
" 131,\n",
" 132,\n",
" 133,\n",
" 134,\n",
" 135,\n",
" 136,\n",
" 137,\n",
" 138,\n",
" 139,\n",
" 140,\n",
" 141,\n",
" 142,\n",
" 143,\n",
" 144,\n",
" 145,\n",
" 146,\n",
" 147,\n",
" 148,\n",
" 149,\n",
" 150,\n",
" 151,\n",
" 152,\n",
" 153,\n",
" 154,\n",
" 155,\n",
" 156,\n",
" 157,\n",
" 158,\n",
" 159,\n",
" 160,\n",
" 161,\n",
" 162,\n",
" 163,\n",
" 164,\n",
" 165,\n",
" 166,\n",
" 167,\n",
" 168,\n",
" 169,\n",
" 170,\n",
" 171,\n",
" 172,\n",
" 173,\n",
" 174,\n",
" 175,\n",
" 176,\n",
" 177,\n",
" 178,\n",
" 179,\n",
" 180,\n",
" 181,\n",
" 182,\n",
" 183,\n",
" 184,\n",
" 185,\n",
" 186,\n",
" 187,\n",
" 188,\n",
" 189,\n",
" 190,\n",
" 191,\n",
" 192,\n",
" 193,\n",
" 194,\n",
" 195,\n",
" 196,\n",
" 197,\n",
" 198,\n",
" 199,\n",
" 200,\n",
" 201,\n",
" 202,\n",
" 203,\n",
" 204,\n",
" 205,\n",
" 206,\n",
" 207,\n",
" 208,\n",
" 209,\n",
" 210,\n",
" 211,\n",
" 212,\n",
" 213,\n",
" 214,\n",
" 215,\n",
" 216,\n",
" 217,\n",
" 218,\n",
" 219,\n",
" 220,\n",
" 221,\n",
" 222,\n",
" 223,\n",
" 224,\n",
" 225,\n",
" 226,\n",
" 227,\n",
" 228,\n",
" 229,\n",
" 230,\n",
" 231,\n",
" 232,\n",
" 233,\n",
" 234,\n",
" 235,\n",
" 236,\n",
" 237,\n",
" 238,\n",
" 239,\n",
" 240,\n",
" 241,\n",
" 242,\n",
" 243,\n",
" 244,\n",
" 245,\n",
" 246,\n",
" 247,\n",
" 248,\n",
" 249,\n",
" 250,\n",
" 251,\n",
" 252,\n",
" 253,\n",
" 254,\n",
" 255,\n",
" 256,\n",
" 257,\n",
" 258,\n",
" 259,\n",
" 260,\n",
" 261,\n",
" 262,\n",
" 263,\n",
" 264,\n",
" 265,\n",
" 266,\n",
" 267,\n",
" 268,\n",
" 269,\n",
" 270,\n",
" 271,\n",
" 272,\n",
" 273,\n",
" 274,\n",
" 275,\n",
" 276,\n",
" 277,\n",
" 278,\n",
" 279,\n",
" 280,\n",
" 281,\n",
" 282,\n",
" 283,\n",
" 284,\n",
" 285,\n",
" 286,\n",
" 287,\n",
" 288,\n",
" 289,\n",
" 290,\n",
" 291,\n",
" 292,\n",
" 293,\n",
" 294,\n",
" 295,\n",
" 296,\n",
" 297,\n",
" 298,\n",
" 299,\n",
" 300,\n",
" 301,\n",
" 302,\n",
" 303,\n",
" 304,\n",
" 305,\n",
" 306,\n",
" 307,\n",
" 308,\n",
" 309,\n",
" 310,\n",
" 311,\n",
" 312,\n",
" 313,\n",
" 314,\n",
" 315,\n",
" 316,\n",
" 317,\n",
" 318,\n",
" 319,\n",
" 320,\n",
" 321,\n",
" 322,\n",
" 323,\n",
" 324,\n",
" 325,\n",
" 326,\n",
" 327,\n",
" 328,\n",
" 329,\n",
" 330,\n",
" 331,\n",
" 332,\n",
" 333,\n",
" 334,\n",
" 335,\n",
" 336,\n",
" 337,\n",
" 338,\n",
" 339,\n",
" 340,\n",
" 341,\n",
" 342,\n",
" 343,\n",
" 344,\n",
" 345,\n",
" 346,\n",
" 347,\n",
" 348,\n",
" 349,\n",
" 350,\n",
" 351,\n",
" 352,\n",
" 353,\n",
" 354,\n",
" 355,\n",
" 356,\n",
" 357,\n",
" 358,\n",
" 359,\n",
" 360,\n",
" 361,\n",
" 362,\n",
" 363,\n",
" 364,\n",
" 365,\n",
" 366,\n",
" 367,\n",
" 368,\n",
" 369,\n",
" 370,\n",
" 371,\n",
" 372,\n",
" 373,\n",
" 374,\n",
" 375,\n",
" 376,\n",
" 377,\n",
" 378,\n",
" 379,\n",
" 380,\n",
" 381,\n",
" 382,\n",
" 383,\n",
" 384,\n",
" 385,\n",
" 386,\n",
" 387,\n",
" 388,\n",
" 389,\n",
" 390,\n",
" 391,\n",
" 392,\n",
" 393,\n",
" 394,\n",
" 395,\n",
" 396,\n",
" 397,\n",
" 398,\n",
" 399,\n",
" 400,\n",
" 401,\n",
" 402,\n",
" 403,\n",
" 404,\n",
" 405,\n",
" 406,\n",
" 407,\n",
" 408,\n",
" 409,\n",
" 410,\n",
" 411,\n",
" 412,\n",
" 413,\n",
" 414,\n",
" 415,\n",
" 416,\n",
" 417,\n",
" 418,\n",
" 419,\n",
" 420,\n",
" 421,\n",
" 422,\n",
" 423,\n",
" 424,\n",
" 425,\n",
" 426,\n",
" 427,\n",
" 428,\n",
" 429,\n",
" 430,\n",
" 431,\n",
" 432,\n",
" 433,\n",
" 434,\n",
" 435,\n",
" 436,\n",
" 437,\n",
" 438,\n",
" 439,\n",
" 440,\n",
" 441,\n",
" 442,\n",
" 443,\n",
" 444,\n",
" 445,\n",
" 446,\n",
" 447,\n",
" 448,\n",
" 449,\n",
" 450,\n",
" 451,\n",
" 452,\n",
" 453,\n",
" 454,\n",
" 455,\n",
" 456,\n",
" 457,\n",
" 458,\n",
" 459,\n",
" 460,\n",
" 461,\n",
" 462,\n",
" 463,\n",
" 464,\n",
" 465,\n",
" 466,\n",
" 467,\n",
" 468,\n",
" 469,\n",
" 470,\n",
" 471,\n",
" 472,\n",
" 473,\n",
" 474,\n",
" 475,\n",
" 476,\n",
" 477,\n",
" 478,\n",
" 479,\n",
" 480,\n",
" 481,\n",
" 482,\n",
" 483,\n",
" 484,\n",
" 485,\n",
" 486,\n",
" 487,\n",
" 488,\n",
" 489,\n",
" 490,\n",
" 491,\n",
" 492,\n",
" 493,\n",
" 494,\n",
" 495,\n",
" 496,\n",
" 497,\n",
" 498,\n",
" 499,\n",
" 500,\n",
" 501,\n",
" 502,\n",
" 503,\n",
" 504,\n",
" 505,\n",
" 506,\n",
" 507,\n",
" 508,\n",
" 509,\n",
" 510,\n",
" 511,\n",
" 512,\n",
" 513,\n",
" 514,\n",
" 515,\n",
" 516,\n",
" 517,\n",
" 518,\n",
" 519,\n",
" 520,\n",
" 521,\n",
" 522,\n",
" 523,\n",
" 524,\n",
" 525,\n",
" 526,\n",
" 527,\n",
" 528,\n",
" 529,\n",
" 530,\n",
" 531,\n",
" 532,\n",
" 533,\n",
" 534,\n",
" 535,\n",
" 536,\n",
" 537,\n",
" 538,\n",
" 539,\n",
" 540,\n",
" 541,\n",
" 542,\n",
" 543,\n",
" 544,\n",
" 545,\n",
" 546,\n",
" 547,\n",
" 548,\n",
" 549,\n",
" 550,\n",
" 551,\n",
" 552,\n",
" 553,\n",
" 554,\n",
" 555,\n",
" 556,\n",
" 557,\n",
" 558,\n",
" 559,\n",
" 560,\n",
" 561,\n",
" 562,\n",
" 563,\n",
" 564,\n",
" 565,\n",
" 566,\n",
" 567,\n",
" 568,\n",
" 569,\n",
" 570,\n",
" 571,\n",
" 572,\n",
" 573,\n",
" 574,\n",
" 575,\n",
" 576,\n",
" 577,\n",
" 578,\n",
" 579,\n",
" 580,\n",
" 581,\n",
" 582,\n",
" 583,\n",
" 584,\n",
" 585,\n",
" 586,\n",
" 587,\n",
" 588,\n",
" 589,\n",
" 590,\n",
" 591,\n",
" 592,\n",
" 593,\n",
" 594,\n",
" 595,\n",
" 596,\n",
" 597,\n",
" 598,\n",
" 599,\n",
" 600,\n",
" 601,\n",
" 602,\n",
" 603,\n",
" 604,\n",
" 605,\n",
" 606,\n",
" 607,\n",
" 608,\n",
" 609,\n",
" 610,\n",
" 611,\n",
" 612,\n",
" 613,\n",
" 614,\n",
" 615,\n",
" 616,\n",
" 617,\n",
" 618,\n",
" 619,\n",
" 620,\n",
" 621,\n",
" 622,\n",
" 623,\n",
" 624,\n",
" 625,\n",
" 626,\n",
" 627,\n",
" 628,\n",
" 629,\n",
" 630,\n",
" 631,\n",
" 632,\n",
" 633,\n",
" 634,\n",
" 635,\n",
" 636,\n",
" 637,\n",
" 638,\n",
" 639,\n",
" 640,\n",
" 641,\n",
" 642,\n",
" 643,\n",
" 644,\n",
" 645,\n",
" 646,\n",
" 647,\n",
" 648,\n",
" 649,\n",
" 650,\n",
" 651,\n",
" 652,\n",
" 653,\n",
" 654,\n",
" 655,\n",
" 656,\n",
" 657,\n",
" 658,\n",
" 659,\n",
" 660,\n",
" 661,\n",
" 662,\n",
" 663,\n",
" 664,\n",
" 665,\n",
" 666,\n",
" 667,\n",
" 668,\n",
" 669,\n",
" 670,\n",
" 671,\n",
" 672,\n",
" 673,\n",
" 674,\n",
" 675,\n",
" 676,\n",
" 677,\n",
" 678,\n",
" 679,\n",
" 680,\n",
" 681,\n",
" 682,\n",
" 683,\n",
" 684,\n",
" 685,\n",
" 686,\n",
" 687,\n",
" 688,\n",
" 689,\n",
" 690,\n",
" 691,\n",
" 692,\n",
" 693,\n",
" 694,\n",
" 695,\n",
" 696,\n",
" 697,\n",
" 698,\n",
" 699,\n",
" 700,\n",
" 701,\n",
" 702,\n",
" 703,\n",
" 704,\n",
" 705,\n",
" 706,\n",
" 707,\n",
" 708,\n",
" 709,\n",
" 710,\n",
" 711,\n",
" 712,\n",
" 713,\n",
" 714,\n",
" 715,\n",
" 716,\n",
" 717,\n",
" 718,\n",
" 719,\n",
" 720,\n",
" 721,\n",
" 722,\n",
" 723,\n",
" 724,\n",
" 725,\n",
" 726,\n",
" 727,\n",
" 728,\n",
" 729,\n",
" 730,\n",
" 731,\n",
" 732,\n",
" 733,\n",
" 734,\n",
" 735,\n",
" 736,\n",
" 737,\n",
" 738,\n",
" 739,\n",
" 740,\n",
" 741,\n",
" 742,\n",
" 743,\n",
" 744,\n",
" 745,\n",
" 746,\n",
" 747,\n",
" 748,\n",
" 749,\n",
" 750,\n",
" 751,\n",
" 752,\n",
" 753,\n",
" 754,\n",
" 755,\n",
" 756,\n",
" 757,\n",
" 758,\n",
" 759,\n",
" 760,\n",
" 761,\n",
" 762,\n",
" 763,\n",
" 764,\n",
" 765,\n",
" 766,\n",
" 767,\n",
" 768,\n",
" 769,\n",
" 770,\n",
" 771,\n",
" 772,\n",
" 773,\n",
" 774,\n",
" 775,\n",
" 776,\n",
" 777,\n",
" 778,\n",
" 779,\n",
" 780,\n",
" 781,\n",
" 782,\n",
" 783,\n",
" 784,\n",
" 785,\n",
" 786,\n",
" 787,\n",
" 788,\n",
" 789,\n",
" 790,\n",
" 791,\n",
" 792,\n",
" 793,\n",
" 794,\n",
" 795,\n",
" 796,\n",
" 797,\n",
" 798,\n",
" 799,\n",
" 800,\n",
" 801,\n",
" 802,\n",
" 803,\n",
" 804,\n",
" 805,\n",
" 806,\n",
" 807,\n",
" 808,\n",
" 809,\n",
" 810,\n",
" 811,\n",
" 812,\n",
" 813,\n",
" 814,\n",
" 815,\n",
" 816,\n",
" 817,\n",
" 818,\n",
" 819,\n",
" 820,\n",
" 821,\n",
" 822,\n",
" 823,\n",
" 824,\n",
" 825,\n",
" 826,\n",
" 827,\n",
" 828,\n",
" 829,\n",
" 830,\n",
" 831,\n",
" 832,\n",
" 833,\n",
" 834,\n",
" 835,\n",
" 836,\n",
" 837,\n",
" 838,\n",
" 839,\n",
" 840,\n",
" 841,\n",
" 842,\n",
" 843,\n",
" 844,\n",
" 845,\n",
" 846,\n",
" 847,\n",
" 848,\n",
" 849,\n",
" 850,\n",
" 851,\n",
" 852,\n",
" 853,\n",
" 854,\n",
" 855,\n",
" 856,\n",
" 857,\n",
" 858,\n",
" 859,\n",
" 860,\n",
" 861,\n",
" 862,\n",
" 863,\n",
" 864,\n",
" 865,\n",
" 866,\n",
" 867,\n",
" 868,\n",
" 869,\n",
" 870,\n",
" 871,\n",
" 872,\n",
" 873,\n",
" 874,\n",
" 875,\n",
" 876,\n",
" 877,\n",
" 878,\n",
" 879,\n",
" 880,\n",
" 881,\n",
" 882,\n",
" 883,\n",
" 884,\n",
" 885,\n",
" 886,\n",
" 887,\n",
" 888,\n",
" 889,\n",
" 890,\n",
" 891,\n",
" 892,\n",
" 893,\n",
" 894,\n",
" 895,\n",
" 896,\n",
" 897,\n",
" 898,\n",
" 899,\n",
" 900,\n",
" 901,\n",
" 902,\n",
" 903,\n",
" 904,\n",
" 905,\n",
" 906,\n",
" 907,\n",
" 908,\n",
" 909,\n",
" 910,\n",
" 911,\n",
" 912,\n",
" 913,\n",
" 914,\n",
" 915,\n",
" 916,\n",
" 917,\n",
" 918,\n",
" 919,\n",
" 920,\n",
" 921,\n",
" 922,\n",
" 923,\n",
" 924,\n",
" 925,\n",
" 926,\n",
" 927,\n",
" 928,\n",
" 929,\n",
" 930,\n",
" 931,\n",
" 932,\n",
" 933,\n",
" 934,\n",
" 935,\n",
" 936,\n",
" 937,\n",
" 938,\n",
" 939,\n",
" 940,\n",
" 941,\n",
" 942,\n",
" 943,\n",
" 944,\n",
" 945,\n",
" 946,\n",
" 947,\n",
" 948,\n",
" 949,\n",
" 950,\n",
" 951,\n",
" 952,\n",
" 953,\n",
" 954,\n",
" 955,\n",
" 956,\n",
" 957,\n",
" 958,\n",
" 959,\n",
" 960,\n",
" 961,\n",
" 962,\n",
" 963,\n",
" 964,\n",
" 965,\n",
" 966,\n",
" 967,\n",
" 968,\n",
" 969,\n",
" 970,\n",
" 971,\n",
" 972,\n",
" 973,\n",
" 974,\n",
" 975,\n",
" 976,\n",
" 977,\n",
" 978,\n",
" 979,\n",
" 980,\n",
" 981,\n",
" 982,\n",
" 983,\n",
" 984,\n",
" 985,\n",
" 986,\n",
" 987,\n",
" 988,\n",
" 989,\n",
" 990,\n",
" 991,\n",
" 992,\n",
" 993,\n",
" 994,\n",
" 995,\n",
" 996,\n",
" 997,\n",
" 998,\n",
" 999,\n",
" 1000,\n",
" ...]"
]
},
"execution_count": 170,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"ann_image_ids = [ ann['image_id'] for id,ann in anns.items()]\n",
"ann_image_ids"
]
},
{
"cell_type": "code",
"execution_count": 171,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[]"
]
},
"execution_count": 171,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"no_ann_list = [item for item in images_ids if item not in ann_image_ids]\n",
"no_ann_list"
]
},
{
"cell_type": "code",
"execution_count": 116,
"metadata": {},
"outputs": [],
"source": [
"import re"
]
},
{
"cell_type": "code",
"execution_count": 136,
"metadata": {},
"outputs": [],
"source": [
"pattern = r'^.*/(\\d+)[^/]+_(R|L)_\\d+.*$'\n"
]
},
{
"cell_type": "code",
"execution_count": 115,
"metadata": {},
"outputs": [],
"source": [
"file_name_sample = \"Birjand University Mobile Palmprint Database (BMPD)/001/001_F_R_0.JPG\"\n",
"file_name_sample"
]
},
{
"cell_type": "code",
"execution_count": 137,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"('001', 'R')"
]
},
"execution_count": 137,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"match = re.search(pattern=pattern,string=file_name_sample)\n",
"match.groups()"
]
},
{
"cell_type": "code",
"execution_count": 172,
"metadata": {},
"outputs": [],
"source": [
"def find_cls(image_name)->str:\n",
" match = re.search(pattern=pattern,string=image_name)\n",
" id,h = match.groups()\n",
" return id + h"
]
},
{
"cell_type": "code",
"execution_count": 185,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001L\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"001R\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002L\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"002R\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003L\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"003R\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004L\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"004R\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005L\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"005R\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006L\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"006R\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007L\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"007R\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008L\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"008R\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009L\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"009R\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010L\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"010R\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011L\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"011R\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012L\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"012R\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013L\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"013R\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014L\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"014R\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015L\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"015R\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016L\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"016R\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017L\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"017R\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018L\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"018R\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019L\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"019R\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020L\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"020R\n",
"021R\n",
"021R\n",
"021R\n",
"021R\n",
"021R\n",
"021R\n",
"021R\n",
"021R\n",
"021R\n",
"021R\n",
"021R\n",
"021R\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022L\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"022R\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023L\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"023R\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024L\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"024R\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025L\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"025R\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026L\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"026R\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027L\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"027R\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028L\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"028R\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029L\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"029R\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030L\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"030R\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031L\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"031R\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032L\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"032R\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033L\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"033R\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034L\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"034R\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035L\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"035R\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036L\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"036R\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037L\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"037R\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038L\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"038R\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039L\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"039R\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040L\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"040R\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041L\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n",
"041R\n"
]
}
],
"source": [
"# 找出所有分类\n",
" \n",
"for id,ann in anns.items():\n",
" img_id = int(ann[\"image_id\"])\n",
" try:\n",
" img = imgs[img_id]\n",
" except Exception as e:\n",
" print(\"无法找到\",img_id)\n",
" raise e\n",
" target = find_cls(image_name=img[\"file_name\"])\n",
" print(target)"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"# 定义数据集\n",
"class PalmPrints(Dataset):\n",
" def __init__(self,json:str):\n",
" self.images = COCO(json).imgs\n",
" def __getitem__(self, index) -> Any:\n",
" return super().__getitem__(index)\n",
" def __len__(self):\n",
" return len(self.images)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 定义获取数据函数"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
"resnet_model = models.resnet18().to(device=device)"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"ResNet(\n",
" (conv1): Conv2d(3, 64, kernel_size=(7, 7), stride=(2, 2), padding=(3, 3), bias=False)\n",
" (bn1): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (relu): ReLU(inplace=True)\n",
" (maxpool): MaxPool2d(kernel_size=3, stride=2, padding=1, dilation=1, ceil_mode=False)\n",
" (layer1): Sequential(\n",
" (0): BasicBlock(\n",
" (conv1): Conv2d(64, 64, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn1): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (relu): ReLU(inplace=True)\n",
" (conv2): Conv2d(64, 64, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn2): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" )\n",
" (1): BasicBlock(\n",
" (conv1): Conv2d(64, 64, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn1): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (relu): ReLU(inplace=True)\n",
" (conv2): Conv2d(64, 64, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn2): BatchNorm2d(64, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" )\n",
" )\n",
" (layer2): Sequential(\n",
" (0): BasicBlock(\n",
" (conv1): Conv2d(64, 128, kernel_size=(3, 3), stride=(2, 2), padding=(1, 1), bias=False)\n",
" (bn1): BatchNorm2d(128, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (relu): ReLU(inplace=True)\n",
" (conv2): Conv2d(128, 128, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn2): BatchNorm2d(128, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (downsample): Sequential(\n",
" (0): Conv2d(64, 128, kernel_size=(1, 1), stride=(2, 2), bias=False)\n",
" (1): BatchNorm2d(128, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" )\n",
" )\n",
" (1): BasicBlock(\n",
" (conv1): Conv2d(128, 128, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn1): BatchNorm2d(128, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (relu): ReLU(inplace=True)\n",
" (conv2): Conv2d(128, 128, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn2): BatchNorm2d(128, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" )\n",
" )\n",
" (layer3): Sequential(\n",
" (0): BasicBlock(\n",
" (conv1): Conv2d(128, 256, kernel_size=(3, 3), stride=(2, 2), padding=(1, 1), bias=False)\n",
" (bn1): BatchNorm2d(256, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (relu): ReLU(inplace=True)\n",
" (conv2): Conv2d(256, 256, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn2): BatchNorm2d(256, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (downsample): Sequential(\n",
" (0): Conv2d(128, 256, kernel_size=(1, 1), stride=(2, 2), bias=False)\n",
" (1): BatchNorm2d(256, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" )\n",
" )\n",
" (1): BasicBlock(\n",
" (conv1): Conv2d(256, 256, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn1): BatchNorm2d(256, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (relu): ReLU(inplace=True)\n",
" (conv2): Conv2d(256, 256, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn2): BatchNorm2d(256, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" )\n",
" )\n",
" (layer4): Sequential(\n",
" (0): BasicBlock(\n",
" (conv1): Conv2d(256, 512, kernel_size=(3, 3), stride=(2, 2), padding=(1, 1), bias=False)\n",
" (bn1): BatchNorm2d(512, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (relu): ReLU(inplace=True)\n",
" (conv2): Conv2d(512, 512, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn2): BatchNorm2d(512, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (downsample): Sequential(\n",
" (0): Conv2d(256, 512, kernel_size=(1, 1), stride=(2, 2), bias=False)\n",
" (1): BatchNorm2d(512, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" )\n",
" )\n",
" (1): BasicBlock(\n",
" (conv1): Conv2d(512, 512, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn1): BatchNorm2d(512, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" (relu): ReLU(inplace=True)\n",
" (conv2): Conv2d(512, 512, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1), bias=False)\n",
" (bn2): BatchNorm2d(512, eps=1e-05, momentum=0.1, affine=True, track_running_stats=True)\n",
" )\n",
" )\n",
" (avgpool): AdaptiveAvgPool2d(output_size=(1, 1))\n",
" (fc): Linear(in_features=512, out_features=1000, bias=True)\n",
")"
]
},
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"resnet_model"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 定义获取模型函数"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"def get_model():\n",
" pass"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 定义训练批次"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"def train_batch():\n",
" pass"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 定义准确度函数"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 训练"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
}
},
"nbformat": 4,
"nbformat_minor": 2
}