[
  {
    "path": ".github/workflows/jekyll-gh-pages.yml",
    "content": "# Sample workflow for building and deploying a Jekyll site to GitHub Pages\nname: Deploy Jekyll with GitHub Pages dependencies preinstalled\n\non:\n  # Runs on pushes targeting the default branch\n  push:\n    branches: [\"main\"]\n\n  # Allows you to run this workflow manually from the Actions tab\n  workflow_dispatch:\n\n# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages\npermissions:\n  contents: read\n  pages: write\n  id-token: write\n\n# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.\n# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.\nconcurrency:\n  group: \"pages\"\n  cancel-in-progress: false\n\njobs:\n  # Build job\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n      - name: Setup Pages\n        uses: actions/configure-pages@v3\n      - name: Build with Jekyll\n        uses: actions/jekyll-build-pages@v1\n        with:\n          source: ./\n          destination: ./_site\n      - name: Upload artifact\n        uses: actions/upload-pages-artifact@v1\n\n  # Deployment job\n  deploy:\n    environment:\n      name: github-pages\n      url: ${{ steps.deployment.outputs.page_url }}\n    runs-on: ubuntu-latest\n    needs: build\n    steps:\n      - name: Deploy to GitHub Pages\n        id: deployment\n        uses: actions/deploy-pages@v2\n"
  },
  {
    "path": ".github/workflows/main.yml",
    "content": "name: Sync with Gitee\n\non:\n  schedule:\n    - cron: '0 0 * * *' # 每天午夜（UTC时间）运行\n\njobs:\n  sync:\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout repository\n      uses: actions/checkout@v2\n\n    - name: Sync with Gitee\n      run: |\n        git remote add gitee https://AItrainee:a8655383c91d497cebf620b16b1da580@gitee.com/AItrainee/Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI.git\n        git push --force gitee main\n"
  },
  {
    "path": ".idea/Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI.iml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<module type=\"PYTHON_MODULE\" version=\"4\">\n  <component name=\"NewModuleRootManager\">\n    <content url=\"file://$MODULE_DIR$\" />\n    <orderEntry type=\"jdk\" jdkName=\"Python 3.9\" jdkType=\"Python SDK\" />\n    <orderEntry type=\"sourceFolder\" forTests=\"false\" />\n  </component>\n  <component name=\"PyDocumentationSettings\">\n    <option name=\"format\" value=\"PLAIN\" />\n    <option name=\"myDocStringFormat\" value=\"Plain\" />\n  </component>\n</module>"
  },
  {
    "path": ".idea/inspectionProfiles/profiles_settings.xml",
    "content": "<component name=\"InspectionProjectProfileManager\">\n  <settings>\n    <option name=\"USE_PROJECT_PROFILE\" value=\"false\" />\n    <version value=\"1.0\" />\n  </settings>\n</component>"
  },
  {
    "path": ".idea/misc.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"Black\">\n    <option name=\"sdkName\" value=\"Python 3.9\" />\n  </component>\n  <component name=\"ProjectRootManager\" version=\"2\" project-jdk-name=\"Python 3.9\" project-jdk-type=\"Python SDK\" />\n</project>"
  },
  {
    "path": ".idea/modules.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"ProjectModuleManager\">\n    <modules>\n      <module fileurl=\"file://$PROJECT_DIR$/.idea/Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI.iml\" filepath=\"$PROJECT_DIR$/.idea/Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI.iml\" />\n    </modules>\n  </component>\n</project>"
  },
  {
    "path": ".idea/vcs.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"VcsDirectoryMappings\">\n    <mapping directory=\"\" vcs=\"Git\" />\n  </component>\n</project>"
  },
  {
    "path": ".idea/workspace.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"AutoImportSettings\">\n    <option name=\"autoReloadType\" value=\"SELECTIVE\" />\n  </component>\n  <component name=\"ChangeListManager\">\n    <list default=\"true\" id=\"f03b60a6-ddde-4a79-8cf9-7033249259c2\" name=\"更改\" comment=\"--\">\n      <change beforePath=\"$PROJECT_DIR$/.idea/workspace.xml\" beforeDir=\"false\" afterPath=\"$PROJECT_DIR$/.idea/workspace.xml\" afterDir=\"false\" />\n      <change beforePath=\"$PROJECT_DIR$/README.md\" beforeDir=\"false\" afterPath=\"$PROJECT_DIR$/README.md\" afterDir=\"false\" />\n      <change beforePath=\"$PROJECT_DIR$/data/doc/README_cn.md\" beforeDir=\"false\" afterPath=\"$PROJECT_DIR$/data/doc/README_cn.md\" afterDir=\"false\" />\n    </list>\n    <option name=\"SHOW_DIALOG\" value=\"false\" />\n    <option name=\"HIGHLIGHT_CONFLICTS\" value=\"true\" />\n    <option name=\"HIGHLIGHT_NON_ACTIVE_CHANGELIST\" value=\"false\" />\n    <option name=\"LAST_RESOLUTION\" value=\"IGNORE\" />\n  </component>\n  <component name=\"FileTemplateManagerImpl\">\n    <option name=\"RECENT_TEMPLATES\">\n      <list>\n        <option value=\"Python Script\" />\n      </list>\n    </option>\n  </component>\n  <component name=\"Git.Settings\">\n    <option name=\"RECENT_GIT_ROOT_PATH\" value=\"$PROJECT_DIR$\" />\n  </component>\n  <component name=\"MarkdownSettingsMigration\">\n    <option name=\"stateVersion\" value=\"1\" />\n  </component>\n  <component name=\"ProjectColorInfo\">{\n  &quot;associatedIndex&quot;: 8\n}</component>\n  <component name=\"ProjectId\" id=\"2WD2F48ZVWiZitToGltG3S1bWuI\" />\n  <component name=\"ProjectLevelVcsManager\">\n    <ConfirmationsSetting value=\"2\" id=\"Add\" />\n  </component>\n  <component name=\"ProjectViewState\">\n    <option name=\"hideEmptyMiddlePackages\" value=\"true\" />\n    <option name=\"showLibraryContents\" value=\"true\" />\n  </component>\n  <component name=\"PropertiesComponent\">{\n  &quot;keyToString&quot;: {\n    &quot;ASKED_ADD_EXTERNAL_FILES&quot;: &quot;true&quot;,\n    &quot;Python.main.executor&quot;: &quot;Run&quot;,\n    &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,\n    &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,\n    &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,\n    &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,\n    &quot;git-widget-placeholder&quot;: &quot;main&quot;,\n    &quot;ignore.virus.scanning.warn.message&quot;: &quot;true&quot;,\n    &quot;last_opened_file_path&quot;: &quot;D:/Desktop/Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI/data/doc&quot;,\n    &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,\n    &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,\n    &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,\n    &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,\n    &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,\n    &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;\n  }\n}</component>\n  <component name=\"RecentsManager\">\n    <key name=\"CopyFile.RECENT_KEYS\">\n      <recent name=\"D:\\Desktop\\Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI\\data\\doc\" />\n    </key>\n    <key name=\"MoveFile.RECENT_KEYS\">\n      <recent name=\"D:\\Videos\\Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI\\data\" />\n      <recent name=\"D:\\Desktop\\Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI\\data\" />\n      <recent name=\"D:\\Desktop\\Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI\\doc\" />\n      <recent name=\"D:\\Desktop\\Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI\\utils\" />\n    </key>\n  </component>\n  <component name=\"RunManager\">\n    <configuration name=\"main\" type=\"PythonConfigurationType\" factoryName=\"Python\" temporary=\"true\" nameIsGenerated=\"true\">\n      <module name=\"Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI\" />\n      <option name=\"ENV_FILES\" value=\"\" />\n      <option name=\"INTERPRETER_OPTIONS\" value=\"\" />\n      <option name=\"PARENT_ENVS\" value=\"true\" />\n      <envs>\n        <env name=\"PYTHONUNBUFFERED\" value=\"1\" />\n      </envs>\n      <option name=\"SDK_HOME\" value=\"\" />\n      <option name=\"WORKING_DIRECTORY\" value=\"$PROJECT_DIR$\" />\n      <option name=\"IS_MODULE_SDK\" value=\"true\" />\n      <option name=\"ADD_CONTENT_ROOTS\" value=\"true\" />\n      <option name=\"ADD_SOURCE_ROOTS\" value=\"true\" />\n      <EXTENSION ID=\"PythonCoverageRunConfigurationExtension\" runner=\"coverage.py\" />\n      <option name=\"SCRIPT_NAME\" value=\"$PROJECT_DIR$/main.py\" />\n      <option name=\"PARAMETERS\" value=\"\" />\n      <option name=\"SHOW_COMMAND_LINE\" value=\"false\" />\n      <option name=\"EMULATE_TERMINAL\" value=\"false\" />\n      <option name=\"MODULE_MODE\" value=\"false\" />\n      <option name=\"REDIRECT_INPUT\" value=\"false\" />\n      <option name=\"INPUT_FILE\" value=\"\" />\n      <method v=\"2\" />\n    </configuration>\n    <recent_temporary>\n      <list>\n        <item itemvalue=\"Python.main\" />\n      </list>\n    </recent_temporary>\n  </component>\n  <component name=\"SharedIndexes\">\n    <attachedChunks>\n      <set>\n        <option value=\"bundled-python-sdk-50da183f06c8-2887949eec09-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-233.13135.95\" />\n      </set>\n    </attachedChunks>\n  </component>\n  <component name=\"SpellCheckerSettings\" RuntimeDictionaries=\"0\" Folders=\"0\" CustomDictionaries=\"0\" DefaultDictionary=\"应用程序级\" UseSingleDictionary=\"true\" transferred=\"true\" />\n  <component name=\"TaskManager\">\n    <task active=\"true\" id=\"Default\" summary=\"默认任务\">\n      <changelist id=\"f03b60a6-ddde-4a79-8cf9-7033249259c2\" name=\"更改\" comment=\"\" />\n      <created>1696252727514</created>\n      <option name=\"number\" value=\"Default\" />\n      <option name=\"presentableId\" value=\"Default\" />\n      <updated>1696252727514</updated>\n      <workItem from=\"1696252728043\" duration=\"2530000\" />\n      <workItem from=\"1696261111531\" duration=\"868000\" />\n      <workItem from=\"1696262025621\" duration=\"1703000\" />\n      <workItem from=\"1704811391519\" duration=\"74000\" />\n      <workItem from=\"1704811482802\" duration=\"3115000\" />\n      <workItem from=\"1704863966587\" duration=\"2899000\" />\n      <workItem from=\"1704869713795\" duration=\"74000\" />\n      <workItem from=\"1704871606268\" duration=\"662000\" />\n      <workItem from=\"1704890086406\" duration=\"1606000\" />\n      <workItem from=\"1704894596663\" duration=\"163000\" />\n      <workItem from=\"1704901928535\" duration=\"1361000\" />\n      <workItem from=\"1704903395969\" duration=\"611000\" />\n      <workItem from=\"1704941012512\" duration=\"3228000\" />\n    </task>\n    <task id=\"LOCAL-00001\" summary=\"调整的项目结构，修改了README，完善了数据库链接\">\n      <option name=\"closed\" value=\"true\" />\n      <created>1704814255043</created>\n      <option name=\"number\" value=\"00001\" />\n      <option name=\"presentableId\" value=\"LOCAL-00001\" />\n      <option name=\"project\" value=\"LOCAL\" />\n      <updated>1704814255043</updated>\n    </task>\n    <task id=\"LOCAL-00002\" summary=\"--\">\n      <option name=\"closed\" value=\"true\" />\n      <created>1704814625700</created>\n      <option name=\"number\" value=\"00002\" />\n      <option name=\"presentableId\" value=\"LOCAL-00002\" />\n      <option name=\"project\" value=\"LOCAL\" />\n      <updated>1704814625701</updated>\n    </task>\n    <task id=\"LOCAL-00003\" summary=\"--\">\n      <option name=\"closed\" value=\"true\" />\n      <created>1704864957385</created>\n      <option name=\"number\" value=\"00003\" />\n      <option name=\"presentableId\" value=\"LOCAL-00003\" />\n      <option name=\"project\" value=\"LOCAL\" />\n      <updated>1704864957385</updated>\n    </task>\n    <task id=\"LOCAL-00004\" summary=\"--\">\n      <option name=\"closed\" value=\"true\" />\n      <created>1704868411937</created>\n      <option name=\"number\" value=\"00004\" />\n      <option name=\"presentableId\" value=\"LOCAL-00004\" />\n      <option name=\"project\" value=\"LOCAL\" />\n      <updated>1704868411937</updated>\n    </task>\n    <task id=\"LOCAL-00005\" summary=\"--\">\n      <option name=\"closed\" value=\"true\" />\n      <created>1704871865860</created>\n      <option name=\"number\" value=\"00005\" />\n      <option name=\"presentableId\" value=\"LOCAL-00005\" />\n      <option name=\"project\" value=\"LOCAL\" />\n      <updated>1704871865860</updated>\n    </task>\n    <task id=\"LOCAL-00006\" summary=\"--\">\n      <option name=\"closed\" value=\"true\" />\n      <created>1704871909975</created>\n      <option name=\"number\" value=\"00006\" />\n      <option name=\"presentableId\" value=\"LOCAL-00006\" />\n      <option name=\"project\" value=\"LOCAL\" />\n      <updated>1704871909975</updated>\n    </task>\n    <task id=\"LOCAL-00007\" summary=\"--\">\n      <option name=\"closed\" value=\"true\" />\n      <created>1704872270968</created>\n      <option name=\"number\" value=\"00007\" />\n      <option name=\"presentableId\" value=\"LOCAL-00007\" />\n      <option name=\"project\" value=\"LOCAL\" />\n      <updated>1704872270968</updated>\n    </task>\n    <task id=\"LOCAL-00008\" summary=\"--\">\n      <option name=\"closed\" value=\"true\" />\n      <created>1704903333985</created>\n      <option name=\"number\" value=\"00008\" />\n      <option name=\"presentableId\" value=\"LOCAL-00008\" />\n      <option name=\"project\" value=\"LOCAL\" />\n      <updated>1704903333985</updated>\n    </task>\n    <task id=\"LOCAL-00009\" summary=\"--\">\n      <option name=\"closed\" value=\"true\" />\n      <created>1704903407211</created>\n      <option name=\"number\" value=\"00009\" />\n      <option name=\"presentableId\" value=\"LOCAL-00009\" />\n      <option name=\"project\" value=\"LOCAL\" />\n      <updated>1704903407211</updated>\n    </task>\n    <option name=\"localTasksCounter\" value=\"10\" />\n    <servers />\n  </component>\n  <component name=\"TypeScriptGeneratedFilesManager\">\n    <option name=\"version\" value=\"3\" />\n  </component>\n  <component name=\"Vcs.Log.Tabs.Properties\">\n    <option name=\"TAB_STATES\">\n      <map>\n        <entry key=\"MAIN\">\n          <value>\n            <State />\n          </value>\n        </entry>\n      </map>\n    </option>\n  </component>\n  <component name=\"VcsManagerConfiguration\">\n    <option name=\"ADD_EXTERNAL_FILES_SILENTLY\" value=\"true\" />\n    <MESSAGE value=\"调整的项目结构，修改了README，完善了数据库链接\" />\n    <MESSAGE value=\"--\" />\n    <option name=\"LAST_COMMIT_MESSAGE\" value=\"--\" />\n  </component>\n  <component name=\"com.intellij.coverage.CoverageDataManagerImpl\">\n    <SUITE FILE_PATH=\"coverage/Traffic_Sign_Recognition_PyQt5_YOLOv5_GUI$main.coverage\" NAME=\"main 覆盖结果\" MODIFIED=\"1704894741551\" SOURCE_PROVIDER=\"com.intellij.coverage.DefaultCoverageFileProvider\" RUNNER=\"coverage.py\" COVERAGE_BY_TEST_ENABLED=\"true\" COVERAGE_TRACING_ENABLED=\"false\" WORKING_DIRECTORY=\"$PROJECT_DIR$\" />\n  </component>\n</project>"
  },
  {
    "path": "MouseLabel.py",
    "content": "from PyQt5.QtWidgets import QLabel\nfrom PyQt5.QtCore import pyqtSignal\n\n\nclass LabelMouse(QLabel):\n    double_clicked = pyqtSignal()\n\n    # 鼠标双击事件\n    def mouseDoubleClickEvent(self, event):\n        self.double_clicked.emit()\n\n    def mouseMoveEvent(self):\n        \"\"\"\n        当鼠标划过标签label2时触发事件\n        :return:\n        \"\"\"\n        print('当鼠标划过标签label2时触发事件')\n\n\nclass Label_click_Mouse(QLabel):\n    clicked = pyqtSignal()\n\n    # 鼠标点击事件\n    def mousePressEvent(self, event):\n        self.clicked.emit()"
  },
  {
    "path": "README.md",
    "content": "<h1 align=\"center\">Road Sign Recognition Project Based on YOLOv5 (YOLOv5 GUI)</h1>\n\n<p align=\"center\">\n  <a href=\"README.md\">English</a> |\n  <a href=\"data/doc/README_cn.md\">简体中文</a>\n</p>\n\n<p align=\"center\">\n  <a href=\"data/doc/README_Parameter adjustment.md\">训练策略</a>\n</p>\n\n\nThis system is a road sign recognition application leveraging YOLOv5🚀 😊. It employs a MySQL database 💽, PyQt5 for the interface design 🎨, PyTorch deep learning framework⚡. Additionally, it incorporates CSS styles 🌈.\n\nThe system comprises five key modules:\n\n1. System Login Module 🔑: Responsible for user authentication.\n2. Initialization Parameter Module 📋: Provides settings for initializing YOLOv5 model parameters.\n3. Sign Recognition Module 🔍: The core functionality responsible for recognizing road signs and updating the database with the results.\n4. Database Module 💾: Consists of two sub-modules - basic database operations and data analysis.\n5. Image Processing Module 🖼️: Handles the processing of individual images and associated data.\n\nThe entire system is designed to support various data input methods and model switching. Additionally, it offers image enhancement techniques such as mosaic and mixup 📈.\n\n![00013.jpg](data/doc/maxre1sdefault.jpg)\n## Screenshots\n\n* ### Sign Recognition Module\n`The three checkboxes in the lower left corner are results save, start database entry, and model visual analysis.`\n\n  ![img.png](data/doc/img.png)\n* ### Image Processing and Data Augmentation Module\n\n`The right column is a batch image data enhancement with custom parameters (using the checked data increment method for all images in a folder with a certain probability)`\n\n![img_1.png](data/doc/img_1.png)\n* ### Parameter Initialization Module\n`Model basic parameters Select Configure`\n\n  ![img_2.png](data/doc/img_2.png)\n* ### Database Module\n  ![img_3.png](data/doc/img_3.png)\n* ### Data Analysis Module\n  ![img_4.png](data/doc/img_4.png)\n* ### Login Interface\n  ![img_5.png](data/doc/img_5.png)\n  \n\n\n\n\n\n\n### Video Demo\n\n[YOUTUBE DEMO: Road Sign Recognition System Based on YOLOV5](https://youtu.be/qoHaXvp_Gxk?si=xIAm1UXCLTjR8kUD)\n[BiliBili Demo: Road Sign Recognition System Based on YOLOV5](https://www.bilibili.com/video/BV1Ck4y1Y7Bk/?spm_id_from=333.999.0.0&vd_source=40d9cda43378fbc89cd5184e09bf1272)\n\n### Install Dependencies\n\nTo install the required dependencies, run:\n\n```bash\npip install -r requirements.txt\n```\n---\n## **Quick Start**\n\n### 1. **Setting Up the Database**\n\nTo run the application, you need to set up your MySQL database. Follow these steps to prepare your database:\n\n- **Automatic Database Creation (Optional)**:\n    - If you prefer an automated setup, a batch script is provided. Run the **`setup_database.bat`** script to create the database. This requires MySQL to be installed and configured on your system.\n- **Manual Database Creation**:\n    - Alternatively, you can manually create the database in MySQL. Import and execute the **`data/regn_mysql.sql`** file in your MySQL environment to set up the necessary database and tables.\n\n### 2. **Configuring Database Connection in Code**\nAfter setting up the database, update the connection Settings in the code to change the authentication information for your local database (these four variables are at the beginning of the code, around line 59, as follows); P.S. These authentication messages are called twice in the code (around lines 111 and 1783)\n```python\n# Database connection settings as global variables\nDB_HOST = 'localhost'    # Database host\nDB_USER = 'root'         # Database user\nDB_PASSWORD = '1234'     # Database password\nDB_NAME = 'traffic_sign_recognition'  # Database name\n```\n\n### **Note on Cryptography Package**\n\nIf you encounter a **`RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods`**, \nThis is because the database authentication has gone wrong and the database needs to be properly created and the password entered.\nThis error will also be reported if you do not have the mysql service started locally, so make sure your mysql service is started.\n\n### 3. Run `main.py`.\n\n### 4. Enter your account and password to log in\n\nHere are the default login credentials:\n\n| Username | Password |\n|----------|----------|\n| admin    | 123456   |\n| 1        | 2        |\n\nOr modify the main function in main.py: remove the logon logic to enter the system directly without authentication.\n\n---\n## Project Structure\n\n- `pt` folder: Contains the YOLOv5 model file `best.pt` for road sign recognition.\n- `main_with` folder: Contains `login.py` for the login UI and `win.py` for the main UI.\n- `dialog` folder: Contains the RTSP pop-up interface.\n- `apprcc_rc.py`: The resource file for the project.\n- `login_ji.py`: Implements the login logic for the UI.\n- `data/run/run-exp52`: The YOLOv5 road sign recognition model trained for 300 epochs.\n- `utils/tt100k_to_voc-main` folder: Tool for converting JSON annotations to YOLO format.\n- `result`: Folder to save inference results.\n- `run`: Folder to save training logs and outputs.\n- Dataset: Download from [TT100k : Traffic-Sign Detection and Classification in the Wild](https://cg.cs.tsinghua.edu.cn/traffic-sign/).\n- Database files: Located in the `data` folder, see `-regn_mysql.sql` for setup.\n\n> Since this project was done while I was learning YOLOv5 (quite a while ago), the main logic is concentrated in the main.py file. In other words, I didn't modularize different functions, and I didn't have a clear division of module structure. Now I want to divide it into modules, but I'm too lazy,  ha ha :smile:. If you're interested, you can modularize it so it's clearer.\n## Acknowledgements\n\n- For converting the TT100K dataset to VOC format and selecting more than 100 images and XMLs for each category, see this [CSDN blog post](https://blog.csdn.net/Hankerchen/article/details/120727299?spm=1001.2014.3001.5502).\n- The PyQt5-YOLOv5 integration was inspired by this [GitHub repository](https://github.com/Javacr/PyQt5-YOLOv5).\n\n## Contact Us\n> WeChat：AIGCSD\n> \n> email: 2545197649@qq.com\n> \n> Official Accounts：AI进修生\n\n## Star History\n\nTrack the GitHub star history of this project:\n\n![Star History Chart](https://api.star-history.com/svg?repos=Ai-trainee/Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI&type=Date)\n\n"
  },
  {
    "path": "apprcc.qrc",
    "content": "<RCC>\n  <qresource prefix=\"img\">\n    <file>icon/yjtp-modified.png</file>\n    <file>icon/yjtp.png</file>\n    <file>C:/Users/25451/Pictures/头像壁纸/QQ图片20210731101509.jpg</file>\n    <file>icon/img.png</file>\n    <file>icon/3.1关注-选中 (1).png</file>\n    <file>icon/3.1关注-选中.png</file>\n    <file>icon/3.1关注-选中.png</file>\n    <file>icon/结束 (1).png</file>\n    <file>icon/预警信息 (1).png</file>\n    <file>icon/wnt_预警报警.png</file>\n    <file>icon/预警.png</file>\n    <file>icon/29道路.png</file>\n    <file>icon/道路运输经营许可证.png</file>\n    <file>icon/6-医疗-神经网络 (2).png</file>\n    <file>icon/结束.png</file>\n    <file>icon/播放 (1).png</file>\n    <file>icon/最小化 (3).png</file>\n    <file>icon/关闭 (4).png</file>\n    <file>icon/最小化 (2).png</file>\n    <file>icon/取消全屏_o.png</file>\n    <file>icon/全屏 (1).png</file>\n    <file>icon/关闭 (2).png</file>\n    <file>icon/全屏.png</file>\n    <file>icon/最小化 (1).png</file>\n    <file>icon/关闭 (1).png</file>\n    <file>icon/24gl-fullScreenEnter2.png</file>\n    <file>icon/链接.png</file>\n    <file>icon/摄像头 (4).png</file>\n    <file>icon/文件夹-打开-没文件.png</file>\n    <file>icon/摄像头 (3).png</file>\n    <file>icon/摄像头 (2).png</file>\n    <file>icon/摄像头 (1).png</file>\n    <file>icon/摄像头.png</file>\n    <file>icon/folder-open-line.png</file>\n    <file>icon/6-医疗-神经网络 (1).png</file>\n    <file>icon/保存硬盘_save-one.png</file>\n    <file>icon/监控摄像头_surveillance-cameras-two.png</file>\n    <file>icon/摄像头_camera-five.png</file>\n    <file>icon/摄像头_camera-one.png</file>\n    <file>icon/扫码识别.png</file>\n    <file>icon/圆形选中.png</file>\n    <file>icon/圆点.png</file>\n    <file>icon/选择.png</file>\n    <file>icon/播放.png</file>\n    <file>icon/人工智能机器人＊.png</file>\n    <file>icon/button-off.png</file>\n    <file>icon/button-on.png</file>\n    <file>icon/暂停.png</file>\n    <file>icon/笑脸.png</file>\n    <file>icon/终止.png</file>\n    <file>icon/下拉_白色.png</file>\n    <file>icon/正方形.png</file>\n    <file>icon/实时视频流解析.png</file>\n    <file>icon/运行.png</file>\n    <file>icon/conan.png</file>\n    <file>icon/还原.png</file>\n    <file>icon/doctor.png</file>\n    <file>icon/圆.png</file>\n    <file>icon/evil.png</file>\n    <file>icon/关闭.png</file>\n    <file>icon/箭头_列表收起.png</file>\n    <file>icon/箭头_列表展开.png</file>\n    <file>icon/最小化.png</file>\n    <file>icon/background.jpg</file>\n    <file>icon/背景.png</file>\n    <file>icon/打开.png</file>\n    <file>icon/摄像头关.png</file>\n    <file>icon/摄像头开.png</file>\n    <file>icon/数据探索.png</file>\n    <file>icon/停止.png</file>\n    <file>icon/图片1.png</file>\n    <file>icon/赞停.png</file>\n  </qresource>\n</RCC>\n"
  },
  {
    "path": "config/fold.json",
    "content": "{\r\n  \"open_fold\": \"D:/Videos/OBS_Video\"\r\n}"
  },
  {
    "path": "config/ip.json",
    "content": "{\n  \"ip\": \"rtsp://admin:admin888@192.168.1.67:555\"\n}\n"
  },
  {
    "path": "config/setting.json",
    "content": "{\r\n  \"iou\": 0.41,\r\n  \"conf\": 0.46,\r\n  \"rate\": 1,\r\n  \"check\": 0,\r\n  \"savecheck\": 0\r\n}"
  },
  {
    "path": "data/doc/LICENSE",
    "content": "GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>."
  },
  {
    "path": "data/doc/README_Parameter adjustment.md",
    "content": "由于一些原因，后期再上传，同时包括（readme详细操作)\n"
  },
  {
    "path": "data/doc/README_cn.md",
    "content": "<h1 align=\"center\">基于YOLOv5的道路标志识别项目（yolov5界面GUI）</h1>\n<p align=\"center\">\n  <a href=\"../../README.md\">English</a> |\n  <a href=\"README_cn.md\">简体中文</a>\n</p>\n\n\n这是一个关于yolov5的道路标志识别项目，使用Pyqt5开发界面，Yolov5训练模型，数据库Mysql，包含五个模块：初始化参数、标志识别、数据库、数据分析和图像处理。\n\n## 软件截图\n\n* ### 标志识别模块\n`左下角三个勾选框分别是结果保存、启动数据库录入、以及模型可视化分析`\n\n  ![img.png](img.png)\n\n  \n  \n* ### 图像处理与数据增强模块\n`右侧栏是自定义参数的批量图像数据增强（按一定概率对一个文件夹所有图片使用勾选的数据增加方法）`\n\n  ![img_1.png](img_1.png)\n\n* ### 初始化参数模块\n`  模型基本参数勾选配置`\n\n  ![img_2.png](img_2.png)\n\n\n* ### 数据库模块\n  ![img_3.png](img_3.png)\n  \n \n* ### 数据分析模块\n  ![img_4.png](img_4.png)\n* ### 登录界面\n  ![img_5.png](img_5.png)\n\n### 演示视频\n\n[基于YOLOV5的道路标志识别系统](https://www.bilibili.com/video/BV1Ck4y1Y7Bk/?spm_id_from=333.999.0.0&vd_source=40d9cda43378fbc89cd5184e09bf1272)\n\n\n### 安装依赖\n\npip install -r requirements.txt\n\n---\n## **快速开始**\n\n### 1. **设置数据库**\n\n为了运行应用程序，您需要设置您的 MySQL 数据库。按照以下步骤准备您的数据库：\n\n- **自动数据库创建（可选）**：\n    - 如果您喜欢自动设置，我们提供了一个批处理脚本。运行 **`setup_database.bat`** 脚本来创建数据库。这需要在您的系统上安装并配置 MySQL。\n- **手动数据库创建**：\n    - 或者，您可以在 MySQL 中手动创建数据库。在您的 MySQL 环境中导入并执行 **`data/regn_mysql.sql`** 文件，以设置必要的数据库和表。\n\n### 2. **在代码中配置数据库连接**\n\n设置数据库之后，请更新代码中的连接设置，请更改成你本地数据库的身份验证信息（这4个变量在代码的开头 , 大约在59行，具体如下）；附：这些身份验证信息在代码中被两次调用(大约第111行和第1783行)\n\n```python\n# 数据库连接设置作为全局变量\nDB_HOST = 'localhost'    # 数据库主机\nDB_USER = 'root'         # 数据库用户\nDB_PASSWORD = '1234'     # 数据库密码\nDB_NAME = 'traffic_sign_recognition'  # 数据库名\n```\n\n### **关于数据库链接的注意事项**\n\n如果遇到 **`RuntimeError: 'cryptography' package is required for sha256_password or caching_sha2_password auth methods`** 错误，这是因为数据库身份验证出错了，需要正确地创建数据库并输入密码。\n并且如果你本地没有启动mysql服务，也会报这个错，所以请确保你的mysql服务已经启动。\n### 3. 运行 `main.py`。\n\n### 4. 输入您的账号和密码以登录。\n\n以下是默认的登录凭据：\n\n| 用户名   | 密码     |\n|----------|----------|\n| admin    | 123456   |\n| 1        | 2        |\n\n或者修改`main.py`中的主函数：删除登陆逻辑，以直接进入系统而无需进行身份验证。\n\n---\n\n## 项目模块\n\n- `pt`文件夹：存放模型(best.pt是道路标志识别模型)\n- `main_with`文件夹：`login.py`(登陆ui)、`win.py`(主ui)\n- `dialog`文件夹：rtsp弹出界面\n- `apprcc_rc.py`：资源文件\n- `login_ji.py`：界面登陆逻辑文件\n- `data/run/run-exp52`：300轮训练后的道路标志识别模型\n- `utils/tt100k_to_voc-main`文件夹：json转yolo格式\n- `result`保存一些推理文件，`run`保存训练文件\n- 数据集：[TT100k : Traffic-Sign Detection and Classification in the Wild](https://cg.cs.tsinghua.edu.cn/traffic-sign/)\n- 数据库文件：`data`文件夹下`-regn_mysql.sql`\n\n\n> 由于这个项目是在我学习YOLOv5时完成的（已经过了很长一段时间），因此主要的逻辑代码都集中在main.py文件中。换句话说，我没有将不同功能模块化，没有进行模块结构的清晰划分。虽然现在我想给它划分一下模块结构，但是我还是太懒了，嘻嘻 :smile:。如果您有兴趣，可以将其模块化，这样它就会更加清晰。\n\n\n\n## 致谢\n\n- [将TT100K数据集转成VOC格式，并且用Python脚本选出45类超过100张的图片和XML](https://blog.csdn.net/Hankerchen/article/details/120727299?spm=1001.2014.3001.5502)\n- https://github.com/Javacr/PyQt5-YOLOv5\n\n## 联系我们\n> 微信：AIGC004\n> \n> 邮箱: 2545197649@qq.com\n> \n> 公众号：AI进修生\n\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=Ai-trainee/Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI&type=Date)](https://star-history.com/#Ai-trainee/Traffic-Sign-Recognition-PyQt5-YOLOv5-GUI&Date)\n"
  },
  {
    "path": "data/regn_mysql.sql",
    "content": "/*\r\nSQLyog Community v13.2.0 (64 bit)\r\nMySQL - 8.0.32 : Database - traffic_sign_recognition\r\n*********************************************************************\r\n*/\r\n\r\n/*!40101 SET NAMES utf8 */;\r\n\r\n/*!40101 SET SQL_MODE=''*/;\r\n\r\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;\r\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;\r\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;\r\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;\r\nCREATE DATABASE /*!32312 IF NOT EXISTS*/`traffic_sign_recognition` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;\r\n\r\nUSE `traffic_sign_recognition`;\r\n\r\n/*Table structure for table `detection_results` */\r\n\r\nDROP TABLE IF EXISTS `detection_results`;\r\n\r\nCREATE TABLE `detection_results` (\r\n  `id` int NOT NULL AUTO_INCREMENT,\r\n  `sign_type` varchar(255) NOT NULL,\r\n  `sign_count` int NOT NULL,\r\n  `detection_time` varchar(255) DEFAULT NULL,\r\n  `additional_info` text,\r\n  PRIMARY KEY (`id`)\r\n) ENGINE=InnoDB AUTO_INCREMENT=456 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;\r\n\r\n/*Data for the table `detection_results` */\r\n\r\ninsert  into `detection_results`(`id`,`sign_type`,`sign_count`,`detection_time`,`additional_info`) values \r\n(1,'stop',5,'2022-10-02 15:30:00','Weather condition: sunny'),\r\n(3,'pn',1,'2023-04-09 20:00:01','Confidence: 0.91'),\r\n(4,'pl40',1,'2023-04-09 20:00:01','Confidence: 0.93'),\r\n(5,'i2',1,'2023-04-09 20:00:01','Confidence: 0.53'),\r\n(6,'i4',1,'2023-04-09 20:00:01','Confidence: 0.88'),\r\n(8,'pl40',1,'2023-04-09 20:00:01','Confidence: 0.93'),\r\n(14,'pn',1,'2023-04-09 20:00:01','Confidence: 0.90'),\r\n(15,'pl40',1,'2023-04-09 20:00:01','Confidence: 0.94'),\r\n(16,'i2',1,'2023-04-09 20:00:01','Confidence: 0.95'),\r\n(17,'i4',1,'2023-04-09 20:00:02','Confidence: 0.89'),\r\n(18,'pn',1,'2023-04-09 20:00:02','Confidence: 0.90'),\r\n(19,'pl40',1,'2023-04-09 20:00:02','Confidence: 0.94'),\r\n(20,'i2',1,'2023-04-09 20:00:02','Confidence: 0.96'),\r\n(21,'pn',1,'2023-04-09 20:00:02','Confidence: 0.89'),\r\n(22,'i4',1,'2023-04-09 20:00:02','Confidence: 0.91'),\r\n(23,'pl40',1,'2023-04-09 20:00:02','Confidence: 0.94'),\r\n(24,'i2',1,'2023-04-09 20:00:02','Confidence: 0.94'),\r\n(25,'pl40',1,'2023-04-09 20:00:02','Confidence: 0.92'),\r\n(26,'i4',1,'2023-04-09 20:00:02','Confidence: 0.92'),\r\n(27,'pn',1,'2023-04-09 20:00:02','Confidence: 0.93'),\r\n(28,'i2',1,'2023-04-09 20:00:02','Confidence: 0.96'),\r\n(29,'pn',1,'2023-04-09 20:00:02','Confidence: 0.91'),\r\n(30,'i4',1,'2023-04-09 20:00:02','Confidence: 0.92'),\r\n(31,'pl40',1,'2023-04-09 20:00:02','Confidence: 0.94'),\r\n(32,'i2',1,'2023-04-09 20:00:02','Confidence: 0.97'),\r\n(33,'pn',1,'2023-04-09 20:00:03','Confidence: 0.92'),\r\n(34,'i4',1,'2023-04-09 20:00:03','Confidence: 0.92'),\r\n(35,'pl40',1,'2023-04-09 20:00:03','Confidence: 0.94'),\r\n(36,'i2',1,'2023-04-09 20:00:03','Confidence: 0.96'),\r\n(37,'pn',1,'2023-04-09 20:00:03','Confidence: 0.89'),\r\n(38,'i4',1,'2023-04-09 20:00:03','Confidence: 0.93'),\r\n(39,'pl40',1,'2023-04-09 20:00:03','Confidence: 0.94'),\r\n(40,'i2',1,'2023-04-09 20:00:03','Confidence: 0.96'),\r\n(41,'pn',1,'2023-04-09 20:00:03','Confidence: 0.88'),\r\n(42,'i4',1,'2023-04-09 20:00:03','Confidence: 0.93'),\r\n(43,'pl40',1,'2023-04-09 20:00:03','Confidence: 0.94'),\r\n(44,'i2',1,'2023-04-09 20:00:03','Confidence: 0.96'),\r\n(45,'pn',1,'2023-04-09 20:00:03','Confidence: 0.90'),\r\n(46,'i4',1,'2023-04-09 20:00:03','Confidence: 0.94'),\r\n(47,'pl40',1,'2023-04-09 20:00:03','Confidence: 0.95'),\r\n(48,'i2',1,'2023-04-09 20:00:03','Confidence: 0.96'),\r\n(49,'pn',1,'2023-04-09 20:00:04','Confidence: 0.91'),\r\n(50,'i4',1,'2023-04-09 20:00:04','Confidence: 0.93'),\r\n(51,'pl40',1,'2023-04-09 20:00:04','Confidence: 0.94'),\r\n(52,'i2',1,'2023-04-09 20:00:04','Confidence: 0.96'),\r\n(53,'pn',1,'2023-04-09 20:00:04','Confidence: 0.92'),\r\n(54,'i4',1,'2023-04-09 20:00:04','Confidence: 0.93'),\r\n(55,'pl40',1,'2023-04-09 20:00:04','Confidence: 0.94'),\r\n(56,'i2',1,'2023-04-09 20:00:04','Confidence: 0.95'),\r\n(57,'pn',1,'2023-04-09 20:00:04','Confidence: 0.91'),\r\n(58,'i4',1,'2023-04-09 20:00:04','Confidence: 0.93'),\r\n(59,'i2',1,'2023-04-09 20:00:04','Confidence: 0.93'),\r\n(60,'pl40',1,'2023-04-09 20:00:04','Confidence: 0.95'),\r\n(61,'pn',1,'2023-04-09 20:00:04','Confidence: 0.93'),\r\n(62,'i4',1,'2023-04-09 20:00:05','Confidence: 0.94'),\r\n(63,'pl40',1,'2023-04-09 20:00:05','Confidence: 0.95'),\r\n(64,'i2',1,'2023-04-09 20:00:05','Confidence: 0.96'),\r\n(65,'i4',1,'2023-04-09 20:00:05','Confidence: 0.92'),\r\n(66,'pn',1,'2023-04-09 20:00:05','Confidence: 0.92'),\r\n(67,'i2',1,'2023-04-09 20:00:05','Confidence: 0.94'),\r\n(68,'pl40',1,'2023-04-09 20:00:05','Confidence: 0.94'),\r\n(69,'pn',1,'2023-04-09 20:00:05','Confidence: 0.92'),\r\n(70,'i4',1,'2023-04-09 20:00:05','Confidence: 0.93'),\r\n(71,'pl40',1,'2023-04-09 20:00:05','Confidence: 0.95'),\r\n(72,'i2',1,'2023-04-09 20:00:05','Confidence: 0.95'),\r\n(73,'pn',1,'2023-04-09 20:00:05','Confidence: 0.93'),\r\n(74,'i4',1,'2023-04-09 20:00:05','Confidence: 0.93'),\r\n(75,'pl40',1,'2023-04-09 20:00:05','Confidence: 0.94'),\r\n(76,'i2',1,'2023-04-09 20:00:05','Confidence: 0.94'),\r\n(77,'i4',1,'2023-04-09 20:00:05','Confidence: 0.94'),\r\n(78,'pn',1,'2023-04-09 20:00:05','Confidence: 0.94'),\r\n(79,'i2',1,'2023-04-09 20:00:05','Confidence: 0.94'),\r\n(80,'pl40',1,'2023-04-09 20:00:06','Confidence: 0.95'),\r\n(81,'i4',1,'2023-04-09 20:00:06','Confidence: 0.92'),\r\n(82,'pn',1,'2023-04-09 20:00:06','Confidence: 0.94'),\r\n(83,'pl40',1,'2023-04-09 20:00:06','Confidence: 0.95'),\r\n(84,'i2',1,'2023-04-09 20:00:06','Confidence: 0.95'),\r\n(85,'i2',1,'2023-04-09 20:00:06','Confidence: 0.70'),\r\n(86,'pl40',1,'2023-04-09 20:00:06','Confidence: 0.91'),\r\n(87,'i4',1,'2023-04-09 20:00:06','Confidence: 0.91'),\r\n(88,'pn',1,'2023-04-09 20:00:06','Confidence: 0.94'),\r\n(89,'i2',2,'2023-04-09 20:00:06','Confidence: 0.97'),\r\n(90,'p26',1,'2023-04-09 20:00:06','Confidence: 0.62'),\r\n(91,'i4',1,'2023-04-09 20:00:06','Confidence: 0.93'),\r\n(92,'i2',1,'2023-04-09 20:00:06','Confidence: 0.94'),\r\n(93,'pn',1,'2023-04-09 20:00:06','Confidence: 0.94'),\r\n(94,'i4',1,'2023-04-09 20:00:06','Confidence: 0.91'),\r\n(95,'i2',1,'2023-04-09 20:00:06','Confidence: 0.94'),\r\n(96,'pn',1,'2023-04-09 20:00:06','Confidence: 0.94'),\r\n(97,'i2',1,'2023-04-09 20:00:06','Confidence: 0.92'),\r\n(98,'pn',1,'2023-04-09 20:00:06','Confidence: 0.93'),\r\n(99,'i4',1,'2023-04-09 20:00:06','Confidence: 0.93'),\r\n(100,'i2',1,'2023-04-09 20:00:07','Confidence: 0.91'),\r\n(101,'i4',1,'2023-04-09 20:00:07','Confidence: 0.92'),\r\n(102,'pn',1,'2023-04-09 20:00:07','Confidence: 0.93'),\r\n(103,'i5',1,'2023-04-09 20:00:07','Confidence: 0.53'),\r\n(104,'i2',1,'2023-04-09 20:00:07','Confidence: 0.89'),\r\n(105,'i4',1,'2023-04-09 20:00:07','Confidence: 0.91'),\r\n(106,'i4',1,'2023-04-09 20:00:07','Confidence: 0.89'),\r\n(107,'i2',1,'2023-04-09 20:00:07','Confidence: 0.93'),\r\n(108,'i2',1,'2023-04-09 20:00:07','Confidence: 0.77'),\r\n(109,'i4',1,'2023-04-09 20:00:07','Confidence: 0.80'),\r\n(110,'pl40',1,'2023-04-09 20:00:12','Confidence: 0.80'),\r\n(111,'pl40',1,'2023-04-09 20:00:12','Confidence: 0.78'),\r\n(112,'pl40',1,'2023-04-09 20:00:13','Confidence: 0.43'),\r\n(113,'pl40',1,'2023-04-09 20:00:13','Confidence: 0.57'),\r\n(114,'pr40',1,'2023-04-09 20:00:13','Confidence: 0.76'),\r\n(115,'ph4',1,'2023-04-09 20:00:13','Confidence: 0.42'),\r\n(116,'p19',1,'2023-04-09 20:00:13','Confidence: 0.47'),\r\n(117,'pl20',1,'2023-04-09 20:00:13','Confidence: 0.69'),\r\n(118,'ph4',1,'2023-04-09 20:00:13','Confidence: 0.46'),\r\n(119,'pl20',1,'2023-04-09 20:00:13','Confidence: 0.60'),\r\n(120,'pl20',1,'2023-04-09 20:00:14','Confidence: 0.55'),\r\n(121,'p19',1,'2023-04-09 20:00:14','Confidence: 0.43'),\r\n(122,'pl20',1,'2023-04-09 20:00:14','Confidence: 0.43'),\r\n(123,'p10',1,'2023-04-09 20:00:14','Confidence: 0.43'),\r\n(124,'pl40',1,'2023-04-09 20:00:14','Confidence: 0.44'),\r\n(125,'ph4',1,'2023-04-09 20:00:14','Confidence: 0.46'),\r\n(126,'p6',1,'2023-04-09 20:00:14','Confidence: 0.48'),\r\n(127,'p19',1,'2023-04-09 20:00:14','Confidence: 0.58'),\r\n(128,'p10',1,'2023-04-09 20:00:14','Confidence: 0.44'),\r\n(129,'ph4',1,'2023-04-09 20:00:14','Confidence: 0.60'),\r\n(130,'pm20',1,'2023-04-09 20:00:14','Confidence: 0.71'),\r\n(131,'p10',1,'2023-04-09 20:00:15','Confidence: 0.57'),\r\n(132,'pl40',1,'2023-04-09 20:00:15','Confidence: 0.80'),\r\n(133,'p10',1,'2023-04-09 20:00:15','Confidence: 0.68'),\r\n(134,'pl40',1,'2023-04-09 20:00:15','Confidence: 0.81'),\r\n(135,'pn',1,'2023-04-09 20:25:49','Confidence: 0.50'),\r\n(136,'pl40',1,'2023-04-09 20:25:49','Confidence: 0.89'),\r\n(137,'pl40',1,'2023-04-09 20:25:49','Confidence: 0.91'),\r\n(138,'pn',1,'2023-04-09 20:25:49','Confidence: 0.52'),\r\n(139,'pl40',1,'2023-04-09 20:25:49','Confidence: 0.92'),\r\n(140,'pn',1,'2023-04-09 20:25:49','Confidence: 0.82'),\r\n(141,'pl40',1,'2023-04-09 20:25:50','Confidence: 0.92'),\r\n(142,'pn',1,'2023-04-09 20:25:50','Confidence: 0.82'),\r\n(143,'pl40',1,'2023-04-09 20:25:50','Confidence: 0.91'),\r\n(144,'pn',1,'2023-04-09 20:25:50','Confidence: 0.45'),\r\n(145,'pl40',1,'2023-04-09 20:25:50','Confidence: 0.85'),\r\n(146,'pn',1,'2023-04-09 20:25:50','Confidence: 0.82'),\r\n(147,'pl40',1,'2023-04-09 20:25:50','Confidence: 0.91'),\r\n(148,'pn',1,'2023-04-09 20:25:50','Confidence: 0.85'),\r\n(149,'pl40',1,'2023-04-09 20:25:50','Confidence: 0.91'),\r\n(150,'pn',1,'2023-04-09 20:25:50','Confidence: 0.90'),\r\n(151,'pl40',1,'2023-04-09 20:25:50','Confidence: 0.90'),\r\n(152,'pn',1,'2023-04-09 20:25:50','Confidence: 0.89'),\r\n(153,'pl40',1,'2023-04-09 20:25:50','Confidence: 0.91'),\r\n(154,'pl40',1,'2023-04-09 20:25:50','Confidence: 0.89'),\r\n(155,'pn',1,'2023-04-09 20:25:50','Confidence: 0.89'),\r\n(156,'pn',1,'2023-04-09 20:25:51','Confidence: 0.78'),\r\n(157,'pl40',1,'2023-04-09 20:25:51','Confidence: 0.89'),\r\n(158,'pl40',1,'2023-04-09 20:25:51','Confidence: 0.89'),\r\n(159,'pn',1,'2023-04-09 20:25:51','Confidence: 0.90'),\r\n(160,'pn',1,'2023-04-09 20:25:51','Confidence: 0.88'),\r\n(161,'pl40',1,'2023-04-09 20:25:51','Confidence: 0.92'),\r\n(162,'pn',1,'2023-04-09 20:25:51','Confidence: 0.86'),\r\n(163,'pl40',1,'2023-04-09 20:25:51','Confidence: 0.91'),\r\n(164,'pn',1,'2023-04-09 20:25:51','Confidence: 0.78'),\r\n(165,'pl40',1,'2023-04-09 20:25:51','Confidence: 0.91'),\r\n(166,'pn',1,'2023-04-09 20:25:51','Confidence: 0.90'),\r\n(167,'pl40',1,'2023-04-09 20:25:51','Confidence: 0.91'),\r\n(168,'pn',1,'2023-04-09 20:25:51','Confidence: 0.90'),\r\n(169,'pl40',1,'2023-04-09 20:25:51','Confidence: 0.91'),\r\n(170,'pn',1,'2023-04-09 20:25:52','Confidence: 0.91'),\r\n(171,'pl40',1,'2023-04-09 20:25:52','Confidence: 0.93'),\r\n(172,'i2',1,'2023-04-09 20:25:52','Confidence: 0.53'),\r\n(173,'i4',1,'2023-04-09 20:25:52','Confidence: 0.88'),\r\n(174,'pn',1,'2023-04-09 20:25:52','Confidence: 0.91'),\r\n(175,'pl40',1,'2023-04-09 20:25:52','Confidence: 0.93'),\r\n(176,'pn',1,'2023-04-09 20:25:52','Confidence: 0.86'),\r\n(177,'i4',1,'2023-04-09 20:25:52','Confidence: 0.88'),\r\n(178,'pl40',1,'2023-04-09 20:25:52','Confidence: 0.91'),\r\n(179,'i2',1,'2023-04-09 20:25:52','Confidence: 0.94'),\r\n(180,'i4',1,'2023-04-09 20:25:52','Confidence: 0.87'),\r\n(181,'pn',1,'2023-04-09 20:25:52','Confidence: 0.90'),\r\n(182,'pl40',1,'2023-04-09 20:25:52','Confidence: 0.94'),\r\n(183,'i2',1,'2023-04-09 20:25:52','Confidence: 0.95'),\r\n(184,'i4',1,'2023-04-09 20:25:52','Confidence: 0.89'),\r\n(185,'pn',1,'2023-04-09 20:25:52','Confidence: 0.90'),\r\n(186,'pl40',1,'2023-04-09 20:25:52','Confidence: 0.94'),\r\n(187,'i2',1,'2023-04-09 20:25:52','Confidence: 0.96'),\r\n(188,'pn',1,'2023-04-09 20:25:53','Confidence: 0.89'),\r\n(189,'i4',1,'2023-04-09 20:25:53','Confidence: 0.91'),\r\n(190,'pl40',1,'2023-04-09 20:25:53','Confidence: 0.94'),\r\n(191,'i2',1,'2023-04-09 20:25:53','Confidence: 0.94'),\r\n(192,'pl40',1,'2023-04-09 20:25:53','Confidence: 0.92'),\r\n(193,'i4',1,'2023-04-09 20:25:53','Confidence: 0.92'),\r\n(194,'pn',1,'2023-04-09 20:25:53','Confidence: 0.93'),\r\n(195,'i2',1,'2023-04-09 20:25:53','Confidence: 0.96'),\r\n(196,'pn',1,'2023-04-09 20:25:53','Confidence: 0.91'),\r\n(197,'i4',1,'2023-04-09 20:25:53','Confidence: 0.92'),\r\n(198,'pl40',1,'2023-04-09 20:25:53','Confidence: 0.94'),\r\n(199,'i2',1,'2023-04-09 20:25:53','Confidence: 0.97'),\r\n(200,'pn',1,'2023-04-09 20:25:53','Confidence: 0.92'),\r\n(201,'i4',1,'2023-04-09 20:25:53','Confidence: 0.92'),\r\n(202,'pl40',1,'2023-04-09 20:25:53','Confidence: 0.94'),\r\n(203,'i2',1,'2023-04-09 20:25:53','Confidence: 0.96'),\r\n(204,'pn',1,'2023-04-09 20:25:53','Confidence: 0.89'),\r\n(205,'i4',1,'2023-04-09 20:25:53','Confidence: 0.93'),\r\n(206,'pl40',1,'2023-04-09 20:25:53','Confidence: 0.94'),\r\n(207,'i2',1,'2023-04-09 20:25:54','Confidence: 0.96'),\r\n(208,'pn',1,'2023-04-09 20:25:54','Confidence: 0.88'),\r\n(209,'i4',1,'2023-04-09 20:25:54','Confidence: 0.93'),\r\n(210,'pl40',1,'2023-04-09 20:25:54','Confidence: 0.94'),\r\n(211,'i2',1,'2023-04-09 20:25:54','Confidence: 0.96'),\r\n(212,'pn',1,'2023-04-09 20:25:54','Confidence: 0.90'),\r\n(213,'i4',1,'2023-04-09 20:25:54','Confidence: 0.94'),\r\n(214,'pl40',1,'2023-04-09 20:25:54','Confidence: 0.95'),\r\n(215,'i2',1,'2023-04-09 20:25:54','Confidence: 0.96'),\r\n(216,'pn',1,'2023-04-09 20:25:54','Confidence: 0.91'),\r\n(217,'i4',1,'2023-04-09 20:25:54','Confidence: 0.93'),\r\n(218,'pl40',1,'2023-04-09 20:25:54','Confidence: 0.94'),\r\n(219,'i2',1,'2023-04-09 20:25:54','Confidence: 0.96'),\r\n(220,'pn',1,'2023-04-09 20:25:54','Confidence: 0.92'),\r\n(221,'i4',1,'2023-04-09 20:25:55','Confidence: 0.93'),\r\n(222,'pl40',1,'2023-04-09 20:25:55','Confidence: 0.94'),\r\n(223,'i2',1,'2023-04-09 20:25:55','Confidence: 0.95'),\r\n(224,'pn',1,'2023-04-09 20:25:55','Confidence: 0.91'),\r\n(225,'i4',1,'2023-04-09 20:25:55','Confidence: 0.93'),\r\n(226,'i2',1,'2023-04-09 20:25:55','Confidence: 0.93'),\r\n(227,'pl40',1,'2023-04-09 20:25:55','Confidence: 0.95'),\r\n(228,'pn',1,'2023-04-09 20:25:55','Confidence: 0.93'),\r\n(229,'i4',1,'2023-04-09 20:25:55','Confidence: 0.94'),\r\n(230,'pl40',1,'2023-04-09 20:25:55','Confidence: 0.95'),\r\n(231,'i2',1,'2023-04-09 20:25:55','Confidence: 0.96'),\r\n(232,'i4',1,'2023-04-09 20:25:55','Confidence: 0.92'),\r\n(233,'pn',1,'2023-04-09 20:25:55','Confidence: 0.92'),\r\n(234,'i2',1,'2023-04-09 20:25:55','Confidence: 0.94'),\r\n(235,'pl40',1,'2023-04-09 20:25:55','Confidence: 0.94'),\r\n(236,'pn',1,'2023-04-09 20:25:55','Confidence: 0.92'),\r\n(237,'i4',1,'2023-04-09 20:25:55','Confidence: 0.93'),\r\n(238,'pl40',1,'2023-04-09 20:25:56','Confidence: 0.95'),\r\n(239,'i2',1,'2023-04-09 20:25:56','Confidence: 0.95'),\r\n(240,'pn',1,'2023-04-09 20:25:56','Confidence: 0.93'),\r\n(241,'i4',1,'2023-04-09 20:25:56','Confidence: 0.93'),\r\n(242,'pl40',1,'2023-04-09 20:25:56','Confidence: 0.94'),\r\n(243,'i2',1,'2023-04-09 20:25:56','Confidence: 0.94'),\r\n(244,'i4',1,'2023-04-09 20:25:56','Confidence: 0.94'),\r\n(245,'pn',1,'2023-04-09 20:25:56','Confidence: 0.94'),\r\n(246,'i2',1,'2023-04-09 20:25:56','Confidence: 0.94'),\r\n(247,'pl40',1,'2023-04-09 20:25:56','Confidence: 0.95'),\r\n(248,'i4',1,'2023-04-09 20:25:56','Confidence: 0.92'),\r\n(249,'pn',1,'2023-04-09 20:25:56','Confidence: 0.94'),\r\n(250,'pl40',1,'2023-04-09 20:25:56','Confidence: 0.95'),\r\n(251,'i2',1,'2023-04-09 20:25:56','Confidence: 0.95'),\r\n(252,'i2',1,'2023-04-09 20:25:56','Confidence: 0.70'),\r\n(253,'pl40',1,'2023-04-09 20:25:56','Confidence: 0.91'),\r\n(254,'i4',1,'2023-04-09 20:25:56','Confidence: 0.91'),\r\n(255,'pn',1,'2023-04-09 20:25:56','Confidence: 0.94'),\r\n(256,'i2',2,'2023-04-09 20:25:56','Confidence: 0.97'),\r\n(257,'p26',1,'2023-04-09 20:25:56','Confidence: 0.62'),\r\n(258,'i4',1,'2023-04-09 20:25:56','Confidence: 0.93'),\r\n(259,'i2',1,'2023-04-09 20:25:56','Confidence: 0.94'),\r\n(260,'pn',1,'2023-04-09 20:25:56','Confidence: 0.94'),\r\n(261,'i4',1,'2023-04-09 20:25:57','Confidence: 0.91'),\r\n(262,'i2',1,'2023-04-09 20:25:57','Confidence: 0.94'),\r\n(263,'pn',1,'2023-04-09 20:25:57','Confidence: 0.94'),\r\n(264,'i2',1,'2023-04-09 20:25:57','Confidence: 0.92'),\r\n(265,'pn',1,'2023-04-09 20:25:57','Confidence: 0.93'),\r\n(266,'i4',1,'2023-04-09 20:25:57','Confidence: 0.93'),\r\n(267,'i2',1,'2023-04-09 20:25:57','Confidence: 0.91'),\r\n(268,'i4',1,'2023-04-09 20:25:57','Confidence: 0.92'),\r\n(269,'pn',1,'2023-04-09 20:25:57','Confidence: 0.93'),\r\n(270,'i5',1,'2023-04-09 20:25:57','Confidence: 0.53'),\r\n(271,'i2',1,'2023-04-09 20:25:57','Confidence: 0.89'),\r\n(272,'i4',1,'2023-04-09 20:25:57','Confidence: 0.91'),\r\n(273,'i4',1,'2023-04-09 20:25:57','Confidence: 0.89'),\r\n(274,'i2',1,'2023-04-09 20:25:57','Confidence: 0.93'),\r\n(275,'i2',1,'2023-04-09 20:25:57','Confidence: 0.77'),\r\n(276,'i4',1,'2023-04-09 20:25:57','Confidence: 0.80'),\r\n(277,'pl40',1,'2023-04-09 20:26:02','Confidence: 0.35'),\r\n(278,'pl40',1,'2023-04-09 20:26:02','Confidence: 0.80'),\r\n(279,'pl40',1,'2023-04-09 20:26:02','Confidence: 0.78'),\r\n(280,'pl40',1,'2023-04-09 20:26:02','Confidence: 0.43'),\r\n(281,'pl40',1,'2023-04-09 20:26:02','Confidence: 0.57'),\r\n(282,'pr40',1,'2023-04-09 20:26:03','Confidence: 0.76'),\r\n(283,'ph4',1,'2023-04-09 20:26:03','Confidence: 0.42'),\r\n(284,'p19',1,'2023-04-09 20:26:03','Confidence: 0.47'),\r\n(285,'pl20',1,'2023-04-09 20:26:03','Confidence: 0.69'),\r\n(286,'ph4',1,'2023-04-09 20:26:03','Confidence: 0.46'),\r\n(287,'pl20',1,'2023-04-09 20:26:03','Confidence: 0.60'),\r\n(288,'p10',1,'2023-04-09 20:26:03','Confidence: 0.37'),\r\n(289,'pl20',1,'2023-04-09 20:26:04','Confidence: 0.55'),\r\n(290,'p19',1,'2023-04-09 20:26:04','Confidence: 0.43'),\r\n(291,'pl20',1,'2023-04-09 20:26:04','Confidence: 0.43'),\r\n(292,'pl40',1,'2023-04-09 20:26:04','Confidence: 0.38'),\r\n(293,'p10',1,'2023-04-09 20:26:04','Confidence: 0.43'),\r\n(294,'pl40',1,'2023-04-09 20:26:04','Confidence: 0.44'),\r\n(295,'ph4',1,'2023-04-09 20:26:04','Confidence: 0.46'),\r\n(296,'p6',1,'2023-04-09 20:26:04','Confidence: 0.48'),\r\n(297,'p19',1,'2023-04-09 20:26:04','Confidence: 0.58'),\r\n(298,'p10',1,'2023-04-09 20:26:04','Confidence: 0.44'),\r\n(299,'ph4',1,'2023-04-09 20:26:04','Confidence: 0.60'),\r\n(300,'pm20',1,'2023-04-09 20:26:04','Confidence: 0.71'),\r\n(301,'p10',1,'2023-04-09 20:26:04','Confidence: 0.37'),\r\n(302,'p10',1,'2023-04-09 20:26:05','Confidence: 0.57'),\r\n(303,'pl40',1,'2023-04-09 20:26:05','Confidence: 0.80'),\r\n(304,'p10',1,'2023-04-09 20:26:05','Confidence: 0.68'),\r\n(305,'pl40',1,'2023-04-09 20:26:05','Confidence: 0.81'),\r\n(306,'p6',1,'2023-04-09 20:26:05','Confidence: 0.37'),\r\n(307,'w32',1,'2023-04-09 20:26:05','Confidence: 0.44'),\r\n(308,'pl70',1,'2023-04-09 20:26:05','Confidence: 0.49'),\r\n(309,'p10',1,'2023-04-09 20:26:05','Confidence: 0.55'),\r\n(310,'pl40',1,'2023-04-09 20:26:05','Confidence: 0.64'),\r\n(311,'pl40',1,'2023-04-09 20:26:05','Confidence: 0.81'),\r\n(312,'w32',1,'2023-04-09 20:26:05','Confidence: 0.39'),\r\n(313,'p10',1,'2023-04-09 20:26:05','Confidence: 0.84'),\r\n(314,'pl40',1,'2023-04-09 20:26:05','Confidence: 0.88'),\r\n(315,'w32',1,'2023-04-09 20:26:05','Confidence: 0.48'),\r\n(316,'pl20',1,'2023-04-09 20:26:06','Confidence: 0.49'),\r\n(317,'w32',1,'2023-04-09 20:26:06','Confidence: 0.43'),\r\n(318,'p19',1,'2023-04-09 20:26:06','Confidence: 0.82'),\r\n(319,'pl40',1,'2023-04-09 20:26:06','Confidence: 0.92'),\r\n(320,'p23',1,'2023-04-09 20:26:06','Confidence: 0.40'),\r\n(321,'p19',1,'2023-04-09 20:26:06','Confidence: 0.68'),\r\n(322,'pl40',1,'2023-04-09 20:26:06','Confidence: 0.83'),\r\n(323,'pl40',1,'2023-04-09 20:26:06','Confidence: 0.37'),\r\n(324,'w32',1,'2023-04-09 20:26:06','Confidence: 0.40'),\r\n(325,'p10',1,'2023-04-09 20:26:06','Confidence: 0.75'),\r\n(326,'pl60',1,'2023-04-09 20:26:06','Confidence: 0.86'),\r\n(327,'w32',1,'2023-04-09 20:26:06','Confidence: 0.53'),\r\n(328,'p10',1,'2023-04-09 20:26:06','Confidence: 0.53'),\r\n(329,'p6',1,'2023-04-09 20:26:06','Confidence: 0.53'),\r\n(330,'pm30',1,'2023-04-09 20:26:06','Confidence: 0.55'),\r\n(331,'pl60',1,'2023-04-09 20:26:06','Confidence: 0.81'),\r\n(332,'p6',1,'2023-04-09 20:26:06','Confidence: 0.43'),\r\n(333,'w32',1,'2023-04-09 20:26:07','Confidence: 0.58'),\r\n(334,'pl40',1,'2023-04-09 20:26:07','Confidence: 0.64'),\r\n(335,'w32',1,'2023-04-09 20:26:07','Confidence: 0.51'),\r\n(336,'pm20',1,'2023-04-09 20:26:07','Confidence: 0.82'),\r\n(337,'p10',1,'2023-04-09 20:26:07','Confidence: 0.86'),\r\n(338,'w32',1,'2023-04-09 20:26:07','Confidence: 0.41'),\r\n(339,'pl60',1,'2023-04-09 20:26:07','Confidence: 0.66'),\r\n(340,'p19',1,'2023-04-09 20:26:07','Confidence: 0.87'),\r\n(341,'p10',1,'2023-04-09 20:26:07','Confidence: 0.43'),\r\n(342,'w32',1,'2023-04-09 20:26:07','Confidence: 0.47'),\r\n(343,'pl40',1,'2023-04-09 20:26:07','Confidence: 0.53'),\r\n(344,'p6',1,'2023-04-09 20:26:07','Confidence: 0.69'),\r\n(345,'pl40',1,'2023-04-09 20:26:07','Confidence: 0.43'),\r\n(346,'p23',1,'2023-04-09 20:26:07','Confidence: 0.53'),\r\n(347,'pm30',1,'2023-04-09 20:26:07','Confidence: 0.44'),\r\n(348,'pm20',1,'2023-04-09 20:26:07','Confidence: 0.88'),\r\n(349,'p23',1,'2023-04-09 20:26:08','Confidence: 0.48'),\r\n(350,'p19',1,'2023-04-09 20:26:08','Confidence: 0.61'),\r\n(351,'pm20',1,'2023-04-09 20:26:08','Confidence: 0.87'),\r\n(352,'w32',1,'2023-04-09 20:26:08','Confidence: 0.40'),\r\n(353,'p19',1,'2023-04-09 20:26:08','Confidence: 0.89'),\r\n(354,'pm20',1,'2023-04-09 20:26:08','Confidence: 0.90'),\r\n(355,'p19',1,'2023-04-09 20:26:08','Confidence: 0.40'),\r\n(356,'w32',1,'2023-04-09 20:26:08','Confidence: 0.49'),\r\n(357,'p10',1,'2023-04-09 20:26:08','Confidence: 0.52'),\r\n(358,'p23',1,'2023-04-09 20:26:08','Confidence: 0.61'),\r\n(359,'pm20',1,'2023-04-09 20:26:08','Confidence: 0.74'),\r\n(360,'pm30',1,'2023-04-09 20:26:08','Confidence: 0.80'),\r\n(362,'w55',1,'2023-05-12 19:24:42','Confidence: 0.90'),\r\n(363,'w55',1,'2023-05-12 19:24:45','Confidence: 0.92'),\r\n(364,'w55',1,'2023-05-12 19:24:45','Confidence: 0.90'),\r\n(365,'w55',1,'2023-05-12 19:24:45','Confidence: 0.93'),\r\n(366,'w55',1,'2023-05-12 19:24:45','Confidence: 0.90'),\r\n(367,'w55',1,'2023-05-12 19:24:45','Confidence: 0.93'),\r\n(368,'w13',1,'2023-05-12 19:24:46','Confidence: 0.81'),\r\n(369,'w13',1,'2023-05-12 19:24:46','Confidence: 0.69'),\r\n(370,'w13',1,'2023-05-12 19:24:46','Confidence: 0.80'),\r\n(371,'w55',1,'2023-05-12 19:24:46','Confidence: 0.74'),\r\n(372,'pl40',1,'2023-05-25 17:27:24','Confidence: 0.80'),\r\n(373,'pl40',1,'2023-05-25 17:27:25','Confidence: 0.78'),\r\n(374,'pl40',1,'2023-05-25 17:27:25','Confidence: 0.43'),\r\n(375,'pl40',1,'2023-05-25 17:27:25','Confidence: 0.57'),\r\n(376,'pr40',1,'2023-05-25 17:27:25','Confidence: 0.76'),\r\n(377,'ph4',1,'2023-05-25 17:27:25','Confidence: 0.42'),\r\n(378,'p19',1,'2023-05-25 17:27:25','Confidence: 0.47'),\r\n(379,'pl20',1,'2023-05-25 17:27:26','Confidence: 0.69'),\r\n(380,'ph4',1,'2023-05-25 17:27:26','Confidence: 0.46'),\r\n(381,'pl20',1,'2023-05-25 17:27:26','Confidence: 0.60'),\r\n(382,'pl20',1,'2023-05-25 17:27:26','Confidence: 0.55'),\r\n(383,'p19',1,'2023-05-25 17:27:26','Confidence: 0.43'),\r\n(384,'pl20',1,'2023-05-25 17:27:26','Confidence: 0.43'),\r\n(385,'p10',1,'2023-05-25 17:27:26','Confidence: 0.43'),\r\n(386,'pl40',1,'2023-05-25 17:27:26','Confidence: 0.44'),\r\n(387,'ph4',1,'2023-05-25 17:27:26','Confidence: 0.46'),\r\n(388,'p6',1,'2023-05-25 17:27:26','Confidence: 0.48'),\r\n(389,'p19',1,'2023-05-25 17:27:26','Confidence: 0.58'),\r\n(390,'p10',1,'2023-05-25 17:27:27','Confidence: 0.44'),\r\n(391,'ph4',1,'2023-05-25 17:27:27','Confidence: 0.60'),\r\n(392,'pm20',1,'2023-05-25 17:27:27','Confidence: 0.71'),\r\n(393,'p10',1,'2023-05-25 17:27:27','Confidence: 0.57'),\r\n(394,'pl40',1,'2023-05-25 17:27:27','Confidence: 0.80'),\r\n(395,'p10',1,'2023-05-25 17:27:27','Confidence: 0.68'),\r\n(396,'pl40',1,'2023-05-25 17:27:27','Confidence: 0.81'),\r\n(397,'w32',1,'2023-05-25 17:27:27','Confidence: 0.44'),\r\n(398,'pl70',1,'2023-05-25 17:27:27','Confidence: 0.49'),\r\n(399,'p10',1,'2023-05-25 17:27:27','Confidence: 0.55'),\r\n(400,'pl40',1,'2023-05-25 17:27:27','Confidence: 0.64'),\r\n(401,'pl40',1,'2023-05-25 17:27:27','Confidence: 0.81'),\r\n(402,'p10',1,'2023-05-25 17:27:27','Confidence: 0.84'),\r\n(403,'pl40',1,'2023-05-25 17:27:27','Confidence: 0.88'),\r\n(404,'w32',1,'2023-05-25 17:27:27','Confidence: 0.48'),\r\n(405,'pl20',1,'2023-05-25 17:27:27','Confidence: 0.49'),\r\n(406,'w32',1,'2023-05-25 17:27:27','Confidence: 0.43'),\r\n(407,'p19',1,'2023-05-25 17:27:27','Confidence: 0.82'),\r\n(408,'pl40',1,'2023-05-25 17:27:27','Confidence: 0.92'),\r\n(409,'p19',1,'2023-05-25 17:27:28','Confidence: 0.68'),\r\n(410,'pl40',1,'2023-05-25 17:27:28','Confidence: 0.83'),\r\n(411,'p10',1,'2023-05-25 17:27:28','Confidence: 0.75'),\r\n(412,'pl60',1,'2023-05-25 17:27:28','Confidence: 0.86'),\r\n(413,'w32',1,'2023-05-25 17:27:28','Confidence: 0.53'),\r\n(414,'p10',1,'2023-05-25 17:27:28','Confidence: 0.53'),\r\n(415,'p6',1,'2023-05-25 17:27:28','Confidence: 0.53'),\r\n(416,'pm30',1,'2023-05-25 17:27:28','Confidence: 0.55'),\r\n(417,'pl60',1,'2023-05-25 17:27:28','Confidence: 0.81'),\r\n(418,'p6',1,'2023-05-25 17:27:35','Confidence: 0.43'),\r\n(419,'w32',1,'2023-05-25 17:27:35','Confidence: 0.58'),\r\n(420,'pl40',1,'2023-05-25 17:27:35','Confidence: 0.64'),\r\n(421,'w32',1,'2023-05-25 17:27:35','Confidence: 0.51'),\r\n(422,'pm20',1,'2023-05-25 17:27:36','Confidence: 0.82'),\r\n(423,'p10',1,'2023-05-25 17:27:36','Confidence: 0.86'),\r\n(424,'w32',1,'2023-05-25 17:27:36','Confidence: 0.41'),\r\n(425,'pl60',1,'2023-05-25 17:27:36','Confidence: 0.66'),\r\n(426,'p19',1,'2023-05-25 17:27:36','Confidence: 0.87'),\r\n(427,'p10',1,'2023-05-25 17:27:36','Confidence: 0.43'),\r\n(428,'w32',1,'2023-05-25 17:27:36','Confidence: 0.47'),\r\n(429,'pl40',1,'2023-05-25 17:27:36','Confidence: 0.53'),\r\n(430,'p6',1,'2023-05-25 17:27:36','Confidence: 0.69'),\r\n(431,'pl40',1,'2023-05-25 17:27:36','Confidence: 0.43'),\r\n(432,'p23',1,'2023-05-25 17:27:36','Confidence: 0.53'),\r\n(433,'pm30',1,'2023-05-25 17:27:37','Confidence: 0.44'),\r\n(434,'pm20',1,'2023-05-25 17:27:37','Confidence: 0.88'),\r\n(435,'p23',1,'2023-05-25 17:27:37','Confidence: 0.48'),\r\n(436,'p19',1,'2023-05-25 17:27:37','Confidence: 0.61'),\r\n(437,'pm20',1,'2023-05-25 17:27:37','Confidence: 0.87'),\r\n(438,'p19',1,'2023-05-25 17:27:37','Confidence: 0.89'),\r\n(439,'pm20',1,'2023-05-25 17:27:37','Confidence: 0.90'),\r\n(440,'w32',1,'2023-05-25 17:27:37','Confidence: 0.49'),\r\n(441,'p10',1,'2023-05-25 17:27:37','Confidence: 0.52'),\r\n(442,'p23',1,'2023-05-25 17:27:37','Confidence: 0.61'),\r\n(443,'pm20',1,'2023-05-25 17:27:37','Confidence: 0.74'),\r\n(444,'pm30',1,'2023-05-25 17:27:37','Confidence: 0.80'),\r\n(445,'p23',1,'2023-05-25 17:27:37','Confidence: 0.55'),\r\n(446,'w32',1,'2023-05-25 17:27:37','Confidence: 0.56'),\r\n(447,'pm20',1,'2023-05-25 17:27:37','Confidence: 0.75'),\r\n(448,'p19',1,'2023-05-25 17:27:37','Confidence: 0.76'),\r\n(449,'p19',1,'2023-05-25 17:27:38','Confidence: 0.59'),\r\n(450,'pm20',1,'2023-05-25 17:27:38','Confidence: 0.78'),\r\n(451,'p23',1,'2023-05-25 17:27:38','Confidence: 0.84'),\r\n(452,'pl40',1,'2023-05-25 17:27:38','Confidence: 0.45'),\r\n(453,'w32',1,'2023-05-25 17:27:38','Confidence: 0.50'),\r\n(454,'pm20',1,'2023-05-25 17:27:38','Confidence: 0.85'),\r\n(455,'p19',1,'2023-05-25 17:27:38','Confidence: 0.91');\r\n\r\n/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\r\n/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\r\n/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\r\n/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;\r\n"
  },
  {
    "path": "data/run/exp52/hyp.yaml",
    "content": "lr0: 0.001\nlrf: 0.01\nmomentum: 0.937\nweight_decay: 0.0005\nwarmup_epochs: 3.0\nwarmup_momentum: 0.8\nwarmup_bias_lr: 0.1\nbox: 0.05\ncls: 0.5\ncls_pw: 1.0\nobj: 1.0\nobj_pw: 1.0\niou_t: 0.2\nanchor_t: 4.0\nfl_gamma: 0.0\nhsv_h: 0.015\nhsv_s: 0.7\nhsv_v: 0.4\ndegrees: 0.0\ntranslate: 0.1\nscale: 0.5\nshear: 0.0\nperspective: 0.0\nflipud: 0.0\nfliplr: 0.5\nmosaic: 1.0\nmixup: 0.0\ncopy_paste: 0.0\n"
  },
  {
    "path": "data/run/exp52/opt.yaml",
    "content": "weights: runs\\train\\exp51\\weights\\best.pt\ncfg: ''\ndata: E:\\Desktop\\yolov5-6.0\\data\\1.yaml\nhyp: data\\hyps\\hyp.scratch-low.yaml\nepochs: 20\nbatch_size: 8\nimgsz: 1280\nrect: false\nresume: false\nnosave: false\nnoval: false\nnoautoanchor: false\nevolve: null\nbucket: ''\ncache: null\nimage_weights: true\ndevice: ''\nmulti_scale: false\nsingle_cls: false\nadam: true\nsync_bn: false\nworkers: 4\nproject: runs\\train\nname: exp\nexist_ok: false\nquad: false\nlinear_lr: false\nlabel_smoothing: 0.0\npatience: 100\nfreeze: 0\nsave_period: -1\nlocal_rank: -1\nentity: null\nupload_dataset: false\nbbox_interval: -1\nartifact_alias: latest\nsave_dir: runs\\train\\exp52\n"
  },
  {
    "path": "data/scripts/download_weights.sh",
    "content": "#!/bin/bash\n# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n# Download latest models from https://github.com/ultralytics/yolov5/releases\n# Example usage: bash path/to/download_weights.sh\n# parent\n# └── yolov5\n#     ├── yolov5s.pt  ← downloads here\n#     ├── yolov5m.pt\n#     └── ...\n\npython - <<EOF\nfrom utils.downloads import attempt_download\n\nmodels = ['n', 's', 'm', 'l', 'x']\nmodels.extend([x + '6' for x in models])  # add P6 models\n\nfor x in models:\n    attempt_download(f'yolov5{x}.pt')\n\nEOF\n"
  },
  {
    "path": "data/scripts/get_coco.sh",
    "content": "#!/bin/bash\n# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n# Download COCO 2017 dataset http://cocodataset.org\n# Example usage: bash data/scripts/get_coco.sh\n# parent\n# ├── yolov5\n# └── datasets\n#     └── coco  ← downloads here\n\n# Download/unzip labels\nd='../datasets' # unzip directory\nurl=https://github.com/ultralytics/yolov5/releases/download/v1.0/\nf='coco2017labels.zip' # or 'coco2017labels-segments.zip', 68 MB\necho 'Downloading' $url$f ' ...'\ncurl -L $url$f -o $f && unzip -q $f -d $d && rm $f &\n\n# Download/unzip images\nd='../datasets/coco/images' # unzip directory\nurl=http://images.cocodataset.org/zips/\nf1='train2017.zip' # 19G, 118k images\nf2='val2017.zip'   # 1G, 5k images\nf3='test2017.zip'  # 7G, 41k images (optional)\nfor f in $f1 $f2; do\n  echo 'Downloading' $url$f '...'\n  curl -L $url$f -o $f && unzip -q $f -d $d && rm $f &\ndone\nwait # finish background tasks\n"
  },
  {
    "path": "data/scripts/get_coco128.sh",
    "content": "#!/bin/bash\n# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n# Download COCO128 dataset https://www.kaggle.com/ultralytics/coco128 (first 128 images from COCO train2017)\n# Example usage: bash data/scripts/get_coco128.sh\n# parent\n# ├── yolov5\n# └── datasets\n#     └── coco128  ← downloads here\n\n# Download/unzip images and labels\nd='../datasets' # unzip directory\nurl=https://github.com/ultralytics/yolov5/releases/download/v1.0/\nf='coco128.zip' # or 'coco128-segments.zip', 68 MB\necho 'Downloading' $url$f ' ...'\ncurl -L $url$f -o $f && unzip -q $f -d $d && rm $f &\n\nwait # finish background tasks\n"
  },
  {
    "path": "detect.py",
    "content": "\"\"\"Run inference with a YOLOv5 model on images, videos, directories, streams\n\nUsage:\n    $ python path/to/detect.py --source path/to/img.jpg --weights yolov5s.pt --img 640\n\"\"\"\n\nimport argparse\nimport sys\nimport time\nfrom pathlib import Path\n\nimport cv2\nimport torch\nimport torch.backends.cudnn as cudnn\n\nFILE = Path(__file__).absolute()\nsys.path.append(FILE.parents[0].as_posix())  # add yolov5/ to path\n\nfrom models.experimental import attempt_load\nfrom utils.datasets import LoadStreams, LoadImages\nfrom utils.general import check_img_size, check_requirements, check_imshow, colorstr, non_max_suppression, \\\n    apply_classifier, scale_coords, xyxy2xywh, strip_optimizer, set_logging, increment_path, save_one_box\nfrom utils.plots import colors, plot_one_box\nfrom utils.torch_utils import select_device, load_classifier, time_sync\n\nFILE = Path(__file__).resolve()\nROOT = FILE.parents[0]  # YOLOv5 root directory\nif str(ROOT) not in sys.path:\n    sys.path.append(str(ROOT))  # add ROOT to PATH\nROOT = Path(os.path.relpath(ROOT, Path.cwd()))  # relative\n\n@torch.no_grad()\ndef run(weights='yolov5s.pt',  # model.pt path(s)\n        source='data/images',  # file/dir/URL/glob, 0 for webcam\n        imgsz=640,  # inference size (pixels)\n        conf_thres=0.25,  # confidence threshold\n        iou_thres=0.45,  # NMS IOU threshold\n        max_det=1000,  # maximum detections per image\n        device='',  # cuda device, i.e. 0 or 0,1,2,3 or cpu\n        view_img=False,  # show results\n        save_txt=False,  # save results to *.txt\n        save_conf=False,  # save confidences in --save-txt labels\n        save_crop=False,  # save cropped prediction boxes\n        nosave=False,  # do not save images/videos\n        classes=None,  # filter by class: --class 0, or --class 0 2 3\n        agnostic_nms=False,  # class-agnostic NMS\n        augment=False,  # augmented inference\n        visualize=False,  # visualize features\n        update=False,  # update all models\n        project='runs/detect',  # save results to project/name\n        name='exp',  # save results to project/name\n        exist_ok=False,  # existing project/name ok, do not increment\n        line_thickness=3,  # bounding box thickness (pixels)\n        hide_labels=False,  # hide labels\n        hide_conf=False,  # hide confidences\n        half=False,  # use FP16 half-precision inference\n        ):\n    save_img = not nosave and not source.endswith('.txt')  # save inference images\n    webcam = source.isnumeric() or source.endswith('.txt') or source.lower().startswith(\n        ('rtsp://', 'rtmp://', 'http://', 'https://'))\n\n    # Directories\n    save_dir = increment_path(Path(project) / name, exist_ok=exist_ok)  # increment run\n    (save_dir / 'labels' if save_txt else save_dir).mkdir(parents=True, exist_ok=True)  # make dir\n\n    # Initialize\n    set_logging()\n    device = select_device(device)\n    half &= device.type != 'cpu'  # half precision only supported on CUDA\n\n    # Load model\n    model = attempt_load(weights, map_location=device)  # load FP32 model\n    stride = int(model.stride.max())  # model stride\n    imgsz = check_img_size(imgsz, s=stride)  # check image size\n    names = model.module.names if hasattr(model, 'module') else model.names  # get class names\n    if half:\n        model.half()  # to FP16\n\n    # Second-stage classifier\n    classify = False\n    if classify:\n        modelc = load_classifier(name='resnet50', n=2)  # initialize\n        modelc.load_state_dict(torch.load('resnet50.pt', map_location=device)['model']).to(device).eval()\n\n    # Dataloader\n    if webcam:\n        view_img = check_imshow()\n        cudnn.benchmark = True  # set True to speed up constant image size inference\n        dataset = LoadStreams(source, img_size=imgsz, stride=stride)\n        bs = len(dataset)  # batch_size\n    else:\n        dataset = LoadImages(source, img_size=imgsz, stride=stride)\n        bs = 1  # batch_size\n    vid_path, vid_writer = [None] * bs, [None] * bs\n\n    # Run inference\n    if device.type != 'cpu':\n        model(torch.zeros(1, 3, imgsz, imgsz).to(device).type_as(next(model.parameters())))  # run once\n    t0 = time.time()\n    for path, img, im0s, vid_cap in dataset:\n        img = torch.from_numpy(img).to(device)\n        img = img.half() if half else img.float()  # uint8 to fp16/32\n        img /= 255.0  # 0 - 255 to 0.0 - 1.0\n        if img.ndimension() == 3:\n            img = img.unsqueeze(0)\n\n        # Inference\n        t1 = time_sync()\n        pred = model(img,\n                     augment=augment,\n                     visualize=increment_path(save_dir / Path(path).stem, mkdir=True) if visualize else False)[0]\n\n        # Apply NMS\n        pred = non_max_suppression(pred, conf_thres, iou_thres, classes, agnostic_nms, max_det=max_det)\n        t2 = time_sync()\n\n        # Apply Classifier\n        if classify:\n            pred = apply_classifier(pred, modelc, img, im0s)\n\n        # Process detections\n        for i, det in enumerate(pred):  # detections per image\n            if webcam:  # batch_size >= 1\n                p, s, im0, frame = path[i], f'{i}: ', im0s[i].copy(), dataset.count\n            else:\n                p, s, im0, frame = path, '', im0s.copy(), getattr(dataset, 'frame', 0)\n\n            p = Path(p)  # to Path\n            save_path = str(save_dir / p.name)  # img.jpg\n            txt_path = str(save_dir / 'labels' / p.stem) + ('' if dataset.mode == 'image' else f'_{frame}')  # img.txt\n            s += '%gx%g ' % img.shape[2:]  # print string\n            gn = torch.tensor(im0.shape)[[1, 0, 1, 0]]  # normalization gain whwh\n            imc = im0.copy() if save_crop else im0  # for save_crop\n            if len(det):\n                # Rescale boxes from img_size to im0 size\n                det[:, :4] = scale_coords(img.shape[2:], det[:, :4], im0.shape).round()\n\n                # Print results\n                for c in det[:, -1].unique():\n                    n = (det[:, -1] == c).sum()  # detections per class\n                    s += f\"{n} {names[int(c)]}{'s' * (n > 1)}, \"  # add to string\n\n                # Write results\n                for *xyxy, conf, cls in reversed(det):\n                    if save_txt:  # Write to file\n                        xywh = (xyxy2xywh(torch.tensor(xyxy).view(1, 4)) / gn).view(-1).tolist()  # normalized xywh\n                        line = (cls, *xywh, conf) if save_conf else (cls, *xywh)  # label format\n                        with open(txt_path + '.txt', 'a') as f:\n                            f.write(('%g ' * len(line)).rstrip() % line + '\\n')\n\n                    if save_img or save_crop or view_img:  # Add bbox to image\n                        c = int(cls)  # integer class\n                        label = None if hide_labels else (names[c] if hide_conf else f'{names[c]} {conf:.2f}')\n                        plot_one_box(xyxy, im0, label=label, color=colors(c, True), line_thickness=line_thickness)\n                        if save_crop:\n                            save_one_box(xyxy, imc, file=save_dir / 'crops' / names[c] / f'{p.stem}.jpg', BGR=True)\n\n            # Print time (inference + NMS)\n            print(f'{s}Done. ({t2 - t1:.3f}s)')\n\n            # Stream results\n            if view_img:\n                cv2.imshow(str(p), im0)\n                cv2.waitKey(1)  # 1 millisecond\n\n            # Save results (image with detections)\n            if save_img:\n                if dataset.mode == 'image':\n                    cv2.imwrite(save_path, im0)\n                else:  # 'video' or 'stream'\n                    if vid_path[i] != save_path:  # new video\n                        vid_path[i] = save_path\n                        if isinstance(vid_writer[i], cv2.VideoWriter):\n                            vid_writer[i].release()  # release previous video writer\n                        if vid_cap:  # video\n                            fps = vid_cap.get(cv2.CAP_PROP_FPS)\n                            w = int(vid_cap.get(cv2.CAP_PROP_FRAME_WIDTH))\n                            h = int(vid_cap.get(cv2.CAP_PROP_FRAME_HEIGHT))\n                        else:  # stream\n                            fps, w, h = 30, im0.shape[1], im0.shape[0]\n                            save_path += '.mp4'\n                        vid_writer[i] = cv2.VideoWriter(save_path, cv2.VideoWriter_fourcc(*'mp4v'), fps, (w, h))\n                    vid_writer[i].write(im0)\n\n    if save_txt or save_img:\n        s = f\"\\n{len(list(save_dir.glob('labels/*.txt')))} labels saved to {save_dir / 'labels'}\" if save_txt else ''\n        print(f\"Results saved to {save_dir}{s}\")\n\n    if update:\n        strip_optimizer(weights)  # update model (to fix SourceChangeWarning)\n\n    print(f'Done. ({time.time() - t0:.3f}s)')\n\n\ndef parse_opt():\n    parser = argparse.ArgumentParser()\n    parser.add_argument('--weights', nargs='+', type=str, default='yolov5s.pt', help='model.pt path(s)')\n    parser.add_argument('--source', type=str, default='imgs/GUI_new.png', help='file/dir/URL/glob, 0 for webcam')\n    parser.add_argument('--imgsz', '--img', '--img-size', type=int, default=640, help='inference size (pixels)')\n    parser.add_argument('--conf-thres', type=float, default=0.25, help='confidence threshold')\n    parser.add_argument('--iou-thres', type=float, default=0.45, help='NMS IoU threshold')\n    parser.add_argument('--max-det', type=int, default=1000, help='maximum detections per image')\n    parser.add_argument('--device', default='', help='cuda device, i.e. 0 or 0,1,2,3 or cpu')\n    parser.add_argument('--view-img', action='store_true', help='show results')\n    parser.add_argument('--save-txt', action='store_true', help='save results to *.txt')\n    parser.add_argument('--save-conf', action='store_true', help='save confidences in --save-txt labels')\n    parser.add_argument('--save-crop', action='store_true', help='save cropped prediction boxes')\n    parser.add_argument('--nosave', action='store_true', help='do not save images/videos')\n    parser.add_argument('--classes', nargs='+', type=int, help='filter by class: --class 0, or --class 0 2 3')\n    parser.add_argument('--agnostic-nms', action='store_true', help='class-agnostic NMS')\n    parser.add_argument('--augment', action='store_true', help='augmented inference')\n    parser.add_argument('--visualize', action='store_true', help='visualize features')\n    parser.add_argument('--update', action='store_true', help='update all models')\n    parser.add_argument('--project', default='runs/detect', help='save results to project/name')\n    parser.add_argument('--name', default='exp', help='save results to project/name')\n    parser.add_argument('--exist-ok', action='store_true', help='existing project/name ok, do not increment')\n    parser.add_argument('--line-thickness', default=3, type=int, help='bounding box thickness (pixels)')\n    parser.add_argument('--hide-labels', default=False, action='store_true', help='hide labels')\n    parser.add_argument('--hide-conf', default=False, action='store_true', help='hide confidences')\n    parser.add_argument('--half', action='store_true', help='use FP16 half-precision inference')\n    opt = parser.parse_args()\n    return opt\n\n\ndef main(opt):\n    print(colorstr('detect: ') + ', '.join(f'{k}={v}' for k, v in vars(opt).items()))\n    check_requirements(exclude=('tensorboard', 'thop'))\n    run(**vars(opt))\n\n\nif __name__ == \"__main__\":\n    opt = parse_opt()\n    main(opt)\n"
  },
  {
    "path": "dialog/rtsp_dialog.py",
    "content": "# -*- coding: utf-8 -*-\r\n\r\n# Form implementation generated from reading ui file 'rtsp_dialog.ui'\r\n#\r\n# Created by: PyQt5 UI code generator 5.15.2\r\n#\r\n# WARNING: Any manual changes made to this file will be lost when pyuic5 is\r\n# run again.  Do not edit this file unless you know what you are doing.\r\n\r\n\r\nfrom PyQt5 import QtCore, QtGui, QtWidgets\r\n\r\n\r\nclass Ui_Form(object):\r\n    def setupUi(self, Form):\r\n        Form.setObjectName(\"Form\")\r\n        Form.resize(783, 40)\r\n        Form.setMinimumSize(QtCore.QSize(0, 40))\r\n        Form.setMaximumSize(QtCore.QSize(16777215, 41))\r\n        icon = QtGui.QIcon()\r\n        icon.addPixmap(QtGui.QPixmap(\":/img/icon/实时视频流解析.png\"), QtGui.QIcon.Normal, QtGui.QIcon.Off)\r\n        Form.setWindowIcon(icon)\r\n        Form.setStyleSheet(\"#Form{background:rgba(120,120,120,255)}\")\r\n        self.horizontalLayout = QtWidgets.QHBoxLayout(Form)\r\n        self.horizontalLayout.setContentsMargins(-1, 5, -1, 5)\r\n        self.horizontalLayout.setObjectName(\"horizontalLayout\")\r\n        self.label = QtWidgets.QLabel(Form)\r\n        self.label.setMinimumSize(QtCore.QSize(0, 30))\r\n        self.label.setMaximumSize(QtCore.QSize(16777215, 30))\r\n        self.label.setStyleSheet(\"QLabel{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"font-size: 18px;\\n\"\r\n\"font-weight: bold;\\n\"\r\n\"color:white;}\")\r\n        self.label.setObjectName(\"label\")\r\n        self.horizontalLayout.addWidget(self.label)\r\n        self.rtspEdit = QtWidgets.QLineEdit(Form)\r\n        self.rtspEdit.setMinimumSize(QtCore.QSize(0, 31))\r\n        self.rtspEdit.setStyleSheet(\"background-color: rgb(207, 207, 207);\")\r\n        self.rtspEdit.setObjectName(\"rtspEdit\")\r\n        self.horizontalLayout.addWidget(self.rtspEdit)\r\n        self.rtspButton = QtWidgets.QPushButton(Form)\r\n        self.rtspButton.setStyleSheet(\"QPushButton{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"font-size: 18px;\\n\"\r\n\"font-weight: bold;\\n\"\r\n\"color:white;\\n\"\r\n\"text-align: center center;\\n\"\r\n\"padding-left: 5px;\\n\"\r\n\"padding-right: 5px;\\n\"\r\n\"padding-top: 4px;\\n\"\r\n\"padding-bottom: 4px;\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"border-radius: 3px;\\n\"\r\n\"background-color: rgba(255,255,255,30);}\\n\"\r\n\"\\n\"\r\n\"QPushButton:focus{outline: none;}\\n\"\r\n\"\\n\"\r\n\"QPushButton::pressed{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"                     font-size: 16px;\\n\"\r\n\"                     font-weight: bold;\\n\"\r\n\"                     color:rgb(200,200,200);\\n\"\r\n\"                     text-align: center center;\\n\"\r\n\"                     padding-left: 5px;\\n\"\r\n\"                     padding-right: 5px;\\n\"\r\n\"                     padding-top: 4px;\\n\"\r\n\"                     padding-bottom: 4px;\\n\"\r\n\"                     border-style: solid;\\n\"\r\n\"                     border-width: 0px;\\n\"\r\n\"                     border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"                     border-radius: 3px;\\n\"\r\n\"                     background-color:  rgba(255,255,255,150);}\\n\"\r\n\"\\n\"\r\n\"QPushButton::hover {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(255,255,255,50);}\")\r\n        self.rtspButton.setObjectName(\"rtspButton\")\r\n        self.horizontalLayout.addWidget(self.rtspButton)\r\n\r\n        self.retranslateUi(Form)\r\n        QtCore.QMetaObject.connectSlotsByName(Form)\r\n\r\n    def retranslateUi(self, Form):\r\n        _translate = QtCore.QCoreApplication.translate\r\n        Form.setWindowTitle(_translate(\"Form\", \"Form\"))\r\n        self.label.setText(_translate(\"Form\", \"rtsp address:\"))\r\n        self.rtspButton.setText(_translate(\"Form\", \"confirm\"))\r\nimport apprcc_rc\r\n"
  },
  {
    "path": "dialog/rtsp_dialog.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<ui version=\"4.0\">\r\n <class>Form</class>\r\n <widget class=\"QWidget\" name=\"Form\">\r\n  <property name=\"geometry\">\r\n   <rect>\r\n    <x>0</x>\r\n    <y>0</y>\r\n    <width>783</width>\r\n    <height>40</height>\r\n   </rect>\r\n  </property>\r\n  <property name=\"minimumSize\">\r\n   <size>\r\n    <width>0</width>\r\n    <height>40</height>\r\n   </size>\r\n  </property>\r\n  <property name=\"maximumSize\">\r\n   <size>\r\n    <width>16777215</width>\r\n    <height>41</height>\r\n   </size>\r\n  </property>\r\n  <property name=\"windowTitle\">\r\n   <string>Form</string>\r\n  </property>\r\n  <property name=\"windowIcon\">\r\n   <iconset resource=\"../apprcc.qrc\">\r\n    <normaloff>:/img/icon/实时视频流解析.png</normaloff>:/img/icon/实时视频流解析.png</iconset>\r\n  </property>\r\n  <property name=\"styleSheet\">\r\n   <string notr=\"true\">#Form{background:rgba(120,120,120,255)}</string>\r\n  </property>\r\n  <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\r\n   <property name=\"topMargin\">\r\n    <number>5</number>\r\n   </property>\r\n   <property name=\"bottomMargin\">\r\n    <number>5</number>\r\n   </property>\r\n   <item>\r\n    <widget class=\"QLabel\" name=\"label\">\r\n     <property name=\"minimumSize\">\r\n      <size>\r\n       <width>0</width>\r\n       <height>30</height>\r\n      </size>\r\n     </property>\r\n     <property name=\"maximumSize\">\r\n      <size>\r\n       <width>16777215</width>\r\n       <height>30</height>\r\n      </size>\r\n     </property>\r\n     <property name=\"styleSheet\">\r\n      <string notr=\"true\">QLabel{font-family: &quot;Microsoft YaHei&quot;;\r\nfont-size: 18px;\r\nfont-weight: bold;\r\ncolor:white;}</string>\r\n     </property>\r\n     <property name=\"text\">\r\n      <string>rtsp address:</string>\r\n     </property>\r\n    </widget>\r\n   </item>\r\n   <item>\r\n    <widget class=\"QLineEdit\" name=\"rtspEdit\">\r\n     <property name=\"minimumSize\">\r\n      <size>\r\n       <width>0</width>\r\n       <height>31</height>\r\n      </size>\r\n     </property>\r\n     <property name=\"styleSheet\">\r\n      <string notr=\"true\">background-color: rgb(207, 207, 207);</string>\r\n     </property>\r\n    </widget>\r\n   </item>\r\n   <item>\r\n    <widget class=\"QPushButton\" name=\"rtspButton\">\r\n     <property name=\"styleSheet\">\r\n      <string notr=\"true\">QPushButton{font-family: &quot;Microsoft YaHei&quot;;\r\nfont-size: 18px;\r\nfont-weight: bold;\r\ncolor:white;\r\ntext-align: center center;\r\npadding-left: 5px;\r\npadding-right: 5px;\r\npadding-top: 4px;\r\npadding-bottom: 4px;\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-color: rgba(255, 255, 255, 255);\r\nborder-radius: 3px;\r\nbackground-color: rgba(255,255,255,30);}\r\n\r\nQPushButton:focus{outline: none;}\r\n\r\nQPushButton::pressed{font-family: &quot;Microsoft YaHei&quot;;\r\n                     font-size: 16px;\r\n                     font-weight: bold;\r\n                     color:rgb(200,200,200);\r\n                     text-align: center center;\r\n                     padding-left: 5px;\r\n                     padding-right: 5px;\r\n                     padding-top: 4px;\r\n                     padding-bottom: 4px;\r\n                     border-style: solid;\r\n                     border-width: 0px;\r\n                     border-color: rgba(255, 255, 255, 255);\r\n                     border-radius: 3px;\r\n                     background-color:  rgba(255,255,255,150);}\r\n\r\nQPushButton::hover {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(255,255,255,50);}</string>\r\n     </property>\r\n     <property name=\"text\">\r\n      <string>confirm</string>\r\n     </property>\r\n    </widget>\r\n   </item>\r\n  </layout>\r\n </widget>\r\n <resources>\r\n  <include location=\"../apprcc.qrc\"/>\r\n </resources>\r\n <connections/>\r\n</ui>\r\n"
  },
  {
    "path": "dialog/rtsp_win.py",
    "content": "import sys\nfrom PyQt5.QtWidgets import QApplication, QWidget\nfrom dialog.rtsp_dialog import Ui_Form\n\n\nclass Window(QWidget, Ui_Form):\n    def __init__(self):\n        super(Window, self).__init__()\n        self.setupUi(self)\n\n\nif __name__ == '__main__':\n    app = QApplication(sys.argv)\n    window = Window()\n    window.show()\n    sys.exit(app.exec_())\n"
  },
  {
    "path": "hubconf.py",
    "content": "\"\"\"YOLOv5 PyTorch Hub models https://pytorch.org/hub/ultralytics_yolov5/\n\nUsage:\n    import torch\n    model = torch.hub.load('ultralytics/yolov5', 'yolov5s')\n\"\"\"\n\nimport torch\n\n\ndef _create(name, pretrained=True, channels=3, classes=80, autoshape=True, verbose=True, device=None):\n    \"\"\"Creates a specified YOLOv5 model\n\n    Arguments:\n        name (str): name of model, i.e. 'yolov5s'\n        pretrained (bool): load pretrained weights into the model\n        channels (int): number of input channels\n        classes (int): number of model classes\n        autoshape (bool): apply YOLOv5 .autoshape() wrapper to model\n        verbose (bool): print all information to screen\n        device (str, torch.device, None): device to use for model parameters\n\n    Returns:\n        YOLOv5 pytorch model\n    \"\"\"\n    from pathlib import Path\n\n    from models.yolo import Model, attempt_load\n    from utils.general import check_requirements, set_logging\n    from utils.google_utils import attempt_download\n    from utils.torch_utils import select_device\n\n    file = Path(__file__).absolute()\n    check_requirements(requirements=file.parent / 'requirements.txt', exclude=('tensorboard', 'thop', 'opencv-python'))\n    set_logging(verbose=verbose)\n\n    save_dir = Path('') if str(name).endswith('.pt') else file.parent\n    path = (save_dir / name).with_suffix('.pt')  # checkpoint path\n    try:\n        device = select_device(('0' if torch.cuda.is_available() else 'cpu') if device is None else device)\n\n        if pretrained and channels == 3 and classes == 80:\n            model = attempt_load(path, map_location=device)  # download/load FP32 model\n        else:\n            cfg = list((Path(__file__).parent / 'models').rglob(f'{name}.yaml'))[0]  # model.yaml path\n            model = Model(cfg, channels, classes)  # create model\n            if pretrained:\n                ckpt = torch.load(attempt_download(path), map_location=device)  # load\n                msd = model.state_dict()  # model state_dict\n                csd = ckpt['model'].float().state_dict()  # checkpoint state_dict as FP32\n                csd = {k: v for k, v in csd.items() if msd[k].shape == v.shape}  # filter\n                model.load_state_dict(csd, strict=False)  # load\n                if len(ckpt['model'].names) == classes:\n                    model.names = ckpt['model'].names  # set class names attribute\n        if autoshape:\n            model = model.autoshape()  # for file/URI/PIL/cv2/np inputs and NMS\n        return model.to(device)\n\n    except Exception as e:\n        help_url = 'https://github.com/ultralytics/yolov5/issues/36'\n        s = 'Cache may be out of date, try `force_reload=True`. See %s for help.' % help_url\n        raise Exception(s) from e\n\n\ndef custom(path='path/to/model.pt', autoshape=True, verbose=True, device=None):\n    # YOLOv5 custom or local model\n    return _create(path, autoshape=autoshape, verbose=verbose, device=device)\n\n\ndef yolov5s(pretrained=True, channels=3, classes=80, autoshape=True, verbose=True, device=None):\n    # YOLOv5-small model https://github.com/ultralytics/yolov5\n    return _create('yolov5s', pretrained, channels, classes, autoshape, verbose, device)\n\n\ndef yolov5m(pretrained=True, channels=3, classes=80, autoshape=True, verbose=True, device=None):\n    # YOLOv5-medium model https://github.com/ultralytics/yolov5\n    return _create('yolov5m', pretrained, channels, classes, autoshape, verbose, device)\n\n\ndef yolov5l(pretrained=True, channels=3, classes=80, autoshape=True, verbose=True, device=None):\n    # YOLOv5-large model https://github.com/ultralytics/yolov5\n    return _create('yolov5l', pretrained, channels, classes, autoshape, verbose, device)\n\n\ndef yolov5x(pretrained=True, channels=3, classes=80, autoshape=True, verbose=True, device=None):\n    # YOLOv5-xlarge model https://github.com/ultralytics/yolov5\n    return _create('yolov5x', pretrained, channels, classes, autoshape, verbose, device)\n\n\ndef yolov5s6(pretrained=True, channels=3, classes=80, autoshape=True, verbose=True, device=None):\n    # YOLOv5-small-P6 model https://github.com/ultralytics/yolov5\n    return _create('yolov5s6', pretrained, channels, classes, autoshape, verbose, device)\n\n\ndef yolov5m6(pretrained=True, channels=3, classes=80, autoshape=True, verbose=True, device=None):\n    # YOLOv5-medium-P6 model https://github.com/ultralytics/yolov5\n    return _create('yolov5m6', pretrained, channels, classes, autoshape, verbose, device)\n\n\ndef yolov5l6(pretrained=True, channels=3, classes=80, autoshape=True, verbose=True, device=None):\n    # YOLOv5-large-P6 model https://github.com/ultralytics/yolov5\n    return _create('yolov5l6', pretrained, channels, classes, autoshape, verbose, device)\n\n\ndef yolov5x6(pretrained=True, channels=3, classes=80, autoshape=True, verbose=True, device=None):\n    # YOLOv5-xlarge-P6 model https://github.com/ultralytics/yolov5\n    return _create('yolov5x6', pretrained, channels, classes, autoshape, verbose, device)\n\n\nif __name__ == '__main__':\n    model = _create(name='yolov5s', pretrained=True, channels=3, classes=80, autoshape=True, verbose=True)  # pretrained\n    # model = custom(path='path/to/model.pt')  # custom\n\n    # Verify inference\n    import cv2\n    import numpy as np\n    from PIL import Image\n\n    imgs = ['data/images/zidane.jpg',  # filename\n            'https://github.com/ultralytics/yolov5/releases/download/v1.0/zidane.jpg',  # URI\n            cv2.imread('data/images/bus.jpg')[:, :, ::-1],  # OpenCV\n            Image.open('data/images/bus.jpg'),  # PIL\n            np.zeros((320, 640, 3))]  # numpy\n\n    results = model(imgs)  # batched inference\n    results.print()\n    results.save()\n"
  },
  {
    "path": "login_lj.py",
    "content": "from PyQt5 import QtCore, QtGui, QtWidgets\r\nfrom PyQt5.QtWidgets import QMessageBox\r\n\r\nfrom main_win.login import Ui_Dialog\r\n\r\n\r\nclass Login(QtWidgets.QDialog, Ui_Dialog):\r\n    def __init__(self):\r\n        super(Login, self).__init__()\r\n        self.setupUi(self)\r\n\r\n        # 加载保存的用户名和密码\r\n        self.load_credentials()\r\n\r\n        # 将登录方法与登录按钮关联\r\n        self.pushButton.clicked.connect(self.login)\r\n        self.accept()\r\n\r\n    def login(self):\r\n        # 获取输入框中的用户名和密码\r\n        username = self.lineEdit.text()\r\n        password = self.lineEdit_2.text()\r\n\r\n        # 判断用户名和密码是否正确\r\n        if (username == \"admin\" and password == \"123456\") or \\\r\n                (username == \"1\" and password == \"2\") or \\\r\n                (username == \"user2\" and password == \"password2\"):\r\n            # 登录成功，弹出提示框\r\n            QMessageBox.information(self, \"提示\", \"登录成功！\")\r\n            self.save_credentials()  # 保存用户名和密码\r\n            self.accept()  # 关闭登录界面\r\n        else:\r\n            # 登录失败，弹出提示框\r\n            QMessageBox.warning(self, \"警告\", \"用户名或密码错误！\")\r\n\r\n    def save_credentials(self):\r\n        settings = QtCore.QSettings()\r\n        if self.checkBox.isChecked():\r\n            settings.setValue(\"username\", self.lineEdit.text())\r\n            settings.setValue(\"password\", self.lineEdit_2.text())\r\n        else:\r\n            settings.setValue(\"username\", \"\")\r\n            settings.setValue(\"password\", \"\")\r\n\r\n    def load_credentials(self):\r\n        settings = QtCore.QSettings()\r\n        username = settings.value(\"username\", \"\")\r\n        password = settings.value(\"password\", \"\")\r\n        self.lineEdit.setText(username)\r\n        self.lineEdit_2.setText(password)\r\n        self.checkBox.setChecked(bool(username and password))\r\n\r\n\r\nif __name__ == \"__main__\":\r\n    import sys\r\n    app = QtWidgets.QApplication(sys.argv)\r\n    Dialog = Login()\r\n    if Dialog.exec_() == QtWidgets.QDialog.Accepted:\r\n        print(\"登录成功！\")\r\n    else:\r\n        print(\"登录失败！\")\r\n    sys.exit(app.exec_())\r\n"
  },
  {
    "path": "main.py",
    "content": "import sys\r\nimport json\r\nimport numpy as np\r\nimport torch\r\nimport torch.backends.cudnn as cudnn\r\nimport os\r\nimport time\r\nfrom models.experimental import attempt_load\r\nfrom utils.datasets import LoadImages, LoadWebcam\r\nfrom utils.CustomMessageBox import MessageBox\r\nfrom utils.general import check_img_size, check_imshow, non_max_suppression, \\\r\n    scale_coords, increment_path\r\nfrom utils.plots import Annotator, colors, save_one_box\r\nfrom utils.torch_utils import select_device\r\nfrom utils.capnums import Camera\r\nfrom dialog.rtsp_win import Window\r\nimport datetime\r\nfrom pathlib import Path\r\nfrom PyQt5.QtGui import QTransform\r\nfrom PyQt5.QtWidgets import QHeaderView\r\nfrom matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas\r\nimport matplotlib.pyplot as plt\r\nfrom PyQt5.QtWidgets import QSizePolicy\r\nfrom PyQt5.QtWidgets import QMessageBox\r\nimport pymysql\r\nfrom PyQt5.QtCore import  QAbstractTableModel\r\nfrom PyQt5 import QtWidgets\r\nfrom PyQt5.QtWidgets import QFileDialog, QMenu\r\nfrom main_win.win import Ui_mainWindow\r\nfrom PyQt5.QtCore import Qt, QPoint, QTimer, QThread, pyqtSignal\r\nfrom PyQt5.QtCore import pyqtSlot\r\nfrom PyQt5.QtCore import QObject\r\nfrom PyQt5.QtWidgets import QLineEdit, QVBoxLayout, QLabel, QDialogButtonBox\r\nfrom PyQt5.QtGui import QImage, QPixmap\r\nfrom PyQt5.QtWidgets import QInputDialog\r\nfrom PyQt5.QtWidgets import QApplication, QMainWindow, QDialog\r\nimport seaborn as sns\r\n\r\nsns.set(style='darkgrid', palette='pastel')\r\nFILE = Path(__file__).resolve()\r\nROOT = FILE.parents[0]  # YOLOv5 root directory\r\nif str(ROOT) not in sys.path:\r\n    sys.path.append(str(ROOT))  # add ROOT to PATH\r\nROOT = Path(os.path.relpath(ROOT, Path.cwd()))  #\r\n\r\nvisualize = False\r\ndatabases = False\r\nagnostic_nms=False\r\nhalf=False # use FP16 half-precision inference\r\nimgsz=1280\r\nsave_crop = False\r\naugment = False\r\nclasses = None\r\nproject = ROOT / 'result' # save results to project/name\r\nhide_labels=False  # hide labels\r\nhide_conf=False  # hide confidences\r\nline_thickness=3  # bounding box thickness (pixels)\r\n\r\n# Database connection settings as global variables\r\nDB_HOST = 'localhost'\r\nDB_USER = 'root'\r\nDB_PASSWORD = '1234'\r\nDB_NAME = 'traffic_sign_recognition'\r\n\r\n\r\n#检测线程\r\nclass DetThread(QThread):\r\n    \"\"\"这段代码定义了6个信号，用于在PyQt程序中进行通信。\r\nsend_img信号用于发送图像数组，\r\nsend_raw信号用于发送原始数组，\r\nsend_statistic信号用于发送统计字典数据，\r\nsend_msg信号用于发送分析(检测)的状态消息，\r\nsend_percent信号用于发送分析(检测)进度，\r\n最后send_fps用于发送帧率数\"\"\"\r\n    send_img = pyqtSignal(np.ndarray)\r\n    send_raw = pyqtSignal(np.ndarray)\r\n    send_statistic = pyqtSignal(dict)\r\n    # emit：detecting/pause/stop/finished/error msg\r\n    send_msg = pyqtSignal(str)\r\n    send_percent = pyqtSignal(int)\r\n    send_fps = pyqtSignal(str)\r\n\r\n    def __init__(self):\r\n        super(DetThread, self).__init__()\r\n        self.weights = './yolov5s.pt'# 设置权重\r\n        self.current_weight = './yolov5s.pt'# 当前权重\r\n        self.source = '0'# 视频源\r\n        self.conf_thres = 0.25 # 置信度\r\n        self.iou_thres = 0.45# iou\r\n        self.jump_out = False                   # jump out of the loop # 跳出循环\r\n        self.is_continue = True                 # continue/pause# 进度条\r\n        self.percent_length = 1000              # progress bar# 是否启用延时\r\n        self.rate_check = True                  # Whether to enable delay# 延时HZ\r\n        self.rate = 100\r\n        self.save_fold = './result' # 保存文件夹\r\n\r\n\r\n#数据库录入\r\n    def get_db_connection(self, db_host=DB_HOST, db_user=DB_USER, db_password=DB_PASSWORD, db_name=DB_NAME):\r\n        return pymysql.connect(\r\n            host=DB_HOST,\r\n            user=DB_USER,\r\n            password=DB_PASSWORD,\r\n            database=DB_NAME\r\n        )\r\n    def insert_detection_result_to_database(self, sign_type, sign_count, additional_info):\r\n        with self.get_db_connection() as connection:\r\n            with connection.cursor() as cursor:\r\n                current_time = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')\r\n                sql = \"INSERT INTO detection_results (sign_type, sign_count, detection_time, additional_info) VALUES (%s, %s, %s, %s)\"\r\n                cursor.execute(sql, (sign_type, sign_count, current_time, additional_info))\r\n                connection.commit()\r\n\r\n\r\n    @torch.no_grad()\r\n    def run(self,\r\n            # imgsz=1280,  # inference size (pixels)\r\n            max_det=1000,  # maximum detections per image\r\n            device='',  # cuda device, i.e. 0 or 0,1,2,3 or cpu\r\n            view_img=True,  # show results\r\n            # save_crop=False,  # save cropped prediction boxes\r\n            # augment=False,  # augmented inference\r\n            # visualize=True,  # visualize features\r\n            # classes=None,  # filter by class: --class 0, or --class 0 2 3\r\n            # agnostic_nms=False,  # class-agnostic NMS\r\n            # project=ROOT / 'result',  # save results to project/name\r\n            name='exp',  # save results to project/name\r\n            exist_ok=False,  # existing project/name ok, do not increment， False是自增，true是不自增覆盖\r\n            # line_thickness=3,  # bounding box thickness (pixels)\r\n            # hide_labels=False,  # hide labels\r\n            # hide_conf=False,  # hide confidences\r\n            # half=False,  # use FP16 half-precision inference\r\n            save_txt=False,  # save results to *.txt\r\n            save_conf=False,  # save confidences in --save-txt labels\r\n            update=False,  # update all models\r\n            nosave=False,  # do not save images/videos\r\n            prune_model =True\r\n            ):\r\n\r\n        global half\r\n        global imgsz\r\n        # Initialize\r\n        try:\r\n            device = select_device(device)\r\n            print(\"half:\",half)\r\n            half &= device.type != 'cpu'  # half precision only supported on CUDA\r\n\r\n            # Load model这段代码中，num_params变量用于计算模型中参数的总个数。在 for 循环中，对每一个 param，累加其 numel() 方法返回的参数总数。\r\n            model = attempt_load(self.weights, map_location=device)  # load FP32 model\r\n\r\n            num_params = 0\r\n            for param in model.parameters():\r\n                num_params += param.numel()\r\n            stride = int(model.stride.max())  # model stride\r\n            print(\"imgsz:\",imgsz)\r\n            imgsz = check_img_size(imgsz, s=stride)  # check image size\r\n            names = model.module.names if hasattr(model, 'module') else model.names  # get class names\r\n            if half:\r\n                model.half()  # to FP16\r\n\r\n\r\n\r\n\r\n            # Dataloader\r\n            if self.source.isnumeric() or self.source.lower().startswith(('rtsp://', 'rtmp://', 'http://', 'https://')):\r\n                view_img = check_imshow()\r\n                cudnn.benchmark = True  # set True to speed up constant image size inference\r\n                dataset = LoadWebcam(self.source, img_size=imgsz, stride=stride)\r\n                # bs = len(dataset)  # batch_size\r\n            else:\r\n                dataset = LoadImages(self.source, img_size=imgsz, stride=stride)\r\n\r\n\r\n\r\n\r\n            # Run inference\r\n            if device.type != 'cpu':\r\n                model(torch.zeros(1, 3, imgsz, imgsz).to(device).type_as(next(model.parameters())))  # run once\r\n            count = 0\r\n            # 跳帧检测\r\n            jump_count = 0\r\n            start_time = time.time()\r\n            dataset = iter(dataset)\r\n\r\n            global save_crop\r\n            print(\"save_crop\", save_crop)\r\n            global visualize\r\n            global augment\r\n            print(\"augment\", augment)\r\n\r\n            global agnostic_nms\r\n            global classes\r\n            print(\"agnostic_nms:\", agnostic_nms)\r\n            print(\"classes:\", classes)\r\n            global hide_labels\r\n            print(\"hide_labels:\",hide_labels)\r\n            global hide_conf\r\n            print(\"hide_conf:\",hide_conf)\r\n            global line_thickness\r\n            print(\"line_thickness:\",line_thickness)\r\n\r\n\r\n            while True:\r\n                # 手动停止\r\n                if self.jump_out:\r\n                    self.vid_cap.release()\r\n                    self.send_percent.emit(0)\r\n                    self.send_msg.emit('Stop')\r\n                    if hasattr(self, 'out'):\r\n                        self.out.release()\r\n                    break\r\n\r\n\r\n\r\n                # 临时更换模型\r\n                if self.current_weight != self.weights:\r\n                    # Load model\r\n                    model = attempt_load(self.weights, map_location=device)  # load FP32 model\r\n\r\n                    num_params = 0\r\n                    for param in model.parameters():\r\n                        num_params += param.numel()\r\n                    stride = int(model.stride.max())  # model stride\r\n                    imgsz = check_img_size(imgsz, s=stride)  # check image size\r\n                    names = model.module.names if hasattr(model, 'module') else model.names  # get class names\r\n                    if half:\r\n                        model.half()  # to FP16\r\n                    # Run inference\r\n                    if device.type != 'cpu':\r\n                        model(torch.zeros(1, 3, imgsz, imgsz).to(device).type_as(next(model.parameters())))  # run once\r\n                    self.current_weight = self.weights\r\n\r\n\r\n                # 暂停开关,这个就是主程序\r\n                if self.is_continue:\r\n                    path, img, im0s, self.vid_cap = next(dataset)\r\n                    # jump_count += 1\r\n                    # if jump_count % 5 != 0:\r\n                    #     continue\r\n                    count += 1\r\n                    # 每三十帧刷新一次输出帧率\r\n                    if count % 30 == 0 and count >= 30:\r\n                        fps = int(30/(time.time()-start_time))\r\n                        self.send_fps.emit('fps：'+str(fps))\r\n                        start_time = time.time()\r\n                    if self.vid_cap:\r\n                        percent = int(count/self.vid_cap.get(cv2.CAP_PROP_FRAME_COUNT)*self.percent_length)\r\n                        self.send_percent.emit(percent)\r\n                    else:\r\n                        percent = self.percent_length\r\n\r\n                    statistic_dic = {name: 0 for name in names}\r\n                    img = torch.from_numpy(img).to(device)\r\n                    img = img.half() if half else img.float()  # uint8 to fp16/32\r\n                    img /= 255.0  # 0 - 255 to 0.0 - 1.0\r\n                    if img.ndimension() == 3:\r\n                        img = img.unsqueeze(0)\r\n\r\n                    #1. pred = model(img, augment=augment)[0]\r\n\r\n                    # 2.save_dir = increment_path(Path(project) / name, exist_ok=exist_ok)  # increment run\r\n                    # (save_dir / 'labels' if save_txt else save_dir).mkdir(parents=True, exist_ok=True)  # make dir\r\n                    #  pred = model(img,\r\n                    #              augment=augment,\r\n                    #              visualize=increment_path(save_dir / Path(path).stem,\r\n                    #                                       mkdir=True) if visualize else False)[0]\r\n\r\n                    # 3.global visualize\r\n                    # vis_path = False\r\n                    # print(\"visualize:\", visualize)\r\n                    # if visualize :\r\n                    #     vis_path = increment_path(save_dir / Path(path).stem, mkdir=True)\r\n                    # print(\"vis_path:\", vis_path)\r\n                    # pred = model(img, augment=augment, visualize=vis_path)[0]\r\n#特征提取参数\r\n                    global project\r\n                    print(\"project:\", project)\r\n                    if visualize:\r\n                        save_dir = increment_path(Path(project) / name, exist_ok=exist_ok)  # increment run\r\n                        save_dir.mkdir(parents=True, exist_ok=True)  # make dir\r\n                        vis_path = increment_path(save_dir / Path(path).stem, mkdir=True)\r\n                        pred = model(img, augment=augment, visualize=vis_path)[0]\r\n                    else:\r\n                        pred = model(img, augment=augment)[0]\r\n\r\n\r\n                    # Apply NMS\r\n                    pred = non_max_suppression(pred, self.conf_thres, self.iou_thres, classes, agnostic_nms, max_det=max_det)\r\n                    # Process detections\r\n                    for i, det in enumerate(pred):  # detections per image\r\n                        im0 = im0s.copy()\r\n                        annotator = Annotator(im0, line_width=line_thickness, example=str(names))\r\n                        if len(det):\r\n                            # Rescale boxes from img_size to im0 size\r\n                            det[:, :4] = scale_coords(img.shape[2:], det[:, :4], im0.shape).round()\r\n\r\n                            # Write results\r\n                            for *xyxy, conf, cls in reversed(det):\r\n                                c = int(cls)  # integer class\r\n                                statistic_dic[names[c]] += 1\r\n                                label = None if hide_labels else (names[c] if hide_conf else f'{names[c]} {conf:.2f}')\r\n                                annotator.box_label(xyxy, label, color=colors(c, True))\r\n#数据库录入\r\n                                if databases==True:\r\n                                    # Insert the detection result into the database\r\n                                    print(\"该检测值已录入数据库\")\r\n                                    sign_type = names[c]\r\n                                    sign_count = statistic_dic[names[c]]\r\n                                    additional_info = f\"Confidence: {conf:.2f}\"\r\n                                    self.insert_detection_result_to_database(sign_type, sign_count, additional_info)\r\n\r\n\r\n                                im0 = im0.copy() if save_crop else im0  # for save_crop\r\n                                if save_crop:\r\n                                        file_path ='result'\r\n                                        save_dir = increment_path(Path(project) / name,\r\n                                                                  exist_ok=True)  # increment run\r\n                                        save_dir.mkdir(parents=True, exist_ok=True)  # make dir\r\n                                        save_one_box(xyxy, im0, file=save_dir / 'crops' / names[c] / f'{file_path}.jpg',\r\n                                                     BGR=True)\r\n                                        print(\"crop已保存\")\r\n                                        # save_one_box(xyxy, im0, file=save_dir / 'crops' / names[c] / 'file_path.jpg', BGR=True)\r\n\r\n\r\n                    # 控制视频发送频率\r\n                    if self.rate_check:\r\n                        time.sleep(1/self.rate)\r\n                    im0 = annotator.result()\r\n                    self.send_img.emit(im0)\r\n                    self.send_raw.emit(im0s if isinstance(im0s, np.ndarray) else im0s[0])\r\n                    self.send_statistic.emit(statistic_dic)\r\n\r\n                    # 如果自动录制\r\n                    if self.save_fold:\r\n                        os.makedirs(self.save_fold, exist_ok=True)\r\n                        if self.vid_cap is None:\r\n                            save_path = os.path.join(self.save_fold,\r\n                                                     time.strftime('%Y_%m_%d_%H_%M_%S',\r\n                                                                   time.localtime()) + '.jpg')\r\n                            cv2.imwrite(save_path, im0)\r\n                        else:\r\n                            if count == 1: # 第一帧时初始化录制\r\n                                # 以视频原始帧率进行录制\r\n                                ori_fps = int(self.vid_cap.get(cv2.CAP_PROP_FPS))\r\n                                if ori_fps == 0:\r\n                                    ori_fps = 25\r\n                                # width = int(self.vid_cap.get(cv2.CAP_PROP_FRAME_WIDTH))\r\n                                # height = int(self.vid_cap.get(cv2.CAP_PROP_FRAME_HEIGHT))\r\n                                width, height = im0.shape[1], im0.shape[0]\r\n                                save_path = os.path.join(self.save_fold, time.strftime('%Y_%m_%d_%H_%M_%S', time.localtime()) + '.mp4')\r\n                                self.out = cv2.VideoWriter(save_path, cv2.VideoWriter_fourcc(*\"mp4v\"), ori_fps,\r\n                                                           (width, height))\r\n                            self.out.write(im0)\r\n                    if percent == self.percent_length:\r\n                        # print(count)\r\n                        self.send_percent.emit(0)\r\n                        self.send_msg.emit('finished')\r\n                        if hasattr(self, 'out'):\r\n                            self.out.release()\r\n                        # 正常跳出循环\r\n                        break\r\n\r\n        except Exception as e:\r\n            self.send_msg.emit('%s' % e)\r\n\r\n#插入弹窗数据库\r\nclass AddRecordDialog(QtWidgets.QDialog):\r\n    def __init__(self, parent=None):\r\n        super(AddRecordDialog, self).__init__(parent)\r\n\r\n        self.sign_type_line_edit = QtWidgets.QLineEdit()\r\n        self.sign_count_line_edit = QtWidgets.QLineEdit()\r\n        self.additional_info_line_edit = QtWidgets.QLineEdit()\r\n\r\n        button_box = QtWidgets.QDialogButtonBox(QtWidgets.QDialogButtonBox.Ok | QtWidgets.QDialogButtonBox.Cancel)\r\n        button_box.accepted.connect(self.accept)\r\n        button_box.rejected.connect(self.reject)\r\n\r\n        layout = QtWidgets.QFormLayout()\r\n        layout.addRow(\"Sign Type:\", self.sign_type_line_edit)\r\n        layout.addRow(\"Sign Count:\", self.sign_count_line_edit)\r\n        layout.addRow(\"Additional Info:\", self.additional_info_line_edit)\r\n        layout.addWidget(button_box)\r\n\r\n        self.setLayout(layout)\r\n\r\n    def get_record_data(self):\r\n        sign_type = self.sign_type_line_edit.text()\r\n        sign_count = self.sign_count_line_edit.text()\r\n        additional_info = self.additional_info_line_edit.text()\r\n\r\n        return sign_type, sign_count, additional_info\r\n#总体数据库\r\nclass PymysqlTableModel(QAbstractTableModel):\r\n    def __init__(self, data, headers):\r\n        super().__init__()\r\n        self._data = data\r\n        self._headers = headers\r\n\r\n    def rowCount(self, parent=None):\r\n        return len(self._data)\r\n\r\n    def columnCount(self, parent=None):\r\n        return len(self._data[0])\r\n\r\n    def data(self, index, role=Qt.DisplayRole):\r\n        if role == Qt.DisplayRole:\r\n            return self._data[index.row()][index.column()]\r\n        return None\r\n\r\n    def headerData(self, section, orientation, role=Qt.DisplayRole):\r\n        if role == Qt.DisplayRole and orientation == Qt.Horizontal:\r\n            return self._headers[section]\r\n        return None\r\n    def filter_data(self, filter_function):\r\n        self._filtered_data = list(filter(filter_function, self._data))\r\n        self.layoutChanged.emit()\r\n\r\n#图像增强线程\r\nimport os\r\nimport cv2\r\nimport random\r\nfrom typing import List, Tuple\r\nimport numpy as np\r\nfrom typing import Optional\r\n\r\nclass ImageAugmentor(QObject):\r\n    progress_updated = pyqtSignal(int)\r\n    def __init__(self):\r\n        super().__init__()\r\n        self.operations = [\r\n            self.flip, self.random_crop, self.random_scale, self.random_rotate,\r\n            self.random_brightness_contrast_saturation_hue, self.random_erase,\r\n            self.random_noise, self.cutout, self.mixup, self.mosaic\r\n        ]\r\n        self.input_folder = None  # 添加此行\r\n\r\n\r\n\r\n    def process_images(self, input_folder: str, output_folder: str, probabilities: List[float]) -> Tuple[int, int, int]:\r\n        self.input_folder = input_folder\r\n        success_count = 0\r\n        failure_count = 0\r\n        image_count = sum(1 for file in os.listdir(input_folder) if file.lower().endswith(('.png', '.jpg', '.jpeg')))\r\n\r\n\r\n        for index, file in enumerate(os.listdir(input_folder)):\r\n            filepath = os.path.join(input_folder, file)\r\n            if os.path.isfile(filepath) and file.lower().endswith(('.png', '.jpg', '.jpeg')):\r\n                # 读取图像\r\n                image = cv2.imdecode(np.fromfile(filepath, dtype=np.uint8), cv2.IMREAD_COLOR)\r\n\r\n                # 检查图像是否为空\r\n                if image is None:\r\n                    print(f\"Error loading image: {filepath}\")\r\n                    failure_count += 1\r\n                    continue\r\n\r\n                for i, probability in enumerate(probabilities):\r\n                    if random.random() < probability:\r\n                        if i in {8, 9}:  # Mixup and Mosaic operations\r\n                            extra_image = self.load_random_image(input_folder)\r\n                            image = self.apply_operation(image, i, extra_image)\r\n                        else:\r\n                            image = self.apply_operation(image, i)\r\n\r\n                output_path = os.path.join(output_folder, file)\r\n\r\n                # 保存图像\r\n                encoded_image = cv2.imencode('.jpg', image)[1]\r\n                if encoded_image is not None:\r\n                    encoded_image.tofile(output_path)\r\n                    success_count += 1\r\n                else:\r\n                    failure_count += 1\r\n            self.progress_updated.emit(success_count + failure_count)\r\n\r\n        return success_count, failure_count, image_count\r\n\r\n    def load_random_image(self, input_folder: str) -> np.ndarray:\r\n        files = [file for file in os.listdir(input_folder) if file.lower().endswith(('.png', '.jpg', '.jpeg'))]\r\n        random_file = random.choice(files)\r\n        filepath = os.path.join(input_folder, random_file)\r\n        return cv2.imdecode(np.fromfile(filepath, dtype=np.uint8), cv2.IMREAD_COLOR)\r\n\r\n    def apply_operation(self, image: np.ndarray, operation_index: int,\r\n                        extra_image: Optional[np.ndarray] = None) -> np.ndarray:\r\n        if operation_index == 8:  # Mixup\r\n            if extra_image is not None:\r\n                return self.mixup(image, extra_image)\r\n            else:\r\n                return image\r\n        elif operation_index == 9:  # Mosaic\r\n            if extra_image is not None:\r\n                return self.mosaic(image, extra_image)\r\n            else:\r\n                return image\r\n        else:\r\n            return self.operations[operation_index](image)\r\n\r\n    # 1. 图像翻转\r\n    def flip(self, image):\r\n        mode = random.choice(['horizontal', 'vertical'])\r\n        print(\"flip启用\")\r\n        return cv2.flip(image, 1 if mode == 'horizontal' else 0)\r\n\r\n    # 2. 随机裁剪\r\n    def random_crop(self, image):\r\n        height, width, _ = image.shape\r\n        crop_ratio = random.uniform(0.5, 1.0)\r\n        new_height, new_width = int(height * crop_ratio), int(width * crop_ratio)\r\n\r\n        y = random.randint(0, height - new_height)\r\n        x = random.randint(0, width - new_width)\r\n        print(\"random_crop启用\")\r\n        return image[y:y + new_height, x:x + new_width]\r\n\r\n    # 3. 随机缩放\r\n    def random_scale(self, image):\r\n        scale_factor = random.uniform(0.5, 2.0)\r\n        print(\"random_scale启用\")\r\n        return cv2.resize(image, None, fx=scale_factor, fy=scale_factor)\r\n\r\n    # 4. 随机旋转\r\n    def random_rotate(self, image):\r\n        angle = random.randint(-180, 180)\r\n        height, width = image.shape[:2]\r\n        matrix = cv2.getRotationMatrix2D((width / 2, height / 2), angle, 1)\r\n        print(\"random_rotate启用\")\r\n        return cv2.warpAffine(image, matrix, (width, height))\r\n\r\n    # 5. 随机亮度、对比度、饱和度、色调调整\r\n    def random_brightness_contrast_saturation_hue(self, image):\r\n        hsv = cv2.cvtColor(image, cv2.COLOR_BGR2HSV)\r\n\r\n        brightness = random.uniform(0.5, 1.5)\r\n        hsv[:, :, 2] = np.clip(hsv[:, :, 2] * brightness, 0, 255)\r\n\r\n        contrast = random.uniform(0.5, 1.5)\r\n        image = np.clip((image - 128) * contrast + 128, 0, 255)\r\n\r\n        saturation = random.uniform(0.5, 1.5)\r\n        hsv[:, :, 1] = np.clip(hsv[:, :, 1] * saturation, 0, 255)\r\n\r\n        hue_shift = random.uniform(-30, 30)\r\n        hsv[:, :, 0] = np.clip(hsv[:, :, 0] + hue_shift, 0, 180)\r\n        print(\"random_brightness_contrast_saturation_hue启用\")\r\n        return cv2.cvtColor(hsv, cv2.COLOR_HSV2BGR)\r\n\r\n    # 6. 随机擦除\r\n    def random_erase(self, image):\r\n        height, width, _ = image.shape\r\n        erase_size = random.randint(10, min(height, width) // 2)\r\n\r\n        y = random.randint(0, height - erase_size)\r\n        x = random.randint(0, width - erase_size)\r\n\r\n        image[y:y + erase_size, x:x + erase_size, :] = 0\r\n        print(\"random_erase启用\")\r\n        return image\r\n\r\n    # 7. 随机加噪\r\n    def random_noise(self, image):\r\n        row, col, ch = image.shape\r\n        mean = 0\r\n        sigma = random.uniform(10, 50)\r\n        gauss = np.random.normal(mean, sigma, (row, col, ch))\r\n        gauss = gauss.reshape(row, col, ch)\r\n        noisy = image + gauss\r\n        print(\"random_noise启用\")\r\n        return np.clip(noisy, 0, 255).astype(np.uint8)\r\n\r\n    # 8. Mixup\r\n    def mixup(self, image):\r\n        # 在这个示例中，我们将随机选择另一张图像进行混合。您可以根据需要自定义图像选择方法。\r\n        image_list = [f for f in os.listdir(self.input_folder) if f.lower().endswith(('.png', '.jpg', '.jpeg'))]\r\n        random_image_path = os.path.join(self.input_folder, random.choice(image_list))\r\n        mixup_image = cv2.imread(random_image_path)\r\n\r\n        height, width, _ = image.shape\r\n        mixup_image = cv2.resize(mixup_image, (width, height))\r\n\r\n        alpha = random.uniform(0, 1)\r\n        print(\"mixup启用\")\r\n        return cv2.addWeighted(image, alpha, mixup_image, 1 - alpha, 0)\r\n\r\n    # 9. CutOut\r\n    def cutout(self, image):\r\n        height, width, _ = image.shape\r\n        cutout_size = random.randint(10, min(height, width) // 2)\r\n\r\n        y = random.randint(0, height - cutout_size)\r\n        x = random.randint(0, width - cutout_size)\r\n\r\n        image[y:y + cutout_size, x:x + cutout_size, :] = 0\r\n        print(\"cutout启用\")\r\n        return image\r\n\r\n    # 10. Mosaic\r\n    def mosaic(self, image: np.ndarray, extra_image: np.ndarray) -> np.ndarray:\r\n        image_list = [os.path.join(self.input_folder, f) for f in os.listdir(self.input_folder) if\r\n                      f.lower().endswith(('.png', '.jpg', '.jpeg'))]\r\n        random_images = [cv2.imread(random.choice(image_list)) for _ in range(3)]\r\n\r\n        height, width, _ = image.shape\r\n        height = height - height % 2  # Make height an even number\r\n        width = width - width % 2  # Make width an even number\r\n\r\n        # Resize the input image\r\n        image = cv2.resize(image, (width, height))\r\n\r\n        for i in range(3):\r\n            random_images[i] = cv2.resize(random_images[i], (width // 2, height // 2))\r\n\r\n        mosaic_image = np.zeros((height, width, 3), dtype=np.uint8)\r\n\r\n        mosaic_image[:height // 2, :width // 2] = image[:height // 2, :width // 2]\r\n        mosaic_image[height // 2:, :width // 2] = random_images[0][:height // 2, :width // 2]\r\n        mosaic_image[:height // 2, width // 2:] = random_images[1][:height // 2, :width // 2]\r\n        mosaic_image[height // 2:, width // 2:] = random_images[2][:height // 2, :width // 2]\r\n        print(\"mosaic启用\")\r\n        return mosaic_image\r\n\r\n\r\n#主UI线程\r\nclass MainWindow(QMainWindow, Ui_mainWindow):\r\n    def __init__(self, parent=None):\r\n        super(MainWindow, self).__init__(parent)\r\n        self.setupUi(self)\r\n        self.m_flag = False\r\n\r\n        # style 1: window can be stretched\r\n        # self.setWindowFlags(Qt.CustomizeWindowHint | Qt.WindowStaysOnTopHint)\r\n        self.setWindowFlags(Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint)\r\n        # self.setWindowFlags(Qt.CustomizeWindowHint | Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint)\r\n\r\n        # style 2: window can not be stretched\r\n        # self.setWindowFlags(Qt.Window | Qt.FramelessWindowHint\r\n        #                     | Qt.WindowSystemMenuHint | Qt.WindowMinimizeButtonHint | Qt.WindowMaximizeButtonHint)\r\n        # self.setWindowOpacity(0.85)  # Transparency of window\r\n\r\n        # 自定义标题栏按钮\r\n        self.minButton.clicked.connect(self.showMinimized)\r\n        self.maxButton.clicked.connect(self.max_or_restore)\r\n        # show Maximized window\r\n        # self.maxButton.animateClick(10)\r\n        self.closeButton.clicked.connect(self.close)\r\n\r\n        # 定时清空自定义状态栏上的文字\r\n        self.qtimer = QTimer(self)\r\n        self.qtimer.setSingleShot(True)\r\n        self.qtimer.timeout.connect(lambda: self.statistic_label.clear())\r\n\r\n        # 自动搜索模型\r\n        self.comboBox.clear()\r\n        self.pt_list = os.listdir('./pt')\r\n        self.pt_list = [file for file in self.pt_list if file.endswith('.pt')]\r\n        self.pt_list.sort(key=lambda x: os.path.getsize('./pt/'+x))\r\n        self.comboBox.clear()\r\n        self.comboBox.addItems(self.pt_list)\r\n        self.qtimer_search = QTimer(self)\r\n        self.qtimer_search.timeout.connect(lambda: self.search_pt())\r\n        self.qtimer_search.start(2000)\r\n\r\n        #  yolov5线程\r\n        self.det_thread = DetThread()\r\n        self.model_type = self.comboBox.currentText()\r\n        self.det_thread.weights = \"./pt/%s\" % self.model_type # 权重\r\n        self.det_thread.source = '0'     # 默认打开本机摄像头，无需保存到配置文件\r\n        self.det_thread.percent_length = self.progressBar.maximum()\r\n        self.det_thread.send_raw.connect(lambda x: self.show_image(x, self.raw_video))\r\n        self.det_thread.send_img.connect(lambda x: self.show_image(x, self.out_video))\r\n        self.det_thread.send_statistic.connect(self.show_statistic)\r\n        self.det_thread.send_msg.connect(lambda x: self.show_msg(x))\r\n        self.det_thread.send_percent.connect(lambda x: self.progressBar.setValue(x))\r\n        self.det_thread.send_fps.connect(lambda x: self.fps_label.setText(x))\r\n\r\n\r\n        self.fileButton.clicked.connect(self.open_file)\r\n        self.cameraButton.clicked.connect(self.chose_cam)\r\n        self.rtspButton.clicked.connect(self.chose_rtsp)\r\n\r\n        self.runButton.clicked.connect(self.run_or_continue)\r\n        self.stopButton.clicked.connect(self.stop)\r\n\r\n        self.comboBox.currentTextChanged.connect(self.change_model)\r\n        self.confSpinBox.valueChanged.connect(lambda x: self.change_val(x, 'confSpinBox'))\r\n        self.confSlider.valueChanged.connect(lambda x: self.change_val(x, 'confSlider'))\r\n        self.iouSpinBox.valueChanged.connect(lambda x: self.change_val(x, 'iouSpinBox'))\r\n        self.iouSlider.valueChanged.connect(lambda x: self.change_val(x, 'iouSlider'))\r\n        self.rateSpinBox.valueChanged.connect(lambda x: self.change_val(x, 'rateSpinBox'))\r\n        self.rateSlider.valueChanged.connect(lambda x: self.change_val(x, 'rateSlider'))\r\n\r\n        self.checkBox.clicked.connect(self.checkrate)\r\n        self.saveCheckBox.clicked.connect(self.is_save)\r\n        self.load_setting()\r\n\r\n# 在您的窗口类的 __init__ 方法中，连接按钮的 clicked 信号到相应的槽函数\r\n        self.pushButton.clicked.connect(lambda: self.open_stackedWidget(2))\r\n        self.pushButton_4.clicked.connect(lambda: self.open_stackedWidget(0))\r\n        self.refreshButton_2.clicked.connect(lambda: self.open_stackedWidget(1))\r\n        self.pushButton_2.clicked.connect(lambda: self.open_stackedWidget(3))\r\n        self.pushButton_5.clicked.connect(lambda: self.open_stackedWidget(4))\r\n#数据库大模块\r\n        self.tableView.horizontalHeader().setSectionResizeMode(QHeaderView.Stretch)\r\n        self.table_model = self.fetch_data_from_database()\r\n        if self.table_model:\r\n            self.tableView.setModel(self.table_model)\r\n        # Assuming the button is named refreshButton\r\n        self.refreshButton.clicked.connect(self.fetch_data_from_database)\r\n# Connect the delete button to the on_delete_button_clicked slotgraphicsView\r\n        self.deleteButton_2.clicked.connect(self.on_delete_button_clicked)\r\n        self.insertButton_2.clicked.connect(self.on_add_button_clicked)\r\n#排序\r\n        # print(\"开始排序111！！！\")\r\n        self.sortcomboBox_3.currentIndexChanged.connect(self.on_sort_changed)\r\n        self.sortcomboBox_2.currentIndexChanged.connect(self.on_sort_changed)\r\n#过滤\r\n        self.filterButton_3.clicked.connect(self.apply_filter)\r\n\r\n#数据分析\r\n        # Add the following lines in the __init__ method\r\n        self.figure, self.ax = plt.subplots()\r\n        self.canvas = FigureCanvas(self.figure)\r\n        self.plotLayout = QVBoxLayout(self.graphicsView)\r\n        self.plotLayout.addWidget(self.canvas)\r\n\r\n        self.refreshButton_3.clicked.connect(self.on_analyze_button_clicked)\r\n\r\n#高参数大模块\r\n        self.visualize_checkbox1.stateChanged.connect(self.on_visualize_checkbox_stateChanged)\r\n        self.SavedatabaseCheckBox.stateChanged.connect(self.on_databases_checkbox_stateChanged)\r\n        self.agnostic_nmscheckbox.stateChanged.connect(self.on_agnostic_nmscheckbox_checkbox_stateChanged)\r\n        self.halfcheckbox_2.stateChanged.connect(self.on_halfcheckbox_2_nmscheckbox_checkbox_stateChanged)\r\n        self.save_cropcheckbox_2.stateChanged.connect(self.on_save_crop_nmscheckbox_checkbox_stateChanged)\r\n        self.augmentedcheckbox_3.stateChanged.connect(self.on_augment_nmscheckbox_checkbox_stateChanged)\r\n        self.hide_labelscheckbox_4.stateChanged.connect(self.on_hide_labelscheckbox_checkbox_checkbox_stateChanged)\r\n        self.hide_confscheckbox_6.stateChanged.connect(self.on_hide_confcheckbox_checkbox_checkbox_stateChanged)\r\n\r\n        self.imgsz_spinbox12.valueChanged.connect(self.on_imgsz_spinbox_valueChanged)\r\n        self.line_thickness_spinbox12_2.valueChanged.connect(self.on_line_thickness_spinbox_valueChanged)\r\n        self.lineEdit.textChanged.connect(self.update_classes)\r\n        self.browse_result_folder_button.clicked.connect(self.on_browse_result_folder_button_clicked)\r\n\r\n\r\n\r\n\r\n\r\n#批处理图像增强大模块\r\n        # 创建一个 ImageAugmentor 实例\r\n        self.image_augmentor = ImageAugmentor()\r\n\r\n        # 将 UI 控件连接到相关方法\r\n        self.inputFolderButton.clicked.connect(self.select_input_folder)\r\n        self.outputFolderButton.clicked.connect(self.select_output_folder)\r\n        self.startProcessingButton.clicked.connect(self.start_processing)\r\n\r\n        self.init_progress_bar()\r\n        # 在MainWindow类的__init__方法中为每个复选框添加事件处理程序\r\n        for checkbox in [self.enhanceMethod1Checkbox, self.enhanceMethod2Checkbox, self.enhanceMethod3Checkbox,\r\n                         self.enhanceMethod4Checkbox, self.enhanceMethod5Checkbox, self.enhanceMethod6Checkbox,\r\n                         self.enhanceMethod7Checkbox, self.enhanceMethod8Checkbox, self.enhanceMethod9Checkbox,\r\n                         self.enhanceMethod10Checkbox]:\r\n            checkbox.clicked.connect(self.checkbox_clicked)\r\n\r\n        self.helpButton.clicked.connect(self.show_help)\r\n        # 高级参数设置\r\n        self.advancedSettingsButton.clicked.connect(self.open_advanced_settings)\r\n        # 设置默认值\r\n        self.enhanceMethod2Parameter = QLineEdit(\"0.8, 1.0\")  # 示例：设置增强方法2的默认参数值\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n# 单个图像处理大模块\r\n        # 加载缩放\r\n        self.loadImageButton.clicked.connect(self.load_image1)\r\n        self.scaleSlider.valueChanged.connect(self.scale_image)\r\n        # # 翻转\r\n        # self.comboBox_3.currentTextChanged.connect(self.on_comboBox_3_currentIndexChanged)\r\n        # 旋转\r\n        self.rotationSlider.valueChanged.connect(self.rotate_image)\r\n\r\n# 正常显示和预览\r\n        self.imageEnhanceButton.clicked.connect(lambda: self.apply_image_enhance(preview=False))\r\n        self.previewEnhanceButton.clicked.connect(lambda: self.apply_image_enhance(preview=True))\r\n\r\n        self.imageFilterButton.clicked.connect(lambda: self.apply_image_filter(preview=False))\r\n        self.previewFilterButton.clicked.connect(lambda: self.apply_image_filter(preview=True))\r\n\r\n        self.morphologyButton.clicked.connect(lambda: self.apply_morphology(preview=False))\r\n        self.previewmorphologyButton.clicked.connect(lambda: self.apply_morphology(preview=True))\r\n\r\n        self.histogramButton.clicked.connect(lambda: self.apply_histogram(preview=False))\r\n        self.previewhistogramButton.clicked.connect(lambda: self.apply_histogram(preview=True))\r\n\r\n        #打开一个文件夹选择上一个下一个\r\n        self.image_list = []\r\n        self.current_image_index = -1\r\n        self.save_folder = \"\"\r\n        #文件按钮\r\n        self.openFolderButton.clicked.connect(self.open_folder)\r\n        self.saveFolderButton.clicked.connect(self.select_save_folder)\r\n        self.nextImageButton.clicked.connect(self.next_image)\r\n        self.previousImageButton.clicked.connect(self.previous_image)\r\n        self.saveButton.clicked.connect(self.save_image)\r\n\r\n\r\n# 自定义参数\r\n        self.slider_adjust_contrast.valueChanged.connect(self.slider_adjustment)\r\n        self.apply_custom_adjustments_imageEnhance.clicked.connect(self.apply_custom_adjustments_with_value)\r\n\r\n#这里只提供图像增强的滑条和设置具体数值的按钮，其他的自行按照这种模式添加\r\n    def slider_adjustment(self, value):\r\n        operation = self.imageEnhanceComboBox.currentText()\r\n        value = value / 10.0\r\n        if operation == '对比度增强':\r\n            self.adjust_contrast(alpha=value, preview=False)\r\n        elif operation == '饱和度调整':\r\n            self.adjust_saturation(value=value, preview=False)\r\n        elif operation == '调整色相':\r\n            self.adjust_hue(value=value, preview=False)\r\n        elif operation == '调整亮度':\r\n            self.adjust_brightness1(value=value, preview=False)\r\n        elif operation == 'Gamma 校正':\r\n            self.adjust_gamma(gamma=value, preview=False)\r\n        elif operation == '二值化':\r\n            self.binarize_image(threshold=value, preview=False)\r\n\r\n    def apply_custom_adjustments_with_value(self):\r\n        operation = self.imageEnhanceComboBox.currentText()\r\n        value, ok = QInputDialog.getInt(self, \"输入参数\", f\"设置{operation}的值：\", min=0, max=100)\r\n\r\n        if ok:\r\n            if operation == '对比度增强':\r\n                self.adjust_contrast(alpha=value, preview=False)\r\n            elif operation == '饱和度调整':\r\n                self.adjust_saturation(value=value, preview=False)\r\n            elif operation == '调整色相':\r\n                self.adjust_hue(value=value, preview=False)\r\n            elif operation == '调整亮度':\r\n                self.adjust_brightness1(value=value, preview=False)\r\n            elif operation == 'Gamma 校正':\r\n                self.adjust_gamma(gamma=value, preview=False)\r\n            elif operation == '二值化':\r\n                self.binarize_image(threshold=value, preview=False)\r\n\r\n   # 二值化\r\n    def binarize_image(self, threshold=128, preview=True):\r\n\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            if original_image is None:\r\n                QMessageBox.warning(self, \"提示\", \"无法处理此图片\")\r\n                return\r\n\r\n            gray_image = cv2.cvtColor(original_image, cv2.COLOR_BGR2GRAY)\r\n            _, result_image = cv2.threshold(gray_image, threshold, 255, cv2.THRESH_BINARY)\r\n\r\n            pixmap = self.cv2_image_to_pixmap(result_image)\r\n\r\n            # scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n\r\n        except Exception as e:\r\n            print(f\"Error in binarize_image: {e}\")\r\n\r\n\r\n\r\n\r\n    def adjust_gamma(self, gamma=1.0, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            if original_image is None:\r\n                QMessageBox.warning(self, \"提示\", \"无法处理此图片\")\r\n                return\r\n\r\n            result_image = np.power(original_image, gamma)\r\n\r\n            pixmap = self.cv2_image_to_pixmap(result_image)\r\n\r\n            # scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in adjust_gamma: {e}\")\r\n\r\n\r\n    #调整亮度\r\n    def adjust_brightness1(self, value=1.5, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            if original_image is None:\r\n                QMessageBox.warning(self, \"提示\", \"无法处理此图片\")\r\n                return\r\n\r\n            hsv_image = cv2.cvtColor(original_image, cv2.COLOR_BGR2HSV)\r\n\r\n            brightness_multiplier = np.ones(hsv_image.shape[:2], dtype=np.float32) * value\r\n            hsv_image[..., 2] = cv2.add(hsv_image[..., 2], brightness_multiplier, dtype=cv2.CV_32F)\r\n\r\n            hsv_image[..., 2] = cv2.convertScaleAbs(hsv_image[..., 2])\r\n\r\n            result_image = cv2.cvtColor(hsv_image, cv2.COLOR_HSV2BGR)\r\n\r\n            pixmap = self.cv2_image_to_pixmap(result_image)\r\n\r\n            # scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in adjust_brightness1: {e}\")\r\n\r\n\r\n        # ...\r\n#调整色相\r\n    def adjust_hue(self, value=1.5, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            if original_image is None:\r\n                QMessageBox.warning(self, \"提示\", \"无法处理此图片\")\r\n                return\r\n\r\n            hsv_image = cv2.cvtColor(original_image, cv2.COLOR_BGR2HSV)\r\n\r\n            hue_multiplier = np.ones(hsv_image.shape[:2], dtype=np.float32) * value\r\n            hsv_image[..., 0] = cv2.add(hsv_image[..., 0], hue_multiplier, dtype=cv2.CV_32F)\r\n\r\n            hsv_image[..., 0] = cv2.convertScaleAbs(hsv_image[..., 0])\r\n\r\n            result_image = cv2.cvtColor(hsv_image, cv2.COLOR_HSV2BGR)\r\n\r\n            pixmap = self.cv2_image_to_pixmap(result_image)\r\n\r\n            # scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in adjust_hue: {e}\")\r\n\r\n\r\n    def adjust_saturation(self, value=1.5, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n                # 获取原始图像\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            if original_image is None:\r\n                QMessageBox.warning(self, \"提示\", \"无法处理此图片\")\r\n                return\r\n\r\n            # 转换为 HSV 颜色空间\r\n            hsv_image = cv2.cvtColor(original_image, cv2.COLOR_BGR2HSV)\r\n\r\n            # 增加饱和度\r\n            saturation_multiplier = np.ones(hsv_image.shape[:2], dtype=np.float32) * value\r\n            hsv_image[..., 1] = cv2.multiply(hsv_image[..., 1], saturation_multiplier, dtype=cv2.CV_32F)\r\n\r\n            hsv_image[..., 1] = cv2.convertScaleAbs(hsv_image[..., 1])\r\n\r\n            # 转换回 BGR 颜色空间\r\n            result_image = cv2.cvtColor(hsv_image, cv2.COLOR_HSV2BGR)\r\n\r\n            # 将结果显示在界面上\r\n            pixmap = self.cv2_image_to_pixmap(result_image)\r\n\r\n            # Scale the pixmap to fit the scrollArea\r\n            # scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in adjust_saturation: {e}\")\r\n\r\n\r\n\r\n\r\n    def adjust_contrast(self, alpha=1.5, preview=True):\r\n        try :\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            original_image = original_image.astype(np.float64)\r\n            contrast_multiplier = np.ones(original_image.shape, dtype=np.float64) * alpha\r\n            contrast_image = cv2.multiply(original_image, contrast_multiplier)\r\n            contrast_image = cv2.convertScaleAbs(contrast_image)\r\n            pixmap = self.cv2_image_to_pixmap(contrast_image)\r\n\r\n            # Scale the pixmap to fit the scrollArea\r\n            # scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in adjust_contrast: {e}\")\r\n\r\n\r\n    def adjust_brightness(self, beta=50, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            brightness_image = cv2.add(original_image, np.full(original_image.shape, beta, dtype=np.uint8))\r\n\r\n            pixmap = self.cv2_image_to_pixmap(brightness_image)\r\n            # scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in adjust_brightness: {e}\")\r\n\r\n    def sharpen_image(self, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            kernel = np.array([[-1, -1, -1], [-1, 9, -1], [-1, -1, -1]])\r\n            sharpened_image = cv2.filter2D(original_image, -1, kernel)\r\n            pixmap = self.cv2_image_to_pixmap(sharpened_image)\r\n            # scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in sharpen_image: {e}\")\r\n\r\n    def smooth_image(self, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            smooth_image = cv2.GaussianBlur(original_image, (7, 7), 0)\r\n            pixmap = self.cv2_image_to_pixmap(smooth_image)\r\n            # scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in smooth_image: {e}\")\r\n\r\n    def flip_image(self,  orientation='水平翻转',preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n\r\n            if orientation == '水平翻转':\r\n                flipped_image = cv2.flip(original_image, 1)\r\n            elif orientation == '垂直翻转':\r\n                flipped_image = cv2.flip(original_image, 0)\r\n            elif orientation == '水平垂直翻转':\r\n                flipped_image = cv2.flip(original_image, -1)\r\n\r\n            pixmap = self.cv2_image_to_pixmap(flipped_image)\r\n            # scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n                # self.imageLabel_2.setPixmap(scaled_pixmap)\r\n                # self.imageLabel_2.setScaledContents(False)\r\n                # self.imageLabel_2.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum)\r\n        except Exception as e:\r\n            print(f\"Error in flip_image: {e}\")\r\n    def histogram_equalization(self, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            gray_image = cv2.cvtColor(original_image, cv2.COLOR_BGR2GRAY)\r\n            equalized_image = cv2.equalizeHist(gray_image)\r\n            pixmap = self.cv2_image_to_pixmap(equalized_image)\r\n            scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in histogram_equalization: {e}\")\r\n\r\n    def pixmap_to_cv2_image(self, pixmap):\r\n        try:\r\n            qimage = pixmap.toImage()\r\n            if not qimage.constBits():\r\n                return None\r\n            qimage = qimage.convertToFormat(QImage.Format_ARGB32)\r\n            buffer = qimage.constBits().asarray(qimage.byteCount())\r\n            image = np.frombuffer(buffer, dtype=np.uint8).reshape((qimage.height(), qimage.width(), 4))\r\n            image = cv2.cvtColor(image, cv2.COLOR_RGBA2BGR)\r\n            return image\r\n        except Exception as e:\r\n            print(f\"Error in pixmap_to_cv2_image: {e}\")\r\n\r\n    def cv2_image_to_pixmap(self, image):\r\n        try:\r\n            qimage = QImage(image.data, image.shape[1], image.shape[0], QImage.Format.Format_RGB888).rgbSwapped()\r\n            pixmap = QPixmap.fromImage(qimage)\r\n            return pixmap\r\n        except Exception as e:\r\n            print(f\"Error in cv2_image_to_pixmap: {e}\")\r\n\r\n    def morphology_operation(self, operation, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            gray_image = cv2.cvtColor(original_image, cv2.COLOR_BGR2GRAY)\r\n            _, binary_image = cv2.threshold(gray_image, 128, 255, cv2.THRESH_BINARY)\r\n\r\n            kernel = np.ones((5, 5), np.uint8)\r\n\r\n            if operation == 'dilate':\r\n                result_image = cv2.dilate(binary_image, kernel, iterations=1)\r\n            elif operation == 'erode':\r\n                result_image = cv2.erode(binary_image, kernel, iterations=1)\r\n            elif operation == 'opening':\r\n                result_image = cv2.morphologyEx(binary_image, cv2.MORPH_OPEN, kernel)\r\n            elif operation == 'closing':\r\n                result_image = cv2.morphologyEx(binary_image, cv2.MORPH_CLOSE, kernel)\r\n\r\n            pixmap = self.cv2_image_to_pixmap(result_image)\r\n            scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in morphology_operation: {e}\")\r\n    def mean_filter(self, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            mean_filtered_image = cv2.blur(original_image, (5, 5))\r\n            pixmap = self.cv2_image_to_pixmap(mean_filtered_image)\r\n            scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in mean_filter: {e}\")\r\n\r\n    def gaussian_filter(self, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            gaussian_filtered_image = cv2.GaussianBlur(original_image, (5, 5), 0)\r\n            pixmap = self.cv2_image_to_pixmap(gaussian_filtered_image)\r\n            scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in gaussian_filter: {e}\")\r\n\r\n    def median_filter(self, preview=True):\r\n        try:\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_image = self.pixmap_to_cv2_image(self.imageLabel.pixmap())\r\n            median_filtered_image = cv2.medianBlur(original_image, 5)\r\n            pixmap = self.cv2_image_to_pixmap(median_filtered_image)\r\n            scaled_pixmap = pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n            if preview:\r\n                label_size = self.previewLabel.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.previewLabel.setPixmap(scaled_pixmap)\r\n\r\n            else:\r\n                label_size = self.imageLabel_2.size()\r\n                scaled_pixmap = pixmap.scaled(label_size, Qt.KeepAspectRatio, Qt.SmoothTransformation)\r\n                self.imageLabel_2.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in median_filter: {e}\")\r\n\r\n    def load_image1(self, file_name):\r\n        options = QFileDialog.Options()\r\n        options |= QFileDialog.ReadOnly\r\n        file_name, _ = QFileDialog.getOpenFileName(self, \"Load Image\", \"\",\r\n                                                   \"Images (*.png *.xpm *.jpg *.bmp);;All Files (*)\", options=options)\r\n\r\n        if file_name:\r\n            # Load and display the image\r\n            pixmap = QPixmap(file_name)\r\n            self.imageLabel.setPixmap(\r\n                pixmap.scaled(self.imageLabel.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation))\r\n            self.imageLabel.setScaledContents(False)\r\n            self.imageLabel.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum)\r\n\r\n            # 将图片添加到self.image_list并设置self.current_image_index为0\r\n            self.image_list = [file_name]\r\n            self.current_image_index = 0\r\n\r\n    def load_image(self, file_name):\r\n        if file_name:\r\n            pixmap = QPixmap(file_name)\r\n            self.imageLabel.setPixmap(\r\n                pixmap.scaled(self.imageLabel.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation))\r\n            self.imageLabel.setScaledContents(False)\r\n            self.imageLabel.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum)\r\n\r\n    def open_folder(self):\r\n        folder_name = QFileDialog.getExistingDirectory(self, \"打开文件夹\")\r\n        if folder_name:\r\n            self.image_list = [os.path.join(folder_name, f) for f in os.listdir(folder_name)\r\n                               if os.path.splitext(f)[-1].lower() in ['.png', '.jpg', '.bmp', '.xpm']]\r\n            self.current_image_index = 0\r\n            self.load_image(self.image_list[self.current_image_index])\r\n\r\n    def select_save_folder(self):\r\n        self.save_folder = QFileDialog.getExistingDirectory(self, \"选择保存文件夹\")\r\n\r\n    def next_image(self):\r\n        if not self.image_list:\r\n            QMessageBox.warning(self, \"提示\", \"请先打开一个文件夹\")\r\n            return\r\n\r\n        self.current_image_index = (self.current_image_index + 1) % len(self.image_list)\r\n        self.load_image(self.image_list[self.current_image_index])\r\n\r\n    def previous_image(self):\r\n        if not self.image_list:\r\n            QMessageBox.warning(self, \"提示\", \"请先打开一个文件夹\")\r\n            return\r\n\r\n        self.current_image_index = (self.current_image_index - 1) % len(self.image_list)\r\n        self.load_image(self.image_list[self.current_image_index])\r\n\r\n    def save_image(self):\r\n        if not self.imageLabel_2.pixmap():\r\n            QMessageBox.warning(self, \"提示\", \"没有处理后的图片可供保存\")\r\n            return\r\n\r\n        if not self.save_folder:\r\n            QMessageBox.warning(self, \"提示\", \"请先选择保存文件夹\")\r\n            return\r\n\r\n        if not self.image_list or self.current_image_index >= len(self.image_list):\r\n            QMessageBox.warning(self, \"提示\", \"当前没有图像可供保存\")\r\n            return\r\n\r\n        file_name = os.path.basename(self.image_list[self.current_image_index])\r\n        save_path = os.path.join(self.save_folder, \"processed_\" + file_name)\r\n        self.imageLabel_2.pixmap().save(save_path)\r\n        QMessageBox.information(self, \"提示\", f\"图片已成功保存到：{save_path}\")\r\n\r\n\r\n\r\n\r\n    def apply_image_enhance(self, preview):\r\n        operation = self.imageEnhanceComboBox.currentText()\r\n\r\n        if operation == '对比度增强':\r\n            self.adjust_contrast(preview=preview)\r\n        # ... and so on for other operations\r\n\r\n        elif operation == '亮度增强':\r\n            self.adjust_brightness(preview=preview)\r\n        elif operation == '锐化':\r\n            self.sharpen_image(preview=preview)\r\n        elif operation == '平滑':\r\n            self.smooth_image(preview=preview)\r\n        else:\r\n            self.flip_image(operation,preview=preview)\r\n\r\n\r\n    def apply_image_filter(self,preview):\r\n        operation = self.imageFilterComboBox.currentText()\r\n\r\n        if operation == '均值滤波':\r\n            self.mean_filter(preview=preview)\r\n        elif operation == '高斯滤波':\r\n            self.gaussian_filter(preview=preview)\r\n        elif operation == '中值滤波':\r\n            self.median_filter(preview=preview)\r\n\r\n    def apply_morphology(self,preview):\r\n        operation = self.morphologyComboBox.currentText()\r\n\r\n        if operation == '膨胀':\r\n            self.morphology_operation('dilate', preview=preview)\r\n        elif operation == '腐蚀':\r\n            self.morphology_operation('erode', preview=preview)\r\n        elif operation == '开运算':\r\n            self.morphology_operation('opening', preview=preview)\r\n        elif operation == '闭运算':\r\n            self.morphology_operation('closing', preview=preview)\r\n\r\n    def apply_histogram(self,preview):\r\n        operation = self.histogramComboBox.currentText()\r\n\r\n        if operation == '直方图均衡化':\r\n            self.histogram_equalization(preview=preview)\r\n\r\n    # def on_comboBox_3_currentIndexChanged(self):\r\n    #     orientation = self.comboBox_3.currentText()\r\n    #     self.flip_image(orientation)\r\n    # def flip_image(self, orientation):\r\n    #     if not self.imageLabel.pixmap():\r\n    #         QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n    #         return\r\n    #\r\n    #     original_pixmap = self.imageLabel.pixmap()\r\n    #\r\n    #     if orientation == '水平翻转':\r\n    #         flipped_pixmap = original_pixmap.transformed(QTransform().scale(-1, 1), mode=Qt.SmoothTransformation)\r\n    #     elif orientation == '垂直翻转':\r\n    #         flipped_pixmap = original_pixmap.transformed(QTransform().scale(1, -1), mode=Qt.SmoothTransformation)\r\n    #     elif orientation == '无翻转':\r\n    #         pass\r\n    #\r\n    #     self.imageLabel_2.setPixmap(\r\n    #         flipped_pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation))\r\n    #     self.imageLabel_2.setScaledContents(False)\r\n    #     self.imageLabel_2.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum)\r\n    def scale_image(self):\r\n        try:\r\n            # 获取滑块的值（将滑块的值除以100，使其表示为百分比，然后用200减去当前值实现反转）\r\n            scale_value = (200 - self.scaleSlider.value()) / 100.0\r\n            # 检查原始图像是否已加载\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n            # 获取原始图像\r\n            original_pixmap = self.imageLabel.pixmap()\r\n            original_size = original_pixmap.size()\r\n            # 根据缩放比例计算新的图像尺寸\r\n            new_size = original_size * scale_value\r\n            # 对原始图像进行缩放\r\n            scaled_pixmap = original_pixmap.scaled(new_size, Qt.KeepAspectRatio)\r\n            # 在 imageLabel 上显示缩放后的图像\r\n            self.imageLabel.setPixmap(scaled_pixmap)\r\n        except Exception as e:\r\n            print(f\"Error in scale_image: {e}\")\r\n\r\n    def rotate_image(self):\r\n        try:\r\n            rotation_angle = self.rotationSlider.value()\r\n            if not self.imageLabel.pixmap():\r\n                QMessageBox.warning(self, \"提示\", \"请先加载一张图片\")\r\n                return\r\n\r\n            original_pixmap = self.imageLabel.pixmap()\r\n            original_size = original_pixmap.size()\r\n\r\n            transform = QTransform().rotate(rotation_angle)\r\n            rotated_pixmap = original_pixmap.transformed(transform, mode=Qt.SmoothTransformation)\r\n\r\n            self.imageLabel_2.setPixmap(\r\n                rotated_pixmap.scaled(self.scrollArea.size(), Qt.KeepAspectRatio, Qt.SmoothTransformation))\r\n            self.imageLabel_2.setScaledContents(False)\r\n            self.imageLabel_2.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Minimum)\r\n        except Exception as e:\r\n            print(f\"Error in rotate_image: {e}\")\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n    def show_help(self):\r\n        help_text = (\r\n            \"<h3>图像增强操作详细信息：</h3>\"\r\n            \"<ul>\"\r\n            \"<li><b>翻转</b>：水平或垂直翻转图像。</li>\"\r\n            \"<li><b>随机裁剪</b>：从图像中随机裁剪一部分。</li>\"\r\n            \"<li><b>随机缩放</b>：对图像进行随机缩放。</li>\"\r\n            \"<li><b>随机旋转</b>：在一定范围内随机旋转图像。</li>\"\r\n            \"<li><b>随机亮度/对比度/饱和度/色调</b>：调整图像的亮度、对比度、饱和度和色调。</li>\"\r\n            \"<li><b>随机擦除</b>：在图像上随机擦除一个矩形区域。</li>\"\r\n            \"<li><b>随机噪声</b>：在图像上添加随机噪声。</li>\"\r\n            \"<li><b>剪切</b>：在图像上随机剪切一个矩形区域。</li>\"\r\n            \"<li><b>Mixup</b>：将两个图像按一定比例混合在一起。</li>\"\r\n            \"<li><b>Mosaic</b>：将四个图像组合成一个马赛克图像。</li>\"\r\n            \"</ul>\"\r\n            \"<p><b>注意：</b>Mixup 和 Mosaic 操作不能与其他操作同时使用。</p>\"\r\n            \"<h3>建议的图像增强组合：</h3>\"\r\n            \"<ol>\"\r\n            \"<li>翻转 + 随机裁剪 + 随机缩放 + 随机旋转</li>\"\r\n            \"<li>随机亮度/对比度/饱和度/色调 + 随机擦除 + 随机噪声 + 剪切</li>\"\r\n            \"<li>使用 Mixup 或 Mosaic 作为单独操作。</li>\"\r\n            \"</ol>\"\r\n            \"<p><a href='https://www.bilibili.com/video/BV1h84y1G72P/?spm_id_from=333.337.search-card.all.click'>查看视频教程</a></p>\"\r\n        )\r\n\r\n        style_sheet = \"\"\"\r\n            QMessageBox {\r\n                background-color: rgba(0, 0, 0, 50%);\r\n                color: white;\r\n                font-size: 14px;\r\n                font-weight: bold;\r\n                border-radius: 10px;\r\n            }\r\n\r\n            QMessageBox QLabel {\r\n                color: white;\r\n                font-size: 14px;\r\n            }\r\n\r\n            QPushButton {\r\n                background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgb(13, 206, 197));\r\n                color: white;\r\n                font-size: 14px;\r\n                font-weight: bold;\r\n                border-radius: 5px;\r\n                padding: 5px;\r\n                min-width: 100px;\r\n            }\r\n\r\n            QPushButton:hover {\r\n                background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(3, 85, 160));\r\n            }\r\n\r\n            QPushButton:pressed {\r\n                background-color: rgb(20, 120, 100);\r\n            }\r\n        \"\"\"\r\n\r\n        # 创建自定义 QMessageBox\r\n        message_box = QMessageBox(self)\r\n        message_box.setWindowTitle(\"帮助\")\r\n        message_box.setText(help_text)\r\n        message_box.setIcon(QMessageBox.Information)\r\n\r\n\r\n        message_box.setStyleSheet(style_sheet)\r\n\r\n        message_box.exec_()\r\n\r\n    # 添加新的 checkbox_clicked 方法\r\n    def checkbox_clicked(self):\r\n            incompatible_operations = {8, 9}  # Mixup 和 Mosaic 的索引\r\n\r\n            # 获取当前已选中的复选框索引\r\n            checked_indexes = [i for i, checkbox in enumerate(\r\n                [self.enhanceMethod1Checkbox, self.enhanceMethod2Checkbox, self.enhanceMethod3Checkbox,\r\n                 self.enhanceMethod4Checkbox, self.enhanceMethod5Checkbox, self.enhanceMethod6Checkbox,\r\n                 self.enhanceMethod7Checkbox, self.enhanceMethod8Checkbox, self.enhanceMethod9Checkbox,\r\n                 self.enhanceMethod10Checkbox]) if checkbox.isChecked()]\r\n\r\n            # 检查是否选中了不兼容的操作\r\n            if any(index in checked_indexes for index in incompatible_operations) and len(checked_indexes) > 1:\r\n                QMessageBox.warning(self, \"警告\", \"Mixup 或 Mosaic 操作不能与其他操作同时使用，请取消选择不兼容的操作。\")\r\n\r\n\r\n    def init_progress_bar(self):\r\n        self.image_augmentor.progress_updated.connect(self.update_progress)\r\n        self.progressBar_2.setValue(0)  # 假设 progressBar 是您在 Qt Designer 中添加的 QProgressBar 对象的名称\r\n\r\n    @pyqtSlot(int)\r\n    def update_progress(self, value):\r\n        self.progressBar_2.setValue(self.progressBar_2.value() + value)\r\n\r\n\r\n\r\n\r\n\r\n\r\n    # 在这里添加 select_input_folder、select_output_folder 和start_processing 槽函数的实现。\r\n    def select_input_folder(self):\r\n        folder_path = QFileDialog.getExistingDirectory()\r\n        self.inputFolderLabel.setText(folder_path)\r\n\r\n    def select_output_folder(self):\r\n        folder_path = QFileDialog.getExistingDirectory()\r\n        self.outputFolderLabel.setText(folder_path)\r\n\r\n    def start_processing(self):\r\n        input_folder = self.inputFolderLabel.text()\r\n        output_folder = self.outputFolderLabel.text()\r\n        probabilities = [float(self.enhanceProbabilityInput.text()) if checkbox.isChecked() else 0 for checkbox in\r\n                         [self.enhanceMethod1Checkbox, self.enhanceMethod2Checkbox, self.enhanceMethod3Checkbox,\r\n                          self.enhanceMethod4Checkbox, self.enhanceMethod5Checkbox, self.enhanceMethod6Checkbox,\r\n                          self.enhanceMethod7Checkbox, self.enhanceMethod8Checkbox, self.enhanceMethod9Checkbox,\r\n                          self.enhanceMethod10Checkbox]]\r\n\r\n        success_count, failure_count, image_count = self.image_augmentor.process_images(input_folder, output_folder,\r\n                                                                                        probabilities)\r\n\r\n        # 设置进度条的最大值\r\n        self.progressBar_2.setMaximum(image_count)\r\n\r\n        # 显示弹窗\r\n        QMessageBox.information(self, \"处理完成\", f\"成功处理 {success_count} 个图像，失败 {failure_count} 个\")\r\n\r\n        self.progressBar_2.setValue(0)\r\n\r\n    def open_advanced_settings(self):\r\n        dialog = QDialog(self)\r\n        dialog.setWindowTitle(\"高级参数设置\")\r\n\r\n        layout = QVBoxLayout()\r\n\r\n        # 为每个增强方法添加一个 QLineEdit，用于输入自定义参数\r\n        # 添加默认值和输入规范的 QLabel\r\n        enhance_method2_parameter = QLineEdit(self.enhanceMethod2Parameter.text())  # 使用默认值作为 QLineEdit 的初始值\r\n        enhance_method2_label = QLabel(\"scale_range (tuple): (min, max), e.g., (0.8, 1.0)\")\r\n        layout.addWidget(enhance_method2_label)\r\n        layout.addWidget(enhance_method2_parameter)\r\n\r\n        # ...在此处添加更多的增强方法参数和 QLabel...\r\n\r\n        # 添加确认和取消按钮\r\n        buttons = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel)\r\n        buttons.accepted.connect(dialog.accept)\r\n        buttons.rejected.connect(dialog.reject)\r\n        layout.addWidget(buttons)\r\n\r\n        dialog.setLayout(layout)\r\n\r\n        # 如果用户点击“确认”，请使用新的参数值更新增强方法\r\n        if dialog.exec() == QDialog.Accepted:\r\n            self.enhanceMethod2Parameter.setText(enhance_method2_parameter.text())\r\n            # ...在此处更新更多增强方法参数值...\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n#检测线程的参数\r\n    def on_visualize_checkbox_stateChanged(self, state):\r\n        global visualize\r\n        visualize = state == 2\r\n        print(f\"Visualize is now: {visualize}\")\r\n    def on_databases_checkbox_stateChanged(self, state):\r\n        global databases\r\n        databases = state == 2\r\n        print(f\"databases is now: {databases}\")\r\n    def on_agnostic_nmscheckbox_checkbox_stateChanged(self, state):\r\n        global agnostic_nms\r\n        agnostic_nms = state == 2\r\n        print(f\"agnostic_nmscheckbox is now: {agnostic_nms}\")\r\n    def on_halfcheckbox_2_nmscheckbox_checkbox_stateChanged(self, state):\r\n        global half\r\n        half = state == 2\r\n        print(f\"agnostic_nmscheckbox is now: {half}\")\r\n    def on_save_crop_nmscheckbox_checkbox_stateChanged(self, state):\r\n        global save_crop\r\n        save_crop = state == 2\r\n        print(f\"on_save_crop_nmscheckbox is now: {save_crop}\")\r\n    def on_augment_nmscheckbox_checkbox_stateChanged(self, state):\r\n        global augment\r\n        augment = state == 2\r\n        print(f\"augmentedcheckbox_3 is now: {augment}\")\r\n    def on_imgsz_spinbox_valueChanged(self, value):\r\n        global imgsz\r\n        imgsz = value\r\n        print(f\"imgsz is now: {imgsz}\")\r\n    def on_line_thickness_spinbox_valueChanged(self, value):\r\n        global line_thickness\r\n        line_thickness = value\r\n        print(f\"line_thickness is now: {line_thickness}\")\r\n    def update_classes(self, text):\r\n        global classes\r\n        if text.strip():\r\n            classes = [int(c) for c in text.split()]\r\n        else:\r\n            classes = None\r\n        print(f\"Classes are now: {classes}\")\r\n    def on_hide_labelscheckbox_checkbox_checkbox_stateChanged(self, state):\r\n        global hide_labels\r\n        hide_labels = state == 2\r\n        print(f\"hide_labels is now: {hide_labels}\")\r\n    def on_hide_confcheckbox_checkbox_checkbox_stateChanged(self, state):\r\n        global hide_conf\r\n        hide_conf = state == 2\r\n        print(f\"hide_conf is now: {hide_conf}\")\r\n    def on_browse_result_folder_button_clicked(self):\r\n        # print(\"Function on_browse_result_folder_button_clicked called\")\r\n        global project\r\n        # Get the button that triggered the slot\r\n        button = self.sender()\r\n        # Disconnect the button's clicked signal\r\n        button.clicked.disconnect()\r\n        # Browse the folder\r\n        folder_path = QFileDialog.getExistingDirectory(self, \"Select Result Folder\", str(Path.home()))\r\n        if folder_path:\r\n            project = Path(folder_path)\r\n            self.result_folder_lineEdit.setText(folder_path)\r\n        # Reconnect the button's clicked signal\r\n        button.clicked.connect(self.on_browse_result_folder_button_clicked)\r\n        # print(\"on_browse_result_folder_button_clickedproject:\",project)\r\n\r\n    def get_db_connection( self, host=DB_HOST, user=DB_USER, password=DB_PASSWORD, database=DB_NAME):\r\n        return pymysql.connect(\r\n            host=DB_HOST,\r\n            user=DB_USER,\r\n            password=DB_PASSWORD,\r\n            database=DB_NAME\r\n        )\r\n\r\n    def draw_bar_chart(self, data):\r\n        sns.set(style='darkgrid', palette='pastel')\r\n\r\n        # Extract sign_type and sign_count from data\r\n        sign_types = [row[1] for row in data]\r\n        sign_counts = [row[2] for row in data]\r\n\r\n        # Clear the previous plot\r\n        self.ax.clear()\r\n\r\n        # Create the bar chart\r\n        self.ax.bar(sign_types, sign_counts)\r\n\r\n        # Set plot labels and title\r\n        self.ax.set_xlabel('Sign Types')\r\n        self.ax.set_ylabel('Detection Counts')\r\n        self.ax.set_title('Detection Counts by Sign Type')\r\n\r\n        # Draw the plot\r\n        self.canvas.draw()\r\n\r\n    def draw_line_chart(self, data):\r\n        sns.set(style='darkgrid', palette='pastel')\r\n\r\n        # Extract detection_time and sign_count from data\r\n        detection_times = [row[3] for row in data]\r\n        sign_counts = [row[2] for row in data]\r\n\r\n        # Clear the previous plot\r\n        self.ax.clear()\r\n\r\n        # Create the line chart\r\n        self.ax.plot(detection_times, sign_counts)\r\n\r\n        # Set plot labels and title\r\n        self.ax.set_xlabel('Detection Time')\r\n        self.ax.set_ylabel('Detection Counts')\r\n        self.ax.set_title('Detection Counts by Time')\r\n\r\n        # Draw the plot\r\n        self.canvas.draw()\r\n\r\n    def draw_pie_chart(self, data, threshold=5):\r\n        sns.set(style='darkgrid', palette='pastel')\r\n\r\n        # Extract sign_type and sign_count from data\r\n        sign_types = [row[1] for row in data]\r\n        sign_counts = [row[2] for row in data]\r\n\r\n        # Filter out data with counts below the threshold\r\n        filtered_sign_types = []\r\n        filtered_sign_counts = []\r\n        other_count = 0\r\n        for i in range(len(sign_types)):\r\n            if sign_counts[i] >= threshold:\r\n                filtered_sign_types.append(sign_types[i])\r\n                filtered_sign_counts.append(sign_counts[i])\r\n            else:\r\n                other_count += sign_counts[i]\r\n        if other_count > 0:\r\n            filtered_sign_types.append('Other')\r\n            filtered_sign_counts.append(other_count)\r\n\r\n        # Clear the previous plot\r\n        self.ax.clear()\r\n\r\n        # Create the pie chart\r\n        explode = [0.05] * len(filtered_sign_types)\r\n        self.ax.pie(filtered_sign_counts, labels=filtered_sign_types, explode=explode,\r\n                    autopct='%1.1f%%', shadow=True, startangle=90)\r\n\r\n        # Set plot title\r\n        self.ax.set_title('Detection Counts by Sign Type')\r\n\r\n        # Draw the plot\r\n        self.canvas.draw()\r\n\r\n    def draw_box_plot(self, data):\r\n        sns.set(style='darkgrid', palette='pastel')\r\n\r\n        # Extract sign_type and additional_info (confidence) from data\r\n        sign_types = list(set([row[1] for row in data]))\r\n        sign_confidences = {sign_type: [] for sign_type in sign_types}\r\n\r\n        for row in data:\r\n            sign_confidences[row[1]].append(float(row[4].replace('Confidence: ', '')))\r\n        # Clear the previous plot\r\n        self.ax.clear()\r\n        # Create the box plot\r\n        self.ax.boxplot([sign_confidences[sign_type] for sign_type in sign_types], vert=True)\r\n        # Set plot labels and title\r\n        self.ax.set_xticklabels(sign_types)\r\n        self.ax.set_xlabel('Sign Types')\r\n        self.ax.set_ylabel('Confidence')\r\n        self.ax.set_title('Confidence Distribution by Sign Type')\r\n        # Draw the plot\r\n        self.canvas.draw()\r\n\r\n    def on_analyze_button_clicked(self):\r\n        analysis_type = self.analysisComboBox.currentText()\r\n        table_model = self.fetch_data_from_database()\r\n        data = [tuple(row) for row in table_model._data]\r\n        if analysis_type == '柱状图':\r\n            self.draw_bar_chart(data)\r\n        elif analysis_type == '折线图':\r\n            self.draw_line_chart(data)\r\n        elif analysis_type == '饼图':\r\n            self.draw_pie_chart(data)\r\n        elif analysis_type == '箱线图':\r\n            self.draw_box_plot(data)\r\n\r\n    # 添加一个新的槽函数，用于根据给定的序号切换 stackedWidget 的当前页面\r\n    def open_stackedWidget(self, index):\r\n        self.stackedWidget.setCurrentIndex(index)\r\n\r\n    def apply_filter(self):\r\n        user_input = self.spinBox.value()\r\n        self.filter_data_in_database(user_input)\r\n        self.refresh_data()\r\n\r\n    def filter_data_in_database(self, user_input):\r\n\r\n        with self.get_db_connection() as connection:\r\n            # Filter the data in the database\r\n            with connection.cursor() as cursor:\r\n                # Execute the SQL query to retrieve the filtered data from the database\r\n                sql = \"SELECT * FROM detection_results WHERE sign_count > %s\" % user_input\r\n                cursor.execute(sql)\r\n                result = cursor.fetchall()\r\n\r\n                # Update the table model with the filtered data\r\n                self.table_model._data = result\r\n                self.table_model.layoutChanged.emit()\r\n\r\n\r\n\r\n    def on_sort_changed(self):\r\n        sort_order = self.sortcomboBox_3.currentIndex()\r\n        sort_column = self.sortcomboBox_2.currentIndex()\r\n        print(\"Sort order:\", sort_order)\r\n        print(\"Sort column:\", sort_column)\r\n        # 将 sortOrder 转换为 Qt.SortOrder（0: Qt.AscendingOrder, 1: Qt.DescendingOrder）\r\n        qt_sort_order = Qt.AscendingOrder if sort_order == 0 else Qt.DescendingOrder\r\n\r\n        # Sort the data in the database\r\n        self.sort_data_in_database(sort_column, qt_sort_order)\r\n\r\n        print(\"排序之后的数据：\", self.table_model._data)\r\n        # Refresh the table view\r\n        self.refresh_data()\r\n\r\n    def sort_data_in_database(self, sort_column, qt_sort_order):\r\n        with self.get_db_connection() as connection:\r\n            # Sort the data in the database\r\n            with connection.cursor() as cursor:\r\n                # Map the sort_column index to the corresponding database column name\r\n                column_mapping = {\r\n                    1: \"detection_time\",\r\n                    0: \"sign_count\"\r\n                }\r\n                column_name = column_mapping.get(sort_column, \"detection_time\")\r\n\r\n                # Determine the sort order (ASC or DESC)\r\n                order = \"ASC\" if qt_sort_order == Qt.AscendingOrder else \"DESC\"\r\n\r\n                # Execute the SQL query to retrieve the sorted data from the database\r\n                sql = \"SELECT * FROM detection_results ORDER BY %s %s\" % (column_name, order)\r\n                cursor.execute(sql)\r\n                result = cursor.fetchall()\r\n\r\n                # Update the table model with the sorted data\r\n                self.table_model._data = result\r\n                self.table_model.layoutChanged.emit()\r\n\r\n    def on_add_button_clicked(self):\r\n        dialog = AddRecordDialog(self)\r\n        if dialog.exec_() == QtWidgets.QDialog.Accepted:\r\n            # Get the record data from the dialog\r\n            sign_type, sign_count, additional_info = dialog.get_record_data()\r\n\r\n            # Insert the record into the database\r\n            self.insert_data_to_database(sign_type, sign_count, additional_info)\r\n\r\n    def insert_data_to_database(self, sign_type, sign_count, additional_info):\r\n        with self.get_db_connection() as connection:\r\n            # Insert a new record into the table\r\n            with connection.cursor() as cursor:\r\n                sql = \"INSERT INTO detection_results (sign_type, sign_count, additional_info) VALUES (%s, %s, %s)\"\r\n                cursor.execute(sql, (sign_type, sign_count, additional_info))\r\n                connection.commit()\r\n\r\n        # Refresh the table view\r\n        self.refresh_data()\r\n\r\n    def on_delete_button_clicked(self):\r\n        # Get the selected row index\r\n        selected_index = self.tableView.selectionModel().currentIndex()\r\n\r\n        # Get the record ID from the selected row\r\n        record_id = self.tableView.model().data(self.tableView.model().index(selected_index.row(), 0))\r\n\r\n        # Show a message box to confirm the delete operation\r\n        message_box = QMessageBox()\r\n        message_box.setWindowFlag(Qt.WindowStaysOnTopHint)  # 设置窗口总在最前面显示\r\n        message_box.setIcon(QMessageBox.Warning)\r\n        message_box.setText(\"Are you sure you want to delete this record?\")\r\n        message_box.setStandardButtons(QMessageBox.Yes | QMessageBox.No)\r\n        message_box.setDefaultButton(QMessageBox.No)\r\n        button_clicked = message_box.exec_()\r\n        if button_clicked == QMessageBox.Yes:\r\n            with self.get_db_connection() as connection:\r\n                with connection.cursor() as cursor:\r\n                    sql = \"DELETE FROM detection_results WHERE id = %s\"\r\n                    cursor.execute(sql, record_id)\r\n                    connection.commit()\r\n            # Refresh the table view\r\n\r\n            self.refresh_data()\r\n\r\n    def fetch_data_from_database(self):\r\n        # Use the get_db_connection method to connect to the database\r\n        with self.get_db_connection() as connection:\r\n            # Execute a query to fetch the data\r\n            with connection.cursor() as cursor:\r\n                cursor.execute(\"SELECT * FROM detection_results\")\r\n                data = cursor.fetchall()\r\n        # Debug: Print the fetched data\r\n\r\n        # print(\"Fetched data:\", data)\r\n\r\n        # Set the headers\r\n        headers = [\"id\", \"sign_type\", \"sign_count\", \"detection_time\", \"additional_info\"]\r\n        # Create the model\r\n        model = PymysqlTableModel(data, headers)\r\n\r\n        return model\r\n\r\n    def refresh_data(self):\r\n        print(\"Refreshing data...\")  # 添加打印语句\r\n        self.tableView.setModel(None)\r\n        self.tableView.setModel(self.table_model)\r\n        print(\"Data refreshed.\")  # 添加打印语句\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n    def search_pt(self):\r\n        pt_list = os.listdir('./pt')\r\n        pt_list = [file for file in pt_list if file.endswith('.pt')]\r\n        pt_list.sort(key=lambda x: os.path.getsize('./pt/' + x))\r\n\r\n        if pt_list != self.pt_list:\r\n            self.pt_list = pt_list\r\n            self.comboBox.clear()\r\n            self.comboBox.addItems(self.pt_list)\r\n\r\n    # def is_save(self):\r\n    #     if self.saveCheckBox.isChecked():\r\n    #         # 选中时\r\n    #         self.det_thread.save_fold = './result'\r\n    #     else:\r\n    #         self.det_thread.save_fold = None\r\n\r\n    def is_save(self):\r\n        global project\r\n        if self.saveCheckBox.isChecked():\r\n            # 选中时\r\n            self.det_thread.save_fold = str(project)\r\n        else:\r\n            self.det_thread.save_fold = None\r\n\r\n    def checkrate(self):\r\n        if self.checkBox.isChecked():\r\n            self.det_thread.rate_check = True\r\n        else:\r\n            self.det_thread.rate_check = False\r\n\r\n    def chose_rtsp(self):\r\n        self.rtsp_window = Window()\r\n        config_file = 'config/ip.json'\r\n        if not os.path.exists(config_file):\r\n            ip = \"rtsp://admin:admin888@192.168.1.67:555\"\r\n            new_config = {\"ip\": ip}\r\n            new_json = json.dumps(new_config, ensure_ascii=False, indent=2)\r\n            with open(config_file, 'w', encoding='utf-8') as f:\r\n                f.write(new_json)\r\n        else:\r\n            config = json.load(open(config_file, 'r', encoding='utf-8'))\r\n            ip = config['ip']\r\n        self.rtsp_window.rtspEdit.setText(ip)\r\n        self.rtsp_window.show()\r\n        self.rtsp_window.rtspButton.clicked.connect(lambda: self.load_rtsp(self.rtsp_window.rtspEdit.text()))\r\n\r\n    def load_rtsp(self, ip):\r\n        try:\r\n            self.stop()\r\n            MessageBox(\r\n                self.closeButton, title='Tips', text='Loading rtsp stream', time=1000, auto=True).exec_()\r\n            self.det_thread.source = ip\r\n            new_config = {\"ip\": ip}\r\n            new_json = json.dumps(new_config, ensure_ascii=False, indent=2)\r\n            with open('config/ip.json', 'w', encoding='utf-8') as f:\r\n                f.write(new_json)\r\n            self.statistic_msg('Loading rtsp：{}'.format(ip))\r\n            self.rtsp_window.close()\r\n        except Exception as e:\r\n            self.statistic_msg('%s' % e)\r\n\r\n    def chose_cam(self):\r\n        try:\r\n            self.stop()\r\n            # MessageBox的作用：留出2秒，让上一次摄像头安全release\r\n            MessageBox(\r\n                self.closeButton, title='Tips', text='Loading camera', time=2000, auto=True).exec_()\r\n            # 自动检测本机有哪些摄像头\r\n            _, cams = Camera().get_cam_num()\r\n            popMenu = QMenu()\r\n            popMenu.setFixedWidth(self.cameraButton.width())\r\n            popMenu.setStyleSheet('''\r\n                                            QMenu {\r\n                                            font-size: 16px;\r\n                                            font-family: \"Microsoft YaHei UI\";\r\n                                            font-weight: light;\r\n                                            color:white;\r\n                                            padding-left: 5px;\r\n                                            padding-right: 5px;\r\n                                            padding-top: 4px;\r\n                                            padding-bottom: 4px;\r\n                                            border-style: solid;\r\n                                            border-width: 0px;\r\n                                            border-color: rgba(255, 255, 255, 255);\r\n                                            border-radius: 3px;\r\n                                            background-color: rgba(200, 200, 200,50);}\r\n                                            ''')\r\n\r\n            for cam in cams:\r\n                exec(\"action_%s = QAction('%s')\" % (cam, cam))\r\n                exec(\"popMenu.addAction(action_%s)\" % cam)\r\n\r\n            x = self.groupBox_5.mapToGlobal(self.cameraButton.pos()).x()\r\n            y = self.groupBox_5.mapToGlobal(self.cameraButton.pos()).y()\r\n            y = y + self.cameraButton.frameGeometry().height()\r\n            pos = QPoint(x, y)\r\n            action = popMenu.exec_(pos)\r\n            if action:\r\n                self.det_thread.source = action.text()\r\n                self.statistic_msg('Loading camera：{}'.format(action.text()))\r\n        except Exception as e:\r\n            self.statistic_msg('%s' % e)\r\n\r\n    # 导入配置文件\r\n    def load_setting(self):\r\n        config_file = 'config/setting.json'\r\n        if not os.path.exists(config_file):\r\n            iou = 0.26\r\n            conf = 0.33\r\n            rate = 10\r\n            check = 0\r\n            savecheck = 0\r\n            new_config = {\"iou\": iou,\r\n                          \"conf\": conf,\r\n                          \"rate\": rate,\r\n                          \"check\": check,\r\n                          \"savecheck\": savecheck\r\n                          }\r\n            new_json = json.dumps(new_config, ensure_ascii=False, indent=2)\r\n            with open(config_file, 'w', encoding='utf-8') as f:\r\n                f.write(new_json)\r\n        else:\r\n            config = json.load(open(config_file, 'r', encoding='utf-8'))\r\n            if len(config) != 5:\r\n                iou = 0.26\r\n                conf = 0.33\r\n                rate = 10\r\n                check = 0\r\n                savecheck = 0\r\n            else:\r\n                iou = config['iou']\r\n                conf = config['conf']\r\n                rate = config['rate']\r\n                check = config['check']\r\n                savecheck = config['savecheck']\r\n        self.confSpinBox.setValue(iou)\r\n        self.iouSpinBox.setValue(conf)\r\n        self.rateSpinBox.setValue(rate)\r\n        self.checkBox.setCheckState(check)\r\n        self.det_thread.rate_check = check   # 是否启用延时\r\n        self.saveCheckBox.setCheckState(savecheck)\r\n        self.is_save()    # 是否自动保存\r\n\r\n    def change_val(self, x, flag):\r\n        if flag == 'confSpinBox':\r\n            self.confSlider.setValue(int(x*100))\r\n        elif flag == 'confSlider':\r\n            self.confSpinBox.setValue(x/100)\r\n            self.det_thread.conf_thres = x/100\r\n        elif flag == 'iouSpinBox':\r\n            self.iouSlider.setValue(int(x*100))\r\n        elif flag == 'iouSlider':\r\n            self.iouSpinBox.setValue(x/100)\r\n            self.det_thread.iou_thres = x/100\r\n        elif flag == 'rateSpinBox':\r\n            self.rateSlider.setValue(x)\r\n        elif flag == 'rateSlider':\r\n            self.rateSpinBox.setValue(x)\r\n            self.det_thread.rate = x * 10\r\n        else:\r\n            pass\r\n\r\n    def statistic_msg(self, msg):\r\n        self.statistic_label.setText(msg)\r\n        # self.qtimer.start(3000)   # 3秒后自动清除\r\n\r\n    def show_msg(self, msg):\r\n        self.runButton.setChecked(Qt.Unchecked)\r\n        self.statistic_msg(msg)\r\n        if msg == \"Finished\":\r\n            self.saveCheckBox.setEnabled(True)\r\n\r\n    def change_model(self, x):\r\n        self.model_type = self.comboBox.currentText()\r\n        self.det_thread.weights = \"./pt/%s\" % self.model_type\r\n        self.statistic_msg('Change model to %s' % x)\r\n\r\n    def open_file(self):\r\n\r\n        config_file = 'config/fold.json'\r\n        # config = json.load(open(config_file, 'r', encoding='utf-8'))\r\n        config = json.load(open(config_file, 'r', encoding='utf-8'))\r\n        open_fold = config['open_fold']\r\n        if not os.path.exists(open_fold):\r\n            open_fold = os.getcwd()\r\n        name, _ = QFileDialog.getOpenFileName(self, 'Video/image', open_fold, \"Pic File(*.mp4 *.mkv *.avi *.flv \"\r\n                                                                          \"*.jpg *.png)\")\r\n        if name:\r\n            self.det_thread.source = name\r\n            self.statistic_msg('Loaded file：{}'.format(os.path.basename(name)))\r\n            config['open_fold'] = os.path.dirname(name)\r\n            config_json = json.dumps(config, ensure_ascii=False, indent=2)\r\n            with open(config_file, 'w', encoding='utf-8') as f:\r\n                f.write(config_json)\r\n            # 切换文件后，上一次检测停止\r\n            self.stop()\r\n\r\n    def max_or_restore(self):\r\n        if self.maxButton.isChecked():\r\n            self.showMaximized()\r\n        else:\r\n            self.showNormal()\r\n\r\n    # 继续/暂停\r\n    def run_or_continue(self):\r\n        self.det_thread.jump_out = False\r\n        if self.runButton.isChecked():\r\n            self.saveCheckBox.setEnabled(False)\r\n            self.det_thread.is_continue = True\r\n            if not self.det_thread.isRunning():\r\n                self.det_thread.start()\r\n            source = os.path.basename(self.det_thread.source)\r\n            source = 'camera' if source.isnumeric() else source\r\n            self.statistic_msg('Detecting >> model：{}，file：{}'.\r\n                               format(os.path.basename(self.det_thread.weights),\r\n                                      source))\r\n        else:\r\n            self.det_thread.is_continue = False\r\n            self.statistic_msg('Pause')\r\n\r\n    # 退出检测循环\r\n    def stop(self):\r\n        self.det_thread.jump_out = True\r\n        self.saveCheckBox.setEnabled(True)\r\n\r\n    def mousePressEvent(self, event):\r\n        self.m_Position = event.pos()\r\n        if event.button() == Qt.LeftButton:\r\n            if 0 < self.m_Position.x() < self.groupBox.pos().x() + self.groupBox.width() and \\\r\n                    0 < self.m_Position.y() < self.groupBox.pos().y() + self.groupBox.height():\r\n                self.m_flag = True\r\n\r\n    def mouseMoveEvent(self, QMouseEvent):\r\n        if Qt.LeftButton and self.m_flag:\r\n            self.move(QMouseEvent.globalPos() - self.m_Position)\r\n\r\n    def mouseReleaseEvent(self, QMouseEvent):\r\n        self.m_flag = False\r\n\r\n    @staticmethod\r\n    def show_image(img_src, label):\r\n        try:\r\n            ih, iw, _ = img_src.shape\r\n            w = label.geometry().width()\r\n            h = label.geometry().height()\r\n            # keep original aspect ratio\r\n            # 保持纵横比\r\n            # 找出长边\r\n            if iw/w > ih/h:\r\n                scal = w / iw\r\n                nw = w\r\n                nh = int(scal * ih)\r\n                img_src_ = cv2.resize(img_src, (nw, nh))\r\n\r\n            else:\r\n                scal = h / ih\r\n                nw = int(scal * iw)\r\n                nh = h\r\n                img_src_ = cv2.resize(img_src, (nw, nh))\r\n\r\n            frame = cv2.cvtColor(img_src_, cv2.COLOR_BGR2RGB)\r\n            img = QImage(frame.data, frame.shape[1], frame.shape[0], frame.shape[2] * frame.shape[1],\r\n                         QImage.Format_RGB888)\r\n            label.setPixmap(QPixmap.fromImage(img))\r\n\r\n        except Exception as e:\r\n            print(repr(e))\r\n\r\n\r\n    # 实时统计\r\n    def show_statistic(self, statistic_dic):\r\n        try:\r\n            self.resultWidget.clear()\r\n            statistic_dic = sorted(statistic_dic.items(), key=lambda x: x[1], reverse=True)\r\n            statistic_dic = [i for i in statistic_dic if i[1] > 0]\r\n            results = [' '+str(i[0]) + '：' + str(i[1]) for i in statistic_dic]\r\n            self.resultWidget.addItems(results)\r\n\r\n        except Exception as e:\r\n            print(repr(e))\r\n\r\n    def closeEvent(self, event):\r\n        # 如果摄像头开着，先把摄像头关了再退出，否则极大可能可能导致检测线程未退出\r\n        self.det_thread.jump_out = True\r\n        # 退出时，保存设置\r\n        config_file = 'config/setting.json'\r\n        config = dict()\r\n        config['iou'] = self.confSpinBox.value()\r\n        config['conf'] = self.iouSpinBox.value()\r\n        config['rate'] = self.rateSpinBox.value()\r\n        config['check'] = self.checkBox.checkState()\r\n        config['savecheck'] = self.saveCheckBox.checkState()\r\n        config_json = json.dumps(config, ensure_ascii=False, indent=2)\r\n        with open(config_file, 'w', encoding='utf-8') as f:\r\n            f.write(config_json)\r\n        MessageBox(\r\n            self.closeButton, title='Tips', text='Closing the program', time=2000, auto=True).exec_()\r\n        sys.exit(0)\r\n\r\nfrom login_lj import Login\r\nif __name__ == \"__main__\":\r\n    # app = QApplication(sys.argv)\r\n    # myWin = MainWindow()\r\n    # myWin.show()\r\n    # # myWin.showMaximized()\r\n    # sys.exit(app.exec_())\r\n\r\n    app = QApplication(sys.argv)\r\n    login = Login()\r\n    if login.exec_() == QtWidgets.QDialog.Accepted:\r\n        # 登录成功，显示主窗口\r\n        myWin = MainWindow()\r\n        myWin.show()\r\n        sys.exit(app.exec_())\r\n"
  },
  {
    "path": "main_win/login.py",
    "content": "# -*- coding: utf-8 -*-\r\n\r\nimport sys\r\nfrom PyQt5 import QtCore, QtGui, QtWidgets\r\n\r\nclass Ui_Dialog(object):\r\n    def setupUi(self, Dialog):\r\n        Dialog.setObjectName(\"Dialog\")\r\n        Dialog.resize(386, 481)\r\n        Dialog.setWindowFlags(QtCore.Qt.FramelessWindowHint)\r\n        Dialog.setAttribute(QtCore.Qt.WA_TranslucentBackground)\r\n\r\n        self.bg_widget = QtWidgets.QWidget(Dialog)\r\n        self.bg_widget.setGeometry(QtCore.QRect(0, 0, 386, 481))\r\n        self.bg_widget.setStyleSheet(\"QWidget { background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); }\")\r\n        self.bg_widget.setObjectName(\"bg_widget\")\r\n\r\n        self.verticalLayout = QtWidgets.QVBoxLayout(Dialog)\r\n        self.verticalLayout.setObjectName(\"verticalLayout\")\r\n        self.label = QtWidgets.QLabel(Dialog)\r\n        self.label.setAlignment(QtCore.Qt.AlignCenter)\r\n        self.label.setObjectName(\"label\")\r\n        self.label.setStyleSheet(\"color: white;\")\r\n        self.verticalLayout.addWidget(self.label)\r\n        self.widget = QtWidgets.QWidget(Dialog)\r\n        self.widget.setObjectName(\"widget\")\r\n        self.gridLayout = QtWidgets.QGridLayout(self.widget)\r\n        self.gridLayout.setObjectName(\"gridLayout\")\r\n        self.label_2 = QtWidgets.QLabel(self.widget)\r\n        self.label_2.setObjectName(\"label_2\")\r\n        self.label_2.setStyleSheet(\"color: white;\")\r\n        self.gridLayout.addWidget(self.label_2, 0, 0, 1, 1)\r\n        self.label_3 = QtWidgets.QLabel(self.widget)\r\n        self.label_3.setObjectName(\"label_3\")\r\n        self.label_3.setStyleSheet(\"color: white;\")\r\n        self.gridLayout.addWidget(self.label_3, 1, 0, 1, 1)\r\n        self.lineEdit_2 = QtWidgets.QLineEdit(self.widget)\r\n        self.lineEdit_2.setObjectName(\"lineEdit_2\")\r\n        self.gridLayout.addWidget(self.lineEdit_2, 1, 1, 1, 1)\r\n        self.lineEdit = QtWidgets.QLineEdit(self.widget)\r\n        self.lineEdit.setObjectName(\"lineEdit\")\r\n        self.gridLayout.addWidget(self.lineEdit, 0, 1, 1, 1)\r\n        self.verticalLayout.addWidget(self.widget)\r\n        self.widget_2 = QtWidgets.QWidget(Dialog)\r\n        self.widget_2.setObjectName(\"widget_2\")\r\n        self.gridLayout_2 = QtWidgets.QGridLayout(self.widget_2)\r\n        self.gridLayout_2.setObjectName(\"gridLayout_2\")\r\n        self.label_4 = QtWidgets.QLabel(self.widget_2)\r\n        self.label_4.setObjectName(\"label_4\")\r\n        self.label_4.setStyleSheet(\"color: white;\")\r\n        self.gridLayout_2.addWidget(self.label_4, 0, 1, 1, 1)\r\n        self.radioButton = QtWidgets.QRadioButton(self.widget_2)\r\n        self.radioButton.setObjectName(\"radioButton\")\r\n        self.radioButton.setStyleSheet(\"color: white;\")\r\n        self.gridLayout_2.addWidget(self.radioButton, 0, 3, 1, 1)\r\n        self.radioButton_2 = QtWidgets.QRadioButton(self.widget_2)\r\n        self.radioButton_2.setObjectName(\"radioButton_2\")\r\n        self.radioButton_2.setStyleSheet(\"color: white;\")\r\n        self.gridLayout_2.addWidget(self.radioButton_2, 0, 4, 1, 1)\r\n        spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)\r\n        self.gridLayout_2.addItem(spacerItem, 0, 0, 1, 1)\r\n        spacerItem1 = QtWidgets.QSpacerItem(15, 20, QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Minimum)\r\n        self.gridLayout_2.addItem(spacerItem1, 0, 2, 1, 1)\r\n        spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)\r\n        self.gridLayout_2.addItem(spacerItem2, 0, 5, 1, 1)\r\n        self.verticalLayout.addWidget(self.widget_2)\r\n        self.widget_3 = QtWidgets.QWidget(Dialog)\r\n        self.widget_3.setObjectName(\"widget_3\")\r\n        self.horizontalLayout = QtWidgets.QHBoxLayout(self.widget_3)\r\n        self.horizontalLayout.setObjectName(\"horizontalLayout\")\r\n        spacerItem3 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)\r\n        self.horizontalLayout.addItem(spacerItem3)\r\n        self.checkBox = QtWidgets.QCheckBox(self.widget_3)\r\n        self.checkBox.setObjectName(\"checkBox\")\r\n        self.checkBox.setStyleSheet(\"color: white;\")\r\n        self.horizontalLayout.addWidget(self.checkBox)\r\n        spacerItem4 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)\r\n        self.horizontalLayout.addItem(spacerItem4)\r\n        self.verticalLayout.addWidget(self.widget_3)\r\n        self.widget_4 = QtWidgets.QWidget(Dialog)\r\n        self.widget_4.setObjectName(\"widget_4\")\r\n        self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.widget_4)\r\n        self.horizontalLayout_2.setObjectName(\"horizontalLayout_2\")\r\n        spacerItem5 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)\r\n        self.horizontalLayout_2.addItem(spacerItem5)\r\n        self.pushButton = QtWidgets.QPushButton(self.widget_4)\r\n        self.pushButton.setObjectName(\"pushButton\")\r\n        self.horizontalLayout_2.addWidget(self.pushButton)\r\n        spacerItem6 = QtWidgets.QSpacerItem(15, 20, QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Minimum)\r\n        self.horizontalLayout_2.addItem(spacerItem6)\r\n        self.pushButton_2 = QtWidgets.QPushButton(self.widget_4)\r\n        self.pushButton_2.setObjectName(\"pushButton_2\")\r\n        self.horizontalLayout_2.addWidget(self.pushButton_2)\r\n        spacerItem7 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)\r\n        self.horizontalLayout_2.addItem(spacerItem7)\r\n        self.verticalLayout.addWidget(self.widget_4)\r\n\r\n        self.retranslateUi(Dialog)\r\n        QtCore.QMetaObject.connectSlotsByName(Dialog)\r\n\r\n    def retranslateUi(self, Dialog):\r\n        _translate = QtCore.QCoreApplication.translate\r\n        Dialog.setWindowTitle(_translate(\"Dialog\", \"Dialog\"))\r\n        self.label.setText(_translate(\"Dialog\", \"登录\"))\r\n        self.label_2.setText(_translate(\"Dialog\", \"用户名：\"))\r\n        self.label_3.setText(_translate(\"Dialog\", \"密码：\"))\r\n        self.label_4.setText(_translate(\"Dialog\", \"角色：\"))\r\n        self.radioButton.setText(_translate(\"Dialog\", \"服务器\"))\r\n        self.radioButton_2.setText(_translate(\"Dialog\", \"客户端\"))\r\n        self.checkBox.setText(_translate(\"Dialog\", \"记住密码\"))\r\n        self.pushButton.setText(_translate(\"Dialog\", \"登录\"))\r\n        self.pushButton_2.setText(_translate(\"Dialog\", \"关闭\"))\r\nif __name__ == \"__main__\":\r\n    import sys\r\n    app = QtWidgets.QApplication(sys.argv)\r\n    Dialog = QtWidgets.QDialog()\r\n    ui = Ui_Dialog()\r\n    ui.setupUi(Dialog)\r\n    Dialog.show()\r\n    sys.exit(app.exec_())\r\n"
  },
  {
    "path": "main_win/login.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<ui version=\"4.0\">\r\n <class>Dialog</class>\r\n <widget class=\"QDialog\" name=\"Dialog\">\r\n  <property name=\"geometry\">\r\n   <rect>\r\n    <x>0</x>\r\n    <y>0</y>\r\n    <width>386</width>\r\n    <height>481</height>\r\n   </rect>\r\n  </property>\r\n  <property name=\"windowTitle\">\r\n   <string>Dialog</string>\r\n  </property>\r\n  <property name=\"sizeGripEnabled\">\r\n   <bool>false</bool>\r\n  </property>\r\n  <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\r\n   <item>\r\n    <widget class=\"QLabel\" name=\"label\">\r\n     <property name=\"text\">\r\n      <string>登录</string>\r\n     </property>\r\n     <property name=\"alignment\">\r\n      <set>Qt::AlignCenter</set>\r\n     </property>\r\n    </widget>\r\n   </item>\r\n   <item>\r\n    <widget class=\"QWidget\" name=\"widget\" native=\"true\">\r\n     <layout class=\"QGridLayout\" name=\"gridLayout\">\r\n      <item row=\"0\" column=\"0\">\r\n       <widget class=\"QLabel\" name=\"label_2\">\r\n        <property name=\"text\">\r\n         <string>用户名：</string>\r\n        </property>\r\n       </widget>\r\n      </item>\r\n      <item row=\"1\" column=\"0\">\r\n       <widget class=\"QLabel\" name=\"label_3\">\r\n        <property name=\"text\">\r\n         <string>密码：</string>\r\n        </property>\r\n       </widget>\r\n      </item>\r\n      <item row=\"1\" column=\"1\">\r\n       <widget class=\"QLineEdit\" name=\"lineEdit_2\"/>\r\n      </item>\r\n      <item row=\"0\" column=\"1\">\r\n       <widget class=\"QLineEdit\" name=\"lineEdit\"/>\r\n      </item>\r\n     </layout>\r\n    </widget>\r\n   </item>\r\n   <item>\r\n    <widget class=\"QWidget\" name=\"widget_2\" native=\"true\">\r\n     <layout class=\"QGridLayout\" name=\"gridLayout_2\">\r\n      <item row=\"0\" column=\"1\">\r\n       <widget class=\"QLabel\" name=\"label_4\">\r\n        <property name=\"text\">\r\n         <string>角色：</string>\r\n        </property>\r\n       </widget>\r\n      </item>\r\n      <item row=\"0\" column=\"3\">\r\n       <widget class=\"QRadioButton\" name=\"radioButton\">\r\n        <property name=\"text\">\r\n         <string>服务器</string>\r\n        </property>\r\n       </widget>\r\n      </item>\r\n      <item row=\"0\" column=\"4\">\r\n       <widget class=\"QRadioButton\" name=\"radioButton_2\">\r\n        <property name=\"text\">\r\n         <string>客户端</string>\r\n        </property>\r\n       </widget>\r\n      </item>\r\n      <item row=\"0\" column=\"0\">\r\n       <spacer name=\"horizontalSpacer\">\r\n        <property name=\"orientation\">\r\n         <enum>Qt::Horizontal</enum>\r\n        </property>\r\n        <property name=\"sizeHint\" stdset=\"0\">\r\n         <size>\r\n          <width>40</width>\r\n          <height>20</height>\r\n         </size>\r\n        </property>\r\n       </spacer>\r\n      </item>\r\n      <item row=\"0\" column=\"2\">\r\n       <spacer name=\"horizontalSpacer_2\">\r\n        <property name=\"orientation\">\r\n         <enum>Qt::Horizontal</enum>\r\n        </property>\r\n        <property name=\"sizeType\">\r\n         <enum>QSizePolicy::Fixed</enum>\r\n        </property>\r\n        <property name=\"sizeHint\" stdset=\"0\">\r\n         <size>\r\n          <width>15</width>\r\n          <height>20</height>\r\n         </size>\r\n        </property>\r\n       </spacer>\r\n      </item>\r\n      <item row=\"0\" column=\"5\">\r\n       <spacer name=\"horizontalSpacer_3\">\r\n        <property name=\"orientation\">\r\n         <enum>Qt::Horizontal</enum>\r\n        </property>\r\n        <property name=\"sizeHint\" stdset=\"0\">\r\n         <size>\r\n          <width>40</width>\r\n          <height>20</height>\r\n         </size>\r\n        </property>\r\n       </spacer>\r\n      </item>\r\n     </layout>\r\n    </widget>\r\n   </item>\r\n   <item>\r\n    <widget class=\"QWidget\" name=\"widget_3\" native=\"true\">\r\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\r\n      <item>\r\n       <spacer name=\"horizontalSpacer_4\">\r\n        <property name=\"orientation\">\r\n         <enum>Qt::Horizontal</enum>\r\n        </property>\r\n        <property name=\"sizeHint\" stdset=\"0\">\r\n         <size>\r\n          <width>40</width>\r\n          <height>20</height>\r\n         </size>\r\n        </property>\r\n       </spacer>\r\n      </item>\r\n      <item>\r\n       <widget class=\"QCheckBox\" name=\"checkBox\">\r\n        <property name=\"text\">\r\n         <string>记住密码</string>\r\n        </property>\r\n       </widget>\r\n      </item>\r\n      <item>\r\n       <spacer name=\"horizontalSpacer_5\">\r\n        <property name=\"orientation\">\r\n         <enum>Qt::Horizontal</enum>\r\n        </property>\r\n        <property name=\"sizeHint\" stdset=\"0\">\r\n         <size>\r\n          <width>40</width>\r\n          <height>20</height>\r\n         </size>\r\n        </property>\r\n       </spacer>\r\n      </item>\r\n     </layout>\r\n    </widget>\r\n   </item>\r\n   <item>\r\n    <widget class=\"QWidget\" name=\"widget_4\" native=\"true\">\r\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\r\n      <item>\r\n       <spacer name=\"horizontalSpacer_6\">\r\n        <property name=\"orientation\">\r\n         <enum>Qt::Horizontal</enum>\r\n        </property>\r\n        <property name=\"sizeHint\" stdset=\"0\">\r\n         <size>\r\n          <width>40</width>\r\n          <height>20</height>\r\n         </size>\r\n        </property>\r\n       </spacer>\r\n      </item>\r\n      <item>\r\n       <widget class=\"QPushButton\" name=\"pushButton\">\r\n        <property name=\"text\">\r\n         <string>登录</string>\r\n        </property>\r\n       </widget>\r\n      </item>\r\n      <item>\r\n       <spacer name=\"horizontalSpacer_8\">\r\n        <property name=\"orientation\">\r\n         <enum>Qt::Horizontal</enum>\r\n        </property>\r\n        <property name=\"sizeType\">\r\n         <enum>QSizePolicy::Fixed</enum>\r\n        </property>\r\n        <property name=\"sizeHint\" stdset=\"0\">\r\n         <size>\r\n          <width>15</width>\r\n          <height>20</height>\r\n         </size>\r\n        </property>\r\n       </spacer>\r\n      </item>\r\n      <item>\r\n       <widget class=\"QPushButton\" name=\"pushButton_2\">\r\n        <property name=\"text\">\r\n         <string>关闭</string>\r\n        </property>\r\n       </widget>\r\n      </item>\r\n      <item>\r\n       <spacer name=\"horizontalSpacer_7\">\r\n        <property name=\"orientation\">\r\n         <enum>Qt::Horizontal</enum>\r\n        </property>\r\n        <property name=\"sizeHint\" stdset=\"0\">\r\n         <size>\r\n          <width>40</width>\r\n          <height>20</height>\r\n         </size>\r\n        </property>\r\n       </spacer>\r\n      </item>\r\n     </layout>\r\n    </widget>\r\n   </item>\r\n  </layout>\r\n </widget>\r\n <resources/>\r\n <connections/>\r\n</ui>\r\n"
  },
  {
    "path": "main_win/win.py",
    "content": "# -*- coding: utf-8 -*-\r\n\r\n# Form implementation generated from reading ui file 'win.ui'\r\n#\r\n# Created by: PyQt5 UI code generator 5.9.2\r\n#\r\n# WARNING! All changes made in this file will be lost!\r\n\r\nfrom PyQt5 import QtCore, QtGui, QtWidgets\r\n\r\nclass Ui_mainWindow(object):\r\n    def setupUi(self, mainWindow):\r\n        mainWindow.setObjectName(\"mainWindow\")\r\n        mainWindow.resize(1443, 794)\r\n        mainWindow.setMouseTracking(True)\r\n        icon = QtGui.QIcon()\r\n        icon.addPixmap(QtGui.QPixmap(\":/img/icon/人工智能机器人＊.png\"), QtGui.QIcon.Normal, QtGui.QIcon.Off)\r\n        mainWindow.setWindowIcon(icon)\r\n        mainWindow.setStyleSheet(\"#mainWindow{border:none;}\\n\"\r\n\"QMainWindow {\\n\"\r\n\"    border: 1px solid #3d8ec9;\\n\"\r\n\"    border-radius: 10px;\\n\"\r\n\"    background-color: #f0f0f0;\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.centralwidget = QtWidgets.QWidget(mainWindow)\r\n        self.centralwidget.setObjectName(\"centralwidget\")\r\n        self.verticalLayout_8 = QtWidgets.QVBoxLayout(self.centralwidget)\r\n        self.verticalLayout_8.setContentsMargins(0, 0, 0, 0)\r\n        self.verticalLayout_8.setSpacing(0)\r\n        self.verticalLayout_8.setObjectName(\"verticalLayout_8\")\r\n        self.groupBox = QtWidgets.QGroupBox(self.centralwidget)\r\n        self.groupBox.setMinimumSize(QtCore.QSize(0, 45))\r\n        self.groupBox.setMaximumSize(QtCore.QSize(16777215, 45))\r\n        self.groupBox.setStyleSheet(\"#groupBox{\\n\"\r\n\"background-color: rgb(0, 0, 0);\\n\"\r\n\"border: 0px solid #42adff;\\n\"\r\n\"border-left: 0px solid rgba(29, 83, 185, 255);\\n\"\r\n\"border-right: 0px solid rgba(29, 83, 185, 255);\\n\"\r\n\"border-bottom: 1px solid rgba(200, 200, 200,100);\\n\"\r\n\";\\n\"\r\n\"border-radius:0px;}\")\r\n        self.groupBox.setTitle(\"\")\r\n        self.groupBox.setObjectName(\"groupBox\")\r\n        self.horizontalLayout = QtWidgets.QHBoxLayout(self.groupBox)\r\n        self.horizontalLayout.setContentsMargins(0, 0, 0, 0)\r\n        self.horizontalLayout.setSpacing(6)\r\n        self.horizontalLayout.setObjectName(\"horizontalLayout\")\r\n        spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)\r\n        self.horizontalLayout.addItem(spacerItem)\r\n        self.label_7 = QtWidgets.QLabel(self.groupBox)\r\n        self.label_7.setMinimumSize(QtCore.QSize(25, 25))\r\n        self.label_7.setMaximumSize(QtCore.QSize(27, 27))\r\n        self.label_7.setStyleSheet(\"image: url(:/img/icon/29道路.png);\")\r\n        self.label_7.setText(\"\")\r\n        self.label_7.setAlignment(QtCore.Qt.AlignBottom|QtCore.Qt.AlignHCenter)\r\n        self.label_7.setObjectName(\"label_7\")\r\n        self.horizontalLayout.addWidget(self.label_7)\r\n        self.label_4 = QtWidgets.QLabel(self.groupBox)\r\n        self.label_4.setStyleSheet(\"QLabel\\n\"\r\n\"{\\n\"\r\n\"    font-size: 24px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgba(59,59,59, 0);\\n\"\r\n\"color: rgb(218, 218, 218);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_4.setObjectName(\"label_4\")\r\n        self.horizontalLayout.addWidget(self.label_4)\r\n        spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)\r\n        self.horizontalLayout.addItem(spacerItem1)\r\n        self.horizontalLayout_5 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_5.setSpacing(0)\r\n        self.horizontalLayout_5.setObjectName(\"horizontalLayout_5\")\r\n        self.minButton = QtWidgets.QPushButton(self.groupBox)\r\n        self.minButton.setMinimumSize(QtCore.QSize(50, 28))\r\n        self.minButton.setMaximumSize(QtCore.QSize(50, 28))\r\n        self.minButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(223, 223, 223, 0);}\\n\"\r\n\"QPushButton::focus{outline: none;}\\n\"\r\n\"QPushButton::hover {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(223, 223, 223, 150);}\")\r\n        self.minButton.setText(\"\")\r\n        icon1 = QtGui.QIcon()\r\n        icon1.addPixmap(QtGui.QPixmap(\":/img/icon/最小化 (3).png\"), QtGui.QIcon.Normal, QtGui.QIcon.Off)\r\n        self.minButton.setIcon(icon1)\r\n        self.minButton.setIconSize(QtCore.QSize(44, 44))\r\n        self.minButton.setObjectName(\"minButton\")\r\n        self.horizontalLayout_5.addWidget(self.minButton)\r\n        self.maxButton = QtWidgets.QPushButton(self.groupBox)\r\n        self.maxButton.setMinimumSize(QtCore.QSize(50, 28))\r\n        self.maxButton.setMaximumSize(QtCore.QSize(50, 28))\r\n        self.maxButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(223, 223, 223, 0);}\\n\"\r\n\"QPushButton::focus{outline: none;}\\n\"\r\n\"QPushButton::hover {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(223, 223, 223, 150);}\")\r\n        self.maxButton.setLocale(QtCore.QLocale(QtCore.QLocale.Chuvash, QtCore.QLocale.Russia))\r\n        self.maxButton.setText(\"\")\r\n        icon2 = QtGui.QIcon()\r\n        icon2.addPixmap(QtGui.QPixmap(\":/img/icon/全屏 (1).png\"), QtGui.QIcon.Normal, QtGui.QIcon.Off)\r\n        self.maxButton.setIcon(icon2)\r\n        self.maxButton.setCheckable(True)\r\n        self.maxButton.setObjectName(\"maxButton\")\r\n        self.horizontalLayout_5.addWidget(self.maxButton)\r\n        self.closeButton = QtWidgets.QPushButton(self.groupBox)\r\n        self.closeButton.setMinimumSize(QtCore.QSize(50, 28))\r\n        self.closeButton.setMaximumSize(QtCore.QSize(50, 28))\r\n        self.closeButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(223, 223, 223, 0);}\\n\"\r\n\"QPushButton::focus{outline: none;}\\n\"\r\n\"QPushButton::hover {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(223, 223, 223, 150);}\")\r\n        self.closeButton.setText(\"\")\r\n        icon3 = QtGui.QIcon()\r\n        icon3.addPixmap(QtGui.QPixmap(\":/img/icon/关闭 (4).png\"), QtGui.QIcon.Normal, QtGui.QIcon.Off)\r\n        self.closeButton.setIcon(icon3)\r\n        self.closeButton.setObjectName(\"closeButton\")\r\n        self.horizontalLayout_5.addWidget(self.closeButton)\r\n        self.horizontalLayout.addLayout(self.horizontalLayout_5)\r\n        self.verticalLayout_8.addWidget(self.groupBox)\r\n        self.horizontalLayout_7 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_7.setSpacing(0)\r\n        self.horizontalLayout_7.setObjectName(\"horizontalLayout_7\")\r\n        self.groupBox_2 = QtWidgets.QGroupBox(self.centralwidget)\r\n        self.groupBox_2.setStyleSheet(\"\\n\"\r\n\"QGroupBox {\\n\"\r\n\"  background-color: #333333;\\n\"\r\n\"  border: none;\\n\"\r\n\"  border-right: 1px solid #3b3b3b;\\n\"\r\n\"  padding: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QGroupBox::title {\\n\"\r\n\"  color: white;\\n\"\r\n\"  font-family: \\\"Arial\\\";\\n\"\r\n\"  font-size: 16px;\\n\"\r\n\"  font-weight: bold;\\n\"\r\n\"  subcontrol-origin: margin;\\n\"\r\n\"  subcontrol-position: top left;\\n\"\r\n\"  left: 10px;\\n\"\r\n\"  top: -12px;\\n\"\r\n\"  padding: 0 5px;\\n\"\r\n\"  background-color: #333333;\\n\"\r\n\"  border-top: 1px solid #3b3b3b;\\n\"\r\n\"  border-right: 1px solid #3b3b3b;\\n\"\r\n\"  border-bottom: 1px solid #3b3b3b;\\n\"\r\n\"  border-top-left-radius: 5px;\\n\"\r\n\"  border-top-right-radius: 5px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QGroupBox::indicator {\\n\"\r\n\"  width: 0;\\n\"\r\n\"  height: 0;\\n\"\r\n\"  padding: 0;\\n\"\r\n\"  margin: 0;\\n\"\r\n\"  border: none;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QGroupBox::label {\\n\"\r\n\"  border: none;\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.groupBox_2.setObjectName(\"groupBox_2\")\r\n        self.verticalLayout_6 = QtWidgets.QVBoxLayout(self.groupBox_2)\r\n        self.verticalLayout_6.setContentsMargins(10, 0, -1, 0)\r\n        self.verticalLayout_6.setSpacing(0)\r\n        self.verticalLayout_6.setObjectName(\"verticalLayout_6\")\r\n        self.verticalLayout_16 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_16.setContentsMargins(-1, 0, -1, 22)\r\n        self.verticalLayout_16.setSpacing(0)\r\n        self.verticalLayout_16.setObjectName(\"verticalLayout_16\")\r\n        self.label_6 = QtWidgets.QLabel(self.groupBox_2)\r\n        self.label_6.setStyleSheet(\"image: url(:/img/icon/yjtp-modified.png);\")\r\n        self.label_6.setText(\"\")\r\n        self.label_6.setObjectName(\"label_6\")\r\n        self.verticalLayout_16.addWidget(self.label_6)\r\n        self.label_9 = QtWidgets.QLabel(self.groupBox_2)\r\n        self.label_9.setStyleSheet(\"image: url(:/img/icon/圆形选中.png);\")\r\n        self.label_9.setText(\"\")\r\n        self.label_9.setObjectName(\"label_9\")\r\n        self.verticalLayout_16.addWidget(self.label_9)\r\n        spacerItem2 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)\r\n        self.verticalLayout_16.addItem(spacerItem2)\r\n        self.verticalLayout_16.setStretch(0, 12)\r\n        self.verticalLayout_16.setStretch(1, 1)\r\n        self.verticalLayout_6.addLayout(self.verticalLayout_16)\r\n        self.groupBox_7 = QtWidgets.QGroupBox(self.groupBox_2)\r\n        self.groupBox_7.setStyleSheet(\"\")\r\n        self.groupBox_7.setTitle(\"\")\r\n        self.groupBox_7.setObjectName(\"groupBox_7\")\r\n        self.verticalLayout_13 = QtWidgets.QVBoxLayout(self.groupBox_7)\r\n        self.verticalLayout_13.setContentsMargins(0, 0, 13, 0)\r\n        self.verticalLayout_13.setSpacing(50)\r\n        self.verticalLayout_13.setObjectName(\"verticalLayout_13\")\r\n        self.pushButton_5 = QtWidgets.QPushButton(self.groupBox_7)\r\n        self.pushButton_5.setStyleSheet(\"QPushButton {\\n\"\r\n\"  color: #ffffff; /* 文本颜色 */\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(38, 222, 170), stop:1 rgba(5, 115, 217,0.4)); /* 悬停时的背景渐变 */\\n\"\r\n\"  border: none; /* 去除边框 */\\n\"\r\n\"  border-radius: 5px; /* 圆角半径 */\\n\"\r\n\"  font-size: 14px; /* 文本字号 */\\n\"\r\n\"  font-weight: bold; /* 文本加粗 */\\n\"\r\n\"  padding: 5px; /* 按钮内边距 */\\n\"\r\n\"  min-width: 80px; /* 最小宽度 */\\n\"\r\n\"  min-height: 30px; /* 最小高度 */\\n\"\r\n\"  font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgba(3, 85, 160,0.3)); /* 按钮背景渐变 */\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.pushButton_5.setObjectName(\"pushButton_5\")\r\n        self.verticalLayout_13.addWidget(self.pushButton_5)\r\n        self.pushButton = QtWidgets.QPushButton(self.groupBox_7)\r\n        self.pushButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"  color: #ffffff; /* 文本颜色 */\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(38, 222, 170), stop:1 rgba(5, 115, 217,0.4)); /* 悬停时的背景渐变 */\\n\"\r\n\"  border: none; /* 去除边框 */\\n\"\r\n\"  border-radius: 5px; /* 圆角半径 */\\n\"\r\n\"  font-size: 14px; /* 文本字号 */\\n\"\r\n\"  font-weight: bold; /* 文本加粗 */\\n\"\r\n\"  padding: 5px; /* 按钮内边距 */\\n\"\r\n\"  min-width: 80px; /* 最小宽度 */\\n\"\r\n\"  min-height: 30px; /* 最小高度 */\\n\"\r\n\"  font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgba(3, 85, 160,0.3)); /* 按钮背景渐变 */\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.pushButton.setObjectName(\"pushButton\")\r\n        self.verticalLayout_13.addWidget(self.pushButton)\r\n        self.pushButton_4 = QtWidgets.QPushButton(self.groupBox_7)\r\n        self.pushButton_4.setStyleSheet(\"QPushButton {\\n\"\r\n\"  color: #ffffff; /* 文本颜色 */\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(38, 222, 170), stop:1 rgba(5, 115, 217,0.4)); /* 悬停时的背景渐变 */\\n\"\r\n\"  border: none; /* 去除边框 */\\n\"\r\n\"  border-radius: 5px; /* 圆角半径 */\\n\"\r\n\"  font-size: 14px; /* 文本字号 */\\n\"\r\n\"  font-weight: bold; /* 文本加粗 */\\n\"\r\n\"  padding: 5px; /* 按钮内边距 */\\n\"\r\n\"  min-width: 80px; /* 最小宽度 */\\n\"\r\n\"  min-height: 30px; /* 最小高度 */\\n\"\r\n\"  font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgba(3, 85, 160,0.3)); /* 按钮背景渐变 */\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.pushButton_4.setObjectName(\"pushButton_4\")\r\n        self.verticalLayout_13.addWidget(self.pushButton_4)\r\n        self.pushButton_2 = QtWidgets.QPushButton(self.groupBox_7)\r\n        self.pushButton_2.setStyleSheet(\"QPushButton {\\n\"\r\n\"  color: #ffffff; /* 文本颜色 */\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(38, 222, 170), stop:1 rgba(5, 115, 217,0.4)); /* 悬停时的背景渐变 */\\n\"\r\n\"  border: none; /* 去除边框 */\\n\"\r\n\"  border-radius: 5px; /* 圆角半径 */\\n\"\r\n\"  font-size: 14px; /* 文本字号 */\\n\"\r\n\"  font-weight: bold; /* 文本加粗 */\\n\"\r\n\"  padding: 5px; /* 按钮内边距 */\\n\"\r\n\"  min-width: 80px; /* 最小宽度 */\\n\"\r\n\"  min-height: 30px; /* 最小高度 */\\n\"\r\n\"  font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgba(3, 85, 160,0.3)); /* 按钮背景渐变 */\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.pushButton_2.setObjectName(\"pushButton_2\")\r\n        self.verticalLayout_13.addWidget(self.pushButton_2)\r\n        self.pushButton_3 = QtWidgets.QPushButton(self.groupBox_7)\r\n        self.pushButton_3.setStyleSheet(\"QPushButton {\\n\"\r\n\"  color: #ffffff; /* 文本颜色 */\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(38, 222, 170), stop:1 rgba(5, 115, 217,0.4)); /* 悬停时的背景渐变 */\\n\"\r\n\"  border: none; /* 去除边框 */\\n\"\r\n\"  border-radius: 5px; /* 圆角半径 */\\n\"\r\n\"  font-size: 14px; /* 文本字号 */\\n\"\r\n\"  font-weight: bold; /* 文本加粗 */\\n\"\r\n\"  padding: 5px; /* 按钮内边距 */\\n\"\r\n\"  min-width: 80px; /* 最小宽度 */\\n\"\r\n\"  min-height: 30px; /* 最小高度 */\\n\"\r\n\"  font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgba(3, 85, 160,0.3)); /* 按钮背景渐变 */\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.pushButton_3.setObjectName(\"pushButton_3\")\r\n        self.verticalLayout_13.addWidget(self.pushButton_3)\r\n        self.verticalLayout_6.addWidget(self.groupBox_7)\r\n        self.verticalLayout_6.setStretch(0, 3)\r\n        self.verticalLayout_6.setStretch(1, 7)\r\n        self.horizontalLayout_7.addWidget(self.groupBox_2)\r\n        self.stackedWidget = QtWidgets.QStackedWidget(self.centralwidget)\r\n        self.stackedWidget.setStyleSheet(\"background-color: rgb(0, 0, 0);\")\r\n        self.stackedWidget.setObjectName(\"stackedWidget\")\r\n        self.page = QtWidgets.QWidget()\r\n        self.page.setObjectName(\"page\")\r\n        self.verticalLayout_18 = QtWidgets.QVBoxLayout(self.page)\r\n        self.verticalLayout_18.setContentsMargins(0, 0, 0, 0)\r\n        self.verticalLayout_18.setObjectName(\"verticalLayout_18\")\r\n        self.tableView = QtWidgets.QTableView(self.page)\r\n        self.tableView.setStyleSheet(\"QTableView {\\n\"\r\n\"    background-color: rgba(0, 0, 0, 255);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    gridline-color: rgba(128, 128, 128, 128);\\n\"\r\n\"    alternate-background-color: rgba(30, 30, 30, 255);\\n\"\r\n\"    selection-background-color: rgba(24, 170, 198, 255);\\n\"\r\n\"    selection-color: rgba(0, 0, 0, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QTableView::item:hover {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QHeaderView::section {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32));\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"    padding-left: 4px;\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 255);\\n\"\r\n\"    border-radius: 3px;\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.tableView.setObjectName(\"tableView\")\r\n        self.verticalLayout_18.addWidget(self.tableView)\r\n        self.verticalLayout_9 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_9.setObjectName(\"verticalLayout_9\")\r\n        self.refreshButton_2 = QtWidgets.QPushButton(self.page)\r\n        self.refreshButton_2.setStyleSheet(\"QPushButton {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.refreshButton_2.setObjectName(\"refreshButton_2\")\r\n        self.verticalLayout_9.addWidget(self.refreshButton_2)\r\n        self.refreshButton = QtWidgets.QPushButton(self.page)\r\n        self.refreshButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.refreshButton.setObjectName(\"refreshButton\")\r\n        self.verticalLayout_9.addWidget(self.refreshButton)\r\n        self.insertButton_2 = QtWidgets.QPushButton(self.page)\r\n        self.insertButton_2.setStyleSheet(\"QPushButton {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.insertButton_2.setObjectName(\"insertButton_2\")\r\n        self.verticalLayout_9.addWidget(self.insertButton_2)\r\n        self.deleteButton_2 = QtWidgets.QPushButton(self.page)\r\n        self.deleteButton_2.setStyleSheet(\"QPushButton {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.deleteButton_2.setObjectName(\"deleteButton_2\")\r\n        self.verticalLayout_9.addWidget(self.deleteButton_2)\r\n        self.horizontalLayout_16 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_16.setObjectName(\"horizontalLayout_16\")\r\n        self.filterButton_3 = QtWidgets.QPushButton(self.page)\r\n        self.filterButton_3.setStyleSheet(\"QPushButton {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.filterButton_3.setObjectName(\"filterButton_3\")\r\n        self.horizontalLayout_16.addWidget(self.filterButton_3)\r\n        self.spinBox = QtWidgets.QSpinBox(self.page)\r\n        self.spinBox.setStyleSheet(\"QSpinBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font: 12pt;\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-button, QSpinBox::down-button {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border-radius: 3px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-button:pressed, QSpinBox::down-button:pressed {\\n\"\r\n\"    background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-arrow, QSpinBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.spinBox.setObjectName(\"spinBox\")\r\n        self.horizontalLayout_16.addWidget(self.spinBox)\r\n        self.verticalLayout_9.addLayout(self.horizontalLayout_16)\r\n        self.gridLayout = QtWidgets.QGridLayout()\r\n        self.gridLayout.setObjectName(\"gridLayout\")\r\n        self.label_17 = QtWidgets.QLabel(self.page)\r\n        self.label_17.setStyleSheet(\"QLabel {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"      background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_17.setObjectName(\"label_17\")\r\n        self.gridLayout.addWidget(self.label_17, 0, 0, 1, 1)\r\n        self.sortcomboBox_2 = QtWidgets.QComboBox(self.page)\r\n        self.sortcomboBox_2.setStyleSheet(\"QComboBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"    font: 9pt \\\"Arial\\\";\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::drop-down {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border: none;\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox QAbstractItemView {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    selection-background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"    selection-color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable, QComboBox::drop-down:editable {\\n\"\r\n\"    background: rgba(55, 55, 55, 200);\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable:on, QComboBox::drop-down:editable:on {\\n\"\r\n\"    background: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.sortcomboBox_2.setObjectName(\"sortcomboBox_2\")\r\n        self.sortcomboBox_2.addItem(\"\")\r\n        self.sortcomboBox_2.addItem(\"\")\r\n        self.gridLayout.addWidget(self.sortcomboBox_2, 0, 1, 1, 1)\r\n        self.sortcomboBox_3 = QtWidgets.QComboBox(self.page)\r\n        self.sortcomboBox_3.setStyleSheet(\"QComboBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"    font: 9pt \\\"Arial\\\";\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::drop-down {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border: none;\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox QAbstractItemView {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    selection-background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"    selection-color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable, QComboBox::drop-down:editable {\\n\"\r\n\"    background: rgba(55, 55, 55, 200);\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable:on, QComboBox::drop-down:editable:on {\\n\"\r\n\"    background: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.sortcomboBox_3.setObjectName(\"sortcomboBox_3\")\r\n        self.sortcomboBox_3.addItem(\"\")\r\n        self.sortcomboBox_3.addItem(\"\")\r\n        self.gridLayout.addWidget(self.sortcomboBox_3, 0, 2, 1, 1)\r\n        self.verticalLayout_9.addLayout(self.gridLayout)\r\n        self.verticalLayout_18.addLayout(self.verticalLayout_9)\r\n        self.stackedWidget.addWidget(self.page)\r\n        self.page_2 = QtWidgets.QWidget()\r\n        self.page_2.setObjectName(\"page_2\")\r\n        self.verticalLayout_10 = QtWidgets.QVBoxLayout(self.page_2)\r\n        self.verticalLayout_10.setContentsMargins(0, 0, 0, 0)\r\n        self.verticalLayout_10.setObjectName(\"verticalLayout_10\")\r\n        self.graphicsView = QtWidgets.QGraphicsView(self.page_2)\r\n        self.graphicsView.setStyleSheet(\"QGraphicsView {\\n\"\r\n\"    background-color: rgba(0, 0, 0, 200);\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.graphicsView.setObjectName(\"graphicsView\")\r\n        self.verticalLayout_10.addWidget(self.graphicsView)\r\n        self.horizontalLayout_25 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_25.setObjectName(\"horizontalLayout_25\")\r\n        self.analysisComboBox = QtWidgets.QComboBox(self.page_2)\r\n        self.analysisComboBox.setStyleSheet(\"QComboBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"    font: 9pt \\\"Arial\\\";\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::drop-down {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border: none;\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox QAbstractItemView {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    selection-background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"    selection-color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable, QComboBox::drop-down:editable {\\n\"\r\n\"    background: rgba(55, 55, 55, 200);\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable:on, QComboBox::drop-down:editable:on {\\n\"\r\n\"    background: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.analysisComboBox.setObjectName(\"analysisComboBox\")\r\n        self.analysisComboBox.addItem(\"\")\r\n        self.analysisComboBox.addItem(\"\")\r\n        self.analysisComboBox.addItem(\"\")\r\n        self.analysisComboBox.addItem(\"\")\r\n        self.horizontalLayout_25.addWidget(self.analysisComboBox)\r\n        self.refreshButton_3 = QtWidgets.QPushButton(self.page_2)\r\n        self.refreshButton_3.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.refreshButton_3.setObjectName(\"refreshButton_3\")\r\n        self.horizontalLayout_25.addWidget(self.refreshButton_3)\r\n        self.verticalLayout_10.addLayout(self.horizontalLayout_25)\r\n        self.stackedWidget.addWidget(self.page_2)\r\n        self.stackedWidgetPage1 = QtWidgets.QWidget()\r\n        self.stackedWidgetPage1.setObjectName(\"stackedWidgetPage1\")\r\n        self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.stackedWidgetPage1)\r\n        self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)\r\n        self.verticalLayout_2.setSpacing(0)\r\n        self.verticalLayout_2.setObjectName(\"verticalLayout_2\")\r\n        self.groupBox_3 = QtWidgets.QGroupBox(self.stackedWidgetPage1)\r\n        self.groupBox_3.setMinimumSize(QtCore.QSize(0, 42))\r\n        self.groupBox_3.setMaximumSize(QtCore.QSize(16777215, 42))\r\n        self.groupBox_3.setStyleSheet(\"#groupBox_3{\\n\"\r\n\"    background-color: rgb(59, 59, 59);\\n\"\r\n\"border: 0px solid #42adff;\\n\"\r\n\"border-bottom: 1px solid rgba(200, 200, 200,100);\\n\"\r\n\"border-radius:0px;}\")\r\n        self.groupBox_3.setTitle(\"\")\r\n        self.groupBox_3.setObjectName(\"groupBox_3\")\r\n        self.horizontalLayout_6 = QtWidgets.QHBoxLayout(self.groupBox_3)\r\n        self.horizontalLayout_6.setContentsMargins(0, 0, 0, 0)\r\n        self.horizontalLayout_6.setSpacing(0)\r\n        self.horizontalLayout_6.setObjectName(\"horizontalLayout_6\")\r\n        self.horizontalLayout_2 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_2.setContentsMargins(11, -1, 11, -1)\r\n        self.horizontalLayout_2.setObjectName(\"horizontalLayout_2\")\r\n        self.label_3 = QtWidgets.QLabel(self.groupBox_3)\r\n        self.label_3.setMinimumSize(QtCore.QSize(0, 28))\r\n        self.label_3.setMaximumSize(QtCore.QSize(80, 16777215))\r\n        self.label_3.setStyleSheet(\"QLabel\\n\"\r\n\"{\\n\"\r\n\"    font-size: 18px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgba(66, 195, 255, 0);\\n\"\r\n\"    color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(33, 245, 175, 226), stop:1 rgba(255, 255, 255, 255));\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_3.setObjectName(\"label_3\")\r\n        self.horizontalLayout_2.addWidget(self.label_3)\r\n        self.comboBox = QtWidgets.QComboBox(self.groupBox_3)\r\n        self.comboBox.setMinimumSize(QtCore.QSize(0, 28))\r\n        self.comboBox.setStyleSheet(\"QComboBox QAbstractItemView {\\n\"\r\n\"font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"font-size: 16px;\\n\"\r\n\"background:rgba(200, 200, 200,150);\\n\"\r\n\"selection-background-color: rgba(200, 200, 200,50);\\n\"\r\n\"color: rgb(218, 218, 218);\\n\"\r\n\"outline:none;\\n\"\r\n\"border:none;}\\n\"\r\n\"QComboBox{\\n\"\r\n\"font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"font-size: 16px;\\n\"\r\n\"color: rgb(218, 218, 218);\\n\"\r\n\"border-width:0px;\\n\"\r\n\"border-color:white;\\n\"\r\n\"border-style:solid;\\n\"\r\n\"background-color: rgba(200, 200, 200,0);}\\n\"\r\n\"\\n\"\r\n\"QComboBox::drop-down {\\n\"\r\n\"margin-top:8;\\n\"\r\n\"height:20;\\n\"\r\n\"background:rgba(255,255,255,0);\\n\"\r\n\"border-image: url(:/img/icon/下拉_白色.png);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.comboBox.setObjectName(\"comboBox\")\r\n        self.comboBox.addItem(\"\")\r\n        self.comboBox.addItem(\"\")\r\n        self.comboBox.addItem(\"\")\r\n        self.comboBox.addItem(\"\")\r\n        self.horizontalLayout_2.addWidget(self.comboBox)\r\n        self.horizontalLayout_9 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_9.setContentsMargins(11, -1, 0, -1)\r\n        self.horizontalLayout_9.setObjectName(\"horizontalLayout_9\")\r\n        self.label_10 = QtWidgets.QLabel(self.groupBox_3)\r\n        self.label_10.setMaximumSize(QtCore.QSize(80, 16777215))\r\n        self.label_10.setStyleSheet(\"QLabel\\n\"\r\n\"{\\n\"\r\n\"    font-size: 18px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgba(66, 195, 255, 0);\\n\"\r\n\"color: rgb(218, 218, 218);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_10.setObjectName(\"label_10\")\r\n        self.horizontalLayout_9.addWidget(self.label_10)\r\n        self.horizontalLayout_11 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_11.setObjectName(\"horizontalLayout_11\")\r\n        self.groupBox_5 = QtWidgets.QGroupBox(self.groupBox_3)\r\n        self.groupBox_5.setStyleSheet(\"#groupBox_5{\\n\"\r\n\"background-color: rgba(48,148,243,0);\\n\"\r\n\"border: 0px solid #42adff;\\n\"\r\n\"border-left: 0px solid #d9d9d9;\\n\"\r\n\"border-right: 0px solid rgba(29, 83, 185, 255);\\n\"\r\n\"border-radius:0px;}\")\r\n        self.groupBox_5.setTitle(\"\")\r\n        self.groupBox_5.setObjectName(\"groupBox_5\")\r\n        self.horizontalLayout_8 = QtWidgets.QHBoxLayout(self.groupBox_5)\r\n        self.horizontalLayout_8.setContentsMargins(13, 0, 13, 0)\r\n        self.horizontalLayout_8.setSpacing(9)\r\n        self.horizontalLayout_8.setObjectName(\"horizontalLayout_8\")\r\n        self.fileButton = QtWidgets.QPushButton(self.groupBox_5)\r\n        self.fileButton.setMinimumSize(QtCore.QSize(55, 28))\r\n        self.fileButton.setMaximumSize(QtCore.QSize(16777215, 28))\r\n        self.fileButton.setStyleSheet(\"QPushButton{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"font-size: 14px;\\n\"\r\n\"font-weight: bold;\\n\"\r\n\"color:white;\\n\"\r\n\"text-align: center center;\\n\"\r\n\"padding-left: 5px;\\n\"\r\n\"padding-right: 5px;\\n\"\r\n\"padding-top: 4px;\\n\"\r\n\"padding-bottom: 4px;\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"border-radius: 3px;\\n\"\r\n\"background-color: rgba(200, 200, 200,0);}\\n\"\r\n\"\\n\"\r\n\"QPushButton:focus{outline: none;}\\n\"\r\n\"\\n\"\r\n\"QPushButton::pressed{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"                     font-size: 14px;\\n\"\r\n\"                     font-weight: bold;\\n\"\r\n\"                     color:rgb(200,200,200);\\n\"\r\n\"                     text-align: center center;\\n\"\r\n\"                     padding-left: 5px;\\n\"\r\n\"                     padding-right: 5px;\\n\"\r\n\"                     padding-top: 4px;\\n\"\r\n\"                     padding-bottom: 4px;\\n\"\r\n\"                     border-style: solid;\\n\"\r\n\"                     border-width: 0px;\\n\"\r\n\"                     border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"                     border-radius: 3px;\\n\"\r\n\"                     background-color:  #bf513b;}\\n\"\r\n\"\\n\"\r\n\"QPushButton::disabled{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"                     font-size: 14px;\\n\"\r\n\"                     font-weight: bold;\\n\"\r\n\"                     color:rgb(200,200,200);\\n\"\r\n\"                     text-align: center center;\\n\"\r\n\"                     padding-left: 5px;\\n\"\r\n\"                     padding-right: 5px;\\n\"\r\n\"                     padding-top: 4px;\\n\"\r\n\"                     padding-bottom: 4px;\\n\"\r\n\"                     border-style: solid;\\n\"\r\n\"                     border-width: 0px;\\n\"\r\n\"                     border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"                     border-radius: 3px;\\n\"\r\n\"                     background-color:  #bf513b;}\\n\"\r\n\"QPushButton::hover {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(48,148,243,80);}\")\r\n        self.fileButton.setText(\"\")\r\n        icon4 = QtGui.QIcon()\r\n        icon4.addPixmap(QtGui.QPixmap(\":/img/icon/文件夹-打开-没文件.png\"), QtGui.QIcon.Normal, QtGui.QIcon.Off)\r\n        self.fileButton.setIcon(icon4)\r\n        self.fileButton.setObjectName(\"fileButton\")\r\n        self.horizontalLayout_8.addWidget(self.fileButton)\r\n        self.cameraButton = QtWidgets.QPushButton(self.groupBox_5)\r\n        self.cameraButton.setMinimumSize(QtCore.QSize(53, 24))\r\n        self.cameraButton.setMaximumSize(QtCore.QSize(16777215, 28))\r\n        self.cameraButton.setStyleSheet(\"QPushButton{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"font-size: 14px;\\n\"\r\n\"font-weight: bold;\\n\"\r\n\"color:white;\\n\"\r\n\"text-align: center center;\\n\"\r\n\"padding-left: 5px;\\n\"\r\n\"padding-right: 5px;\\n\"\r\n\"padding-top: 4px;\\n\"\r\n\"padding-bottom: 4px;\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"border-radius: 3px;\\n\"\r\n\"background-color: rgba(48,148,243,0);}\\n\"\r\n\"\\n\"\r\n\"QPushButton:focus{outline: none;}\\n\"\r\n\"\\n\"\r\n\"QPushButton::pressed{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"                     font-size: 14px;\\n\"\r\n\"                     font-weight: bold;\\n\"\r\n\"                     color:rgb(200,200,200);\\n\"\r\n\"                     text-align: center center;\\n\"\r\n\"                     padding-left: 5px;\\n\"\r\n\"                     padding-right: 5px;\\n\"\r\n\"                     padding-top: 4px;\\n\"\r\n\"                     padding-bottom: 4px;\\n\"\r\n\"                     border-style: solid;\\n\"\r\n\"                     border-width: 0px;\\n\"\r\n\"                     border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"                     border-radius: 3px;\\n\"\r\n\"                     background-color:  #bf513b;}\\n\"\r\n\"\\n\"\r\n\"QPushButton::disabled{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"                     font-size: 14px;\\n\"\r\n\"                     font-weight: bold;\\n\"\r\n\"                     color:rgb(200,200,200);\\n\"\r\n\"                     text-align: center center;\\n\"\r\n\"                     padding-left: 5px;\\n\"\r\n\"                     padding-right: 5px;\\n\"\r\n\"                     padding-top: 4px;\\n\"\r\n\"                     padding-bottom: 4px;\\n\"\r\n\"                     border-style: solid;\\n\"\r\n\"                     border-width: 0px;\\n\"\r\n\"                     border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"                     border-radius: 3px;\\n\"\r\n\"                     background-color:  #bf513b;}\\n\"\r\n\"QPushButton::hover {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(48,148,243,80);}\")\r\n        self.cameraButton.setText(\"\")\r\n        icon5 = QtGui.QIcon()\r\n        icon5.addPixmap(QtGui.QPixmap(\":/img/icon/摄像头 (4).png\"), QtGui.QIcon.Normal, QtGui.QIcon.Off)\r\n        self.cameraButton.setIcon(icon5)\r\n        self.cameraButton.setIconSize(QtCore.QSize(24, 24))\r\n        self.cameraButton.setObjectName(\"cameraButton\")\r\n        self.horizontalLayout_8.addWidget(self.cameraButton)\r\n        self.rtspButton = QtWidgets.QPushButton(self.groupBox_5)\r\n        self.rtspButton.setMinimumSize(QtCore.QSize(55, 28))\r\n        self.rtspButton.setMaximumSize(QtCore.QSize(16777215, 28))\r\n        self.rtspButton.setStyleSheet(\"QPushButton{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"font-size: 14px;\\n\"\r\n\"font-weight: bold;\\n\"\r\n\"color:white;\\n\"\r\n\"text-align: center center;\\n\"\r\n\"padding-left: 5px;\\n\"\r\n\"padding-right: 5px;\\n\"\r\n\"padding-top: 4px;\\n\"\r\n\"padding-bottom: 4px;\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"border-radius: 3px;\\n\"\r\n\"background-color: rgba(48,148,243,0);}\\n\"\r\n\"\\n\"\r\n\"QPushButton:focus{outline: none;}\\n\"\r\n\"\\n\"\r\n\"QPushButton::pressed{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"                     font-size: 14px;\\n\"\r\n\"                     font-weight: bold;\\n\"\r\n\"                     color:rgb(200,200,200);\\n\"\r\n\"                     text-align: center center;\\n\"\r\n\"                     padding-left: 5px;\\n\"\r\n\"                     padding-right: 5px;\\n\"\r\n\"                     padding-top: 4px;\\n\"\r\n\"                     padding-bottom: 4px;\\n\"\r\n\"                     border-style: solid;\\n\"\r\n\"                     border-width: 0px;\\n\"\r\n\"                     border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"                     border-radius: 3px;\\n\"\r\n\"                     background-color:  #bf513b;}\\n\"\r\n\"\\n\"\r\n\"QPushButton::disabled{font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"                     font-size: 14px;\\n\"\r\n\"                     font-weight: bold;\\n\"\r\n\"                     color:rgb(200,200,200);\\n\"\r\n\"                     text-align: center center;\\n\"\r\n\"                     padding-left: 5px;\\n\"\r\n\"                     padding-right: 5px;\\n\"\r\n\"                     padding-top: 4px;\\n\"\r\n\"                     padding-bottom: 4px;\\n\"\r\n\"                     border-style: solid;\\n\"\r\n\"                     border-width: 0px;\\n\"\r\n\"                     border-color: rgba(255, 255, 255, 255);\\n\"\r\n\"                     border-radius: 3px;\\n\"\r\n\"                     background-color:  #bf513b;}\\n\"\r\n\"QPushButton::hover {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(48,148,243,80);}\")\r\n        self.rtspButton.setText(\"\")\r\n        icon6 = QtGui.QIcon()\r\n        icon6.addPixmap(QtGui.QPixmap(\":/img/icon/链接.png\"), QtGui.QIcon.Normal, QtGui.QIcon.Off)\r\n        self.rtspButton.setIcon(icon6)\r\n        self.rtspButton.setIconSize(QtCore.QSize(24, 24))\r\n        self.rtspButton.setObjectName(\"rtspButton\")\r\n        self.horizontalLayout_8.addWidget(self.rtspButton)\r\n        self.horizontalLayout_11.addWidget(self.groupBox_5)\r\n        self.horizontalLayout_9.addLayout(self.horizontalLayout_11)\r\n        self.horizontalLayout_2.addLayout(self.horizontalLayout_9)\r\n        self.horizontalLayout_6.addLayout(self.horizontalLayout_2)\r\n        self.verticalLayout_3 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_3.setContentsMargins(11, -1, 11, -1)\r\n        self.verticalLayout_3.setSpacing(4)\r\n        self.verticalLayout_3.setObjectName(\"verticalLayout_3\")\r\n        self.label_2 = QtWidgets.QLabel(self.groupBox_3)\r\n        self.label_2.setStyleSheet(\"QLabel\\n\"\r\n\"{\\n\"\r\n\"    font-size: 18px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgba(66, 195, 255, 0);\\n\"\r\n\"color: rgb(218, 218, 218);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_2.setObjectName(\"label_2\")\r\n        self.verticalLayout_3.addWidget(self.label_2)\r\n        self.horizontalLayout_4 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_4.setSpacing(5)\r\n        self.horizontalLayout_4.setObjectName(\"horizontalLayout_4\")\r\n        self.iouSpinBox = QtWidgets.QDoubleSpinBox(self.groupBox_3)\r\n        self.iouSpinBox.setMinimumSize(QtCore.QSize(50, 0))\r\n        self.iouSpinBox.setMaximumSize(QtCore.QSize(50, 16777215))\r\n        self.iouSpinBox.setStyleSheet(\"QDoubleSpinBox{\\n\"\r\n\"background:rgba(200, 200, 200,50);\\n\"\r\n\"color:white;\\n\"\r\n\"font-size: 14px;\\n\"\r\n\"font-family: \\\"Microsoft YaHei UI\\\";\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 1px;\\n\"\r\n\"border-color: rgba(200, 200, 200,100);\\n\"\r\n\"border-radius: 3px;}\\n\"\r\n\"\\n\"\r\n\"QDoubleSpinBox::down-button{\\n\"\r\n\"background:rgba(200, 200, 200,0);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表展开.png);}\\n\"\r\n\"QDoubleSpinBox::down-button::hover{\\n\"\r\n\"background:rgba(200, 200, 200,100);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表展开.png);}\\n\"\r\n\"\\n\"\r\n\"QDoubleSpinBox::up-button{\\n\"\r\n\"background:rgba(200, 200, 200,0);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表收起.png);}\\n\"\r\n\"QDoubleSpinBox::up-button::hover{\\n\"\r\n\"background:rgba(200, 200, 200,100);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表收起.png);}\\n\"\r\n\"\")\r\n        self.iouSpinBox.setMaximum(1.0)\r\n        self.iouSpinBox.setSingleStep(0.01)\r\n        self.iouSpinBox.setProperty(\"value\", 0.45)\r\n        self.iouSpinBox.setObjectName(\"iouSpinBox\")\r\n        self.horizontalLayout_4.addWidget(self.iouSpinBox)\r\n        self.iouSlider = QtWidgets.QSlider(self.groupBox_3)\r\n        self.iouSlider.setStyleSheet(\"QSlider{\\n\"\r\n\"border-color: #fff5eb;\\n\"\r\n\"color:#d9d9d9;\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"QSlider::groove:horizontal {                                \\n\"\r\n\"     border: 1px solid #999999;                             \\n\"\r\n\"     height: 3px;                                           \\n\"\r\n\"    margin: 0px 0;                                         \\n\"\r\n\"     left: 5px; right: 5px; \\n\"\r\n\" }\\n\"\r\n\"QSlider::handle:horizontal {                               \\n\"\r\n\"     border: 0px ; \\n\"\r\n\"     \\n\"\r\n\"    border-image: url(:/img/icon/圆形选中.png);\\n\"\r\n\"     width:20px;\\n\"\r\n\"     margin: -10px -10px -10px -10px;                  \\n\"\r\n\"} \\n\"\r\n\"QSlider::sub-page:horizontal{\\n\"\r\n\"background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #d9d9d9, stop:0.25 #d9d9d9, stop:0.5 #d9d9d9, stop:1 #d9d9d9); \\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"QSlider::add-page:horizontal{                               \\n\"\r\n\" background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #373737, stop:0.25 #373737, stop:0.5 #373737, stop:1 #373737);                     \\n\"\r\n\"}\")\r\n        self.iouSlider.setMaximum(100)\r\n        self.iouSlider.setProperty(\"value\", 45)\r\n        self.iouSlider.setOrientation(QtCore.Qt.Horizontal)\r\n        self.iouSlider.setObjectName(\"iouSlider\")\r\n        self.horizontalLayout_4.addWidget(self.iouSlider)\r\n        self.verticalLayout_3.addLayout(self.horizontalLayout_4)\r\n        self.horizontalLayout_6.addLayout(self.verticalLayout_3)\r\n        self.verticalLayout = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout.setContentsMargins(11, -1, 11, -1)\r\n        self.verticalLayout.setSpacing(4)\r\n        self.verticalLayout.setObjectName(\"verticalLayout\")\r\n        self.label = QtWidgets.QLabel(self.groupBox_3)\r\n        self.label.setStyleSheet(\"QLabel\\n\"\r\n\"{\\n\"\r\n\"    font-size: 18px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgba(66, 195, 255, 0);\\n\"\r\n\"color: rgb(218, 218, 218);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label.setObjectName(\"label\")\r\n        self.verticalLayout.addWidget(self.label)\r\n        self.horizontalLayout_3 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_3.setSpacing(5)\r\n        self.horizontalLayout_3.setObjectName(\"horizontalLayout_3\")\r\n        self.confSpinBox = QtWidgets.QDoubleSpinBox(self.groupBox_3)\r\n        self.confSpinBox.setMinimumSize(QtCore.QSize(50, 0))\r\n        self.confSpinBox.setMaximumSize(QtCore.QSize(50, 16777215))\r\n        self.confSpinBox.setFocusPolicy(QtCore.Qt.ClickFocus)\r\n        self.confSpinBox.setStyleSheet(\"QDoubleSpinBox{\\n\"\r\n\"background:rgba(200, 200, 200,50);\\n\"\r\n\"color:white;\\n\"\r\n\"font-size: 14px;\\n\"\r\n\"font-family: \\\"Microsoft YaHei UI\\\";\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 1px;\\n\"\r\n\"border-color: rgba(200, 200, 200,100);\\n\"\r\n\"border-radius: 3px;}\\n\"\r\n\"\\n\"\r\n\"QDoubleSpinBox::down-button{\\n\"\r\n\"background:rgba(200, 200, 200,0);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表展开.png);}\\n\"\r\n\"QDoubleSpinBox::down-button::hover{\\n\"\r\n\"background:rgba(200, 200, 200,100);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表展开.png);}\\n\"\r\n\"\\n\"\r\n\"QDoubleSpinBox::up-button{\\n\"\r\n\"background:rgba(200, 200, 200,0);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表收起.png);}\\n\"\r\n\"QDoubleSpinBox::up-button::hover{\\n\"\r\n\"background:rgba(200, 200, 200,100);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表收起.png);}\\n\"\r\n\"\")\r\n        self.confSpinBox.setMaximum(1.0)\r\n        self.confSpinBox.setSingleStep(0.01)\r\n        self.confSpinBox.setProperty(\"value\", 0.25)\r\n        self.confSpinBox.setObjectName(\"confSpinBox\")\r\n        self.horizontalLayout_3.addWidget(self.confSpinBox)\r\n        self.confSlider = QtWidgets.QSlider(self.groupBox_3)\r\n        self.confSlider.setStyleSheet(\"QSlider{\\n\"\r\n\"border-color: #fff5eb;\\n\"\r\n\"color:#d9d9d9;\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"QSlider::groove:horizontal {                                \\n\"\r\n\"     border: 1px solid #999999;                             \\n\"\r\n\"     height: 3px;                                           \\n\"\r\n\"    margin: 0px 0;                                         \\n\"\r\n\"     left: 5px; right: 5px; \\n\"\r\n\" }\\n\"\r\n\"QSlider::handle:horizontal {                               \\n\"\r\n\"     border: 0px ; \\n\"\r\n\"     \\n\"\r\n\"    border-image: url(:/img/icon/圆形选中.png);\\n\"\r\n\"     width:20px;\\n\"\r\n\"     margin: -10px -10px -10px -10px;                  \\n\"\r\n\"} \\n\"\r\n\"QSlider::sub-page:horizontal{\\n\"\r\n\"background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #d9d9d9, stop:0.25 #d9d9d9, stop:0.5 #d9d9d9, stop:1 #d9d9d9); \\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"QSlider::add-page:horizontal{                               \\n\"\r\n\" background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #373737, stop:0.25 #373737, stop:0.5 #373737, stop:1 #373737);                     \\n\"\r\n\"}\")\r\n        self.confSlider.setMaximum(100)\r\n        self.confSlider.setProperty(\"value\", 25)\r\n        self.confSlider.setOrientation(QtCore.Qt.Horizontal)\r\n        self.confSlider.setTickPosition(QtWidgets.QSlider.NoTicks)\r\n        self.confSlider.setObjectName(\"confSlider\")\r\n        self.horizontalLayout_3.addWidget(self.confSlider)\r\n        self.verticalLayout.addLayout(self.horizontalLayout_3)\r\n        self.horizontalLayout_6.addLayout(self.verticalLayout)\r\n        self.verticalLayout_5 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_5.setContentsMargins(11, -1, 11, -1)\r\n        self.verticalLayout_5.setSpacing(4)\r\n        self.verticalLayout_5.setObjectName(\"verticalLayout_5\")\r\n        self.horizontalLayout_14 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_14.setObjectName(\"horizontalLayout_14\")\r\n        self.label_8 = QtWidgets.QLabel(self.groupBox_3)\r\n        self.label_8.setMaximumSize(QtCore.QSize(80, 16777215))\r\n        self.label_8.setStyleSheet(\"QLabel\\n\"\r\n\"{\\n\"\r\n\"    font-size: 18px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgba(66, 195, 255, 0);\\n\"\r\n\"color: rgb(218, 218, 218);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_8.setObjectName(\"label_8\")\r\n        self.horizontalLayout_14.addWidget(self.label_8)\r\n        self.checkBox = QtWidgets.QCheckBox(self.groupBox_3)\r\n        self.checkBox.setStyleSheet(\"\\n\"\r\n\"QCheckBox\\n\"\r\n\"{font-size: 16px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgba(66, 195, 255, 0);\\n\"\r\n\"color: rgb(218, 218, 218);;}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    image: url(:/img/icon/button-off.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    \\n\"\r\n\"    image: url(:/img/icon/button-on.png);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.checkBox.setChecked(True)\r\n        self.checkBox.setObjectName(\"checkBox\")\r\n        self.horizontalLayout_14.addWidget(self.checkBox)\r\n        self.verticalLayout_5.addLayout(self.horizontalLayout_14)\r\n        self.horizontalLayout_13 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_13.setSpacing(5)\r\n        self.horizontalLayout_13.setObjectName(\"horizontalLayout_13\")\r\n        self.rateSpinBox = QtWidgets.QSpinBox(self.groupBox_3)\r\n        self.rateSpinBox.setMinimumSize(QtCore.QSize(50, 0))\r\n        self.rateSpinBox.setMaximumSize(QtCore.QSize(50, 16777215))\r\n        self.rateSpinBox.setFocusPolicy(QtCore.Qt.ClickFocus)\r\n        self.rateSpinBox.setStyleSheet(\"QSpinBox{\\n\"\r\n\"background:rgba(200, 200, 200,50);\\n\"\r\n\"color:white;\\n\"\r\n\"font-size: 14px;\\n\"\r\n\"font-family: \\\"Microsoft YaHei UI\\\";\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 1px;\\n\"\r\n\"border-color: rgba(200, 200, 200,100);\\n\"\r\n\"border-radius: 3px;}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::down-button{\\n\"\r\n\"background:rgba(200, 200, 200,0);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表展开.png);}\\n\"\r\n\"QDoubleSpinBox::down-button::hover{\\n\"\r\n\"background:rgba(200, 200, 200,100);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表展开.png);}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-button{\\n\"\r\n\"background:rgba(200, 200, 200,0);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表收起.png);}\\n\"\r\n\"QSpinBox::up-button::hover{\\n\"\r\n\"background:rgba(200, 200, 200,100);\\n\"\r\n\"border-image: url(:/img/icon/箭头_列表收起.png);}\\n\"\r\n\"\")\r\n        self.rateSpinBox.setMinimum(1)\r\n        self.rateSpinBox.setMaximum(20)\r\n        self.rateSpinBox.setSingleStep(1)\r\n        self.rateSpinBox.setProperty(\"value\", 1)\r\n        self.rateSpinBox.setObjectName(\"rateSpinBox\")\r\n        self.horizontalLayout_13.addWidget(self.rateSpinBox)\r\n        self.rateSlider = QtWidgets.QSlider(self.groupBox_3)\r\n        self.rateSlider.setStyleSheet(\"QSlider{\\n\"\r\n\"border-color: #fff5eb;\\n\"\r\n\"color:#d9d9d9;\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"QSlider::groove:horizontal {                                \\n\"\r\n\"     border: 1px solid #999999;                             \\n\"\r\n\"     height: 3px;                                           \\n\"\r\n\"    margin: 0px 0;                                         \\n\"\r\n\"     left: 5px; right: 5px; \\n\"\r\n\" }\\n\"\r\n\"QSlider::handle:horizontal {                               \\n\"\r\n\"     border: 0px ; \\n\"\r\n\"     \\n\"\r\n\"    border-image: url(:/img/icon/圆形选中.png);\\n\"\r\n\"     width:20px;\\n\"\r\n\"     margin: -10px -10px -10px -10px;                  \\n\"\r\n\"} \\n\"\r\n\"QSlider::sub-page:horizontal{\\n\"\r\n\"background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #d9d9d9, stop:0.25 #d9d9d9, stop:0.5 #d9d9d9, stop:1 #d9d9d9); \\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"QSlider::add-page:horizontal{                               \\n\"\r\n\" background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #373737, stop:0.25 #373737, stop:0.5 #373737, stop:1 #373737);                     \\n\"\r\n\"}\")\r\n        self.rateSlider.setMinimum(1)\r\n        self.rateSlider.setMaximum(20)\r\n        self.rateSlider.setSingleStep(1)\r\n        self.rateSlider.setPageStep(1)\r\n        self.rateSlider.setOrientation(QtCore.Qt.Horizontal)\r\n        self.rateSlider.setTickPosition(QtWidgets.QSlider.NoTicks)\r\n        self.rateSlider.setObjectName(\"rateSlider\")\r\n        self.horizontalLayout_13.addWidget(self.rateSlider)\r\n        self.verticalLayout_5.addLayout(self.horizontalLayout_13)\r\n        self.horizontalLayout_6.addLayout(self.verticalLayout_5)\r\n        spacerItem3 = QtWidgets.QSpacerItem(67, 20, QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Minimum)\r\n        self.horizontalLayout_6.addItem(spacerItem3)\r\n        self.fps_label = QtWidgets.QLabel(self.groupBox_3)\r\n        self.fps_label.setMinimumSize(QtCore.QSize(100, 40))\r\n        self.fps_label.setMaximumSize(QtCore.QSize(100, 40))\r\n        self.fps_label.setStyleSheet(\"QLabel\\n\"\r\n\"{\\n\"\r\n\"    font-size: 20px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgba(66, 195, 255, 0);\\n\"\r\n\"color: rgb(218, 218, 218);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.fps_label.setText(\"\")\r\n        self.fps_label.setAlignment(QtCore.Qt.AlignCenter)\r\n        self.fps_label.setObjectName(\"fps_label\")\r\n        self.horizontalLayout_6.addWidget(self.fps_label)\r\n        self.verticalLayout_2.addWidget(self.groupBox_3)\r\n        self.horizontalLayout_15 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_15.setSpacing(0)\r\n        self.horizontalLayout_15.setObjectName(\"horizontalLayout_15\")\r\n        self.groupBox_201 = QtWidgets.QGroupBox(self.stackedWidgetPage1)\r\n        self.groupBox_201.setStyleSheet(\"#groupBox_201{\\n\"\r\n\"\\n\"\r\n\"border: 0px solid #42adff;\\n\"\r\n\"    background-color: rgb(0, 0, 0);\\n\"\r\n\"border-left: 1px solid rgba(200, 200, 200,100);\\n\"\r\n\"border-right: 0px solid rgba(29, 83, 185, 255);\\n\"\r\n\"border-radius:0px;}\")\r\n        self.groupBox_201.setTitle(\"\")\r\n        self.groupBox_201.setObjectName(\"groupBox_201\")\r\n        self.verticalLayout_4 = QtWidgets.QVBoxLayout(self.groupBox_201)\r\n        self.verticalLayout_4.setContentsMargins(0, 0, 0, 0)\r\n        self.verticalLayout_4.setObjectName(\"verticalLayout_4\")\r\n        self.splitter = QtWidgets.QSplitter(self.groupBox_201)\r\n        self.splitter.setEnabled(True)\r\n        self.splitter.setStyleSheet(\"#splitter::handle{background: 1px solid  rgba(200, 200, 200,100);}\")\r\n        self.splitter.setFrameShape(QtWidgets.QFrame.NoFrame)\r\n        self.splitter.setLineWidth(10)\r\n        self.splitter.setOrientation(QtCore.Qt.Horizontal)\r\n        self.splitter.setHandleWidth(1)\r\n        self.splitter.setObjectName(\"splitter\")\r\n        self.raw_video = Label_click_Mouse(self.splitter)\r\n        self.raw_video.setEnabled(True)\r\n        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Ignored, QtWidgets.QSizePolicy.Ignored)\r\n        sizePolicy.setHorizontalStretch(0)\r\n        sizePolicy.setVerticalStretch(0)\r\n        sizePolicy.setHeightForWidth(self.raw_video.sizePolicy().hasHeightForWidth())\r\n        self.raw_video.setSizePolicy(sizePolicy)\r\n        self.raw_video.setMinimumSize(QtCore.QSize(200, 0))\r\n        font = QtGui.QFont()\r\n        font.setFamily(\"微软雅黑\")\r\n        font.setPointSize(36)\r\n        self.raw_video.setFont(font)\r\n        self.raw_video.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))\r\n        self.raw_video.setStyleSheet(\"color: rgb(218, 218, 218);\\n\"\r\n\"\")\r\n        self.raw_video.setText(\"\")\r\n        self.raw_video.setScaledContents(False)\r\n        self.raw_video.setAlignment(QtCore.Qt.AlignCenter)\r\n        self.raw_video.setObjectName(\"raw_video\")\r\n        self.out_video = Label_click_Mouse(self.splitter)\r\n        self.out_video.setEnabled(True)\r\n        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Ignored, QtWidgets.QSizePolicy.Ignored)\r\n        sizePolicy.setHorizontalStretch(0)\r\n        sizePolicy.setVerticalStretch(0)\r\n        sizePolicy.setHeightForWidth(self.out_video.sizePolicy().hasHeightForWidth())\r\n        self.out_video.setSizePolicy(sizePolicy)\r\n        self.out_video.setMinimumSize(QtCore.QSize(200, 0))\r\n        font = QtGui.QFont()\r\n        font.setFamily(\"微软雅黑\")\r\n        font.setPointSize(36)\r\n        self.out_video.setFont(font)\r\n        self.out_video.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))\r\n        self.out_video.setStyleSheet(\"color: rgb(218, 218, 218);\\n\"\r\n\"\")\r\n        self.out_video.setText(\"\")\r\n        self.out_video.setScaledContents(False)\r\n        self.out_video.setAlignment(QtCore.Qt.AlignCenter)\r\n        self.out_video.setObjectName(\"out_video\")\r\n        self.verticalLayout_4.addWidget(self.splitter)\r\n        self.horizontalLayout_12 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_12.setContentsMargins(0, -1, 0, -1)\r\n        self.horizontalLayout_12.setSpacing(0)\r\n        self.horizontalLayout_12.setObjectName(\"horizontalLayout_12\")\r\n        self.runButton = QtWidgets.QPushButton(self.groupBox_201)\r\n        self.runButton.setMinimumSize(QtCore.QSize(40, 40))\r\n        self.runButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(223, 223, 223, 0);\\n\"\r\n\"}\\n\"\r\n\"QPushButton::focus{outline: none;}\\n\"\r\n\"QPushButton::hover {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(223, 223, 223, 150);}\")\r\n        self.runButton.setText(\"\")\r\n        icon7 = QtGui.QIcon()\r\n        icon7.addPixmap(QtGui.QPixmap(\":/img/icon/播放 (1).png\"), QtGui.QIcon.Normal, QtGui.QIcon.Off)\r\n        self.runButton.setIcon(icon7)\r\n        self.runButton.setIconSize(QtCore.QSize(30, 30))\r\n        self.runButton.setCheckable(True)\r\n        self.runButton.setObjectName(\"runButton\")\r\n        self.horizontalLayout_12.addWidget(self.runButton)\r\n        self.progressBar = QtWidgets.QProgressBar(self.groupBox_201)\r\n        self.progressBar.setMaximumSize(QtCore.QSize(16777215, 5))\r\n        self.progressBar.setStyleSheet(\"QProgressBar {\\n\"\r\n\"    color: rgb(26, 255, 217);\\n\"\r\n\"    font: 12pt;\\n\"\r\n\"    border-radius: 2px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"    border: none;\\n\"\r\n\"    background-color: rgba(215, 215, 215, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QProgressBar:chunk {\\n\"\r\n\"    border-radius: 2px;\\n\"\r\n\"    background: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(3, 85, 160, 255), stop:1 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.progressBar.setMaximum(1000)\r\n        self.progressBar.setProperty(\"value\", 0)\r\n        self.progressBar.setTextVisible(False)\r\n        self.progressBar.setObjectName(\"progressBar\")\r\n        self.horizontalLayout_12.addWidget(self.progressBar)\r\n        self.stopButton = QtWidgets.QPushButton(self.groupBox_201)\r\n        self.stopButton.setMinimumSize(QtCore.QSize(40, 40))\r\n        self.stopButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(223, 223, 223, 0);\\n\"\r\n\"}\\n\"\r\n\"QPushButton::focus{outline: none;}\\n\"\r\n\"QPushButton::hover {\\n\"\r\n\"border-style: solid;\\n\"\r\n\"border-width: 0px;\\n\"\r\n\"border-radius: 0px;\\n\"\r\n\"background-color: rgba(223, 223, 223, 150);}\")\r\n        self.stopButton.setText(\"\")\r\n        icon8 = QtGui.QIcon()\r\n        icon8.addPixmap(QtGui.QPixmap(\":/img/icon/结束.png\"), QtGui.QIcon.Normal, QtGui.QIcon.Off)\r\n        self.stopButton.setIcon(icon8)\r\n        self.stopButton.setIconSize(QtCore.QSize(30, 30))\r\n        self.stopButton.setObjectName(\"stopButton\")\r\n        self.horizontalLayout_12.addWidget(self.stopButton)\r\n        self.verticalLayout_4.addLayout(self.horizontalLayout_12)\r\n        self.verticalLayout_4.setStretch(0, 1)\r\n        self.horizontalLayout_15.addWidget(self.groupBox_201)\r\n        self.verticalLayout_7 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_7.setContentsMargins(-1, 0, -1, 0)\r\n        self.verticalLayout_7.setSpacing(0)\r\n        self.verticalLayout_7.setObjectName(\"verticalLayout_7\")\r\n        self.groupBox_9 = QtWidgets.QGroupBox(self.stackedWidgetPage1)\r\n        self.groupBox_9.setMinimumSize(QtCore.QSize(0, 42))\r\n        self.groupBox_9.setMaximumSize(QtCore.QSize(16777215, 42))\r\n        self.groupBox_9.setStyleSheet(\"#groupBox_9{\\n\"\r\n\"background-color: rgb(0, 0, 0);\\n\"\r\n\"border: 0px solid #42adff;\\n\"\r\n\"border-top: 1px solid rgba(200, 200, 200,100);\\n\"\r\n\"border-bottom: 1px solid rgba(200, 200, 200,100);\\n\"\r\n\"border-radius:0px;}\")\r\n        self.groupBox_9.setTitle(\"\")\r\n        self.groupBox_9.setObjectName(\"groupBox_9\")\r\n        self.horizontalLayout_38 = QtWidgets.QHBoxLayout(self.groupBox_9)\r\n        self.horizontalLayout_38.setContentsMargins(6, 0, 11, 0)\r\n        self.horizontalLayout_38.setSpacing(9)\r\n        self.horizontalLayout_38.setObjectName(\"horizontalLayout_38\")\r\n        spacerItem4 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)\r\n        self.horizontalLayout_38.addItem(spacerItem4)\r\n        self.label_5 = QtWidgets.QLabel(self.groupBox_9)\r\n        self.label_5.setMaximumSize(QtCore.QSize(25, 25))\r\n        self.label_5.setStyleSheet(\"image: url(:/img/icon/预警信息 (1).png);\")\r\n        self.label_5.setObjectName(\"label_5\")\r\n        self.horizontalLayout_38.addWidget(self.label_5)\r\n        self.label_11 = QtWidgets.QLabel(self.groupBox_9)\r\n        self.label_11.setStyleSheet(\"QLabel\\n\"\r\n\"\\n\"\r\n\"{\\n\"\r\n\"    font-size: 22px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgba(66, 195, 255, 0);\\n\"\r\n\"    color: rgb(24, 240, 197);\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_11.setObjectName(\"label_11\")\r\n        self.horizontalLayout_38.addWidget(self.label_11)\r\n        spacerItem5 = QtWidgets.QSpacerItem(37, 39, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)\r\n        self.horizontalLayout_38.addItem(spacerItem5)\r\n        self.verticalLayout_7.addWidget(self.groupBox_9)\r\n        self.groupBox_10 = QtWidgets.QGroupBox(self.stackedWidgetPage1)\r\n        self.groupBox_10.setMinimumSize(QtCore.QSize(0, 42))\r\n        self.groupBox_10.setMaximumSize(QtCore.QSize(16777215, 16777215))\r\n        self.groupBox_10.setStyleSheet(\"QGroupBox {\\n\"\r\n\"  background-color: #333333;\\n\"\r\n\"  border: none;\\n\"\r\n\"  border-right: 1px solid #3b3b3b;\\n\"\r\n\"  padding: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QGroupBox::title {\\n\"\r\n\"  color: white;\\n\"\r\n\"  font-family: \\\"Arial\\\";\\n\"\r\n\"  font-size: 16px;\\n\"\r\n\"  font-weight: bold;\\n\"\r\n\"  subcontrol-origin: margin;\\n\"\r\n\"  subcontrol-position: top left;\\n\"\r\n\"  left: 10px;\\n\"\r\n\"  top: -12px;\\n\"\r\n\"  padding: 0 5px;\\n\"\r\n\"  background-color: #333333;\\n\"\r\n\"  border-top: 1px solid #3b3b3b;\\n\"\r\n\"  border-right: 1px solid #3b3b3b;\\n\"\r\n\"  border-bottom: 1px solid #3b3b3b;\\n\"\r\n\"  border-top-left-radius: 5px;\\n\"\r\n\"  border-top-right-radius: 5px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QGroupBox::indicator {\\n\"\r\n\"  width: 0;\\n\"\r\n\"  height: 0;\\n\"\r\n\"  padding: 0;\\n\"\r\n\"  margin: 0;\\n\"\r\n\"  border: none;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QGroupBox::label {\\n\"\r\n\"  border: none;\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.groupBox_10.setTitle(\"\")\r\n        self.groupBox_10.setObjectName(\"groupBox_10\")\r\n        self.horizontalLayout_39 = QtWidgets.QHBoxLayout(self.groupBox_10)\r\n        self.horizontalLayout_39.setContentsMargins(11, 0, 11, 0)\r\n        self.horizontalLayout_39.setObjectName(\"horizontalLayout_39\")\r\n        self.resultWidget = QtWidgets.QListWidget(self.groupBox_10)\r\n        self.resultWidget.setStyleSheet(\"QListWidget{\\n\"\r\n\"background-color: rgba(12, 28, 77, 0);\\n\"\r\n\"\\n\"\r\n\"border-radius:0px;\\n\"\r\n\"font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"font-size: 16px;\\n\"\r\n\"color: rgb(218, 218, 218);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.resultWidget.setObjectName(\"resultWidget\")\r\n        self.horizontalLayout_39.addWidget(self.resultWidget)\r\n        self.verticalLayout_7.addWidget(self.groupBox_10)\r\n        self.verticalLayout_7.setStretch(1, 1)\r\n        self.horizontalLayout_15.addLayout(self.verticalLayout_7)\r\n        self.horizontalLayout_15.setStretch(0, 6)\r\n        self.horizontalLayout_15.setStretch(1, 1)\r\n        self.verticalLayout_2.addLayout(self.horizontalLayout_15)\r\n        self.groupBox_4 = QtWidgets.QGroupBox(self.stackedWidgetPage1)\r\n        self.groupBox_4.setMinimumSize(QtCore.QSize(0, 30))\r\n        self.groupBox_4.setMaximumSize(QtCore.QSize(16777215, 30))\r\n        self.groupBox_4.setStyleSheet(\"#groupBox_4{\\n\"\r\n\"background-color: rgb(59,59,59);\\n\"\r\n\"\\n\"\r\n\"border-left: 0px solid rgba(29, 83, 185, 255);\\n\"\r\n\"border-right: 0px solid rgba(29, 83, 185, 255);\\n\"\r\n\"border-top: 1px solid rgba(200, 200, 200,100);\\n\"\r\n\"}\")\r\n        self.groupBox_4.setTitle(\"\")\r\n        self.groupBox_4.setObjectName(\"groupBox_4\")\r\n        self.horizontalLayout_10 = QtWidgets.QHBoxLayout(self.groupBox_4)\r\n        self.horizontalLayout_10.setContentsMargins(-1, 0, -1, 0)\r\n        self.horizontalLayout_10.setSpacing(0)\r\n        self.horizontalLayout_10.setObjectName(\"horizontalLayout_10\")\r\n        self.groupBox_6 = QtWidgets.QGroupBox(self.groupBox_4)\r\n        self.groupBox_6.setMinimumSize(QtCore.QSize(0, 0))\r\n        self.groupBox_6.setMaximumSize(QtCore.QSize(16777215, 42))\r\n        self.groupBox_6.setStyleSheet(\"#groupBox_6{\\n\"\r\n\"    background-color: rgb(59, 59, 59);\\n\"\r\n\"border: 0px solid #42adff;\\n\"\r\n\"border-radius:0px;}\")\r\n        self.groupBox_6.setTitle(\"\")\r\n        self.groupBox_6.setObjectName(\"groupBox_6\")\r\n        self.horizontalLayout_36 = QtWidgets.QHBoxLayout(self.groupBox_6)\r\n        self.horizontalLayout_36.setContentsMargins(0, 0, 11, 0)\r\n        self.horizontalLayout_36.setSpacing(0)\r\n        self.horizontalLayout_36.setObjectName(\"horizontalLayout_36\")\r\n        self.saveCheckBox = QtWidgets.QCheckBox(self.groupBox_6)\r\n        self.saveCheckBox.setStyleSheet(\"\\n\"\r\n\"QCheckBox\\n\"\r\n\"{font-size: 18px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgb(59,59,59);\\n\"\r\n\"\\n\"\r\n\"    color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(33, 245, 175, 226), stop:1 rgba(255, 255, 255, 255));}\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    image: url(:/img/icon/button-off.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"    image: url(:/img/icon/button-on.png);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.saveCheckBox.setChecked(True)\r\n        self.saveCheckBox.setObjectName(\"saveCheckBox\")\r\n        self.horizontalLayout_36.addWidget(self.saveCheckBox)\r\n        self.SavedatabaseCheckBox = QtWidgets.QCheckBox(self.groupBox_6)\r\n        self.SavedatabaseCheckBox.setStyleSheet(\"\\n\"\r\n\"QCheckBox\\n\"\r\n\"{font-size: 18px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgb(59,59,59);\\n\"\r\n\"\\n\"\r\n\"    color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(33, 245, 175, 226), stop:1 rgba(255, 255, 255, 255));}\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    image: url(:/img/icon/button-off.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"    image: url(:/img/icon/button-on.png);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.SavedatabaseCheckBox.setObjectName(\"SavedatabaseCheckBox\")\r\n        self.horizontalLayout_36.addWidget(self.SavedatabaseCheckBox)\r\n        self.visualize_checkbox1 = QtWidgets.QCheckBox(self.groupBox_6)\r\n        self.visualize_checkbox1.setStyleSheet(\"\\n\"\r\n\"QCheckBox\\n\"\r\n\"{font-size: 18px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"         border-radius:9px;\\n\"\r\n\"        background:rgb(59,59,59);\\n\"\r\n\"\\n\"\r\n\"    color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(33, 245, 175, 226), stop:1 rgba(255, 255, 255, 255));}\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    image: url(:/img/icon/button-off.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"    image: url(:/img/icon/button-on.png);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.visualize_checkbox1.setObjectName(\"visualize_checkbox1\")\r\n        self.horizontalLayout_36.addWidget(self.visualize_checkbox1)\r\n        self.horizontalLayout_10.addWidget(self.groupBox_6)\r\n        self.statistic_label = QtWidgets.QLabel(self.groupBox_4)\r\n        self.statistic_label.setMouseTracking(False)\r\n        self.statistic_label.setStyleSheet(\"QLabel\\n\"\r\n\"{\\n\"\r\n\"    font-size: 16px;\\n\"\r\n\"    font-family: \\\"Microsoft YaHei\\\";\\n\"\r\n\"    font-weight: light;\\n\"\r\n\"    background-color: rgb(0, 0, 0);\\n\"\r\n\"color: rgb(218, 218, 218);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.statistic_label.setText(\"\")\r\n        self.statistic_label.setObjectName(\"statistic_label\")\r\n        self.horizontalLayout_10.addWidget(self.statistic_label)\r\n        self.horizontalLayout_10.setStretch(0, 3)\r\n        self.horizontalLayout_10.setStretch(1, 4)\r\n        self.verticalLayout_2.addWidget(self.groupBox_4)\r\n        self.stackedWidget.addWidget(self.stackedWidgetPage1)\r\n        self.page_3 = QtWidgets.QWidget()\r\n        self.page_3.setObjectName(\"page_3\")\r\n        self.gridLayout_8 = QtWidgets.QGridLayout(self.page_3)\r\n        self.gridLayout_8.setContentsMargins(0, 0, 0, 0)\r\n        self.gridLayout_8.setObjectName(\"gridLayout_8\")\r\n        self.horizontalLayout_17 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_17.setObjectName(\"horizontalLayout_17\")\r\n        self.verticalLayout_20 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_20.setObjectName(\"verticalLayout_20\")\r\n        self.gridLayout_3 = QtWidgets.QGridLayout()\r\n        self.gridLayout_3.setObjectName(\"gridLayout_3\")\r\n        self.scrollArea = QtWidgets.QScrollArea(self.page_3)\r\n        self.scrollArea.setWidgetResizable(True)\r\n        self.scrollArea.setObjectName(\"scrollArea\")\r\n        self.scrollAreaWidgetContents = QtWidgets.QWidget()\r\n        self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 998, 551))\r\n        self.scrollAreaWidgetContents.setObjectName(\"scrollAreaWidgetContents\")\r\n        self.horizontalLayout_24 = QtWidgets.QHBoxLayout(self.scrollAreaWidgetContents)\r\n        self.horizontalLayout_24.setContentsMargins(0, 0, 0, 0)\r\n        self.horizontalLayout_24.setSpacing(0)\r\n        self.horizontalLayout_24.setObjectName(\"horizontalLayout_24\")\r\n        self.widget = QtWidgets.QWidget(self.scrollAreaWidgetContents)\r\n        self.widget.setObjectName(\"widget\")\r\n        self.horizontalLayout_27 = QtWidgets.QHBoxLayout(self.widget)\r\n        self.horizontalLayout_27.setContentsMargins(0, 0, 0, 0)\r\n        self.horizontalLayout_27.setSpacing(0)\r\n        self.horizontalLayout_27.setObjectName(\"horizontalLayout_27\")\r\n        self.imageLabel = QtWidgets.QLabel(self.widget)\r\n        self.imageLabel.setStyleSheet(\"QLabel {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,1), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel::hover {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgba(3, 85, 160, 200), stop: 1 rgba(13, 206, 197, 200));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel::indicator {\\n\"\r\n\"    width: 16px;\\n\"\r\n\"    height: 16px;\\n\"\r\n\"    image: url(:/icons/your_icon.png);\\n\"\r\n\"    opacity: 0.5;\\n\"\r\n\"    position: absolute;\\n\"\r\n\"    left: 50%;\\n\"\r\n\"    top: 50%;\\n\"\r\n\"    margin-left: -8px;\\n\"\r\n\"    margin-top: -8px;\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.imageLabel.setText(\"\")\r\n        self.imageLabel.setObjectName(\"imageLabel\")\r\n        self.horizontalLayout_27.addWidget(self.imageLabel)\r\n        self.imageLabel_2 = QtWidgets.QLabel(self.widget)\r\n        self.imageLabel_2.setStyleSheet(\"QLabel {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel::hover {\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel::indicator {\\n\"\r\n\"    width: 16px;\\n\"\r\n\"    height: 16px;\\n\"\r\n\"    image: url(:/icons/your_icon.png);\\n\"\r\n\"    opacity: 0.5;\\n\"\r\n\"    position: absolute;\\n\"\r\n\"    left: 50%;\\n\"\r\n\"    top: 50%;\\n\"\r\n\"    margin-left: -8px;\\n\"\r\n\"    margin-top: -8px;\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.imageLabel_2.setText(\"\")\r\n        self.imageLabel_2.setObjectName(\"imageLabel_2\")\r\n        self.horizontalLayout_27.addWidget(self.imageLabel_2)\r\n        self.horizontalLayout_24.addWidget(self.widget)\r\n        self.scrollArea.setWidget(self.scrollAreaWidgetContents)\r\n        self.gridLayout_3.addWidget(self.scrollArea, 0, 0, 1, 1)\r\n        self.verticalLayout_20.addLayout(self.gridLayout_3)\r\n        self.gridLayout_2 = QtWidgets.QGridLayout()\r\n        self.gridLayout_2.setObjectName(\"gridLayout_2\")\r\n        self.gridLayout_7 = QtWidgets.QGridLayout()\r\n        self.gridLayout_7.setObjectName(\"gridLayout_7\")\r\n        self.horizontalLayout_28 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_28.setObjectName(\"horizontalLayout_28\")\r\n        self.imageFilterButton = QtWidgets.QPushButton(self.page_3)\r\n        self.imageFilterButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.imageFilterButton.setObjectName(\"imageFilterButton\")\r\n        self.horizontalLayout_28.addWidget(self.imageFilterButton)\r\n        self.imageFilterComboBox = QtWidgets.QComboBox(self.page_3)\r\n        self.imageFilterComboBox.setStyleSheet(\"QComboBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"    font: 9pt \\\"Arial\\\";\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::drop-down {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border: none;\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox QAbstractItemView {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    selection-background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"    selection-color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable, QComboBox::drop-down:editable {\\n\"\r\n\"    background: rgba(55, 55, 55, 200);\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable:on, QComboBox::drop-down:editable:on {\\n\"\r\n\"    background: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.imageFilterComboBox.setObjectName(\"imageFilterComboBox\")\r\n        self.imageFilterComboBox.addItem(\"\")\r\n        self.imageFilterComboBox.addItem(\"\")\r\n        self.imageFilterComboBox.addItem(\"\")\r\n        self.horizontalLayout_28.addWidget(self.imageFilterComboBox)\r\n        self.previewFilterButton = QtWidgets.QPushButton(self.page_3)\r\n        self.previewFilterButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.previewFilterButton.setObjectName(\"previewFilterButton\")\r\n        self.horizontalLayout_28.addWidget(self.previewFilterButton)\r\n        self.gridLayout_7.addLayout(self.horizontalLayout_28, 0, 0, 1, 1)\r\n        self.horizontalLayout_31 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_31.setObjectName(\"horizontalLayout_31\")\r\n        self.morphologyButton = QtWidgets.QPushButton(self.page_3)\r\n        self.morphologyButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.morphologyButton.setObjectName(\"morphologyButton\")\r\n        self.horizontalLayout_31.addWidget(self.morphologyButton)\r\n        self.morphologyComboBox = QtWidgets.QComboBox(self.page_3)\r\n        self.morphologyComboBox.setStyleSheet(\"QComboBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"    font: 9pt \\\"Arial\\\";\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::drop-down {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border: none;\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox QAbstractItemView {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    selection-background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"    selection-color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable, QComboBox::drop-down:editable {\\n\"\r\n\"    background: rgba(55, 55, 55, 200);\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable:on, QComboBox::drop-down:editable:on {\\n\"\r\n\"    background: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.morphologyComboBox.setObjectName(\"morphologyComboBox\")\r\n        self.morphologyComboBox.addItem(\"\")\r\n        self.morphologyComboBox.addItem(\"\")\r\n        self.morphologyComboBox.addItem(\"\")\r\n        self.morphologyComboBox.addItem(\"\")\r\n        self.horizontalLayout_31.addWidget(self.morphologyComboBox)\r\n        self.previewmorphologyButton = QtWidgets.QPushButton(self.page_3)\r\n        self.previewmorphologyButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.previewmorphologyButton.setObjectName(\"previewmorphologyButton\")\r\n        self.horizontalLayout_31.addWidget(self.previewmorphologyButton)\r\n        self.gridLayout_7.addLayout(self.horizontalLayout_31, 1, 0, 1, 1)\r\n        self.horizontalLayout_32 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_32.setObjectName(\"horizontalLayout_32\")\r\n        self.histogramButton = QtWidgets.QPushButton(self.page_3)\r\n        self.histogramButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.histogramButton.setObjectName(\"histogramButton\")\r\n        self.horizontalLayout_32.addWidget(self.histogramButton)\r\n        self.histogramComboBox = QtWidgets.QComboBox(self.page_3)\r\n        self.histogramComboBox.setStyleSheet(\"QComboBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"    font: 9pt \\\"Arial\\\";\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::drop-down {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border: none;\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox QAbstractItemView {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    selection-background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"    selection-color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable, QComboBox::drop-down:editable {\\n\"\r\n\"    background: rgba(55, 55, 55, 200);\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable:on, QComboBox::drop-down:editable:on {\\n\"\r\n\"    background: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.histogramComboBox.setObjectName(\"histogramComboBox\")\r\n        self.histogramComboBox.addItem(\"\")\r\n        self.horizontalLayout_32.addWidget(self.histogramComboBox)\r\n        self.previewhistogramButton = QtWidgets.QPushButton(self.page_3)\r\n        self.previewhistogramButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.previewhistogramButton.setObjectName(\"previewhistogramButton\")\r\n        self.horizontalLayout_32.addWidget(self.previewhistogramButton)\r\n        self.gridLayout_7.addLayout(self.horizontalLayout_32, 2, 0, 1, 1)\r\n        self.horizontalLayout_26 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_26.setObjectName(\"horizontalLayout_26\")\r\n        self.imageEnhanceButton = QtWidgets.QPushButton(self.page_3)\r\n        self.imageEnhanceButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.imageEnhanceButton.setObjectName(\"imageEnhanceButton\")\r\n        self.horizontalLayout_26.addWidget(self.imageEnhanceButton)\r\n        self.imageEnhanceComboBox = QtWidgets.QComboBox(self.page_3)\r\n        self.imageEnhanceComboBox.setStyleSheet(\"QComboBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    \\n\"\r\n\"    \\n\"\r\n\"    font: 9pt \\\"Arial\\\";\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::drop-down {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border: none;\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox QAbstractItemView {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    selection-background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"    selection-color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable, QComboBox::drop-down:editable {\\n\"\r\n\"    background: rgba(55, 55, 55, 200);\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable:on, QComboBox::drop-down:editable:on {\\n\"\r\n\"    background: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.imageEnhanceComboBox.setObjectName(\"imageEnhanceComboBox\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.imageEnhanceComboBox.addItem(\"\")\r\n        self.horizontalLayout_26.addWidget(self.imageEnhanceComboBox)\r\n        self.apply_custom_adjustments_imageEnhance = QtWidgets.QPushButton(self.page_3)\r\n        self.apply_custom_adjustments_imageEnhance.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"image: url(:/img/icon/6-医疗-神经网络 (2).png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(3, 85, 160)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.apply_custom_adjustments_imageEnhance.setObjectName(\"apply_custom_adjustments_imageEnhance\")\r\n        self.horizontalLayout_26.addWidget(self.apply_custom_adjustments_imageEnhance)\r\n        self.previewEnhanceButton = QtWidgets.QPushButton(self.page_3)\r\n        self.previewEnhanceButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.previewEnhanceButton.setObjectName(\"previewEnhanceButton\")\r\n        self.horizontalLayout_26.addWidget(self.previewEnhanceButton)\r\n        self.gridLayout_7.addLayout(self.horizontalLayout_26, 3, 0, 1, 1)\r\n        self.gridLayout_2.addLayout(self.gridLayout_7, 0, 1, 1, 1)\r\n        self.gridLayout_5 = QtWidgets.QGridLayout()\r\n        self.gridLayout_5.setObjectName(\"gridLayout_5\")\r\n        self.gridLayout_4 = QtWidgets.QGridLayout()\r\n        self.gridLayout_4.setObjectName(\"gridLayout_4\")\r\n        self.verticalLayout_21 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_21.setObjectName(\"verticalLayout_21\")\r\n        self.loadImageButton = QtWidgets.QPushButton(self.page_3)\r\n        self.loadImageButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.loadImageButton.setObjectName(\"loadImageButton\")\r\n        self.verticalLayout_21.addWidget(self.loadImageButton)\r\n        self.openFolderButton = QtWidgets.QPushButton(self.page_3)\r\n        self.openFolderButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.openFolderButton.setObjectName(\"openFolderButton\")\r\n        self.verticalLayout_21.addWidget(self.openFolderButton)\r\n        self.saveFolderButton = QtWidgets.QPushButton(self.page_3)\r\n        self.saveFolderButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.saveFolderButton.setObjectName(\"saveFolderButton\")\r\n        self.verticalLayout_21.addWidget(self.saveFolderButton)\r\n        self.saveButton = QtWidgets.QPushButton(self.page_3)\r\n        self.saveButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.saveButton.setObjectName(\"saveButton\")\r\n        self.verticalLayout_21.addWidget(self.saveButton)\r\n        self.gridLayout_4.addLayout(self.verticalLayout_21, 0, 0, 1, 1)\r\n        self.verticalLayout1234124 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout1234124.setObjectName(\"verticalLayout1234124\")\r\n        self.previewLabel = QtWidgets.QLabel(self.page_3)\r\n        self.previewLabel.setStyleSheet(\"QLabel {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel::hover {\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(0, 211, 0), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel::indicator {\\n\"\r\n\"    width: 16px;\\n\"\r\n\"    height: 16px;\\n\"\r\n\"    image: url(:/icons/your_icon.png);\\n\"\r\n\"    opacity: 0.5;\\n\"\r\n\"    position: absolute;\\n\"\r\n\"    left: 50%;\\n\"\r\n\"    top: 50%;\\n\"\r\n\"    margin-left: -8px;\\n\"\r\n\"    margin-top: -8px;\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.previewLabel.setText(\"\")\r\n        self.previewLabel.setObjectName(\"previewLabel\")\r\n        self.verticalLayout1234124.addWidget(self.previewLabel)\r\n        self.gridLayout_4.addLayout(self.verticalLayout1234124, 0, 2, 1, 1)\r\n        self.gridLayout_6 = QtWidgets.QGridLayout()\r\n        self.gridLayout_6.setObjectName(\"gridLayout_6\")\r\n        self.rotationSlider = QtWidgets.QSlider(self.page_3)\r\n        self.rotationSlider.setStyleSheet(\"QSlider::groove:vertical {\\n\"\r\n\"    border: 1px solid #999999;\\n\"\r\n\"    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E6E6E6, stop: 1.0 #24c4da);\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    margin: 2px 0;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSlider::handle:vertical {\\n\"\r\n\"    background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop:0 rgb(238, 118, 33), stop:1 rgb(97, 194, 0));\\n\"\r\n\"    border: 1px solid #5c5c5c;\\n\"\r\n\"    height: 18px;\\n\"\r\n\"    margin: -2px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */\\n\"\r\n\"    border-radius: 3px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSlider::add-page:vertical {\\n\"\r\n\"    background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop:0 rgba(238, 118, 33,0.1), stop:1 rgba(97, 194, 0,0.8));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSlider::sub-page:vertical {\\n\"\r\n\"    background: #3F3F3F;\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.rotationSlider.setMaximum(360)\r\n        self.rotationSlider.setSingleStep(1)\r\n        self.rotationSlider.setProperty(\"value\", 123)\r\n        self.rotationSlider.setOrientation(QtCore.Qt.Vertical)\r\n        self.rotationSlider.setObjectName(\"rotationSlider\")\r\n        self.gridLayout_6.addWidget(self.rotationSlider, 0, 1, 1, 1)\r\n        self.slider_adjust_contrast = QtWidgets.QSlider(self.page_3)\r\n        self.slider_adjust_contrast.setStyleSheet(\"QSlider::groove:vertical {\\n\"\r\n\"    border: 1px solid #999999;\\n\"\r\n\"    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E6E6E6, stop: 1.0 #24c4da);\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    margin: 2px 0;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSlider::handle:vertical {\\n\"\r\n\"    background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgb(24, 170, 198), stop: 1 rgb(216, 33, 32));\\n\"\r\n\"    border: 1px solid #5c5c5c;\\n\"\r\n\"    height: 18px;\\n\"\r\n\"    margin: -2px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */\\n\"\r\n\"    border-radius: 3px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSlider::add-page:vertical {\\n\"\r\n\"    background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgb(24, 170, 198), stop: 1 rgb(216, 33, 32));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSlider::sub-page:vertical {\\n\"\r\n\"    background: #3F3F3F;\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.slider_adjust_contrast.setMinimum(-50)\r\n        self.slider_adjust_contrast.setMaximum(50)\r\n        self.slider_adjust_contrast.setPageStep(10)\r\n        self.slider_adjust_contrast.setProperty(\"value\", 35)\r\n        self.slider_adjust_contrast.setOrientation(QtCore.Qt.Vertical)\r\n        self.slider_adjust_contrast.setObjectName(\"slider_adjust_contrast\")\r\n        self.gridLayout_6.addWidget(self.slider_adjust_contrast, 0, 3, 1, 1)\r\n        self.scaleSlider = QtWidgets.QSlider(self.page_3)\r\n        sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Ignored)\r\n        sizePolicy.setHorizontalStretch(0)\r\n        sizePolicy.setVerticalStretch(0)\r\n        sizePolicy.setHeightForWidth(self.scaleSlider.sizePolicy().hasHeightForWidth())\r\n        self.scaleSlider.setSizePolicy(sizePolicy)\r\n        self.scaleSlider.setStyleSheet(\"QSlider::groove:vertical {\\n\"\r\n\"    border: 1px solid #999999;\\n\"\r\n\"    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E6E6E6, stop: 1.0 #24c4da);\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    margin: 2px 0;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSlider::handle:vertical {\\n\"\r\n\"    background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgb(5, 170, 198), stop: 1 rgb(116, 13, 92));\\n\"\r\n\"    border: 1px solid #5c5c5c;\\n\"\r\n\"    height: 18px;\\n\"\r\n\"    margin: -2px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */\\n\"\r\n\"    border-radius: 3px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSlider::add-page:vertical {\\n\"\r\n\"   background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgba(4, 170, 98,1.5), stop: 1 rgba(116, 13, 12,4.6));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSlider::sub-page:vertical {\\n\"\r\n\"    background: #3F3F3F;\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.scaleSlider.setMinimum(50)\r\n        self.scaleSlider.setMaximum(200)\r\n        self.scaleSlider.setPageStep(0)\r\n        self.scaleSlider.setProperty(\"value\", 150)\r\n        self.scaleSlider.setOrientation(QtCore.Qt.Vertical)\r\n        self.scaleSlider.setObjectName(\"scaleSlider\")\r\n        self.gridLayout_6.addWidget(self.scaleSlider, 0, 0, 1, 1)\r\n        self.gridLayout_4.addLayout(self.gridLayout_6, 0, 1, 1, 1)\r\n        self.gridLayout_5.addLayout(self.gridLayout_4, 2, 0, 1, 1)\r\n        self.horizontalLayout111111 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout111111.setObjectName(\"horizontalLayout111111\")\r\n        self.previousImageButton = QtWidgets.QPushButton(self.page_3)\r\n        self.previousImageButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(0, 0, 255,0.8), stop:1 rgba(216, 33, 32,0.3)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.previousImageButton.setObjectName(\"previousImageButton\")\r\n        self.horizontalLayout111111.addWidget(self.previousImageButton)\r\n        self.nextImageButton = QtWidgets.QPushButton(self.page_3)\r\n        self.nextImageButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\\n\"\r\n\"    border: 1px solid rgba(128, 128, 128, 128);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\\n\"\r\n\"    color: rgba(255, 255, 255, 255);\\n\"\r\n\"    font: 10pt \\\"Roboto\\\";\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(24, 170, 198,0.2), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\\n\"\r\n\"  background-color: #767676; /* 按下时的背景色 */\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.nextImageButton.setObjectName(\"nextImageButton\")\r\n        self.horizontalLayout111111.addWidget(self.nextImageButton)\r\n        self.gridLayout_5.addLayout(self.horizontalLayout111111, 1, 0, 1, 1)\r\n        self.gridLayout_2.addLayout(self.gridLayout_5, 0, 0, 1, 1)\r\n        self.verticalLayout_20.addLayout(self.gridLayout_2)\r\n        self.verticalLayout_20.setStretch(0, 22)\r\n        self.verticalLayout_20.setStretch(1, 1)\r\n        self.horizontalLayout_17.addLayout(self.verticalLayout_20)\r\n        self.verticalLayout_19 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_19.setObjectName(\"verticalLayout_19\")\r\n        self.enhanceMethod1Checkbox = QtWidgets.QCheckBox(self.page_3)\r\n        self.enhanceMethod1Checkbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceMethod1Checkbox.setChecked(True)\r\n        self.enhanceMethod1Checkbox.setObjectName(\"enhanceMethod1Checkbox\")\r\n        self.verticalLayout_19.addWidget(self.enhanceMethod1Checkbox)\r\n        self.enhanceMethod2Checkbox = QtWidgets.QCheckBox(self.page_3)\r\n        self.enhanceMethod2Checkbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceMethod2Checkbox.setChecked(True)\r\n        self.enhanceMethod2Checkbox.setObjectName(\"enhanceMethod2Checkbox\")\r\n        self.verticalLayout_19.addWidget(self.enhanceMethod2Checkbox)\r\n        self.enhanceMethod3Checkbox = QtWidgets.QCheckBox(self.page_3)\r\n        self.enhanceMethod3Checkbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceMethod3Checkbox.setChecked(False)\r\n        self.enhanceMethod3Checkbox.setObjectName(\"enhanceMethod3Checkbox\")\r\n        self.verticalLayout_19.addWidget(self.enhanceMethod3Checkbox)\r\n        self.enhanceMethod4Checkbox = QtWidgets.QCheckBox(self.page_3)\r\n        self.enhanceMethod4Checkbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceMethod4Checkbox.setChecked(True)\r\n        self.enhanceMethod4Checkbox.setObjectName(\"enhanceMethod4Checkbox\")\r\n        self.verticalLayout_19.addWidget(self.enhanceMethod4Checkbox)\r\n        self.enhanceMethod5Checkbox = QtWidgets.QCheckBox(self.page_3)\r\n        self.enhanceMethod5Checkbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceMethod5Checkbox.setObjectName(\"enhanceMethod5Checkbox\")\r\n        self.verticalLayout_19.addWidget(self.enhanceMethod5Checkbox)\r\n        self.enhanceMethod6Checkbox = QtWidgets.QCheckBox(self.page_3)\r\n        self.enhanceMethod6Checkbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceMethod6Checkbox.setObjectName(\"enhanceMethod6Checkbox\")\r\n        self.verticalLayout_19.addWidget(self.enhanceMethod6Checkbox)\r\n        self.enhanceMethod7Checkbox = QtWidgets.QCheckBox(self.page_3)\r\n        self.enhanceMethod7Checkbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceMethod7Checkbox.setObjectName(\"enhanceMethod7Checkbox\")\r\n        self.verticalLayout_19.addWidget(self.enhanceMethod7Checkbox)\r\n        self.enhanceMethod8Checkbox = QtWidgets.QCheckBox(self.page_3)\r\n        self.enhanceMethod8Checkbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceMethod8Checkbox.setChecked(True)\r\n        self.enhanceMethod8Checkbox.setObjectName(\"enhanceMethod8Checkbox\")\r\n        self.verticalLayout_19.addWidget(self.enhanceMethod8Checkbox)\r\n        self.enhanceMethod9Checkbox = QtWidgets.QCheckBox(self.page_3)\r\n        self.enhanceMethod9Checkbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceMethod9Checkbox.setChecked(False)\r\n        self.enhanceMethod9Checkbox.setObjectName(\"enhanceMethod9Checkbox\")\r\n        self.verticalLayout_19.addWidget(self.enhanceMethod9Checkbox)\r\n        self.enhanceMethod10Checkbox = QtWidgets.QCheckBox(self.page_3)\r\n        self.enhanceMethod10Checkbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceMethod10Checkbox.setChecked(False)\r\n        self.enhanceMethod10Checkbox.setObjectName(\"enhanceMethod10Checkbox\")\r\n        self.verticalLayout_19.addWidget(self.enhanceMethod10Checkbox)\r\n        self.helpButton = QtWidgets.QPushButton(self.page_3)\r\n        self.helpButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"\\n\"\r\n\"image: url(:/img/icon/6-医疗-神经网络 (2).png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:disabled {\\n\"\r\n\"    color: rgba(255, 255, 255, 100);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 50);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 50);\\n\"\r\n\"}\")\r\n        self.helpButton.setText(\"\")\r\n        self.helpButton.setObjectName(\"helpButton\")\r\n        self.verticalLayout_19.addWidget(self.helpButton)\r\n        self.advancedSettingsButton = QtWidgets.QPushButton(self.page_3)\r\n        self.advancedSettingsButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:disabled {\\n\"\r\n\"    color: rgba(255, 255, 255, 100);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 50);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 50);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.advancedSettingsButton.setObjectName(\"advancedSettingsButton\")\r\n        self.verticalLayout_19.addWidget(self.advancedSettingsButton)\r\n        spacerItem6 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)\r\n        self.verticalLayout_19.addItem(spacerItem6)\r\n        self.progressBar_2 = QtWidgets.QProgressBar(self.page_3)\r\n        self.progressBar_2.setStyleSheet(\"QProgressBar {\\n\"\r\n\"  border: none;\\n\"\r\n\"  border-radius: 5px;\\n\"\r\n\"  background-color: rgba(255, 255, 255, 0.1);\\n\"\r\n\"  height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QProgressBar::chunk {\\n\"\r\n\"  border-radius: 5px;\\n\"\r\n\"  background-color: QLinearGradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgba(38, 210, 166, 1), stop:0.5 rgba(38, 210, 166, 1), stop:1 rgba(227, 24, 23,1));\\n\"\r\n\"  width: 5px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QProgressBar::chunk:horizontal {\\n\"\r\n\"  margin: 0.5px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QProgressBar::chunk:vertical {\\n\"\r\n\"  margin: 0.5px;\\n\"\r\n\"  transform: rotate(90deg);\\n\"\r\n\"}\")\r\n        self.progressBar_2.setProperty(\"value\", 80)\r\n        self.progressBar_2.setOrientation(QtCore.Qt.Horizontal)\r\n        self.progressBar_2.setObjectName(\"progressBar_2\")\r\n        self.verticalLayout_19.addWidget(self.progressBar_2)\r\n        self.verticalLayout_11 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_11.setObjectName(\"verticalLayout_11\")\r\n        self.horizontalLayout_29 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_29.setObjectName(\"horizontalLayout_29\")\r\n        self.enhanceProbabilityInput = QtWidgets.QLineEdit(self.page_3)\r\n        self.enhanceProbabilityInput.setStyleSheet(\"QLineEdit {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    padding-left: 5px;\\n\"\r\n\"    padding-right: 5px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLineEdit:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLineEdit:focus {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.enhanceProbabilityInput.setObjectName(\"enhanceProbabilityInput\")\r\n        self.horizontalLayout_29.addWidget(self.enhanceProbabilityInput)\r\n        self.label_18 = QtWidgets.QLabel(self.page_3)\r\n        self.label_18.setStyleSheet(\"QLabel {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_18.setObjectName(\"label_18\")\r\n        self.horizontalLayout_29.addWidget(self.label_18)\r\n        self.verticalLayout_11.addLayout(self.horizontalLayout_29)\r\n        self.horizontalLayout_30 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_30.setObjectName(\"horizontalLayout_30\")\r\n        self.inputFolderLabel = QtWidgets.QLabel(self.page_3)\r\n        self.inputFolderLabel.setStyleSheet(\"QLabel {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.inputFolderLabel.setText(\"\")\r\n        self.inputFolderLabel.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop)\r\n        self.inputFolderLabel.setObjectName(\"inputFolderLabel\")\r\n        self.horizontalLayout_30.addWidget(self.inputFolderLabel)\r\n        self.inputFolderButton = QtWidgets.QPushButton(self.page_3)\r\n        self.inputFolderButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:disabled {\\n\"\r\n\"    color: rgba(255, 255, 255, 100);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 50);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 50);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.inputFolderButton.setObjectName(\"inputFolderButton\")\r\n        self.horizontalLayout_30.addWidget(self.inputFolderButton)\r\n        self.verticalLayout_11.addLayout(self.horizontalLayout_30)\r\n        self.horizontalLayout_34 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_34.setObjectName(\"horizontalLayout_34\")\r\n        self.outputFolderLabel = QtWidgets.QLabel(self.page_3)\r\n        self.outputFolderLabel.setStyleSheet(\"QLabel {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color:rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.outputFolderLabel.setText(\"\")\r\n        self.outputFolderLabel.setObjectName(\"outputFolderLabel\")\r\n        self.horizontalLayout_34.addWidget(self.outputFolderLabel)\r\n        self.outputFolderButton = QtWidgets.QPushButton(self.page_3)\r\n        self.outputFolderButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:disabled {\\n\"\r\n\"    color: rgba(255, 255, 255, 100);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 50);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 50);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.outputFolderButton.setObjectName(\"outputFolderButton\")\r\n        self.horizontalLayout_34.addWidget(self.outputFolderButton)\r\n        self.verticalLayout_11.addLayout(self.horizontalLayout_34)\r\n        self.startProcessingButton = QtWidgets.QPushButton(self.page_3)\r\n        self.startProcessingButton.setStyleSheet(\"QPushButton {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:disabled {\\n\"\r\n\"    color: rgba(255, 255, 255, 100);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 50);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 50);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.startProcessingButton.setObjectName(\"startProcessingButton\")\r\n        self.verticalLayout_11.addWidget(self.startProcessingButton)\r\n        self.verticalLayout_19.addLayout(self.verticalLayout_11)\r\n        self.horizontalLayout_17.addLayout(self.verticalLayout_19)\r\n        self.horizontalLayout_17.setStretch(0, 100)\r\n        self.horizontalLayout_17.setStretch(1, 1)\r\n        self.gridLayout_8.addLayout(self.horizontalLayout_17, 0, 0, 1, 1)\r\n        self.stackedWidget.addWidget(self.page_3)\r\n        self.page_4 = QtWidgets.QWidget()\r\n        self.page_4.setObjectName(\"page_4\")\r\n        self.verticalLayout_17 = QtWidgets.QVBoxLayout(self.page_4)\r\n        self.verticalLayout_17.setObjectName(\"verticalLayout_17\")\r\n        self.verticalLayout_12 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_12.setObjectName(\"verticalLayout_12\")\r\n        self.hide_labelscheckbox_5 = QtWidgets.QCheckBox(self.page_4)\r\n        self.hide_labelscheckbox_5.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.hide_labelscheckbox_5.setChecked(True)\r\n        self.hide_labelscheckbox_5.setObjectName(\"hide_labelscheckbox_5\")\r\n        self.verticalLayout_12.addWidget(self.hide_labelscheckbox_5)\r\n        self.save_cropcheckbox_2 = QtWidgets.QCheckBox(self.page_4)\r\n        self.save_cropcheckbox_2.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.save_cropcheckbox_2.setObjectName(\"save_cropcheckbox_2\")\r\n        self.verticalLayout_12.addWidget(self.save_cropcheckbox_2)\r\n        self.agnostic_nmscheckbox_2 = QtWidgets.QCheckBox(self.page_4)\r\n        self.agnostic_nmscheckbox_2.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.agnostic_nmscheckbox_2.setObjectName(\"agnostic_nmscheckbox_2\")\r\n        self.verticalLayout_12.addWidget(self.agnostic_nmscheckbox_2)\r\n        self.halfcheckbox_2 = QtWidgets.QCheckBox(self.page_4)\r\n        self.halfcheckbox_2.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.halfcheckbox_2.setObjectName(\"halfcheckbox_2\")\r\n        self.verticalLayout_12.addWidget(self.halfcheckbox_2)\r\n        self.agnostic_nmscheckbox = QtWidgets.QCheckBox(self.page_4)\r\n        self.agnostic_nmscheckbox.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.agnostic_nmscheckbox.setObjectName(\"agnostic_nmscheckbox\")\r\n        self.verticalLayout_12.addWidget(self.agnostic_nmscheckbox)\r\n        self.augmentedcheckbox_3 = QtWidgets.QCheckBox(self.page_4)\r\n        self.augmentedcheckbox_3.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.augmentedcheckbox_3.setObjectName(\"augmentedcheckbox_3\")\r\n        self.verticalLayout_12.addWidget(self.augmentedcheckbox_3)\r\n        self.hide_labelscheckbox_4 = QtWidgets.QCheckBox(self.page_4)\r\n        self.hide_labelscheckbox_4.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.hide_labelscheckbox_4.setObjectName(\"hide_labelscheckbox_4\")\r\n        self.verticalLayout_12.addWidget(self.hide_labelscheckbox_4)\r\n        self.hide_confscheckbox_6 = QtWidgets.QCheckBox(self.page_4)\r\n        self.hide_confscheckbox_6.setStyleSheet(\"QCheckBox {\\n\"\r\n\"    spacing: 5px;\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    height: 20px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:checked:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    image: url(:/img/icon/checked.png);\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.hide_confscheckbox_6.setObjectName(\"hide_confscheckbox_6\")\r\n        self.verticalLayout_12.addWidget(self.hide_confscheckbox_6)\r\n        self.verticalLayout_17.addLayout(self.verticalLayout_12)\r\n        self.verticalLayout_14 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_14.setObjectName(\"verticalLayout_14\")\r\n        self.horizontalLayout_23 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_23.setObjectName(\"horizontalLayout_23\")\r\n        self.label_16 = QtWidgets.QLabel(self.page_4)\r\n        self.label_16.setStyleSheet(\"QLabel {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_16.setObjectName(\"label_16\")\r\n        self.horizontalLayout_23.addWidget(self.label_16)\r\n        self.comboBox_2 = QtWidgets.QComboBox(self.page_4)\r\n        self.comboBox_2.setStyleSheet(\"QComboBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font: 12pt;\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::drop-down {\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border: none;\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"    \\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox QAbstractItemView {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    selection-background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"    selection-color: #FFFFFF;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable, QComboBox::drop-down:editable {\\n\"\r\n\"    background: rgba(55, 55, 55, 200);\\n\"\r\n\"\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QComboBox:!editable:on, QComboBox::drop-down:editable:on {\\n\"\r\n\"    background: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.comboBox_2.setObjectName(\"comboBox_2\")\r\n        self.comboBox_2.addItem(\"\")\r\n        self.comboBox_2.addItem(\"\")\r\n        self.comboBox_2.addItem(\"\")\r\n        self.comboBox_2.addItem(\"\")\r\n        self.comboBox_2.addItem(\"\")\r\n        self.horizontalLayout_23.addWidget(self.comboBox_2)\r\n        self.verticalLayout_14.addLayout(self.horizontalLayout_23)\r\n        self.horizontalLayout_19 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_19.setObjectName(\"horizontalLayout_19\")\r\n        self.label_12 = QtWidgets.QLabel(self.page_4)\r\n        self.label_12.setStyleSheet(\"QLabel {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_12.setObjectName(\"label_12\")\r\n        self.horizontalLayout_19.addWidget(self.label_12)\r\n        self.imgsz_spinbox12 = QtWidgets.QSpinBox(self.page_4)\r\n        self.imgsz_spinbox12.setStyleSheet(\"QSpinBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font: 12pt;\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-button, QSpinBox::down-button {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border-radius: 3px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-button:pressed, QSpinBox::down-button:pressed {\\n\"\r\n\"    background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-arrow, QSpinBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.imgsz_spinbox12.setMinimum(320)\r\n        self.imgsz_spinbox12.setMaximum(10280)\r\n        self.imgsz_spinbox12.setSingleStep(256)\r\n        self.imgsz_spinbox12.setProperty(\"value\", 1028)\r\n        self.imgsz_spinbox12.setObjectName(\"imgsz_spinbox12\")\r\n        self.horizontalLayout_19.addWidget(self.imgsz_spinbox12)\r\n        self.verticalLayout_14.addLayout(self.horizontalLayout_19)\r\n        self.horizontalLayout_21 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_21.setObjectName(\"horizontalLayout_21\")\r\n        self.label_14 = QtWidgets.QLabel(self.page_4)\r\n        self.label_14.setStyleSheet(\"QLabel {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_14.setObjectName(\"label_14\")\r\n        self.horizontalLayout_21.addWidget(self.label_14)\r\n        self.line_thickness_spinbox12_2 = QtWidgets.QSpinBox(self.page_4)\r\n        self.line_thickness_spinbox12_2.setStyleSheet(\"QSpinBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font: 12pt;\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-button, QSpinBox::down-button {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border-radius: 3px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-button:pressed, QSpinBox::down-button:pressed {\\n\"\r\n\"    background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-arrow, QSpinBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.line_thickness_spinbox12_2.setMinimum(1)\r\n        self.line_thickness_spinbox12_2.setMaximum(20)\r\n        self.line_thickness_spinbox12_2.setSingleStep(1)\r\n        self.line_thickness_spinbox12_2.setProperty(\"value\", 3)\r\n        self.line_thickness_spinbox12_2.setObjectName(\"line_thickness_spinbox12_2\")\r\n        self.horizontalLayout_21.addWidget(self.line_thickness_spinbox12_2)\r\n        self.verticalLayout_14.addLayout(self.horizontalLayout_21)\r\n        self.horizontalLayout_22 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_22.setObjectName(\"horizontalLayout_22\")\r\n        self.label_15 = QtWidgets.QLabel(self.page_4)\r\n        self.label_15.setStyleSheet(\"QLabel {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_15.setObjectName(\"label_15\")\r\n        self.horizontalLayout_22.addWidget(self.label_15)\r\n        self.line_thickness_spinbox12_3 = QtWidgets.QSpinBox(self.page_4)\r\n        self.line_thickness_spinbox12_3.setStyleSheet(\"QSpinBox {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font: 12pt;\\n\"\r\n\"    border: 1px solid #3F3F3F;\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    image: url(:/img/icon/人工智能机器人＊.png);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-button, QSpinBox::down-button {\\n\"\r\n\"    background-color: rgba(55, 55, 55, 200);\\n\"\r\n\"    width: 20px;\\n\"\r\n\"    border-radius: 3px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-button:pressed, QSpinBox::down-button:pressed {\\n\"\r\n\"    background-color: rgba(13, 206, 197, 200);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QSpinBox::up-arrow, QSpinBox::down-arrow {\\n\"\r\n\"    width: 10px;\\n\"\r\n\"    height: 10px;\\n\"\r\n\"    background: rgba(255, 255, 255, 200);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.line_thickness_spinbox12_3.setMinimum(100)\r\n        self.line_thickness_spinbox12_3.setMaximum(5000)\r\n        self.line_thickness_spinbox12_3.setSingleStep(10)\r\n        self.line_thickness_spinbox12_3.setProperty(\"value\", 1000)\r\n        self.line_thickness_spinbox12_3.setObjectName(\"line_thickness_spinbox12_3\")\r\n        self.horizontalLayout_22.addWidget(self.line_thickness_spinbox12_3)\r\n        self.verticalLayout_14.addLayout(self.horizontalLayout_22)\r\n        self.verticalLayout_17.addLayout(self.verticalLayout_14)\r\n        self.verticalLayout_15 = QtWidgets.QVBoxLayout()\r\n        self.verticalLayout_15.setObjectName(\"verticalLayout_15\")\r\n        self.horizontalLayout_18 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_18.setObjectName(\"horizontalLayout_18\")\r\n        self.label_13 = QtWidgets.QLabel(self.page_4)\r\n        self.label_13.setStyleSheet(\"QLabel {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLabel:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.label_13.setObjectName(\"label_13\")\r\n        self.horizontalLayout_18.addWidget(self.label_13)\r\n        self.lineEdit = QtWidgets.QLineEdit(self.page_4)\r\n        self.lineEdit.setStyleSheet(\"QLineEdit {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    padding-left: 5px;\\n\"\r\n\"    padding-right: 5px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLineEdit:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLineEdit:focus {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.lineEdit.setObjectName(\"lineEdit\")\r\n        self.horizontalLayout_18.addWidget(self.lineEdit)\r\n        self.verticalLayout_15.addLayout(self.horizontalLayout_18)\r\n        self.horizontalLayout_20 = QtWidgets.QHBoxLayout()\r\n        self.horizontalLayout_20.setObjectName(\"horizontalLayout_20\")\r\n        self.result_folder_lineEdit = QtWidgets.QLineEdit(self.page_4)\r\n        self.result_folder_lineEdit.setStyleSheet(\"QLineEdit {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 50);\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    padding-left: 5px;\\n\"\r\n\"    padding-right: 5px;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLineEdit:hover {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 100);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QLineEdit:focus {\\n\"\r\n\"    border: 1px solid #FFFFFF;\\n\"\r\n\"    border-radius: 4px;\\n\"\r\n\"    background-color: rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.result_folder_lineEdit.setObjectName(\"result_folder_lineEdit\")\r\n        self.horizontalLayout_20.addWidget(self.result_folder_lineEdit)\r\n        self.browse_result_folder_button = QtWidgets.QPushButton(self.page_4)\r\n        self.browse_result_folder_button.setStyleSheet(\"QPushButton {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    font-weight: bold;\\n\"\r\n\"    padding: 5px;\\n\"\r\n\"    background-color: rgba(38, 222, 170, 0.1);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 100);\\n\"\r\n\"    border-radius: 5px;\\n\"\r\n\"    text-align: center;\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:hover {\\n\"\r\n\"    color: #FFFFFF;\\n\"\r\n\"    background-color: rgba(13, 206, 197, 100);\\n\"\r\n\"    border: 1px solid rgba(255, 255, 255, 100);\\n\"\r\n\"    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:pressed {\\n\"\r\n\"    color: rgba(255, 255, 255, 150);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 150);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 150);\\n\"\r\n\"}\\n\"\r\n\"\\n\"\r\n\"QPushButton:disabled {\\n\"\r\n\"    color: rgba(255, 255, 255, 100);\\n\"\r\n\"    background-color: rgba(3, 85, 160, 50);\\n\"\r\n\"    border: 1px solid rgba(13, 206, 197, 50);\\n\"\r\n\"}\\n\"\r\n\"\")\r\n        self.browse_result_folder_button.setObjectName(\"browse_result_folder_button\")\r\n        self.horizontalLayout_20.addWidget(self.browse_result_folder_button)\r\n        self.verticalLayout_15.addLayout(self.horizontalLayout_20)\r\n        self.verticalLayout_17.addLayout(self.verticalLayout_15)\r\n        self.stackedWidget.addWidget(self.page_4)\r\n        self.horizontalLayout_7.addWidget(self.stackedWidget)\r\n        self.verticalLayout_8.addLayout(self.horizontalLayout_7)\r\n        mainWindow.setCentralWidget(self.centralwidget)\r\n\r\n        self.retranslateUi(mainWindow)\r\n        self.stackedWidget.setCurrentIndex(0)\r\n        QtCore.QMetaObject.connectSlotsByName(mainWindow)\r\n\r\n    def retranslateUi(self, mainWindow):\r\n        _translate = QtCore.QCoreApplication.translate\r\n        mainWindow.setWindowTitle(_translate(\"mainWindow\", \"道路标志识别\"))\r\n        self.label_4.setText(_translate(\"mainWindow\", \"道路标志识别\"))\r\n        self.pushButton_5.setText(_translate(\"mainWindow\", \"参数设置\"))\r\n        self.pushButton.setText(_translate(\"mainWindow\", \"标志识别\"))\r\n        self.pushButton_4.setText(_translate(\"mainWindow\", \"数据库\"))\r\n        self.pushButton_2.setText(_translate(\"mainWindow\", \"图像处理\"))\r\n        self.pushButton_3.setText(_translate(\"mainWindow\", \"用户信息\"))\r\n        self.refreshButton_2.setText(_translate(\"mainWindow\", \"数据分析\"))\r\n        self.refreshButton.setText(_translate(\"mainWindow\", \"显示数据\"))\r\n        self.insertButton_2.setText(_translate(\"mainWindow\", \"插入数据\"))\r\n        self.deleteButton_2.setText(_translate(\"mainWindow\", \"删除数据\"))\r\n        self.filterButton_3.setText(_translate(\"mainWindow\", \"数据筛选\"))\r\n        self.label_17.setText(_translate(\"mainWindow\", \"数据排序\"))\r\n        self.sortcomboBox_2.setItemText(0, _translate(\"mainWindow\", \"sign_count\"))\r\n        self.sortcomboBox_2.setItemText(1, _translate(\"mainWindow\", \"detection_time\"))\r\n        self.sortcomboBox_3.setItemText(0, _translate(\"mainWindow\", \"asc\"))\r\n        self.sortcomboBox_3.setItemText(1, _translate(\"mainWindow\", \"desc\"))\r\n        self.analysisComboBox.setItemText(0, _translate(\"mainWindow\", \"柱状图\"))\r\n        self.analysisComboBox.setItemText(1, _translate(\"mainWindow\", \"折线图\"))\r\n        self.analysisComboBox.setItemText(2, _translate(\"mainWindow\", \"饼图\"))\r\n        self.analysisComboBox.setItemText(3, _translate(\"mainWindow\", \"箱线图\"))\r\n        self.refreshButton_3.setText(_translate(\"mainWindow\", \"确定\"))\r\n        self.label_3.setText(_translate(\"mainWindow\", \"model\"))\r\n        self.comboBox.setItemText(0, _translate(\"mainWindow\", \"yolov5s.pt\"))\r\n        self.comboBox.setItemText(1, _translate(\"mainWindow\", \"yolov5m.pt\"))\r\n        self.comboBox.setItemText(2, _translate(\"mainWindow\", \"yolov5l.pt\"))\r\n        self.comboBox.setItemText(3, _translate(\"mainWindow\", \"yolov5x.pt\"))\r\n        self.label_10.setText(_translate(\"mainWindow\", \"input\"))\r\n        self.fileButton.setToolTip(_translate(\"mainWindow\", \"file\"))\r\n        self.cameraButton.setToolTip(_translate(\"mainWindow\", \"camera\"))\r\n        self.rtspButton.setToolTip(_translate(\"mainWindow\", \"rtsp\"))\r\n        self.label_2.setText(_translate(\"mainWindow\", \"IoU\"))\r\n        self.label.setText(_translate(\"mainWindow\", \"conf\"))\r\n        self.label_8.setText(_translate(\"mainWindow\", \"speed\"))\r\n        self.checkBox.setText(_translate(\"mainWindow\", \"enable\"))\r\n        self.label_5.setText(_translate(\"mainWindow\", \"TextLabel\"))\r\n        self.label_11.setText(_translate(\"mainWindow\", \"预警结果\"))\r\n        self.saveCheckBox.setText(_translate(\"mainWindow\", \"Result Save\"))\r\n        self.SavedatabaseCheckBox.setText(_translate(\"mainWindow\", \"Detdta Save\"))\r\n        self.visualize_checkbox1.setText(_translate(\"mainWindow\", \"Visualize\"))\r\n        self.imageFilterButton.setText(_translate(\"mainWindow\", \"图像滤波\"))\r\n        self.imageFilterComboBox.setItemText(0, _translate(\"mainWindow\", \"均值滤波\"))\r\n        self.imageFilterComboBox.setItemText(1, _translate(\"mainWindow\", \"高斯滤波\"))\r\n        self.imageFilterComboBox.setItemText(2, _translate(\"mainWindow\", \"中值滤波\"))\r\n        self.previewFilterButton.setText(_translate(\"mainWindow\", \"预览\"))\r\n        self.morphologyButton.setText(_translate(\"mainWindow\", \"形态学处理\"))\r\n        self.morphologyComboBox.setItemText(0, _translate(\"mainWindow\", \"膨胀\"))\r\n        self.morphologyComboBox.setItemText(1, _translate(\"mainWindow\", \"腐蚀\"))\r\n        self.morphologyComboBox.setItemText(2, _translate(\"mainWindow\", \"开运算\"))\r\n        self.morphologyComboBox.setItemText(3, _translate(\"mainWindow\", \"闭运算\"))\r\n        self.previewmorphologyButton.setText(_translate(\"mainWindow\", \"预览\"))\r\n        self.histogramButton.setText(_translate(\"mainWindow\", \"直方图处理\"))\r\n        self.histogramComboBox.setItemText(0, _translate(\"mainWindow\", \"直方图均衡化\"))\r\n        self.previewhistogramButton.setText(_translate(\"mainWindow\", \"预览\"))\r\n        self.imageEnhanceButton.setText(_translate(\"mainWindow\", \"图像增强\"))\r\n        self.imageEnhanceComboBox.setItemText(0, _translate(\"mainWindow\", \"对比度增强\"))\r\n        self.imageEnhanceComboBox.setItemText(1, _translate(\"mainWindow\", \"饱和度调整\"))\r\n        self.imageEnhanceComboBox.setItemText(2, _translate(\"mainWindow\", \"调整色相\"))\r\n        self.imageEnhanceComboBox.setItemText(3, _translate(\"mainWindow\", \"调整亮度\"))\r\n        self.imageEnhanceComboBox.setItemText(4, _translate(\"mainWindow\", \"Gamma 校正\"))\r\n        self.imageEnhanceComboBox.setItemText(5, _translate(\"mainWindow\", \"二值化\"))\r\n        self.imageEnhanceComboBox.setItemText(6, _translate(\"mainWindow\", \"亮度增强\"))\r\n        self.imageEnhanceComboBox.setItemText(7, _translate(\"mainWindow\", \"锐化\"))\r\n        self.imageEnhanceComboBox.setItemText(8, _translate(\"mainWindow\", \"平滑\"))\r\n        self.imageEnhanceComboBox.setItemText(9, _translate(\"mainWindow\", \"水平翻转\"))\r\n        self.imageEnhanceComboBox.setItemText(10, _translate(\"mainWindow\", \"垂直翻转\"))\r\n        self.imageEnhanceComboBox.setItemText(11, _translate(\"mainWindow\", \"水平垂直翻转\"))\r\n        self.apply_custom_adjustments_imageEnhance.setText(_translate(\"mainWindow\", \"自定义\"))\r\n        self.previewEnhanceButton.setText(_translate(\"mainWindow\", \"预览\"))\r\n        self.loadImageButton.setText(_translate(\"mainWindow\", \"加载图像\"))\r\n        self.openFolderButton.setText(_translate(\"mainWindow\", \"打开文件夹\"))\r\n        self.saveFolderButton.setText(_translate(\"mainWindow\", \"选择路径\"))\r\n        self.saveButton.setText(_translate(\"mainWindow\", \"保存\"))\r\n        self.scaleSlider.setToolTip(_translate(\"mainWindow\", \"<html><head/><body><p>scaleSlider</p></body></html>\"))\r\n        self.previousImageButton.setText(_translate(\"mainWindow\", \"上一个\"))\r\n        self.nextImageButton.setText(_translate(\"mainWindow\", \"下一个\"))\r\n        self.enhanceMethod1Checkbox.setText(_translate(\"mainWindow\", \"Image flip\"))\r\n        self.enhanceMethod2Checkbox.setText(_translate(\"mainWindow\", \"Random Crop\"))\r\n        self.enhanceMethod3Checkbox.setText(_translate(\"mainWindow\", \"Random Resize\"))\r\n        self.enhanceMethod4Checkbox.setText(_translate(\"mainWindow\", \"Random Rotation\"))\r\n        self.enhanceMethod5Checkbox.setText(_translate(\"mainWindow\", \"Random BCSH\"))\r\n        self.enhanceMethod6Checkbox.setText(_translate(\"mainWindow\", \"Random Wipe\"))\r\n        self.enhanceMethod7Checkbox.setText(_translate(\"mainWindow\", \"Weighted Random Noise\"))\r\n        self.enhanceMethod8Checkbox.setText(_translate(\"mainWindow\", \"CutOut\"))\r\n        self.enhanceMethod9Checkbox.setText(_translate(\"mainWindow\", \"Mixup\"))\r\n        self.enhanceMethod10Checkbox.setText(_translate(\"mainWindow\", \"Mosaic\"))\r\n        self.helpButton.setToolTip(_translate(\"mainWindow\", \"<html><head/><body><p>查看参数详情</p></body></html>\"))\r\n        self.advancedSettingsButton.setText(_translate(\"mainWindow\", \"高级参数设置\"))\r\n        self.enhanceProbabilityInput.setToolTip(_translate(\"mainWindow\", \"<html><head/><body><p>请输入增强概率</p></body></html>\"))\r\n        self.enhanceProbabilityInput.setText(_translate(\"mainWindow\", \"0.5\"))\r\n        self.label_18.setText(_translate(\"mainWindow\", \"图像增强概率\"))\r\n        self.inputFolderButton.setText(_translate(\"mainWindow\", \"输入文件夹\"))\r\n        self.outputFolderButton.setText(_translate(\"mainWindow\", \"输出文件夹\"))\r\n        self.startProcessingButton.setText(_translate(\"mainWindow\", \"开始批处理\"))\r\n        self.hide_labelscheckbox_5.setText(_translate(\"mainWindow\", \"Show results\"))\r\n        self.save_cropcheckbox_2.setText(_translate(\"mainWindow\", \"Save Cropped Images\"))\r\n        self.agnostic_nmscheckbox_2.setText(_translate(\"mainWindow\", \"The file is created automatically\"))\r\n        self.halfcheckbox_2.setText(_translate(\"mainWindow\", \"Enable Half Precision Inference\"))\r\n        self.agnostic_nmscheckbox.setText(_translate(\"mainWindow\", \"Apply Class-Agnostic NMS\"))\r\n        self.augmentedcheckbox_3.setText(_translate(\"mainWindow\", \"Use parameter enhancement\"))\r\n        self.hide_labelscheckbox_4.setText(_translate(\"mainWindow\", \"Hidden tag\"))\r\n        self.hide_confscheckbox_6.setText(_translate(\"mainWindow\", \"Hidden conf\"))\r\n        self.label_16.setText(_translate(\"mainWindow\", \"Device Choose\"))\r\n        self.comboBox_2.setItemText(0, _translate(\"mainWindow\", \"0\"))\r\n        self.comboBox_2.setItemText(1, _translate(\"mainWindow\", \"1\"))\r\n        self.comboBox_2.setItemText(2, _translate(\"mainWindow\", \"2\"))\r\n        self.comboBox_2.setItemText(3, _translate(\"mainWindow\", \"3\"))\r\n        self.comboBox_2.setItemText(4, _translate(\"mainWindow\", \"cpu\"))\r\n        self.label_12.setText(_translate(\"mainWindow\", \"Input image size\"))\r\n        self.label_14.setText(_translate(\"mainWindow\", \"Bounding box thickness\"))\r\n        self.label_15.setText(_translate(\"mainWindow\", \"Maximum detections per image\"))\r\n        self.label_13.setText(_translate(\"mainWindow\", \"Category filtering\"))\r\n        self.browse_result_folder_button.setText(_translate(\"mainWindow\", \"Select Result Folder\"))\r\n\r\nfrom MouseLabel import Label_click_Mouse\r\nimport apprcc_rc\r\n"
  },
  {
    "path": "main_win/win.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<ui version=\"4.0\">\r\n <class>mainWindow</class>\r\n <widget class=\"QMainWindow\" name=\"mainWindow\">\r\n  <property name=\"geometry\">\r\n   <rect>\r\n    <x>0</x>\r\n    <y>0</y>\r\n    <width>1443</width>\r\n    <height>794</height>\r\n   </rect>\r\n  </property>\r\n  <property name=\"mouseTracking\">\r\n   <bool>true</bool>\r\n  </property>\r\n  <property name=\"windowTitle\">\r\n   <string>道路标志识别</string>\r\n  </property>\r\n  <property name=\"windowIcon\">\r\n   <iconset resource=\"../apprcc.qrc\">\r\n    <normaloff>:/img/icon/人工智能机器人＊.png</normaloff>:/img/icon/人工智能机器人＊.png</iconset>\r\n  </property>\r\n  <property name=\"styleSheet\">\r\n   <string notr=\"true\">#mainWindow{border:none;}\r\nQMainWindow {\r\n    border: 1px solid #3d8ec9;\r\n    border-radius: 10px;\r\n    background-color: #f0f0f0;\r\n}\r\n</string>\r\n  </property>\r\n  <widget class=\"QWidget\" name=\"centralwidget\">\r\n   <layout class=\"QVBoxLayout\" name=\"verticalLayout_8\">\r\n    <property name=\"spacing\">\r\n     <number>0</number>\r\n    </property>\r\n    <property name=\"leftMargin\">\r\n     <number>0</number>\r\n    </property>\r\n    <property name=\"topMargin\">\r\n     <number>0</number>\r\n    </property>\r\n    <property name=\"rightMargin\">\r\n     <number>0</number>\r\n    </property>\r\n    <property name=\"bottomMargin\">\r\n     <number>0</number>\r\n    </property>\r\n    <item>\r\n     <widget class=\"QGroupBox\" name=\"groupBox\">\r\n      <property name=\"minimumSize\">\r\n       <size>\r\n        <width>0</width>\r\n        <height>45</height>\r\n       </size>\r\n      </property>\r\n      <property name=\"maximumSize\">\r\n       <size>\r\n        <width>16777215</width>\r\n        <height>45</height>\r\n       </size>\r\n      </property>\r\n      <property name=\"styleSheet\">\r\n       <string notr=\"true\">#groupBox{\r\nbackground-color: rgb(0, 0, 0);\r\nborder: 0px solid #42adff;\r\nborder-left: 0px solid rgba(29, 83, 185, 255);\r\nborder-right: 0px solid rgba(29, 83, 185, 255);\r\nborder-bottom: 1px solid rgba(200, 200, 200,100);\r\n;\r\nborder-radius:0px;}</string>\r\n      </property>\r\n      <property name=\"title\">\r\n       <string/>\r\n      </property>\r\n      <layout class=\"QHBoxLayout\" name=\"horizontalLayout\">\r\n       <property name=\"spacing\">\r\n        <number>6</number>\r\n       </property>\r\n       <property name=\"leftMargin\">\r\n        <number>0</number>\r\n       </property>\r\n       <property name=\"topMargin\">\r\n        <number>0</number>\r\n       </property>\r\n       <property name=\"rightMargin\">\r\n        <number>0</number>\r\n       </property>\r\n       <property name=\"bottomMargin\">\r\n        <number>0</number>\r\n       </property>\r\n       <item>\r\n        <spacer name=\"horizontalSpacer_2\">\r\n         <property name=\"orientation\">\r\n          <enum>Qt::Horizontal</enum>\r\n         </property>\r\n         <property name=\"sizeHint\" stdset=\"0\">\r\n          <size>\r\n           <width>40</width>\r\n           <height>20</height>\r\n          </size>\r\n         </property>\r\n        </spacer>\r\n       </item>\r\n       <item>\r\n        <widget class=\"QLabel\" name=\"label_7\">\r\n         <property name=\"minimumSize\">\r\n          <size>\r\n           <width>25</width>\r\n           <height>25</height>\r\n          </size>\r\n         </property>\r\n         <property name=\"maximumSize\">\r\n          <size>\r\n           <width>27</width>\r\n           <height>27</height>\r\n          </size>\r\n         </property>\r\n         <property name=\"styleSheet\">\r\n          <string notr=\"true\">image: url(:/img/icon/29道路.png);</string>\r\n         </property>\r\n         <property name=\"text\">\r\n          <string/>\r\n         </property>\r\n         <property name=\"alignment\">\r\n          <set>Qt::AlignBottom|Qt::AlignHCenter</set>\r\n         </property>\r\n        </widget>\r\n       </item>\r\n       <item>\r\n        <widget class=\"QLabel\" name=\"label_4\">\r\n         <property name=\"styleSheet\">\r\n          <string notr=\"true\">QLabel\r\n{\r\n\tfont-size: 24px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgba(59,59,59, 0);\r\ncolor: rgb(218, 218, 218);\r\n}\r\n</string>\r\n         </property>\r\n         <property name=\"text\">\r\n          <string>道路标志识别</string>\r\n         </property>\r\n        </widget>\r\n       </item>\r\n       <item>\r\n        <spacer name=\"horizontalSpacer\">\r\n         <property name=\"orientation\">\r\n          <enum>Qt::Horizontal</enum>\r\n         </property>\r\n         <property name=\"sizeHint\" stdset=\"0\">\r\n          <size>\r\n           <width>40</width>\r\n           <height>20</height>\r\n          </size>\r\n         </property>\r\n        </spacer>\r\n       </item>\r\n       <item>\r\n        <layout class=\"QHBoxLayout\" name=\"horizontalLayout_5\">\r\n         <property name=\"spacing\">\r\n          <number>0</number>\r\n         </property>\r\n         <item>\r\n          <widget class=\"QPushButton\" name=\"minButton\">\r\n           <property name=\"minimumSize\">\r\n            <size>\r\n             <width>50</width>\r\n             <height>28</height>\r\n            </size>\r\n           </property>\r\n           <property name=\"maximumSize\">\r\n            <size>\r\n             <width>50</width>\r\n             <height>28</height>\r\n            </size>\r\n           </property>\r\n           <property name=\"styleSheet\">\r\n            <string notr=\"true\">QPushButton {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(223, 223, 223, 0);}\r\nQPushButton::focus{outline: none;}\r\nQPushButton::hover {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(223, 223, 223, 150);}</string>\r\n           </property>\r\n           <property name=\"text\">\r\n            <string/>\r\n           </property>\r\n           <property name=\"icon\">\r\n            <iconset resource=\"../apprcc.qrc\">\r\n             <normaloff>:/img/icon/最小化 (3).png</normaloff>:/img/icon/最小化 (3).png</iconset>\r\n           </property>\r\n           <property name=\"iconSize\">\r\n            <size>\r\n             <width>44</width>\r\n             <height>44</height>\r\n            </size>\r\n           </property>\r\n          </widget>\r\n         </item>\r\n         <item>\r\n          <widget class=\"QPushButton\" name=\"maxButton\">\r\n           <property name=\"minimumSize\">\r\n            <size>\r\n             <width>50</width>\r\n             <height>28</height>\r\n            </size>\r\n           </property>\r\n           <property name=\"maximumSize\">\r\n            <size>\r\n             <width>50</width>\r\n             <height>28</height>\r\n            </size>\r\n           </property>\r\n           <property name=\"styleSheet\">\r\n            <string notr=\"true\">QPushButton {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(223, 223, 223, 0);}\r\nQPushButton::focus{outline: none;}\r\nQPushButton::hover {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(223, 223, 223, 150);}</string>\r\n           </property>\r\n           <property name=\"locale\">\r\n            <locale language=\"Chuvash\" country=\"Russia\"/>\r\n           </property>\r\n           <property name=\"text\">\r\n            <string/>\r\n           </property>\r\n           <property name=\"icon\">\r\n            <iconset resource=\"../apprcc.qrc\">\r\n             <normaloff>:/img/icon/全屏 (1).png</normaloff>:/img/icon/全屏 (1).png</iconset>\r\n           </property>\r\n           <property name=\"checkable\">\r\n            <bool>true</bool>\r\n           </property>\r\n          </widget>\r\n         </item>\r\n         <item>\r\n          <widget class=\"QPushButton\" name=\"closeButton\">\r\n           <property name=\"minimumSize\">\r\n            <size>\r\n             <width>50</width>\r\n             <height>28</height>\r\n            </size>\r\n           </property>\r\n           <property name=\"maximumSize\">\r\n            <size>\r\n             <width>50</width>\r\n             <height>28</height>\r\n            </size>\r\n           </property>\r\n           <property name=\"styleSheet\">\r\n            <string notr=\"true\">QPushButton {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(223, 223, 223, 0);}\r\nQPushButton::focus{outline: none;}\r\nQPushButton::hover {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(223, 223, 223, 150);}</string>\r\n           </property>\r\n           <property name=\"text\">\r\n            <string/>\r\n           </property>\r\n           <property name=\"icon\">\r\n            <iconset resource=\"../apprcc.qrc\">\r\n             <normaloff>:/img/icon/关闭 (4).png</normaloff>:/img/icon/关闭 (4).png</iconset>\r\n           </property>\r\n          </widget>\r\n         </item>\r\n        </layout>\r\n       </item>\r\n      </layout>\r\n     </widget>\r\n    </item>\r\n    <item>\r\n     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_7\" stretch=\"0,0\">\r\n      <property name=\"spacing\">\r\n       <number>0</number>\r\n      </property>\r\n      <item>\r\n       <widget class=\"QGroupBox\" name=\"groupBox_2\">\r\n        <property name=\"styleSheet\">\r\n         <string notr=\"true\">\r\nQGroupBox {\r\n  background-color: #333333;\r\n  border: none;\r\n  border-right: 1px solid #3b3b3b;\r\n  padding: 20px;\r\n}\r\n\r\nQGroupBox::title {\r\n  color: white;\r\n  font-family: &quot;Arial&quot;;\r\n  font-size: 16px;\r\n  font-weight: bold;\r\n  subcontrol-origin: margin;\r\n  subcontrol-position: top left;\r\n  left: 10px;\r\n  top: -12px;\r\n  padding: 0 5px;\r\n  background-color: #333333;\r\n  border-top: 1px solid #3b3b3b;\r\n  border-right: 1px solid #3b3b3b;\r\n  border-bottom: 1px solid #3b3b3b;\r\n  border-top-left-radius: 5px;\r\n  border-top-right-radius: 5px;\r\n}\r\n\r\nQGroupBox::indicator {\r\n  width: 0;\r\n  height: 0;\r\n  padding: 0;\r\n  margin: 0;\r\n  border: none;\r\n}\r\n\r\nQGroupBox::label {\r\n  border: none;\r\n}\r\n</string>\r\n        </property>\r\n        <layout class=\"QVBoxLayout\" name=\"verticalLayout_6\" stretch=\"3,7\">\r\n         <property name=\"spacing\">\r\n          <number>0</number>\r\n         </property>\r\n         <property name=\"leftMargin\">\r\n          <number>10</number>\r\n         </property>\r\n         <property name=\"topMargin\">\r\n          <number>0</number>\r\n         </property>\r\n         <property name=\"bottomMargin\">\r\n          <number>0</number>\r\n         </property>\r\n         <item>\r\n          <layout class=\"QVBoxLayout\" name=\"verticalLayout_16\" stretch=\"12,1,0\">\r\n           <property name=\"spacing\">\r\n            <number>0</number>\r\n           </property>\r\n           <property name=\"topMargin\">\r\n            <number>0</number>\r\n           </property>\r\n           <property name=\"bottomMargin\">\r\n            <number>22</number>\r\n           </property>\r\n           <item>\r\n            <widget class=\"QLabel\" name=\"label_6\">\r\n             <property name=\"styleSheet\">\r\n              <string notr=\"true\">image: url(:/img/icon/yjtp-modified.png);</string>\r\n             </property>\r\n             <property name=\"text\">\r\n              <string/>\r\n             </property>\r\n            </widget>\r\n           </item>\r\n           <item>\r\n            <widget class=\"QLabel\" name=\"label_9\">\r\n             <property name=\"styleSheet\">\r\n              <string notr=\"true\">image: url(:/img/icon/圆形选中.png);</string>\r\n             </property>\r\n             <property name=\"text\">\r\n              <string/>\r\n             </property>\r\n            </widget>\r\n           </item>\r\n           <item>\r\n            <spacer name=\"verticalSpacer_2\">\r\n             <property name=\"orientation\">\r\n              <enum>Qt::Vertical</enum>\r\n             </property>\r\n             <property name=\"sizeHint\" stdset=\"0\">\r\n              <size>\r\n               <width>20</width>\r\n               <height>40</height>\r\n              </size>\r\n             </property>\r\n            </spacer>\r\n           </item>\r\n          </layout>\r\n         </item>\r\n         <item>\r\n          <widget class=\"QGroupBox\" name=\"groupBox_7\">\r\n           <property name=\"styleSheet\">\r\n            <string notr=\"true\"/>\r\n           </property>\r\n           <property name=\"title\">\r\n            <string/>\r\n           </property>\r\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_13\">\r\n            <property name=\"spacing\">\r\n             <number>50</number>\r\n            </property>\r\n            <property name=\"leftMargin\">\r\n             <number>0</number>\r\n            </property>\r\n            <property name=\"topMargin\">\r\n             <number>0</number>\r\n            </property>\r\n            <property name=\"rightMargin\">\r\n             <number>13</number>\r\n            </property>\r\n            <property name=\"bottomMargin\">\r\n             <number>0</number>\r\n            </property>\r\n            <item>\r\n             <widget class=\"QPushButton\" name=\"pushButton_5\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QPushButton {\r\n  color: #ffffff; /* 文本颜色 */\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(38, 222, 170), stop:1 rgba(5, 115, 217,0.4)); /* 悬停时的背景渐变 */\r\n  border: none; /* 去除边框 */\r\n  border-radius: 5px; /* 圆角半径 */\r\n  font-size: 14px; /* 文本字号 */\r\n  font-weight: bold; /* 文本加粗 */\r\n  padding: 5px; /* 按钮内边距 */\r\n  min-width: 80px; /* 最小宽度 */\r\n  min-height: 30px; /* 最小高度 */\r\n  font-family: &quot;Microsoft YaHei&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgba(3, 85, 160,0.3)); /* 按钮背景渐变 */\r\n\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>参数设置</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QPushButton\" name=\"pushButton\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QPushButton {\r\n  color: #ffffff; /* 文本颜色 */\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(38, 222, 170), stop:1 rgba(5, 115, 217,0.4)); /* 悬停时的背景渐变 */\r\n  border: none; /* 去除边框 */\r\n  border-radius: 5px; /* 圆角半径 */\r\n  font-size: 14px; /* 文本字号 */\r\n  font-weight: bold; /* 文本加粗 */\r\n  padding: 5px; /* 按钮内边距 */\r\n  min-width: 80px; /* 最小宽度 */\r\n  min-height: 30px; /* 最小高度 */\r\n  font-family: &quot;Microsoft YaHei&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgba(3, 85, 160,0.3)); /* 按钮背景渐变 */\r\n\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>标志识别</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QPushButton\" name=\"pushButton_4\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QPushButton {\r\n  color: #ffffff; /* 文本颜色 */\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(38, 222, 170), stop:1 rgba(5, 115, 217,0.4)); /* 悬停时的背景渐变 */\r\n  border: none; /* 去除边框 */\r\n  border-radius: 5px; /* 圆角半径 */\r\n  font-size: 14px; /* 文本字号 */\r\n  font-weight: bold; /* 文本加粗 */\r\n  padding: 5px; /* 按钮内边距 */\r\n  min-width: 80px; /* 最小宽度 */\r\n  min-height: 30px; /* 最小高度 */\r\n  font-family: &quot;Microsoft YaHei&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgba(3, 85, 160,0.3)); /* 按钮背景渐变 */\r\n\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>数据库</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QPushButton\" name=\"pushButton_2\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QPushButton {\r\n  color: #ffffff; /* 文本颜色 */\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(38, 222, 170), stop:1 rgba(5, 115, 217,0.4)); /* 悬停时的背景渐变 */\r\n  border: none; /* 去除边框 */\r\n  border-radius: 5px; /* 圆角半径 */\r\n  font-size: 14px; /* 文本字号 */\r\n  font-weight: bold; /* 文本加粗 */\r\n  padding: 5px; /* 按钮内边距 */\r\n  min-width: 80px; /* 最小宽度 */\r\n  min-height: 30px; /* 最小高度 */\r\n  font-family: &quot;Microsoft YaHei&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgba(3, 85, 160,0.3)); /* 按钮背景渐变 */\r\n\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>图像处理</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QPushButton\" name=\"pushButton_3\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QPushButton {\r\n  color: #ffffff; /* 文本颜色 */\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(38, 222, 170), stop:1 rgba(5, 115, 217,0.4)); /* 悬停时的背景渐变 */\r\n  border: none; /* 去除边框 */\r\n  border-radius: 5px; /* 圆角半径 */\r\n  font-size: 14px; /* 文本字号 */\r\n  font-weight: bold; /* 文本加粗 */\r\n  padding: 5px; /* 按钮内边距 */\r\n  min-width: 80px; /* 最小宽度 */\r\n  min-height: 30px; /* 最小高度 */\r\n  font-family: &quot;Microsoft YaHei&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(3, 85, 160), stop:1 rgba(3, 85, 160,0.3)); /* 按钮背景渐变 */\r\n\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>用户信息</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n           </layout>\r\n          </widget>\r\n         </item>\r\n        </layout>\r\n       </widget>\r\n      </item>\r\n      <item>\r\n       <widget class=\"QStackedWidget\" name=\"stackedWidget\">\r\n        <property name=\"styleSheet\">\r\n         <string notr=\"true\">background-color: rgb(0, 0, 0);</string>\r\n        </property>\r\n        <property name=\"currentIndex\">\r\n         <number>0</number>\r\n        </property>\r\n        <widget class=\"QWidget\" name=\"page\">\r\n         <layout class=\"QVBoxLayout\" name=\"verticalLayout_18\">\r\n          <property name=\"leftMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"topMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"rightMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"bottomMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <item>\r\n           <widget class=\"QTableView\" name=\"tableView\">\r\n            <property name=\"styleSheet\">\r\n             <string notr=\"true\">QTableView {\r\n    background-color: rgba(0, 0, 0, 255);\r\n    color: rgba(255, 255, 255, 255);\r\n    gridline-color: rgba(128, 128, 128, 128);\r\n    alternate-background-color: rgba(30, 30, 30, 255);\r\n    selection-background-color: rgba(24, 170, 198, 255);\r\n    selection-color: rgba(0, 0, 0, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n}\r\n\r\nQTableView::item:hover {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32));\r\n}\r\n\r\nQHeaderView::section {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32));\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n    padding-left: 4px;\r\n    border: 1px solid rgba(13, 206, 197, 255);\r\n    border-radius: 3px;\r\n}\r\n</string>\r\n            </property>\r\n           </widget>\r\n          </item>\r\n          <item>\r\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_9\">\r\n            <item>\r\n             <widget class=\"QPushButton\" name=\"refreshButton_2\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QPushButton {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>数据分析</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QPushButton\" name=\"refreshButton\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QPushButton {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>显示数据</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QPushButton\" name=\"insertButton_2\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QPushButton {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>插入数据</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QPushButton\" name=\"deleteButton_2\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QPushButton {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>删除数据</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_16\">\r\n              <item>\r\n               <widget class=\"QPushButton\" name=\"filterButton_3\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QPushButton {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>数据筛选</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QSpinBox\" name=\"spinBox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QSpinBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    font: 12pt;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\n\timage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQSpinBox::up-button, QSpinBox::down-button {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    width: 20px;\r\n    border-radius: 3px;\r\n}\r\n\r\nQSpinBox::up-button:pressed, QSpinBox::down-button:pressed {\r\n    background-color: rgba(13, 206, 197, 200);\r\n}\r\n\r\nQSpinBox::up-arrow, QSpinBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n}\r\n</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n            <item>\r\n             <layout class=\"QGridLayout\" name=\"gridLayout\">\r\n              <item row=\"0\" column=\"0\">\r\n               <widget class=\"QLabel\" name=\"label_17\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QLabel {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n      background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQLabel:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQLabel:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>数据排序</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item row=\"0\" column=\"1\">\r\n               <widget class=\"QComboBox\" name=\"sortcomboBox_2\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QComboBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    \r\n\t\r\n\tfont: 9pt &quot;Arial&quot;;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\nimage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQComboBox::drop-down {\r\n    width: 20px;\r\n    border: none;\r\n\r\n}\r\n\r\nQComboBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n\t\r\n}\r\n\r\nQComboBox QAbstractItemView {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    selection-background-color: rgba(13, 206, 197, 200);\r\n    selection-color: #FFFFFF;\r\n}\r\n\r\nQComboBox:!editable, QComboBox::drop-down:editable {\r\n    background: rgba(55, 55, 55, 200);\r\n\r\n}\r\n\r\nQComboBox:!editable:on, QComboBox::drop-down:editable:on {\r\n    background: rgba(13, 206, 197, 200);\r\n}\r\n</string>\r\n                </property>\r\n                <item>\r\n                 <property name=\"text\">\r\n                  <string>sign_count</string>\r\n                 </property>\r\n                </item>\r\n                <item>\r\n                 <property name=\"text\">\r\n                  <string>detection_time</string>\r\n                 </property>\r\n                </item>\r\n               </widget>\r\n              </item>\r\n              <item row=\"0\" column=\"2\">\r\n               <widget class=\"QComboBox\" name=\"sortcomboBox_3\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QComboBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    \r\n\t\r\n\tfont: 9pt &quot;Arial&quot;;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\nimage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQComboBox::drop-down {\r\n    width: 20px;\r\n    border: none;\r\n\r\n}\r\n\r\nQComboBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n\t\r\n}\r\n\r\nQComboBox QAbstractItemView {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    selection-background-color: rgba(13, 206, 197, 200);\r\n    selection-color: #FFFFFF;\r\n}\r\n\r\nQComboBox:!editable, QComboBox::drop-down:editable {\r\n    background: rgba(55, 55, 55, 200);\r\n\r\n}\r\n\r\nQComboBox:!editable:on, QComboBox::drop-down:editable:on {\r\n    background: rgba(13, 206, 197, 200);\r\n}\r\n</string>\r\n                </property>\r\n                <item>\r\n                 <property name=\"text\">\r\n                  <string>asc</string>\r\n                 </property>\r\n                </item>\r\n                <item>\r\n                 <property name=\"text\">\r\n                  <string>desc</string>\r\n                 </property>\r\n                </item>\r\n               </widget>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n           </layout>\r\n          </item>\r\n         </layout>\r\n        </widget>\r\n        <widget class=\"QWidget\" name=\"page_2\">\r\n         <layout class=\"QVBoxLayout\" name=\"verticalLayout_10\">\r\n          <property name=\"leftMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"topMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"rightMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"bottomMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <item>\r\n           <widget class=\"QGraphicsView\" name=\"graphicsView\">\r\n            <property name=\"styleSheet\">\r\n             <string notr=\"true\">QGraphicsView {\r\n    background-color: rgba(0, 0, 0, 200);\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n}\r\n</string>\r\n            </property>\r\n           </widget>\r\n          </item>\r\n          <item>\r\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout_25\">\r\n            <item>\r\n             <widget class=\"QComboBox\" name=\"analysisComboBox\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QComboBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    \r\n\t\r\n\tfont: 9pt &quot;Arial&quot;;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\nimage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQComboBox::drop-down {\r\n    width: 20px;\r\n    border: none;\r\n\r\n}\r\n\r\nQComboBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n\t\r\n}\r\n\r\nQComboBox QAbstractItemView {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    selection-background-color: rgba(13, 206, 197, 200);\r\n    selection-color: #FFFFFF;\r\n}\r\n\r\nQComboBox:!editable, QComboBox::drop-down:editable {\r\n    background: rgba(55, 55, 55, 200);\r\n\r\n}\r\n\r\nQComboBox:!editable:on, QComboBox::drop-down:editable:on {\r\n    background: rgba(13, 206, 197, 200);\r\n}\r\n</string>\r\n              </property>\r\n              <item>\r\n               <property name=\"text\">\r\n                <string>柱状图</string>\r\n               </property>\r\n              </item>\r\n              <item>\r\n               <property name=\"text\">\r\n                <string>折线图</string>\r\n               </property>\r\n              </item>\r\n              <item>\r\n               <property name=\"text\">\r\n                <string>饼图</string>\r\n               </property>\r\n              </item>\r\n              <item>\r\n               <property name=\"text\">\r\n                <string>箱线图</string>\r\n               </property>\r\n              </item>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QPushButton\" name=\"refreshButton_3\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>确定</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n           </layout>\r\n          </item>\r\n         </layout>\r\n        </widget>\r\n        <widget class=\"QWidget\" name=\"stackedWidgetPage1\">\r\n         <layout class=\"QVBoxLayout\" name=\"verticalLayout_2\">\r\n          <property name=\"spacing\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"leftMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"topMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"rightMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"bottomMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <item>\r\n           <widget class=\"QGroupBox\" name=\"groupBox_3\">\r\n            <property name=\"minimumSize\">\r\n             <size>\r\n              <width>0</width>\r\n              <height>42</height>\r\n             </size>\r\n            </property>\r\n            <property name=\"maximumSize\">\r\n             <size>\r\n              <width>16777215</width>\r\n              <height>42</height>\r\n             </size>\r\n            </property>\r\n            <property name=\"styleSheet\">\r\n             <string notr=\"true\">#groupBox_3{\r\n\tbackground-color: rgb(59, 59, 59);\r\nborder: 0px solid #42adff;\r\nborder-bottom: 1px solid rgba(200, 200, 200,100);\r\nborder-radius:0px;}</string>\r\n            </property>\r\n            <property name=\"title\">\r\n             <string/>\r\n            </property>\r\n            <layout class=\"QHBoxLayout\" name=\"horizontalLayout_6\" stretch=\"0,0,0,0,0,0\">\r\n             <property name=\"spacing\">\r\n              <number>0</number>\r\n             </property>\r\n             <property name=\"leftMargin\">\r\n              <number>0</number>\r\n             </property>\r\n             <property name=\"topMargin\">\r\n              <number>0</number>\r\n             </property>\r\n             <property name=\"rightMargin\">\r\n              <number>0</number>\r\n             </property>\r\n             <property name=\"bottomMargin\">\r\n              <number>0</number>\r\n             </property>\r\n             <item>\r\n              <layout class=\"QHBoxLayout\" name=\"horizontalLayout_2\">\r\n               <property name=\"leftMargin\">\r\n                <number>11</number>\r\n               </property>\r\n               <property name=\"rightMargin\">\r\n                <number>11</number>\r\n               </property>\r\n               <item>\r\n                <widget class=\"QLabel\" name=\"label_3\">\r\n                 <property name=\"minimumSize\">\r\n                  <size>\r\n                   <width>0</width>\r\n                   <height>28</height>\r\n                  </size>\r\n                 </property>\r\n                 <property name=\"maximumSize\">\r\n                  <size>\r\n                   <width>80</width>\r\n                   <height>16777215</height>\r\n                  </size>\r\n                 </property>\r\n                 <property name=\"styleSheet\">\r\n                  <string notr=\"true\">QLabel\r\n{\r\n\tfont-size: 18px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgba(66, 195, 255, 0);\r\n\tcolor: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(33, 245, 175, 226), stop:1 rgba(255, 255, 255, 255));\r\n}\r\n</string>\r\n                 </property>\r\n                 <property name=\"text\">\r\n                  <string>model</string>\r\n                 </property>\r\n                </widget>\r\n               </item>\r\n               <item>\r\n                <widget class=\"QComboBox\" name=\"comboBox\">\r\n                 <property name=\"minimumSize\">\r\n                  <size>\r\n                   <width>0</width>\r\n                   <height>28</height>\r\n                  </size>\r\n                 </property>\r\n                 <property name=\"styleSheet\">\r\n                  <string notr=\"true\">QComboBox QAbstractItemView {\r\nfont-family: &quot;Microsoft YaHei&quot;;\r\nfont-size: 16px;\r\nbackground:rgba(200, 200, 200,150);\r\nselection-background-color: rgba(200, 200, 200,50);\r\ncolor: rgb(218, 218, 218);\r\noutline:none;\r\nborder:none;}\r\nQComboBox{\r\nfont-family: &quot;Microsoft YaHei&quot;;\r\nfont-size: 16px;\r\ncolor: rgb(218, 218, 218);\r\nborder-width:0px;\r\nborder-color:white;\r\nborder-style:solid;\r\nbackground-color: rgba(200, 200, 200,0);}\r\n\r\nQComboBox::drop-down {\r\nmargin-top:8;\r\nheight:20;\r\nbackground:rgba(255,255,255,0);\r\nborder-image: url(:/img/icon/下拉_白色.png);\r\n}\r\n</string>\r\n                 </property>\r\n                 <item>\r\n                  <property name=\"text\">\r\n                   <string>yolov5s.pt</string>\r\n                  </property>\r\n                 </item>\r\n                 <item>\r\n                  <property name=\"text\">\r\n                   <string>yolov5m.pt</string>\r\n                  </property>\r\n                 </item>\r\n                 <item>\r\n                  <property name=\"text\">\r\n                   <string>yolov5l.pt</string>\r\n                  </property>\r\n                 </item>\r\n                 <item>\r\n                  <property name=\"text\">\r\n                   <string>yolov5x.pt</string>\r\n                  </property>\r\n                 </item>\r\n                </widget>\r\n               </item>\r\n               <item>\r\n                <layout class=\"QHBoxLayout\" name=\"horizontalLayout_9\">\r\n                 <property name=\"leftMargin\">\r\n                  <number>11</number>\r\n                 </property>\r\n                 <property name=\"rightMargin\">\r\n                  <number>0</number>\r\n                 </property>\r\n                 <item>\r\n                  <widget class=\"QLabel\" name=\"label_10\">\r\n                   <property name=\"maximumSize\">\r\n                    <size>\r\n                     <width>80</width>\r\n                     <height>16777215</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QLabel\r\n{\r\n\tfont-size: 18px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgba(66, 195, 255, 0);\r\ncolor: rgb(218, 218, 218);\r\n}\r\n</string>\r\n                   </property>\r\n                   <property name=\"text\">\r\n                    <string>input</string>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                 <item>\r\n                  <layout class=\"QHBoxLayout\" name=\"horizontalLayout_11\">\r\n                   <item>\r\n                    <widget class=\"QGroupBox\" name=\"groupBox_5\">\r\n                     <property name=\"styleSheet\">\r\n                      <string notr=\"true\">#groupBox_5{\r\nbackground-color: rgba(48,148,243,0);\r\nborder: 0px solid #42adff;\r\nborder-left: 0px solid #d9d9d9;\r\nborder-right: 0px solid rgba(29, 83, 185, 255);\r\nborder-radius:0px;}</string>\r\n                     </property>\r\n                     <property name=\"title\">\r\n                      <string/>\r\n                     </property>\r\n                     <layout class=\"QHBoxLayout\" name=\"horizontalLayout_8\">\r\n                      <property name=\"spacing\">\r\n                       <number>9</number>\r\n                      </property>\r\n                      <property name=\"leftMargin\">\r\n                       <number>13</number>\r\n                      </property>\r\n                      <property name=\"topMargin\">\r\n                       <number>0</number>\r\n                      </property>\r\n                      <property name=\"rightMargin\">\r\n                       <number>13</number>\r\n                      </property>\r\n                      <property name=\"bottomMargin\">\r\n                       <number>0</number>\r\n                      </property>\r\n                      <item>\r\n                       <widget class=\"QPushButton\" name=\"fileButton\">\r\n                        <property name=\"minimumSize\">\r\n                         <size>\r\n                          <width>55</width>\r\n                          <height>28</height>\r\n                         </size>\r\n                        </property>\r\n                        <property name=\"maximumSize\">\r\n                         <size>\r\n                          <width>16777215</width>\r\n                          <height>28</height>\r\n                         </size>\r\n                        </property>\r\n                        <property name=\"toolTip\">\r\n                         <string>file</string>\r\n                        </property>\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QPushButton{font-family: &quot;Microsoft YaHei&quot;;\r\nfont-size: 14px;\r\nfont-weight: bold;\r\ncolor:white;\r\ntext-align: center center;\r\npadding-left: 5px;\r\npadding-right: 5px;\r\npadding-top: 4px;\r\npadding-bottom: 4px;\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-color: rgba(255, 255, 255, 255);\r\nborder-radius: 3px;\r\nbackground-color: rgba(200, 200, 200,0);}\r\n\r\nQPushButton:focus{outline: none;}\r\n\r\nQPushButton::pressed{font-family: &quot;Microsoft YaHei&quot;;\r\n                     font-size: 14px;\r\n                     font-weight: bold;\r\n                     color:rgb(200,200,200);\r\n                     text-align: center center;\r\n                     padding-left: 5px;\r\n                     padding-right: 5px;\r\n                     padding-top: 4px;\r\n                     padding-bottom: 4px;\r\n                     border-style: solid;\r\n                     border-width: 0px;\r\n                     border-color: rgba(255, 255, 255, 255);\r\n                     border-radius: 3px;\r\n                     background-color:  #bf513b;}\r\n\r\nQPushButton::disabled{font-family: &quot;Microsoft YaHei&quot;;\r\n                     font-size: 14px;\r\n                     font-weight: bold;\r\n                     color:rgb(200,200,200);\r\n                     text-align: center center;\r\n                     padding-left: 5px;\r\n                     padding-right: 5px;\r\n                     padding-top: 4px;\r\n                     padding-bottom: 4px;\r\n                     border-style: solid;\r\n                     border-width: 0px;\r\n                     border-color: rgba(255, 255, 255, 255);\r\n                     border-radius: 3px;\r\n                     background-color:  #bf513b;}\r\nQPushButton::hover {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(48,148,243,80);}</string>\r\n                        </property>\r\n                        <property name=\"text\">\r\n                         <string/>\r\n                        </property>\r\n                        <property name=\"icon\">\r\n                         <iconset resource=\"../apprcc.qrc\">\r\n                          <normaloff>:/img/icon/文件夹-打开-没文件.png</normaloff>:/img/icon/文件夹-打开-没文件.png</iconset>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                      <item>\r\n                       <widget class=\"QPushButton\" name=\"cameraButton\">\r\n                        <property name=\"minimumSize\">\r\n                         <size>\r\n                          <width>53</width>\r\n                          <height>24</height>\r\n                         </size>\r\n                        </property>\r\n                        <property name=\"maximumSize\">\r\n                         <size>\r\n                          <width>16777215</width>\r\n                          <height>28</height>\r\n                         </size>\r\n                        </property>\r\n                        <property name=\"toolTip\">\r\n                         <string>camera</string>\r\n                        </property>\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QPushButton{font-family: &quot;Microsoft YaHei&quot;;\r\nfont-size: 14px;\r\nfont-weight: bold;\r\ncolor:white;\r\ntext-align: center center;\r\npadding-left: 5px;\r\npadding-right: 5px;\r\npadding-top: 4px;\r\npadding-bottom: 4px;\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-color: rgba(255, 255, 255, 255);\r\nborder-radius: 3px;\r\nbackground-color: rgba(48,148,243,0);}\r\n\r\nQPushButton:focus{outline: none;}\r\n\r\nQPushButton::pressed{font-family: &quot;Microsoft YaHei&quot;;\r\n                     font-size: 14px;\r\n                     font-weight: bold;\r\n                     color:rgb(200,200,200);\r\n                     text-align: center center;\r\n                     padding-left: 5px;\r\n                     padding-right: 5px;\r\n                     padding-top: 4px;\r\n                     padding-bottom: 4px;\r\n                     border-style: solid;\r\n                     border-width: 0px;\r\n                     border-color: rgba(255, 255, 255, 255);\r\n                     border-radius: 3px;\r\n                     background-color:  #bf513b;}\r\n\r\nQPushButton::disabled{font-family: &quot;Microsoft YaHei&quot;;\r\n                     font-size: 14px;\r\n                     font-weight: bold;\r\n                     color:rgb(200,200,200);\r\n                     text-align: center center;\r\n                     padding-left: 5px;\r\n                     padding-right: 5px;\r\n                     padding-top: 4px;\r\n                     padding-bottom: 4px;\r\n                     border-style: solid;\r\n                     border-width: 0px;\r\n                     border-color: rgba(255, 255, 255, 255);\r\n                     border-radius: 3px;\r\n                     background-color:  #bf513b;}\r\nQPushButton::hover {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(48,148,243,80);}</string>\r\n                        </property>\r\n                        <property name=\"text\">\r\n                         <string/>\r\n                        </property>\r\n                        <property name=\"icon\">\r\n                         <iconset resource=\"../apprcc.qrc\">\r\n                          <normaloff>:/img/icon/摄像头 (4).png</normaloff>:/img/icon/摄像头 (4).png</iconset>\r\n                        </property>\r\n                        <property name=\"iconSize\">\r\n                         <size>\r\n                          <width>24</width>\r\n                          <height>24</height>\r\n                         </size>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                      <item>\r\n                       <widget class=\"QPushButton\" name=\"rtspButton\">\r\n                        <property name=\"minimumSize\">\r\n                         <size>\r\n                          <width>55</width>\r\n                          <height>28</height>\r\n                         </size>\r\n                        </property>\r\n                        <property name=\"maximumSize\">\r\n                         <size>\r\n                          <width>16777215</width>\r\n                          <height>28</height>\r\n                         </size>\r\n                        </property>\r\n                        <property name=\"toolTip\">\r\n                         <string>rtsp</string>\r\n                        </property>\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QPushButton{font-family: &quot;Microsoft YaHei&quot;;\r\nfont-size: 14px;\r\nfont-weight: bold;\r\ncolor:white;\r\ntext-align: center center;\r\npadding-left: 5px;\r\npadding-right: 5px;\r\npadding-top: 4px;\r\npadding-bottom: 4px;\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-color: rgba(255, 255, 255, 255);\r\nborder-radius: 3px;\r\nbackground-color: rgba(48,148,243,0);}\r\n\r\nQPushButton:focus{outline: none;}\r\n\r\nQPushButton::pressed{font-family: &quot;Microsoft YaHei&quot;;\r\n                     font-size: 14px;\r\n                     font-weight: bold;\r\n                     color:rgb(200,200,200);\r\n                     text-align: center center;\r\n                     padding-left: 5px;\r\n                     padding-right: 5px;\r\n                     padding-top: 4px;\r\n                     padding-bottom: 4px;\r\n                     border-style: solid;\r\n                     border-width: 0px;\r\n                     border-color: rgba(255, 255, 255, 255);\r\n                     border-radius: 3px;\r\n                     background-color:  #bf513b;}\r\n\r\nQPushButton::disabled{font-family: &quot;Microsoft YaHei&quot;;\r\n                     font-size: 14px;\r\n                     font-weight: bold;\r\n                     color:rgb(200,200,200);\r\n                     text-align: center center;\r\n                     padding-left: 5px;\r\n                     padding-right: 5px;\r\n                     padding-top: 4px;\r\n                     padding-bottom: 4px;\r\n                     border-style: solid;\r\n                     border-width: 0px;\r\n                     border-color: rgba(255, 255, 255, 255);\r\n                     border-radius: 3px;\r\n                     background-color:  #bf513b;}\r\nQPushButton::hover {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(48,148,243,80);}</string>\r\n                        </property>\r\n                        <property name=\"text\">\r\n                         <string/>\r\n                        </property>\r\n                        <property name=\"icon\">\r\n                         <iconset resource=\"../apprcc.qrc\">\r\n                          <normaloff>:/img/icon/链接.png</normaloff>:/img/icon/链接.png</iconset>\r\n                        </property>\r\n                        <property name=\"iconSize\">\r\n                         <size>\r\n                          <width>24</width>\r\n                          <height>24</height>\r\n                         </size>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                     </layout>\r\n                    </widget>\r\n                   </item>\r\n                  </layout>\r\n                 </item>\r\n                </layout>\r\n               </item>\r\n              </layout>\r\n             </item>\r\n             <item>\r\n              <layout class=\"QVBoxLayout\" name=\"verticalLayout_3\">\r\n               <property name=\"spacing\">\r\n                <number>4</number>\r\n               </property>\r\n               <property name=\"leftMargin\">\r\n                <number>11</number>\r\n               </property>\r\n               <property name=\"rightMargin\">\r\n                <number>11</number>\r\n               </property>\r\n               <item>\r\n                <widget class=\"QLabel\" name=\"label_2\">\r\n                 <property name=\"styleSheet\">\r\n                  <string notr=\"true\">QLabel\r\n{\r\n\tfont-size: 18px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgba(66, 195, 255, 0);\r\ncolor: rgb(218, 218, 218);\r\n}\r\n</string>\r\n                 </property>\r\n                 <property name=\"text\">\r\n                  <string>IoU</string>\r\n                 </property>\r\n                </widget>\r\n               </item>\r\n               <item>\r\n                <layout class=\"QHBoxLayout\" name=\"horizontalLayout_4\">\r\n                 <property name=\"spacing\">\r\n                  <number>5</number>\r\n                 </property>\r\n                 <item>\r\n                  <widget class=\"QDoubleSpinBox\" name=\"iouSpinBox\">\r\n                   <property name=\"minimumSize\">\r\n                    <size>\r\n                     <width>50</width>\r\n                     <height>0</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"maximumSize\">\r\n                    <size>\r\n                     <width>50</width>\r\n                     <height>16777215</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QDoubleSpinBox{\r\nbackground:rgba(200, 200, 200,50);\r\ncolor:white;\r\nfont-size: 14px;\r\nfont-family: &quot;Microsoft YaHei UI&quot;;\r\nborder-style: solid;\r\nborder-width: 1px;\r\nborder-color: rgba(200, 200, 200,100);\r\nborder-radius: 3px;}\r\n\r\nQDoubleSpinBox::down-button{\r\nbackground:rgba(200, 200, 200,0);\r\nborder-image: url(:/img/icon/箭头_列表展开.png);}\r\nQDoubleSpinBox::down-button::hover{\r\nbackground:rgba(200, 200, 200,100);\r\nborder-image: url(:/img/icon/箭头_列表展开.png);}\r\n\r\nQDoubleSpinBox::up-button{\r\nbackground:rgba(200, 200, 200,0);\r\nborder-image: url(:/img/icon/箭头_列表收起.png);}\r\nQDoubleSpinBox::up-button::hover{\r\nbackground:rgba(200, 200, 200,100);\r\nborder-image: url(:/img/icon/箭头_列表收起.png);}\r\n</string>\r\n                   </property>\r\n                   <property name=\"maximum\">\r\n                    <double>1.000000000000000</double>\r\n                   </property>\r\n                   <property name=\"singleStep\">\r\n                    <double>0.010000000000000</double>\r\n                   </property>\r\n                   <property name=\"value\">\r\n                    <double>0.450000000000000</double>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                 <item>\r\n                  <widget class=\"QSlider\" name=\"iouSlider\">\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QSlider{\r\nborder-color: #fff5eb;\r\ncolor:#d9d9d9;\r\n\t\r\n}\r\nQSlider::groove:horizontal {                                \r\n     border: 1px solid #999999;                             \r\n     height: 3px;                                           \r\n    margin: 0px 0;                                         \r\n     left: 5px; right: 5px; \r\n }\r\nQSlider::handle:horizontal {                               \r\n     border: 0px ; \r\n     \r\n\tborder-image: url(:/img/icon/圆形选中.png);\r\n\t width:20px;\r\n     margin: -10px -10px -10px -10px;                  \r\n} \r\nQSlider::sub-page:horizontal{\r\nbackground: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #d9d9d9, stop:0.25 #d9d9d9, stop:0.5 #d9d9d9, stop:1 #d9d9d9); \r\n\r\n}\r\nQSlider::add-page:horizontal{                               \r\n background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #373737, stop:0.25 #373737, stop:0.5 #373737, stop:1 #373737);                     \r\n}</string>\r\n                   </property>\r\n                   <property name=\"maximum\">\r\n                    <number>100</number>\r\n                   </property>\r\n                   <property name=\"value\">\r\n                    <number>45</number>\r\n                   </property>\r\n                   <property name=\"orientation\">\r\n                    <enum>Qt::Horizontal</enum>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                </layout>\r\n               </item>\r\n              </layout>\r\n             </item>\r\n             <item>\r\n              <layout class=\"QVBoxLayout\" name=\"verticalLayout\">\r\n               <property name=\"spacing\">\r\n                <number>4</number>\r\n               </property>\r\n               <property name=\"leftMargin\">\r\n                <number>11</number>\r\n               </property>\r\n               <property name=\"rightMargin\">\r\n                <number>11</number>\r\n               </property>\r\n               <item>\r\n                <widget class=\"QLabel\" name=\"label\">\r\n                 <property name=\"styleSheet\">\r\n                  <string notr=\"true\">QLabel\r\n{\r\n\tfont-size: 18px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgba(66, 195, 255, 0);\r\ncolor: rgb(218, 218, 218);\r\n}\r\n</string>\r\n                 </property>\r\n                 <property name=\"text\">\r\n                  <string>conf</string>\r\n                 </property>\r\n                </widget>\r\n               </item>\r\n               <item>\r\n                <layout class=\"QHBoxLayout\" name=\"horizontalLayout_3\">\r\n                 <property name=\"spacing\">\r\n                  <number>5</number>\r\n                 </property>\r\n                 <item>\r\n                  <widget class=\"QDoubleSpinBox\" name=\"confSpinBox\">\r\n                   <property name=\"minimumSize\">\r\n                    <size>\r\n                     <width>50</width>\r\n                     <height>0</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"maximumSize\">\r\n                    <size>\r\n                     <width>50</width>\r\n                     <height>16777215</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"focusPolicy\">\r\n                    <enum>Qt::ClickFocus</enum>\r\n                   </property>\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QDoubleSpinBox{\r\nbackground:rgba(200, 200, 200,50);\r\ncolor:white;\r\nfont-size: 14px;\r\nfont-family: &quot;Microsoft YaHei UI&quot;;\r\nborder-style: solid;\r\nborder-width: 1px;\r\nborder-color: rgba(200, 200, 200,100);\r\nborder-radius: 3px;}\r\n\r\nQDoubleSpinBox::down-button{\r\nbackground:rgba(200, 200, 200,0);\r\nborder-image: url(:/img/icon/箭头_列表展开.png);}\r\nQDoubleSpinBox::down-button::hover{\r\nbackground:rgba(200, 200, 200,100);\r\nborder-image: url(:/img/icon/箭头_列表展开.png);}\r\n\r\nQDoubleSpinBox::up-button{\r\nbackground:rgba(200, 200, 200,0);\r\nborder-image: url(:/img/icon/箭头_列表收起.png);}\r\nQDoubleSpinBox::up-button::hover{\r\nbackground:rgba(200, 200, 200,100);\r\nborder-image: url(:/img/icon/箭头_列表收起.png);}\r\n</string>\r\n                   </property>\r\n                   <property name=\"maximum\">\r\n                    <double>1.000000000000000</double>\r\n                   </property>\r\n                   <property name=\"singleStep\">\r\n                    <double>0.010000000000000</double>\r\n                   </property>\r\n                   <property name=\"value\">\r\n                    <double>0.250000000000000</double>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                 <item>\r\n                  <widget class=\"QSlider\" name=\"confSlider\">\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QSlider{\r\nborder-color: #fff5eb;\r\ncolor:#d9d9d9;\r\n\t\r\n}\r\nQSlider::groove:horizontal {                                \r\n     border: 1px solid #999999;                             \r\n     height: 3px;                                           \r\n    margin: 0px 0;                                         \r\n     left: 5px; right: 5px; \r\n }\r\nQSlider::handle:horizontal {                               \r\n     border: 0px ; \r\n     \r\n\tborder-image: url(:/img/icon/圆形选中.png);\r\n\t width:20px;\r\n     margin: -10px -10px -10px -10px;                  \r\n} \r\nQSlider::sub-page:horizontal{\r\nbackground: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #d9d9d9, stop:0.25 #d9d9d9, stop:0.5 #d9d9d9, stop:1 #d9d9d9); \r\n\r\n}\r\nQSlider::add-page:horizontal{                               \r\n background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #373737, stop:0.25 #373737, stop:0.5 #373737, stop:1 #373737);                     \r\n}</string>\r\n                   </property>\r\n                   <property name=\"maximum\">\r\n                    <number>100</number>\r\n                   </property>\r\n                   <property name=\"value\">\r\n                    <number>25</number>\r\n                   </property>\r\n                   <property name=\"orientation\">\r\n                    <enum>Qt::Horizontal</enum>\r\n                   </property>\r\n                   <property name=\"tickPosition\">\r\n                    <enum>QSlider::NoTicks</enum>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                </layout>\r\n               </item>\r\n              </layout>\r\n             </item>\r\n             <item>\r\n              <layout class=\"QVBoxLayout\" name=\"verticalLayout_5\">\r\n               <property name=\"spacing\">\r\n                <number>4</number>\r\n               </property>\r\n               <property name=\"leftMargin\">\r\n                <number>11</number>\r\n               </property>\r\n               <property name=\"rightMargin\">\r\n                <number>11</number>\r\n               </property>\r\n               <item>\r\n                <layout class=\"QHBoxLayout\" name=\"horizontalLayout_14\">\r\n                 <item>\r\n                  <widget class=\"QLabel\" name=\"label_8\">\r\n                   <property name=\"maximumSize\">\r\n                    <size>\r\n                     <width>80</width>\r\n                     <height>16777215</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QLabel\r\n{\r\n\tfont-size: 18px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgba(66, 195, 255, 0);\r\ncolor: rgb(218, 218, 218);\r\n}\r\n</string>\r\n                   </property>\r\n                   <property name=\"text\">\r\n                    <string>speed</string>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                 <item>\r\n                  <widget class=\"QCheckBox\" name=\"checkBox\">\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">\r\nQCheckBox\r\n{font-size: 16px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgba(66, 195, 255, 0);\r\ncolor: rgb(218, 218, 218);;}\r\n\r\nQCheckBox::indicator {\r\n\twidth: 20px;\r\n\theight: 20px;\r\n}\r\nQCheckBox::indicator:unchecked {\r\n    image: url(:/img/icon/button-off.png);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    \r\n    image: url(:/img/icon/button-on.png);\r\n}\r\n</string>\r\n                   </property>\r\n                   <property name=\"text\">\r\n                    <string>enable</string>\r\n                   </property>\r\n                   <property name=\"checked\">\r\n                    <bool>true</bool>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                </layout>\r\n               </item>\r\n               <item>\r\n                <layout class=\"QHBoxLayout\" name=\"horizontalLayout_13\">\r\n                 <property name=\"spacing\">\r\n                  <number>5</number>\r\n                 </property>\r\n                 <item>\r\n                  <widget class=\"QSpinBox\" name=\"rateSpinBox\">\r\n                   <property name=\"minimumSize\">\r\n                    <size>\r\n                     <width>50</width>\r\n                     <height>0</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"maximumSize\">\r\n                    <size>\r\n                     <width>50</width>\r\n                     <height>16777215</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"focusPolicy\">\r\n                    <enum>Qt::ClickFocus</enum>\r\n                   </property>\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QSpinBox{\r\nbackground:rgba(200, 200, 200,50);\r\ncolor:white;\r\nfont-size: 14px;\r\nfont-family: &quot;Microsoft YaHei UI&quot;;\r\nborder-style: solid;\r\nborder-width: 1px;\r\nborder-color: rgba(200, 200, 200,100);\r\nborder-radius: 3px;}\r\n\r\nQSpinBox::down-button{\r\nbackground:rgba(200, 200, 200,0);\r\nborder-image: url(:/img/icon/箭头_列表展开.png);}\r\nQDoubleSpinBox::down-button::hover{\r\nbackground:rgba(200, 200, 200,100);\r\nborder-image: url(:/img/icon/箭头_列表展开.png);}\r\n\r\nQSpinBox::up-button{\r\nbackground:rgba(200, 200, 200,0);\r\nborder-image: url(:/img/icon/箭头_列表收起.png);}\r\nQSpinBox::up-button::hover{\r\nbackground:rgba(200, 200, 200,100);\r\nborder-image: url(:/img/icon/箭头_列表收起.png);}\r\n</string>\r\n                   </property>\r\n                   <property name=\"minimum\">\r\n                    <number>1</number>\r\n                   </property>\r\n                   <property name=\"maximum\">\r\n                    <number>20</number>\r\n                   </property>\r\n                   <property name=\"singleStep\">\r\n                    <number>1</number>\r\n                   </property>\r\n                   <property name=\"value\">\r\n                    <number>1</number>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                 <item>\r\n                  <widget class=\"QSlider\" name=\"rateSlider\">\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QSlider{\r\nborder-color: #fff5eb;\r\ncolor:#d9d9d9;\r\n\t\r\n}\r\nQSlider::groove:horizontal {                                \r\n     border: 1px solid #999999;                             \r\n     height: 3px;                                           \r\n    margin: 0px 0;                                         \r\n     left: 5px; right: 5px; \r\n }\r\nQSlider::handle:horizontal {                               \r\n     border: 0px ; \r\n     \r\n\tborder-image: url(:/img/icon/圆形选中.png);\r\n\t width:20px;\r\n     margin: -10px -10px -10px -10px;                  \r\n} \r\nQSlider::sub-page:horizontal{\r\nbackground: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #d9d9d9, stop:0.25 #d9d9d9, stop:0.5 #d9d9d9, stop:1 #d9d9d9); \r\n\r\n}\r\nQSlider::add-page:horizontal{                               \r\n background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #373737, stop:0.25 #373737, stop:0.5 #373737, stop:1 #373737);                     \r\n}</string>\r\n                   </property>\r\n                   <property name=\"minimum\">\r\n                    <number>1</number>\r\n                   </property>\r\n                   <property name=\"maximum\">\r\n                    <number>20</number>\r\n                   </property>\r\n                   <property name=\"singleStep\">\r\n                    <number>1</number>\r\n                   </property>\r\n                   <property name=\"pageStep\">\r\n                    <number>1</number>\r\n                   </property>\r\n                   <property name=\"orientation\">\r\n                    <enum>Qt::Horizontal</enum>\r\n                   </property>\r\n                   <property name=\"tickPosition\">\r\n                    <enum>QSlider::NoTicks</enum>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                </layout>\r\n               </item>\r\n              </layout>\r\n             </item>\r\n             <item>\r\n              <spacer name=\"horizontalSpacer_14\">\r\n               <property name=\"orientation\">\r\n                <enum>Qt::Horizontal</enum>\r\n               </property>\r\n               <property name=\"sizeType\">\r\n                <enum>QSizePolicy::Preferred</enum>\r\n               </property>\r\n               <property name=\"sizeHint\" stdset=\"0\">\r\n                <size>\r\n                 <width>67</width>\r\n                 <height>20</height>\r\n                </size>\r\n               </property>\r\n              </spacer>\r\n             </item>\r\n             <item>\r\n              <widget class=\"QLabel\" name=\"fps_label\">\r\n               <property name=\"minimumSize\">\r\n                <size>\r\n                 <width>100</width>\r\n                 <height>40</height>\r\n                </size>\r\n               </property>\r\n               <property name=\"maximumSize\">\r\n                <size>\r\n                 <width>100</width>\r\n                 <height>40</height>\r\n                </size>\r\n               </property>\r\n               <property name=\"styleSheet\">\r\n                <string notr=\"true\">QLabel\r\n{\r\n\tfont-size: 20px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgba(66, 195, 255, 0);\r\ncolor: rgb(218, 218, 218);\r\n}\r\n</string>\r\n               </property>\r\n               <property name=\"text\">\r\n                <string/>\r\n               </property>\r\n               <property name=\"alignment\">\r\n                <set>Qt::AlignCenter</set>\r\n               </property>\r\n              </widget>\r\n             </item>\r\n            </layout>\r\n           </widget>\r\n          </item>\r\n          <item>\r\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout_15\" stretch=\"6,1\">\r\n            <property name=\"spacing\">\r\n             <number>0</number>\r\n            </property>\r\n            <item>\r\n             <widget class=\"QGroupBox\" name=\"groupBox_201\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">#groupBox_201{\r\n\r\nborder: 0px solid #42adff;\r\n\tbackground-color: rgb(0, 0, 0);\r\nborder-left: 1px solid rgba(200, 200, 200,100);\r\nborder-right: 0px solid rgba(29, 83, 185, 255);\r\nborder-radius:0px;}</string>\r\n              </property>\r\n              <property name=\"title\">\r\n               <string/>\r\n              </property>\r\n              <layout class=\"QVBoxLayout\" name=\"verticalLayout_4\" stretch=\"1,0\">\r\n               <property name=\"leftMargin\">\r\n                <number>0</number>\r\n               </property>\r\n               <property name=\"topMargin\">\r\n                <number>0</number>\r\n               </property>\r\n               <property name=\"rightMargin\">\r\n                <number>0</number>\r\n               </property>\r\n               <property name=\"bottomMargin\">\r\n                <number>0</number>\r\n               </property>\r\n               <item>\r\n                <widget class=\"QSplitter\" name=\"splitter\">\r\n                 <property name=\"enabled\">\r\n                  <bool>true</bool>\r\n                 </property>\r\n                 <property name=\"styleSheet\">\r\n                  <string notr=\"true\">#splitter::handle{background: 1px solid  rgba(200, 200, 200,100);}</string>\r\n                 </property>\r\n                 <property name=\"frameShape\">\r\n                  <enum>QFrame::NoFrame</enum>\r\n                 </property>\r\n                 <property name=\"lineWidth\">\r\n                  <number>10</number>\r\n                 </property>\r\n                 <property name=\"orientation\">\r\n                  <enum>Qt::Horizontal</enum>\r\n                 </property>\r\n                 <property name=\"handleWidth\">\r\n                  <number>1</number>\r\n                 </property>\r\n                 <widget class=\"Label_click_Mouse\" name=\"raw_video\">\r\n                  <property name=\"enabled\">\r\n                   <bool>true</bool>\r\n                  </property>\r\n                  <property name=\"sizePolicy\">\r\n                   <sizepolicy hsizetype=\"Ignored\" vsizetype=\"Ignored\">\r\n                    <horstretch>0</horstretch>\r\n                    <verstretch>0</verstretch>\r\n                   </sizepolicy>\r\n                  </property>\r\n                  <property name=\"minimumSize\">\r\n                   <size>\r\n                    <width>200</width>\r\n                    <height>0</height>\r\n                   </size>\r\n                  </property>\r\n                  <property name=\"font\">\r\n                   <font>\r\n                    <family>微软雅黑</family>\r\n                    <pointsize>36</pointsize>\r\n                   </font>\r\n                  </property>\r\n                  <property name=\"cursor\">\r\n                   <cursorShape>ArrowCursor</cursorShape>\r\n                  </property>\r\n                  <property name=\"styleSheet\">\r\n                   <string notr=\"true\">color: rgb(218, 218, 218);\r\n</string>\r\n                  </property>\r\n                  <property name=\"text\">\r\n                   <string/>\r\n                  </property>\r\n                  <property name=\"scaledContents\">\r\n                   <bool>false</bool>\r\n                  </property>\r\n                  <property name=\"alignment\">\r\n                   <set>Qt::AlignCenter</set>\r\n                  </property>\r\n                 </widget>\r\n                 <widget class=\"Label_click_Mouse\" name=\"out_video\">\r\n                  <property name=\"enabled\">\r\n                   <bool>true</bool>\r\n                  </property>\r\n                  <property name=\"sizePolicy\">\r\n                   <sizepolicy hsizetype=\"Ignored\" vsizetype=\"Ignored\">\r\n                    <horstretch>0</horstretch>\r\n                    <verstretch>0</verstretch>\r\n                   </sizepolicy>\r\n                  </property>\r\n                  <property name=\"minimumSize\">\r\n                   <size>\r\n                    <width>200</width>\r\n                    <height>0</height>\r\n                   </size>\r\n                  </property>\r\n                  <property name=\"font\">\r\n                   <font>\r\n                    <family>微软雅黑</family>\r\n                    <pointsize>36</pointsize>\r\n                   </font>\r\n                  </property>\r\n                  <property name=\"cursor\">\r\n                   <cursorShape>ArrowCursor</cursorShape>\r\n                  </property>\r\n                  <property name=\"styleSheet\">\r\n                   <string notr=\"true\">color: rgb(218, 218, 218);\r\n</string>\r\n                  </property>\r\n                  <property name=\"text\">\r\n                   <string/>\r\n                  </property>\r\n                  <property name=\"scaledContents\">\r\n                   <bool>false</bool>\r\n                  </property>\r\n                  <property name=\"alignment\">\r\n                   <set>Qt::AlignCenter</set>\r\n                  </property>\r\n                 </widget>\r\n                </widget>\r\n               </item>\r\n               <item>\r\n                <layout class=\"QHBoxLayout\" name=\"horizontalLayout_12\">\r\n                 <property name=\"spacing\">\r\n                  <number>0</number>\r\n                 </property>\r\n                 <property name=\"leftMargin\">\r\n                  <number>0</number>\r\n                 </property>\r\n                 <property name=\"rightMargin\">\r\n                  <number>0</number>\r\n                 </property>\r\n                 <item>\r\n                  <widget class=\"QPushButton\" name=\"runButton\">\r\n                   <property name=\"minimumSize\">\r\n                    <size>\r\n                     <width>40</width>\r\n                     <height>40</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QPushButton {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(223, 223, 223, 0);\r\n}\r\nQPushButton::focus{outline: none;}\r\nQPushButton::hover {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(223, 223, 223, 150);}</string>\r\n                   </property>\r\n                   <property name=\"text\">\r\n                    <string/>\r\n                   </property>\r\n                   <property name=\"icon\">\r\n                    <iconset resource=\"../apprcc.qrc\">\r\n                     <normaloff>:/img/icon/播放 (1).png</normaloff>:/img/icon/播放 (1).png</iconset>\r\n                   </property>\r\n                   <property name=\"iconSize\">\r\n                    <size>\r\n                     <width>30</width>\r\n                     <height>30</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"checkable\">\r\n                    <bool>true</bool>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                 <item>\r\n                  <widget class=\"QProgressBar\" name=\"progressBar\">\r\n                   <property name=\"maximumSize\">\r\n                    <size>\r\n                     <width>16777215</width>\r\n                     <height>5</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QProgressBar {\r\n    color: rgb(26, 255, 217);\r\n    font: 12pt;\r\n    border-radius: 2px;\r\n    text-align: center;\r\n    border: none;\r\n    background-color: rgba(215, 215, 215, 100);\r\n}\r\n\r\nQProgressBar:chunk {\r\n    border-radius: 2px;\r\n    background: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(3, 85, 160, 255), stop:1 rgba(13, 206, 197, 255));\r\n}\r\n</string>\r\n                   </property>\r\n                   <property name=\"maximum\">\r\n                    <number>1000</number>\r\n                   </property>\r\n                   <property name=\"value\">\r\n                    <number>0</number>\r\n                   </property>\r\n                   <property name=\"textVisible\">\r\n                    <bool>false</bool>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                 <item>\r\n                  <widget class=\"QPushButton\" name=\"stopButton\">\r\n                   <property name=\"minimumSize\">\r\n                    <size>\r\n                     <width>40</width>\r\n                     <height>40</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QPushButton {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(223, 223, 223, 0);\r\n}\r\nQPushButton::focus{outline: none;}\r\nQPushButton::hover {\r\nborder-style: solid;\r\nborder-width: 0px;\r\nborder-radius: 0px;\r\nbackground-color: rgba(223, 223, 223, 150);}</string>\r\n                   </property>\r\n                   <property name=\"text\">\r\n                    <string/>\r\n                   </property>\r\n                   <property name=\"icon\">\r\n                    <iconset resource=\"../apprcc.qrc\">\r\n                     <normaloff>:/img/icon/结束.png</normaloff>:/img/icon/结束.png</iconset>\r\n                   </property>\r\n                   <property name=\"iconSize\">\r\n                    <size>\r\n                     <width>30</width>\r\n                     <height>30</height>\r\n                    </size>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                </layout>\r\n               </item>\r\n              </layout>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <layout class=\"QVBoxLayout\" name=\"verticalLayout_7\" stretch=\"0,1\">\r\n              <property name=\"spacing\">\r\n               <number>0</number>\r\n              </property>\r\n              <property name=\"topMargin\">\r\n               <number>0</number>\r\n              </property>\r\n              <property name=\"bottomMargin\">\r\n               <number>0</number>\r\n              </property>\r\n              <item>\r\n               <widget class=\"QGroupBox\" name=\"groupBox_9\">\r\n                <property name=\"minimumSize\">\r\n                 <size>\r\n                  <width>0</width>\r\n                  <height>42</height>\r\n                 </size>\r\n                </property>\r\n                <property name=\"maximumSize\">\r\n                 <size>\r\n                  <width>16777215</width>\r\n                  <height>42</height>\r\n                 </size>\r\n                </property>\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">#groupBox_9{\r\nbackground-color: rgb(0, 0, 0);\r\nborder: 0px solid #42adff;\r\nborder-top: 1px solid rgba(200, 200, 200,100);\r\nborder-bottom: 1px solid rgba(200, 200, 200,100);\r\nborder-radius:0px;}</string>\r\n                </property>\r\n                <property name=\"title\">\r\n                 <string/>\r\n                </property>\r\n                <layout class=\"QHBoxLayout\" name=\"horizontalLayout_38\" stretch=\"0,0,0,0\">\r\n                 <property name=\"spacing\">\r\n                  <number>9</number>\r\n                 </property>\r\n                 <property name=\"leftMargin\">\r\n                  <number>6</number>\r\n                 </property>\r\n                 <property name=\"topMargin\">\r\n                  <number>0</number>\r\n                 </property>\r\n                 <property name=\"rightMargin\">\r\n                  <number>11</number>\r\n                 </property>\r\n                 <property name=\"bottomMargin\">\r\n                  <number>0</number>\r\n                 </property>\r\n                 <item>\r\n                  <spacer name=\"horizontalSpacer_3\">\r\n                   <property name=\"orientation\">\r\n                    <enum>Qt::Horizontal</enum>\r\n                   </property>\r\n                   <property name=\"sizeHint\" stdset=\"0\">\r\n                    <size>\r\n                     <width>40</width>\r\n                     <height>20</height>\r\n                    </size>\r\n                   </property>\r\n                  </spacer>\r\n                 </item>\r\n                 <item>\r\n                  <widget class=\"QLabel\" name=\"label_5\">\r\n                   <property name=\"maximumSize\">\r\n                    <size>\r\n                     <width>25</width>\r\n                     <height>25</height>\r\n                    </size>\r\n                   </property>\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">image: url(:/img/icon/预警信息 (1).png);</string>\r\n                   </property>\r\n                   <property name=\"text\">\r\n                    <string>TextLabel</string>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                 <item>\r\n                  <widget class=\"QLabel\" name=\"label_11\">\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QLabel\r\n\r\n{\r\n\tfont-size: 22px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgba(66, 195, 255, 0);\r\n\tcolor: rgb(24, 240, 197);\r\n\t\r\n\t\r\n}\r\n</string>\r\n                   </property>\r\n                   <property name=\"text\">\r\n                    <string>预警结果</string>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                 <item>\r\n                  <spacer name=\"horizontalSpacer_15\">\r\n                   <property name=\"orientation\">\r\n                    <enum>Qt::Horizontal</enum>\r\n                   </property>\r\n                   <property name=\"sizeHint\" stdset=\"0\">\r\n                    <size>\r\n                     <width>37</width>\r\n                     <height>39</height>\r\n                    </size>\r\n                   </property>\r\n                  </spacer>\r\n                 </item>\r\n                </layout>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QGroupBox\" name=\"groupBox_10\">\r\n                <property name=\"minimumSize\">\r\n                 <size>\r\n                  <width>0</width>\r\n                  <height>42</height>\r\n                 </size>\r\n                </property>\r\n                <property name=\"maximumSize\">\r\n                 <size>\r\n                  <width>16777215</width>\r\n                  <height>16777215</height>\r\n                 </size>\r\n                </property>\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QGroupBox {\r\n  background-color: #333333;\r\n  border: none;\r\n  border-right: 1px solid #3b3b3b;\r\n  padding: 20px;\r\n}\r\n\r\nQGroupBox::title {\r\n  color: white;\r\n  font-family: &quot;Arial&quot;;\r\n  font-size: 16px;\r\n  font-weight: bold;\r\n  subcontrol-origin: margin;\r\n  subcontrol-position: top left;\r\n  left: 10px;\r\n  top: -12px;\r\n  padding: 0 5px;\r\n  background-color: #333333;\r\n  border-top: 1px solid #3b3b3b;\r\n  border-right: 1px solid #3b3b3b;\r\n  border-bottom: 1px solid #3b3b3b;\r\n  border-top-left-radius: 5px;\r\n  border-top-right-radius: 5px;\r\n}\r\n\r\nQGroupBox::indicator {\r\n  width: 0;\r\n  height: 0;\r\n  padding: 0;\r\n  margin: 0;\r\n  border: none;\r\n}\r\n\r\nQGroupBox::label {\r\n  border: none;\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"title\">\r\n                 <string/>\r\n                </property>\r\n                <layout class=\"QHBoxLayout\" name=\"horizontalLayout_39\">\r\n                 <property name=\"leftMargin\">\r\n                  <number>11</number>\r\n                 </property>\r\n                 <property name=\"topMargin\">\r\n                  <number>0</number>\r\n                 </property>\r\n                 <property name=\"rightMargin\">\r\n                  <number>11</number>\r\n                 </property>\r\n                 <property name=\"bottomMargin\">\r\n                  <number>0</number>\r\n                 </property>\r\n                 <item>\r\n                  <widget class=\"QListWidget\" name=\"resultWidget\">\r\n                   <property name=\"styleSheet\">\r\n                    <string notr=\"true\">QListWidget{\r\nbackground-color: rgba(12, 28, 77, 0);\r\n\r\nborder-radius:0px;\r\nfont-family: &quot;Microsoft YaHei&quot;;\r\nfont-size: 16px;\r\ncolor: rgb(218, 218, 218);\r\n}\r\n</string>\r\n                   </property>\r\n                  </widget>\r\n                 </item>\r\n                </layout>\r\n               </widget>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n           </layout>\r\n          </item>\r\n          <item>\r\n           <widget class=\"QGroupBox\" name=\"groupBox_4\">\r\n            <property name=\"minimumSize\">\r\n             <size>\r\n              <width>0</width>\r\n              <height>30</height>\r\n             </size>\r\n            </property>\r\n            <property name=\"maximumSize\">\r\n             <size>\r\n              <width>16777215</width>\r\n              <height>30</height>\r\n             </size>\r\n            </property>\r\n            <property name=\"styleSheet\">\r\n             <string notr=\"true\">#groupBox_4{\r\nbackground-color: rgb(59,59,59);\r\n\r\nborder-left: 0px solid rgba(29, 83, 185, 255);\r\nborder-right: 0px solid rgba(29, 83, 185, 255);\r\nborder-top: 1px solid rgba(200, 200, 200,100);\r\n}</string>\r\n            </property>\r\n            <property name=\"title\">\r\n             <string/>\r\n            </property>\r\n            <layout class=\"QHBoxLayout\" name=\"horizontalLayout_10\" stretch=\"3,4\">\r\n             <property name=\"spacing\">\r\n              <number>0</number>\r\n             </property>\r\n             <property name=\"topMargin\">\r\n              <number>0</number>\r\n             </property>\r\n             <property name=\"bottomMargin\">\r\n              <number>0</number>\r\n             </property>\r\n             <item>\r\n              <widget class=\"QGroupBox\" name=\"groupBox_6\">\r\n               <property name=\"minimumSize\">\r\n                <size>\r\n                 <width>0</width>\r\n                 <height>0</height>\r\n                </size>\r\n               </property>\r\n               <property name=\"maximumSize\">\r\n                <size>\r\n                 <width>16777215</width>\r\n                 <height>42</height>\r\n                </size>\r\n               </property>\r\n               <property name=\"styleSheet\">\r\n                <string notr=\"true\">#groupBox_6{\r\n\tbackground-color: rgb(59, 59, 59);\r\nborder: 0px solid #42adff;\r\nborder-radius:0px;}</string>\r\n               </property>\r\n               <property name=\"title\">\r\n                <string/>\r\n               </property>\r\n               <layout class=\"QHBoxLayout\" name=\"horizontalLayout_36\">\r\n                <property name=\"spacing\">\r\n                 <number>0</number>\r\n                </property>\r\n                <property name=\"leftMargin\">\r\n                 <number>0</number>\r\n                </property>\r\n                <property name=\"topMargin\">\r\n                 <number>0</number>\r\n                </property>\r\n                <property name=\"rightMargin\">\r\n                 <number>11</number>\r\n                </property>\r\n                <property name=\"bottomMargin\">\r\n                 <number>0</number>\r\n                </property>\r\n                <item>\r\n                 <widget class=\"QCheckBox\" name=\"saveCheckBox\">\r\n                  <property name=\"styleSheet\">\r\n                   <string notr=\"true\">\r\nQCheckBox\r\n{font-size: 18px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgb(59,59,59);\r\n\r\n\tcolor: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(33, 245, 175, 226), stop:1 rgba(255, 255, 255, 255));}\r\nQCheckBox::indicator {\r\n\twidth: 20px;\r\n\theight: 20px;\r\n}\r\nQCheckBox::indicator:unchecked {\r\n    image: url(:/img/icon/button-off.png);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    \r\n\t\r\n\timage: url(:/img/icon/button-on.png);\r\n}\r\n</string>\r\n                  </property>\r\n                  <property name=\"text\">\r\n                   <string>Result Save</string>\r\n                  </property>\r\n                  <property name=\"checked\">\r\n                   <bool>true</bool>\r\n                  </property>\r\n                 </widget>\r\n                </item>\r\n                <item>\r\n                 <widget class=\"QCheckBox\" name=\"SavedatabaseCheckBox\">\r\n                  <property name=\"styleSheet\">\r\n                   <string notr=\"true\">\r\nQCheckBox\r\n{font-size: 18px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgb(59,59,59);\r\n\r\n\tcolor: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(33, 245, 175, 226), stop:1 rgba(255, 255, 255, 255));}\r\nQCheckBox::indicator {\r\n\twidth: 20px;\r\n\theight: 20px;\r\n}\r\nQCheckBox::indicator:unchecked {\r\n    image: url(:/img/icon/button-off.png);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    \r\n\t\r\n\timage: url(:/img/icon/button-on.png);\r\n}\r\n</string>\r\n                  </property>\r\n                  <property name=\"text\">\r\n                   <string>Detdta Save</string>\r\n                  </property>\r\n                 </widget>\r\n                </item>\r\n                <item>\r\n                 <widget class=\"QCheckBox\" name=\"visualize_checkbox1\">\r\n                  <property name=\"styleSheet\">\r\n                   <string notr=\"true\">\r\nQCheckBox\r\n{font-size: 18px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: bold;\r\n \t\tborder-radius:9px;\r\n\t\tbackground:rgb(59,59,59);\r\n\r\n\tcolor: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(33, 245, 175, 226), stop:1 rgba(255, 255, 255, 255));}\r\nQCheckBox::indicator {\r\n\twidth: 20px;\r\n\theight: 20px;\r\n}\r\nQCheckBox::indicator:unchecked {\r\n    image: url(:/img/icon/button-off.png);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    \r\n\t\r\n\timage: url(:/img/icon/button-on.png);\r\n}\r\n</string>\r\n                  </property>\r\n                  <property name=\"text\">\r\n                   <string>Visualize</string>\r\n                  </property>\r\n                 </widget>\r\n                </item>\r\n               </layout>\r\n              </widget>\r\n             </item>\r\n             <item>\r\n              <widget class=\"QLabel\" name=\"statistic_label\">\r\n               <property name=\"mouseTracking\">\r\n                <bool>false</bool>\r\n               </property>\r\n               <property name=\"styleSheet\">\r\n                <string notr=\"true\">QLabel\r\n{\r\n\tfont-size: 16px;\r\n\tfont-family: &quot;Microsoft YaHei&quot;;\r\n\tfont-weight: light;\r\n\tbackground-color: rgb(0, 0, 0);\r\ncolor: rgb(218, 218, 218);\r\n}\r\n</string>\r\n               </property>\r\n               <property name=\"text\">\r\n                <string/>\r\n               </property>\r\n              </widget>\r\n             </item>\r\n            </layout>\r\n           </widget>\r\n          </item>\r\n         </layout>\r\n        </widget>\r\n        <widget class=\"QWidget\" name=\"page_3\">\r\n         <layout class=\"QGridLayout\" name=\"gridLayout_8\">\r\n          <property name=\"leftMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"topMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"rightMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <property name=\"bottomMargin\">\r\n           <number>0</number>\r\n          </property>\r\n          <item row=\"0\" column=\"0\">\r\n           <layout class=\"QHBoxLayout\" name=\"horizontalLayout_17\" stretch=\"100,1\">\r\n            <item>\r\n             <layout class=\"QVBoxLayout\" name=\"verticalLayout_20\" stretch=\"22,1\">\r\n              <item>\r\n               <layout class=\"QGridLayout\" name=\"gridLayout_3\">\r\n                <item row=\"0\" column=\"0\">\r\n                 <widget class=\"QScrollArea\" name=\"scrollArea\">\r\n                  <property name=\"widgetResizable\">\r\n                   <bool>true</bool>\r\n                  </property>\r\n                  <widget class=\"QWidget\" name=\"scrollAreaWidgetContents\">\r\n                   <property name=\"geometry\">\r\n                    <rect>\r\n                     <x>0</x>\r\n                     <y>0</y>\r\n                     <width>998</width>\r\n                     <height>551</height>\r\n                    </rect>\r\n                   </property>\r\n                   <layout class=\"QHBoxLayout\" name=\"horizontalLayout_24\">\r\n                    <property name=\"spacing\">\r\n                     <number>0</number>\r\n                    </property>\r\n                    <property name=\"leftMargin\">\r\n                     <number>0</number>\r\n                    </property>\r\n                    <property name=\"topMargin\">\r\n                     <number>0</number>\r\n                    </property>\r\n                    <property name=\"rightMargin\">\r\n                     <number>0</number>\r\n                    </property>\r\n                    <property name=\"bottomMargin\">\r\n                     <number>0</number>\r\n                    </property>\r\n                    <item>\r\n                     <widget class=\"QWidget\" name=\"widget\" native=\"true\">\r\n                      <layout class=\"QHBoxLayout\" name=\"horizontalLayout_27\">\r\n                       <property name=\"spacing\">\r\n                        <number>0</number>\r\n                       </property>\r\n                       <property name=\"leftMargin\">\r\n                        <number>0</number>\r\n                       </property>\r\n                       <property name=\"topMargin\">\r\n                        <number>0</number>\r\n                       </property>\r\n                       <property name=\"rightMargin\">\r\n                        <number>0</number>\r\n                       </property>\r\n                       <property name=\"bottomMargin\">\r\n                        <number>0</number>\r\n                       </property>\r\n                       <item>\r\n                        <widget class=\"QLabel\" name=\"imageLabel\">\r\n                         <property name=\"styleSheet\">\r\n                          <string notr=\"true\">QLabel {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,1), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQLabel::hover {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgba(3, 85, 160, 200), stop: 1 rgba(13, 206, 197, 200));\r\n}\r\n\r\nQLabel::indicator {\r\n    width: 16px;\r\n    height: 16px;\r\n    image: url(:/icons/your_icon.png);\r\n    opacity: 0.5;\r\n    position: absolute;\r\n    left: 50%;\r\n    top: 50%;\r\n    margin-left: -8px;\r\n    margin-top: -8px;\r\n}\r\n</string>\r\n                         </property>\r\n                         <property name=\"text\">\r\n                          <string/>\r\n                         </property>\r\n                        </widget>\r\n                       </item>\r\n                       <item>\r\n                        <widget class=\"QLabel\" name=\"imageLabel_2\">\r\n                         <property name=\"styleSheet\">\r\n                          <string notr=\"true\">QLabel {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQLabel::hover {\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQLabel::indicator {\r\n    width: 16px;\r\n    height: 16px;\r\n    image: url(:/icons/your_icon.png);\r\n    opacity: 0.5;\r\n    position: absolute;\r\n    left: 50%;\r\n    top: 50%;\r\n    margin-left: -8px;\r\n    margin-top: -8px;\r\n}\r\n</string>\r\n                         </property>\r\n                         <property name=\"text\">\r\n                          <string/>\r\n                         </property>\r\n                        </widget>\r\n                       </item>\r\n                      </layout>\r\n                     </widget>\r\n                    </item>\r\n                   </layout>\r\n                  </widget>\r\n                 </widget>\r\n                </item>\r\n               </layout>\r\n              </item>\r\n              <item>\r\n               <layout class=\"QGridLayout\" name=\"gridLayout_2\">\r\n                <item row=\"0\" column=\"1\">\r\n                 <layout class=\"QGridLayout\" name=\"gridLayout_7\">\r\n                  <item row=\"0\" column=\"0\">\r\n                   <layout class=\"QHBoxLayout\" name=\"horizontalLayout_28\">\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"imageFilterButton\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>图像滤波</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                    <item>\r\n                     <widget class=\"QComboBox\" name=\"imageFilterComboBox\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QComboBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    \r\n\t\r\n\tfont: 9pt &quot;Arial&quot;;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\nimage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQComboBox::drop-down {\r\n    width: 20px;\r\n    border: none;\r\n\r\n}\r\n\r\nQComboBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n\t\r\n}\r\n\r\nQComboBox QAbstractItemView {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    selection-background-color: rgba(13, 206, 197, 200);\r\n    selection-color: #FFFFFF;\r\n}\r\n\r\nQComboBox:!editable, QComboBox::drop-down:editable {\r\n    background: rgba(55, 55, 55, 200);\r\n\r\n}\r\n\r\nQComboBox:!editable:on, QComboBox::drop-down:editable:on {\r\n    background: rgba(13, 206, 197, 200);\r\n}\r\n</string>\r\n                      </property>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>均值滤波</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>高斯滤波</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>中值滤波</string>\r\n                       </property>\r\n                      </item>\r\n                     </widget>\r\n                    </item>\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"previewFilterButton\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>预览</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                   </layout>\r\n                  </item>\r\n                  <item row=\"1\" column=\"0\">\r\n                   <layout class=\"QHBoxLayout\" name=\"horizontalLayout_31\">\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"morphologyButton\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>形态学处理</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                    <item>\r\n                     <widget class=\"QComboBox\" name=\"morphologyComboBox\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QComboBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    \r\n\t\r\n\tfont: 9pt &quot;Arial&quot;;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\nimage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQComboBox::drop-down {\r\n    width: 20px;\r\n    border: none;\r\n\r\n}\r\n\r\nQComboBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n\t\r\n}\r\n\r\nQComboBox QAbstractItemView {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    selection-background-color: rgba(13, 206, 197, 200);\r\n    selection-color: #FFFFFF;\r\n}\r\n\r\nQComboBox:!editable, QComboBox::drop-down:editable {\r\n    background: rgba(55, 55, 55, 200);\r\n\r\n}\r\n\r\nQComboBox:!editable:on, QComboBox::drop-down:editable:on {\r\n    background: rgba(13, 206, 197, 200);\r\n}\r\n</string>\r\n                      </property>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>膨胀</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>腐蚀</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>开运算</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>闭运算</string>\r\n                       </property>\r\n                      </item>\r\n                     </widget>\r\n                    </item>\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"previewmorphologyButton\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>预览</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                   </layout>\r\n                  </item>\r\n                  <item row=\"2\" column=\"0\">\r\n                   <layout class=\"QHBoxLayout\" name=\"horizontalLayout_32\">\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"histogramButton\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>直方图处理</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                    <item>\r\n                     <widget class=\"QComboBox\" name=\"histogramComboBox\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QComboBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    \r\n\t\r\n\tfont: 9pt &quot;Arial&quot;;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\nimage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQComboBox::drop-down {\r\n    width: 20px;\r\n    border: none;\r\n\r\n}\r\n\r\nQComboBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n\t\r\n}\r\n\r\nQComboBox QAbstractItemView {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    selection-background-color: rgba(13, 206, 197, 200);\r\n    selection-color: #FFFFFF;\r\n}\r\n\r\nQComboBox:!editable, QComboBox::drop-down:editable {\r\n    background: rgba(55, 55, 55, 200);\r\n\r\n}\r\n\r\nQComboBox:!editable:on, QComboBox::drop-down:editable:on {\r\n    background: rgba(13, 206, 197, 200);\r\n}\r\n</string>\r\n                      </property>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>直方图均衡化</string>\r\n                       </property>\r\n                      </item>\r\n                     </widget>\r\n                    </item>\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"previewhistogramButton\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>预览</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                   </layout>\r\n                  </item>\r\n                  <item row=\"3\" column=\"0\">\r\n                   <layout class=\"QHBoxLayout\" name=\"horizontalLayout_26\">\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"imageEnhanceButton\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>图像增强</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                    <item>\r\n                     <widget class=\"QComboBox\" name=\"imageEnhanceComboBox\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QComboBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    \r\n\t\r\n\tfont: 9pt &quot;Arial&quot;;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\nimage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQComboBox::drop-down {\r\n    width: 20px;\r\n    border: none;\r\n\r\n}\r\n\r\nQComboBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n\t\r\n}\r\n\r\nQComboBox QAbstractItemView {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    selection-background-color: rgba(13, 206, 197, 200);\r\n    selection-color: #FFFFFF;\r\n}\r\n\r\nQComboBox:!editable, QComboBox::drop-down:editable {\r\n    background: rgba(55, 55, 55, 200);\r\n\r\n}\r\n\r\nQComboBox:!editable:on, QComboBox::drop-down:editable:on {\r\n    background: rgba(13, 206, 197, 200);\r\n}\r\n</string>\r\n                      </property>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>对比度增强</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>饱和度调整</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>调整色相</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>调整亮度</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>Gamma 校正</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>二值化</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>亮度增强</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>锐化</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>平滑</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>水平翻转</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>垂直翻转</string>\r\n                       </property>\r\n                      </item>\r\n                      <item>\r\n                       <property name=\"text\">\r\n                        <string>水平垂直翻转</string>\r\n                       </property>\r\n                      </item>\r\n                     </widget>\r\n                    </item>\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"apply_custom_adjustments_imageEnhance\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\nimage: url(:/img/icon/6-医疗-神经网络 (2).png);\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(3, 85, 160)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>自定义</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"previewEnhanceButton\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(13, 206, 197), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>预览</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                   </layout>\r\n                  </item>\r\n                 </layout>\r\n                </item>\r\n                <item row=\"0\" column=\"0\">\r\n                 <layout class=\"QGridLayout\" name=\"gridLayout_5\">\r\n                  <item row=\"2\" column=\"0\">\r\n                   <layout class=\"QGridLayout\" name=\"gridLayout_4\">\r\n                    <item row=\"0\" column=\"0\">\r\n                     <layout class=\"QVBoxLayout\" name=\"verticalLayout_21\">\r\n                      <item>\r\n                       <widget class=\"QPushButton\" name=\"loadImageButton\">\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                        </property>\r\n                        <property name=\"text\">\r\n                         <string>加载图像</string>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                      <item>\r\n                       <widget class=\"QPushButton\" name=\"openFolderButton\">\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                        </property>\r\n                        <property name=\"text\">\r\n                         <string>打开文件夹</string>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                      <item>\r\n                       <widget class=\"QPushButton\" name=\"saveFolderButton\">\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                        </property>\r\n                        <property name=\"text\">\r\n                         <string>选择路径</string>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                      <item>\r\n                       <widget class=\"QPushButton\" name=\"saveButton\">\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(24, 170, 198), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                        </property>\r\n                        <property name=\"text\">\r\n                         <string>保存</string>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                     </layout>\r\n                    </item>\r\n                    <item row=\"0\" column=\"2\">\r\n                     <layout class=\"QVBoxLayout\" name=\"verticalLayout1234124\">\r\n                      <item>\r\n                       <widget class=\"QLabel\" name=\"previewLabel\">\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QLabel {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQLabel::hover {\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(0, 211, 0), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQLabel::indicator {\r\n    width: 16px;\r\n    height: 16px;\r\n    image: url(:/icons/your_icon.png);\r\n    opacity: 0.5;\r\n    position: absolute;\r\n    left: 50%;\r\n    top: 50%;\r\n    margin-left: -8px;\r\n    margin-top: -8px;\r\n}\r\n</string>\r\n                        </property>\r\n                        <property name=\"text\">\r\n                         <string/>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                     </layout>\r\n                    </item>\r\n                    <item row=\"0\" column=\"1\">\r\n                     <layout class=\"QGridLayout\" name=\"gridLayout_6\">\r\n                      <item row=\"0\" column=\"1\">\r\n                       <widget class=\"QSlider\" name=\"rotationSlider\">\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QSlider::groove:vertical {\r\n    border: 1px solid #999999;\r\n    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E6E6E6, stop: 1.0 #24c4da);\r\n    width: 10px;\r\n    margin: 2px 0;\r\n}\r\n\r\nQSlider::handle:vertical {\r\n    background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop:0 rgb(238, 118, 33), stop:1 rgb(97, 194, 0));\r\n    border: 1px solid #5c5c5c;\r\n    height: 18px;\r\n    margin: -2px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */\r\n    border-radius: 3px;\r\n}\r\n\r\nQSlider::add-page:vertical {\r\n    background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop:0 rgba(238, 118, 33,0.1), stop:1 rgba(97, 194, 0,0.8));\r\n}\r\n\r\nQSlider::sub-page:vertical {\r\n    background: #3F3F3F;\r\n}\r\n</string>\r\n                        </property>\r\n                        <property name=\"maximum\">\r\n                         <number>360</number>\r\n                        </property>\r\n                        <property name=\"singleStep\">\r\n                         <number>1</number>\r\n                        </property>\r\n                        <property name=\"value\">\r\n                         <number>123</number>\r\n                        </property>\r\n                        <property name=\"orientation\">\r\n                         <enum>Qt::Vertical</enum>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                      <item row=\"0\" column=\"3\">\r\n                       <widget class=\"QSlider\" name=\"slider_adjust_contrast\">\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QSlider::groove:vertical {\r\n    border: 1px solid #999999;\r\n    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E6E6E6, stop: 1.0 #24c4da);\r\n    width: 10px;\r\n    margin: 2px 0;\r\n}\r\n\r\nQSlider::handle:vertical {\r\n    background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgb(24, 170, 198), stop: 1 rgb(216, 33, 32));\r\n    border: 1px solid #5c5c5c;\r\n    height: 18px;\r\n    margin: -2px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */\r\n    border-radius: 3px;\r\n}\r\n\r\nQSlider::add-page:vertical {\r\n    background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgb(24, 170, 198), stop: 1 rgb(216, 33, 32));\r\n}\r\n\r\nQSlider::sub-page:vertical {\r\n    background: #3F3F3F;\r\n}\r\n</string>\r\n                        </property>\r\n                        <property name=\"minimum\">\r\n                         <number>-50</number>\r\n                        </property>\r\n                        <property name=\"maximum\">\r\n                         <number>50</number>\r\n                        </property>\r\n                        <property name=\"pageStep\">\r\n                         <number>10</number>\r\n                        </property>\r\n                        <property name=\"value\">\r\n                         <number>35</number>\r\n                        </property>\r\n                        <property name=\"orientation\">\r\n                         <enum>Qt::Vertical</enum>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                      <item row=\"0\" column=\"0\">\r\n                       <widget class=\"QSlider\" name=\"scaleSlider\">\r\n                        <property name=\"sizePolicy\">\r\n                         <sizepolicy hsizetype=\"Fixed\" vsizetype=\"Ignored\">\r\n                          <horstretch>0</horstretch>\r\n                          <verstretch>0</verstretch>\r\n                         </sizepolicy>\r\n                        </property>\r\n                        <property name=\"toolTip\">\r\n                         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;scaleSlider&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>\r\n                        </property>\r\n                        <property name=\"styleSheet\">\r\n                         <string notr=\"true\">QSlider::groove:vertical {\r\n    border: 1px solid #999999;\r\n    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E6E6E6, stop: 1.0 #24c4da);\r\n    width: 10px;\r\n    margin: 2px 0;\r\n}\r\n\r\nQSlider::handle:vertical {\r\n    background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgb(5, 170, 198), stop: 1 rgb(116, 13, 92));\r\n    border: 1px solid #5c5c5c;\r\n    height: 18px;\r\n    margin: -2px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */\r\n    border-radius: 3px;\r\n}\r\n\r\nQSlider::add-page:vertical {\r\n   background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 rgba(4, 170, 98,1.5), stop: 1 rgba(116, 13, 12,4.6));\r\n}\r\n\r\nQSlider::sub-page:vertical {\r\n    background: #3F3F3F;\r\n}\r\n</string>\r\n                        </property>\r\n                        <property name=\"minimum\">\r\n                         <number>50</number>\r\n                        </property>\r\n                        <property name=\"maximum\">\r\n                         <number>200</number>\r\n                        </property>\r\n                        <property name=\"pageStep\">\r\n                         <number>0</number>\r\n                        </property>\r\n                        <property name=\"value\">\r\n                         <number>150</number>\r\n                        </property>\r\n                        <property name=\"orientation\">\r\n                         <enum>Qt::Vertical</enum>\r\n                        </property>\r\n                       </widget>\r\n                      </item>\r\n                     </layout>\r\n                    </item>\r\n                   </layout>\r\n                  </item>\r\n                  <item row=\"1\" column=\"0\">\r\n                   <layout class=\"QHBoxLayout\" name=\"horizontalLayout111111\">\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"previousImageButton\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(0, 0, 255,0.8), stop:1 rgba(216, 33, 32,0.3)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>上一个</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                    <item>\r\n                     <widget class=\"QPushButton\" name=\"nextImageButton\">\r\n                      <property name=\"styleSheet\">\r\n                       <string notr=\"true\">QPushButton {\r\n    background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 rgb(38, 222, 170,0.3), stop: 1 rgba(13, 206, 197, 255));\r\n    border: 1px solid rgba(128, 128, 128, 128);\r\n    border-radius: 5px;\r\n    box-shadow: 0 0 5px rgba(0, 0, 0, 50);\r\n    color: rgba(255, 255, 255, 255);\r\n    font: 10pt &quot;Roboto&quot;;\r\n}\r\n\r\nQPushButton:hover {\r\n  background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(24, 170, 198,0.2), stop:1 rgb(216, 33, 32)); /* 悬停时的背景渐变 */\r\n}\r\n\r\nQPushButton:pressed {\r\n  color: rgb(3, 85, 160); /* 按下时的文本颜色 */\r\n  background-color: #767676; /* 按下时的背景色 */\r\n}\r\n</string>\r\n                      </property>\r\n                      <property name=\"text\">\r\n                       <string>下一个</string>\r\n                      </property>\r\n                     </widget>\r\n                    </item>\r\n                   </layout>\r\n                  </item>\r\n                 </layout>\r\n                </item>\r\n               </layout>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n            <item>\r\n             <layout class=\"QVBoxLayout\" name=\"verticalLayout_19\">\r\n              <item>\r\n               <widget class=\"QCheckBox\" name=\"enhanceMethod1Checkbox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Image flip</string>\r\n                </property>\r\n                <property name=\"checked\">\r\n                 <bool>true</bool>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QCheckBox\" name=\"enhanceMethod2Checkbox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Random Crop</string>\r\n                </property>\r\n                <property name=\"checked\">\r\n                 <bool>true</bool>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QCheckBox\" name=\"enhanceMethod3Checkbox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Random Resize</string>\r\n                </property>\r\n                <property name=\"checked\">\r\n                 <bool>false</bool>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QCheckBox\" name=\"enhanceMethod4Checkbox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Random Rotation</string>\r\n                </property>\r\n                <property name=\"checked\">\r\n                 <bool>true</bool>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QCheckBox\" name=\"enhanceMethod5Checkbox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Random BCSH</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QCheckBox\" name=\"enhanceMethod6Checkbox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Random Wipe</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QCheckBox\" name=\"enhanceMethod7Checkbox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Weighted Random Noise</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QCheckBox\" name=\"enhanceMethod8Checkbox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>CutOut</string>\r\n                </property>\r\n                <property name=\"checked\">\r\n                 <bool>true</bool>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QCheckBox\" name=\"enhanceMethod9Checkbox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Mixup</string>\r\n                </property>\r\n                <property name=\"checked\">\r\n                 <bool>false</bool>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QCheckBox\" name=\"enhanceMethod10Checkbox\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Mosaic</string>\r\n                </property>\r\n                <property name=\"checked\">\r\n                 <bool>false</bool>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QPushButton\" name=\"helpButton\">\r\n                <property name=\"toolTip\">\r\n                 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;查看参数详情&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>\r\n                </property>\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QPushButton {\r\n\r\nimage: url(:/img/icon/6-医疗-神经网络 (2).png);\r\n}\r\n\r\n\r\nQPushButton:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQPushButton:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n\r\nQPushButton:disabled {\r\n    color: rgba(255, 255, 255, 100);\r\n    background-color: rgba(3, 85, 160, 50);\r\n    border: 1px solid rgba(13, 206, 197, 50);\r\n}</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string/>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QPushButton\" name=\"advancedSettingsButton\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QPushButton {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQPushButton:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQPushButton:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n\r\nQPushButton:disabled {\r\n    color: rgba(255, 255, 255, 100);\r\n    background-color: rgba(3, 85, 160, 50);\r\n    border: 1px solid rgba(13, 206, 197, 50);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>高级参数设置</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <spacer name=\"verticalSpacer_3\">\r\n                <property name=\"orientation\">\r\n                 <enum>Qt::Vertical</enum>\r\n                </property>\r\n                <property name=\"sizeHint\" stdset=\"0\">\r\n                 <size>\r\n                  <width>20</width>\r\n                  <height>40</height>\r\n                 </size>\r\n                </property>\r\n               </spacer>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QProgressBar\" name=\"progressBar_2\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QProgressBar {\r\n  border: none;\r\n  border-radius: 5px;\r\n  background-color: rgba(255, 255, 255, 0.1);\r\n  height: 20px;\r\n}\r\n\r\nQProgressBar::chunk {\r\n  border-radius: 5px;\r\n  background-color: QLinearGradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgba(38, 210, 166, 1), stop:0.5 rgba(38, 210, 166, 1), stop:1 rgba(227, 24, 23,1));\r\n  width: 5px;\r\n}\r\n\r\nQProgressBar::chunk:horizontal {\r\n  margin: 0.5px;\r\n}\r\n\r\nQProgressBar::chunk:vertical {\r\n  margin: 0.5px;\r\n  transform: rotate(90deg);\r\n}</string>\r\n                </property>\r\n                <property name=\"value\">\r\n                 <number>80</number>\r\n                </property>\r\n                <property name=\"orientation\">\r\n                 <enum>Qt::Horizontal</enum>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <layout class=\"QVBoxLayout\" name=\"verticalLayout_11\">\r\n                <item>\r\n                 <layout class=\"QHBoxLayout\" name=\"horizontalLayout_29\">\r\n                  <item>\r\n                   <widget class=\"QLineEdit\" name=\"enhanceProbabilityInput\">\r\n                    <property name=\"toolTip\">\r\n                     <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;请输入增强概率&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>\r\n                    </property>\r\n                    <property name=\"styleSheet\">\r\n                     <string notr=\"true\">QLineEdit {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    color: #FFFFFF;\r\n    padding-left: 5px;\r\n    padding-right: 5px;\r\n}\r\n\r\nQLineEdit:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQLineEdit:focus {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                    </property>\r\n                    <property name=\"text\">\r\n                     <string>0.5</string>\r\n                    </property>\r\n                   </widget>\r\n                  </item>\r\n                  <item>\r\n                   <widget class=\"QLabel\" name=\"label_18\">\r\n                    <property name=\"styleSheet\">\r\n                     <string notr=\"true\">QLabel {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQLabel:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQLabel:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n</string>\r\n                    </property>\r\n                    <property name=\"text\">\r\n                     <string>图像增强概率</string>\r\n                    </property>\r\n                   </widget>\r\n                  </item>\r\n                 </layout>\r\n                </item>\r\n                <item>\r\n                 <layout class=\"QHBoxLayout\" name=\"horizontalLayout_30\">\r\n                  <item>\r\n                   <widget class=\"QLabel\" name=\"inputFolderLabel\">\r\n                    <property name=\"styleSheet\">\r\n                     <string notr=\"true\">QLabel {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQLabel:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQLabel:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n</string>\r\n                    </property>\r\n                    <property name=\"text\">\r\n                     <string/>\r\n                    </property>\r\n                    <property name=\"alignment\">\r\n                     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>\r\n                    </property>\r\n                   </widget>\r\n                  </item>\r\n                  <item>\r\n                   <widget class=\"QPushButton\" name=\"inputFolderButton\">\r\n                    <property name=\"styleSheet\">\r\n                     <string notr=\"true\">QPushButton {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQPushButton:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQPushButton:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n\r\nQPushButton:disabled {\r\n    color: rgba(255, 255, 255, 100);\r\n    background-color: rgba(3, 85, 160, 50);\r\n    border: 1px solid rgba(13, 206, 197, 50);\r\n}\r\n</string>\r\n                    </property>\r\n                    <property name=\"text\">\r\n                     <string>输入文件夹</string>\r\n                    </property>\r\n                   </widget>\r\n                  </item>\r\n                 </layout>\r\n                </item>\r\n                <item>\r\n                 <layout class=\"QHBoxLayout\" name=\"horizontalLayout_34\">\r\n                  <item>\r\n                   <widget class=\"QLabel\" name=\"outputFolderLabel\">\r\n                    <property name=\"styleSheet\">\r\n                     <string notr=\"true\">QLabel {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color:rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQLabel:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQLabel:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n</string>\r\n                    </property>\r\n                    <property name=\"text\">\r\n                     <string/>\r\n                    </property>\r\n                   </widget>\r\n                  </item>\r\n                  <item>\r\n                   <widget class=\"QPushButton\" name=\"outputFolderButton\">\r\n                    <property name=\"styleSheet\">\r\n                     <string notr=\"true\">QPushButton {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQPushButton:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQPushButton:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n\r\nQPushButton:disabled {\r\n    color: rgba(255, 255, 255, 100);\r\n    background-color: rgba(3, 85, 160, 50);\r\n    border: 1px solid rgba(13, 206, 197, 50);\r\n}\r\n</string>\r\n                    </property>\r\n                    <property name=\"text\">\r\n                     <string>输出文件夹</string>\r\n                    </property>\r\n                   </widget>\r\n                  </item>\r\n                 </layout>\r\n                </item>\r\n                <item>\r\n                 <widget class=\"QPushButton\" name=\"startProcessingButton\">\r\n                  <property name=\"styleSheet\">\r\n                   <string notr=\"true\">QPushButton {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQPushButton:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQPushButton:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n\r\nQPushButton:disabled {\r\n    color: rgba(255, 255, 255, 100);\r\n    background-color: rgba(3, 85, 160, 50);\r\n    border: 1px solid rgba(13, 206, 197, 50);\r\n}\r\n</string>\r\n                  </property>\r\n                  <property name=\"text\">\r\n                   <string>开始批处理</string>\r\n                  </property>\r\n                 </widget>\r\n                </item>\r\n               </layout>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n           </layout>\r\n          </item>\r\n         </layout>\r\n        </widget>\r\n        <widget class=\"QWidget\" name=\"page_4\">\r\n         <layout class=\"QVBoxLayout\" name=\"verticalLayout_17\">\r\n          <item>\r\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_12\">\r\n            <item>\r\n             <widget class=\"QCheckBox\" name=\"hide_labelscheckbox_5\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>Show results</string>\r\n              </property>\r\n              <property name=\"checked\">\r\n               <bool>true</bool>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QCheckBox\" name=\"save_cropcheckbox_2\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>Save Cropped Images</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QCheckBox\" name=\"agnostic_nmscheckbox_2\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>The file is created automatically</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QCheckBox\" name=\"halfcheckbox_2\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(255, 0, 0, 255), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>Enable Half Precision Inference</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QCheckBox\" name=\"agnostic_nmscheckbox\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>Apply Class-Agnostic NMS</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QCheckBox\" name=\"augmentedcheckbox_3\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>Use parameter enhancement</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QCheckBox\" name=\"hide_labelscheckbox_4\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>Hidden tag</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n            <item>\r\n             <widget class=\"QCheckBox\" name=\"hide_confscheckbox_6\">\r\n              <property name=\"styleSheet\">\r\n               <string notr=\"true\">QCheckBox {\r\n    spacing: 5px;\r\n    color: #FFFFFF;\r\n}\r\n\r\nQCheckBox::indicator {\r\n    width: 20px;\r\n    height: 20px;\r\n}\r\n\r\nQCheckBox::indicator:unchecked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n}\r\n\r\nQCheckBox::indicator:checked {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(38, 222, 170, 0.1), stop: 1.0 rgba(13, 206, 197, 255));\r\n}\r\n\r\nQCheckBox::indicator:unchecked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQCheckBox::indicator:checked:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    image: url(:/img/icon/checked.png);\r\n    background-color: rgba(13, 206, 197, 100);\r\n}\r\n\r\nQCheckBox::indicator:unchecked:pressed, QCheckBox::indicator:checked:pressed {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n              </property>\r\n              <property name=\"text\">\r\n               <string>Hidden conf</string>\r\n              </property>\r\n             </widget>\r\n            </item>\r\n           </layout>\r\n          </item>\r\n          <item>\r\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_14\">\r\n            <item>\r\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_23\">\r\n              <item>\r\n               <widget class=\"QLabel\" name=\"label_16\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QLabel {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQLabel:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQLabel:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Device Choose</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QComboBox\" name=\"comboBox_2\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QComboBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    font: 12pt;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\nimage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQComboBox::drop-down {\r\n    width: 20px;\r\n    border: none;\r\n\r\n}\r\n\r\nQComboBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n\t\r\n}\r\n\r\nQComboBox QAbstractItemView {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    selection-background-color: rgba(13, 206, 197, 200);\r\n    selection-color: #FFFFFF;\r\n}\r\n\r\nQComboBox:!editable, QComboBox::drop-down:editable {\r\n    background: rgba(55, 55, 55, 200);\r\n\r\n}\r\n\r\nQComboBox:!editable:on, QComboBox::drop-down:editable:on {\r\n    background: rgba(13, 206, 197, 200);\r\n}\r\n</string>\r\n                </property>\r\n                <item>\r\n                 <property name=\"text\">\r\n                  <string>0</string>\r\n                 </property>\r\n                </item>\r\n                <item>\r\n                 <property name=\"text\">\r\n                  <string>1</string>\r\n                 </property>\r\n                </item>\r\n                <item>\r\n                 <property name=\"text\">\r\n                  <string>2</string>\r\n                 </property>\r\n                </item>\r\n                <item>\r\n                 <property name=\"text\">\r\n                  <string>3</string>\r\n                 </property>\r\n                </item>\r\n                <item>\r\n                 <property name=\"text\">\r\n                  <string>cpu</string>\r\n                 </property>\r\n                </item>\r\n               </widget>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n            <item>\r\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_19\">\r\n              <item>\r\n               <widget class=\"QLabel\" name=\"label_12\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QLabel {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQLabel:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQLabel:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Input image size</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QSpinBox\" name=\"imgsz_spinbox12\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QSpinBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    font: 12pt;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\n\timage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQSpinBox::up-button, QSpinBox::down-button {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    width: 20px;\r\n    border-radius: 3px;\r\n}\r\n\r\nQSpinBox::up-button:pressed, QSpinBox::down-button:pressed {\r\n    background-color: rgba(13, 206, 197, 200);\r\n}\r\n\r\nQSpinBox::up-arrow, QSpinBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"minimum\">\r\n                 <number>320</number>\r\n                </property>\r\n                <property name=\"maximum\">\r\n                 <number>10280</number>\r\n                </property>\r\n                <property name=\"singleStep\">\r\n                 <number>256</number>\r\n                </property>\r\n                <property name=\"value\">\r\n                 <number>1028</number>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n            <item>\r\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_21\">\r\n              <item>\r\n               <widget class=\"QLabel\" name=\"label_14\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QLabel {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQLabel:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQLabel:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Bounding box thickness</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QSpinBox\" name=\"line_thickness_spinbox12_2\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QSpinBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    font: 12pt;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\n\timage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQSpinBox::up-button, QSpinBox::down-button {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    width: 20px;\r\n    border-radius: 3px;\r\n}\r\n\r\nQSpinBox::up-button:pressed, QSpinBox::down-button:pressed {\r\n    background-color: rgba(13, 206, 197, 200);\r\n}\r\n\r\nQSpinBox::up-arrow, QSpinBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"minimum\">\r\n                 <number>1</number>\r\n                </property>\r\n                <property name=\"maximum\">\r\n                 <number>20</number>\r\n                </property>\r\n                <property name=\"singleStep\">\r\n                 <number>1</number>\r\n                </property>\r\n                <property name=\"value\">\r\n                 <number>3</number>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n            <item>\r\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_22\">\r\n              <item>\r\n               <widget class=\"QLabel\" name=\"label_15\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QLabel {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQLabel:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQLabel:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Maximum detections per image</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QSpinBox\" name=\"line_thickness_spinbox12_3\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QSpinBox {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    color: #FFFFFF;\r\n    font: 12pt;\r\n    border: 1px solid #3F3F3F;\r\n    border-radius: 5px;\r\n    padding: 5px;\r\n\timage: url(:/img/icon/人工智能机器人＊.png);\r\n}\r\n\r\nQSpinBox::up-button, QSpinBox::down-button {\r\n    background-color: rgba(55, 55, 55, 200);\r\n    width: 20px;\r\n    border-radius: 3px;\r\n}\r\n\r\nQSpinBox::up-button:pressed, QSpinBox::down-button:pressed {\r\n    background-color: rgba(13, 206, 197, 200);\r\n}\r\n\r\nQSpinBox::up-arrow, QSpinBox::down-arrow {\r\n    width: 10px;\r\n    height: 10px;\r\n    background: rgba(255, 255, 255, 200);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"minimum\">\r\n                 <number>100</number>\r\n                </property>\r\n                <property name=\"maximum\">\r\n                 <number>5000</number>\r\n                </property>\r\n                <property name=\"singleStep\">\r\n                 <number>10</number>\r\n                </property>\r\n                <property name=\"value\">\r\n                 <number>1000</number>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n           </layout>\r\n          </item>\r\n          <item>\r\n           <layout class=\"QVBoxLayout\" name=\"verticalLayout_15\">\r\n            <item>\r\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_18\">\r\n              <item>\r\n               <widget class=\"QLabel\" name=\"label_13\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QLabel {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQLabel:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQLabel:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Category filtering</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QLineEdit\" name=\"lineEdit\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QLineEdit {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n    color: #FFFFFF;\r\n    padding-left: 5px;\r\n    padding-right: 5px;\r\n}\r\n\r\nQLineEdit:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQLineEdit:focus {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n            <item>\r\n             <layout class=\"QHBoxLayout\" name=\"horizontalLayout_20\">\r\n              <item>\r\n               <widget class=\"QLineEdit\" name=\"result_folder_lineEdit\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QLineEdit {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 50);\r\n    color: #FFFFFF;\r\n    padding-left: 5px;\r\n    padding-right: 5px;\r\n}\r\n\r\nQLineEdit:hover {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 100);\r\n}\r\n\r\nQLineEdit:focus {\r\n    border: 1px solid #FFFFFF;\r\n    border-radius: 4px;\r\n    background-color: rgba(255, 255, 255, 150);\r\n}\r\n</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n              <item>\r\n               <widget class=\"QPushButton\" name=\"browse_result_folder_button\">\r\n                <property name=\"styleSheet\">\r\n                 <string notr=\"true\">QPushButton {\r\n    color: #FFFFFF;\r\n    font-weight: bold;\r\n    padding: 5px;\r\n    background-color: rgba(38, 222, 170, 0.1);\r\n    border: 1px solid rgba(13, 206, 197, 100);\r\n    border-radius: 5px;\r\n    text-align: center;\r\n}\r\n\r\nQPushButton:hover {\r\n    color: #FFFFFF;\r\n    background-color: rgba(13, 206, 197, 100);\r\n    border: 1px solid rgba(255, 255, 255, 100);\r\n    text-shadow: 0 0 3px rgba(255, 255, 255, 150);\r\n}\r\n\r\nQPushButton:pressed {\r\n    color: rgba(255, 255, 255, 150);\r\n    background-color: rgba(3, 85, 160, 150);\r\n    border: 1px solid rgba(13, 206, 197, 150);\r\n}\r\n\r\nQPushButton:disabled {\r\n    color: rgba(255, 255, 255, 100);\r\n    background-color: rgba(3, 85, 160, 50);\r\n    border: 1px solid rgba(13, 206, 197, 50);\r\n}\r\n</string>\r\n                </property>\r\n                <property name=\"text\">\r\n                 <string>Select Result Folder</string>\r\n                </property>\r\n               </widget>\r\n              </item>\r\n             </layout>\r\n            </item>\r\n           </layout>\r\n          </item>\r\n         </layout>\r\n        </widget>\r\n       </widget>\r\n      </item>\r\n     </layout>\r\n    </item>\r\n   </layout>\r\n  </widget>\r\n </widget>\r\n <customwidgets>\r\n  <customwidget>\r\n   <class>Label_click_Mouse</class>\r\n   <extends>QLabel</extends>\r\n   <header>MouseLabel.h</header>\r\n  </customwidget>\r\n </customwidgets>\r\n <resources>\r\n  <include location=\"../apprcc.qrc\"/>\r\n </resources>\r\n <connections/>\r\n</ui>\r\n"
  },
  {
    "path": "models/__init__.py",
    "content": ""
  },
  {
    "path": "models/common.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nCommon modules\n\"\"\"\n\nimport json\nimport math\nimport platform\nimport warnings\nfrom collections import OrderedDict, namedtuple\nfrom copy import copy\nfrom pathlib import Path\n\nimport cv2\nimport numpy as np\nimport pandas as pd\nimport requests\nimport torch\nimport torch.nn as nn\nimport yaml\nfrom PIL import Image\nfrom torch.cuda import amp\n\nfrom utils.datasets import exif_transpose, letterbox\nfrom utils.general import (LOGGER, check_requirements, check_suffix, check_version, colorstr, increment_path,\n                           make_divisible, non_max_suppression, scale_coords, xywh2xyxy, xyxy2xywh)\nfrom utils.plots import Annotator, colors, save_one_box\nfrom utils.torch_utils import copy_attr, time_sync\n\n\ndef autopad(k, p=None):  # kernel, padding\n    # Pad to 'same'\n    if p is None:\n        p = k // 2 if isinstance(k, int) else [x // 2 for x in k]  # auto-pad\n    return p\n\n\nclass Conv(nn.Module):\n    # Standard convolution\n    def __init__(self, c1, c2, k=1, s=1, p=None, g=1, act=True):  # ch_in, ch_out, kernel, stride, padding, groups\n        super().__init__()\n        self.conv = nn.Conv2d(c1, c2, k, s, autopad(k, p), groups=g, bias=False)\n        self.bn = nn.BatchNorm2d(c2)\n        self.act = nn.SiLU() if act is True else (act if isinstance(act, nn.Module) else nn.Identity())\n\n    def forward(self, x):\n        return self.act(self.bn(self.conv(x)))\n\n    def forward_fuse(self, x):\n        return self.act(self.conv(x))\n\n\nclass DWConv(Conv):\n    # Depth-wise convolution class\n    def __init__(self, c1, c2, k=1, s=1, act=True):  # ch_in, ch_out, kernel, stride, padding, groups\n        super().__init__(c1, c2, k, s, g=math.gcd(c1, c2), act=act)\n\n\nclass TransformerLayer(nn.Module):\n    # Transformer layer https://arxiv.org/abs/2010.11929 (LayerNorm layers removed for better performance)\n    def __init__(self, c, num_heads):\n        super().__init__()\n        self.q = nn.Linear(c, c, bias=False)\n        self.k = nn.Linear(c, c, bias=False)\n        self.v = nn.Linear(c, c, bias=False)\n        self.ma = nn.MultiheadAttention(embed_dim=c, num_heads=num_heads)\n        self.fc1 = nn.Linear(c, c, bias=False)\n        self.fc2 = nn.Linear(c, c, bias=False)\n\n    def forward(self, x):\n        x = self.ma(self.q(x), self.k(x), self.v(x))[0] + x\n        x = self.fc2(self.fc1(x)) + x\n        return x\n\n\nclass TransformerBlock(nn.Module):\n    # Vision Transformer https://arxiv.org/abs/2010.11929\n    def __init__(self, c1, c2, num_heads, num_layers):\n        super().__init__()\n        self.conv = None\n        if c1 != c2:\n            self.conv = Conv(c1, c2)\n        self.linear = nn.Linear(c2, c2)  # learnable position embedding\n        self.tr = nn.Sequential(*(TransformerLayer(c2, num_heads) for _ in range(num_layers)))\n        self.c2 = c2\n\n    def forward(self, x):\n        if self.conv is not None:\n            x = self.conv(x)\n        b, _, w, h = x.shape\n        p = x.flatten(2).permute(2, 0, 1)\n        return self.tr(p + self.linear(p)).permute(1, 2, 0).reshape(b, self.c2, w, h)\n\n\nclass Bottleneck(nn.Module):\n    # Standard bottleneck\n    def __init__(self, c1, c2, shortcut=True, g=1, e=0.5):  # ch_in, ch_out, shortcut, groups, expansion\n        super().__init__()\n        c_ = int(c2 * e)  # hidden channels\n        self.cv1 = Conv(c1, c_, 1, 1)\n        self.cv2 = Conv(c_, c2, 3, 1, g=g)\n        self.add = shortcut and c1 == c2\n\n    def forward(self, x):\n        return x + self.cv2(self.cv1(x)) if self.add else self.cv2(self.cv1(x))\n\n\nclass BottleneckCSP(nn.Module):\n    # CSP Bottleneck https://github.com/WongKinYiu/CrossStagePartialNetworks\n    def __init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5):  # ch_in, ch_out, number, shortcut, groups, expansion\n        super().__init__()\n        c_ = int(c2 * e)  # hidden channels\n        self.cv1 = Conv(c1, c_, 1, 1)\n        self.cv2 = nn.Conv2d(c1, c_, 1, 1, bias=False)\n        self.cv3 = nn.Conv2d(c_, c_, 1, 1, bias=False)\n        self.cv4 = Conv(2 * c_, c2, 1, 1)\n        self.bn = nn.BatchNorm2d(2 * c_)  # applied to cat(cv2, cv3)\n        self.act = nn.SiLU()\n        self.m = nn.Sequential(*(Bottleneck(c_, c_, shortcut, g, e=1.0) for _ in range(n)))\n\n    def forward(self, x):\n        y1 = self.cv3(self.m(self.cv1(x)))\n        y2 = self.cv2(x)\n        return self.cv4(self.act(self.bn(torch.cat((y1, y2), dim=1))))\n\n\nclass C3(nn.Module):\n    # CSP Bottleneck with 3 convolutions\n    def __init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5):  # ch_in, ch_out, number, shortcut, groups, expansion\n        super().__init__()\n        c_ = int(c2 * e)  # hidden channels\n        self.cv1 = Conv(c1, c_, 1, 1)\n        self.cv2 = Conv(c1, c_, 1, 1)\n        self.cv3 = Conv(2 * c_, c2, 1)  # act=FReLU(c2)\n        self.m = nn.Sequential(*(Bottleneck(c_, c_, shortcut, g, e=1.0) for _ in range(n)))\n        # self.m = nn.Sequential(*[CrossConv(c_, c_, 3, 1, g, 1.0, shortcut) for _ in range(n)])\n\n    def forward(self, x):\n        return self.cv3(torch.cat((self.m(self.cv1(x)), self.cv2(x)), dim=1))\n\n\nclass C3TR(C3):\n    # C3 module with TransformerBlock()\n    def __init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5):\n        super().__init__(c1, c2, n, shortcut, g, e)\n        c_ = int(c2 * e)\n        self.m = TransformerBlock(c_, c_, 4, n)\n\n\nclass C3SPP(C3):\n    # C3 module with SPP()\n    def __init__(self, c1, c2, k=(5, 9, 13), n=1, shortcut=True, g=1, e=0.5):\n        super().__init__(c1, c2, n, shortcut, g, e)\n        c_ = int(c2 * e)\n        self.m = SPP(c_, c_, k)\n\n\nclass C3Ghost(C3):\n    # C3 module with GhostBottleneck()\n    def __init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5):\n        super().__init__(c1, c2, n, shortcut, g, e)\n        c_ = int(c2 * e)  # hidden channels\n        self.m = nn.Sequential(*(GhostBottleneck(c_, c_) for _ in range(n)))\n\n\nclass SPP(nn.Module):\n    # Spatial Pyramid Pooling (SPP) layer https://arxiv.org/abs/1406.4729\n    def __init__(self, c1, c2, k=(5, 9, 13)):\n        super().__init__()\n        c_ = c1 // 2  # hidden channels\n        self.cv1 = Conv(c1, c_, 1, 1)\n        self.cv2 = Conv(c_ * (len(k) + 1), c2, 1, 1)\n        self.m = nn.ModuleList([nn.MaxPool2d(kernel_size=x, stride=1, padding=x // 2) for x in k])\n\n    def forward(self, x):\n        x = self.cv1(x)\n        with warnings.catch_warnings():\n            warnings.simplefilter('ignore')  # suppress torch 1.9.0 max_pool2d() warning\n            return self.cv2(torch.cat([x] + [m(x) for m in self.m], 1))\n\n\nclass SPPF(nn.Module):\n    # Spatial Pyramid Pooling - Fast (SPPF) layer for YOLOv5 by Glenn Jocher\n    def __init__(self, c1, c2, k=5):  # equivalent to SPP(k=(5, 9, 13))\n        super().__init__()\n        c_ = c1 // 2  # hidden channels\n        self.cv1 = Conv(c1, c_, 1, 1)\n        self.cv2 = Conv(c_ * 4, c2, 1, 1)\n        self.m = nn.MaxPool2d(kernel_size=k, stride=1, padding=k // 2)\n\n    def forward(self, x):\n        x = self.cv1(x)\n        with warnings.catch_warnings():\n            warnings.simplefilter('ignore')  # suppress torch 1.9.0 max_pool2d() warning\n            y1 = self.m(x)\n            y2 = self.m(y1)\n            return self.cv2(torch.cat([x, y1, y2, self.m(y2)], 1))\n\n\nclass Focus(nn.Module):\n    # Focus wh information into c-space\n    def __init__(self, c1, c2, k=1, s=1, p=None, g=1, act=True):  # ch_in, ch_out, kernel, stride, padding, groups\n        super().__init__()\n        self.conv = Conv(c1 * 4, c2, k, s, p, g, act)\n        # self.contract = Contract(gain=2)\n\n    def forward(self, x):  # x(b,c,w,h) -> y(b,4c,w/2,h/2)\n        return self.conv(torch.cat([x[..., ::2, ::2], x[..., 1::2, ::2], x[..., ::2, 1::2], x[..., 1::2, 1::2]], 1))\n        # return self.conv(self.contract(x))\n\n\nclass GhostConv(nn.Module):\n    # Ghost Convolution https://github.com/huawei-noah/ghostnet\n    def __init__(self, c1, c2, k=1, s=1, g=1, act=True):  # ch_in, ch_out, kernel, stride, groups\n        super().__init__()\n        c_ = c2 // 2  # hidden channels\n        self.cv1 = Conv(c1, c_, k, s, None, g, act)\n        self.cv2 = Conv(c_, c_, 5, 1, None, c_, act)\n\n    def forward(self, x):\n        y = self.cv1(x)\n        return torch.cat([y, self.cv2(y)], 1)\n\n\nclass GhostBottleneck(nn.Module):\n    # Ghost Bottleneck https://github.com/huawei-noah/ghostnet\n    def __init__(self, c1, c2, k=3, s=1):  # ch_in, ch_out, kernel, stride\n        super().__init__()\n        c_ = c2 // 2\n        self.conv = nn.Sequential(GhostConv(c1, c_, 1, 1),  # pw\n                                  DWConv(c_, c_, k, s, act=False) if s == 2 else nn.Identity(),  # dw\n                                  GhostConv(c_, c2, 1, 1, act=False))  # pw-linear\n        self.shortcut = nn.Sequential(DWConv(c1, c1, k, s, act=False),\n                                      Conv(c1, c2, 1, 1, act=False)) if s == 2 else nn.Identity()\n\n    def forward(self, x):\n        return self.conv(x) + self.shortcut(x)\n\n\nclass Contract(nn.Module):\n    # Contract width-height into channels, i.e. x(1,64,80,80) to x(1,256,40,40)\n    def __init__(self, gain=2):\n        super().__init__()\n        self.gain = gain\n\n    def forward(self, x):\n        b, c, h, w = x.size()  # assert (h / s == 0) and (W / s == 0), 'Indivisible gain'\n        s = self.gain\n        x = x.view(b, c, h // s, s, w // s, s)  # x(1,64,40,2,40,2)\n        x = x.permute(0, 3, 5, 1, 2, 4).contiguous()  # x(1,2,2,64,40,40)\n        return x.view(b, c * s * s, h // s, w // s)  # x(1,256,40,40)\n\n\nclass Expand(nn.Module):\n    # Expand channels into width-height, i.e. x(1,64,80,80) to x(1,16,160,160)\n    def __init__(self, gain=2):\n        super().__init__()\n        self.gain = gain\n\n    def forward(self, x):\n        b, c, h, w = x.size()  # assert C / s ** 2 == 0, 'Indivisible gain'\n        s = self.gain\n        x = x.view(b, s, s, c // s ** 2, h, w)  # x(1,2,2,16,80,80)\n        x = x.permute(0, 3, 4, 1, 5, 2).contiguous()  # x(1,16,80,2,80,2)\n        return x.view(b, c // s ** 2, h * s, w * s)  # x(1,16,160,160)\n\n\nclass Concat(nn.Module):\n    # Concatenate a list of tensors along dimension\n    def __init__(self, dimension=1):\n        super().__init__()\n        self.d = dimension\n\n    def forward(self, x):\n        return torch.cat(x, self.d)\n\n\nclass DetectMultiBackend(nn.Module):\n    # YOLOv5 MultiBackend class for python inference on various backends\n    def __init__(self, weights='yolov5s.pt', device=None, dnn=False, data=None):\n        # Usage:\n        #   PyTorch:              weights = *.pt\n        #   TorchScript:                    *.torchscript\n        #   ONNX Runtime:                   *.onnx\n        #   ONNX OpenCV DNN:                *.onnx with --dnn\n        #   OpenVINO:                       *.xml\n        #   CoreML:                         *.mlmodel\n        #   TensorRT:                       *.engine\n        #   TensorFlow SavedModel:          *_saved_model\n        #   TensorFlow GraphDef:            *.pb\n        #   TensorFlow Lite:                *.tflite\n        #   TensorFlow Edge TPU:            *_edgetpu.tflite\n        from models.experimental import attempt_download, attempt_load  # scoped to avoid circular import\n\n        super().__init__()\n        w = str(weights[0] if isinstance(weights, list) else weights)\n        pt, jit, onnx, xml, engine, coreml, saved_model, pb, tflite, edgetpu, tfjs = self.model_type(w)  # get backend\n        stride, names = 64, [f'class{i}' for i in range(1000)]  # assign defaults\n        w = attempt_download(w)  # download if not local\n        if data:  # data.yaml path (optional)\n            with open(data, errors='ignore') as f:\n                names = yaml.safe_load(f)['names']  # class names\n\n        if pt:  # PyTorch\n            model = attempt_load(weights if isinstance(weights, list) else w, map_location=device)\n            stride = max(int(model.stride.max()), 32)  # model stride\n            names = model.module.names if hasattr(model, 'module') else model.names  # get class names\n            self.model = model  # explicitly assign for to(), cpu(), cuda(), half()\n        elif jit:  # TorchScript\n            LOGGER.info(f'Loading {w} for TorchScript inference...')\n            extra_files = {'config.txt': ''}  # model metadata\n            model = torch.jit.load(w, _extra_files=extra_files)\n            if extra_files['config.txt']:\n                d = json.loads(extra_files['config.txt'])  # extra_files dict\n                stride, names = int(d['stride']), d['names']\n        elif dnn:  # ONNX OpenCV DNN\n            LOGGER.info(f'Loading {w} for ONNX OpenCV DNN inference...')\n            check_requirements(('opencv-python>=4.5.4',))\n            net = cv2.dnn.readNetFromONNX(w)\n        elif onnx:  # ONNX Runtime\n            LOGGER.info(f'Loading {w} for ONNX Runtime inference...')\n            cuda = torch.cuda.is_available()\n            check_requirements(('onnx', 'onnxruntime-gpu' if cuda else 'onnxruntime'))\n            import onnxruntime\n            providers = ['CUDAExecutionProvider', 'CPUExecutionProvider'] if cuda else ['CPUExecutionProvider']\n            session = onnxruntime.InferenceSession(w, providers=providers)\n        elif xml:  # OpenVINO\n            LOGGER.info(f'Loading {w} for OpenVINO inference...')\n            check_requirements(('openvino-dev',))  # requires openvino-dev: https://pypi.org/project/openvino-dev/\n            import openvino.inference_engine as ie\n            core = ie.IECore()\n            if not Path(w).is_file():  # if not *.xml\n                w = next(Path(w).glob('*.xml'))  # get *.xml file from *_openvino_model dir\n            network = core.read_network(model=w, weights=Path(w).with_suffix('.bin'))  # *.xml, *.bin paths\n            executable_network = core.load_network(network, device_name='CPU', num_requests=1)\n        elif engine:  # TensorRT\n            LOGGER.info(f'Loading {w} for TensorRT inference...')\n            import tensorrt as trt  # https://developer.nvidia.com/nvidia-tensorrt-download\n            check_version(trt.__version__, '7.0.0', hard=True)  # require tensorrt>=7.0.0\n            Binding = namedtuple('Binding', ('name', 'dtype', 'shape', 'data', 'ptr'))\n            logger = trt.Logger(trt.Logger.INFO)\n            with open(w, 'rb') as f, trt.Runtime(logger) as runtime:\n                model = runtime.deserialize_cuda_engine(f.read())\n            bindings = OrderedDict()\n            for index in range(model.num_bindings):\n                name = model.get_binding_name(index)\n                dtype = trt.nptype(model.get_binding_dtype(index))\n                shape = tuple(model.get_binding_shape(index))\n                data = torch.from_numpy(np.empty(shape, dtype=np.dtype(dtype))).to(device)\n                bindings[name] = Binding(name, dtype, shape, data, int(data.data_ptr()))\n            binding_addrs = OrderedDict((n, d.ptr) for n, d in bindings.items())\n            context = model.create_execution_context()\n            batch_size = bindings['images'].shape[0]\n        elif coreml:  # CoreML\n            LOGGER.info(f'Loading {w} for CoreML inference...')\n            import coremltools as ct\n            model = ct.models.MLModel(w)\n        else:  # TensorFlow (SavedModel, GraphDef, Lite, Edge TPU)\n            if saved_model:  # SavedModel\n                LOGGER.info(f'Loading {w} for TensorFlow SavedModel inference...')\n                import tensorflow as tf\n                keras = False  # assume TF1 saved_model\n                model = tf.keras.models.load_model(w) if keras else tf.saved_model.load(w)\n            elif pb:  # GraphDef https://www.tensorflow.org/guide/migrate#a_graphpb_or_graphpbtxt\n                LOGGER.info(f'Loading {w} for TensorFlow GraphDef inference...')\n                import tensorflow as tf\n\n                def wrap_frozen_graph(gd, inputs, outputs):\n                    x = tf.compat.v1.wrap_function(lambda: tf.compat.v1.import_graph_def(gd, name=\"\"), [])  # wrapped\n                    ge = x.graph.as_graph_element\n                    return x.prune(tf.nest.map_structure(ge, inputs), tf.nest.map_structure(ge, outputs))\n\n                gd = tf.Graph().as_graph_def()  # graph_def\n                gd.ParseFromString(open(w, 'rb').read())\n                frozen_func = wrap_frozen_graph(gd, inputs=\"x:0\", outputs=\"Identity:0\")\n            elif tflite or edgetpu:  # https://www.tensorflow.org/lite/guide/python#install_tensorflow_lite_for_python\n                try:  # https://coral.ai/docs/edgetpu/tflite-python/#update-existing-tf-lite-code-for-the-edge-tpu\n                    from tflite_runtime.interpreter import Interpreter, load_delegate\n                except ImportError:\n                    import tensorflow as tf\n                    Interpreter, load_delegate = tf.lite.Interpreter, tf.lite.experimental.load_delegate,\n                if edgetpu:  # Edge TPU https://coral.ai/software/#edgetpu-runtime\n                    LOGGER.info(f'Loading {w} for TensorFlow Lite Edge TPU inference...')\n                    delegate = {'Linux': 'libedgetpu.so.1',\n                                'Darwin': 'libedgetpu.1.dylib',\n                                'Windows': 'edgetpu.dll'}[platform.system()]\n                    interpreter = Interpreter(model_path=w, experimental_delegates=[load_delegate(delegate)])\n                else:  # Lite\n                    LOGGER.info(f'Loading {w} for TensorFlow Lite inference...')\n                    interpreter = Interpreter(model_path=w)  # load TFLite model\n                interpreter.allocate_tensors()  # allocate\n                input_details = interpreter.get_input_details()  # inputs\n                output_details = interpreter.get_output_details()  # outputs\n            elif tfjs:\n                raise Exception('ERROR: YOLOv5 TF.js inference is not supported')\n        self.__dict__.update(locals())  # assign all variables to self\n\n    def forward(self, im, augment=False, visualize=False, val=False):\n        # YOLOv5 MultiBackend inference\n        b, ch, h, w = im.shape  # batch, channel, height, width\n        if self.pt or self.jit:  # PyTorch\n            y = self.model(im) if self.jit else self.model(im, augment=augment, visualize=visualize)\n            return y if val else y[0]\n        elif self.dnn:  # ONNX OpenCV DNN\n            im = im.cpu().numpy()  # torch to numpy\n            self.net.setInput(im)\n            y = self.net.forward()\n        elif self.onnx:  # ONNX Runtime\n            im = im.cpu().numpy()  # torch to numpy\n            y = self.session.run([self.session.get_outputs()[0].name], {self.session.get_inputs()[0].name: im})[0]\n        elif self.xml:  # OpenVINO\n            im = im.cpu().numpy()  # FP32\n            desc = self.ie.TensorDesc(precision='FP32', dims=im.shape, layout='NCHW')  # Tensor Description\n            request = self.executable_network.requests[0]  # inference request\n            request.set_blob(blob_name='images', blob=self.ie.Blob(desc, im))  # name=next(iter(request.input_blobs))\n            request.infer()\n            y = request.output_blobs['output'].buffer  # name=next(iter(request.output_blobs))\n        elif self.engine:  # TensorRT\n            assert im.shape == self.bindings['images'].shape, (im.shape, self.bindings['images'].shape)\n            self.binding_addrs['images'] = int(im.data_ptr())\n            self.context.execute_v2(list(self.binding_addrs.values()))\n            y = self.bindings['output'].data\n        elif self.coreml:  # CoreML\n            im = im.permute(0, 2, 3, 1).cpu().numpy()  # torch BCHW to numpy BHWC shape(1,320,192,3)\n            im = Image.fromarray((im[0] * 255).astype('uint8'))\n            # im = im.resize((192, 320), Image.ANTIALIAS)\n            y = self.model.predict({'image': im})  # coordinates are xywh normalized\n            if 'confidence' in y:\n                box = xywh2xyxy(y['coordinates'] * [[w, h, w, h]])  # xyxy pixels\n                conf, cls = y['confidence'].max(1), y['confidence'].argmax(1).astype(np.float)\n                y = np.concatenate((box, conf.reshape(-1, 1), cls.reshape(-1, 1)), 1)\n            else:\n                k = 'var_' + str(sorted(int(k.replace('var_', '')) for k in y)[-1])  # output key\n                y = y[k]  # output\n        else:  # TensorFlow (SavedModel, GraphDef, Lite, Edge TPU)\n            im = im.permute(0, 2, 3, 1).cpu().numpy()  # torch BCHW to numpy BHWC shape(1,320,192,3)\n            if self.saved_model:  # SavedModel\n                y = (self.model(im, training=False) if self.keras else self.model(im)[0]).numpy()\n            elif self.pb:  # GraphDef\n                y = self.frozen_func(x=self.tf.constant(im)).numpy()\n            else:  # Lite or Edge TPU\n                input, output = self.input_details[0], self.output_details[0]\n                int8 = input['dtype'] == np.uint8  # is TFLite quantized uint8 model\n                if int8:\n                    scale, zero_point = input['quantization']\n                    im = (im / scale + zero_point).astype(np.uint8)  # de-scale\n                self.interpreter.set_tensor(input['index'], im)\n                self.interpreter.invoke()\n                y = self.interpreter.get_tensor(output['index'])\n                if int8:\n                    scale, zero_point = output['quantization']\n                    y = (y.astype(np.float32) - zero_point) * scale  # re-scale\n            y[..., :4] *= [w, h, w, h]  # xywh normalized to pixels\n\n        y = torch.tensor(y) if isinstance(y, np.ndarray) else y\n        return (y, []) if val else y\n\n    def warmup(self, imgsz=(1, 3, 640, 640), half=False):\n        # Warmup model by running inference once\n        if self.pt or self.jit or self.onnx or self.engine:  # warmup types\n            if isinstance(self.device, torch.device) and self.device.type != 'cpu':  # only warmup GPU models\n                im = torch.zeros(*imgsz).to(self.device).type(torch.half if half else torch.float)  # input image\n                self.forward(im)  # warmup\n\n    @staticmethod\n    def model_type(p='path/to/model.pt'):\n        # Return model type from model path, i.e. path='path/to/model.onnx' -> type=onnx\n        from export import export_formats\n        suffixes = list(export_formats().Suffix) + ['.xml']  # export suffixes\n        check_suffix(p, suffixes)  # checks\n        p = Path(p).name  # eliminate trailing separators\n        pt, jit, onnx, xml, engine, coreml, saved_model, pb, tflite, edgetpu, tfjs, xml2 = (s in p for s in suffixes)\n        xml |= xml2  # *_openvino_model or *.xml\n        tflite &= not edgetpu  # *.tflite\n        return pt, jit, onnx, xml, engine, coreml, saved_model, pb, tflite, edgetpu, tfjs\n\n\nclass AutoShape(nn.Module):\n    # YOLOv5 input-robust model wrapper for passing cv2/np/PIL/torch inputs. Includes preprocessing, inference and NMS\n    conf = 0.25  # NMS confidence threshold\n    iou = 0.45  # NMS IoU threshold\n    agnostic = False  # NMS class-agnostic\n    multi_label = False  # NMS multiple labels per box\n    classes = None  # (optional list) filter by class, i.e. = [0, 15, 16] for COCO persons, cats and dogs\n    max_det = 1000  # maximum number of detections per image\n    amp = False  # Automatic Mixed Precision (AMP) inference\n\n    def __init__(self, model):\n        super().__init__()\n        LOGGER.info('Adding AutoShape... ')\n        copy_attr(self, model, include=('yaml', 'nc', 'hyp', 'names', 'stride', 'abc'), exclude=())  # copy attributes\n        self.dmb = isinstance(model, DetectMultiBackend)  # DetectMultiBackend() instance\n        self.pt = not self.dmb or model.pt  # PyTorch model\n        self.model = model.eval()\n\n    def _apply(self, fn):\n        # Apply to(), cpu(), cuda(), half() to model tensors that are not parameters or registered buffers\n        self = super()._apply(fn)\n        if self.pt:\n            m = self.model.model.model[-1] if self.dmb else self.model.model[-1]  # Detect()\n            m.stride = fn(m.stride)\n            m.grid = list(map(fn, m.grid))\n            if isinstance(m.anchor_grid, list):\n                m.anchor_grid = list(map(fn, m.anchor_grid))\n        return self\n\n    @torch.no_grad()\n    def forward(self, imgs, size=640, augment=False, profile=False):\n        # Inference from various sources. For height=640, width=1280, RGB images example inputs are:\n        #   file:       imgs = 'data/images/zidane.jpg'  # str or PosixPath\n        #   URI:             = 'https://ultralytics.com/images/zidane.jpg'\n        #   OpenCV:          = cv2.imread('image.jpg')[:,:,::-1]  # HWC BGR to RGB x(640,1280,3)\n        #   PIL:             = Image.open('image.jpg') or ImageGrab.grab()  # HWC x(640,1280,3)\n        #   numpy:           = np.zeros((640,1280,3))  # HWC\n        #   torch:           = torch.zeros(16,3,320,640)  # BCHW (scaled to size=640, 0-1 values)\n        #   multiple:        = [Image.open('image1.jpg'), Image.open('image2.jpg'), ...]  # list of images\n\n        t = [time_sync()]\n        p = next(self.model.parameters()) if self.pt else torch.zeros(1)  # for device and type\n        autocast = self.amp and (p.device.type != 'cpu')  # Automatic Mixed Precision (AMP) inference\n        if isinstance(imgs, torch.Tensor):  # torch\n            with amp.autocast(enabled=autocast):\n                return self.model(imgs.to(p.device).type_as(p), augment, profile)  # inference\n\n        # Pre-process\n        n, imgs = (len(imgs), imgs) if isinstance(imgs, list) else (1, [imgs])  # number of images, list of images\n        shape0, shape1, files = [], [], []  # image and inference shapes, filenames\n        for i, im in enumerate(imgs):\n            f = f'image{i}'  # filename\n            if isinstance(im, (str, Path)):  # filename or uri\n                im, f = Image.open(requests.get(im, stream=True).raw if str(im).startswith('http') else im), im\n                im = np.asarray(exif_transpose(im))\n            elif isinstance(im, Image.Image):  # PIL Image\n                im, f = np.asarray(exif_transpose(im)), getattr(im, 'filename', f) or f\n            files.append(Path(f).with_suffix('.jpg').name)\n            if im.shape[0] < 5:  # image in CHW\n                im = im.transpose((1, 2, 0))  # reverse dataloader .transpose(2, 0, 1)\n            im = im[..., :3] if im.ndim == 3 else np.tile(im[..., None], 3)  # enforce 3ch input\n            s = im.shape[:2]  # HWC\n            shape0.append(s)  # image shape\n            g = (size / max(s))  # gain\n            shape1.append([y * g for y in s])\n            imgs[i] = im if im.data.contiguous else np.ascontiguousarray(im)  # update\n        shape1 = [make_divisible(x, self.stride) for x in np.stack(shape1, 0).max(0)]  # inference shape\n        x = [letterbox(im, new_shape=shape1 if self.pt else size, auto=False)[0] for im in imgs]  # pad\n        x = np.stack(x, 0) if n > 1 else x[0][None]  # stack\n        x = np.ascontiguousarray(x.transpose((0, 3, 1, 2)))  # BHWC to BCHW\n        x = torch.from_numpy(x).to(p.device).type_as(p) / 255  # uint8 to fp16/32\n        t.append(time_sync())\n\n        with amp.autocast(enabled=autocast):\n            # Inference\n            y = self.model(x, augment, profile)  # forward\n            t.append(time_sync())\n\n            # Post-process\n            y = non_max_suppression(y if self.dmb else y[0], self.conf, iou_thres=self.iou, classes=self.classes,\n                                    agnostic=self.agnostic, multi_label=self.multi_label, max_det=self.max_det)  # NMS\n            for i in range(n):\n                scale_coords(shape1, y[i][:, :4], shape0[i])\n\n            t.append(time_sync())\n            return Detections(imgs, y, files, t, self.names, x.shape)\n\n\nclass Detections:\n    # YOLOv5 detections class for inference results\n    def __init__(self, imgs, pred, files, times=(0, 0, 0, 0), names=None, shape=None):\n        super().__init__()\n        d = pred[0].device  # device\n        gn = [torch.tensor([*(im.shape[i] for i in [1, 0, 1, 0]), 1, 1], device=d) for im in imgs]  # normalizations\n        self.imgs = imgs  # list of images as numpy arrays\n        self.pred = pred  # list of tensors pred[0] = (xyxy, conf, cls)\n        self.names = names  # class names\n        self.files = files  # image filenames\n        self.times = times  # profiling times\n        self.xyxy = pred  # xyxy pixels\n        self.xywh = [xyxy2xywh(x) for x in pred]  # xywh pixels\n        self.xyxyn = [x / g for x, g in zip(self.xyxy, gn)]  # xyxy normalized\n        self.xywhn = [x / g for x, g in zip(self.xywh, gn)]  # xywh normalized\n        self.n = len(self.pred)  # number of images (batch size)\n        self.t = tuple((times[i + 1] - times[i]) * 1000 / self.n for i in range(3))  # timestamps (ms)\n        self.s = shape  # inference BCHW shape\n\n    def display(self, pprint=False, show=False, save=False, crop=False, render=False, save_dir=Path('')):\n        crops = []\n        for i, (im, pred) in enumerate(zip(self.imgs, self.pred)):\n            s = f'image {i + 1}/{len(self.pred)}: {im.shape[0]}x{im.shape[1]} '  # string\n            if pred.shape[0]:\n                for c in pred[:, -1].unique():\n                    n = (pred[:, -1] == c).sum()  # detections per class\n                    s += f\"{n} {self.names[int(c)]}{'s' * (n > 1)}, \"  # add to string\n                if show or save or render or crop:\n                    annotator = Annotator(im, example=str(self.names))\n                    for *box, conf, cls in reversed(pred):  # xyxy, confidence, class\n                        label = f'{self.names[int(cls)]} {conf:.2f}'\n                        if crop:\n                            file = save_dir / 'crops' / self.names[int(cls)] / self.files[i] if save else None\n                            crops.append({'box': box, 'conf': conf, 'cls': cls, 'label': label,\n                                          'im': save_one_box(box, im, file=file, save=save)})\n                        else:  # all others\n                            annotator.box_label(box, label, color=colors(cls))\n                    im = annotator.im\n            else:\n                s += '(no detections)'\n\n            im = Image.fromarray(im.astype(np.uint8)) if isinstance(im, np.ndarray) else im  # from np\n            if pprint:\n                LOGGER.info(s.rstrip(', '))\n            if show:\n                im.show(self.files[i])  # show\n            if save:\n                f = self.files[i]\n                im.save(save_dir / f)  # save\n                if i == self.n - 1:\n                    LOGGER.info(f\"Saved {self.n} image{'s' * (self.n > 1)} to {colorstr('bold', save_dir)}\")\n            if render:\n                self.imgs[i] = np.asarray(im)\n        if crop:\n            if save:\n                LOGGER.info(f'Saved results to {save_dir}\\n')\n            return crops\n\n    def print(self):\n        self.display(pprint=True)  # print results\n        LOGGER.info(f'Speed: %.1fms pre-process, %.1fms inference, %.1fms NMS per image at shape {tuple(self.s)}' %\n                    self.t)\n\n    def show(self):\n        self.display(show=True)  # show results\n\n    def save(self, save_dir='runs/detect/exp'):\n        save_dir = increment_path(save_dir, exist_ok=save_dir != 'runs/detect/exp', mkdir=True)  # increment save_dir\n        self.display(save=True, save_dir=save_dir)  # save results\n\n    def crop(self, save=True, save_dir='runs/detect/exp'):\n        save_dir = increment_path(save_dir, exist_ok=save_dir != 'runs/detect/exp', mkdir=True) if save else None\n        return self.display(crop=True, save=save, save_dir=save_dir)  # crop results\n\n    def render(self):\n        self.display(render=True)  # render results\n        return self.imgs\n\n    def pandas(self):\n        # return detections as pandas DataFrames, i.e. print(results.pandas().xyxy[0])\n        new = copy(self)  # return copy\n        ca = 'xmin', 'ymin', 'xmax', 'ymax', 'confidence', 'class', 'name'  # xyxy columns\n        cb = 'xcenter', 'ycenter', 'width', 'height', 'confidence', 'class', 'name'  # xywh columns\n        for k, c in zip(['xyxy', 'xyxyn', 'xywh', 'xywhn'], [ca, ca, cb, cb]):\n            a = [[x[:5] + [int(x[5]), self.names[int(x[5])]] for x in x.tolist()] for x in getattr(self, k)]  # update\n            setattr(new, k, [pd.DataFrame(x, columns=c) for x in a])\n        return new\n\n    def tolist(self):\n        # return a list of Detections objects, i.e. 'for result in results.tolist():'\n        r = range(self.n)  # iterable\n        x = [Detections([self.imgs[i]], [self.pred[i]], [self.files[i]], self.times, self.names, self.s) for i in r]\n        # for d in x:\n        #    for k in ['imgs', 'pred', 'xyxy', 'xyxyn', 'xywh', 'xywhn']:\n        #        setattr(d, k, getattr(d, k)[0])  # pop out of list\n        return x\n\n    def __len__(self):\n        return self.n\n\n\nclass Classify(nn.Module):\n    # Classification head, i.e. x(b,c1,20,20) to x(b,c2)\n    def __init__(self, c1, c2, k=1, s=1, p=None, g=1):  # ch_in, ch_out, kernel, stride, padding, groups\n        super().__init__()\n        self.aap = nn.AdaptiveAvgPool2d(1)  # to x(b,c1,1,1)\n        self.conv = nn.Conv2d(c1, c2, k, s, autopad(k, p), groups=g)  # to x(b,c2,1,1)\n        self.flat = nn.Flatten()\n\n    def forward(self, x):\n        z = torch.cat([self.aap(y) for y in (x if isinstance(x, list) else [x])], 1)  # cat if list\n        return self.flat(self.conv(z))  # flatten to x(b,c2)\n"
  },
  {
    "path": "models/experimental.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nExperimental modules\n\"\"\"\nimport math\n\nimport numpy as np\nimport torch\nimport torch.nn as nn\n\nfrom models.common import Conv\nfrom utils.downloads import attempt_download\n\n\nclass CrossConv(nn.Module):\n    # Cross Convolution Downsample\n    def __init__(self, c1, c2, k=3, s=1, g=1, e=1.0, shortcut=False):\n        # ch_in, ch_out, kernel, stride, groups, expansion, shortcut\n        super().__init__()\n        c_ = int(c2 * e)  # hidden channels\n        self.cv1 = Conv(c1, c_, (1, k), (1, s))\n        self.cv2 = Conv(c_, c2, (k, 1), (s, 1), g=g)\n        self.add = shortcut and c1 == c2\n\n    def forward(self, x):\n        return x + self.cv2(self.cv1(x)) if self.add else self.cv2(self.cv1(x))\n\n\nclass Sum(nn.Module):\n    # Weighted sum of 2 or more layers https://arxiv.org/abs/1911.09070\n    def __init__(self, n, weight=False):  # n: number of inputs\n        super().__init__()\n        self.weight = weight  # apply weights boolean\n        self.iter = range(n - 1)  # iter object\n        if weight:\n            self.w = nn.Parameter(-torch.arange(1.0, n) / 2, requires_grad=True)  # layer weights\n\n    def forward(self, x):\n        y = x[0]  # no weight\n        if self.weight:\n            w = torch.sigmoid(self.w) * 2\n            for i in self.iter:\n                y = y + x[i + 1] * w[i]\n        else:\n            for i in self.iter:\n                y = y + x[i + 1]\n        return y\n\n\nclass MixConv2d(nn.Module):\n    # Mixed Depth-wise Conv https://arxiv.org/abs/1907.09595\n    def __init__(self, c1, c2, k=(1, 3), s=1, equal_ch=True):  # ch_in, ch_out, kernel, stride, ch_strategy\n        super().__init__()\n        n = len(k)  # number of convolutions\n        if equal_ch:  # equal c_ per group\n            i = torch.linspace(0, n - 1E-6, c2).floor()  # c2 indices\n            c_ = [(i == g).sum() for g in range(n)]  # intermediate channels\n        else:  # equal weight.numel() per group\n            b = [c2] + [0] * n\n            a = np.eye(n + 1, n, k=-1)\n            a -= np.roll(a, 1, axis=1)\n            a *= np.array(k) ** 2\n            a[0] = 1\n            c_ = np.linalg.lstsq(a, b, rcond=None)[0].round()  # solve for equal weight indices, ax = b\n\n        self.m = nn.ModuleList(\n            [nn.Conv2d(c1, int(c_), k, s, k // 2, groups=math.gcd(c1, int(c_)), bias=False) for k, c_ in zip(k, c_)])\n        self.bn = nn.BatchNorm2d(c2)\n        self.act = nn.SiLU()\n\n    def forward(self, x):\n        return self.act(self.bn(torch.cat([m(x) for m in self.m], 1)))\n\n\nclass Ensemble(nn.ModuleList):\n    # Ensemble of models\n    def __init__(self):\n        super().__init__()\n\n    def forward(self, x, augment=False, profile=False, visualize=False):\n        y = []\n        for module in self:\n            y.append(module(x, augment, profile, visualize)[0])\n        # y = torch.stack(y).max(0)[0]  # max ensemble\n        # y = torch.stack(y).mean(0)  # mean ensemble\n        y = torch.cat(y, 1)  # nms ensemble\n        return y, None  # inference, train output\n\n\ndef attempt_load(weights, map_location=None, inplace=True, fuse=True):\n    from models.yolo import Detect, Model\n\n    # Loads an ensemble of models weights=[a,b,c] or a single model weights=[a] or weights=a\n    model = Ensemble()\n    for w in weights if isinstance(weights, list) else [weights]:\n        ckpt = torch.load(attempt_download(w), map_location=map_location)  # load\n        if fuse:\n            model.append(ckpt['ema' if ckpt.get('ema') else 'model'].float().fuse().eval())  # FP32 model\n        else:\n            model.append(ckpt['ema' if ckpt.get('ema') else 'model'].float().eval())  # without layer fuse\n\n    # Compatibility updates\n    for m in model.modules():\n        if type(m) in [nn.Hardswish, nn.LeakyReLU, nn.ReLU, nn.ReLU6, nn.SiLU, Detect, Model]:\n            m.inplace = inplace  # pytorch 1.7.0 compatibility\n            if type(m) is Detect:\n                if not isinstance(m.anchor_grid, list):  # new Detect Layer compatibility\n                    delattr(m, 'anchor_grid')\n                    setattr(m, 'anchor_grid', [torch.zeros(1)] * m.nl)\n        elif type(m) is Conv:\n            m._non_persistent_buffers_set = set()  # pytorch 1.6.0 compatibility\n\n    if len(model) == 1:\n        return model[-1]  # return model\n    else:\n        print(f'Ensemble created with {weights}\\n')\n        for k in ['names']:\n            setattr(model, k, getattr(model[-1], k))\n        model.stride = model[torch.argmax(torch.tensor([m.stride.max() for m in model])).int()].stride  # max stride\n        return model  # return ensemble\n"
  },
  {
    "path": "models/hub/anchors.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n# Default anchors for COCO data\n\n\n# P5 -------------------------------------------------------------------------------------------------------------------\n# P5-640:\nanchors_p5_640:\n  - [10,13, 16,30, 33,23]  # P3/8\n  - [30,61, 62,45, 59,119]  # P4/16\n  - [116,90, 156,198, 373,326]  # P5/32\n\n\n# P6 -------------------------------------------------------------------------------------------------------------------\n# P6-640:  thr=0.25: 0.9964 BPR, 5.54 anchors past thr, n=12, img_size=640, metric_all=0.281/0.716-mean/best, past_thr=0.469-mean: 9,11,  21,19,  17,41,  43,32,  39,70,  86,64,  65,131,  134,130,  120,265,  282,180,  247,354,  512,387\nanchors_p6_640:\n  - [9,11,  21,19,  17,41]  # P3/8\n  - [43,32,  39,70,  86,64]  # P4/16\n  - [65,131,  134,130,  120,265]  # P5/32\n  - [282,180,  247,354,  512,387]  # P6/64\n\n# P6-1280:  thr=0.25: 0.9950 BPR, 5.55 anchors past thr, n=12, img_size=1280, metric_all=0.281/0.714-mean/best, past_thr=0.468-mean: 19,27,  44,40,  38,94,  96,68,  86,152,  180,137,  140,301,  303,264,  238,542,  436,615,  739,380,  925,792\nanchors_p6_1280:\n  - [19,27,  44,40,  38,94]  # P3/8\n  - [96,68,  86,152,  180,137]  # P4/16\n  - [140,301,  303,264,  238,542]  # P5/32\n  - [436,615,  739,380,  925,792]  # P6/64\n\n# P6-1920:  thr=0.25: 0.9950 BPR, 5.55 anchors past thr, n=12, img_size=1920, metric_all=0.281/0.714-mean/best, past_thr=0.468-mean: 28,41,  67,59,  57,141,  144,103,  129,227,  270,205,  209,452,  455,396,  358,812,  653,922,  1109,570,  1387,1187\nanchors_p6_1920:\n  - [28,41,  67,59,  57,141]  # P3/8\n  - [144,103,  129,227,  270,205]  # P4/16\n  - [209,452,  455,396,  358,812]  # P5/32\n  - [653,922,  1109,570,  1387,1187]  # P6/64\n\n\n# P7 -------------------------------------------------------------------------------------------------------------------\n# P7-640:  thr=0.25: 0.9962 BPR, 6.76 anchors past thr, n=15, img_size=640, metric_all=0.275/0.733-mean/best, past_thr=0.466-mean: 11,11,  13,30,  29,20,  30,46,  61,38,  39,92,  78,80,  146,66,  79,163,  149,150,  321,143,  157,303,  257,402,  359,290,  524,372\nanchors_p7_640:\n  - [11,11,  13,30,  29,20]  # P3/8\n  - [30,46,  61,38,  39,92]  # P4/16\n  - [78,80,  146,66,  79,163]  # P5/32\n  - [149,150,  321,143,  157,303]  # P6/64\n  - [257,402,  359,290,  524,372]  # P7/128\n\n# P7-1280:  thr=0.25: 0.9968 BPR, 6.71 anchors past thr, n=15, img_size=1280, metric_all=0.273/0.732-mean/best, past_thr=0.463-mean: 19,22,  54,36,  32,77,  70,83,  138,71,  75,173,  165,159,  148,334,  375,151,  334,317,  251,626,  499,474,  750,326,  534,814,  1079,818\nanchors_p7_1280:\n  - [19,22,  54,36,  32,77]  # P3/8\n  - [70,83,  138,71,  75,173]  # P4/16\n  - [165,159,  148,334,  375,151]  # P5/32\n  - [334,317,  251,626,  499,474]  # P6/64\n  - [750,326,  534,814,  1079,818]  # P7/128\n\n# P7-1920:  thr=0.25: 0.9968 BPR, 6.71 anchors past thr, n=15, img_size=1920, metric_all=0.273/0.732-mean/best, past_thr=0.463-mean: 29,34,  81,55,  47,115,  105,124,  207,107,  113,259,  247,238,  222,500,  563,227,  501,476,  376,939,  749,711,  1126,489,  801,1222,  1618,1227\nanchors_p7_1920:\n  - [29,34,  81,55,  47,115]  # P3/8\n  - [105,124,  207,107,  113,259]  # P4/16\n  - [247,238,  222,500,  563,227]  # P5/32\n  - [501,476,  376,939,  749,711]  # P6/64\n  - [1126,489,  801,1222,  1618,1227]  # P7/128\n"
  },
  {
    "path": "models/hub/yolov3-spp.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.0  # model depth multiple\nwidth_multiple: 1.0  # layer channel multiple\nanchors:\n  - [10,13, 16,30, 33,23]  # P3/8\n  - [30,61, 62,45, 59,119]  # P4/16\n  - [116,90, 156,198, 373,326]  # P5/32\n\n# darknet53 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [32, 3, 1]],  # 0\n   [-1, 1, Conv, [64, 3, 2]],  # 1-P1/2\n   [-1, 1, Bottleneck, [64]],\n   [-1, 1, Conv, [128, 3, 2]],  # 3-P2/4\n   [-1, 2, Bottleneck, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 5-P3/8\n   [-1, 8, Bottleneck, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 7-P4/16\n   [-1, 8, Bottleneck, [512]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 9-P5/32\n   [-1, 4, Bottleneck, [1024]],  # 10\n  ]\n\n# YOLOv3-SPP head\nhead:\n  [[-1, 1, Bottleneck, [1024, False]],\n   [-1, 1, SPP, [512, [5, 9, 13]]],\n   [-1, 1, Conv, [1024, 3, 1]],\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, Conv, [1024, 3, 1]],  # 15 (P5/32-large)\n\n   [-2, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 8], 1, Concat, [1]],  # cat backbone P4\n   [-1, 1, Bottleneck, [512, False]],\n   [-1, 1, Bottleneck, [512, False]],\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, Conv, [512, 3, 1]],  # 22 (P4/16-medium)\n\n   [-2, 1, Conv, [128, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P3\n   [-1, 1, Bottleneck, [256, False]],\n   [-1, 2, Bottleneck, [256, False]],  # 27 (P3/8-small)\n\n   [[27, 22, 15], 1, Detect, [nc, anchors]],   # Detect(P3, P4, P5)\n  ]\n"
  },
  {
    "path": "models/hub/yolov3-tiny.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.0  # model depth multiple\nwidth_multiple: 1.0  # layer channel multiple\nanchors:\n  - [10,14, 23,27, 37,58]  # P4/16\n  - [81,82, 135,169, 344,319]  # P5/32\n\n# YOLOv3-tiny backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [16, 3, 1]],  # 0\n   [-1, 1, nn.MaxPool2d, [2, 2, 0]],  # 1-P1/2\n   [-1, 1, Conv, [32, 3, 1]],\n   [-1, 1, nn.MaxPool2d, [2, 2, 0]],  # 3-P2/4\n   [-1, 1, Conv, [64, 3, 1]],\n   [-1, 1, nn.MaxPool2d, [2, 2, 0]],  # 5-P3/8\n   [-1, 1, Conv, [128, 3, 1]],\n   [-1, 1, nn.MaxPool2d, [2, 2, 0]],  # 7-P4/16\n   [-1, 1, Conv, [256, 3, 1]],\n   [-1, 1, nn.MaxPool2d, [2, 2, 0]],  # 9-P5/32\n   [-1, 1, Conv, [512, 3, 1]],\n   [-1, 1, nn.ZeroPad2d, [[0, 1, 0, 1]]],  # 11\n   [-1, 1, nn.MaxPool2d, [2, 1, 0]],  # 12\n  ]\n\n# YOLOv3-tiny head\nhead:\n  [[-1, 1, Conv, [1024, 3, 1]],\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, Conv, [512, 3, 1]],  # 15 (P5/32-large)\n\n   [-2, 1, Conv, [128, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 8], 1, Concat, [1]],  # cat backbone P4\n   [-1, 1, Conv, [256, 3, 1]],  # 19 (P4/16-medium)\n\n   [[19, 15], 1, Detect, [nc, anchors]],  # Detect(P4, P5)\n  ]\n"
  },
  {
    "path": "models/hub/yolov3.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.0  # model depth multiple\nwidth_multiple: 1.0  # layer channel multiple\nanchors:\n  - [10,13, 16,30, 33,23]  # P3/8\n  - [30,61, 62,45, 59,119]  # P4/16\n  - [116,90, 156,198, 373,326]  # P5/32\n\n# darknet53 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [32, 3, 1]],  # 0\n   [-1, 1, Conv, [64, 3, 2]],  # 1-P1/2\n   [-1, 1, Bottleneck, [64]],\n   [-1, 1, Conv, [128, 3, 2]],  # 3-P2/4\n   [-1, 2, Bottleneck, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 5-P3/8\n   [-1, 8, Bottleneck, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 7-P4/16\n   [-1, 8, Bottleneck, [512]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 9-P5/32\n   [-1, 4, Bottleneck, [1024]],  # 10\n  ]\n\n# YOLOv3 head\nhead:\n  [[-1, 1, Bottleneck, [1024, False]],\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, Conv, [1024, 3, 1]],\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, Conv, [1024, 3, 1]],  # 15 (P5/32-large)\n\n   [-2, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 8], 1, Concat, [1]],  # cat backbone P4\n   [-1, 1, Bottleneck, [512, False]],\n   [-1, 1, Bottleneck, [512, False]],\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, Conv, [512, 3, 1]],  # 22 (P4/16-medium)\n\n   [-2, 1, Conv, [128, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P3\n   [-1, 1, Bottleneck, [256, False]],\n   [-1, 2, Bottleneck, [256, False]],  # 27 (P3/8-small)\n\n   [[27, 22, 15], 1, Detect, [nc, anchors]],   # Detect(P3, P4, P5)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5-bifpn.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.0  # model depth multiple\nwidth_multiple: 1.0  # layer channel multiple\nanchors:\n  - [10,13, 16,30, 33,23]  # P3/8\n  - [30,61, 62,45, 59,119]  # P4/16\n  - [116,90, 156,198, 373,326]  # P5/32\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 9\n  ]\n\n# YOLOv5 v6.0 BiFPN head\nhead:\n  [[-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 13\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 17 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 14, 6], 1, Concat, [1]],  # cat P4 <--- BiFPN change\n   [-1, 3, C3, [512, False]],  # 20 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 10], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [1024, False]],  # 23 (P5/32-large)\n\n   [[17, 20, 23], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5-fpn.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.0  # model depth multiple\nwidth_multiple: 1.0  # layer channel multiple\nanchors:\n  - [10,13, 16,30, 33,23]  # P3/8\n  - [30,61, 62,45, 59,119]  # P4/16\n  - [116,90, 156,198, 373,326]  # P5/32\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 9\n  ]\n\n# YOLOv5 v6.0 FPN head\nhead:\n  [[-1, 3, C3, [1024, False]],  # 10 (P5/32-large)\n\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 3, C3, [512, False]],  # 14 (P4/16-medium)\n\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 3, C3, [256, False]],  # 18 (P3/8-small)\n\n   [[18, 14, 10], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5-p2.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.0  # model depth multiple\nwidth_multiple: 1.0  # layer channel multiple\nanchors: 3  # AutoAnchor evolves 3 anchors per P output layer\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 9\n  ]\n\n# YOLOv5 v6.0 head with (P2, P3, P4, P5) outputs\nhead:\n  [[-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 13\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 17 (P3/8-small)\n\n   [-1, 1, Conv, [128, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 2], 1, Concat, [1]],  # cat backbone P2\n   [-1, 1, C3, [128, False]],  # 21 (P2/4-xsmall)\n\n   [-1, 1, Conv, [128, 3, 2]],\n   [[-1, 18], 1, Concat, [1]],  # cat head P3\n   [-1, 3, C3, [256, False]],  # 24 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 14], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3, [512, False]],  # 27 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 10], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [1024, False]],  # 30 (P5/32-large)\n\n   [[21, 24, 27, 30], 1, Detect, [nc, anchors]],  # Detect(P2, P3, P4, P5)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5-p34.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 0.33  # model depth multiple\nwidth_multiple: 0.50  # layer channel multiple\nanchors: 3  # AutoAnchor evolves 3 anchors per P output layer\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [ [ -1, 1, Conv, [ 64, 6, 2, 2 ] ],  # 0-P1/2\n    [ -1, 1, Conv, [ 128, 3, 2 ] ],  # 1-P2/4\n    [ -1, 3, C3, [ 128 ] ],\n    [ -1, 1, Conv, [ 256, 3, 2 ] ],  # 3-P3/8\n    [ -1, 6, C3, [ 256 ] ],\n    [ -1, 1, Conv, [ 512, 3, 2 ] ],  # 5-P4/16\n    [ -1, 9, C3, [ 512 ] ],\n    [ -1, 1, Conv, [ 1024, 3, 2 ] ],  # 7-P5/32\n    [ -1, 3, C3, [ 1024 ] ],\n    [ -1, 1, SPPF, [ 1024, 5 ] ],  # 9\n  ]\n\n# YOLOv5 v6.0 head with (P3, P4) outputs\nhead:\n  [ [ -1, 1, Conv, [ 512, 1, 1 ] ],\n    [ -1, 1, nn.Upsample, [ None, 2, 'nearest' ] ],\n    [ [ -1, 6 ], 1, Concat, [ 1 ] ],  # cat backbone P4\n    [ -1, 3, C3, [ 512, False ] ],  # 13\n\n    [ -1, 1, Conv, [ 256, 1, 1 ] ],\n    [ -1, 1, nn.Upsample, [ None, 2, 'nearest' ] ],\n    [ [ -1, 4 ], 1, Concat, [ 1 ] ],  # cat backbone P3\n    [ -1, 3, C3, [ 256, False ] ],  # 17 (P3/8-small)\n\n    [ -1, 1, Conv, [ 256, 3, 2 ] ],\n    [ [ -1, 14 ], 1, Concat, [ 1 ] ],  # cat head P4\n    [ -1, 3, C3, [ 512, False ] ],  # 20 (P4/16-medium)\n\n    [ [ 17, 20 ], 1, Detect, [ nc, anchors ] ],  # Detect(P3, P4)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5-p6.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.0  # model depth multiple\nwidth_multiple: 1.0  # layer channel multiple\nanchors: 3  # AutoAnchor evolves 3 anchors per P output layer\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [768, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [768]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 9-P6/64\n   [-1, 3, C3, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 11\n  ]\n\n# YOLOv5 v6.0 head with (P3, P4, P5, P6) outputs\nhead:\n  [[-1, 1, Conv, [768, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 8], 1, Concat, [1]],  # cat backbone P5\n   [-1, 3, C3, [768, False]],  # 15\n\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 19\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 23 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 20], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3, [512, False]],  # 26 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 16], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [768, False]],  # 29 (P5/32-large)\n\n   [-1, 1, Conv, [768, 3, 2]],\n   [[-1, 12], 1, Concat, [1]],  # cat head P6\n   [-1, 3, C3, [1024, False]],  # 32 (P6/64-xlarge)\n\n   [[23, 26, 29, 32], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5, P6)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5-p7.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.0  # model depth multiple\nwidth_multiple: 1.0  # layer channel multiple\nanchors: 3  # AutoAnchor evolves 3 anchors per P output layer\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [768, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [768]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 9-P6/64\n   [-1, 3, C3, [1024]],\n   [-1, 1, Conv, [1280, 3, 2]],  # 11-P7/128\n   [-1, 3, C3, [1280]],\n   [-1, 1, SPPF, [1280, 5]],  # 13\n  ]\n\n# YOLOv5 v6.0 head with (P3, P4, P5, P6, P7) outputs\nhead:\n  [[-1, 1, Conv, [1024, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 10], 1, Concat, [1]],  # cat backbone P6\n   [-1, 3, C3, [1024, False]],  # 17\n\n   [-1, 1, Conv, [768, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 8], 1, Concat, [1]],  # cat backbone P5\n   [-1, 3, C3, [768, False]],  # 21\n\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 25\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 29 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 26], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3, [512, False]],  # 32 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 22], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [768, False]],  # 35 (P5/32-large)\n\n   [-1, 1, Conv, [768, 3, 2]],\n   [[-1, 18], 1, Concat, [1]],  # cat head P6\n   [-1, 3, C3, [1024, False]],  # 38 (P6/64-xlarge)\n\n   [-1, 1, Conv, [1024, 3, 2]],\n   [[-1, 14], 1, Concat, [1]],  # cat head P7\n   [-1, 3, C3, [1280, False]],  # 41 (P7/128-xxlarge)\n\n   [[29, 32, 35, 38, 41], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5, P6, P7)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5-panet.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.0  # model depth multiple\nwidth_multiple: 1.0  # layer channel multiple\nanchors:\n  - [10,13, 16,30, 33,23]  # P3/8\n  - [30,61, 62,45, 59,119]  # P4/16\n  - [116,90, 156,198, 373,326]  # P5/32\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 9\n  ]\n\n# YOLOv5 v6.0 PANet head\nhead:\n  [[-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 13\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 17 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 14], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3, [512, False]],  # 20 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 10], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [1024, False]],  # 23 (P5/32-large)\n\n   [[17, 20, 23], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5l6.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.0  # model depth multiple\nwidth_multiple: 1.0  # layer channel multiple\nanchors:\n  - [19,27,  44,40,  38,94]  # P3/8\n  - [96,68,  86,152,  180,137]  # P4/16\n  - [140,301,  303,264,  238,542]  # P5/32\n  - [436,615,  739,380,  925,792]  # P6/64\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [768, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [768]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 9-P6/64\n   [-1, 3, C3, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 11\n  ]\n\n# YOLOv5 v6.0 head\nhead:\n  [[-1, 1, Conv, [768, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 8], 1, Concat, [1]],  # cat backbone P5\n   [-1, 3, C3, [768, False]],  # 15\n\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 19\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 23 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 20], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3, [512, False]],  # 26 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 16], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [768, False]],  # 29 (P5/32-large)\n\n   [-1, 1, Conv, [768, 3, 2]],\n   [[-1, 12], 1, Concat, [1]],  # cat head P6\n   [-1, 3, C3, [1024, False]],  # 32 (P6/64-xlarge)\n\n   [[23, 26, 29, 32], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5, P6)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5m6.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 0.67  # model depth multiple\nwidth_multiple: 0.75  # layer channel multiple\nanchors:\n  - [19,27,  44,40,  38,94]  # P3/8\n  - [96,68,  86,152,  180,137]  # P4/16\n  - [140,301,  303,264,  238,542]  # P5/32\n  - [436,615,  739,380,  925,792]  # P6/64\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [768, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [768]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 9-P6/64\n   [-1, 3, C3, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 11\n  ]\n\n# YOLOv5 v6.0 head\nhead:\n  [[-1, 1, Conv, [768, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 8], 1, Concat, [1]],  # cat backbone P5\n   [-1, 3, C3, [768, False]],  # 15\n\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 19\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 23 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 20], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3, [512, False]],  # 26 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 16], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [768, False]],  # 29 (P5/32-large)\n\n   [-1, 1, Conv, [768, 3, 2]],\n   [[-1, 12], 1, Concat, [1]],  # cat head P6\n   [-1, 3, C3, [1024, False]],  # 32 (P6/64-xlarge)\n\n   [[23, 26, 29, 32], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5, P6)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5n6.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 0.33  # model depth multiple\nwidth_multiple: 0.25  # layer channel multiple\nanchors:\n  - [19,27,  44,40,  38,94]  # P3/8\n  - [96,68,  86,152,  180,137]  # P4/16\n  - [140,301,  303,264,  238,542]  # P5/32\n  - [436,615,  739,380,  925,792]  # P6/64\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [768, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [768]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 9-P6/64\n   [-1, 3, C3, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 11\n  ]\n\n# YOLOv5 v6.0 head\nhead:\n  [[-1, 1, Conv, [768, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 8], 1, Concat, [1]],  # cat backbone P5\n   [-1, 3, C3, [768, False]],  # 15\n\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 19\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 23 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 20], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3, [512, False]],  # 26 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 16], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [768, False]],  # 29 (P5/32-large)\n\n   [-1, 1, Conv, [768, 3, 2]],\n   [[-1, 12], 1, Concat, [1]],  # cat head P6\n   [-1, 3, C3, [1024, False]],  # 32 (P6/64-xlarge)\n\n   [[23, 26, 29, 32], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5, P6)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5s-ghost.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 0.33  # model depth multiple\nwidth_multiple: 0.50  # layer channel multiple\nanchors:\n  - [10,13, 16,30, 33,23]  # P3/8\n  - [30,61, 62,45, 59,119]  # P4/16\n  - [116,90, 156,198, 373,326]  # P5/32\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, GhostConv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3Ghost, [128]],\n   [-1, 1, GhostConv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3Ghost, [256]],\n   [-1, 1, GhostConv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3Ghost, [512]],\n   [-1, 1, GhostConv, [1024, 3, 2]],  # 7-P5/32\n   [-1, 3, C3Ghost, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 9\n  ]\n\n# YOLOv5 v6.0 head\nhead:\n  [[-1, 1, GhostConv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3Ghost, [512, False]],  # 13\n\n   [-1, 1, GhostConv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3Ghost, [256, False]],  # 17 (P3/8-small)\n\n   [-1, 1, GhostConv, [256, 3, 2]],\n   [[-1, 14], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3Ghost, [512, False]],  # 20 (P4/16-medium)\n\n   [-1, 1, GhostConv, [512, 3, 2]],\n   [[-1, 10], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3Ghost, [1024, False]],  # 23 (P5/32-large)\n\n   [[17, 20, 23], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5s-transformer.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 0.33  # model depth multiple\nwidth_multiple: 0.50  # layer channel multiple\nanchors:\n  - [10,13, 16,30, 33,23]  # P3/8\n  - [30,61, 62,45, 59,119]  # P4/16\n  - [116,90, 156,198, 373,326]  # P5/32\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 7-P5/32\n   [-1, 3, C3TR, [1024]],  # 9 <--- C3TR() Transformer module\n   [-1, 1, SPPF, [1024, 5]],  # 9\n  ]\n\n# YOLOv5 v6.0 head\nhead:\n  [[-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 13\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 17 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 14], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3, [512, False]],  # 20 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 10], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [1024, False]],  # 23 (P5/32-large)\n\n   [[17, 20, 23], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5s6.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 0.33  # model depth multiple\nwidth_multiple: 0.50  # layer channel multiple\nanchors:\n  - [19,27,  44,40,  38,94]  # P3/8\n  - [96,68,  86,152,  180,137]  # P4/16\n  - [140,301,  303,264,  238,542]  # P5/32\n  - [436,615,  739,380,  925,792]  # P6/64\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [768, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [768]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 9-P6/64\n   [-1, 3, C3, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 11\n  ]\n\n# YOLOv5 v6.0 head\nhead:\n  [[-1, 1, Conv, [768, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 8], 1, Concat, [1]],  # cat backbone P5\n   [-1, 3, C3, [768, False]],  # 15\n\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 19\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 23 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 20], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3, [512, False]],  # 26 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 16], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [768, False]],  # 29 (P5/32-large)\n\n   [-1, 1, Conv, [768, 3, 2]],\n   [[-1, 12], 1, Concat, [1]],  # cat head P6\n   [-1, 3, C3, [1024, False]],  # 32 (P6/64-xlarge)\n\n   [[23, 26, 29, 32], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5, P6)\n  ]\n"
  },
  {
    "path": "models/hub/yolov5x6.yaml",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\n# Parameters\nnc: 80  # number of classes\ndepth_multiple: 1.33  # model depth multiple\nwidth_multiple: 1.25  # layer channel multiple\nanchors:\n  - [19,27,  44,40,  38,94]  # P3/8\n  - [96,68,  86,152,  180,137]  # P4/16\n  - [140,301,  303,264,  238,542]  # P5/32\n  - [436,615,  739,380,  925,792]  # P6/64\n\n# YOLOv5 v6.0 backbone\nbackbone:\n  # [from, number, module, args]\n  [[-1, 1, Conv, [64, 6, 2, 2]],  # 0-P1/2\n   [-1, 1, Conv, [128, 3, 2]],  # 1-P2/4\n   [-1, 3, C3, [128]],\n   [-1, 1, Conv, [256, 3, 2]],  # 3-P3/8\n   [-1, 6, C3, [256]],\n   [-1, 1, Conv, [512, 3, 2]],  # 5-P4/16\n   [-1, 9, C3, [512]],\n   [-1, 1, Conv, [768, 3, 2]],  # 7-P5/32\n   [-1, 3, C3, [768]],\n   [-1, 1, Conv, [1024, 3, 2]],  # 9-P6/64\n   [-1, 3, C3, [1024]],\n   [-1, 1, SPPF, [1024, 5]],  # 11\n  ]\n\n# YOLOv5 v6.0 head\nhead:\n  [[-1, 1, Conv, [768, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 8], 1, Concat, [1]],  # cat backbone P5\n   [-1, 3, C3, [768, False]],  # 15\n\n   [-1, 1, Conv, [512, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 6], 1, Concat, [1]],  # cat backbone P4\n   [-1, 3, C3, [512, False]],  # 19\n\n   [-1, 1, Conv, [256, 1, 1]],\n   [-1, 1, nn.Upsample, [None, 2, 'nearest']],\n   [[-1, 4], 1, Concat, [1]],  # cat backbone P3\n   [-1, 3, C3, [256, False]],  # 23 (P3/8-small)\n\n   [-1, 1, Conv, [256, 3, 2]],\n   [[-1, 20], 1, Concat, [1]],  # cat head P4\n   [-1, 3, C3, [512, False]],  # 26 (P4/16-medium)\n\n   [-1, 1, Conv, [512, 3, 2]],\n   [[-1, 16], 1, Concat, [1]],  # cat head P5\n   [-1, 3, C3, [768, False]],  # 29 (P5/32-large)\n\n   [-1, 1, Conv, [768, 3, 2]],\n   [[-1, 12], 1, Concat, [1]],  # cat head P6\n   [-1, 3, C3, [1024, False]],  # 32 (P6/64-xlarge)\n\n   [[23, 26, 29, 32], 1, Detect, [nc, anchors]],  # Detect(P3, P4, P5, P6)\n  ]\n"
  },
  {
    "path": "models/tf.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nTensorFlow, Keras and TFLite versions of YOLOv5\nAuthored by https://github.com/zldrobit in PR https://github.com/ultralytics/yolov5/pull/1127\n\nUsage:\n    $ python models/tf.py --weights yolov5s.pt\n\nExport:\n    $ python path/to/export.py --weights yolov5s.pt --include saved_model pb tflite tfjs\n\"\"\"\n\nimport argparse\nimport sys\nfrom copy import deepcopy\nfrom pathlib import Path\n\nFILE = Path(__file__).resolve()\nROOT = FILE.parents[1]  # YOLOv5 root directory\nif str(ROOT) not in sys.path:\n    sys.path.append(str(ROOT))  # add ROOT to PATH\n# ROOT = ROOT.relative_to(Path.cwd())  # relative\n\nimport numpy as np\nimport tensorflow as tf\nimport torch\nimport torch.nn as nn\nfrom tensorflow import keras\n\nfrom models.common import C3, SPP, SPPF, Bottleneck, BottleneckCSP, Concat, Conv, DWConv, Focus, autopad\nfrom models.experimental import CrossConv, MixConv2d, attempt_load\nfrom models.yolo import Detect\nfrom utils.activations import SiLU\nfrom utils.general import LOGGER, make_divisible, print_args\n\n\nclass TFBN(keras.layers.Layer):\n    # TensorFlow BatchNormalization wrapper\n    def __init__(self, w=None):\n        super().__init__()\n        self.bn = keras.layers.BatchNormalization(\n            beta_initializer=keras.initializers.Constant(w.bias.numpy()),\n            gamma_initializer=keras.initializers.Constant(w.weight.numpy()),\n            moving_mean_initializer=keras.initializers.Constant(w.running_mean.numpy()),\n            moving_variance_initializer=keras.initializers.Constant(w.running_var.numpy()),\n            epsilon=w.eps)\n\n    def call(self, inputs):\n        return self.bn(inputs)\n\n\nclass TFPad(keras.layers.Layer):\n    def __init__(self, pad):\n        super().__init__()\n        self.pad = tf.constant([[0, 0], [pad, pad], [pad, pad], [0, 0]])\n\n    def call(self, inputs):\n        return tf.pad(inputs, self.pad, mode='constant', constant_values=0)\n\n\nclass TFConv(keras.layers.Layer):\n    # Standard convolution\n    def __init__(self, c1, c2, k=1, s=1, p=None, g=1, act=True, w=None):\n        # ch_in, ch_out, weights, kernel, stride, padding, groups\n        super().__init__()\n        assert g == 1, \"TF v2.2 Conv2D does not support 'groups' argument\"\n        assert isinstance(k, int), \"Convolution with multiple kernels are not allowed.\"\n        # TensorFlow convolution padding is inconsistent with PyTorch (e.g. k=3 s=2 'SAME' padding)\n        # see https://stackoverflow.com/questions/52975843/comparing-conv2d-with-padding-between-tensorflow-and-pytorch\n\n        conv = keras.layers.Conv2D(\n            c2, k, s, 'SAME' if s == 1 else 'VALID', use_bias=False if hasattr(w, 'bn') else True,\n            kernel_initializer=keras.initializers.Constant(w.conv.weight.permute(2, 3, 1, 0).numpy()),\n            bias_initializer='zeros' if hasattr(w, 'bn') else keras.initializers.Constant(w.conv.bias.numpy()))\n        self.conv = conv if s == 1 else keras.Sequential([TFPad(autopad(k, p)), conv])\n        self.bn = TFBN(w.bn) if hasattr(w, 'bn') else tf.identity\n\n        # YOLOv5 activations\n        if isinstance(w.act, nn.LeakyReLU):\n            self.act = (lambda x: keras.activations.relu(x, alpha=0.1)) if act else tf.identity\n        elif isinstance(w.act, nn.Hardswish):\n            self.act = (lambda x: x * tf.nn.relu6(x + 3) * 0.166666667) if act else tf.identity\n        elif isinstance(w.act, (nn.SiLU, SiLU)):\n            self.act = (lambda x: keras.activations.swish(x)) if act else tf.identity\n        else:\n            raise Exception(f'no matching TensorFlow activation found for {w.act}')\n\n    def call(self, inputs):\n        return self.act(self.bn(self.conv(inputs)))\n\n\nclass TFFocus(keras.layers.Layer):\n    # Focus wh information into c-space\n    def __init__(self, c1, c2, k=1, s=1, p=None, g=1, act=True, w=None):\n        # ch_in, ch_out, kernel, stride, padding, groups\n        super().__init__()\n        self.conv = TFConv(c1 * 4, c2, k, s, p, g, act, w.conv)\n\n    def call(self, inputs):  # x(b,w,h,c) -> y(b,w/2,h/2,4c)\n        # inputs = inputs / 255  # normalize 0-255 to 0-1\n        return self.conv(tf.concat([inputs[:, ::2, ::2, :],\n                                    inputs[:, 1::2, ::2, :],\n                                    inputs[:, ::2, 1::2, :],\n                                    inputs[:, 1::2, 1::2, :]], 3))\n\n\nclass TFBottleneck(keras.layers.Layer):\n    # Standard bottleneck\n    def __init__(self, c1, c2, shortcut=True, g=1, e=0.5, w=None):  # ch_in, ch_out, shortcut, groups, expansion\n        super().__init__()\n        c_ = int(c2 * e)  # hidden channels\n        self.cv1 = TFConv(c1, c_, 1, 1, w=w.cv1)\n        self.cv2 = TFConv(c_, c2, 3, 1, g=g, w=w.cv2)\n        self.add = shortcut and c1 == c2\n\n    def call(self, inputs):\n        return inputs + self.cv2(self.cv1(inputs)) if self.add else self.cv2(self.cv1(inputs))\n\n\nclass TFConv2d(keras.layers.Layer):\n    # Substitution for PyTorch nn.Conv2D\n    def __init__(self, c1, c2, k, s=1, g=1, bias=True, w=None):\n        super().__init__()\n        assert g == 1, \"TF v2.2 Conv2D does not support 'groups' argument\"\n        self.conv = keras.layers.Conv2D(\n            c2, k, s, 'VALID', use_bias=bias,\n            kernel_initializer=keras.initializers.Constant(w.weight.permute(2, 3, 1, 0).numpy()),\n            bias_initializer=keras.initializers.Constant(w.bias.numpy()) if bias else None, )\n\n    def call(self, inputs):\n        return self.conv(inputs)\n\n\nclass TFBottleneckCSP(keras.layers.Layer):\n    # CSP Bottleneck https://github.com/WongKinYiu/CrossStagePartialNetworks\n    def __init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5, w=None):\n        # ch_in, ch_out, number, shortcut, groups, expansion\n        super().__init__()\n        c_ = int(c2 * e)  # hidden channels\n        self.cv1 = TFConv(c1, c_, 1, 1, w=w.cv1)\n        self.cv2 = TFConv2d(c1, c_, 1, 1, bias=False, w=w.cv2)\n        self.cv3 = TFConv2d(c_, c_, 1, 1, bias=False, w=w.cv3)\n        self.cv4 = TFConv(2 * c_, c2, 1, 1, w=w.cv4)\n        self.bn = TFBN(w.bn)\n        self.act = lambda x: keras.activations.relu(x, alpha=0.1)\n        self.m = keras.Sequential([TFBottleneck(c_, c_, shortcut, g, e=1.0, w=w.m[j]) for j in range(n)])\n\n    def call(self, inputs):\n        y1 = self.cv3(self.m(self.cv1(inputs)))\n        y2 = self.cv2(inputs)\n        return self.cv4(self.act(self.bn(tf.concat((y1, y2), axis=3))))\n\n\nclass TFC3(keras.layers.Layer):\n    # CSP Bottleneck with 3 convolutions\n    def __init__(self, c1, c2, n=1, shortcut=True, g=1, e=0.5, w=None):\n        # ch_in, ch_out, number, shortcut, groups, expansion\n        super().__init__()\n        c_ = int(c2 * e)  # hidden channels\n        self.cv1 = TFConv(c1, c_, 1, 1, w=w.cv1)\n        self.cv2 = TFConv(c1, c_, 1, 1, w=w.cv2)\n        self.cv3 = TFConv(2 * c_, c2, 1, 1, w=w.cv3)\n        self.m = keras.Sequential([TFBottleneck(c_, c_, shortcut, g, e=1.0, w=w.m[j]) for j in range(n)])\n\n    def call(self, inputs):\n        return self.cv3(tf.concat((self.m(self.cv1(inputs)), self.cv2(inputs)), axis=3))\n\n\nclass TFSPP(keras.layers.Layer):\n    # Spatial pyramid pooling layer used in YOLOv3-SPP\n    def __init__(self, c1, c2, k=(5, 9, 13), w=None):\n        super().__init__()\n        c_ = c1 // 2  # hidden channels\n        self.cv1 = TFConv(c1, c_, 1, 1, w=w.cv1)\n        self.cv2 = TFConv(c_ * (len(k) + 1), c2, 1, 1, w=w.cv2)\n        self.m = [keras.layers.MaxPool2D(pool_size=x, strides=1, padding='SAME') for x in k]\n\n    def call(self, inputs):\n        x = self.cv1(inputs)\n        return self.cv2(tf.concat([x] + [m(x) for m in self.m], 3))\n\n\nclass TFSPPF(keras.layers.Layer):\n    # Spatial pyramid pooling-Fast layer\n    def __init__(self, c1, c2, k=5, w=None):\n        super().__init__()\n        c_ = c1 // 2  # hidden channels\n        self.cv1 = TFConv(c1, c_, 1, 1, w=w.cv1)\n        self.cv2 = TFConv(c_ * 4, c2, 1, 1, w=w.cv2)\n        self.m = keras.layers.MaxPool2D(pool_size=k, strides=1, padding='SAME')\n\n    def call(self, inputs):\n        x = self.cv1(inputs)\n        y1 = self.m(x)\n        y2 = self.m(y1)\n        return self.cv2(tf.concat([x, y1, y2, self.m(y2)], 3))\n\n\nclass TFDetect(keras.layers.Layer):\n    def __init__(self, nc=80, anchors=(), ch=(), imgsz=(640, 640), w=None):  # detection layer\n        super().__init__()\n        self.stride = tf.convert_to_tensor(w.stride.numpy(), dtype=tf.float32)\n        self.nc = nc  # number of classes\n        self.no = nc + 5  # number of outputs per anchor\n        self.nl = len(anchors)  # number of detection layers\n        self.na = len(anchors[0]) // 2  # number of anchors\n        self.grid = [tf.zeros(1)] * self.nl  # init grid\n        self.anchors = tf.convert_to_tensor(w.anchors.numpy(), dtype=tf.float32)\n        self.anchor_grid = tf.reshape(self.anchors * tf.reshape(self.stride, [self.nl, 1, 1]),\n                                      [self.nl, 1, -1, 1, 2])\n        self.m = [TFConv2d(x, self.no * self.na, 1, w=w.m[i]) for i, x in enumerate(ch)]\n        self.training = False  # set to False after building model\n        self.imgsz = imgsz\n        for i in range(self.nl):\n            ny, nx = self.imgsz[0] // self.stride[i], self.imgsz[1] // self.stride[i]\n            self.grid[i] = self._make_grid(nx, ny)\n\n    def call(self, inputs):\n        z = []  # inference output\n        x = []\n        for i in range(self.nl):\n            x.append(self.m[i](inputs[i]))\n            # x(bs,20,20,255) to x(bs,3,20,20,85)\n            ny, nx = self.imgsz[0] // self.stride[i], self.imgsz[1] // self.stride[i]\n            x[i] = tf.transpose(tf.reshape(x[i], [-1, ny * nx, self.na, self.no]), [0, 2, 1, 3])\n\n            if not self.training:  # inference\n                y = tf.sigmoid(x[i])\n                xy = (y[..., 0:2] * 2 - 0.5 + self.grid[i]) * self.stride[i]  # xy\n                wh = (y[..., 2:4] * 2) ** 2 * self.anchor_grid[i]\n                # Normalize xywh to 0-1 to reduce calibration error\n                xy /= tf.constant([[self.imgsz[1], self.imgsz[0]]], dtype=tf.float32)\n                wh /= tf.constant([[self.imgsz[1], self.imgsz[0]]], dtype=tf.float32)\n                y = tf.concat([xy, wh, y[..., 4:]], -1)\n                z.append(tf.reshape(y, [-1, self.na * ny * nx, self.no]))\n\n        return x if self.training else (tf.concat(z, 1), x)\n\n    @staticmethod\n    def _make_grid(nx=20, ny=20):\n        # yv, xv = torch.meshgrid([torch.arange(ny), torch.arange(nx)])\n        # return torch.stack((xv, yv), 2).view((1, 1, ny, nx, 2)).float()\n        xv, yv = tf.meshgrid(tf.range(nx), tf.range(ny))\n        return tf.cast(tf.reshape(tf.stack([xv, yv], 2), [1, 1, ny * nx, 2]), dtype=tf.float32)\n\n\nclass TFUpsample(keras.layers.Layer):\n    def __init__(self, size, scale_factor, mode, w=None):  # warning: all arguments needed including 'w'\n        super().__init__()\n        assert scale_factor == 2, \"scale_factor must be 2\"\n        self.upsample = lambda x: tf.image.resize(x, (x.shape[1] * 2, x.shape[2] * 2), method=mode)\n        # self.upsample = keras.layers.UpSampling2D(size=scale_factor, interpolation=mode)\n        # with default arguments: align_corners=False, half_pixel_centers=False\n        # self.upsample = lambda x: tf.raw_ops.ResizeNearestNeighbor(images=x,\n        #                                                            size=(x.shape[1] * 2, x.shape[2] * 2))\n\n    def call(self, inputs):\n        return self.upsample(inputs)\n\n\nclass TFConcat(keras.layers.Layer):\n    def __init__(self, dimension=1, w=None):\n        super().__init__()\n        assert dimension == 1, \"convert only NCHW to NHWC concat\"\n        self.d = 3\n\n    def call(self, inputs):\n        return tf.concat(inputs, self.d)\n\n\ndef parse_model(d, ch, model, imgsz):  # model_dict, input_channels(3)\n    LOGGER.info(f\"\\n{'':>3}{'from':>18}{'n':>3}{'params':>10}  {'module':<40}{'arguments':<30}\")\n    anchors, nc, gd, gw = d['anchors'], d['nc'], d['depth_multiple'], d['width_multiple']\n    na = (len(anchors[0]) // 2) if isinstance(anchors, list) else anchors  # number of anchors\n    no = na * (nc + 5)  # number of outputs = anchors * (classes + 5)\n\n    layers, save, c2 = [], [], ch[-1]  # layers, savelist, ch out\n    for i, (f, n, m, args) in enumerate(d['backbone'] + d['head']):  # from, number, module, args\n        m_str = m\n        m = eval(m) if isinstance(m, str) else m  # eval strings\n        for j, a in enumerate(args):\n            try:\n                args[j] = eval(a) if isinstance(a, str) else a  # eval strings\n            except NameError:\n                pass\n\n        n = max(round(n * gd), 1) if n > 1 else n  # depth gain\n        if m in [nn.Conv2d, Conv, Bottleneck, SPP, SPPF, DWConv, MixConv2d, Focus, CrossConv, BottleneckCSP, C3]:\n            c1, c2 = ch[f], args[0]\n            c2 = make_divisible(c2 * gw, 8) if c2 != no else c2\n\n            args = [c1, c2, *args[1:]]\n            if m in [BottleneckCSP, C3]:\n                args.insert(2, n)\n                n = 1\n        elif m is nn.BatchNorm2d:\n            args = [ch[f]]\n        elif m is Concat:\n            c2 = sum(ch[-1 if x == -1 else x + 1] for x in f)\n        elif m is Detect:\n            args.append([ch[x + 1] for x in f])\n            if isinstance(args[1], int):  # number of anchors\n                args[1] = [list(range(args[1] * 2))] * len(f)\n            args.append(imgsz)\n        else:\n            c2 = ch[f]\n\n        tf_m = eval('TF' + m_str.replace('nn.', ''))\n        m_ = keras.Sequential([tf_m(*args, w=model.model[i][j]) for j in range(n)]) if n > 1 \\\n            else tf_m(*args, w=model.model[i])  # module\n\n        torch_m_ = nn.Sequential(*(m(*args) for _ in range(n))) if n > 1 else m(*args)  # module\n        t = str(m)[8:-2].replace('__main__.', '')  # module type\n        np = sum(x.numel() for x in torch_m_.parameters())  # number params\n        m_.i, m_.f, m_.type, m_.np = i, f, t, np  # attach index, 'from' index, type, number params\n        LOGGER.info(f'{i:>3}{str(f):>18}{str(n):>3}{np:>10}  {t:<40}{str(args):<30}')  # print\n        save.extend(x % i for x in ([f] if isinstance(f, int) else f) if x != -1)  # append to savelist\n        layers.append(m_)\n        ch.append(c2)\n    return keras.Sequential(layers), sorted(save)\n\n\nclass TFModel:\n    def __init__(self, cfg='yolov5s.yaml', ch=3, nc=None, model=None, imgsz=(640, 640)):  # model, channels, classes\n        super().__init__()\n        if isinstance(cfg, dict):\n            self.yaml = cfg  # model dict\n        else:  # is *.yaml\n            import yaml  # for torch hub\n            self.yaml_file = Path(cfg).name\n            with open(cfg) as f:\n                self.yaml = yaml.load(f, Loader=yaml.FullLoader)  # model dict\n\n        # Define model\n        if nc and nc != self.yaml['nc']:\n            LOGGER.info(f\"Overriding {cfg} nc={self.yaml['nc']} with nc={nc}\")\n            self.yaml['nc'] = nc  # override yaml value\n        self.model, self.savelist = parse_model(deepcopy(self.yaml), ch=[ch], model=model, imgsz=imgsz)\n\n    def predict(self, inputs, tf_nms=False, agnostic_nms=False, topk_per_class=100, topk_all=100, iou_thres=0.45,\n                conf_thres=0.25):\n        y = []  # outputs\n        x = inputs\n        for i, m in enumerate(self.model.layers):\n            if m.f != -1:  # if not from previous layer\n                x = y[m.f] if isinstance(m.f, int) else [x if j == -1 else y[j] for j in m.f]  # from earlier layers\n\n            x = m(x)  # run\n            y.append(x if m.i in self.savelist else None)  # save output\n\n        # Add TensorFlow NMS\n        if tf_nms:\n            boxes = self._xywh2xyxy(x[0][..., :4])\n            probs = x[0][:, :, 4:5]\n            classes = x[0][:, :, 5:]\n            scores = probs * classes\n            if agnostic_nms:\n                nms = AgnosticNMS()((boxes, classes, scores), topk_all, iou_thres, conf_thres)\n                return nms, x[1]\n            else:\n                boxes = tf.expand_dims(boxes, 2)\n                nms = tf.image.combined_non_max_suppression(\n                    boxes, scores, topk_per_class, topk_all, iou_thres, conf_thres, clip_boxes=False)\n                return nms, x[1]\n\n        return x[0]  # output only first tensor [1,6300,85] = [xywh, conf, class0, class1, ...]\n        # x = x[0][0]  # [x(1,6300,85), ...] to x(6300,85)\n        # xywh = x[..., :4]  # x(6300,4) boxes\n        # conf = x[..., 4:5]  # x(6300,1) confidences\n        # cls = tf.reshape(tf.cast(tf.argmax(x[..., 5:], axis=1), tf.float32), (-1, 1))  # x(6300,1)  classes\n        # return tf.concat([conf, cls, xywh], 1)\n\n    @staticmethod\n    def _xywh2xyxy(xywh):\n        # Convert nx4 boxes from [x, y, w, h] to [x1, y1, x2, y2] where xy1=top-left, xy2=bottom-right\n        x, y, w, h = tf.split(xywh, num_or_size_splits=4, axis=-1)\n        return tf.concat([x - w / 2, y - h / 2, x + w / 2, y + h / 2], axis=-1)\n\n\nclass AgnosticNMS(keras.layers.Layer):\n    # TF Agnostic NMS\n    def call(self, input, topk_all, iou_thres, conf_thres):\n        # wrap map_fn to avoid TypeSpec related error https://stackoverflow.com/a/65809989/3036450\n        return tf.map_fn(lambda x: self._nms(x, topk_all, iou_thres, conf_thres), input,\n                         fn_output_signature=(tf.float32, tf.float32, tf.float32, tf.int32),\n                         name='agnostic_nms')\n\n    @staticmethod\n    def _nms(x, topk_all=100, iou_thres=0.45, conf_thres=0.25):  # agnostic NMS\n        boxes, classes, scores = x\n        class_inds = tf.cast(tf.argmax(classes, axis=-1), tf.float32)\n        scores_inp = tf.reduce_max(scores, -1)\n        selected_inds = tf.image.non_max_suppression(\n            boxes, scores_inp, max_output_size=topk_all, iou_threshold=iou_thres, score_threshold=conf_thres)\n        selected_boxes = tf.gather(boxes, selected_inds)\n        padded_boxes = tf.pad(selected_boxes,\n                              paddings=[[0, topk_all - tf.shape(selected_boxes)[0]], [0, 0]],\n                              mode=\"CONSTANT\", constant_values=0.0)\n        selected_scores = tf.gather(scores_inp, selected_inds)\n        padded_scores = tf.pad(selected_scores,\n                               paddings=[[0, topk_all - tf.shape(selected_boxes)[0]]],\n                               mode=\"CONSTANT\", constant_values=-1.0)\n        selected_classes = tf.gather(class_inds, selected_inds)\n        padded_classes = tf.pad(selected_classes,\n                                paddings=[[0, topk_all - tf.shape(selected_boxes)[0]]],\n                                mode=\"CONSTANT\", constant_values=-1.0)\n        valid_detections = tf.shape(selected_inds)[0]\n        return padded_boxes, padded_scores, padded_classes, valid_detections\n\n\ndef representative_dataset_gen(dataset, ncalib=100):\n    # Representative dataset generator for use with converter.representative_dataset, returns a generator of np arrays\n    for n, (path, img, im0s, vid_cap, string) in enumerate(dataset):\n        input = np.transpose(img, [1, 2, 0])\n        input = np.expand_dims(input, axis=0).astype(np.float32)\n        input /= 255\n        yield [input]\n        if n >= ncalib:\n            break\n\n\ndef run(weights=ROOT / 'yolov5s.pt',  # weights path\n        imgsz=(640, 640),  # inference size h,w\n        batch_size=1,  # batch size\n        dynamic=False,  # dynamic batch size\n        ):\n    # PyTorch model\n    im = torch.zeros((batch_size, 3, *imgsz))  # BCHW image\n    model = attempt_load(weights, map_location=torch.device('cpu'), inplace=True, fuse=False)\n    _ = model(im)  # inference\n    model.info()\n\n    # TensorFlow model\n    im = tf.zeros((batch_size, *imgsz, 3))  # BHWC image\n    tf_model = TFModel(cfg=model.yaml, model=model, nc=model.nc, imgsz=imgsz)\n    _ = tf_model.predict(im)  # inference\n\n    # Keras model\n    im = keras.Input(shape=(*imgsz, 3), batch_size=None if dynamic else batch_size)\n    keras_model = keras.Model(inputs=im, outputs=tf_model.predict(im))\n    keras_model.summary()\n\n    LOGGER.info('PyTorch, TensorFlow and Keras models successfully verified.\\nUse export.py for TF model export.')\n\n\ndef parse_opt():\n    parser = argparse.ArgumentParser()\n    parser.add_argument('--weights', type=str, default=ROOT / 'yolov5s.pt', help='weights path')\n    parser.add_argument('--imgsz', '--img', '--img-size', nargs='+', type=int, default=[640], help='inference size h,w')\n    parser.add_argument('--batch-size', type=int, default=1, help='batch size')\n    parser.add_argument('--dynamic', action='store_true', help='dynamic batch size')\n    opt = parser.parse_args()\n    opt.imgsz *= 2 if len(opt.imgsz) == 1 else 1  # expand\n    print_args(FILE.stem, opt)\n    return opt\n\n\ndef main(opt):\n    run(**vars(opt))\n\n\nif __name__ == \"__main__\":\n    opt = parse_opt()\n    main(opt)\n"
  },
  {
    "path": "models/yolo.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nYOLO-specific modules\n\nUsage:\n    $ python path/to/models/yolo.py --cfg yolov5s.yaml\n\"\"\"\n\nimport argparse\nimport sys\nfrom copy import deepcopy\nfrom pathlib import Path\n\nFILE = Path(__file__).resolve()\nROOT = FILE.parents[1]  # YOLOv5 root directory\nif str(ROOT) not in sys.path:\n    sys.path.append(str(ROOT))  # add ROOT to PATH\n# ROOT = ROOT.relative_to(Path.cwd())  # relative\n\nfrom models.common import *\nfrom models.experimental import *\nfrom utils.autoanchor import check_anchor_order\nfrom utils.general import LOGGER, check_version, check_yaml, make_divisible, print_args\nfrom utils.plots import feature_visualization\nfrom utils.torch_utils import fuse_conv_and_bn, initialize_weights, model_info, scale_img, select_device, time_sync\n\ntry:\n    import thop  # for FLOPs computation\nexcept ImportError:\n    thop = None\n\n\nclass Detect(nn.Module):\n    stride = None  # strides computed during build\n    onnx_dynamic = False  # ONNX export parameter\n\n    def __init__(self, nc=80, anchors=(), ch=(), inplace=True):  # detection layer\n        super().__init__()\n        self.nc = nc  # number of classes\n        self.no = nc + 5  # number of outputs per anchor\n        self.nl = len(anchors)  # number of detection layers\n        self.na = len(anchors[0]) // 2  # number of anchors\n        self.grid = [torch.zeros(1)] * self.nl  # init grid\n        self.anchor_grid = [torch.zeros(1)] * self.nl  # init anchor grid\n        self.register_buffer('anchors', torch.tensor(anchors).float().view(self.nl, -1, 2))  # shape(nl,na,2)\n        self.m = nn.ModuleList(nn.Conv2d(x, self.no * self.na, 1) for x in ch)  # output conv\n        self.inplace = inplace  # use in-place ops (e.g. slice assignment)\n\n    def forward(self, x):\n        z = []  # inference output\n        for i in range(self.nl):\n            x[i] = self.m[i](x[i])  # conv\n            bs, _, ny, nx = x[i].shape  # x(bs,255,20,20) to x(bs,3,20,20,85)\n            x[i] = x[i].view(bs, self.na, self.no, ny, nx).permute(0, 1, 3, 4, 2).contiguous()\n\n            if not self.training:  # inference\n                if self.onnx_dynamic or self.grid[i].shape[2:4] != x[i].shape[2:4]:\n                    self.grid[i], self.anchor_grid[i] = self._make_grid(nx, ny, i)\n\n                y = x[i].sigmoid()\n                if self.inplace:\n                    y[..., 0:2] = (y[..., 0:2] * 2 - 0.5 + self.grid[i]) * self.stride[i]  # xy\n                    y[..., 2:4] = (y[..., 2:4] * 2) ** 2 * self.anchor_grid[i]  # wh\n                else:  # for YOLOv5 on AWS Inferentia https://github.com/ultralytics/yolov5/pull/2953\n                    xy = (y[..., 0:2] * 2 - 0.5 + self.grid[i]) * self.stride[i]  # xy\n                    wh = (y[..., 2:4] * 2) ** 2 * self.anchor_grid[i]  # wh\n                    y = torch.cat((xy, wh, y[..., 4:]), -1)\n                z.append(y.view(bs, -1, self.no))\n\n        return x if self.training else (torch.cat(z, 1), x)\n\n    def _make_grid(self, nx=20, ny=20, i=0):\n        d = self.anchors[i].device\n        if check_version(torch.__version__, '1.10.0'):  # torch>=1.10.0 meshgrid workaround for torch>=0.7 compatibility\n            yv, xv = torch.meshgrid([torch.arange(ny, device=d), torch.arange(nx, device=d)], indexing='ij')\n        else:\n            yv, xv = torch.meshgrid([torch.arange(ny, device=d), torch.arange(nx, device=d)])\n        grid = torch.stack((xv, yv), 2).expand((1, self.na, ny, nx, 2)).float()\n        anchor_grid = (self.anchors[i].clone() * self.stride[i]) \\\n            .view((1, self.na, 1, 1, 2)).expand((1, self.na, ny, nx, 2)).float()\n        return grid, anchor_grid\n\n\nclass Model(nn.Module):\n    def __init__(self, cfg='yolov5s.yaml', ch=3, nc=None, anchors=None):  # model, input channels, number of classes\n        super().__init__()\n        if isinstance(cfg, dict):\n            self.yaml = cfg  # model dict\n        else:  # is *.yaml\n            import yaml  # for torch hub\n            self.yaml_file = Path(cfg).name\n            with open(cfg, encoding='ascii', errors='ignore') as f:\n                self.yaml = yaml.safe_load(f)  # model dict\n\n        # Define model\n        ch = self.yaml['ch'] = self.yaml.get('ch', ch)  # input channels\n        if nc and nc != self.yaml['nc']:\n            LOGGER.info(f\"Overriding model.yaml nc={self.yaml['nc']} with nc={nc}\")\n            self.yaml['nc'] = nc  # override yaml value\n        if anchors:\n            LOGGER.info(f'Overriding model.yaml anchors with anchors={anchors}')\n            self.yaml['anchors'] = round(anchors)  # override yaml value\n        self.model, self.save = parse_model(deepcopy(self.yaml), ch=[ch])  # model, savelist\n        self.names = [str(i) for i in range(self.yaml['nc'])]  # default names\n        self.inplace = self.yaml.get('inplace', True)\n\n        # Build strides, anchors\n        m = self.model[-1]  # Detect()\n        if isinstance(m, Detect):\n            s = 256  # 2x min stride\n            m.inplace = self.inplace\n            m.stride = torch.tensor([s / x.shape[-2] for x in self.forward(torch.zeros(1, ch, s, s))])  # forward\n            m.anchors /= m.stride.view(-1, 1, 1)\n            check_anchor_order(m)\n            self.stride = m.stride\n            self._initialize_biases()  # only run once\n\n        # Init weights, biases\n        initialize_weights(self)\n        self.info()\n        LOGGER.info('')\n\n    def forward(self, x, augment=False, profile=False, visualize=False):\n        if augment:\n            return self._forward_augment(x)  # augmented inference, None\n        return self._forward_once(x, profile, visualize)  # single-scale inference, train\n\n    def _forward_augment(self, x):\n        img_size = x.shape[-2:]  # height, width\n        s = [1, 0.83, 0.67]  # scales\n        f = [None, 3, None]  # flips (2-ud, 3-lr)\n        y = []  # outputs\n        for si, fi in zip(s, f):\n            xi = scale_img(x.flip(fi) if fi else x, si, gs=int(self.stride.max()))\n            yi = self._forward_once(xi)[0]  # forward\n            # cv2.imwrite(f'img_{si}.jpg', 255 * xi[0].cpu().numpy().transpose((1, 2, 0))[:, :, ::-1])  # save\n            yi = self._descale_pred(yi, fi, si, img_size)\n            y.append(yi)\n        y = self._clip_augmented(y)  # clip augmented tails\n        return torch.cat(y, 1), None  # augmented inference, train\n\n    def _forward_once(self, x, profile=False, visualize=False):\n        y, dt = [], []  # outputs\n        for m in self.model:\n            if m.f != -1:  # if not from previous layer\n                x = y[m.f] if isinstance(m.f, int) else [x if j == -1 else y[j] for j in m.f]  # from earlier layers\n            if profile:\n                self._profile_one_layer(m, x, dt)\n            x = m(x)  # run\n            y.append(x if m.i in self.save else None)  # save output\n            if visualize:\n                feature_visualization(x, m.type, m.i, save_dir=visualize)\n        return x\n\n    def _descale_pred(self, p, flips, scale, img_size):\n        # de-scale predictions following augmented inference (inverse operation)\n        if self.inplace:\n            p[..., :4] /= scale  # de-scale\n            if flips == 2:\n                p[..., 1] = img_size[0] - p[..., 1]  # de-flip ud\n            elif flips == 3:\n                p[..., 0] = img_size[1] - p[..., 0]  # de-flip lr\n        else:\n            x, y, wh = p[..., 0:1] / scale, p[..., 1:2] / scale, p[..., 2:4] / scale  # de-scale\n            if flips == 2:\n                y = img_size[0] - y  # de-flip ud\n            elif flips == 3:\n                x = img_size[1] - x  # de-flip lr\n            p = torch.cat((x, y, wh, p[..., 4:]), -1)\n        return p\n\n    def _clip_augmented(self, y):\n        # Clip YOLOv5 augmented inference tails\n        nl = self.model[-1].nl  # number of detection layers (P3-P5)\n        g = sum(4 ** x for x in range(nl))  # grid points\n        e = 1  # exclude layer count\n        i = (y[0].shape[1] // g) * sum(4 ** x for x in range(e))  # indices\n        y[0] = y[0][:, :-i]  # large\n        i = (y[-1].shape[1] // g) * sum(4 ** (nl - 1 - x) for x in range(e))  # indices\n        y[-1] = y[-1][:, i:]  # small\n        return y\n\n    def _profile_one_layer(self, m, x, dt):\n        c = isinstance(m, Detect)  # is final layer, copy input as inplace fix\n        o = thop.profile(m, inputs=(x.copy() if c else x,), verbose=False)[0] / 1E9 * 2 if thop else 0  # FLOPs\n        t = time_sync()\n        for _ in range(10):\n            m(x.copy() if c else x)\n        dt.append((time_sync() - t) * 100)\n        if m == self.model[0]:\n            LOGGER.info(f\"{'time (ms)':>10s} {'GFLOPs':>10s} {'params':>10s}  {'module'}\")\n        LOGGER.info(f'{dt[-1]:10.2f} {o:10.2f} {m.np:10.0f}  {m.type}')\n        if c:\n            LOGGER.info(f\"{sum(dt):10.2f} {'-':>10s} {'-':>10s}  Total\")\n\n    def _initialize_biases(self, cf=None):  # initialize biases into Detect(), cf is class frequency\n        # https://arxiv.org/abs/1708.02002 section 3.3\n        # cf = torch.bincount(torch.tensor(np.concatenate(dataset.labels, 0)[:, 0]).long(), minlength=nc) + 1.\n        m = self.model[-1]  # Detect() module\n        for mi, s in zip(m.m, m.stride):  # from\n            b = mi.bias.view(m.na, -1)  # conv.bias(255) to (3,85)\n            b.data[:, 4] += math.log(8 / (640 / s) ** 2)  # obj (8 objects per 640 image)\n            b.data[:, 5:] += math.log(0.6 / (m.nc - 0.999999)) if cf is None else torch.log(cf / cf.sum())  # cls\n            mi.bias = torch.nn.Parameter(b.view(-1), requires_grad=True)\n\n    def _print_biases(self):\n        m = self.model[-1]  # Detect() module\n        for mi in m.m:  # from\n            b = mi.bias.detach().view(m.na, -1).T  # conv.bias(255) to (3,85)\n            LOGGER.info(\n                ('%6g Conv2d.bias:' + '%10.3g' * 6) % (mi.weight.shape[1], *b[:5].mean(1).tolist(), b[5:].mean()))\n\n    # def _print_weights(self):\n    #     for m in self.model.modules():\n    #         if type(m) is Bottleneck:\n    #             LOGGER.info('%10.3g' % (m.w.detach().sigmoid() * 2))  # shortcut weights\n\n    def fuse(self):  # fuse model Conv2d() + BatchNorm2d() layers\n        LOGGER.info('Fusing layers... ')\n        for m in self.model.modules():\n            if isinstance(m, (Conv, DWConv)) and hasattr(m, 'bn'):\n                m.conv = fuse_conv_and_bn(m.conv, m.bn)  # update conv\n                delattr(m, 'bn')  # remove batchnorm\n                m.forward = m.forward_fuse  # update forward\n        self.info()\n        return self\n\n    def info(self, verbose=False, img_size=640):  # print model information\n        model_info(self, verbose, img_size)\n\n    def _apply(self, fn):\n        # Apply to(), cpu(), cuda(), half() to model tensors that are not parameters or registered buffers\n        self = super()._apply(fn)\n        m = self.model[-1]  # Detect()\n        if isinstance(m, Detect):\n            m.stride = fn(m.stride)\n            m.grid = list(map(fn, m.grid))\n            if isinstance(m.anchor_grid, list):\n                m.anchor_grid = list(map(fn, m.anchor_grid))\n        return self\n\n\ndef parse_model(d, ch):  # model_dict, input_channels(3)\n    LOGGER.info(f\"\\n{'':>3}{'from':>18}{'n':>3}{'params':>10}  {'module':<40}{'arguments':<30}\")\n    anchors, nc, gd, gw = d['anchors'], d['nc'], d['depth_multiple'], d['width_multiple']\n    na = (len(anchors[0]) // 2) if isinstance(anchors, list) else anchors  # number of anchors\n    no = na * (nc + 5)  # number of outputs = anchors * (classes + 5)\n\n    layers, save, c2 = [], [], ch[-1]  # layers, savelist, ch out\n    for i, (f, n, m, args) in enumerate(d['backbone'] + d['head']):  # from, number, module, args\n        m = eval(m) if isinstance(m, str) else m  # eval strings\n        for j, a in enumerate(args):\n            try:\n                args[j] = eval(a) if isinstance(a, str) else a  # eval strings\n            except NameError:\n                pass\n\n        n = n_ = max(round(n * gd), 1) if n > 1 else n  # depth gain\n        if m in [Conv, GhostConv, Bottleneck, GhostBottleneck, SPP, SPPF, DWConv, MixConv2d, Focus, CrossConv,\n                 BottleneckCSP, C3, C3TR, C3SPP, C3Ghost]:\n            c1, c2 = ch[f], args[0]\n            if c2 != no:  # if not output\n                c2 = make_divisible(c2 * gw, 8)\n\n            args = [c1, c2, *args[1:]]\n            if m in [BottleneckCSP, C3, C3TR, C3Ghost]:\n                args.insert(2, n)  # number of repeats\n                n = 1\n        elif m is nn.BatchNorm2d:\n            args = [ch[f]]\n        elif m is Concat:\n            c2 = sum(ch[x] for x in f)\n        elif m is Detect:\n            args.append([ch[x] for x in f])\n            if isinstance(args[1], int):  # number of anchors\n                args[1] = [list(range(args[1] * 2))] * len(f)\n        elif m is Contract:\n            c2 = ch[f] * args[0] ** 2\n        elif m is Expand:\n            c2 = ch[f] // args[0] ** 2\n        else:\n            c2 = ch[f]\n\n        m_ = nn.Sequential(*(m(*args) for _ in range(n))) if n > 1 else m(*args)  # module\n        t = str(m)[8:-2].replace('__main__.', '')  # module type\n        np = sum(x.numel() for x in m_.parameters())  # number params\n        m_.i, m_.f, m_.type, m_.np = i, f, t, np  # attach index, 'from' index, type, number params\n        LOGGER.info(f'{i:>3}{str(f):>18}{n_:>3}{np:10.0f}  {t:<40}{str(args):<30}')  # print\n        save.extend(x % i for x in ([f] if isinstance(f, int) else f) if x != -1)  # append to savelist\n        layers.append(m_)\n        if i == 0:\n            ch = []\n        ch.append(c2)\n    return nn.Sequential(*layers), sorted(save)\n\n\nif __name__ == '__main__':\n    parser = argparse.ArgumentParser()\n    parser.add_argument('--cfg', type=str, default='yolov5s.yaml', help='model.yaml')\n    parser.add_argument('--device', default='', help='cuda device, i.e. 0 or 0,1,2,3 or cpu')\n    parser.add_argument('--profile', action='store_true', help='profile model speed')\n    parser.add_argument('--test', action='store_true', help='test all yolo*.yaml')\n    opt = parser.parse_args()\n    opt.cfg = check_yaml(opt.cfg)  # check YAML\n    print_args(FILE.stem, opt)\n    device = select_device(opt.device)\n\n    # Create model\n    model = Model(opt.cfg).to(device)\n    model.train()\n\n    # Profile\n    if opt.profile:\n        img = torch.rand(8 if torch.cuda.is_available() else 1, 3, 640, 640).to(device)\n        y = model(img, profile=True)\n\n    # Test all models\n    if opt.test:\n        for cfg in Path(ROOT / 'models').rglob('yolo*.yaml'):\n            try:\n                _ = Model(cfg)\n            except Exception as e:\n                print(f'Error in {cfg}: {e}')\n\n    # Tensorboard (not working https://github.com/ultralytics/yolov5/issues/2898)\n    # from torch.utils.tensorboard import SummaryWriter\n    # tb_writer = SummaryWriter('.')\n    # LOGGER.info(\"Run 'tensorboard --logdir=models' to view tensorboard at http://localhost:6006/\")\n    # tb_writer.add_graph(torch.jit.trace(model, img, strict=False), [])  # add model graph\n"
  },
  {
    "path": "requirements.txt",
    "content": "# pip install -r requirements.txt\n\n# base ----------------------------------------\nmatplotlib>=3.2.2\nnumpy>=1.18.5\nopencv-python>=4.1.2\nPillow\nPyYAML>=5.3.1\nscipy>=1.4.1\ntorch==1.7.1\ntorchvision==0.8.2\ntqdm>=4.41.0\npyqt5\npyqt5-tools\n\n# logging -------------------------------------\ntensorboard>=2.4.1\n# wandb\n\n# plotting ------------------------------------\nseaborn>=0.11.0\npandas\n\n# export --------------------------------------\n# coremltools>=4.1\n# onnx>=1.9.0\n# scikit-learn==0.19.2  # for coreml quantization\n\n# extras --------------------------------------\n# Cython  # for pycocotools https://github.com/cocodataset/cocoapi/issues/172\n# pycocotools>=2.0  # COCO mAP\n# albumentations>=1.0.3\nthop  # FLOPs computation\n"
  },
  {
    "path": "setup-database.bat",
    "content": "@echo off\necho Creating the database...\n\nREM Set path to the SQL file\nset SQL_FILE_PATH=data/regn_mysql.sql\n\nREM Database connection details\nset DB_HOST=localhost\nset DB_USER=root\nset DB_PASSWORD=1234\n\nREM Create the database using the SQL file\nmysql -h %DB_HOST% -u %DB_USER% -p%DB_PASSWORD% < %SQL_FILE_PATH%\n\nif %ERRORLEVEL% == 0 (\n    echo Database created successfully.\n    echo Please remember to update the following details in your code:\n    echo DB_HOST: %DB_HOST%\n    echo DB_USER: %DB_USER%\n    echo DB_PASSWORD: %DB_PASSWORD%\n    echo DB_NAME: [Your Database Name]\n) else (\n    echo Failed to create the database. Please check your MySQL installation and the SQL file.\n)\n\npause\n"
  },
  {
    "path": "utils/CustomMessageBox.py",
    "content": "from PyQt5.QtCore import QTimer\nfrom PyQt5.QtWidgets import QMessageBox\nfrom PyQt5.QtGui import QPixmap, QIcon\n\n\n# 单按钮对话框，出现到指定时长后自动消失\nclass MessageBox(QMessageBox):\n    def __init__(self, *args, title='提示', count=1, time=1000, auto=False, **kwargs):\n        super(MessageBox, self).__init__(*args, **kwargs)\n        self._count = count\n        self._time = time\n        self._auto = auto  # 是否自动关闭\n        assert count > 0  # 必须大于0\n        assert time >= 500  # 必须>=500毫秒\n        self.setStyleSheet('''\n                            QDialog{background:rgb(75, 75, 75);\n                                    color:white;}\n                            QLabel{color:white;\n                                    background: rgb(75, 75, 75);\n                                    font-size: 15px;\n                                    font-weight: light;\n                                    color:white;}''')\n\n        self.setWindowTitle(title)\n        self.setIconPixmap(QPixmap(\":/img/icon/笑脸.png\"))\n\n        self.setStandardButtons(self.Close)  # 关闭按钮\n        self.closeBtn = self.button(self.Close)  # 获取关闭按钮\n        self.closeBtn.setText('关闭')\n        self.closeBtn.setVisible(False)\n        self._timer = QTimer(self, timeout=self.doCountDown)\n        self._timer.start(self._time)\n\n    def doCountDown(self):\n        # self.closeBtn.setText('关闭(%s)' % self._count)\n        self._count -= 1\n        if self._count <= 0:\n            # self.closeBtn.setText('关闭')\n            # self.closeBtn.setEnabled(True)\n            self._timer.stop()\n            if self._auto:  # 自动关闭\n                self.accept()\n                self.close()\n\n\nif __name__ == '__main__':\n    MessageBox(QWidget=None, text='123', auto=True).exec_()\n"
  },
  {
    "path": "utils/__init__.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nutils/initialization\n\"\"\"\n\n\ndef notebook_init(verbose=True):\n    # Check system software and hardware\n    print('Checking setup...')\n\n    import os\n    import shutil\n\n    from utils.general import check_requirements, emojis, is_colab\n    from utils.torch_utils import select_device  # imports\n\n    check_requirements(('psutil', 'IPython'))\n    import psutil\n    from IPython import display  # to display images and clear console output\n\n    if is_colab():\n        shutil.rmtree('/content/sample_data', ignore_errors=True)  # remove colab /sample_data directory\n\n    if verbose:\n        # System info\n        # gb = 1 / 1000 ** 3  # bytes to GB\n        gib = 1 / 1024 ** 3  # bytes to GiB\n        ram = psutil.virtual_memory().total\n        total, used, free = shutil.disk_usage(\"/\")\n        display.clear_output()\n        s = f'({os.cpu_count()} CPUs, {ram * gib:.1f} GB RAM, {(total - free) * gib:.1f}/{total * gib:.1f} GB disk)'\n    else:\n        s = ''\n\n    select_device(newline=False)\n    print(emojis(f'Setup complete ✅ {s}'))\n    return display\n"
  },
  {
    "path": "utils/activations.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nActivation functions\n\"\"\"\n\nimport torch\nimport torch.nn as nn\nimport torch.nn.functional as F\n\n\n# SiLU https://arxiv.org/pdf/1606.08415.pdf ----------------------------------------------------------------------------\nclass SiLU(nn.Module):  # export-friendly version of nn.SiLU()\n    @staticmethod\n    def forward(x):\n        return x * torch.sigmoid(x)\n\n\nclass Hardswish(nn.Module):  # export-friendly version of nn.Hardswish()\n    @staticmethod\n    def forward(x):\n        # return x * F.hardsigmoid(x)  # for TorchScript and CoreML\n        return x * F.hardtanh(x + 3, 0.0, 6.0) / 6.0  # for TorchScript, CoreML and ONNX\n\n\n# Mish https://github.com/digantamisra98/Mish --------------------------------------------------------------------------\nclass Mish(nn.Module):\n    @staticmethod\n    def forward(x):\n        return x * F.softplus(x).tanh()\n\n\nclass MemoryEfficientMish(nn.Module):\n    class F(torch.autograd.Function):\n        @staticmethod\n        def forward(ctx, x):\n            ctx.save_for_backward(x)\n            return x.mul(torch.tanh(F.softplus(x)))  # x * tanh(ln(1 + exp(x)))\n\n        @staticmethod\n        def backward(ctx, grad_output):\n            x = ctx.saved_tensors[0]\n            sx = torch.sigmoid(x)\n            fx = F.softplus(x).tanh()\n            return grad_output * (fx + x * sx * (1 - fx * fx))\n\n    def forward(self, x):\n        return self.F.apply(x)\n\n\n# FReLU https://arxiv.org/abs/2007.11824 -------------------------------------------------------------------------------\nclass FReLU(nn.Module):\n    def __init__(self, c1, k=3):  # ch_in, kernel\n        super().__init__()\n        self.conv = nn.Conv2d(c1, c1, k, 1, 1, groups=c1, bias=False)\n        self.bn = nn.BatchNorm2d(c1)\n\n    def forward(self, x):\n        return torch.max(x, self.bn(self.conv(x)))\n\n\n# ACON https://arxiv.org/pdf/2009.04759.pdf ----------------------------------------------------------------------------\nclass AconC(nn.Module):\n    r\"\"\" ACON activation (activate or not).\n    AconC: (p1*x-p2*x) * sigmoid(beta*(p1*x-p2*x)) + p2*x, beta is a learnable parameter\n    according to \"Activate or Not: Learning Customized Activation\" <https://arxiv.org/pdf/2009.04759.pdf>.\n    \"\"\"\n\n    def __init__(self, c1):\n        super().__init__()\n        self.p1 = nn.Parameter(torch.randn(1, c1, 1, 1))\n        self.p2 = nn.Parameter(torch.randn(1, c1, 1, 1))\n        self.beta = nn.Parameter(torch.ones(1, c1, 1, 1))\n\n    def forward(self, x):\n        dpx = (self.p1 - self.p2) * x\n        return dpx * torch.sigmoid(self.beta * dpx) + self.p2 * x\n\n\nclass MetaAconC(nn.Module):\n    r\"\"\" ACON activation (activate or not).\n    MetaAconC: (p1*x-p2*x) * sigmoid(beta*(p1*x-p2*x)) + p2*x, beta is generated by a small network\n    according to \"Activate or Not: Learning Customized Activation\" <https://arxiv.org/pdf/2009.04759.pdf>.\n    \"\"\"\n\n    def __init__(self, c1, k=1, s=1, r=16):  # ch_in, kernel, stride, r\n        super().__init__()\n        c2 = max(r, c1 // r)\n        self.p1 = nn.Parameter(torch.randn(1, c1, 1, 1))\n        self.p2 = nn.Parameter(torch.randn(1, c1, 1, 1))\n        self.fc1 = nn.Conv2d(c1, c2, k, s, bias=True)\n        self.fc2 = nn.Conv2d(c2, c1, k, s, bias=True)\n        # self.bn1 = nn.BatchNorm2d(c2)\n        # self.bn2 = nn.BatchNorm2d(c1)\n\n    def forward(self, x):\n        y = x.mean(dim=2, keepdims=True).mean(dim=3, keepdims=True)\n        # batch-size 1 bug/instabilities https://github.com/ultralytics/yolov5/issues/2891\n        # beta = torch.sigmoid(self.bn2(self.fc2(self.bn1(self.fc1(y)))))  # bug/unstable\n        beta = torch.sigmoid(self.fc2(self.fc1(y)))  # bug patch BN layers removed\n        dpx = (self.p1 - self.p2) * x\n        return dpx * torch.sigmoid(beta * dpx) + self.p2 * x\n"
  },
  {
    "path": "utils/augmentations.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nImage augmentation functions\n\"\"\"\n\nimport math\nimport random\n\nimport cv2\nimport numpy as np\n\nfrom utils.general import LOGGER, check_version, colorstr, resample_segments, segment2box\nfrom utils.metrics import bbox_ioa\n\n\nclass Albumentations:\n    # YOLOv5 Albumentations class (optional, only used if package is installed)\n    def __init__(self):\n        self.transform = None\n        try:\n            import albumentations as A\n            check_version(A.__version__, '1.0.3', hard=True)  # version requirement\n\n            self.transform = A.Compose([\n                A.Blur(p=0.01),\n                A.MedianBlur(p=0.01),\n                A.ToGray(p=0.01),\n                A.CLAHE(p=0.01),\n                A.RandomBrightnessContrast(p=0.0),\n                A.RandomGamma(p=0.0),\n                A.ImageCompression(quality_lower=75, p=0.0)],\n                bbox_params=A.BboxParams(format='yolo', label_fields=['class_labels']))\n\n            LOGGER.info(colorstr('albumentations: ') + ', '.join(f'{x}' for x in self.transform.transforms if x.p))\n        except ImportError:  # package not installed, skip\n            pass\n        except Exception as e:\n            LOGGER.info(colorstr('albumentations: ') + f'{e}')\n\n    def __call__(self, im, labels, p=1.0):\n        if self.transform and random.random() < p:\n            new = self.transform(image=im, bboxes=labels[:, 1:], class_labels=labels[:, 0])  # transformed\n            im, labels = new['image'], np.array([[c, *b] for c, b in zip(new['class_labels'], new['bboxes'])])\n        return im, labels\n\n\ndef augment_hsv(im, hgain=0.5, sgain=0.5, vgain=0.5):\n    # HSV color-space augmentation\n    if hgain or sgain or vgain:\n        r = np.random.uniform(-1, 1, 3) * [hgain, sgain, vgain] + 1  # random gains\n        hue, sat, val = cv2.split(cv2.cvtColor(im, cv2.COLOR_BGR2HSV))\n        dtype = im.dtype  # uint8\n\n        x = np.arange(0, 256, dtype=r.dtype)\n        lut_hue = ((x * r[0]) % 180).astype(dtype)\n        lut_sat = np.clip(x * r[1], 0, 255).astype(dtype)\n        lut_val = np.clip(x * r[2], 0, 255).astype(dtype)\n\n        im_hsv = cv2.merge((cv2.LUT(hue, lut_hue), cv2.LUT(sat, lut_sat), cv2.LUT(val, lut_val)))\n        cv2.cvtColor(im_hsv, cv2.COLOR_HSV2BGR, dst=im)  # no return needed\n\n\ndef hist_equalize(im, clahe=True, bgr=False):\n    # Equalize histogram on BGR image 'im' with im.shape(n,m,3) and range 0-255\n    yuv = cv2.cvtColor(im, cv2.COLOR_BGR2YUV if bgr else cv2.COLOR_RGB2YUV)\n    if clahe:\n        c = cv2.createCLAHE(clipLimit=2.0, tileGridSize=(8, 8))\n        yuv[:, :, 0] = c.apply(yuv[:, :, 0])\n    else:\n        yuv[:, :, 0] = cv2.equalizeHist(yuv[:, :, 0])  # equalize Y channel histogram\n    return cv2.cvtColor(yuv, cv2.COLOR_YUV2BGR if bgr else cv2.COLOR_YUV2RGB)  # convert YUV image to RGB\n\n\ndef replicate(im, labels):\n    # Replicate labels\n    h, w = im.shape[:2]\n    boxes = labels[:, 1:].astype(int)\n    x1, y1, x2, y2 = boxes.T\n    s = ((x2 - x1) + (y2 - y1)) / 2  # side length (pixels)\n    for i in s.argsort()[:round(s.size * 0.5)]:  # smallest indices\n        x1b, y1b, x2b, y2b = boxes[i]\n        bh, bw = y2b - y1b, x2b - x1b\n        yc, xc = int(random.uniform(0, h - bh)), int(random.uniform(0, w - bw))  # offset x, y\n        x1a, y1a, x2a, y2a = [xc, yc, xc + bw, yc + bh]\n        im[y1a:y2a, x1a:x2a] = im[y1b:y2b, x1b:x2b]  # im4[ymin:ymax, xmin:xmax]\n        labels = np.append(labels, [[labels[i, 0], x1a, y1a, x2a, y2a]], axis=0)\n\n    return im, labels\n\n\ndef letterbox(im, new_shape=(640, 640), color=(114, 114, 114), auto=True, scaleFill=False, scaleup=True, stride=32):\n    # Resize and pad image while meeting stride-multiple constraints\n    shape = im.shape[:2]  # current shape [height, width]\n    if isinstance(new_shape, int):\n        new_shape = (new_shape, new_shape)\n\n    # Scale ratio (new / old)\n    r = min(new_shape[0] / shape[0], new_shape[1] / shape[1])\n    if not scaleup:  # only scale down, do not scale up (for better val mAP)\n        r = min(r, 1.0)\n\n    # Compute padding\n    ratio = r, r  # width, height ratios\n    new_unpad = int(round(shape[1] * r)), int(round(shape[0] * r))\n    dw, dh = new_shape[1] - new_unpad[0], new_shape[0] - new_unpad[1]  # wh padding\n    if auto:  # minimum rectangle\n        dw, dh = np.mod(dw, stride), np.mod(dh, stride)  # wh padding\n    elif scaleFill:  # stretch\n        dw, dh = 0.0, 0.0\n        new_unpad = (new_shape[1], new_shape[0])\n        ratio = new_shape[1] / shape[1], new_shape[0] / shape[0]  # width, height ratios\n\n    dw /= 2  # divide padding into 2 sides\n    dh /= 2\n\n    if shape[::-1] != new_unpad:  # resize\n        im = cv2.resize(im, new_unpad, interpolation=cv2.INTER_LINEAR)\n    top, bottom = int(round(dh - 0.1)), int(round(dh + 0.1))\n    left, right = int(round(dw - 0.1)), int(round(dw + 0.1))\n    im = cv2.copyMakeBorder(im, top, bottom, left, right, cv2.BORDER_CONSTANT, value=color)  # add border\n    return im, ratio, (dw, dh)\n\n\ndef random_perspective(im, targets=(), segments=(), degrees=10, translate=.1, scale=.1, shear=10, perspective=0.0,\n                       border=(0, 0)):\n    # torchvision.transforms.RandomAffine(degrees=(-10, 10), translate=(0.1, 0.1), scale=(0.9, 1.1), shear=(-10, 10))\n    # targets = [cls, xyxy]\n\n    height = im.shape[0] + border[0] * 2  # shape(h,w,c)\n    width = im.shape[1] + border[1] * 2\n\n    # Center\n    C = np.eye(3)\n    C[0, 2] = -im.shape[1] / 2  # x translation (pixels)\n    C[1, 2] = -im.shape[0] / 2  # y translation (pixels)\n\n    # Perspective\n    P = np.eye(3)\n    P[2, 0] = random.uniform(-perspective, perspective)  # x perspective (about y)\n    P[2, 1] = random.uniform(-perspective, perspective)  # y perspective (about x)\n\n    # Rotation and Scale\n    R = np.eye(3)\n    a = random.uniform(-degrees, degrees)\n    # a += random.choice([-180, -90, 0, 90])  # add 90deg rotations to small rotations\n    s = random.uniform(1 - scale, 1 + scale)\n    # s = 2 ** random.uniform(-scale, scale)\n    R[:2] = cv2.getRotationMatrix2D(angle=a, center=(0, 0), scale=s)\n\n    # Shear\n    S = np.eye(3)\n    S[0, 1] = math.tan(random.uniform(-shear, shear) * math.pi / 180)  # x shear (deg)\n    S[1, 0] = math.tan(random.uniform(-shear, shear) * math.pi / 180)  # y shear (deg)\n\n    # Translation\n    T = np.eye(3)\n    T[0, 2] = random.uniform(0.5 - translate, 0.5 + translate) * width  # x translation (pixels)\n    T[1, 2] = random.uniform(0.5 - translate, 0.5 + translate) * height  # y translation (pixels)\n\n    # Combined rotation matrix\n    M = T @ S @ R @ P @ C  # order of operations (right to left) is IMPORTANT\n    if (border[0] != 0) or (border[1] != 0) or (M != np.eye(3)).any():  # image changed\n        if perspective:\n            im = cv2.warpPerspective(im, M, dsize=(width, height), borderValue=(114, 114, 114))\n        else:  # affine\n            im = cv2.warpAffine(im, M[:2], dsize=(width, height), borderValue=(114, 114, 114))\n\n    # Visualize\n    # import matplotlib.pyplot as plt\n    # ax = plt.subplots(1, 2, figsize=(12, 6))[1].ravel()\n    # ax[0].imshow(im[:, :, ::-1])  # base\n    # ax[1].imshow(im2[:, :, ::-1])  # warped\n\n    # Transform label coordinates\n    n = len(targets)\n    if n:\n        use_segments = any(x.any() for x in segments)\n        new = np.zeros((n, 4))\n        if use_segments:  # warp segments\n            segments = resample_segments(segments)  # upsample\n            for i, segment in enumerate(segments):\n                xy = np.ones((len(segment), 3))\n                xy[:, :2] = segment\n                xy = xy @ M.T  # transform\n                xy = xy[:, :2] / xy[:, 2:3] if perspective else xy[:, :2]  # perspective rescale or affine\n\n                # clip\n                new[i] = segment2box(xy, width, height)\n\n        else:  # warp boxes\n            xy = np.ones((n * 4, 3))\n            xy[:, :2] = targets[:, [1, 2, 3, 4, 1, 4, 3, 2]].reshape(n * 4, 2)  # x1y1, x2y2, x1y2, x2y1\n            xy = xy @ M.T  # transform\n            xy = (xy[:, :2] / xy[:, 2:3] if perspective else xy[:, :2]).reshape(n, 8)  # perspective rescale or affine\n\n            # create new boxes\n            x = xy[:, [0, 2, 4, 6]]\n            y = xy[:, [1, 3, 5, 7]]\n            new = np.concatenate((x.min(1), y.min(1), x.max(1), y.max(1))).reshape(4, n).T\n\n            # clip\n            new[:, [0, 2]] = new[:, [0, 2]].clip(0, width)\n            new[:, [1, 3]] = new[:, [1, 3]].clip(0, height)\n\n        # filter candidates\n        i = box_candidates(box1=targets[:, 1:5].T * s, box2=new.T, area_thr=0.01 if use_segments else 0.10)\n        targets = targets[i]\n        targets[:, 1:5] = new[i]\n\n    return im, targets\n\n\ndef copy_paste(im, labels, segments, p=0.5):\n    # Implement Copy-Paste augmentation https://arxiv.org/abs/2012.07177, labels as nx5 np.array(cls, xyxy)\n    n = len(segments)\n    if p and n:\n        h, w, c = im.shape  # height, width, channels\n        im_new = np.zeros(im.shape, np.uint8)\n        for j in random.sample(range(n), k=round(p * n)):\n            l, s = labels[j], segments[j]\n            box = w - l[3], l[2], w - l[1], l[4]\n            ioa = bbox_ioa(box, labels[:, 1:5])  # intersection over area\n            if (ioa < 0.30).all():  # allow 30% obscuration of existing labels\n                labels = np.concatenate((labels, [[l[0], *box]]), 0)\n                segments.append(np.concatenate((w - s[:, 0:1], s[:, 1:2]), 1))\n                cv2.drawContours(im_new, [segments[j].astype(np.int32)], -1, (255, 255, 255), cv2.FILLED)\n\n        result = cv2.bitwise_and(src1=im, src2=im_new)\n        result = cv2.flip(result, 1)  # augment segments (flip left-right)\n        i = result > 0  # pixels to replace\n        # i[:, :] = result.max(2).reshape(h, w, 1)  # act over ch\n        im[i] = result[i]  # cv2.imwrite('debug.jpg', im)  # debug\n\n    return im, labels, segments\n\n\ndef cutout(im, labels, p=0.5):\n    # Applies image cutout augmentation https://arxiv.org/abs/1708.04552\n    if random.random() < p:\n        h, w = im.shape[:2]\n        scales = [0.5] * 1 + [0.25] * 2 + [0.125] * 4 + [0.0625] * 8 + [0.03125] * 16  # image size fraction\n        for s in scales:\n            mask_h = random.randint(1, int(h * s))  # create random masks\n            mask_w = random.randint(1, int(w * s))\n\n            # box\n            xmin = max(0, random.randint(0, w) - mask_w // 2)\n            ymin = max(0, random.randint(0, h) - mask_h // 2)\n            xmax = min(w, xmin + mask_w)\n            ymax = min(h, ymin + mask_h)\n\n            # apply random color mask\n            im[ymin:ymax, xmin:xmax] = [random.randint(64, 191) for _ in range(3)]\n\n            # return unobscured labels\n            if len(labels) and s > 0.03:\n                box = np.array([xmin, ymin, xmax, ymax], dtype=np.float32)\n                ioa = bbox_ioa(box, labels[:, 1:5])  # intersection over area\n                labels = labels[ioa < 0.60]  # remove >60% obscured labels\n\n    return labels\n\n\ndef mixup(im, labels, im2, labels2):\n    # Applies MixUp augmentation https://arxiv.org/pdf/1710.09412.pdf\n    r = np.random.beta(32.0, 32.0)  # mixup ratio, alpha=beta=32.0\n    im = (im * r + im2 * (1 - r)).astype(np.uint8)\n    labels = np.concatenate((labels, labels2), 0)\n    return im, labels\n\n\ndef box_candidates(box1, box2, wh_thr=2, ar_thr=100, area_thr=0.1, eps=1e-16):  # box1(4,n), box2(4,n)\n    # Compute candidate boxes: box1 before augment, box2 after augment, wh_thr (pixels), aspect_ratio_thr, area_ratio\n    w1, h1 = box1[2] - box1[0], box1[3] - box1[1]\n    w2, h2 = box2[2] - box2[0], box2[3] - box2[1]\n    ar = np.maximum(w2 / (h2 + eps), h2 / (w2 + eps))  # aspect ratio\n    return (w2 > wh_thr) & (h2 > wh_thr) & (w2 * h2 / (w1 * h1 + eps) > area_thr) & (ar < ar_thr)  # candidates\n"
  },
  {
    "path": "utils/autoanchor.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nAutoAnchor utils\n\"\"\"\n\nimport random\n\nimport numpy as np\nimport torch\nimport yaml\nfrom tqdm import tqdm\n\nfrom utils.general import LOGGER, colorstr, emojis\n\nPREFIX = colorstr('AutoAnchor: ')\n\n\ndef check_anchor_order(m):\n    # Check anchor order against stride order for YOLOv5 Detect() module m, and correct if necessary\n    a = m.anchors.prod(-1).view(-1)  # anchor area\n    da = a[-1] - a[0]  # delta a\n    ds = m.stride[-1] - m.stride[0]  # delta s\n    if da.sign() != ds.sign():  # same order\n        LOGGER.info(f'{PREFIX}Reversing anchor order')\n        m.anchors[:] = m.anchors.flip(0)\n\n\ndef check_anchors(dataset, model, thr=4.0, imgsz=640):\n    # Check anchor fit to data, recompute if necessary\n    m = model.module.model[-1] if hasattr(model, 'module') else model.model[-1]  # Detect()\n    shapes = imgsz * dataset.shapes / dataset.shapes.max(1, keepdims=True)\n    scale = np.random.uniform(0.9, 1.1, size=(shapes.shape[0], 1))  # augment scale\n    wh = torch.tensor(np.concatenate([l[:, 3:5] * s for s, l in zip(shapes * scale, dataset.labels)])).float()  # wh\n\n    def metric(k):  # compute metric\n        r = wh[:, None] / k[None]\n        x = torch.min(r, 1 / r).min(2)[0]  # ratio metric\n        best = x.max(1)[0]  # best_x\n        aat = (x > 1 / thr).float().sum(1).mean()  # anchors above threshold\n        bpr = (best > 1 / thr).float().mean()  # best possible recall\n        return bpr, aat\n\n    anchors = m.anchors.clone() * m.stride.to(m.anchors.device).view(-1, 1, 1)  # current anchors\n    bpr, aat = metric(anchors.cpu().view(-1, 2))\n    s = f'\\n{PREFIX}{aat:.2f} anchors/target, {bpr:.3f} Best Possible Recall (BPR). '\n    if bpr > 0.98:  # threshold to recompute\n        LOGGER.info(emojis(f'{s}Current anchors are a good fit to dataset ✅'))\n    else:\n        LOGGER.info(emojis(f'{s}Anchors are a poor fit to dataset ⚠️, attempting to improve...'))\n        na = m.anchors.numel() // 2  # number of anchors\n        try:\n            anchors = kmean_anchors(dataset, n=na, img_size=imgsz, thr=thr, gen=1000, verbose=False)\n        except Exception as e:\n            LOGGER.info(f'{PREFIX}ERROR: {e}')\n        new_bpr = metric(anchors)[0]\n        if new_bpr > bpr:  # replace anchors\n            anchors = torch.tensor(anchors, device=m.anchors.device).type_as(m.anchors)\n            m.anchors[:] = anchors.clone().view_as(m.anchors) / m.stride.to(m.anchors.device).view(-1, 1, 1)  # loss\n            check_anchor_order(m)\n            LOGGER.info(f'{PREFIX}New anchors saved to model. Update model *.yaml to use these anchors in the future.')\n        else:\n            LOGGER.info(f'{PREFIX}Original anchors better than new anchors. Proceeding with original anchors.')\n\n\ndef kmean_anchors(dataset='./data/coco128.yaml', n=9, img_size=640, thr=4.0, gen=1000, verbose=True):\n    \"\"\" Creates kmeans-evolved anchors from training dataset\n\n        Arguments:\n            dataset: path to data.yaml, or a loaded dataset\n            n: number of anchors\n            img_size: image size used for training\n            thr: anchor-label wh ratio threshold hyperparameter hyp['anchor_t'] used for training, default=4.0\n            gen: generations to evolve anchors using genetic algorithm\n            verbose: print all results\n\n        Return:\n            k: kmeans evolved anchors\n\n        Usage:\n            from utils.autoanchor import *; _ = kmean_anchors()\n    \"\"\"\n    from scipy.cluster.vq import kmeans\n\n    npr = np.random\n    thr = 1 / thr\n\n    def metric(k, wh):  # compute metrics\n        r = wh[:, None] / k[None]\n        x = torch.min(r, 1 / r).min(2)[0]  # ratio metric\n        # x = wh_iou(wh, torch.tensor(k))  # iou metric\n        return x, x.max(1)[0]  # x, best_x\n\n    def anchor_fitness(k):  # mutation fitness\n        _, best = metric(torch.tensor(k, dtype=torch.float32), wh)\n        return (best * (best > thr).float()).mean()  # fitness\n\n    def print_results(k, verbose=True):\n        k = k[np.argsort(k.prod(1))]  # sort small to large\n        x, best = metric(k, wh0)\n        bpr, aat = (best > thr).float().mean(), (x > thr).float().mean() * n  # best possible recall, anch > thr\n        s = f'{PREFIX}thr={thr:.2f}: {bpr:.4f} best possible recall, {aat:.2f} anchors past thr\\n' \\\n            f'{PREFIX}n={n}, img_size={img_size}, metric_all={x.mean():.3f}/{best.mean():.3f}-mean/best, ' \\\n            f'past_thr={x[x > thr].mean():.3f}-mean: '\n        for i, x in enumerate(k):\n            s += '%i,%i, ' % (round(x[0]), round(x[1]))\n        if verbose:\n            LOGGER.info(s[:-2])\n        return k\n\n    if isinstance(dataset, str):  # *.yaml file\n        with open(dataset, errors='ignore') as f:\n            data_dict = yaml.safe_load(f)  # model dict\n        from utils.datasets import LoadImagesAndLabels\n        dataset = LoadImagesAndLabels(data_dict['train'], augment=True, rect=True)\n\n    # Get label wh\n    shapes = img_size * dataset.shapes / dataset.shapes.max(1, keepdims=True)\n    wh0 = np.concatenate([l[:, 3:5] * s for s, l in zip(shapes, dataset.labels)])  # wh\n\n    # Filter\n    i = (wh0 < 3.0).any(1).sum()\n    if i:\n        LOGGER.info(f'{PREFIX}WARNING: Extremely small objects found. {i} of {len(wh0)} labels are < 3 pixels in size.')\n    wh = wh0[(wh0 >= 2.0).any(1)]  # filter > 2 pixels\n    # wh = wh * (npr.rand(wh.shape[0], 1) * 0.9 + 0.1)  # multiply by random scale 0-1\n\n    # Kmeans calculation\n    LOGGER.info(f'{PREFIX}Running kmeans for {n} anchors on {len(wh)} points...')\n    s = wh.std(0)  # sigmas for whitening\n    k = kmeans(wh / s, n, iter=30)[0] * s  # points\n    if len(k) != n:  # kmeans may return fewer points than requested if wh is insufficient or too similar\n        LOGGER.warning(f'{PREFIX}WARNING: scipy.cluster.vq.kmeans returned only {len(k)} of {n} requested points')\n        k = np.sort(npr.rand(n * 2)).reshape(n, 2) * img_size  # random init\n    wh = torch.tensor(wh, dtype=torch.float32)  # filtered\n    wh0 = torch.tensor(wh0, dtype=torch.float32)  # unfiltered\n    k = print_results(k, verbose=False)\n\n    # Plot\n    # k, d = [None] * 20, [None] * 20\n    # for i in tqdm(range(1, 21)):\n    #     k[i-1], d[i-1] = kmeans(wh / s, i)  # points, mean distance\n    # fig, ax = plt.subplots(1, 2, figsize=(14, 7), tight_layout=True)\n    # ax = ax.ravel()\n    # ax[0].plot(np.arange(1, 21), np.array(d) ** 2, marker='.')\n    # fig, ax = plt.subplots(1, 2, figsize=(14, 7))  # plot wh\n    # ax[0].hist(wh[wh[:, 0]<100, 0],400)\n    # ax[1].hist(wh[wh[:, 1]<100, 1],400)\n    # fig.savefig('wh.png', dpi=200)\n\n    # Evolve\n    f, sh, mp, s = anchor_fitness(k), k.shape, 0.9, 0.1  # fitness, generations, mutation prob, sigma\n    pbar = tqdm(range(gen), desc=f'{PREFIX}Evolving anchors with Genetic Algorithm:')  # progress bar\n    for _ in pbar:\n        v = np.ones(sh)\n        while (v == 1).all():  # mutate until a change occurs (prevent duplicates)\n            v = ((npr.random(sh) < mp) * random.random() * npr.randn(*sh) * s + 1).clip(0.3, 3.0)\n        kg = (k.copy() * v).clip(min=2.0)\n        fg = anchor_fitness(kg)\n        if fg > f:\n            f, k = fg, kg.copy()\n            pbar.desc = f'{PREFIX}Evolving anchors with Genetic Algorithm: fitness = {f:.4f}'\n            if verbose:\n                print_results(k, verbose)\n\n    return print_results(k)\n"
  },
  {
    "path": "utils/autobatch.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nAuto-batch utils\n\"\"\"\n\nfrom copy import deepcopy\n\nimport numpy as np\nimport torch\nfrom torch.cuda import amp\n\nfrom utils.general import LOGGER, colorstr\nfrom utils.torch_utils import profile\n\n\ndef check_train_batch_size(model, imgsz=640):\n    # Check YOLOv5 training batch size\n    with amp.autocast():\n        return autobatch(deepcopy(model).train(), imgsz)  # compute optimal batch size\n\n\ndef autobatch(model, imgsz=640, fraction=0.9, batch_size=16):\n    # Automatically estimate best batch size to use `fraction` of available CUDA memory\n    # Usage:\n    #     import torch\n    #     from utils.autobatch import autobatch\n    #     model = torch.hub.load('ultralytics/yolov5', 'yolov5s', autoshape=False)\n    #     print(autobatch(model))\n\n    prefix = colorstr('AutoBatch: ')\n    LOGGER.info(f'{prefix}Computing optimal batch size for --imgsz {imgsz}')\n    device = next(model.parameters()).device  # get model device\n    if device.type == 'cpu':\n        LOGGER.info(f'{prefix}CUDA not detected, using default CPU batch-size {batch_size}')\n        return batch_size\n\n    d = str(device).upper()  # 'CUDA:0'\n    properties = torch.cuda.get_device_properties(device)  # device properties\n    t = properties.total_memory / 1024 ** 3  # (GiB)\n    r = torch.cuda.memory_reserved(device) / 1024 ** 3  # (GiB)\n    a = torch.cuda.memory_allocated(device) / 1024 ** 3  # (GiB)\n    f = t - (r + a)  # free inside reserved\n    LOGGER.info(f'{prefix}{d} ({properties.name}) {t:.2f}G total, {r:.2f}G reserved, {a:.2f}G allocated, {f:.2f}G free')\n\n    batch_sizes = [1, 2, 4, 8, 16]\n    try:\n        img = [torch.zeros(b, 3, imgsz, imgsz) for b in batch_sizes]\n        y = profile(img, model, n=3, device=device)\n    except Exception as e:\n        LOGGER.warning(f'{prefix}{e}')\n\n    y = [x[2] for x in y if x]  # memory [2]\n    batch_sizes = batch_sizes[:len(y)]\n    p = np.polyfit(batch_sizes, y, deg=1)  # first degree polynomial fit\n    b = int((f * fraction - p[1]) / p[0])  # y intercept (optimal batch size)\n    LOGGER.info(f'{prefix}Using batch-size {b} for {d} {t * fraction:.2f}G/{t:.2f}G ({fraction * 100:.0f}%)')\n    return b\n"
  },
  {
    "path": "utils/aws/__init__.py",
    "content": ""
  },
  {
    "path": "utils/aws/mime.sh",
    "content": "# AWS EC2 instance startup 'MIME' script https://aws.amazon.com/premiumsupport/knowledge-center/execute-user-data-ec2/\n# This script will run on every instance restart, not only on first start\n# --- DO NOT COPY ABOVE COMMENTS WHEN PASTING INTO USERDATA ---\n\nContent-Type: multipart/mixed; boundary=\"//\"\nMIME-Version: 1.0\n\n--//\nContent-Type: text/cloud-config; charset=\"us-ascii\"\nMIME-Version: 1.0\nContent-Transfer-Encoding: 7bit\nContent-Disposition: attachment; filename=\"cloud-config.txt\"\n\n#cloud-config\ncloud_final_modules:\n- [scripts-user, always]\n\n--//\nContent-Type: text/x-shellscript; charset=\"us-ascii\"\nMIME-Version: 1.0\nContent-Transfer-Encoding: 7bit\nContent-Disposition: attachment; filename=\"userdata.txt\"\n\n#!/bin/bash\n# --- paste contents of userdata.sh here ---\n--//\n"
  },
  {
    "path": "utils/aws/resume.py",
    "content": "# Resume all interrupted trainings in yolov5/ dir including DDP trainings\n# Usage: $ python utils/aws/resume.py\n\nimport os\nimport sys\nfrom pathlib import Path\n\nimport torch\nimport yaml\n\nFILE = Path(__file__).resolve()\nROOT = FILE.parents[2]  # YOLOv5 root directory\nif str(ROOT) not in sys.path:\n    sys.path.append(str(ROOT))  # add ROOT to PATH\n\nport = 0  # --master_port\npath = Path('').resolve()\nfor last in path.rglob('*/**/last.pt'):\n    ckpt = torch.load(last)\n    if ckpt['optimizer'] is None:\n        continue\n\n    # Load opt.yaml\n    with open(last.parent.parent / 'opt.yaml', errors='ignore') as f:\n        opt = yaml.safe_load(f)\n\n    # Get device count\n    d = opt['device'].split(',')  # devices\n    nd = len(d)  # number of devices\n    ddp = nd > 1 or (nd == 0 and torch.cuda.device_count() > 1)  # distributed data parallel\n\n    if ddp:  # multi-GPU\n        port += 1\n        cmd = f'python -m torch.distributed.run --nproc_per_node {nd} --master_port {port} train.py --resume {last}'\n    else:  # single-GPU\n        cmd = f'python train.py --resume {last}'\n\n    cmd += ' > /dev/null 2>&1 &'  # redirect output to dev/null and run in daemon thread\n    print(cmd)\n    os.system(cmd)\n"
  },
  {
    "path": "utils/aws/userdata.sh",
    "content": "#!/bin/bash\n# AWS EC2 instance startup script https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html\n# This script will run only once on first instance start (for a re-start script see mime.sh)\n# /home/ubuntu (ubuntu) or /home/ec2-user (amazon-linux) is working dir\n# Use >300 GB SSD\n\ncd home/ubuntu\nif [ ! -d yolov5 ]; then\n  echo \"Running first-time script.\" # install dependencies, download COCO, pull Docker\n  git clone https://github.com/ultralytics/yolov5 -b master && sudo chmod -R 777 yolov5\n  cd yolov5\n  bash data/scripts/get_coco.sh && echo \"COCO done.\" &\n  sudo docker pull ultralytics/yolov5:latest && echo \"Docker done.\" &\n  python -m pip install --upgrade pip && pip install -r requirements.txt && python detect.py && echo \"Requirements done.\" &\n  wait && echo \"All tasks done.\" # finish background tasks\nelse\n  echo \"Running re-start script.\" # resume interrupted runs\n  i=0\n  list=$(sudo docker ps -qa) # container list i.e. $'one\\ntwo\\nthree\\nfour'\n  while IFS= read -r id; do\n    ((i++))\n    echo \"restarting container $i: $id\"\n    sudo docker start $id\n    # sudo docker exec -it $id python train.py --resume # single-GPU\n    sudo docker exec -d $id python utils/aws/resume.py # multi-scenario\n  done <<<\"$list\"\nfi\n"
  },
  {
    "path": "utils/benchmarks.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nRun YOLOv5 benchmarks on all supported export formats\n\nFormat                      | `export.py --include`         | Model\n---                         | ---                           | ---\nPyTorch                     | -                             | yolov5s.pt\nTorchScript                 | `torchscript`                 | yolov5s.torchscript\nONNX                        | `onnx`                        | yolov5s.onnx\nOpenVINO                    | `openvino`                    | yolov5s_openvino_model/\nTensorRT                    | `engine`                      | yolov5s.engine\nCoreML                      | `coreml`                      | yolov5s.mlmodel\nTensorFlow SavedModel       | `saved_model`                 | yolov5s_saved_model/\nTensorFlow GraphDef         | `pb`                          | yolov5s.pb\nTensorFlow Lite             | `tflite`                      | yolov5s.tflite\nTensorFlow Edge TPU         | `edgetpu`                     | yolov5s_edgetpu.tflite\nTensorFlow.js               | `tfjs`                        | yolov5s_web_model/\n\nRequirements:\n    $ pip install -r requirements.txt coremltools onnx onnx-simplifier onnxruntime openvino-dev tensorflow-cpu  # CPU\n    $ pip install -r requirements.txt coremltools onnx onnx-simplifier onnxruntime-gpu openvino-dev tensorflow  # GPU\n\nUsage:\n    $ python utils/benchmarks.py --weights yolov5s.pt --img 640\n\"\"\"\n\nimport argparse\nimport sys\nimport time\nfrom pathlib import Path\n\nimport pandas as pd\n\nFILE = Path(__file__).resolve()\nROOT = FILE.parents[1]  # YOLOv5 root directory\nif str(ROOT) not in sys.path:\n    sys.path.append(str(ROOT))  # add ROOT to PATH\n# ROOT = ROOT.relative_to(Path.cwd())  # relative\n\nimport export\nimport val\nfrom utils import notebook_init\nfrom utils.general import LOGGER, print_args\n\n\ndef run(weights=ROOT / 'yolov5s.pt',  # weights path\n        imgsz=640,  # inference size (pixels)\n        batch_size=1,  # batch size\n        data=ROOT / 'data/coco128.yaml',  # dataset.yaml path\n        ):\n    y, t = [], time.time()\n    formats = export.export_formats()\n    for i, (name, f, suffix) in formats.iterrows():  # index, (name, file, suffix)\n        try:\n            w = weights if f == '-' else export.run(weights=weights, imgsz=[imgsz], include=[f], device='cpu')[-1]\n            assert suffix in str(w), 'export failed'\n            result = val.run(data, w, batch_size, imgsz=imgsz, plots=False, device='cpu', task='benchmark')\n            metrics = result[0]  # metrics (mp, mr, map50, map, *losses(box, obj, cls))\n            speeds = result[2]  # times (preprocess, inference, postprocess)\n            y.append([name, metrics[3], speeds[1]])  # mAP, t_inference\n        except Exception as e:\n            LOGGER.warning(f'WARNING: Benchmark failure for {name}: {e}')\n            y.append([name, None, None])  # mAP, t_inference\n\n    # Print results\n    LOGGER.info('\\n')\n    parse_opt()\n    notebook_init()  # print system info\n    py = pd.DataFrame(y, columns=['Format', 'mAP@0.5:0.95', 'Inference time (ms)'])\n    LOGGER.info(f'\\nBenchmarks complete ({time.time() - t:.2f}s)')\n    LOGGER.info(str(py))\n    return py\n\n\ndef parse_opt():\n    parser = argparse.ArgumentParser()\n    parser.add_argument('--weights', type=str, default=ROOT / 'yolov5s.pt', help='weights path')\n    parser.add_argument('--imgsz', '--img', '--img-size', type=int, default=640, help='inference size (pixels)')\n    parser.add_argument('--batch-size', type=int, default=1, help='batch size')\n    parser.add_argument('--data', type=str, default=ROOT / 'data/coco128.yaml', help='dataset.yaml path')\n    opt = parser.parse_args()\n    print_args(FILE.stem, opt)\n    return opt\n\n\ndef main(opt):\n    run(**vars(opt))\n\n\nif __name__ == \"__main__\":\n    opt = parse_opt()\n    main(opt)\n"
  },
  {
    "path": "utils/cal_fps.py",
    "content": ""
  },
  {
    "path": "utils/callbacks.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nCallback utils\n\"\"\"\n\n\nclass Callbacks:\n    \"\"\"\"\n    Handles all registered callbacks for YOLOv5 Hooks\n    \"\"\"\n\n    def __init__(self):\n        # Define the available callbacks\n        self._callbacks = {\n            'on_pretrain_routine_start': [],\n            'on_pretrain_routine_end': [],\n\n            'on_train_start': [],\n            'on_train_epoch_start': [],\n            'on_train_batch_start': [],\n            'optimizer_step': [],\n            'on_before_zero_grad': [],\n            'on_train_batch_end': [],\n            'on_train_epoch_end': [],\n\n            'on_val_start': [],\n            'on_val_batch_start': [],\n            'on_val_image_end': [],\n            'on_val_batch_end': [],\n            'on_val_end': [],\n\n            'on_fit_epoch_end': [],  # fit = train + val\n            'on_model_save': [],\n            'on_train_end': [],\n            'on_params_update': [],\n            'teardown': [],\n        }\n        self.stop_training = False  # set True to interrupt training\n\n    def register_action(self, hook, name='', callback=None):\n        \"\"\"\n        Register a new action to a callback hook\n\n        Args:\n            hook        The callback hook name to register the action to\n            name        The name of the action for later reference\n            callback    The callback to fire\n        \"\"\"\n        assert hook in self._callbacks, f\"hook '{hook}' not found in callbacks {self._callbacks}\"\n        assert callable(callback), f\"callback '{callback}' is not callable\"\n        self._callbacks[hook].append({'name': name, 'callback': callback})\n\n    def get_registered_actions(self, hook=None):\n        \"\"\"\"\n        Returns all the registered actions by callback hook\n\n        Args:\n            hook The name of the hook to check, defaults to all\n        \"\"\"\n        if hook:\n            return self._callbacks[hook]\n        else:\n            return self._callbacks\n\n    def run(self, hook, *args, **kwargs):\n        \"\"\"\n        Loop through the registered actions and fire all callbacks\n\n        Args:\n            hook The name of the hook to check, defaults to all\n            args Arguments to receive from YOLOv5\n            kwargs Keyword Arguments to receive from YOLOv5\n        \"\"\"\n\n        assert hook in self._callbacks, f\"hook '{hook}' not found in callbacks {self._callbacks}\"\n\n        for logger in self._callbacks[hook]:\n            logger['callback'](*args, **kwargs)\n"
  },
  {
    "path": "utils/capnums.py",
    "content": "import cv2\n\n\nclass Camera:\n    def __init__(self, cam_preset_num=5):\n        self.cam_preset_num = cam_preset_num\n\n    def get_cam_num(self):\n        cnt = 0\n        devices = []\n        for device in range(0, self.cam_preset_num):\n            stream = cv2.VideoCapture(device, cv2.CAP_DSHOW)\n            grabbed = stream.grab()\n            stream.release()\n            if not grabbed:\n                continue\n            else:\n                cnt = cnt + 1\n                devices.append(device)\n        return cnt, devices\n\n\nif __name__ == '__main__':\n    cam = Camera()\n    cam_num, devices = cam.get_cam_num()\n    print(cam_num, devices)\n"
  },
  {
    "path": "utils/datasets.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nDataloaders and dataset utils\n\"\"\"\n\nimport glob\nimport hashlib\nimport json\nimport math\nimport os\nimport random\nimport shutil\nimport time\nfrom itertools import repeat\nfrom multiprocessing.pool import Pool, ThreadPool\nfrom pathlib import Path\nfrom threading import Thread\nfrom zipfile import ZipFile\n\nimport cv2\nimport numpy as np\nimport torch\nimport torch.nn.functional as F\nimport yaml\nfrom PIL import ExifTags, Image, ImageOps\nfrom torch.utils.data import DataLoader, Dataset, dataloader, distributed\nfrom tqdm import tqdm\n\nfrom utils.augmentations import Albumentations, augment_hsv, copy_paste, letterbox, mixup, random_perspective\nfrom utils.general import (DATASETS_DIR, LOGGER, NUM_THREADS, check_dataset, check_requirements, check_yaml, clean_str,\n                           segments2boxes, xyn2xy, xywh2xyxy, xywhn2xyxy, xyxy2xywhn)\nfrom utils.torch_utils import torch_distributed_zero_first\n\n# Parameters\nHELP_URL = 'https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data'\nIMG_FORMATS = ['bmp', 'dng', 'jpeg', 'jpg', 'mpo', 'png', 'tif', 'tiff', 'webp']  # include image suffixes\nVID_FORMATS = ['asf', 'avi', 'gif', 'm4v', 'mkv', 'mov', 'mp4', 'mpeg', 'mpg', 'wmv']  # include video suffixes\n\n# Get orientation exif tag\nfor orientation in ExifTags.TAGS.keys():\n    if ExifTags.TAGS[orientation] == 'Orientation':\n        break\n\n\ndef get_hash(paths):\n    # Returns a single hash value of a list of paths (files or dirs)\n    size = sum(os.path.getsize(p) for p in paths if os.path.exists(p))  # sizes\n    h = hashlib.md5(str(size).encode())  # hash sizes\n    h.update(''.join(paths).encode())  # hash paths\n    return h.hexdigest()  # return hash\n\n\ndef exif_size(img):\n    # Returns exif-corrected PIL size\n    s = img.size  # (width, height)\n    try:\n        rotation = dict(img._getexif().items())[orientation]\n        if rotation == 6:  # rotation 270\n            s = (s[1], s[0])\n        elif rotation == 8:  # rotation 90\n            s = (s[1], s[0])\n    except Exception:\n        pass\n\n    return s\n\n\ndef exif_transpose(image):\n    \"\"\"\n    Transpose a PIL image accordingly if it has an EXIF Orientation tag.\n    Inplace version of https://github.com/python-pillow/Pillow/blob/master/src/PIL/ImageOps.py exif_transpose()\n\n    :param image: The image to transpose.\n    :return: An image.\n    \"\"\"\n    exif = image.getexif()\n    orientation = exif.get(0x0112, 1)  # default 1\n    if orientation > 1:\n        method = {2: Image.FLIP_LEFT_RIGHT,\n                  3: Image.ROTATE_180,\n                  4: Image.FLIP_TOP_BOTTOM,\n                  5: Image.TRANSPOSE,\n                  6: Image.ROTATE_270,\n                  7: Image.TRANSVERSE,\n                  8: Image.ROTATE_90,\n                  }.get(orientation)\n        if method is not None:\n            image = image.transpose(method)\n            del exif[0x0112]\n            image.info[\"exif\"] = exif.tobytes()\n    return image\n\n\ndef create_dataloader(path, imgsz, batch_size, stride, single_cls=False, hyp=None, augment=False, cache=False, pad=0.0,\n                      rect=False, rank=-1, workers=8, image_weights=False, quad=False, prefix='', shuffle=False):\n    if rect and shuffle:\n        LOGGER.warning('WARNING: --rect is incompatible with DataLoader shuffle, setting shuffle=False')\n        shuffle = False\n    with torch_distributed_zero_first(rank):  # init dataset *.cache only once if DDP\n        dataset = LoadImagesAndLabels(path, imgsz, batch_size,\n                                      augment=augment,  # augmentation\n                                      hyp=hyp,  # hyperparameters\n                                      rect=rect,  # rectangular batches\n                                      cache_images=cache,\n                                      single_cls=single_cls,\n                                      stride=int(stride),\n                                      pad=pad,\n                                      image_weights=image_weights,\n                                      prefix=prefix)\n\n    batch_size = min(batch_size, len(dataset))\n    nd = torch.cuda.device_count()  # number of CUDA devices\n    nw = min([os.cpu_count() // max(nd, 1), batch_size if batch_size > 1 else 0, workers])  # number of workers\n    sampler = None if rank == -1 else distributed.DistributedSampler(dataset, shuffle=shuffle)\n    loader = DataLoader if image_weights else InfiniteDataLoader  # only DataLoader allows for attribute updates\n    return loader(dataset,\n                  batch_size=batch_size,\n                  shuffle=shuffle and sampler is None,\n                  num_workers=nw,\n                  sampler=sampler,\n                  pin_memory=True,\n                  collate_fn=LoadImagesAndLabels.collate_fn4 if quad else LoadImagesAndLabels.collate_fn), dataset\n\n\nclass InfiniteDataLoader(dataloader.DataLoader):\n    \"\"\" Dataloader that reuses workers\n\n    Uses same syntax as vanilla DataLoader\n    \"\"\"\n\n    def __init__(self, *args, **kwargs):\n        super().__init__(*args, **kwargs)\n        object.__setattr__(self, 'batch_sampler', _RepeatSampler(self.batch_sampler))\n        self.iterator = super().__iter__()\n\n    def __len__(self):\n        return len(self.batch_sampler.sampler)\n\n    def __iter__(self):\n        for i in range(len(self)):\n            yield next(self.iterator)\n\n\nclass _RepeatSampler:\n    \"\"\" Sampler that repeats forever\n\n    Args:\n        sampler (Sampler)\n    \"\"\"\n\n    def __init__(self, sampler):\n        self.sampler = sampler\n\n    def __iter__(self):\n        while True:\n            yield from iter(self.sampler)\n\n\nclass LoadImages:\n    # YOLOv5 image/video dataloader, i.e. `python detect.py --source image.jpg/vid.mp4`\n    def __init__(self, path, img_size=640, stride=32, auto=True):\n        p = str(Path(path).resolve())  # os-agnostic absolute path\n        if '*' in p:\n            files = sorted(glob.glob(p, recursive=True))  # glob\n        elif os.path.isdir(p):\n            files = sorted(glob.glob(os.path.join(p, '*.*')))  # dir\n        elif os.path.isfile(p):\n            files = [p]  # files\n        else:\n            raise Exception(f'ERROR: {p} does not exist')\n\n        images = [x for x in files if x.split('.')[-1].lower() in IMG_FORMATS]\n        videos = [x for x in files if x.split('.')[-1].lower() in VID_FORMATS]\n        ni, nv = len(images), len(videos)\n\n        self.img_size = img_size\n        self.stride = stride\n        self.files = images + videos\n        self.nf = ni + nv  # number of files\n        self.video_flag = [False] * ni + [True] * nv\n        self.mode = 'image'\n        self.auto = auto\n        if any(videos):\n            self.new_video(videos[0])  # new video\n        else:\n            self.cap = None\n        assert self.nf > 0, f'No images or videos found in {p}. ' \\\n                            f'Supported formats are:\\nimages: {IMG_FORMATS}\\nvideos: {VID_FORMATS}'\n\n    def __iter__(self):\n        self.count = 0\n        return self\n\n    def __next__(self):\n        if self.count == self.nf:\n            raise StopIteration\n        path = self.files[self.count]\n\n        if self.video_flag[self.count]:\n            # Read video\n            self.mode = 'video'\n            ret_val, img0 = self.cap.read()\n            while not ret_val:\n                self.count += 1\n                self.cap.release()\n                if self.count == self.nf:  # last video\n                    raise StopIteration\n                else:\n                    path = self.files[self.count]\n                    self.new_video(path)\n                    ret_val, img0 = self.cap.read()\n\n            self.frame += 1\n            s = f'video {self.count + 1}/{self.nf} ({self.frame}/{self.frames}) {path}: '\n\n        else:\n            # Read image\n            self.count += 1\n            img0 = cv2.imread(path)  # BGR\n            assert img0 is not None, f'Image Not Found {path}'\n            s = f'image {self.count}/{self.nf} {path}: '\n\n        # Padded resize\n        img = letterbox(img0, self.img_size, stride=self.stride, auto=self.auto)[0]\n\n        # Convert\n        img = img.transpose((2, 0, 1))[::-1]  # HWC to CHW, BGR to RGB\n        img = np.ascontiguousarray(img)\n\n        return path, img, img0, self.cap\n\n    def new_video(self, path):\n        self.frame = 0\n        self.cap = cv2.VideoCapture(path)\n        self.frames = int(self.cap.get(cv2.CAP_PROP_FRAME_COUNT))\n\n    def __len__(self):\n        return self.nf  # number of files\n\n\nclass LoadWebcam:  # for inference\n    # YOLOv5 local webcam dataloader, i.e. `python detect.py --source 0`\n    def __init__(self, pipe='0', img_size=640, stride=32):\n        self.img_size = img_size\n        self.stride = stride\n        self.pipe = eval(pipe) if pipe.isnumeric() else pipe\n        self.cap = cv2.VideoCapture(self.pipe)  # video capture object\n        self.cap.set(cv2.CAP_PROP_BUFFERSIZE, 3)  # set buffer size\n\n    def __iter__(self):\n        self.count = -1\n        return self\n\n    def __next__(self):\n        self.count += 1\n        if cv2.waitKey(1) == ord('q'):  # q to quit\n            self.cap.release()\n            cv2.destroyAllWindows()\n            raise StopIteration\n\n        # Read frame\n        ret_val, img0 = self.cap.read()\n        img0 = cv2.flip(img0, 1)  # flip left-right\n\n        # Print\n        assert ret_val, f'Camera Error {self.pipe}'\n        img_path = 'webcam.jpg'\n        s = f'webcam {self.count}: '\n\n        # Padded resize\n        img = letterbox(img0, self.img_size, stride=self.stride)[0]\n\n        # Convert\n        img = img.transpose((2, 0, 1))[::-1]  # HWC to CHW, BGR to RGB\n        img = np.ascontiguousarray(img)\n\n        return img_path, img, img0, self.cap\n\n    def __len__(self):\n        return 0\n\n\nclass LoadStreams:\n    # YOLOv5 streamloader, i.e. `python detect.py --source 'rtsp://example.com/media.mp4'  # RTSP, RTMP, HTTP streams`\n    def __init__(self, sources='streams.txt', img_size=640, stride=32, auto=True):\n        self.mode = 'stream'\n        self.img_size = img_size\n        self.stride = stride\n\n        if os.path.isfile(sources):\n            with open(sources) as f:\n                sources = [x.strip() for x in f.read().strip().splitlines() if len(x.strip())]\n        else:\n            sources = [sources]\n\n        n = len(sources)\n        self.imgs, self.fps, self.frames, self.threads = [None] * n, [0] * n, [0] * n, [None] * n\n        self.sources = [clean_str(x) for x in sources]  # clean source names for later\n        self.auto = auto\n        for i, s in enumerate(sources):  # index, source\n            # Start thread to read frames from video stream\n            st = f'{i + 1}/{n}: {s}... '\n            if 'youtube.com/' in s or 'youtu.be/' in s:  # if source is YouTube video\n                check_requirements(('pafy', 'youtube_dl==2020.12.2'))\n                import pafy\n                s = pafy.new(s).getbest(preftype=\"mp4\").url  # YouTube URL\n            s = eval(s) if s.isnumeric() else s  # i.e. s = '0' local webcam\n            cap = cv2.VideoCapture(s)\n            assert cap.isOpened(), f'{st}Failed to open {s}'\n            w = int(cap.get(cv2.CAP_PROP_FRAME_WIDTH))\n            h = int(cap.get(cv2.CAP_PROP_FRAME_HEIGHT))\n            fps = cap.get(cv2.CAP_PROP_FPS)  # warning: may return 0 or nan\n            self.frames[i] = max(int(cap.get(cv2.CAP_PROP_FRAME_COUNT)), 0) or float('inf')  # infinite stream fallback\n            self.fps[i] = max((fps if math.isfinite(fps) else 0) % 100, 0) or 30  # 30 FPS fallback\n\n            _, self.imgs[i] = cap.read()  # guarantee first frame\n            self.threads[i] = Thread(target=self.update, args=([i, cap, s]), daemon=True)\n            LOGGER.info(f\"{st} Success ({self.frames[i]} frames {w}x{h} at {self.fps[i]:.2f} FPS)\")\n            self.threads[i].start()\n        LOGGER.info('')  # newline\n\n        # check for common shapes\n        s = np.stack([letterbox(x, self.img_size, stride=self.stride, auto=self.auto)[0].shape for x in self.imgs])\n        self.rect = np.unique(s, axis=0).shape[0] == 1  # rect inference if all shapes equal\n        if not self.rect:\n            LOGGER.warning('WARNING: Stream shapes differ. For optimal performance supply similarly-shaped streams.')\n\n    def update(self, i, cap, stream):\n        # Read stream `i` frames in daemon thread\n        n, f, read = 0, self.frames[i], 1  # frame number, frame array, inference every 'read' frame\n        while cap.isOpened() and n < f:\n            n += 1\n            # _, self.imgs[index] = cap.read()\n            cap.grab()\n            if n % read == 0:\n                success, im = cap.retrieve()\n                if success:\n                    self.imgs[i] = im\n                else:\n                    LOGGER.warning('WARNING: Video stream unresponsive, please check your IP camera connection.')\n                    self.imgs[i] = np.zeros_like(self.imgs[i])\n                    cap.open(stream)  # re-open stream if signal was lost\n            time.sleep(1 / self.fps[i])  # wait time\n\n    def __iter__(self):\n        self.count = -1\n        return self\n\n    def __next__(self):\n        self.count += 1\n        if not all(x.is_alive() for x in self.threads) or cv2.waitKey(1) == ord('q'):  # q to quit\n            cv2.destroyAllWindows()\n            raise StopIteration\n\n        # Letterbox\n        img0 = self.imgs.copy()\n        img = [letterbox(x, self.img_size, stride=self.stride, auto=self.rect and self.auto)[0] for x in img0]\n\n        # Stack\n        img = np.stack(img, 0)\n\n        # Convert\n        img = img[..., ::-1].transpose((0, 3, 1, 2))  # BGR to RGB, BHWC to BCHW\n        img = np.ascontiguousarray(img)\n\n        return self.sources, img, img0, None\n\n    def __len__(self):\n        return len(self.sources)  # 1E12 frames = 32 streams at 30 FPS for 30 years\n\n\ndef img2label_paths(img_paths):\n    # Define label paths as a function of image paths\n    sa, sb = os.sep + 'images' + os.sep, os.sep + 'labels' + os.sep  # /images/, /labels/ substrings\n    return [sb.join(x.rsplit(sa, 1)).rsplit('.', 1)[0] + '.txt' for x in img_paths]\n\n\nclass LoadImagesAndLabels(Dataset):\n    # YOLOv5 train_loader/val_loader, loads images and labels for training and validation\n    cache_version = 0.6  # dataset labels *.cache version\n\n    def __init__(self, path, img_size=640, batch_size=16, augment=False, hyp=None, rect=False, image_weights=False,\n                 cache_images=False, single_cls=False, stride=32, pad=0.0, prefix=''):\n        self.img_size = img_size\n        self.augment = augment\n        self.hyp = hyp\n        self.image_weights = image_weights\n        self.rect = False if image_weights else rect\n        self.mosaic = self.augment and not self.rect  # load 4 images at a time into a mosaic (only during training)\n        self.mosaic_border = [-img_size // 2, -img_size // 2]\n        self.stride = stride\n        self.path = path\n        self.albumentations = Albumentations() if augment else None\n\n        try:\n            f = []  # image files\n            for p in path if isinstance(path, list) else [path]:\n                p = Path(p)  # os-agnostic\n                if p.is_dir():  # dir\n                    f += glob.glob(str(p / '**' / '*.*'), recursive=True)\n                    # f = list(p.rglob('*.*'))  # pathlib\n                elif p.is_file():  # file\n                    with open(p) as t:\n                        t = t.read().strip().splitlines()\n                        parent = str(p.parent) + os.sep\n                        f += [x.replace('./', parent) if x.startswith('./') else x for x in t]  # local to global path\n                        # f += [p.parent / x.lstrip(os.sep) for x in t]  # local to global path (pathlib)\n                else:\n                    raise Exception(f'{prefix}{p} does not exist')\n            self.img_files = sorted(x.replace('/', os.sep) for x in f if x.split('.')[-1].lower() in IMG_FORMATS)\n            # self.img_files = sorted([x for x in f if x.suffix[1:].lower() in IMG_FORMATS])  # pathlib\n            assert self.img_files, f'{prefix}No images found'\n        except Exception as e:\n            raise Exception(f'{prefix}Error loading data from {path}: {e}\\nSee {HELP_URL}')\n\n        # Check cache\n        self.label_files = img2label_paths(self.img_files)  # labels\n        cache_path = (p if p.is_file() else Path(self.label_files[0]).parent).with_suffix('.cache')\n        try:\n            cache, exists = np.load(cache_path, allow_pickle=True).item(), True  # load dict\n            assert cache['version'] == self.cache_version  # same version\n            assert cache['hash'] == get_hash(self.label_files + self.img_files)  # same hash\n        except Exception:\n            cache, exists = self.cache_labels(cache_path, prefix), False  # cache\n\n        # Display cache\n        nf, nm, ne, nc, n = cache.pop('results')  # found, missing, empty, corrupt, total\n        if exists:\n            d = f\"Scanning '{cache_path}' images and labels... {nf} found, {nm} missing, {ne} empty, {nc} corrupt\"\n            tqdm(None, desc=prefix + d, total=n, initial=n)  # display cache results\n            if cache['msgs']:\n                LOGGER.info('\\n'.join(cache['msgs']))  # display warnings\n        assert nf > 0 or not augment, f'{prefix}No labels in {cache_path}. Can not train without labels. See {HELP_URL}'\n\n        # Read cache\n        [cache.pop(k) for k in ('hash', 'version', 'msgs')]  # remove items\n        labels, shapes, self.segments = zip(*cache.values())\n        self.labels = list(labels)\n        self.shapes = np.array(shapes, dtype=np.float64)\n        self.img_files = list(cache.keys())  # update\n        self.label_files = img2label_paths(cache.keys())  # update\n        n = len(shapes)  # number of images\n        bi = np.floor(np.arange(n) / batch_size).astype(np.int)  # batch index\n        nb = bi[-1] + 1  # number of batches\n        self.batch = bi  # batch index of image\n        self.n = n\n        self.indices = range(n)\n\n        # Update labels\n        include_class = []  # filter labels to include only these classes (optional)\n        include_class_array = np.array(include_class).reshape(1, -1)\n        for i, (label, segment) in enumerate(zip(self.labels, self.segments)):\n            if include_class:\n                j = (label[:, 0:1] == include_class_array).any(1)\n                self.labels[i] = label[j]\n                if segment:\n                    self.segments[i] = segment[j]\n            if single_cls:  # single-class training, merge all classes into 0\n                self.labels[i][:, 0] = 0\n                if segment:\n                    self.segments[i][:, 0] = 0\n\n        # Rectangular Training\n        if self.rect:\n            # Sort by aspect ratio\n            s = self.shapes  # wh\n            ar = s[:, 1] / s[:, 0]  # aspect ratio\n            irect = ar.argsort()\n            self.img_files = [self.img_files[i] for i in irect]\n            self.label_files = [self.label_files[i] for i in irect]\n            self.labels = [self.labels[i] for i in irect]\n            self.shapes = s[irect]  # wh\n            ar = ar[irect]\n\n            # Set training image shapes\n            shapes = [[1, 1]] * nb\n            for i in range(nb):\n                ari = ar[bi == i]\n                mini, maxi = ari.min(), ari.max()\n                if maxi < 1:\n                    shapes[i] = [maxi, 1]\n                elif mini > 1:\n                    shapes[i] = [1, 1 / mini]\n\n            self.batch_shapes = np.ceil(np.array(shapes) * img_size / stride + pad).astype(np.int) * stride\n\n        # Cache images into RAM/disk for faster training (WARNING: large datasets may exceed system resources)\n        self.imgs, self.img_npy = [None] * n, [None] * n\n        if cache_images:\n            if cache_images == 'disk':\n                self.im_cache_dir = Path(Path(self.img_files[0]).parent.as_posix() + '_npy')\n                self.img_npy = [self.im_cache_dir / Path(f).with_suffix('.npy').name for f in self.img_files]\n                self.im_cache_dir.mkdir(parents=True, exist_ok=True)\n            gb = 0  # Gigabytes of cached images\n            self.img_hw0, self.img_hw = [None] * n, [None] * n\n            results = ThreadPool(NUM_THREADS).imap(self.load_image, range(n))\n            pbar = tqdm(enumerate(results), total=n)\n            for i, x in pbar:\n                if cache_images == 'disk':\n                    if not self.img_npy[i].exists():\n                        np.save(self.img_npy[i].as_posix(), x[0])\n                    gb += self.img_npy[i].stat().st_size\n                else:  # 'ram'\n                    self.imgs[i], self.img_hw0[i], self.img_hw[i] = x  # im, hw_orig, hw_resized = load_image(self, i)\n                    gb += self.imgs[i].nbytes\n                pbar.desc = f'{prefix}Caching images ({gb / 1E9:.1f}GB {cache_images})'\n            pbar.close()\n\n    def cache_labels(self, path=Path('./labels.cache'), prefix=''):\n        # Cache dataset labels, check images and read shapes\n        x = {}  # dict\n        nm, nf, ne, nc, msgs = 0, 0, 0, 0, []  # number missing, found, empty, corrupt, messages\n        desc = f\"{prefix}Scanning '{path.parent / path.stem}' images and labels...\"\n        with Pool(NUM_THREADS) as pool:\n            pbar = tqdm(pool.imap(verify_image_label, zip(self.img_files, self.label_files, repeat(prefix))),\n                        desc=desc, total=len(self.img_files))\n            for im_file, lb, shape, segments, nm_f, nf_f, ne_f, nc_f, msg in pbar:\n                nm += nm_f\n                nf += nf_f\n                ne += ne_f\n                nc += nc_f\n                if im_file:\n                    x[im_file] = [lb, shape, segments]\n                if msg:\n                    msgs.append(msg)\n                pbar.desc = f\"{desc}{nf} found, {nm} missing, {ne} empty, {nc} corrupt\"\n\n        pbar.close()\n        if msgs:\n            LOGGER.info('\\n'.join(msgs))\n        if nf == 0:\n            LOGGER.warning(f'{prefix}WARNING: No labels found in {path}. See {HELP_URL}')\n        x['hash'] = get_hash(self.label_files + self.img_files)\n        x['results'] = nf, nm, ne, nc, len(self.img_files)\n        x['msgs'] = msgs  # warnings\n        x['version'] = self.cache_version  # cache version\n        try:\n            np.save(path, x)  # save cache for next time\n            path.with_suffix('.cache.npy').rename(path)  # remove .npy suffix\n            LOGGER.info(f'{prefix}New cache created: {path}')\n        except Exception as e:\n            LOGGER.warning(f'{prefix}WARNING: Cache directory {path.parent} is not writeable: {e}')  # not writeable\n        return x\n\n    def __len__(self):\n        return len(self.img_files)\n\n    # def __iter__(self):\n    #     self.count = -1\n    #     print('ran dataset iter')\n    #     #self.shuffled_vector = np.random.permutation(self.nF) if self.augment else np.arange(self.nF)\n    #     return self\n\n    def __getitem__(self, index):\n        index = self.indices[index]  # linear, shuffled, or image_weights\n\n        hyp = self.hyp\n        mosaic = self.mosaic and random.random() < hyp['mosaic']\n        if mosaic:\n            # Load mosaic\n            img, labels = self.load_mosaic(index)\n            shapes = None\n\n            # MixUp augmentation\n            if random.random() < hyp['mixup']:\n                img, labels = mixup(img, labels, *self.load_mosaic(random.randint(0, self.n - 1)))\n\n        else:\n            # Load image\n            img, (h0, w0), (h, w) = self.load_image(index)\n\n            # Letterbox\n            shape = self.batch_shapes[self.batch[index]] if self.rect else self.img_size  # final letterboxed shape\n            img, ratio, pad = letterbox(img, shape, auto=False, scaleup=self.augment)\n            shapes = (h0, w0), ((h / h0, w / w0), pad)  # for COCO mAP rescaling\n\n            labels = self.labels[index].copy()\n            if labels.size:  # normalized xywh to pixel xyxy format\n                labels[:, 1:] = xywhn2xyxy(labels[:, 1:], ratio[0] * w, ratio[1] * h, padw=pad[0], padh=pad[1])\n\n            if self.augment:\n                img, labels = random_perspective(img, labels,\n                                                 degrees=hyp['degrees'],\n                                                 translate=hyp['translate'],\n                                                 scale=hyp['scale'],\n                                                 shear=hyp['shear'],\n                                                 perspective=hyp['perspective'])\n\n        nl = len(labels)  # number of labels\n        if nl:\n            labels[:, 1:5] = xyxy2xywhn(labels[:, 1:5], w=img.shape[1], h=img.shape[0], clip=True, eps=1E-3)\n\n        if self.augment:\n            # Albumentations\n            img, labels = self.albumentations(img, labels)\n            nl = len(labels)  # update after albumentations\n\n            # HSV color-space\n            augment_hsv(img, hgain=hyp['hsv_h'], sgain=hyp['hsv_s'], vgain=hyp['hsv_v'])\n\n            # Flip up-down\n            if random.random() < hyp['flipud']:\n                img = np.flipud(img)\n                if nl:\n                    labels[:, 2] = 1 - labels[:, 2]\n\n            # Flip left-right\n            if random.random() < hyp['fliplr']:\n                img = np.fliplr(img)\n                if nl:\n                    labels[:, 1] = 1 - labels[:, 1]\n\n            # Cutouts\n            # labels = cutout(img, labels, p=0.5)\n            # nl = len(labels)  # update after cutout\n\n        labels_out = torch.zeros((nl, 6))\n        if nl:\n            labels_out[:, 1:] = torch.from_numpy(labels)\n\n        # Convert\n        img = img.transpose((2, 0, 1))[::-1]  # HWC to CHW, BGR to RGB\n        img = np.ascontiguousarray(img)\n\n        return torch.from_numpy(img), labels_out, self.img_files[index], shapes\n\n    def load_image(self, i):\n        # loads 1 image from dataset index 'i', returns (im, original hw, resized hw)\n        im = self.imgs[i]\n        if im is None:  # not cached in RAM\n            npy = self.img_npy[i]\n            if npy and npy.exists():  # load npy\n                im = np.load(npy)\n            else:  # read image\n                f = self.img_files[i]\n                im = cv2.imread(f)  # BGR\n                assert im is not None, f'Image Not Found {f}'\n            h0, w0 = im.shape[:2]  # orig hw\n            r = self.img_size / max(h0, w0)  # ratio\n            if r != 1:  # if sizes are not equal\n                im = cv2.resize(im,\n                                (int(w0 * r), int(h0 * r)),\n                                interpolation=cv2.INTER_LINEAR if (self.augment or r > 1) else cv2.INTER_AREA)\n            return im, (h0, w0), im.shape[:2]  # im, hw_original, hw_resized\n        else:\n            return self.imgs[i], self.img_hw0[i], self.img_hw[i]  # im, hw_original, hw_resized\n\n    def load_mosaic(self, index):\n        # YOLOv5 4-mosaic loader. Loads 1 image + 3 random images into a 4-image mosaic\n        labels4, segments4 = [], []\n        s = self.img_size\n        yc, xc = (int(random.uniform(-x, 2 * s + x)) for x in self.mosaic_border)  # mosaic center x, y\n        indices = [index] + random.choices(self.indices, k=3)  # 3 additional image indices\n        random.shuffle(indices)\n        for i, index in enumerate(indices):\n            # Load image\n            img, _, (h, w) = self.load_image(index)\n\n            # place img in img4\n            if i == 0:  # top left\n                img4 = np.full((s * 2, s * 2, img.shape[2]), 114, dtype=np.uint8)  # base image with 4 tiles\n                x1a, y1a, x2a, y2a = max(xc - w, 0), max(yc - h, 0), xc, yc  # xmin, ymin, xmax, ymax (large image)\n                x1b, y1b, x2b, y2b = w - (x2a - x1a), h - (y2a - y1a), w, h  # xmin, ymin, xmax, ymax (small image)\n            elif i == 1:  # top right\n                x1a, y1a, x2a, y2a = xc, max(yc - h, 0), min(xc + w, s * 2), yc\n                x1b, y1b, x2b, y2b = 0, h - (y2a - y1a), min(w, x2a - x1a), h\n            elif i == 2:  # bottom left\n                x1a, y1a, x2a, y2a = max(xc - w, 0), yc, xc, min(s * 2, yc + h)\n                x1b, y1b, x2b, y2b = w - (x2a - x1a), 0, w, min(y2a - y1a, h)\n            elif i == 3:  # bottom right\n                x1a, y1a, x2a, y2a = xc, yc, min(xc + w, s * 2), min(s * 2, yc + h)\n                x1b, y1b, x2b, y2b = 0, 0, min(w, x2a - x1a), min(y2a - y1a, h)\n\n            img4[y1a:y2a, x1a:x2a] = img[y1b:y2b, x1b:x2b]  # img4[ymin:ymax, xmin:xmax]\n            padw = x1a - x1b\n            padh = y1a - y1b\n\n            # Labels\n            labels, segments = self.labels[index].copy(), self.segments[index].copy()\n            if labels.size:\n                labels[:, 1:] = xywhn2xyxy(labels[:, 1:], w, h, padw, padh)  # normalized xywh to pixel xyxy format\n                segments = [xyn2xy(x, w, h, padw, padh) for x in segments]\n            labels4.append(labels)\n            segments4.extend(segments)\n\n        # Concat/clip labels\n        labels4 = np.concatenate(labels4, 0)\n        for x in (labels4[:, 1:], *segments4):\n            np.clip(x, 0, 2 * s, out=x)  # clip when using random_perspective()\n        # img4, labels4 = replicate(img4, labels4)  # replicate\n\n        # Augment\n        img4, labels4, segments4 = copy_paste(img4, labels4, segments4, p=self.hyp['copy_paste'])\n        img4, labels4 = random_perspective(img4, labels4, segments4,\n                                           degrees=self.hyp['degrees'],\n                                           translate=self.hyp['translate'],\n                                           scale=self.hyp['scale'],\n                                           shear=self.hyp['shear'],\n                                           perspective=self.hyp['perspective'],\n                                           border=self.mosaic_border)  # border to remove\n\n        return img4, labels4\n\n    def load_mosaic9(self, index):\n        # YOLOv5 9-mosaic loader. Loads 1 image + 8 random images into a 9-image mosaic\n        labels9, segments9 = [], []\n        s = self.img_size\n        indices = [index] + random.choices(self.indices, k=8)  # 8 additional image indices\n        random.shuffle(indices)\n        hp, wp = -1, -1  # height, width previous\n        for i, index in enumerate(indices):\n            # Load image\n            img, _, (h, w) = self.load_image(index)\n\n            # place img in img9\n            if i == 0:  # center\n                img9 = np.full((s * 3, s * 3, img.shape[2]), 114, dtype=np.uint8)  # base image with 4 tiles\n                h0, w0 = h, w\n                c = s, s, s + w, s + h  # xmin, ymin, xmax, ymax (base) coordinates\n            elif i == 1:  # top\n                c = s, s - h, s + w, s\n            elif i == 2:  # top right\n                c = s + wp, s - h, s + wp + w, s\n            elif i == 3:  # right\n                c = s + w0, s, s + w0 + w, s + h\n            elif i == 4:  # bottom right\n                c = s + w0, s + hp, s + w0 + w, s + hp + h\n            elif i == 5:  # bottom\n                c = s + w0 - w, s + h0, s + w0, s + h0 + h\n            elif i == 6:  # bottom left\n                c = s + w0 - wp - w, s + h0, s + w0 - wp, s + h0 + h\n            elif i == 7:  # left\n                c = s - w, s + h0 - h, s, s + h0\n            elif i == 8:  # top left\n                c = s - w, s + h0 - hp - h, s, s + h0 - hp\n\n            padx, pady = c[:2]\n            x1, y1, x2, y2 = (max(x, 0) for x in c)  # allocate coords\n\n            # Labels\n            labels, segments = self.labels[index].copy(), self.segments[index].copy()\n            if labels.size:\n                labels[:, 1:] = xywhn2xyxy(labels[:, 1:], w, h, padx, pady)  # normalized xywh to pixel xyxy format\n                segments = [xyn2xy(x, w, h, padx, pady) for x in segments]\n            labels9.append(labels)\n            segments9.extend(segments)\n\n            # Image\n            img9[y1:y2, x1:x2] = img[y1 - pady:, x1 - padx:]  # img9[ymin:ymax, xmin:xmax]\n            hp, wp = h, w  # height, width previous\n\n        # Offset\n        yc, xc = (int(random.uniform(0, s)) for _ in self.mosaic_border)  # mosaic center x, y\n        img9 = img9[yc:yc + 2 * s, xc:xc + 2 * s]\n\n        # Concat/clip labels\n        labels9 = np.concatenate(labels9, 0)\n        labels9[:, [1, 3]] -= xc\n        labels9[:, [2, 4]] -= yc\n        c = np.array([xc, yc])  # centers\n        segments9 = [x - c for x in segments9]\n\n        for x in (labels9[:, 1:], *segments9):\n            np.clip(x, 0, 2 * s, out=x)  # clip when using random_perspective()\n        # img9, labels9 = replicate(img9, labels9)  # replicate\n\n        # Augment\n        img9, labels9 = random_perspective(img9, labels9, segments9,\n                                           degrees=self.hyp['degrees'],\n                                           translate=self.hyp['translate'],\n                                           scale=self.hyp['scale'],\n                                           shear=self.hyp['shear'],\n                                           perspective=self.hyp['perspective'],\n                                           border=self.mosaic_border)  # border to remove\n\n        return img9, labels9\n\n    @staticmethod\n    def collate_fn(batch):\n        img, label, path, shapes = zip(*batch)  # transposed\n        for i, lb in enumerate(label):\n            lb[:, 0] = i  # add target image index for build_targets()\n        return torch.stack(img, 0), torch.cat(label, 0), path, shapes\n\n    @staticmethod\n    def collate_fn4(batch):\n        img, label, path, shapes = zip(*batch)  # transposed\n        n = len(shapes) // 4\n        img4, label4, path4, shapes4 = [], [], path[:n], shapes[:n]\n\n        ho = torch.tensor([[0.0, 0, 0, 1, 0, 0]])\n        wo = torch.tensor([[0.0, 0, 1, 0, 0, 0]])\n        s = torch.tensor([[1, 1, 0.5, 0.5, 0.5, 0.5]])  # scale\n        for i in range(n):  # zidane torch.zeros(16,3,720,1280)  # BCHW\n            i *= 4\n            if random.random() < 0.5:\n                im = F.interpolate(img[i].unsqueeze(0).float(), scale_factor=2.0, mode='bilinear', align_corners=False)[\n                    0].type(img[i].type())\n                lb = label[i]\n            else:\n                im = torch.cat((torch.cat((img[i], img[i + 1]), 1), torch.cat((img[i + 2], img[i + 3]), 1)), 2)\n                lb = torch.cat((label[i], label[i + 1] + ho, label[i + 2] + wo, label[i + 3] + ho + wo), 0) * s\n            img4.append(im)\n            label4.append(lb)\n\n        for i, lb in enumerate(label4):\n            lb[:, 0] = i  # add target image index for build_targets()\n\n        return torch.stack(img4, 0), torch.cat(label4, 0), path4, shapes4\n\n\n# Ancillary functions --------------------------------------------------------------------------------------------------\ndef create_folder(path='./new'):\n    # Create folder\n    if os.path.exists(path):\n        shutil.rmtree(path)  # delete output folder\n    os.makedirs(path)  # make new output folder\n\n\ndef flatten_recursive(path=DATASETS_DIR / 'coco128'):\n    # Flatten a recursive directory by bringing all files to top level\n    new_path = Path(str(path) + '_flat')\n    create_folder(new_path)\n    for file in tqdm(glob.glob(str(Path(path)) + '/**/*.*', recursive=True)):\n        shutil.copyfile(file, new_path / Path(file).name)\n\n\ndef extract_boxes(path=DATASETS_DIR / 'coco128'):  # from utils.datasets import *; extract_boxes()\n    # Convert detection dataset into classification dataset, with one directory per class\n    path = Path(path)  # images dir\n    shutil.rmtree(path / 'classifier') if (path / 'classifier').is_dir() else None  # remove existing\n    files = list(path.rglob('*.*'))\n    n = len(files)  # number of files\n    for im_file in tqdm(files, total=n):\n        if im_file.suffix[1:] in IMG_FORMATS:\n            # image\n            im = cv2.imread(str(im_file))[..., ::-1]  # BGR to RGB\n            h, w = im.shape[:2]\n\n            # labels\n            lb_file = Path(img2label_paths([str(im_file)])[0])\n            if Path(lb_file).exists():\n                with open(lb_file) as f:\n                    lb = np.array([x.split() for x in f.read().strip().splitlines()], dtype=np.float32)  # labels\n\n                for j, x in enumerate(lb):\n                    c = int(x[0])  # class\n                    f = (path / 'classifier') / f'{c}' / f'{path.stem}_{im_file.stem}_{j}.jpg'  # new filename\n                    if not f.parent.is_dir():\n                        f.parent.mkdir(parents=True)\n\n                    b = x[1:] * [w, h, w, h]  # box\n                    # b[2:] = b[2:].max()  # rectangle to square\n                    b[2:] = b[2:] * 1.2 + 3  # pad\n                    b = xywh2xyxy(b.reshape(-1, 4)).ravel().astype(np.int)\n\n                    b[[0, 2]] = np.clip(b[[0, 2]], 0, w)  # clip boxes outside of image\n                    b[[1, 3]] = np.clip(b[[1, 3]], 0, h)\n                    assert cv2.imwrite(str(f), im[b[1]:b[3], b[0]:b[2]]), f'box failure in {f}'\n\n\ndef autosplit(path=DATASETS_DIR / 'coco128/images', weights=(0.9, 0.1, 0.0), annotated_only=False):\n    \"\"\" Autosplit a dataset into train/val/test splits and save path/autosplit_*.txt files\n    Usage: from utils.datasets import *; autosplit()\n    Arguments\n        path:            Path to images directory\n        weights:         Train, val, test weights (list, tuple)\n        annotated_only:  Only use images with an annotated txt file\n    \"\"\"\n    path = Path(path)  # images dir\n    files = sorted(x for x in path.rglob('*.*') if x.suffix[1:].lower() in IMG_FORMATS)  # image files only\n    n = len(files)  # number of files\n    random.seed(0)  # for reproducibility\n    indices = random.choices([0, 1, 2], weights=weights, k=n)  # assign each image to a split\n\n    txt = ['autosplit_train.txt', 'autosplit_val.txt', 'autosplit_test.txt']  # 3 txt files\n    [(path.parent / x).unlink(missing_ok=True) for x in txt]  # remove existing\n\n    print(f'Autosplitting images from {path}' + ', using *.txt labeled images only' * annotated_only)\n    for i, img in tqdm(zip(indices, files), total=n):\n        if not annotated_only or Path(img2label_paths([str(img)])[0]).exists():  # check label\n            with open(path.parent / txt[i], 'a') as f:\n                f.write('./' + img.relative_to(path.parent).as_posix() + '\\n')  # add image to txt file\n\n\ndef verify_image_label(args):\n    # Verify one image-label pair\n    im_file, lb_file, prefix = args\n    nm, nf, ne, nc, msg, segments = 0, 0, 0, 0, '', []  # number (missing, found, empty, corrupt), message, segments\n    try:\n        # verify images\n        im = Image.open(im_file)\n        im.verify()  # PIL verify\n        shape = exif_size(im)  # image size\n        assert (shape[0] > 9) & (shape[1] > 9), f'image size {shape} <10 pixels'\n        assert im.format.lower() in IMG_FORMATS, f'invalid image format {im.format}'\n        if im.format.lower() in ('jpg', 'jpeg'):\n            with open(im_file, 'rb') as f:\n                f.seek(-2, 2)\n                if f.read() != b'\\xff\\xd9':  # corrupt JPEG\n                    ImageOps.exif_transpose(Image.open(im_file)).save(im_file, 'JPEG', subsampling=0, quality=100)\n                    msg = f'{prefix}WARNING: {im_file}: corrupt JPEG restored and saved'\n\n        # verify labels\n        if os.path.isfile(lb_file):\n            nf = 1  # label found\n            with open(lb_file) as f:\n                lb = [x.split() for x in f.read().strip().splitlines() if len(x)]\n                if any([len(x) > 8 for x in lb]):  # is segment\n                    classes = np.array([x[0] for x in lb], dtype=np.float32)\n                    segments = [np.array(x[1:], dtype=np.float32).reshape(-1, 2) for x in lb]  # (cls, xy1...)\n                    lb = np.concatenate((classes.reshape(-1, 1), segments2boxes(segments)), 1)  # (cls, xywh)\n                lb = np.array(lb, dtype=np.float32)\n            nl = len(lb)\n            if nl:\n                assert lb.shape[1] == 5, f'labels require 5 columns, {lb.shape[1]} columns detected'\n                assert (lb >= 0).all(), f'negative label values {lb[lb < 0]}'\n                assert (lb[:, 1:] <= 1).all(), f'non-normalized or out of bounds coordinates {lb[:, 1:][lb[:, 1:] > 1]}'\n                _, i = np.unique(lb, axis=0, return_index=True)\n                if len(i) < nl:  # duplicate row check\n                    lb = lb[i]  # remove duplicates\n                    if segments:\n                        segments = segments[i]\n                    msg = f'{prefix}WARNING: {im_file}: {nl - len(i)} duplicate labels removed'\n            else:\n                ne = 1  # label empty\n                lb = np.zeros((0, 5), dtype=np.float32)\n        else:\n            nm = 1  # label missing\n            lb = np.zeros((0, 5), dtype=np.float32)\n        return im_file, lb, shape, segments, nm, nf, ne, nc, msg\n    except Exception as e:\n        nc = 1\n        msg = f'{prefix}WARNING: {im_file}: ignoring corrupt image/label: {e}'\n        return [None, None, None, None, nm, nf, ne, nc, msg]\n\n\ndef dataset_stats(path='coco128.yaml', autodownload=False, verbose=False, profile=False, hub=False):\n    \"\"\" Return dataset statistics dictionary with images and instances counts per split per class\n    To run in parent directory: export PYTHONPATH=\"$PWD/yolov5\"\n    Usage1: from utils.datasets import *; dataset_stats('coco128.yaml', autodownload=True)\n    Usage2: from utils.datasets import *; dataset_stats('path/to/coco128_with_yaml.zip')\n    Arguments\n        path:           Path to data.yaml or data.zip (with data.yaml inside data.zip)\n        autodownload:   Attempt to download dataset if not found locally\n        verbose:        Print stats dictionary\n    \"\"\"\n\n    def round_labels(labels):\n        # Update labels to integer class and 6 decimal place floats\n        return [[int(c), *(round(x, 4) for x in points)] for c, *points in labels]\n\n    def unzip(path):\n        # Unzip data.zip TODO: CONSTRAINT: path/to/abc.zip MUST unzip to 'path/to/abc/'\n        if str(path).endswith('.zip'):  # path is data.zip\n            assert Path(path).is_file(), f'Error unzipping {path}, file not found'\n            ZipFile(path).extractall(path=path.parent)  # unzip\n            dir = path.with_suffix('')  # dataset directory == zip name\n            return True, str(dir), next(dir.rglob('*.yaml'))  # zipped, data_dir, yaml_path\n        else:  # path is data.yaml\n            return False, None, path\n\n    def hub_ops(f, max_dim=1920):\n        # HUB ops for 1 image 'f': resize and save at reduced quality in /dataset-hub for web/app viewing\n        f_new = im_dir / Path(f).name  # dataset-hub image filename\n        try:  # use PIL\n            im = Image.open(f)\n            r = max_dim / max(im.height, im.width)  # ratio\n            if r < 1.0:  # image too large\n                im = im.resize((int(im.width * r), int(im.height * r)))\n            im.save(f_new, 'JPEG', quality=75, optimize=True)  # save\n        except Exception as e:  # use OpenCV\n            print(f'WARNING: HUB ops PIL failure {f}: {e}')\n            im = cv2.imread(f)\n            im_height, im_width = im.shape[:2]\n            r = max_dim / max(im_height, im_width)  # ratio\n            if r < 1.0:  # image too large\n                im = cv2.resize(im, (int(im_width * r), int(im_height * r)), interpolation=cv2.INTER_AREA)\n            cv2.imwrite(str(f_new), im)\n\n    zipped, data_dir, yaml_path = unzip(Path(path))\n    with open(check_yaml(yaml_path), errors='ignore') as f:\n        data = yaml.safe_load(f)  # data dict\n        if zipped:\n            data['path'] = data_dir  # TODO: should this be dir.resolve()?\n    check_dataset(data, autodownload)  # download dataset if missing\n    hub_dir = Path(data['path'] + ('-hub' if hub else ''))\n    stats = {'nc': data['nc'], 'names': data['names']}  # statistics dictionary\n    for split in 'train', 'val', 'test':\n        if data.get(split) is None:\n            stats[split] = None  # i.e. no test set\n            continue\n        x = []\n        dataset = LoadImagesAndLabels(data[split])  # load dataset\n        for label in tqdm(dataset.labels, total=dataset.n, desc='Statistics'):\n            x.append(np.bincount(label[:, 0].astype(int), minlength=data['nc']))\n        x = np.array(x)  # shape(128x80)\n        stats[split] = {'instance_stats': {'total': int(x.sum()), 'per_class': x.sum(0).tolist()},\n                        'image_stats': {'total': dataset.n, 'unlabelled': int(np.all(x == 0, 1).sum()),\n                                        'per_class': (x > 0).sum(0).tolist()},\n                        'labels': [{str(Path(k).name): round_labels(v.tolist())} for k, v in\n                                   zip(dataset.img_files, dataset.labels)]}\n\n        if hub:\n            im_dir = hub_dir / 'images'\n            im_dir.mkdir(parents=True, exist_ok=True)\n            for _ in tqdm(ThreadPool(NUM_THREADS).imap(hub_ops, dataset.img_files), total=dataset.n, desc='HUB Ops'):\n                pass\n\n    # Profile\n    stats_path = hub_dir / 'stats.json'\n    if profile:\n        for _ in range(1):\n            file = stats_path.with_suffix('.npy')\n            t1 = time.time()\n            np.save(file, stats)\n            t2 = time.time()\n            x = np.load(file, allow_pickle=True)\n            print(f'stats.npy times: {time.time() - t2:.3f}s read, {t2 - t1:.3f}s write')\n\n            file = stats_path.with_suffix('.json')\n            t1 = time.time()\n            with open(file, 'w') as f:\n                json.dump(stats, f)  # save stats *.json\n            t2 = time.time()\n            with open(file) as f:\n                x = json.load(f)  # load hyps dict\n            print(f'stats.json times: {time.time() - t2:.3f}s read, {t2 - t1:.3f}s write')\n\n    # Save, print and return\n    if hub:\n        print(f'Saving {stats_path.resolve()}...')\n        with open(stats_path, 'w') as f:\n            json.dump(stats, f)  # save stats.json\n    if verbose:\n        print(json.dumps(stats, indent=2, sort_keys=False))\n    return stats\n"
  },
  {
    "path": "utils/downloads.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nDownload utils\n\"\"\"\n\nimport os\nimport platform\nimport subprocess\nimport time\nimport urllib\nfrom pathlib import Path\nfrom zipfile import ZipFile\n\nimport requests\nimport torch\n\n\ndef gsutil_getsize(url=''):\n    # gs://bucket/file size https://cloud.google.com/storage/docs/gsutil/commands/du\n    s = subprocess.check_output(f'gsutil du {url}', shell=True).decode('utf-8')\n    return eval(s.split(' ')[0]) if len(s) else 0  # bytes\n\n\ndef safe_download(file, url, url2=None, min_bytes=1E0, error_msg=''):\n    # Attempts to download file from url or url2, checks and removes incomplete downloads < min_bytes\n    file = Path(file)\n    assert_msg = f\"Downloaded file '{file}' does not exist or size is < min_bytes={min_bytes}\"\n    try:  # url1\n        print(f'Downloading {url} to {file}...')\n        torch.hub.download_url_to_file(url, str(file))\n        assert file.exists() and file.stat().st_size > min_bytes, assert_msg  # check\n    except Exception as e:  # url2\n        file.unlink(missing_ok=True)  # remove partial downloads\n        print(f'ERROR: {e}\\nRe-attempting {url2 or url} to {file}...')\n        os.system(f\"curl -L '{url2 or url}' -o '{file}' --retry 3 -C -\")  # curl download, retry and resume on fail\n    finally:\n        if not file.exists() or file.stat().st_size < min_bytes:  # check\n            file.unlink(missing_ok=True)  # remove partial downloads\n            print(f\"ERROR: {assert_msg}\\n{error_msg}\")\n        print('')\n\n\ndef attempt_download(file, repo='ultralytics/yolov5'):  # from utils.downloads import *; attempt_download()\n    # Attempt file download if does not exist\n    file = Path(str(file).strip().replace(\"'\", ''))\n\n    if not file.exists():\n        # URL specified\n        name = Path(urllib.parse.unquote(str(file))).name  # decode '%2F' to '/' etc.\n        if str(file).startswith(('http:/', 'https:/')):  # download\n            url = str(file).replace(':/', '://')  # Pathlib turns :// -> :/\n            file = name.split('?')[0]  # parse authentication https://url.com/file.txt?auth...\n            if Path(file).is_file():\n                print(f'Found {url} locally at {file}')  # file already exists\n            else:\n                safe_download(file=file, url=url, min_bytes=1E5)\n            return file\n\n        # GitHub assets\n        file.parent.mkdir(parents=True, exist_ok=True)  # make parent dir (if required)\n        try:\n            response = requests.get(f'https://api.github.com/repos/{repo}/releases/latest').json()  # github api\n            assets = [x['name'] for x in response['assets']]  # release assets, i.e. ['yolov5s.pt', 'yolov5m.pt', ...]\n            tag = response['tag_name']  # i.e. 'v1.0'\n        except Exception:  # fallback plan\n            assets = ['yolov5n.pt', 'yolov5s.pt', 'yolov5m.pt', 'yolov5l.pt', 'yolov5x.pt',\n                      'yolov5n6.pt', 'yolov5s6.pt', 'yolov5m6.pt', 'yolov5l6.pt', 'yolov5x6.pt']\n            try:\n                tag = subprocess.check_output('git tag', shell=True, stderr=subprocess.STDOUT).decode().split()[-1]\n            except Exception:\n                tag = 'v6.0'  # current release\n\n        if name in assets:\n            safe_download(file,\n                          url=f'https://github.com/{repo}/releases/download/{tag}/{name}',\n                          # url2=f'https://storage.googleapis.com/{repo}/ckpt/{name}',  # backup url (optional)\n                          min_bytes=1E5,\n                          error_msg=f'{file} missing, try downloading from https://github.com/{repo}/releases/')\n\n    return str(file)\n\n\ndef gdrive_download(id='16TiPfZj7htmTyhntwcZyEEAejOUxuT6m', file='tmp.zip'):\n    # Downloads a file from Google Drive. from yolov5.utils.downloads import *; gdrive_download()\n    t = time.time()\n    file = Path(file)\n    cookie = Path('cookie')  # gdrive cookie\n    print(f'Downloading https://drive.google.com/uc?export=download&id={id} as {file}... ', end='')\n    file.unlink(missing_ok=True)  # remove existing file\n    cookie.unlink(missing_ok=True)  # remove existing cookie\n\n    # Attempt file download\n    out = \"NUL\" if platform.system() == \"Windows\" else \"/dev/null\"\n    os.system(f'curl -c ./cookie -s -L \"drive.google.com/uc?export=download&id={id}\" > {out}')\n    if os.path.exists('cookie'):  # large file\n        s = f'curl -Lb ./cookie \"drive.google.com/uc?export=download&confirm={get_token()}&id={id}\" -o {file}'\n    else:  # small file\n        s = f'curl -s -L -o {file} \"drive.google.com/uc?export=download&id={id}\"'\n    r = os.system(s)  # execute, capture return\n    cookie.unlink(missing_ok=True)  # remove existing cookie\n\n    # Error check\n    if r != 0:\n        file.unlink(missing_ok=True)  # remove partial\n        print('Download error ')  # raise Exception('Download error')\n        return r\n\n    # Unzip if archive\n    if file.suffix == '.zip':\n        print('unzipping... ', end='')\n        ZipFile(file).extractall(path=file.parent)  # unzip\n        file.unlink()  # remove zip\n\n    print(f'Done ({time.time() - t:.1f}s)')\n    return r\n\n\ndef get_token(cookie=\"./cookie\"):\n    with open(cookie) as f:\n        for line in f:\n            if \"download\" in line:\n                return line.split()[-1]\n    return \"\"\n\n# Google utils: https://cloud.google.com/storage/docs/reference/libraries ----------------------------------------------\n#\n#\n# def upload_blob(bucket_name, source_file_name, destination_blob_name):\n#     # Uploads a file to a bucket\n#     # https://cloud.google.com/storage/docs/uploading-objects#storage-upload-object-python\n#\n#     storage_client = storage.Client()\n#     bucket = storage_client.get_bucket(bucket_name)\n#     blob = bucket.blob(destination_blob_name)\n#\n#     blob.upload_from_filename(source_file_name)\n#\n#     print('File {} uploaded to {}.'.format(\n#         source_file_name,\n#         destination_blob_name))\n#\n#\n# def download_blob(bucket_name, source_blob_name, destination_file_name):\n#     # Uploads a blob from a bucket\n#     storage_client = storage.Client()\n#     bucket = storage_client.get_bucket(bucket_name)\n#     blob = bucket.blob(source_blob_name)\n#\n#     blob.download_to_filename(destination_file_name)\n#\n#     print('Blob {} downloaded to {}.'.format(\n#         source_blob_name,\n#         destination_file_name))\n"
  },
  {
    "path": "utils/flask_rest_api/README.md",
    "content": "# Flask REST API\n\n[REST](https://en.wikipedia.org/wiki/Representational_state_transfer) [API](https://en.wikipedia.org/wiki/API)s are\ncommonly used to expose Machine Learning (ML)  models to other services. This folder contains an example REST API\ncreated using Flask to expose the YOLOv5s model from [PyTorch Hub](https://pytorch.org/hub/ultralytics_yolov5/).\n\n## Requirements\n\n[Flask](https://palletsprojects.com/p/flask/) is required. Install with:\n\n```shell\n$ pip install Flask\n```\n\n## Run\n\nAfter Flask installation run:\n\n```shell\n$ python3 restapi.py --port 5000\n```\n\nThen use [curl](https://curl.se/) to perform a request:\n\n```shell\n$ curl -X POST -F image=@zidane.jpg 'http://localhost:5000/v1/object-detection/yolov5s'\n```\n\nThe model inference results are returned as a JSON response:\n\n```json\n[\n  {\n    \"class\": 0,\n    \"confidence\": 0.8900438547,\n    \"height\": 0.9318675399,\n    \"name\": \"person\",\n    \"width\": 0.3264600933,\n    \"xcenter\": 0.7438579798,\n    \"ycenter\": 0.5207948685\n  },\n  {\n    \"class\": 0,\n    \"confidence\": 0.8440024257,\n    \"height\": 0.7155083418,\n    \"name\": \"person\",\n    \"width\": 0.6546785235,\n    \"xcenter\": 0.427829951,\n    \"ycenter\": 0.6334488392\n  },\n  {\n    \"class\": 27,\n    \"confidence\": 0.3771208823,\n    \"height\": 0.3902671337,\n    \"name\": \"tie\",\n    \"width\": 0.0696444362,\n    \"xcenter\": 0.3675483763,\n    \"ycenter\": 0.7991207838\n  },\n  {\n    \"class\": 27,\n    \"confidence\": 0.3527112305,\n    \"height\": 0.1540903747,\n    \"name\": \"tie\",\n    \"width\": 0.0336618312,\n    \"xcenter\": 0.7814827561,\n    \"ycenter\": 0.5065554976\n  }\n]\n```\n\nAn example python script to perform inference using [requests](https://docs.python-requests.org/en/master/) is given\nin `example_request.py`\n"
  },
  {
    "path": "utils/flask_rest_api/example_request.py",
    "content": "\"\"\"Perform test request\"\"\"\nimport pprint\n\nimport requests\n\nDETECTION_URL = \"http://localhost:5000/v1/object-detection/yolov5s\"\nTEST_IMAGE = \"zidane.jpg\"\n\nimage_data = open(TEST_IMAGE, \"rb\").read()\n\nresponse = requests.post(DETECTION_URL, files={\"image\": image_data}).json()\n\npprint.pprint(response)\n"
  },
  {
    "path": "utils/flask_rest_api/restapi.py",
    "content": "\"\"\"\nRun a rest API exposing the yolov5s object detection model\n\"\"\"\nimport argparse\nimport io\n\nimport torch\nfrom flask import Flask, request\nfrom PIL import Image\n\napp = Flask(__name__)\n\nDETECTION_URL = \"/v1/object-detection/yolov5s\"\n\n\n@app.route(DETECTION_URL, methods=[\"POST\"])\ndef predict():\n    if not request.method == \"POST\":\n        return\n\n    if request.files.get(\"image\"):\n        image_file = request.files[\"image\"]\n        image_bytes = image_file.read()\n\n        img = Image.open(io.BytesIO(image_bytes))\n\n        results = model(img, size=640)  # reduce size=320 for faster inference\n        return results.pandas().xyxy[0].to_json(orient=\"records\")\n\n\nif __name__ == \"__main__\":\n    parser = argparse.ArgumentParser(description=\"Flask API exposing YOLOv5 model\")\n    parser.add_argument(\"--port\", default=5000, type=int, help=\"port number\")\n    args = parser.parse_args()\n\n    model = torch.hub.load(\"ultralytics/yolov5\", \"yolov5s\", force_reload=True)  # force_reload to recache\n    app.run(host=\"0.0.0.0\", port=args.port)  # debug=True causes Restarting with stat\n"
  },
  {
    "path": "utils/general.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nGeneral utils\n\"\"\"\n\nimport contextlib\nimport glob\nimport logging\nimport math\nimport os\nimport platform\nimport random\nimport re\nimport shutil\nimport signal\nimport time\nimport urllib\nfrom itertools import repeat\nfrom multiprocessing.pool import ThreadPool\nfrom pathlib import Path\nfrom subprocess import check_output\nfrom zipfile import ZipFile\n\nimport cv2\nimport numpy as np\nimport pandas as pd\nimport pkg_resources as pkg\nimport torch\nimport torchvision\nimport yaml\n\nfrom utils.downloads import gsutil_getsize\nfrom utils.metrics import box_iou, fitness\n\n# Settings\nFILE = Path(__file__).resolve()\nROOT = FILE.parents[1]  # YOLOv5 root directory\nDATASETS_DIR = ROOT.parent / 'datasets'  # YOLOv5 datasets directory\nNUM_THREADS = min(8, max(1, os.cpu_count() - 1))  # number of YOLOv5 multiprocessing threads\nVERBOSE = str(os.getenv('YOLOv5_VERBOSE', True)).lower() == 'true'  # global verbose mode\nFONT = 'Arial.ttf'  # https://ultralytics.com/assets/Arial.ttf\n\ntorch.set_printoptions(linewidth=320, precision=5, profile='long')\nnp.set_printoptions(linewidth=320, formatter={'float_kind': '{:11.5g}'.format})  # format short g, %precision=5\npd.options.display.max_columns = 10\ncv2.setNumThreads(0)  # prevent OpenCV from multithreading (incompatible with PyTorch DataLoader)\nos.environ['NUMEXPR_MAX_THREADS'] = str(NUM_THREADS)  # NumExpr max threads\n\n\ndef is_kaggle():\n    # Is environment a Kaggle Notebook?\n    try:\n        assert os.environ.get('PWD') == '/kaggle/working'\n        assert os.environ.get('KAGGLE_URL_BASE') == 'https://www.kaggle.com'\n        return True\n    except AssertionError:\n        return False\n\n\ndef is_writeable(dir, test=False):\n    # Return True if directory has write permissions, test opening a file with write permissions if test=True\n    if test:  # method 1\n        file = Path(dir) / 'tmp.txt'\n        try:\n            with open(file, 'w'):  # open file with write permissions\n                pass\n            file.unlink()  # remove file\n            return True\n        except OSError:\n            return False\n    else:  # method 2\n        return os.access(dir, os.R_OK)  # possible issues on Windows\n\n\ndef set_logging(name=None, verbose=VERBOSE):\n    # Sets level and returns logger\n    if is_kaggle():\n        for h in logging.root.handlers:\n            logging.root.removeHandler(h)  # remove all handlers associated with the root logger object\n    rank = int(os.getenv('RANK', -1))  # rank in world for Multi-GPU trainings\n    logging.basicConfig(format=\"%(message)s\", level=logging.INFO if (verbose and rank in (-1, 0)) else logging.WARNING)\n    return logging.getLogger(name)\n\n\nLOGGER = set_logging('yolov5')  # define globally (used in train.py, val.py, detect.py, etc.)\n\n\ndef user_config_dir(dir='Ultralytics', env_var='YOLOV5_CONFIG_DIR'):\n    # Return path of user configuration directory. Prefer environment variable if exists. Make dir if required.\n    env = os.getenv(env_var)\n    if env:\n        path = Path(env)  # use environment variable\n    else:\n        cfg = {'Windows': 'AppData/Roaming', 'Linux': '.config', 'Darwin': 'Library/Application Support'}  # 3 OS dirs\n        path = Path.home() / cfg.get(platform.system(), '')  # OS-specific config dir\n        path = (path if is_writeable(path) else Path('/tmp')) / dir  # GCP and AWS lambda fix, only /tmp is writeable\n    path.mkdir(exist_ok=True)  # make if required\n    return path\n\n\nCONFIG_DIR = user_config_dir()  # Ultralytics settings dir\n\n\nclass Profile(contextlib.ContextDecorator):\n    # Usage: @Profile() decorator or 'with Profile():' context manager\n    def __enter__(self):\n        self.start = time.time()\n\n    def __exit__(self, type, value, traceback):\n        print(f'Profile results: {time.time() - self.start:.5f}s')\n\n\nclass Timeout(contextlib.ContextDecorator):\n    # Usage: @Timeout(seconds) decorator or 'with Timeout(seconds):' context manager\n    def __init__(self, seconds, *, timeout_msg='', suppress_timeout_errors=True):\n        self.seconds = int(seconds)\n        self.timeout_message = timeout_msg\n        self.suppress = bool(suppress_timeout_errors)\n\n    def _timeout_handler(self, signum, frame):\n        raise TimeoutError(self.timeout_message)\n\n    def __enter__(self):\n        signal.signal(signal.SIGALRM, self._timeout_handler)  # Set handler for SIGALRM\n        signal.alarm(self.seconds)  # start countdown for SIGALRM to be raised\n\n    def __exit__(self, exc_type, exc_val, exc_tb):\n        signal.alarm(0)  # Cancel SIGALRM if it's scheduled\n        if self.suppress and exc_type is TimeoutError:  # Suppress TimeoutError\n            return True\n\n\nclass WorkingDirectory(contextlib.ContextDecorator):\n    # Usage: @WorkingDirectory(dir) decorator or 'with WorkingDirectory(dir):' context manager\n    def __init__(self, new_dir):\n        self.dir = new_dir  # new dir\n        self.cwd = Path.cwd().resolve()  # current dir\n\n    def __enter__(self):\n        os.chdir(self.dir)\n\n    def __exit__(self, exc_type, exc_val, exc_tb):\n        os.chdir(self.cwd)\n\n\ndef try_except(func):\n    # try-except function. Usage: @try_except decorator\n    def handler(*args, **kwargs):\n        try:\n            func(*args, **kwargs)\n        except Exception as e:\n            print(e)\n\n    return handler\n\n\ndef methods(instance):\n    # Get class/instance methods\n    return [f for f in dir(instance) if callable(getattr(instance, f)) and not f.startswith(\"__\")]\n\n\ndef print_args(name, opt):\n    # Print argparser arguments\n    LOGGER.info(colorstr(f'{name}: ') + ', '.join(f'{k}={v}' for k, v in vars(opt).items()))\n\n\ndef init_seeds(seed=0):\n    # Initialize random number generator (RNG) seeds https://pytorch.org/docs/stable/notes/randomness.html\n    # cudnn seed 0 settings are slower and more reproducible, else faster and less reproducible\n    import torch.backends.cudnn as cudnn\n    random.seed(seed)\n    np.random.seed(seed)\n    torch.manual_seed(seed)\n    cudnn.benchmark, cudnn.deterministic = (False, True) if seed == 0 else (True, False)\n\n\ndef intersect_dicts(da, db, exclude=()):\n    # Dictionary intersection of matching keys and shapes, omitting 'exclude' keys, using da values\n    return {k: v for k, v in da.items() if k in db and not any(x in k for x in exclude) and v.shape == db[k].shape}\n\n\ndef get_latest_run(search_dir='.'):\n    # Return path to most recent 'last.pt' in /runs (i.e. to --resume from)\n    last_list = glob.glob(f'{search_dir}/**/last*.pt', recursive=True)\n    return max(last_list, key=os.path.getctime) if last_list else ''\n\n\ndef is_docker():\n    # Is environment a Docker container?\n    return Path('/workspace').exists()  # or Path('/.dockerenv').exists()\n\n\ndef is_colab():\n    # Is environment a Google Colab instance?\n    try:\n        import google.colab\n        return True\n    except ImportError:\n        return False\n\n\ndef is_pip():\n    # Is file in a pip package?\n    return 'site-packages' in Path(__file__).resolve().parts\n\n\ndef is_ascii(s=''):\n    # Is string composed of all ASCII (no UTF) characters? (note str().isascii() introduced in python 3.7)\n    s = str(s)  # convert list, tuple, None, etc. to str\n    return len(s.encode().decode('ascii', 'ignore')) == len(s)\n\n\ndef is_chinese(s='人工智能'):\n    # Is string composed of any Chinese characters?\n    return True if re.search('[\\u4e00-\\u9fff]', str(s)) else False\n\n\ndef emojis(str=''):\n    # Return platform-dependent emoji-safe version of string\n    return str.encode().decode('ascii', 'ignore') if platform.system() == 'Windows' else str\n\n\ndef file_size(path):\n    # Return file/dir size (MB)\n    path = Path(path)\n    if path.is_file():\n        return path.stat().st_size / 1E6\n    elif path.is_dir():\n        return sum(f.stat().st_size for f in path.glob('**/*') if f.is_file()) / 1E6\n    else:\n        return 0.0\n\n\ndef check_online():\n    # Check internet connectivity\n    import socket\n    try:\n        socket.create_connection((\"1.1.1.1\", 443), 5)  # check host accessibility\n        return True\n    except OSError:\n        return False\n\n\n@try_except\n@WorkingDirectory(ROOT)\ndef check_git_status():\n    # Recommend 'git pull' if code is out of date\n    msg = ', for updates see https://github.com/ultralytics/yolov5'\n    s = colorstr('github: ')  # string\n    assert Path('.git').exists(), s + 'skipping check (not a git repository)' + msg\n    assert not is_docker(), s + 'skipping check (Docker image)' + msg\n    assert check_online(), s + 'skipping check (offline)' + msg\n\n    cmd = 'git fetch && git config --get remote.origin.url'\n    url = check_output(cmd, shell=True, timeout=5).decode().strip().rstrip('.git')  # git fetch\n    branch = check_output('git rev-parse --abbrev-ref HEAD', shell=True).decode().strip()  # checked out\n    n = int(check_output(f'git rev-list {branch}..origin/master --count', shell=True))  # commits behind\n    if n > 0:\n        s += f\"⚠️ YOLOv5 is out of date by {n} commit{'s' * (n > 1)}. Use `git pull` or `git clone {url}` to update.\"\n    else:\n        s += f'up to date with {url} ✅'\n    LOGGER.info(emojis(s))  # emoji-safe\n\n\ndef check_python(minimum='3.6.2'):\n    # Check current python version vs. required python version\n    check_version(platform.python_version(), minimum, name='Python ', hard=True)\n\n\ndef check_version(current='0.0.0', minimum='0.0.0', name='version ', pinned=False, hard=False, verbose=False):\n    # Check version vs. required version\n    current, minimum = (pkg.parse_version(x) for x in (current, minimum))\n    result = (current == minimum) if pinned else (current >= minimum)  # bool\n    s = f'{name}{minimum} required by YOLOv5, but {name}{current} is currently installed'  # string\n    if hard:\n        assert result, s  # assert min requirements met\n    if verbose and not result:\n        LOGGER.warning(s)\n    return result\n\n\n@try_except\ndef check_requirements(requirements=ROOT / 'requirements.txt', exclude=(), install=True):\n    # Check installed dependencies meet requirements (pass *.txt file or list of packages)\n    prefix = colorstr('red', 'bold', 'requirements:')\n    check_python()  # check python version\n    if isinstance(requirements, (str, Path)):  # requirements.txt file\n        file = Path(requirements)\n        assert file.exists(), f\"{prefix} {file.resolve()} not found, check failed.\"\n        with file.open() as f:\n            requirements = [f'{x.name}{x.specifier}' for x in pkg.parse_requirements(f) if x.name not in exclude]\n    else:  # list or tuple of packages\n        requirements = [x for x in requirements if x not in exclude]\n\n    n = 0  # number of packages updates\n    for r in requirements:\n        try:\n            pkg.require(r)\n        except Exception:  # DistributionNotFound or VersionConflict if requirements not met\n            s = f\"{prefix} {r} not found and is required by YOLOv5\"\n            if install:\n                LOGGER.info(f\"{s}, attempting auto-update...\")\n                try:\n                    assert check_online(), f\"'pip install {r}' skipped (offline)\"\n                    LOGGER.info(check_output(f\"pip install '{r}'\", shell=True).decode())\n                    n += 1\n                except Exception as e:\n                    LOGGER.warning(f'{prefix} {e}')\n            else:\n                LOGGER.info(f'{s}. Please install and rerun your command.')\n\n    if n:  # if packages updated\n        source = file.resolve() if 'file' in locals() else requirements\n        s = f\"{prefix} {n} package{'s' * (n > 1)} updated per {source}\\n\" \\\n            f\"{prefix} ⚠️ {colorstr('bold', 'Restart runtime or rerun command for updates to take effect')}\\n\"\n        LOGGER.info(emojis(s))\n\n\ndef check_img_size(imgsz, s=32, floor=0):\n    # Verify image size is a multiple of stride s in each dimension\n    if isinstance(imgsz, int):  # integer i.e. img_size=640\n        new_size = max(make_divisible(imgsz, int(s)), floor)\n    else:  # list i.e. img_size=[640, 480]\n        new_size = [max(make_divisible(x, int(s)), floor) for x in imgsz]\n    if new_size != imgsz:\n        LOGGER.warning(f'WARNING: --img-size {imgsz} must be multiple of max stride {s}, updating to {new_size}')\n    return new_size\n\n\ndef check_imshow():\n    # Check if environment supports image displays\n    try:\n        assert not is_docker(), 'cv2.imshow() is disabled in Docker environments'\n        assert not is_colab(), 'cv2.imshow() is disabled in Google Colab environments'\n        cv2.imshow('test', np.zeros((1, 1, 3)))\n        cv2.waitKey(1)\n        cv2.destroyAllWindows()\n        cv2.waitKey(1)\n        return True\n    except Exception as e:\n        LOGGER.warning(f'WARNING: Environment does not support cv2.imshow() or PIL Image.show() image displays\\n{e}')\n        return False\n\n\ndef check_suffix(file='yolov5s.pt', suffix=('.pt',), msg=''):\n    # Check file(s) for acceptable suffix\n    if file and suffix:\n        if isinstance(suffix, str):\n            suffix = [suffix]\n        for f in file if isinstance(file, (list, tuple)) else [file]:\n            s = Path(f).suffix.lower()  # file suffix\n            if len(s):\n                assert s in suffix, f\"{msg}{f} acceptable suffix is {suffix}\"\n\n\ndef check_yaml(file, suffix=('.yaml', '.yml')):\n    # Search/download YAML file (if necessary) and return path, checking suffix\n    return check_file(file, suffix)\n\n\ndef check_file(file, suffix=''):\n    # Search/download file (if necessary) and return path\n    check_suffix(file, suffix)  # optional\n    file = str(file)  # convert to str()\n    if Path(file).is_file() or file == '':  # exists\n        return file\n    elif file.startswith(('http:/', 'https:/')):  # download\n        url = str(Path(file)).replace(':/', '://')  # Pathlib turns :// -> :/\n        file = Path(urllib.parse.unquote(file).split('?')[0]).name  # '%2F' to '/', split https://url.com/file.txt?auth\n        if Path(file).is_file():\n            LOGGER.info(f'Found {url} locally at {file}')  # file already exists\n        else:\n            LOGGER.info(f'Downloading {url} to {file}...')\n            torch.hub.download_url_to_file(url, file)\n            assert Path(file).exists() and Path(file).stat().st_size > 0, f'File download failed: {url}'  # check\n        return file\n    else:  # search\n        files = []\n        for d in 'data', 'models', 'utils':  # search directories\n            files.extend(glob.glob(str(ROOT / d / '**' / file), recursive=True))  # find file\n        assert len(files), f'File not found: {file}'  # assert file was found\n        assert len(files) == 1, f\"Multiple files match '{file}', specify exact path: {files}\"  # assert unique\n        return files[0]  # return file\n\n\ndef check_font(font=FONT):\n    # Download font to CONFIG_DIR if necessary\n    font = Path(font)\n    if not font.exists() and not (CONFIG_DIR / font.name).exists():\n        url = \"https://ultralytics.com/assets/\" + font.name\n        LOGGER.info(f'Downloading {url} to {CONFIG_DIR / font.name}...')\n        torch.hub.download_url_to_file(url, str(font), progress=False)\n\n\ndef check_dataset(data, autodownload=True):\n    # Download and/or unzip dataset if not found locally\n    # Usage: https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128_with_yaml.zip\n\n    # Download (optional)\n    extract_dir = ''\n    if isinstance(data, (str, Path)) and str(data).endswith('.zip'):  # i.e. gs://bucket/dir/coco128.zip\n        download(data, dir=DATASETS_DIR, unzip=True, delete=False, curl=False, threads=1)\n        data = next((DATASETS_DIR / Path(data).stem).rglob('*.yaml'))\n        extract_dir, autodownload = data.parent, False\n\n    # Read yaml (optional)\n    if isinstance(data, (str, Path)):\n        with open(data, errors='ignore') as f:\n            data = yaml.safe_load(f)  # dictionary\n\n    # Resolve paths\n    path = Path(extract_dir or data.get('path') or '')  # optional 'path' default to '.'\n    if not path.is_absolute():\n        path = (ROOT / path).resolve()\n    for k in 'train', 'val', 'test':\n        if data.get(k):  # prepend path\n            data[k] = str(path / data[k]) if isinstance(data[k], str) else [str(path / x) for x in data[k]]\n\n    # Parse yaml\n    assert 'nc' in data, \"Dataset 'nc' key missing.\"\n    if 'names' not in data:\n        data['names'] = [f'class{i}' for i in range(data['nc'])]  # assign class names if missing\n    train, val, test, s = (data.get(x) for x in ('train', 'val', 'test', 'download'))\n    if val:\n        val = [Path(x).resolve() for x in (val if isinstance(val, list) else [val])]  # val path\n        if not all(x.exists() for x in val):\n            LOGGER.info('\\nDataset not found, missing paths: %s' % [str(x) for x in val if not x.exists()])\n            if s and autodownload:  # download script\n                root = path.parent if 'path' in data else '..'  # unzip directory i.e. '../'\n                if s.startswith('http') and s.endswith('.zip'):  # URL\n                    f = Path(s).name  # filename\n                    LOGGER.info(f'Downloading {s} to {f}...')\n                    torch.hub.download_url_to_file(s, f)\n                    Path(root).mkdir(parents=True, exist_ok=True)  # create root\n                    ZipFile(f).extractall(path=root)  # unzip\n                    Path(f).unlink()  # remove zip\n                    r = None  # success\n                elif s.startswith('bash '):  # bash script\n                    LOGGER.info(f'Running {s} ...')\n                    r = os.system(s)\n                else:  # python script\n                    r = exec(s, {'yaml': data})  # return None\n                LOGGER.info(f\"Dataset autodownload {f'success, saved to {root}' if r in (0, None) else 'failure'}\\n\")\n            else:\n                raise Exception('Dataset not found.')\n\n    return data  # dictionary\n\n\ndef url2file(url):\n    # Convert URL to filename, i.e. https://url.com/file.txt?auth -> file.txt\n    url = str(Path(url)).replace(':/', '://')  # Pathlib turns :// -> :/\n    file = Path(urllib.parse.unquote(url)).name.split('?')[0]  # '%2F' to '/', split https://url.com/file.txt?auth\n    return file\n\n\ndef download(url, dir='.', unzip=True, delete=True, curl=False, threads=1):\n    # Multi-threaded file download and unzip function, used in data.yaml for autodownload\n    def download_one(url, dir):\n        # Download 1 file\n        f = dir / Path(url).name  # filename\n        if Path(url).is_file():  # exists in current path\n            Path(url).rename(f)  # move to dir\n        elif not f.exists():\n            LOGGER.info(f'Downloading {url} to {f}...')\n            if curl:\n                os.system(f\"curl -L '{url}' -o '{f}' --retry 9 -C -\")  # curl download, retry and resume on fail\n            else:\n                torch.hub.download_url_to_file(url, f, progress=True)  # torch download\n        if unzip and f.suffix in ('.zip', '.gz'):\n            LOGGER.info(f'Unzipping {f}...')\n            if f.suffix == '.zip':\n                ZipFile(f).extractall(path=dir)  # unzip\n            elif f.suffix == '.gz':\n                os.system(f'tar xfz {f} --directory {f.parent}')  # unzip\n            if delete:\n                f.unlink()  # remove zip\n\n    dir = Path(dir)\n    dir.mkdir(parents=True, exist_ok=True)  # make directory\n    if threads > 1:\n        pool = ThreadPool(threads)\n        pool.imap(lambda x: download_one(*x), zip(url, repeat(dir)))  # multi-threaded\n        pool.close()\n        pool.join()\n    else:\n        for u in [url] if isinstance(url, (str, Path)) else url:\n            download_one(u, dir)\n\n\ndef make_divisible(x, divisor):\n    # Returns nearest x divisible by divisor\n    if isinstance(divisor, torch.Tensor):\n        divisor = int(divisor.max())  # to int\n    return math.ceil(x / divisor) * divisor\n\n\ndef clean_str(s):\n    # Cleans a string by replacing special characters with underscore _\n    return re.sub(pattern=\"[|@#!¡·$€%&()=?¿^*;:,¨´><+]\", repl=\"_\", string=s)\n\n\ndef one_cycle(y1=0.0, y2=1.0, steps=100):\n    # lambda function for sinusoidal ramp from y1 to y2 https://arxiv.org/pdf/1812.01187.pdf\n    return lambda x: ((1 - math.cos(x * math.pi / steps)) / 2) * (y2 - y1) + y1\n\n\ndef colorstr(*input):\n    # Colors a string https://en.wikipedia.org/wiki/ANSI_escape_code, i.e.  colorstr('blue', 'hello world')\n    *args, string = input if len(input) > 1 else ('blue', 'bold', input[0])  # color arguments, string\n    colors = {'black': '\\033[30m',  # basic colors\n              'red': '\\033[31m',\n              'green': '\\033[32m',\n              'yellow': '\\033[33m',\n              'blue': '\\033[34m',\n              'magenta': '\\033[35m',\n              'cyan': '\\033[36m',\n              'white': '\\033[37m',\n              'bright_black': '\\033[90m',  # bright colors\n              'bright_red': '\\033[91m',\n              'bright_green': '\\033[92m',\n              'bright_yellow': '\\033[93m',\n              'bright_blue': '\\033[94m',\n              'bright_magenta': '\\033[95m',\n              'bright_cyan': '\\033[96m',\n              'bright_white': '\\033[97m',\n              'end': '\\033[0m',  # misc\n              'bold': '\\033[1m',\n              'underline': '\\033[4m'}\n    return ''.join(colors[x] for x in args) + f'{string}' + colors['end']\n\n\ndef labels_to_class_weights(labels, nc=80):\n    # Get class weights (inverse frequency) from training labels\n    if labels[0] is None:  # no labels loaded\n        return torch.Tensor()\n\n    labels = np.concatenate(labels, 0)  # labels.shape = (866643, 5) for COCO\n    classes = labels[:, 0].astype(np.int)  # labels = [class xywh]\n    weights = np.bincount(classes, minlength=nc)  # occurrences per class\n\n    # Prepend gridpoint count (for uCE training)\n    # gpi = ((320 / 32 * np.array([1, 2, 4])) ** 2 * 3).sum()  # gridpoints per image\n    # weights = np.hstack([gpi * len(labels)  - weights.sum() * 9, weights * 9]) ** 0.5  # prepend gridpoints to start\n\n    weights[weights == 0] = 1  # replace empty bins with 1\n    weights = 1 / weights  # number of targets per class\n    weights /= weights.sum()  # normalize\n    return torch.from_numpy(weights)\n\n\ndef labels_to_image_weights(labels, nc=80, class_weights=np.ones(80)):\n    # Produces image weights based on class_weights and image contents\n    class_counts = np.array([np.bincount(x[:, 0].astype(np.int), minlength=nc) for x in labels])\n    image_weights = (class_weights.reshape(1, nc) * class_counts).sum(1)\n    # index = random.choices(range(n), weights=image_weights, k=1)  # weight image sample\n    return image_weights\n\n\ndef coco80_to_coco91_class():  # converts 80-index (val2014) to 91-index (paper)\n    # https://tech.amikelive.com/node-718/what-object-categories-labels-are-in-coco-dataset/\n    # a = np.loadtxt('data/coco.names', dtype='str', delimiter='\\n')\n    # b = np.loadtxt('data/coco_paper.names', dtype='str', delimiter='\\n')\n    # x1 = [list(a[i] == b).index(True) + 1 for i in range(80)]  # darknet to coco\n    # x2 = [list(b[i] == a).index(True) if any(b[i] == a) else None for i in range(91)]  # coco to darknet\n    x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 31, 32, 33, 34,\n         35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63,\n         64, 65, 67, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90]\n    return x\n\n\ndef xyxy2xywh(x):\n    # Convert nx4 boxes from [x1, y1, x2, y2] to [x, y, w, h] where xy1=top-left, xy2=bottom-right\n    y = x.clone() if isinstance(x, torch.Tensor) else np.copy(x)\n    y[:, 0] = (x[:, 0] + x[:, 2]) / 2  # x center\n    y[:, 1] = (x[:, 1] + x[:, 3]) / 2  # y center\n    y[:, 2] = x[:, 2] - x[:, 0]  # width\n    y[:, 3] = x[:, 3] - x[:, 1]  # height\n    return y\n\n\ndef xywh2xyxy(x):\n    # Convert nx4 boxes from [x, y, w, h] to [x1, y1, x2, y2] where xy1=top-left, xy2=bottom-right\n    y = x.clone() if isinstance(x, torch.Tensor) else np.copy(x)\n    y[:, 0] = x[:, 0] - x[:, 2] / 2  # top left x\n    y[:, 1] = x[:, 1] - x[:, 3] / 2  # top left y\n    y[:, 2] = x[:, 0] + x[:, 2] / 2  # bottom right x\n    y[:, 3] = x[:, 1] + x[:, 3] / 2  # bottom right y\n    return y\n\n\ndef xywhn2xyxy(x, w=640, h=640, padw=0, padh=0):\n    # Convert nx4 boxes from [x, y, w, h] normalized to [x1, y1, x2, y2] where xy1=top-left, xy2=bottom-right\n    y = x.clone() if isinstance(x, torch.Tensor) else np.copy(x)\n    y[:, 0] = w * (x[:, 0] - x[:, 2] / 2) + padw  # top left x\n    y[:, 1] = h * (x[:, 1] - x[:, 3] / 2) + padh  # top left y\n    y[:, 2] = w * (x[:, 0] + x[:, 2] / 2) + padw  # bottom right x\n    y[:, 3] = h * (x[:, 1] + x[:, 3] / 2) + padh  # bottom right y\n    return y\n\n\ndef xyxy2xywhn(x, w=640, h=640, clip=False, eps=0.0):\n    # Convert nx4 boxes from [x1, y1, x2, y2] to [x, y, w, h] normalized where xy1=top-left, xy2=bottom-right\n    if clip:\n        clip_coords(x, (h - eps, w - eps))  # warning: inplace clip\n    y = x.clone() if isinstance(x, torch.Tensor) else np.copy(x)\n    y[:, 0] = ((x[:, 0] + x[:, 2]) / 2) / w  # x center\n    y[:, 1] = ((x[:, 1] + x[:, 3]) / 2) / h  # y center\n    y[:, 2] = (x[:, 2] - x[:, 0]) / w  # width\n    y[:, 3] = (x[:, 3] - x[:, 1]) / h  # height\n    return y\n\n\ndef xyn2xy(x, w=640, h=640, padw=0, padh=0):\n    # Convert normalized segments into pixel segments, shape (n,2)\n    y = x.clone() if isinstance(x, torch.Tensor) else np.copy(x)\n    y[:, 0] = w * x[:, 0] + padw  # top left x\n    y[:, 1] = h * x[:, 1] + padh  # top left y\n    return y\n\n\ndef segment2box(segment, width=640, height=640):\n    # Convert 1 segment label to 1 box label, applying inside-image constraint, i.e. (xy1, xy2, ...) to (xyxy)\n    x, y = segment.T  # segment xy\n    inside = (x >= 0) & (y >= 0) & (x <= width) & (y <= height)\n    x, y, = x[inside], y[inside]\n    return np.array([x.min(), y.min(), x.max(), y.max()]) if any(x) else np.zeros((1, 4))  # xyxy\n\n\ndef segments2boxes(segments):\n    # Convert segment labels to box labels, i.e. (cls, xy1, xy2, ...) to (cls, xywh)\n    boxes = []\n    for s in segments:\n        x, y = s.T  # segment xy\n        boxes.append([x.min(), y.min(), x.max(), y.max()])  # cls, xyxy\n    return xyxy2xywh(np.array(boxes))  # cls, xywh\n\n\ndef resample_segments(segments, n=1000):\n    # Up-sample an (n,2) segment\n    for i, s in enumerate(segments):\n        x = np.linspace(0, len(s) - 1, n)\n        xp = np.arange(len(s))\n        segments[i] = np.concatenate([np.interp(x, xp, s[:, i]) for i in range(2)]).reshape(2, -1).T  # segment xy\n    return segments\n\n\ndef scale_coords(img1_shape, coords, img0_shape, ratio_pad=None):\n    # Rescale coords (xyxy) from img1_shape to img0_shape\n    if ratio_pad is None:  # calculate from img0_shape\n        gain = min(img1_shape[0] / img0_shape[0], img1_shape[1] / img0_shape[1])  # gain  = old / new\n        pad = (img1_shape[1] - img0_shape[1] * gain) / 2, (img1_shape[0] - img0_shape[0] * gain) / 2  # wh padding\n    else:\n        gain = ratio_pad[0][0]\n        pad = ratio_pad[1]\n\n    coords[:, [0, 2]] -= pad[0]  # x padding\n    coords[:, [1, 3]] -= pad[1]  # y padding\n    coords[:, :4] /= gain\n    clip_coords(coords, img0_shape)\n    return coords\n\n\ndef clip_coords(boxes, shape):\n    # Clip bounding xyxy bounding boxes to image shape (height, width)\n    if isinstance(boxes, torch.Tensor):  # faster individually\n        boxes[:, 0].clamp_(0, shape[1])  # x1\n        boxes[:, 1].clamp_(0, shape[0])  # y1\n        boxes[:, 2].clamp_(0, shape[1])  # x2\n        boxes[:, 3].clamp_(0, shape[0])  # y2\n    else:  # np.array (faster grouped)\n        boxes[:, [0, 2]] = boxes[:, [0, 2]].clip(0, shape[1])  # x1, x2\n        boxes[:, [1, 3]] = boxes[:, [1, 3]].clip(0, shape[0])  # y1, y2\n\n\ndef non_max_suppression(prediction, conf_thres=0.25, iou_thres=0.45, classes=None, agnostic=False, multi_label=False,\n                        labels=(), max_det=300):\n    \"\"\"Runs Non-Maximum Suppression (NMS) on inference results\n\n    Returns:\n         list of detections, on (n,6) tensor per image [xyxy, conf, cls]\n    \"\"\"\n\n    nc = prediction.shape[2] - 5  # number of classes\n    xc = prediction[..., 4] > conf_thres  # candidates\n\n    # Checks\n    assert 0 <= conf_thres <= 1, f'Invalid Confidence threshold {conf_thres}, valid values are between 0.0 and 1.0'\n    assert 0 <= iou_thres <= 1, f'Invalid IoU {iou_thres}, valid values are between 0.0 and 1.0'\n\n    # Settings\n    min_wh, max_wh = 2, 7680  # (pixels) minimum and maximum box width and height\n    max_nms = 30000  # maximum number of boxes into torchvision.ops.nms()\n    time_limit = 10.0  # seconds to quit after\n    redundant = True  # require redundant detections\n    multi_label &= nc > 1  # multiple labels per box (adds 0.5ms/img)\n    merge = False  # use merge-NMS\n\n    t = time.time()\n    output = [torch.zeros((0, 6), device=prediction.device)] * prediction.shape[0]\n    for xi, x in enumerate(prediction):  # image index, image inference\n        # Apply constraints\n        x[((x[..., 2:4] < min_wh) | (x[..., 2:4] > max_wh)).any(1), 4] = 0  # width-height\n        x = x[xc[xi]]  # confidence\n\n        # Cat apriori labels if autolabelling\n        if labels and len(labels[xi]):\n            lb = labels[xi]\n            v = torch.zeros((len(lb), nc + 5), device=x.device)\n            v[:, :4] = lb[:, 1:5]  # box\n            v[:, 4] = 1.0  # conf\n            v[range(len(lb)), lb[:, 0].long() + 5] = 1.0  # cls\n            x = torch.cat((x, v), 0)\n\n        # If none remain process next image\n        if not x.shape[0]:\n            continue\n\n        # Compute conf\n        x[:, 5:] *= x[:, 4:5]  # conf = obj_conf * cls_conf\n\n        # Box (center x, center y, width, height) to (x1, y1, x2, y2)\n        box = xywh2xyxy(x[:, :4])\n\n        # Detections matrix nx6 (xyxy, conf, cls)\n        if multi_label:\n            i, j = (x[:, 5:] > conf_thres).nonzero(as_tuple=False).T\n            x = torch.cat((box[i], x[i, j + 5, None], j[:, None].float()), 1)\n        else:  # best class only\n            conf, j = x[:, 5:].max(1, keepdim=True)\n            x = torch.cat((box, conf, j.float()), 1)[conf.view(-1) > conf_thres]\n\n        # Filter by class\n        if classes is not None:\n            x = x[(x[:, 5:6] == torch.tensor(classes, device=x.device)).any(1)]\n\n        # Apply finite constraint\n        # if not torch.isfinite(x).all():\n        #     x = x[torch.isfinite(x).all(1)]\n\n        # Check shape\n        n = x.shape[0]  # number of boxes\n        if not n:  # no boxes\n            continue\n        elif n > max_nms:  # excess boxes\n            x = x[x[:, 4].argsort(descending=True)[:max_nms]]  # sort by confidence\n\n        # Batched NMS\n        c = x[:, 5:6] * (0 if agnostic else max_wh)  # classes\n        boxes, scores = x[:, :4] + c, x[:, 4]  # boxes (offset by class), scores\n        i = torchvision.ops.nms(boxes, scores, iou_thres)  # NMS\n        if i.shape[0] > max_det:  # limit detections\n            i = i[:max_det]\n        if merge and (1 < n < 3E3):  # Merge NMS (boxes merged using weighted mean)\n            # update boxes as boxes(i,4) = weights(i,n) * boxes(n,4)\n            iou = box_iou(boxes[i], boxes) > iou_thres  # iou matrix\n            weights = iou * scores[None]  # box weights\n            x[i, :4] = torch.mm(weights, x[:, :4]).float() / weights.sum(1, keepdim=True)  # merged boxes\n            if redundant:\n                i = i[iou.sum(1) > 1]  # require redundancy\n\n        output[xi] = x[i]\n        if (time.time() - t) > time_limit:\n            LOGGER.warning(f'WARNING: NMS time limit {time_limit}s exceeded')\n            break  # time limit exceeded\n\n    return output\n\n\ndef strip_optimizer(f='best.pt', s=''):  # from utils.general import *; strip_optimizer()\n    # Strip optimizer from 'f' to finalize training, optionally save as 's'\n    x = torch.load(f, map_location=torch.device('cpu'))\n    if x.get('ema'):\n        x['model'] = x['ema']  # replace model with ema\n    for k in 'optimizer', 'best_fitness', 'wandb_id', 'ema', 'updates':  # keys\n        x[k] = None\n    x['epoch'] = -1\n    x['model'].half()  # to FP16\n    for p in x['model'].parameters():\n        p.requires_grad = False\n    torch.save(x, s or f)\n    mb = os.path.getsize(s or f) / 1E6  # filesize\n    LOGGER.info(f\"Optimizer stripped from {f},{(' saved as %s,' % s) if s else ''} {mb:.1f}MB\")\n\n\ndef print_mutation(results, hyp, save_dir, bucket, prefix=colorstr('evolve: ')):\n    evolve_csv = save_dir / 'evolve.csv'\n    evolve_yaml = save_dir / 'hyp_evolve.yaml'\n    keys = ('metrics/precision', 'metrics/recall', 'metrics/mAP_0.5', 'metrics/mAP_0.5:0.95',\n            'val/box_loss', 'val/obj_loss', 'val/cls_loss') + tuple(hyp.keys())  # [results + hyps]\n    keys = tuple(x.strip() for x in keys)\n    vals = results + tuple(hyp.values())\n    n = len(keys)\n\n    # Download (optional)\n    if bucket:\n        url = f'gs://{bucket}/evolve.csv'\n        if gsutil_getsize(url) > (evolve_csv.stat().st_size if evolve_csv.exists() else 0):\n            os.system(f'gsutil cp {url} {save_dir}')  # download evolve.csv if larger than local\n\n    # Log to evolve.csv\n    s = '' if evolve_csv.exists() else (('%20s,' * n % keys).rstrip(',') + '\\n')  # add header\n    with open(evolve_csv, 'a') as f:\n        f.write(s + ('%20.5g,' * n % vals).rstrip(',') + '\\n')\n\n    # Save yaml\n    with open(evolve_yaml, 'w') as f:\n        data = pd.read_csv(evolve_csv)\n        data = data.rename(columns=lambda x: x.strip())  # strip keys\n        i = np.argmax(fitness(data.values[:, :4]))  #\n        generations = len(data)\n        f.write('# YOLOv5 Hyperparameter Evolution Results\\n' +\n                f'# Best generation: {i}\\n' +\n                f'# Last generation: {generations - 1}\\n' +\n                '# ' + ', '.join(f'{x.strip():>20s}' for x in keys[:7]) + '\\n' +\n                '# ' + ', '.join(f'{x:>20.5g}' for x in data.values[i, :7]) + '\\n\\n')\n        yaml.safe_dump(data.loc[i][7:].to_dict(), f, sort_keys=False)\n\n    # Print to screen\n    LOGGER.info(prefix + f'{generations} generations finished, current result:\\n' +\n                prefix + ', '.join(f'{x.strip():>20s}' for x in keys) + '\\n' +\n                prefix + ', '.join(f'{x:20.5g}' for x in vals) + '\\n\\n')\n\n    if bucket:\n        os.system(f'gsutil cp {evolve_csv} {evolve_yaml} gs://{bucket}')  # upload\n\n\ndef apply_classifier(x, model, img, im0):\n    # Apply a second stage classifier to YOLO outputs\n    # Example model = torchvision.models.__dict__['efficientnet_b0'](pretrained=True).to(device).eval()\n    im0 = [im0] if isinstance(im0, np.ndarray) else im0\n    for i, d in enumerate(x):  # per image\n        if d is not None and len(d):\n            d = d.clone()\n\n            # Reshape and pad cutouts\n            b = xyxy2xywh(d[:, :4])  # boxes\n            b[:, 2:] = b[:, 2:].max(1)[0].unsqueeze(1)  # rectangle to square\n            b[:, 2:] = b[:, 2:] * 1.3 + 30  # pad\n            d[:, :4] = xywh2xyxy(b).long()\n\n            # Rescale boxes from img_size to im0 size\n            scale_coords(img.shape[2:], d[:, :4], im0[i].shape)\n\n            # Classes\n            pred_cls1 = d[:, 5].long()\n            ims = []\n            for j, a in enumerate(d):  # per item\n                cutout = im0[i][int(a[1]):int(a[3]), int(a[0]):int(a[2])]\n                im = cv2.resize(cutout, (224, 224))  # BGR\n                # cv2.imwrite('example%i.jpg' % j, cutout)\n\n                im = im[:, :, ::-1].transpose(2, 0, 1)  # BGR to RGB, to 3x416x416\n                im = np.ascontiguousarray(im, dtype=np.float32)  # uint8 to float32\n                im /= 255  # 0 - 255 to 0.0 - 1.0\n                ims.append(im)\n\n            pred_cls2 = model(torch.Tensor(ims).to(d.device)).argmax(1)  # classifier prediction\n            x[i] = x[i][pred_cls1 == pred_cls2]  # retain matching class detections\n\n    return x\n\n\ndef increment_path(path, exist_ok=False, sep='', mkdir=False):\n    # Increment file or directory path, i.e. runs/exp --> runs/exp{sep}2, runs/exp{sep}3, ... etc.\n    path = Path(path)  # os-agnostic\n    if path.exists() and not exist_ok:\n        path, suffix = (path.with_suffix(''), path.suffix) if path.is_file() else (path, '')\n        dirs = glob.glob(f\"{path}{sep}*\")  # similar paths\n        matches = [re.search(rf\"%s{sep}(\\d+)\" % path.stem, d) for d in dirs]\n        i = [int(m.groups()[0]) for m in matches if m]  # indices\n        n = max(i) + 1 if i else 2  # increment number\n        path = Path(f\"{path}{sep}{n}{suffix}\")  # increment path\n    if mkdir:\n        path.mkdir(parents=True, exist_ok=True)  # make directory\n    return path\n\n\n# Variables\nNCOLS = 0 if is_docker() else shutil.get_terminal_size().columns  # terminal window size for tqdm\n"
  },
  {
    "path": "utils/google_app_engine/Dockerfile",
    "content": "FROM gcr.io/google-appengine/python\n\n# Create a virtualenv for dependencies. This isolates these packages from\n# system-level packages.\n# Use -p python3 or -p python3.7 to select python version. Default is version 2.\nRUN virtualenv /env -p python3\n\n# Setting these environment variables are the same as running\n# source /env/bin/activate.\nENV VIRTUAL_ENV /env\nENV PATH /env/bin:$PATH\n\nRUN apt-get update && apt-get install -y python-opencv\n\n# Copy the application's requirements.txt and run pip to install all\n# dependencies into the virtualenv.\nADD requirements.txt /app/requirements.txt\nRUN pip install -r /app/requirements.txt\n\n# Add the application source code.\nADD . /app\n\n# Run a WSGI server to serve the application. gunicorn must be declared as\n# a dependency in requirements.txt.\nCMD gunicorn -b :$PORT main:app\n"
  },
  {
    "path": "utils/google_app_engine/additional_requirements.txt",
    "content": "# add these requirements in your app on top of the existing ones\npip==21.1\nFlask==1.0.2\ngunicorn==19.9.0\n"
  },
  {
    "path": "utils/google_app_engine/app.yaml",
    "content": "runtime: custom\nenv: flex\n\nservice: yolov5app\n\nliveness_check:\n  initial_delay_sec: 600\n\nmanual_scaling:\n  instances: 1\nresources:\n  cpu: 1\n  memory_gb: 4\n  disk_size_gb: 20\n"
  },
  {
    "path": "utils/google_utils.py",
    "content": "# Google utils: https://cloud.google.com/storage/docs/reference/libraries\n\nimport os\nimport platform\nimport subprocess\nimport time\nimport urllib\nfrom pathlib import Path\n\nimport requests\nimport torch\n\n\ndef gsutil_getsize(url=''):\n    # gs://bucket/file size https://cloud.google.com/storage/docs/gsutil/commands/du\n    s = subprocess.check_output(f'gsutil du {url}', shell=True).decode('utf-8')\n    return eval(s.split(' ')[0]) if len(s) else 0  # bytes\n\n\ndef safe_download(file, url, url2=None, min_bytes=1E0, error_msg=''):\n    # Attempts to download file from url or url2, checks and removes incomplete downloads < min_bytes\n    file = Path(file)\n    assert_msg = f\"Downloaded file '{file}' does not exist or size is < min_bytes={min_bytes}\"\n    try:  # url1\n        print(f'Downloading {url} to {file}...')\n        torch.hub.download_url_to_file(url, str(file))\n        assert file.exists() and file.stat().st_size > min_bytes, assert_msg  # check\n    except Exception as e:  # url2\n        file.unlink(missing_ok=True)  # remove partial downloads\n        print(f'ERROR: {e}\\nRe-attempting {url2 or url} to {file}...')\n        os.system(f\"curl -L '{url2 or url}' -o '{file}' --retry 3 -C -\")  # curl download, retry and resume on fail\n    finally:\n        if not file.exists() or file.stat().st_size < min_bytes:  # check\n            file.unlink(missing_ok=True)  # remove partial downloads\n            print(f\"ERROR: {assert_msg}\\n{error_msg}\")\n        print('')\n\n\ndef attempt_download(file, repo='ultralytics/yolov5'):  # from utils.google_utils import *; attempt_download()\n    # Attempt file download if does not exist\n    file = Path(str(file).strip().replace(\"'\", ''))\n\n    if not file.exists():\n        # URL specified\n        name = Path(urllib.parse.unquote(str(file))).name  # decode '%2F' to '/' etc.\n        if str(file).startswith(('http:/', 'https:/')):  # download\n            url = str(file).replace(':/', '://')  # Pathlib turns :// -> :/\n            name = name.split('?')[0]  # parse authentication https://url.com/file.txt?auth...\n            safe_download(file=name, url=url, min_bytes=1E5)\n            return name\n\n        # GitHub assets\n        file.parent.mkdir(parents=True, exist_ok=True)  # make parent dir (if required)\n        try:\n            response = requests.get(f'https://api.github.com/repos/{repo}/releases/v5.0').json()  # github api\n            assets = [x['name'] for x in response['assets']]  # release assets, i.e. ['yolov5s.pt', 'yolov5m.pt', ...]\n            tag = response['tag_name']  # i.e. 'v5.0'\n        except:  # fallback plan\n            assets = ['yolov5s.pt', 'yolov5m.pt', 'yolov5l.pt', 'yolov5x.pt',\n                      'yolov5s6.pt', 'yolov5m6.pt', 'yolov5l6.pt', 'yolov5x6.pt']\n            try:\n                tag = subprocess.check_output('git tag', shell=True, stderr=subprocess.STDOUT).decode().split()[-1]\n            except:\n                tag = 'v5.0'  # current release\n\n        if name in assets:\n            safe_download(file,\n                          url=f'https://github.com/{repo}/releases/download/{tag}/{name}',\n                          # url2=f'https://storage.googleapis.com/{repo}/ckpt/{name}',  # backup url (optional)\n                          min_bytes=1E5,\n                          error_msg=f'{file} missing, try downloading from https://github.com/{repo}/releases/')\n\n    return str(file)\n\n\ndef gdrive_download(id='16TiPfZj7htmTyhntwcZyEEAejOUxuT6m', file='tmp.zip'):\n    # Downloads a file from Google Drive. from yolov5.utils.google_utils import *; gdrive_download()\n    t = time.time()\n    file = Path(file)\n    cookie = Path('cookie')  # gdrive cookie\n    print(f'Downloading https://drive.google.com/uc?export=download&id={id} as {file}... ', end='')\n    file.unlink(missing_ok=True)  # remove existing file\n    cookie.unlink(missing_ok=True)  # remove existing cookie\n\n    # Attempt file download\n    out = \"NUL\" if platform.system() == \"Windows\" else \"/dev/null\"\n    os.system(f'curl -c ./cookie -s -L \"drive.google.com/uc?export=download&id={id}\" > {out}')\n    if os.path.exists('cookie'):  # large file\n        s = f'curl -Lb ./cookie \"drive.google.com/uc?export=download&confirm={get_token()}&id={id}\" -o {file}'\n    else:  # small file\n        s = f'curl -s -L -o {file} \"drive.google.com/uc?export=download&id={id}\"'\n    r = os.system(s)  # execute, capture return\n    cookie.unlink(missing_ok=True)  # remove existing cookie\n\n    # Error check\n    if r != 0:\n        file.unlink(missing_ok=True)  # remove partial\n        print('Download error ')  # raise Exception('Download error')\n        return r\n\n    # Unzip if archive\n    if file.suffix == '.zip':\n        print('unzipping... ', end='')\n        os.system(f'unzip -q {file}')  # unzip\n        file.unlink()  # remove zip to free space\n\n    print(f'Done ({time.time() - t:.1f}s)')\n    return r\n\n\ndef get_token(cookie=\"./cookie\"):\n    with open(cookie) as f:\n        for line in f:\n            if \"download\" in line:\n                return line.split()[-1]\n    return \"\"\n\n# def upload_blob(bucket_name, source_file_name, destination_blob_name):\n#     # Uploads a file to a bucket\n#     # https://cloud.google.com/storage/docs/uploading-objects#storage-upload-object-python\n#\n#     storage_client = storage.Client()\n#     bucket = storage_client.get_bucket(bucket_name)\n#     blob = bucket.blob(destination_blob_name)\n#\n#     blob.upload_from_filename(source_file_name)\n#\n#     print('File {} uploaded to {}.'.format(\n#         source_file_name,\n#         destination_blob_name))\n#\n#\n# def download_blob(bucket_name, source_blob_name, destination_file_name):\n#     # Uploads a blob from a bucket\n#     storage_client = storage.Client()\n#     bucket = storage_client.get_bucket(bucket_name)\n#     blob = bucket.blob(source_blob_name)\n#\n#     blob.download_to_filename(destination_file_name)\n#\n#     print('Blob {} downloaded to {}.'.format(\n#         source_blob_name,\n#         destination_file_name))\n"
  },
  {
    "path": "utils/loggers/__init__.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nLogging utils\n\"\"\"\n\nimport os\nimport warnings\nfrom threading import Thread\n\nimport pkg_resources as pkg\nimport torch\nfrom torch.utils.tensorboard import SummaryWriter\n\nfrom utils.general import colorstr, emojis\nfrom utils.loggers.wandb.wandb_utils import WandbLogger\nfrom utils.plots import plot_images, plot_results\nfrom utils.torch_utils import de_parallel\n\nLOGGERS = ('csv', 'tb', 'wandb')  # text-file, TensorBoard, Weights & Biases\nRANK = int(os.getenv('RANK', -1))\n\ntry:\n    import wandb\n\n    assert hasattr(wandb, '__version__')  # verify package import not local dir\n    if pkg.parse_version(wandb.__version__) >= pkg.parse_version('0.12.2') and RANK in [0, -1]:\n        try:\n            wandb_login_success = wandb.login(timeout=30)\n        except wandb.errors.UsageError:  # known non-TTY terminal issue\n            wandb_login_success = False\n        if not wandb_login_success:\n            wandb = None\nexcept (ImportError, AssertionError):\n    wandb = None\n\n\nclass Loggers():\n    # YOLOv5 Loggers class\n    def __init__(self, save_dir=None, weights=None, opt=None, hyp=None, logger=None, include=LOGGERS):\n        self.save_dir = save_dir\n        self.weights = weights\n        self.opt = opt\n        self.hyp = hyp\n        self.logger = logger  # for printing results to console\n        self.include = include\n        self.keys = ['train/box_loss', 'train/obj_loss', 'train/cls_loss',  # train loss\n                     'metrics/precision', 'metrics/recall', 'metrics/mAP_0.5', 'metrics/mAP_0.5:0.95',  # metrics\n                     'val/box_loss', 'val/obj_loss', 'val/cls_loss',  # val loss\n                     'x/lr0', 'x/lr1', 'x/lr2']  # params\n        self.best_keys = ['best/epoch', 'best/precision', 'best/recall', 'best/mAP_0.5', 'best/mAP_0.5:0.95',]\n        for k in LOGGERS:\n            setattr(self, k, None)  # init empty logger dictionary\n        self.csv = True  # always log to csv\n\n        # Message\n        if not wandb:\n            prefix = colorstr('Weights & Biases: ')\n            s = f\"{prefix}run 'pip install wandb' to automatically track and visualize YOLOv5 🚀 runs (RECOMMENDED)\"\n            print(emojis(s))\n\n        # TensorBoard\n        s = self.save_dir\n        if 'tb' in self.include and not self.opt.evolve:\n            prefix = colorstr('TensorBoard: ')\n            self.logger.info(f\"{prefix}Start with 'tensorboard --logdir {s.parent}', view at http://localhost:6006/\")\n            self.tb = SummaryWriter(str(s))\n\n        # W&B\n        if wandb and 'wandb' in self.include:\n            wandb_artifact_resume = isinstance(self.opt.resume, str) and self.opt.resume.startswith('wandb-artifact://')\n            run_id = torch.load(self.weights).get('wandb_id') if self.opt.resume and not wandb_artifact_resume else None\n            self.opt.hyp = self.hyp  # add hyperparameters\n            self.wandb = WandbLogger(self.opt, run_id)\n        else:\n            self.wandb = None\n\n    def on_pretrain_routine_end(self):\n        # Callback runs on pre-train routine end\n        paths = self.save_dir.glob('*labels*.jpg')  # training labels\n        if self.wandb:\n            self.wandb.log({\"Labels\": [wandb.Image(str(x), caption=x.name) for x in paths]})\n\n    def on_train_batch_end(self, ni, model, imgs, targets, paths, plots, sync_bn):\n        # Callback runs on train batch end\n        if plots:\n            if ni == 0:\n                if not sync_bn:  # tb.add_graph() --sync known issue https://github.com/ultralytics/yolov5/issues/3754\n                    with warnings.catch_warnings():\n                        warnings.simplefilter('ignore')  # suppress jit trace warning\n                        self.tb.add_graph(torch.jit.trace(de_parallel(model), imgs[0:1], strict=False), [])\n            if ni < 3:\n                f = self.save_dir / f'train_batch{ni}.jpg'  # filename\n                Thread(target=plot_images, args=(imgs, targets, paths, f), daemon=True).start()\n            if self.wandb and ni == 10:\n                files = sorted(self.save_dir.glob('train*.jpg'))\n                self.wandb.log({'Mosaics': [wandb.Image(str(f), caption=f.name) for f in files if f.exists()]})\n\n    def on_train_epoch_end(self, epoch):\n        # Callback runs on train epoch end\n        if self.wandb:\n            self.wandb.current_epoch = epoch + 1\n\n    def on_val_image_end(self, pred, predn, path, names, im):\n        # Callback runs on val image end\n        if self.wandb:\n            self.wandb.val_one_image(pred, predn, path, names, im)\n\n    def on_val_end(self):\n        # Callback runs on val end\n        if self.wandb:\n            files = sorted(self.save_dir.glob('val*.jpg'))\n            self.wandb.log({\"Validation\": [wandb.Image(str(f), caption=f.name) for f in files]})\n\n    def on_fit_epoch_end(self, vals, epoch, best_fitness, fi):\n        # Callback runs at the end of each fit (train+val) epoch\n        x = {k: v for k, v in zip(self.keys, vals)}  # dict\n        if self.csv:\n            file = self.save_dir / 'results.csv'\n            n = len(x) + 1  # number of cols\n            s = '' if file.exists() else (('%20s,' * n % tuple(['epoch'] + self.keys)).rstrip(',') + '\\n')  # add header\n            with open(file, 'a') as f:\n                f.write(s + ('%20.5g,' * n % tuple([epoch] + vals)).rstrip(',') + '\\n')\n\n        if self.tb:\n            for k, v in x.items():\n                self.tb.add_scalar(k, v, epoch)\n\n        if self.wandb:\n            if best_fitness == fi:\n                best_results = [epoch] + vals[3:7]\n                for i, name in enumerate(self.best_keys):\n                    self.wandb.wandb_run.summary[name] = best_results[i]  # log best results in the summary\n            self.wandb.log(x)\n            self.wandb.end_epoch(best_result=best_fitness == fi)\n\n    def on_model_save(self, last, epoch, final_epoch, best_fitness, fi):\n        # Callback runs on model save event\n        if self.wandb:\n            if ((epoch + 1) % self.opt.save_period == 0 and not final_epoch) and self.opt.save_period != -1:\n                self.wandb.log_model(last.parent, self.opt, epoch, fi, best_model=best_fitness == fi)\n\n    def on_train_end(self, last, best, plots, epoch, results):\n        # Callback runs on training end\n        if plots:\n            plot_results(file=self.save_dir / 'results.csv')  # save results.png\n        files = ['results.png', 'confusion_matrix.png', *(f'{x}_curve.png' for x in ('F1', 'PR', 'P', 'R'))]\n        files = [(self.save_dir / f) for f in files if (self.save_dir / f).exists()]  # filter\n\n        if self.tb:\n            import cv2\n            for f in files:\n                self.tb.add_image(f.stem, cv2.imread(str(f))[..., ::-1], epoch, dataformats='HWC')\n\n        if self.wandb:\n            self.wandb.log({k: v for k, v in zip(self.keys[3:10], results)})  # log best.pt val results\n            self.wandb.log({\"Results\": [wandb.Image(str(f), caption=f.name) for f in files]})\n            # Calling wandb.log. TODO: Refactor this into WandbLogger.log_model\n            if not self.opt.evolve:\n                wandb.log_artifact(str(best if best.exists() else last), type='model',\n                                   name='run_' + self.wandb.wandb_run.id + '_model',\n                                   aliases=['latest', 'best', 'stripped'])\n            self.wandb.finish_run()\n\n    def on_params_update(self, params):\n        # Update hyperparams or configs of the experiment\n        # params: A dict containing {param: value} pairs\n        if self.wandb:\n            self.wandb.wandb_run.config.update(params, allow_val_change=True)\n"
  },
  {
    "path": "utils/loggers/wandb/README.md",
    "content": "📚 This guide explains how to use **Weights & Biases** (W&B) with YOLOv5 🚀. UPDATED 29 September 2021.\n* [About Weights & Biases](#about-weights-&-biases)\n* [First-Time Setup](#first-time-setup)\n* [Viewing runs](#viewing-runs)\n* [Disabling wandb](#disabling-wandb)\n* [Advanced Usage: Dataset Versioning and Evaluation](#advanced-usage)\n* [Reports: Share your work with the world!](#reports)\n\n## About Weights & Biases\nThink of [W&B](https://wandb.ai/site?utm_campaign=repo_yolo_wandbtutorial) like GitHub for machine learning models. With a few lines of code, save everything you need to debug, compare and reproduce your models — architecture, hyperparameters, git commits, model weights, GPU usage, and even datasets and predictions.\n\nUsed by top researchers including teams at OpenAI, Lyft, Github, and MILA, W&B is part of the new standard of best practices for machine learning. How W&B can help you optimize your machine learning workflows:\n\n * [Debug](https://wandb.ai/wandb/getting-started/reports/Visualize-Debug-Machine-Learning-Models--VmlldzoyNzY5MDk#Free-2) model performance in real time\n * [GPU usage](https://wandb.ai/wandb/getting-started/reports/Visualize-Debug-Machine-Learning-Models--VmlldzoyNzY5MDk#System-4) visualized automatically\n * [Custom charts](https://wandb.ai/wandb/customizable-charts/reports/Powerful-Custom-Charts-To-Debug-Model-Peformance--VmlldzoyNzY4ODI) for powerful, extensible visualization\n * [Share insights](https://wandb.ai/wandb/getting-started/reports/Visualize-Debug-Machine-Learning-Models--VmlldzoyNzY5MDk#Share-8) interactively with collaborators\n * [Optimize hyperparameters](https://docs.wandb.com/sweeps) efficiently\n * [Track](https://docs.wandb.com/artifacts) datasets, pipelines, and production models\n\n## First-Time Setup\n<details open>\n <summary> Toggle Details </summary>\nWhen you first train, W&B will prompt you to create a new account and will generate an **API key** for you. If you are an existing user you can retrieve your key from https://wandb.ai/authorize. This key is used to tell W&B where to log your data. You only need to supply your key once, and then it is remembered on the same device.\n\nW&B will create a cloud **project** (default is 'YOLOv5') for your training runs, and each new training run will be provided a unique run **name** within that project as project/name. You can also manually set your project and run name as:\n\n ```shell\n $ python train.py --project ... --name ...\n ```\n\nYOLOv5 notebook example: <a href=\"https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"></a> <a href=\"https://www.kaggle.com/ultralytics/yolov5\"><img src=\"https://kaggle.com/static/images/open-in-kaggle.svg\" alt=\"Open In Kaggle\"></a>\n<img width=\"960\" alt=\"Screen Shot 2021-09-29 at 10 23 13 PM\" src=\"https://user-images.githubusercontent.com/26833433/135392431-1ab7920a-c49d-450a-b0b0-0c86ec86100e.png\">\n\n\n </details>\n\n## Viewing Runs\n<details open>\n  <summary> Toggle Details </summary>\nRun information streams from your environment to the W&B cloud console as you train. This allows you to monitor and even cancel runs in <b>realtime</b> . All important information is logged:\n\n * Training & Validation losses\n * Metrics: Precision, Recall, mAP@0.5, mAP@0.5:0.95\n * Learning Rate over time\n * A bounding box debugging panel, showing the training progress over time\n * GPU: Type, **GPU Utilization**, power, temperature, **CUDA memory usage**\n * System: Disk I/0, CPU utilization, RAM memory usage\n * Your trained model as W&B Artifact\n * Environment: OS and Python types, Git repository and state, **training command**\n\n<p align=\"center\"><img width=\"900\" alt=\"Weights & Biases dashboard\" src=\"https://user-images.githubusercontent.com/26833433/135390767-c28b050f-8455-4004-adb0-3b730386e2b2.png\"></p>\n</details>\n\n ## Disabling wandb\n* training after running `wandb disabled` inside that directory creates no wandb run\n![Screenshot (84)](https://user-images.githubusercontent.com/15766192/143441777-c780bdd7-7cb4-4404-9559-b4316030a985.png)\n\n* To enable wandb again, run `wandb online`\n![Screenshot (85)](https://user-images.githubusercontent.com/15766192/143441866-7191b2cb-22f0-4e0f-ae64-2dc47dc13078.png)\n\n## Advanced Usage\nYou can leverage W&B artifacts and Tables integration to easily visualize and manage your datasets, models and training evaluations. Here are some quick examples to get you started.\n<details open>\n <h3> 1: Train and Log Evaluation simultaneousy </h3>\n   This is an extension of the previous section, but it'll also training after uploading the dataset. <b> This also evaluation Table</b>\n   Evaluation table compares your predictions and ground truths across the validation set for each epoch. It uses the references to the already uploaded datasets,\n   so no images will be uploaded from your system more than once.\n <details open>\n  <summary> <b>Usage</b> </summary>\n   <b>Code</b> <code> $ python train.py --upload_data val</code>\n\n![Screenshot from 2021-11-21 17-40-06](https://user-images.githubusercontent.com/15766192/142761183-c1696d8c-3f38-45ab-991a-bb0dfd98ae7d.png)\n </details>\n\n <h3>2. Visualize and Version Datasets</h3>\n Log, visualize, dynamically query, and understand your data with <a href='https://docs.wandb.ai/guides/data-vis/tables'>W&B Tables</a>. You can use the following command to log your dataset as a W&B Table. This will generate a <code>{dataset}_wandb.yaml</code> file which can be used to train from dataset artifact.\n <details>\n  <summary> <b>Usage</b> </summary>\n   <b>Code</b> <code> $ python utils/logger/wandb/log_dataset.py --project ... --name ... --data .. </code>\n\n ![Screenshot (64)](https://user-images.githubusercontent.com/15766192/128486078-d8433890-98a3-4d12-8986-b6c0e3fc64b9.png)\n </details>\n\n <h3> 3: Train using dataset artifact </h3>\n   When you upload a dataset as described in the first section, you get a new config file with an added `_wandb` to its name. This file contains the information that\n   can be used to train a model directly from the dataset artifact. <b> This also logs evaluation </b>\n <details>\n  <summary> <b>Usage</b> </summary>\n   <b>Code</b> <code> $ python train.py --data {data}_wandb.yaml </code>\n\n![Screenshot (72)](https://user-images.githubusercontent.com/15766192/128979739-4cf63aeb-a76f-483f-8861-1c0100b938a5.png)\n </details>\n\n   <h3> 4: Save model checkpoints as artifacts </h3>\n  To enable saving and versioning checkpoints of your experiment, pass `--save_period n` with the base cammand, where `n` represents checkpoint interval.\n  You can also log both the dataset and model checkpoints simultaneously. If not passed, only the final model will be logged\n\n <details>\n  <summary> <b>Usage</b> </summary>\n   <b>Code</b> <code> $ python train.py --save_period 1 </code>\n\n![Screenshot (68)](https://user-images.githubusercontent.com/15766192/128726138-ec6c1f60-639d-437d-b4ee-3acd9de47ef3.png)\n </details>\n\n</details>\n\n <h3> 5: Resume runs from checkpoint artifacts. </h3>\nAny run can be resumed using artifacts if the <code>--resume</code> argument starts with <code>wandb-artifact://</code> prefix followed by the run path, i.e, <code>wandb-artifact://username/project/runid </code>. This doesn't require the model checkpoint to be present on the local system.\n\n <details>\n  <summary> <b>Usage</b> </summary>\n   <b>Code</b> <code> $ python train.py --resume wandb-artifact://{run_path} </code>\n\n![Screenshot (70)](https://user-images.githubusercontent.com/15766192/128728988-4e84b355-6c87-41ae-a591-14aecf45343e.png)\n </details>\n\n  <h3> 6: Resume runs from dataset artifact & checkpoint artifacts. </h3>\n <b> Local dataset or model checkpoints are not required. This can be used to resume runs directly on a different device </b>\n The syntax is same as the previous section, but you'll need to lof both the dataset and model checkpoints as artifacts, i.e, set bot <code>--upload_dataset</code> or\n train from <code>_wandb.yaml</code> file and set <code>--save_period</code>\n\n <details>\n  <summary> <b>Usage</b> </summary>\n   <b>Code</b> <code> $ python train.py --resume wandb-artifact://{run_path} </code>\n\n![Screenshot (70)](https://user-images.githubusercontent.com/15766192/128728988-4e84b355-6c87-41ae-a591-14aecf45343e.png)\n </details>\n\n</details>\n\n <h3> Reports </h3>\nW&B Reports can be created from your saved runs for sharing online. Once a report is created you will receive a link you can use to publically share your results. Here is an example report created from the COCO128 tutorial trainings of all four YOLOv5 models ([link](https://wandb.ai/glenn-jocher/yolov5_tutorial/reports/YOLOv5-COCO128-Tutorial-Results--VmlldzozMDI5OTY)).\n\n<img width=\"900\" alt=\"Weights & Biases Reports\" src=\"https://user-images.githubusercontent.com/26833433/135394029-a17eaf86-c6c1-4b1d-bb80-b90e83aaffa7.png\">\n\n\n## Environments\n\nYOLOv5 may be run in any of the following up-to-date verified environments (with all dependencies including [CUDA](https://developer.nvidia.com/cuda)/[CUDNN](https://developer.nvidia.com/cudnn), [Python](https://www.python.org/) and [PyTorch](https://pytorch.org/) preinstalled):\n\n- **Google Colab and Kaggle** notebooks with free GPU: <a href=\"https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"></a> <a href=\"https://www.kaggle.com/ultralytics/yolov5\"><img src=\"https://kaggle.com/static/images/open-in-kaggle.svg\" alt=\"Open In Kaggle\"></a>\n- **Google Cloud** Deep Learning VM. See [GCP Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart)\n- **Amazon** Deep Learning AMI. See [AWS Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/AWS-Quickstart)\n- **Docker Image**. See [Docker Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/Docker-Quickstart) <a href=\"https://hub.docker.com/r/ultralytics/yolov5\"><img src=\"https://img.shields.io/docker/pulls/ultralytics/yolov5?logo=docker\" alt=\"Docker Pulls\"></a>\n\n\n## Status\n\n![CI CPU testing](https://github.com/ultralytics/yolov5/workflows/CI%20CPU%20testing/badge.svg)\n\nIf this badge is green, all [YOLOv5 GitHub Actions](https://github.com/ultralytics/yolov5/actions) Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training ([train.py](https://github.com/ultralytics/yolov5/blob/master/train.py)), validation ([val.py](https://github.com/ultralytics/yolov5/blob/master/val.py)), inference ([detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py)) and export ([export.py](https://github.com/ultralytics/yolov5/blob/master/export.py)) on MacOS, Windows, and Ubuntu every 24 hours and on every commit.\n"
  },
  {
    "path": "utils/loggers/wandb/__init__.py",
    "content": ""
  },
  {
    "path": "utils/loggers/wandb/log_dataset.py",
    "content": "import argparse\n\nfrom wandb_utils import WandbLogger\n\nfrom utils.general import LOGGER\n\nWANDB_ARTIFACT_PREFIX = 'wandb-artifact://'\n\n\ndef create_dataset_artifact(opt):\n    logger = WandbLogger(opt, None, job_type='Dataset Creation')  # TODO: return value unused\n    if not logger.wandb:\n        LOGGER.info(\"install wandb using `pip install wandb` to log the dataset\")\n\n\nif __name__ == '__main__':\n    parser = argparse.ArgumentParser()\n    parser.add_argument('--data', type=str, default='data/coco128.yaml', help='data.yaml path')\n    parser.add_argument('--single-cls', action='store_true', help='train as single-class dataset')\n    parser.add_argument('--project', type=str, default='YOLOv5', help='name of W&B Project')\n    parser.add_argument('--entity', default=None, help='W&B entity')\n    parser.add_argument('--name', type=str, default='log dataset', help='name of W&B run')\n\n    opt = parser.parse_args()\n    opt.resume = False  # Explicitly disallow resume check for dataset upload job\n\n    create_dataset_artifact(opt)\n"
  },
  {
    "path": "utils/loggers/wandb/sweep.py",
    "content": "import sys\nfrom pathlib import Path\n\nimport wandb\n\nFILE = Path(__file__).resolve()\nROOT = FILE.parents[3]  # YOLOv5 root directory\nif str(ROOT) not in sys.path:\n    sys.path.append(str(ROOT))  # add ROOT to PATH\n\nfrom train import parse_opt, train\nfrom utils.callbacks import Callbacks\nfrom utils.general import increment_path\nfrom utils.torch_utils import select_device\n\n\ndef sweep():\n    wandb.init()\n    # Get hyp dict from sweep agent\n    hyp_dict = vars(wandb.config).get(\"_items\")\n\n    # Workaround: get necessary opt args\n    opt = parse_opt(known=True)\n    opt.batch_size = hyp_dict.get(\"batch_size\")\n    opt.save_dir = str(increment_path(Path(opt.project) / opt.name, exist_ok=opt.exist_ok or opt.evolve))\n    opt.epochs = hyp_dict.get(\"epochs\")\n    opt.nosave = True\n    opt.data = hyp_dict.get(\"data\")\n    opt.weights = str(opt.weights)\n    opt.cfg = str(opt.cfg)\n    opt.data = str(opt.data)\n    opt.hyp = str(opt.hyp)\n    opt.project = str(opt.project)\n    device = select_device(opt.device, batch_size=opt.batch_size)\n\n    # train\n    train(hyp_dict, opt, device, callbacks=Callbacks())\n\n\nif __name__ == \"__main__\":\n    sweep()\n"
  },
  {
    "path": "utils/loggers/wandb/sweep.yaml",
    "content": "# Hyperparameters for training\n# To set range-\n# Provide min and max values as:\n#      parameter:\n#\n#         min: scalar\n#         max: scalar\n# OR\n#\n# Set a specific list of search space-\n#     parameter:\n#         values: [scalar1, scalar2, scalar3...]\n#\n# You can use grid, bayesian and hyperopt search strategy\n# For more info on configuring sweeps visit - https://docs.wandb.ai/guides/sweeps/configuration\n\nprogram: utils/loggers/wandb/sweep.py\nmethod: random\nmetric:\n  name: metrics/mAP_0.5\n  goal: maximize\n\nparameters:\n  # hyperparameters: set either min, max range or values list\n  data:\n    value: \"data/coco128.yaml\"\n  batch_size:\n    values: [64]\n  epochs:\n    values: [10]\n\n  lr0:\n    distribution: uniform\n    min: 1e-5\n    max: 1e-1\n  lrf:\n    distribution: uniform\n    min: 0.01\n    max: 1.0\n  momentum:\n    distribution: uniform\n    min: 0.6\n    max: 0.98\n  weight_decay:\n    distribution: uniform\n    min: 0.0\n    max: 0.001\n  warmup_epochs:\n    distribution: uniform\n    min: 0.0\n    max: 5.0\n  warmup_momentum:\n    distribution: uniform\n    min: 0.0\n    max: 0.95\n  warmup_bias_lr:\n    distribution: uniform\n    min: 0.0\n    max: 0.2\n  box:\n    distribution: uniform\n    min: 0.02\n    max: 0.2\n  cls:\n    distribution: uniform\n    min: 0.2\n    max: 4.0\n  cls_pw:\n    distribution: uniform\n    min: 0.5\n    max: 2.0\n  obj:\n    distribution: uniform\n    min: 0.2\n    max: 4.0\n  obj_pw:\n    distribution: uniform\n    min: 0.5\n    max: 2.0\n  iou_t:\n    distribution: uniform\n    min: 0.1\n    max: 0.7\n  anchor_t:\n    distribution: uniform\n    min: 2.0\n    max: 8.0\n  fl_gamma:\n    distribution: uniform\n    min: 0.0\n    max: 0.1\n  hsv_h:\n    distribution: uniform\n    min: 0.0\n    max: 0.1\n  hsv_s:\n    distribution: uniform\n    min: 0.0\n    max: 0.9\n  hsv_v:\n    distribution: uniform\n    min: 0.0\n    max: 0.9\n  degrees:\n    distribution: uniform\n    min: 0.0\n    max: 45.0\n  translate:\n    distribution: uniform\n    min: 0.0\n    max: 0.9\n  scale:\n    distribution: uniform\n    min: 0.0\n    max: 0.9\n  shear:\n    distribution: uniform\n    min: 0.0\n    max: 10.0\n  perspective:\n    distribution: uniform\n    min: 0.0\n    max: 0.001\n  flipud:\n    distribution: uniform\n    min: 0.0\n    max: 1.0\n  fliplr:\n    distribution: uniform\n    min: 0.0\n    max: 1.0\n  mosaic:\n    distribution: uniform\n    min: 0.0\n    max: 1.0\n  mixup:\n    distribution: uniform\n    min: 0.0\n    max: 1.0\n  copy_paste:\n    distribution: uniform\n    min: 0.0\n    max: 1.0\n"
  },
  {
    "path": "utils/loggers/wandb/wandb_utils.py",
    "content": "\"\"\"Utilities and tools for tracking runs with Weights & Biases.\"\"\"\n\nimport logging\nimport os\nimport sys\nfrom contextlib import contextmanager\nfrom pathlib import Path\nfrom typing import Dict\n\nimport yaml\nfrom tqdm import tqdm\n\nFILE = Path(__file__).resolve()\nROOT = FILE.parents[3]  # YOLOv5 root directory\nif str(ROOT) not in sys.path:\n    sys.path.append(str(ROOT))  # add ROOT to PATH\n\nfrom utils.datasets import LoadImagesAndLabels, img2label_paths\nfrom utils.general import LOGGER, check_dataset, check_file\n\ntry:\n    import wandb\n\n    assert hasattr(wandb, '__version__')  # verify package import not local dir\nexcept (ImportError, AssertionError):\n    wandb = None\n\nRANK = int(os.getenv('RANK', -1))\nWANDB_ARTIFACT_PREFIX = 'wandb-artifact://'\n\n\ndef remove_prefix(from_string, prefix=WANDB_ARTIFACT_PREFIX):\n    return from_string[len(prefix):]\n\n\ndef check_wandb_config_file(data_config_file):\n    wandb_config = '_wandb.'.join(data_config_file.rsplit('.', 1))  # updated data.yaml path\n    if Path(wandb_config).is_file():\n        return wandb_config\n    return data_config_file\n\n\ndef check_wandb_dataset(data_file):\n    is_trainset_wandb_artifact = False\n    is_valset_wandb_artifact = False\n    if check_file(data_file) and data_file.endswith('.yaml'):\n        with open(data_file, errors='ignore') as f:\n            data_dict = yaml.safe_load(f)\n        is_trainset_wandb_artifact = (isinstance(data_dict['train'], str) and\n                                      data_dict['train'].startswith(WANDB_ARTIFACT_PREFIX))\n        is_valset_wandb_artifact = (isinstance(data_dict['val'], str) and\n                                    data_dict['val'].startswith(WANDB_ARTIFACT_PREFIX))\n    if is_trainset_wandb_artifact or is_valset_wandb_artifact:\n        return data_dict\n    else:\n        return check_dataset(data_file)\n\n\ndef get_run_info(run_path):\n    run_path = Path(remove_prefix(run_path, WANDB_ARTIFACT_PREFIX))\n    run_id = run_path.stem\n    project = run_path.parent.stem\n    entity = run_path.parent.parent.stem\n    model_artifact_name = 'run_' + run_id + '_model'\n    return entity, project, run_id, model_artifact_name\n\n\ndef check_wandb_resume(opt):\n    process_wandb_config_ddp_mode(opt) if RANK not in [-1, 0] else None\n    if isinstance(opt.resume, str):\n        if opt.resume.startswith(WANDB_ARTIFACT_PREFIX):\n            if RANK not in [-1, 0]:  # For resuming DDP runs\n                entity, project, run_id, model_artifact_name = get_run_info(opt.resume)\n                api = wandb.Api()\n                artifact = api.artifact(entity + '/' + project + '/' + model_artifact_name + ':latest')\n                modeldir = artifact.download()\n                opt.weights = str(Path(modeldir) / \"last.pt\")\n            return True\n    return None\n\n\ndef process_wandb_config_ddp_mode(opt):\n    with open(check_file(opt.data), errors='ignore') as f:\n        data_dict = yaml.safe_load(f)  # data dict\n    train_dir, val_dir = None, None\n    if isinstance(data_dict['train'], str) and data_dict['train'].startswith(WANDB_ARTIFACT_PREFIX):\n        api = wandb.Api()\n        train_artifact = api.artifact(remove_prefix(data_dict['train']) + ':' + opt.artifact_alias)\n        train_dir = train_artifact.download()\n        train_path = Path(train_dir) / 'data/images/'\n        data_dict['train'] = str(train_path)\n\n    if isinstance(data_dict['val'], str) and data_dict['val'].startswith(WANDB_ARTIFACT_PREFIX):\n        api = wandb.Api()\n        val_artifact = api.artifact(remove_prefix(data_dict['val']) + ':' + opt.artifact_alias)\n        val_dir = val_artifact.download()\n        val_path = Path(val_dir) / 'data/images/'\n        data_dict['val'] = str(val_path)\n    if train_dir or val_dir:\n        ddp_data_path = str(Path(val_dir) / 'wandb_local_data.yaml')\n        with open(ddp_data_path, 'w') as f:\n            yaml.safe_dump(data_dict, f)\n        opt.data = ddp_data_path\n\n\nclass WandbLogger():\n    \"\"\"Log training runs, datasets, models, and predictions to Weights & Biases.\n\n    This logger sends information to W&B at wandb.ai. By default, this information\n    includes hyperparameters, system configuration and metrics, model metrics,\n    and basic data metrics and analyses.\n\n    By providing additional command line arguments to train.py, datasets,\n    models and predictions can also be logged.\n\n    For more on how this logger is used, see the Weights & Biases documentation:\n    https://docs.wandb.com/guides/integrations/yolov5\n    \"\"\"\n\n    def __init__(self, opt, run_id=None, job_type='Training'):\n        \"\"\"\n        - Initialize WandbLogger instance\n        - Upload dataset if opt.upload_dataset is True\n        - Setup trainig processes if job_type is 'Training'\n\n        arguments:\n        opt (namespace) -- Commandline arguments for this run\n        run_id (str) -- Run ID of W&B run to be resumed\n        job_type (str) -- To set the job_type for this run\n\n       \"\"\"\n        # Pre-training routine --\n        self.job_type = job_type\n        self.wandb, self.wandb_run = wandb, None if not wandb else wandb.run\n        self.val_artifact, self.train_artifact = None, None\n        self.train_artifact_path, self.val_artifact_path = None, None\n        self.result_artifact = None\n        self.val_table, self.result_table = None, None\n        self.bbox_media_panel_images = []\n        self.val_table_path_map = None\n        self.max_imgs_to_log = 16\n        self.wandb_artifact_data_dict = None\n        self.data_dict = None\n        # It's more elegant to stick to 1 wandb.init call,\n        #  but useful config data is overwritten in the WandbLogger's wandb.init call\n        if isinstance(opt.resume, str):  # checks resume from artifact\n            if opt.resume.startswith(WANDB_ARTIFACT_PREFIX):\n                entity, project, run_id, model_artifact_name = get_run_info(opt.resume)\n                model_artifact_name = WANDB_ARTIFACT_PREFIX + model_artifact_name\n                assert wandb, 'install wandb to resume wandb runs'\n                # Resume wandb-artifact:// runs here| workaround for not overwriting wandb.config\n                self.wandb_run = wandb.init(id=run_id,\n                                            project=project,\n                                            entity=entity,\n                                            resume='allow',\n                                            allow_val_change=True)\n                opt.resume = model_artifact_name\n        elif self.wandb:\n            self.wandb_run = wandb.init(config=opt,\n                                        resume=\"allow\",\n                                        project='YOLOv5' if opt.project == 'runs/train' else Path(opt.project).stem,\n                                        entity=opt.entity,\n                                        name=opt.name if opt.name != 'exp' else None,\n                                        job_type=job_type,\n                                        id=run_id,\n                                        allow_val_change=True) if not wandb.run else wandb.run\n        if self.wandb_run:\n            if self.job_type == 'Training':\n                if opt.upload_dataset:\n                    if not opt.resume:\n                        self.wandb_artifact_data_dict = self.check_and_upload_dataset(opt)\n\n                if opt.resume:\n                    # resume from artifact\n                    if isinstance(opt.resume, str) and opt.resume.startswith(WANDB_ARTIFACT_PREFIX):\n                        self.data_dict = dict(self.wandb_run.config.data_dict)\n                    else:  # local resume\n                        self.data_dict = check_wandb_dataset(opt.data)\n                else:\n                    self.data_dict = check_wandb_dataset(opt.data)\n                    self.wandb_artifact_data_dict = self.wandb_artifact_data_dict or self.data_dict\n\n                    # write data_dict to config. useful for resuming from artifacts. Do this only when not resuming.\n                    self.wandb_run.config.update({'data_dict': self.wandb_artifact_data_dict},\n                                                 allow_val_change=True)\n                self.setup_training(opt)\n\n            if self.job_type == 'Dataset Creation':\n                self.wandb_run.config.update({\"upload_dataset\": True})\n                self.data_dict = self.check_and_upload_dataset(opt)\n\n    def check_and_upload_dataset(self, opt):\n        \"\"\"\n        Check if the dataset format is compatible and upload it as W&B artifact\n\n        arguments:\n        opt (namespace)-- Commandline arguments for current run\n\n        returns:\n        Updated dataset info dictionary where local dataset paths are replaced by WAND_ARFACT_PREFIX links.\n        \"\"\"\n        assert wandb, 'Install wandb to upload dataset'\n        config_path = self.log_dataset_artifact(opt.data,\n                                                opt.single_cls,\n                                                'YOLOv5' if opt.project == 'runs/train' else Path(opt.project).stem)\n        with open(config_path, errors='ignore') as f:\n            wandb_data_dict = yaml.safe_load(f)\n        return wandb_data_dict\n\n    def setup_training(self, opt):\n        \"\"\"\n        Setup the necessary processes for training YOLO models:\n          - Attempt to download model checkpoint and dataset artifacts if opt.resume stats with WANDB_ARTIFACT_PREFIX\n          - Update data_dict, to contain info of previous run if resumed and the paths of dataset artifact if downloaded\n          - Setup log_dict, initialize bbox_interval\n\n        arguments:\n        opt (namespace) -- commandline arguments for this run\n\n        \"\"\"\n        self.log_dict, self.current_epoch = {}, 0\n        self.bbox_interval = opt.bbox_interval\n        if isinstance(opt.resume, str):\n            modeldir, _ = self.download_model_artifact(opt)\n            if modeldir:\n                self.weights = Path(modeldir) / \"last.pt\"\n                config = self.wandb_run.config\n                opt.weights, opt.save_period, opt.batch_size, opt.bbox_interval, opt.epochs, opt.hyp, opt.imgsz = str(\n                    self.weights), config.save_period, config.batch_size, config.bbox_interval, config.epochs,\\\n                    config.hyp, config.imgsz\n        data_dict = self.data_dict\n        if self.val_artifact is None:  # If --upload_dataset is set, use the existing artifact, don't download\n            self.train_artifact_path, self.train_artifact = self.download_dataset_artifact(data_dict.get('train'),\n                                                                                           opt.artifact_alias)\n            self.val_artifact_path, self.val_artifact = self.download_dataset_artifact(data_dict.get('val'),\n                                                                                       opt.artifact_alias)\n\n        if self.train_artifact_path is not None:\n            train_path = Path(self.train_artifact_path) / 'data/images/'\n            data_dict['train'] = str(train_path)\n        if self.val_artifact_path is not None:\n            val_path = Path(self.val_artifact_path) / 'data/images/'\n            data_dict['val'] = str(val_path)\n\n        if self.val_artifact is not None:\n            self.result_artifact = wandb.Artifact(\"run_\" + wandb.run.id + \"_progress\", \"evaluation\")\n            columns = [\"epoch\", \"id\", \"ground truth\", \"prediction\"]\n            columns.extend(self.data_dict['names'])\n            self.result_table = wandb.Table(columns)\n            self.val_table = self.val_artifact.get(\"val\")\n            if self.val_table_path_map is None:\n                self.map_val_table_path()\n        if opt.bbox_interval == -1:\n            self.bbox_interval = opt.bbox_interval = (opt.epochs // 10) if opt.epochs > 10 else 1\n            if opt.evolve:\n                self.bbox_interval = opt.bbox_interval = opt.epochs + 1\n        train_from_artifact = self.train_artifact_path is not None and self.val_artifact_path is not None\n        # Update the the data_dict to point to local artifacts dir\n        if train_from_artifact:\n            self.data_dict = data_dict\n\n    def download_dataset_artifact(self, path, alias):\n        \"\"\"\n        download the model checkpoint artifact if the path starts with WANDB_ARTIFACT_PREFIX\n\n        arguments:\n        path -- path of the dataset to be used for training\n        alias (str)-- alias of the artifact to be download/used for training\n\n        returns:\n        (str, wandb.Artifact) -- path of the downladed dataset and it's corresponding artifact object if dataset\n        is found otherwise returns (None, None)\n        \"\"\"\n        if isinstance(path, str) and path.startswith(WANDB_ARTIFACT_PREFIX):\n            artifact_path = Path(remove_prefix(path, WANDB_ARTIFACT_PREFIX) + \":\" + alias)\n            dataset_artifact = wandb.use_artifact(artifact_path.as_posix().replace(\"\\\\\", \"/\"))\n            assert dataset_artifact is not None, \"'Error: W&B dataset artifact doesn\\'t exist'\"\n            datadir = dataset_artifact.download()\n            return datadir, dataset_artifact\n        return None, None\n\n    def download_model_artifact(self, opt):\n        \"\"\"\n        download the model checkpoint artifact if the resume path starts with WANDB_ARTIFACT_PREFIX\n\n        arguments:\n        opt (namespace) -- Commandline arguments for this run\n        \"\"\"\n        if opt.resume.startswith(WANDB_ARTIFACT_PREFIX):\n            model_artifact = wandb.use_artifact(remove_prefix(opt.resume, WANDB_ARTIFACT_PREFIX) + \":latest\")\n            assert model_artifact is not None, 'Error: W&B model artifact doesn\\'t exist'\n            modeldir = model_artifact.download()\n            # epochs_trained = model_artifact.metadata.get('epochs_trained')\n            total_epochs = model_artifact.metadata.get('total_epochs')\n            is_finished = total_epochs is None\n            assert not is_finished, 'training is finished, can only resume incomplete runs.'\n            return modeldir, model_artifact\n        return None, None\n\n    def log_model(self, path, opt, epoch, fitness_score, best_model=False):\n        \"\"\"\n        Log the model checkpoint as W&B artifact\n\n        arguments:\n        path (Path)   -- Path of directory containing the checkpoints\n        opt (namespace) -- Command line arguments for this run\n        epoch (int)  -- Current epoch number\n        fitness_score (float) -- fitness score for current epoch\n        best_model (boolean) -- Boolean representing if the current checkpoint is the best yet.\n        \"\"\"\n        model_artifact = wandb.Artifact('run_' + wandb.run.id + '_model', type='model', metadata={\n            'original_url': str(path),\n            'epochs_trained': epoch + 1,\n            'save period': opt.save_period,\n            'project': opt.project,\n            'total_epochs': opt.epochs,\n            'fitness_score': fitness_score\n        })\n        model_artifact.add_file(str(path / 'last.pt'), name='last.pt')\n        wandb.log_artifact(model_artifact,\n                           aliases=['latest', 'last', 'epoch ' + str(self.current_epoch), 'best' if best_model else ''])\n        LOGGER.info(f\"Saving model artifact on epoch {epoch + 1}\")\n\n    def log_dataset_artifact(self, data_file, single_cls, project, overwrite_config=False):\n        \"\"\"\n        Log the dataset as W&B artifact and return the new data file with W&B links\n\n        arguments:\n        data_file (str) -- the .yaml file with information about the dataset like - path, classes etc.\n        single_class (boolean)  -- train multi-class data as single-class\n        project (str) -- project name. Used to construct the artifact path\n        overwrite_config (boolean) -- overwrites the data.yaml file if set to true otherwise creates a new\n        file with _wandb postfix. Eg -> data_wandb.yaml\n\n        returns:\n        the new .yaml file with artifact links. it can be used to start training directly from artifacts\n        \"\"\"\n        upload_dataset = self.wandb_run.config.upload_dataset\n        log_val_only = isinstance(upload_dataset, str) and upload_dataset == 'val'\n        self.data_dict = check_dataset(data_file)  # parse and check\n        data = dict(self.data_dict)\n        nc, names = (1, ['item']) if single_cls else (int(data['nc']), data['names'])\n        names = {k: v for k, v in enumerate(names)}  # to index dictionary\n\n        # log train set\n        if not log_val_only:\n            self.train_artifact = self.create_dataset_table(LoadImagesAndLabels(\n                data['train'], rect=True, batch_size=1), names, name='train') if data.get('train') else None\n            if data.get('train'):\n                data['train'] = WANDB_ARTIFACT_PREFIX + str(Path(project) / 'train')\n\n        self.val_artifact = self.create_dataset_table(LoadImagesAndLabels(\n            data['val'], rect=True, batch_size=1), names, name='val') if data.get('val') else None\n        if data.get('val'):\n            data['val'] = WANDB_ARTIFACT_PREFIX + str(Path(project) / 'val')\n\n        path = Path(data_file)\n        # create a _wandb.yaml file with artifacts links if both train and test set are logged\n        if not log_val_only:\n            path = (path.stem if overwrite_config else path.stem + '_wandb') + '.yaml'  # updated data.yaml path\n            path = ROOT / 'data' / path\n            data.pop('download', None)\n            data.pop('path', None)\n            with open(path, 'w') as f:\n                yaml.safe_dump(data, f)\n                LOGGER.info(f\"Created dataset config file {path}\")\n\n        if self.job_type == 'Training':  # builds correct artifact pipeline graph\n            if not log_val_only:\n                self.wandb_run.log_artifact(\n                    self.train_artifact)  # calling use_artifact downloads the dataset. NOT NEEDED!\n            self.wandb_run.use_artifact(self.val_artifact)\n            self.val_artifact.wait()\n            self.val_table = self.val_artifact.get('val')\n            self.map_val_table_path()\n        else:\n            self.wandb_run.log_artifact(self.train_artifact)\n            self.wandb_run.log_artifact(self.val_artifact)\n        return path\n\n    def map_val_table_path(self):\n        \"\"\"\n        Map the validation dataset Table like name of file -> it's id in the W&B Table.\n        Useful for - referencing artifacts for evaluation.\n        \"\"\"\n        self.val_table_path_map = {}\n        LOGGER.info(\"Mapping dataset\")\n        for i, data in enumerate(tqdm(self.val_table.data)):\n            self.val_table_path_map[data[3]] = data[0]\n\n    def create_dataset_table(self, dataset: LoadImagesAndLabels, class_to_id: Dict[int, str], name: str = 'dataset'):\n        \"\"\"\n        Create and return W&B artifact containing W&B Table of the dataset.\n\n        arguments:\n        dataset -- instance of LoadImagesAndLabels class used to iterate over the data to build Table\n        class_to_id -- hash map that maps class ids to labels\n        name -- name of the artifact\n\n        returns:\n        dataset artifact to be logged or used\n        \"\"\"\n        # TODO: Explore multiprocessing to slpit this loop parallely| This is essential for speeding up the the logging\n        artifact = wandb.Artifact(name=name, type=\"dataset\")\n        img_files = tqdm([dataset.path]) if isinstance(dataset.path, str) and Path(dataset.path).is_dir() else None\n        img_files = tqdm(dataset.img_files) if not img_files else img_files\n        for img_file in img_files:\n            if Path(img_file).is_dir():\n                artifact.add_dir(img_file, name='data/images')\n                labels_path = 'labels'.join(dataset.path.rsplit('images', 1))\n                artifact.add_dir(labels_path, name='data/labels')\n            else:\n                artifact.add_file(img_file, name='data/images/' + Path(img_file).name)\n                label_file = Path(img2label_paths([img_file])[0])\n                artifact.add_file(str(label_file),\n                                  name='data/labels/' + label_file.name) if label_file.exists() else None\n        table = wandb.Table(columns=[\"id\", \"train_image\", \"Classes\", \"name\"])\n        class_set = wandb.Classes([{'id': id, 'name': name} for id, name in class_to_id.items()])\n        for si, (img, labels, paths, shapes) in enumerate(tqdm(dataset)):\n            box_data, img_classes = [], {}\n            for cls, *xywh in labels[:, 1:].tolist():\n                cls = int(cls)\n                box_data.append({\"position\": {\"middle\": [xywh[0], xywh[1]], \"width\": xywh[2], \"height\": xywh[3]},\n                                 \"class_id\": cls,\n                                 \"box_caption\": \"%s\" % (class_to_id[cls])})\n                img_classes[cls] = class_to_id[cls]\n            boxes = {\"ground_truth\": {\"box_data\": box_data, \"class_labels\": class_to_id}}  # inference-space\n            table.add_data(si, wandb.Image(paths, classes=class_set, boxes=boxes), list(img_classes.values()),\n                           Path(paths).name)\n        artifact.add(table, name)\n        return artifact\n\n    def log_training_progress(self, predn, path, names):\n        \"\"\"\n        Build evaluation Table. Uses reference from validation dataset table.\n\n        arguments:\n        predn (list): list of predictions in the native space in the format - [xmin, ymin, xmax, ymax, confidence, class]\n        path (str): local path of the current evaluation image\n        names (dict(int, str)): hash map that maps class ids to labels\n        \"\"\"\n        class_set = wandb.Classes([{'id': id, 'name': name} for id, name in names.items()])\n        box_data = []\n        avg_conf_per_class = [0] * len(self.data_dict['names'])\n        pred_class_count = {}\n        for *xyxy, conf, cls in predn.tolist():\n            if conf >= 0.25:\n                cls = int(cls)\n                box_data.append(\n                    {\"position\": {\"minX\": xyxy[0], \"minY\": xyxy[1], \"maxX\": xyxy[2], \"maxY\": xyxy[3]},\n                     \"class_id\": cls,\n                     \"box_caption\": f\"{names[cls]} {conf:.3f}\",\n                     \"scores\": {\"class_score\": conf},\n                     \"domain\": \"pixel\"})\n                avg_conf_per_class[cls] += conf\n\n                if cls in pred_class_count:\n                    pred_class_count[cls] += 1\n                else:\n                    pred_class_count[cls] = 1\n\n        for pred_class in pred_class_count.keys():\n            avg_conf_per_class[pred_class] = avg_conf_per_class[pred_class] / pred_class_count[pred_class]\n\n        boxes = {\"predictions\": {\"box_data\": box_data, \"class_labels\": names}}  # inference-space\n        id = self.val_table_path_map[Path(path).name]\n        self.result_table.add_data(self.current_epoch,\n                                   id,\n                                   self.val_table.data[id][1],\n                                   wandb.Image(self.val_table.data[id][1], boxes=boxes, classes=class_set),\n                                   *avg_conf_per_class\n                                   )\n\n    def val_one_image(self, pred, predn, path, names, im):\n        \"\"\"\n        Log validation data for one image. updates the result Table if validation dataset is uploaded and log bbox media panel\n\n        arguments:\n        pred (list): list of scaled predictions in the format - [xmin, ymin, xmax, ymax, confidence, class]\n        predn (list): list of predictions in the native space - [xmin, ymin, xmax, ymax, confidence, class]\n        path (str): local path of the current evaluation image\n        \"\"\"\n        if self.val_table and self.result_table:  # Log Table if Val dataset is uploaded as artifact\n            self.log_training_progress(predn, path, names)\n\n        if len(self.bbox_media_panel_images) < self.max_imgs_to_log and self.current_epoch > 0:\n            if self.current_epoch % self.bbox_interval == 0:\n                box_data = [{\"position\": {\"minX\": xyxy[0], \"minY\": xyxy[1], \"maxX\": xyxy[2], \"maxY\": xyxy[3]},\n                             \"class_id\": int(cls),\n                             \"box_caption\": f\"{names[int(cls)]} {conf:.3f}\",\n                             \"scores\": {\"class_score\": conf},\n                             \"domain\": \"pixel\"} for *xyxy, conf, cls in pred.tolist()]\n                boxes = {\"predictions\": {\"box_data\": box_data, \"class_labels\": names}}  # inference-space\n                self.bbox_media_panel_images.append(wandb.Image(im, boxes=boxes, caption=path.name))\n\n    def log(self, log_dict):\n        \"\"\"\n        save the metrics to the logging dictionary\n\n        arguments:\n        log_dict (Dict) -- metrics/media to be logged in current step\n        \"\"\"\n        if self.wandb_run:\n            for key, value in log_dict.items():\n                self.log_dict[key] = value\n\n    def end_epoch(self, best_result=False):\n        \"\"\"\n        commit the log_dict, model artifacts and Tables to W&B and flush the log_dict.\n\n        arguments:\n        best_result (boolean): Boolean representing if the result of this evaluation is best or not\n        \"\"\"\n        if self.wandb_run:\n            with all_logging_disabled():\n                if self.bbox_media_panel_images:\n                    self.log_dict[\"BoundingBoxDebugger\"] = self.bbox_media_panel_images\n                try:\n                    wandb.log(self.log_dict)\n                except BaseException as e:\n                    LOGGER.info(\n                        f\"An error occurred in wandb logger. The training will proceed without interruption. More info\\n{e}\")\n                    self.wandb_run.finish()\n                    self.wandb_run = None\n\n                self.log_dict = {}\n                self.bbox_media_panel_images = []\n            if self.result_artifact:\n                self.result_artifact.add(self.result_table, 'result')\n                wandb.log_artifact(self.result_artifact, aliases=['latest', 'last', 'epoch ' + str(self.current_epoch),\n                                                                  ('best' if best_result else '')])\n\n                wandb.log({\"evaluation\": self.result_table})\n                columns = [\"epoch\", \"id\", \"ground truth\", \"prediction\"]\n                columns.extend(self.data_dict['names'])\n                self.result_table = wandb.Table(columns)\n                self.result_artifact = wandb.Artifact(\"run_\" + wandb.run.id + \"_progress\", \"evaluation\")\n\n    def finish_run(self):\n        \"\"\"\n        Log metrics if any and finish the current W&B run\n        \"\"\"\n        if self.wandb_run:\n            if self.log_dict:\n                with all_logging_disabled():\n                    wandb.log(self.log_dict)\n            wandb.run.finish()\n\n\n@contextmanager\ndef all_logging_disabled(highest_level=logging.CRITICAL):\n    \"\"\" source - https://gist.github.com/simon-weber/7853144\n    A context manager that will prevent any logging messages triggered during the body from being processed.\n    :param highest_level: the maximum logging level in use.\n      This would only need to be changed if a custom level greater than CRITICAL is defined.\n    \"\"\"\n    previous_level = logging.root.manager.disable\n    logging.disable(highest_level)\n    try:\n        yield\n    finally:\n        logging.disable(previous_level)\n"
  },
  {
    "path": "utils/loss.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nLoss functions\n\"\"\"\n\nimport torch\nimport torch.nn as nn\n\nfrom utils.metrics import bbox_iou\nfrom utils.torch_utils import de_parallel\n\n\ndef smooth_BCE(eps=0.1):  # https://github.com/ultralytics/yolov3/issues/238#issuecomment-598028441\n    # return positive, negative label smoothing BCE targets\n    return 1.0 - 0.5 * eps, 0.5 * eps\n\n\nclass BCEBlurWithLogitsLoss(nn.Module):\n    # BCEwithLogitLoss() with reduced missing label effects.\n    def __init__(self, alpha=0.05):\n        super().__init__()\n        self.loss_fcn = nn.BCEWithLogitsLoss(reduction='none')  # must be nn.BCEWithLogitsLoss()\n        self.alpha = alpha\n\n    def forward(self, pred, true):\n        loss = self.loss_fcn(pred, true)\n        pred = torch.sigmoid(pred)  # prob from logits\n        dx = pred - true  # reduce only missing label effects\n        # dx = (pred - true).abs()  # reduce missing label and false label effects\n        alpha_factor = 1 - torch.exp((dx - 1) / (self.alpha + 1e-4))\n        loss *= alpha_factor\n        return loss.mean()\n\n\nclass FocalLoss(nn.Module):\n    # Wraps focal loss around existing loss_fcn(), i.e. criteria = FocalLoss(nn.BCEWithLogitsLoss(), gamma=1.5)\n    def __init__(self, loss_fcn, gamma=1.5, alpha=0.25):\n        super().__init__()\n        self.loss_fcn = loss_fcn  # must be nn.BCEWithLogitsLoss()\n        self.gamma = gamma\n        self.alpha = alpha\n        self.reduction = loss_fcn.reduction\n        self.loss_fcn.reduction = 'none'  # required to apply FL to each element\n\n    def forward(self, pred, true):\n        loss = self.loss_fcn(pred, true)\n        # p_t = torch.exp(-loss)\n        # loss *= self.alpha * (1.000001 - p_t) ** self.gamma  # non-zero power for gradient stability\n\n        # TF implementation https://github.com/tensorflow/addons/blob/v0.7.1/tensorflow_addons/losses/focal_loss.py\n        pred_prob = torch.sigmoid(pred)  # prob from logits\n        p_t = true * pred_prob + (1 - true) * (1 - pred_prob)\n        alpha_factor = true * self.alpha + (1 - true) * (1 - self.alpha)\n        modulating_factor = (1.0 - p_t) ** self.gamma\n        loss *= alpha_factor * modulating_factor\n\n        if self.reduction == 'mean':\n            return loss.mean()\n        elif self.reduction == 'sum':\n            return loss.sum()\n        else:  # 'none'\n            return loss\n\n\nclass QFocalLoss(nn.Module):\n    # Wraps Quality focal loss around existing loss_fcn(), i.e. criteria = FocalLoss(nn.BCEWithLogitsLoss(), gamma=1.5)\n    def __init__(self, loss_fcn, gamma=1.5, alpha=0.25):\n        super().__init__()\n        self.loss_fcn = loss_fcn  # must be nn.BCEWithLogitsLoss()\n        self.gamma = gamma\n        self.alpha = alpha\n        self.reduction = loss_fcn.reduction\n        self.loss_fcn.reduction = 'none'  # required to apply FL to each element\n\n    def forward(self, pred, true):\n        loss = self.loss_fcn(pred, true)\n\n        pred_prob = torch.sigmoid(pred)  # prob from logits\n        alpha_factor = true * self.alpha + (1 - true) * (1 - self.alpha)\n        modulating_factor = torch.abs(true - pred_prob) ** self.gamma\n        loss *= alpha_factor * modulating_factor\n\n        if self.reduction == 'mean':\n            return loss.mean()\n        elif self.reduction == 'sum':\n            return loss.sum()\n        else:  # 'none'\n            return loss\n\n\nclass ComputeLoss:\n    # Compute losses\n    def __init__(self, model, autobalance=False):\n        self.sort_obj_iou = False\n        device = next(model.parameters()).device  # get model device\n        h = model.hyp  # hyperparameters\n\n        # Define criteria\n        BCEcls = nn.BCEWithLogitsLoss(pos_weight=torch.tensor([h['cls_pw']], device=device))\n        BCEobj = nn.BCEWithLogitsLoss(pos_weight=torch.tensor([h['obj_pw']], device=device))\n\n        # Class label smoothing https://arxiv.org/pdf/1902.04103.pdf eqn 3\n        self.cp, self.cn = smooth_BCE(eps=h.get('label_smoothing', 0.0))  # positive, negative BCE targets\n\n        # Focal loss\n        g = h['fl_gamma']  # focal loss gamma\n        if g > 0:\n            BCEcls, BCEobj = FocalLoss(BCEcls, g), FocalLoss(BCEobj, g)\n\n        det = de_parallel(model).model[-1]  # Detect() module\n        self.balance = {3: [4.0, 1.0, 0.4]}.get(det.nl, [4.0, 1.0, 0.25, 0.06, 0.02])  # P3-P7\n        self.ssi = list(det.stride).index(16) if autobalance else 0  # stride 16 index\n        self.BCEcls, self.BCEobj, self.gr, self.hyp, self.autobalance = BCEcls, BCEobj, 1.0, h, autobalance\n        for k in 'na', 'nc', 'nl', 'anchors':\n            setattr(self, k, getattr(det, k))\n\n    def __call__(self, p, targets):  # predictions, targets, model\n        device = targets.device\n        lcls, lbox, lobj = torch.zeros(1, device=device), torch.zeros(1, device=device), torch.zeros(1, device=device)\n        tcls, tbox, indices, anchors = self.build_targets(p, targets)  # targets\n\n        # Losses\n        for i, pi in enumerate(p):  # layer index, layer predictions\n            b, a, gj, gi = indices[i]  # image, anchor, gridy, gridx\n            tobj = torch.zeros_like(pi[..., 0], device=device)  # target obj\n\n            n = b.shape[0]  # number of targets\n            if n:\n                ps = pi[b, a, gj, gi]  # prediction subset corresponding to targets\n\n                # Regression\n                pxy = ps[:, :2].sigmoid() * 2 - 0.5\n                pwh = (ps[:, 2:4].sigmoid() * 2) ** 2 * anchors[i]\n                pbox = torch.cat((pxy, pwh), 1)  # predicted box\n                iou = bbox_iou(pbox.T, tbox[i], x1y1x2y2=False, CIoU=True)  # iou(prediction, target)\n                lbox += (1.0 - iou).mean()  # iou loss\n\n                # Objectness\n                score_iou = iou.detach().clamp(0).type(tobj.dtype)\n                if self.sort_obj_iou:\n                    sort_id = torch.argsort(score_iou)\n                    b, a, gj, gi, score_iou = b[sort_id], a[sort_id], gj[sort_id], gi[sort_id], score_iou[sort_id]\n                tobj[b, a, gj, gi] = (1.0 - self.gr) + self.gr * score_iou  # iou ratio\n\n                # Classification\n                if self.nc > 1:  # cls loss (only if multiple classes)\n                    t = torch.full_like(ps[:, 5:], self.cn, device=device)  # targets\n                    t[range(n), tcls[i]] = self.cp\n                    lcls += self.BCEcls(ps[:, 5:], t)  # BCE\n\n                # Append targets to text file\n                # with open('targets.txt', 'a') as file:\n                #     [file.write('%11.5g ' * 4 % tuple(x) + '\\n') for x in torch.cat((txy[i], twh[i]), 1)]\n\n            obji = self.BCEobj(pi[..., 4], tobj)\n            lobj += obji * self.balance[i]  # obj loss\n            if self.autobalance:\n                self.balance[i] = self.balance[i] * 0.9999 + 0.0001 / obji.detach().item()\n\n        if self.autobalance:\n            self.balance = [x / self.balance[self.ssi] for x in self.balance]\n        lbox *= self.hyp['box']\n        lobj *= self.hyp['obj']\n        lcls *= self.hyp['cls']\n        bs = tobj.shape[0]  # batch size\n\n        return (lbox + lobj + lcls) * bs, torch.cat((lbox, lobj, lcls)).detach()\n\n    def build_targets(self, p, targets):\n        # Build targets for compute_loss(), input targets(image,class,x,y,w,h)\n        na, nt = self.na, targets.shape[0]  # number of anchors, targets\n        tcls, tbox, indices, anch = [], [], [], []\n        gain = torch.ones(7, device=targets.device)  # normalized to gridspace gain\n        ai = torch.arange(na, device=targets.device).float().view(na, 1).repeat(1, nt)  # same as .repeat_interleave(nt)\n        targets = torch.cat((targets.repeat(na, 1, 1), ai[:, :, None]), 2)  # append anchor indices\n\n        g = 0.5  # bias\n        off = torch.tensor([[0, 0],\n                            [1, 0], [0, 1], [-1, 0], [0, -1],  # j,k,l,m\n                            # [1, 1], [1, -1], [-1, 1], [-1, -1],  # jk,jm,lk,lm\n                            ], device=targets.device).float() * g  # offsets\n\n        for i in range(self.nl):\n            anchors = self.anchors[i]\n            gain[2:6] = torch.tensor(p[i].shape)[[3, 2, 3, 2]]  # xyxy gain\n\n            # Match targets to anchors\n            t = targets * gain\n            if nt:\n                # Matches\n                r = t[:, :, 4:6] / anchors[:, None]  # wh ratio\n                j = torch.max(r, 1 / r).max(2)[0] < self.hyp['anchor_t']  # compare\n                # j = wh_iou(anchors, t[:, 4:6]) > model.hyp['iou_t']  # iou(3,n)=wh_iou(anchors(3,2), gwh(n,2))\n                t = t[j]  # filter\n\n                # Offsets\n                gxy = t[:, 2:4]  # grid xy\n                gxi = gain[[2, 3]] - gxy  # inverse\n                j, k = ((gxy % 1 < g) & (gxy > 1)).T\n                l, m = ((gxi % 1 < g) & (gxi > 1)).T\n                j = torch.stack((torch.ones_like(j), j, k, l, m))\n                t = t.repeat((5, 1, 1))[j]\n                offsets = (torch.zeros_like(gxy)[None] + off[:, None])[j]\n            else:\n                t = targets[0]\n                offsets = 0\n\n            # Define\n            b, c = t[:, :2].long().T  # image, class\n            gxy = t[:, 2:4]  # grid xy\n            gwh = t[:, 4:6]  # grid wh\n            gij = (gxy - offsets).long()\n            gi, gj = gij.T  # grid xy indices\n\n            # Append\n            a = t[:, 6].long()  # anchor indices\n            indices.append((b, a, gj.clamp_(0, gain[3] - 1), gi.clamp_(0, gain[2] - 1)))  # image, anchor, grid indices\n            tbox.append(torch.cat((gxy - gij, gwh), 1))  # box\n            anch.append(anchors[a])  # anchors\n            tcls.append(c)  # class\n\n        return tcls, tbox, indices, anch\n"
  },
  {
    "path": "utils/metrics.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nModel validation metrics\n\"\"\"\n\nimport math\nimport warnings\nfrom pathlib import Path\n\nimport matplotlib.pyplot as plt\nimport numpy as np\nimport torch\n\n\ndef fitness(x):\n    # Model fitness as a weighted combination of metrics\n    w = [0.0, 0.0, 0.1, 0.9]  # weights for [P, R, mAP@0.5, mAP@0.5:0.95]\n    return (x[:, :4] * w).sum(1)\n\n\ndef ap_per_class(tp, conf, pred_cls, target_cls, plot=False, save_dir='.', names=(), eps=1e-16):\n    \"\"\" Compute the average precision, given the recall and precision curves.\n    Source: https://github.com/rafaelpadilla/Object-Detection-Metrics.\n    # Arguments\n        tp:  True positives (nparray, nx1 or nx10).\n        conf:  Objectness value from 0-1 (nparray).\n        pred_cls:  Predicted object classes (nparray).\n        target_cls:  True object classes (nparray).\n        plot:  Plot precision-recall curve at mAP@0.5\n        save_dir:  Plot save directory\n    # Returns\n        The average precision as computed in py-faster-rcnn.\n    \"\"\"\n\n    # Sort by objectness\n    i = np.argsort(-conf)\n    tp, conf, pred_cls = tp[i], conf[i], pred_cls[i]\n\n    # Find unique classes\n    unique_classes, nt = np.unique(target_cls, return_counts=True)\n    nc = unique_classes.shape[0]  # number of classes, number of detections\n\n    # Create Precision-Recall curve and compute AP for each class\n    px, py = np.linspace(0, 1, 1000), []  # for plotting\n    ap, p, r = np.zeros((nc, tp.shape[1])), np.zeros((nc, 1000)), np.zeros((nc, 1000))\n    for ci, c in enumerate(unique_classes):\n        i = pred_cls == c\n        n_l = nt[ci]  # number of labels\n        n_p = i.sum()  # number of predictions\n\n        if n_p == 0 or n_l == 0:\n            continue\n        else:\n            # Accumulate FPs and TPs\n            fpc = (1 - tp[i]).cumsum(0)\n            tpc = tp[i].cumsum(0)\n\n            # Recall\n            recall = tpc / (n_l + eps)  # recall curve\n            r[ci] = np.interp(-px, -conf[i], recall[:, 0], left=0)  # negative x, xp because xp decreases\n\n            # Precision\n            precision = tpc / (tpc + fpc)  # precision curve\n            p[ci] = np.interp(-px, -conf[i], precision[:, 0], left=1)  # p at pr_score\n\n            # AP from recall-precision curve\n            for j in range(tp.shape[1]):\n                ap[ci, j], mpre, mrec = compute_ap(recall[:, j], precision[:, j])\n                if plot and j == 0:\n                    py.append(np.interp(px, mrec, mpre))  # precision at mAP@0.5\n\n    # Compute F1 (harmonic mean of precision and recall)\n    f1 = 2 * p * r / (p + r + eps)\n    names = [v for k, v in names.items() if k in unique_classes]  # list: only classes that have data\n    names = {i: v for i, v in enumerate(names)}  # to dict\n    if plot:\n        plot_pr_curve(px, py, ap, Path(save_dir) / 'PR_curve.png', names)\n        plot_mc_curve(px, f1, Path(save_dir) / 'F1_curve.png', names, ylabel='F1')\n        plot_mc_curve(px, p, Path(save_dir) / 'P_curve.png', names, ylabel='Precision')\n        plot_mc_curve(px, r, Path(save_dir) / 'R_curve.png', names, ylabel='Recall')\n\n    i = f1.mean(0).argmax()  # max F1 index\n    p, r, f1 = p[:, i], r[:, i], f1[:, i]\n    tp = (r * nt).round()  # true positives\n    fp = (tp / (p + eps) - tp).round()  # false positives\n    return tp, fp, p, r, f1, ap, unique_classes.astype('int32')\n\n\ndef compute_ap(recall, precision):\n    \"\"\" Compute the average precision, given the recall and precision curves\n    # Arguments\n        recall:    The recall curve (list)\n        precision: The precision curve (list)\n    # Returns\n        Average precision, precision curve, recall curve\n    \"\"\"\n\n    # Append sentinel values to beginning and end\n    mrec = np.concatenate(([0.0], recall, [1.0]))\n    mpre = np.concatenate(([1.0], precision, [0.0]))\n\n    # Compute the precision envelope\n    mpre = np.flip(np.maximum.accumulate(np.flip(mpre)))\n\n    # Integrate area under curve\n    method = 'interp'  # methods: 'continuous', 'interp'\n    if method == 'interp':\n        x = np.linspace(0, 1, 101)  # 101-point interp (COCO)\n        ap = np.trapz(np.interp(x, mrec, mpre), x)  # integrate\n    else:  # 'continuous'\n        i = np.where(mrec[1:] != mrec[:-1])[0]  # points where x axis (recall) changes\n        ap = np.sum((mrec[i + 1] - mrec[i]) * mpre[i + 1])  # area under curve\n\n    return ap, mpre, mrec\n\n\nclass ConfusionMatrix:\n    # Updated version of https://github.com/kaanakan/object_detection_confusion_matrix\n    def __init__(self, nc, conf=0.25, iou_thres=0.45):\n        self.matrix = np.zeros((nc + 1, nc + 1))\n        self.nc = nc  # number of classes\n        self.conf = conf\n        self.iou_thres = iou_thres\n\n    def process_batch(self, detections, labels):\n        \"\"\"\n        Return intersection-over-union (Jaccard index) of boxes.\n        Both sets of boxes are expected to be in (x1, y1, x2, y2) format.\n        Arguments:\n            detections (Array[N, 6]), x1, y1, x2, y2, conf, class\n            labels (Array[M, 5]), class, x1, y1, x2, y2\n        Returns:\n            None, updates confusion matrix accordingly\n        \"\"\"\n        detections = detections[detections[:, 4] > self.conf]\n        gt_classes = labels[:, 0].int()\n        detection_classes = detections[:, 5].int()\n        iou = box_iou(labels[:, 1:], detections[:, :4])\n\n        x = torch.where(iou > self.iou_thres)\n        if x[0].shape[0]:\n            matches = torch.cat((torch.stack(x, 1), iou[x[0], x[1]][:, None]), 1).cpu().numpy()\n            if x[0].shape[0] > 1:\n                matches = matches[matches[:, 2].argsort()[::-1]]\n                matches = matches[np.unique(matches[:, 1], return_index=True)[1]]\n                matches = matches[matches[:, 2].argsort()[::-1]]\n                matches = matches[np.unique(matches[:, 0], return_index=True)[1]]\n        else:\n            matches = np.zeros((0, 3))\n\n        n = matches.shape[0] > 0\n        m0, m1, _ = matches.transpose().astype(np.int16)\n        for i, gc in enumerate(gt_classes):\n            j = m0 == i\n            if n and sum(j) == 1:\n                self.matrix[detection_classes[m1[j]], gc] += 1  # correct\n            else:\n                self.matrix[self.nc, gc] += 1  # background FP\n\n        if n:\n            for i, dc in enumerate(detection_classes):\n                if not any(m1 == i):\n                    self.matrix[dc, self.nc] += 1  # background FN\n\n    def matrix(self):\n        return self.matrix\n\n    def tp_fp(self):\n        tp = self.matrix.diagonal()  # true positives\n        fp = self.matrix.sum(1) - tp  # false positives\n        # fn = self.matrix.sum(0) - tp  # false negatives (missed detections)\n        return tp[:-1], fp[:-1]  # remove background class\n\n    def plot(self, normalize=True, save_dir='', names=()):\n        try:\n            import seaborn as sn\n\n            array = self.matrix / ((self.matrix.sum(0).reshape(1, -1) + 1E-9) if normalize else 1)  # normalize columns\n            array[array < 0.005] = np.nan  # don't annotate (would appear as 0.00)\n\n            fig = plt.figure(figsize=(12, 9), tight_layout=True)\n            nc, nn = self.nc, len(names)  # number of classes, names\n            sn.set(font_scale=1.0 if nc < 50 else 0.8)  # for label size\n            labels = (0 < nn < 99) and (nn == nc)  # apply names to ticklabels\n            with warnings.catch_warnings():\n                warnings.simplefilter('ignore')  # suppress empty matrix RuntimeWarning: All-NaN slice encountered\n                sn.heatmap(array, annot=nc < 30, annot_kws={\"size\": 8}, cmap='Blues', fmt='.2f', square=True, vmin=0.0,\n                           xticklabels=names + ['background FP'] if labels else \"auto\",\n                           yticklabels=names + ['background FN'] if labels else \"auto\").set_facecolor((1, 1, 1))\n            fig.axes[0].set_xlabel('True')\n            fig.axes[0].set_ylabel('Predicted')\n            fig.savefig(Path(save_dir) / 'confusion_matrix.png', dpi=250)\n            plt.close()\n        except Exception as e:\n            print(f'WARNING: ConfusionMatrix plot failure: {e}')\n\n    def print(self):\n        for i in range(self.nc + 1):\n            print(' '.join(map(str, self.matrix[i])))\n\n\ndef bbox_iou(box1, box2, x1y1x2y2=True, GIoU=False, DIoU=False, CIoU=False, eps=1e-7):\n    # Returns the IoU of box1 to box2. box1 is 4, box2 is nx4\n    box2 = box2.T\n\n    # Get the coordinates of bounding boxes\n    if x1y1x2y2:  # x1, y1, x2, y2 = box1\n        b1_x1, b1_y1, b1_x2, b1_y2 = box1[0], box1[1], box1[2], box1[3]\n        b2_x1, b2_y1, b2_x2, b2_y2 = box2[0], box2[1], box2[2], box2[3]\n    else:  # transform from xywh to xyxy\n        b1_x1, b1_x2 = box1[0] - box1[2] / 2, box1[0] + box1[2] / 2\n        b1_y1, b1_y2 = box1[1] - box1[3] / 2, box1[1] + box1[3] / 2\n        b2_x1, b2_x2 = box2[0] - box2[2] / 2, box2[0] + box2[2] / 2\n        b2_y1, b2_y2 = box2[1] - box2[3] / 2, box2[1] + box2[3] / 2\n\n    # Intersection area\n    inter = (torch.min(b1_x2, b2_x2) - torch.max(b1_x1, b2_x1)).clamp(0) * \\\n            (torch.min(b1_y2, b2_y2) - torch.max(b1_y1, b2_y1)).clamp(0)\n\n    # Union Area\n    w1, h1 = b1_x2 - b1_x1, b1_y2 - b1_y1 + eps\n    w2, h2 = b2_x2 - b2_x1, b2_y2 - b2_y1 + eps\n    union = w1 * h1 + w2 * h2 - inter + eps\n\n    iou = inter / union\n    if CIoU or DIoU or GIoU:\n        cw = torch.max(b1_x2, b2_x2) - torch.min(b1_x1, b2_x1)  # convex (smallest enclosing box) width\n        ch = torch.max(b1_y2, b2_y2) - torch.min(b1_y1, b2_y1)  # convex height\n        if CIoU or DIoU:  # Distance or Complete IoU https://arxiv.org/abs/1911.08287v1\n            c2 = cw ** 2 + ch ** 2 + eps  # convex diagonal squared\n            rho2 = ((b2_x1 + b2_x2 - b1_x1 - b1_x2) ** 2 +\n                    (b2_y1 + b2_y2 - b1_y1 - b1_y2) ** 2) / 4  # center distance squared\n            if CIoU:  # https://github.com/Zzh-tju/DIoU-SSD-pytorch/blob/master/utils/box/box_utils.py#L47\n                v = (4 / math.pi ** 2) * torch.pow(torch.atan(w2 / h2) - torch.atan(w1 / h1), 2)\n                with torch.no_grad():\n                    alpha = v / (v - iou + (1 + eps))\n                return iou - (rho2 / c2 + v * alpha)  # CIoU\n            return iou - rho2 / c2  # DIoU\n        c_area = cw * ch + eps  # convex area\n        return iou - (c_area - union) / c_area  # GIoU https://arxiv.org/pdf/1902.09630.pdf\n    return iou  # IoU\n\n\ndef box_iou(box1, box2):\n    # https://github.com/pytorch/vision/blob/master/torchvision/ops/boxes.py\n    \"\"\"\n    Return intersection-over-union (Jaccard index) of boxes.\n    Both sets of boxes are expected to be in (x1, y1, x2, y2) format.\n    Arguments:\n        box1 (Tensor[N, 4])\n        box2 (Tensor[M, 4])\n    Returns:\n        iou (Tensor[N, M]): the NxM matrix containing the pairwise\n            IoU values for every element in boxes1 and boxes2\n    \"\"\"\n\n    def box_area(box):\n        # box = 4xn\n        return (box[2] - box[0]) * (box[3] - box[1])\n\n    area1 = box_area(box1.T)\n    area2 = box_area(box2.T)\n\n    # inter(N,M) = (rb(N,M,2) - lt(N,M,2)).clamp(0).prod(2)\n    inter = (torch.min(box1[:, None, 2:], box2[:, 2:]) - torch.max(box1[:, None, :2], box2[:, :2])).clamp(0).prod(2)\n    return inter / (area1[:, None] + area2 - inter)  # iou = inter / (area1 + area2 - inter)\n\n\ndef bbox_ioa(box1, box2, eps=1E-7):\n    \"\"\" Returns the intersection over box2 area given box1, box2. Boxes are x1y1x2y2\n    box1:       np.array of shape(4)\n    box2:       np.array of shape(nx4)\n    returns:    np.array of shape(n)\n    \"\"\"\n\n    box2 = box2.transpose()\n\n    # Get the coordinates of bounding boxes\n    b1_x1, b1_y1, b1_x2, b1_y2 = box1[0], box1[1], box1[2], box1[3]\n    b2_x1, b2_y1, b2_x2, b2_y2 = box2[0], box2[1], box2[2], box2[3]\n\n    # Intersection area\n    inter_area = (np.minimum(b1_x2, b2_x2) - np.maximum(b1_x1, b2_x1)).clip(0) * \\\n                 (np.minimum(b1_y2, b2_y2) - np.maximum(b1_y1, b2_y1)).clip(0)\n\n    # box2 area\n    box2_area = (b2_x2 - b2_x1) * (b2_y2 - b2_y1) + eps\n\n    # Intersection over box2 area\n    return inter_area / box2_area\n\n\ndef wh_iou(wh1, wh2):\n    # Returns the nxm IoU matrix. wh1 is nx2, wh2 is mx2\n    wh1 = wh1[:, None]  # [N,1,2]\n    wh2 = wh2[None]  # [1,M,2]\n    inter = torch.min(wh1, wh2).prod(2)  # [N,M]\n    return inter / (wh1.prod(2) + wh2.prod(2) - inter)  # iou = inter / (area1 + area2 - inter)\n\n\n# Plots ----------------------------------------------------------------------------------------------------------------\n\ndef plot_pr_curve(px, py, ap, save_dir='pr_curve.png', names=()):\n    # Precision-recall curve\n    fig, ax = plt.subplots(1, 1, figsize=(9, 6), tight_layout=True)\n    py = np.stack(py, axis=1)\n\n    if 0 < len(names) < 21:  # display per-class legend if < 21 classes\n        for i, y in enumerate(py.T):\n            ax.plot(px, y, linewidth=1, label=f'{names[i]} {ap[i, 0]:.3f}')  # plot(recall, precision)\n    else:\n        ax.plot(px, py, linewidth=1, color='grey')  # plot(recall, precision)\n\n    ax.plot(px, py.mean(1), linewidth=3, color='blue', label='all classes %.3f mAP@0.5' % ap[:, 0].mean())\n    ax.set_xlabel('Recall')\n    ax.set_ylabel('Precision')\n    ax.set_xlim(0, 1)\n    ax.set_ylim(0, 1)\n    plt.legend(bbox_to_anchor=(1.04, 1), loc=\"upper left\")\n    fig.savefig(Path(save_dir), dpi=250)\n    plt.close()\n\n\ndef plot_mc_curve(px, py, save_dir='mc_curve.png', names=(), xlabel='Confidence', ylabel='Metric'):\n    # Metric-confidence curve\n    fig, ax = plt.subplots(1, 1, figsize=(9, 6), tight_layout=True)\n\n    if 0 < len(names) < 21:  # display per-class legend if < 21 classes\n        for i, y in enumerate(py):\n            ax.plot(px, y, linewidth=1, label=f'{names[i]}')  # plot(confidence, metric)\n    else:\n        ax.plot(px, py.T, linewidth=1, color='grey')  # plot(confidence, metric)\n\n    y = py.mean(0)\n    ax.plot(px, y, linewidth=3, color='blue', label=f'all classes {y.max():.2f} at {px[y.argmax()]:.3f}')\n    ax.set_xlabel(xlabel)\n    ax.set_ylabel(ylabel)\n    ax.set_xlim(0, 1)\n    ax.set_ylim(0, 1)\n    plt.legend(bbox_to_anchor=(1.04, 1), loc=\"upper left\")\n    fig.savefig(Path(save_dir), dpi=250)\n    plt.close()\n"
  },
  {
    "path": "utils/plots.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nPlotting utils\n\"\"\"\n\nimport math\nimport os\nfrom copy import copy\nfrom pathlib import Path\n\nimport cv2\nimport matplotlib\nimport matplotlib.pyplot as plt\nimport numpy as np\nimport pandas as pd\nimport seaborn as sn\nimport torch\nfrom PIL import Image, ImageDraw, ImageFont\n\nfrom utils.general import (CONFIG_DIR, FONT, LOGGER, Timeout, check_font, check_requirements, clip_coords,\n                           increment_path, is_ascii, is_chinese, try_except, xywh2xyxy, xyxy2xywh)\nfrom utils.metrics import fitness\n\n# Settings\nRANK = int(os.getenv('RANK', -1))\nmatplotlib.rc('font', **{'size': 11})\nmatplotlib.use('Agg')  # for writing to files only\n\n\nclass Colors:\n    # Ultralytics color palette https://ultralytics.com/\n    def __init__(self):\n        # hex = matplotlib.colors.TABLEAU_COLORS.values()\n        hex = ('FF3838', 'FF9D97', 'FF701F', 'FFB21D', 'CFD231', '48F90A', '92CC17', '3DDB86', '1A9334', '00D4BB',\n               '2C99A8', '00C2FF', '344593', '6473FF', '0018EC', '8438FF', '520085', 'CB38FF', 'FF95C8', 'FF37C7')\n        self.palette = [self.hex2rgb('#' + c) for c in hex]\n        self.n = len(self.palette)\n\n    def __call__(self, i, bgr=False):\n        c = self.palette[int(i) % self.n]\n        return (c[2], c[1], c[0]) if bgr else c\n\n    @staticmethod\n    def hex2rgb(h):  # rgb order (PIL)\n        return tuple(int(h[1 + i:1 + i + 2], 16) for i in (0, 2, 4))\n\n\ncolors = Colors()  # create instance for 'from utils.plots import colors'\n\n\ndef check_pil_font(font=FONT, size=10):\n    # Return a PIL TrueType Font, downloading to CONFIG_DIR if necessary\n    font = Path(font)\n    font = font if font.exists() else (CONFIG_DIR / font.name)\n    try:\n        return ImageFont.truetype(str(font) if font.exists() else font.name, size)\n    except Exception:  # download if missing\n        check_font(font)\n        try:\n            return ImageFont.truetype(str(font), size)\n        except TypeError:\n            check_requirements('Pillow>=8.4.0')  # known issue https://github.com/ultralytics/yolov5/issues/5374\n\n\nclass Annotator:\n    if RANK in (-1, 0):\n        check_pil_font()  # download TTF if necessary\n\n    # YOLOv5 Annotator for train/val mosaics and jpgs and detect/hub inference annotations\n    def __init__(self, im, line_width=None, font_size=None, font='Arial.ttf', pil=False, example='abc'):\n        assert im.data.contiguous, 'Image not contiguous. Apply np.ascontiguousarray(im) to Annotator() input images.'\n        self.pil = pil or not is_ascii(example) or is_chinese(example)\n        if self.pil:  # use PIL\n            self.im = im if isinstance(im, Image.Image) else Image.fromarray(im)\n            self.draw = ImageDraw.Draw(self.im)\n            self.font = check_pil_font(font='Arial.Unicode.ttf' if is_chinese(example) else font,\n                                       size=font_size or max(round(sum(self.im.size) / 2 * 0.035), 12))\n        else:  # use cv2\n            self.im = im\n        self.lw = line_width or max(round(sum(im.shape) / 2 * 0.003), 2)  # line width\n\n    def box_label(self, box, label='', color=(128, 128, 128), txt_color=(255, 255, 255)):\n        # Add one xyxy box to image with label\n        if self.pil or not is_ascii(label):\n            self.draw.rectangle(box, width=self.lw, outline=color)  # box\n            if label:\n                w, h = self.font.getsize(label)  # text width, height\n                outside = box[1] - h >= 0  # label fits outside box\n                self.draw.rectangle((box[0],\n                                     box[1] - h if outside else box[1],\n                                     box[0] + w + 1,\n                                     box[1] + 1 if outside else box[1] + h + 1), fill=color)\n                # self.draw.text((box[0], box[1]), label, fill=txt_color, font=self.font, anchor='ls')  # for PIL>8.0\n                self.draw.text((box[0], box[1] - h if outside else box[1]), label, fill=txt_color, font=self.font)\n        else:  # cv2\n            p1, p2 = (int(box[0]), int(box[1])), (int(box[2]), int(box[3]))\n            cv2.rectangle(self.im, p1, p2, color, thickness=self.lw, lineType=cv2.LINE_AA)\n            if label:\n                tf = max(self.lw - 1, 1)  # font thickness\n                w, h = cv2.getTextSize(label, 0, fontScale=self.lw / 3, thickness=tf)[0]  # text width, height\n                outside = p1[1] - h - 3 >= 0  # label fits outside box\n                p2 = p1[0] + w, p1[1] - h - 3 if outside else p1[1] + h + 3\n                cv2.rectangle(self.im, p1, p2, color, -1, cv2.LINE_AA)  # filled\n                cv2.putText(self.im, label, (p1[0], p1[1] - 2 if outside else p1[1] + h + 2), 0, self.lw / 3, txt_color,\n                            thickness=tf, lineType=cv2.LINE_AA)\n\n    def rectangle(self, xy, fill=None, outline=None, width=1):\n        # Add rectangle to image (PIL-only)\n        self.draw.rectangle(xy, fill, outline, width)\n\n    def text(self, xy, text, txt_color=(255, 255, 255)):\n        # Add text to image (PIL-only)\n        w, h = self.font.getsize(text)  # text width, height\n        self.draw.text((xy[0], xy[1] - h + 1), text, fill=txt_color, font=self.font)\n\n    def result(self):\n        # Return annotated image as array\n        return np.asarray(self.im)\n\n\ndef feature_visualization(x, module_type, stage, n=32, save_dir=Path('runs/detect/exp')):\n    \"\"\"\n    x:              Features to be visualized\n    module_type:    Module type\n    stage:          Module stage within model\n    n:              Maximum number of feature maps to plot\n    save_dir:       Directory to save results\n    \"\"\"\n    if 'Detect' not in module_type:\n        batch, channels, height, width = x.shape  # batch, channels, height, width\n        if height > 1 and width > 1:\n            f = save_dir / f\"stage{stage}_{module_type.split('.')[-1]}_features.png\"  # filename\n\n            blocks = torch.chunk(x[0].cpu(), channels, dim=0)  # select batch index 0, block by channels\n            n = min(n, channels)  # number of plots\n            fig, ax = plt.subplots(math.ceil(n / 8), 8, tight_layout=True)  # 8 rows x n/8 cols\n            ax = ax.ravel()\n            plt.subplots_adjust(wspace=0.05, hspace=0.05)\n            for i in range(n):\n                ax[i].imshow(blocks[i].squeeze())  # cmap='gray'\n                ax[i].axis('off')\n\n            LOGGER.info(f'Saving {f}... ({n}/{channels})')\n            plt.savefig(f, dpi=300, bbox_inches='tight')\n            plt.close()\n            np.save(str(f.with_suffix('.npy')), x[0].cpu().numpy())  # npy save\n\n\ndef hist2d(x, y, n=100):\n    # 2d histogram used in labels.png and evolve.png\n    xedges, yedges = np.linspace(x.min(), x.max(), n), np.linspace(y.min(), y.max(), n)\n    hist, xedges, yedges = np.histogram2d(x, y, (xedges, yedges))\n    xidx = np.clip(np.digitize(x, xedges) - 1, 0, hist.shape[0] - 1)\n    yidx = np.clip(np.digitize(y, yedges) - 1, 0, hist.shape[1] - 1)\n    return np.log(hist[xidx, yidx])\n\n\ndef butter_lowpass_filtfilt(data, cutoff=1500, fs=50000, order=5):\n    from scipy.signal import butter, filtfilt\n\n    # https://stackoverflow.com/questions/28536191/how-to-filter-smooth-with-scipy-numpy\n    def butter_lowpass(cutoff, fs, order):\n        nyq = 0.5 * fs\n        normal_cutoff = cutoff / nyq\n        return butter(order, normal_cutoff, btype='low', analog=False)\n\n    b, a = butter_lowpass(cutoff, fs, order=order)\n    return filtfilt(b, a, data)  # forward-backward filter\n\n\ndef output_to_target(output):\n    # Convert model output to target format [batch_id, class_id, x, y, w, h, conf]\n    targets = []\n    for i, o in enumerate(output):\n        for *box, conf, cls in o.cpu().numpy():\n            targets.append([i, cls, *list(*xyxy2xywh(np.array(box)[None])), conf])\n    return np.array(targets)\n\n\ndef plot_images(images, targets, paths=None, fname='images.jpg', names=None, max_size=1920, max_subplots=16):\n    # Plot image grid with labels\n    if isinstance(images, torch.Tensor):\n        images = images.cpu().float().numpy()\n    if isinstance(targets, torch.Tensor):\n        targets = targets.cpu().numpy()\n    if np.max(images[0]) <= 1:\n        images *= 255  # de-normalise (optional)\n    bs, _, h, w = images.shape  # batch size, _, height, width\n    bs = min(bs, max_subplots)  # limit plot images\n    ns = np.ceil(bs ** 0.5)  # number of subplots (square)\n\n    # Build Image\n    mosaic = np.full((int(ns * h), int(ns * w), 3), 255, dtype=np.uint8)  # init\n    for i, im in enumerate(images):\n        if i == max_subplots:  # if last batch has fewer images than we expect\n            break\n        x, y = int(w * (i // ns)), int(h * (i % ns))  # block origin\n        im = im.transpose(1, 2, 0)\n        mosaic[y:y + h, x:x + w, :] = im\n\n    # Resize (optional)\n    scale = max_size / ns / max(h, w)\n    if scale < 1:\n        h = math.ceil(scale * h)\n        w = math.ceil(scale * w)\n        mosaic = cv2.resize(mosaic, tuple(int(x * ns) for x in (w, h)))\n\n    # Annotate\n    fs = int((h + w) * ns * 0.01)  # font size\n    annotator = Annotator(mosaic, line_width=round(fs / 10), font_size=fs, pil=True, example=names)\n    for i in range(i + 1):\n        x, y = int(w * (i // ns)), int(h * (i % ns))  # block origin\n        annotator.rectangle([x, y, x + w, y + h], None, (255, 255, 255), width=2)  # borders\n        if paths:\n            annotator.text((x + 5, y + 5 + h), text=Path(paths[i]).name[:40], txt_color=(220, 220, 220))  # filenames\n        if len(targets) > 0:\n            ti = targets[targets[:, 0] == i]  # image targets\n            boxes = xywh2xyxy(ti[:, 2:6]).T\n            classes = ti[:, 1].astype('int')\n            labels = ti.shape[1] == 6  # labels if no conf column\n            conf = None if labels else ti[:, 6]  # check for confidence presence (label vs pred)\n\n            if boxes.shape[1]:\n                if boxes.max() <= 1.01:  # if normalized with tolerance 0.01\n                    boxes[[0, 2]] *= w  # scale to pixels\n                    boxes[[1, 3]] *= h\n                elif scale < 1:  # absolute coords need scale if image scales\n                    boxes *= scale\n            boxes[[0, 2]] += x\n            boxes[[1, 3]] += y\n            for j, box in enumerate(boxes.T.tolist()):\n                cls = classes[j]\n                color = colors(cls)\n                cls = names[cls] if names else cls\n                if labels or conf[j] > 0.25:  # 0.25 conf thresh\n                    label = f'{cls}' if labels else f'{cls} {conf[j]:.1f}'\n                    annotator.box_label(box, label, color=color)\n    annotator.im.save(fname)  # save\n\n\ndef plot_lr_scheduler(optimizer, scheduler, epochs=300, save_dir=''):\n    # Plot LR simulating training for full epochs\n    optimizer, scheduler = copy(optimizer), copy(scheduler)  # do not modify originals\n    y = []\n    for _ in range(epochs):\n        scheduler.step()\n        y.append(optimizer.param_groups[0]['lr'])\n    plt.plot(y, '.-', label='LR')\n    plt.xlabel('epoch')\n    plt.ylabel('LR')\n    plt.grid()\n    plt.xlim(0, epochs)\n    plt.ylim(0)\n    plt.savefig(Path(save_dir) / 'LR.png', dpi=200)\n    plt.close()\n\n\ndef plot_val_txt():  # from utils.plots import *; plot_val()\n    # Plot val.txt histograms\n    x = np.loadtxt('val.txt', dtype=np.float32)\n    box = xyxy2xywh(x[:, :4])\n    cx, cy = box[:, 0], box[:, 1]\n\n    fig, ax = plt.subplots(1, 1, figsize=(6, 6), tight_layout=True)\n    ax.hist2d(cx, cy, bins=600, cmax=10, cmin=0)\n    ax.set_aspect('equal')\n    plt.savefig('hist2d.png', dpi=300)\n\n    fig, ax = plt.subplots(1, 2, figsize=(12, 6), tight_layout=True)\n    ax[0].hist(cx, bins=600)\n    ax[1].hist(cy, bins=600)\n    plt.savefig('hist1d.png', dpi=200)\n\n\ndef plot_targets_txt():  # from utils.plots import *; plot_targets_txt()\n    # Plot targets.txt histograms\n    x = np.loadtxt('targets.txt', dtype=np.float32).T\n    s = ['x targets', 'y targets', 'width targets', 'height targets']\n    fig, ax = plt.subplots(2, 2, figsize=(8, 8), tight_layout=True)\n    ax = ax.ravel()\n    for i in range(4):\n        ax[i].hist(x[i], bins=100, label=f'{x[i].mean():.3g} +/- {x[i].std():.3g}')\n        ax[i].legend()\n        ax[i].set_title(s[i])\n    plt.savefig('targets.jpg', dpi=200)\n\n\ndef plot_val_study(file='', dir='', x=None):  # from utils.plots import *; plot_val_study()\n    # Plot file=study.txt generated by val.py (or plot all study*.txt in dir)\n    save_dir = Path(file).parent if file else Path(dir)\n    plot2 = False  # plot additional results\n    if plot2:\n        ax = plt.subplots(2, 4, figsize=(10, 6), tight_layout=True)[1].ravel()\n\n    fig2, ax2 = plt.subplots(1, 1, figsize=(8, 4), tight_layout=True)\n    # for f in [save_dir / f'study_coco_{x}.txt' for x in ['yolov5n6', 'yolov5s6', 'yolov5m6', 'yolov5l6', 'yolov5x6']]:\n    for f in sorted(save_dir.glob('study*.txt')):\n        y = np.loadtxt(f, dtype=np.float32, usecols=[0, 1, 2, 3, 7, 8, 9], ndmin=2).T\n        x = np.arange(y.shape[1]) if x is None else np.array(x)\n        if plot2:\n            s = ['P', 'R', 'mAP@.5', 'mAP@.5:.95', 't_preprocess (ms/img)', 't_inference (ms/img)', 't_NMS (ms/img)']\n            for i in range(7):\n                ax[i].plot(x, y[i], '.-', linewidth=2, markersize=8)\n                ax[i].set_title(s[i])\n\n        j = y[3].argmax() + 1\n        ax2.plot(y[5, 1:j], y[3, 1:j] * 1E2, '.-', linewidth=2, markersize=8,\n                 label=f.stem.replace('study_coco_', '').replace('yolo', 'YOLO'))\n\n    ax2.plot(1E3 / np.array([209, 140, 97, 58, 35, 18]), [34.6, 40.5, 43.0, 47.5, 49.7, 51.5],\n             'k.-', linewidth=2, markersize=8, alpha=.25, label='EfficientDet')\n\n    ax2.grid(alpha=0.2)\n    ax2.set_yticks(np.arange(20, 60, 5))\n    ax2.set_xlim(0, 57)\n    ax2.set_ylim(25, 55)\n    ax2.set_xlabel('GPU Speed (ms/img)')\n    ax2.set_ylabel('COCO AP val')\n    ax2.legend(loc='lower right')\n    f = save_dir / 'study.png'\n    print(f'Saving {f}...')\n    plt.savefig(f, dpi=300)\n\n\n@try_except  # known issue https://github.com/ultralytics/yolov5/issues/5395\n@Timeout(30)  # known issue https://github.com/ultralytics/yolov5/issues/5611\ndef plot_labels(labels, names=(), save_dir=Path('')):\n    # plot dataset labels\n    LOGGER.info(f\"Plotting labels to {save_dir / 'labels.jpg'}... \")\n    c, b = labels[:, 0], labels[:, 1:].transpose()  # classes, boxes\n    nc = int(c.max() + 1)  # number of classes\n    x = pd.DataFrame(b.transpose(), columns=['x', 'y', 'width', 'height'])\n\n    # seaborn correlogram\n    sn.pairplot(x, corner=True, diag_kind='auto', kind='hist', diag_kws=dict(bins=50), plot_kws=dict(pmax=0.9))\n    plt.savefig(save_dir / 'labels_correlogram.jpg', dpi=200)\n    plt.close()\n\n    # matplotlib labels\n    matplotlib.use('svg')  # faster\n    ax = plt.subplots(2, 2, figsize=(8, 8), tight_layout=True)[1].ravel()\n    y = ax[0].hist(c, bins=np.linspace(0, nc, nc + 1) - 0.5, rwidth=0.8)\n    try:  # color histogram bars by class\n        [y[2].patches[i].set_color([x / 255 for x in colors(i)]) for i in range(nc)]  # known issue #3195\n    except Exception:\n        pass\n    ax[0].set_ylabel('instances')\n    if 0 < len(names) < 30:\n        ax[0].set_xticks(range(len(names)))\n        ax[0].set_xticklabels(names, rotation=90, fontsize=10)\n    else:\n        ax[0].set_xlabel('classes')\n    sn.histplot(x, x='x', y='y', ax=ax[2], bins=50, pmax=0.9)\n    sn.histplot(x, x='width', y='height', ax=ax[3], bins=50, pmax=0.9)\n\n    # rectangles\n    labels[:, 1:3] = 0.5  # center\n    labels[:, 1:] = xywh2xyxy(labels[:, 1:]) * 2000\n    img = Image.fromarray(np.ones((2000, 2000, 3), dtype=np.uint8) * 255)\n    for cls, *box in labels[:1000]:\n        ImageDraw.Draw(img).rectangle(box, width=1, outline=colors(cls))  # plot\n    ax[1].imshow(img)\n    ax[1].axis('off')\n\n    for a in [0, 1, 2, 3]:\n        for s in ['top', 'right', 'left', 'bottom']:\n            ax[a].spines[s].set_visible(False)\n\n    plt.savefig(save_dir / 'labels.jpg', dpi=200)\n    matplotlib.use('Agg')\n    plt.close()\n\n\ndef plot_evolve(evolve_csv='path/to/evolve.csv'):  # from utils.plots import *; plot_evolve()\n    # Plot evolve.csv hyp evolution results\n    evolve_csv = Path(evolve_csv)\n    data = pd.read_csv(evolve_csv)\n    keys = [x.strip() for x in data.columns]\n    x = data.values\n    f = fitness(x)\n    j = np.argmax(f)  # max fitness index\n    plt.figure(figsize=(10, 12), tight_layout=True)\n    matplotlib.rc('font', **{'size': 8})\n    print(f'Best results from row {j} of {evolve_csv}:')\n    for i, k in enumerate(keys[7:]):\n        v = x[:, 7 + i]\n        mu = v[j]  # best single result\n        plt.subplot(6, 5, i + 1)\n        plt.scatter(v, f, c=hist2d(v, f, 20), cmap='viridis', alpha=.8, edgecolors='none')\n        plt.plot(mu, f.max(), 'k+', markersize=15)\n        plt.title(f'{k} = {mu:.3g}', fontdict={'size': 9})  # limit to 40 characters\n        if i % 5 != 0:\n            plt.yticks([])\n        print(f'{k:>15}: {mu:.3g}')\n    f = evolve_csv.with_suffix('.png')  # filename\n    plt.savefig(f, dpi=200)\n    plt.close()\n    print(f'Saved {f}')\n\n\ndef plot_results(file='path/to/results.csv', dir=''):\n    # Plot training results.csv. Usage: from utils.plots import *; plot_results('path/to/results.csv')\n    save_dir = Path(file).parent if file else Path(dir)\n    fig, ax = plt.subplots(2, 5, figsize=(12, 6), tight_layout=True)\n    ax = ax.ravel()\n    files = list(save_dir.glob('results*.csv'))\n    assert len(files), f'No results.csv files found in {save_dir.resolve()}, nothing to plot.'\n    for fi, f in enumerate(files):\n        try:\n            data = pd.read_csv(f)\n            s = [x.strip() for x in data.columns]\n            x = data.values[:, 0]\n            for i, j in enumerate([1, 2, 3, 4, 5, 8, 9, 10, 6, 7]):\n                y = data.values[:, j]\n                # y[y == 0] = np.nan  # don't show zero values\n                ax[i].plot(x, y, marker='.', label=f.stem, linewidth=2, markersize=8)\n                ax[i].set_title(s[j], fontsize=12)\n                # if j in [8, 9, 10]:  # share train and val loss y axes\n                #     ax[i].get_shared_y_axes().join(ax[i], ax[i - 5])\n        except Exception as e:\n            LOGGER.info(f'Warning: Plotting error for {f}: {e}')\n    ax[1].legend()\n    fig.savefig(save_dir / 'results.png', dpi=200)\n    plt.close()\n\n\ndef profile_idetection(start=0, stop=0, labels=(), save_dir=''):\n    # Plot iDetection '*.txt' per-image logs. from utils.plots import *; profile_idetection()\n    ax = plt.subplots(2, 4, figsize=(12, 6), tight_layout=True)[1].ravel()\n    s = ['Images', 'Free Storage (GB)', 'RAM Usage (GB)', 'Battery', 'dt_raw (ms)', 'dt_smooth (ms)', 'real-world FPS']\n    files = list(Path(save_dir).glob('frames*.txt'))\n    for fi, f in enumerate(files):\n        try:\n            results = np.loadtxt(f, ndmin=2).T[:, 90:-30]  # clip first and last rows\n            n = results.shape[1]  # number of rows\n            x = np.arange(start, min(stop, n) if stop else n)\n            results = results[:, x]\n            t = (results[0] - results[0].min())  # set t0=0s\n            results[0] = x\n            for i, a in enumerate(ax):\n                if i < len(results):\n                    label = labels[fi] if len(labels) else f.stem.replace('frames_', '')\n                    a.plot(t, results[i], marker='.', label=label, linewidth=1, markersize=5)\n                    a.set_title(s[i])\n                    a.set_xlabel('time (s)')\n                    # if fi == len(files) - 1:\n                    #     a.set_ylim(bottom=0)\n                    for side in ['top', 'right']:\n                        a.spines[side].set_visible(False)\n                else:\n                    a.remove()\n        except Exception as e:\n            print(f'Warning: Plotting error for {f}; {e}')\n    ax[1].legend()\n    plt.savefig(Path(save_dir) / 'idetection_profile.png', dpi=200)\n\n\ndef save_one_box(xyxy, im, file='image.jpg', gain=1.02, pad=10, square=False, BGR=False, save=True):\n    # Save image crop as {file} with crop size multiple {gain} and {pad} pixels. Save and/or return crop\n    xyxy = torch.tensor(xyxy).view(-1, 4)\n    b = xyxy2xywh(xyxy)  # boxes\n    if square:\n        b[:, 2:] = b[:, 2:].max(1)[0].unsqueeze(1)  # attempt rectangle to square\n    b[:, 2:] = b[:, 2:] * gain + pad  # box wh * gain + pad\n    xyxy = xywh2xyxy(b).long()\n    clip_coords(xyxy, im.shape)\n    crop = im[int(xyxy[0, 1]):int(xyxy[0, 3]), int(xyxy[0, 0]):int(xyxy[0, 2]), ::(1 if BGR else -1)]\n    if save:\n        file.parent.mkdir(parents=True, exist_ok=True)  # make directory\n        cv2.imwrite(str(increment_path(file).with_suffix('.jpg')), crop)\n    return crop\n"
  },
  {
    "path": "utils/torch_utils.py",
    "content": "# YOLOv5 🚀 by Ultralytics, GPL-3.0 license\n\"\"\"\nPyTorch utils\n\"\"\"\n\nimport datetime\nimport math\nimport os\nimport platform\nimport subprocess\nimport time\nimport warnings\nfrom contextlib import contextmanager\nfrom copy import deepcopy\nfrom pathlib import Path\n\nimport torch\nimport torch.distributed as dist\nimport torch.nn as nn\nimport torch.nn.functional as F\n\nfrom utils.general import LOGGER\n\ntry:\n    import thop  # for FLOPs computation\nexcept ImportError:\n    thop = None\n\n# Suppress PyTorch warnings\nwarnings.filterwarnings('ignore', message='User provided device_type of \\'cuda\\', but CUDA is not available. Disabling')\n\n\n@contextmanager\ndef torch_distributed_zero_first(local_rank: int):\n    \"\"\"\n    Decorator to make all processes in distributed training wait for each local_master to do something.\n    \"\"\"\n    if local_rank not in [-1, 0]:\n        dist.barrier(device_ids=[local_rank])\n    yield\n    if local_rank == 0:\n        dist.barrier(device_ids=[0])\n\n\ndef date_modified(path=__file__):\n    # return human-readable file modification date, i.e. '2021-3-26'\n    t = datetime.datetime.fromtimestamp(Path(path).stat().st_mtime)\n    return f'{t.year}-{t.month}-{t.day}'\n\n\ndef git_describe(path=Path(__file__).parent):  # path must be a directory\n    # return human-readable git description, i.e. v5.0-5-g3e25f1e https://git-scm.com/docs/git-describe\n    s = f'git -C {path} describe --tags --long --always'\n    try:\n        return subprocess.check_output(s, shell=True, stderr=subprocess.STDOUT).decode()[:-1]\n    except subprocess.CalledProcessError:\n        return ''  # not a git repository\n\n\ndef device_count():\n    # Returns number of CUDA devices available. Safe version of torch.cuda.device_count(). Only works on Linux.\n    assert platform.system() == 'Linux', 'device_count() function only works on Linux'\n    try:\n        cmd = 'nvidia-smi -L | wc -l'\n        return int(subprocess.run(cmd, shell=True, capture_output=True, check=True).stdout.decode().split()[-1])\n    except Exception:\n        return 0\n\n\ndef select_device(device='', batch_size=0, newline=True):\n    # device = 'cpu' or '0' or '0,1,2,3'\n    s = f'YOLOv5 🚀 {git_describe() or date_modified()} torch {torch.__version__} '  # string\n    device = str(device).strip().lower().replace('cuda:', '')  # to string, 'cuda:0' to '0'\n    cpu = device == 'cpu'\n    if cpu:\n        os.environ['CUDA_VISIBLE_DEVICES'] = '-1'  # force torch.cuda.is_available() = False\n    elif device:  # non-cpu device requested\n        os.environ['CUDA_VISIBLE_DEVICES'] = device  # set environment variable - must be before assert is_available()\n        assert torch.cuda.is_available() and torch.cuda.device_count() >= len(device.replace(',', '')), \\\n            f\"Invalid CUDA '--device {device}' requested, use '--device cpu' or pass valid CUDA device(s)\"\n\n    cuda = not cpu and torch.cuda.is_available()\n    if cuda:\n        devices = device.split(',') if device else '0'  # range(torch.cuda.device_count())  # i.e. 0,1,6,7\n        n = len(devices)  # device count\n        if n > 1 and batch_size > 0:  # check batch_size is divisible by device_count\n            assert batch_size % n == 0, f'batch-size {batch_size} not multiple of GPU count {n}'\n        space = ' ' * (len(s) + 1)\n        for i, d in enumerate(devices):\n            p = torch.cuda.get_device_properties(i)\n            s += f\"{'' if i == 0 else space}CUDA:{d} ({p.name}, {p.total_memory / 1024 ** 2:.0f}MiB)\\n\"  # bytes to MB\n    else:\n        s += 'CPU\\n'\n\n    if not newline:\n        s = s.rstrip()\n    LOGGER.info(s.encode().decode('ascii', 'ignore') if platform.system() == 'Windows' else s)  # emoji-safe\n    return torch.device('cuda:0' if cuda else 'cpu')\n\n\ndef time_sync():\n    # pytorch-accurate time\n    if torch.cuda.is_available():\n        torch.cuda.synchronize()\n    return time.time()\n\n\ndef profile(input, ops, n=10, device=None):\n    # YOLOv5 speed/memory/FLOPs profiler\n    #\n    # Usage:\n    #     input = torch.randn(16, 3, 640, 640)\n    #     m1 = lambda x: x * torch.sigmoid(x)\n    #     m2 = nn.SiLU()\n    #     profile(input, [m1, m2], n=100)  # profile over 100 iterations\n\n    results = []\n    device = device or select_device()\n    print(f\"{'Params':>12s}{'GFLOPs':>12s}{'GPU_mem (GB)':>14s}{'forward (ms)':>14s}{'backward (ms)':>14s}\"\n          f\"{'input':>24s}{'output':>24s}\")\n\n    for x in input if isinstance(input, list) else [input]:\n        x = x.to(device)\n        x.requires_grad = True\n        for m in ops if isinstance(ops, list) else [ops]:\n            m = m.to(device) if hasattr(m, 'to') else m  # device\n            m = m.half() if hasattr(m, 'half') and isinstance(x, torch.Tensor) and x.dtype is torch.float16 else m\n            tf, tb, t = 0, 0, [0, 0, 0]  # dt forward, backward\n            try:\n                flops = thop.profile(m, inputs=(x,), verbose=False)[0] / 1E9 * 2  # GFLOPs\n            except Exception:\n                flops = 0\n\n            try:\n                for _ in range(n):\n                    t[0] = time_sync()\n                    y = m(x)\n                    t[1] = time_sync()\n                    try:\n                        _ = (sum(yi.sum() for yi in y) if isinstance(y, list) else y).sum().backward()\n                        t[2] = time_sync()\n                    except Exception:  # no backward method\n                        # print(e)  # for debug\n                        t[2] = float('nan')\n                    tf += (t[1] - t[0]) * 1000 / n  # ms per op forward\n                    tb += (t[2] - t[1]) * 1000 / n  # ms per op backward\n                mem = torch.cuda.memory_reserved() / 1E9 if torch.cuda.is_available() else 0  # (GB)\n                s_in = tuple(x.shape) if isinstance(x, torch.Tensor) else 'list'\n                s_out = tuple(y.shape) if isinstance(y, torch.Tensor) else 'list'\n                p = sum(list(x.numel() for x in m.parameters())) if isinstance(m, nn.Module) else 0  # parameters\n                print(f'{p:12}{flops:12.4g}{mem:>14.3f}{tf:14.4g}{tb:14.4g}{str(s_in):>24s}{str(s_out):>24s}')\n                results.append([p, flops, mem, tf, tb, s_in, s_out])\n            except Exception as e:\n                print(e)\n                results.append(None)\n            torch.cuda.empty_cache()\n    return results\n\n\ndef is_parallel(model):\n    # Returns True if model is of type DP or DDP\n    return type(model) in (nn.parallel.DataParallel, nn.parallel.DistributedDataParallel)\n\n\ndef de_parallel(model):\n    # De-parallelize a model: returns single-GPU model if model is of type DP or DDP\n    return model.module if is_parallel(model) else model\n\n\ndef initialize_weights(model):\n    for m in model.modules():\n        t = type(m)\n        if t is nn.Conv2d:\n            pass  # nn.init.kaiming_normal_(m.weight, mode='fan_out', nonlinearity='relu')\n        elif t is nn.BatchNorm2d:\n            m.eps = 1e-3\n            m.momentum = 0.03\n        elif t in [nn.Hardswish, nn.LeakyReLU, nn.ReLU, nn.ReLU6, nn.SiLU]:\n            m.inplace = True\n\n\ndef find_modules(model, mclass=nn.Conv2d):\n    # Finds layer indices matching module class 'mclass'\n    return [i for i, m in enumerate(model.module_list) if isinstance(m, mclass)]\n\n\ndef sparsity(model):\n    # Return global model sparsity\n    a, b = 0, 0\n    for p in model.parameters():\n        a += p.numel()\n        b += (p == 0).sum()\n    return b / a\n\n\ndef prune(model, amount=0.3):\n    # Prune model to requested global sparsity\n    import torch.nn.utils.prune as prune\n    print('Pruning model... ', end='')\n    for name, m in model.named_modules():\n        if isinstance(m, nn.Conv2d):\n            prune.l1_unstructured(m, name='weight', amount=amount)  # prune\n            prune.remove(m, 'weight')  # make permanent\n    print(' %.3g global sparsity' % sparsity(model))\n\n\ndef fuse_conv_and_bn(conv, bn):\n    # Fuse convolution and batchnorm layers https://tehnokv.com/posts/fusing-batchnorm-and-conv/\n    fusedconv = nn.Conv2d(conv.in_channels,\n                          conv.out_channels,\n                          kernel_size=conv.kernel_size,\n                          stride=conv.stride,\n                          padding=conv.padding,\n                          groups=conv.groups,\n                          bias=True).requires_grad_(False).to(conv.weight.device)\n\n    # prepare filters\n    w_conv = conv.weight.clone().view(conv.out_channels, -1)\n    w_bn = torch.diag(bn.weight.div(torch.sqrt(bn.eps + bn.running_var)))\n    fusedconv.weight.copy_(torch.mm(w_bn, w_conv).view(fusedconv.weight.shape))\n\n    # prepare spatial bias\n    b_conv = torch.zeros(conv.weight.size(0), device=conv.weight.device) if conv.bias is None else conv.bias\n    b_bn = bn.bias - bn.weight.mul(bn.running_mean).div(torch.sqrt(bn.running_var + bn.eps))\n    fusedconv.bias.copy_(torch.mm(w_bn, b_conv.reshape(-1, 1)).reshape(-1) + b_bn)\n\n    return fusedconv\n\n\ndef model_info(model, verbose=False, img_size=640):\n    # Model information. img_size may be int or list, i.e. img_size=640 or img_size=[640, 320]\n    n_p = sum(x.numel() for x in model.parameters())  # number parameters\n    n_g = sum(x.numel() for x in model.parameters() if x.requires_grad)  # number gradients\n    if verbose:\n        print(f\"{'layer':>5} {'name':>40} {'gradient':>9} {'parameters':>12} {'shape':>20} {'mu':>10} {'sigma':>10}\")\n        for i, (name, p) in enumerate(model.named_parameters()):\n            name = name.replace('module_list.', '')\n            print('%5g %40s %9s %12g %20s %10.3g %10.3g' %\n                  (i, name, p.requires_grad, p.numel(), list(p.shape), p.mean(), p.std()))\n\n    try:  # FLOPs\n        from thop import profile\n        stride = max(int(model.stride.max()), 32) if hasattr(model, 'stride') else 32\n        img = torch.zeros((1, model.yaml.get('ch', 3), stride, stride), device=next(model.parameters()).device)  # input\n        flops = profile(deepcopy(model), inputs=(img,), verbose=False)[0] / 1E9 * 2  # stride GFLOPs\n        img_size = img_size if isinstance(img_size, list) else [img_size, img_size]  # expand if int/float\n        fs = ', %.1f GFLOPs' % (flops * img_size[0] / stride * img_size[1] / stride)  # 640x640 GFLOPs\n    except (ImportError, Exception):\n        fs = ''\n\n    LOGGER.info(f\"Model Summary: {len(list(model.modules()))} layers, {n_p} parameters, {n_g} gradients{fs}\")\n\n\ndef scale_img(img, ratio=1.0, same_shape=False, gs=32):  # img(16,3,256,416)\n    # scales img(bs,3,y,x) by ratio constrained to gs-multiple\n    if ratio == 1.0:\n        return img\n    else:\n        h, w = img.shape[2:]\n        s = (int(h * ratio), int(w * ratio))  # new size\n        img = F.interpolate(img, size=s, mode='bilinear', align_corners=False)  # resize\n        if not same_shape:  # pad/crop img\n            h, w = (math.ceil(x * ratio / gs) * gs for x in (h, w))\n        return F.pad(img, [0, w - s[1], 0, h - s[0]], value=0.447)  # value = imagenet mean\n\n\ndef copy_attr(a, b, include=(), exclude=()):\n    # Copy attributes from b to a, options to only include [...] and to exclude [...]\n    for k, v in b.__dict__.items():\n        if (len(include) and k not in include) or k.startswith('_') or k in exclude:\n            continue\n        else:\n            setattr(a, k, v)\n\n\nclass EarlyStopping:\n    # YOLOv5 simple early stopper\n    def __init__(self, patience=30):\n        self.best_fitness = 0.0  # i.e. mAP\n        self.best_epoch = 0\n        self.patience = patience or float('inf')  # epochs to wait after fitness stops improving to stop\n        self.possible_stop = False  # possible stop may occur next epoch\n\n    def __call__(self, epoch, fitness):\n        if fitness >= self.best_fitness:  # >= 0 to allow for early zero-fitness stage of training\n            self.best_epoch = epoch\n            self.best_fitness = fitness\n        delta = epoch - self.best_epoch  # epochs without improvement\n        self.possible_stop = delta >= (self.patience - 1)  # possible stop may occur next epoch\n        stop = delta >= self.patience  # stop training if patience exceeded\n        if stop:\n            LOGGER.info(f'Stopping training early as no improvement observed in last {self.patience} epochs. '\n                        f'Best results observed at epoch {self.best_epoch}, best model saved as best.pt.\\n'\n                        f'To update EarlyStopping(patience={self.patience}) pass a new patience value, '\n                        f'i.e. `python train.py --patience 300` or use `--patience 0` to disable EarlyStopping.')\n        return stop\n\n\nclass ModelEMA:\n    \"\"\" Updated Exponential Moving Average (EMA) from https://github.com/rwightman/pytorch-image-models\n    Keeps a moving average of everything in the model state_dict (parameters and buffers)\n    For EMA details see https://www.tensorflow.org/api_docs/python/tf/train/ExponentialMovingAverage\n    \"\"\"\n\n    def __init__(self, model, decay=0.9999, updates=0):\n        # Create EMA\n        self.ema = deepcopy(de_parallel(model)).eval()  # FP32 EMA\n        # if next(model.parameters()).device.type != 'cpu':\n        #     self.ema.half()  # FP16 EMA\n        self.updates = updates  # number of EMA updates\n        self.decay = lambda x: decay * (1 - math.exp(-x / 2000))  # decay exponential ramp (to help early epochs)\n        for p in self.ema.parameters():\n            p.requires_grad_(False)\n\n    def update(self, model):\n        # Update EMA parameters\n        with torch.no_grad():\n            self.updates += 1\n            d = self.decay(self.updates)\n\n            msd = de_parallel(model).state_dict()  # model state_dict\n            for k, v in self.ema.state_dict().items():\n                if v.dtype.is_floating_point:\n                    v *= d\n                    v += (1 - d) * msd[k].detach()\n\n    def update_attr(self, model, include=(), exclude=('process_group', 'reducer')):\n        # Update EMA attributes\n        copy_attr(self.ema, model, include, exclude)\n"
  },
  {
    "path": "utils/tt100k_to_voc-main/1.py",
    "content": "# @Time : 2023-02-18 21:15\n# @Author : AItrainee\n# @File : 1.py\n#计算E:\\Desktop\\tt100k_to_voc-main\\xmlLabel1\\train下的xml文件的数量\nimport os\n#获取当前文件夹下的文件名称列表\npath = r'E:\\Desktop\\tt100k_to_voc-main\\xmlLabel1\\test'\nfilelist = os.listdir(path)\n#统计文件夹下文件个数\ntotal_num = len(filelist)\nprint(total_num)\n\n"
  },
  {
    "path": "utils/tt100k_to_voc-main/1_build_voc_dir.py",
    "content": "import os\n\n# 建立相关文件夹\n# build voc2007 folder structure\ndef make_voc_dir():\n    root_dir = os.getcwd()\n    os.makedirs(root_dir+'/VOC2007')\n    os.makedirs(\"VOC2007\"+'/Annotations')\n    os.makedirs(\"VOC2007\" + '/JPEGImages/ ')\n    os.makedirs(\"VOC2007\"+'/ImageSets')\n    os.makedirs(\"VOC2007\"+'/ImageSets/Main')\n\nif __name__ == '__main__':\n    make_voc_dir()"
  },
  {
    "path": "utils/tt100k_to_voc-main/2_json2xml.py",
    "content": "import os\nimport json\nfrom lxml import etree as ET\nfrom xml.dom import minidom\n#找出训练集和测试集中的不在45类的标注图片的id\ndef edit_xml(objects, id, dir):\n    save_xml_path = os.path.join(dir, \"%s.xml\" % id)  # xml\n\n    root = ET.Element(\"annotation\")\n    # root.set(\"version\", \"1.0\")  \n    folder = ET.SubElement(root, \"folder\")\n    folder.text = \"none\"\n    filename = ET.SubElement(root, \"filename\")\n    filename.text = id + \".jpg\"\n    source = ET.SubElement(root, \"source\")\n    source.text = \"none\"\n    owner = ET.SubElement(root, \"owner\")\n    owner.text = \"halftop\"\n    size = ET.SubElement(root, \"size\")\n    width = ET.SubElement(size, \"width\")\n    width.text = str(2048)\n    height = ET.SubElement(size, \"height\")\n    height.text = str(2048)\n    depth = ET.SubElement(size, \"depth\")\n    depth.text = \"3\"\n    segmented = ET.SubElement(root, \"segmented\")\n    segmented.text = \"0\"\n    for obj in objects:  #  \n        object = ET.SubElement(root, \"object\")\n        name = ET.SubElement(object, \"name\")  # number\n        name.text = obj[\"category\"]\n\n        # meaning = ET.SubElement(object, \"meaning\")  # name\n        # meaning.text = inf_value[0]\n        pose = ET.SubElement(object, \"pose\")\n        pose.text = \"Unspecified\"\n        truncated = ET.SubElement(object, \"truncated\")\n        truncated.text = \"0\"\n        difficult = ET.SubElement(object, \"difficult\")\n        difficult.text = \"0\"\n        bndbox = ET.SubElement(object, \"bndbox\")\n        xmin = ET.SubElement(bndbox, \"xmin\")\n        xmin.text = str(int(obj[\"bbox\"][\"xmin\"]))\n        ymin = ET.SubElement(bndbox, \"ymin\")\n        ymin.text = str(int(obj[\"bbox\"][\"ymin\"]))\n        xmax = ET.SubElement(bndbox, \"xmax\")\n        xmax.text = str(int(obj[\"bbox\"][\"xmax\"]))\n        ymax = ET.SubElement(bndbox, \"ymax\")\n        ymax.text = str(int(obj[\"bbox\"][\"ymax\"]))\n    tree = ET.ElementTree(root)\n    tree.write(save_xml_path, encoding=\"UTF-8\", xml_declaration=True)\n    root = ET.parse(save_xml_path) \n    file_lines = minidom.parseString(ET.tostring(root, encoding=\"Utf-8\")).toprettyxml(\n        indent=\"\\t\") \n    file_line = open(save_xml_path, \"w\", encoding=\"utf-8\")  \n    file_line.write(file_lines)\n    file_line.close()\n    \ndef  getDirId(dir):  # get the  id list  of id.png\n    names = os.listdir(dir)\n    ids = []\n    for name in names:\n        # path = os.path.join(dir, name)\n        # img  = cv2.imread(path)\n        # w, h, c = img.shape\n        # if name.endswith(\".jpg\") or name.endswith(\".png\"):\n            # ids[\"%s\" % name.split(\".\")[0]] = [w, h, c]\n        ids.append(name.split(\".\")[0])\n    return ids\n\ndef is_tt45(objects):\n    flag = True\n    json_file = open('TT100K_VOC_classes.json', 'r')\n    results = json.load(json_file)\n    for obj in objects:\n        text = obj[\"category\"]\n        for key in results.keys():\n            flag1 = False\n            if key == text:\n                flag1 =True\n                break\n        if flag1 == False:\n            flag = False\n            break\n    return flag\nfiledir = \"annotations_all.json\"\nannos = json.loads(open(filedir).read())\n\ntrainIds = getDirId(\"train/\")\ntestIds = getDirId(\"test/\")\n\nids = annos[\"imgs\"].keys() #  all img ids in .json \n\ndir_train = \"xmlLabel1/train\"\ndir_test = \"xmlLabel1/test\"\nif not os.path.exists(dir_train):\n    os.makedirs(dir_train)\nif not os.path.exists(dir_test):\n    os.makedirs(dir_test)\n\nNot_TT45_list_train = []\nNot_TT45_list_val = []\nfor id in ids:\n#  json 中的ID图片有待检测目标，且该id图片在 train文件夹中\n    if len(annos[\"imgs\"][id][\"objects\"]) > 0 and (id in trainIds):\n        objects = annos[\"imgs\"][id][\"objects\"]\n        flag = is_tt45(objects)\n        if flag is False:\n            Not_TT45_list_train.append(id+'\\n')\n        edit_xml(objects, id, dir=dir_train)\n        \n    elif len(annos[\"imgs\"][id][\"objects\"]) > 0 and (id in testIds):\n        objects = annos[\"imgs\"][id][\"objects\"]\n        flag = is_tt45(objects)\n        if flag is False:\n            Not_TT45_list_val.append(id+'\\n')\n        edit_xml(objects, id, dir=dir_test)\nwith open(\"Not_TT45_list_train.txt\", \"a\") as f:\n    f.writelines(Not_TT45_list_train)\nwith open(\"Not_TT45_list_val.txt\", \"a\") as f:\n    f.writelines(Not_TT45_list_val)"
  },
  {
    "path": "utils/tt100k_to_voc-main/3_delete_jpg_and_xml.py",
    "content": "import os\nimport glob\n\n# 删除txt中id对应XML和图片\ndef delete_train_jpg(train_txt):\n    root_dir = os.getcwd()\n    for line in open(train_txt ,\"r\"):\n        file_id = line.strip()\n        # print(file_id)\n        file_path = os.path.join(root_dir,\"train\",file_id+'.jpg')\n        # print(file_path)\n        os.remove(file_path)\n\n\ndef delete_test_jpg(test_txt):\n    root_dir = os.getcwd()\n    for line in open(test_txt ,\"r\"):\n        file_id = line.strip()\n        # print(file_id)\n        file_path = os.path.join(root_dir,\"test\",file_id+'.jpg')\n        # print(file_path)\n        os.remove(file_path)\n\ndef delete_train_xml(train_txt):\n    root_dir = os.getcwd()\n    root_path = os.path.join(root_dir,\"xmlLabel1\")\n    for line in open(train_txt,\"r\"):\n        file_id = line.strip()\n        # print(file_id)\n        file_path = os.path.join(root_path,\"train\",file_id+'.xml')\n        # print(file_path)\n        os.remove(file_path)\n\ndef delete_test_xml(test_txt):\n    root_dir = os.getcwd()\n    root_path = os.path.join(root_dir,\"xmlLabel1\")\n    for line in open(test_txt,\"r\"):\n        file_id = line.strip()\n        # print(file_id)\n        file_path = os.path.join(root_path,\"test\",file_id+'.xml')\n        # print(file_path)\n        os.remove(file_path)\nif __name__ == '__main__':\n    train_txt = \"Not_TT45_list_train.txt\"\n    test_txt = \"Not_TT45_list_val.txt\"\n    delete_train_jpg(train_txt)\n    delete_train_xml(train_txt)\n    delete_test_jpg(test_txt)\n    delete_test_xml(test_txt)"
  },
  {
    "path": "utils/tt100k_to_voc-main/4_spilt_data.py",
    "content": "import os\nimport random\n\n\nfiles_path = r\"E:\\Desktop\\tt100k_to_voc-main\\xmlLabel1\\test\"\nif not os.path.exists(files_path):\n    print(\"文件夹不存在\")\n    exit(1)\n\nval_rate = 1\n\nfiles_name = sorted([file.split(\".\")[0] for file in os.listdir(files_path)])\nfiles_num = len(files_name)\nval_index = random.sample(range(0, files_num), k=int(files_num*val_rate))\ntrain_files = []\nval_files = []\nfor index, file_name in enumerate(files_name):\n    if index in val_index:\n        val_files.append(file_name)\n    else:\n        train_files.append(file_name)\n\ntry:\n    # train_f = open(\"VOC2007/ImageSets/Main/train.txt\", \"x\")\n    eval_f = open(\"VOC2007/ImageSets/Main/val.txt\", \"x\")\n    # train_f.write(\"\\n\".join(train_files))\n    eval_f.write(\"\\n\".join(val_files))\nexcept FileExistsError as e:\n    print(e)\n    exit(1)\n\n\n\n"
  },
  {
    "path": "utils/tt100k_to_voc-main/5_label.py",
    "content": "import xml.etree.ElementTree as ET\n\nimport pickle\nimport os\nfrom os import listdir, getcwd\nfrom os.path import join\nimport glob\n\nls={\n    \"i2\":1,\n    \"i4\":2,\n    \"i5\":3,\n    \"il100\":4,\n    \"il60\":5,\n    \"il80\":6,\n    \"io\":7,\n    \"ip\":8,\n    \"p10\":9,\n    \"p11\":10,\n    \"p12\":11,\n    \"p19\":12,\n    \"p23\":13,\n    \"p26\":14,\n    \"p27\":15,\n    \"p3\":16,\n    \"p5\":17,\n    \"p6\":18,\n    \"pg\":19,\n    \"ph4\":20,\n    \"ph4.5\":21,\n    \"ph5\":22,\n    \"pl100\":23,\n    \"pl120\":24,\n    \"pl20\":25,\n    \"pl30\":26,\n    \"pl40\":27,\n    \"pl5\":28,\n    \"pl50\":29,\n    \"pl60\":30,\n    \"pl70\":31,\n    \"pl80\":32,\n    \"pm20\":33,\n    \"pm30\":34,\n    \"pm55\":35,\n    \"pn\":36,\n    \"pne\":37,\n    \"po\":38,\n    \"pr40\":39,\n    \"w13\":40,\n    \"w32\":41,\n    \"w55\":42,\n    \"w57\":43,\n    \"w59\":44,\n    \"wo\":45\n}\n#\nclasses = []# 输入缺陷名称，必须与xml标注名称一致\n#classes =ls.keys()\nfor i in ls.keys():\n    classes.append(i)\nprint(classes)\n\n\n\ndef convert(size, box):\n    dw = 1.0 / size[0]\n    dh = 1.0 / size[1]\n    x = (box[0] + box[1]) / 2.0\n    y = (box[2] + box[3]) / 2.0\n    w = box[1] - box[0]\n    h = box[3] - box[2]\n    x = x * dw\n    w = w * dw\n    y = y * dh\n    h = h * dh\n    return (x, y, w, h)\n\n\n\n# 注意如果是在windows系统下那么路径里的反斜杠\\应该多写一个，否则会和python的‘\\’产生语义冲突\ndef convert_annotation(image_name):\n    in_file = open(r'E:\\Desktop\\新建文件夹 (3)\\Annotations\\%s' % (image_name))  # 读取xml文件路径\n\n    out_file = open(r'E:\\Desktop\\新建文件夹 (3)\\%s.txt' % (image_name), 'w')  # 需要保存的txt格式文件路径\n    f = in_file\n    xml_text = f.read()\n    root = ET.fromstring(xml_text)\n    f.close()\n\n    size = root.find('size')\n    w = int(size.find('width').text)\n    h = int(size.find('height').text)\n\n    for obj in root.iter('object'):\n        cls = obj.find('name').text\n        if cls not in classes:\n            print(cls)\n            continue\n        cls_id = classes.index(cls)\n        xmlbox = obj.find('bndbox')\n        b = (float(xmlbox.find('xmin').text), float(xmlbox.find('xmax').text), float(xmlbox.find('ymin').text),\n             float(xmlbox.find('ymax').text))\n        bb = convert((w, h), b)\n        out_file.write(str(cls_id) + \" \" + \" \".join([str(a) for a in bb]) + '\\n')\n\n\nwd = getcwd()\n\nif __name__ == '__main__':\n\n    filenames = os.listdir( r\"E:\\Desktop\\新建文件夹 (3)\\Annotations\")  # xml文件路径，这样输出的txt文件和xml一一对应\n\n    for label_path in filenames:\n        print(label_path)\n        convert_annotation(label_path)\n\n"
  },
  {
    "path": "utils/tt100k_to_voc-main/Not_TT45_list_train.txt",
    "content": "95843\n10823\n28337\n16027\n78355\n57562\n4224\n66435\n91093\n20447\n7520\n87281\n19858\n18830\n69123\n38804\n44829\n49574\n61204\n4388\n60079\n9106\n5696\n15889\n17411\n85953\n91214\n44256\n80877\n55246\n65953\n37585\n50054\n1365\n50701\n81731\n57920\n47715\n21766\n31316\n76132\n22541\n13320\n79667\n31321\n48033\n3290\n70975\n29456\n76266\n60414\n58114\n3401\n8109\n39245\n10654\n91451\n81917\n49342\n62124\n39533\n56113\n87352\n46495\n13446\n1116\n18719\n92801\n80565\n96527\n35522\n96578\n6942\n11916\n33810\n83565\n40652\n44108\n1330\n51275\n9387\n38085\n8697\n80114\n19733\n36343\n96331\n80453\n14699\n91025\n540\n81094\n36724\n58541\n79386\n71121\n26227\n79361\n25701\n87749\n91322\n96050\n11421\n95588\n46017\n76713\n41864\n13845\n86761\n41980\n37030\n3910\n39361\n28935\n64495\n85135\n19953\n6160\n80216\n85490\n90976\n74090\n39633\n48585\n14671\n75509\n40900\n95313\n13819\n1011\n52358\n68873\n29506\n45543\n93420\n50487\n52818\n30920\n56348\n93454\n61754\n51469\n90493\n9816\n11555\n51610\n3170\n87495\n43200\n81335\n74218\n68498\n88482\n38518\n42424\n75339\n11617\n74933\n51718\n43869\n45302\n61495\n20902\n40121\n8734\n12993\n45852\n17651\n15704\n4220\n29581\n7193\n71067\n26445\n22644\n82460\n14679\n85191\n19340\n82298\n36401\n81164\n63721\n37675\n45482\n65514\n88118\n27162\n63674\n96001\n28794\n69179\n52047\n41961\n32493\n61684\n67989\n93008\n98622\n59366\n61825\n46751\n38170\n53388\n20504\n45778\n29976\n14703\n33251\n28601\n93051\n62906\n31245\n70601\n26900\n83372\n23051\n59678\n4338\n59700\n72070\n1252\n36082\n36719\n64564\n98193\n77839\n46096\n88725\n18328\n68881\n12008\n23192\n54197\n94478\n12333\n67506\n40736\n97352\n73861\n50393\n81063\n32709\n55217\n1554\n82803\n44675\n6719\n4411\n64751\n98092\n85535\n5859\n76967\n26393\n36459\n48541\n29112\n8297\n97605\n419\n19944\n59184\n43475\n15600\n2971\n69246\n9773\n40587\n39535\n81515\n47314\n35988\n91601\n92732\n67043\n80484\n79273\n47611\n43877\n24822\n41687\n74821\n92151\n5938\n95329\n58286\n51500\n31840\n73298\n8005\n18513\n7447\n3048\n84076\n30949\n30638\n33634\n8820\n82571\n8117\n42501\n38756\n30440\n80581\n10286\n20084\n67768\n97837\n64542\n10878\n68043\n95396\n56174\n54792\n23362\n81742\n45754\n22408\n79064\n3966\n47195\n10917\n4210\n48751\n65717\n45499\n91713\n86326\n82220\n76100\n95054\n21050\n97055\n54584\n42416\n19842\n35726\n43339\n21356\n36594\n64398\n21370\n55314\n50272\n16934\n62449\n92914\n85655\n2366\n54035\n45522\n1172\n28233\n53677\n47080\n36138\n69306\n61979\n87155\n95257\n84249\n53402\n37815\n52051\n14680\n34119\n36939\n91532\n15496\n51248\n59557\n1294\n51545\n8505\n95025\n71885\n20021\n28327\n6300\n4964\n21003\n74122\n82657\n88586\n90319\n75000\n3480\n71297\n72702\n65017\n21442\n72975\n3513\n71821\n86732\n12254\n61555\n44709\n77037\n77496\n73887\n5584\n26644\n98228\n982\n13911\n14241\n40739\n74328\n42570\n60757\n664\n36904\n86931\n70100\n58461\n6057\n98099\n5117\n2700\n92767\n48194\n13634\n60288\n54165\n12044\n76758\n66357\n16994\n31236\n65760\n89757\n12395\n8024\n67275\n68528\n70168\n82423\n21349\n77771\n97015\n59342\n21181\n57852\n12636\n56146\n5933\n32328\n16424\n29903\n32729\n21499\n60364\n19277\n43970\n10246\n27956\n21465\n20057\n59218\n97667\n39404\n27278\n78471\n72500\n80772\n25946\n91620\n45626\n22326\n59670\n40884\n633\n64759\n26954\n70270\n41280\n33225\n68795\n26520\n61559\n46785\n7511\n49852\n25778\n4943\n63094\n39118\n2424\n77176\n75458\n29692\n74162\n41063\n81456\n54532\n3758\n89145\n55980\n34973\n22750\n5478\n72110\n71634\n67797\n86836\n84806\n24773\n73380\n39236\n37992\n72017\n58264\n20202\n82002\n17138\n54043\n18717\n83504\n92181\n49103\n41716\n30629\n80390\n78744\n71180\n82726\n2352\n86466\n21882\n68468\n19608\n81174\n86608\n72658\n94571\n63788\n97658\n72910\n44437\n11108\n53491\n31980\n98752\n41469\n24253\n46969\n92480\n27371\n48292\n28772\n27136\n12074\n34129\n63086\n8796\n44547\n53121\n92253\n37870\n65166\n70599\n85009\n32181\n85922\n85295\n13703\n19211\n9447\n84128\n65076\n8095\n19398\n10239\n75280\n47591\n1839\n17898\n10748\n85061\n42180\n93681\n51486\n89122\n51128\n67192\n12435\n21088\n60195\n30162\n77690\n54700\n97233\n64606\n75462\n23202\n24317\n34197\n5045\n82881\n80009\n82267\n21434\n22741\n9156\n18044\n48209\n40159\n41417\n36971\n41862\n18828\n58861\n20642\n70201\n9383\n3605\n78667\n3233\n75023\n20933\n36909\n58416\n17315\n73559\n70733\n44428\n69092\n7075\n97200\n66218\n67892\n14369\n67615\n15274\n37182\n30464\n33880\n59788\n41624\n34480\n16984\n4945\n57045\n53398\n13748\n3397\n55006\n42192\n69489\n61760\n3972\n8417\n72014\n29988\n12787\n40544\n31258\n15436\n66058\n23109\n62428\n34485\n7504\n8898\n60374\n21891\n40965\n84655\n13195\n60494\n22089\n85624\n70845\n1967\n83300\n82774\n42088\n88935\n72346\n83962\n66362\n39052\n23863\n48735\n39925\n14179\n18610\n62523\n44892\n74868\n5338\n47682\n70896\n57695\n32764\n38886\n63525\n73557\n82412\n79087\n79029\n90111\n12621\n81243\n77583\n87676\n51239\n72419\n56052\n54912\n36150\n5679\n84497\n23566\n36916\n15910\n57510\n53551\n77270\n73277\n39092\n72516\n94411\n38865\n86424\n9704\n81701\n72252\n39032\n44062\n80227\n15495\n20252\n96338\n92700\n13702\n81138\n84587\n23997\n48750\n81946\n44354\n69474\n80794\n15886\n46880\n68241\n28615\n72454\n53434\n56621\n8225\n67880\n10480\n46959\n57102\n33508\n4280\n49401\n47114\n31915\n22625\n75159\n53775\n96124\n95059\n92429\n42889\n79069\n6393\n81808\n78779\n55904\n90792\n89828\n43204\n50538\n3030\n81573\n63856\n83515\n24414\n55083\n5262\n18888\n89171\n89437\n33229\n6055\n4238\n11129\n16091\n67568\n36078\n56294\n88564\n5161\n40452\n50759\n58616\n30407\n40023\n24583\n35934\n13518\n421\n90060\n17876\n84593\n15041\n13322\n2341\n62440\n5151\n98887\n92360\n41008\n98348\n25439\n78306\n21964\n9948\n40479\n69598\n75451\n52658\n47532\n25737\n6218\n47303\n95541\n97306\n4571\n41761\n34327\n4942\n958\n98489\n15461\n36319\n13674\n45598\n30699\n77793\n39576\n65298\n29465\n17140\n40821\n96081\n11869\n23248\n77956\n67207\n33105\n8836\n38061\n94607\n72848\n81489\n57899\n39271\n49384\n91522\n95671\n37349\n47695\n48001\n41410\n2823\n73154\n72238\n14091\n19451\n53540\n5749\n6280\n81523\n68666\n97540\n11576\n25438\n87072\n34851\n96272\n44327\n33584\n46239\n43882\n12613\n55372\n9454\n80308\n64550\n62498\n98811\n70539\n3047\n56983\n13266\n67961\n15224\n86540\n6922\n64486\n79543\n64943\n29127\n20499\n92596\n15568\n12256\n9513\n89257\n42210\n64463\n53759\n51907\n98876\n51256\n23574\n40506\n6904\n74044\n91100\n9264\n25988\n43105\n61849\n81169\n73457\n24688\n69895\n69220\n27364\n37433\n80276\n88825\n69121\n35496\n65065\n50893\n14211\n70223\n3391\n26278\n31153\n17330\n47027\n7889\n10862\n8216\n24676\n61157\n46711\n33148\n9990\n25606\n28510\n39685\n57892\n41011\n65124\n16766\n93224\n74435\n13225\n28470\n32862\n18166\n27125\n75624\n50925\n47190\n32358\n68457\n38741\n98782\n30087\n34983\n92271\n69559\n14008\n38730\n76779\n26535\n53410\n47909\n66715\n69544\n10561\n11522\n78664\n71586\n40095\n1541\n19460\n84183\n14578\n86862\n37090\n95609\n78689\n92822\n4369\n23857\n34534\n55362\n71981\n87554\n31698\n56141\n19220\n18015\n34697\n5946\n4152\n40625\n58154\n7879\n38129\n84438\n63479\n95517\n26147\n42662\n33089\n35211\n95594\n82294\n65659\n98096\n90865\n35905\n5858\n12657\n27347\n81336\n30882\n165\n24567\n22072\n68703\n74564\n37078\n65366\n80682\n37166\n78875\n10150\n37406\n92113\n32333\n95796\n28819\n83146\n91049\n4860\n86858\n63825\n74516\n2347\n14472\n70770\n78788\n75308\n24238\n83192\n77589\n70922\n23260\n30637\n89890\n86161\n41873\n43150\n28608\n85771\n55320\n49152\n73124\n35826\n21246\n1729\n63496\n42341\n42786\n148\n36371\n37134\n74857\n743\n78384\n90921\n40540\n35017\n15906\n97613\n15179\n20662\n22003\n91952\n55547\n97628\n11640\n24065\n81312\n58136\n36598\n617\n27772\n90670\n72637\n87474\n42643\n7468\n87224\n89527\n77457\n45805\n1927\n94650\n74281\n41966\n9221\n60363\n62406\n66927\n16535\n88165\n10356\n39704\n96332\n49176\n1263\n63583\n8248\n44528\n13868\n61262\n66089\n46538\n81792\n13535\n822\n26468\n49210\n75636\n76841\n23989\n95616\n44148\n31714\n84576\n82300\n15022\n92011\n43058\n63580\n81012\n13864\n23964\n66368\n55007\n65950\n76552\n91268\n85040\n82895\n71967\n96101\n4843\n75515\n23385\n27866\n59858\n34004\n28046\n53512\n25139\n90773\n50214\n73022\n9858\n65869\n7758\n47304\n16961\n76976\n14171\n2532\n98112\n2208\n38790\n32915\n98014\n49932\n96587\n26166\n17622\n27195\n39485\n8940\n77266\n90591\n45650\n24535\n37085\n30518\n80738\n64298\n72058\n30123\n88598\n8191\n17953\n85343\n70001\n59418\n14346\n81605\n72755\n44194\n52571\n68691\n55788\n61602\n45102\n44927\n67313\n24865\n52168\n97607\n86986\n2369\n33161\n1719\n86564\n19882\n36449\n38054\n16432\n97090\n83480\n96737\n14344\n12113\n87412\n4577\n68863\n64136\n89950\n49321\n56564\n87567\n61322\n43728\n53202\n33935\n48309\n84156\n35651\n51335\n93251\n2794\n78792\n88429\n56353\n85026\n48791\n80521\n27412\n36539\n10169\n47641\n75951\n73550\n68259\n56617\n5826\n82699\n33380\n87294\n72387\n66529\n59904\n92911\n79904\n98058\n2797\n42853\n33199\n94034\n49127\n40924\n7087\n77422\n53182\n74550\n42720\n23971\n75045\n52145\n75226\n65352\n95574\n84241\n62670\n63698\n40333\n35223\n37595\n6214\n57591\n83927\n97185\n58753\n51202\n46201\n93033\n79525\n7926\n53279\n19566\n56126\n37565\n4271\n67412\n76382\n80548\n87444\n26819\n54013\n22445\n54008\n61642\n93790\n75493\n30522\n79092\n61186\n71409\n48994\n2551\n59377\n86402\n71047\n96653\n28813\n3942\n27168\n88170\n37043\n31613\n93651\n54599\n51383\n47974\n65414\n79848\n9870\n10954\n91437\n39240\n91424\n55099\n7556\n89666\n44804\n27642\n72805\n49157\n95021\n80906\n55640\n45624\n16908\n7316\n44403\n69183\n51744\n27240\n90621\n57778\n70360\n78444\n72804\n20027\n31753\n91179\n3221\n76464\n425\n84864\n96160\n77501\n84664\n52194\n73798\n11004\n64687\n32311\n29024\n87408\n51790\n66772\n59538\n35560\n61070\n74567\n29255\n18798\n48258\n12567\n36912\n75634\n28539\n49591\n79592\n26757\n52020\n26586\n50323\n58860\n26452\n78170\n96612\n75179\n71775\n83113\n50350\n69490\n5813\n8881\n5906\n51829\n22523\n62018\n13100\n17361\n38063\n44131\n11237\n85436\n92318\n20362\n38907\n98530\n87177\n70115\n83351\n67605\n63116\n89338\n15416\n88439\n13571\n53543\n51167\n83030\n15025\n41434\n21051\n84181\n11570\n45101\n78021\n86318\n69135\n71582\n21506\n55634\n216\n46472\n33533\n30809\n30470\n73507\n7955\n81220\n"
  },
  {
    "path": "utils/tt100k_to_voc-main/Not_TT45_list_val.txt",
    "content": "40317\n81417\n53149\n86340\n49324\n5568\n97776\n72200\n28988\n73250\n79688\n3299\n50756\n41940\n89453\n91061\n4348\n93521\n61238\n84963\n23088\n83194\n72895\n94481\n45793\n514\n59977\n58900\n30915\n84459\n48690\n94082\n62157\n4900\n91711\n72478\n6844\n34974\n31990\n30874\n97043\n87800\n97889\n2591\n9852\n37789\n80215\n51115\n27169\n1935\n19058\n88999\n37242\n5282\n96525\n60583\n84617\n64883\n37124\n39248\n80391\n72737\n6704\n13987\n51366\n13\n48200\n1556\n35857\n12229\n94665\n31158\n90411\n77344\n82318\n61956\n64497\n81817\n36756\n52893\n23791\n52429\n41415\n22433\n6319\n54531\n69413\n18160\n59013\n9389\n38199\n39565\n62052\n94015\n94811\n22212\n1845\n18720\n6947\n51551\n80045\n78307\n78604\n89932\n18605\n60637\n89367\n11403\n91792\n11535\n80152\n26490\n20224\n14484\n81589\n7341\n29071\n72694\n41771\n54091\n53326\n12253\n28455\n2315\n69203\n76874\n83888\n77257\n13430\n36966\n61811\n96011\n4256\n44244\n10270\n65488\n28134\n83895\n34636\n74148\n42877\n38587\n88732\n66415\n46324\n63254\n4134\n18661\n69321\n28218\n3027\n17317\n37104\n39839\n91207\n143\n72147\n54267\n73956\n44768\n69776\n80525\n37446\n89739\n25510\n90889\n36107\n32773\n92572\n10388\n82508\n28425\n23926\n39610\n1792\n4902\n83118\n44609\n26628\n16840\n3668\n14663\n85481\n34726\n80841\n45417\n41097\n47144\n42515\n85211\n32521\n1012\n35824\n21378\n69700\n58771\n86665\n17638\n25722\n82401\n63112\n62036\n94874\n23198\n2170\n55359\n92868\n72645\n72078\n55793\n28808\n69928\n76611\n62728\n3358\n14505\n94966\n18935\n29178\n28530\n48103\n50505\n29597\n60075\n66398\n2468\n24197\n73019\n65821\n57267\n2377\n53944\n40588\n40461\n79572\n49257\n79495\n76837\n33292\n94440\n96754\n71844\n29714\n7857\n27930\n61672\n93382\n86335\n32942\n27121\n38114\n29859\n48869\n84859\n49474\n42372\n50453\n48307\n61135\n2105\n85758\n45939\n13931\n15520\n18203\n640\n89304\n14157\n39663\n56263\n87349\n54093\n49551\n82505\n21216\n24661\n63264\n55730\n4918\n56649\n16570\n31884\n62161\n41464\n60801\n58323\n67401\n48965\n93332\n17722\n19801\n1334\n68109\n86247\n15392\n5202\n53500\n76329\n83878\n95393\n58029\n29593\n63993\n57995\n79058\n20986\n30363\n2736\n11620\n13044\n49013\n35059\n634\n93045\n11151\n38177\n5051\n98439\n71937\n18071\n52304\n68228\n20781\n74791\n15366\n20774\n2624\n46729\n18667\n56537\n21298\n30077\n55149\n82411\n68474\n65357\n96661\n95151\n15943\n98318\n17968\n83828\n38142\n4232\n79023\n88781\n65776\n47948\n84263\n7736\n85822\n22696\n95561\n36185\n45495\n8375\n86543\n93241\n71839\n70719\n29959\n43600\n42060\n60094\n91534\n60784\n36325\n55540\n71233\n39785\n59980\n41129\n9652\n16395\n50549\n64408\n45259\n92054\n18569\n77551\n29614\n33106\n57142\n83786\n8012\n74722\n42804\n91027\n68359\n9360\n11061\n61901\n10446\n52207\n52335\n39382\n11993\n79532\n48757\n26710\n23842\n54844\n89759\n53765\n38747\n22075\n52662\n27969\n15237\n60406\n90633\n83470\n2560\n2298\n94777\n2604\n90424\n89003\n19715\n9994\n46295\n93103\n70439\n38609\n9401\n78591\n91515\n88333\n93168\n16921\n58436\n28638\n31784\n1774\n6892\n20942\n69666\n83918\n95056\n94686\n27179\n94893\n90407\n95446\n78923\n3304\n40402\n79441\n4849\n52252\n39493\n64371\n84626\n70437\n81392\n29107\n85076\n14558\n20347\n90971\n10063\n80265\n87701\n56360\n29926\n67753\n64400\n82532\n14154\n9223\n98793\n35984\n98237\n28040\n48622\n83796\n94932\n45641\n3815\n22428\n40935\n43393\n40308\n29501\n53800\n57496\n74836\n60241\n47768\n40839\n19082\n59031\n18197\n75973\n70707\n5332\n82925\n58835\n63045\n36477\n97848\n321\n26112\n77983\n92152\n75547\n42881\n54608\n77276\n90192\n6017\n26151\n10570\n2\n94144\n11229\n35551\n84293\n54874\n21032\n83078\n58719\n25815\n81000\n50648\n58531\n39338\n41568\n37145\n8320\n24611\n58194\n22183\n79027\n81595\n63702\n14724\n94935\n6195\n41154\n23475\n27674\n21529\n83476\n88672\n84269\n64226\n83208\n59877\n35881\n31779\n23140\n62247\n86245\n32920\n54339\n84294\n73163\n35419\n5998\n29297\n56272\n24448\n97496\n33714\n18087\n47556\n23384\n84332\n62167\n82136\n1301\n14391\n29033\n22673\n31372\n97756\n37500\n98129\n96501\n88619\n80824\n78678\n94688\n92382\n37910\n45050\n8970\n60572\n93059\n43789\n6008\n11623\n4731\n19713\n16813\n14553\n13942\n36836\n40879\n59223\n26310\n79414\n68066\n87328\n96069\n35404\n77883\n78340\n78472\n88724\n68678\n10375\n5970\n32990\n56245\n84476\n17370\n59327\n44936\n46127\n87919\n83495\n28410\n75067\n63472\n76649\n29362\n18073\n22682\n9633\n41523\n66096\n83692\n25588\n65599\n50510\n31483\n67682\n21290\n95658\n12001\n48397\n88735\n56587\n61923\n41889\n41747\n60727\n80239\n74646\n87927\n60655\n81780\n86217\n47467\n60478\n67997\n12000\n46506\n55631\n13457\n40087\n34867\n65423\n49049\n91569\n2717\n52255\n78226\n20982\n97468\n40995\n751\n77600\n93879\n69951\n42905\n52127\n3448\n18536\n46674\n93976\n87665\n5773\n81674\n4059\n32717\n88267\n47168\n46070\n65050\n33906\n85195\n47899\n62077\n71017\n26127\n63840\n75607\n81434\n5992\n"
  },
  {
    "path": "utils/tt100k_to_voc-main/README.md",
    "content": "\n"
  },
  {
    "path": "utils/tt100k_to_voc-main/TT100K_VOC_classes.json",
    "content": "{\n    \"i2\":1,\n    \"i4\":2,\n    \"i5\":3,\n    \"il100\":4,\n    \"il60\":5,\n    \"il80\":6,\n    \"io\":7,\n    \"ip\":8,\n    \"p10\":9,\n    \"p11\":10,\n    \"p12\":11,\n    \"p19\":12,\n    \"p23\":13,\n    \"p26\":14,\n    \"p27\":15,\n    \"p3\":16,\n    \"p5\":17,\n    \"p6\":18,\n    \"pg\":19,\n    \"ph4\":20,\n    \"ph4.5\":21,\n    \"ph5\":22,\n    \"pl100\":23,\n    \"pl120\":24,\n    \"pl20\":25,\n    \"pl30\":26,\n    \"pl40\":27,\n    \"pl5\":28,\n    \"pl50\":29,\n    \"pl60\":30,\n    \"pl70\":31,\n    \"pl80\":32,\n    \"pm20\":33,\n    \"pm30\":34,\n    \"pm55\":35,\n    \"pn\":36,\n    \"pne\":37,\n    \"po\":38,\n    \"pr40\":39,\n    \"w13\":40,\n    \"w32\":41,\n    \"w55\":42,\n    \"w57\":43,\n    \"w59\":44,\n    \"wo\":45\n}"
  },
  {
    "path": "utils/tt100k_to_voc-main/__init__.py",
    "content": ""
  },
  {
    "path": "utils/tt100k_to_voc-main/annotations_all.json",
    "content": "{\"types\": [\"pl80\", \"w9\", \"p6\", \"ph4.2\", \"i8\", \"w14\", \"w33\", \"pa13\", \"im\", \"w58\", \"pl90\", \"il70\", \"p5\", \"pm55\", \"pl60\", \"ip\", \"p11\", \"pdd\", \"wc\", \"i2r\", \"w30\", \"pmr\", \"p23\", \"pl15\", \"pm10\", \"pss\", \"w1\", \"p4\", \"w38\", \"w50\", \"w34\", \"pw3.5\", \"iz\", \"w39\", \"w11\", \"p1n\", \"pr70\", \"pd\", \"pnl\", \"pg\", \"ph5.3\", \"w66\", \"il80\", \"pb\", \"pbm\", \"pm5\", \"w24\", \"w67\", \"w49\", \"pm40\", \"ph4\", \"w45\", \"i4\", \"w37\", \"ph2.6\", \"pl70\", \"ph5.5\", \"i14\", \"i11\", \"p7\", \"p29\", \"pne\", \"pr60\", \"pm13\", \"ph4.5\", \"p12\", \"p3\", \"w40\", \"pl5\", \"w13\", \"pr10\", \"p14\", \"i4l\", \"pr30\", \"pw4.2\", \"w16\", \"p17\", \"ph3\", \"i9\", \"w15\", \"w35\", \"pa8\", \"pt\", \"pr45\", \"w17\", \"pl30\", \"pcs\", \"pctl\", \"pr50\", \"ph4.4\", \"pm46\", \"pm35\", \"i15\", \"pa12\", \"pclr\", \"i1\", \"pcd\", \"pbp\", \"pcr\", \"w28\", \"ps\", \"pm8\", \"w18\", \"w2\", \"w52\", \"ph2.9\", \"ph1.8\", \"pe\", \"p20\", \"w36\", \"p10\", \"pn\", \"pa14\", \"w54\", \"ph3.2\", \"p2\", \"ph2.5\", \"w62\", \"w55\", \"pw3\", \"pw4.5\", \"i12\", \"ph4.3\", \"phclr\", \"i10\", \"pr5\", \"i13\", \"w10\", \"p26\", \"w26\", \"p8\", \"w5\", \"w42\", \"il50\", \"p13\", \"pr40\", \"p25\", \"w41\", \"pl20\", \"ph4.8\", \"pnlc\", \"ph3.3\", \"w29\", \"ph2.1\", \"w53\", \"pm30\", \"p24\", \"p21\", \"pl40\", \"w27\", \"pmb\", \"pc\", \"i6\", \"pr20\", \"p18\", \"ph3.8\", \"pm50\", \"pm25\", \"i2\", \"w22\", \"w47\", \"w56\", \"pl120\", \"ph2.8\", \"i7\", \"w12\", \"pm1.5\", \"pm2.5\", \"w32\", \"pm15\", \"ph5\", \"w19\", \"pw3.2\", \"pw2.5\", \"pl10\", \"il60\", \"w57\", \"w48\", \"w60\", \"pl100\", \"pr80\", \"p16\", \"pl110\", \"w59\", \"w64\", \"w20\", \"ph2\", \"p9\", \"il100\", \"w31\", \"w65\", \"ph2.4\", \"pr100\", \"p19\", \"ph3.5\", \"pa10\", \"pcl\", \"pl35\", \"p15\", \"w7\", \"pa6\", \"phcs\", \"w43\", \"p28\", \"w6\", \"w3\", \"w25\", \"pl25\", \"il110\", \"p1\", \"w46\", \"pn-2\", \"w51\", \"w44\", \"w63\", \"w23\", \"pm20\", \"w8\", \"pmblr\", \"w4\", \"i5\", \"il90\", \"w21\", \"p27\", \"pl50\", \"pl65\", \"w61\", \"ph2.2\", \"pm2\", \"i3\", \"pa18\", \"pw4\"], \"imgs\": {\"62627\": {\"path\": \"train/62627.jpg\", \"id\": 62627, \"objects\": [{\"bbox\": {\"xmin\": 1580.0, \"ymin\": 758.667, \"xmax\": 1638.6667, \"ymax\": 818.6667}, \"category\": \"ph5\"}]}, \"52333\": {\"path\": \"test/52333.jpg\", \"id\": 52333, \"objects\": [{\"bbox\": {\"xmin\": 1793.0, \"ymin\": 607.0, \"xmax\": 1857.0, \"ymax\": 687.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1717.0, \"ymin\": 596.0, \"xmax\": 1790.0, \"ymax\": 674.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1639.0, \"ymin\": 588.0, \"xmax\": 1717.0, \"ymax\": 666.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1860.0, \"ymin\": 620.0, \"xmax\": 1920.0, \"ymax\": 695.0}, \"category\": \"pn\"}]}, \"84351\": {\"path\": \"train/84351.jpg\", \"id\": 84351, \"objects\": [{\"bbox\": {\"xmin\": 809.901, \"ymin\": 904.95, \"xmax\": 834.6535, \"ymax\": 937.6238000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1100.99, \"ymin\": 930.693, \"xmax\": 1120.7921000000001, \"ymax\": 951.4851}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1063.37, \"ymin\": 931.683, \"xmax\": 1081.1880999999998, \"ymax\": 953.4653}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1083.17, \"ymin\": 928.713, \"xmax\": 1100.9918, \"ymax\": 953.4642}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 716.832, \"ymin\": 908.911, \"xmax\": 738.6139, \"ymax\": 937.6253999999999}, \"category\": \"pne\"}]}, \"96253\": {\"path\": \"other/96253.jpg\", \"id\": 96253, \"objects\": [{\"bbox\": {\"xmin\": 1095.0, \"ymin\": 952.0, \"xmax\": 1110.0, \"ymax\": 967.0}, \"category\": \"pn\"}]}, \"95843\": {\"path\": \"train/95843.jpg\", \"id\": 95843, \"objects\": [{\"bbox\": {\"xmin\": 1420.0, \"ymin\": 953.333, \"xmax\": 1449.3333, \"ymax\": 990.6667}, \"category\": \"pcl\"}]}, \"10823\": {\"path\": \"train/10823.jpg\", \"id\": 10823, \"objects\": [{\"bbox\": {\"xmin\": 781.333, \"ymin\": 965.333, \"xmax\": 842.6667, \"ymax\": 1028.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1614.67, \"ymin\": 844.0, \"xmax\": 1652.0, \"ymax\": 885.3333}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 468.0, \"ymin\": 750.667, \"xmax\": 525.3336, \"ymax\": 817.3336}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1564.0, \"ymin\": 849.333, \"xmax\": 1600.0, \"ymax\": 890.6667}, \"category\": \"pcr\"}]}, \"95263\": {\"path\": \"train/95263.jpg\", \"id\": 95263, \"objects\": [{\"bbox\": {\"xmin\": 1426.67, \"ymin\": 404.0, \"xmax\": 1566.6670000000001, \"ymax\": 534.667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1288.0, \"ymin\": 392.0, \"xmax\": 1433.333, \"ymax\": 512.0}, \"category\": \"w55\"}]}, \"42593\": {\"path\": \"test/42593.jpg\", \"id\": 42593, \"objects\": [{\"bbox\": {\"xmin\": 1581.0, \"ymin\": 729.0, \"xmax\": 1625.0, \"ymax\": 773.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1637.0, \"ymin\": 729.0, \"xmax\": 1679.0, \"ymax\": 775.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 126.0, \"ymin\": 985.0, \"xmax\": 137.0, \"ymax\": 1000.0}, \"category\": \"pne\"}]}, \"55514\": {\"path\": \"test/55514.jpg\", \"id\": 55514, \"objects\": [{\"bbox\": {\"xmin\": 1800.0, \"ymin\": 999.0, \"xmax\": 1833.0, \"ymax\": 1032.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1801.0, \"ymin\": 1035.0, \"xmax\": 1828.0, \"ymax\": 1066.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1308.0, \"ymin\": 970.0, \"xmax\": 1344.0, \"ymax\": 1008.0}, \"category\": \"pne\"}]}, \"33424\": {\"path\": \"train/33424.jpg\", \"id\": 33424, \"objects\": [{\"bbox\": {\"xmin\": 1854.67, \"ymin\": 636.0, \"xmax\": 1913.3300000000002, \"ymax\": 704.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1722.67, \"ymin\": 613.333, \"xmax\": 1788.0, \"ymax\": 684.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1789.33, \"ymin\": 625.333, \"xmax\": 1853.3333, \"ymax\": 696.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1917.33, \"ymin\": 645.333, \"xmax\": 1977.33, \"ymax\": 716.0}, \"category\": \"pn\"}]}, \"53363\": {\"path\": \"other/53363.jpg\", \"id\": 53363, \"objects\": [{\"bbox\": {\"xmin\": 1235.53, \"ymin\": 919.737, \"xmax\": 1292.1069, \"ymax\": 968.4211}, \"category\": \"w30\"}]}, \"40317\": {\"path\": \"test/40317.jpg\", \"id\": 40317, \"objects\": [{\"bbox\": {\"xmin\": 1246.67, \"ymin\": 950.667, \"xmax\": 1277.3333, \"ymax\": 980.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1542.67, \"ymin\": 922.667, \"xmax\": 1609.3333, \"ymax\": 989.3330000000001}, \"category\": \"w28\"}, {\"bbox\": {\"xmin\": 1308.0, \"ymin\": 926.667, \"xmax\": 1348.0033, \"ymax\": 961.3333}, \"category\": \"w30\"}]}, \"52640\": {\"path\": \"train/52640.jpg\", \"id\": 52640, \"objects\": [{\"bbox\": {\"xmin\": 351.0, \"ymin\": 932.0, \"xmax\": 383.0, \"ymax\": 975.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 352.0, \"ymin\": 976.0, \"xmax\": 384.0, \"ymax\": 1017.0}, \"category\": \"pn\"}]}, \"53566\": {\"path\": \"test/53566.jpg\", \"id\": 53566, \"objects\": [{\"bbox\": {\"xmin\": 670.667, \"ymin\": 110.667, \"xmax\": 777.3330000000001, \"ymax\": 173.3333}, \"category\": \"pl60\"}]}, \"81877\": {\"path\": \"train/81877.jpg\", \"id\": 81877, \"objects\": [{\"bbox\": {\"xmin\": 313.0, \"ymin\": 327.0, \"xmax\": 446.0, \"ymax\": 451.0}, \"category\": \"p19\"}]}, \"28337\": {\"path\": \"train/28337.jpg\", \"id\": 28337, \"objects\": [{\"bbox\": {\"xmin\": 619.0, \"ymin\": 1036.0, \"xmax\": 640.0, \"ymax\": 1058.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1564.0, \"ymin\": 913.0, \"xmax\": 1610.0, \"ymax\": 958.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1567.0, \"ymin\": 949.0, \"xmax\": 1608.0, \"ymax\": 996.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1566.0, \"ymin\": 1000.0, \"xmax\": 1606.0, \"ymax\": 1049.0}, \"category\": \"i2r\"}]}, \"16027\": {\"path\": \"train/16027.jpg\", \"id\": 16027, \"objects\": [{\"bbox\": {\"xmin\": 1823.0, \"ymin\": 852.0, \"xmax\": 1845.0, \"ymax\": 880.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1850.0, \"ymin\": 855.0, \"xmax\": 1871.0, \"ymax\": 881.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1635.0, \"ymin\": 916.0, \"xmax\": 1662.0, \"ymax\": 950.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1635.0, \"ymin\": 954.0, \"xmax\": 1659.0, \"ymax\": 987.0}, \"category\": \"i2r\"}]}, \"65164\": {\"path\": \"other/65164.jpg\", \"id\": 65164, \"objects\": [{\"bbox\": {\"xmin\": 635.5479125976562, \"ymin\": 907.0142211914062, \"xmax\": 658.1122436523438, \"ymax\": 933.2351684570312}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 553.7153930664062, \"ymin\": 912.8486938476562, \"xmax\": 574.9501342773438, \"ymax\": 937.2921752929688}, \"category\": \"pne\"}]}, \"5482\": {\"path\": \"train/5482.jpg\", \"id\": 5482, \"objects\": [{\"bbox\": {\"xmin\": 579.87, \"ymin\": 941.59, \"xmax\": 597.0885, \"ymax\": 956.1596000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 747.02, \"ymin\": 923.841, \"xmax\": 766.2252, \"ymax\": 945.0331}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 719.868, \"ymin\": 923.841, \"xmax\": 741.7219, \"ymax\": 944.3709}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 770.199, \"ymin\": 923.179, \"xmax\": 787.3016, \"ymax\": 944.3709}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 513.907, \"ymin\": 938.889, \"xmax\": 530.9524, \"ymax\": 958.941}, \"category\": \"pne\"}]}, \"19790\": {\"path\": \"test/19790.jpg\", \"id\": 19790, \"objects\": [{\"bbox\": {\"xmin\": 344.8, \"ymin\": 942.4, \"xmax\": 411.20000000000005, \"ymax\": 1010.4}, \"category\": \"pl80\"}]}, \"28651\": {\"path\": \"train/28651.jpg\", \"id\": 28651, \"objects\": [{\"bbox\": {\"xmin\": 1547.0, \"ymin\": 879.0, \"xmax\": 1630.0, \"ymax\": 963.0}, \"category\": \"pl60\"}]}, \"21273\": {\"path\": \"other/21273.jpg\", \"id\": 21273, \"objects\": [{\"bbox\": {\"xmin\": 284.0, \"ymin\": 920.0, \"xmax\": 325.3333, \"ymax\": 964.0}, \"category\": \"pl35\"}]}, \"96142\": {\"path\": \"train/96142.jpg\", \"id\": 96142, \"objects\": [{\"bbox\": {\"xmin\": 1285.53, \"ymin\": 913.158, \"xmax\": 1303.9474, \"ymax\": 931.5789}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1209.21, \"ymin\": 910.526, \"xmax\": 1230.2632, \"ymax\": 936.8421}, \"category\": \"pne\"}]}, \"81417\": {\"path\": \"test/81417.jpg\", \"id\": 81417, \"objects\": [{\"bbox\": {\"xmin\": 85.79842376708984, \"ymin\": 1104.3092041015625, \"xmax\": 110.86945343017578, \"ymax\": 1141.8114013671875}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 672.278, \"ymin\": 894.059, \"xmax\": 788.119, \"ymax\": 1009.901}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 669.307, \"ymin\": 772.277, \"xmax\": 788.119, \"ymax\": 889.109}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1345.54, \"ymin\": 903.96, \"xmax\": 1457.426, \"ymax\": 1023.7620000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1850.5, \"ymin\": 916.831, \"xmax\": 1950.4954, \"ymax\": 1014.8512000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 674.257, \"ymin\": 1013.86, \"xmax\": 794.059, \"ymax\": 1128.713}, \"category\": \"pw3.2\"}]}, \"78355\": {\"path\": \"train/78355.jpg\", \"id\": 78355, \"objects\": [{\"bbox\": {\"xmin\": 1696.0, \"ymin\": 906.0, \"xmax\": 1730.0, \"ymax\": 943.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1178.0, \"ymin\": 979.0, \"xmax\": 1194.0, \"ymax\": 996.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1696.0, \"ymin\": 960.0, \"xmax\": 1730.0, \"ymax\": 996.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1656.0, \"ymin\": 960.0, \"xmax\": 1689.0, \"ymax\": 996.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1656.0, \"ymin\": 908.0, \"xmax\": 1690.0, \"ymax\": 943.0}, \"category\": \"pbp\"}]}, \"57562\": {\"path\": \"train/57562.jpg\", \"id\": 57562, \"objects\": [{\"bbox\": {\"xmin\": 1048.1832275390625, \"ymin\": 836.4548950195312, \"xmax\": 1070.5406494140625, \"ymax\": 862.2582397460938}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1010.0, \"ymin\": 828.0, \"xmax\": 1045.0, \"ymax\": 863.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 907.0, \"ymin\": 669.0, \"xmax\": 978.0, \"ymax\": 742.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 973.0, \"ymin\": 827.0, \"xmax\": 1008.0, \"ymax\": 864.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1312.0, \"ymin\": 883.0, \"xmax\": 1364.0, \"ymax\": 936.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1309.0, \"ymin\": 933.0, \"xmax\": 1358.0, \"ymax\": 985.0}, \"category\": \"i2r\"}]}, \"43305\": {\"path\": \"test/43305.jpg\", \"id\": 43305, \"objects\": [{\"bbox\": {\"xmin\": 1700.0, \"ymin\": 937.0, \"xmax\": 1762.0, \"ymax\": 1007.0}, \"category\": \"pl120\"}]}, \"53149\": {\"path\": \"test/53149.jpg\", \"id\": 53149, \"objects\": [{\"bbox\": {\"xmin\": 1681.33, \"ymin\": 921.333, \"xmax\": 1761.3333, \"ymax\": 1002.6664}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1681.33, \"ymin\": 1002.67, \"xmax\": 1766.6667, \"ymax\": 1084.0}, \"category\": \"w24\"}]}, \"86340\": {\"path\": \"test/86340.jpg\", \"id\": 86340, \"objects\": [{\"bbox\": {\"xmin\": 1729.2314453125, \"ymin\": 988.0350341796875, \"xmax\": 1748.392333984375, \"ymax\": 1008.195068359375}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 351.485, \"ymin\": 848.515, \"xmax\": 375.2475, \"ymax\": 884.1584}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1321.78, \"ymin\": 890.099, \"xmax\": 1345.5446, \"ymax\": 915.8423}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1206.93, \"ymin\": 890.099, \"xmax\": 1230.6931, \"ymax\": 915.8416000000001}, \"category\": \"pne\"}]}, \"77239\": {\"path\": \"train/77239.jpg\", \"id\": 77239, \"objects\": [{\"bbox\": {\"xmin\": 213.861, \"ymin\": 1039.6, \"xmax\": 233.6634, \"ymax\": 1062.3762}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 904.95, \"ymin\": 974.257, \"xmax\": 927.7228, \"ymax\": 999.0098999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 211.881, \"ymin\": 1013.86, \"xmax\": 235.6436, \"ymax\": 1037.6238}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 900.99, \"ymin\": 1002.97, \"xmax\": 928.7109, \"ymax\": 1029.703}, \"category\": \"pl5\"}]}, \"65970\": {\"path\": \"train/65970.jpg\", \"id\": 65970, \"objects\": [{\"bbox\": {\"xmin\": 1021.0, \"ymin\": 588.0, \"xmax\": 1091.0, \"ymax\": 653.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 443.0, \"ymin\": 615.0, \"xmax\": 504.0, \"ymax\": 673.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 511.0, \"ymin\": 604.0, \"xmax\": 572.0, \"ymax\": 667.0}, \"category\": \"pn\"}]}, \"42127\": {\"path\": \"train/42127.jpg\", \"id\": 42127, \"objects\": [{\"bbox\": {\"xmin\": 1635.0, \"ymin\": 943.0, \"xmax\": 1667.0, \"ymax\": 982.0}, \"category\": \"i5\"}]}, \"44151\": {\"path\": \"test/44151.jpg\", \"id\": 44151, \"objects\": [{\"bbox\": {\"xmin\": 901.333, \"ymin\": 805.333, \"xmax\": 950.6667, \"ymax\": 854.6664}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 849.333, \"ymin\": 801.333, \"xmax\": 900.0, \"ymax\": 853.333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 797.333, \"ymin\": 796.0, \"xmax\": 850.6667, \"ymax\": 845.3333}, \"category\": \"w55\"}]}, \"65059\": {\"path\": \"test/65059.jpg\", \"id\": 65059, \"objects\": [{\"bbox\": {\"xmin\": 610.667, \"ymin\": 998.667, \"xmax\": 633.3333, \"ymax\": 1030.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 609.333, \"ymin\": 964.0, \"xmax\": 633.3333, \"ymax\": 995.9997}, \"category\": \"pl5\"}]}, \"41620\": {\"path\": \"other/41620.jpg\", \"id\": 41620, \"objects\": [{\"bbox\": {\"xmin\": 844.0291748046875, \"ymin\": 1465.167724609375, \"xmax\": 880.7198486328125, \"ymax\": 1499.007080078125}, \"category\": \"pn\"}]}, \"42976\": {\"path\": \"train/42976.jpg\", \"id\": 42976, \"objects\": [{\"bbox\": {\"xmin\": 1208.52, \"ymin\": 933.523, \"xmax\": 1255.1064, \"ymax\": 972.7273}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1137.5, \"ymin\": 998.864, \"xmax\": 1163.0682, \"ymax\": 1019.3181000000001}, \"category\": \"w57\"}]}, \"38480\": {\"path\": \"train/38480.jpg\", \"id\": 38480, \"objects\": [{\"bbox\": {\"xmin\": 751.485, \"ymin\": 921.782, \"xmax\": 771.2871, \"ymax\": 943.5644000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 728.713, \"ymin\": 920.792, \"xmax\": 748.5149, \"ymax\": 942.5743}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 777.228, \"ymin\": 923.762, \"xmax\": 795.0495, \"ymax\": 942.5743}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 93.0693, \"ymin\": 881.188, \"xmax\": 119.80199999999999, \"ymax\": 907.9208}, \"category\": \"pne\"}]}, \"88449\": {\"path\": \"train/88449.jpg\", \"id\": 88449, \"objects\": [{\"bbox\": {\"xmin\": 298.4, \"ymin\": 972.0, \"xmax\": 352.0, \"ymax\": 1028.8}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1967.2, \"ymin\": 1002.4, \"xmax\": 1997.6000000000001, \"ymax\": 1047.2}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1182.4, \"ymin\": 988.0, \"xmax\": 1216.0, \"ymax\": 1016.8}, \"category\": \"w57\"}]}, \"182\": {\"path\": \"train/182.jpg\", \"id\": 182, \"objects\": [{\"bbox\": {\"xmin\": 53.9286, \"ymin\": 1038.93, \"xmax\": 107.8947, \"ymax\": 1087.1429}, \"category\": \"ip\"}]}, \"63953\": {\"path\": \"other/63953.jpg\", \"id\": 63953, \"objects\": [{\"bbox\": {\"xmin\": 852.0, \"ymin\": 761.0, \"xmax\": 955.0, \"ymax\": 902.0}, \"category\": \"p2\"}]}, \"66251\": {\"path\": \"test/66251.jpg\", \"id\": 66251, \"objects\": [{\"bbox\": {\"xmin\": 1472.0, \"ymin\": 884.0, \"xmax\": 1498.6634, \"ymax\": 909.3333}, \"category\": \"pl40\"}]}, \"57571\": {\"path\": \"test/57571.jpg\", \"id\": 57571, \"objects\": [{\"bbox\": {\"xmin\": 1928.0, \"ymin\": 890.0, \"xmax\": 2007.0, \"ymax\": 982.0}, \"category\": \"p10\"}]}, \"49324\": {\"path\": \"test/49324.jpg\", \"id\": 49324, \"objects\": [{\"bbox\": {\"xmin\": 794.667, \"ymin\": 749.333, \"xmax\": 846.6667, \"ymax\": 798.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1181.33, \"ymin\": 757.333, \"xmax\": 1234.6600999999998, \"ymax\": 806.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 990.667, \"ymin\": 749.333, \"xmax\": 1042.667, \"ymax\": 802.6667}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1349.33, \"ymin\": 780.0, \"xmax\": 1397.3333, \"ymax\": 829.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 710.667, \"ymin\": 749.333, \"xmax\": 762.6667, \"ymax\": 801.3333}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 902.667, \"ymin\": 748.0, \"xmax\": 957.3333, \"ymax\": 800.0}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1098.67, \"ymin\": 752.0, \"xmax\": 1152.0, \"ymax\": 804.0}, \"category\": \"pl110\"}]}, \"18799\": {\"path\": \"train/18799.jpg\", \"id\": 18799, \"objects\": [{\"bbox\": {\"xmin\": 1676.837158203125, \"ymin\": 1037.73486328125, \"xmax\": 1697.689208984375, \"ymax\": 1058.19482421875}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1384.08, \"ymin\": 971.144, \"xmax\": 1405.9701, \"ymax\": 991.5423}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1384.58, \"ymin\": 993.532, \"xmax\": 1402.4887999999999, \"ymax\": 1008.9552}, \"category\": \"w59\"}]}, \"25200\": {\"path\": \"test/25200.jpg\", \"id\": 25200, \"objects\": [{\"bbox\": {\"xmin\": 140.0, \"ymin\": 774.0, \"xmax\": 360.0, \"ymax\": 972.0}, \"category\": \"w57\"}]}, \"34562\": {\"path\": \"train/34562.jpg\", \"id\": 34562, \"objects\": [{\"bbox\": {\"xmin\": 1281.33, \"ymin\": 940.0, \"xmax\": 1326.6667, \"ymax\": 984.0}, \"category\": \"p11\"}]}, \"17996\": {\"path\": \"train/17996.jpg\", \"id\": 17996, \"objects\": [{\"bbox\": {\"xmin\": 1762.75, \"ymin\": 503.922, \"xmax\": 1847.0588, \"ymax\": 596.0784}, \"category\": \"pne\"}]}, \"76208\": {\"path\": \"train/76208.jpg\", \"id\": 76208, \"objects\": [{\"bbox\": {\"xmin\": 1452.23, \"ymin\": 1118.9, \"xmax\": 1486.5622, \"ymax\": 1158.7050000000002}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1434.96, \"ymin\": 1068.58, \"xmax\": 1453.5398, \"ymax\": 1089.8229999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1454.87, \"ymin\": 1067.26, \"xmax\": 1474.3411999999998, \"ymax\": 1086.7281}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1334.32, \"ymin\": 1128.36, \"xmax\": 1372.1368, \"ymax\": 1168.1591999999998}, \"category\": \"pne\"}]}, \"9608\": {\"path\": \"train/9608.jpg\", \"id\": 9608, \"objects\": [{\"bbox\": {\"xmin\": 1058.67, \"ymin\": 534.667, \"xmax\": 1156.0, \"ymax\": 621.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 728.0, \"ymin\": 554.667, \"xmax\": 822.6667, \"ymax\": 636.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 626.667, \"ymin\": 562.667, \"xmax\": 716.0, \"ymax\": 644.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 948.0, \"ymin\": 540.0, \"xmax\": 1048.0, \"ymax\": 624.0}, \"category\": \"pl100\"}]}, \"4224\": {\"path\": \"train/4224.jpg\", \"id\": 4224, \"objects\": [{\"bbox\": {\"xmin\": 1518.67, \"ymin\": 754.667, \"xmax\": 1562.6667, \"ymax\": 801.3336}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1566.67, \"ymin\": 705.333, \"xmax\": 1608.0, \"ymax\": 752.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1520.0, \"ymin\": 702.667, \"xmax\": 1561.3333, \"ymax\": 745.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1565.33, \"ymin\": 757.333, \"xmax\": 1605.3333, \"ymax\": 804.0}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1188.0, \"ymin\": 853.333, \"xmax\": 1230.6667, \"ymax\": 893.3333}, \"category\": \"pmb\"}]}, \"72874\": {\"path\": \"train/72874.jpg\", \"id\": 72874, \"objects\": [{\"bbox\": {\"xmin\": 1166.67, \"ymin\": 734.667, \"xmax\": 1239.9967000000001, \"ymax\": 805.3333}, \"category\": \"pl40\"}]}, \"59820\": {\"path\": \"train/59820.jpg\", \"id\": 59820, \"objects\": [{\"bbox\": {\"xmin\": 1190.1, \"ymin\": 961.386, \"xmax\": 1238.1631, \"ymax\": 1010.8913}, \"category\": \"pn\"}]}, \"44351\": {\"path\": \"train/44351.jpg\", \"id\": 44351, \"objects\": [{\"bbox\": {\"xmin\": 1049.51, \"ymin\": 710.891, \"xmax\": 1115.8416, \"ymax\": 781.1881}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1122.77, \"ymin\": 712.871, \"xmax\": 1192.0792, \"ymax\": 779.2078}, \"category\": \"pn\"}]}, \"93127\": {\"path\": \"test/93127.jpg\", \"id\": 93127, \"objects\": [{\"bbox\": {\"xmin\": 903.175, \"ymin\": 942.063, \"xmax\": 922.2221999999999, \"ymax\": 964.2857}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 828.571, \"ymin\": 943.651, \"xmax\": 847.619, \"ymax\": 961.9047999999999}, \"category\": \"pne\"}]}, \"66435\": {\"path\": \"train/66435.jpg\", \"id\": 66435, \"objects\": [{\"bbox\": {\"xmin\": 1394.8104248046875, \"ymin\": 1014.1524658203125, \"xmax\": 1411.3626708984375, \"ymax\": 1030.73388671875}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1429.33, \"ymin\": 1028.0, \"xmax\": 1462.6667, \"ymax\": 1064.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1977.33, \"ymin\": 794.667, \"xmax\": 2017.3333, \"ymax\": 844.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1806.67, \"ymin\": 1033.33, \"xmax\": 1829.3333, \"ymax\": 1061.3333}, \"category\": \"i2r\"}]}, \"1542\": {\"path\": \"test/1542.jpg\", \"id\": 1542, \"objects\": [{\"bbox\": {\"xmin\": 364.356, \"ymin\": 926.733, \"xmax\": 411.8812, \"ymax\": 995.0494}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 368.317, \"ymin\": 1000.0, \"xmax\": 409.9008, \"ymax\": 1048.5118}, \"category\": \"w59\"}]}, \"5568\": {\"path\": \"test/5568.jpg\", \"id\": 5568, \"objects\": [{\"bbox\": {\"xmin\": 1657.0, \"ymin\": 921.0, \"xmax\": 1721.0, \"ymax\": 994.0}, \"category\": \"i2r\"}]}, \"37728\": {\"path\": \"train/37728.jpg\", \"id\": 37728, \"objects\": [{\"bbox\": {\"xmin\": 1752.27, \"ymin\": 943.182, \"xmax\": 1782.3863999999999, \"ymax\": 981.2504}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1748.3, \"ymin\": 987.5, \"xmax\": 1777.2727, \"ymax\": 1015.9091}, \"category\": \"w59\"}]}, \"91093\": {\"path\": \"train/91093.jpg\", \"id\": 91093, \"objects\": [{\"bbox\": {\"xmin\": 520.561, \"ymin\": 1016.41, \"xmax\": 539.1941, \"ymax\": 1040.0701}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 519.634, \"ymin\": 987.687, \"xmax\": 538.4928, \"ymax\": 1011.7582}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 289.0, \"ymin\": 988.0, \"xmax\": 308.0, \"ymax\": 1006.1}, \"category\": \"pn\"}]}, \"92299\": {\"path\": \"other/92299.jpg\", \"id\": 92299, \"objects\": [{\"bbox\": {\"xmin\": 1720.3902587890625, \"ymin\": 981.28759765625, \"xmax\": 1743.0765380859375, \"ymax\": 1003.151123046875}, \"category\": \"pl40\"}]}, \"1284\": {\"path\": \"train/1284.jpg\", \"id\": 1284, \"objects\": [{\"bbox\": {\"xmin\": 1262.0, \"ymin\": 921.0, \"xmax\": 1283.0, \"ymax\": 944.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1286.0, \"ymin\": 923.0, \"xmax\": 1308.0, \"ymax\": 946.0}, \"category\": \"pn\"}]}, \"72631\": {\"path\": \"train/72631.jpg\", \"id\": 72631, \"objects\": [{\"bbox\": {\"xmin\": 1251.77, \"ymin\": 936.283, \"xmax\": 1266.8142, \"ymax\": 951.3274}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1268.59, \"ymin\": 935.841, \"xmax\": 1284.5157, \"ymax\": 952.6547}, \"category\": \"pn\"}]}, \"13354\": {\"path\": \"other/13354.jpg\", \"id\": 13354, \"objects\": [{\"bbox\": {\"xmin\": 1095.66, \"ymin\": 933.696, \"xmax\": 1114.4974, \"ymax\": 952.8986}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1051.39, \"ymin\": 937.052, \"xmax\": 1067.7291, \"ymax\": 954.5817000000001}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1073.19, \"ymin\": 936.232, \"xmax\": 1090.5797, \"ymax\": 952.8987}, \"category\": \"w42\"}]}, \"15974\": {\"path\": \"train/15974.jpg\", \"id\": 15974, \"objects\": [{\"bbox\": {\"xmin\": 1403.54, \"ymin\": 1005.31, \"xmax\": 1419.469, \"ymax\": 1021.2438999999999}, \"category\": \"pl30\"}]}, \"93499\": {\"path\": \"other/93499.jpg\", \"id\": 93499, \"objects\": [{\"bbox\": {\"xmin\": 1070.2, \"ymin\": 951.656, \"xmax\": 1080.7947000000001, \"ymax\": 964.9006999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1026.49, \"ymin\": 953.642, \"xmax\": 1037.0861, \"ymax\": 966.2252000000001}, \"category\": \"pne\"}]}, \"55865\": {\"path\": \"test/55865.jpg\", \"id\": 55865, \"objects\": [{\"bbox\": {\"xmin\": 372.0, \"ymin\": 931.0, \"xmax\": 436.0, \"ymax\": 993.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 369.0, \"ymin\": 994.0, \"xmax\": 437.0, \"ymax\": 1057.0}, \"category\": \"pg\"}]}, \"42818\": {\"path\": \"test/42818.jpg\", \"id\": 42818, \"objects\": [{\"bbox\": {\"xmin\": 615.789, \"ymin\": 644.737, \"xmax\": 656.5789, \"ymax\": 738.1578999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 659.211, \"ymin\": 671.053, \"xmax\": 697.3689, \"ymax\": 760.5264999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 697.368, \"ymin\": 696.053, \"xmax\": 732.8939, \"ymax\": 780.2632}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 776.316, \"ymin\": 913.158, \"xmax\": 818.4222, \"ymax\": 975.0}, \"category\": \"w55\"}]}, \"97776\": {\"path\": \"test/97776.jpg\", \"id\": 97776, \"objects\": [{\"bbox\": {\"xmin\": 1213.0, \"ymin\": 585.0, \"xmax\": 1311.0, \"ymax\": 683.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 2026.0, \"ymin\": 988.0, \"xmax\": 2046.0, \"ymax\": 1029.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 1114.0, \"ymin\": 588.0, \"xmax\": 1211.0, \"ymax\": 683.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1012.0, \"ymin\": 589.0, \"xmax\": 1109.0, \"ymax\": 682.0}, \"category\": \"ph4\"}]}, \"23421\": {\"path\": \"train/23421.jpg\", \"id\": 23421, \"objects\": [{\"bbox\": {\"xmin\": 510.667, \"ymin\": 554.667, \"xmax\": 625.333, \"ymax\": 661.3330000000001}, \"category\": \"pl40\"}]}, \"23725\": {\"path\": \"train/23725.jpg\", \"id\": 23725, \"objects\": [{\"bbox\": {\"xmin\": 1153.23, \"ymin\": 862.687, \"xmax\": 1185.5672, \"ymax\": 897.0149}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1188.55, \"ymin\": 864.18, \"xmax\": 1221.3881, \"ymax\": 898.5079999999999}, \"category\": \"pn\"}]}, \"22421\": {\"path\": \"train/22421.jpg\", \"id\": 22421, \"objects\": [{\"bbox\": {\"xmin\": 708.609, \"ymin\": 1082.12, \"xmax\": 729.1391, \"ymax\": 1129.1390999999999}, \"category\": \"p5\"}]}, \"82791\": {\"path\": \"train/82791.jpg\", \"id\": 82791, \"objects\": [{\"bbox\": {\"xmin\": 1395.0, \"ymin\": 782.0, \"xmax\": 1432.0, \"ymax\": 818.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1607.0, \"ymin\": 791.0, \"xmax\": 1639.0, \"ymax\": 825.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1504.0, \"ymin\": 785.0, \"xmax\": 1539.0, \"ymax\": 820.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1355.0, \"ymin\": 739.0, \"xmax\": 1391.0, \"ymax\": 775.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1396.0, \"ymin\": 742.0, \"xmax\": 1431.0, \"ymax\": 777.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1465.0, \"ymin\": 782.0, \"xmax\": 1500.0, \"ymax\": 818.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1356.0, \"ymin\": 780.0, \"xmax\": 1391.0, \"ymax\": 814.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1571.0, \"ymin\": 788.0, \"xmax\": 1603.0, \"ymax\": 823.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1689.0, \"ymin\": 797.0, \"xmax\": 1718.0, \"ymax\": 830.0}, \"category\": \"pne\"}]}, \"67484\": {\"path\": \"train/67484.jpg\", \"id\": 67484, \"objects\": [{\"bbox\": {\"xmin\": 620.0, \"ymin\": 913.333, \"xmax\": 660.0, \"ymax\": 954.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1144.0, \"ymin\": 920.0, \"xmax\": 1181.3333, \"ymax\": 962.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 913.333, \"ymin\": 756.0, \"xmax\": 965.3333, \"ymax\": 804.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 208.0, \"ymin\": 796.0, \"xmax\": 245.3333, \"ymax\": 836.0}, \"category\": \"pne\"}]}, \"72200\": {\"path\": \"test/72200.jpg\", \"id\": 72200, \"objects\": [{\"bbox\": {\"xmin\": 62.0, \"ymin\": 736.0, \"xmax\": 102.0, \"ymax\": 797.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 2028.0, \"ymin\": 895.0, \"xmax\": 2038.0, \"ymax\": 912.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2011.0, \"ymin\": 894.0, \"xmax\": 2025.0, \"ymax\": 913.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 101.0, \"ymin\": 745.0, \"xmax\": 139.0, \"ymax\": 805.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1906.0, \"ymin\": 865.0, \"xmax\": 1925.0, \"ymax\": 892.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 147.0, \"ymin\": 932.0, \"xmax\": 169.0, \"ymax\": 966.0}, \"category\": \"pdd\"}]}, \"92002\": {\"path\": \"train/92002.jpg\", \"id\": 92002, \"objects\": [{\"bbox\": {\"xmin\": 1632.0, \"ymin\": 1048.0, \"xmax\": 1701.3333, \"ymax\": 1121.3333}, \"category\": \"pm20\"}]}, \"28988\": {\"path\": \"test/28988.jpg\", \"id\": 28988, \"objects\": [{\"bbox\": {\"xmin\": 1603.0, \"ymin\": 962.0, \"xmax\": 1625.0, \"ymax\": 979.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1731.0, \"ymin\": 754.0, \"xmax\": 1783.0, \"ymax\": 815.0}, \"category\": \"pr70\"}]}, \"46116\": {\"path\": \"train/46116.jpg\", \"id\": 46116, \"objects\": [{\"bbox\": {\"xmin\": 800.794, \"ymin\": 908.73, \"xmax\": 825.3969, \"ymax\": 933.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 774.603, \"ymin\": 907.143, \"xmax\": 798.4127, \"ymax\": 933.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 830.159, \"ymin\": 906.349, \"xmax\": 850.7937, \"ymax\": 930.9524}, \"category\": \"pn\"}]}, \"18766\": {\"path\": \"other/18766.jpg\", \"id\": 18766, \"objects\": [{\"bbox\": {\"xmin\": 1236.884521484375, \"ymin\": 1000.3801879882812, \"xmax\": 1270.12451171875, \"ymax\": 1030.9906005859375}, \"category\": \"w32\"}]}, \"87018\": {\"path\": \"test/87018.jpg\", \"id\": 87018, \"objects\": [{\"bbox\": {\"xmin\": 385.0, \"ymin\": 828.0, \"xmax\": 438.0, \"ymax\": 892.0}, \"category\": \"p26\"}]}, \"22268\": {\"path\": \"test/22268.jpg\", \"id\": 22268, \"objects\": [{\"bbox\": {\"xmin\": 1111.11, \"ymin\": 1025.4, \"xmax\": 1144.4453999999998, \"ymax\": 1058.7338}, \"category\": \"pl30\"}]}, \"20447\": {\"path\": \"train/20447.jpg\", \"id\": 20447, \"objects\": [{\"bbox\": {\"xmin\": 878.667, \"ymin\": 734.667, \"xmax\": 946.6667, \"ymax\": 802.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1754.67, \"ymin\": 1005.33, \"xmax\": 1868.0, \"ymax\": 1137.333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1757.33, \"ymin\": 1145.33, \"xmax\": 1865.3329999999999, \"ymax\": 1270.664}, \"category\": \"i2r\"}]}, \"98227\": {\"path\": \"train/98227.jpg\", \"id\": 98227, \"objects\": [{\"bbox\": {\"xmin\": 1380.11, \"ymin\": 809.091, \"xmax\": 1426.7044999999998, \"ymax\": 858.5231}, \"category\": \"w13\"}]}, \"94691\": {\"path\": \"test/94691.jpg\", \"id\": 94691, \"objects\": [{\"bbox\": {\"xmin\": 682.9498291015625, \"ymin\": 921.481689453125, \"xmax\": 733.244873046875, \"ymax\": 980.008056640625}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 2021.33, \"ymin\": 858.667, \"xmax\": 2041.3333, \"ymax\": 884.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1997.33, \"ymin\": 856.0, \"xmax\": 2020.0, \"ymax\": 884.0}, \"category\": \"pl40\"}]}, \"61651\": {\"path\": \"other/61651.jpg\", \"id\": 61651, \"objects\": [{\"bbox\": {\"xmin\": 1199.44, \"ymin\": 899.432, \"xmax\": 1225.0064, \"ymax\": 925.5681}, \"category\": \"p1\"}]}, \"75900\": {\"path\": \"train/75900.jpg\", \"id\": 75900, \"objects\": [{\"bbox\": {\"xmin\": 628.0, \"ymin\": 974.667, \"xmax\": 660.0, \"ymax\": 1017.3333}, \"category\": \"p10\"}]}, \"92577\": {\"path\": \"other/92577.jpg\", \"id\": 92577, \"objects\": [{\"bbox\": {\"xmin\": 1167.66, \"ymin\": 943.284, \"xmax\": 1185.5686, \"ymax\": 960.1997}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1169.65, \"ymin\": 967.662, \"xmax\": 1187.5572000000002, \"ymax\": 986.5672000000001}, \"category\": \"p14\"}]}, \"94361\": {\"path\": \"train/94361.jpg\", \"id\": 94361, \"objects\": [{\"bbox\": {\"xmin\": 1346.83, \"ymin\": 928.571, \"xmax\": 1369.8412999999998, \"ymax\": 955.5556}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1269.05, \"ymin\": 927.778, \"xmax\": 1288.8889, \"ymax\": 952.381}, \"category\": \"i4\"}]}, \"1510\": {\"path\": \"test/1510.jpg\", \"id\": 1510, \"objects\": [{\"bbox\": {\"xmin\": 471.2649841308594, \"ymin\": 885.1176147460938, \"xmax\": 494.0635070800781, \"ymax\": 914.1618041992188}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 501.316, \"ymin\": 881.579, \"xmax\": 526.3158, \"ymax\": 913.1578999999999}, \"category\": \"pn\"}]}, \"24941\": {\"path\": \"other/24941.jpg\", \"id\": 24941, \"objects\": [{\"bbox\": {\"xmin\": 631.0, \"ymin\": 985.0, \"xmax\": 670.0, \"ymax\": 1055.0}, \"category\": \"pl110\"}]}, \"77193\": {\"path\": \"train/77193.jpg\", \"id\": 77193, \"objects\": [{\"bbox\": {\"xmin\": 964.0, \"ymin\": 884.0, \"xmax\": 992.0, \"ymax\": 912.0}, \"category\": \"pl100\"}]}, \"18281\": {\"path\": \"train/18281.jpg\", \"id\": 18281, \"objects\": [{\"bbox\": {\"xmin\": 701.333, \"ymin\": 780.0, \"xmax\": 821.333, \"ymax\": 973.333}, \"category\": \"pl5\"}]}, \"90520\": {\"path\": \"test/90520.jpg\", \"id\": 90520, \"objects\": [{\"bbox\": {\"xmin\": 274.603, \"ymin\": 887.302, \"xmax\": 296.8254, \"ymax\": 914.2857}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 219.048, \"ymin\": 884.127, \"xmax\": 238.0952, \"ymax\": 911.9047999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 37.3016, \"ymin\": 864.286, \"xmax\": 59.5238, \"ymax\": 896.0311999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1258.28, \"ymin\": 928.477, \"xmax\": 1276.1589, \"ymax\": 947.6821}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1180.13, \"ymin\": 925.828, \"xmax\": 1200.6623000000002, \"ymax\": 949.6689}, \"category\": \"pne\"}]}, \"98384\": {\"path\": \"train/98384.jpg\", \"id\": 98384, \"objects\": [{\"bbox\": {\"xmin\": 943.709, \"ymin\": 892.715, \"xmax\": 962.9146999999999, \"ymax\": 914.5690000000001}, \"category\": \"pne\"}]}, \"16611\": {\"path\": \"train/16611.jpg\", \"id\": 16611, \"objects\": [{\"bbox\": {\"xmin\": 706.0, \"ymin\": 1006.0, \"xmax\": 752.0, \"ymax\": 1056.0}, \"category\": \"pr40\"}]}, \"20951\": {\"path\": \"train/20951.jpg\", \"id\": 20951, \"objects\": [{\"bbox\": {\"xmin\": 1172.0, \"ymin\": 694.0, \"xmax\": 1249.0, \"ymax\": 771.0}, \"category\": \"pm30\"}]}, \"93265\": {\"path\": \"test/93265.jpg\", \"id\": 93265, \"objects\": [{\"bbox\": {\"xmin\": 1377.51, \"ymin\": 849.505, \"xmax\": 1407.2109, \"ymax\": 878.2178}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1596.02, \"ymin\": 845.545, \"xmax\": 1624.43, \"ymax\": 873.2955}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1624.75, \"ymin\": 846.535, \"xmax\": 1650.495, \"ymax\": 875.5681999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1183.17, \"ymin\": 842.045, \"xmax\": 1213.8614, \"ymax\": 874.9992}, \"category\": \"pne\"}]}, \"94028\": {\"path\": \"test/94028.jpg\", \"id\": 94028, \"objects\": [{\"bbox\": {\"xmin\": 1630.67, \"ymin\": 944.0, \"xmax\": 1729.3333, \"ymax\": 1045.333}, \"category\": \"p5\"}]}, \"73250\": {\"path\": \"test/73250.jpg\", \"id\": 73250, \"objects\": [{\"bbox\": {\"xmin\": 1374.67, \"ymin\": 1053.33, \"xmax\": 1412.0033, \"ymax\": 1104.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1370.67, \"ymin\": 1004.0, \"xmax\": 1406.6667, \"ymax\": 1053.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 125.333, \"ymin\": 576.0, \"xmax\": 153.3333, \"ymax\": 622.6667}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 74.6667, \"ymin\": 968.0, \"xmax\": 148.0, \"ymax\": 1080.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 78.6667, \"ymin\": 1077.33, \"xmax\": 149.3333, \"ymax\": 1188.0}, \"category\": \"i2r\"}]}, \"95064\": {\"path\": \"train/95064.jpg\", \"id\": 95064, \"objects\": [{\"bbox\": {\"xmin\": 1192.04, \"ymin\": 957.213, \"xmax\": 1213.4328, \"ymax\": 976.6164}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1193.04, \"ymin\": 981.095, \"xmax\": 1212.4403, \"ymax\": 999.5025}, \"category\": \"pn\"}]}, \"63327\": {\"path\": \"test/63327.jpg\", \"id\": 63327, \"objects\": [{\"bbox\": {\"xmin\": 801.333, \"ymin\": 725.333, \"xmax\": 866.6667, \"ymax\": 790.6667}, \"category\": \"pl30\"}]}, \"18213\": {\"path\": \"train/18213.jpg\", \"id\": 18213, \"objects\": [{\"bbox\": {\"xmin\": 1315.4998779296875, \"ymin\": 969.7920532226562, \"xmax\": 1334.1727294921875, \"ymax\": 987.4397583007812}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 919.318, \"ymin\": 919.868, \"xmax\": 937.5, \"ymax\": 943.1822000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1082.39, \"ymin\": 923.864, \"xmax\": 1097.7273, \"ymax\": 943.0464000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1101.14, \"ymin\": 924.432, \"xmax\": 1118.1818, \"ymax\": 943.75}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 66.4773, \"ymin\": 899.432, \"xmax\": 83.5227, \"ymax\": 926.7045}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 832.575, \"ymin\": 919.698, \"xmax\": 856.2919, \"ymax\": 942.3836}, \"category\": \"pne\"}]}, \"65388\": {\"path\": \"test/65388.jpg\", \"id\": 65388, \"objects\": [{\"bbox\": {\"xmin\": 845.6, \"ymin\": 988.8, \"xmax\": 867.2, \"ymax\": 1010.4}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 588.8, \"ymin\": 981.6, \"xmax\": 628.0, \"ymax\": 1023.2}, \"category\": \"p5\"}]}, \"7520\": {\"path\": \"train/7520.jpg\", \"id\": 7520, \"objects\": [{\"bbox\": {\"xmin\": 928.0, \"ymin\": 918.0, \"xmax\": 957.0, \"ymax\": 965.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 940.0, \"ymin\": 866.0, \"xmax\": 971.0, \"ymax\": 912.0}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 961.0, \"ymin\": 918.0, \"xmax\": 987.0, \"ymax\": 965.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 426.0, \"ymin\": 667.0, \"xmax\": 460.0, \"ymax\": 742.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 541.0, \"ymin\": 739.0, \"xmax\": 561.0, \"ymax\": 794.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 638.0, \"ymin\": 821.0, \"xmax\": 658.0, \"ymax\": 867.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 639.0, \"ymin\": 866.0, \"xmax\": 662.0, \"ymax\": 913.0}, \"category\": \"i2r\"}]}, \"87281\": {\"path\": \"train/87281.jpg\", \"id\": 87281, \"objects\": [{\"bbox\": {\"xmin\": 1508.0, \"ymin\": 776.0, \"xmax\": 1550.0, \"ymax\": 820.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 874.0, \"ymin\": 836.0, \"xmax\": 907.0, \"ymax\": 872.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1418.0, \"ymin\": 774.0, \"xmax\": 1459.0, \"ymax\": 819.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1279.0, \"ymin\": 769.0, \"xmax\": 1324.0, \"ymax\": 813.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1230.0, \"ymin\": 767.0, \"xmax\": 1276.0, \"ymax\": 813.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1329.0, \"ymin\": 771.0, \"xmax\": 1374.0, \"ymax\": 814.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 661.0, \"ymin\": 848.0, \"xmax\": 694.0, \"ymax\": 880.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1462.0, \"ymin\": 773.0, \"xmax\": 1503.0, \"ymax\": 821.0}, \"category\": \"im\"}]}, \"6967\": {\"path\": \"train/6967.jpg\", \"id\": 6967, \"objects\": [{\"bbox\": {\"xmin\": 90.0, \"ymin\": 887.0, \"xmax\": 186.0, \"ymax\": 993.0}, \"category\": \"pl100\"}]}, \"41803\": {\"path\": \"train/41803.jpg\", \"id\": 41803, \"objects\": [{\"bbox\": {\"xmin\": 1584.13, \"ymin\": 1014.29, \"xmax\": 1599.2063, \"ymax\": 1033.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1515.08, \"ymin\": 924.603, \"xmax\": 1534.1326999999999, \"ymax\": 945.2380999999999}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1582.54, \"ymin\": 998.413, \"xmax\": 1598.4126999999999, \"ymax\": 1014.2859}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1538.1, \"ymin\": 923.81, \"xmax\": 1556.3491999999999, \"ymax\": 946.0317}, \"category\": \"pn\"}]}, \"30205\": {\"path\": \"test/30205.jpg\", \"id\": 30205, \"objects\": [{\"bbox\": {\"xmin\": 1364.0, \"ymin\": 934.667, \"xmax\": 1406.6667, \"ymax\": 974.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1465.33, \"ymin\": 1053.33, \"xmax\": 1488.0, \"ymax\": 1076.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1885.33, \"ymin\": 952.0, \"xmax\": 1912.0, \"ymax\": 978.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1885.33, \"ymin\": 982.667, \"xmax\": 1912.0, \"ymax\": 1010.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1760.0, \"ymin\": 864.0, \"xmax\": 1794.6667, \"ymax\": 902.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1237.33, \"ymin\": 820.0, \"xmax\": 1285.3333, \"ymax\": 868.0}, \"category\": \"pne\"}]}, \"57691\": {\"path\": \"train/57691.jpg\", \"id\": 57691, \"objects\": [{\"bbox\": {\"xmin\": 1118.67, \"ymin\": 646.667, \"xmax\": 1200.0, \"ymax\": 728.0}, \"category\": \"ph4.5\"}]}, \"82503\": {\"path\": \"train/82503.jpg\", \"id\": 82503, \"objects\": [{\"bbox\": {\"xmin\": 438.614, \"ymin\": 900.0, \"xmax\": 463.36629999999997, \"ymax\": 928.7129}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 387.129, \"ymin\": 900.99, \"xmax\": 408.9109, \"ymax\": 930.6931}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 411.881, \"ymin\": 900.99, \"xmax\": 437.62379999999996, \"ymax\": 928.7129}, \"category\": \"pn\"}]}, \"8931\": {\"path\": \"train/8931.jpg\", \"id\": 8931, \"objects\": [{\"bbox\": {\"xmin\": 2003.0, \"ymin\": 970.0, \"xmax\": 2046.0, \"ymax\": 1020.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 896.0, \"ymin\": 343.0, \"xmax\": 1054.0, \"ymax\": 483.0}, \"category\": \"i4\"}]}, \"86066\": {\"path\": \"test/86066.jpg\", \"id\": 86066, \"objects\": [{\"bbox\": {\"xmin\": 1171.23, \"ymin\": 898.667, \"xmax\": 1188.6684, \"ymax\": 917.3337}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1731.95, \"ymin\": 854.993, \"xmax\": 1811.1552000000001, \"ymax\": 961.7280000000001}, \"category\": \"pl80\"}]}, \"63629\": {\"path\": \"other/63629.jpg\", \"id\": 63629, \"objects\": [{\"bbox\": {\"xmin\": 939.474, \"ymin\": 1010.53, \"xmax\": 965.7895000000001, \"ymax\": 1063.1579}, \"category\": \"pl15\"}]}, \"81383\": {\"path\": \"other/81383.jpg\", \"id\": 81383, \"objects\": [{\"bbox\": {\"xmin\": 1519.1900634765625, \"ymin\": 1002.9298706054688, \"xmax\": 1550.7755126953125, \"ymax\": 1031.373779296875}, \"category\": \"w32\"}]}, \"88350\": {\"path\": \"train/88350.jpg\", \"id\": 88350, \"objects\": [{\"bbox\": {\"xmin\": 1212.056884765625, \"ymin\": 1060.199462890625, \"xmax\": 1233.012451171875, \"ymax\": 1080.016357421875}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1814.67, \"ymin\": 704.0, \"xmax\": 1880.0, \"ymax\": 778.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1421.33, \"ymin\": 946.667, \"xmax\": 1450.6667, \"ymax\": 976.0}, \"category\": \"pm30\"}]}, \"79688\": {\"path\": \"test/79688.jpg\", \"id\": 79688, \"objects\": [{\"bbox\": {\"xmin\": 1043.470703125, \"ymin\": 873.75439453125, \"xmax\": 1078.900390625, \"ymax\": 913.5087890625}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 836.3070678710938, \"ymin\": 879.5030517578125, \"xmax\": 871.1417846679688, \"ymax\": 925.4263916015625}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 759.0, \"ymin\": 1018.0, \"xmax\": 833.0, \"ymax\": 1100.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1231.0, \"ymin\": 1002.0, \"xmax\": 1316.0, \"ymax\": 1091.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1647.0, \"ymin\": 1036.0, \"xmax\": 1715.0, \"ymax\": 1110.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 327.0, \"ymin\": 900.0, \"xmax\": 385.0, \"ymax\": 961.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 747.0, \"ymin\": 843.0, \"xmax\": 826.0, \"ymax\": 929.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1221.0, \"ymin\": 829.0, \"xmax\": 1309.0, \"ymax\": 914.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1643.0, \"ymin\": 885.0, \"xmax\": 1710.0, \"ymax\": 957.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 755.0, \"ymin\": 933.0, \"xmax\": 829.0, \"ymax\": 1014.0}, \"category\": \"pw3.2\"}, {\"bbox\": {\"xmin\": 1227.0, \"ymin\": 918.0, \"xmax\": 1310.0, \"ymax\": 1001.0}, \"category\": \"pw3.2\"}, {\"bbox\": {\"xmin\": 1642.0, \"ymin\": 959.0, \"xmax\": 1713.0, \"ymax\": 1035.0}, \"category\": \"pw3.5\"}]}, \"3299\": {\"path\": \"test/3299.jpg\", \"id\": 3299, \"objects\": [{\"bbox\": {\"xmin\": 1512.0, \"ymin\": 846.0, \"xmax\": 1535.0, \"ymax\": 874.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1541.0, \"ymin\": 849.0, \"xmax\": 1563.0, \"ymax\": 874.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1666.0, \"ymin\": 995.0, \"xmax\": 1692.0, \"ymax\": 1021.0}, \"category\": \"i4l\"}]}, \"89595\": {\"path\": \"train/89595.jpg\", \"id\": 89595, \"objects\": [{\"bbox\": {\"xmin\": 1171.05, \"ymin\": 948.684, \"xmax\": 1219.7368, \"ymax\": 1000.0}, \"category\": \"w57\"}]}, \"26832\": {\"path\": \"other/26832.jpg\", \"id\": 26832, \"objects\": [{\"bbox\": {\"xmin\": 97.619, \"ymin\": 954.967, \"xmax\": 110.3175, \"ymax\": 972.1854}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 941.27, \"ymin\": 958.94, \"xmax\": 953.6424, \"ymax\": 973.8094000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 57.1429, \"ymin\": 950.794, \"xmax\": 72.2222, \"ymax\": 971.4286}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 874.603, \"ymin\": 961.111, \"xmax\": 887.3016, \"ymax\": 975.3968}, \"category\": \"pne\"}]}, \"76241\": {\"path\": \"train/76241.jpg\", \"id\": 76241, \"objects\": [{\"bbox\": {\"xmin\": 1507.84, \"ymin\": 507.843, \"xmax\": 1617.647, \"ymax\": 607.8430000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1382.35, \"ymin\": 492.157, \"xmax\": 1498.039, \"ymax\": 600.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1619.61, \"ymin\": 519.608, \"xmax\": 1723.529, \"ymax\": 629.4119999999999}, \"category\": \"pn\"}]}, \"47989\": {\"path\": \"test/47989.jpg\", \"id\": 47989, \"objects\": [{\"bbox\": {\"xmin\": 122.409, \"ymin\": 669.0, \"xmax\": 202.0023, \"ymax\": 744.0}, \"category\": \"ph4\"}]}, \"16584\": {\"path\": \"train/16584.jpg\", \"id\": 16584, \"objects\": [{\"bbox\": {\"xmin\": 1277.33, \"ymin\": 997.333, \"xmax\": 1336.0, \"ymax\": 1056.0}, \"category\": \"p5\"}]}, \"19858\": {\"path\": \"train/19858.jpg\", \"id\": 19858, \"objects\": [{\"bbox\": {\"xmin\": 1938.67, \"ymin\": 941.333, \"xmax\": 1992.0, \"ymax\": 1010.6667}, \"category\": \"i2r\"}]}, \"84505\": {\"path\": \"train/84505.jpg\", \"id\": 84505, \"objects\": [{\"bbox\": {\"xmin\": 1078.8975830078125, \"ymin\": 753.0263671875, \"xmax\": 1133.4354248046875, \"ymax\": 801.249755859375}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1628.0, \"ymin\": 736.0, \"xmax\": 1680.0, \"ymax\": 789.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1271.0, \"ymin\": 757.0, \"xmax\": 1319.0, \"ymax\": 806.0}, \"category\": \"pn\"}]}, \"645\": {\"path\": \"train/645.jpg\", \"id\": 645, \"objects\": [{\"bbox\": {\"xmin\": 458.73, \"ymin\": 863.492, \"xmax\": 484.92060000000004, \"ymax\": 901.5872999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1280.16, \"ymin\": 919.048, \"xmax\": 1301.9608, \"ymax\": 941.1765}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1769.05, \"ymin\": 975.397, \"xmax\": 1784.9206, \"ymax\": 996.0317}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1425.4, \"ymin\": 923.016, \"xmax\": 1439.6825000000001, \"ymax\": 941.2697999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 444.444, \"ymin\": 882.54, \"xmax\": 454.7619, \"ymax\": 914.2856999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1442.06, \"ymin\": 923.016, \"xmax\": 1458.7302, \"ymax\": 942.0635}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 395.238, \"ymin\": 850.0, \"xmax\": 417.4603, \"ymax\": 891.2698}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1192.86, \"ymin\": 912.698, \"xmax\": 1215.8729999999998, \"ymax\": 945.2381}, \"category\": \"pne\"}]}, \"85213\": {\"path\": \"other/85213.jpg\", \"id\": 85213, \"objects\": [{\"bbox\": {\"xmin\": 1219.8, \"ymin\": 932.673, \"xmax\": 1234.6535, \"ymax\": 950.495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1159.41, \"ymin\": 933.663, \"xmax\": 1173.2673, \"ymax\": 949.5041}, \"category\": \"pne\"}]}, \"15108\": {\"path\": \"other/15108.jpg\", \"id\": 15108, \"objects\": [{\"bbox\": {\"xmin\": 946.010009765625, \"ymin\": 935.6484985351562, \"xmax\": 962.18701171875, \"ymax\": 981.1500854492188}, \"category\": \"pl5\"}]}, \"21508\": {\"path\": \"train/21508.jpg\", \"id\": 21508, \"objects\": [{\"bbox\": {\"xmin\": 577.333, \"ymin\": 558.667, \"xmax\": 677.3326999999999, \"ymax\": 657.3333}, \"category\": \"pr40\"}]}, \"48173\": {\"path\": \"train/48173.jpg\", \"id\": 48173, \"objects\": [{\"bbox\": {\"xmin\": 636.0, \"ymin\": 989.333, \"xmax\": 692.0, \"ymax\": 1046.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 640.0, \"ymin\": 926.667, \"xmax\": 700.0, \"ymax\": 986.667}, \"category\": \"pl5\"}]}, \"64190\": {\"path\": \"test/64190.jpg\", \"id\": 64190, \"objects\": [{\"bbox\": {\"xmin\": 1825.9442138671875, \"ymin\": 500.0736389160156, \"xmax\": 1899.4268798828125, \"ymax\": 606.4404296875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 709.804, \"ymin\": 980.392, \"xmax\": 750.9812, \"ymax\": 1021.5689000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1692.16, \"ymin\": 462.745, \"xmax\": 1803.922, \"ymax\": 584.314}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1552.94, \"ymin\": 443.137, \"xmax\": 1684.314, \"ymax\": 564.706}, \"category\": \"pl40\"}]}, \"25136\": {\"path\": \"train/25136.jpg\", \"id\": 25136, \"objects\": [{\"bbox\": {\"xmin\": 1473.33, \"ymin\": 545.333, \"xmax\": 1597.3239999999998, \"ymax\": 661.333}, \"category\": \"pl60\"}]}, \"97811\": {\"path\": \"test/97811.jpg\", \"id\": 97811, \"objects\": [{\"bbox\": {\"xmin\": 693.069, \"ymin\": 1010.89, \"xmax\": 708.9109, \"ymax\": 1026.7316}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1331.79, \"ymin\": 976.821, \"xmax\": 1340.39735, \"ymax\": 984.7682100000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1341.72, \"ymin\": 976.821, \"xmax\": 1351.65563, \"ymax\": 986.7549700000001}, \"category\": \"pn\"}]}, \"32241\": {\"path\": \"train/32241.jpg\", \"id\": 32241, \"objects\": [{\"bbox\": {\"xmin\": 1425.74, \"ymin\": 862.376, \"xmax\": 1460.396, \"ymax\": 902.9703}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1287.13, \"ymin\": 857.426, \"xmax\": 1321.7822, \"ymax\": 893.0693}, \"category\": \"pne\"}]}, \"18830\": {\"path\": \"train/18830.jpg\", \"id\": 18830, \"objects\": [{\"bbox\": {\"xmin\": 1090.67, \"ymin\": 866.667, \"xmax\": 1128.0, \"ymax\": 905.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 1014.67, \"xmax\": 1505.3366, \"ymax\": 1051.9967}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1468.0, \"ymin\": 1053.33, \"xmax\": 1506.6667, \"ymax\": 1096.0}, \"category\": \"i2r\"}]}, \"90231\": {\"path\": \"other/90231.jpg\", \"id\": 90231, \"objects\": [{\"bbox\": {\"xmin\": 716.1249389648438, \"ymin\": 849.496826171875, \"xmax\": 753.6030883789062, \"ymax\": 890.5594482421875}, \"category\": \"i4\"}]}, \"42664\": {\"path\": \"test/42664.jpg\", \"id\": 42664, \"objects\": [{\"bbox\": {\"xmin\": 538.095, \"ymin\": 477.778, \"xmax\": 591.2698, \"ymax\": 601.587}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 600.0, \"ymin\": 523.016, \"xmax\": 643.651, \"ymax\": 635.7149999999999}, \"category\": \"pn\"}]}, \"10214\": {\"path\": \"test/10214.jpg\", \"id\": 10214, \"objects\": [{\"bbox\": {\"xmin\": 1894.44, \"ymin\": 810.317, \"xmax\": 1929.3651, \"ymax\": 856.3492}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1932.54, \"ymin\": 815.873, \"xmax\": 1967.4603, \"ymax\": 859.5238}, \"category\": \"pn\"}]}, \"62210\": {\"path\": \"train/62210.jpg\", \"id\": 62210, \"objects\": [{\"bbox\": {\"xmin\": 1726.19970703125, \"ymin\": 962.3970947265625, \"xmax\": 1742.709716796875, \"ymax\": 994.089599609375}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1238.67, \"ymin\": 977.333, \"xmax\": 1262.6667, \"ymax\": 997.3333}, \"category\": \"p10\"}]}, \"69123\": {\"path\": \"train/69123.jpg\", \"id\": 69123, \"objects\": [{\"bbox\": {\"xmin\": 370.4, \"ymin\": 952.8, \"xmax\": 392.0, \"ymax\": 976.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1158.4, \"ymin\": 928.8, \"xmax\": 1210.4, \"ymax\": 982.4}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 612.8, \"ymin\": 700.0, \"xmax\": 669.5999999999999, \"ymax\": 760.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1160.0, \"ymin\": 865.6, \"xmax\": 1212.8, \"ymax\": 918.4}, \"category\": \"pl60\"}]}, \"98846\": {\"path\": \"test/98846.jpg\", \"id\": 98846, \"objects\": [{\"bbox\": {\"xmin\": 1240.0, \"ymin\": 881.0, \"xmax\": 1323.0, \"ymax\": 969.0}, \"category\": \"pr40\"}]}, \"23646\": {\"path\": \"train/23646.jpg\", \"id\": 23646, \"objects\": [{\"bbox\": {\"xmin\": 546.053, \"ymin\": 646.053, \"xmax\": 586.8421, \"ymax\": 746.0526}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 501.316, \"ymin\": 619.737, \"xmax\": 544.7368, \"ymax\": 722.3679999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 586.842, \"ymin\": 671.053, \"xmax\": 623.6842, \"ymax\": 763.1579}, \"category\": \"pn\"}]}, \"29827\": {\"path\": \"other/29827.jpg\", \"id\": 29827, \"objects\": [{\"bbox\": {\"xmin\": 52.53680419921875, \"ymin\": 1096.66650390625, \"xmax\": 77.06396484375, \"ymax\": 1128.527587890625}, \"category\": \"pne\"}]}, \"87786\": {\"path\": \"other/87786.jpg\", \"id\": 87786, \"objects\": [{\"bbox\": {\"xmin\": 199.206, \"ymin\": 1000.79, \"xmax\": 213.4921, \"ymax\": 1016.6667}, \"category\": \"pne\"}]}, \"38804\": {\"path\": \"train/38804.jpg\", \"id\": 38804, \"objects\": [{\"bbox\": {\"xmin\": 1255.0, \"ymin\": 534.0, \"xmax\": 1360.0, \"ymax\": 632.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1839.0, \"ymin\": 860.0, \"xmax\": 1903.0, \"ymax\": 949.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1742.0, \"ymin\": 584.0, \"xmax\": 1829.0, \"ymax\": 680.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1219.0, \"ymin\": 1002.0, \"xmax\": 1240.0, \"ymax\": 1024.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1566.0, \"ymin\": 574.0, \"xmax\": 1646.0, \"ymax\": 649.0}, \"category\": \"pcd\"}]}, \"6824\": {\"path\": \"test/6824.jpg\", \"id\": 6824, \"objects\": [{\"bbox\": {\"xmin\": 1647.0, \"ymin\": 787.0, \"xmax\": 1781.0, \"ymax\": 922.0}, \"category\": \"p19\"}]}, \"59515\": {\"path\": \"test/59515.jpg\", \"id\": 59515, \"objects\": [{\"bbox\": {\"xmin\": 389.0, \"ymin\": 960.0, \"xmax\": 428.0, \"ymax\": 1001.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 390.0, \"ymin\": 921.0, \"xmax\": 427.0, \"ymax\": 962.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1416.0, \"ymin\": 880.0, \"xmax\": 1441.0, \"ymax\": 907.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 880.0, \"xmax\": 1469.0, \"ymax\": 906.0}, \"category\": \"pn\"}]}, \"23836\": {\"path\": \"test/23836.jpg\", \"id\": 23836, \"objects\": [{\"bbox\": {\"xmin\": 350.0, \"ymin\": 1027.72, \"xmax\": 404.9505, \"ymax\": 1089.4613}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 350.0, \"ymin\": 963.158, \"xmax\": 404.9505, \"ymax\": 1031.5789}, \"category\": \"pl5\"}]}, \"64170\": {\"path\": \"train/64170.jpg\", \"id\": 64170, \"objects\": [{\"bbox\": {\"xmin\": 1255.961669921875, \"ymin\": 935.3636474609375, \"xmax\": 1278.294189453125, \"ymax\": 957.60205078125}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 706.579, \"ymin\": 811.842, \"xmax\": 752.6315999999999, \"ymax\": 863.1578999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 539.474, \"ymin\": 830.263, \"xmax\": 581.5789000000001, \"ymax\": 876.3158000000001}, \"category\": \"pne\"}]}, \"44829\": {\"path\": \"train/44829.jpg\", \"id\": 44829, \"objects\": [{\"bbox\": {\"xmin\": 220.0, \"ymin\": 934.4, \"xmax\": 322.4, \"ymax\": 1052.0}, \"category\": \"i14\"}, {\"bbox\": {\"xmin\": 1758.4, \"ymin\": 996.0, \"xmax\": 1793.6000000000001, \"ymax\": 1052.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1231.2, \"ymin\": 968.0, \"xmax\": 1265.6000000000001, \"ymax\": 1005.6}, \"category\": \"pl15\"}]}, \"49574\": {\"path\": \"train/49574.jpg\", \"id\": 49574, \"objects\": [{\"bbox\": {\"xmin\": 1231.2, \"ymin\": 767.2, \"xmax\": 1284.4538, \"ymax\": 815.2}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 152.0, \"ymin\": 469.6, \"xmax\": 226.6207, \"ymax\": 580.8000000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 991.599, \"ymin\": 768.8, \"xmax\": 1039.9986000000001, \"ymax\": 819.6477}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1183.2, \"ymin\": 764.889, \"xmax\": 1229.6000000000001, \"ymax\": 815.1996}, \"category\": \"p2\"}]}, \"56265\": {\"path\": \"train/56265.jpg\", \"id\": 56265, \"objects\": [{\"bbox\": {\"xmin\": 1944.0, \"ymin\": 1025.33, \"xmax\": 1982.6667, \"ymax\": 1064.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1942.67, \"ymin\": 985.333, \"xmax\": 1978.6667, \"ymax\": 1024.0}, \"category\": \"pl5\"}]}, \"14156\": {\"path\": \"other/14156.jpg\", \"id\": 14156, \"objects\": [{\"bbox\": {\"xmin\": 988.636, \"ymin\": 952.273, \"xmax\": 1000.5681999999999, \"ymax\": 967.5497}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1079.55, \"ymin\": 950.0, \"xmax\": 1090.3409, \"ymax\": 963.0682}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1090.34, \"ymin\": 950.568, \"xmax\": 1102.8409, \"ymax\": 961.9318}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 921.023, \"ymin\": 950.331, \"xmax\": 935.2273, \"ymax\": 964.2044}, \"category\": \"pne\"}]}, \"8553\": {\"path\": \"train/8553.jpg\", \"id\": 8553, \"objects\": [{\"bbox\": {\"xmin\": 1523.0, \"ymin\": 581.0, \"xmax\": 1592.0, \"ymax\": 650.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1753.0, \"ymin\": 903.0, \"xmax\": 1838.0, \"ymax\": 992.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 936.0, \"ymin\": 948.0, \"xmax\": 948.0, \"ymax\": 961.0}, \"category\": \"pn\"}]}, \"50756\": {\"path\": \"test/50756.jpg\", \"id\": 50756, \"objects\": [{\"bbox\": {\"xmin\": 152.0, \"ymin\": 1066.67, \"xmax\": 224.0, \"ymax\": 1150.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1616.0, \"ymin\": 992.0, \"xmax\": 1712.0, \"ymax\": 1090.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1326.67, \"ymin\": 1033.33, \"xmax\": 1354.6667, \"ymax\": 1057.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1326.67, \"ymin\": 1058.67, \"xmax\": 1353.3366, \"ymax\": 1082.6667}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1325.33, \"ymin\": 973.333, \"xmax\": 1348.0, \"ymax\": 997.3333}, \"category\": \"pcr\"}]}, \"29196\": {\"path\": \"train/29196.jpg\", \"id\": 29196, \"objects\": [{\"bbox\": {\"xmin\": 1940.915283203125, \"ymin\": 1021.7125854492188, \"xmax\": 1969.77880859375, \"ymax\": 1047.648681640625}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 386.842, \"ymin\": 705.263, \"xmax\": 434.21029999999996, \"ymax\": 792.105}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 269.737, \"ymin\": 651.316, \"xmax\": 323.68420000000003, \"ymax\": 753.947}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 332.895, \"ymin\": 677.632, \"xmax\": 381.5793, \"ymax\": 773.6841999999999}, \"category\": \"pn\"}]}, \"67791\": {\"path\": \"test/67791.jpg\", \"id\": 67791, \"objects\": [{\"bbox\": {\"xmin\": 167.106, \"ymin\": 988.162, \"xmax\": 228.94729999999998, \"ymax\": 1065.7894000000001}, \"category\": \"w57\"}]}, \"26367\": {\"path\": \"train/26367.jpg\", \"id\": 26367, \"objects\": [{\"bbox\": {\"xmin\": 1802.892578125, \"ymin\": 999.8396606445312, \"xmax\": 1849.810302734375, \"ymax\": 1058.2122802734375}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1193.75, \"ymin\": 895.455, \"xmax\": 1221.0245, \"ymax\": 923.864}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1223.3, \"ymin\": 896.023, \"xmax\": 1249.9982, \"ymax\": 925.5685}, \"category\": \"pn\"}]}, \"61204\": {\"path\": \"train/61204.jpg\", \"id\": 61204, \"objects\": [{\"bbox\": {\"xmin\": 1232.89, \"ymin\": 815.789, \"xmax\": 1284.2105000000001, \"ymax\": 863.1578999999999}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1232.89, \"ymin\": 967.105, \"xmax\": 1252.6269000000002, \"ymax\": 982.8942000000001}, \"category\": \"pl15\"}]}, \"87120\": {\"path\": \"test/87120.jpg\", \"id\": 87120, \"objects\": [{\"bbox\": {\"xmin\": 739.474, \"ymin\": 950.0, \"xmax\": 768.4211, \"ymax\": 990.7895}, \"category\": \"pl40\"}]}, \"82793\": {\"path\": \"test/82793.jpg\", \"id\": 82793, \"objects\": [{\"bbox\": {\"xmin\": 581.188, \"ymin\": 783.168, \"xmax\": 599.0099, \"ymax\": 838.6139000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 540.594, \"ymin\": 769.307, \"xmax\": 559.4059000000001, \"ymax\": 825.7426}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 560.396, \"ymin\": 777.228, \"xmax\": 579.2079, \"ymax\": 834.6534999999999}, \"category\": \"pn\"}]}, \"40523\": {\"path\": \"train/40523.jpg\", \"id\": 40523, \"objects\": [{\"bbox\": {\"xmin\": 1227.72, \"ymin\": 939.604, \"xmax\": 1242.5743, \"ymax\": 957.4257}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1163.37, \"ymin\": 937.624, \"xmax\": 1179.2078999999999, \"ymax\": 955.4455}, \"category\": \"pne\"}]}, \"60054\": {\"path\": \"train/60054.jpg\", \"id\": 60054, \"objects\": [{\"bbox\": {\"xmin\": 562.376, \"ymin\": 782.178, \"xmax\": 615.8416, \"ymax\": 837.6238}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1189.11, \"ymin\": 886.139, \"xmax\": 1218.8119, \"ymax\": 919.802}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1120.79, \"ymin\": 886.139, \"xmax\": 1155.4455, \"ymax\": 916.8317}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1156.44, \"ymin\": 887.129, \"xmax\": 1189.1089, \"ymax\": 917.8218}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 369.307, \"ymin\": 792.079, \"xmax\": 415.8416, \"ymax\": 848.5148999999999}, \"category\": \"pne\"}]}, \"48738\": {\"path\": \"test/48738.jpg\", \"id\": 48738, \"objects\": [{\"bbox\": {\"xmin\": 1401.33, \"ymin\": 961.333, \"xmax\": 1433.3333, \"ymax\": 996.0}, \"category\": \"pl120\"}]}, \"57526\": {\"path\": \"test/57526.jpg\", \"id\": 57526, \"objects\": [{\"bbox\": {\"xmin\": 534.0, \"ymin\": 633.0, \"xmax\": 659.0, \"ymax\": 760.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 531.0, \"ymin\": 887.0, \"xmax\": 661.0, \"ymax\": 1013.0}, \"category\": \"w55\"}]}, \"4388\": {\"path\": \"train/4388.jpg\", \"id\": 4388, \"objects\": [{\"bbox\": {\"xmin\": 1635.0, \"ymin\": 798.0, \"xmax\": 1665.0, \"ymax\": 828.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1671.0, \"ymin\": 799.0, \"xmax\": 1698.0, \"ymax\": 830.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1859.0, \"ymin\": 985.0, \"xmax\": 1888.0, \"ymax\": 1019.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1858.0, \"ymin\": 1027.0, \"xmax\": 1890.0, \"ymax\": 1064.0}, \"category\": \"i2r\"}]}, \"77107\": {\"path\": \"test/77107.jpg\", \"id\": 77107, \"objects\": [{\"bbox\": {\"xmin\": 1942.67, \"ymin\": 897.333, \"xmax\": 1972.0, \"ymax\": 942.6667}, \"category\": \"pl60\"}]}, \"41940\": {\"path\": \"test/41940.jpg\", \"id\": 41940, \"objects\": [{\"bbox\": {\"xmin\": 1877.0, \"ymin\": 1022.0, \"xmax\": 1926.0, \"ymax\": 1086.0}, \"category\": \"pcl\"}]}, \"51615\": {\"path\": \"train/51615.jpg\", \"id\": 51615, \"objects\": [{\"bbox\": {\"xmin\": 1030.26, \"ymin\": 850.0, \"xmax\": 1065.7895, \"ymax\": 885.5263}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1069.74, \"ymin\": 846.053, \"xmax\": 1103.9474, \"ymax\": 882.8947000000001}, \"category\": \"pn\"}]}, \"35580\": {\"path\": \"train/35580.jpg\", \"id\": 35580, \"objects\": [{\"bbox\": {\"xmin\": 1283.33, \"ymin\": 907.143, \"xmax\": 1303.9692, \"ymax\": 927.7781}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 482.54, \"ymin\": 870.635, \"xmax\": 496.0317, \"ymax\": 899.2062999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1483.33, \"ymin\": 915.873, \"xmax\": 1501.5873, \"ymax\": 934.1270000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 495.238, \"ymin\": 870.635, \"xmax\": 508.7302, \"ymax\": 904.7619}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1503.17, \"ymin\": 915.873, \"xmax\": 1520.6349, \"ymax\": 936.5079000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1219.84, \"ymin\": 907.143, \"xmax\": 1240.4761999999998, \"ymax\": 928.5714}, \"category\": \"pne\"}]}, \"3648\": {\"path\": \"train/3648.jpg\", \"id\": 3648, \"objects\": [{\"bbox\": {\"xmin\": 1494.0, \"ymin\": 890.0, \"xmax\": 1543.0, \"ymax\": 941.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1494.0, \"ymin\": 953.0, \"xmax\": 1545.0, \"ymax\": 1006.0}, \"category\": \"pn\"}]}, \"28059\": {\"path\": \"train/28059.jpg\", \"id\": 28059, \"objects\": [{\"bbox\": {\"xmin\": 1786.27, \"ymin\": 1203.92, \"xmax\": 1827.451, \"ymax\": 1252.9255}, \"category\": \"w32\"}]}, \"89453\": {\"path\": \"test/89453.jpg\", \"id\": 89453, \"objects\": [{\"bbox\": {\"xmin\": 1183.0, \"ymin\": 897.0, \"xmax\": 1203.0, \"ymax\": 918.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1614.0, \"ymin\": 743.0, \"xmax\": 1668.0, \"ymax\": 805.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1160.0, \"ymin\": 897.0, \"xmax\": 1181.0, \"ymax\": 918.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1524.0, \"ymin\": 957.0, \"xmax\": 1564.0, \"ymax\": 998.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1667.0, \"ymin\": 752.0, \"xmax\": 1719.0, \"ymax\": 813.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1206.0, \"ymin\": 898.0, \"xmax\": 1227.0, \"ymax\": 920.0}, \"category\": \"pn\"}]}, \"91061\": {\"path\": \"test/91061.jpg\", \"id\": 91061, \"objects\": [{\"bbox\": {\"xmin\": 1363.0, \"ymin\": 905.0, \"xmax\": 1379.0, \"ymax\": 924.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1383.0, \"ymin\": 905.0, \"xmax\": 1401.0, \"ymax\": 923.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1477.0, \"ymin\": 931.0, \"xmax\": 1497.0, \"ymax\": 952.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1477.0, \"ymin\": 955.0, \"xmax\": 1497.0, \"ymax\": 973.0}, \"category\": \"i2r\"}]}, \"6133\": {\"path\": \"train/6133.jpg\", \"id\": 6133, \"objects\": [{\"bbox\": {\"xmin\": 1855.0, \"ymin\": 810.0, \"xmax\": 1892.0, \"ymax\": 852.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1747.0, \"ymin\": 977.0, \"xmax\": 1781.0, \"ymax\": 1015.0}, \"category\": \"i5\"}]}, \"27998\": {\"path\": \"other/27998.jpg\", \"id\": 27998, \"objects\": [{\"bbox\": {\"xmin\": 1234.0, \"ymin\": 70.0, \"xmax\": 1449.0, \"ymax\": 231.0}, \"category\": \"pr30\"}]}, \"60079\": {\"path\": \"train/60079.jpg\", \"id\": 60079, \"objects\": [{\"bbox\": {\"xmin\": 299.9927062988281, \"ymin\": 1080.5009765625, \"xmax\": 337.4464416503906, \"ymax\": 1117.511474609375}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 665.079, \"ymin\": 884.127, \"xmax\": 717.4599, \"ymax\": 936.5074999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 670.635, \"ymin\": 961.111, \"xmax\": 720.6349, \"ymax\": 1015.8733}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1190.58, \"ymin\": 854.348, \"xmax\": 1228.6232, \"ymax\": 890.5797}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1502.17, \"ymin\": 863.406, \"xmax\": 1532.6087, \"ymax\": 897.4638}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1231.16, \"ymin\": 854.71, \"xmax\": 1268.4752, \"ymax\": 890.9423}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1434.92, \"ymin\": 1056.35, \"xmax\": 1453.9683, \"ymax\": 1079.3651}, \"category\": \"pne\"}]}, \"14999\": {\"path\": \"test/14999.jpg\", \"id\": 14999, \"objects\": [{\"bbox\": {\"xmin\": 1452.0, \"ymin\": 589.333, \"xmax\": 1531.967, \"ymax\": 669.3333}, \"category\": \"pl50\"}]}, \"3363\": {\"path\": \"train/3363.jpg\", \"id\": 3363, \"objects\": [{\"bbox\": {\"xmin\": 1005.33, \"ymin\": 821.333, \"xmax\": 1044.0, \"ymax\": 860.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 869.333, \"ymin\": 825.333, \"xmax\": 906.6667, \"ymax\": 862.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 820.0, \"ymin\": 825.333, \"xmax\": 857.3333, \"ymax\": 862.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 956.0, \"ymin\": 824.0, \"xmax\": 994.6667, \"ymax\": 861.3333}, \"category\": \"pl100\"}]}, \"9106\": {\"path\": \"train/9106.jpg\", \"id\": 9106, \"objects\": [{\"bbox\": {\"xmin\": 1775.34375, \"ymin\": 985.8015747070312, \"xmax\": 1802.974609375, \"ymax\": 1006.6270141601562}, \"category\": \"wc\"}, {\"bbox\": {\"xmin\": 1138.67, \"ymin\": 974.667, \"xmax\": 1161.3333, \"ymax\": 1000.0}, \"category\": \"pl30\"}]}, \"5696\": {\"path\": \"train/5696.jpg\", \"id\": 5696, \"objects\": [{\"bbox\": {\"xmin\": 1306.0, \"ymin\": 1043.0, \"xmax\": 1342.0, \"ymax\": 1103.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 680.0, \"ymin\": 1117.0, \"xmax\": 727.0, \"ymax\": 1210.0}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 769.0, \"ymin\": 1089.0, \"xmax\": 802.0, \"ymax\": 1168.0}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 361.0, \"ymin\": 1202.0, \"xmax\": 443.0, \"ymax\": 1360.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 559.0, \"ymin\": 1146.0, \"xmax\": 611.0, \"ymax\": 1264.0}, \"category\": \"pne\"}]}, \"43817\": {\"path\": \"train/43817.jpg\", \"id\": 43817, \"objects\": [{\"bbox\": {\"xmin\": 1098.0, \"ymin\": 986.55, \"xmax\": 1117.15, \"ymax\": 1005.8}, \"category\": \"p23\"}]}, \"33908\": {\"path\": \"train/33908.jpg\", \"id\": 33908, \"objects\": [{\"bbox\": {\"xmin\": 428.0, \"ymin\": 948.0, \"xmax\": 526.6667, \"ymax\": 1044.0}, \"category\": \"pl60\"}]}, \"74428\": {\"path\": \"train/74428.jpg\", \"id\": 74428, \"objects\": [{\"bbox\": {\"xmin\": 1060.53, \"ymin\": 853.947, \"xmax\": 1098.6842, \"ymax\": 886.8421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1423.68, \"ymin\": 977.632, \"xmax\": 1456.5789, \"ymax\": 1013.1578999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 907.895, \"ymin\": 857.895, \"xmax\": 942.1052999999999, \"ymax\": 897.3684}, \"category\": \"pne\"}]}, \"86537\": {\"path\": \"test/86537.jpg\", \"id\": 86537, \"objects\": [{\"bbox\": {\"xmin\": 1333.0, \"ymin\": 916.0, \"xmax\": 1358.0, \"ymax\": 942.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1833.0, \"ymin\": 975.0, \"xmax\": 1884.0, \"ymax\": 1028.0}, \"category\": \"pr40\"}]}, \"23207\": {\"path\": \"other/23207.jpg\", \"id\": 23207, \"objects\": [{\"bbox\": {\"xmin\": 1058.67, \"ymin\": 584.0, \"xmax\": 1161.333, \"ymax\": 678.6667}, \"category\": \"pm13\"}, {\"bbox\": {\"xmin\": 1160.0, \"ymin\": 594.667, \"xmax\": 1262.667, \"ymax\": 675.9994}, \"category\": \"w48\"}]}, \"1309\": {\"path\": \"train/1309.jpg\", \"id\": 1309, \"objects\": [{\"bbox\": {\"xmin\": 834.921, \"ymin\": 911.905, \"xmax\": 860.3175, \"ymax\": 937.3016}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1127.78, \"ymin\": 946.825, \"xmax\": 1144.4443999999999, \"ymax\": 965.0794000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1090.48, \"ymin\": 946.825, \"xmax\": 1105.5556, \"ymax\": 965.0794000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1108.73, \"ymin\": 946.032, \"xmax\": 1126.1905, \"ymax\": 964.2857}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 734.921, \"ymin\": 915.873, \"xmax\": 759.5238, \"ymax\": 941.2698}, \"category\": \"pne\"}]}, \"31229\": {\"path\": \"test/31229.jpg\", \"id\": 31229, \"objects\": [{\"bbox\": {\"xmin\": 332.895, \"ymin\": 964.474, \"xmax\": 390.7897, \"ymax\": 1030.2632}, \"category\": \"pm30\"}]}, \"39662\": {\"path\": \"other/39662.jpg\", \"id\": 39662, \"objects\": [{\"bbox\": {\"xmin\": 620.0, \"ymin\": 928.0, \"xmax\": 670.6667, \"ymax\": 976.0003}, \"category\": \"ps\"}]}, \"15889\": {\"path\": \"train/15889.jpg\", \"id\": 15889, \"objects\": [{\"bbox\": {\"xmin\": 1452.8, \"ymin\": 914.4, \"xmax\": 1500.0, \"ymax\": 965.6}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1477.6, \"ymin\": 855.2, \"xmax\": 1529.6, \"ymax\": 908.0}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1508.8, \"ymin\": 912.8, \"xmax\": 1558.3999999999999, \"ymax\": 963.1999999999999}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 909.0, \"ymin\": 789.0, \"xmax\": 959.0, \"ymax\": 842.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1101.0, \"ymin\": 793.0, \"xmax\": 1155.0, \"ymax\": 846.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1352.0, \"ymin\": 837.0, \"xmax\": 1387.0, \"ymax\": 878.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1351.0, \"ymin\": 880.0, \"xmax\": 1375.0, \"ymax\": 916.0}, \"category\": \"i2r\"}]}, \"26446\": {\"path\": \"test/26446.jpg\", \"id\": 26446, \"objects\": [{\"bbox\": {\"xmin\": 580.0, \"ymin\": 968.0, \"xmax\": 598.0, \"ymax\": 1009.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 616.0, \"ymin\": 965.0, \"xmax\": 629.0, \"ymax\": 1007.0}, \"category\": \"p3\"}]}, \"53089\": {\"path\": \"train/53089.jpg\", \"id\": 53089, \"objects\": [{\"bbox\": {\"xmin\": 663.636, \"ymin\": 1285.8, \"xmax\": 689.7724, \"ymax\": 1314.7799}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 693.182, \"ymin\": 1289.2, \"xmax\": 718.7504, \"ymax\": 1321.0227}, \"category\": \"pn\"}]}, \"58718\": {\"path\": \"train/58718.jpg\", \"id\": 58718, \"objects\": [{\"bbox\": {\"xmin\": 1292.2803955078125, \"ymin\": 922.0226440429688, \"xmax\": 1311.6986083984375, \"ymax\": 939.8556518554688}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1718.0, \"ymin\": 978.0, \"xmax\": 1763.0, \"ymax\": 1031.0}, \"category\": \"p5\"}]}, \"17411\": {\"path\": \"train/17411.jpg\", \"id\": 17411, \"objects\": [{\"bbox\": {\"xmin\": 1090.58, \"ymin\": 970.29, \"xmax\": 1109.4225999999999, \"ymax\": 987.6814999999999}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1686.96, \"ymin\": 919.565, \"xmax\": 1732.9741000000001, \"ymax\": 957.9711000000001}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1210.51, \"ymin\": 956.884, \"xmax\": 1261.2319, \"ymax\": 998.5504}, \"category\": \"w59\"}]}, \"13471\": {\"path\": \"test/13471.jpg\", \"id\": 13471, \"objects\": [{\"bbox\": {\"xmin\": 1782.0, \"ymin\": 754.0, \"xmax\": 1851.0, \"ymax\": 828.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1782.0, \"ymin\": 882.0, \"xmax\": 1853.0, \"ymax\": 955.0}, \"category\": \"pl80\"}]}, \"85685\": {\"path\": \"test/85685.jpg\", \"id\": 85685, \"objects\": [{\"bbox\": {\"xmin\": 1917.0, \"ymin\": 978.0, \"xmax\": 1955.0, \"ymax\": 1018.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 641.0, \"ymin\": 670.0, \"xmax\": 699.0, \"ymax\": 726.0}, \"category\": \"pr40\"}]}, \"19014\": {\"path\": \"train/19014.jpg\", \"id\": 19014, \"objects\": [{\"bbox\": {\"xmin\": 487.129, \"ymin\": 878.218, \"xmax\": 511.88120000000004, \"ymax\": 910.8910999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 463.366, \"ymin\": 883.168, \"xmax\": 484.1584, \"ymax\": 909.901}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 510.891, \"ymin\": 874.257, \"xmax\": 533.6634, \"ymax\": 907.9208}, \"category\": \"pn\"}]}, \"44751\": {\"path\": \"train/44751.jpg\", \"id\": 44751, \"objects\": [{\"bbox\": {\"xmin\": 1001.0, \"ymin\": 984.0, \"xmax\": 1031.0, \"ymax\": 1013.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1520.0, \"ymin\": 808.0, \"xmax\": 1554.0, \"ymax\": 848.0}, \"category\": \"pl60\"}]}, \"56057\": {\"path\": \"test/56057.jpg\", \"id\": 56057, \"objects\": [{\"bbox\": {\"xmin\": 249.333, \"ymin\": 713.333, \"xmax\": 380.0, \"ymax\": 846.6669999999999}, \"category\": \"pl40\"}]}, \"4348\": {\"path\": \"test/4348.jpg\", \"id\": 4348, \"objects\": [{\"bbox\": {\"xmin\": 780.0, \"ymin\": 899.0, \"xmax\": 812.0, \"ymax\": 932.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 776.0, \"ymin\": 860.0, \"xmax\": 815.0, \"ymax\": 901.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 744.0, \"ymin\": 821.0, \"xmax\": 784.0, \"ymax\": 862.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 784.0, \"ymin\": 962.0, \"xmax\": 809.0, \"ymax\": 988.0}, \"category\": \"pdd\"}]}, \"31931\": {\"path\": \"train/31931.jpg\", \"id\": 31931, \"objects\": [{\"bbox\": {\"xmin\": 1387.2, \"ymin\": 991.2, \"xmax\": 1412.8, \"ymax\": 1022.3883000000001}, \"category\": \"pne\"}]}, \"85953\": {\"path\": \"train/85953.jpg\", \"id\": 85953, \"objects\": [{\"bbox\": {\"xmin\": 88.1579, \"ymin\": 936.842, \"xmax\": 115.7895, \"ymax\": 980.2632}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 88.1579, \"ymin\": 977.631, \"xmax\": 115.7895, \"ymax\": 1015.7891999999999}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 232.895, \"ymin\": 972.368, \"xmax\": 257.8947, \"ymax\": 1010.5263}, \"category\": \"pn\"}]}, \"91214\": {\"path\": \"train/91214.jpg\", \"id\": 91214, \"objects\": [{\"bbox\": {\"xmin\": 1909.0, \"ymin\": 876.0, \"xmax\": 1929.0, \"ymax\": 903.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1909.0, \"ymin\": 906.0, \"xmax\": 1928.0, \"ymax\": 931.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1909.0, \"ymin\": 935.0, \"xmax\": 1929.0, \"ymax\": 962.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1797.0, \"ymin\": 799.0, \"xmax\": 1822.0, \"ymax\": 825.0}, \"category\": \"w63\"}]}, \"3097\": {\"path\": \"test/3097.jpg\", \"id\": 3097, \"objects\": [{\"bbox\": {\"xmin\": 1305.69, \"ymin\": 871.592, \"xmax\": 1334.6627, \"ymax\": 900.0008}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1338.64, \"ymin\": 870.455, \"xmax\": 1368.7527, \"ymax\": 901.7045}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 581.818, \"ymin\": 972.727, \"xmax\": 606.25, \"ymax\": 998.8636}, \"category\": \"pne\"}]}, \"11988\": {\"path\": \"train/11988.jpg\", \"id\": 11988, \"objects\": [{\"bbox\": {\"xmin\": 500.0, \"ymin\": 82.6667, \"xmax\": 672.0, \"ymax\": 210.66570000000002}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1646.67, \"ymin\": 114.667, \"xmax\": 1798.6670000000001, \"ymax\": 238.667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1108.0, \"ymin\": 40.0, \"xmax\": 1302.667, \"ymax\": 166.667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 302.667, \"ymin\": 4.0, \"xmax\": 460.0, \"ymax\": 117.333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 489.333, \"ymin\": 0.0, \"xmax\": 664.0, \"ymax\": 76.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 852.0, \"ymin\": 38.6667, \"xmax\": 1048.0, \"ymax\": 165.3337}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 317.333, \"ymin\": 122.667, \"xmax\": 470.66700000000003, \"ymax\": 248.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1426.67, \"ymin\": 70.6667, \"xmax\": 1600.0, \"ymax\": 199.99970000000002}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1868.0, \"ymin\": 206.667, \"xmax\": 1986.667, \"ymax\": 324.0}, \"category\": \"pne\"}]}, \"44256\": {\"path\": \"train/44256.jpg\", \"id\": 44256, \"objects\": [{\"bbox\": {\"xmin\": 1441.33, \"ymin\": 1006.67, \"xmax\": 1477.3333, \"ymax\": 1048.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1669.33, \"ymin\": 876.0, \"xmax\": 1698.6634, \"ymax\": 907.9994}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1432.0, \"ymin\": 804.0, \"xmax\": 1458.6667, \"ymax\": 834.6667}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1634.67, \"ymin\": 872.0, \"xmax\": 1665.3333, \"ymax\": 906.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1702.67, \"ymin\": 841.333, \"xmax\": 1732.0, \"ymax\": 873.333}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1569.33, \"ymin\": 809.333, \"xmax\": 1593.3333, \"ymax\": 834.6667}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1668.0, \"ymin\": 836.0, \"xmax\": 1698.6667, \"ymax\": 870.6667}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1633.33, \"ymin\": 836.0, \"xmax\": 1664.0, \"ymax\": 869.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1704.0, \"ymin\": 878.667, \"xmax\": 1732.0, \"ymax\": 910.6667}, \"category\": \"pbp\"}]}, \"11008\": {\"path\": \"other/11008.jpg\", \"id\": 11008, \"objects\": [{\"bbox\": {\"xmin\": 389.333, \"ymin\": 1232.0, \"xmax\": 424.0, \"ymax\": 1290.6667}, \"category\": \"pc\"}]}, \"54290\": {\"path\": \"other/54290.jpg\", \"id\": 54290, \"objects\": [{\"bbox\": {\"xmin\": 1352.98, \"ymin\": 948.344, \"xmax\": 1376.1589, \"ymax\": 974.1722000000001}, \"category\": \"w63\"}]}, \"60076\": {\"path\": \"train/60076.jpg\", \"id\": 60076, \"objects\": [{\"bbox\": {\"xmin\": 528.713, \"ymin\": 912.871, \"xmax\": 550.495, \"ymax\": 935.6436}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 426.733, \"ymin\": 908.911, \"xmax\": 448.5149, \"ymax\": 932.6732999999999}, \"category\": \"i4\"}]}, \"80877\": {\"path\": \"train/80877.jpg\", \"id\": 80877, \"objects\": [{\"bbox\": {\"xmin\": 1952.0228271484375, \"ymin\": 926.8108520507812, \"xmax\": 1973.3895263671875, \"ymax\": 950.2659301757812}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 516.2725219726562, \"ymin\": 895.6222534179688, \"xmax\": 538.3123168945312, \"ymax\": 933.2024536132812}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 517.822, \"ymin\": 857.426, \"xmax\": 535.6436, \"ymax\": 894.0594000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 517.822, \"ymin\": 952.475, \"xmax\": 538.6139000000001, \"ymax\": 991.0891}, \"category\": \"p13\"}]}, \"55246\": {\"path\": \"train/55246.jpg\", \"id\": 55246, \"objects\": [{\"bbox\": {\"xmin\": 1907.15, \"ymin\": 967.46, \"xmax\": 1932.5424, \"ymax\": 994.4444000000001}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": -15.0794, \"ymin\": 779.365, \"xmax\": 53.968300000000006, \"ymax\": 853.1749}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1903.97, \"ymin\": 1003.97, \"xmax\": 1933.3333, \"ymax\": 1037.3039}, \"category\": \"pl30\"}]}, \"27875\": {\"path\": \"train/27875.jpg\", \"id\": 27875, \"objects\": [{\"bbox\": {\"xmin\": 1508.0, \"ymin\": 857.333, \"xmax\": 1578.6667, \"ymax\": 934.6664}, \"category\": \"pl40\"}]}, \"91612\": {\"path\": \"train/91612.jpg\", \"id\": 91612, \"objects\": [{\"bbox\": {\"xmin\": 637.333, \"ymin\": 718.667, \"xmax\": 710.6667, \"ymax\": 790.6667}, \"category\": \"pl60\"}]}, \"13098\": {\"path\": \"test/13098.jpg\", \"id\": 13098, \"objects\": [{\"bbox\": {\"xmin\": 1978.57, \"ymin\": 885.714, \"xmax\": 1991.2839, \"ymax\": 911.9048}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1941.27, \"ymin\": 886.508, \"xmax\": 1957.1429, \"ymax\": 911.9048}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1957.94, \"ymin\": 886.508, \"xmax\": 1976.9904000000001, \"ymax\": 915.0794000000001}, \"category\": \"pn\"}]}, \"93521\": {\"path\": \"test/93521.jpg\", \"id\": 93521, \"objects\": [{\"bbox\": {\"xmin\": 50.0, \"ymin\": 953.947, \"xmax\": 76.2376, \"ymax\": 986.8421}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 47.3684, \"ymin\": 992.105, \"xmax\": 77.6316, \"ymax\": 1021.0526}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 51.3158, \"ymin\": 913.158, \"xmax\": 72.36840000000001, \"ymax\": 944.7368}, \"category\": \"p26\"}]}, \"65953\": {\"path\": \"train/65953.jpg\", \"id\": 65953, \"objects\": [{\"bbox\": {\"xmin\": 1602.67, \"ymin\": 929.333, \"xmax\": 1625.3333, \"ymax\": 953.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1324.0, \"ymin\": 909.333, \"xmax\": 1348.0, \"ymax\": 934.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1520.0, \"ymin\": 921.333, \"xmax\": 1542.6667, \"ymax\": 948.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1410.67, \"ymin\": 913.333, \"xmax\": 1436.0, \"ymax\": 938.6667}, \"category\": \"pl90\"}]}, \"51633\": {\"path\": \"test/51633.jpg\", \"id\": 51633, \"objects\": [{\"bbox\": {\"xmin\": 190.789, \"ymin\": 955.263, \"xmax\": 274.9973, \"ymax\": 1073.684}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 84.2105, \"ymin\": 950.0, \"xmax\": 156.57889999999998, \"ymax\": 1059.211}, \"category\": \"pne\"}]}, \"33970\": {\"path\": \"train/33970.jpg\", \"id\": 33970, \"objects\": [{\"bbox\": {\"xmin\": 2002.63, \"ymin\": 926.316, \"xmax\": 2053.9474, \"ymax\": 998.6843}, \"category\": \"pne\"}]}, \"19177\": {\"path\": \"other/19177.jpg\", \"id\": 19177, \"objects\": [{\"bbox\": {\"xmin\": 308.9169006347656, \"ymin\": 877.4682006835938, \"xmax\": 339.3712463378906, \"ymax\": 906.7832641601562}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 150.04177856445312, \"ymin\": 872.4763793945312, \"xmax\": 189.81875610351562, \"ymax\": 904.0779418945312}, \"category\": \"i4\"}]}, \"37585\": {\"path\": \"train/37585.jpg\", \"id\": 37585, \"objects\": [{\"bbox\": {\"xmin\": 1506.67, \"ymin\": 1040.0, \"xmax\": 1549.3333, \"ymax\": 1096.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 717.333, \"ymin\": 668.0, \"xmax\": 798.6667, \"ymax\": 750.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1508.0, \"ymin\": 988.0, \"xmax\": 1546.6667, \"ymax\": 1038.6667}, \"category\": \"pbm\"}]}, \"45777\": {\"path\": \"test/45777.jpg\", \"id\": 45777, \"objects\": [{\"bbox\": {\"xmin\": 1684.92, \"ymin\": 801.587, \"xmax\": 1733.3333, \"ymax\": 850.7937}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1750.79, \"ymin\": 903.175, \"xmax\": 1773.8095, \"ymax\": 928.5713999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1725.4, \"ymin\": 899.206, \"xmax\": 1746.8254000000002, \"ymax\": 928.7129}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1776.98, \"ymin\": 903.968, \"xmax\": 1799.2063, \"ymax\": 927.7228}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1496.03, \"ymin\": 796.032, \"xmax\": 1545.2381, \"ymax\": 846.0317}, \"category\": \"pne\"}]}, \"61238\": {\"path\": \"test/61238.jpg\", \"id\": 61238, \"objects\": [{\"bbox\": {\"xmin\": 1009.6002197265625, \"ymin\": 966.9823608398438, \"xmax\": 1031.2532958984375, \"ymax\": 988.0105590820312}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 926.0, \"ymin\": 861.0, \"xmax\": 952.0, \"ymax\": 889.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 955.0, \"ymin\": 862.0, \"xmax\": 978.0, \"ymax\": 886.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 950.0, \"ymin\": 932.0, \"xmax\": 975.0, \"ymax\": 958.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 950.0, \"ymin\": 1010.0, \"xmax\": 978.0, \"ymax\": 1039.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1133.0, \"ymin\": 949.0, \"xmax\": 1151.0, \"ymax\": 971.0}, \"category\": \"pdd\"}]}, \"50473\": {\"path\": \"test/50473.jpg\", \"id\": 50473, \"objects\": [{\"bbox\": {\"xmin\": 1181.19, \"ymin\": 839.604, \"xmax\": 1222.7723, \"ymax\": 883.1683}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1047.52, \"ymin\": 840.594, \"xmax\": 1087.1287, \"ymax\": 884.1584}, \"category\": \"i4\"}]}, \"20132\": {\"path\": \"other/20132.jpg\", \"id\": 20132, \"objects\": [{\"bbox\": {\"xmin\": 903.96, \"ymin\": 104.95, \"xmax\": 1341.585, \"ymax\": 456.437}, \"category\": \"ph3.3\"}]}, \"33884\": {\"path\": \"other/33884.jpg\", \"id\": 33884, \"objects\": [{\"bbox\": {\"xmin\": 1144.0, \"ymin\": 708.0, \"xmax\": 1194.6667, \"ymax\": 756.0}, \"category\": \"pl35\"}]}, \"39166\": {\"path\": \"test/39166.jpg\", \"id\": 39166, \"objects\": [{\"bbox\": {\"xmin\": 1725.33, \"ymin\": 897.333, \"xmax\": 1788.0, \"ymax\": 978.6660999999999}, \"category\": \"pl30\"}]}, \"98791\": {\"path\": \"train/98791.jpg\", \"id\": 98791, \"objects\": [{\"bbox\": {\"xmin\": 1234.67, \"ymin\": 825.333, \"xmax\": 1293.3333, \"ymax\": 882.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1232.0, \"ymin\": 882.667, \"xmax\": 1290.6667, \"ymax\": 942.6667}, \"category\": \"pn\"}]}, \"89700\": {\"path\": \"train/89700.jpg\", \"id\": 89700, \"objects\": [{\"bbox\": {\"xmin\": 1133.66, \"ymin\": 902.97, \"xmax\": 1156.4356, \"ymax\": 925.7426}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1155.45, \"ymin\": 899.01, \"xmax\": 1179.2079, \"ymax\": 925.7418}, \"category\": \"pn\"}]}, \"50054\": {\"path\": \"train/50054.jpg\", \"id\": 50054, \"objects\": [{\"bbox\": {\"xmin\": 1662.0, \"ymin\": 868.0, \"xmax\": 1688.0, \"ymax\": 902.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1659.0, \"ymin\": 903.0, \"xmax\": 1687.0, \"ymax\": 935.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1558.0, \"ymin\": 962.0, \"xmax\": 1594.0, \"ymax\": 993.0}, \"category\": \"w5\"}]}, \"67219\": {\"path\": \"train/67219.jpg\", \"id\": 67219, \"objects\": [{\"bbox\": {\"xmin\": 1611.2, \"ymin\": 950.4, \"xmax\": 1673.6000000000001, \"ymax\": 1006.4}, \"category\": \"w59\"}]}, \"13236\": {\"path\": \"test/13236.jpg\", \"id\": 13236, \"objects\": [{\"bbox\": {\"xmin\": 389.333, \"ymin\": 934.667, \"xmax\": 470.6667, \"ymax\": 1021.3333}, \"category\": \"p5\"}]}, \"91712\": {\"path\": \"train/91712.jpg\", \"id\": 91712, \"objects\": [{\"bbox\": {\"xmin\": 849.505, \"ymin\": 552.475, \"xmax\": 879.2075, \"ymax\": 662.376}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1866.41, \"ymin\": 903.96, \"xmax\": 1888.1187, \"ymax\": 928.7129}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 573.267, \"ymin\": 778.218, \"xmax\": 590.099, \"ymax\": 822.7723}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 590.099, \"ymin\": 786.139, \"xmax\": 607.9208000000001, \"ymax\": 832.6733}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1892.08, \"ymin\": 904.95, \"xmax\": 1912.8713, \"ymax\": 931.6832}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 755.446, \"ymin\": 420.792, \"xmax\": 798.0198, \"ymax\": 560.396}, \"category\": \"pne\"}]}, \"84963\": {\"path\": \"test/84963.jpg\", \"id\": 84963, \"objects\": [{\"bbox\": {\"xmin\": 465.333, \"ymin\": 841.333, \"xmax\": 497.3333, \"ymax\": 878.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 498.667, \"ymin\": 841.333, \"xmax\": 533.3333, \"ymax\": 876.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 597.333, \"ymin\": 872.0, \"xmax\": 628.0, \"ymax\": 902.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 598.667, \"ymin\": 908.0, \"xmax\": 630.6667, \"ymax\": 938.6667}, \"category\": \"i2r\"}]}, \"69425\": {\"path\": \"test/69425.jpg\", \"id\": 69425, \"objects\": [{\"bbox\": {\"xmin\": 1405.56, \"ymin\": 623.016, \"xmax\": 1501.5873, \"ymax\": 719.0476}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1192.86, \"ymin\": 620.635, \"xmax\": 1293.6509999999998, \"ymax\": 714.2857}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1301.59, \"ymin\": 619.048, \"xmax\": 1400.0, \"ymax\": 716.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1292.06, \"ymin\": 973.016, \"xmax\": 1323.8094999999998, \"ymax\": 1005.5555999999999}, \"category\": \"w57\"}]}, \"71449\": {\"path\": \"train/71449.jpg\", \"id\": 71449, \"objects\": [{\"bbox\": {\"xmin\": 1538.0, \"ymin\": 903.0, \"xmax\": 1592.0, \"ymax\": 956.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1871.0, \"ymin\": 699.0, \"xmax\": 1933.0, \"ymax\": 777.0}, \"category\": \"pl50\"}]}, \"98859\": {\"path\": \"train/98859.jpg\", \"id\": 98859, \"objects\": [{\"bbox\": {\"xmin\": 1950.0, \"ymin\": 686.0, \"xmax\": 1999.0, \"ymax\": 759.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2002.0, \"ymin\": 699.0, \"xmax\": 2046.0, \"ymax\": 765.0}, \"category\": \"pn\"}]}, \"34893\": {\"path\": \"train/34893.jpg\", \"id\": 34893, \"objects\": [{\"bbox\": {\"xmin\": 1153.33, \"ymin\": 862.667, \"xmax\": 1193.33, \"ymax\": 904.0}, \"category\": \"pl60\"}]}, \"1365\": {\"path\": \"train/1365.jpg\", \"id\": 1365, \"objects\": [{\"bbox\": {\"xmin\": 707.843, \"ymin\": 445.098, \"xmax\": 750.9803999999999, \"ymax\": 584.3140000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 494.118, \"ymin\": 207.843, \"xmax\": 588.2353, \"ymax\": 394.118}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 588.235, \"ymin\": 778.431, \"xmax\": 645.098, \"ymax\": 919.6080000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 586.275, \"ymin\": 976.471, \"xmax\": 641.1765, \"ymax\": 1098.039}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 592.157, \"ymin\": 601.961, \"xmax\": 658.8235000000001, \"ymax\": 739.216}, \"category\": \"p26\"}]}, \"64955\": {\"path\": \"train/64955.jpg\", \"id\": 64955, \"objects\": [{\"bbox\": {\"xmin\": 1304.0, \"ymin\": 909.333, \"xmax\": 1349.3333, \"ymax\": 956.0}, \"category\": \"p5\"}]}, \"17736\": {\"path\": \"train/17736.jpg\", \"id\": 17736, \"objects\": [{\"bbox\": {\"xmin\": 1500.0, \"ymin\": 1001.33, \"xmax\": 1529.3333, \"ymax\": 1030.6667}, \"category\": \"pl20\"}]}, \"29015\": {\"path\": \"train/29015.jpg\", \"id\": 29015, \"objects\": [{\"bbox\": {\"xmin\": 838.0, \"ymin\": 1003.0, \"xmax\": 871.0, \"ymax\": 1039.0}, \"category\": \"i5\"}]}, \"50701\": {\"path\": \"train/50701.jpg\", \"id\": 50701, \"objects\": [{\"bbox\": {\"xmin\": 1407.0, \"ymin\": 1005.0, \"xmax\": 1434.0, \"ymax\": 1044.0}, \"category\": \"pl10\"}, {\"bbox\": {\"xmin\": 1406.0, \"ymin\": 971.0, \"xmax\": 1432.0, \"ymax\": 1001.0}, \"category\": \"w55\"}]}, \"81731\": {\"path\": \"train/81731.jpg\", \"id\": 81731, \"objects\": [{\"bbox\": {\"xmin\": 1366.0, \"ymin\": 858.0, \"xmax\": 1394.0, \"ymax\": 885.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 843.0, \"ymin\": 834.0, \"xmax\": 877.0, \"ymax\": 867.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1280.0, \"ymin\": 948.0, \"xmax\": 1301.0, \"ymax\": 969.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1303.0, \"ymin\": 857.0, \"xmax\": 1331.0, \"ymax\": 887.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1219.0, \"ymin\": 858.0, \"xmax\": 1248.0, \"ymax\": 886.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1187.0, \"ymin\": 856.0, \"xmax\": 1217.0, \"ymax\": 887.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1250.0, \"ymin\": 859.0, \"xmax\": 1276.0, \"ymax\": 886.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 643.0, \"ymin\": 842.0, \"xmax\": 676.0, \"ymax\": 874.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1332.0, \"ymin\": 858.0, \"xmax\": 1361.0, \"ymax\": 887.0}, \"category\": \"im\"}]}, \"57920\": {\"path\": \"train/57920.jpg\", \"id\": 57920, \"objects\": [{\"bbox\": {\"xmin\": 1551.0, \"ymin\": 1031.12, \"xmax\": 1660.931, \"ymax\": 1139.072}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1550.33, \"ymin\": 914.57, \"xmax\": 1658.936, \"ymax\": 1027.152}, \"category\": \"pss\"}]}, \"23088\": {\"path\": \"test/23088.jpg\", \"id\": 23088, \"objects\": [{\"bbox\": {\"xmin\": 1215.0, \"ymin\": 836.0, \"xmax\": 1250.0, \"ymax\": 872.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1258.0, \"ymin\": 836.0, \"xmax\": 1292.0, \"ymax\": 873.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1339.0, \"ymin\": 894.0, \"xmax\": 1355.0, \"ymax\": 910.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1316.0, \"ymin\": 1004.0, \"xmax\": 1353.0, \"ymax\": 1039.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1318.0, \"ymin\": 1046.0, \"xmax\": 1354.0, \"ymax\": 1083.0}, \"category\": \"i2r\"}]}, \"83194\": {\"path\": \"test/83194.jpg\", \"id\": 83194, \"objects\": [{\"bbox\": {\"xmin\": 1360.0, \"ymin\": 950.667, \"xmax\": 1398.6667, \"ymax\": 989.3333}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 948.0, \"xmax\": 1762.6667, \"ymax\": 985.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1360.0, \"ymin\": 913.333, \"xmax\": 1396.0, \"ymax\": 950.6667}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1358.67, \"ymin\": 988.0, \"xmax\": 1397.3333, \"ymax\": 1028.0}, \"category\": \"pbp\"}]}, \"29648\": {\"path\": \"train/29648.jpg\", \"id\": 29648, \"objects\": [{\"bbox\": {\"xmin\": 983.0, \"ymin\": 515.0, \"xmax\": 1103.0, \"ymax\": 629.0}, \"category\": \"pr40\"}]}, \"47715\": {\"path\": \"train/47715.jpg\", \"id\": 47715, \"objects\": [{\"bbox\": {\"xmin\": 1420.3731689453125, \"ymin\": 965.3126220703125, \"xmax\": 1440.4425048828125, \"ymax\": 982.7850341796875}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 544.0, \"ymin\": 782.667, \"xmax\": 598.6667, \"ymax\": 836.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 529.333, \"ymin\": 849.333, \"xmax\": 600.0, \"ymax\": 916.0}, \"category\": \"pl50\"}]}, \"31422\": {\"path\": \"train/31422.jpg\", \"id\": 31422, \"objects\": [{\"bbox\": {\"xmin\": 417.219, \"ymin\": 925.828, \"xmax\": 429.1391, \"ymax\": 946.3566}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 383.444, \"ymin\": 923.179, \"xmax\": 391.39073, \"ymax\": 940.3974}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 267.55, \"ymin\": 902.649, \"xmax\": 284.76820000000004, \"ymax\": 926.4901}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1123.84, \"ymin\": 939.073, \"xmax\": 1138.4106, \"ymax\": 952.9801}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 215.232, \"ymin\": 897.351, \"xmax\": 231.1258, \"ymax\": 922.5166}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1067.55, \"ymin\": 938.411, \"xmax\": 1081.4569999999999, \"ymax\": 954.3045999999999}, \"category\": \"pne\"}]}, \"21766\": {\"path\": \"train/21766.jpg\", \"id\": 21766, \"objects\": [{\"bbox\": {\"xmin\": 1534.67, \"ymin\": 780.0, \"xmax\": 1612.0, \"ymax\": 866.6667}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1548.0, \"ymin\": 893.333, \"xmax\": 1608.0, \"ymax\": 956.0}, \"category\": \"pl60\"}]}, \"76858\": {\"path\": \"test/76858.jpg\", \"id\": 76858, \"objects\": [{\"bbox\": {\"xmin\": 1257.33, \"ymin\": 734.667, \"xmax\": 1328.0, \"ymax\": 802.6667}, \"category\": \"pl70\"}]}, \"14460\": {\"path\": \"train/14460.jpg\", \"id\": 14460, \"objects\": [{\"bbox\": {\"xmin\": 490.667, \"ymin\": 942.667, \"xmax\": 545.3333, \"ymax\": 1002.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 960.0, \"xmax\": 1473.3333, \"ymax\": 989.3333}, \"category\": \"pl80\"}]}, \"45815\": {\"path\": \"train/45815.jpg\", \"id\": 45815, \"objects\": [{\"bbox\": {\"xmin\": 230.263, \"ymin\": 652.632, \"xmax\": 302.6316, \"ymax\": 738.1578999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1207.89, \"ymin\": 836.842, \"xmax\": 1248.6842000000001, \"ymax\": 880.2632}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1121.05, \"ymin\": 839.474, \"xmax\": 1163.1579, \"ymax\": 877.6316}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1164.47, \"ymin\": 834.211, \"xmax\": 1205.2632, \"ymax\": 882.8947000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 23.6842, \"ymin\": 717.105, \"xmax\": 75.0, \"ymax\": 796.0526}, \"category\": \"pne\"}]}, \"69064\": {\"path\": \"train/69064.jpg\", \"id\": 69064, \"objects\": [{\"bbox\": {\"xmin\": 1835.64, \"ymin\": 861.386, \"xmax\": 1864.3321, \"ymax\": 897.0296999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1802.97, \"ymin\": 859.406, \"xmax\": 1830.6931, \"ymax\": 894.0594}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1870.3, \"ymin\": 864.356, \"xmax\": 1896.0396, \"ymax\": 897.0297}, \"category\": \"pn\"}]}, \"31799\": {\"path\": \"train/31799.jpg\", \"id\": 31799, \"objects\": [{\"bbox\": {\"xmin\": 1284.16, \"ymin\": 953.465, \"xmax\": 1317.8218000000002, \"ymax\": 996.0396000000001}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 433.048, \"ymin\": 1009.97, \"xmax\": 447.5782, \"ymax\": 1024.2161}, \"category\": \"pn\"}]}, \"96811\": {\"path\": \"train/96811.jpg\", \"id\": 96811, \"objects\": [{\"bbox\": {\"xmin\": 804.95, \"ymin\": 922.772, \"xmax\": 827.7228, \"ymax\": 949.505}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1051.49, \"ymin\": 943.564, \"xmax\": 1066.3366, \"ymax\": 963.3662999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1010.89, \"ymin\": 941.584, \"xmax\": 1029.703, \"ymax\": 965.3465}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1031.68, \"ymin\": 942.574, \"xmax\": 1049.4808, \"ymax\": 964.3558999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 712.871, \"ymin\": 926.733, \"xmax\": 737.6238, \"ymax\": 949.505}, \"category\": \"pne\"}]}, \"79285\": {\"path\": \"other/79285.jpg\", \"id\": 79285, \"objects\": [{\"bbox\": {\"xmin\": 1026.49, \"ymin\": 948.344, \"xmax\": 1036.42384, \"ymax\": 958.2781500000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1636.51, \"ymin\": 921.429, \"xmax\": 1649.2063, \"ymax\": 950.7937}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 961.589, \"ymin\": 948.344, \"xmax\": 971.5233900000001, \"ymax\": 958.9403000000001}, \"category\": \"pne\"}]}, \"85054\": {\"path\": \"train/85054.jpg\", \"id\": 85054, \"objects\": [{\"bbox\": {\"xmin\": 977.483, \"ymin\": 938.411, \"xmax\": 992.063, \"ymax\": 950.0006999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1084.77, \"ymin\": 935.099, \"xmax\": 1097.6189, \"ymax\": 949.2063}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1100.79, \"ymin\": 934.921, \"xmax\": 1112.5828, \"ymax\": 951.5873}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 893.377, \"ymin\": 936.508, \"xmax\": 913.491, \"ymax\": 953.1746}, \"category\": \"pne\"}]}, \"71335\": {\"path\": \"train/71335.jpg\", \"id\": 71335, \"objects\": [{\"bbox\": {\"xmin\": 1776.0, \"ymin\": 718.667, \"xmax\": 1820.0, \"ymax\": 772.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1906.67, \"ymin\": 741.333, \"xmax\": 1945.3333, \"ymax\": 788.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1626.67, \"ymin\": 696.0, \"xmax\": 1677.3333, \"ymax\": 753.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1564.0, \"ymin\": 688.0, \"xmax\": 1621.3333, \"ymax\": 745.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1720.0, \"ymin\": 710.667, \"xmax\": 1766.6667, \"ymax\": 761.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1857.33, \"ymin\": 729.333, \"xmax\": 1901.3333, \"ymax\": 782.6667}, \"category\": \"pl100\"}]}, \"67971\": {\"path\": \"train/67971.jpg\", \"id\": 67971, \"objects\": [{\"bbox\": {\"xmin\": 928.713, \"ymin\": 966.337, \"xmax\": 953.4653, \"ymax\": 1004.9505}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 901.98, \"ymin\": 967.327, \"xmax\": 923.7624000000001, \"ymax\": 1006.9307}, \"category\": \"pne\"}]}, \"72895\": {\"path\": \"test/72895.jpg\", \"id\": 72895, \"objects\": [{\"bbox\": {\"xmin\": 841.0, \"ymin\": 934.0, \"xmax\": 858.0, \"ymax\": 955.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 481.0, \"ymin\": 808.0, \"xmax\": 526.0, \"ymax\": 854.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 820.0, \"ymin\": 934.0, \"xmax\": 835.0, \"ymax\": 952.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 865.0, \"ymin\": 933.0, \"xmax\": 887.0, \"ymax\": 955.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 664.0, \"ymin\": 799.0, \"xmax\": 720.0, \"ymax\": 855.0}, \"category\": \"phclr\"}]}, \"31316\": {\"path\": \"train/31316.jpg\", \"id\": 31316, \"objects\": [{\"bbox\": {\"xmin\": 1411.11, \"ymin\": 816.667, \"xmax\": 1458.7302, \"ymax\": 859.5238}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1190.34, \"ymin\": 976.984, \"xmax\": 1215.0757999999998, \"ymax\": 1002.8409}, \"category\": \"p23\"}]}, \"22305\": {\"path\": \"test/22305.jpg\", \"id\": 22305, \"objects\": [{\"bbox\": {\"xmin\": 764.356, \"ymin\": 863.366, \"xmax\": 800.0, \"ymax\": 898.0198}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 638.614, \"ymin\": 869.307, \"xmax\": 671.2871, \"ymax\": 898.0198}, \"category\": \"pne\"}]}, \"32834\": {\"path\": \"train/32834.jpg\", \"id\": 32834, \"objects\": [{\"bbox\": {\"xmin\": 1545.33, \"ymin\": 970.667, \"xmax\": 1626.6667, \"ymax\": 1052.0}, \"category\": \"pl100\"}]}, \"76132\": {\"path\": \"train/76132.jpg\", \"id\": 76132, \"objects\": [{\"bbox\": {\"xmin\": 1014.0, \"ymin\": 887.0, \"xmax\": 1042.0, \"ymax\": 914.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 521.0, \"ymin\": 870.0, \"xmax\": 547.0, \"ymax\": 899.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 937.0, \"ymin\": 965.0, \"xmax\": 955.0, \"ymax\": 985.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1569.0, \"ymin\": 961.0, \"xmax\": 1590.0, \"ymax\": 988.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 961.0, \"ymin\": 886.0, \"xmax\": 985.0, \"ymax\": 912.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 886.0, \"ymin\": 884.0, \"xmax\": 909.0, \"ymax\": 909.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 859.0, \"ymin\": 884.0, \"xmax\": 882.0, \"ymax\": 911.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 909.0, \"ymin\": 885.0, \"xmax\": 935.0, \"ymax\": 910.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 372.0, \"ymin\": 875.0, \"xmax\": 399.0, \"ymax\": 905.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 987.0, \"ymin\": 885.0, \"xmax\": 1012.0, \"ymax\": 910.0}, \"category\": \"im\"}]}, \"11239\": {\"path\": \"train/11239.jpg\", \"id\": 11239, \"objects\": [{\"bbox\": {\"xmin\": 217.647, \"ymin\": 650.981, \"xmax\": 437.255, \"ymax\": 964.706}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 213.725, \"ymin\": 970.588, \"xmax\": 435.294, \"ymax\": 1219.608}, \"category\": \"w59\"}]}, \"35655\": {\"path\": \"test/35655.jpg\", \"id\": 35655, \"objects\": [{\"bbox\": {\"xmin\": 757.333, \"ymin\": 830.667, \"xmax\": 782.6667, \"ymax\": 856.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1442.67, \"ymin\": 745.333, \"xmax\": 1502.6667, \"ymax\": 810.6667}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1193.33, \"ymin\": 726.667, \"xmax\": 1261.3333, \"ymax\": 794.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1508.0, \"ymin\": 748.0, \"xmax\": 1570.6667, \"ymax\": 814.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1316.0, \"ymin\": 713.333, \"xmax\": 1372.0, \"ymax\": 768.0}, \"category\": \"pne\"}]}, \"19866\": {\"path\": \"train/19866.jpg\", \"id\": 19866, \"objects\": [{\"bbox\": {\"xmin\": 1637.0, \"ymin\": 1066.0, \"xmax\": 1688.0, \"ymax\": 1118.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1624.0, \"ymin\": 959.0, \"xmax\": 1659.0, \"ymax\": 993.0}, \"category\": \"w55\"}]}, \"95780\": {\"path\": \"test/95780.jpg\", \"id\": 95780, \"objects\": [{\"bbox\": {\"xmin\": 697.333, \"ymin\": 914.667, \"xmax\": 722.6667, \"ymax\": 941.3333}, \"category\": \"pl100\"}]}, \"22541\": {\"path\": \"train/22541.jpg\", \"id\": 22541, \"objects\": [{\"bbox\": {\"xmin\": 96.0199, \"ymin\": 1265.67, \"xmax\": 118.40800000000002, \"ymax\": 1294.525}, \"category\": \"i1\"}, {\"bbox\": {\"xmin\": 98.01, \"ymin\": 1236.82, \"xmax\": 118.9055, \"ymax\": 1267.6616999999999}, \"category\": \"pne\"}]}, \"13320\": {\"path\": \"train/13320.jpg\", \"id\": 13320, \"objects\": [{\"bbox\": {\"xmin\": 1205.95, \"ymin\": 1025.16, \"xmax\": 1243.7086, \"ymax\": 1060.9226}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1206.62, \"ymin\": 986.093, \"xmax\": 1241.0619, \"ymax\": 1023.1791}, \"category\": \"pss\"}]}, \"77187\": {\"path\": \"train/77187.jpg\", \"id\": 77187, \"objects\": [{\"bbox\": {\"xmin\": 111.842, \"ymin\": 905.263, \"xmax\": 140.7895, \"ymax\": 955.2632}, \"category\": \"p6\"}]}, \"84712\": {\"path\": \"other/84712.jpg\", \"id\": 84712, \"objects\": [{\"bbox\": {\"xmin\": 1944.1656494140625, \"ymin\": 960.87353515625, \"xmax\": 1997.1978759765625, \"ymax\": 1011.914794921875}, \"category\": \"p13\"}]}, \"27229\": {\"path\": \"test/27229.jpg\", \"id\": 27229, \"objects\": [{\"bbox\": {\"xmin\": 1750.67, \"ymin\": 778.667, \"xmax\": 1820.0, \"ymax\": 866.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 942.667, \"ymin\": 670.667, \"xmax\": 1013.3333, \"ymax\": 738.6676}, \"category\": \"pn\"}]}, \"1714\": {\"path\": \"train/1714.jpg\", \"id\": 1714, \"objects\": [{\"bbox\": {\"xmin\": 519.737, \"ymin\": 838.158, \"xmax\": 555.2632, \"ymax\": 917.1053}, \"category\": \"ip\"}]}, \"23710\": {\"path\": \"train/23710.jpg\", \"id\": 23710, \"objects\": [{\"bbox\": {\"xmin\": 1401.0, \"ymin\": 920.0, \"xmax\": 1454.0, \"ymax\": 974.0}, \"category\": \"p26\"}]}, \"79667\": {\"path\": \"train/79667.jpg\", \"id\": 79667, \"objects\": [{\"bbox\": {\"xmin\": 990.667, \"ymin\": 845.333, \"xmax\": 1028.0021, \"ymax\": 881.3335999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 948.0, \"ymin\": 846.667, \"xmax\": 982.6667, \"ymax\": 882.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1140.0, \"ymin\": 881.333, \"xmax\": 1172.0, \"ymax\": 910.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1138.67, \"ymin\": 916.0, \"xmax\": 1172.0, \"ymax\": 946.6667}, \"category\": \"i2r\"}]}, \"37368\": {\"path\": \"train/37368.jpg\", \"id\": 37368, \"objects\": [{\"bbox\": {\"xmin\": 979.208, \"ymin\": 931.683, \"xmax\": 1007.9218, \"ymax\": 961.3860999999999}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 942.574, \"ymin\": 932.673, \"xmax\": 970.2963, \"ymax\": 962.3762}, \"category\": \"pl60\"}]}, \"68516\": {\"path\": \"train/68516.jpg\", \"id\": 68516, \"objects\": [{\"bbox\": {\"xmin\": 1815.84, \"ymin\": 461.386, \"xmax\": 1923.762, \"ymax\": 585.149}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1927.72, \"ymin\": 493.07, \"xmax\": 2026.733, \"ymax\": 608.911}, \"category\": \"pn\"}]}, \"72574\": {\"path\": \"other/72574.jpg\", \"id\": 72574, \"objects\": [{\"bbox\": {\"xmin\": 64.0, \"ymin\": 926.0, \"xmax\": 118.0, \"ymax\": 985.0}, \"category\": \"pm10\"}]}, \"55385\": {\"path\": \"test/55385.jpg\", \"id\": 55385, \"objects\": [{\"bbox\": {\"xmin\": 1788.7, \"ymin\": 962.126, \"xmax\": 1804.3189, \"ymax\": 980.0663999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1805.64, \"ymin\": 962.791, \"xmax\": 1820.2625, \"ymax\": 981.0633}, \"category\": \"pn\"}]}, \"49443\": {\"path\": \"test/49443.jpg\", \"id\": 49443, \"objects\": [{\"bbox\": {\"xmin\": 1499.0, \"ymin\": 927.0, \"xmax\": 1565.0, \"ymax\": 1004.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1856.0, \"ymin\": 1023.0, \"xmax\": 1894.0, \"ymax\": 1066.0}, \"category\": \"pl120\"}]}, \"66205\": {\"path\": \"test/66205.jpg\", \"id\": 66205, \"objects\": [{\"bbox\": {\"xmin\": 1437.33, \"ymin\": 964.0, \"xmax\": 1484.0, \"ymax\": 1010.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1748.0, \"ymin\": 885.333, \"xmax\": 1780.0, \"ymax\": 917.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1808.0, \"ymin\": 845.333, \"xmax\": 1854.6667, \"ymax\": 893.333}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1677.33, \"ymin\": 884.0, \"xmax\": 1709.3333, \"ymax\": 916.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1712.0, \"ymin\": 884.0, \"xmax\": 1745.3399, \"ymax\": 918.6667}, \"category\": \"pn\"}]}, \"31321\": {\"path\": \"train/31321.jpg\", \"id\": 31321, \"objects\": [{\"bbox\": {\"xmin\": 1998.4, \"ymin\": 1014.4, \"xmax\": 2038.4, \"ymax\": 1057.6}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1996.0, \"ymin\": 969.6, \"xmax\": 2038.4, \"ymax\": 1013.6}, \"category\": \"pl15\"}]}, \"14829\": {\"path\": \"train/14829.jpg\", \"id\": 14829, \"objects\": [{\"bbox\": {\"xmin\": 1437.25, \"ymin\": 613.725, \"xmax\": 1529.4118, \"ymax\": 709.8039}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1341.18, \"ymin\": 615.686, \"xmax\": 1433.3333, \"ymax\": 703.9216}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1533.33, \"ymin\": 625.49, \"xmax\": 1619.6078, \"ymax\": 723.5294}, \"category\": \"pn\"}]}, \"66627\": {\"path\": \"train/66627.jpg\", \"id\": 66627, \"objects\": [{\"bbox\": {\"xmin\": 208.0, \"ymin\": 914.667, \"xmax\": 294.6667, \"ymax\": 1006.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 777.333, \"ymin\": 749.333, \"xmax\": 834.6664, \"ymax\": 805.3333}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1.33333, \"ymin\": 958.667, \"xmax\": 62.66663, \"ymax\": 1030.6667}, \"category\": \"pne\"}]}, \"15905\": {\"path\": \"test/15905.jpg\", \"id\": 15905, \"objects\": [{\"bbox\": {\"xmin\": 1576.0, \"ymin\": 860.0, \"xmax\": 1678.667, \"ymax\": 965.333}, \"category\": \"p5\"}]}, \"13627\": {\"path\": \"test/13627.jpg\", \"id\": 13627, \"objects\": [{\"bbox\": {\"xmin\": 1270.67, \"ymin\": 984.0, \"xmax\": 1294.6667, \"ymax\": 1006.6667}, \"category\": \"pl20\"}]}, \"94481\": {\"path\": \"test/94481.jpg\", \"id\": 94481, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 972.277, \"xmax\": 28.7129, \"ymax\": 1016.8317000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 925.743, \"xmax\": 29.703, \"ymax\": 969.3069}, \"category\": \"pcd\"}]}, \"39689\": {\"path\": \"train/39689.jpg\", \"id\": 39689, \"objects\": [{\"bbox\": {\"xmin\": 805.941, \"ymin\": 1007.92, \"xmax\": 827.7228, \"ymax\": 1028.7129}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 804.95, \"ymin\": 980.198, \"xmax\": 825.7426, \"ymax\": 1004.9505}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 805.941, \"ymin\": 1032.67, \"xmax\": 824.7525, \"ymax\": 1054.4554}, \"category\": \"pl5\"}]}, \"36992\": {\"path\": \"other/36992.jpg\", \"id\": 36992, \"objects\": [{\"bbox\": {\"xmin\": 1300.3369140625, \"ymin\": 947.0159912109375, \"xmax\": 1325.360595703125, \"ymax\": 968.9344482421875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1301.1883544921875, \"ymin\": 918.203125, \"xmax\": 1324.7210693359375, \"ymax\": 943.1334228515625}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 750.667, \"ymin\": 1008.0, \"xmax\": 804.0, \"ymax\": 1084.0}, \"category\": \"ps\"}]}, \"48033\": {\"path\": \"train/48033.jpg\", \"id\": 48033, \"objects\": [{\"bbox\": {\"xmin\": 780.952, \"ymin\": 816.667, \"xmax\": 823.8095, \"ymax\": 861.1111000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 830.952, \"ymin\": 812.698, \"xmax\": 872.2222, \"ymax\": 861.1111}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 874.261, \"ymin\": 884.522, \"xmax\": 907.9992, \"ymax\": 921.3913}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 874.73, \"ymin\": 922.164, \"xmax\": 908.6881000000001, \"ymax\": 958.7098}, \"category\": \"i2r\"}]}, \"20683\": {\"path\": \"train/20683.jpg\", \"id\": 20683, \"objects\": [{\"bbox\": {\"xmin\": 1766.63, \"ymin\": 985.43, \"xmax\": 1786.1487000000002, \"ymax\": 1005.298}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1766.34, \"ymin\": 963.366, \"xmax\": 1787.1386, \"ymax\": 986.1386}, \"category\": \"w57\"}]}, \"3290\": {\"path\": \"train/3290.jpg\", \"id\": 3290, \"objects\": [{\"bbox\": {\"xmin\": 1815.69, \"ymin\": 643.137, \"xmax\": 1897.3684, \"ymax\": 734.2104999999999}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1250.0, \"ymin\": 972.727, \"xmax\": 1285.7955, \"ymax\": 1009.2112}, \"category\": \"p23\"}]}, \"8335\": {\"path\": \"train/8335.jpg\", \"id\": 8335, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 822.0, \"xmax\": 1435.0, \"ymax\": 862.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1295.0, \"ymin\": 776.0, \"xmax\": 1339.0, \"ymax\": 823.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 774.0, \"xmax\": 1292.0, \"ymax\": 822.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1338.0, \"ymin\": 834.0, \"xmax\": 1386.0, \"ymax\": 882.0}, \"category\": \"pn\"}]}, \"87767\": {\"path\": \"other/87767.jpg\", \"id\": 87767, \"objects\": [{\"bbox\": {\"xmin\": 1078.15, \"ymin\": 843.709, \"xmax\": 1113.9095000000002, \"ymax\": 880.1324999999999}, \"category\": \"w21\"}]}, \"37726\": {\"path\": \"other/37726.jpg\", \"id\": 37726, \"objects\": [{\"bbox\": {\"xmin\": 1351.49, \"ymin\": 773.267, \"xmax\": 1406.9307000000001, \"ymax\": 832.6742}, \"category\": \"w21\"}]}, \"45564\": {\"path\": \"train/45564.jpg\", \"id\": 45564, \"objects\": [{\"bbox\": {\"xmin\": 1618.67, \"ymin\": 666.667, \"xmax\": 1681.3333, \"ymax\": 729.3333}, \"category\": \"pl40\"}]}, \"34881\": {\"path\": \"train/34881.jpg\", \"id\": 34881, \"objects\": [{\"bbox\": {\"xmin\": 1768.0, \"ymin\": 774.0, \"xmax\": 1858.0, \"ymax\": 870.0}, \"category\": \"pl60\"}]}, \"49233\": {\"path\": \"other/49233.jpg\", \"id\": 49233, \"objects\": [{\"bbox\": {\"xmin\": 1005.0, \"ymin\": 1151.0, \"xmax\": 1071.0, \"ymax\": 1207.0}, \"category\": \"ps\"}]}, \"37532\": {\"path\": \"train/37532.jpg\", \"id\": 37532, \"objects\": [{\"bbox\": {\"xmin\": 1462.0, \"ymin\": 741.0, \"xmax\": 1532.0, \"ymax\": 812.0}, \"category\": \"pm30\"}]}, \"66965\": {\"path\": \"train/66965.jpg\", \"id\": 66965, \"objects\": [{\"bbox\": {\"xmin\": 1039.0, \"ymin\": 685.0, \"xmax\": 1114.0, \"ymax\": 751.0}, \"category\": \"pr40\"}]}, \"67372\": {\"path\": \"test/67372.jpg\", \"id\": 67372, \"objects\": [{\"bbox\": {\"xmin\": 781.818, \"ymin\": 932.955, \"xmax\": 800.0, \"ymax\": 954.5458000000001}, \"category\": \"p5\"}]}, \"77627\": {\"path\": \"train/77627.jpg\", \"id\": 77627, \"objects\": [{\"bbox\": {\"xmin\": 1300.0, \"ymin\": 988.0, \"xmax\": 1337.3333, \"ymax\": 1022.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1969.33, \"ymin\": 1028.0, \"xmax\": 1993.3333, \"ymax\": 1056.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1969.33, \"ymin\": 1001.33, \"xmax\": 1992.0, \"ymax\": 1026.6667}, \"category\": \"pl5\"}]}, \"45793\": {\"path\": \"test/45793.jpg\", \"id\": 45793, \"objects\": [{\"bbox\": {\"xmin\": 1474.0, \"ymin\": 813.0, \"xmax\": 1501.0, \"ymax\": 842.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1507.0, \"ymin\": 814.0, \"xmax\": 1535.0, \"ymax\": 845.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1687.0, \"ymin\": 995.0, \"xmax\": 1716.0, \"ymax\": 1028.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1686.0, \"ymin\": 1035.0, \"xmax\": 1716.0, \"ymax\": 1070.0}, \"category\": \"i2r\"}]}, \"22769\": {\"path\": \"train/22769.jpg\", \"id\": 22769, \"objects\": [{\"bbox\": {\"xmin\": 462.667, \"ymin\": 1014.67, \"xmax\": 510.6667, \"ymax\": 1062.6667}, \"category\": \"pl50\"}]}, \"72408\": {\"path\": \"train/72408.jpg\", \"id\": 72408, \"objects\": [{\"bbox\": {\"xmin\": 968.0, \"ymin\": 833.333, \"xmax\": 1005.3333, \"ymax\": 872.0}, \"category\": \"pl60\"}]}, \"9039\": {\"path\": \"other/9039.jpg\", \"id\": 9039, \"objects\": [{\"bbox\": {\"xmin\": 1421.0, \"ymin\": 938.0, \"xmax\": 1476.0, \"ymax\": 994.0}, \"category\": \"pr30\"}]}, \"19560\": {\"path\": \"other/19560.jpg\", \"id\": 19560, \"objects\": [{\"bbox\": {\"xmin\": 1799.0, \"ymin\": 757.0, \"xmax\": 1844.0, \"ymax\": 807.0}, \"category\": \"pr30\"}]}, \"70722\": {\"path\": \"train/70722.jpg\", \"id\": 70722, \"objects\": [{\"bbox\": {\"xmin\": 864.061, \"ymin\": 815.041, \"xmax\": 899.3552000000001, \"ymax\": 854.2572}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 638.596, \"ymin\": 820.924, \"xmax\": 674.9998, \"ymax\": 862.1003}, \"category\": \"pne\"}]}, \"28172\": {\"path\": \"test/28172.jpg\", \"id\": 28172, \"objects\": [{\"bbox\": {\"xmin\": 992.613, \"ymin\": 1000.0, \"xmax\": 1014.2043000000001, \"ymax\": 1021.0227}, \"category\": \"pm20\"}]}, \"69584\": {\"path\": \"train/69584.jpg\", \"id\": 69584, \"objects\": [{\"bbox\": {\"xmin\": 1336.8, \"ymin\": 924.0, \"xmax\": 1408.8, \"ymax\": 992.0}, \"category\": \"w59\"}]}, \"9624\": {\"path\": \"test/9624.jpg\", \"id\": 9624, \"objects\": [{\"bbox\": {\"xmin\": 1424.8, \"ymin\": 869.6, \"xmax\": 1452.8, \"ymax\": 901.6}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1456.8, \"ymin\": 870.4, \"xmax\": 1485.6, \"ymax\": 900.8}, \"category\": \"pn\"}]}, \"96621\": {\"path\": \"train/96621.jpg\", \"id\": 96621, \"objects\": [{\"bbox\": {\"xmin\": 1329.37, \"ymin\": 657.143, \"xmax\": 1407.1464999999998, \"ymax\": 742.8575000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1412.7, \"ymin\": 669.841, \"xmax\": 1492.0635, \"ymax\": 746.8254}, \"category\": \"pn\"}]}, \"86179\": {\"path\": \"train/86179.jpg\", \"id\": 86179, \"objects\": [{\"bbox\": {\"xmin\": 1896.04, \"ymin\": 990.099, \"xmax\": 1918.8119, \"ymax\": 1013.8614}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1895.36, \"ymin\": 962.376, \"xmax\": 1919.7977999999998, \"ymax\": 987.4172}, \"category\": \"w57\"}]}, \"3008\": {\"path\": \"train/3008.jpg\", \"id\": 3008, \"objects\": [{\"bbox\": {\"xmin\": 828.947, \"ymin\": 794.737, \"xmax\": 869.7368, \"ymax\": 838.1578999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 582.895, \"ymin\": 803.947, \"xmax\": 621.0526, \"ymax\": 842.1052999999999}, \"category\": \"pne\"}]}, \"19536\": {\"path\": \"other/19536.jpg\", \"id\": 19536, \"objects\": [{\"bbox\": {\"xmin\": 1693.33, \"ymin\": 941.333, \"xmax\": 1766.6667, \"ymax\": 1018.6664}, \"category\": \"pr30\"}]}, \"81681\": {\"path\": \"train/81681.jpg\", \"id\": 81681, \"objects\": [{\"bbox\": {\"xmin\": 1556.48, \"ymin\": 918.605, \"xmax\": 1575.7486000000001, \"ymax\": 939.8673}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1410.96, \"ymin\": 909.302, \"xmax\": 1431.2292, \"ymax\": 931.2292}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1576.74, \"ymin\": 920.93, \"xmax\": 1594.0188, \"ymax\": 941.5282}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1432.89, \"ymin\": 911.296, \"xmax\": 1453.4884000000002, \"ymax\": 932.5581000000001}, \"category\": \"pn\"}]}, \"88015\": {\"path\": \"test/88015.jpg\", \"id\": 88015, \"objects\": [{\"bbox\": {\"xmin\": 892.039, \"ymin\": 953.731, \"xmax\": 918.4072, \"ymax\": 978.607}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 893.532, \"ymin\": 987.562, \"xmax\": 918.9053, \"ymax\": 1012.9353}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1299.5, \"ymin\": 922.886, \"xmax\": 1318.4104, \"ymax\": 944.2786}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1322.89, \"ymin\": 924.378, \"xmax\": 1342.2886, \"ymax\": 944.2786000000001}, \"category\": \"pn\"}]}, \"8266\": {\"path\": \"test/8266.jpg\", \"id\": 8266, \"objects\": [{\"bbox\": {\"xmin\": 835.644, \"ymin\": 909.901, \"xmax\": 859.4059, \"ymax\": 934.6535}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1106.93, \"ymin\": 930.693, \"xmax\": 1125.7426, \"ymax\": 949.505}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1070.3, \"ymin\": 930.693, \"xmax\": 1088.1188, \"ymax\": 947.5248}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1087.13, \"ymin\": 929.703, \"xmax\": 1103.979, \"ymax\": 948.5122}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 747.525, \"ymin\": 913.861, \"xmax\": 769.3068999999999, \"ymax\": 936.6337}, \"category\": \"pne\"}]}, \"30782\": {\"path\": \"train/30782.jpg\", \"id\": 30782, \"objects\": [{\"bbox\": {\"xmin\": 2002.63, \"ymin\": 882.895, \"xmax\": 2028.9474, \"ymax\": 913.1578999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1888.16, \"ymin\": 878.947, \"xmax\": 1915.7895, \"ymax\": 909.2105}, \"category\": \"pne\"}]}, \"82324\": {\"path\": \"test/82324.jpg\", \"id\": 82324, \"objects\": [{\"bbox\": {\"xmin\": 831.746, \"ymin\": 930.159, \"xmax\": 853.9683, \"ymax\": 955.5556}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1001.59, \"ymin\": 952.381, \"xmax\": 1018.254, \"ymax\": 972.2221999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 985.714, \"ymin\": 953.968, \"xmax\": 999.2063, \"ymax\": 971.4286}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1018.25, \"ymin\": 954.762, \"xmax\": 1033.7748, \"ymax\": 969.8417}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 743.651, \"ymin\": 932.54, \"xmax\": 766.6667, \"ymax\": 954.7619}, \"category\": \"pne\"}]}, \"64086\": {\"path\": \"test/64086.jpg\", \"id\": 64086, \"objects\": [{\"bbox\": {\"xmin\": 1830.16, \"ymin\": 885.714, \"xmax\": 1853.1746, \"ymax\": 911.9048}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1853.17, \"ymin\": 888.095, \"xmax\": 1872.2216, \"ymax\": 912.6984}, \"category\": \"pn\"}]}, \"75406\": {\"path\": \"other/75406.jpg\", \"id\": 75406, \"objects\": [{\"bbox\": {\"xmin\": 1722.37, \"ymin\": 232.895, \"xmax\": 1909.2109999999998, \"ymax\": 398.68399999999997}, \"category\": \"w42\"}, {\"bbox\": {\"xmin\": 1909.21, \"ymin\": 293.421, \"xmax\": 2047.3780000000002, \"ymax\": 446.053}, \"category\": \"w8\"}]}, \"29831\": {\"path\": \"other/29831.jpg\", \"id\": 29831, \"objects\": [{\"bbox\": {\"xmin\": 1289.33, \"ymin\": 933.333, \"xmax\": 1361.3333, \"ymax\": 1005.3333}, \"category\": \"pm25\"}]}, \"70975\": {\"path\": \"train/70975.jpg\", \"id\": 70975, \"objects\": [{\"bbox\": {\"xmin\": 471.9280090332031, \"ymin\": 987.9058227539062, \"xmax\": 494.0416564941406, \"ymax\": 1009.0167846679688}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 713.5172729492188, \"ymin\": 986.9117431640625, \"xmax\": 737.9005737304688, \"ymax\": 1005.9140625}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 77.97651672363281, \"ymin\": 991.5720825195312, \"xmax\": 95.92652893066406, \"ymax\": 1007.9556274414062}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 647.1817626953125, \"ymin\": 986.69384765625, \"xmax\": 666.5338134765625, \"ymax\": 1008.6781005859375}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 409.9727783203125, \"ymin\": 989.4938354492188, \"xmax\": 433.03582763671875, \"ymax\": 1011.0758666992188}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 697.2664794921875, \"ymin\": 1047.490966796875, \"xmax\": 716.7762451171875, \"ymax\": 1065.22705078125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1884.0, \"ymin\": 977.333, \"xmax\": 1945.3333, \"ymax\": 1046.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1885.33, \"ymin\": 901.333, \"xmax\": 1948.0, \"ymax\": 973.3333}, \"category\": \"pl5\"}]}, \"79595\": {\"path\": \"test/79595.jpg\", \"id\": 79595, \"objects\": [{\"bbox\": {\"xmin\": 1828.95, \"ymin\": 1019.74, \"xmax\": 1851.3158, \"ymax\": 1048.6842}, \"category\": \"p11\"}]}, \"85115\": {\"path\": \"test/85115.jpg\", \"id\": 85115, \"objects\": [{\"bbox\": {\"xmin\": 1119.21, \"ymin\": 992.157, \"xmax\": 1158.8211000000001, \"ymax\": 1025.1656}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1119.61, \"ymin\": 951.591, \"xmax\": 1155.6290999999999, \"ymax\": 988.8459}, \"category\": \"pl5\"}]}, \"30328\": {\"path\": \"test/30328.jpg\", \"id\": 30328, \"objects\": [{\"bbox\": {\"xmin\": 752.0, \"ymin\": 772.0, \"xmax\": 815.0, \"ymax\": 836.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1150.0, \"ymin\": 965.0, \"xmax\": 1199.0, \"ymax\": 1019.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 749.0, \"ymin\": 703.0, \"xmax\": 815.0, \"ymax\": 764.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1450.0, \"ymin\": 694.0, \"xmax\": 1506.0, \"ymax\": 752.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 820.0, \"ymin\": 701.0, \"xmax\": 884.0, \"ymax\": 761.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 823.0, \"ymin\": 767.0, \"xmax\": 887.0, \"ymax\": 830.0}, \"category\": \"pn\"}]}, \"29456\": {\"path\": \"train/29456.jpg\", \"id\": 29456, \"objects\": [{\"bbox\": {\"xmin\": 710.891, \"ymin\": 962.376, \"xmax\": 754.9669, \"ymax\": 1020.7921}, \"category\": \"i2r\"}]}, \"37271\": {\"path\": \"train/37271.jpg\", \"id\": 37271, \"objects\": [{\"bbox\": {\"xmin\": 1325.74, \"ymin\": 925.743, \"xmax\": 1342.5743, \"ymax\": 942.5743}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1342.57, \"ymin\": 924.752, \"xmax\": 1360.396, \"ymax\": 942.5743}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1361.39, \"ymin\": 925.743, \"xmax\": 1378.2178000000001, \"ymax\": 942.5743}, \"category\": \"pn\"}]}, \"26407\": {\"path\": \"train/26407.jpg\", \"id\": 26407, \"objects\": [{\"bbox\": {\"xmin\": 1310.67, \"ymin\": 1002.67, \"xmax\": 1393.3333, \"ymax\": 1084.0}, \"category\": \"pm20\"}]}, \"31909\": {\"path\": \"train/31909.jpg\", \"id\": 31909, \"objects\": [{\"bbox\": {\"xmin\": 1463.18, \"ymin\": 893.035, \"xmax\": 1486.0697, \"ymax\": 920.8955}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1488.56, \"ymin\": 896.02, \"xmax\": 1511.4452999999999, \"ymax\": 921.393}, \"category\": \"pn\"}]}, \"55463\": {\"path\": \"train/55463.jpg\", \"id\": 55463, \"objects\": [{\"bbox\": {\"xmin\": 444.737, \"ymin\": 1026.32, \"xmax\": 476.3158, \"ymax\": 1063.1579}, \"category\": \"pne\"}]}, \"50937\": {\"path\": \"test/50937.jpg\", \"id\": 50937, \"objects\": [{\"bbox\": {\"xmin\": 1001.96, \"ymin\": 701.961, \"xmax\": 1043.1373, \"ymax\": 823.529}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 907.843, \"ymin\": 613.725, \"xmax\": 962.7451, \"ymax\": 770.588}, \"category\": \"pne\"}]}, \"3204\": {\"path\": \"train/3204.jpg\", \"id\": 3204, \"objects\": [{\"bbox\": {\"xmin\": 1426.98, \"ymin\": 474.042, \"xmax\": 1546.588, \"ymax\": 587.768}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1278.11, \"ymin\": 462.687, \"xmax\": 1407.8439999999998, \"ymax\": 566.667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1556.86, \"ymin\": 492.04, \"xmax\": 1674.129, \"ymax\": 607.8430000000001}, \"category\": \"pn\"}]}, \"8661\": {\"path\": \"test/8661.jpg\", \"id\": 8661, \"objects\": [{\"bbox\": {\"xmin\": 1372.19, \"ymin\": 888.742, \"xmax\": 1398.0132, \"ymax\": 916.5563}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1139.69, \"ymin\": 880.952, \"xmax\": 1165.873, \"ymax\": 911.9044}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1173.02, \"ymin\": 884.127, \"xmax\": 1200.001, \"ymax\": 913.4924}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1402.65, \"ymin\": 889.404, \"xmax\": 1428.4758000000002, \"ymax\": 920.5295}, \"category\": \"pn\"}]}, \"76266\": {\"path\": \"train/76266.jpg\", \"id\": 76266, \"objects\": [{\"bbox\": {\"xmin\": 1313.0, \"ymin\": 832.0, \"xmax\": 1348.0, \"ymax\": 906.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1310.0, \"ymin\": 911.0, \"xmax\": 1355.0, \"ymax\": 979.0}, \"category\": \"w47\"}]}, \"48424\": {\"path\": \"test/48424.jpg\", \"id\": 48424, \"objects\": [{\"bbox\": {\"xmin\": 1492.04, \"ymin\": 765.341, \"xmax\": 1559.6554999999998, \"ymax\": 833.5227}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1493.75, \"ymin\": 832.955, \"xmax\": 1564.2045, \"ymax\": 903.9773}, \"category\": \"pn\"}]}, \"17482\": {\"path\": \"train/17482.jpg\", \"id\": 17482, \"objects\": [{\"bbox\": {\"xmin\": 1523.76, \"ymin\": 805.941, \"xmax\": 1564.3564, \"ymax\": 848.5149}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1605.94, \"ymin\": 890.099, \"xmax\": 1628.7129, \"ymax\": 912.8713}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1558.42, \"ymin\": 885.149, \"xmax\": 1582.1782, \"ymax\": 914.8515}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1584.16, \"ymin\": 888.119, \"xmax\": 1604.9505000000001, \"ymax\": 915.8416}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1349.5, \"ymin\": 797.03, \"xmax\": 1395.0495, \"ymax\": 845.5446}, \"category\": \"pne\"}]}, \"85145\": {\"path\": \"test/85145.jpg\", \"id\": 85145, \"objects\": [{\"bbox\": {\"xmin\": 1557.33, \"ymin\": 622.667, \"xmax\": 1638.6667, \"ymax\": 708.0003}, \"category\": \"pl50\"}]}, \"75764\": {\"path\": \"train/75764.jpg\", \"id\": 75764, \"objects\": [{\"bbox\": {\"xmin\": 552.0, \"ymin\": 929.333, \"xmax\": 592.0, \"ymax\": 998.6667}, \"category\": \"pm55\"}]}, \"70489\": {\"path\": \"test/70489.jpg\", \"id\": 70489, \"objects\": [{\"bbox\": {\"xmin\": 696.04, \"ymin\": 853.465, \"xmax\": 733.6633999999999, \"ymax\": 893.0693}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1182.18, \"ymin\": 872.277, \"xmax\": 1214.8515, \"ymax\": 900.9901000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1215.84, \"ymin\": 871.287, \"xmax\": 1245.5446, \"ymax\": 902.9703000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 577.228, \"ymin\": 856.436, \"xmax\": 615.8416, \"ymax\": 895.0495000000001}, \"category\": \"pne\"}]}, \"60414\": {\"path\": \"train/60414.jpg\", \"id\": 60414, \"objects\": [{\"bbox\": {\"xmin\": 1344.0, \"ymin\": 957.333, \"xmax\": 1370.6667, \"ymax\": 986.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1341.33, \"ymin\": 1002.67, \"xmax\": 1372.0, \"ymax\": 1029.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1516.0, \"ymin\": 1073.33, \"xmax\": 1557.3333, \"ymax\": 1112.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1896.0, \"ymin\": 934.667, \"xmax\": 1974.6667, \"ymax\": 1020.0}, \"category\": \"w38\"}]}, \"91556\": {\"path\": \"test/91556.jpg\", \"id\": 91556, \"objects\": [{\"bbox\": {\"xmin\": 1524.5, \"ymin\": 992.715, \"xmax\": 1566.8874, \"ymax\": 1053.6424}, \"category\": \"pg\"}]}, \"72760\": {\"path\": \"other/72760.jpg\", \"id\": 72760, \"objects\": [{\"bbox\": {\"xmin\": 834.653, \"ymin\": 980.198, \"xmax\": 849.505, \"ymax\": 1012.8713}, \"category\": \"p19\"}]}, \"45546\": {\"path\": \"test/45546.jpg\", \"id\": 45546, \"objects\": [{\"bbox\": {\"xmin\": 1439.38, \"ymin\": 889.824, \"xmax\": 1471.2354, \"ymax\": 923.0088}, \"category\": \"pl40\"}]}, \"30612\": {\"path\": \"train/30612.jpg\", \"id\": 30612, \"objects\": [{\"bbox\": {\"xmin\": 357.143, \"ymin\": 895.238, \"xmax\": 374.60319999999996, \"ymax\": 923.8095000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1228.57, \"ymin\": 950.0, \"xmax\": 1242.0635, \"ymax\": 966.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 299.206, \"ymin\": 885.714, \"xmax\": 317.4603, \"ymax\": 918.254}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1165.08, \"ymin\": 948.413, \"xmax\": 1180.9524, \"ymax\": 966.6667}, \"category\": \"pne\"}]}, \"22921\": {\"path\": \"train/22921.jpg\", \"id\": 22921, \"objects\": [{\"bbox\": {\"xmin\": 481.333, \"ymin\": 680.0, \"xmax\": 624.0, \"ymax\": 914.667}, \"category\": \"p5\"}]}, \"58114\": {\"path\": \"train/58114.jpg\", \"id\": 58114, \"objects\": [{\"bbox\": {\"xmin\": 1683.0, \"ymin\": 786.0, \"xmax\": 1710.0, \"ymax\": 818.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1719.0, \"ymin\": 790.0, \"xmax\": 1748.0, \"ymax\": 823.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 2002.0, \"ymin\": 834.0, \"xmax\": 2032.0, \"ymax\": 874.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 2001.0, \"ymin\": 882.0, \"xmax\": 2029.0, \"ymax\": 925.0}, \"category\": \"i2r\"}]}, \"3401\": {\"path\": \"train/3401.jpg\", \"id\": 3401, \"objects\": [{\"bbox\": {\"xmin\": 614.667, \"ymin\": 976.0, \"xmax\": 650.6667, \"ymax\": 1009.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 765.333, \"ymin\": 797.333, \"xmax\": 808.0, \"ymax\": 837.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1089.33, \"ymin\": 938.667, \"xmax\": 1122.6667, \"ymax\": 970.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 808.0, \"ymin\": 793.333, \"xmax\": 853.3333, \"ymax\": 834.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 412.0, \"ymin\": 801.333, \"xmax\": 454.6667, \"ymax\": 842.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1188.0, \"ymin\": 977.333, \"xmax\": 1217.3333, \"ymax\": 1006.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1190.67, \"ymin\": 1006.67, \"xmax\": 1218.6667, \"ymax\": 1036.0}, \"category\": \"i2r\"}]}, \"96151\": {\"path\": \"train/96151.jpg\", \"id\": 96151, \"objects\": [{\"bbox\": {\"xmin\": 872.0, \"ymin\": 632.0, \"xmax\": 942.6667, \"ymax\": 696.0}, \"category\": \"pne\"}]}, \"37170\": {\"path\": \"other/37170.jpg\", \"id\": 37170, \"objects\": [{\"bbox\": {\"xmin\": 1010.89, \"ymin\": 966.337, \"xmax\": 1021.7822, \"ymax\": 979.2079}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 957.426, \"ymin\": 966.225, \"xmax\": 968.3168000000001, \"ymax\": 976.2375000000001}, \"category\": \"pne\"}]}, \"45041\": {\"path\": \"train/45041.jpg\", \"id\": 45041, \"objects\": [{\"bbox\": {\"xmin\": 1592.08, \"ymin\": 895.05, \"xmax\": 1609.9061, \"ymax\": 918.8127}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1451.49, \"ymin\": 889.109, \"xmax\": 1475.2475, \"ymax\": 914.8515}, \"category\": \"pne\"}]}, \"514\": {\"path\": \"test/514.jpg\", \"id\": 514, \"objects\": [{\"bbox\": {\"xmin\": 1218.67, \"ymin\": 838.667, \"xmax\": 1258.6667, \"ymax\": 874.6667}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1365.33, \"ymin\": 838.667, \"xmax\": 1402.6667, \"ymax\": 874.6667}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 912.0, \"ymin\": 842.667, \"xmax\": 949.3333, \"ymax\": 881.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1056.0, \"ymin\": 841.333, \"xmax\": 1096.0, \"ymax\": 877.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 834.667, \"ymin\": 848.0, \"xmax\": 869.3333, \"ymax\": 882.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 978.667, \"ymin\": 841.333, \"xmax\": 1016.0, \"ymax\": 878.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1142.67, \"ymin\": 840.0, \"xmax\": 1180.0, \"ymax\": 876.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1290.67, \"ymin\": 838.667, \"xmax\": 1324.0, \"ymax\": 872.0}, \"category\": \"pl80\"}]}, \"638\": {\"path\": \"train/638.jpg\", \"id\": 638, \"objects\": [{\"bbox\": {\"xmin\": 1456.0, \"ymin\": 933.333, \"xmax\": 1542.6667, \"ymax\": 1014.6667}, \"category\": \"w32\"}]}, \"57817\": {\"path\": \"other/57817.jpg\", \"id\": 57817, \"objects\": [{\"bbox\": {\"xmin\": 1804.0, \"ymin\": 936.0, \"xmax\": 1934.664, \"ymax\": 1073.333}, \"category\": \"pr20\"}]}, \"51180\": {\"path\": \"train/51180.jpg\", \"id\": 51180, \"objects\": [{\"bbox\": {\"xmin\": 1376.0, \"ymin\": 924.0, \"xmax\": 1404.0, \"ymax\": 956.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1742.67, \"ymin\": 770.667, \"xmax\": 1809.3366, \"ymax\": 894.667}, \"category\": \"p5\"}]}, \"89136\": {\"path\": \"train/89136.jpg\", \"id\": 89136, \"objects\": [{\"bbox\": {\"xmin\": 1494.74, \"ymin\": 947.368, \"xmax\": 1521.0526, \"ymax\": 973.6842}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 682.895, \"ymin\": 967.105, \"xmax\": 710.5263, \"ymax\": 994.7368}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 938.158, \"ymin\": 965.789, \"xmax\": 968.4211, \"ymax\": 994.7368}, \"category\": \"pne\"}]}, \"94043\": {\"path\": \"train/94043.jpg\", \"id\": 94043, \"objects\": [{\"bbox\": {\"xmin\": 940.0, \"ymin\": 596.0, \"xmax\": 1045.333, \"ymax\": 690.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1373.33, \"ymin\": 916.0, \"xmax\": 1442.6667, \"ymax\": 989.333}, \"category\": \"pm20\"}]}, \"98202\": {\"path\": \"train/98202.jpg\", \"id\": 98202, \"objects\": [{\"bbox\": {\"xmin\": 698.667, \"ymin\": 746.667, \"xmax\": 738.6667, \"ymax\": 788.0}, \"category\": \"p10\"}]}, \"78056\": {\"path\": \"train/78056.jpg\", \"id\": 78056, \"objects\": [{\"bbox\": {\"xmin\": 1322.0, \"ymin\": 1016.0, \"xmax\": 1365.0, \"ymax\": 1060.0}, \"category\": \"pl120\"}]}, \"22975\": {\"path\": \"train/22975.jpg\", \"id\": 22975, \"objects\": [{\"bbox\": {\"xmin\": 756.436, \"ymin\": 907.921, \"xmax\": 784.1584, \"ymax\": 935.6436000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 651.485, \"ymin\": 910.891, \"xmax\": 677.2277, \"ymax\": 935.6436}, \"category\": \"pne\"}]}, \"70182\": {\"path\": \"train/70182.jpg\", \"id\": 70182, \"objects\": [{\"bbox\": {\"xmin\": 1321.01, \"ymin\": 954.348, \"xmax\": 1340.2174, \"ymax\": 973.1884}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1290.58, \"ymin\": 953.261, \"xmax\": 1309.4203, \"ymax\": 973.1884}, \"category\": \"pl5\"}]}, \"81142\": {\"path\": \"test/81142.jpg\", \"id\": 81142, \"objects\": [{\"bbox\": {\"xmin\": 1376.0, \"ymin\": 944.0, \"xmax\": 1429.3333, \"ymax\": 1005.3333}, \"category\": \"p5\"}]}, \"59977\": {\"path\": \"test/59977.jpg\", \"id\": 59977, \"objects\": [{\"bbox\": {\"xmin\": 434.921, \"ymin\": 1010.32, \"xmax\": 458.7306, \"ymax\": 1033.3333}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 435.714, \"ymin\": 976.984, \"xmax\": 456.3492, \"ymax\": 1002.3810000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 437.302, \"ymin\": 942.063, \"xmax\": 459.52380000000005, \"ymax\": 966.6667}, \"category\": \"p26\"}]}, \"41921\": {\"path\": \"train/41921.jpg\", \"id\": 41921, \"objects\": [{\"bbox\": {\"xmin\": 1844.55, \"ymin\": 929.703, \"xmax\": 1867.3266999999998, \"ymax\": 953.4653}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1778.22, \"ymin\": 928.713, \"xmax\": 1803.9604, \"ymax\": 951.4851}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1590.1, \"ymin\": 918.812, \"xmax\": 1612.8713, \"ymax\": 944.5545}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1497.03, \"ymin\": 917.822, \"xmax\": 1520.7921, \"ymax\": 943.5644}, \"category\": \"pne\"}]}, \"23703\": {\"path\": \"other/23703.jpg\", \"id\": 23703, \"objects\": [{\"bbox\": {\"xmin\": 1108.91, \"ymin\": 941.584, \"xmax\": 1121.0227, \"ymax\": 955.1135999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 934.653, \"ymin\": 952.475, \"xmax\": 946.5909, \"ymax\": 964.2045}, \"category\": \"pne\"}]}, \"56594\": {\"path\": \"train/56594.jpg\", \"id\": 56594, \"objects\": [{\"bbox\": {\"xmin\": 1410.53, \"ymin\": 839.474, \"xmax\": 1451.3158, \"ymax\": 876.3158000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 553.947, \"ymin\": 909.211, \"xmax\": 588.1579, \"ymax\": 946.0526}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1618.42, \"ymin\": 863.158, \"xmax\": 1643.4211, \"ymax\": 889.4737}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1646.05, \"ymin\": 864.474, \"xmax\": 1675.0, \"ymax\": 894.7368}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1261.84, \"ymin\": 832.895, \"xmax\": 1301.3157999999999, \"ymax\": 872.3684}, \"category\": \"pne\"}]}, \"8109\": {\"path\": \"train/8109.jpg\", \"id\": 8109, \"objects\": [{\"bbox\": {\"xmin\": 1128.9559326171875, \"ymin\": 1050.158203125, \"xmax\": 1151.8387451171875, \"ymax\": 1084.21484375}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 676.0, \"ymin\": 969.0, \"xmax\": 695.0, \"ymax\": 989.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 177.0, \"ymin\": 969.0, \"xmax\": 198.0, \"ymax\": 990.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 176.0, \"ymin\": 948.0, \"xmax\": 195.0, \"ymax\": 968.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 676.0, \"ymin\": 944.0, \"xmax\": 696.0, \"ymax\": 964.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 297.0, \"ymin\": 930.0, \"xmax\": 307.0, \"ymax\": 941.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 346.0, \"ymin\": 929.0, \"xmax\": 355.0, \"ymax\": 942.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 621.0, \"ymin\": 1028.0, \"xmax\": 636.0, \"ymax\": 1044.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 620.0, \"ymin\": 1054.0, \"xmax\": 639.0, \"ymax\": 1070.0}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 501.0, \"ymin\": 1011.0, \"xmax\": 527.0, \"ymax\": 1039.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 711.0, \"ymin\": 1014.0, \"xmax\": 723.0, \"ymax\": 1037.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 824.0, \"ymin\": 957.0, \"xmax\": 842.0, \"ymax\": 976.0}, \"category\": \"pdd\"}]}, \"85284\": {\"path\": \"train/85284.jpg\", \"id\": 85284, \"objects\": [{\"bbox\": {\"xmin\": 15.0, \"ymin\": 974.0, \"xmax\": 62.0, \"ymax\": 1036.0}, \"category\": \"pr40\"}]}, \"69271\": {\"path\": \"other/69271.jpg\", \"id\": 69271, \"objects\": [{\"bbox\": {\"xmin\": 1158.41, \"ymin\": 991.593, \"xmax\": 1175.6637, \"ymax\": 1007.0793}, \"category\": \"w47\"}]}, \"53721\": {\"path\": \"train/53721.jpg\", \"id\": 53721, \"objects\": [{\"bbox\": {\"xmin\": 1017.82, \"ymin\": 931.683, \"xmax\": 1040.5941, \"ymax\": 951.4851}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 897.03, \"ymin\": 750.495, \"xmax\": 953.4653, \"ymax\": 810.8911}, \"category\": \"ph5\"}]}, \"41002\": {\"path\": \"train/41002.jpg\", \"id\": 41002, \"objects\": [{\"bbox\": {\"xmin\": 1237.02, \"ymin\": 952.0, \"xmax\": 1262.4864, \"ymax\": 977.3804}, \"category\": \"i5\"}]}, \"74852\": {\"path\": \"train/74852.jpg\", \"id\": 74852, \"objects\": [{\"bbox\": {\"xmin\": 1629.37, \"ymin\": 898.413, \"xmax\": 1657.1428999999998, \"ymax\": 926.9841}, \"category\": \"pl80\"}]}, \"39245\": {\"path\": \"train/39245.jpg\", \"id\": 39245, \"objects\": [{\"bbox\": {\"xmin\": 1905.96, \"ymin\": 1362.25, \"xmax\": 1960.2649000000001, \"ymax\": 1411.2573}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1967.55, \"ymin\": 1346.36, \"xmax\": 2017.8853, \"ymax\": 1410.599}, \"category\": \"pbp\"}]}, \"93111\": {\"path\": \"train/93111.jpg\", \"id\": 93111, \"objects\": [{\"bbox\": {\"xmin\": 1658.67, \"ymin\": 844.0, \"xmax\": 1766.673, \"ymax\": 961.333}, \"category\": \"pm20\"}]}, \"8097\": {\"path\": \"train/8097.jpg\", \"id\": 8097, \"objects\": [{\"bbox\": {\"xmin\": 1105.88, \"ymin\": 969.048, \"xmax\": 1154.901, \"ymax\": 1021.4292}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1619.61, \"ymin\": 962.745, \"xmax\": 1669.0475999999999, \"ymax\": 1011.1111}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1620.03, \"ymin\": 1014.85, \"xmax\": 1671.0075, \"ymax\": 1061.9067}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 461.905, \"ymin\": 980.159, \"xmax\": 488.8889, \"ymax\": 1008.7301}, \"category\": \"pn\"}]}, \"11353\": {\"path\": \"train/11353.jpg\", \"id\": 11353, \"objects\": [{\"bbox\": {\"xmin\": 1170.64, \"ymin\": 938.806, \"xmax\": 1189.5473000000002, \"ymax\": 957.2139000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1172.14, \"ymin\": 958.209, \"xmax\": 1191.0422, \"ymax\": 977.6119}, \"category\": \"pn\"}]}, \"11951\": {\"path\": \"other/11951.jpg\", \"id\": 11951, \"objects\": [{\"bbox\": {\"xmin\": 1542.06, \"ymin\": 724.603, \"xmax\": 1623.0131999999999, \"ymax\": 803.1742999999999}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1337.31, \"ymin\": 686.508, \"xmax\": 1422.2268, \"ymax\": 763.4926}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1438.1, \"ymin\": 703.968, \"xmax\": 1527.7794999999999, \"ymax\": 782.5394}, \"category\": \"w43\"}]}, \"25273\": {\"path\": \"train/25273.jpg\", \"id\": 25273, \"objects\": [{\"bbox\": {\"xmin\": 696.414, \"ymin\": 1095.62, \"xmax\": 712.749, \"ymax\": 1112.7489999999998}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 713.944, \"ymin\": 1095.22, \"xmax\": 730.6771, \"ymax\": 1111.9522}, \"category\": \"pn\"}]}, \"36362\": {\"path\": \"test/36362.jpg\", \"id\": 36362, \"objects\": [{\"bbox\": {\"xmin\": 184.314, \"ymin\": 1007.84, \"xmax\": 239.2156, \"ymax\": 1078.4316000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 186.275, \"ymin\": 950.98, \"xmax\": 237.25490000000002, \"ymax\": 1013.7255}, \"category\": \"pl5\"}]}, \"67034\": {\"path\": \"other/67034.jpg\", \"id\": 67034, \"objects\": [{\"bbox\": {\"xmin\": 223.33811950683594, \"ymin\": 1002.61474609375, \"xmax\": 248.34568786621094, \"ymax\": 1025.517333984375}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 225.29440307617188, \"ymin\": 975.8831787109375, \"xmax\": 244.16567993164062, \"ymax\": 999.2261962890625}, \"category\": \"pl5\"}]}, \"245\": {\"path\": \"test/245.jpg\", \"id\": 245, \"objects\": [{\"bbox\": {\"xmin\": 1208.52, \"ymin\": 970.455, \"xmax\": 1254.5455, \"ymax\": 1021.0227}, \"category\": \"pn\"}]}, \"17097\": {\"path\": \"train/17097.jpg\", \"id\": 17097, \"objects\": [{\"bbox\": {\"xmin\": 1206.67, \"ymin\": 929.333, \"xmax\": 1233.3333, \"ymax\": 966.6667}, \"category\": \"p23\"}]}, \"91584\": {\"path\": \"train/91584.jpg\", \"id\": 91584, \"objects\": [{\"bbox\": {\"xmin\": 1876.19, \"ymin\": 757.143, \"xmax\": 1936.5103000000001, \"ymax\": 820.6349}, \"category\": \"w55\"}]}, \"46820\": {\"path\": \"train/46820.jpg\", \"id\": 46820, \"objects\": [{\"bbox\": {\"xmin\": 1840.0, \"ymin\": 901.333, \"xmax\": 1952.0, \"ymax\": 1018.6669999999999}, \"category\": \"p10\"}]}, \"71088\": {\"path\": \"train/71088.jpg\", \"id\": 71088, \"objects\": [{\"bbox\": {\"xmin\": 1191.69, \"ymin\": 929.568, \"xmax\": 1212.2924, \"ymax\": 952.1596999999999}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1730.68, \"ymin\": 950.568, \"xmax\": 1750.0, \"ymax\": 971.5906}, \"category\": \"pm55\"}]}, \"66648\": {\"path\": \"other/66648.jpg\", \"id\": 66648, \"objects\": [{\"bbox\": {\"xmin\": 462.7820129394531, \"ymin\": 944.9734497070312, \"xmax\": 491.8543395996094, \"ymax\": 1001.5950317382812}, \"category\": \"ip\"}]}, \"14993\": {\"path\": \"train/14993.jpg\", \"id\": 14993, \"objects\": [{\"bbox\": {\"xmin\": 488.0, \"ymin\": 925.333, \"xmax\": 568.0, \"ymax\": 1013.3333}, \"category\": \"p23\"}]}, \"7268\": {\"path\": \"test/7268.jpg\", \"id\": 7268, \"objects\": [{\"bbox\": {\"xmin\": 1546.53, \"ymin\": 997.03, \"xmax\": 1574.6032, \"ymax\": 1028.5714}, \"category\": \"w57\"}]}, \"58900\": {\"path\": \"test/58900.jpg\", \"id\": 58900, \"objects\": [{\"bbox\": {\"xmin\": 134.667, \"ymin\": 538.667, \"xmax\": 294.66700000000003, \"ymax\": 730.667}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 130.667, \"ymin\": 732.0, \"xmax\": 294.66700000000003, \"ymax\": 934.667}, \"category\": \"pl80\"}]}, \"15628\": {\"path\": \"train/15628.jpg\", \"id\": 15628, \"objects\": [{\"bbox\": {\"xmin\": 276.984, \"ymin\": 1006.35, \"xmax\": 307.93649999999997, \"ymax\": 1032.5407}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1387.3, \"ymin\": 953.968, \"xmax\": 1400.7937, \"ymax\": 965.0794}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1401.59, \"ymin\": 955.556, \"xmax\": 1413.4921, \"ymax\": 965.8739}, \"category\": \"pn\"}]}, \"74631\": {\"path\": \"train/74631.jpg\", \"id\": 74631, \"objects\": [{\"bbox\": {\"xmin\": 339.683, \"ymin\": 912.698, \"xmax\": 351.5878, \"ymax\": 934.9205999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 291.27, \"ymin\": 904.762, \"xmax\": 306.3492, \"ymax\": 928.5713999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 144.444, \"ymin\": 881.746, \"xmax\": 161.1111, \"ymax\": 911.1111}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1144.44, \"ymin\": 930.952, \"xmax\": 1159.5238000000002, \"ymax\": 948.4127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 72.2222, \"ymin\": 877.778, \"xmax\": 94.4444, \"ymax\": 905.5556}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1080.95, \"ymin\": 930.159, \"xmax\": 1096.8254, \"ymax\": 946.0317}, \"category\": \"pne\"}]}, \"27505\": {\"path\": \"test/27505.jpg\", \"id\": 27505, \"objects\": [{\"bbox\": {\"xmin\": 462.122, \"ymin\": 957.23, \"xmax\": 479.4194, \"ymax\": 977.6019}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 204.459, \"ymin\": 942.769, \"xmax\": 231.5761, \"ymax\": 967.9323}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 192.0, \"ymin\": 958.4, \"xmax\": 202.4, \"ymax\": 972.0}, \"category\": \"i5\"}]}, \"30915\": {\"path\": \"test/30915.jpg\", \"id\": 30915, \"objects\": [{\"bbox\": {\"xmin\": 1281.33, \"ymin\": 793.333, \"xmax\": 1346.6667, \"ymax\": 861.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1312.0, \"ymin\": 869.333, \"xmax\": 1346.6667, \"ymax\": 901.3333}, \"category\": \"w63\"}]}, \"10654\": {\"path\": \"train/10654.jpg\", \"id\": 10654, \"objects\": [{\"bbox\": {\"xmin\": 461.0, \"ymin\": 904.0, \"xmax\": 479.0, \"ymax\": 924.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 460.0, \"ymin\": 925.0, \"xmax\": 480.0, \"ymax\": 946.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 462.0, \"ymin\": 950.0, \"xmax\": 480.0, \"ymax\": 971.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 356.0, \"ymin\": 856.0, \"xmax\": 377.0, \"ymax\": 871.0}, \"category\": \"w63\"}]}, \"84374\": {\"path\": \"test/84374.jpg\", \"id\": 84374, \"objects\": [{\"bbox\": {\"xmin\": 919.205, \"ymin\": 954.305, \"xmax\": 931.7886000000001, \"ymax\": 966.2252}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1096.03, \"ymin\": 959.603, \"xmax\": 1109.2715, \"ymax\": 974.1722}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 972.185, \"xmax\": 1338.4106, \"ymax\": 1010.596}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1064.9, \"ymin\": 958.278, \"xmax\": 1078.8090000000002, \"ymax\": 972.8477}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1080.13, \"ymin\": 957.616, \"xmax\": 1094.0397, \"ymax\": 973.5099}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 863.576, \"ymin\": 953.642, \"xmax\": 877.4834000000001, \"ymax\": 969.5364000000001}, \"category\": \"pne\"}]}, \"28525\": {\"path\": \"train/28525.jpg\", \"id\": 28525, \"objects\": [{\"bbox\": {\"xmin\": 571.2, \"ymin\": 578.4, \"xmax\": 641.6, \"ymax\": 644.8}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1306.4, \"ymin\": 541.6, \"xmax\": 1383.2, \"ymax\": 609.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 848.0, \"ymin\": 547.2, \"xmax\": 924.0, \"ymax\": 617.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1102.4, \"ymin\": 533.6, \"xmax\": 1181.6000000000001, \"ymax\": 604.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 489.6, \"ymin\": 517.6, \"xmax\": 558.4, \"ymax\": 581.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 755.2, \"ymin\": 480.8, \"xmax\": 831.2, \"ymax\": 545.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 570.4, \"ymin\": 504.0, \"xmax\": 641.6, \"ymax\": 571.2}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 757.6, \"ymin\": 556.0, \"xmax\": 833.6, \"ymax\": 624.8}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1011.2, \"ymin\": 533.6, \"xmax\": 1091.2, \"ymax\": 604.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 492.8, \"ymin\": 589.6, \"xmax\": 561.6, \"ymax\": 656.8000000000001}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1219.2, \"ymin\": 536.0, \"xmax\": 1294.4, \"ymax\": 605.6}, \"category\": \"pl80\"}]}, \"74602\": {\"path\": \"train/74602.jpg\", \"id\": 74602, \"objects\": [{\"bbox\": {\"xmin\": 108.0, \"ymin\": 952.0, \"xmax\": 137.3333, \"ymax\": 984.0}, \"category\": \"p26\"}]}, \"78171\": {\"path\": \"train/78171.jpg\", \"id\": 78171, \"objects\": [{\"bbox\": {\"xmin\": 2018.0, \"ymin\": 715.0, \"xmax\": 2047.0, \"ymax\": 794.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1933.0, \"ymin\": 895.0, \"xmax\": 2000.0, \"ymax\": 972.0}, \"category\": \"pm20\"}]}, \"9081\": {\"path\": \"other/9081.jpg\", \"id\": 9081, \"objects\": [{\"bbox\": {\"xmin\": 1235.7607421875, \"ymin\": 1011.5756225585938, \"xmax\": 1254.933837890625, \"ymax\": 1027.9381103515625}, \"category\": \"pl30\"}]}, \"76040\": {\"path\": \"test/76040.jpg\", \"id\": 76040, \"objects\": [{\"bbox\": {\"xmin\": 1868.42, \"ymin\": 727.632, \"xmax\": 1914.4737, \"ymax\": 790.7895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1721.05, \"ymin\": 881.579, \"xmax\": 1743.4211, \"ymax\": 913.1578999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1693.42, \"ymin\": 880.263, \"xmax\": 1717.1053000000002, \"ymax\": 910.5263}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1746.05, \"ymin\": 884.211, \"xmax\": 1765.7948, \"ymax\": 917.1053}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1603.95, \"ymin\": 684.211, \"xmax\": 1665.7895, \"ymax\": 752.6316}, \"category\": \"pne\"}]}, \"7888\": {\"path\": \"test/7888.jpg\", \"id\": 7888, \"objects\": [{\"bbox\": {\"xmin\": 1585.33, \"ymin\": 1017.33, \"xmax\": 1630.6634, \"ymax\": 1060.0}, \"category\": \"i5\"}]}, \"16041\": {\"path\": \"train/16041.jpg\", \"id\": 16041, \"objects\": [{\"bbox\": {\"xmin\": 1434.67, \"ymin\": 760.0, \"xmax\": 1500.0033, \"ymax\": 832.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1469.33, \"ymin\": 945.333, \"xmax\": 1524.0, \"ymax\": 998.6667}, \"category\": \"w59\"}]}, \"16546\": {\"path\": \"other/16546.jpg\", \"id\": 16546, \"objects\": [{\"bbox\": {\"xmin\": 896.023, \"ymin\": 967.045, \"xmax\": 910.2273, \"ymax\": 981.8181999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 992.614, \"ymin\": 977.841, \"xmax\": 1001.1363600000001, \"ymax\": 988.0795}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 981.818, \"ymin\": 978.409, \"xmax\": 990.34091, \"ymax\": 988.6364}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1005.11, \"ymin\": 976.136, \"xmax\": 1012.5, \"ymax\": 988.0681999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 844.318, \"ymin\": 968.75, \"xmax\": 857.3864, \"ymax\": 981.8182}, \"category\": \"pne\"}]}, \"20914\": {\"path\": \"train/20914.jpg\", \"id\": 20914, \"objects\": [{\"bbox\": {\"xmin\": 315.0, \"ymin\": 793.0, \"xmax\": 340.0, \"ymax\": 841.0}, \"category\": \"pl40\"}]}, \"91451\": {\"path\": \"train/91451.jpg\", \"id\": 91451, \"objects\": [{\"bbox\": {\"xmin\": 816.0, \"ymin\": 956.8, \"xmax\": 848.0, \"ymax\": 990.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1476.8, \"ymin\": 919.2, \"xmax\": 1554.3999999999999, \"ymax\": 989.6}, \"category\": \"w16\"}]}, \"84459\": {\"path\": \"test/84459.jpg\", \"id\": 84459, \"objects\": [{\"bbox\": {\"xmin\": 161.333, \"ymin\": 948.0, \"xmax\": 201.3333, \"ymax\": 1002.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 166.667, \"ymin\": 1002.67, \"xmax\": 204.0, \"ymax\": 1060.0}, \"category\": \"pl10\"}]}, \"69114\": {\"path\": \"other/69114.jpg\", \"id\": 69114, \"objects\": [{\"bbox\": {\"xmin\": 1219.03, \"ymin\": 974.779, \"xmax\": 1234.0708, \"ymax\": 989.8237}, \"category\": \"pl40\"}]}, \"81917\": {\"path\": \"train/81917.jpg\", \"id\": 81917, \"objects\": [{\"bbox\": {\"xmin\": 1520.0, \"ymin\": 968.8, \"xmax\": 1536.0, \"ymax\": 1006.4}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 671.2, \"ymin\": 972.0, \"xmax\": 716.8000000000001, \"ymax\": 1018.4}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 951.2, \"xmax\": 1509.6, \"ymax\": 987.2}, \"category\": \"pn\"}]}, \"98229\": {\"path\": \"train/98229.jpg\", \"id\": 98229, \"objects\": [{\"bbox\": {\"xmin\": 837.0, \"ymin\": 948.0, \"xmax\": 855.0, \"ymax\": 966.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1090.0, \"ymin\": 917.0, \"xmax\": 1108.0, \"ymax\": 935.0}, \"category\": \"pl80\"}]}, \"58520\": {\"path\": \"train/58520.jpg\", \"id\": 58520, \"objects\": [{\"bbox\": {\"xmin\": 1388.24, \"ymin\": 931.373, \"xmax\": 1409.8039, \"ymax\": 956.8627}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1437.25, \"ymin\": 931.373, \"xmax\": 1460.7843, \"ymax\": 960.7843}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1766.67, \"ymin\": 758.824, \"xmax\": 1815.6863, \"ymax\": 819.6078}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1819.61, \"ymin\": 766.667, \"xmax\": 1868.6274999999998, \"ymax\": 827.451}, \"category\": \"pn\"}]}, \"69924\": {\"path\": \"train/69924.jpg\", \"id\": 69924, \"objects\": [{\"bbox\": {\"xmin\": 1277.33, \"ymin\": 733.333, \"xmax\": 1348.0, \"ymax\": 801.3333}, \"category\": \"pl60\"}]}, \"49342\": {\"path\": \"train/49342.jpg\", \"id\": 49342, \"objects\": [{\"bbox\": {\"xmin\": 1434.67, \"ymin\": 529.333, \"xmax\": 1533.3396, \"ymax\": 633.333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1021.33, \"ymin\": 490.667, \"xmax\": 1137.333, \"ymax\": 597.333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 580.0, \"ymin\": 502.667, \"xmax\": 685.333, \"ymax\": 604.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1684.0, \"ymin\": 585.333, \"xmax\": 1768.0, \"ymax\": 678.6667}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 812.0, \"ymin\": 492.0, \"xmax\": 929.333, \"ymax\": 597.333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1242.67, \"ymin\": 508.0, \"xmax\": 1353.333, \"ymax\": 612.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 396.0, \"ymin\": 520.0, \"xmax\": 494.6667, \"ymax\": 620.0}, \"category\": \"pl120\"}]}, \"48690\": {\"path\": \"test/48690.jpg\", \"id\": 48690, \"objects\": [{\"bbox\": {\"xmin\": 1849.33, \"ymin\": 946.667, \"xmax\": 1924.0, \"ymax\": 1041.3333}, \"category\": \"pcl\"}]}, \"62124\": {\"path\": \"train/62124.jpg\", \"id\": 62124, \"objects\": [{\"bbox\": {\"xmin\": 1062.5, \"ymin\": 861.364, \"xmax\": 1099.4318, \"ymax\": 898.8638000000001}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1107.95, \"ymin\": 861.932, \"xmax\": 1144.8827, \"ymax\": 896.5911}, \"category\": \"w57\"}]}, \"39533\": {\"path\": \"train/39533.jpg\", \"id\": 39533, \"objects\": [{\"bbox\": {\"xmin\": 1523.0, \"ymin\": 791.0, \"xmax\": 1573.0, \"ymax\": 844.0}, \"category\": \"p20\"}, {\"bbox\": {\"xmin\": 1468.0, \"ymin\": 785.0, \"xmax\": 1524.0, \"ymax\": 836.0}, \"category\": \"w13\"}]}, \"4254\": {\"path\": \"train/4254.jpg\", \"id\": 4254, \"objects\": [{\"bbox\": {\"xmin\": 1266.0, \"ymin\": 748.0, \"xmax\": 1327.0, \"ymax\": 813.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1199.0, \"ymin\": 749.0, \"xmax\": 1263.0, \"ymax\": 815.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1331.0, \"ymin\": 748.0, \"xmax\": 1391.0, \"ymax\": 814.0}, \"category\": \"pn\"}]}, \"89747\": {\"path\": \"train/89747.jpg\", \"id\": 89747, \"objects\": [{\"bbox\": {\"xmin\": 243.421, \"ymin\": 1036.84, \"xmax\": 281.18809999999996, \"ymax\": 1079.2078999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 246.053, \"ymin\": 996.053, \"xmax\": 277.6316, \"ymax\": 1034.6535}, \"category\": \"pl5\"}]}, \"59167\": {\"path\": \"other/59167.jpg\", \"id\": 59167, \"objects\": [{\"bbox\": {\"xmin\": 606.110595703125, \"ymin\": 1003.7616577148438, \"xmax\": 627.9705810546875, \"ymax\": 1030.210693359375}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1710.064208984375, \"ymin\": 966.93603515625, \"xmax\": 1774.402099609375, \"ymax\": 1035.5970458984375}, \"category\": \"pr40\"}]}, \"78523\": {\"path\": \"other/78523.jpg\", \"id\": 78523, \"objects\": [{\"bbox\": {\"xmin\": 1237.33, \"ymin\": 829.333, \"xmax\": 1272.0, \"ymax\": 866.6667}, \"category\": \"pl35\"}]}, \"49704\": {\"path\": \"train/49704.jpg\", \"id\": 49704, \"objects\": [{\"bbox\": {\"xmin\": 1771.625732421875, \"ymin\": 965.279541015625, \"xmax\": 1792.21826171875, \"ymax\": 1000.9893798828125}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1357.2655029296875, \"ymin\": 888.6107177734375, \"xmax\": 1381.7103271484375, \"ymax\": 912.1258544921875}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1653.668701171875, \"ymin\": 948.603271484375, \"xmax\": 1676.78759765625, \"ymax\": 982.8883056640625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 930.667, \"ymin\": 730.667, \"xmax\": 985.3333, \"ymax\": 782.6667}, \"category\": \"ph5\"}]}, \"88140\": {\"path\": \"test/88140.jpg\", \"id\": 88140, \"objects\": [{\"bbox\": {\"xmin\": 870.667, \"ymin\": 862.667, \"xmax\": 901.3333, \"ymax\": 893.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 632.0, \"ymin\": 866.667, \"xmax\": 665.3333, \"ymax\": 900.0}, \"category\": \"pne\"}]}, \"84184\": {\"path\": \"train/84184.jpg\", \"id\": 84184, \"objects\": [{\"bbox\": {\"xmin\": 821.782, \"ymin\": 889.109, \"xmax\": 848.5147000000001, \"ymax\": 914.8515}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1135.64, \"ymin\": 907.921, \"xmax\": 1156.4356, \"ymax\": 930.6919}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1089.11, \"ymin\": 909.901, \"xmax\": 1109.9009999999998, \"ymax\": 928.7129}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1108.91, \"ymin\": 906.931, \"xmax\": 1130.6931000000002, \"ymax\": 931.6832}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 713.861, \"ymin\": 894.059, \"xmax\": 740.5941, \"ymax\": 921.7822}, \"category\": \"pne\"}]}, \"45839\": {\"path\": \"test/45839.jpg\", \"id\": 45839, \"objects\": [{\"bbox\": {\"xmin\": 693.333, \"ymin\": 977.333, \"xmax\": 737.3333, \"ymax\": 1021.3333}, \"category\": \"p10\"}]}, \"70961\": {\"path\": \"train/70961.jpg\", \"id\": 70961, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 860.396, \"xmax\": 1234.6535, \"ymax\": 897.0296999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1125.74, \"ymin\": 860.396, \"xmax\": 1161.3861, \"ymax\": 899.0099}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1163.37, \"ymin\": 861.386, \"xmax\": 1199.0098999999998, \"ymax\": 893.0693}, \"category\": \"pn\"}]}, \"91600\": {\"path\": \"test/91600.jpg\", \"id\": 91600, \"objects\": [{\"bbox\": {\"xmin\": 575.0, \"ymin\": 910.526, \"xmax\": 618.4211, \"ymax\": 968.4209}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 572.368, \"ymin\": 964.474, \"xmax\": 622.3684000000001, \"ymax\": 1021.0526000000001}, \"category\": \"pl5\"}]}, \"56113\": {\"path\": \"train/56113.jpg\", \"id\": 56113, \"objects\": [{\"bbox\": {\"xmin\": 1239.0, \"ymin\": 1005.0, \"xmax\": 1267.0, \"ymax\": 1033.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 908.0, \"ymin\": 1001.0, \"xmax\": 921.0, \"ymax\": 1012.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1403.0, \"ymin\": 969.0, \"xmax\": 1423.0, \"ymax\": 987.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 1239.0, \"ymin\": 968.0, \"xmax\": 1265.0, \"ymax\": 996.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1419.0, \"ymin\": 1005.0, \"xmax\": 1434.0, \"ymax\": 1023.0}, \"category\": \"i2r\"}]}, \"87352\": {\"path\": \"train/87352.jpg\", \"id\": 87352, \"objects\": [{\"bbox\": {\"xmin\": 627.0693359375, \"ymin\": 538.5747680664062, \"xmax\": 709.801513671875, \"ymax\": 611.9020385742188}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 970.0, \"ymin\": 962.0, \"xmax\": 1028.0, \"ymax\": 1019.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 931.0, \"ymin\": 839.0, \"xmax\": 989.0, \"ymax\": 899.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 925.0, \"ymin\": 781.0, \"xmax\": 994.0, \"ymax\": 840.0}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 974.0, \"ymin\": 871.0, \"xmax\": 1048.0, \"ymax\": 946.0}, \"category\": \"w57\"}]}, \"56238\": {\"path\": \"train/56238.jpg\", \"id\": 56238, \"objects\": [{\"bbox\": {\"xmin\": 1855.0867919921875, \"ymin\": 867.4335327148438, \"xmax\": 1877.7017822265625, \"ymax\": 894.7931518554688}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 93.4211, \"ymin\": 630.263, \"xmax\": 159.2105, \"ymax\": 717.1053}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1725.0, \"ymin\": 848.684, \"xmax\": 1756.5789, \"ymax\": 884.2104999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 976.316, \"ymin\": 911.842, \"xmax\": 1006.5790000000001, \"ymax\": 948.6842}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 42.1053, \"ymin\": 769.737, \"xmax\": 73.6842, \"ymax\": 827.6315999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 77.6316, \"ymin\": 775.0, \"xmax\": 114.47370000000001, \"ymax\": 826.3158}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 842.105, \"xmax\": 1632.8947, \"ymax\": 881.5789}, \"category\": \"pne\"}]}, \"89092\": {\"path\": \"test/89092.jpg\", \"id\": 89092, \"objects\": [{\"bbox\": {\"xmin\": 1642.57, \"ymin\": 790.099, \"xmax\": 1682.1781999999998, \"ymax\": 834.6535}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1635.64, \"ymin\": 892.079, \"xmax\": 1655.4455, \"ymax\": 914.8515}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1611.88, \"ymin\": 889.109, \"xmax\": 1633.6634000000001, \"ymax\": 913.8614}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1658.42, \"ymin\": 893.069, \"xmax\": 1678.2178000000001, \"ymax\": 917.8213}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1440.59, \"ymin\": 775.248, \"xmax\": 1481.1880999999998, \"ymax\": 822.7723000000001}, \"category\": \"pne\"}]}, \"84082\": {\"path\": \"test/84082.jpg\", \"id\": 84082, \"objects\": [{\"bbox\": {\"xmin\": 1183.59, \"ymin\": 937.313, \"xmax\": 1203.9850999999999, \"ymax\": 957.2139}, \"category\": \"pl80\"}]}, \"36290\": {\"path\": \"other/36290.jpg\", \"id\": 36290, \"objects\": [{\"bbox\": {\"xmin\": 869.3742065429688, \"ymin\": 988.7947387695312, \"xmax\": 887.7240600585938, \"ymax\": 1006.8574829101562}, \"category\": \"p23\"}]}, \"46495\": {\"path\": \"train/46495.jpg\", \"id\": 46495, \"objects\": [{\"bbox\": {\"xmin\": 882.667, \"ymin\": 768.0, \"xmax\": 929.3333, \"ymax\": 812.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1186.67, \"ymin\": 760.0, \"xmax\": 1232.0, \"ymax\": 804.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1030.67, \"ymin\": 761.333, \"xmax\": 1073.3267, \"ymax\": 805.3326999999999}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 829.333, \"ymin\": 724.0, \"xmax\": 874.6667, \"ymax\": 764.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 881.333, \"ymin\": 720.0, \"xmax\": 925.3333, \"ymax\": 762.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 977.333, \"ymin\": 764.0, \"xmax\": 1020.0, \"ymax\": 806.6667}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 830.667, \"ymin\": 770.667, \"xmax\": 874.6667, \"ymax\": 813.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1134.67, \"ymin\": 760.0, \"xmax\": 1180.0, \"ymax\": 802.6667}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1349.33, \"ymin\": 760.0, \"xmax\": 1393.3333, \"ymax\": 804.0}, \"category\": \"pne\"}]}, \"57926\": {\"path\": \"train/57926.jpg\", \"id\": 57926, \"objects\": [{\"bbox\": {\"xmin\": 1666.67, \"ymin\": 725.333, \"xmax\": 1724.0, \"ymax\": 790.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1670.67, \"ymin\": 829.333, \"xmax\": 1729.3366, \"ymax\": 894.6664}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1606.67, \"ymin\": 826.667, \"xmax\": 1665.3333, \"ymax\": 894.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 720.0, \"xmax\": 1658.6568, \"ymax\": 785.3333}, \"category\": \"pl120\"}]}, \"28631\": {\"path\": \"train/28631.jpg\", \"id\": 28631, \"objects\": [{\"bbox\": {\"xmin\": 595.0, \"ymin\": 846.0, \"xmax\": 689.0, \"ymax\": 937.0}, \"category\": \"p5\"}]}, \"17681\": {\"path\": \"train/17681.jpg\", \"id\": 17681, \"objects\": [{\"bbox\": {\"xmin\": 1489.0, \"ymin\": 931.0, \"xmax\": 1551.0, \"ymax\": 990.0}, \"category\": \"p23\"}]}, \"45488\": {\"path\": \"train/45488.jpg\", \"id\": 45488, \"objects\": [{\"bbox\": {\"xmin\": 1000.99, \"ymin\": 970.297, \"xmax\": 1034.6535, \"ymax\": 1004.9501}, \"category\": \"pn\"}]}, \"84304\": {\"path\": \"train/84304.jpg\", \"id\": 84304, \"objects\": [{\"bbox\": {\"xmin\": 1817.33, \"ymin\": 949.333, \"xmax\": 1927.991, \"ymax\": 1058.667}, \"category\": \"pl100\"}]}, \"11865\": {\"path\": \"other/11865.jpg\", \"id\": 11865, \"objects\": [{\"bbox\": {\"xmin\": 915.131591796875, \"ymin\": 952.4105834960938, \"xmax\": 931.8463134765625, \"ymax\": 968.6198120117188}, \"category\": \"pne\"}]}, \"51645\": {\"path\": \"other/51645.jpg\", \"id\": 51645, \"objects\": [{\"bbox\": {\"xmin\": 673.267, \"ymin\": 916.832, \"xmax\": 712.8718, \"ymax\": 985.1485}, \"category\": \"w30\"}]}, \"46004\": {\"path\": \"train/46004.jpg\", \"id\": 46004, \"objects\": [{\"bbox\": {\"xmin\": 154.0, \"ymin\": 940.0, \"xmax\": 197.0, \"ymax\": 988.0}, \"category\": \"pl60\"}]}, \"34561\": {\"path\": \"train/34561.jpg\", \"id\": 34561, \"objects\": [{\"bbox\": {\"xmin\": 1353.47, \"ymin\": 902.97, \"xmax\": 1381.1881, \"ymax\": 929.703}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1457.43, \"ymin\": 920.792, \"xmax\": 1478.2378, \"ymax\": 936.6337}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1437.62, \"ymin\": 914.851, \"xmax\": 1455.4454999999998, \"ymax\": 940.5941}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1479.21, \"ymin\": 914.851, \"xmax\": 1499.0325, \"ymax\": 938.6126}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1559.41, \"ymin\": 987.129, \"xmax\": 1585.1485, \"ymax\": 1008.9109}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1256.44, \"ymin\": 900.0, \"xmax\": 1286.1386, \"ymax\": 927.7228}, \"category\": \"pne\"}]}, \"54525\": {\"path\": \"test/54525.jpg\", \"id\": 54525, \"objects\": [{\"bbox\": {\"xmin\": 937.333, \"ymin\": 497.333, \"xmax\": 1049.333, \"ymax\": 597.3330000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1346.67, \"ymin\": 508.0, \"xmax\": 1453.333, \"ymax\": 605.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 540.0, \"ymin\": 528.0, \"xmax\": 640.0, \"ymax\": 624.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 402.667, \"ymin\": 553.333, \"xmax\": 496.0, \"ymax\": 642.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 772.0, \"ymin\": 506.667, \"xmax\": 884.0, \"ymax\": 601.3335999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1186.67, \"ymin\": 496.0, \"xmax\": 1305.333, \"ymax\": 594.6667}, \"category\": \"pl100\"}]}, \"2257\": {\"path\": \"test/2257.jpg\", \"id\": 2257, \"objects\": [{\"bbox\": {\"xmin\": 1389.15, \"ymin\": 1070.55, \"xmax\": 1422.4855, \"ymax\": 1100.3999999999999}, \"category\": \"w32\"}]}, \"57887\": {\"path\": \"other/57887.jpg\", \"id\": 57887, \"objects\": [{\"bbox\": {\"xmin\": 1261.11, \"ymin\": 933.333, \"xmax\": 1273.8094999999998, \"ymax\": 946.8254}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1173.81, \"ymin\": 929.365, \"xmax\": 1186.5078999999998, \"ymax\": 943.6508}, \"category\": \"pne\"}]}, \"47605\": {\"path\": \"train/47605.jpg\", \"id\": 47605, \"objects\": [{\"bbox\": {\"xmin\": 1382.0, \"ymin\": 1000.0, \"xmax\": 1425.0, \"ymax\": 1039.0}, \"category\": \"w59\"}]}, \"79900\": {\"path\": \"train/79900.jpg\", \"id\": 79900, \"objects\": [{\"bbox\": {\"xmin\": 42.6667, \"ymin\": 993.333, \"xmax\": 73.3333, \"ymax\": 1025.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 592.0, \"ymin\": 1010.67, \"xmax\": 616.0, \"ymax\": 1034.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 68.0, \"ymin\": 909.333, \"xmax\": 100.0, \"ymax\": 941.3333}, \"category\": \"pne\"}]}, \"13446\": {\"path\": \"train/13446.jpg\", \"id\": 13446, \"objects\": [{\"bbox\": {\"xmin\": 1181.33, \"ymin\": 693.333, \"xmax\": 1238.6667, \"ymax\": 748.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1420.0, \"ymin\": 698.667, \"xmax\": 1477.3333, \"ymax\": 754.6667}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 860.0, \"ymin\": 698.667, \"xmax\": 918.6667, \"ymax\": 750.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 628.0, \"ymin\": 713.333, \"xmax\": 680.0, \"ymax\": 766.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 528.0, \"ymin\": 724.0, \"xmax\": 577.3333, \"ymax\": 776.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 746.667, \"ymin\": 705.333, \"xmax\": 801.3333, \"ymax\": 760.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1065.33, \"ymin\": 693.333, \"xmax\": 1121.3333, \"ymax\": 745.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 694.667, \"xmax\": 1354.6667, \"ymax\": 748.0}, \"category\": \"pl80\"}]}, \"4407\": {\"path\": \"test/4407.jpg\", \"id\": 4407, \"objects\": [{\"bbox\": {\"xmin\": 1103.92, \"ymin\": 854.902, \"xmax\": 1139.2157, \"ymax\": 898.0392}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1005.88, \"ymin\": 860.784, \"xmax\": 1037.2501, \"ymax\": 898.0391999999999}, \"category\": \"pne\"}]}, \"44820\": {\"path\": \"test/44820.jpg\", \"id\": 44820, \"objects\": [{\"bbox\": {\"xmin\": 1186.67, \"ymin\": 989.333, \"xmax\": 1230.6667, \"ymax\": 1029.3333}, \"category\": \"w59\"}]}, \"91874\": {\"path\": \"other/91874.jpg\", \"id\": 91874, \"objects\": [{\"bbox\": {\"xmin\": 1373.0, \"ymin\": 627.0, \"xmax\": 1448.0, \"ymax\": 703.0}, \"category\": \"pr60\"}]}, \"1116\": {\"path\": \"train/1116.jpg\", \"id\": 1116, \"objects\": [{\"bbox\": {\"xmin\": 1177.33, \"ymin\": 965.333, \"xmax\": 1197.3333, \"ymax\": 986.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1501.33, \"ymin\": 805.333, \"xmax\": 1544.0, \"ymax\": 854.6667}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1650.67, \"ymin\": 853.333, \"xmax\": 1673.3333, \"ymax\": 880.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1713.33, \"ymin\": 924.0, \"xmax\": 1732.0, \"ymax\": 944.0}, \"category\": \"pbm\"}]}, \"91589\": {\"path\": \"train/91589.jpg\", \"id\": 91589, \"objects\": [{\"bbox\": {\"xmin\": 1002.38, \"ymin\": 900.794, \"xmax\": 1026.1878, \"ymax\": 927.7777}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 973.81, \"ymin\": 903.175, \"xmax\": 1000.0, \"ymax\": 926.9840999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1030.95, \"ymin\": 900.794, \"xmax\": 1055.5556000000001, \"ymax\": 930.9524}, \"category\": \"pn\"}]}, \"17448\": {\"path\": \"other/17448.jpg\", \"id\": 17448, \"objects\": [{\"bbox\": {\"xmin\": 349.333, \"ymin\": 782.667, \"xmax\": 449.333, \"ymax\": 892.0}, \"category\": \"w34\"}]}, \"19344\": {\"path\": \"other/19344.jpg\", \"id\": 19344, \"objects\": [{\"bbox\": {\"xmin\": 372.549, \"ymin\": 1119.61, \"xmax\": 403.9213, \"ymax\": 1162.7486999999999}, \"category\": \"w63\"}]}, \"33807\": {\"path\": \"test/33807.jpg\", \"id\": 33807, \"objects\": [{\"bbox\": {\"xmin\": 1164.49, \"ymin\": 957.971, \"xmax\": 1181.5217, \"ymax\": 975.7246}, \"category\": \"pm55\"}]}, \"8805\": {\"path\": \"train/8805.jpg\", \"id\": 8805, \"objects\": [{\"bbox\": {\"xmin\": 659.211, \"ymin\": 1059.21, \"xmax\": 678.9474, \"ymax\": 1101.3158}, \"category\": \"p11\"}]}, \"3174\": {\"path\": \"test/3174.jpg\", \"id\": 3174, \"objects\": [{\"bbox\": {\"xmin\": 152.0, \"ymin\": 694.667, \"xmax\": 200.0, \"ymax\": 773.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 298.667, \"ymin\": 745.333, \"xmax\": 335.9994, \"ymax\": 807.9991}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 84.0, \"ymin\": 676.0, \"xmax\": 136.0, \"ymax\": 749.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 253.333, \"ymin\": 729.333, \"xmax\": 289.3333, \"ymax\": 788.0}, \"category\": \"pl100\"}]}, \"96538\": {\"path\": \"train/96538.jpg\", \"id\": 96538, \"objects\": [{\"bbox\": {\"xmin\": 196.0, \"ymin\": 1018.67, \"xmax\": 225.3333, \"ymax\": 1054.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 194.667, \"ymin\": 982.667, \"xmax\": 226.6667, \"ymax\": 1017.3333}, \"category\": \"pl5\"}]}, \"14625\": {\"path\": \"test/14625.jpg\", \"id\": 14625, \"objects\": [{\"bbox\": {\"xmin\": 425.0, \"ymin\": 1016.0, \"xmax\": 442.0, \"ymax\": 1034.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 426.0, \"ymin\": 979.0, \"xmax\": 440.0, \"ymax\": 995.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 425.0, \"ymin\": 996.0, \"xmax\": 442.0, \"ymax\": 1014.0}, \"category\": \"pn\"}]}, \"34992\": {\"path\": \"train/34992.jpg\", \"id\": 34992, \"objects\": [{\"bbox\": {\"xmin\": 1752.0, \"ymin\": 781.333, \"xmax\": 1780.0, \"ymax\": 818.6667}, \"category\": \"pl40\"}]}, \"1201\": {\"path\": \"other/1201.jpg\", \"id\": 1201, \"objects\": [{\"bbox\": {\"xmin\": 1844.0, \"ymin\": 949.333, \"xmax\": 1878.6667, \"ymax\": 990.6667}, \"category\": \"w31\"}]}, \"18719\": {\"path\": \"train/18719.jpg\", \"id\": 18719, \"objects\": [{\"bbox\": {\"xmin\": 56.20171356201172, \"ymin\": 986.0567626953125, \"xmax\": 81.0483627319336, \"ymax\": 1007.0625}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1301.99, \"ymin\": 907.947, \"xmax\": 1328.4768, \"ymax\": 937.7483}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1198.01, \"ymin\": 907.947, \"xmax\": 1228.4768, \"ymax\": 938.4106}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 880.132, \"ymin\": 916.556, \"xmax\": 905.9603, \"ymax\": 945.0331}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1147.02, \"ymin\": 941.722, \"xmax\": 1168.8742, \"ymax\": 962.9139}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1237.09, \"ymin\": 1000.0, \"xmax\": 1261.5893999999998, \"ymax\": 1021.8543}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1237.09, \"ymin\": 1031.79, \"xmax\": 1260.9271999999999, \"ymax\": 1054.9669}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1237.09, \"ymin\": 968.212, \"xmax\": 1258.9404, \"ymax\": 990.7284999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1121.85, \"ymin\": 939.073, \"xmax\": 1144.3709, \"ymax\": 963.5762}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1170.86, \"ymin\": 941.722, \"xmax\": 1191.3907, \"ymax\": 963.5762}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 768.874, \"ymin\": 913.245, \"xmax\": 795.3642, \"ymax\": 941.7219}, \"category\": \"pne\"}]}, \"90486\": {\"path\": \"other/90486.jpg\", \"id\": 90486, \"objects\": [{\"bbox\": {\"xmin\": 1043.82, \"ymin\": 951.793, \"xmax\": 1059.3625, \"ymax\": 968.5259}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1062.95, \"ymin\": 952.192, \"xmax\": 1077.6861000000001, \"ymax\": 968.1279}, \"category\": \"pl20\"}]}, \"50075\": {\"path\": \"test/50075.jpg\", \"id\": 50075, \"objects\": [{\"bbox\": {\"xmin\": 1284.92, \"ymin\": 934.127, \"xmax\": 1300.7882, \"ymax\": 950.0}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1302.38, \"ymin\": 933.333, \"xmax\": 1319.0476, \"ymax\": 950.0}, \"category\": \"w57\"}]}, \"92801\": {\"path\": \"train/92801.jpg\", \"id\": 92801, \"objects\": [{\"bbox\": {\"xmin\": 935.146, \"ymin\": 924.432, \"xmax\": 951.813, \"ymax\": 943.1907}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 914.403, \"ymin\": 925.622, \"xmax\": 932.6574, \"ymax\": 943.0827999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 756.162, \"ymin\": 825.449, \"xmax\": 791.8037, \"ymax\": 864.0637999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 953.409, \"ymin\": 923.124, \"xmax\": 973.8648, \"ymax\": 943.1815}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 805.941, \"ymin\": 825.304, \"xmax\": 840.5941, \"ymax\": 864.9078}, \"category\": \"pn-2\"}]}, \"91832\": {\"path\": \"train/91832.jpg\", \"id\": 91832, \"objects\": [{\"bbox\": {\"xmin\": 1043.18, \"ymin\": 1288.07, \"xmax\": 1065.9091, \"ymax\": 1312.4964}, \"category\": \"w57\"}]}, \"16495\": {\"path\": \"train/16495.jpg\", \"id\": 16495, \"objects\": [{\"bbox\": {\"xmin\": 56.8627, \"ymin\": 854.902, \"xmax\": 137.2549, \"ymax\": 931.3725000000001}, \"category\": \"ip\"}]}, \"80565\": {\"path\": \"train/80565.jpg\", \"id\": 80565, \"objects\": [{\"bbox\": {\"xmin\": 1266.0, \"ymin\": 709.0, \"xmax\": 1315.0, \"ymax\": 758.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1324.0, \"ymin\": 712.0, \"xmax\": 1374.0, \"ymax\": 759.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1575.0, \"ymin\": 1002.0, \"xmax\": 1639.0, \"ymax\": 1071.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1576.0, \"ymin\": 1083.0, \"xmax\": 1636.0, \"ymax\": 1148.0}, \"category\": \"i2r\"}]}, \"83815\": {\"path\": \"other/83815.jpg\", \"id\": 83815, \"objects\": [{\"bbox\": {\"xmin\": 144.8470458984375, \"ymin\": 982.7181396484375, \"xmax\": 163.640869140625, \"ymax\": 999.1903076171875}, \"category\": \"pl30\"}]}, \"96527\": {\"path\": \"train/96527.jpg\", \"id\": 96527, \"objects\": [{\"bbox\": {\"xmin\": 358.0, \"ymin\": 1010.0, \"xmax\": 381.0, \"ymax\": 1038.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 535.0, \"ymin\": 1012.0, \"xmax\": 563.0, \"ymax\": 1039.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 532.0, \"ymin\": 983.0, \"xmax\": 559.0, \"ymax\": 1013.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1173.0, \"ymin\": 1010.0, \"xmax\": 1197.0, \"ymax\": 1036.0}, \"category\": \"i2r\"}]}, \"35522\": {\"path\": \"train/35522.jpg\", \"id\": 35522, \"objects\": [{\"bbox\": {\"xmin\": 773.715576171875, \"ymin\": 945.5293579101562, \"xmax\": 792.185546875, \"ymax\": 962.9265747070312}, \"category\": \"iz\"}, {\"bbox\": {\"xmin\": 768.421, \"ymin\": 976.316, \"xmax\": 798.6842, \"ymax\": 1010.5263}, \"category\": \"p23\"}]}, \"41372\": {\"path\": \"test/41372.jpg\", \"id\": 41372, \"objects\": [{\"bbox\": {\"xmin\": 1458.56, \"ymin\": 983.2, \"xmax\": 1477.0126, \"ymax\": 1001.7869000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1312.6, \"ymin\": 987.314, \"xmax\": 1330.4408999999998, \"ymax\": 1008.1587999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1628.44, \"ymin\": 974.071, \"xmax\": 1682.3961000000002, \"ymax\": 1034.3996}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1114.61, \"ymin\": 998.799, \"xmax\": 1126.4361999999999, \"ymax\": 1012.0028}, \"category\": \"i5\"}]}, \"12198\": {\"path\": \"test/12198.jpg\", \"id\": 12198, \"objects\": [{\"bbox\": {\"xmin\": 1752.0, \"ymin\": 1024.0, \"xmax\": 1793.0, \"ymax\": 1071.0}, \"category\": \"pl40\"}]}, \"62815\": {\"path\": \"other/62815.jpg\", \"id\": 62815, \"objects\": [{\"bbox\": {\"xmin\": 725.76123046875, \"ymin\": 977.7446899414062, \"xmax\": 747.8385009765625, \"ymax\": 1009.9484252929688}, \"category\": \"w57\"}]}, \"41539\": {\"path\": \"train/41539.jpg\", \"id\": 41539, \"objects\": [{\"bbox\": {\"xmin\": 153.968, \"ymin\": 963.492, \"xmax\": 182.53969999999998, \"ymax\": 994.444}, \"category\": \"pl30\"}]}, \"96578\": {\"path\": \"train/96578.jpg\", \"id\": 96578, \"objects\": [{\"bbox\": {\"xmin\": 1088.0, \"ymin\": 781.333, \"xmax\": 1125.3333, \"ymax\": 817.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1038.67, \"ymin\": 781.333, \"xmax\": 1074.6667, \"ymax\": 818.6667}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1140.0, \"ymin\": 778.667, \"xmax\": 1177.3333, \"ymax\": 816.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1088.0, \"ymin\": 829.333, \"xmax\": 1125.3333, \"ymax\": 865.3333}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 1038.67, \"ymin\": 829.333, \"xmax\": 1076.0, \"ymax\": 868.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1137.33, \"ymin\": 825.333, \"xmax\": 1177.3333, \"ymax\": 865.3333}, \"category\": \"p9\"}]}, \"27040\": {\"path\": \"test/27040.jpg\", \"id\": 27040, \"objects\": [{\"bbox\": {\"xmin\": 1546.67, \"ymin\": 506.667, \"xmax\": 1650.6670000000001, \"ymax\": 620.0}, \"category\": \"pl40\"}]}, \"82030\": {\"path\": \"train/82030.jpg\", \"id\": 82030, \"objects\": [{\"bbox\": {\"xmin\": 1291.27, \"ymin\": 915.873, \"xmax\": 1310.3174999999999, \"ymax\": 936.5079000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1196.03, \"ymin\": 915.079, \"xmax\": 1215.873, \"ymax\": 936.5079}, \"category\": \"pne\"}]}, \"47557\": {\"path\": \"train/47557.jpg\", \"id\": 47557, \"objects\": [{\"bbox\": {\"xmin\": 144.554, \"ymin\": 843.564, \"xmax\": 167.32670000000002, \"ymax\": 873.2673}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 13.8614, \"ymin\": 861.386, \"xmax\": 34.6535, \"ymax\": 886.1386}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1701.98, \"ymin\": 461.386, \"xmax\": 1746.5347, \"ymax\": 553.4663}, \"category\": \"pne\"}]}, \"94082\": {\"path\": \"test/94082.jpg\", \"id\": 94082, \"objects\": [{\"bbox\": {\"xmin\": 1258.67, \"ymin\": 844.0, \"xmax\": 1352.0, \"ymax\": 936.0}, \"category\": \"pcr\"}]}, \"22219\": {\"path\": \"test/22219.jpg\", \"id\": 22219, \"objects\": [{\"bbox\": {\"xmin\": 839.835, \"ymin\": 828.741, \"xmax\": 877.0899000000001, \"ymax\": 875.7994}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1144.74, \"ymin\": 852.941, \"xmax\": 1178.9553, \"ymax\": 888.2353}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1182.35, \"ymin\": 852.941, \"xmax\": 1214.4737, \"ymax\": 894.7368}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 607.895, \"ymin\": 829.412, \"xmax\": 650.9818, \"ymax\": 884.2105}, \"category\": \"pne\"}]}, \"6942\": {\"path\": \"train/6942.jpg\", \"id\": 6942, \"objects\": [{\"bbox\": {\"xmin\": 734.667, \"ymin\": 898.667, \"xmax\": 784.0, \"ymax\": 948.0}, \"category\": \"pcd\"}]}, \"8065\": {\"path\": \"train/8065.jpg\", \"id\": 8065, \"objects\": [{\"bbox\": {\"xmin\": 1654.23, \"ymin\": 899.503, \"xmax\": 1674.1269, \"ymax\": 923.3831}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1676.11, \"ymin\": 901.493, \"xmax\": 1697.5075, \"ymax\": 925.3731}, \"category\": \"pn\"}]}, \"11916\": {\"path\": \"train/11916.jpg\", \"id\": 11916, \"objects\": [{\"bbox\": {\"xmin\": 1764.47, \"ymin\": 893.421, \"xmax\": 1840.7895, \"ymax\": 977.6316}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1251.32, \"ymin\": 984.211, \"xmax\": 1276.3157999999999, \"ymax\": 1007.8947000000001}, \"category\": \"i2r\"}]}, \"21473\": {\"path\": \"train/21473.jpg\", \"id\": 21473, \"objects\": [{\"bbox\": {\"xmin\": 1545.27, \"ymin\": 1272.63, \"xmax\": 1574.125, \"ymax\": 1303.4754}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1577.29, \"ymin\": 1271.71, \"xmax\": 1607.9681, \"ymax\": 1303.5857}, \"category\": \"pn\"}]}, \"22426\": {\"path\": \"train/22426.jpg\", \"id\": 22426, \"objects\": [{\"bbox\": {\"xmin\": 1396.69, \"ymin\": 886.755, \"xmax\": 1426.4901, \"ymax\": 916.5563}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1521.85, \"ymin\": 924.503, \"xmax\": 1538.4106, \"ymax\": 945.6954000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 923.179, \"xmax\": 1517.8808, \"ymax\": 946.3575999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1540.4, \"ymin\": 925.166, \"xmax\": 1561.5894, \"ymax\": 946.3576}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1276.82, \"ymin\": 884.768, \"xmax\": 1304.6358, \"ymax\": 912.5828}, \"category\": \"pne\"}]}, \"98173\": {\"path\": \"train/98173.jpg\", \"id\": 98173, \"objects\": [{\"bbox\": {\"xmin\": 1761.59, \"ymin\": 880.132, \"xmax\": 1788.0817, \"ymax\": 911.2583}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1792.05, \"ymin\": 881.457, \"xmax\": 1821.1921, \"ymax\": 913.2453}, \"category\": \"pn\"}]}, \"86416\": {\"path\": \"train/86416.jpg\", \"id\": 86416, \"objects\": [{\"bbox\": {\"xmin\": 761.0, \"ymin\": 972.0, \"xmax\": 786.0, \"ymax\": 997.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1842.0, \"ymin\": 1096.0, \"xmax\": 1920.0, \"ymax\": 1205.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 763.0, \"ymin\": 949.0, \"xmax\": 786.0, \"ymax\": 973.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1420.0, \"ymin\": 923.0, \"xmax\": 1437.0, \"ymax\": 941.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 922.0, \"xmax\": 1459.0, \"ymax\": 940.0}, \"category\": \"pn\"}]}, \"90280\": {\"path\": \"train/90280.jpg\", \"id\": 90280, \"objects\": [{\"bbox\": {\"xmin\": 326.733, \"ymin\": 640.594, \"xmax\": 368.3168, \"ymax\": 722.7723000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 172.277, \"ymin\": 858.416, \"xmax\": 198.01979999999998, \"ymax\": 899.0099}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 140.594, \"ymin\": 855.446, \"xmax\": 169.30689999999998, \"ymax\": 893.0693}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1720.79, \"ymin\": 978.218, \"xmax\": 1744.5545, \"ymax\": 1002.9703}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 34.6535, \"ymin\": 512.871, \"xmax\": 109.90100000000001, \"ymax\": 622.7719999999999}, \"category\": \"pne\"}]}, \"31470\": {\"path\": \"other/31470.jpg\", \"id\": 31470, \"objects\": [{\"bbox\": {\"xmin\": 1619.6, \"ymin\": 978.406, \"xmax\": 1634.2225999999998, \"ymax\": 994.0201999999999}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1525.58, \"ymin\": 977.077, \"xmax\": 1544.5172, \"ymax\": 996.3457}, \"category\": \"w59\"}]}, \"33810\": {\"path\": \"train/33810.jpg\", \"id\": 33810, \"objects\": [{\"bbox\": {\"xmin\": 1108.52, \"ymin\": 976.705, \"xmax\": 1127.8427, \"ymax\": 995.4549000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1415.91, \"ymin\": 965.909, \"xmax\": 1441.4791, \"ymax\": 992.0456}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1153.41, \"ymin\": 970.455, \"xmax\": 1181.25, \"ymax\": 996.0229}, \"category\": \"w59\"}]}, \"7374\": {\"path\": \"train/7374.jpg\", \"id\": 7374, \"objects\": [{\"bbox\": {\"xmin\": 1321.6, \"ymin\": 970.4, \"xmax\": 1355.1999999999998, \"ymax\": 1002.4}, \"category\": \"pl60\"}]}, \"26152\": {\"path\": \"train/26152.jpg\", \"id\": 26152, \"objects\": [{\"bbox\": {\"xmin\": 1568.0, \"ymin\": 966.667, \"xmax\": 1664.0, \"ymax\": 1069.333}, \"category\": \"p11\"}]}, \"29318\": {\"path\": \"test/29318.jpg\", \"id\": 29318, \"objects\": [{\"bbox\": {\"xmin\": 714.667, \"ymin\": 840.0, \"xmax\": 778.6667, \"ymax\": 985.333}, \"category\": \"p27\"}]}, \"62157\": {\"path\": \"test/62157.jpg\", \"id\": 62157, \"objects\": [{\"bbox\": {\"xmin\": 1496.16, \"ymin\": 530.769, \"xmax\": 1753.848, \"ymax\": 996.154}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1496.15, \"ymin\": 115.385, \"xmax\": 1765.3850000000002, \"ymax\": 534.615}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1521.49, \"ymin\": 1011.4, \"xmax\": 1760.785, \"ymax\": 1503.7}, \"category\": \"pw3.2\"}]}, \"22824\": {\"path\": \"train/22824.jpg\", \"id\": 22824, \"objects\": [{\"bbox\": {\"xmin\": 1145.33, \"ymin\": 794.667, \"xmax\": 1190.6667, \"ymax\": 838.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1233.33, \"ymin\": 929.333, \"xmax\": 1273.3333, \"ymax\": 968.0}, \"category\": \"pm30\"}]}, \"4900\": {\"path\": \"test/4900.jpg\", \"id\": 4900, \"objects\": [{\"bbox\": {\"xmin\": 1368.0, \"ymin\": 917.333, \"xmax\": 1422.6667, \"ymax\": 976.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1368.0, \"ymin\": 976.0, \"xmax\": 1425.3333, \"ymax\": 1036.0}, \"category\": \"p1n\"}]}, \"87262\": {\"path\": \"test/87262.jpg\", \"id\": 87262, \"objects\": [{\"bbox\": {\"xmin\": 1532.96, \"ymin\": 963.636, \"xmax\": 1557.39, \"ymax\": 990.3401}, \"category\": \"pn\"}]}, \"83565\": {\"path\": \"train/83565.jpg\", \"id\": 83565, \"objects\": [{\"bbox\": {\"xmin\": 1338.0, \"ymin\": 849.0, \"xmax\": 1357.0, \"ymax\": 905.0}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1180.0, \"ymin\": 630.0, \"xmax\": 1280.0, \"ymax\": 722.0}, \"category\": \"pne\"}]}, \"22402\": {\"path\": \"other/22402.jpg\", \"id\": 22402, \"objects\": [{\"bbox\": {\"xmin\": 1354.67, \"ymin\": 756.0, \"xmax\": 1417.3333, \"ymax\": 810.6667}, \"category\": \"w34\"}]}, \"65591\": {\"path\": \"train/65591.jpg\", \"id\": 65591, \"objects\": [{\"bbox\": {\"xmin\": 1618.42, \"ymin\": 1061.84, \"xmax\": 1644.7395000000001, \"ymax\": 1085.5263}, \"category\": \"ip\"}]}, \"2747\": {\"path\": \"other/2747.jpg\", \"id\": 2747, \"objects\": [{\"bbox\": {\"xmin\": 1237.7479248046875, \"ymin\": 974.93603515625, \"xmax\": 1265.6986083984375, \"ymax\": 999.73583984375}, \"category\": \"i2r\"}]}, \"60029\": {\"path\": \"train/60029.jpg\", \"id\": 60029, \"objects\": [{\"bbox\": {\"xmin\": 1178.0, \"ymin\": 901.0, \"xmax\": 1224.0, \"ymax\": 945.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1128.0, \"ymin\": 897.0, \"xmax\": 1175.0, \"ymax\": 946.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 230.0, \"ymin\": 1004.0, \"xmax\": 258.0, \"ymax\": 1036.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 847.0, \"xmax\": 1222.0, \"ymax\": 895.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1179.0, \"ymin\": 948.0, \"xmax\": 1225.0, \"ymax\": 994.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1087.0, \"ymin\": 820.0, \"xmax\": 1124.0, \"ymax\": 854.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1127.0, \"ymin\": 849.0, \"xmax\": 1175.0, \"ymax\": 895.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1133.0, \"ymin\": 948.0, \"xmax\": 1180.0, \"ymax\": 991.0}, \"category\": \"pn\"}]}, \"40652\": {\"path\": \"train/40652.jpg\", \"id\": 40652, \"objects\": [{\"bbox\": {\"xmin\": 244.0, \"ymin\": 1216.0, \"xmax\": 338.66790000000003, \"ymax\": 1357.336}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1120.0, \"ymin\": 777.333, \"xmax\": 1173.3333, \"ymax\": 826.6667}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1257.33, \"ymin\": 776.0, \"xmax\": 1310.6699999999998, \"ymax\": 829.3336}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1314.67, \"ymin\": 774.667, \"xmax\": 1368.0033, \"ymax\": 828.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1392.0, \"ymin\": 776.0, \"xmax\": 1445.3333, \"ymax\": 829.3333}, \"category\": \"pn\"}]}, \"49190\": {\"path\": \"train/49190.jpg\", \"id\": 49190, \"objects\": [{\"bbox\": {\"xmin\": 1073.92, \"ymin\": 934.058, \"xmax\": 1090.942, \"ymax\": 951.4491}, \"category\": \"w13\"}]}, \"47671\": {\"path\": \"train/47671.jpg\", \"id\": 47671, \"objects\": [{\"bbox\": {\"xmin\": 1432.54, \"ymin\": 803.968, \"xmax\": 1472.2222, \"ymax\": 843.6508}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1539.68, \"ymin\": 872.222, \"xmax\": 1558.7302, \"ymax\": 894.4444}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1518.25, \"ymin\": 871.429, \"xmax\": 1536.5079, \"ymax\": 895.2381}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1560.32, \"ymin\": 875.397, \"xmax\": 1578.5714, \"ymax\": 899.2063}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1319.84, \"ymin\": 801.587, \"xmax\": 1361.1110999999999, \"ymax\": 846.0317}, \"category\": \"pne\"}]}, \"40876\": {\"path\": \"train/40876.jpg\", \"id\": 40876, \"objects\": [{\"bbox\": {\"xmin\": 870.6212768554688, \"ymin\": 816.0952758789062, \"xmax\": 919.7922973632812, \"ymax\": 933.5945434570312}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 960.0, \"ymin\": 673.333, \"xmax\": 1036.0003, \"ymax\": 741.3333}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 962.667, \"ymin\": 784.0, \"xmax\": 1037.3348, \"ymax\": 855.9997}, \"category\": \"p23\"}]}, \"44108\": {\"path\": \"train/44108.jpg\", \"id\": 44108, \"objects\": [{\"bbox\": {\"xmin\": 1806.67, \"ymin\": 997.333, \"xmax\": 1842.6667, \"ymax\": 1034.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1806.67, \"ymin\": 956.0, \"xmax\": 1844.0, \"ymax\": 998.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1593.33, \"ymin\": 798.667, \"xmax\": 1620.0, \"ymax\": 900.0}, \"category\": \"pcl\"}]}, \"31453\": {\"path\": \"train/31453.jpg\", \"id\": 31453, \"objects\": [{\"bbox\": {\"xmin\": 907.0, \"ymin\": 1004.0, \"xmax\": 936.0, \"ymax\": 1035.0}, \"category\": \"pl40\"}]}, \"1330\": {\"path\": \"train/1330.jpg\", \"id\": 1330, \"objects\": [{\"bbox\": {\"xmin\": 94.6667, \"ymin\": 1020.0, \"xmax\": 160.0, \"ymax\": 1094.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 96.0, \"ymin\": 948.0, \"xmax\": 168.0, \"ymax\": 1019.9997}, \"category\": \"wc\"}]}, \"61511\": {\"path\": \"train/61511.jpg\", \"id\": 61511, \"objects\": [{\"bbox\": {\"xmin\": 1610.0, \"ymin\": 948.0, \"xmax\": 1678.0, \"ymax\": 1025.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 547.0, \"ymin\": 1009.0, \"xmax\": 559.0, \"ymax\": 1028.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1765.0, \"ymin\": 986.0, \"xmax\": 1841.0, \"ymax\": 1065.0}, \"category\": \"pr40\"}]}, \"59815\": {\"path\": \"train/59815.jpg\", \"id\": 59815, \"objects\": [{\"bbox\": {\"xmin\": 992.828, \"ymin\": 932.669, \"xmax\": 1012.3506, \"ymax\": 952.9875999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1014.34, \"ymin\": 932.271, \"xmax\": 1032.2709, \"ymax\": 953.3865}, \"category\": \"pn\"}]}, \"51275\": {\"path\": \"train/51275.jpg\", \"id\": 51275, \"objects\": [{\"bbox\": {\"xmin\": 956.0, \"ymin\": 810.0, \"xmax\": 995.0, \"ymax\": 852.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 149.0, \"ymin\": 795.0, \"xmax\": 183.0, \"ymax\": 839.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 834.0, \"ymin\": 937.0, \"xmax\": 864.0, \"ymax\": 966.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 870.0, \"ymin\": 813.0, \"xmax\": 908.0, \"ymax\": 850.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 753.0, \"ymin\": 813.0, \"xmax\": 791.0, \"ymax\": 854.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 712.0, \"ymin\": 815.0, \"xmax\": 750.0, \"ymax\": 854.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 793.0, \"ymin\": 815.0, \"xmax\": 831.0, \"ymax\": 853.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 910.0, \"ymin\": 811.0, \"xmax\": 951.0, \"ymax\": 851.0}, \"category\": \"im\"}]}, \"62430\": {\"path\": \"test/62430.jpg\", \"id\": 62430, \"objects\": [{\"bbox\": {\"xmin\": 59.0, \"ymin\": 978.0, \"xmax\": 98.0, \"ymax\": 1022.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 61.0, \"ymin\": 929.0, \"xmax\": 98.0, \"ymax\": 977.0}, \"category\": \"pn\"}]}, \"69685\": {\"path\": \"train/69685.jpg\", \"id\": 69685, \"objects\": [{\"bbox\": {\"xmin\": 356.0, \"ymin\": 461.0, \"xmax\": 435.0, \"ymax\": 533.0}, \"category\": \"p23\"}]}, \"91711\": {\"path\": \"test/91711.jpg\", \"id\": 91711, \"objects\": [{\"bbox\": {\"xmin\": 1354.0, \"ymin\": 663.0, \"xmax\": 1429.0, \"ymax\": 738.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1055.0, \"ymin\": 654.0, \"xmax\": 1135.0, \"ymax\": 732.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 744.0, \"ymin\": 664.0, \"xmax\": 823.0, \"ymax\": 742.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1545.0, \"ymin\": 681.0, \"xmax\": 1616.0, \"ymax\": 755.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1213.0, \"ymin\": 656.0, \"xmax\": 1288.0, \"ymax\": 732.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 912.0, \"ymin\": 657.0, \"xmax\": 988.0, \"ymax\": 733.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 612.0, \"ymin\": 674.0, \"xmax\": 689.0, \"ymax\": 746.0}, \"category\": \"pl120\"}]}, \"72478\": {\"path\": \"test/72478.jpg\", \"id\": 72478, \"objects\": [{\"bbox\": {\"xmin\": 1226.67, \"ymin\": 1006.67, \"xmax\": 1268.0, \"ymax\": 1045.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1545.33, \"ymin\": 905.333, \"xmax\": 1574.6568, \"ymax\": 935.9988}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1546.67, \"ymin\": 936.0, \"xmax\": 1578.6667, \"ymax\": 965.3333}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1549.33, \"ymin\": 965.333, \"xmax\": 1577.3333, \"ymax\": 989.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1548.0, \"ymin\": 993.333, \"xmax\": 1574.6667, \"ymax\": 1021.3333}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1226.67, \"ymin\": 894.667, \"xmax\": 1272.0, \"ymax\": 936.0}, \"category\": \"pmb\"}]}, \"94761\": {\"path\": \"test/94761.jpg\", \"id\": 94761, \"objects\": [{\"bbox\": {\"xmin\": 1405.33, \"ymin\": 788.0, \"xmax\": 1460.0, \"ymax\": 846.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1346.67, \"ymin\": 788.0, \"xmax\": 1400.0, \"ymax\": 845.3333}, \"category\": \"w55\"}]}, \"43601\": {\"path\": \"train/43601.jpg\", \"id\": 43601, \"objects\": [{\"bbox\": {\"xmin\": 165.873, \"ymin\": 951.587, \"xmax\": 180.15869999999998, \"ymax\": 967.4603}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1046.03, \"ymin\": 966.667, \"xmax\": 1059.5238, \"ymax\": 983.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1951.59, \"ymin\": 900.794, \"xmax\": 1967.4603, \"ymax\": 923.8095}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 105.556, \"ymin\": 948.413, \"xmax\": 119.84129999999999, \"ymax\": 965.0794}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 994.444, \"ymin\": 969.048, \"xmax\": 1008.7302, \"ymax\": 984.9206}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1907.94, \"ymin\": 910.317, \"xmax\": 1919.8413, \"ymax\": 932.5397}, \"category\": \"pne\"}]}, \"9387\": {\"path\": \"train/9387.jpg\", \"id\": 9387, \"objects\": [{\"bbox\": {\"xmin\": 1252.32, \"ymin\": 970.861, \"xmax\": 1273.5172, \"ymax\": 991.3907}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1253.64, \"ymin\": 1001.99, \"xmax\": 1273.5099, \"ymax\": 1025.1656}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1252.32, \"ymin\": 939.735, \"xmax\": 1272.8477, \"ymax\": 962.2517}, \"category\": \"p26\"}]}, \"78362\": {\"path\": \"train/78362.jpg\", \"id\": 78362, \"objects\": [{\"bbox\": {\"xmin\": 994.059, \"ymin\": 943.564, \"xmax\": 1009.901, \"ymax\": 960.396}, \"category\": \"pn\"}]}, \"18096\": {\"path\": \"test/18096.jpg\", \"id\": 18096, \"objects\": [{\"bbox\": {\"xmin\": 566.0, \"ymin\": 475.0, \"xmax\": 666.0, \"ymax\": 576.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 667.0, \"ymin\": 458.0, \"xmax\": 775.0, \"ymax\": 562.0}, \"category\": \"pn\"}]}, \"52879\": {\"path\": \"train/52879.jpg\", \"id\": 52879, \"objects\": [{\"bbox\": {\"xmin\": 153.0, \"ymin\": 805.0, \"xmax\": 185.0, \"ymax\": 858.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 114.0, \"ymin\": 798.0, \"xmax\": 149.0, \"ymax\": 850.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 188.0, \"ymin\": 812.0, \"xmax\": 223.0, \"ymax\": 864.0}, \"category\": \"pn\"}]}, \"38085\": {\"path\": \"train/38085.jpg\", \"id\": 38085, \"objects\": [{\"bbox\": {\"xmin\": 188.0, \"ymin\": 1008.0, \"xmax\": 228.0, \"ymax\": 1061.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 180.0, \"ymin\": 828.0, \"xmax\": 221.3333, \"ymax\": 878.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 184.0, \"ymin\": 953.333, \"xmax\": 224.0, \"ymax\": 1005.3333}, \"category\": \"ph4.3\"}, {\"bbox\": {\"xmin\": 801.333, \"ymin\": 1004.0, \"xmax\": 821.3333, \"ymax\": 1057.3333}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 182.667, \"ymin\": 898.667, \"xmax\": 226.6667, \"ymax\": 953.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 193.333, \"ymin\": 1061.33, \"xmax\": 230.6667, \"ymax\": 1113.3333}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 116.0, \"ymin\": 672.0, \"xmax\": 146.6667, \"ymax\": 712.0}, \"category\": \"pmb\"}]}, \"8697\": {\"path\": \"train/8697.jpg\", \"id\": 8697, \"objects\": [{\"bbox\": {\"xmin\": 902.667, \"ymin\": 568.0, \"xmax\": 1020.0, \"ymax\": 677.333}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 781.333, \"ymin\": 564.0, \"xmax\": 897.333, \"ymax\": 676.0}, \"category\": \"ps\"}]}, \"26245\": {\"path\": \"train/26245.jpg\", \"id\": 26245, \"objects\": [{\"bbox\": {\"xmin\": 1744.55, \"ymin\": 887.867, \"xmax\": 1776.2333999999998, \"ymax\": 918.8118999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1625.17, \"ymin\": 880.795, \"xmax\": 1653.6424000000002, \"ymax\": 914.5695}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1502.65, \"ymin\": 923.179, \"xmax\": 1523.1788000000001, \"ymax\": 946.3575999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1476.82, \"ymin\": 919.868, \"xmax\": 1498.0131999999999, \"ymax\": 949.6689}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1525.17, \"ymin\": 924.503, \"xmax\": 1545.5446000000002, \"ymax\": 943.5644000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1711.88, \"ymin\": 1024.75, \"xmax\": 1735.6436, \"ymax\": 1048.5149}, \"category\": \"w55\"}]}, \"21841\": {\"path\": \"test/21841.jpg\", \"id\": 21841, \"objects\": [{\"bbox\": {\"xmin\": 1030.16, \"ymin\": 976.19, \"xmax\": 1051.5910000000001, \"ymax\": 1000.0}, \"category\": \"pl30\"}]}, \"58331\": {\"path\": \"train/58331.jpg\", \"id\": 58331, \"objects\": [{\"bbox\": {\"xmin\": 1054.46, \"ymin\": 943.564, \"xmax\": 1075.2475, \"ymax\": 963.3662999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1053.47, \"ymin\": 967.327, \"xmax\": 1075.2475, \"ymax\": 986.1393}, \"category\": \"pn\"}]}, \"16686\": {\"path\": \"test/16686.jpg\", \"id\": 16686, \"objects\": [{\"bbox\": {\"xmin\": 889.683, \"ymin\": 942.857, \"xmax\": 910.3175, \"ymax\": 967.4603}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1113.49, \"ymin\": 967.46, \"xmax\": 1126.9841, \"ymax\": 983.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1096.03, \"ymin\": 970.635, \"xmax\": 1111.9048, \"ymax\": 984.127}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1129.37, \"ymin\": 971.429, \"xmax\": 1143.6508, \"ymax\": 984.9205999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 807.143, \"ymin\": 946.032, \"xmax\": 827.7778000000001, \"ymax\": 967.4603000000001}, \"category\": \"pne\"}]}, \"80114\": {\"path\": \"train/80114.jpg\", \"id\": 80114, \"objects\": [{\"bbox\": {\"xmin\": 1904.0, \"ymin\": 913.0, \"xmax\": 1917.0, \"ymax\": 929.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1917.0, \"ymin\": 915.0, \"xmax\": 1927.0, \"ymax\": 931.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 207.0, \"ymin\": 874.0, \"xmax\": 296.0, \"ymax\": 1030.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 208.0, \"ymin\": 1058.0, \"xmax\": 295.0, \"ymax\": 1212.0}, \"category\": \"i2r\"}]}, \"19733\": {\"path\": \"train/19733.jpg\", \"id\": 19733, \"objects\": [{\"bbox\": {\"xmin\": 246.4, \"ymin\": 885.6, \"xmax\": 308.8, \"ymax\": 950.4}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 748.8, \"ymin\": 970.4, \"xmax\": 772.8, \"ymax\": 997.6}, \"category\": \"pm8\"}, {\"bbox\": {\"xmin\": 667.2, \"ymin\": 889.6, \"xmax\": 689.6, \"ymax\": 929.6}, \"category\": \"pn\"}]}, \"51584\": {\"path\": \"test/51584.jpg\", \"id\": 51584, \"objects\": [{\"bbox\": {\"xmin\": 1769.05, \"ymin\": 901.588, \"xmax\": 1803.1746, \"ymax\": 938.0952}, \"category\": \"p10\"}]}, \"36343\": {\"path\": \"train/36343.jpg\", \"id\": 36343, \"objects\": [{\"bbox\": {\"xmin\": 926.0, \"ymin\": 985.0, \"xmax\": 945.0, \"ymax\": 1003.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 924.0, \"ymin\": 1006.0, \"xmax\": 943.0, \"ymax\": 1026.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1028.0, \"ymin\": 1028.0, \"xmax\": 1044.0, \"ymax\": 1044.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 924.0, \"ymin\": 1033.0, \"xmax\": 940.0, \"ymax\": 1051.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 926.0, \"ymin\": 1051.0, \"xmax\": 942.0, \"ymax\": 1070.0}, \"category\": \"i2r\"}]}, \"6844\": {\"path\": \"test/6844.jpg\", \"id\": 6844, \"objects\": [{\"bbox\": {\"xmin\": 1317.11, \"ymin\": 971.053, \"xmax\": 1347.37, \"ymax\": 1005.2632}, \"category\": \"i2r\"}]}, \"96331\": {\"path\": \"train/96331.jpg\", \"id\": 96331, \"objects\": [{\"bbox\": {\"xmin\": 63.1579, \"ymin\": 978.947, \"xmax\": 139.4737, \"ymax\": 1056.5789}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 75.3968, \"ymin\": 1057.93, \"xmax\": 134.9206, \"ymax\": 1114.2830000000001}, \"category\": \"w58\"}]}, \"93851\": {\"path\": \"test/93851.jpg\", \"id\": 93851, \"objects\": [{\"bbox\": {\"xmin\": 462.667, \"ymin\": 534.667, \"xmax\": 506.6667, \"ymax\": 617.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 568.0, \"ymin\": 614.667, \"xmax\": 596.0, \"ymax\": 685.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 309.333, \"ymin\": 430.667, \"xmax\": 370.66670000000005, \"ymax\": 530.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 228.0, \"ymin\": 385.333, \"xmax\": 301.3333, \"ymax\": 488.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 409.333, \"ymin\": 496.0, \"xmax\": 458.66670000000005, \"ymax\": 585.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 530.667, \"ymin\": 585.333, \"xmax\": 565.3333, \"ymax\": 660.0}, \"category\": \"pl100\"}]}, \"80453\": {\"path\": \"train/80453.jpg\", \"id\": 80453, \"objects\": [{\"bbox\": {\"xmin\": 893.333, \"ymin\": 462.667, \"xmax\": 1029.333, \"ymax\": 581.333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 446.667, \"ymin\": 521.333, \"xmax\": 566.6669999999999, \"ymax\": 630.6669999999999}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 325.333, \"ymin\": 538.667, \"xmax\": 432.0, \"ymax\": 650.667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 745.333, \"ymin\": 476.0, \"xmax\": 876.0, \"ymax\": 592.0}, \"category\": \"pl90\"}]}, \"50248\": {\"path\": \"test/50248.jpg\", \"id\": 50248, \"objects\": [{\"bbox\": {\"xmin\": 1413.86, \"ymin\": 894.059, \"xmax\": 1442.5743, \"ymax\": 923.7624}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1605.94, \"ymin\": 930.693, \"xmax\": 1623.7606, \"ymax\": 951.4851}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1564.36, \"ymin\": 928.713, \"xmax\": 1583.1682999999998, \"ymax\": 952.4752}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1585.15, \"ymin\": 929.703, \"xmax\": 1601.9831000000001, \"ymax\": 950.495}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1298.02, \"ymin\": 888.119, \"xmax\": 1326.7327, \"ymax\": 921.7822}, \"category\": \"pne\"}]}, \"51389\": {\"path\": \"test/51389.jpg\", \"id\": 51389, \"objects\": [{\"bbox\": {\"xmin\": 1212.0, \"ymin\": 684.0, \"xmax\": 1277.3333, \"ymax\": 746.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1342.67, \"ymin\": 881.333, \"xmax\": 1398.6667, \"ymax\": 937.3333}, \"category\": \"pm30\"}]}, \"71694\": {\"path\": \"other/71694.jpg\", \"id\": 71694, \"objects\": [{\"bbox\": {\"xmin\": 1725.33, \"ymin\": 1022.67, \"xmax\": 1788.0, \"ymax\": 1100.0}, \"category\": \"pm15\"}]}, \"28973\": {\"path\": \"train/28973.jpg\", \"id\": 28973, \"objects\": [{\"bbox\": {\"xmin\": 386.0, \"ymin\": 1055.0, \"xmax\": 416.0, \"ymax\": 1084.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 516.0, \"ymin\": 820.0, \"xmax\": 553.0, \"ymax\": 863.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 81.0, \"ymin\": 1012.0, \"xmax\": 102.0, \"ymax\": 1034.0}, \"category\": \"w57\"}]}, \"63809\": {\"path\": \"train/63809.jpg\", \"id\": 63809, \"objects\": [{\"bbox\": {\"xmin\": 1767.33, \"ymin\": 1034.65, \"xmax\": 1794.0593999999999, \"ymax\": 1063.3663000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1768.32, \"ymin\": 1007.92, \"xmax\": 1794.0593999999999, \"ymax\": 1032.6562999999999}, \"category\": \"pl5\"}]}, \"14699\": {\"path\": \"train/14699.jpg\", \"id\": 14699, \"objects\": [{\"bbox\": {\"xmin\": 941.333, \"ymin\": 781.333, \"xmax\": 996.0, \"ymax\": 834.6667}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 997.333, \"ymin\": 778.667, \"xmax\": 1050.6667, \"ymax\": 829.3339000000001}, \"category\": \"pcl\"}]}, \"15544\": {\"path\": \"other/15544.jpg\", \"id\": 15544, \"objects\": [{\"bbox\": {\"xmin\": 479.7912292480469, \"ymin\": 983.042724609375, \"xmax\": 510.0312194824219, \"ymax\": 1016.083251953125}, \"category\": \"w57\"}]}, \"32743\": {\"path\": \"train/32743.jpg\", \"id\": 32743, \"objects\": [{\"bbox\": {\"xmin\": 164.706, \"ymin\": 960.784, \"xmax\": 250.98039999999997, \"ymax\": 1054.902}, \"category\": \"ip\"}]}, \"34974\": {\"path\": \"test/34974.jpg\", \"id\": 34974, \"objects\": [{\"bbox\": {\"xmin\": 396.078, \"ymin\": 827.451, \"xmax\": 466.6663, \"ymax\": 931.373}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": -2.63163, \"ymin\": 185.527, \"xmax\": 135.52637, \"ymax\": 400.0}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 396.078, \"ymin\": 925.49, \"xmax\": 460.78389999999996, \"ymax\": 1025.49}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 168.421, \"ymin\": 300.0, \"xmax\": 297.368, \"ymax\": 497.368}, \"category\": \"w57\"}]}, \"18433\": {\"path\": \"train/18433.jpg\", \"id\": 18433, \"objects\": [{\"bbox\": {\"xmin\": 531.683, \"ymin\": 752.475, \"xmax\": 595.0495, \"ymax\": 812.8713}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1226.73, \"ymin\": 857.426, \"xmax\": 1262.3762, \"ymax\": 896.0396000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1144.55, \"ymin\": 859.406, \"xmax\": 1184.1584, \"ymax\": 901.9802}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1187.13, \"ymin\": 862.376, \"xmax\": 1220.7921000000001, \"ymax\": 901.9802}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 304.95, \"ymin\": 780.198, \"xmax\": 357.4257, \"ymax\": 832.6732999999999}, \"category\": \"pne\"}]}, \"80998\": {\"path\": \"test/80998.jpg\", \"id\": 80998, \"objects\": [{\"bbox\": {\"xmin\": 1713.33, \"ymin\": 973.333, \"xmax\": 1789.3333, \"ymax\": 1049.3333}, \"category\": \"pl60\"}]}, \"91025\": {\"path\": \"train/91025.jpg\", \"id\": 91025, \"objects\": [{\"bbox\": {\"xmin\": 1832.0, \"ymin\": 740.0, \"xmax\": 1864.0, \"ymax\": 782.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1872.0, \"ymin\": 747.0, \"xmax\": 1902.0, \"ymax\": 787.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1239.0, \"ymin\": 886.0, \"xmax\": 1255.0, \"ymax\": 900.0}, \"category\": \"w21\"}]}, \"25197\": {\"path\": \"other/25197.jpg\", \"id\": 25197, \"objects\": [{\"bbox\": {\"xmin\": 1774.0, \"ymin\": 1054.0, \"xmax\": 1910.0, \"ymax\": 1186.0}, \"category\": \"w60\"}]}, \"53311\": {\"path\": \"test/53311.jpg\", \"id\": 53311, \"objects\": [{\"bbox\": {\"xmin\": 1915.87, \"ymin\": 874.603, \"xmax\": 1942.8571, \"ymax\": 902.381}, \"category\": \"i4\"}]}, \"45187\": {\"path\": \"train/45187.jpg\", \"id\": 45187, \"objects\": [{\"bbox\": {\"xmin\": 1816.0, \"ymin\": 921.0, \"xmax\": 1870.0, \"ymax\": 975.0}, \"category\": \"p26\"}]}, \"17310\": {\"path\": \"train/17310.jpg\", \"id\": 17310, \"objects\": [{\"bbox\": {\"xmin\": 1469.84, \"ymin\": 988.095, \"xmax\": 1488.8889, \"ymax\": 1013.4921}, \"category\": \"pg\"}]}, \"73523\": {\"path\": \"train/73523.jpg\", \"id\": 73523, \"objects\": [{\"bbox\": {\"xmin\": 962.252, \"ymin\": 924.503, \"xmax\": 977.7783, \"ymax\": 940.4770000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1100.66, \"ymin\": 923.179, \"xmax\": 1116.6673, \"ymax\": 940.3974999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1117.73, \"ymin\": 922.48, \"xmax\": 1134.3943, \"ymax\": 938.3528}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 857.143, \"ymin\": 922.348, \"xmax\": 878.5714, \"ymax\": 940.6021}, \"category\": \"pne\"}]}, \"72905\": {\"path\": \"train/72905.jpg\", \"id\": 72905, \"objects\": [{\"bbox\": {\"xmin\": 784.127, \"ymin\": 917.46, \"xmax\": 811.1111, \"ymax\": 945.2381}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1081.75, \"ymin\": 942.063, \"xmax\": 1099.2063, \"ymax\": 961.9048}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1036.51, \"ymin\": 938.889, \"xmax\": 1057.9365, \"ymax\": 963.4921}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1060.32, \"ymin\": 939.683, \"xmax\": 1079.3651, \"ymax\": 963.4920999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 678.571, \"ymin\": 915.873, \"xmax\": 707.1429, \"ymax\": 943.6508}, \"category\": \"pne\"}]}, \"6934\": {\"path\": \"other/6934.jpg\", \"id\": 6934, \"objects\": [{\"bbox\": {\"xmin\": 27.496074676513672, \"ymin\": 964.6843872070312, \"xmax\": 59.757999420166016, \"ymax\": 993.9457397460938}, \"category\": \"pl50\"}]}, \"7816\": {\"path\": \"train/7816.jpg\", \"id\": 7816, \"objects\": [{\"bbox\": {\"xmin\": 1081.82, \"ymin\": 954.545, \"xmax\": 1103.4090999999999, \"ymax\": 975.5681999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1050.0, \"ymin\": 954.545, \"xmax\": 1071.5909, \"ymax\": 975.5681999999999}, \"category\": \"pl5\"}]}, \"45061\": {\"path\": \"train/45061.jpg\", \"id\": 45061, \"objects\": [{\"bbox\": {\"xmin\": 131.373, \"ymin\": 568.627, \"xmax\": 211.7647, \"ymax\": 668.627}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1290.2, \"ymin\": 811.765, \"xmax\": 1333.3333, \"ymax\": 856.8627}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1176.47, \"ymin\": 815.686, \"xmax\": 1227.451, \"ymax\": 866.6662}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1233.33, \"ymin\": 807.843, \"xmax\": 1278.4314, \"ymax\": 860.7842999999999}, \"category\": \"pn\"}]}, \"72369\": {\"path\": \"train/72369.jpg\", \"id\": 72369, \"objects\": [{\"bbox\": {\"xmin\": 1666.67, \"ymin\": 917.333, \"xmax\": 1704.0, \"ymax\": 957.333}, \"category\": \"pl5\"}]}, \"30290\": {\"path\": \"train/30290.jpg\", \"id\": 30290, \"objects\": [{\"bbox\": {\"xmin\": 80.67855072021484, \"ymin\": 803.9361572265625, \"xmax\": 107.55211639404297, \"ymax\": 849.52783203125}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1406.67, \"ymin\": 868.0, \"xmax\": 1434.6667, \"ymax\": 894.6667}, \"category\": \"pl60\"}]}, \"540\": {\"path\": \"train/540.jpg\", \"id\": 540, \"objects\": [{\"bbox\": {\"xmin\": 1402.0, \"ymin\": 1044.0, \"xmax\": 1422.0, \"ymax\": 1088.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1413.0, \"ymin\": 940.0, \"xmax\": 1426.0, \"ymax\": 955.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1411.0, \"ymin\": 960.0, \"xmax\": 1428.0, \"ymax\": 975.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1583.0, \"ymin\": 919.0, \"xmax\": 1602.0, \"ymax\": 941.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1582.0, \"ymin\": 946.0, \"xmax\": 1601.0, \"ymax\": 968.0}, \"category\": \"i2r\"}]}, \"48023\": {\"path\": \"train/48023.jpg\", \"id\": 48023, \"objects\": [{\"bbox\": {\"xmin\": 1876.0, \"ymin\": 780.0, \"xmax\": 1910.0, \"ymax\": 821.0}, \"category\": \"pl50\"}]}, \"1469\": {\"path\": \"train/1469.jpg\", \"id\": 1469, \"objects\": [{\"bbox\": {\"xmin\": 705.0, \"ymin\": 961.079, \"xmax\": 726.9107, \"ymax\": 984.6414}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 909.0, \"ymin\": 584.0, \"xmax\": 1019.2, \"ymax\": 686.715}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 612.0, \"ymin\": 983.0, \"xmax\": 632.0847, \"ymax\": 1004.0}, \"category\": \"pne\"}]}, \"79769\": {\"path\": \"other/79769.jpg\", \"id\": 79769, \"objects\": [{\"bbox\": {\"xmin\": 419.2425231933594, \"ymin\": 976.6141357421875, \"xmax\": 441.5834655761719, \"ymax\": 994.77001953125}, \"category\": \"pl30\"}]}, \"3227\": {\"path\": \"train/3227.jpg\", \"id\": 3227, \"objects\": [{\"bbox\": {\"xmin\": 1078.98, \"ymin\": 971.023, \"xmax\": 1140.9091, \"ymax\": 1033.5227}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1244.32, \"ymin\": 899.432, \"xmax\": 1265.3382, \"ymax\": 924.4318000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1732.39, \"ymin\": 913.068, \"xmax\": 1765.9073, \"ymax\": 951.1365}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1318.18, \"ymin\": 981.818, \"xmax\": 1335.7955000000002, \"ymax\": 1001.1364}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1267.05, \"ymin\": 901.705, \"xmax\": 1289.2027, \"ymax\": 922.7281}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 990.909, \"ymin\": 972.159, \"xmax\": 1052.8409, \"ymax\": 1034.0909}, \"category\": \"pne\"}]}, \"30523\": {\"path\": \"train/30523.jpg\", \"id\": 30523, \"objects\": [{\"bbox\": {\"xmin\": 1368.42, \"ymin\": 828.947, \"xmax\": 1460.5282, \"ymax\": 919.7368}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1368.42, \"ymin\": 919.737, \"xmax\": 1459.2132000000001, \"ymax\": 1010.5269}, \"category\": \"w57\"}]}, \"91371\": {\"path\": \"train/91371.jpg\", \"id\": 91371, \"objects\": [{\"bbox\": {\"xmin\": 1693.33, \"ymin\": 773.333, \"xmax\": 1742.6667, \"ymax\": 822.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1829.33, \"ymin\": 786.667, \"xmax\": 1870.6634, \"ymax\": 838.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1545.33, \"ymin\": 756.0, \"xmax\": 1597.3333, \"ymax\": 810.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1492.0, \"ymin\": 752.0, \"xmax\": 1540.0, \"ymax\": 804.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1645.33, \"ymin\": 765.333, \"xmax\": 1693.3333, \"ymax\": 817.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1786.67, \"ymin\": 782.667, \"xmax\": 1828.0, \"ymax\": 830.6667}, \"category\": \"pl100\"}]}, \"32229\": {\"path\": \"train/32229.jpg\", \"id\": 32229, \"objects\": [{\"bbox\": {\"xmin\": 54.7619, \"ymin\": 797.619, \"xmax\": 106.3492, \"ymax\": 854.7619}, \"category\": \"pl80\"}]}, \"24044\": {\"path\": \"other/24044.jpg\", \"id\": 24044, \"objects\": [{\"bbox\": {\"xmin\": 339.17071533203125, \"ymin\": 896.302490234375, \"xmax\": 422.2000732421875, \"ymax\": 976.24072265625}, \"category\": \"pne\"}]}, \"54740\": {\"path\": \"train/54740.jpg\", \"id\": 54740, \"objects\": [{\"bbox\": {\"xmin\": 1101.6890869140625, \"ymin\": 1002.2044067382812, \"xmax\": 1122.2237548828125, \"ymax\": 1019.8362426757812}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1103.41, \"ymin\": 981.25, \"xmax\": 1124.4336, \"ymax\": 1001.7041}, \"category\": \"p5\"}]}, \"9846\": {\"path\": \"other/9846.jpg\", \"id\": 9846, \"objects\": [{\"bbox\": {\"xmin\": 1176.11, \"ymin\": 989.823, \"xmax\": 1191.5928999999999, \"ymax\": 1008.8496}, \"category\": \"w47\"}]}, \"21392\": {\"path\": \"test/21392.jpg\", \"id\": 21392, \"objects\": [{\"bbox\": {\"xmin\": 745.545, \"ymin\": 948.515, \"xmax\": 783.1682999999999, \"ymax\": 989.1089}, \"category\": \"ip\"}]}, \"77568\": {\"path\": \"other/77568.jpg\", \"id\": 77568, \"objects\": [{\"bbox\": {\"xmin\": 1254.2452392578125, \"ymin\": 988.52880859375, \"xmax\": 1280.5267333984375, \"ymax\": 1009.0904541015625}, \"category\": \"w30\"}]}, \"81094\": {\"path\": \"train/81094.jpg\", \"id\": 81094, \"objects\": [{\"bbox\": {\"xmin\": 1689.33, \"ymin\": 981.333, \"xmax\": 1744.0, \"ymax\": 1046.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 929.333, \"xmax\": 1285.3333, \"ymax\": 952.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1693.33, \"ymin\": 801.333, \"xmax\": 1744.0, \"ymax\": 861.333}, \"category\": \"pmb\"}]}, \"59316\": {\"path\": \"train/59316.jpg\", \"id\": 59316, \"objects\": [{\"bbox\": {\"xmin\": 124.0, \"ymin\": 577.333, \"xmax\": 238.667, \"ymax\": 737.333}, \"category\": \"pl40\"}]}, \"14145\": {\"path\": \"train/14145.jpg\", \"id\": 14145, \"objects\": [{\"bbox\": {\"xmin\": 1136.0, \"ymin\": 1062.0, \"xmax\": 1158.0, \"ymax\": 1096.0}, \"category\": \"p10\"}]}, \"36724\": {\"path\": \"train/36724.jpg\", \"id\": 36724, \"objects\": [{\"bbox\": {\"xmin\": 937.811, \"ymin\": 701.99, \"xmax\": 998.01, \"ymax\": 758.2102}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 934.826, \"ymin\": 625.373, \"xmax\": 998.5075, \"ymax\": 682.5877}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1009.95, \"ymin\": 700.498, \"xmax\": 1071.1504, \"ymax\": 758.2109}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1083.58, \"ymin\": 622.388, \"xmax\": 1144.2785999999999, \"ymax\": 679.1043000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1009.95, \"ymin\": 622.886, \"xmax\": 1070.6468, \"ymax\": 680.1003}, \"category\": \"p29\"}, {\"bbox\": {\"xmin\": 1083.08, \"ymin\": 699.502, \"xmax\": 1144.2785999999999, \"ymax\": 757.2139}, \"category\": \"pcd\"}]}, \"69687\": {\"path\": \"train/69687.jpg\", \"id\": 69687, \"objects\": [{\"bbox\": {\"xmin\": 1000.0, \"ymin\": 988.113, \"xmax\": 1016.8279, \"ymax\": 1006.9302}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 999.01, \"ymin\": 1004.95, \"xmax\": 1018.8119, \"ymax\": 1024.7525}, \"category\": \"pn\"}]}, \"89137\": {\"path\": \"test/89137.jpg\", \"id\": 89137, \"objects\": [{\"bbox\": {\"xmin\": 1633.0, \"ymin\": 741.0, \"xmax\": 1664.0, \"ymax\": 785.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1687.0, \"ymin\": 754.0, \"xmax\": 1716.0, \"ymax\": 795.0}, \"category\": \"pn\"}]}, \"31990\": {\"path\": \"test/31990.jpg\", \"id\": 31990, \"objects\": [{\"bbox\": {\"xmin\": 216.8, \"ymin\": 924.0, \"xmax\": 234.4, \"ymax\": 947.2}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 216.355, \"ymin\": 952.921, \"xmax\": 237.4423, \"ymax\": 975.7009}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 429.769, \"ymin\": 770.231, \"xmax\": 475.8209, \"ymax\": 816.0389}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 193.6, \"ymin\": 924.8, \"xmax\": 214.9232, \"ymax\": 946.8403}, \"category\": \"pl5\"}]}, \"40111\": {\"path\": \"train/40111.jpg\", \"id\": 40111, \"objects\": [{\"bbox\": {\"xmin\": 1704.76, \"ymin\": 959.524, \"xmax\": 1730.9524, \"ymax\": 988.8889}, \"category\": \"p5\"}]}, \"43683\": {\"path\": \"train/43683.jpg\", \"id\": 43683, \"objects\": [{\"bbox\": {\"xmin\": 439.045, \"ymin\": 1000.8, \"xmax\": 455.3791, \"ymax\": 1023.5028}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 288.845, \"ymin\": 991.634, \"xmax\": 306.77250000000004, \"ymax\": 1017.9285}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 70.9163, \"ymin\": 982.869, \"xmax\": 96.41430000000001, \"ymax\": 1015.9373}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 288.844, \"ymin\": 964.94, \"xmax\": 308.7647, \"ymax\": 991.2347000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 180.876, \"ymin\": 986.455, \"xmax\": 210.3583, \"ymax\": 1017.9287}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 365.338, \"ymin\": 998.008, \"xmax\": 391.2348, \"ymax\": 1023.9038}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 439.841, \"ymin\": 978.884, \"xmax\": 455.3792, \"ymax\": 999.9998}, \"category\": \"pl5\"}]}, \"67581\": {\"path\": \"other/67581.jpg\", \"id\": 67581, \"objects\": [{\"bbox\": {\"xmin\": 1660.0, \"ymin\": 937.333, \"xmax\": 1694.6667, \"ymax\": 970.6667}, \"category\": \"w47\"}]}, \"58541\": {\"path\": \"train/58541.jpg\", \"id\": 58541, \"objects\": [{\"bbox\": {\"xmin\": 1043.0, \"ymin\": 1104.0, \"xmax\": 1073.0, \"ymax\": 1132.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1024.0, \"ymin\": 968.0, \"xmax\": 1059.0, \"ymax\": 1005.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1062.0, \"ymin\": 1001.0, \"xmax\": 1088.0, \"ymax\": 1034.0}, \"category\": \"w18\"}, {\"bbox\": {\"xmin\": 948.0, \"ymin\": 1013.0, \"xmax\": 974.0, \"ymax\": 1035.0}, \"category\": \"w57\"}]}, \"38273\": {\"path\": \"test/38273.jpg\", \"id\": 38273, \"objects\": [{\"bbox\": {\"xmin\": 1164.36, \"ymin\": 1015.84, \"xmax\": 1185.1484999999998, \"ymax\": 1035.6436}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1164.36, \"ymin\": 989.109, \"xmax\": 1185.1484999999998, \"ymax\": 1008.9109000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1163.37, \"ymin\": 1040.59, \"xmax\": 1183.1755999999998, \"ymax\": 1063.3663}, \"category\": \"pl5\"}]}, \"26497\": {\"path\": \"train/26497.jpg\", \"id\": 26497, \"objects\": [{\"bbox\": {\"xmin\": 140.789, \"ymin\": 955.263, \"xmax\": 203.9468, \"ymax\": 1040.7898}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1968.42, \"ymin\": 961.842, \"xmax\": 2038.1547, \"ymax\": 1075.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 55.2632, \"ymin\": 953.947, \"xmax\": 122.3684, \"ymax\": 1038.1578}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1893.42, \"ymin\": 960.526, \"xmax\": 1950.0, \"ymax\": 1063.158}, \"category\": \"pne\"}]}, \"18297\": {\"path\": \"train/18297.jpg\", \"id\": 18297, \"objects\": [{\"bbox\": {\"xmin\": 900.0, \"ymin\": 906.349, \"xmax\": 925.3968, \"ymax\": 934.9206}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 815.873, \"ymin\": 910.317, \"xmax\": 842.8571000000001, \"ymax\": 938.8889}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 615.873, \"ymin\": 914.286, \"xmax\": 641.2698, \"ymax\": 942.0635}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 521.429, \"ymin\": 917.46, \"xmax\": 542.8571, \"ymax\": 942.8571000000001}, \"category\": \"pne\"}]}, \"16814\": {\"path\": \"test/16814.jpg\", \"id\": 16814, \"objects\": [{\"bbox\": {\"xmin\": 1724.0, \"ymin\": 978.667, \"xmax\": 1773.3333, \"ymax\": 1029.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1722.67, \"ymin\": 1030.67, \"xmax\": 1777.3333, \"ymax\": 1084.0}, \"category\": \"pm30\"}]}, \"13628\": {\"path\": \"other/13628.jpg\", \"id\": 13628, \"objects\": [{\"bbox\": {\"xmin\": 1062.32, \"ymin\": 946.739, \"xmax\": 1072.1014499999999, \"ymax\": 956.1594200000001}, \"category\": \"pne\"}]}, \"17010\": {\"path\": \"train/17010.jpg\", \"id\": 17010, \"objects\": [{\"bbox\": {\"xmin\": 706.0, \"ymin\": 502.0, \"xmax\": 822.0, \"ymax\": 607.0}, \"category\": \"pr40\"}]}, \"76771\": {\"path\": \"test/76771.jpg\", \"id\": 76771, \"objects\": [{\"bbox\": {\"xmin\": 1687.2, \"ymin\": 780.0, \"xmax\": 1735.2, \"ymax\": 834.4}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 658.0, \"ymin\": 760.0, \"xmax\": 723.0, \"ymax\": 825.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1098.4, \"ymin\": 982.4, \"xmax\": 1113.6000000000001, \"ymax\": 998.4}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1083.2, \"ymin\": 980.8, \"xmax\": 1097.6000000000001, \"ymax\": 997.5999999999999}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 587.0, \"ymin\": 768.0, \"xmax\": 643.0, \"ymax\": 828.0}, \"category\": \"ph4\"}]}, \"22462\": {\"path\": \"train/22462.jpg\", \"id\": 22462, \"objects\": [{\"bbox\": {\"xmin\": 818.421, \"ymin\": 868.421, \"xmax\": 856.5789000000001, \"ymax\": 900.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 702.632, \"ymin\": 869.737, \"xmax\": 738.1578999999999, \"ymax\": 906.5789}, \"category\": \"pne\"}]}, \"70033\": {\"path\": \"train/70033.jpg\", \"id\": 70033, \"objects\": [{\"bbox\": {\"xmin\": 1772.28, \"ymin\": 764.356, \"xmax\": 1822.7723, \"ymax\": 819.802}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1800.0, \"ymin\": 885.149, \"xmax\": 1824.7525, \"ymax\": 909.901}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1744.55, \"ymin\": 875.248, \"xmax\": 1768.3168, \"ymax\": 909.9010000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1774.26, \"ymin\": 878.218, \"xmax\": 1795.0495, \"ymax\": 909.901}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1548.51, \"ymin\": 748.515, \"xmax\": 1605.9406, \"ymax\": 810.8910999999999}, \"category\": \"pne\"}]}, \"89610\": {\"path\": \"other/89610.jpg\", \"id\": 89610, \"objects\": [{\"bbox\": {\"xmin\": 1797.33, \"ymin\": 834.667, \"xmax\": 1881.3333, \"ymax\": 922.6667}, \"category\": \"w22\"}]}, \"59383\": {\"path\": \"train/59383.jpg\", \"id\": 59383, \"objects\": [{\"bbox\": {\"xmin\": 1129.33, \"ymin\": 909.333, \"xmax\": 1157.3333, \"ymax\": 937.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1457.33, \"ymin\": 754.667, \"xmax\": 1556.0, \"ymax\": 856.0}, \"category\": \"pl40\"}]}, \"79386\": {\"path\": \"train/79386.jpg\", \"id\": 79386, \"objects\": [{\"bbox\": {\"xmin\": 1325.33, \"ymin\": 821.333, \"xmax\": 1370.6667, \"ymax\": 864.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 822.667, \"ymin\": 833.333, \"xmax\": 868.0, \"ymax\": 876.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1172.0, \"ymin\": 822.667, \"xmax\": 1213.3333, \"ymax\": 865.3333}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 973.333, \"ymin\": 828.0, \"xmax\": 1017.3333, \"ymax\": 870.6667}, \"category\": \"pl90\"}]}, \"67794\": {\"path\": \"train/67794.jpg\", \"id\": 67794, \"objects\": [{\"bbox\": {\"xmin\": 653.465, \"ymin\": 957.426, \"xmax\": 672.2772, \"ymax\": 977.2277}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 633.663, \"ymin\": 957.426, \"xmax\": 650.495, \"ymax\": 974.2574000000001}, \"category\": \"pn\"}]}, \"68190\": {\"path\": \"train/68190.jpg\", \"id\": 68190, \"objects\": [{\"bbox\": {\"xmin\": 352.632, \"ymin\": 917.105, \"xmax\": 380.2632, \"ymax\": 953.9474}, \"category\": \"pn\"}]}, \"86682\": {\"path\": \"test/86682.jpg\", \"id\": 86682, \"objects\": [{\"bbox\": {\"xmin\": 1370.0, \"ymin\": 995.0, \"xmax\": 1409.0, \"ymax\": 1038.0}, \"category\": \"pl40\"}]}, \"69932\": {\"path\": \"train/69932.jpg\", \"id\": 69932, \"objects\": [{\"bbox\": {\"xmin\": 1120.63, \"ymin\": 904.762, \"xmax\": 1144.4379000000001, \"ymax\": 929.3652}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1024.6, \"ymin\": 906.349, \"xmax\": 1050.7937, \"ymax\": 931.7460000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 743.651, \"ymin\": 901.587, \"xmax\": 767.4603, \"ymax\": 925.3968}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1041.27, \"ymin\": 932.54, \"xmax\": 1058.7302, \"ymax\": 950.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1003.97, \"ymin\": 930.159, \"xmax\": 1021.4286000000001, \"ymax\": 953.9683}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1023.81, \"ymin\": 930.952, \"xmax\": 1038.8889, \"ymax\": 951.5873}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 653.968, \"ymin\": 903.968, \"xmax\": 675.3968, \"ymax\": 928.5713999999999}, \"category\": \"pne\"}]}, \"30850\": {\"path\": \"other/30850.jpg\", \"id\": 30850, \"objects\": [{\"bbox\": {\"xmin\": 560.1904907226562, \"ymin\": 946.5487670898438, \"xmax\": 611.2394409179688, \"ymax\": 995.3265991210938}, \"category\": \"iz\"}, {\"bbox\": {\"xmin\": 1109.52, \"ymin\": 943.182, \"xmax\": 1118.25397, \"ymax\": 953.4093}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 948.863, \"ymin\": 953.947, \"xmax\": 957.3856400000001, \"ymax\": 965.7895}, \"category\": \"pne\"}]}, \"10577\": {\"path\": \"train/10577.jpg\", \"id\": 10577, \"objects\": [{\"bbox\": {\"xmin\": 1331.68, \"ymin\": 923.762, \"xmax\": 1354.4554, \"ymax\": 943.5644}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1355.45, \"ymin\": 920.792, \"xmax\": 1377.2277000000001, \"ymax\": 943.5644}, \"category\": \"pn\"}]}, \"71121\": {\"path\": \"train/71121.jpg\", \"id\": 71121, \"objects\": [{\"bbox\": {\"xmin\": 1872.0, \"ymin\": 530.667, \"xmax\": 1952.0, \"ymax\": 621.3333}, \"category\": \"p13\"}]}, \"41179\": {\"path\": \"train/41179.jpg\", \"id\": 41179, \"objects\": [{\"bbox\": {\"xmin\": 1432.0, \"ymin\": 777.333, \"xmax\": 1480.0099, \"ymax\": 825.333}, \"category\": \"pl40\"}]}, \"24755\": {\"path\": \"train/24755.jpg\", \"id\": 24755, \"objects\": [{\"bbox\": {\"xmin\": 1472.22, \"ymin\": 858.73, \"xmax\": 1506.3492, \"ymax\": 892.0639}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1507.26, \"ymin\": 861.439, \"xmax\": 1538.4474, \"ymax\": 894.0170999999999}, \"category\": \"w57\"}]}, \"18027\": {\"path\": \"other/18027.jpg\", \"id\": 18027, \"objects\": [{\"bbox\": {\"xmin\": 1169.0, \"ymin\": 835.0, \"xmax\": 1214.0, \"ymax\": 877.0}, \"category\": \"pm10\"}]}, \"30128\": {\"path\": \"train/30128.jpg\", \"id\": 30128, \"objects\": [{\"bbox\": {\"xmin\": 1811.76, \"ymin\": 407.843, \"xmax\": 1894.1176, \"ymax\": 552.941}, \"category\": \"i5\"}]}, \"23738\": {\"path\": \"test/23738.jpg\", \"id\": 23738, \"objects\": [{\"bbox\": {\"xmin\": 1320.0, \"ymin\": 915.0, \"xmax\": 1378.0, \"ymax\": 972.0}, \"category\": \"p26\"}]}, \"81965\": {\"path\": \"train/81965.jpg\", \"id\": 81965, \"objects\": [{\"bbox\": {\"xmin\": 248.0, \"ymin\": 959.2, \"xmax\": 296.0, \"ymax\": 1013.6}, \"category\": \"pl30\"}]}, \"26227\": {\"path\": \"train/26227.jpg\", \"id\": 26227, \"objects\": [{\"bbox\": {\"xmin\": 1174.6, \"ymin\": 859.524, \"xmax\": 1215.8729999999998, \"ymax\": 894.4444}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1194.44, \"ymin\": 965.079, \"xmax\": 1211.1111, \"ymax\": 983.3333}, \"category\": \"pl15\"}]}, \"4636\": {\"path\": \"train/4636.jpg\", \"id\": 4636, \"objects\": [{\"bbox\": {\"xmin\": 1163.58, \"ymin\": 895.364, \"xmax\": 1191.3907, \"ymax\": 923.1788}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1078.81, \"ymin\": 895.364, \"xmax\": 1109.2714999999998, \"ymax\": 924.5033000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 856.291, \"ymin\": 897.351, \"xmax\": 883.4437, \"ymax\": 925.1656}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1084.11, \"ymin\": 931.126, \"xmax\": 1100.0, \"ymax\": 950.9934}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1064.24, \"ymin\": 932.45, \"xmax\": 1081.457, \"ymax\": 949.6689}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 754.305, \"ymin\": 901.325, \"xmax\": 780.7946999999999, \"ymax\": 925.1656}, \"category\": \"pne\"}]}, \"79361\": {\"path\": \"train/79361.jpg\", \"id\": 79361, \"objects\": [{\"bbox\": {\"xmin\": 1496.05, \"ymin\": 584.211, \"xmax\": 1581.5789, \"ymax\": 669.7368}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1586.84, \"ymin\": 590.789, \"xmax\": 1665.7894999999999, \"ymax\": 682.8947}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1672.37, \"ymin\": 992.105, \"xmax\": 1736.8420999999998, \"ymax\": 1057.8947}, \"category\": \"i2r\"}]}, \"25701\": {\"path\": \"train/25701.jpg\", \"id\": 25701, \"objects\": [{\"bbox\": {\"xmin\": 1928.0, \"ymin\": 784.0, \"xmax\": 1970.6667, \"ymax\": 840.0}, \"category\": \"pcl\"}]}, \"62043\": {\"path\": \"train/62043.jpg\", \"id\": 62043, \"objects\": [{\"bbox\": {\"xmin\": 1741.33, \"ymin\": 422.667, \"xmax\": 1972.0, \"ymax\": 649.333}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1156.0, \"ymin\": 896.0, \"xmax\": 1190.6667, \"ymax\": 926.6667}, \"category\": \"pl60\"}]}, \"88320\": {\"path\": \"test/88320.jpg\", \"id\": 88320, \"objects\": [{\"bbox\": {\"xmin\": 1325.17, \"ymin\": 1013.91, \"xmax\": 1347.6865, \"ymax\": 1035.7616}, \"category\": \"pl30\"}]}, \"62882\": {\"path\": \"train/62882.jpg\", \"id\": 62882, \"objects\": [{\"bbox\": {\"xmin\": 1161.0, \"ymin\": 322.0, \"xmax\": 1326.0, \"ymax\": 461.0}, \"category\": \"pl50\"}]}, \"97025\": {\"path\": \"train/97025.jpg\", \"id\": 97025, \"objects\": [{\"bbox\": {\"xmin\": 894.0, \"ymin\": 964.0, \"xmax\": 935.0, \"ymax\": 1000.0}, \"category\": \"w57\"}]}, \"71208\": {\"path\": \"test/71208.jpg\", \"id\": 71208, \"objects\": [{\"bbox\": {\"xmin\": 1433.66, \"ymin\": 809.901, \"xmax\": 1477.2277000000001, \"ymax\": 856.4355999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1283.17, \"ymin\": 807.921, \"xmax\": 1326.7327, \"ymax\": 852.4752000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 716.832, \"ymin\": 795.05, \"xmax\": 760.396, \"ymax\": 840.5940999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1143.56, \"ymin\": 910.891, \"xmax\": 1166.3365999999999, \"ymax\": 932.6732999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1118.81, \"ymin\": 908.911, \"xmax\": 1142.5743, \"ymax\": 934.6534999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1169.31, \"ymin\": 908.911, \"xmax\": 1190.099, \"ymax\": 933.6633999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 514.851, \"ymin\": 813.861, \"xmax\": 556.4356, \"ymax\": 857.4257}, \"category\": \"pne\"}]}, \"91220\": {\"path\": \"other/91220.jpg\", \"id\": 91220, \"objects\": [{\"bbox\": {\"xmin\": 1217.0, \"ymin\": 530.0, \"xmax\": 1316.0, \"ymax\": 621.0}, \"category\": \"pr80\"}]}, \"87749\": {\"path\": \"train/87749.jpg\", \"id\": 87749, \"objects\": [{\"bbox\": {\"xmin\": 1325.33, \"ymin\": 878.667, \"xmax\": 1406.6568, \"ymax\": 965.3333}, \"category\": \"pr70\"}, {\"bbox\": {\"xmin\": 1325.33, \"ymin\": 969.333, \"xmax\": 1412.0, \"ymax\": 1057.333}, \"category\": \"p1n\"}]}, \"6652\": {\"path\": \"test/6652.jpg\", \"id\": 6652, \"objects\": [{\"bbox\": {\"xmin\": 1889.47, \"ymin\": 947.368, \"xmax\": 1922.3684, \"ymax\": 981.5789000000001}, \"category\": \"pl5\"}]}, \"53342\": {\"path\": \"train/53342.jpg\", \"id\": 53342, \"objects\": [{\"bbox\": {\"xmin\": 1685.15, \"ymin\": 885.149, \"xmax\": 1707.9208, \"ymax\": 911.8812}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1658.42, \"ymin\": 883.168, \"xmax\": 1681.1881, \"ymax\": 909.901}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1711.88, \"ymin\": 883.168, \"xmax\": 1735.6436, \"ymax\": 913.8614}, \"category\": \"pn\"}]}, \"51624\": {\"path\": \"train/51624.jpg\", \"id\": 51624, \"objects\": [{\"bbox\": {\"xmin\": 1003.96, \"ymin\": 942.574, \"xmax\": 1021.7803, \"ymax\": 962.3761999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 893.069, \"ymin\": 948.515, \"xmax\": 909.901, \"ymax\": 964.3564}, \"category\": \"pne\"}]}, \"88868\": {\"path\": \"test/88868.jpg\", \"id\": 88868, \"objects\": [{\"bbox\": {\"xmin\": 1764.0, \"ymin\": 800.0, \"xmax\": 1804.0, \"ymax\": 841.3333}, \"category\": \"pl40\"}]}, \"24691\": {\"path\": \"other/24691.jpg\", \"id\": 24691, \"objects\": [{\"bbox\": {\"xmin\": 1411.51, \"ymin\": 950.0, \"xmax\": 1464.6018, \"ymax\": 998.23}, \"category\": \"w47\"}]}, \"8568\": {\"path\": \"train/8568.jpg\", \"id\": 8568, \"objects\": [{\"bbox\": {\"xmin\": 1496.03, \"ymin\": 904.762, \"xmax\": 1515.873, \"ymax\": 927.7778}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1514.29, \"ymin\": 954.762, \"xmax\": 1526.1905, \"ymax\": 967.4603}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1498.41, \"ymin\": 954.762, \"xmax\": 1510.3175, \"ymax\": 969.0476}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1528.57, \"ymin\": 956.35, \"xmax\": 1543.6508, \"ymax\": 970.6352}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1389.68, \"ymin\": 897.619, \"xmax\": 1410.3175, \"ymax\": 924.6032}, \"category\": \"pne\"}]}, \"34106\": {\"path\": \"train/34106.jpg\", \"id\": 34106, \"objects\": [{\"bbox\": {\"xmin\": 1394.74, \"ymin\": 1006.58, \"xmax\": 1415.7895, \"ymax\": 1027.6316}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1246.05, \"ymin\": 996.053, \"xmax\": 1260.5263, \"ymax\": 1009.2108}, \"category\": \"w55\"}]}, \"6349\": {\"path\": \"other/6349.jpg\", \"id\": 6349, \"objects\": [{\"bbox\": {\"xmin\": 1344.0, \"ymin\": 964.0, \"xmax\": 1385.0, \"ymax\": 1003.0}, \"category\": \"w30\"}]}, \"91322\": {\"path\": \"train/91322.jpg\", \"id\": 91322, \"objects\": [{\"bbox\": {\"xmin\": 345.0, \"ymin\": 916.0, \"xmax\": 410.0, \"ymax\": 984.0}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 345.0, \"ymin\": 784.0, \"xmax\": 413.0, \"ymax\": 851.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 345.0, \"ymin\": 850.0, \"xmax\": 410.0, \"ymax\": 917.0}, \"category\": \"pm30\"}]}, \"7073\": {\"path\": \"train/7073.jpg\", \"id\": 7073, \"objects\": [{\"bbox\": {\"xmin\": 174.28599548339844, \"ymin\": 465.9880676269531, \"xmax\": 222.90428161621094, \"ymax\": 627.1146850585938}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1501.99, \"ymin\": 1104.6, \"xmax\": 1529.6216, \"ymax\": 1161.1821}, \"category\": \"pl60\"}]}, \"31336\": {\"path\": \"test/31336.jpg\", \"id\": 31336, \"objects\": [{\"bbox\": {\"xmin\": 1292.86, \"ymin\": 830.159, \"xmax\": 1337.2978999999998, \"ymax\": 870.6349}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1248.41, \"ymin\": 830.158, \"xmax\": 1290.4762, \"ymax\": 871.4282000000001}, \"category\": \"w13\"}]}, \"51227\": {\"path\": \"other/51227.jpg\", \"id\": 51227, \"objects\": [{\"bbox\": {\"xmin\": 1073.19, \"ymin\": 946.376, \"xmax\": 1087.6835, \"ymax\": 961.9562}, \"category\": \"w13\"}]}, \"96050\": {\"path\": \"train/96050.jpg\", \"id\": 96050, \"objects\": [{\"bbox\": {\"xmin\": 650.1593627929688, \"ymin\": 954.417724609375, \"xmax\": 695.4867553710938, \"ymax\": 996.262939453125}, \"category\": \"iz\"}, {\"bbox\": {\"xmin\": 1220.0, \"ymin\": 445.333, \"xmax\": 1376.0, \"ymax\": 584.0}, \"category\": \"ph4.5\"}]}, \"30874\": {\"path\": \"test/30874.jpg\", \"id\": 30874, \"objects\": [{\"bbox\": {\"xmin\": 13.3333, \"ymin\": 1024.0, \"xmax\": 53.3333, \"ymax\": 1078.6634}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 17.3333, \"ymin\": 972.0, \"xmax\": 57.3333, \"ymax\": 1024.0}, \"category\": \"pm55\"}]}, \"6365\": {\"path\": \"test/6365.jpg\", \"id\": 6365, \"objects\": [{\"bbox\": {\"xmin\": 204.0, \"ymin\": 814.667, \"xmax\": 234.6667, \"ymax\": 860.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 305.333, \"ymin\": 837.333, \"xmax\": 332.0, \"ymax\": 878.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 86.6667, \"ymin\": 784.0, \"xmax\": 124.0, \"ymax\": 838.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 14.6667, \"ymin\": 768.0, \"xmax\": 50.6667, \"ymax\": 820.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 148.0, \"ymin\": 800.0, \"xmax\": 182.6667, \"ymax\": 849.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 258.667, \"ymin\": 828.0, \"xmax\": 285.33329999999995, \"ymax\": 869.3333}, \"category\": \"pl100\"}]}, \"89064\": {\"path\": \"test/89064.jpg\", \"id\": 89064, \"objects\": [{\"bbox\": {\"xmin\": 1384.21, \"ymin\": 878.947, \"xmax\": 1422.3684, \"ymax\": 917.1052999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1385.53, \"ymin\": 915.789, \"xmax\": 1423.6842, \"ymax\": 952.6315999999999}, \"category\": \"pn\"}]}, \"11421\": {\"path\": \"train/11421.jpg\", \"id\": 11421, \"objects\": [{\"bbox\": {\"xmin\": 1730.01953125, \"ymin\": 1183.453125, \"xmax\": 1755.66455078125, \"ymax\": 1207.1728515625}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1681.09, \"ymin\": 1143.78, \"xmax\": 1705.4725999999998, \"ymax\": 1168.6593}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1706.96, \"ymin\": 1142.78, \"xmax\": 1729.3483, \"ymax\": 1167.6562}, \"category\": \"pn\"}]}, \"46180\": {\"path\": \"test/46180.jpg\", \"id\": 46180, \"objects\": [{\"bbox\": {\"xmin\": 1076.24, \"ymin\": 969.307, \"xmax\": 1092.0792, \"ymax\": 985.1485}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1095.05, \"ymin\": 970.297, \"xmax\": 1111.8812, \"ymax\": 986.1386}, \"category\": \"pn\"}]}, \"75648\": {\"path\": \"train/75648.jpg\", \"id\": 75648, \"objects\": [{\"bbox\": {\"xmin\": 414.667, \"ymin\": 600.0, \"xmax\": 458.6667, \"ymax\": 684.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 518.667, \"ymin\": 660.0, \"xmax\": 546.667, \"ymax\": 736.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 266.667, \"ymin\": 521.333, \"xmax\": 326.66639999999995, \"ymax\": 618.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 192.0, \"ymin\": 485.333, \"xmax\": 256.0, \"ymax\": 588.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 365.333, \"ymin\": 570.667, \"xmax\": 412.0, \"ymax\": 660.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 485.333, \"ymin\": 637.333, \"xmax\": 514.6667, \"ymax\": 714.6667}, \"category\": \"pl100\"}]}, \"25332\": {\"path\": \"test/25332.jpg\", \"id\": 25332, \"objects\": [{\"bbox\": {\"xmin\": 733.333, \"ymin\": 912.0, \"xmax\": 784.0, \"ymax\": 965.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1729.33, \"ymin\": 860.0, \"xmax\": 1786.6667, \"ymax\": 917.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1318.67, \"ymin\": 797.333, \"xmax\": 1377.3300000000002, \"ymax\": 852.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 574.667, \"ymin\": 782.667, \"xmax\": 633.3327, \"ymax\": 842.667}, \"category\": \"pne\"}]}, \"57220\": {\"path\": \"train/57220.jpg\", \"id\": 57220, \"objects\": [{\"bbox\": {\"xmin\": 1044.44, \"ymin\": 864.286, \"xmax\": 1081.7437, \"ymax\": 900.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 896.032, \"ymin\": 867.46, \"xmax\": 935.7143000000001, \"ymax\": 905.5556}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 475.397, \"ymin\": 856.349, \"xmax\": 507.1429, \"ymax\": 895.2381}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 959.524, \"ymin\": 912.698, \"xmax\": 980.1587, \"ymax\": 940.4762}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 907.143, \"ymin\": 913.492, \"xmax\": 932.5397, \"ymax\": 944.4444}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 933.333, \"ymin\": 913.492, \"xmax\": 956.3492, \"ymax\": 942.0635}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 358.73, \"ymin\": 867.46, \"xmax\": 387.3016, \"ymax\": 896.8254000000001}, \"category\": \"pne\"}]}, \"61770\": {\"path\": \"test/61770.jpg\", \"id\": 61770, \"objects\": [{\"bbox\": {\"xmin\": 1429.7, \"ymin\": 947.525, \"xmax\": 1459.4059, \"ymax\": 978.2178}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1135.64, \"ymin\": 920.792, \"xmax\": 1158.4158, \"ymax\": 945.5446000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1086.14, \"ymin\": 921.782, \"xmax\": 1107.9208, \"ymax\": 945.5446000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1109.9, \"ymin\": 921.782, \"xmax\": 1132.6733000000002, \"ymax\": 945.5446000000001}, \"category\": \"pn\"}]}, \"2454\": {\"path\": \"train/2454.jpg\", \"id\": 2454, \"objects\": [{\"bbox\": {\"xmin\": 78.0, \"ymin\": 951.0, \"xmax\": 115.0, \"ymax\": 994.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 186.0, \"ymin\": 965.0, \"xmax\": 216.0, \"ymax\": 997.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 185.0, \"ymin\": 919.0, \"xmax\": 220.0, \"ymax\": 963.0}, \"category\": \"pn\"}]}, \"25866\": {\"path\": \"train/25866.jpg\", \"id\": 25866, \"objects\": [{\"bbox\": {\"xmin\": 1523.19, \"ymin\": 1042.38, \"xmax\": 1538.4196, \"ymax\": 1058.9372}, \"category\": \"ph4\"}]}, \"659\": {\"path\": \"other/659.jpg\", \"id\": 659, \"objects\": [{\"bbox\": {\"xmin\": 1268.0, \"ymin\": 925.333, \"xmax\": 1309.3333, \"ymax\": 968.0}, \"category\": \"ph4.2\"}]}, \"59249\": {\"path\": \"train/59249.jpg\", \"id\": 59249, \"objects\": [{\"bbox\": {\"xmin\": 1295.24, \"ymin\": 907.937, \"xmax\": 1316.6667, \"ymax\": 933.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1207.94, \"ymin\": 910.317, \"xmax\": 1229.3651, \"ymax\": 932.5397}, \"category\": \"pne\"}]}, \"52843\": {\"path\": \"train/52843.jpg\", \"id\": 52843, \"objects\": [{\"bbox\": {\"xmin\": 1364.0, \"ymin\": 980.0, \"xmax\": 1422.6667, \"ymax\": 1038.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1298.67, \"ymin\": 894.667, \"xmax\": 1362.6667, \"ymax\": 962.667}, \"category\": \"pl40\"}]}, \"89758\": {\"path\": \"train/89758.jpg\", \"id\": 89758, \"objects\": [{\"bbox\": {\"xmin\": 1417.33, \"ymin\": 809.333, \"xmax\": 1470.6634, \"ymax\": 866.6667}, \"category\": \"pl80\"}]}, \"75545\": {\"path\": \"test/75545.jpg\", \"id\": 75545, \"objects\": [{\"bbox\": {\"xmin\": 2024.0, \"ymin\": 850.0, \"xmax\": 2051.0, \"ymax\": 895.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1285.0, \"ymin\": 987.0, \"xmax\": 1300.0, \"ymax\": 1001.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1886.0, \"ymin\": 931.0, \"xmax\": 1917.0, \"ymax\": 963.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 283.0, \"ymin\": 992.0, \"xmax\": 307.0, \"ymax\": 1020.0}, \"category\": \"pne\"}]}, \"66679\": {\"path\": \"other/66679.jpg\", \"id\": 66679, \"objects\": [{\"bbox\": {\"xmin\": 1023.8546142578125, \"ymin\": 283.16162109375, \"xmax\": 1229.8634033203125, \"ymax\": 420.42828369140625}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1230.9293212890625, \"ymin\": 288.9966125488281, \"xmax\": 1414.9459228515625, \"ymax\": 433.9259948730469}, \"category\": \"pn\"}]}, \"60352\": {\"path\": \"train/60352.jpg\", \"id\": 60352, \"objects\": [{\"bbox\": {\"xmin\": 786.139, \"ymin\": 874.257, \"xmax\": 812.8713, \"ymax\": 907.9208}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 760.396, \"ymin\": 876.238, \"xmax\": 783.1682999999999, \"ymax\": 908.9109000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 816.832, \"ymin\": 870.297, \"xmax\": 844.5545, \"ymax\": 905.9406}, \"category\": \"pn\"}]}, \"79487\": {\"path\": \"test/79487.jpg\", \"id\": 79487, \"objects\": [{\"bbox\": {\"xmin\": 1698.67, \"ymin\": 925.333, \"xmax\": 1776.0, \"ymax\": 1002.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 958.667, \"ymin\": 957.333, \"xmax\": 978.6664000000001, \"ymax\": 981.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 956.0, \"ymin\": 978.667, \"xmax\": 978.6667, \"ymax\": 1000.0003}, \"category\": \"pm55\"}]}, \"59295\": {\"path\": \"train/59295.jpg\", \"id\": 59295, \"objects\": [{\"bbox\": {\"xmin\": 1740.34, \"ymin\": 993.182, \"xmax\": 1764.1999999999998, \"ymax\": 1018.7504}, \"category\": \"p5\"}]}, \"40510\": {\"path\": \"train/40510.jpg\", \"id\": 40510, \"objects\": [{\"bbox\": {\"xmin\": 1850.0, \"ymin\": 727.632, \"xmax\": 1903.9474, \"ymax\": 788.1582999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1621.05, \"ymin\": 701.316, \"xmax\": 1681.5789, \"ymax\": 771.0526}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 417.105, \"ymin\": 677.632, \"xmax\": 486.8421, \"ymax\": 753.9473999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1298.68, \"ymin\": 864.474, \"xmax\": 1330.2632, \"ymax\": 897.3684000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1261.84, \"ymin\": 868.421, \"xmax\": 1292.1053, \"ymax\": 901.3158000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1339.47, \"ymin\": 863.158, \"xmax\": 1369.7368000000001, \"ymax\": 897.3689}, \"category\": \"pn\"}]}, \"95588\": {\"path\": \"train/95588.jpg\", \"id\": 95588, \"objects\": [{\"bbox\": {\"xmin\": 368.317, \"ymin\": 973.267, \"xmax\": 383.1683, \"ymax\": 993.0693}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 368.317, \"ymin\": 997.03, \"xmax\": 386.1386, \"ymax\": 1019.802}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 425.743, \"ymin\": 991.089, \"xmax\": 441.5842, \"ymax\": 1014.8515000000001}, \"category\": \"pn\"}]}, \"3933\": {\"path\": \"train/3933.jpg\", \"id\": 3933, \"objects\": [{\"bbox\": {\"xmin\": 1254.77, \"ymin\": 944.444, \"xmax\": 1329.3687, \"ymax\": 1023.0159}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1254.76, \"ymin\": 1023.81, \"xmax\": 1318.2513, \"ymax\": 1076.9903}, \"category\": \"w59\"}]}, \"29198\": {\"path\": \"other/29198.jpg\", \"id\": 29198, \"objects\": [{\"bbox\": {\"xmin\": 507.955, \"ymin\": 1177.27, \"xmax\": 521.0227, \"ymax\": 1194.3164}, \"category\": \"pne\"}]}, \"60554\": {\"path\": \"other/60554.jpg\", \"id\": 60554, \"objects\": [{\"bbox\": {\"xmin\": 1238.67, \"ymin\": 706.667, \"xmax\": 1342.6670000000001, \"ymax\": 801.3333}, \"category\": \"w34\"}]}, \"17582\": {\"path\": \"train/17582.jpg\", \"id\": 17582, \"objects\": [{\"bbox\": {\"xmin\": 1908.0, \"ymin\": 1018.0, \"xmax\": 1962.0, \"ymax\": 1074.0}, \"category\": \"p10\"}]}, \"75709\": {\"path\": \"train/75709.jpg\", \"id\": 75709, \"objects\": [{\"bbox\": {\"xmin\": 1110.53, \"ymin\": 878.947, \"xmax\": 1161.8421, \"ymax\": 928.9468}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1109.21, \"ymin\": 940.789, \"xmax\": 1156.5816, \"ymax\": 993.4211}, \"category\": \"pn\"}]}, \"31823\": {\"path\": \"other/31823.jpg\", \"id\": 31823, \"objects\": [{\"bbox\": {\"xmin\": 1081.75, \"ymin\": 941.27, \"xmax\": 1096.0317, \"ymax\": 957.1428999999999}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1097.62, \"ymin\": 942.063, \"xmax\": 1112.6984, \"ymax\": 957.1428999999999}, \"category\": \"w57\"}]}, \"93782\": {\"path\": \"train/93782.jpg\", \"id\": 93782, \"objects\": [{\"bbox\": {\"xmin\": 883.333, \"ymin\": 902.381, \"xmax\": 900.0, \"ymax\": 921.4286}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1604.76, \"ymin\": 855.556, \"xmax\": 1619.8413, \"ymax\": 881.7460000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1110.32, \"ymin\": 903.175, \"xmax\": 1125.3968, \"ymax\": 919.0476}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1129.37, \"ymin\": 903.175, \"xmax\": 1142.8571, \"ymax\": 919.0476}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1621.43, \"ymin\": 853.175, \"xmax\": 1635.7143, \"ymax\": 880.9523999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 828.571, \"ymin\": 903.968, \"xmax\": 846.0317, \"ymax\": 923.0159}, \"category\": \"pne\"}]}, \"84138\": {\"path\": \"train/84138.jpg\", \"id\": 84138, \"objects\": [{\"bbox\": {\"xmin\": 930.263, \"ymin\": 932.895, \"xmax\": 952.6316, \"ymax\": 950.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 861.842, \"ymin\": 932.895, \"xmax\": 885.5263, \"ymax\": 952.6315999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1098.68, \"ymin\": 684.211, \"xmax\": 1175.0, \"ymax\": 756.5789}, \"category\": \"w57\"}]}, \"5066\": {\"path\": \"train/5066.jpg\", \"id\": 5066, \"objects\": [{\"bbox\": {\"xmin\": 1960.4, \"ymin\": 856.436, \"xmax\": 1984.1584, \"ymax\": 897.0297}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1930.69, \"ymin\": 858.416, \"xmax\": 1958.4158, \"ymax\": 896.0396000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1703.96, \"ymin\": 635.644, \"xmax\": 1790.099, \"ymax\": 723.7624}, \"category\": \"pne\"}]}, \"13368\": {\"path\": \"train/13368.jpg\", \"id\": 13368, \"objects\": [{\"bbox\": {\"xmin\": 50.0, \"ymin\": 717.46, \"xmax\": 103.1746, \"ymax\": 785.7137}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 105.556, \"ymin\": 730.159, \"xmax\": 154.7619, \"ymax\": 799.207}, \"category\": \"pn\"}]}, \"14819\": {\"path\": \"test/14819.jpg\", \"id\": 14819, \"objects\": [{\"bbox\": {\"xmin\": 1553.0, \"ymin\": 796.0, \"xmax\": 1617.0, \"ymax\": 863.0}, \"category\": \"pn\"}]}, \"84811\": {\"path\": \"train/84811.jpg\", \"id\": 84811, \"objects\": [{\"bbox\": {\"xmin\": 1330.67, \"ymin\": 998.667, \"xmax\": 1382.6667, \"ymax\": 1048.0}, \"category\": \"p26\"}]}, \"52008\": {\"path\": \"train/52008.jpg\", \"id\": 52008, \"objects\": [{\"bbox\": {\"xmin\": 1856.86, \"ymin\": 3.92157, \"xmax\": 2043.137, \"ymax\": 184.31357}, \"category\": \"pl40\"}]}, \"76320\": {\"path\": \"train/76320.jpg\", \"id\": 76320, \"objects\": [{\"bbox\": {\"xmin\": 1941.0, \"ymin\": 590.0, \"xmax\": 2034.0, \"ymax\": 707.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1820.0, \"ymin\": 558.0, \"xmax\": 1928.0, \"ymax\": 680.0}, \"category\": \"pl60\"}]}, \"46017\": {\"path\": \"train/46017.jpg\", \"id\": 46017, \"objects\": [{\"bbox\": {\"xmin\": 1173.0, \"ymin\": 735.0, \"xmax\": 1219.0, \"ymax\": 771.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1701.0, \"ymin\": 743.0, \"xmax\": 1737.0, \"ymax\": 789.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1739.0, \"ymin\": 749.0, \"xmax\": 1772.0, \"ymax\": 793.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1094.0, \"ymin\": 732.0, \"xmax\": 1135.0, \"ymax\": 776.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1321.0, \"ymin\": 822.0, \"xmax\": 1344.0, \"ymax\": 844.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1780.0, \"ymin\": 886.0, \"xmax\": 1802.0, \"ymax\": 913.0}, \"category\": \"pdd\"}]}, \"76713\": {\"path\": \"train/76713.jpg\", \"id\": 76713, \"objects\": [{\"bbox\": {\"xmin\": 1813.0, \"ymin\": 1020.0, \"xmax\": 1829.0, \"ymax\": 1039.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 282.667, \"ymin\": 737.333, \"xmax\": 318.6667, \"ymax\": 801.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 321.333, \"ymin\": 748.0, \"xmax\": 350.66670000000005, \"ymax\": 797.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 249.333, \"ymin\": 725.333, \"xmax\": 280.0, \"ymax\": 788.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 473.333, \"ymin\": 821.333, \"xmax\": 494.0, \"ymax\": 873.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 472.0, \"ymin\": 877.0, \"xmax\": 494.0, \"ymax\": 929.3333}, \"category\": \"i2r\"}]}, \"57689\": {\"path\": \"test/57689.jpg\", \"id\": 57689, \"objects\": [{\"bbox\": {\"xmin\": 1386.51, \"ymin\": 883.333, \"xmax\": 1418.254, \"ymax\": 914.2857}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1512.7, \"ymin\": 935.714, \"xmax\": 1529.3651, \"ymax\": 954.7619000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1475.4, \"ymin\": 932.54, \"xmax\": 1489.6825000000001, \"ymax\": 949.2062999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1492.86, \"ymin\": 930.159, \"xmax\": 1510.3174999999999, \"ymax\": 953.1745999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1265.87, \"ymin\": 881.746, \"xmax\": 1297.619, \"ymax\": 912.6984}, \"category\": \"pne\"}]}, \"6339\": {\"path\": \"other/6339.jpg\", \"id\": 6339, \"objects\": [{\"bbox\": {\"xmin\": 1533.6, \"ymin\": 913.6, \"xmax\": 1606.3999999999999, \"ymax\": 989.6}, \"category\": \"pr60\"}]}, \"91764\": {\"path\": \"other/91764.jpg\", \"id\": 91764, \"objects\": [{\"bbox\": {\"xmin\": 98.58999633789062, \"ymin\": 1427.5557861328125, \"xmax\": 154.75721740722656, \"ymax\": 1482.7137451171875}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 15.477518081665039, \"ymin\": 1193.726806640625, \"xmax\": 34.659950256347656, \"ymax\": 1214.958740234375}, \"category\": \"pl30\"}]}, \"81160\": {\"path\": \"train/81160.jpg\", \"id\": 81160, \"objects\": [{\"bbox\": {\"xmin\": 765.347, \"ymin\": 971.287, \"xmax\": 788.1188, \"ymax\": 1006.9309000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 730.693, \"ymin\": 967.327, \"xmax\": 757.4247, \"ymax\": 1005.9406}, \"category\": \"pne\"}]}, \"64831\": {\"path\": \"train/64831.jpg\", \"id\": 64831, \"objects\": [{\"bbox\": {\"xmin\": 391.0, \"ymin\": 1006.0, \"xmax\": 467.0, \"ymax\": 1088.0}, \"category\": \"p10\"}]}, \"41864\": {\"path\": \"train/41864.jpg\", \"id\": 41864, \"objects\": [{\"bbox\": {\"xmin\": 379.0, \"ymin\": 940.0, \"xmax\": 452.0, \"ymax\": 1012.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 385.0, \"ymin\": 864.0, \"xmax\": 449.0, \"ymax\": 939.0}, \"category\": \"pl10\"}]}, \"53107\": {\"path\": \"test/53107.jpg\", \"id\": 53107, \"objects\": [{\"bbox\": {\"xmin\": 1896.0, \"ymin\": 738.0, \"xmax\": 1947.0, \"ymax\": 799.0}, \"category\": \"p19\"}]}, \"35221\": {\"path\": \"train/35221.jpg\", \"id\": 35221, \"objects\": [{\"bbox\": {\"xmin\": 1858.67, \"ymin\": 872.0, \"xmax\": 1898.6667, \"ymax\": 968.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1318.67, \"ymin\": 837.333, \"xmax\": 1438.6670000000001, \"ymax\": 950.6669999999999}, \"category\": \"pg\"}]}, \"29819\": {\"path\": \"train/29819.jpg\", \"id\": 29819, \"objects\": [{\"bbox\": {\"xmin\": 1096.04, \"ymin\": 889.109, \"xmax\": 1125.7426, \"ymax\": 920.7924}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1064.36, \"ymin\": 889.109, \"xmax\": 1093.0729, \"ymax\": 921.7822}, \"category\": \"pl60\"}]}, \"62373\": {\"path\": \"train/62373.jpg\", \"id\": 62373, \"objects\": [{\"bbox\": {\"xmin\": 1298.68, \"ymin\": 1376.32, \"xmax\": 1410.526, \"ymax\": 1482.8919999999998}, \"category\": \"p23\"}]}, \"41439\": {\"path\": \"other/41439.jpg\", \"id\": 41439, \"objects\": [{\"bbox\": {\"xmin\": 771.287, \"ymin\": 973.267, \"xmax\": 783.1683, \"ymax\": 997.0297}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 749.505, \"ymin\": 972.277, \"xmax\": 764.3564, \"ymax\": 997.0297}, \"category\": \"pne\"}]}, \"94187\": {\"path\": \"train/94187.jpg\", \"id\": 94187, \"objects\": [{\"bbox\": {\"xmin\": 149.333, \"ymin\": 812.0, \"xmax\": 196.0, \"ymax\": 869.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 149.333, \"ymin\": 870.667, \"xmax\": 198.6667, \"ymax\": 926.6667}, \"category\": \"p6\"}]}, \"87241\": {\"path\": \"train/87241.jpg\", \"id\": 87241, \"objects\": [{\"bbox\": {\"xmin\": 1568.0, \"ymin\": 467.0, \"xmax\": 1675.0, \"ymax\": 573.0}, \"category\": \"pl60\"}]}, \"59132\": {\"path\": \"train/59132.jpg\", \"id\": 59132, \"objects\": [{\"bbox\": {\"xmin\": 1702.85, \"ymin\": 846.591, \"xmax\": 1736.3682, \"ymax\": 886.9321}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1739.2, \"ymin\": 850.569, \"xmax\": 1772.7264, \"ymax\": 890.9095}, \"category\": \"pn\"}]}, \"13845\": {\"path\": \"train/13845.jpg\", \"id\": 13845, \"objects\": [{\"bbox\": {\"xmin\": 1440.59, \"ymin\": 989.109, \"xmax\": 1461.8420999999998, \"ymax\": 1015.7895000000001}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 739.205, \"ymin\": 1011.59, \"xmax\": 752.273, \"ymax\": 1031.8209}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 739.773, \"ymin\": 988.119, \"xmax\": 752.4754, \"ymax\": 1009.9010000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 576.705, \"ymin\": 981.514, \"xmax\": 594.3976, \"ymax\": 1002.8409}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1442.57, \"ymin\": 969.307, \"xmax\": 1461.8420999999998, \"ymax\": 990.7895}, \"category\": \"ps\"}]}, \"94771\": {\"path\": \"train/94771.jpg\", \"id\": 94771, \"objects\": [{\"bbox\": {\"xmin\": 1724.0, \"ymin\": 986.667, \"xmax\": 1758.6667, \"ymax\": 1025.3333}, \"category\": \"pl30\"}]}, \"84348\": {\"path\": \"other/84348.jpg\", \"id\": 84348, \"objects\": [{\"bbox\": {\"xmin\": 1991.2830810546875, \"ymin\": 1292.6346435546875, \"xmax\": 2014.6693115234375, \"ymax\": 1319.7293701171875}, \"category\": \"pne\"}]}, \"18129\": {\"path\": \"train/18129.jpg\", \"id\": 18129, \"objects\": [{\"bbox\": {\"xmin\": 1567.2, \"ymin\": 864.0, \"xmax\": 1632.0, \"ymax\": 932.8}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 468.8, \"ymin\": 846.4, \"xmax\": 529.6, \"ymax\": 907.1999999999999}, \"category\": \"pl80\"}]}, \"97043\": {\"path\": \"test/97043.jpg\", \"id\": 97043, \"objects\": [{\"bbox\": {\"xmin\": 353.333, \"ymin\": 1084.0, \"xmax\": 370.66670000000005, \"ymax\": 1100.0}, \"category\": \"w63\"}]}, \"86761\": {\"path\": \"train/86761.jpg\", \"id\": 86761, \"objects\": [{\"bbox\": {\"xmin\": 1095.58, \"ymin\": 986.726, \"xmax\": 1109.7345, \"ymax\": 1002.6549}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1291.15, \"ymin\": 984.513, \"xmax\": 1308.8496, \"ymax\": 1001.7699}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1117.26, \"ymin\": 986.726, \"xmax\": 1133.6283, \"ymax\": 1002.6549}, \"category\": \"w59\"}]}, \"41980\": {\"path\": \"train/41980.jpg\", \"id\": 41980, \"objects\": [{\"bbox\": {\"xmin\": 1093.33, \"ymin\": 924.0, \"xmax\": 1117.3333, \"ymax\": 946.6667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 901.333, \"xmax\": 1114.6667, \"ymax\": 924.0}, \"category\": \"pm55\"}]}, \"37030\": {\"path\": \"train/37030.jpg\", \"id\": 37030, \"objects\": [{\"bbox\": {\"xmin\": 1238.0, \"ymin\": 631.0, \"xmax\": 1333.0, \"ymax\": 723.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1138.0, \"ymin\": 627.0, \"xmax\": 1237.0, \"ymax\": 721.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1039.0, \"ymin\": 627.0, \"xmax\": 1137.0, \"ymax\": 723.0}, \"category\": \"pr60\"}]}, \"87800\": {\"path\": \"test/87800.jpg\", \"id\": 87800, \"objects\": [{\"bbox\": {\"xmin\": 1164.0, \"ymin\": 961.0, \"xmax\": 1211.0, \"ymax\": 1006.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1299.0, \"ymin\": 899.0, \"xmax\": 1378.0, \"ymax\": 967.0}, \"category\": \"w58\"}]}, \"3910\": {\"path\": \"train/3910.jpg\", \"id\": 3910, \"objects\": [{\"bbox\": {\"xmin\": 2010.0, \"ymin\": 809.0, \"xmax\": 2035.0, \"ymax\": 848.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1875.0, \"ymin\": 783.0, \"xmax\": 1911.0, \"ymax\": 825.0}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 1717.0, \"ymin\": 757.0, \"xmax\": 1755.0, \"ymax\": 801.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1632.0, \"ymin\": 745.0, \"xmax\": 1672.0, \"ymax\": 789.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1807.0, \"ymin\": 773.0, \"xmax\": 1841.0, \"ymax\": 813.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1951.0, \"ymin\": 799.0, \"xmax\": 1978.0, \"ymax\": 834.0}, \"category\": \"pl80\"}]}, \"55777\": {\"path\": \"test/55777.jpg\", \"id\": 55777, \"objects\": [{\"bbox\": {\"xmin\": 1921.33, \"ymin\": 930.667, \"xmax\": 1964.0, \"ymax\": 976.0}, \"category\": \"pl40\"}]}, \"93783\": {\"path\": \"test/93783.jpg\", \"id\": 93783, \"objects\": [{\"bbox\": {\"xmin\": 336.0, \"ymin\": 927.0, \"xmax\": 364.0, \"ymax\": 975.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 336.0, \"ymin\": 889.0, \"xmax\": 365.0, \"ymax\": 931.0}, \"category\": \"w57\"}]}, \"39361\": {\"path\": \"train/39361.jpg\", \"id\": 39361, \"objects\": [{\"bbox\": {\"xmin\": 1186.4, \"ymin\": 857.6, \"xmax\": 1217.3828, \"ymax\": 893.1177}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1217.6, \"ymin\": 858.4, \"xmax\": 1248.8, \"ymax\": 892.8}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1284.0, \"ymin\": 884.0, \"xmax\": 1314.8181, \"ymax\": 914.4}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1249.6, \"ymin\": 860.0, \"xmax\": 1282.9316999999999, \"ymax\": 894.4}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1283.2, \"ymin\": 913.6, \"xmax\": 1316.5849, \"ymax\": 947.2}, \"category\": \"pbm\"}]}, \"80188\": {\"path\": \"test/80188.jpg\", \"id\": 80188, \"objects\": [{\"bbox\": {\"xmin\": 1794.0, \"ymin\": 805.0, \"xmax\": 1830.0, \"ymax\": 847.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 2016.0, \"ymin\": 943.0, \"xmax\": 2045.0, \"ymax\": 977.0}, \"category\": \"p26\"}]}, \"88733\": {\"path\": \"train/88733.jpg\", \"id\": 88733, \"objects\": [{\"bbox\": {\"xmin\": 1427.45, \"ymin\": 680.392, \"xmax\": 1503.9216000000001, \"ymax\": 750.9804}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1258.82, \"ymin\": 678.431, \"xmax\": 1339.2157, \"ymax\": 758.8235000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1347.06, \"ymin\": 666.667, \"xmax\": 1417.6471, \"ymax\": 750.9804}, \"category\": \"pn\"}]}, \"42847\": {\"path\": \"other/42847.jpg\", \"id\": 42847, \"objects\": [{\"bbox\": {\"xmin\": 358.1412048339844, \"ymin\": 896.4700317382812, \"xmax\": 380.4960021972656, \"ymax\": 917.4243774414062}, \"category\": \"i4\"}]}, \"14031\": {\"path\": \"train/14031.jpg\", \"id\": 14031, \"objects\": [{\"bbox\": {\"xmin\": 284.0, \"ymin\": 954.667, \"xmax\": 318.6667, \"ymax\": 1006.6667}, \"category\": \"pl5\"}]}, \"10771\": {\"path\": \"train/10771.jpg\", \"id\": 10771, \"objects\": [{\"bbox\": {\"xmin\": 582.178, \"ymin\": 1009.9, \"xmax\": 600.9903, \"ymax\": 1038.6139}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 583.168, \"ymin\": 985.149, \"xmax\": 602.9703, \"ymax\": 1010.8911}, \"category\": \"pl5\"}]}, \"28935\": {\"path\": \"train/28935.jpg\", \"id\": 28935, \"objects\": [{\"bbox\": {\"xmin\": 1897.0, \"ymin\": 1046.0, \"xmax\": 1940.0, \"ymax\": 1097.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1898.0, \"ymin\": 994.0, \"xmax\": 1943.0, \"ymax\": 1043.0}, \"category\": \"pg\"}]}, \"25844\": {\"path\": \"test/25844.jpg\", \"id\": 25844, \"objects\": [{\"bbox\": {\"xmin\": 336.0, \"ymin\": 662.667, \"xmax\": 418.66700000000003, \"ymax\": 749.3336}, \"category\": \"pr40\"}]}, \"18658\": {\"path\": \"train/18658.jpg\", \"id\": 18658, \"objects\": [{\"bbox\": {\"xmin\": 1229.0, \"ymin\": 989.0, \"xmax\": 1265.0, \"ymax\": 1025.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 328.0, \"ymin\": 1262.0, \"xmax\": 490.0, \"ymax\": 1439.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1232.0, \"ymin\": 950.0, \"xmax\": 1267.0, \"ymax\": 988.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1025.0, \"ymin\": 926.0, \"xmax\": 1054.0, \"ymax\": 955.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 914.0, \"ymin\": 887.0, \"xmax\": 945.0, \"ymax\": 916.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 946.0, \"ymin\": 888.0, \"xmax\": 974.0, \"ymax\": 917.0}, \"category\": \"pn\"}]}, \"64495\": {\"path\": \"train/64495.jpg\", \"id\": 64495, \"objects\": [{\"bbox\": {\"xmin\": 1565.31787109375, \"ymin\": 1002.7565307617188, \"xmax\": 1581.479736328125, \"ymax\": 1020.4328002929688}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 447.525, \"ymin\": 827.723, \"xmax\": 474.25739999999996, \"ymax\": 869.3068999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1324.75, \"ymin\": 900.99, \"xmax\": 1345.5446, \"ymax\": 927.7228}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 376.238, \"ymin\": 815.842, \"xmax\": 401.9802, \"ymax\": 858.4158}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1228.71, \"ymin\": 901.98, \"xmax\": 1251.4276, \"ymax\": 924.7525}, \"category\": \"pne\"}]}, \"46346\": {\"path\": \"test/46346.jpg\", \"id\": 46346, \"objects\": [{\"bbox\": {\"xmin\": 1692.06, \"ymin\": 994.702, \"xmax\": 1711.9228, \"ymax\": 1024.5036}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1906.62, \"ymin\": 949.007, \"xmax\": 1923.8410999999999, \"ymax\": 975.4966999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1129.14, \"ymin\": 911.258, \"xmax\": 1147.0199, \"ymax\": 929.8008}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1669.53, \"ymin\": 994.701, \"xmax\": 1687.415, \"ymax\": 1023.8404}, \"category\": \"pne\"}]}, \"74671\": {\"path\": \"other/74671.jpg\", \"id\": 74671, \"objects\": [{\"bbox\": {\"xmin\": 1384.31, \"ymin\": 972.549, \"xmax\": 1435.2940999999998, \"ymax\": 1025.4902}, \"category\": \"w26\"}]}, \"97889\": {\"path\": \"test/97889.jpg\", \"id\": 97889, \"objects\": [{\"bbox\": {\"xmin\": 402.667, \"ymin\": 1108.0, \"xmax\": 433.33329999999995, \"ymax\": 1144.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 401.333, \"ymin\": 1070.67, \"xmax\": 430.66670000000005, \"ymax\": 1105.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 701.333, \"ymin\": 1102.67, \"xmax\": 740.0, \"ymax\": 1182.6667}, \"category\": \"ps\"}]}, \"96007\": {\"path\": \"train/96007.jpg\", \"id\": 96007, \"objects\": [{\"bbox\": {\"xmin\": 1744.37, \"ymin\": 976.159, \"xmax\": 1771.5231999999999, \"ymax\": 1007.947}, \"category\": \"w59\"}]}, \"77221\": {\"path\": \"train/77221.jpg\", \"id\": 77221, \"objects\": [{\"bbox\": {\"xmin\": 118.667, \"ymin\": 892.0, \"xmax\": 162.6667, \"ymax\": 948.0}, \"category\": \"pm20\"}]}, \"14420\": {\"path\": \"train/14420.jpg\", \"id\": 14420, \"objects\": [{\"bbox\": {\"xmin\": 156.0, \"ymin\": 1033.33, \"xmax\": 184.0, \"ymax\": 1064.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 848.0, \"xmax\": 17.3333, \"ymax\": 880.0}, \"category\": \"w57\"}]}, \"29395\": {\"path\": \"other/29395.jpg\", \"id\": 29395, \"objects\": [{\"bbox\": {\"xmin\": 1809.33, \"ymin\": 1024.0, \"xmax\": 1864.0, \"ymax\": 1078.6634}, \"category\": \"pm50\"}, {\"bbox\": {\"xmin\": 73.3333, \"ymin\": 962.667, \"xmax\": 162.6667, \"ymax\": 1053.3336}, \"category\": \"pr20\"}]}, \"89623\": {\"path\": \"test/89623.jpg\", \"id\": 89623, \"objects\": [{\"bbox\": {\"xmin\": 1869.0, \"ymin\": 999.0, \"xmax\": 1910.0, \"ymax\": 1055.0}, \"category\": \"p19\"}]}, \"41346\": {\"path\": \"test/41346.jpg\", \"id\": 41346, \"objects\": [{\"bbox\": {\"xmin\": 1709.8, \"ymin\": 870.588, \"xmax\": 1807.8431, \"ymax\": 996.078}, \"category\": \"p23\"}]}, \"20462\": {\"path\": \"train/20462.jpg\", \"id\": 20462, \"objects\": [{\"bbox\": {\"xmin\": 764.706, \"ymin\": 713.725, \"xmax\": 823.5294, \"ymax\": 774.5098}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 831.373, \"ymin\": 713.725, \"xmax\": 896.0784000000001, \"ymax\": 772.549}, \"category\": \"pn\"}]}, \"42899\": {\"path\": \"train/42899.jpg\", \"id\": 42899, \"objects\": [{\"bbox\": {\"xmin\": 1835.53, \"ymin\": 1115.79, \"xmax\": 1875.0074, \"ymax\": 1161.8446999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1667.11, \"ymin\": 1122.37, \"xmax\": 1709.2105, \"ymax\": 1168.4210999999998}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1384.21, \"ymin\": 1044.74, \"xmax\": 1411.8421, \"ymax\": 1075.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1326.32, \"ymin\": 1046.05, \"xmax\": 1356.5789, \"ymax\": 1077.6316}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1355.26, \"ymin\": 1047.37, \"xmax\": 1382.8947, \"ymax\": 1076.3163}, \"category\": \"pn\"}]}, \"40765\": {\"path\": \"train/40765.jpg\", \"id\": 40765, \"objects\": [{\"bbox\": {\"xmin\": 1150.67, \"ymin\": 142.667, \"xmax\": 1365.333, \"ymax\": 286.66700000000003}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1724.0, \"ymin\": 254.667, \"xmax\": 1870.667, \"ymax\": 398.66700000000003}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 516.0, \"ymin\": 157.333, \"xmax\": 714.667, \"ymax\": 293.33299999999997}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 320.0, \"ymin\": 205.333, \"xmax\": 485.33299999999997, \"ymax\": 333.33299999999997}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 894.667, \"ymin\": 130.667, \"xmax\": 1114.667, \"ymax\": 268.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1524.0, \"ymin\": 204.0, \"xmax\": 1696.0, \"ymax\": 344.0}, \"category\": \"pl100\"}]}, \"85135\": {\"path\": \"train/85135.jpg\", \"id\": 85135, \"objects\": [{\"bbox\": {\"xmin\": 1468.25, \"ymin\": 909.524, \"xmax\": 1525.389, \"ymax\": 970.6346}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1498.41, \"ymin\": 846.825, \"xmax\": 1557.1429, \"ymax\": 905.5556}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1534.13, \"ymin\": 911.905, \"xmax\": 1590.4762, \"ymax\": 969.0476}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1096.03, \"ymin\": 907.937, \"xmax\": 1133.3333, \"ymax\": 941.2698}, \"category\": \"pl50\"}]}, \"40022\": {\"path\": \"test/40022.jpg\", \"id\": 40022, \"objects\": [{\"bbox\": {\"xmin\": 2000.79, \"ymin\": 919.048, \"xmax\": 2019.039, \"ymax\": 936.5082}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1937.3, \"ymin\": 912.698, \"xmax\": 1954.7619, \"ymax\": 934.9205999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1767.46, \"ymin\": 895.238, \"xmax\": 1787.3016, \"ymax\": 919.0476000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1801.59, \"ymin\": 928.571, \"xmax\": 1815.0793999999999, \"ymax\": 942.8571000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1767.46, \"ymin\": 926.19, \"xmax\": 1783.3333, \"ymax\": 945.2381}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1783.33, \"ymin\": 926.984, \"xmax\": 1797.6187, \"ymax\": 943.6508}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1679.37, \"ymin\": 890.476, \"xmax\": 1703.1745999999998, \"ymax\": 916.6667}, \"category\": \"pne\"}]}, \"35159\": {\"path\": \"other/35159.jpg\", \"id\": 35159, \"objects\": [{\"bbox\": {\"xmin\": 674.834, \"ymin\": 901.316, \"xmax\": 684.20997, \"ymax\": 923.6842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 647.368, \"ymin\": 896.053, \"xmax\": 659.2105, \"ymax\": 920.5298}, \"category\": \"pne\"}]}, \"90494\": {\"path\": \"train/90494.jpg\", \"id\": 90494, \"objects\": [{\"bbox\": {\"xmin\": 714.474, \"ymin\": 968.421, \"xmax\": 733.5227000000001, \"ymax\": 1001.7045}, \"category\": \"p19\"}]}, \"73939\": {\"path\": \"train/73939.jpg\", \"id\": 73939, \"objects\": [{\"bbox\": {\"xmin\": 810.891, \"ymin\": 884.158, \"xmax\": 841.5842, \"ymax\": 916.8317}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 844.554, \"ymin\": 883.168, \"xmax\": 876.2375999999999, \"ymax\": 917.8218}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 615.842, \"ymin\": 857.426, \"xmax\": 676.2375999999999, \"ymax\": 918.8119}, \"category\": \"pne\"}]}, \"73970\": {\"path\": \"test/73970.jpg\", \"id\": 73970, \"objects\": [{\"bbox\": {\"xmin\": 1188.89, \"ymin\": 930.952, \"xmax\": 1202.381, \"ymax\": 946.0317}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1369.05, \"ymin\": 949.206, \"xmax\": 1396.0317, \"ymax\": 976.1905}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1128.57, \"ymin\": 931.746, \"xmax\": 1144.4443999999999, \"ymax\": 948.4127}, \"category\": \"pne\"}]}, \"33058\": {\"path\": \"other/33058.jpg\", \"id\": 33058, \"objects\": [{\"bbox\": {\"xmin\": 1245.03, \"ymin\": 945.033, \"xmax\": 1254.30464, \"ymax\": 954.96689}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1176.16, \"ymin\": 943.046, \"xmax\": 1186.09272, \"ymax\": 956.2916}, \"category\": \"pne\"}]}, \"19953\": {\"path\": \"train/19953.jpg\", \"id\": 19953, \"objects\": [{\"bbox\": {\"xmin\": 1689.33, \"ymin\": 1002.67, \"xmax\": 1745.3333, \"ymax\": 1064.0}, \"category\": \"ph2\"}]}, \"65230\": {\"path\": \"other/65230.jpg\", \"id\": 65230, \"objects\": [{\"bbox\": {\"xmin\": 940.3468017578125, \"ymin\": 994.0289306640625, \"xmax\": 964.27685546875, \"ymax\": 1023.523193359375}, \"category\": \"pl30\"}]}, \"58984\": {\"path\": \"train/58984.jpg\", \"id\": 58984, \"objects\": [{\"bbox\": {\"xmin\": 1228.71, \"ymin\": 916.832, \"xmax\": 1272.2772, \"ymax\": 962.3762}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1226.73, \"ymin\": 965.347, \"xmax\": 1270.2915, \"ymax\": 1010.8910999999999}, \"category\": \"w57\"}]}, \"21419\": {\"path\": \"train/21419.jpg\", \"id\": 21419, \"objects\": [{\"bbox\": {\"xmin\": 1706.82, \"ymin\": 948.295, \"xmax\": 1735.8, \"ymax\": 984.0903}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1324.7, \"ymin\": 936.654, \"xmax\": 1337.8486, \"ymax\": 950.9962}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1339.44, \"ymin\": 936.255, \"xmax\": 1353.7778, \"ymax\": 951.394}, \"category\": \"pn\"}]}, \"88720\": {\"path\": \"train/88720.jpg\", \"id\": 88720, \"objects\": [{\"bbox\": {\"xmin\": 1899.0, \"ymin\": 871.0, \"xmax\": 1928.0, \"ymax\": 915.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1860.0, \"ymin\": 871.0, \"xmax\": 1898.0, \"ymax\": 916.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1899.0, \"ymin\": 924.0, \"xmax\": 1928.0, \"ymax\": 966.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1846.0, \"ymin\": 795.0, \"xmax\": 1872.0, \"ymax\": 827.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1881.0, \"ymin\": 832.0, \"xmax\": 1914.0, \"ymax\": 871.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1857.0, \"ymin\": 921.0, \"xmax\": 1895.0, \"ymax\": 963.0}, \"category\": \"pn\"}]}, \"75350\": {\"path\": \"other/75350.jpg\", \"id\": 75350, \"objects\": [{\"bbox\": {\"xmin\": 1210.5518798828125, \"ymin\": 913.7950439453125, \"xmax\": 1236.0777587890625, \"ymax\": 940.4141845703125}, \"category\": \"p1\"}]}, \"63723\": {\"path\": \"other/63723.jpg\", \"id\": 63723, \"objects\": [{\"bbox\": {\"xmin\": 1776.047119140625, \"ymin\": 990.8003540039062, \"xmax\": 1793.404541015625, \"ymax\": 1009.6968383789062}, \"category\": \"p26\"}]}, \"66028\": {\"path\": \"train/66028.jpg\", \"id\": 66028, \"objects\": [{\"bbox\": {\"xmin\": 1342.06, \"ymin\": 919.048, \"xmax\": 1362.6811, \"ymax\": 938.0952}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1362.7, \"ymin\": 919.048, \"xmax\": 1387.3063, \"ymax\": 940.4762}, \"category\": \"w57\"}]}, \"91704\": {\"path\": \"train/91704.jpg\", \"id\": 91704, \"objects\": [{\"bbox\": {\"xmin\": 521.333, \"ymin\": 980.0, \"xmax\": 549.3333, \"ymax\": 1020.0}, \"category\": \"p10\"}]}, \"40430\": {\"path\": \"other/40430.jpg\", \"id\": 40430, \"objects\": [{\"bbox\": {\"xmin\": 769.333, \"ymin\": 940.0, \"xmax\": 794.6667, \"ymax\": 977.3333}, \"category\": \"ps\"}]}, \"88886\": {\"path\": \"train/88886.jpg\", \"id\": 88886, \"objects\": [{\"bbox\": {\"xmin\": 1108.0, \"ymin\": 754.0, \"xmax\": 1169.0, \"ymax\": 815.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1172.0, \"ymin\": 752.0, \"xmax\": 1234.0, \"ymax\": 813.0}, \"category\": \"pn\"}]}, \"13915\": {\"path\": \"train/13915.jpg\", \"id\": 13915, \"objects\": [{\"bbox\": {\"xmin\": 861.589, \"ymin\": 1168.88, \"xmax\": 889.4040000000001, \"ymax\": 1198.6777000000002}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 911.564, \"ymin\": 1168.21, \"xmax\": 926.4905, \"ymax\": 1199.999}, \"category\": \"pn\"}]}, \"4830\": {\"path\": \"other/4830.jpg\", \"id\": 4830, \"objects\": [{\"bbox\": {\"xmin\": 901.587, \"ymin\": 947.619, \"xmax\": 915.0794, \"ymax\": 964.2857}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 838.889, \"ymin\": 946.032, \"xmax\": 853.9683, \"ymax\": 963.4921}, \"category\": \"pne\"}]}, \"6160\": {\"path\": \"train/6160.jpg\", \"id\": 6160, \"objects\": [{\"bbox\": {\"xmin\": 104.0, \"ymin\": 825.0, \"xmax\": 128.0, \"ymax\": 862.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 105.0, \"ymin\": 951.0, \"xmax\": 131.0, \"ymax\": 989.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1177.0, \"ymin\": 973.0, \"xmax\": 1191.0, \"ymax\": 989.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1243.0, \"ymin\": 953.0, \"xmax\": 1265.0, \"ymax\": 977.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1245.0, \"ymin\": 976.0, \"xmax\": 1264.0, \"ymax\": 1000.0}, \"category\": \"i2r\"}]}, \"55449\": {\"path\": \"train/55449.jpg\", \"id\": 55449, \"objects\": [{\"bbox\": {\"xmin\": 1674.26, \"ymin\": 907.921, \"xmax\": 1694.0594, \"ymax\": 932.6733}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1619.8, \"ymin\": 907.921, \"xmax\": 1640.5941, \"ymax\": 928.7129}, \"category\": \"i4\"}]}, \"38710\": {\"path\": \"train/38710.jpg\", \"id\": 38710, \"objects\": [{\"bbox\": {\"xmin\": 894.702, \"ymin\": 935.099, \"xmax\": 911.2583, \"ymax\": 952.3179}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1131.13, \"ymin\": 935.762, \"xmax\": 1146.3576, \"ymax\": 952.3178999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1147.68, \"ymin\": 936.424, \"xmax\": 1162.2517, \"ymax\": 952.9805}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 800.662, \"ymin\": 937.748, \"xmax\": 814.5695000000001, \"ymax\": 954.9669}, \"category\": \"pne\"}]}, \"73243\": {\"path\": \"train/73243.jpg\", \"id\": 73243, \"objects\": [{\"bbox\": {\"xmin\": 1698.0, \"ymin\": 919.0, \"xmax\": 1784.0, \"ymax\": 1003.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1694.0, \"ymin\": 1004.0, \"xmax\": 1779.0, \"ymax\": 1089.0}, \"category\": \"pn\"}]}, \"80216\": {\"path\": \"train/80216.jpg\", \"id\": 80216, \"objects\": [{\"bbox\": {\"xmin\": 1494.0, \"ymin\": 772.0, \"xmax\": 1531.0, \"ymax\": 810.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1361.0, \"ymin\": 931.0, \"xmax\": 1403.0, \"ymax\": 976.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1362.0, \"ymin\": 889.0, \"xmax\": 1401.0, \"ymax\": 930.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1409.0, \"ymin\": 779.0, \"xmax\": 1449.0, \"ymax\": 820.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1452.0, \"ymin\": 780.0, \"xmax\": 1492.0, \"ymax\": 821.0}, \"category\": \"pm20\"}]}, \"89876\": {\"path\": \"other/89876.jpg\", \"id\": 89876, \"objects\": [{\"bbox\": {\"xmin\": 1652.070068359375, \"ymin\": 965.6650390625, \"xmax\": 1674.398681640625, \"ymax\": 990.6405029296875}, \"category\": \"p11\"}]}, \"47639\": {\"path\": \"train/47639.jpg\", \"id\": 47639, \"objects\": [{\"bbox\": {\"xmin\": 1309.21, \"ymin\": 964.474, \"xmax\": 1330.2664, \"ymax\": 982.8947000000001}, \"category\": \"w55\"}]}, \"61296\": {\"path\": \"other/61296.jpg\", \"id\": 61296, \"objects\": [{\"bbox\": {\"xmin\": 1882.54, \"ymin\": 937.302, \"xmax\": 1902.3818999999999, \"ymax\": 965.8735}, \"category\": \"w63\"}]}, \"72142\": {\"path\": \"train/72142.jpg\", \"id\": 72142, \"objects\": [{\"bbox\": {\"xmin\": 1241.33, \"ymin\": 928.0, \"xmax\": 1292.0, \"ymax\": 974.6667}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 930.667, \"ymin\": 74.6667, \"xmax\": 1176.0, \"ymax\": 259.9977}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1737.33, \"ymin\": 842.667, \"xmax\": 1873.3329999999999, \"ymax\": 980.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 705.333, \"ymin\": 72.0, \"xmax\": 946.6669999999999, \"ymax\": 242.667}, \"category\": \"w57\"}]}, \"32108\": {\"path\": \"test/32108.jpg\", \"id\": 32108, \"objects\": [{\"bbox\": {\"xmin\": 1069.47, \"ymin\": 935.841, \"xmax\": 1084.5182, \"ymax\": 952.2123}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1086.29, \"ymin\": 935.841, \"xmax\": 1102.2173, \"ymax\": 952.2133}, \"category\": \"pn\"}]}, \"85490\": {\"path\": \"train/85490.jpg\", \"id\": 85490, \"objects\": [{\"bbox\": {\"xmin\": 1514.67, \"ymin\": 933.333, \"xmax\": 1562.6667, \"ymax\": 980.0}, \"category\": \"pr100\"}, {\"bbox\": {\"xmin\": 1516.0, \"ymin\": 986.667, \"xmax\": 1562.6667, \"ymax\": 1032.0}, \"category\": \"p1n\"}]}, \"7860\": {\"path\": \"train/7860.jpg\", \"id\": 7860, \"objects\": [{\"bbox\": {\"xmin\": 1444.38, \"ymin\": 734.437, \"xmax\": 1500.6668000000002, \"ymax\": 794.702}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1506.62, \"ymin\": 739.073, \"xmax\": 1561.5907, \"ymax\": 796.6886999999999}, \"category\": \"pn\"}]}, \"35827\": {\"path\": \"train/35827.jpg\", \"id\": 35827, \"objects\": [{\"bbox\": {\"xmin\": 1721.8421630859375, \"ymin\": 928.6618041992188, \"xmax\": 1740.0845947265625, \"ymax\": 953.5949096679688}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1607.0, \"ymin\": 853.0, \"xmax\": 1634.0, \"ymax\": 887.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1426.0, \"ymin\": 988.0, \"xmax\": 1450.0, \"ymax\": 1011.0}, \"category\": \"i5\"}]}, \"12094\": {\"path\": \"train/12094.jpg\", \"id\": 12094, \"objects\": [{\"bbox\": {\"xmin\": 1362.0, \"ymin\": 700.0, \"xmax\": 1422.0, \"ymax\": 763.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1242.0, \"ymin\": 687.0, \"xmax\": 1305.0, \"ymax\": 754.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1684.0, \"ymin\": 793.0, \"xmax\": 1717.0, \"ymax\": 832.0}, \"category\": \"w32\"}]}, \"87890\": {\"path\": \"train/87890.jpg\", \"id\": 87890, \"objects\": [{\"bbox\": {\"xmin\": 1049.51, \"ymin\": 927.723, \"xmax\": 1069.307, \"ymax\": 948.515}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1004.95, \"ymin\": 925.743, \"xmax\": 1026.7327, \"ymax\": 950.495}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1027.72, \"ymin\": 928.713, \"xmax\": 1046.5347, \"ymax\": 952.4752}, \"category\": \"pn\"}]}, \"90976\": {\"path\": \"train/90976.jpg\", \"id\": 90976, \"objects\": [{\"bbox\": {\"xmin\": 326.667, \"ymin\": 1056.0, \"xmax\": 377.33369999999996, \"ymax\": 1129.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 322.667, \"ymin\": 849.333, \"xmax\": 370.6667, \"ymax\": 920.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 316.0, \"ymin\": 918.667, \"xmax\": 374.6667, \"ymax\": 986.6667}, \"category\": \"pw3.5\"}]}, \"74090\": {\"path\": \"train/74090.jpg\", \"id\": 74090, \"objects\": [{\"bbox\": {\"xmin\": 1646.0, \"ymin\": 661.0, \"xmax\": 1718.0, \"ymax\": 742.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1566.0, \"ymin\": 651.0, \"xmax\": 1641.0, \"ymax\": 733.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1721.0, \"ymin\": 673.0, \"xmax\": 1789.0, \"ymax\": 751.0}, \"category\": \"pr40\"}]}, \"26120\": {\"path\": \"train/26120.jpg\", \"id\": 26120, \"objects\": [{\"bbox\": {\"xmin\": 1292.86, \"ymin\": 886.508, \"xmax\": 1317.4603, \"ymax\": 913.4921}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1258.73, \"ymin\": 885.714, \"xmax\": 1285.7143, \"ymax\": 914.2857}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1323.02, \"ymin\": 882.54, \"xmax\": 1348.5149, \"ymax\": 916.6667}, \"category\": \"pn\"}]}, \"79616\": {\"path\": \"test/79616.jpg\", \"id\": 79616, \"objects\": [{\"bbox\": {\"xmin\": 1919.05, \"ymin\": 803.968, \"xmax\": 1953.4205, \"ymax\": 856.3492}, \"category\": \"pl80\"}]}, \"39918\": {\"path\": \"other/39918.jpg\", \"id\": 39918, \"objects\": [{\"bbox\": {\"xmin\": 1397.035888671875, \"ymin\": 1027.7579345703125, \"xmax\": 1429.07177734375, \"ymax\": 1066.5362548828125}, \"category\": \"pss\"}]}, \"26263\": {\"path\": \"other/26263.jpg\", \"id\": 26263, \"objects\": [{\"bbox\": {\"xmin\": 29.0, \"ymin\": 1067.0, \"xmax\": 77.0, \"ymax\": 1126.0}, \"category\": \"i12\"}]}, \"84254\": {\"path\": \"train/84254.jpg\", \"id\": 84254, \"objects\": [{\"bbox\": {\"xmin\": 1149.02, \"ymin\": 1382.35, \"xmax\": 1231.3725, \"ymax\": 1464.7059}, \"category\": \"w32\"}]}, \"39633\": {\"path\": \"train/39633.jpg\", \"id\": 39633, \"objects\": [{\"bbox\": {\"xmin\": 1057.95, \"ymin\": 814.205, \"xmax\": 1110.7918, \"ymax\": 864.2047}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1121.59, \"ymin\": 815.909, \"xmax\": 1174.9982, \"ymax\": 864.7725}, \"category\": \"w57\"}]}, \"48585\": {\"path\": \"train/48585.jpg\", \"id\": 48585, \"objects\": [{\"bbox\": {\"xmin\": 1297.33, \"ymin\": 877.333, \"xmax\": 1361.3333, \"ymax\": 942.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1297.33, \"ymin\": 949.333, \"xmax\": 1361.3333, \"ymax\": 1013.3333}, \"category\": \"p18\"}]}, \"74312\": {\"path\": \"train/74312.jpg\", \"id\": 74312, \"objects\": [{\"bbox\": {\"xmin\": 1337.25, \"ymin\": 668.627, \"xmax\": 1411.7647, \"ymax\": 752.9412}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1254.9, \"ymin\": 664.706, \"xmax\": 1331.3725000000002, \"ymax\": 747.0588}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1427.45, \"ymin\": 672.549, \"xmax\": 1507.8431, \"ymax\": 756.8627}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1647.06, \"ymin\": 915.686, \"xmax\": 1729.4117999999999, \"ymax\": 994.1164}, \"category\": \"w57\"}]}, \"2598\": {\"path\": \"train/2598.jpg\", \"id\": 2598, \"objects\": [{\"bbox\": {\"xmin\": 1159.71, \"ymin\": 930.348, \"xmax\": 1177.1144, \"ymax\": 947.7611999999999}, \"category\": \"pl60\"}]}, \"14671\": {\"path\": \"train/14671.jpg\", \"id\": 14671, \"objects\": [{\"bbox\": {\"xmin\": 107.921, \"ymin\": 929.703, \"xmax\": 157.4257, \"ymax\": 974.2574}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1328.71, \"ymin\": 886.139, \"xmax\": 1362.3762000000002, \"ymax\": 922.7723}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1562.38, \"ymin\": 945.545, \"xmax\": 1603.9604000000002, \"ymax\": 985.1485}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1566.34, \"ymin\": 1007.92, \"xmax\": 1610.8910999999998, \"ymax\": 1052.4751999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1256.44, \"ymin\": 889.109, \"xmax\": 1290.0990000000002, \"ymax\": 922.7723000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1292.08, \"ymin\": 887.129, \"xmax\": 1327.7228, \"ymax\": 921.7829}, \"category\": \"pn\"}]}, \"35504\": {\"path\": \"train/35504.jpg\", \"id\": 35504, \"objects\": [{\"bbox\": {\"xmin\": 1604.0, \"ymin\": 758.667, \"xmax\": 1650.6667, \"ymax\": 808.0}, \"category\": \"pl60\"}]}, \"43852\": {\"path\": \"test/43852.jpg\", \"id\": 43852, \"objects\": [{\"bbox\": {\"xmin\": 1418.67, \"ymin\": 544.0, \"xmax\": 1517.3333, \"ymax\": 644.0}, \"category\": \"pl40\"}]}, \"75509\": {\"path\": \"train/75509.jpg\", \"id\": 75509, \"objects\": [{\"bbox\": {\"xmin\": 1382.18, \"ymin\": 977.228, \"xmax\": 1411.8812, \"ymax\": 1006.9309999999999}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 941.584, \"xmax\": 1429.703, \"ymax\": 972.2770999999999}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1415.84, \"ymin\": 977.228, \"xmax\": 1445.543, \"ymax\": 1005.9405999999999}, \"category\": \"p18\"}]}, \"39010\": {\"path\": \"train/39010.jpg\", \"id\": 39010, \"objects\": [{\"bbox\": {\"xmin\": 1243.7139892578125, \"ymin\": 978.440185546875, \"xmax\": 1260.4925537109375, \"ymax\": 997.01513671875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1654.67, \"ymin\": 900.0, \"xmax\": 1686.6667, \"ymax\": 929.3333}, \"category\": \"w55\"}]}, \"54866\": {\"path\": \"other/54866.jpg\", \"id\": 54866, \"objects\": [{\"bbox\": {\"xmin\": 367.105, \"ymin\": 956.579, \"xmax\": 398.68420000000003, \"ymax\": 1009.2104999999999}, \"category\": \"pl15\"}]}, \"19917\": {\"path\": \"test/19917.jpg\", \"id\": 19917, \"objects\": [{\"bbox\": {\"xmin\": 706.667, \"ymin\": 686.667, \"xmax\": 766.6667, \"ymax\": 746.6667}, \"category\": \"p23\"}]}, \"5733\": {\"path\": \"other/5733.jpg\", \"id\": 5733, \"objects\": [{\"bbox\": {\"xmin\": 1872.0, \"ymin\": 934.0, \"xmax\": 1913.0, \"ymax\": 983.0}, \"category\": \"pl10\"}]}, \"78943\": {\"path\": \"train/78943.jpg\", \"id\": 78943, \"objects\": [{\"bbox\": {\"xmin\": 380.0, \"ymin\": 657.333, \"xmax\": 492.0, \"ymax\": 770.6669999999999}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1490.67, \"ymin\": 818.667, \"xmax\": 1620.0, \"ymax\": 942.667}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 154.667, \"ymin\": 565.333, \"xmax\": 238.6673, \"ymax\": 664.0}, \"category\": \"pne\"}]}, \"5401\": {\"path\": \"test/5401.jpg\", \"id\": 5401, \"objects\": [{\"bbox\": {\"xmin\": 667.327, \"ymin\": 916.832, \"xmax\": 715.6873, \"ymax\": 983.1683}, \"category\": \"pm55\"}]}, \"89841\": {\"path\": \"test/89841.jpg\", \"id\": 89841, \"objects\": [{\"bbox\": {\"xmin\": 546.0, \"ymin\": 970.0, \"xmax\": 597.0, \"ymax\": 1024.0}, \"category\": \"p23\"}]}, \"16054\": {\"path\": \"train/16054.jpg\", \"id\": 16054, \"objects\": [{\"bbox\": {\"xmin\": 426.153, \"ymin\": 1029.67, \"xmax\": 458.50800000000004, \"ymax\": 1063.3697}, \"category\": \"ip\"}]}, \"34510\": {\"path\": \"other/34510.jpg\", \"id\": 34510, \"objects\": [{\"bbox\": {\"xmin\": 601.6, \"ymin\": 943.2, \"xmax\": 637.6, \"ymax\": 991.2}, \"category\": \"pm5\"}]}, \"66915\": {\"path\": \"train/66915.jpg\", \"id\": 66915, \"objects\": [{\"bbox\": {\"xmin\": 1102.65, \"ymin\": 944.371, \"xmax\": 1121.1921, \"ymax\": 966.8874}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1080.13, \"ymin\": 945.695, \"xmax\": 1099.3377, \"ymax\": 965.5629}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1123.84, \"ymin\": 945.695, \"xmax\": 1141.7219, \"ymax\": 965.5629}, \"category\": \"pn\"}]}, \"40900\": {\"path\": \"train/40900.jpg\", \"id\": 40900, \"objects\": [{\"bbox\": {\"xmin\": 1728.0, \"ymin\": 625.333, \"xmax\": 1785.3333, \"ymax\": 685.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 557.333, \"xmax\": 1785.3333, \"ymax\": 620.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1652.0, \"ymin\": 545.333, \"xmax\": 1707.9967, \"ymax\": 605.333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1646.67, \"ymin\": 610.667, \"xmax\": 1706.6667, \"ymax\": 670.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1801.33, \"ymin\": 857.333, \"xmax\": 1885.3333, \"ymax\": 942.6667}, \"category\": \"pr80\"}]}, \"69346\": {\"path\": \"train/69346.jpg\", \"id\": 69346, \"objects\": [{\"bbox\": {\"xmin\": 1214.4, \"ymin\": 982.4, \"xmax\": 1236.0, \"ymax\": 1005.6}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 933.0, \"ymin\": 1050.0, \"xmax\": 975.0, \"ymax\": 1092.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1215.2, \"ymin\": 959.2, \"xmax\": 1235.2, \"ymax\": 980.8000000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1093.6, \"ymin\": 940.0, \"xmax\": 1114.3999999999999, \"ymax\": 961.6}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1016.0, \"ymin\": 915.2, \"xmax\": 1035.2, \"ymax\": 933.6}, \"category\": \"pl30\"}]}, \"18554\": {\"path\": \"train/18554.jpg\", \"id\": 18554, \"objects\": [{\"bbox\": {\"xmin\": 447.059, \"ymin\": 605.882, \"xmax\": 543.1373, \"ymax\": 701.9608}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1223.53, \"ymin\": 698.039, \"xmax\": 1301.9608, \"ymax\": 780.3922}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1303.92, \"ymin\": 705.882, \"xmax\": 1376.4706, \"ymax\": 780.3920999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 141.176, \"ymin\": 650.98, \"xmax\": 211.7647, \"ymax\": 743.1371}, \"category\": \"pne\"}]}, \"11943\": {\"path\": \"train/11943.jpg\", \"id\": 11943, \"objects\": [{\"bbox\": {\"xmin\": 641.177, \"ymin\": 672.549, \"xmax\": 709.8043, \"ymax\": 743.1374999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1207.84, \"ymin\": 692.157, \"xmax\": 1270.589, \"ymax\": 747.0592}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1270.59, \"ymin\": 692.157, \"xmax\": 1331.3725, \"ymax\": 754.902}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 278.431, \"ymin\": 707.843, \"xmax\": 335.2939, \"ymax\": 774.5096}, \"category\": \"pne\"}]}, \"97967\": {\"path\": \"other/97967.jpg\", \"id\": 97967, \"objects\": [{\"bbox\": {\"xmin\": 1250.0, \"ymin\": 976.992, \"xmax\": 1280.531, \"ymax\": 1006.6376}, \"category\": \"w47\"}]}, \"36902\": {\"path\": \"test/36902.jpg\", \"id\": 36902, \"objects\": [{\"bbox\": {\"xmin\": 1449.33, \"ymin\": 984.0, \"xmax\": 1502.6667, \"ymax\": 1034.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1449.33, \"ymin\": 929.333, \"xmax\": 1501.3333, \"ymax\": 981.3333}, \"category\": \"pr40\"}]}, \"33093\": {\"path\": \"train/33093.jpg\", \"id\": 33093, \"objects\": [{\"bbox\": {\"xmin\": 528.0, \"ymin\": 866.667, \"xmax\": 589.3333, \"ymax\": 932.0}, \"category\": \"p23\"}]}, \"57085\": {\"path\": \"train/57085.jpg\", \"id\": 57085, \"objects\": [{\"bbox\": {\"xmin\": 263.0, \"ymin\": 999.0, \"xmax\": 311.0, \"ymax\": 1054.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1755.0, \"ymin\": 545.0, \"xmax\": 1856.0, \"ymax\": 665.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1641.0, \"ymin\": 528.0, \"xmax\": 1757.0, \"ymax\": 635.0}, \"category\": \"w57\"}]}, \"93776\": {\"path\": \"train/93776.jpg\", \"id\": 93776, \"objects\": [{\"bbox\": {\"xmin\": 1290.91, \"ymin\": 986.364, \"xmax\": 1313.0645000000002, \"ymax\": 1009.6593}, \"category\": \"w55\"}]}, \"88008\": {\"path\": \"train/88008.jpg\", \"id\": 88008, \"objects\": [{\"bbox\": {\"xmin\": 1560.0, \"ymin\": 1053.33, \"xmax\": 1590.6667, \"ymax\": 1084.0}, \"category\": \"pn\"}]}, \"95313\": {\"path\": \"train/95313.jpg\", \"id\": 95313, \"objects\": [{\"bbox\": {\"xmin\": 1330.16, \"ymin\": 942.063, \"xmax\": 1353.9683, \"ymax\": 969.0476}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1828.57, \"ymin\": 952.381, \"xmax\": 1865.873, \"ymax\": 991.2698}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1847.62, \"ymin\": 910.317, \"xmax\": 1884.9206, \"ymax\": 946.8249}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1869.05, \"ymin\": 953.175, \"xmax\": 1904.7619, \"ymax\": 992.0635}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1302.38, \"ymin\": 940.476, \"xmax\": 1326.9806, \"ymax\": 968.254}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1584.13, \"ymin\": 1014.29, \"xmax\": 1615.0794, \"ymax\": 1042.0635}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1354.76, \"ymin\": 942.857, \"xmax\": 1379.3676, \"ymax\": 969.0476}, \"category\": \"pn\"}]}, \"7483\": {\"path\": \"test/7483.jpg\", \"id\": 7483, \"objects\": [{\"bbox\": {\"xmin\": 136.284, \"ymin\": 1042.15, \"xmax\": 161.77429999999998, \"ymax\": 1089.2061}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 132.305, \"ymin\": 995.069, \"xmax\": 163.6775, \"ymax\": 1046.0496}, \"category\": \"pl5\"}]}, \"2122\": {\"path\": \"train/2122.jpg\", \"id\": 2122, \"objects\": [{\"bbox\": {\"xmin\": 655.446, \"ymin\": 815.842, \"xmax\": 704.9505, \"ymax\": 871.2878}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 494.059, \"ymin\": 833.663, \"xmax\": 532.6733, \"ymax\": 880.198}, \"category\": \"pne\"}]}, \"35653\": {\"path\": \"train/35653.jpg\", \"id\": 35653, \"objects\": [{\"bbox\": {\"xmin\": 1227.63, \"ymin\": 917.105, \"xmax\": 1269.7368000000001, \"ymax\": 969.7368}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1227.63, \"ymin\": 967.105, \"xmax\": 1273.6842000000001, \"ymax\": 1023.6842}, \"category\": \"pl5\"}]}, \"56374\": {\"path\": \"test/56374.jpg\", \"id\": 56374, \"objects\": [{\"bbox\": {\"xmin\": 783.168, \"ymin\": 899.01, \"xmax\": 814.8515, \"ymax\": 927.7228}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1540.59, \"ymin\": 952.475, \"xmax\": 1563.3663, \"ymax\": 979.2079}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1117.82, \"ymin\": 929.703, \"xmax\": 1139.604, \"ymax\": 951.4851}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1076.24, \"ymin\": 928.713, \"xmax\": 1097.0297, \"ymax\": 949.505}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1098.02, \"ymin\": 926.733, \"xmax\": 1115.8416, \"ymax\": 949.505}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 674.257, \"ymin\": 905.941, \"xmax\": 705.9405999999999, \"ymax\": 933.6634}, \"category\": \"pne\"}]}, \"4882\": {\"path\": \"train/4882.jpg\", \"id\": 4882, \"objects\": [{\"bbox\": {\"xmin\": 1681.33, \"ymin\": 873.333, \"xmax\": 1738.6667, \"ymax\": 945.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1812.0, \"ymin\": 944.0, \"xmax\": 1840.0, \"ymax\": 970.6667}, \"category\": \"pl80\"}]}, \"47073\": {\"path\": \"other/47073.jpg\", \"id\": 47073, \"objects\": [{\"bbox\": {\"xmin\": 169.886, \"ymin\": 1022.73, \"xmax\": 190.9086, \"ymax\": 1052.8391}, \"category\": \"w58\"}]}, \"78183\": {\"path\": \"other/78183.jpg\", \"id\": 78183, \"objects\": [{\"bbox\": {\"xmin\": 1101.59, \"ymin\": 954.183, \"xmax\": 1112.7474, \"ymax\": 965.7370999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1071.31, \"ymin\": 953.785, \"xmax\": 1083.2668999999999, \"ymax\": 964.5416}, \"category\": \"pne\"}]}, \"324\": {\"path\": \"other/324.jpg\", \"id\": 324, \"objects\": [{\"bbox\": {\"xmin\": 776.0, \"ymin\": 871.0, \"xmax\": 836.0, \"ymax\": 931.0}, \"category\": \"pr50\"}]}, \"52872\": {\"path\": \"test/52872.jpg\", \"id\": 52872, \"objects\": [{\"bbox\": {\"xmin\": 1264.0, \"ymin\": 713.333, \"xmax\": 1370.667, \"ymax\": 813.333}, \"category\": \"pl60\"}]}, \"29649\": {\"path\": \"train/29649.jpg\", \"id\": 29649, \"objects\": [{\"bbox\": {\"xmin\": 283.168, \"ymin\": 901.98, \"xmax\": 300.9901, \"ymax\": 924.7525}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 212.871, \"ymin\": 898.02, \"xmax\": 233.66340000000002, \"ymax\": 921.7822}, \"category\": \"pne\"}]}, \"49309\": {\"path\": \"train/49309.jpg\", \"id\": 49309, \"objects\": [{\"bbox\": {\"xmin\": 1300.0, \"ymin\": 902.632, \"xmax\": 1352.6316, \"ymax\": 964.4737}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1298.68, \"ymin\": 963.158, \"xmax\": 1351.3158, \"ymax\": 1025.0}, \"category\": \"pn\"}]}, \"63303\": {\"path\": \"test/63303.jpg\", \"id\": 63303, \"objects\": [{\"bbox\": {\"xmin\": 623.3469848632812, \"ymin\": 1030.5340576171875, \"xmax\": 649.1105346679688, \"ymax\": 1051.1600341796875}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 166.337, \"ymin\": 980.198, \"xmax\": 197.0304, \"ymax\": 1017.8215}, \"category\": \"pl50\"}]}, \"92991\": {\"path\": \"other/92991.jpg\", \"id\": 92991, \"objects\": [{\"bbox\": {\"xmin\": 1331.8875732421875, \"ymin\": 1035.2843017578125, \"xmax\": 1355.0184326171875, \"ymax\": 1054.5567626953125}, \"category\": \"w58\"}]}, \"27077\": {\"path\": \"train/27077.jpg\", \"id\": 27077, \"objects\": [{\"bbox\": {\"xmin\": 1784.0755615234375, \"ymin\": 941.1356811523438, \"xmax\": 1800.6827392578125, \"ymax\": 962.0903930664062}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1801.6834716796875, \"ymin\": 942.408935546875, \"xmax\": 1821.7581787109375, \"ymax\": 964.3492431640625}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 596.04, \"ymin\": 798.02, \"xmax\": 615.8416, \"ymax\": 852.4752}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 551.485, \"ymin\": 783.168, \"xmax\": 577.2277, \"ymax\": 837.6238}, \"category\": \"pl50\"}]}, \"64047\": {\"path\": \"train/64047.jpg\", \"id\": 64047, \"objects\": [{\"bbox\": {\"xmin\": 706.93, \"ymin\": 831.683, \"xmax\": 749.5051, \"ymax\": 872.2768}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1184.16, \"ymin\": 891.089, \"xmax\": 1210.8911, \"ymax\": 916.8313}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1123.76, \"ymin\": 894.059, \"xmax\": 1148.5149, \"ymax\": 925.7425999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1151.49, \"ymin\": 892.079, \"xmax\": 1182.1782, \"ymax\": 923.7624}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 540.594, \"ymin\": 839.604, \"xmax\": 579.2079000000001, \"ymax\": 883.1683}, \"category\": \"pne\"}]}, \"10553\": {\"path\": \"other/10553.jpg\", \"id\": 10553, \"objects\": [{\"bbox\": {\"xmin\": 976.821, \"ymin\": 954.967, \"xmax\": 989.4037000000001, \"ymax\": 970.1987}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 926.49, \"ymin\": 954.967, \"xmax\": 939.7351, \"ymax\": 968.2119}, \"category\": \"pne\"}]}, \"76231\": {\"path\": \"train/76231.jpg\", \"id\": 76231, \"objects\": [{\"bbox\": {\"xmin\": 220.0, \"ymin\": 476.0, \"xmax\": 320.0, \"ymax\": 613.333}, \"category\": \"ph4\"}]}, \"49665\": {\"path\": \"train/49665.jpg\", \"id\": 49665, \"objects\": [{\"bbox\": {\"xmin\": 1261.33, \"ymin\": 972.0, \"xmax\": 1306.6667, \"ymax\": 1018.6667}, \"category\": \"pl120\"}]}, \"40722\": {\"path\": \"train/40722.jpg\", \"id\": 40722, \"objects\": [{\"bbox\": {\"xmin\": 810.891, \"ymin\": 966.337, \"xmax\": 830.6931, \"ymax\": 987.1287}, \"category\": \"p23\"}]}, \"78468\": {\"path\": \"other/78468.jpg\", \"id\": 78468, \"objects\": [{\"bbox\": {\"xmin\": 1887.7431640625, \"ymin\": 978.2982177734375, \"xmax\": 1950.496337890625, \"ymax\": 1069.7933349609375}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1769.679443359375, \"ymin\": 942.25634765625, \"xmax\": 1837.596435546875, \"ymax\": 1009.744140625}, \"category\": \"pn\"}]}, \"38760\": {\"path\": \"train/38760.jpg\", \"id\": 38760, \"objects\": [{\"bbox\": {\"xmin\": 148.0, \"ymin\": 872.0, \"xmax\": 206.6667, \"ymax\": 950.6667}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1677.33, \"ymin\": 945.333, \"xmax\": 1757.3333, \"ymax\": 1021.333}, \"category\": \"pl70\"}]}, \"2591\": {\"path\": \"test/2591.jpg\", \"id\": 2591, \"objects\": [{\"bbox\": {\"xmin\": 1545.0, \"ymin\": 928.0, \"xmax\": 1563.0, \"ymax\": 946.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1554.0, \"ymin\": 904.0, \"xmax\": 1574.0, \"ymax\": 925.0}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1567.0, \"ymin\": 925.0, \"xmax\": 1588.0, \"ymax\": 948.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1304.0, \"ymin\": 869.0, \"xmax\": 1326.0, \"ymax\": 892.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1393.0, \"ymin\": 870.0, \"xmax\": 1415.0, \"ymax\": 894.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1504.0, \"ymin\": 888.0, \"xmax\": 1526.0, \"ymax\": 906.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1503.0, \"ymin\": 906.0, \"xmax\": 1523.0, \"ymax\": 927.0}, \"category\": \"i2r\"}]}, \"70995\": {\"path\": \"test/70995.jpg\", \"id\": 70995, \"objects\": [{\"bbox\": {\"xmin\": 1810.0, \"ymin\": 964.0, \"xmax\": 1857.0, \"ymax\": 1018.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1197.0, \"ymin\": 989.0, \"xmax\": 1215.0, \"ymax\": 1011.0}, \"category\": \"pl60\"}]}, \"13819\": {\"path\": \"train/13819.jpg\", \"id\": 13819, \"objects\": [{\"bbox\": {\"xmin\": 1776.0, \"ymin\": 886.667, \"xmax\": 1845.3333, \"ymax\": 969.3333}, \"category\": \"pr100\"}, {\"bbox\": {\"xmin\": 1776.0, \"ymin\": 970.667, \"xmax\": 1848.0, \"ymax\": 1053.3336}, \"category\": \"p1n\"}]}, \"12342\": {\"path\": \"train/12342.jpg\", \"id\": 12342, \"objects\": [{\"bbox\": {\"xmin\": 272.222, \"ymin\": 844.444, \"xmax\": 296.0317, \"ymax\": 893.6508}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 214.286, \"ymin\": 838.889, \"xmax\": 240.4762, \"ymax\": 885.7143}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 246.032, \"ymin\": 842.857, \"xmax\": 268.254, \"ymax\": 888.0952}, \"category\": \"pn\"}]}, \"80736\": {\"path\": \"train/80736.jpg\", \"id\": 80736, \"objects\": [{\"bbox\": {\"xmin\": 1461.11, \"ymin\": 761.6, \"xmax\": 1516.4442, \"ymax\": 822.2085000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1176.8, \"ymin\": 720.0, \"xmax\": 1240.8, \"ymax\": 782.9485}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1282.77, \"ymin\": 906.203, \"xmax\": 1343.1668, \"ymax\": 964.6528}, \"category\": \"pl40\"}]}, \"41585\": {\"path\": \"test/41585.jpg\", \"id\": 41585, \"objects\": [{\"bbox\": {\"xmin\": 66.6667, \"ymin\": 1001.49, \"xmax\": 86.06970000000001, \"ymax\": 1025.3731}, \"category\": \"p5\"}]}, \"6756\": {\"path\": \"test/6756.jpg\", \"id\": 6756, \"objects\": [{\"bbox\": {\"xmin\": 1555.63, \"ymin\": 844.371, \"xmax\": 1592.053, \"ymax\": 884.1066999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1596.03, \"ymin\": 849.006, \"xmax\": 1630.4658, \"ymax\": 886.7549}, \"category\": \"pn\"}]}, \"66266\": {\"path\": \"train/66266.jpg\", \"id\": 66266, \"objects\": [{\"bbox\": {\"xmin\": 840.796, \"ymin\": 964.676, \"xmax\": 864.1786000000001, \"ymax\": 1005.4726}, \"category\": \"pl30\"}]}, \"28357\": {\"path\": \"other/28357.jpg\", \"id\": 28357, \"objects\": [{\"bbox\": {\"xmin\": 505.333, \"ymin\": 1088.0, \"xmax\": 629.3330000000001, \"ymax\": 1221.333}, \"category\": \"pm2\"}]}, \"3381\": {\"path\": \"test/3381.jpg\", \"id\": 3381, \"objects\": [{\"bbox\": {\"xmin\": 1408.0, \"ymin\": 572.0, \"xmax\": 1510.667, \"ymax\": 669.3333}, \"category\": \"pl30\"}]}, \"66645\": {\"path\": \"train/66645.jpg\", \"id\": 66645, \"objects\": [{\"bbox\": {\"xmin\": 173.33187866210938, \"ymin\": 866.4176025390625, \"xmax\": 189.55233764648438, \"ymax\": 891.9266357421875}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1290.79, \"ymin\": 889.474, \"xmax\": 1307.8431, \"ymax\": 915.6863000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1494.74, \"ymin\": 875.0, \"xmax\": 1513.7255, \"ymax\": 907.8947000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1518.42, \"ymin\": 876.316, \"xmax\": 1546.0526, \"ymax\": 903.9216}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1149.02, \"ymin\": 884.314, \"xmax\": 1172.549, \"ymax\": 917.6476}, \"category\": \"pne\"}]}, \"14138\": {\"path\": \"train/14138.jpg\", \"id\": 14138, \"objects\": [{\"bbox\": {\"xmin\": 86.0, \"ymin\": 869.0, \"xmax\": 126.0, \"ymax\": 925.0}, \"category\": \"pl80\"}]}, \"38825\": {\"path\": \"other/38825.jpg\", \"id\": 38825, \"objects\": [{\"bbox\": {\"xmin\": 200.0, \"ymin\": 944.445, \"xmax\": 212.698, \"ymax\": 963.4918}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 943.651, \"ymin\": 954.762, \"xmax\": 957.1428999999999, \"ymax\": 968.2544999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 169.048, \"ymin\": 940.476, \"xmax\": 180.9524, \"ymax\": 960.3175}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 884.127, \"ymin\": 953.968, \"xmax\": 896.0317, \"ymax\": 968.2539999999999}, \"category\": \"pne\"}]}, \"31960\": {\"path\": \"train/31960.jpg\", \"id\": 31960, \"objects\": [{\"bbox\": {\"xmin\": 1201.32, \"ymin\": 985.526, \"xmax\": 1223.6842, \"ymax\": 1009.2104999999999}, \"category\": \"pm20\"}]}, \"27822\": {\"path\": \"other/27822.jpg\", \"id\": 27822, \"objects\": [{\"bbox\": {\"xmin\": 889.683, \"ymin\": 1153.97, \"xmax\": 907.1428999999999, \"ymax\": 1196.0317}, \"category\": \"i12\"}]}, \"48857\": {\"path\": \"test/48857.jpg\", \"id\": 48857, \"objects\": [{\"bbox\": {\"xmin\": 855.2, \"ymin\": 196.0, \"xmax\": 1066.006, \"ymax\": 359.222}, \"category\": \"i2\"}]}, \"38416\": {\"path\": \"train/38416.jpg\", \"id\": 38416, \"objects\": [{\"bbox\": {\"xmin\": 1526.73, \"ymin\": 894.059, \"xmax\": 1552.454, \"ymax\": 921.7822}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1500.99, \"ymin\": 893.069, \"xmax\": 1525.7426, \"ymax\": 919.8019999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1556.51, \"ymin\": 894.061, \"xmax\": 1578.2193, \"ymax\": 921.7825}, \"category\": \"pn\"}]}, \"9852\": {\"path\": \"test/9852.jpg\", \"id\": 9852, \"objects\": [{\"bbox\": {\"xmin\": 1202.0, \"ymin\": 1109.0, \"xmax\": 1220.0, \"ymax\": 1131.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 579.0, \"xmax\": 159.0, \"ymax\": 797.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1203.0, \"ymin\": 1135.0, \"xmax\": 1220.0, \"ymax\": 1153.0}, \"category\": \"w58\"}]}, \"1011\": {\"path\": \"train/1011.jpg\", \"id\": 1011, \"objects\": [{\"bbox\": {\"xmin\": 1329.0, \"ymin\": 873.0, \"xmax\": 1362.0, \"ymax\": 908.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1327.0, \"ymin\": 909.0, \"xmax\": 1360.0, \"ymax\": 941.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1330.0, \"ymin\": 841.0, \"xmax\": 1367.0, \"ymax\": 873.0}, \"category\": \"w30\"}]}, \"10265\": {\"path\": \"other/10265.jpg\", \"id\": 10265, \"objects\": [{\"bbox\": {\"xmin\": 443.0, \"ymin\": 717.0, \"xmax\": 580.0, \"ymax\": 848.0}, \"category\": \"pr50\"}]}, \"96166\": {\"path\": \"train/96166.jpg\", \"id\": 96166, \"objects\": [{\"bbox\": {\"xmin\": 1476.0, \"ymin\": 834.667, \"xmax\": 1513.3333, \"ymax\": 874.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1578.67, \"ymin\": 844.0, \"xmax\": 1616.0, \"ymax\": 876.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1369.33, \"ymin\": 829.333, \"xmax\": 1407.9967, \"ymax\": 869.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1333.33, \"ymin\": 829.333, \"xmax\": 1365.33, \"ymax\": 864.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 832.0, \"xmax\": 1477.3333, \"ymax\": 872.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1549.33, \"ymin\": 838.667, \"xmax\": 1580.0, \"ymax\": 876.0}, \"category\": \"pl100\"}]}, \"37747\": {\"path\": \"train/37747.jpg\", \"id\": 37747, \"objects\": [{\"bbox\": {\"xmin\": 284.211, \"ymin\": 621.053, \"xmax\": 364.4737, \"ymax\": 711.8421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1188.16, \"ymin\": 873.684, \"xmax\": 1217.1053000000002, \"ymax\": 909.2104999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1155.26, \"ymin\": 869.737, \"xmax\": 1184.2105, \"ymax\": 909.2104999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1225.0, \"ymin\": 876.316, \"xmax\": 1256.5789, \"ymax\": 907.8947000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 36.8421, \"ymin\": 685.526, \"xmax\": 96.05260000000001, \"ymax\": 763.1578999999999}, \"category\": \"pne\"}]}, \"193\": {\"path\": \"test/193.jpg\", \"id\": 193, \"objects\": [{\"bbox\": {\"xmin\": 1108.0, \"ymin\": 712.0, \"xmax\": 1172.0, \"ymax\": 770.6667}, \"category\": \"p5\"}]}, \"51071\": {\"path\": \"test/51071.jpg\", \"id\": 51071, \"objects\": [{\"bbox\": {\"xmin\": 884.8, \"ymin\": 764.0, \"xmax\": 935.1999999999999, \"ymax\": 812.8}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1192.8, \"ymin\": 760.0, \"xmax\": 1243.2, \"ymax\": 808.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1041.6, \"ymin\": 762.4, \"xmax\": 1092.0, \"ymax\": 809.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 828.0, \"ymin\": 712.0, \"xmax\": 877.6, \"ymax\": 757.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 885.6, \"ymin\": 708.8, \"xmax\": 933.6, \"ymax\": 756.8}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 984.0, \"ymin\": 762.4, \"xmax\": 1032.8, \"ymax\": 809.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 828.8, \"ymin\": 766.4, \"xmax\": 877.5999999999999, \"ymax\": 813.6}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1134.4, \"ymin\": 760.8, \"xmax\": 1184.8000000000002, \"ymax\": 808.8}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1316.8, \"ymin\": 763.2, \"xmax\": 1366.3999999999999, \"ymax\": 810.4000000000001}, \"category\": \"pne\"}]}, \"26137\": {\"path\": \"train/26137.jpg\", \"id\": 26137, \"objects\": [{\"bbox\": {\"xmin\": 203.947, \"ymin\": 621.053, \"xmax\": 290.7895, \"ymax\": 717.1057}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1232.89, \"ymin\": 856.579, \"xmax\": 1271.0526, \"ymax\": 900.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1152.63, \"ymin\": 860.526, \"xmax\": 1192.1053000000002, \"ymax\": 900.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1194.74, \"ymin\": 857.895, \"xmax\": 1230.2632, \"ymax\": 900.0}, \"category\": \"pn\"}]}, \"65604\": {\"path\": \"train/65604.jpg\", \"id\": 65604, \"objects\": [{\"bbox\": {\"xmin\": 445.0, \"ymin\": 332.0, \"xmax\": 580.0, \"ymax\": 461.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 40.0, \"ymin\": 442.0, \"xmax\": 125.0, \"ymax\": 559.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 213.0, \"ymin\": 394.0, \"xmax\": 320.0, \"ymax\": 516.0}, \"category\": \"pn\"}]}, \"28006\": {\"path\": \"test/28006.jpg\", \"id\": 28006, \"objects\": [{\"bbox\": {\"xmin\": 980.392, \"ymin\": 856.863, \"xmax\": 1029.4118, \"ymax\": 898.8636}, \"category\": \"ph4.5\"}]}, \"23049\": {\"path\": \"other/23049.jpg\", \"id\": 23049, \"objects\": [{\"bbox\": {\"xmin\": 1174.67, \"ymin\": 693.333, \"xmax\": 1250.6667, \"ymax\": 764.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1082.67, \"ymin\": 692.0, \"xmax\": 1152.0, \"ymax\": 760.0}, \"category\": \"ps\"}]}, \"37789\": {\"path\": \"test/37789.jpg\", \"id\": 37789, \"objects\": [{\"bbox\": {\"xmin\": 368.254, \"ymin\": 921.429, \"xmax\": 392.8571, \"ymax\": 947.5248}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 707.143, \"ymin\": 926.19, \"xmax\": 730.1587000000001, \"ymax\": 948.4127000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 733.333, \"ymin\": 923.81, \"xmax\": 754.7619, \"ymax\": 948.5148999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 307.937, \"ymin\": 923.016, \"xmax\": 329.3651, \"ymax\": 946.8254}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 772.222, \"ymin\": 978.571, \"xmax\": 788.8888999999999, \"ymax\": 996.0317}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 773.016, \"ymin\": 999.206, \"xmax\": 790.4762, \"ymax\": 1015.873}, \"category\": \"i2r\"}]}, \"93822\": {\"path\": \"other/93822.jpg\", \"id\": 93822, \"objects\": [{\"bbox\": {\"xmin\": 1183.44, \"ymin\": 931.126, \"xmax\": 1196.6855, \"ymax\": 946.3574}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1292.72, \"ymin\": 921.854, \"xmax\": 1307.9470000000001, \"ymax\": 939.7351}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1308.61, \"ymin\": 923.179, \"xmax\": 1323.1788, \"ymax\": 940.3974}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1096.69, \"ymin\": 928.477, \"xmax\": 1111.2583, \"ymax\": 946.3575999999999}, \"category\": \"pne\"}]}, \"75398\": {\"path\": \"other/75398.jpg\", \"id\": 75398, \"objects\": [{\"bbox\": {\"xmin\": 1130.0, \"ymin\": 730.0, \"xmax\": 1192.0, \"ymax\": 792.0}, \"category\": \"pr30\"}]}, \"85862\": {\"path\": \"test/85862.jpg\", \"id\": 85862, \"objects\": [{\"bbox\": {\"xmin\": 1443.05, \"ymin\": 877.483, \"xmax\": 1470.8609, \"ymax\": 907.2847999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1474.17, \"ymin\": 878.807, \"xmax\": 1503.3113, \"ymax\": 907.9465}, \"category\": \"pn\"}]}, \"52358\": {\"path\": \"train/52358.jpg\", \"id\": 52358, \"objects\": [{\"bbox\": {\"xmin\": 1133.33, \"ymin\": 976.122, \"xmax\": 1165.1716, \"ymax\": 1005.9701}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1315.92, \"ymin\": 988.557, \"xmax\": 1334.8234, \"ymax\": 1007.9596}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1133.83, \"ymin\": 1006.97, \"xmax\": 1153.7288999999998, \"ymax\": 1027.8633}, \"category\": \"w59\"}]}, \"84001\": {\"path\": \"train/84001.jpg\", \"id\": 84001, \"objects\": [{\"bbox\": {\"xmin\": 1837.33, \"ymin\": 576.0, \"xmax\": 1942.664, \"ymax\": 693.333}, \"category\": \"w32\"}]}, \"70319\": {\"path\": \"train/70319.jpg\", \"id\": 70319, \"objects\": [{\"bbox\": {\"xmin\": 1113.0, \"ymin\": 711.0, \"xmax\": 1166.0, \"ymax\": 764.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1168.0, \"ymin\": 711.0, \"xmax\": 1220.0, \"ymax\": 763.0}, \"category\": \"pn\"}]}, \"67343\": {\"path\": \"train/67343.jpg\", \"id\": 67343, \"objects\": [{\"bbox\": {\"xmin\": 1240.8, \"ymin\": 1009.6, \"xmax\": 1259.2, \"ymax\": 1046.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1746.4, \"ymin\": 944.0, \"xmax\": 1772.8000000000002, \"ymax\": 973.6}, \"category\": \"pl100\"}]}, \"2706\": {\"path\": \"test/2706.jpg\", \"id\": 2706, \"objects\": [{\"bbox\": {\"xmin\": 1497.33, \"ymin\": 938.667, \"xmax\": 1518.6667, \"ymax\": 961.3333}, \"category\": \"pl60\"}]}, \"22372\": {\"path\": \"train/22372.jpg\", \"id\": 22372, \"objects\": [{\"bbox\": {\"xmin\": 1693.42, \"ymin\": 760.526, \"xmax\": 1759.2116, \"ymax\": 831.5789}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1602.63, \"ymin\": 751.316, \"xmax\": 1669.7274000000002, \"ymax\": 825.0}, \"category\": \"pl60\"}]}, \"43778\": {\"path\": \"test/43778.jpg\", \"id\": 43778, \"objects\": [{\"bbox\": {\"xmin\": 910.667, \"ymin\": 4.0, \"xmax\": 1188.0, \"ymax\": 174.667}, \"category\": \"p10\"}]}, \"86579\": {\"path\": \"test/86579.jpg\", \"id\": 86579, \"objects\": [{\"bbox\": {\"xmin\": 1592.0, \"ymin\": 682.667, \"xmax\": 1670.6634, \"ymax\": 766.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1594.67, \"ymin\": 768.0, \"xmax\": 1673.3333, \"ymax\": 854.6667}, \"category\": \"pm55\"}]}, \"68873\": {\"path\": \"train/68873.jpg\", \"id\": 68873, \"objects\": [{\"bbox\": {\"xmin\": 1336.0, \"ymin\": 525.333, \"xmax\": 1445.333, \"ymax\": 626.6669999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 517.333, \"xmax\": 1310.667, \"ymax\": 618.6669999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1722.67, \"ymin\": 658.667, \"xmax\": 1790.6667, \"ymax\": 736.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1722.67, \"ymin\": 744.0, \"xmax\": 1790.6667, \"ymax\": 822.6667}, \"category\": \"i2r\"}]}, \"29506\": {\"path\": \"train/29506.jpg\", \"id\": 29506, \"objects\": [{\"bbox\": {\"xmin\": 1709.4989013671875, \"ymin\": 1073.8988037109375, \"xmax\": 1738.1456298828125, \"ymax\": 1105.9991455078125}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1942.67, \"ymin\": 861.333, \"xmax\": 1980.0, \"ymax\": 908.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1942.67, \"ymin\": 982.667, \"xmax\": 1966.6667, \"ymax\": 1013.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1909.33, \"ymin\": 841.333, \"xmax\": 1941.3333, \"ymax\": 886.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1969.33, \"ymin\": 945.333, \"xmax\": 1999.9933999999998, \"ymax\": 983.9997}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1969.33, \"ymin\": 989.333, \"xmax\": 2001.3333, \"ymax\": 1025.3333}, \"category\": \"i2r\"}]}, \"42695\": {\"path\": \"other/42695.jpg\", \"id\": 42695, \"objects\": [{\"bbox\": {\"xmin\": 1577.54, \"ymin\": 905.072, \"xmax\": 1635.8696, \"ymax\": 957.6083}, \"category\": \"w59\"}]}, \"18716\": {\"path\": \"test/18716.jpg\", \"id\": 18716, \"objects\": [{\"bbox\": {\"xmin\": 1825.0, \"ymin\": 955.0, \"xmax\": 1840.0, \"ymax\": 976.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1726.0, \"ymin\": 877.0, \"xmax\": 1758.0, \"ymax\": 910.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1727.0, \"ymin\": 917.0, \"xmax\": 1759.0, \"ymax\": 951.0}, \"category\": \"pn\"}]}, \"80215\": {\"path\": \"test/80215.jpg\", \"id\": 80215, \"objects\": [{\"bbox\": {\"xmin\": 876.0, \"ymin\": 968.0, \"xmax\": 898.0, \"ymax\": 991.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1259.69, \"ymin\": 277.691, \"xmax\": 1458.412, \"ymax\": 434.777}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1059.66, \"ymin\": 254.0, \"xmax\": 1269.1840000000002, \"ymax\": 400.56399999999996}, \"category\": \"w22\"}]}, \"71412\": {\"path\": \"test/71412.jpg\", \"id\": 71412, \"objects\": [{\"bbox\": {\"xmin\": 1346.03, \"ymin\": 916.667, \"xmax\": 1364.2857, \"ymax\": 938.0952}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1323.02, \"ymin\": 915.873, \"xmax\": 1343.6508, \"ymax\": 938.0952000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1365.87, \"ymin\": 915.873, \"xmax\": 1387.3015999999998, \"ymax\": 940.4762000000001}, \"category\": \"pn\"}]}, \"76416\": {\"path\": \"other/76416.jpg\", \"id\": 76416, \"objects\": [{\"bbox\": {\"xmin\": 1231.79, \"ymin\": 956.954, \"xmax\": 1243.7086, \"ymax\": 967.5496999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1169.54, \"ymin\": 956.953, \"xmax\": 1178.15106, \"ymax\": 968.874}, \"category\": \"pne\"}]}, \"51115\": {\"path\": \"test/51115.jpg\", \"id\": 51115, \"objects\": [{\"bbox\": {\"xmin\": 1277.33, \"ymin\": 974.667, \"xmax\": 1316.0, \"ymax\": 1022.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1277.33, \"ymin\": 924.0, \"xmax\": 1314.6667, \"ymax\": 972.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1285.33, \"ymin\": 1025.33, \"xmax\": 1312.0, \"ymax\": 1072.0}, \"category\": \"pm5\"}]}, \"5002\": {\"path\": \"other/5002.jpg\", \"id\": 5002, \"objects\": [{\"bbox\": {\"xmin\": 739.757568359375, \"ymin\": 612.8109130859375, \"xmax\": 770.1514892578125, \"ymax\": 712.2413330078125}, \"category\": \"pn\"}]}, \"23819\": {\"path\": \"train/23819.jpg\", \"id\": 23819, \"objects\": [{\"bbox\": {\"xmin\": 405.263, \"ymin\": 984.211, \"xmax\": 442.1055, \"ymax\": 1063.1579}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1844.74, \"ymin\": 947.368, \"xmax\": 1894.7348, \"ymax\": 1018.4211}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 357.895, \"ymin\": 976.316, \"xmax\": 396.0526, \"ymax\": 1061.8421}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1789.47, \"ymin\": 950.0, \"xmax\": 1834.2126, \"ymax\": 1025.0}, \"category\": \"pne\"}]}, \"81036\": {\"path\": \"train/81036.jpg\", \"id\": 81036, \"objects\": [{\"bbox\": {\"xmin\": 378.431, \"ymin\": 152.941, \"xmax\": 486.275, \"ymax\": 350.98}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 213.725, \"ymin\": 19.6078, \"xmax\": 372.549, \"ymax\": 239.2158}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 498.039, \"ymin\": 264.706, \"xmax\": 568.6274999999999, \"ymax\": 449.02}, \"category\": \"pn\"}]}, \"67810\": {\"path\": \"train/67810.jpg\", \"id\": 67810, \"objects\": [{\"bbox\": {\"xmin\": 1483.0, \"ymin\": 998.0, \"xmax\": 1562.0, \"ymax\": 1080.0}, \"category\": \"pr40\"}]}, \"4867\": {\"path\": \"test/4867.jpg\", \"id\": 4867, \"objects\": [{\"bbox\": {\"xmin\": 989.8905639648438, \"ymin\": 947.8218994140625, \"xmax\": 1008.8400268554688, \"ymax\": 964.2227783203125}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 122.0, \"ymin\": 948.0, \"xmax\": 135.0, \"ymax\": 964.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 693.0, \"ymin\": 1031.0, \"xmax\": 729.0, \"ymax\": 1069.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 348.0, \"ymin\": 911.0, \"xmax\": 367.0, \"ymax\": 935.0}, \"category\": \"p5\"}]}, \"1028\": {\"path\": \"test/1028.jpg\", \"id\": 1028, \"objects\": [{\"bbox\": {\"xmin\": 626.667, \"ymin\": 1012.0, \"xmax\": 670.6667, \"ymax\": 1060.0}, \"category\": \"p5\"}]}, \"38875\": {\"path\": \"train/38875.jpg\", \"id\": 38875, \"objects\": [{\"bbox\": {\"xmin\": 752.0, \"ymin\": 755.0, \"xmax\": 807.0, \"ymax\": 809.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 810.0, \"ymin\": 758.0, \"xmax\": 863.0, \"ymax\": 812.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1660.0, \"ymin\": 808.0, \"xmax\": 1686.0, \"ymax\": 842.0}, \"category\": \"w32\"}]}, \"13041\": {\"path\": \"test/13041.jpg\", \"id\": 13041, \"objects\": [{\"bbox\": {\"xmin\": 1312.0, \"ymin\": 878.667, \"xmax\": 1368.0, \"ymax\": 933.3333}, \"category\": \"pl40\"}]}, \"45543\": {\"path\": \"train/45543.jpg\", \"id\": 45543, \"objects\": [{\"bbox\": {\"xmin\": 1745.33, \"ymin\": 916.0, \"xmax\": 1786.6667, \"ymax\": 965.3333}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 1337.33, \"ymin\": 925.333, \"xmax\": 1358.6699999999998, \"ymax\": 945.3333}, \"category\": \"pbm\"}]}, \"53268\": {\"path\": \"test/53268.jpg\", \"id\": 53268, \"objects\": [{\"bbox\": {\"xmin\": 1462.67, \"ymin\": 720.0, \"xmax\": 1544.0, \"ymax\": 804.0}, \"category\": \"pl40\"}]}, \"64240\": {\"path\": \"train/64240.jpg\", \"id\": 64240, \"objects\": [{\"bbox\": {\"xmin\": 1602.67, \"ymin\": 885.333, \"xmax\": 1649.3267, \"ymax\": 930.6667}, \"category\": \"pl40\"}]}, \"27169\": {\"path\": \"test/27169.jpg\", \"id\": 27169, \"objects\": [{\"bbox\": {\"xmin\": 1626.0, \"ymin\": 704.0, \"xmax\": 1651.0, \"ymax\": 735.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 973.0, \"xmax\": 1213.0, \"ymax\": 989.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 646.0, \"ymin\": 812.0, \"xmax\": 682.0, \"ymax\": 854.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 606.0, \"ymin\": 814.0, \"xmax\": 642.0, \"ymax\": 856.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 534.0, \"ymin\": 934.0, \"xmax\": 563.0, \"ymax\": 962.0}, \"category\": \"w45\"}]}, \"25591\": {\"path\": \"train/25591.jpg\", \"id\": 25591, \"objects\": [{\"bbox\": {\"xmin\": 1782.67, \"ymin\": 801.333, \"xmax\": 1850.6667, \"ymax\": 874.6667}, \"category\": \"pl60\"}]}, \"43064\": {\"path\": \"train/43064.jpg\", \"id\": 43064, \"objects\": [{\"bbox\": {\"xmin\": 1723.76, \"ymin\": 856.436, \"xmax\": 1797.0297, \"ymax\": 930.6931000000001}, \"category\": \"ip\"}]}, \"24576\": {\"path\": \"other/24576.jpg\", \"id\": 24576, \"objects\": [{\"bbox\": {\"xmin\": 1862.67, \"ymin\": 848.0, \"xmax\": 1977.333, \"ymax\": 980.0}, \"category\": \"p1\"}]}, \"29294\": {\"path\": \"train/29294.jpg\", \"id\": 29294, \"objects\": [{\"bbox\": {\"xmin\": 1142.06, \"ymin\": 949.206, \"xmax\": 1180.1544999999999, \"ymax\": 982.5394}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1534.13, \"ymin\": 823.016, \"xmax\": 1662.698, \"ymax\": 943.651}, \"category\": \"w59\"}]}, \"43729\": {\"path\": \"other/43729.jpg\", \"id\": 43729, \"objects\": [{\"bbox\": {\"xmin\": 1247.350341796875, \"ymin\": 1125.9669189453125, \"xmax\": 1304.7802734375, \"ymax\": 1191.0157470703125}, \"category\": \"w32\"}]}, \"93420\": {\"path\": \"train/93420.jpg\", \"id\": 93420, \"objects\": [{\"bbox\": {\"xmin\": 1244.0, \"ymin\": 934.4, \"xmax\": 1304.8, \"ymax\": 998.4}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 841.6, \"ymin\": 944.8, \"xmax\": 864.8000000000001, \"ymax\": 965.5999999999999}, \"category\": \"w57\"}]}, \"27095\": {\"path\": \"other/27095.jpg\", \"id\": 27095, \"objects\": [{\"bbox\": {\"xmin\": 1318.3431396484375, \"ymin\": 1062.4388427734375, \"xmax\": 1338.6016845703125, \"ymax\": 1080.3475341796875}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1247.8458251953125, \"ymin\": 1063.96630859375, \"xmax\": 1267.3648681640625, \"ymax\": 1081.181884765625}, \"category\": \"i4\"}]}, \"50487\": {\"path\": \"train/50487.jpg\", \"id\": 50487, \"objects\": [{\"bbox\": {\"xmin\": 1795.0, \"ymin\": 588.0, \"xmax\": 1859.0, \"ymax\": 657.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1569.0, \"ymin\": 862.0, \"xmax\": 1647.0, \"ymax\": 949.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1564.0, \"ymin\": 773.0, \"xmax\": 1644.0, \"ymax\": 858.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1653.0, \"ymin\": 578.0, \"xmax\": 1723.0, \"ymax\": 656.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1730.0, \"ymin\": 592.0, \"xmax\": 1794.0, \"ymax\": 668.0}, \"category\": \"pm20\"}]}, \"27801\": {\"path\": \"train/27801.jpg\", \"id\": 27801, \"objects\": [{\"bbox\": {\"xmin\": 1765.9404296875, \"ymin\": 604.355224609375, \"xmax\": 1813.93896484375, \"ymax\": 673.0550537109375}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 964.9, \"ymin\": 962.252, \"xmax\": 985.43, \"ymax\": 983.4436999999999}, \"category\": \"pne\"}]}, \"12025\": {\"path\": \"other/12025.jpg\", \"id\": 12025, \"objects\": [{\"bbox\": {\"xmin\": 1052.19, \"ymin\": 948.207, \"xmax\": 1063.7450000000001, \"ymax\": 961.753}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1067.33, \"ymin\": 948.606, \"xmax\": 1079.6813, \"ymax\": 961.3546}, \"category\": \"pn\"}]}, \"88086\": {\"path\": \"train/88086.jpg\", \"id\": 88086, \"objects\": [{\"bbox\": {\"xmin\": 112.0, \"ymin\": 637.333, \"xmax\": 169.3333, \"ymax\": 724.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 170.667, \"ymin\": 650.667, \"xmax\": 225.3333, \"ymax\": 730.6667}, \"category\": \"pn\"}]}, \"48135\": {\"path\": \"test/48135.jpg\", \"id\": 48135, \"objects\": [{\"bbox\": {\"xmin\": 290.196, \"ymin\": 982.119, \"xmax\": 315.894, \"ymax\": 1013.7246}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 290.196, \"ymin\": 949.007, \"xmax\": 315.6863, \"ymax\": 979.4702}, \"category\": \"pl5\"}]}, \"96055\": {\"path\": \"test/96055.jpg\", \"id\": 96055, \"objects\": [{\"bbox\": {\"xmin\": 1396.0, \"ymin\": 989.333, \"xmax\": 1441.3333, \"ymax\": 1033.3333}, \"category\": \"pm20\"}]}, \"46944\": {\"path\": \"train/46944.jpg\", \"id\": 46944, \"objects\": [{\"bbox\": {\"xmin\": 1282.39, \"ymin\": 846.023, \"xmax\": 1306.2536, \"ymax\": 870.4549000000001}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1127.27, \"ymin\": 956.818, \"xmax\": 1142.0427, \"ymax\": 972.1593}, \"category\": \"p26\"}]}, \"83764\": {\"path\": \"train/83764.jpg\", \"id\": 83764, \"objects\": [{\"bbox\": {\"xmin\": 1724.0, \"ymin\": 740.0, \"xmax\": 1774.0, \"ymax\": 798.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1998.0, \"ymin\": 781.0, \"xmax\": 2035.0, \"ymax\": 833.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1879.0, \"ymin\": 761.0, \"xmax\": 1922.0, \"ymax\": 815.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1666.0, \"ymin\": 674.0, \"xmax\": 1718.0, \"ymax\": 729.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1727.0, \"ymin\": 682.0, \"xmax\": 1777.0, \"ymax\": 737.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1821.0, \"ymin\": 753.0, \"xmax\": 1866.0, \"ymax\": 806.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1666.0, \"ymin\": 734.0, \"xmax\": 1718.0, \"ymax\": 789.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1948.0, \"ymin\": 774.0, \"xmax\": 1987.0, \"ymax\": 822.0}, \"category\": \"pl80\"}]}, \"71807\": {\"path\": \"test/71807.jpg\", \"id\": 71807, \"objects\": [{\"bbox\": {\"xmin\": 1330.67, \"ymin\": 813.333, \"xmax\": 1361.3300000000002, \"ymax\": 843.9993999999999}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1512.0, \"ymin\": 824.0, \"xmax\": 1538.6667, \"ymax\": 853.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1421.33, \"ymin\": 818.667, \"xmax\": 1450.6667, \"ymax\": 848.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1297.33, \"ymin\": 777.333, \"xmax\": 1328.0, \"ymax\": 806.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1330.67, \"ymin\": 780.0, \"xmax\": 1361.3333, \"ymax\": 810.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1389.33, \"ymin\": 817.333, \"xmax\": 1417.3333, \"ymax\": 846.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 812.0, \"xmax\": 1326.6667, \"ymax\": 842.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1480.0, \"ymin\": 821.333, \"xmax\": 1509.3333, \"ymax\": 850.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1576.0, \"ymin\": 826.667, \"xmax\": 1604.0, \"ymax\": 856.0}, \"category\": \"pne\"}]}, \"77868\": {\"path\": \"test/77868.jpg\", \"id\": 77868, \"objects\": [{\"bbox\": {\"xmin\": 1937.33, \"ymin\": 765.333, \"xmax\": 1998.6667, \"ymax\": 845.3326999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2008.0, \"ymin\": 778.667, \"xmax\": 2049.3333, \"ymax\": 854.6667}, \"category\": \"pn\"}]}, \"43930\": {\"path\": \"train/43930.jpg\", \"id\": 43930, \"objects\": [{\"bbox\": {\"xmin\": 1264.2, \"ymin\": 977.273, \"xmax\": 1290.3409000000001, \"ymax\": 1002.2731}, \"category\": \"pm20\"}]}, \"16446\": {\"path\": \"train/16446.jpg\", \"id\": 16446, \"objects\": [{\"bbox\": {\"xmin\": 907.937, \"ymin\": 927.778, \"xmax\": 926.9841, \"ymax\": 949.0066}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 830.159, \"ymin\": 934.127, \"xmax\": 848.4127, \"ymax\": 950.3311}, \"category\": \"pne\"}]}, \"52818\": {\"path\": \"train/52818.jpg\", \"id\": 52818, \"objects\": [{\"bbox\": {\"xmin\": 1040.556640625, \"ymin\": 965.3386840820312, \"xmax\": 1071.504150390625, \"ymax\": 985.6497192382812}, \"category\": \"wc\"}, {\"bbox\": {\"xmin\": 1696.0, \"ymin\": 930.667, \"xmax\": 1844.0, \"ymax\": 1064.0}, \"category\": \"pg\"}]}, \"33586\": {\"path\": \"train/33586.jpg\", \"id\": 33586, \"objects\": [{\"bbox\": {\"xmin\": 1563.07, \"ymin\": 841.477, \"xmax\": 1598.3, \"ymax\": 880.1136}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1601.71, \"ymin\": 843.75, \"xmax\": 1636.3636000000001, \"ymax\": 882.3859}, \"category\": \"pn\"}]}, \"62656\": {\"path\": \"train/62656.jpg\", \"id\": 62656, \"objects\": [{\"bbox\": {\"xmin\": 59.061866760253906, \"ymin\": 1184.909423828125, \"xmax\": 79.7867660522461, \"ymax\": 1208.275390625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 988.096, \"ymin\": 1245.24, \"xmax\": 1018.2543000000001, \"ymax\": 1280.9524000000001}, \"category\": \"pl30\"}]}, \"25192\": {\"path\": \"train/25192.jpg\", \"id\": 25192, \"objects\": [{\"bbox\": {\"xmin\": 376.471, \"ymin\": 692.157, \"xmax\": 450.98040000000003, \"ymax\": 764.7059}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 213.725, \"ymin\": 719.608, \"xmax\": 270.5882, \"ymax\": 788.2352999999999}, \"category\": \"pne\"}]}, \"68682\": {\"path\": \"other/68682.jpg\", \"id\": 68682, \"objects\": [{\"bbox\": {\"xmin\": 603.947, \"ymin\": 965.789, \"xmax\": 631.5789, \"ymax\": 1026.3158}, \"category\": \"w30\"}]}, \"34837\": {\"path\": \"other/34837.jpg\", \"id\": 34837, \"objects\": [{\"bbox\": {\"xmin\": 1794.552490234375, \"ymin\": 931.7913818359375, \"xmax\": 1881.770751953125, \"ymax\": 1037.3841552734375}, \"category\": \"pr5\"}, {\"bbox\": {\"xmin\": 1688.0, \"ymin\": 845.333, \"xmax\": 1765.3333, \"ymax\": 924.0}, \"category\": \"pm50\"}]}, \"30920\": {\"path\": \"train/30920.jpg\", \"id\": 30920, \"objects\": [{\"bbox\": {\"xmin\": 1569.0, \"ymin\": 850.0, \"xmax\": 1596.0, \"ymax\": 878.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1471.0, \"ymin\": 968.0, \"xmax\": 1501.0, \"ymax\": 996.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1472.0, \"ymin\": 934.0, \"xmax\": 1502.0, \"ymax\": 964.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1508.0, \"ymin\": 856.0, \"xmax\": 1537.0, \"ymax\": 885.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1539.0, \"ymin\": 856.0, \"xmax\": 1566.0, \"ymax\": 887.0}, \"category\": \"pm20\"}]}, \"56348\": {\"path\": \"train/56348.jpg\", \"id\": 56348, \"objects\": [{\"bbox\": {\"xmin\": 1822.0, \"ymin\": 913.0, \"xmax\": 1857.0, \"ymax\": 951.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1782.0, \"ymin\": 911.0, \"xmax\": 1812.0, \"ymax\": 949.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1249.0, \"ymin\": 971.0, \"xmax\": 1269.0, \"ymax\": 994.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1612.0, \"ymin\": 795.0, \"xmax\": 1647.0, \"ymax\": 836.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1521.0, \"ymin\": 954.0, \"xmax\": 1548.0, \"ymax\": 981.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1801.0, \"ymin\": 875.0, \"xmax\": 1830.0, \"ymax\": 912.0}, \"category\": \"pmr\"}]}, \"93454\": {\"path\": \"train/93454.jpg\", \"id\": 93454, \"objects\": [{\"bbox\": {\"xmin\": 1949.877685546875, \"ymin\": 698.5892333984375, \"xmax\": 1980.51904296875, \"ymax\": 731.4632568359375}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1004.0, \"ymin\": 780.0, \"xmax\": 1050.4, \"ymax\": 828.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 954.4, \"ymin\": 781.6, \"xmax\": 1003.1999999999999, \"ymax\": 832.8000000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 865.6, \"ymin\": 924.0, \"xmax\": 903.2, \"ymax\": 954.4}, \"category\": \"w45\"}]}, \"92768\": {\"path\": \"other/92768.jpg\", \"id\": 92768, \"objects\": [{\"bbox\": {\"xmin\": 1309.93, \"ymin\": 937.086, \"xmax\": 1321.8543, \"ymax\": 952.3179}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1289.4, \"ymin\": 935.099, \"xmax\": 1304.6358, \"ymax\": 952.9801}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1325.83, \"ymin\": 937.748, \"xmax\": 1340.3973999999998, \"ymax\": 953.6424000000001}, \"category\": \"pn\"}]}, \"36072\": {\"path\": \"train/36072.jpg\", \"id\": 36072, \"objects\": [{\"bbox\": {\"xmin\": 233.663, \"ymin\": 866.337, \"xmax\": 254.4554, \"ymax\": 894.0594}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1330.69, \"ymin\": 922.772, \"xmax\": 1348.5149000000001, \"ymax\": 944.5545000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 131.683, \"ymin\": 851.485, \"xmax\": 156.4356, \"ymax\": 881.1881}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1236.63, \"ymin\": 918.812, \"xmax\": 1257.4101, \"ymax\": 939.604}, \"category\": \"pne\"}]}, \"67171\": {\"path\": \"train/67171.jpg\", \"id\": 67171, \"objects\": [{\"bbox\": {\"xmin\": 348.812, \"ymin\": 923.529, \"xmax\": 482.353, \"ymax\": 1064.705}, \"category\": \"w55\"}]}, \"4453\": {\"path\": \"train/4453.jpg\", \"id\": 4453, \"objects\": [{\"bbox\": {\"xmin\": 1692.0, \"ymin\": 957.333, \"xmax\": 1750.6667, \"ymax\": 1018.6667}, \"category\": \"pm30\"}]}, \"26338\": {\"path\": \"train/26338.jpg\", \"id\": 26338, \"objects\": [{\"bbox\": {\"xmin\": 999.432, \"ymin\": 877.273, \"xmax\": 1028.4089, \"ymax\": 909.0909}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1031.82, \"ymin\": 877.84, \"xmax\": 1061.9299999999998, \"ymax\": 908.5227}, \"category\": \"pn\"}]}, \"29816\": {\"path\": \"train/29816.jpg\", \"id\": 29816, \"objects\": [{\"bbox\": {\"xmin\": 822.222, \"ymin\": 907.937, \"xmax\": 848.4123999999999, \"ymax\": 983.3333}, \"category\": \"pne\"}]}, \"5862\": {\"path\": \"train/5862.jpg\", \"id\": 5862, \"objects\": [{\"bbox\": {\"xmin\": 1082.54, \"ymin\": 936.508, \"xmax\": 1094.4443999999999, \"ymax\": 950.7937000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1062.7, \"ymin\": 936.508, \"xmax\": 1079.3651, \"ymax\": 953.9683}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1098.41, \"ymin\": 934.921, \"xmax\": 1114.2857000000001, \"ymax\": 952.3810000000001}, \"category\": \"pn\"}]}, \"1935\": {\"path\": \"test/1935.jpg\", \"id\": 1935, \"objects\": [{\"bbox\": {\"xmin\": 1676.0, \"ymin\": 1157.33, \"xmax\": 1701.3333, \"ymax\": 1185.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1676.0, \"ymin\": 1105.33, \"xmax\": 1702.6667, \"ymax\": 1132.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 252.0, \"ymin\": 1265.33, \"xmax\": 273.3333, \"ymax\": 1309.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 253.333, \"ymin\": 1308.0, \"xmax\": 274.6667, \"ymax\": 1346.6667}, \"category\": \"i2r\"}]}, \"61754\": {\"path\": \"train/61754.jpg\", \"id\": 61754, \"objects\": [{\"bbox\": {\"xmin\": 1299.2, \"ymin\": 785.6, \"xmax\": 1340.0, \"ymax\": 828.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 776.0, \"xmax\": 1134.4, \"ymax\": 820.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 885.6, \"ymin\": 773.6, \"xmax\": 927.2, \"ymax\": 816.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1451.2, \"ymin\": 767.2, \"xmax\": 1490.4, \"ymax\": 808.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1834.4, \"ymin\": 851.2, \"xmax\": 1869.6000000000001, \"ymax\": 899.2}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 696.0, \"ymin\": 767.2, \"xmax\": 759.2, \"ymax\": 830.4000000000001}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 990.4, \"ymin\": 774.4, \"xmax\": 1033.6, \"ymax\": 814.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 788.0, \"ymin\": 770.4, \"xmax\": 831.2, \"ymax\": 812.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 779.2, \"xmax\": 1240.0, \"ymax\": 821.6}, \"category\": \"pl80\"}]}, \"75863\": {\"path\": \"train/75863.jpg\", \"id\": 75863, \"objects\": [{\"bbox\": {\"xmin\": 1745.27, \"ymin\": 944.776, \"xmax\": 1784.575, \"ymax\": 984.5771}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1746.76, \"ymin\": 987.562, \"xmax\": 1780.5945, \"ymax\": 1015.4229}, \"category\": \"w59\"}]}, \"19058\": {\"path\": \"test/19058.jpg\", \"id\": 19058, \"objects\": [{\"bbox\": {\"xmin\": 42.6667, \"ymin\": 952.0, \"xmax\": 137.3333, \"ymax\": 1045.3333}, \"category\": \"wc\"}]}, \"53284\": {\"path\": \"train/53284.jpg\", \"id\": 53284, \"objects\": [{\"bbox\": {\"xmin\": 1204.43, \"ymin\": 926.106, \"xmax\": 1222.1239, \"ymax\": 946.0177}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1182.3, \"ymin\": 929.646, \"xmax\": 1203.0999, \"ymax\": 947.7876}, \"category\": \"w13\"}]}, \"12643\": {\"path\": \"test/12643.jpg\", \"id\": 12643, \"objects\": [{\"bbox\": {\"xmin\": 66.0, \"ymin\": 728.0, \"xmax\": 225.0, \"ymax\": 902.0}, \"category\": \"p10\"}]}, \"11350\": {\"path\": \"other/11350.jpg\", \"id\": 11350, \"objects\": [{\"bbox\": {\"xmin\": 696.3327026367188, \"ymin\": 1029.3472900390625, \"xmax\": 718.4815063476562, \"ymax\": 1052.9222412109375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1951.0, \"ymin\": 1017.0, \"xmax\": 1979.0, \"ymax\": 1054.0}, \"category\": \"pm1.5\"}]}, \"68473\": {\"path\": \"test/68473.jpg\", \"id\": 68473, \"objects\": [{\"bbox\": {\"xmin\": 196.0, \"ymin\": 993.0, \"xmax\": 221.0, \"ymax\": 1035.0}, \"category\": \"i5\"}]}, \"88796\": {\"path\": \"other/88796.jpg\", \"id\": 88796, \"objects\": [{\"bbox\": {\"xmin\": 473.70281982421875, \"ymin\": 1082.887939453125, \"xmax\": 492.0284423828125, \"ymax\": 1103.7724609375}, \"category\": \"i4\"}]}, \"92399\": {\"path\": \"test/92399.jpg\", \"id\": 92399, \"objects\": [{\"bbox\": {\"xmin\": 904.762, \"ymin\": 965.873, \"xmax\": 940.4761, \"ymax\": 1002.3810000000001}, \"category\": \"pne\"}]}, \"88999\": {\"path\": \"test/88999.jpg\", \"id\": 88999, \"objects\": [{\"bbox\": {\"xmin\": 818.0, \"ymin\": 886.0, \"xmax\": 840.0, \"ymax\": 910.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 751.0, \"ymin\": 633.0, \"xmax\": 837.0, \"ymax\": 719.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 792.0, \"ymin\": 885.0, \"xmax\": 815.0, \"ymax\": 911.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 782.0, \"ymin\": 943.0, \"xmax\": 836.0, \"ymax\": 998.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 841.0, \"ymin\": 638.0, \"xmax\": 928.0, \"ymax\": 723.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 841.0, \"ymin\": 887.0, \"xmax\": 853.0, \"ymax\": 908.0}, \"category\": \"pn\"}]}, \"14820\": {\"path\": \"other/14820.jpg\", \"id\": 14820, \"objects\": [{\"bbox\": {\"xmin\": 834.127, \"ymin\": 995.238, \"xmax\": 862.6984, \"ymax\": 1025.3968}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 903.175, \"ymin\": 957.143, \"xmax\": 911.90476, \"ymax\": 969.0476}, \"category\": \"pne\"}]}, \"49339\": {\"path\": \"other/49339.jpg\", \"id\": 49339, \"objects\": [{\"bbox\": {\"xmin\": 408.0, \"ymin\": 948.0, \"xmax\": 486.4, \"ymax\": 1022.4}, \"category\": \"w34\"}, {\"bbox\": {\"xmin\": 1800.8, \"ymin\": 942.4, \"xmax\": 1876.8, \"ymax\": 1016.8}, \"category\": \"w34\"}]}, \"81967\": {\"path\": \"train/81967.jpg\", \"id\": 81967, \"objects\": [{\"bbox\": {\"xmin\": 1458.42, \"ymin\": 935.644, \"xmax\": 1477.2277000000001, \"ymax\": 959.4059}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1421.78, \"ymin\": 935.644, \"xmax\": 1436.6336999999999, \"ymax\": 954.4554}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1438.61, \"ymin\": 937.624, \"xmax\": 1455.4454999999998, \"ymax\": 957.4257}, \"category\": \"pn\"}]}, \"62896\": {\"path\": \"train/62896.jpg\", \"id\": 62896, \"objects\": [{\"bbox\": {\"xmin\": 714.851, \"ymin\": 951.485, \"xmax\": 758.4158, \"ymax\": 993.0694}, \"category\": \"pne\"}]}, \"1053\": {\"path\": \"train/1053.jpg\", \"id\": 1053, \"objects\": [{\"bbox\": {\"xmin\": 915.0, \"ymin\": 951.0, \"xmax\": 958.0, \"ymax\": 992.0}, \"category\": \"w59\"}]}, \"53755\": {\"path\": \"train/53755.jpg\", \"id\": 53755, \"objects\": [{\"bbox\": {\"xmin\": 1395.05, \"ymin\": 927.723, \"xmax\": 1434.2105, \"ymax\": 966.3366}, \"category\": \"p10\"}]}, \"51469\": {\"path\": \"train/51469.jpg\", \"id\": 51469, \"objects\": [{\"bbox\": {\"xmin\": 1824.0, \"ymin\": 948.0, \"xmax\": 1850.6667, \"ymax\": 976.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1824.0, \"ymin\": 922.667, \"xmax\": 1849.3333, \"ymax\": 948.0}, \"category\": \"pcl\"}]}, \"68570\": {\"path\": \"train/68570.jpg\", \"id\": 68570, \"objects\": [{\"bbox\": {\"xmin\": 1100.4, \"ymin\": 920.717, \"xmax\": 1117.1315000000002, \"ymax\": 939.0438}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1119.53, \"ymin\": 921.116, \"xmax\": 1134.6614, \"ymax\": 939.4426}, \"category\": \"pn\"}]}, \"31213\": {\"path\": \"train/31213.jpg\", \"id\": 31213, \"objects\": [{\"bbox\": {\"xmin\": 1355.0, \"ymin\": 823.0, \"xmax\": 1391.0, \"ymax\": 863.0}, \"category\": \"p19\"}]}, \"88473\": {\"path\": \"train/88473.jpg\", \"id\": 88473, \"objects\": [{\"bbox\": {\"xmin\": 450.0, \"ymin\": 820.0, \"xmax\": 489.0, \"ymax\": 870.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 489.0, \"ymin\": 824.0, \"xmax\": 528.0, \"ymax\": 874.0}, \"category\": \"pn\"}]}, \"74667\": {\"path\": \"other/74667.jpg\", \"id\": 74667, \"objects\": [{\"bbox\": {\"xmin\": 1318.67, \"ymin\": 414.667, \"xmax\": 1429.333, \"ymax\": 508.0}, \"category\": \"pl35\"}]}, \"90493\": {\"path\": \"train/90493.jpg\", \"id\": 90493, \"objects\": [{\"bbox\": {\"xmin\": 1101.32, \"ymin\": 981.457, \"xmax\": 1115.8962999999999, \"ymax\": 1000.6625}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1339.07, \"ymin\": 978.808, \"xmax\": 1361.5848999999998, \"ymax\": 999.3377}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1129.8, \"ymin\": 982.781, \"xmax\": 1151.6556, \"ymax\": 999.3376999999999}, \"category\": \"w59\"}]}, \"38030\": {\"path\": \"test/38030.jpg\", \"id\": 38030, \"objects\": [{\"bbox\": {\"xmin\": 808.911, \"ymin\": 920.792, \"xmax\": 841.5841999999999, \"ymax\": 953.4653000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1116.83, \"ymin\": 959.406, \"xmax\": 1133.6634, \"ymax\": 976.2375999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1080.2, \"ymin\": 957.426, \"xmax\": 1096.0396, \"ymax\": 979.2079}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1096.04, \"ymin\": 958.416, \"xmax\": 1116.8317, \"ymax\": 977.2277}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 709.901, \"ymin\": 927.723, \"xmax\": 738.6139, \"ymax\": 954.4553999999999}, \"category\": \"pne\"}]}, \"79356\": {\"path\": \"train/79356.jpg\", \"id\": 79356, \"objects\": [{\"bbox\": {\"xmin\": 208.911, \"ymin\": 996.04, \"xmax\": 226.7327, \"ymax\": 1014.8515}, \"category\": \"pn\"}]}, \"9816\": {\"path\": \"train/9816.jpg\", \"id\": 9816, \"objects\": [{\"bbox\": {\"xmin\": 428.0, \"ymin\": 807.0, \"xmax\": 458.0, \"ymax\": 865.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 287.0, \"ymin\": 761.0, \"xmax\": 324.0, \"ymax\": 828.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 78.0, \"ymin\": 696.0, \"xmax\": 133.0, \"ymax\": 777.0}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 391.0, \"ymin\": 794.0, \"xmax\": 416.0, \"ymax\": 853.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 670.0, \"xmax\": 43.0, \"ymax\": 754.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 221.0, \"ymin\": 740.0, \"xmax\": 263.0, \"ymax\": 811.0}, \"category\": \"pl80\"}]}, \"42061\": {\"path\": \"train/42061.jpg\", \"id\": 42061, \"objects\": [{\"bbox\": {\"xmin\": 1203.0, \"ymin\": 1006.0, \"xmax\": 1218.0, \"ymax\": 1024.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1519.0, \"ymin\": 908.0, \"xmax\": 1565.0, \"ymax\": 955.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1122.0, \"ymin\": 995.0, \"xmax\": 1135.0, \"ymax\": 1013.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1203.0, \"ymin\": 993.0, \"xmax\": 1218.0, \"ymax\": 1008.0}, \"category\": \"w57\"}]}, \"26789\": {\"path\": \"test/26789.jpg\", \"id\": 26789, \"objects\": [{\"bbox\": {\"xmin\": 541.176, \"ymin\": 98.0392, \"xmax\": 629.4118000000001, \"ymax\": 292.1572}, \"category\": \"pn\"}]}, \"11555\": {\"path\": \"train/11555.jpg\", \"id\": 11555, \"objects\": [{\"bbox\": {\"xmin\": 344.0, \"ymin\": 821.0, \"xmax\": 388.0, \"ymax\": 868.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 390.0, \"ymin\": 815.0, \"xmax\": 432.0, \"ymax\": 863.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 489.0, \"ymin\": 838.0, \"xmax\": 537.0, \"ymax\": 888.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 436.0, \"ymin\": 810.0, \"xmax\": 481.0, \"ymax\": 859.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 489.0, \"ymin\": 889.0, \"xmax\": 539.0, \"ymax\": 943.0}, \"category\": \"pbm\"}]}, \"68517\": {\"path\": \"train/68517.jpg\", \"id\": 68517, \"objects\": [{\"bbox\": {\"xmin\": 627.0, \"ymin\": 906.0, \"xmax\": 663.0, \"ymax\": 956.0}, \"category\": \"p10\"}]}, \"81148\": {\"path\": \"test/81148.jpg\", \"id\": 81148, \"objects\": [{\"bbox\": {\"xmin\": 1452.48, \"ymin\": 1035.64, \"xmax\": 1486.1434, \"ymax\": 1070.297}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1456.44, \"ymin\": 1004.95, \"xmax\": 1483.1683, \"ymax\": 1036.6337}, \"category\": \"pl5\"}]}, \"59777\": {\"path\": \"train/59777.jpg\", \"id\": 59777, \"objects\": [{\"bbox\": {\"xmin\": 1168.0, \"ymin\": 845.333, \"xmax\": 1204.0, \"ymax\": 880.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1126.67, \"ymin\": 845.333, \"xmax\": 1162.6667, \"ymax\": 878.6667}, \"category\": \"w57\"}]}, \"60970\": {\"path\": \"other/60970.jpg\", \"id\": 60970, \"objects\": [{\"bbox\": {\"xmin\": 915.894, \"ymin\": 943.046, \"xmax\": 930.4636, \"ymax\": 958.2781}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1103.97, \"ymin\": 948.344, \"xmax\": 1115.2318, \"ymax\": 962.2517}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1071.52, \"ymin\": 948.344, \"xmax\": 1084.106, \"ymax\": 962.9139}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1087.42, \"ymin\": 947.682, \"xmax\": 1100.0, \"ymax\": 962.2517}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 854.305, \"ymin\": 943.046, \"xmax\": 867.5496999999999, \"ymax\": 960.2649}, \"category\": \"pne\"}]}, \"34324\": {\"path\": \"train/34324.jpg\", \"id\": 34324, \"objects\": [{\"bbox\": {\"xmin\": 1163.68, \"ymin\": 984.578, \"xmax\": 1203.4851, \"ymax\": 1021.8905}, \"category\": \"pm20\"}]}, \"12397\": {\"path\": \"train/12397.jpg\", \"id\": 12397, \"objects\": [{\"bbox\": {\"xmin\": 2009.0, \"ymin\": 985.0, \"xmax\": 2048.0, \"ymax\": 1043.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1668.0, \"ymin\": 1266.0, \"xmax\": 1748.0, \"ymax\": 1347.0}, \"category\": \"pn\"}]}, \"71249\": {\"path\": \"test/71249.jpg\", \"id\": 71249, \"objects\": [{\"bbox\": {\"xmin\": 1036.81, \"ymin\": 1099.5, \"xmax\": 1053.7264, \"ymax\": 1118.408}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1056.22, \"ymin\": 1099.99, \"xmax\": 1072.6343, \"ymax\": 1116.908}, \"category\": \"pn\"}]}, \"57363\": {\"path\": \"test/57363.jpg\", \"id\": 57363, \"objects\": [{\"bbox\": {\"xmin\": 592.063, \"ymin\": 750.0, \"xmax\": 635.7139999999999, \"ymax\": 819.048}, \"category\": \"pl80\"}]}, \"91219\": {\"path\": \"train/91219.jpg\", \"id\": 91219, \"objects\": [{\"bbox\": {\"xmin\": 1876.47, \"ymin\": 619.608, \"xmax\": 1954.902, \"ymax\": 711.7647}, \"category\": \"pne\"}]}, \"2007\": {\"path\": \"test/2007.jpg\", \"id\": 2007, \"objects\": [{\"bbox\": {\"xmin\": 319.737, \"ymin\": 711.842, \"xmax\": 353.9474, \"ymax\": 769.7368}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 78.9474, \"ymin\": 626.316, \"xmax\": 127.63159999999999, \"ymax\": 692.1053}, \"category\": \"pne\"}]}, \"51610\": {\"path\": \"train/51610.jpg\", \"id\": 51610, \"objects\": [{\"bbox\": {\"xmin\": 1100.0, \"ymin\": 862.667, \"xmax\": 1194.6667, \"ymax\": 956.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 770.667, \"xmax\": 1194.6667, \"ymax\": 862.6667}, \"category\": \"p23\"}]}, \"37242\": {\"path\": \"test/37242.jpg\", \"id\": 37242, \"objects\": [{\"bbox\": {\"xmin\": 1469.33, \"ymin\": 1024.0, \"xmax\": 1500.0, \"ymax\": 1060.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1466.67, \"ymin\": 990.667, \"xmax\": 1498.6667, \"ymax\": 1021.3333}, \"category\": \"pl15\"}]}, \"3170\": {\"path\": \"train/3170.jpg\", \"id\": 3170, \"objects\": [{\"bbox\": {\"xmin\": 1077.5452880859375, \"ymin\": 862.3197021484375, \"xmax\": 1106.4066162109375, \"ymax\": 888.63818359375}, \"category\": \"pcd\"}, {\"bbox\": {\"xmin\": 1009.93, \"ymin\": 863.576, \"xmax\": 1038.4125, \"ymax\": 892.053}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1008.61, \"ymin\": 825.166, \"xmax\": 1038.4106, \"ymax\": 854.3046}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1082.12, \"ymin\": 464.901, \"xmax\": 1199.338, \"ymax\": 566.225}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1044.37, \"ymin\": 863.576, \"xmax\": 1072.1863999999998, \"ymax\": 893.3770000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1231.13, \"ymin\": 478.146, \"xmax\": 1341.7220000000002, \"ymax\": 577.4829}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1077.48, \"ymin\": 826.49, \"xmax\": 1106.6225, \"ymax\": 853.6425}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1408.61, \"ymin\": 901.325, \"xmax\": 1518.54, \"ymax\": 1001.9870000000001}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1044.37, \"ymin\": 827.152, \"xmax\": 1072.1837999999998, \"ymax\": 853.6424000000001}, \"category\": \"p29\"}, {\"bbox\": {\"xmin\": 1377.31, \"ymin\": 656.878, \"xmax\": 1461.8806, \"ymax\": 740.3651}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1377.46, \"ymin\": 740.947, \"xmax\": 1460.939, \"ymax\": 827.188}, \"category\": \"i2r\"}]}, \"15778\": {\"path\": \"train/15778.jpg\", \"id\": 15778, \"objects\": [{\"bbox\": {\"xmin\": 1289.33, \"ymin\": 837.333, \"xmax\": 1328.0, \"ymax\": 873.3333}, \"category\": \"pl5\"}]}, \"58281\": {\"path\": \"test/58281.jpg\", \"id\": 58281, \"objects\": [{\"bbox\": {\"xmin\": 1150.67, \"ymin\": 340.0, \"xmax\": 1333.333, \"ymax\": 490.66700000000003}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1021.33, \"ymin\": 892.0, \"xmax\": 1038.6667, \"ymax\": 909.3333}, \"category\": \"ph4.5\"}]}, \"28197\": {\"path\": \"test/28197.jpg\", \"id\": 28197, \"objects\": [{\"bbox\": {\"xmin\": 270.667, \"ymin\": 986.667, \"xmax\": 310.6667, \"ymax\": 1029.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 269.333, \"ymin\": 945.333, \"xmax\": 308.0, \"ymax\": 986.6667}, \"category\": \"pl5\"}]}, \"70734\": {\"path\": \"train/70734.jpg\", \"id\": 70734, \"objects\": [{\"bbox\": {\"xmin\": 1121.0, \"ymin\": 743.0, \"xmax\": 1175.0, \"ymax\": 797.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1058.0, \"ymin\": 868.0, \"xmax\": 1080.0, \"ymax\": 888.0}, \"category\": \"w57\"}]}, \"62378\": {\"path\": \"other/62378.jpg\", \"id\": 62378, \"objects\": [{\"bbox\": {\"xmin\": 526.2412109375, \"ymin\": 1190.596435546875, \"xmax\": 551.8076171875, \"ymax\": 1218.110107421875}, \"category\": \"i4l\"}]}, \"87495\": {\"path\": \"train/87495.jpg\", \"id\": 87495, \"objects\": [{\"bbox\": {\"xmin\": 181.188, \"ymin\": 657.426, \"xmax\": 237.6238, \"ymax\": 736.6337000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1755.45, \"ymin\": 977.228, \"xmax\": 1778.2178000000001, \"ymax\": 1000.9901}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1753.47, \"ymin\": 1002.97, \"xmax\": 1777.2277, \"ymax\": 1023.7624000000001}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1653.47, \"ymin\": 997.03, \"xmax\": 1674.2574, \"ymax\": 1016.8317}, \"category\": \"pn\"}]}, \"90359\": {\"path\": \"train/90359.jpg\", \"id\": 90359, \"objects\": [{\"bbox\": {\"xmin\": 1658.67, \"ymin\": 938.667, \"xmax\": 1818.6670000000001, \"ymax\": 1097.333}, \"category\": \"p5\"}]}, \"43200\": {\"path\": \"train/43200.jpg\", \"id\": 43200, \"objects\": [{\"bbox\": {\"xmin\": 1070.2728271484375, \"ymin\": 891.2127075195312, \"xmax\": 1091.2896728515625, \"ymax\": 910.2106323242188}, \"category\": \"pcd\"}, {\"bbox\": {\"xmin\": 1042.05, \"ymin\": 860.795, \"xmax\": 1064.2045, \"ymax\": 884.0908999999999}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1015.34, \"ymin\": 891.477, \"xmax\": 1038.6364, \"ymax\": 913.6364}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1014.77, \"ymin\": 862.5, \"xmax\": 1038.0682, \"ymax\": 883.5227}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1067.61, \"ymin\": 700.568, \"xmax\": 1128.4090999999999, \"ymax\": 760.7955}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1042.61, \"ymin\": 890.909, \"xmax\": 1064.2044999999998, \"ymax\": 913.6358}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1146.02, \"ymin\": 705.114, \"xmax\": 1209.0918, \"ymax\": 761.9322000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1068.75, \"ymin\": 861.364, \"xmax\": 1090.3409, \"ymax\": 883.5227}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1226.7, \"ymin\": 951.705, \"xmax\": 1283.5227, \"ymax\": 1000.5687}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1228.98, \"ymin\": 807.008, \"xmax\": 1277.5862, \"ymax\": 855.2956}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1230.22, \"ymin\": 856.819, \"xmax\": 1276.7059, \"ymax\": 904.7058999999999}, \"category\": \"i2r\"}]}, \"81335\": {\"path\": \"train/81335.jpg\", \"id\": 81335, \"objects\": [{\"bbox\": {\"xmin\": 214.16, \"ymin\": 973.451, \"xmax\": 242.0359, \"ymax\": 1013.2728000000001}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 541.15, \"ymin\": 997.788, \"xmax\": 559.292, \"ymax\": 1023.8937}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 162.831, \"ymin\": 948.231, \"xmax\": 200.4415, \"ymax\": 1000.885}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 215.929, \"ymin\": 929.204, \"xmax\": 243.8054, \"ymax\": 969.9119999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 353.54, \"ymin\": 984.956, \"xmax\": 376.99100000000004, \"ymax\": 1024.3363}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 447.345, \"ymin\": 991.151, \"xmax\": 480.9734, \"ymax\": 1025.2213}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 603.983, \"ymin\": 1002.65, \"xmax\": 632.7433, \"ymax\": 1032.3008}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 542.035, \"ymin\": 966.372, \"xmax\": 558.8491, \"ymax\": 994.6903}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 665.044, \"ymin\": 984.071, \"xmax\": 679.646, \"ymax\": 1000.4425}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 211.947, \"ymin\": 1016.37, \"xmax\": 241.5928, \"ymax\": 1056.6346}, \"category\": \"pw3.2\"}]}, \"55998\": {\"path\": \"test/55998.jpg\", \"id\": 55998, \"objects\": [{\"bbox\": {\"xmin\": 1054.4, \"ymin\": 696.937, \"xmax\": 1123.5130000000001, \"ymax\": 763.861}, \"category\": \"pr40\"}]}, \"25266\": {\"path\": \"train/25266.jpg\", \"id\": 25266, \"objects\": [{\"bbox\": {\"xmin\": 1572.28, \"ymin\": 838.614, \"xmax\": 1614.8515, \"ymax\": 878.2181}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1683.17, \"ymin\": 911.881, \"xmax\": 1705.9509, \"ymax\": 930.6916}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1616.83, \"ymin\": 839.604, \"xmax\": 1657.4180999999999, \"ymax\": 878.2163}, \"category\": \"w57\"}]}, \"5282\": {\"path\": \"test/5282.jpg\", \"id\": 5282, \"objects\": [{\"bbox\": {\"xmin\": 13.1579, \"ymin\": 677.632, \"xmax\": 72.36840000000001, \"ymax\": 761.8421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1194.74, \"ymin\": 943.421, \"xmax\": 1219.7368, \"ymax\": 978.9474}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1569.31, \"ymin\": 917.822, \"xmax\": 1592.0792, \"ymax\": 941.5842}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1741.58, \"ymin\": 998.02, \"xmax\": 1761.3861, \"ymax\": 1023.7624}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1527.72, \"ymin\": 918.812, \"xmax\": 1548.5149000000001, \"ymax\": 941.5842}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1548.51, \"ymin\": 918.812, \"xmax\": 1568.3168, \"ymax\": 941.5842}, \"category\": \"pn\"}]}, \"36507\": {\"path\": \"other/36507.jpg\", \"id\": 36507, \"objects\": [{\"bbox\": {\"xmin\": 1886.3680419921875, \"ymin\": 979.7221069335938, \"xmax\": 1929.5675048828125, \"ymax\": 1021.2412719726562}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 961.2337036132812, \"ymin\": 548.87109375, \"xmax\": 1089.8604736328125, \"ymax\": 649.65673828125}, \"category\": \"i4\"}]}, \"29510\": {\"path\": \"train/29510.jpg\", \"id\": 29510, \"objects\": [{\"bbox\": {\"xmin\": 869.307, \"ymin\": 953.465, \"xmax\": 891.0891, \"ymax\": 977.2277}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1122.77, \"ymin\": 975.248, \"xmax\": 1137.6238, \"ymax\": 990.099}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1083.17, \"ymin\": 974.257, \"xmax\": 1101.9802, \"ymax\": 995.0495}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1103.96, \"ymin\": 974.257, \"xmax\": 1119.8020000000001, \"ymax\": 995.0495}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 780.198, \"ymin\": 953.465, \"xmax\": 805.9406, \"ymax\": 979.2079}, \"category\": \"pne\"}]}, \"49806\": {\"path\": \"train/49806.jpg\", \"id\": 49806, \"objects\": [{\"bbox\": {\"xmin\": 1313.72, \"ymin\": 1122.12, \"xmax\": 1329.651, \"ymax\": 1140.7079999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1293.81, \"ymin\": 1123.01, \"xmax\": 1310.1796, \"ymax\": 1140.708}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1334.07, \"ymin\": 1121.23, \"xmax\": 1350.4424999999999, \"ymax\": 1139.823}, \"category\": \"pn\"}]}, \"52128\": {\"path\": \"test/52128.jpg\", \"id\": 52128, \"objects\": [{\"bbox\": {\"xmin\": 1880.26, \"ymin\": 588.158, \"xmax\": 1989.471, \"ymax\": 701.316}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1888.16, \"ymin\": 703.947, \"xmax\": 1996.053, \"ymax\": 823.684}, \"category\": \"pn\"}]}, \"73302\": {\"path\": \"train/73302.jpg\", \"id\": 73302, \"objects\": [{\"bbox\": {\"xmin\": 13.3333, \"ymin\": 970.667, \"xmax\": 70.66669999999999, \"ymax\": 1032.0}, \"category\": \"pm30\"}]}, \"74457\": {\"path\": \"train/74457.jpg\", \"id\": 74457, \"objects\": [{\"bbox\": {\"xmin\": 1758.82, \"ymin\": 954.902, \"xmax\": 1823.5294, \"ymax\": 1047.0588}, \"category\": \"pn\"}]}, \"96525\": {\"path\": \"test/96525.jpg\", \"id\": 96525, \"objects\": [{\"bbox\": {\"xmin\": 1215.0, \"ymin\": 906.0, \"xmax\": 1257.0, \"ymax\": 947.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1259.0, \"ymin\": 944.0, \"xmax\": 1293.0, \"ymax\": 975.0}, \"category\": \"w30\"}]}, \"87848\": {\"path\": \"train/87848.jpg\", \"id\": 87848, \"objects\": [{\"bbox\": {\"xmin\": 317.105, \"ymin\": 581.579, \"xmax\": 371.05260000000004, \"ymax\": 676.3158}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1785.53, \"ymin\": 859.211, \"xmax\": 1819.7368, \"ymax\": 900.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1646.05, \"ymin\": 855.263, \"xmax\": 1677.6316, \"ymax\": 889.4737}, \"category\": \"pne\"}]}, \"74218\": {\"path\": \"train/74218.jpg\", \"id\": 74218, \"objects\": [{\"bbox\": {\"xmin\": 1374.26, \"ymin\": 970.297, \"xmax\": 1412.8713, \"ymax\": 1010.8911}, \"category\": \"i2r\"}]}, \"62540\": {\"path\": \"test/62540.jpg\", \"id\": 62540, \"objects\": [{\"bbox\": {\"xmin\": 633.775, \"ymin\": 986.755, \"xmax\": 691.3914, \"ymax\": 1047.0196}, \"category\": \"pm20\"}]}, \"63786\": {\"path\": \"test/63786.jpg\", \"id\": 63786, \"objects\": [{\"bbox\": {\"xmin\": 1206.82, \"ymin\": 1165.91, \"xmax\": 1235.7955, \"ymax\": 1194.8864}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1239.2, \"ymin\": 1167.05, \"xmax\": 1266.4773, \"ymax\": 1196.0227}, \"category\": \"pn\"}]}, \"82907\": {\"path\": \"train/82907.jpg\", \"id\": 82907, \"objects\": [{\"bbox\": {\"xmin\": 1300.0, \"ymin\": 976.0, \"xmax\": 1345.3333, \"ymax\": 1024.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1482.67, \"ymin\": 989.333, \"xmax\": 1508.0, \"ymax\": 1018.6667}, \"category\": \"pl80\"}]}, \"77336\": {\"path\": \"train/77336.jpg\", \"id\": 77336, \"objects\": [{\"bbox\": {\"xmin\": 1565.0, \"ymin\": 508.0, \"xmax\": 1661.0, \"ymax\": 607.0}, \"category\": \"pl60\"}]}, \"91814\": {\"path\": \"test/91814.jpg\", \"id\": 91814, \"objects\": [{\"bbox\": {\"xmin\": 311.0, \"ymin\": 939.0, \"xmax\": 325.0, \"ymax\": 956.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1825.0, \"ymin\": 301.0, \"xmax\": 1927.0, \"ymax\": 447.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1732.0, \"ymin\": 359.0, \"xmax\": 1818.0, \"ymax\": 495.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1933.0, \"ymin\": 237.0, \"xmax\": 2045.0, \"ymax\": 391.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 576.0, \"ymin\": 975.0, \"xmax\": 595.0, \"ymax\": 994.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 284.0, \"ymin\": 939.0, \"xmax\": 297.0, \"ymax\": 958.0}, \"category\": \"pne\"}]}, \"48578\": {\"path\": \"train/48578.jpg\", \"id\": 48578, \"objects\": [{\"bbox\": {\"xmin\": 278.667, \"ymin\": 976.0, \"xmax\": 310.6667, \"ymax\": 1006.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1024.0, \"ymin\": 1005.33, \"xmax\": 1064.0, \"ymax\": 1041.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1022.67, \"ymin\": 968.0, \"xmax\": 1064.0, \"ymax\": 1006.6667}, \"category\": \"pl5\"}]}, \"75615\": {\"path\": \"test/75615.jpg\", \"id\": 75615, \"objects\": [{\"bbox\": {\"xmin\": 1915.08, \"ymin\": 942.063, \"xmax\": 1942.8571, \"ymax\": 986.5079}, \"category\": \"p5\"}]}, \"68498\": {\"path\": \"train/68498.jpg\", \"id\": 68498, \"objects\": [{\"bbox\": {\"xmin\": 1387.0, \"ymin\": 280.0, \"xmax\": 1571.0, \"ymax\": 434.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1588.0, \"ymin\": 313.0, \"xmax\": 1749.0, \"ymax\": 466.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1198.0, \"ymin\": 959.0, \"xmax\": 1221.0, \"ymax\": 977.0}, \"category\": \"w47\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 982.0, \"xmax\": 1220.0, \"ymax\": 1001.0}, \"category\": \"w57\"}]}, \"29604\": {\"path\": \"other/29604.jpg\", \"id\": 29604, \"objects\": [{\"bbox\": {\"xmin\": 1531.37, \"ymin\": 1003.96, \"xmax\": 1545.098, \"ymax\": 1023.7570000000001}, \"category\": \"pne\"}]}, \"62314\": {\"path\": \"other/62314.jpg\", \"id\": 62314, \"objects\": [{\"bbox\": {\"xmin\": 1640.2000732421875, \"ymin\": 1326.0712890625, \"xmax\": 1666.4031982421875, \"ymax\": 1353.043701171875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 519.737, \"ymin\": 1100.0, \"xmax\": 567.1052999999999, \"ymax\": 1169.7368}, \"category\": \"w58\"}]}, \"44902\": {\"path\": \"train/44902.jpg\", \"id\": 44902, \"objects\": [{\"bbox\": {\"xmin\": 1452.8, \"ymin\": 741.6, \"xmax\": 1492.0, \"ymax\": 782.4}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1684.0, \"ymin\": 769.6, \"xmax\": 1720.0, \"ymax\": 808.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1575.2, \"ymin\": 753.6, \"xmax\": 1612.0, \"ymax\": 795.2}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1408.0, \"ymin\": 689.6, \"xmax\": 1448.8, \"ymax\": 731.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1455.2, \"ymin\": 695.2, \"xmax\": 1496.8, \"ymax\": 736.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1530.4, \"ymin\": 749.6, \"xmax\": 1568.0, \"ymax\": 789.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1406.4, \"ymin\": 736.0, \"xmax\": 1447.2, \"ymax\": 778.4}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1644.0, \"ymin\": 763.2, \"xmax\": 1680.0, \"ymax\": 803.2}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1766.4, \"ymin\": 780.0, \"xmax\": 1800.0, \"ymax\": 819.2}, \"category\": \"pne\"}]}, \"18772\": {\"path\": \"train/18772.jpg\", \"id\": 18772, \"objects\": [{\"bbox\": {\"xmin\": 1628.32, \"ymin\": 998.23, \"xmax\": 1646.4576, \"ymax\": 1019.9110000000001}, \"category\": \"p5\"}]}, \"1642\": {\"path\": \"test/1642.jpg\", \"id\": 1642, \"objects\": [{\"bbox\": {\"xmin\": 1002.67, \"ymin\": 728.0, \"xmax\": 1069.3333, \"ymax\": 790.6664}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1197.33, \"ymin\": 729.333, \"xmax\": 1266.6667, \"ymax\": 793.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 804.0, \"ymin\": 726.667, \"xmax\": 872.0, \"ymax\": 793.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 717.333, \"ymin\": 730.667, \"xmax\": 784.0, \"ymax\": 796.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 913.333, \"ymin\": 725.333, \"xmax\": 982.6667, \"ymax\": 788.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1112.0, \"ymin\": 729.333, \"xmax\": 1178.6667, \"ymax\": 794.6667}, \"category\": \"pl100\"}]}, \"97513\": {\"path\": \"other/97513.jpg\", \"id\": 97513, \"objects\": [{\"bbox\": {\"xmin\": 1456.0, \"ymin\": 974.667, \"xmax\": 1562.667, \"ymax\": 1077.333}, \"category\": \"pm25\"}]}, \"59866\": {\"path\": \"train/59866.jpg\", \"id\": 59866, \"objects\": [{\"bbox\": {\"xmin\": 1802.65, \"ymin\": 954.305, \"xmax\": 1838.4106000000002, \"ymax\": 993.3774999999999}, \"category\": \"pn\"}]}, \"45154\": {\"path\": \"test/45154.jpg\", \"id\": 45154, \"objects\": [{\"bbox\": {\"xmin\": 631.126, \"ymin\": 1058.28, \"xmax\": 659.6038, \"ymax\": 1085.4305}, \"category\": \"ip\"}]}, \"40508\": {\"path\": \"train/40508.jpg\", \"id\": 40508, \"objects\": [{\"bbox\": {\"xmin\": 1883.44, \"ymin\": 1029.14, \"xmax\": 1903.9735, \"ymax\": 1051.6556}, \"category\": \"pl70\"}]}, \"34136\": {\"path\": \"test/34136.jpg\", \"id\": 34136, \"objects\": [{\"bbox\": {\"xmin\": 1567.0, \"ymin\": 1083.0, \"xmax\": 1594.0, \"ymax\": 1113.0}, \"category\": \"p27\"}]}, \"12542\": {\"path\": \"train/12542.jpg\", \"id\": 12542, \"objects\": [{\"bbox\": {\"xmin\": 1945.27, \"ymin\": 1057.21, \"xmax\": 1963.6816, \"ymax\": 1075.1244000000002}, \"category\": \"pne\"}]}, \"93568\": {\"path\": \"train/93568.jpg\", \"id\": 93568, \"objects\": [{\"bbox\": {\"xmin\": 486.667, \"ymin\": 912.0, \"xmax\": 561.3333, \"ymax\": 986.6667}, \"category\": \"p5\"}]}, \"60583\": {\"path\": \"test/60583.jpg\", \"id\": 60583, \"objects\": [{\"bbox\": {\"xmin\": 1462.67, \"ymin\": 1004.0, \"xmax\": 1496.0, \"ymax\": 1036.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1229.33, \"ymin\": 1157.33, \"xmax\": 1277.3234, \"ymax\": 1206.6667}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1462.67, \"ymin\": 960.0, \"xmax\": 1496.0, \"ymax\": 997.3333}, \"category\": \"pl10\"}]}, \"73317\": {\"path\": \"train/73317.jpg\", \"id\": 73317, \"objects\": [{\"bbox\": {\"xmin\": 1409.33, \"ymin\": 986.667, \"xmax\": 1476.0, \"ymax\": 1054.6667}, \"category\": \"p5\"}]}, \"88482\": {\"path\": \"train/88482.jpg\", \"id\": 88482, \"objects\": [{\"bbox\": {\"xmin\": 658.0, \"ymin\": 1141.0, \"xmax\": 750.0, \"ymax\": 1232.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 160.0, \"ymin\": 1125.0, \"xmax\": 205.0, \"ymax\": 1210.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 529.0, \"ymin\": 1131.0, \"xmax\": 607.0, \"ymax\": 1215.0}, \"category\": \"p23\"}]}, \"9231\": {\"path\": \"test/9231.jpg\", \"id\": 9231, \"objects\": [{\"bbox\": {\"xmin\": 373.0, \"ymin\": 491.0, \"xmax\": 438.0, \"ymax\": 618.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 120.0, \"ymin\": 326.0, \"xmax\": 227.0, \"ymax\": 485.0}, \"category\": \"pne\"}]}, \"26020\": {\"path\": \"train/26020.jpg\", \"id\": 26020, \"objects\": [{\"bbox\": {\"xmin\": 644.886, \"ymin\": 898.864, \"xmax\": 656.8181999999999, \"ymax\": 925.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1218.75, \"ymin\": 928.409, \"xmax\": 1238.0682, \"ymax\": 945.4544999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1834.66, \"ymin\": 908.523, \"xmax\": 1852.8409000000001, \"ymax\": 933.5227}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 614.205, \"ymin\": 895.455, \"xmax\": 624.4318000000001, \"ymax\": 917.0455000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1152.27, \"ymin\": 927.273, \"xmax\": 1169.3069, \"ymax\": 945.5446000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1786.36, \"ymin\": 911.932, \"xmax\": 1803.4090999999999, \"ymax\": 936.9318000000001}, \"category\": \"pne\"}]}, \"38518\": {\"path\": \"train/38518.jpg\", \"id\": 38518, \"objects\": [{\"bbox\": {\"xmin\": 88.0, \"ymin\": 952.0, \"xmax\": 137.3333, \"ymax\": 1010.6667}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 546.667, \"ymin\": 897.333, \"xmax\": 588.0, \"ymax\": 1002.6669999999999}, \"category\": \"pbm\"}]}, \"77156\": {\"path\": \"test/77156.jpg\", \"id\": 77156, \"objects\": [{\"bbox\": {\"xmin\": 1154.0, \"ymin\": 657.0, \"xmax\": 1233.0, \"ymax\": 738.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 857.0, \"ymin\": 1021.0, \"xmax\": 873.0, \"ymax\": 1037.0}, \"category\": \"i5\"}]}, \"73440\": {\"path\": \"train/73440.jpg\", \"id\": 73440, \"objects\": [{\"bbox\": {\"xmin\": 1517.24169921875, \"ymin\": 969.81103515625, \"xmax\": 1534.072021484375, \"ymax\": 986.4248046875}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1881.33, \"ymin\": 637.333, \"xmax\": 1938.6667, \"ymax\": 712.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1742.67, \"ymin\": 609.333, \"xmax\": 1810.6667, \"ymax\": 692.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1816.0, \"ymin\": 624.0, \"xmax\": 1880.0, \"ymax\": 702.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1941.33, \"ymin\": 648.0, \"xmax\": 1998.6667, \"ymax\": 725.3333}, \"category\": \"pn\"}]}, \"58250\": {\"path\": \"test/58250.jpg\", \"id\": 58250, \"objects\": [{\"bbox\": {\"xmin\": 828.947, \"ymin\": 967.105, \"xmax\": 851.3158, \"ymax\": 988.1579}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 40.7895, \"ymin\": 978.947, \"xmax\": 57.8947, \"ymax\": 1002.6316}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 778.947, \"ymin\": 969.737, \"xmax\": 794.7368, \"ymax\": 992.1052999999999}, \"category\": \"pne\"}]}, \"42424\": {\"path\": \"train/42424.jpg\", \"id\": 42424, \"objects\": [{\"bbox\": {\"xmin\": 314.667, \"ymin\": 796.0, \"xmax\": 360.0, \"ymax\": 888.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 256.0, \"ymin\": 778.667, \"xmax\": 309.3333, \"ymax\": 878.6667}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 185.333, \"ymin\": 761.333, \"xmax\": 248.0, \"ymax\": 866.6669999999999}, \"category\": \"pl60\"}]}, \"61678\": {\"path\": \"train/61678.jpg\", \"id\": 61678, \"objects\": [{\"bbox\": {\"xmin\": 824.0, \"ymin\": 700.0, \"xmax\": 904.0, \"ymax\": 778.6667}, \"category\": \"pl50\"}]}, \"75339\": {\"path\": \"train/75339.jpg\", \"id\": 75339, \"objects\": [{\"bbox\": {\"xmin\": 1056.0, \"ymin\": 646.0, \"xmax\": 1128.0, \"ymax\": 716.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1129.0, \"ymin\": 647.0, \"xmax\": 1199.0, \"ymax\": 715.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1195.0, \"ymin\": 648.0, \"xmax\": 1267.0, \"ymax\": 712.0}, \"category\": \"w63\"}]}, \"2875\": {\"path\": \"train/2875.jpg\", \"id\": 2875, \"objects\": [{\"bbox\": {\"xmin\": 1324.0, \"ymin\": 923.2, \"xmax\": 1384.8, \"ymax\": 990.4000000000001}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1330.4, \"ymin\": 986.4, \"xmax\": 1381.6000000000001, \"ymax\": 1036.8}, \"category\": \"pne\"}]}, \"64602\": {\"path\": \"train/64602.jpg\", \"id\": 64602, \"objects\": [{\"bbox\": {\"xmin\": 1397.0, \"ymin\": 1008.0, \"xmax\": 1442.0, \"ymax\": 1052.0}, \"category\": \"w59\"}]}, \"68967\": {\"path\": \"train/68967.jpg\", \"id\": 68967, \"objects\": [{\"bbox\": {\"xmin\": 1419.61, \"ymin\": 594.118, \"xmax\": 1460.7842999999998, \"ymax\": 698.0390000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1305.88, \"ymin\": 584.314, \"xmax\": 1409.804, \"ymax\": 684.3136999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1525.49, \"ymin\": 603.922, \"xmax\": 1619.6041, \"ymax\": 703.9216}, \"category\": \"pn\"}]}, \"98061\": {\"path\": \"test/98061.jpg\", \"id\": 98061, \"objects\": [{\"bbox\": {\"xmin\": 281.0, \"ymin\": 927.0, \"xmax\": 320.0, \"ymax\": 980.0}, \"category\": \"p23\"}]}, \"64773\": {\"path\": \"train/64773.jpg\", \"id\": 64773, \"objects\": [{\"bbox\": {\"xmin\": 743.564, \"ymin\": 858.416, \"xmax\": 782.1782, \"ymax\": 895.0495000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1154.46, \"ymin\": 900.99, \"xmax\": 1177.2411, \"ymax\": 925.7426}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1102.97, \"ymin\": 898.015, \"xmax\": 1125.7434, \"ymax\": 925.7429999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1127.72, \"ymin\": 899.01, \"xmax\": 1153.4653, \"ymax\": 924.7524999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 613.861, \"ymin\": 858.416, \"xmax\": 645.5446, \"ymax\": 897.0297}, \"category\": \"pne\"}]}, \"55266\": {\"path\": \"other/55266.jpg\", \"id\": 55266, \"objects\": [{\"bbox\": {\"xmin\": 1714.750244140625, \"ymin\": 1001.3389282226562, \"xmax\": 1755.4560546875, \"ymax\": 1027.652587890625}, \"category\": \"w26\"}]}, \"11617\": {\"path\": \"train/11617.jpg\", \"id\": 11617, \"objects\": [{\"bbox\": {\"xmin\": 1073.0, \"ymin\": 630.0, \"xmax\": 1161.0, \"ymax\": 716.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 49.0, \"ymin\": 994.0, \"xmax\": 102.0, \"ymax\": 1069.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 748.0, \"ymin\": 643.0, \"xmax\": 830.0, \"ymax\": 725.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 662.0, \"ymin\": 653.0, \"xmax\": 741.0, \"ymax\": 735.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 984.0, \"ymin\": 629.0, \"xmax\": 1071.0, \"ymax\": 716.0}, \"category\": \"ph4\"}]}, \"6288\": {\"path\": \"train/6288.jpg\", \"id\": 6288, \"objects\": [{\"bbox\": {\"xmin\": 90.4, \"ymin\": 970.4, \"xmax\": 144.0, \"ymax\": 1037.3832}, \"category\": \"i5\"}]}, \"74933\": {\"path\": \"train/74933.jpg\", \"id\": 74933, \"objects\": [{\"bbox\": {\"xmin\": 1617.0, \"ymin\": 265.0, \"xmax\": 1814.0, \"ymax\": 447.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1794.0, \"ymin\": 305.0, \"xmax\": 1971.0, \"ymax\": 478.0}, \"category\": \"w3\"}]}, \"78464\": {\"path\": \"test/78464.jpg\", \"id\": 78464, \"objects\": [{\"bbox\": {\"xmin\": 1359.49, \"ymin\": 954.598, \"xmax\": 1421.6634, \"ymax\": 1018.0016999999999}, \"category\": \"ip\"}]}, \"24165\": {\"path\": \"test/24165.jpg\", \"id\": 24165, \"objects\": [{\"bbox\": {\"xmin\": 920.0, \"ymin\": 989.333, \"xmax\": 958.6667, \"ymax\": 1020.0}, \"category\": \"w59\"}]}, \"69770\": {\"path\": \"train/69770.jpg\", \"id\": 69770, \"objects\": [{\"bbox\": {\"xmin\": 2016.0, \"ymin\": 640.0, \"xmax\": 2048.0, \"ymax\": 720.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1917.33, \"ymin\": 614.667, \"xmax\": 1986.6667, \"ymax\": 694.6667}, \"category\": \"pl100\"}]}, \"51718\": {\"path\": \"train/51718.jpg\", \"id\": 51718, \"objects\": [{\"bbox\": {\"xmin\": 1646.0, \"ymin\": 801.0, \"xmax\": 1696.0, \"ymax\": 854.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1649.0, \"ymin\": 861.0, \"xmax\": 1699.0, \"ymax\": 914.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1652.0, \"ymin\": 941.0, \"xmax\": 1700.0, \"ymax\": 993.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1654.0, \"ymin\": 1000.0, \"xmax\": 1701.0, \"ymax\": 1051.0}, \"category\": \"i2r\"}]}, \"43869\": {\"path\": \"train/43869.jpg\", \"id\": 43869, \"objects\": [{\"bbox\": {\"xmin\": 110.0, \"ymin\": 843.0, \"xmax\": 141.0, \"ymax\": 875.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 146.0, \"ymin\": 842.0, \"xmax\": 178.0, \"ymax\": 872.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 610.0, \"ymin\": 989.0, \"xmax\": 642.0, \"ymax\": 1021.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 610.0, \"ymin\": 1026.0, \"xmax\": 642.0, \"ymax\": 1059.0}, \"category\": \"i2r\"}]}, \"8355\": {\"path\": \"test/8355.jpg\", \"id\": 8355, \"objects\": [{\"bbox\": {\"xmin\": 1507.84, \"ymin\": 850.98, \"xmax\": 1546.0526, \"ymax\": 886.8421000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1468.63, \"ymin\": 847.059, \"xmax\": 1501.9608, \"ymax\": 889.4737}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1554.9, \"ymin\": 853.947, \"xmax\": 1584.3137000000002, \"ymax\": 889.4737}, \"category\": \"pn\"}]}, \"62057\": {\"path\": \"train/62057.jpg\", \"id\": 62057, \"objects\": [{\"bbox\": {\"xmin\": 43.5644, \"ymin\": 987.129, \"xmax\": 65.34649999999999, \"ymax\": 1012.8713}, \"category\": \"p19\"}]}, \"75446\": {\"path\": \"train/75446.jpg\", \"id\": 75446, \"objects\": [{\"bbox\": {\"xmin\": 60.0, \"ymin\": 854.0, \"xmax\": 128.0, \"ymax\": 951.0}, \"category\": \"pm30\"}]}, \"73069\": {\"path\": \"test/73069.jpg\", \"id\": 73069, \"objects\": [{\"bbox\": {\"xmin\": 1262.38, \"ymin\": 806.931, \"xmax\": 1313.8614, \"ymax\": 855.4455}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1164.36, \"ymin\": 811.881, \"xmax\": 1211.8811999999998, \"ymax\": 857.4257}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1216.83, \"ymin\": 802.97, \"xmax\": 1260.396, \"ymax\": 851.4851}, \"category\": \"pn\"}]}, \"84617\": {\"path\": \"test/84617.jpg\", \"id\": 84617, \"objects\": [{\"bbox\": {\"xmin\": 1084.0, \"ymin\": 797.0, \"xmax\": 1122.0, \"ymax\": 837.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1123.0, \"ymin\": 796.0, \"xmax\": 1161.0, \"ymax\": 834.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 636.0, \"ymin\": 665.0, \"xmax\": 705.0, \"ymax\": 735.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1161.0, \"ymin\": 792.0, \"xmax\": 1200.0, \"ymax\": 829.0}, \"category\": \"w12\"}]}, \"63805\": {\"path\": \"train/63805.jpg\", \"id\": 63805, \"objects\": [{\"bbox\": {\"xmin\": 226.733, \"ymin\": 893.069, \"xmax\": 247.5248, \"ymax\": 921.7815999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 204.95, \"ymin\": 895.05, \"xmax\": 224.7525, \"ymax\": 921.7822}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 248.515, \"ymin\": 893.069, \"xmax\": 272.2772, \"ymax\": 922.7723}, \"category\": \"pn\"}]}, \"13820\": {\"path\": \"other/13820.jpg\", \"id\": 13820, \"objects\": [{\"bbox\": {\"xmin\": 255.54473876953125, \"ymin\": 948.9114379882812, \"xmax\": 313.0985107421875, \"ymax\": 1022.4628295898438}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 144.0, \"ymin\": 881.333, \"xmax\": 196.0, \"ymax\": 948.0}, \"category\": \"ps\"}]}, \"45302\": {\"path\": \"train/45302.jpg\", \"id\": 45302, \"objects\": [{\"bbox\": {\"xmin\": 1506.0, \"ymin\": 962.0, \"xmax\": 1552.0, \"ymax\": 1011.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1505.0, \"ymin\": 900.0, \"xmax\": 1551.0, \"ymax\": 949.0}, \"category\": \"ph2.9\"}]}, \"61847\": {\"path\": \"train/61847.jpg\", \"id\": 61847, \"objects\": [{\"bbox\": {\"xmin\": 1016.0, \"ymin\": 930.667, \"xmax\": 1041.3333, \"ymax\": 956.0003}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1664.0, \"ymin\": 960.0, \"xmax\": 1730.6667, \"ymax\": 1028.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1666.67, \"ymin\": 898.667, \"xmax\": 1728.0, \"ymax\": 957.3333}, \"category\": \"pr40\"}]}, \"93641\": {\"path\": \"train/93641.jpg\", \"id\": 93641, \"objects\": [{\"bbox\": {\"xmin\": 1189.0, \"ymin\": 882.0, \"xmax\": 1214.0, \"ymax\": 911.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 780.0, \"ymin\": 743.0, \"xmax\": 843.0, \"ymax\": 807.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1158.0, \"ymin\": 882.0, \"xmax\": 1185.0, \"ymax\": 911.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1219.0, \"ymin\": 880.0, \"xmax\": 1248.0, \"ymax\": 910.0}, \"category\": \"pn\"}]}, \"79041\": {\"path\": \"train/79041.jpg\", \"id\": 79041, \"objects\": [{\"bbox\": {\"xmin\": 1886.0, \"ymin\": 823.0, \"xmax\": 1913.0, \"ymax\": 859.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1917.0, \"ymin\": 826.0, \"xmax\": 1946.0, \"ymax\": 861.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1978.0, \"ymin\": 885.0, \"xmax\": 1995.0, \"ymax\": 901.0}, \"category\": \"w32\"}]}, \"6467\": {\"path\": \"train/6467.jpg\", \"id\": 6467, \"objects\": [{\"bbox\": {\"xmin\": 418.812, \"ymin\": 984.158, \"xmax\": 454.4554, \"ymax\": 1028.7129}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 297.03, \"ymin\": 890.099, \"xmax\": 318.8119, \"ymax\": 920.7921}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 341.584, \"ymin\": 992.079, \"xmax\": 362.376, \"ymax\": 1018.8118999999999}, \"category\": \"pne\"}]}, \"23473\": {\"path\": \"other/23473.jpg\", \"id\": 23473, \"objects\": [{\"bbox\": {\"xmin\": 450.0, \"ymin\": 909.0, \"xmax\": 500.0, \"ymax\": 954.0}, \"category\": \"w47\"}, {\"bbox\": {\"xmin\": 452.0, \"ymin\": 699.0, \"xmax\": 485.0, \"ymax\": 746.0}, \"category\": \"w50\"}]}, \"9902\": {\"path\": \"test/9902.jpg\", \"id\": 9902, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 950.667, \"xmax\": 65.3333, \"ymax\": 1034.6667}, \"category\": \"w57\"}]}, \"92846\": {\"path\": \"other/92846.jpg\", \"id\": 92846, \"objects\": [{\"bbox\": {\"xmin\": 1270.2, \"ymin\": 947.02, \"xmax\": 1288.0767, \"ymax\": 962.2517}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1290.07, \"ymin\": 945.695, \"xmax\": 1305.298, \"ymax\": 960.9272000000001}, \"category\": \"w57\"}]}, \"28635\": {\"path\": \"train/28635.jpg\", \"id\": 28635, \"objects\": [{\"bbox\": {\"xmin\": 730.693, \"ymin\": 949.505, \"xmax\": 768.3168, \"ymax\": 993.0693}, \"category\": \"ip\"}]}, \"87461\": {\"path\": \"train/87461.jpg\", \"id\": 87461, \"objects\": [{\"bbox\": {\"xmin\": 1349.0, \"ymin\": 997.0, \"xmax\": 1393.0, \"ymax\": 1042.0}, \"category\": \"pl40\"}]}, \"57509\": {\"path\": \"train/57509.jpg\", \"id\": 57509, \"objects\": [{\"bbox\": {\"xmin\": 947.02, \"ymin\": 1288.08, \"xmax\": 975.4964, \"ymax\": 1318.5558999999998}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 980.132, \"ymin\": 1290.73, \"xmax\": 1010.596, \"ymax\": 1324.5033}, \"category\": \"pn\"}]}, \"43248\": {\"path\": \"test/43248.jpg\", \"id\": 43248, \"objects\": [{\"bbox\": {\"xmin\": 1564.29, \"ymin\": 892.063, \"xmax\": 1590.4762, \"ymax\": 918.254}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1275.4, \"ymin\": 889.683, \"xmax\": 1301.5873000000001, \"ymax\": 918.254}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1360.32, \"ymin\": 926.19, \"xmax\": 1375.3968, \"ymax\": 944.4444000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1342.86, \"ymin\": 926.19, \"xmax\": 1356.3491999999999, \"ymax\": 945.2381}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1377.78, \"ymin\": 926.984, \"xmax\": 1394.4443999999999, \"ymax\": 943.6498}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1182.54, \"ymin\": 889.683, \"xmax\": 1209.5238, \"ymax\": 915.0794}, \"category\": \"pne\"}]}, \"38246\": {\"path\": \"train/38246.jpg\", \"id\": 38246, \"objects\": [{\"bbox\": {\"xmin\": 1302.49, \"ymin\": 842.786, \"xmax\": 1330.8458, \"ymax\": 870.6468}, \"category\": \"p10\"}]}, \"28387\": {\"path\": \"other/28387.jpg\", \"id\": 28387, \"objects\": [{\"bbox\": {\"xmin\": 1972.0, \"ymin\": 885.333, \"xmax\": 2038.6667, \"ymax\": 974.6667}, \"category\": \"pm15\"}]}, \"63253\": {\"path\": \"other/63253.jpg\", \"id\": 63253, \"objects\": [{\"bbox\": {\"xmin\": 202.632, \"ymin\": 967.105, \"xmax\": 309.211, \"ymax\": 1090.476}, \"category\": \"w18\"}]}, \"61495\": {\"path\": \"train/61495.jpg\", \"id\": 61495, \"objects\": [{\"bbox\": {\"xmin\": 1240.0, \"ymin\": 882.0, \"xmax\": 1266.0, \"ymax\": 911.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 497.0, \"ymin\": 576.0, \"xmax\": 586.0, \"ymax\": 670.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 883.0, \"xmax\": 1235.0, \"ymax\": 911.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1273.0, \"ymin\": 884.0, \"xmax\": 1299.0, \"ymax\": 914.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 882.0, \"ymin\": 522.0, \"xmax\": 1009.0, \"ymax\": 644.0}, \"category\": \"phclr\"}]}, \"76162\": {\"path\": \"train/76162.jpg\", \"id\": 76162, \"objects\": [{\"bbox\": {\"xmin\": 1264.18, \"ymin\": 977.115, \"xmax\": 1285.0796, \"ymax\": 1000.498}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1263.68, \"ymin\": 1005.97, \"xmax\": 1284.5746000000001, \"ymax\": 1027.8692}, \"category\": \"pn\"}]}, \"64883\": {\"path\": \"test/64883.jpg\", \"id\": 64883, \"objects\": [{\"bbox\": {\"xmin\": 1893.33, \"ymin\": 806.667, \"xmax\": 1960.0, \"ymax\": 893.3333}, \"category\": \"pcl\"}]}, \"37124\": {\"path\": \"test/37124.jpg\", \"id\": 37124, \"objects\": [{\"bbox\": {\"xmin\": 1915.0, \"ymin\": 635.0, \"xmax\": 2046.0, \"ymax\": 808.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 679.0, \"ymin\": 1024.0, \"xmax\": 713.0, \"ymax\": 1062.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1794.0, \"ymin\": 270.0, \"xmax\": 1913.0, \"ymax\": 417.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1613.0, \"ymin\": 229.0, \"xmax\": 1788.0, \"ymax\": 374.0}, \"category\": \"pr60\"}]}, \"34430\": {\"path\": \"other/34430.jpg\", \"id\": 34430, \"objects\": [{\"bbox\": {\"xmin\": 1295.5526123046875, \"ymin\": 781.1099243164062, \"xmax\": 1347.8909912109375, \"ymax\": 833.7738647460938}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1090.93212890625, \"ymin\": 782.7421264648438, \"xmax\": 1141.389404296875, \"ymax\": 831.3546752929688}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 876.5880737304688, \"ymin\": 784.5299072265625, \"xmax\": 926.5800170898438, \"ymax\": 833.8515625}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1457.966064453125, \"ymin\": 783.0296630859375, \"xmax\": 1488.615234375, \"ymax\": 806.6502685546875}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1177.6944580078125, \"ymin\": 787.6644287109375, \"xmax\": 1242.1663818359375, \"ymax\": 838.7928466796875}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 967.560791015625, \"ymin\": 788.6403198242188, \"xmax\": 1029.7042236328125, \"ymax\": 838.0383911132812}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 772.7752075195312, \"ymin\": 786.221923828125, \"xmax\": 823.6336059570312, \"ymax\": 837.07373046875}, \"category\": \"pl120\"}]}, \"72118\": {\"path\": \"other/72118.jpg\", \"id\": 72118, \"objects\": [{\"bbox\": {\"xmin\": 1488.23, \"ymin\": 533.06, \"xmax\": 1627.249, \"ymax\": 656.8629999999999}, \"category\": \"w24\"}]}, \"41304\": {\"path\": \"other/41304.jpg\", \"id\": 41304, \"objects\": [{\"bbox\": {\"xmin\": 1815.0843505859375, \"ymin\": 1013.7621459960938, \"xmax\": 1846.7330322265625, \"ymax\": 1047.212890625}, \"category\": \"pl5\"}]}, \"20902\": {\"path\": \"train/20902.jpg\", \"id\": 20902, \"objects\": [{\"bbox\": {\"xmin\": 1021.0, \"ymin\": 668.0, \"xmax\": 1098.0, \"ymax\": 739.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1726.0, \"ymin\": 928.0, \"xmax\": 1790.0, \"ymax\": 997.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1447.0, \"ymin\": 681.0, \"xmax\": 1515.0, \"ymax\": 751.0}, \"category\": \"pr50\"}]}, \"28029\": {\"path\": \"train/28029.jpg\", \"id\": 28029, \"objects\": [{\"bbox\": {\"xmin\": 1625.33, \"ymin\": 898.667, \"xmax\": 1677.3333, \"ymax\": 954.6667}, \"category\": \"pl80\"}]}, \"24890\": {\"path\": \"other/24890.jpg\", \"id\": 24890, \"objects\": [{\"bbox\": {\"xmin\": 403.968, \"ymin\": 942.857, \"xmax\": 411.90476, \"ymax\": 957.1428999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 568.254, \"ymin\": 946.032, \"xmax\": 606.3492, \"ymax\": 985.7143000000001}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 381.746, \"ymin\": 939.683, \"xmax\": 392.0635, \"ymax\": 956.3492}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 745.238, \"ymin\": 956.349, \"xmax\": 765.0794000000001, \"ymax\": 978.5714}, \"category\": \"w47\"}]}, \"39248\": {\"path\": \"test/39248.jpg\", \"id\": 39248, \"objects\": [{\"bbox\": {\"xmin\": 913.861, \"ymin\": 886.139, \"xmax\": 963.3663, \"ymax\": 950.495}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1655.45, \"ymin\": 900.99, \"xmax\": 1686.1386, \"ymax\": 933.6634}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 2008.91, \"ymin\": 1012.87, \"xmax\": 2039.604, \"ymax\": 1054.4554}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1590.1, \"ymin\": 898.02, \"xmax\": 1620.7921, \"ymax\": 933.6634}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1624.75, \"ymin\": 898.02, \"xmax\": 1654.4554, \"ymax\": 935.6436}, \"category\": \"pn\"}]}, \"82789\": {\"path\": \"train/82789.jpg\", \"id\": 82789, \"objects\": [{\"bbox\": {\"xmin\": 331.334, \"ymin\": 865.063, \"xmax\": 379.4136, \"ymax\": 918.3823}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1031.8, \"ymin\": 951.0, \"xmax\": 1051.3333, \"ymax\": 969.65}, \"category\": \"pl60\"}]}, \"61606\": {\"path\": \"train/61606.jpg\", \"id\": 61606, \"objects\": [{\"bbox\": {\"xmin\": 1176.62, \"ymin\": 883.084, \"xmax\": 1201.0012, \"ymax\": 909.4522999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1203.98, \"ymin\": 883.085, \"xmax\": 1229.8507, \"ymax\": 909.9502}, \"category\": \"pn\"}]}, \"52944\": {\"path\": \"train/52944.jpg\", \"id\": 52944, \"objects\": [{\"bbox\": {\"xmin\": 725.0, \"ymin\": 700.0, \"xmax\": 786.8421, \"ymax\": 753.9474}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 372.368, \"ymin\": 717.105, \"xmax\": 425.0, \"ymax\": 773.6845000000001}, \"category\": \"pne\"}]}, \"13529\": {\"path\": \"test/13529.jpg\", \"id\": 13529, \"objects\": [{\"bbox\": {\"xmin\": 233.0, \"ymin\": 809.0, \"xmax\": 313.0, \"ymax\": 898.0}, \"category\": \"p10\"}]}, \"24196\": {\"path\": \"test/24196.jpg\", \"id\": 24196, \"objects\": [{\"bbox\": {\"xmin\": 1490.05, \"ymin\": 966.667, \"xmax\": 1517.9104, \"ymax\": 993.5323000000001}, \"category\": \"p5\"}]}, \"84662\": {\"path\": \"other/84662.jpg\", \"id\": 84662, \"objects\": [{\"bbox\": {\"xmin\": 1349.33, \"ymin\": 924.0, \"xmax\": 1433.3333, \"ymax\": 1011.9997}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1348.0, \"ymin\": 1013.33, \"xmax\": 1433.3366, \"ymax\": 1098.6667}, \"category\": \"pr60\"}]}, \"21960\": {\"path\": \"test/21960.jpg\", \"id\": 21960, \"objects\": [{\"bbox\": {\"xmin\": 1421.391357421875, \"ymin\": 934.3326416015625, \"xmax\": 1440.5654296875, \"ymax\": 954.32568359375}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1242.11, \"ymin\": 930.263, \"xmax\": 1260.5273, \"ymax\": 950.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1186.84, \"ymin\": 927.632, \"xmax\": 1207.8946999999998, \"ymax\": 950.0}, \"category\": \"pne\"}]}, \"61657\": {\"path\": \"train/61657.jpg\", \"id\": 61657, \"objects\": [{\"bbox\": {\"xmin\": 893.65, \"ymin\": 1252.38, \"xmax\": 940.4757999999999, \"ymax\": 1298.4127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 715.873, \"ymin\": 1241.27, \"xmax\": 760.3172000000001, \"ymax\": 1285.7133}, \"category\": \"pne\"}]}, \"41141\": {\"path\": \"test/41141.jpg\", \"id\": 41141, \"objects\": [{\"bbox\": {\"xmin\": 1349.33, \"ymin\": 650.667, \"xmax\": 1436.0, \"ymax\": 734.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1256.0, \"ymin\": 642.667, \"xmax\": 1345.3333, \"ymax\": 730.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1428.0, \"ymin\": 662.667, \"xmax\": 1509.3333, \"ymax\": 742.6667}, \"category\": \"w55\"}]}, \"49603\": {\"path\": \"other/49603.jpg\", \"id\": 49603, \"objects\": [{\"bbox\": {\"xmin\": 500.65496826171875, \"ymin\": 852.1513671875, \"xmax\": 519.4267578125, \"ymax\": 893.1773681640625}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 436.8150329589844, \"ymin\": 834.6253662109375, \"xmax\": 461.8701477050781, \"ymax\": 878.421630859375}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1965.9500732421875, \"ymin\": 916.4791870117188, \"xmax\": 1988.3070068359375, \"ymax\": 939.3214721679688}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1882.1796875, \"ymin\": 910.955078125, \"xmax\": 1903.140869140625, \"ymax\": 933.459228515625}, \"category\": \"pne\"}]}, \"24480\": {\"path\": \"train/24480.jpg\", \"id\": 24480, \"objects\": [{\"bbox\": {\"xmin\": 379.208, \"ymin\": 1021.78, \"xmax\": 403.96040000000005, \"ymax\": 1052.4751999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 1011.88, \"xmax\": 1321.7822, \"ymax\": 1033.6609}, \"category\": \"pne\"}]}, \"20911\": {\"path\": \"train/20911.jpg\", \"id\": 20911, \"objects\": [{\"bbox\": {\"xmin\": 1866.67, \"ymin\": 984.0, \"xmax\": 1950.6667, \"ymax\": 1061.3333}, \"category\": \"w59\"}]}, \"40121\": {\"path\": \"train/40121.jpg\", \"id\": 40121, \"objects\": [{\"bbox\": {\"xmin\": 1428.57, \"ymin\": 879.365, \"xmax\": 1461.9097, \"ymax\": 909.5238}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1616.67, \"ymin\": 909.524, \"xmax\": 1637.3016, \"ymax\": 934.9206}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1783.33, \"ymin\": 979.365, \"xmax\": 1803.9683, \"ymax\": 1003.1746}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1783.33, \"ymin\": 1011.11, \"xmax\": 1804.7619, \"ymax\": 1035.7143}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1784.92, \"ymin\": 950.0, \"xmax\": 1803.9683, \"ymax\": 971.4286}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1591.27, \"ymin\": 911.905, \"xmax\": 1613.4921, \"ymax\": 934.9205999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1640.48, \"ymin\": 911.111, \"xmax\": 1661.1111, \"ymax\": 934.127}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1304.76, \"ymin\": 876.19, \"xmax\": 1336.506, \"ymax\": 909.5238}, \"category\": \"pne\"}]}, \"3706\": {\"path\": \"train/3706.jpg\", \"id\": 3706, \"objects\": [{\"bbox\": {\"xmin\": 1130.85, \"ymin\": 982.95, \"xmax\": 1151.25, \"ymax\": 1001.95}, \"category\": \"pl30\"}]}, \"8734\": {\"path\": \"train/8734.jpg\", \"id\": 8734, \"objects\": [{\"bbox\": {\"xmin\": 401.0, \"ymin\": 860.0, \"xmax\": 435.0, \"ymax\": 898.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 320.0, \"ymin\": 861.0, \"xmax\": 357.0, \"ymax\": 898.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 215.0, \"ymin\": 867.0, \"xmax\": 247.0, \"ymax\": 900.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 176.0, \"ymin\": 868.0, \"xmax\": 210.0, \"ymax\": 903.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 250.0, \"ymin\": 865.0, \"xmax\": 283.0, \"ymax\": 902.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 360.0, \"ymin\": 859.0, \"xmax\": 397.0, \"ymax\": 898.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 694.0, \"ymin\": 949.0, \"xmax\": 718.0, \"ymax\": 974.0}, \"category\": \"pdd\"}]}, \"63083\": {\"path\": \"train/63083.jpg\", \"id\": 63083, \"objects\": [{\"bbox\": {\"xmin\": 1563.58, \"ymin\": 983.444, \"xmax\": 1576.8211999999999, \"ymax\": 1000.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1992.72, \"ymin\": 903.975, \"xmax\": 2009.2738, \"ymax\": 925.8281000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 2009.27, \"ymin\": 902.649, \"xmax\": 2023.1788, \"ymax\": 923.1788}, \"category\": \"pn\"}]}, \"45400\": {\"path\": \"train/45400.jpg\", \"id\": 45400, \"objects\": [{\"bbox\": {\"xmin\": 57.3333, \"ymin\": 458.667, \"xmax\": 125.33330000000001, \"ymax\": 558.6667}, \"category\": \"pl40\"}]}, \"62457\": {\"path\": \"train/62457.jpg\", \"id\": 62457, \"objects\": [{\"bbox\": {\"xmin\": 1726.4, \"ymin\": 1008.8, \"xmax\": 1756.0, \"ymax\": 1044.0}, \"category\": \"i5\"}]}, \"87231\": {\"path\": \"test/87231.jpg\", \"id\": 87231, \"objects\": [{\"bbox\": {\"xmin\": 582.178, \"ymin\": 798.02, \"xmax\": 632.6733, \"ymax\": 846.5346999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1202.97, \"ymin\": 824.752, \"xmax\": 1239.604, \"ymax\": 867.3267}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1251.49, \"ymin\": 824.752, \"xmax\": 1288.1188, \"ymax\": 865.3465}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 451.485, \"ymin\": 811.881, \"xmax\": 492.0792, \"ymax\": 855.4454999999999}, \"category\": \"pne\"}]}, \"10172\": {\"path\": \"train/10172.jpg\", \"id\": 10172, \"objects\": [{\"bbox\": {\"xmin\": 1286.67, \"ymin\": 838.667, \"xmax\": 1356.0, \"ymax\": 904.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 850.667, \"xmax\": 1270.6667, \"ymax\": 869.3333}, \"category\": \"pl40\"}]}, \"12993\": {\"path\": \"train/12993.jpg\", \"id\": 12993, \"objects\": [{\"bbox\": {\"xmin\": 1465.08, \"ymin\": 957.143, \"xmax\": 1492.8571, \"ymax\": 984.9206}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1564.29, \"ymin\": 952.381, \"xmax\": 1595.2381, \"ymax\": 988.0952}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1565.08, \"ymin\": 906.349, \"xmax\": 1594.4406999999999, \"ymax\": 940.4762000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1790.48, \"ymin\": 910.317, \"xmax\": 1816.6667, \"ymax\": 941.2698}, \"category\": \"p6\"}]}, \"44144\": {\"path\": \"train/44144.jpg\", \"id\": 44144, \"objects\": [{\"bbox\": {\"xmin\": 1188.1, \"ymin\": 850.0, \"xmax\": 1226.9841, \"ymax\": 892.0635}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1461.11, \"ymin\": 923.81, \"xmax\": 1483.3333, \"ymax\": 946.0317}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1435.71, \"ymin\": 922.222, \"xmax\": 1459.5238, \"ymax\": 947.619}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1484.92, \"ymin\": 923.016, \"xmax\": 1507.9337, \"ymax\": 948.4127}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1030.95, \"ymin\": 853.968, \"xmax\": 1073.8095, \"ymax\": 896.0317}, \"category\": \"pne\"}]}, \"5470\": {\"path\": \"test/5470.jpg\", \"id\": 5470, \"objects\": [{\"bbox\": {\"xmin\": 1442.67, \"ymin\": 962.667, \"xmax\": 1476.0, \"ymax\": 1000.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1446.67, \"ymin\": 929.333, \"xmax\": 1481.3333, \"ymax\": 964.0}, \"category\": \"pl5\"}]}, \"87632\": {\"path\": \"train/87632.jpg\", \"id\": 87632, \"objects\": [{\"bbox\": {\"xmin\": 49.3333, \"ymin\": 938.667, \"xmax\": 98.66669999999999, \"ymax\": 1010.6667}, \"category\": \"p26\"}]}, \"45852\": {\"path\": \"train/45852.jpg\", \"id\": 45852, \"objects\": [{\"bbox\": {\"xmin\": 1539.0, \"ymin\": 1011.0, \"xmax\": 1576.0, \"ymax\": 1047.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 1461.0, \"ymin\": 985.0, \"xmax\": 1491.0, \"ymax\": 1018.0}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 1131.0, \"ymin\": 836.0, \"xmax\": 1176.0, \"ymax\": 881.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1539.0, \"ymin\": 968.0, \"xmax\": 1577.0, \"ymax\": 1007.0}, \"category\": \"pl60\"}]}, \"79610\": {\"path\": \"other/79610.jpg\", \"id\": 79610, \"objects\": [{\"bbox\": {\"xmin\": 1521.33, \"ymin\": 877.333, \"xmax\": 1593.3333, \"ymax\": 946.6667}, \"category\": \"i15\"}]}, \"7186\": {\"path\": \"train/7186.jpg\", \"id\": 7186, \"objects\": [{\"bbox\": {\"xmin\": 901.98, \"ymin\": 930.693, \"xmax\": 917.8217, \"ymax\": 948.5149}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 831.683, \"ymin\": 934.653, \"xmax\": 850.495, \"ymax\": 952.4752}, \"category\": \"pne\"}]}, \"13384\": {\"path\": \"test/13384.jpg\", \"id\": 13384, \"objects\": [{\"bbox\": {\"xmin\": 1106.67, \"ymin\": 937.333, \"xmax\": 1146.6667, \"ymax\": 980.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1104.0, \"ymin\": 892.0, \"xmax\": 1149.3333, \"ymax\": 938.6667}, \"category\": \"pl50\"}]}, \"86093\": {\"path\": \"other/86093.jpg\", \"id\": 86093, \"objects\": [{\"bbox\": {\"xmin\": 1172.0, \"ymin\": 922.0, \"xmax\": 1308.0, \"ymax\": 1060.0}, \"category\": \"i10\"}]}, \"17651\": {\"path\": \"train/17651.jpg\", \"id\": 17651, \"objects\": [{\"bbox\": {\"xmin\": 1281.33, \"ymin\": 570.667, \"xmax\": 1350.6667, \"ymax\": 638.6667}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1356.0, \"ymin\": 498.667, \"xmax\": 1426.6667, \"ymax\": 568.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1280.0, \"ymin\": 492.0, \"xmax\": 1352.0, \"ymax\": 560.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1353.33, \"ymin\": 574.667, \"xmax\": 1424.0, \"ymax\": 642.6667}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 768.0, \"ymin\": 732.0, \"xmax\": 833.3333, \"ymax\": 794.6667}, \"category\": \"pmb\"}]}, \"66806\": {\"path\": \"train/66806.jpg\", \"id\": 66806, \"objects\": [{\"bbox\": {\"xmin\": 1453.0, \"ymin\": 903.0, \"xmax\": 1567.0, \"ymax\": 1019.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1820.0, \"ymin\": 929.0, \"xmax\": 1905.0, \"ymax\": 1016.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1810.0, \"ymin\": 813.0, \"xmax\": 1925.0, \"ymax\": 926.0}, \"category\": \"pn\"}]}, \"66329\": {\"path\": \"test/66329.jpg\", \"id\": 66329, \"objects\": [{\"bbox\": {\"xmin\": 1448.76, \"ymin\": 870.149, \"xmax\": 1478.607, \"ymax\": 902.488}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1480.6, \"ymin\": 873.134, \"xmax\": 1508.4577, \"ymax\": 903.9801}, \"category\": \"pn\"}]}, \"32115\": {\"path\": \"train/32115.jpg\", \"id\": 32115, \"objects\": [{\"bbox\": {\"xmin\": 1673.0, \"ymin\": 689.0, \"xmax\": 1729.0, \"ymax\": 758.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1595.0, \"ymin\": 676.0, \"xmax\": 1659.0, \"ymax\": 745.0}, \"category\": \"p3\"}]}, \"28390\": {\"path\": \"test/28390.jpg\", \"id\": 28390, \"objects\": [{\"bbox\": {\"xmin\": 1629.0, \"ymin\": 939.0, \"xmax\": 1673.0, \"ymax\": 994.0}, \"category\": \"p10\"}]}, \"30953\": {\"path\": \"train/30953.jpg\", \"id\": 30953, \"objects\": [{\"bbox\": {\"xmin\": 1937.25, \"ymin\": 974.51, \"xmax\": 1996.0784, \"ymax\": 1029.4118}, \"category\": \"pm30\"}]}, \"65823\": {\"path\": \"train/65823.jpg\", \"id\": 65823, \"objects\": [{\"bbox\": {\"xmin\": 603.0, \"ymin\": 820.0, \"xmax\": 696.0, \"ymax\": 926.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 705.0, \"ymin\": 828.0, \"xmax\": 788.0, \"ymax\": 932.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 642.0, \"ymin\": 687.0, \"xmax\": 759.0, \"ymax\": 813.0}, \"category\": \"w55\"}]}, \"53840\": {\"path\": \"train/53840.jpg\", \"id\": 53840, \"objects\": [{\"bbox\": {\"xmin\": 1548.86, \"ymin\": 847.727, \"xmax\": 1597.1590999999999, \"ymax\": 897.7275}, \"category\": \"pl40\"}]}, \"97757\": {\"path\": \"train/97757.jpg\", \"id\": 97757, \"objects\": [{\"bbox\": {\"xmin\": 1544.55, \"ymin\": 916.832, \"xmax\": 1562.3762, \"ymax\": 939.604}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1566.34, \"ymin\": 921.782, \"xmax\": 1582.2124, \"ymax\": 940.5942}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1914.85, \"ymin\": 954.456, \"xmax\": 1933.6498, \"ymax\": 975.2478}, \"category\": \"pne\"}]}, \"47852\": {\"path\": \"train/47852.jpg\", \"id\": 47852, \"objects\": [{\"bbox\": {\"xmin\": 1311.88, \"ymin\": 902.97, \"xmax\": 1336.6337, \"ymax\": 928.7129}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1220.79, \"ymin\": 900.99, \"xmax\": 1241.5842, \"ymax\": 927.7228}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 840.594, \"ymin\": 909.901, \"xmax\": 865.3465000000001, \"ymax\": 934.6535}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1154.97, \"ymin\": 940.397, \"xmax\": 1171.5232, \"ymax\": 957.6159}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1135.1, \"ymin\": 941.06, \"xmax\": 1152.3179, \"ymax\": 956.9535999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1175.5, \"ymin\": 939.073, \"xmax\": 1191.3907, \"ymax\": 956.9535999999999}, \"category\": \"pn\"}]}, \"63574\": {\"path\": \"test/63574.jpg\", \"id\": 63574, \"objects\": [{\"bbox\": {\"xmin\": 1293.07, \"ymin\": 939.604, \"xmax\": 1308.9108999999999, \"ymax\": 960.3960000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1309.9, \"ymin\": 941.584, \"xmax\": 1331.6706000000001, \"ymax\": 960.396}, \"category\": \"w57\"}]}, \"62618\": {\"path\": \"train/62618.jpg\", \"id\": 62618, \"objects\": [{\"bbox\": {\"xmin\": 1470.67, \"ymin\": 844.0, \"xmax\": 1522.6667, \"ymax\": 897.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 964.0, \"ymin\": 773.333, \"xmax\": 1014.6667, \"ymax\": 822.6667}, \"category\": \"pn\"}]}, \"15704\": {\"path\": \"train/15704.jpg\", \"id\": 15704, \"objects\": [{\"bbox\": {\"xmin\": 1978.67, \"ymin\": 589.333, \"xmax\": 2041.3333, \"ymax\": 666.6667}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1904.0, \"ymin\": 568.0, \"xmax\": 1972.0, \"ymax\": 646.6667}, \"category\": \"pl120\"}]}, \"4220\": {\"path\": \"train/4220.jpg\", \"id\": 4220, \"objects\": [{\"bbox\": {\"xmin\": 1573.81, \"ymin\": 984.127, \"xmax\": 1602.3809999999999, \"ymax\": 1013.4924}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1259.52, \"ymin\": 987.302, \"xmax\": 1288.0952, \"ymax\": 1011.9048}, \"category\": \"w59\"}]}, \"18602\": {\"path\": \"other/18602.jpg\", \"id\": 18602, \"objects\": [{\"bbox\": {\"xmin\": 1143.56, \"ymin\": 964.356, \"xmax\": 1170.297, \"ymax\": 989.1089}, \"category\": \"w30\"}]}, \"29581\": {\"path\": \"train/29581.jpg\", \"id\": 29581, \"objects\": [{\"bbox\": {\"xmin\": 6.524543762207031, \"ymin\": 850.7463989257812, \"xmax\": 34.02065658569336, \"ymax\": 891.2140502929688}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1851.764404296875, \"ymin\": 1000.6629028320312, \"xmax\": 1869.927978515625, \"ymax\": 1021.5609741210938}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1900.0, \"ymin\": 900.99, \"xmax\": 1918.8115, \"ymax\": 925.7426}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1807.92, \"ymin\": 896.04, \"xmax\": 1827.7178000000001, \"ymax\": 918.8118999999999}, \"category\": \"i4\"}]}, \"16207\": {\"path\": \"train/16207.jpg\", \"id\": 16207, \"objects\": [{\"bbox\": {\"xmin\": 1138.1, \"ymin\": 934.127, \"xmax\": 1157.1462999999999, \"ymax\": 956.3492}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1118.25, \"ymin\": 934.127, \"xmax\": 1136.5079, \"ymax\": 953.1745999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1159.52, \"ymin\": 935.714, \"xmax\": 1179.3651, \"ymax\": 956.3492000000001}, \"category\": \"pn\"}]}, \"97409\": {\"path\": \"test/97409.jpg\", \"id\": 97409, \"objects\": [{\"bbox\": {\"xmin\": 1321.6, \"ymin\": 1001.71, \"xmax\": 1339.7773, \"ymax\": 1023.8682}, \"category\": \"pl30\"}]}, \"53079\": {\"path\": \"train/53079.jpg\", \"id\": 53079, \"objects\": [{\"bbox\": {\"xmin\": 1240.0, \"ymin\": 922.667, \"xmax\": 1270.6667, \"ymax\": 954.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 893.333, \"ymin\": 928.0, \"xmax\": 913.3333, \"ymax\": 950.6667}, \"category\": \"pl80\"}]}, \"24445\": {\"path\": \"train/24445.jpg\", \"id\": 24445, \"objects\": [{\"bbox\": {\"xmin\": 442.574, \"ymin\": 811.881, \"xmax\": 472.2772, \"ymax\": 868.3168999999999}, \"category\": \"pl60\"}]}, \"55708\": {\"path\": \"other/55708.jpg\", \"id\": 55708, \"objects\": [{\"bbox\": {\"xmin\": 233.56060791015625, \"ymin\": 806.7158203125, \"xmax\": 264.7366638183594, \"ymax\": 858.882568359375}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 295.076904296875, \"ymin\": 820.605712890625, \"xmax\": 323.42633056640625, \"ymax\": 871.5352783203125}, \"category\": \"pn\"}]}, \"5501\": {\"path\": \"train/5501.jpg\", \"id\": 5501, \"objects\": [{\"bbox\": {\"xmin\": 1430.67, \"ymin\": 845.333, \"xmax\": 1477.3333, \"ymax\": 893.3333}, \"category\": \"pl40\"}]}, \"20298\": {\"path\": \"train/20298.jpg\", \"id\": 20298, \"objects\": [{\"bbox\": {\"xmin\": 1625.95361328125, \"ymin\": 969.1336669921875, \"xmax\": 1654.052490234375, \"ymax\": 996.97021484375}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1625.274169921875, \"ymin\": 1000.4022216796875, \"xmax\": 1658.476318359375, \"ymax\": 1032.032470703125}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 317.333, \"ymin\": 893.333, \"xmax\": 426.66700000000003, \"ymax\": 1020.0}, \"category\": \"pr40\"}]}, \"51780\": {\"path\": \"train/51780.jpg\", \"id\": 51780, \"objects\": [{\"bbox\": {\"xmin\": 1248.0, \"ymin\": 722.667, \"xmax\": 1308.0, \"ymax\": 781.3333}, \"category\": \"p11\"}]}, \"48214\": {\"path\": \"other/48214.jpg\", \"id\": 48214, \"objects\": [{\"bbox\": {\"xmin\": 333.70831298828125, \"ymin\": 970.4530029296875, \"xmax\": 354.86968994140625, \"ymax\": 1000.01025390625}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1297.15, \"ymin\": 955.271, \"xmax\": 1312.2507, \"ymax\": 1006.8376}, \"category\": \"w59\"}]}, \"19784\": {\"path\": \"train/19784.jpg\", \"id\": 19784, \"objects\": [{\"bbox\": {\"xmin\": 1232.0, \"ymin\": 764.0, \"xmax\": 1273.3333, \"ymax\": 804.0}, \"category\": \"pl40\"}]}, \"10741\": {\"path\": \"test/10741.jpg\", \"id\": 10741, \"objects\": [{\"bbox\": {\"xmin\": 257.895, \"ymin\": 811.842, \"xmax\": 282.8947, \"ymax\": 863.1578999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 198.684, \"ymin\": 809.211, \"xmax\": 225.0, \"ymax\": 851.3158}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 228.947, \"ymin\": 811.842, \"xmax\": 256.5789, \"ymax\": 856.5789}, \"category\": \"pn\"}]}, \"7193\": {\"path\": \"train/7193.jpg\", \"id\": 7193, \"objects\": [{\"bbox\": {\"xmin\": 581.333, \"ymin\": 950.667, \"xmax\": 675.9997, \"ymax\": 1097.333}, \"category\": \"pcl\"}]}, \"46990\": {\"path\": \"train/46990.jpg\", \"id\": 46990, \"objects\": [{\"bbox\": {\"xmin\": 1734.0, \"ymin\": 951.0, \"xmax\": 1791.0, \"ymax\": 1011.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1260.0, \"ymin\": 854.0, \"xmax\": 1300.0, \"ymax\": 893.0}, \"category\": \"pm30\"}]}, \"78544\": {\"path\": \"train/78544.jpg\", \"id\": 78544, \"objects\": [{\"bbox\": {\"xmin\": 1342.03, \"ymin\": 926.449, \"xmax\": 1356.8841, \"ymax\": 944.2029}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1476.81, \"ymin\": 933.333, \"xmax\": 1491.6667, \"ymax\": 949.6377}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1358.69, \"ymin\": 928.261, \"xmax\": 1374.9977000000001, \"ymax\": 943.8405}, \"category\": \"pn\"}]}, \"71067\": {\"path\": \"train/71067.jpg\", \"id\": 71067, \"objects\": [{\"bbox\": {\"xmin\": 1144.0, \"ymin\": 1046.67, \"xmax\": 1161.3333, \"ymax\": 1065.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1621.33, \"ymin\": 864.0, \"xmax\": 1693.3333, \"ymax\": 938.6667}, \"category\": \"pcr\"}]}, \"22405\": {\"path\": \"other/22405.jpg\", \"id\": 22405, \"objects\": [{\"bbox\": {\"xmin\": 1301.77, \"ymin\": 934.956, \"xmax\": 1315.4867, \"ymax\": 949.5579}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1318.14, \"ymin\": 935.398, \"xmax\": 1333.6308000000001, \"ymax\": 951.3274}, \"category\": \"pn\"}]}, \"19104\": {\"path\": \"train/19104.jpg\", \"id\": 19104, \"objects\": [{\"bbox\": {\"xmin\": 1411.88, \"ymin\": 818.812, \"xmax\": 1449.505, \"ymax\": 860.396}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1569.31, \"ymin\": 875.248, \"xmax\": 1589.1089, \"ymax\": 899.0099}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1523.76, \"ymin\": 871.287, \"xmax\": 1544.5545, \"ymax\": 899.0103}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1547.57, \"ymin\": 872.28, \"xmax\": 1569.3111999999999, \"ymax\": 899.0097}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1254.46, \"ymin\": 813.861, \"xmax\": 1295.0495, \"ymax\": 854.4553999999999}, \"category\": \"pne\"}]}, \"44655\": {\"path\": \"train/44655.jpg\", \"id\": 44655, \"objects\": [{\"bbox\": {\"xmin\": 1513.15, \"ymin\": 1118.33, \"xmax\": 1527.49, \"ymax\": 1134.2666}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1492.43, \"ymin\": 1118.32, \"xmax\": 1509.163, \"ymax\": 1136.6534}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1530.67, \"ymin\": 1116.73, \"xmax\": 1545.0151, \"ymax\": 1134.2629}, \"category\": \"pn\"}]}, \"69366\": {\"path\": \"train/69366.jpg\", \"id\": 69366, \"objects\": [{\"bbox\": {\"xmin\": 1848.0, \"ymin\": 806.4, \"xmax\": 1921.6, \"ymax\": 895.1999999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1841.6, \"ymin\": 896.0, \"xmax\": 1916.8, \"ymax\": 984.0}, \"category\": \"pn\"}]}, \"80391\": {\"path\": \"test/80391.jpg\", \"id\": 80391, \"objects\": [{\"bbox\": {\"xmin\": 1732.0, \"ymin\": 913.0, \"xmax\": 1782.0, \"ymax\": 967.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1405.0, \"ymin\": 225.0, \"xmax\": 1597.0, \"ymax\": 390.0}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1761.0, \"ymin\": 355.0, \"xmax\": 1894.0, \"ymax\": 506.0}, \"category\": \"p23\"}]}, \"68692\": {\"path\": \"other/68692.jpg\", \"id\": 68692, \"objects\": [{\"bbox\": {\"xmin\": 1251.153076171875, \"ymin\": 1449.8941650390625, \"xmax\": 1299.635498046875, \"ymax\": 1493.2064208984375}, \"category\": \"pne\"}]}, \"37923\": {\"path\": \"other/37923.jpg\", \"id\": 37923, \"objects\": [{\"bbox\": {\"xmin\": 1415.84, \"ymin\": 993.069, \"xmax\": 1430.6931, \"ymax\": 1014.8515}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1412.87, \"ymin\": 969.307, \"xmax\": 1428.7129, \"ymax\": 993.0693}, \"category\": \"ps\"}]}, \"72737\": {\"path\": \"test/72737.jpg\", \"id\": 72737, \"objects\": [{\"bbox\": {\"xmin\": 1588.0, \"ymin\": 224.0, \"xmax\": 1717.333, \"ymax\": 332.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1722.67, \"ymin\": 145.333, \"xmax\": 1842.6670000000001, \"ymax\": 246.667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1584.0, \"ymin\": 106.667, \"xmax\": 1717.333, \"ymax\": 208.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 258.667, \"xmax\": 1841.333, \"ymax\": 366.667}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 489.333, \"ymin\": 492.0, \"xmax\": 613.3330000000001, \"ymax\": 612.0}, \"category\": \"pmb\"}]}, \"87934\": {\"path\": \"train/87934.jpg\", \"id\": 87934, \"objects\": [{\"bbox\": {\"xmin\": 1515.0, \"ymin\": 935.0, \"xmax\": 1615.0, \"ymax\": 1049.0}, \"category\": \"p26\"}]}, \"15483\": {\"path\": \"train/15483.jpg\", \"id\": 15483, \"objects\": [{\"bbox\": {\"xmin\": 539.474, \"ymin\": 867.105, \"xmax\": 572.3684000000001, \"ymax\": 905.2632}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 373.684, \"ymin\": 856.579, \"xmax\": 414.4737, \"ymax\": 898.6841999999999}, \"category\": \"i4\"}]}, \"86883\": {\"path\": \"other/86883.jpg\", \"id\": 86883, \"objects\": [{\"bbox\": {\"xmin\": 1663.16, \"ymin\": 975.0, \"xmax\": 1693.4211, \"ymax\": 1006.5789}, \"category\": \"ps\"}]}, \"26445\": {\"path\": \"train/26445.jpg\", \"id\": 26445, \"objects\": [{\"bbox\": {\"xmin\": 792.0, \"ymin\": 1001.33, \"xmax\": 822.6667, \"ymax\": 1029.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 792.0, \"ymin\": 976.0, \"xmax\": 817.3333, \"ymax\": 1001.3333}, \"category\": \"w42\"}, {\"bbox\": {\"xmin\": 944.0, \"ymin\": 973.333, \"xmax\": 961.3333, \"ymax\": 988.0}, \"category\": \"w59\"}]}, \"96103\": {\"path\": \"train/96103.jpg\", \"id\": 96103, \"objects\": [{\"bbox\": {\"xmin\": 1044.0, \"ymin\": 1008.0, \"xmax\": 1066.6666, \"ymax\": 1030.6667}, \"category\": \"pl5\"}]}, \"6704\": {\"path\": \"test/6704.jpg\", \"id\": 6704, \"objects\": [{\"bbox\": {\"xmin\": 1157.0, \"ymin\": 1003.0, \"xmax\": 1166.0, \"ymax\": 1016.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1767.0, \"ymin\": 814.0, \"xmax\": 1797.0, \"ymax\": 848.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1732.0, \"ymin\": 810.0, \"xmax\": 1759.0, \"ymax\": 846.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1793.0, \"ymin\": 952.0, \"xmax\": 1819.0, \"ymax\": 986.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1796.0, \"ymin\": 993.0, \"xmax\": 1810.0, \"ymax\": 1027.0}, \"category\": \"i2r\"}]}, \"7591\": {\"path\": \"train/7591.jpg\", \"id\": 7591, \"objects\": [{\"bbox\": {\"xmin\": 1029.7, \"ymin\": 918.812, \"xmax\": 1049.505, \"ymax\": 943.5644}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 950.495, \"ymin\": 922.772, \"xmax\": 969.3069, \"ymax\": 942.5743}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 585.149, \"ymin\": 901.98, \"xmax\": 608.9109, \"ymax\": 927.7228}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 480.198, \"ymin\": 905.941, \"xmax\": 500.9901, \"ymax\": 932.6733}, \"category\": \"pne\"}]}, \"9142\": {\"path\": \"train/9142.jpg\", \"id\": 9142, \"objects\": [{\"bbox\": {\"xmin\": 821.782, \"ymin\": 712.871, \"xmax\": 899.0099, \"ymax\": 785.1485}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1971.29, \"ymin\": 884.158, \"xmax\": 2023.7624, \"ymax\": 946.5347}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1362.38, \"ymin\": 776.238, \"xmax\": 1417.8218000000002, \"ymax\": 827.7228}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1418.81, \"ymin\": 781.188, \"xmax\": 1462.7450999999999, \"ymax\": 829.703}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 552.475, \"ymin\": 737.624, \"xmax\": 615.8416, \"ymax\": 794.0594}, \"category\": \"pne\"}]}, \"78394\": {\"path\": \"train/78394.jpg\", \"id\": 78394, \"objects\": [{\"bbox\": {\"xmin\": 1633.33, \"ymin\": 961.333, \"xmax\": 1670.6667, \"ymax\": 1001.3333}, \"category\": \"p10\"}]}, \"34336\": {\"path\": \"train/34336.jpg\", \"id\": 34336, \"objects\": [{\"bbox\": {\"xmin\": 965.8997192382812, \"ymin\": 966.8426513671875, \"xmax\": 984.2306518554688, \"ymax\": 984.166259765625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1428.48, \"ymin\": 770.199, \"xmax\": 1464.9019, \"ymax\": 810.5956}, \"category\": \"p10\"}]}, \"42322\": {\"path\": \"train/42322.jpg\", \"id\": 42322, \"objects\": [{\"bbox\": {\"xmin\": 865.079, \"ymin\": 923.81, \"xmax\": 884.127, \"ymax\": 945.2380999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1084.92, \"ymin\": 942.857, \"xmax\": 1100.0, \"ymax\": 960.3175}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1056.35, \"ymin\": 944.444, \"xmax\": 1068.254, \"ymax\": 957.9364999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1069.84, \"ymin\": 942.857, \"xmax\": 1084.127, \"ymax\": 957.1428999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 788.097, \"ymin\": 926.191, \"xmax\": 809.5235, \"ymax\": 945.2383}, \"category\": \"pne\"}]}, \"22644\": {\"path\": \"train/22644.jpg\", \"id\": 22644, \"objects\": [{\"bbox\": {\"xmin\": 1218.0203857421875, \"ymin\": 1014.8585815429688, \"xmax\": 1239.3468017578125, \"ymax\": 1035.8048095703125}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1216.3555908203125, \"ymin\": 983.326904296875, \"xmax\": 1239.7762451171875, \"ymax\": 1004.2857666015625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1279.21, \"ymin\": 903.96, \"xmax\": 1306.9307000000001, \"ymax\": 931.6832}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1162.38, \"ymin\": 899.01, \"xmax\": 1189.1089000000002, \"ymax\": 929.701}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 820.792, \"ymin\": 903.96, \"xmax\": 847.5248, \"ymax\": 930.6931000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 664.356, \"ymin\": 905.941, \"xmax\": 686.1386, \"ymax\": 933.6634}, \"category\": \"pne\"}]}, \"13987\": {\"path\": \"test/13987.jpg\", \"id\": 13987, \"objects\": [{\"bbox\": {\"xmin\": 1564.55712890625, \"ymin\": 948.7890014648438, \"xmax\": 1617.5322265625, \"ymax\": 983.9922485351562}, \"category\": \"wc\"}, {\"bbox\": {\"xmin\": 1560.0, \"ymin\": 870.667, \"xmax\": 1625.33, \"ymax\": 933.3339000000001}, \"category\": \"pl80\"}]}, \"86719\": {\"path\": \"test/86719.jpg\", \"id\": 86719, \"objects\": [{\"bbox\": {\"xmin\": 1401.7, \"ymin\": 884.091, \"xmax\": 1427.2727, \"ymax\": 911.3636}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1430.69, \"ymin\": 884.091, \"xmax\": 1456.8227000000002, \"ymax\": 912.4997}, \"category\": \"pn\"}]}, \"82460\": {\"path\": \"train/82460.jpg\", \"id\": 82460, \"objects\": [{\"bbox\": {\"xmin\": 450.332, \"ymin\": 706.623, \"xmax\": 479.4702, \"ymax\": 762.2517}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 553.968, \"ymin\": 969.841, \"xmax\": 586.5079, \"ymax\": 1016.6667}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 481.592, \"ymin\": 790.547, \"xmax\": 510.4473, \"ymax\": 845.2736}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 521.891, \"ymin\": 741.792, \"xmax\": 548.7561999999999, \"ymax\": 794.0303}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 443.284, \"ymin\": 774.627, \"xmax\": 475.1244, \"ymax\": 830.3483}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 518.408, \"ymin\": 808.458, \"xmax\": 544.7762, \"ymax\": 859.7015}, \"category\": \"ph5\"}]}, \"31249\": {\"path\": \"train/31249.jpg\", \"id\": 31249, \"objects\": [{\"bbox\": {\"xmin\": 1806.67, \"ymin\": 949.333, \"xmax\": 1894.6667, \"ymax\": 1038.6667}, \"category\": \"pl100\"}]}, \"56373\": {\"path\": \"other/56373.jpg\", \"id\": 56373, \"objects\": [{\"bbox\": {\"xmin\": 1791.0, \"ymin\": 983.0, \"xmax\": 1917.0, \"ymax\": 1128.0}, \"category\": \"pr20\"}]}, \"48069\": {\"path\": \"other/48069.jpg\", \"id\": 48069, \"objects\": [{\"bbox\": {\"xmin\": 1440.0, \"ymin\": 699.0, \"xmax\": 1507.0, \"ymax\": 769.0}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 1365.0, \"ymin\": 688.0, \"xmax\": 1436.0, \"ymax\": 761.0}, \"category\": \"pm25\"}, {\"bbox\": {\"xmin\": 1299.0, \"ymin\": 689.0, \"xmax\": 1372.0, \"ymax\": 753.0}, \"category\": \"w49\"}]}, \"29697\": {\"path\": \"train/29697.jpg\", \"id\": 29697, \"objects\": [{\"bbox\": {\"xmin\": 1224.6, \"ymin\": 967.461, \"xmax\": 1253.1745999999998, \"ymax\": 993.6511}, \"category\": \"pn\"}]}, \"58352\": {\"path\": \"other/58352.jpg\", \"id\": 58352, \"objects\": [{\"bbox\": {\"xmin\": 86.755, \"ymin\": 978.146, \"xmax\": 117.8808, \"ymax\": 1023.1787999999999}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1098.68, \"ymin\": 958.706, \"xmax\": 1110.596, \"ymax\": 972.1841000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 84.106, \"ymin\": 921.192, \"xmax\": 111.92049999999999, \"ymax\": 976.8212}, \"category\": \"ps\"}]}, \"16999\": {\"path\": \"train/16999.jpg\", \"id\": 16999, \"objects\": [{\"bbox\": {\"xmin\": 200.0, \"ymin\": 917.105, \"xmax\": 250.0002, \"ymax\": 973.6842}, \"category\": \"pl30\"}]}, \"89802\": {\"path\": \"train/89802.jpg\", \"id\": 89802, \"objects\": [{\"bbox\": {\"xmin\": 889.683, \"ymin\": 942.063, \"xmax\": 911.1120999999999, \"ymax\": 963.4915}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 818.254, \"ymin\": 946.825, \"xmax\": 837.3016, \"ymax\": 966.6667}, \"category\": \"pne\"}]}, \"78696\": {\"path\": \"train/78696.jpg\", \"id\": 78696, \"objects\": [{\"bbox\": {\"xmin\": 130.667, \"ymin\": 857.333, \"xmax\": 214.6667, \"ymax\": 994.6669999999999}, \"category\": \"pl80\"}]}, \"51076\": {\"path\": \"test/51076.jpg\", \"id\": 51076, \"objects\": [{\"bbox\": {\"xmin\": 1438.67, \"ymin\": 736.0, \"xmax\": 1500.0, \"ymax\": 796.0}, \"category\": \"pl30\"}]}, \"51366\": {\"path\": \"test/51366.jpg\", \"id\": 51366, \"objects\": [{\"bbox\": {\"xmin\": 94.4444, \"ymin\": 981.746, \"xmax\": 113.4921, \"ymax\": 1005.5554999999999}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 105.556, \"ymin\": 957.143, \"xmax\": 124.6032, \"ymax\": 980.1587000000001}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 115.079, \"ymin\": 981.746, \"xmax\": 134.9205, \"ymax\": 1004.7619}, \"category\": \"p18\"}]}, \"44617\": {\"path\": \"train/44617.jpg\", \"id\": 44617, \"objects\": [{\"bbox\": {\"xmin\": 1577.6, \"ymin\": 899.2, \"xmax\": 1670.3999999999999, \"ymax\": 1001.6}, \"category\": \"pr40\"}]}, \"36600\": {\"path\": \"train/36600.jpg\", \"id\": 36600, \"objects\": [{\"bbox\": {\"xmin\": 1082.89, \"ymin\": 892.105, \"xmax\": 1111.8406, \"ymax\": 930.263}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1164.47, \"ymin\": 897.368, \"xmax\": 1196.0526, \"ymax\": 932.8947000000001}, \"category\": \"pn\"}]}, \"31299\": {\"path\": \"train/31299.jpg\", \"id\": 31299, \"objects\": [{\"bbox\": {\"xmin\": 1628.97, \"ymin\": 961.932, \"xmax\": 1659.0909, \"ymax\": 989.7728}, \"category\": \"w59\"}]}, \"79891\": {\"path\": \"train/79891.jpg\", \"id\": 79891, \"objects\": [{\"bbox\": {\"xmin\": 1437.12, \"ymin\": 860.777, \"xmax\": 1470.6375999999998, \"ymax\": 894.9874000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1392.11, \"ymin\": 856.579, \"xmax\": 1430.2631999999999, \"ymax\": 895.2380999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1477.09, \"ymin\": 861.048, \"xmax\": 1511.3037, \"ymax\": 900.7933}, \"category\": \"pn\"}]}, \"14679\": {\"path\": \"train/14679.jpg\", \"id\": 14679, \"objects\": [{\"bbox\": {\"xmin\": 37.3333, \"ymin\": 922.667, \"xmax\": 73.33330000000001, \"ymax\": 965.3333}, \"category\": \"pbm\"}]}, \"26896\": {\"path\": \"train/26896.jpg\", \"id\": 26896, \"objects\": [{\"bbox\": {\"xmin\": 883.168, \"ymin\": 929.703, \"xmax\": 903.9604, \"ymax\": 951.4851}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 807.921, \"ymin\": 932.673, \"xmax\": 826.7327, \"ymax\": 951.4851}, \"category\": \"pne\"}]}, \"27092\": {\"path\": \"train/27092.jpg\", \"id\": 27092, \"objects\": [{\"bbox\": {\"xmin\": 546.0, \"ymin\": 818.0, \"xmax\": 580.0, \"ymax\": 856.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 838.0, \"ymin\": 800.0, \"xmax\": 879.0, \"ymax\": 840.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 881.0, \"ymin\": 798.0, \"xmax\": 922.0, \"ymax\": 844.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 487.0, \"ymin\": 819.0, \"xmax\": 516.0, \"ymax\": 852.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 402.0, \"ymin\": 897.0, \"xmax\": 420.0, \"ymax\": 914.0}, \"category\": \"w32\"}]}, \"71174\": {\"path\": \"test/71174.jpg\", \"id\": 71174, \"objects\": [{\"bbox\": {\"xmin\": 1284.21, \"ymin\": 919.737, \"xmax\": 1303.9474, \"ymax\": 938.1578999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 911.842, \"xmax\": 1221.0526, \"ymax\": 936.8421}, \"category\": \"pne\"}]}, \"94537\": {\"path\": \"train/94537.jpg\", \"id\": 94537, \"objects\": [{\"bbox\": {\"xmin\": 1603.035400390625, \"ymin\": 699.713623046875, \"xmax\": 1666.927978515625, \"ymax\": 780.433349609375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 90.1961, \"ymin\": 613.725, \"xmax\": 258.8231, \"ymax\": 872.549}, \"category\": \"pne\"}]}, \"10058\": {\"path\": \"other/10058.jpg\", \"id\": 10058, \"objects\": [{\"bbox\": {\"xmin\": 1383.0, \"ymin\": 808.0, \"xmax\": 1464.0, \"ymax\": 890.0}, \"category\": \"pr60\"}]}, \"13\": {\"path\": \"test/13.jpg\", \"id\": 13, \"objects\": [{\"bbox\": {\"xmin\": 1851.0, \"ymin\": 997.0, \"xmax\": 1882.0, \"ymax\": 1029.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1849.0, \"ymin\": 963.0, \"xmax\": 1881.0, \"ymax\": 995.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1375.0, \"ymin\": 960.0, \"xmax\": 1404.0, \"ymax\": 986.0}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1850.0, \"ymin\": 928.0, \"xmax\": 1885.0, \"ymax\": 960.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1377.0, \"ymin\": 987.0, \"xmax\": 1405.0, \"ymax\": 1011.0}, \"category\": \"w55\"}]}, \"37113\": {\"path\": \"test/37113.jpg\", \"id\": 37113, \"objects\": [{\"bbox\": {\"xmin\": 917.822, \"ymin\": 884.158, \"xmax\": 943.5644, \"ymax\": 904.9505}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 768.317, \"ymin\": 886.139, \"xmax\": 791.0891, \"ymax\": 908.9109}, \"category\": \"pne\"}]}, \"51408\": {\"path\": \"train/51408.jpg\", \"id\": 51408, \"objects\": [{\"bbox\": {\"xmin\": 1283.0, \"ymin\": 855.0, \"xmax\": 1340.0, \"ymax\": 917.0}, \"category\": \"pl60\"}]}, \"26350\": {\"path\": \"train/26350.jpg\", \"id\": 26350, \"objects\": [{\"bbox\": {\"xmin\": 437.624, \"ymin\": 892.079, \"xmax\": 469.3072, \"ymax\": 923.7624}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 439.604, \"ymin\": 925.743, \"xmax\": 471.2863, \"ymax\": 959.4059000000001}, \"category\": \"pn\"}]}, \"85191\": {\"path\": \"train/85191.jpg\", \"id\": 85191, \"objects\": [{\"bbox\": {\"xmin\": 1817.82, \"ymin\": 871.287, \"xmax\": 1849.5049999999999, \"ymax\": 900.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1825.74, \"ymin\": 927.723, \"xmax\": 1843.5478, \"ymax\": 947.5247999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 153.465, \"ymin\": 940.594, \"xmax\": 176.23760000000001, \"ymax\": 974.2574000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 153.465, \"ymin\": 989.109, \"xmax\": 176.23760000000001, \"ymax\": 1018.8119}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 155.446, \"ymin\": 899.01, \"xmax\": 177.2277, \"ymax\": 930.6931}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1805.94, \"ymin\": 923.762, \"xmax\": 1824.7525, \"ymax\": 946.5346999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1847.52, \"ymin\": 926.733, \"xmax\": 1864.3379, \"ymax\": 947.5247999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1699.01, \"ymin\": 865.347, \"xmax\": 1727.7228, \"ymax\": 897.0296999999999}, \"category\": \"pne\"}]}, \"19340\": {\"path\": \"train/19340.jpg\", \"id\": 19340, \"objects\": [{\"bbox\": {\"xmin\": 1770.67, \"ymin\": 924.0, \"xmax\": 1822.6667, \"ymax\": 981.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1768.0, \"ymin\": 858.667, \"xmax\": 1822.6667, \"ymax\": 924.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1734.67, \"ymin\": 724.0, \"xmax\": 1776.0, \"ymax\": 773.3333}, \"category\": \"pmb\"}]}, \"97246\": {\"path\": \"other/97246.jpg\", \"id\": 97246, \"objects\": [{\"bbox\": {\"xmin\": 1395.24, \"ymin\": 958.73, \"xmax\": 1408.7302, \"ymax\": 973.0159}, \"category\": \"pl60\"}]}, \"82298\": {\"path\": \"train/82298.jpg\", \"id\": 82298, \"objects\": [{\"bbox\": {\"xmin\": 138.32579040527344, \"ymin\": 860.3555297851562, \"xmax\": 165.0741729736328, \"ymax\": 899.5922241210938}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 167.65216064453125, \"ymin\": 972.6213989257812, \"xmax\": 187.60211181640625, \"ymax\": 1000.3726196289062}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 167.58462524414062, \"ymin\": 1009.7015991210938, \"xmax\": 188.958984375, \"ymax\": 1040.52001953125}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 167.79505920410156, \"ymin\": 931.9898681640625, \"xmax\": 188.76914978027344, \"ymax\": 956.960205078125}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 363.158, \"ymin\": 672.368, \"xmax\": 409.2105, \"ymax\": 751.3158000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1800.0, \"ymin\": 905.263, \"xmax\": 1826.3158, \"ymax\": 934.2105}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 107.895, \"ymin\": 559.211, \"xmax\": 177.6316, \"ymax\": 665.789}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1703.95, \"ymin\": 900.0, \"xmax\": 1723.6842000000001, \"ymax\": 928.9474}, \"category\": \"pne\"}]}, \"1031\": {\"path\": \"test/1031.jpg\", \"id\": 1031, \"objects\": [{\"bbox\": {\"xmin\": 1517.82, \"ymin\": 804.95, \"xmax\": 1564.3564, \"ymax\": 857.4257}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1599.01, \"ymin\": 901.98, \"xmax\": 1619.802, \"ymax\": 925.7426}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1552.48, \"ymin\": 901.98, \"xmax\": 1574.2574, \"ymax\": 927.7228}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1575.25, \"ymin\": 901.98, \"xmax\": 1598.0198, \"ymax\": 924.7525}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1325.74, \"ymin\": 796.04, \"xmax\": 1379.2079, \"ymax\": 851.4851}, \"category\": \"pne\"}]}, \"74535\": {\"path\": \"test/74535.jpg\", \"id\": 74535, \"objects\": [{\"bbox\": {\"xmin\": 1644.55, \"ymin\": 781.188, \"xmax\": 1692.0792, \"ymax\": 827.7228}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1655.45, \"ymin\": 900.99, \"xmax\": 1676.2376000000002, \"ymax\": 924.7525}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1629.7, \"ymin\": 900.0, \"xmax\": 1651.4851, \"ymax\": 925.7426}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1678.22, \"ymin\": 900.99, \"xmax\": 1700.9901, \"ymax\": 927.7221}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1501.98, \"ymin\": 771.287, \"xmax\": 1549.505, \"ymax\": 818.8119}, \"category\": \"pne\"}]}, \"46175\": {\"path\": \"other/46175.jpg\", \"id\": 46175, \"objects\": [{\"bbox\": {\"xmin\": 745.238, \"ymin\": 942.857, \"xmax\": 757.1429, \"ymax\": 953.9683}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 666.667, \"ymin\": 945.238, \"xmax\": 680.9526000000001, \"ymax\": 959.5236000000001}, \"category\": \"pne\"}]}, \"84932\": {\"path\": \"test/84932.jpg\", \"id\": 84932, \"objects\": [{\"bbox\": {\"xmin\": 330.4, \"ymin\": 945.6, \"xmax\": 424.79999999999995, \"ymax\": 1079.2}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 329.6, \"ymin\": 780.0, \"xmax\": 419.20000000000005, \"ymax\": 906.4}, \"category\": \"pn\"}]}, \"32578\": {\"path\": \"train/32578.jpg\", \"id\": 32578, \"objects\": [{\"bbox\": {\"xmin\": 900.0, \"ymin\": 586.275, \"xmax\": 1009.804, \"ymax\": 684.3136999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1009.8, \"ymin\": 582.353, \"xmax\": 1115.687, \"ymax\": 684.314}, \"category\": \"pn\"}]}, \"59252\": {\"path\": \"test/59252.jpg\", \"id\": 59252, \"objects\": [{\"bbox\": {\"xmin\": 1706.67, \"ymin\": 764.0, \"xmax\": 1776.0, \"ymax\": 840.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1706.67, \"ymin\": 841.333, \"xmax\": 1777.3333, \"ymax\": 921.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1393.33, \"ymin\": 580.0, \"xmax\": 1488.0, \"ymax\": 681.333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1286.67, \"ymin\": 538.667, \"xmax\": 1389.333, \"ymax\": 642.667}, \"category\": \"w57\"}]}, \"95775\": {\"path\": \"train/95775.jpg\", \"id\": 95775, \"objects\": [{\"bbox\": {\"xmin\": 1752.48, \"ymin\": 765.347, \"xmax\": 1803.9604, \"ymax\": 824.7524999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1588.12, \"ymin\": 750.495, \"xmax\": 1645.5446, \"ymax\": 815.8416}, \"category\": \"pne\"}]}, \"87012\": {\"path\": \"train/87012.jpg\", \"id\": 87012, \"objects\": [{\"bbox\": {\"xmin\": 1394.67, \"ymin\": 733.333, \"xmax\": 1478.6634000000001, \"ymax\": 813.3333}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 82.6667, \"ymin\": 870.667, \"xmax\": 141.3333, \"ymax\": 925.3333}, \"category\": \"pne\"}]}, \"4639\": {\"path\": \"train/4639.jpg\", \"id\": 4639, \"objects\": [{\"bbox\": {\"xmin\": 966.337, \"ymin\": 897.03, \"xmax\": 992.0802, \"ymax\": 923.7624}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 992.079, \"ymin\": 898.02, \"xmax\": 1018.8114999999999, \"ymax\": 923.763}, \"category\": \"pn\"}]}, \"30766\": {\"path\": \"test/30766.jpg\", \"id\": 30766, \"objects\": [{\"bbox\": {\"xmin\": 102.649, \"ymin\": 894.737, \"xmax\": 129.8023, \"ymax\": 920.5298}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1.31579, \"ymin\": 896.689, \"xmax\": 23.17879, \"ymax\": 929.8016}, \"category\": \"i4\"}]}, \"5886\": {\"path\": \"test/5886.jpg\", \"id\": 5886, \"objects\": [{\"bbox\": {\"xmin\": 277.1416931152344, \"ymin\": 1045.6046142578125, \"xmax\": 301.3153381347656, \"ymax\": 1073.9412841796875}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1680.0, \"ymin\": 1000.0, \"xmax\": 1712.0, \"ymax\": 1059.0}, \"category\": \"ip\"}]}, \"469\": {\"path\": \"train/469.jpg\", \"id\": 469, \"objects\": [{\"bbox\": {\"xmin\": 1555.0, \"ymin\": 871.0, \"xmax\": 1608.0, \"ymax\": 928.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1556.0, \"ymin\": 927.0, \"xmax\": 1613.0, \"ymax\": 983.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 666.0, \"ymin\": 1097.0, \"xmax\": 703.0, \"ymax\": 1135.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 665.0, \"ymin\": 1049.0, \"xmax\": 705.0, \"ymax\": 1087.0}, \"category\": \"w32\"}]}, \"36401\": {\"path\": \"train/36401.jpg\", \"id\": 36401, \"objects\": [{\"bbox\": {\"xmin\": 1412.0, \"ymin\": 884.0, \"xmax\": 1468.0, \"ymax\": 941.3333}, \"category\": \"pt\"}]}, \"48200\": {\"path\": \"test/48200.jpg\", \"id\": 48200, \"objects\": [{\"bbox\": {\"xmin\": 1415.87, \"ymin\": 965.079, \"xmax\": 1439.6833, \"ymax\": 990.4762999999999}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1411.11, \"ymin\": 1000.79, \"xmax\": 1442.0635, \"ymax\": 1030.156}, \"category\": \"pl30\"}]}, \"4336\": {\"path\": \"train/4336.jpg\", \"id\": 4336, \"objects\": [{\"bbox\": {\"xmin\": 1152.0, \"ymin\": 656.0, \"xmax\": 1240.0, \"ymax\": 726.6667}, \"category\": \"w57\"}]}, \"49096\": {\"path\": \"other/49096.jpg\", \"id\": 49096, \"objects\": [{\"bbox\": {\"xmin\": 1188.07, \"ymin\": 922.727, \"xmax\": 1208.5227, \"ymax\": 945.4544999999999}, \"category\": \"w21\"}]}, \"93578\": {\"path\": \"train/93578.jpg\", \"id\": 93578, \"objects\": [{\"bbox\": {\"xmin\": 477.273, \"ymin\": 1197.16, \"xmax\": 499.432, \"ymax\": 1224.4318}, \"category\": \"pl50\"}]}, \"26864\": {\"path\": \"train/26864.jpg\", \"id\": 26864, \"objects\": [{\"bbox\": {\"xmin\": 1190.79, \"ymin\": 840.789, \"xmax\": 1230.2631999999999, \"ymax\": 881.5789}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1103.95, \"ymin\": 842.105, \"xmax\": 1143.4178, \"ymax\": 886.8418}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1146.05, \"ymin\": 839.474, \"xmax\": 1188.1579, \"ymax\": 886.8421000000001}, \"category\": \"pn\"}]}, \"81164\": {\"path\": \"train/81164.jpg\", \"id\": 81164, \"objects\": [{\"bbox\": {\"xmin\": 1954.9, \"ymin\": 845.098, \"xmax\": 1986.2745, \"ymax\": 878.4313999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 164.706, \"ymin\": 182.353, \"xmax\": 254.902, \"ymax\": 331.37300000000005}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1988.24, \"ymin\": 854.902, \"xmax\": 2009.8039, \"ymax\": 882.3529000000001}, \"category\": \"pn-2\"}]}, \"14174\": {\"path\": \"other/14174.jpg\", \"id\": 14174, \"objects\": [{\"bbox\": {\"xmin\": 146.90505981445312, \"ymin\": 905.0031127929688, \"xmax\": 215.4058837890625, \"ymax\": 978.2870483398438}, \"category\": \"w59\"}]}, \"25589\": {\"path\": \"test/25589.jpg\", \"id\": 25589, \"objects\": [{\"bbox\": {\"xmin\": 604.0, \"ymin\": 509.333, \"xmax\": 718.667, \"ymax\": 617.3330000000001}, \"category\": \"pl40\"}]}, \"36320\": {\"path\": \"other/36320.jpg\", \"id\": 36320, \"objects\": [{\"bbox\": {\"xmin\": 1697.16, \"ymin\": 936.364, \"xmax\": 1709.6591, \"ymax\": 952.8409}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1760.8, \"ymin\": 927.273, \"xmax\": 1776.7045, \"ymax\": 974.4318000000001}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 786.364, \"ymin\": 1000.57, \"xmax\": 795.45455, \"ymax\": 1010.7955000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1138.64, \"ymin\": 1003.98, \"xmax\": 1146.5909100000001, \"ymax\": 1014.2045}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1673.86, \"ymin\": 939.205, \"xmax\": 1682.95355, \"ymax\": 955.6818000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1318.18, \"ymin\": 943.182, \"xmax\": 1337.5, \"ymax\": 961.9318000000001}, \"category\": \"w47\"}]}, \"73344\": {\"path\": \"other/73344.jpg\", \"id\": 73344, \"objects\": [{\"bbox\": {\"xmin\": 904.975, \"ymin\": 911.94, \"xmax\": 934.3284, \"ymax\": 940.796}, \"category\": \"ph3.3\"}]}, \"5080\": {\"path\": \"test/5080.jpg\", \"id\": 5080, \"objects\": [{\"bbox\": {\"xmin\": 1242.48, \"ymin\": 957.965, \"xmax\": 1254.8673000000001, \"ymax\": 971.2389000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1853.97, \"ymin\": 991.27, \"xmax\": 1885.7162, \"ymax\": 1028.5714}, \"category\": \"w59\"}]}, \"73700\": {\"path\": \"test/73700.jpg\", \"id\": 73700, \"objects\": [{\"bbox\": {\"xmin\": 1934.92, \"ymin\": 918.254, \"xmax\": 1953.1746, \"ymax\": 946.8254000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1911.11, \"ymin\": 916.667, \"xmax\": 1934.127, \"ymax\": 947.5248}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1954.76, \"ymin\": 919.841, \"xmax\": 1976.1905, \"ymax\": 944.4444}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1883.33, \"ymin\": 832.54, \"xmax\": 1925.3968, \"ymax\": 877.7778}, \"category\": \"pne\"}]}, \"92852\": {\"path\": \"train/92852.jpg\", \"id\": 92852, \"objects\": [{\"bbox\": {\"xmin\": 1571.02, \"ymin\": 918.75, \"xmax\": 1590.3409, \"ymax\": 939.2045}, \"category\": \"pl50\"}]}, \"1556\": {\"path\": \"test/1556.jpg\", \"id\": 1556, \"objects\": [{\"bbox\": {\"xmin\": 535.553466796875, \"ymin\": 1077.3948974609375, \"xmax\": 566.539794921875, \"ymax\": 1108.6292724609375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1825.33, \"ymin\": 1126.67, \"xmax\": 1860.0, \"ymax\": 1165.3333}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1828.0, \"ymin\": 1052.0, \"xmax\": 1861.3333, \"ymax\": 1094.6667}, \"category\": \"pl5\"}]}, \"37468\": {\"path\": \"test/37468.jpg\", \"id\": 37468, \"objects\": [{\"bbox\": {\"xmin\": 1705.33, \"ymin\": 846.667, \"xmax\": 1793.3333, \"ymax\": 944.0}, \"category\": \"p6\"}]}, \"98501\": {\"path\": \"test/98501.jpg\", \"id\": 98501, \"objects\": [{\"bbox\": {\"xmin\": 1494.67, \"ymin\": 876.0, \"xmax\": 1552.0, \"ymax\": 940.0}, \"category\": \"pl40\"}]}, \"76207\": {\"path\": \"train/76207.jpg\", \"id\": 76207, \"objects\": [{\"bbox\": {\"xmin\": 1071.0, \"ymin\": 711.0, \"xmax\": 1198.0, \"ymax\": 841.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 54.0, \"ymin\": 902.0, \"xmax\": 162.0, \"ymax\": 1032.0}, \"category\": \"pm20\"}]}, \"20831\": {\"path\": \"test/20831.jpg\", \"id\": 20831, \"objects\": [{\"bbox\": {\"xmin\": 452.0, \"ymin\": 748.0, \"xmax\": 530.6667, \"ymax\": 830.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 450.667, \"ymin\": 830.667, \"xmax\": 528.0, \"ymax\": 914.6667}, \"category\": \"pm55\"}]}, \"25594\": {\"path\": \"train/25594.jpg\", \"id\": 25594, \"objects\": [{\"bbox\": {\"xmin\": 1130.67, \"ymin\": 701.333, \"xmax\": 1196.0, \"ymax\": 765.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1574.67, \"ymin\": 874.667, \"xmax\": 1625.3333, \"ymax\": 925.3333}, \"category\": \"p26\"}]}, \"64432\": {\"path\": \"other/64432.jpg\", \"id\": 64432, \"objects\": [{\"bbox\": {\"xmin\": 201.812, \"ymin\": 976.812, \"xmax\": 214.1304, \"ymax\": 992.3916}, \"category\": \"p10\"}]}, \"63721\": {\"path\": \"train/63721.jpg\", \"id\": 63721, \"objects\": [{\"bbox\": {\"xmin\": 409.211, \"ymin\": 1075.0, \"xmax\": 456.57890000000003, \"ymax\": 1167.1053}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 402.632, \"ymin\": 1173.68, \"xmax\": 453.9474, \"ymax\": 1235.5268}, \"category\": \"w58\"}]}, \"36213\": {\"path\": \"test/36213.jpg\", \"id\": 36213, \"objects\": [{\"bbox\": {\"xmin\": 693.333, \"ymin\": 861.333, \"xmax\": 730.6667, \"ymax\": 900.0}, \"category\": \"pl30\"}]}, \"72018\": {\"path\": \"train/72018.jpg\", \"id\": 72018, \"objects\": [{\"bbox\": {\"xmin\": 944.0, \"ymin\": 932.0, \"xmax\": 1025.3333, \"ymax\": 1013.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1240.0, \"ymin\": 716.0, \"xmax\": 1304.0, \"ymax\": 778.6667}, \"category\": \"pl80\"}]}, \"79612\": {\"path\": \"train/79612.jpg\", \"id\": 79612, \"objects\": [{\"bbox\": {\"xmin\": 258.667, \"ymin\": 665.333, \"xmax\": 296.0, \"ymax\": 726.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 122.667, \"ymin\": 617.333, \"xmax\": 169.3333, \"ymax\": 689.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 60.0, \"ymin\": 593.333, \"xmax\": 113.33330000000001, \"ymax\": 672.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 214.667, \"ymin\": 646.667, \"xmax\": 257.3333, \"ymax\": 713.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 341.333, \"ymin\": 692.0, \"xmax\": 374.66670000000005, \"ymax\": 750.6667}, \"category\": \"pne\"}]}, \"82264\": {\"path\": \"test/82264.jpg\", \"id\": 82264, \"objects\": [{\"bbox\": {\"xmin\": 1757.0, \"ymin\": 464.0, \"xmax\": 1845.0, \"ymax\": 557.0}, \"category\": \"pr40\"}]}, \"54663\": {\"path\": \"test/54663.jpg\", \"id\": 54663, \"objects\": [{\"bbox\": {\"xmin\": 1245.54, \"ymin\": 918.812, \"xmax\": 1264.3564, \"ymax\": 935.6436}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1148.51, \"ymin\": 915.842, \"xmax\": 1163.3663, \"ymax\": 932.6732999999999}, \"category\": \"pne\"}]}, \"75711\": {\"path\": \"test/75711.jpg\", \"id\": 75711, \"objects\": [{\"bbox\": {\"xmin\": 1843.42, \"ymin\": 700.0, \"xmax\": 1886.8421, \"ymax\": 759.2105}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1503.95, \"ymin\": 646.053, \"xmax\": 1561.8421, \"ymax\": 710.5263}, \"category\": \"pne\"}]}, \"37675\": {\"path\": \"train/37675.jpg\", \"id\": 37675, \"objects\": [{\"bbox\": {\"xmin\": 1728.0, \"ymin\": 406.0, \"xmax\": 1844.0, \"ymax\": 518.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1848.0, \"ymin\": 432.0, \"xmax\": 1949.0, \"ymax\": 539.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1946.0, \"ymin\": 606.0, \"xmax\": 2026.0, \"ymax\": 693.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1948.0, \"ymin\": 695.0, \"xmax\": 2027.0, \"ymax\": 786.0}, \"category\": \"i2r\"}]}, \"45482\": {\"path\": \"train/45482.jpg\", \"id\": 45482, \"objects\": [{\"bbox\": {\"xmin\": 404.0, \"ymin\": 997.0, \"xmax\": 418.0, \"ymax\": 1015.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 899.0, \"ymin\": 759.0, \"xmax\": 941.0, \"ymax\": 801.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 847.0, \"ymin\": 762.0, \"xmax\": 888.0, \"ymax\": 802.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 932.0, \"ymin\": 928.0, \"xmax\": 973.0, \"ymax\": 969.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 934.0, \"ymin\": 988.0, \"xmax\": 977.0, \"ymax\": 1029.0}, \"category\": \"i2r\"}]}, \"65514\": {\"path\": \"train/65514.jpg\", \"id\": 65514, \"objects\": [{\"bbox\": {\"xmin\": 1355.45, \"ymin\": 896.04, \"xmax\": 1381.2055, \"ymax\": 920.7921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 323.762, \"ymin\": 944.554, \"xmax\": 349.505, \"ymax\": 977.2276999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 325.743, \"ymin\": 974.257, \"xmax\": 347.525, \"ymax\": 1003.9603999999999}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 139.604, \"ymin\": 969.307, \"xmax\": 163.36630000000002, \"ymax\": 1000.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1251.49, \"ymin\": 892.079, \"xmax\": 1277.2277, \"ymax\": 917.8217999999999}, \"category\": \"pne\"}]}, \"5824\": {\"path\": \"test/5824.jpg\", \"id\": 5824, \"objects\": [{\"bbox\": {\"xmin\": 1820.0, \"ymin\": 944.0, \"xmax\": 1857.3333, \"ymax\": 978.6667}, \"category\": \"w59\"}]}, \"35857\": {\"path\": \"test/35857.jpg\", \"id\": 35857, \"objects\": [{\"bbox\": {\"xmin\": 1356.0, \"ymin\": 795.0, \"xmax\": 1457.0, \"ymax\": 901.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1374.0, \"ymin\": 927.0, \"xmax\": 1451.0, \"ymax\": 1007.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1376.0, \"ymin\": 1009.0, \"xmax\": 1455.0, \"ymax\": 1088.0}, \"category\": \"i2r\"}]}, \"34786\": {\"path\": \"train/34786.jpg\", \"id\": 34786, \"objects\": [{\"bbox\": {\"xmin\": 1601.96, \"ymin\": 982.353, \"xmax\": 1633.3333, \"ymax\": 1021.5686}, \"category\": \"pg\"}]}, \"2844\": {\"path\": \"train/2844.jpg\", \"id\": 2844, \"objects\": [{\"bbox\": {\"xmin\": 1860.0, \"ymin\": 904.0, \"xmax\": 1882.6667, \"ymax\": 930.6667}, \"category\": \"pl40\"}]}, \"7731\": {\"path\": \"train/7731.jpg\", \"id\": 7731, \"objects\": [{\"bbox\": {\"xmin\": 1406.2, \"ymin\": 885.399, \"xmax\": 1434.0733, \"ymax\": 914.6022}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1436.28, \"ymin\": 888.053, \"xmax\": 1463.7142999999999, \"ymax\": 916.3715}, \"category\": \"pn\"}]}, \"82283\": {\"path\": \"train/82283.jpg\", \"id\": 82283, \"objects\": [{\"bbox\": {\"xmin\": 1348.0, \"ymin\": 809.333, \"xmax\": 1383.9934, \"ymax\": 839.9984999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1201.33, \"ymin\": 760.0, \"xmax\": 1240.0, \"ymax\": 798.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1048.0, \"ymin\": 760.0, \"xmax\": 1084.0, \"ymax\": 798.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 897.333, \"ymin\": 798.667, \"xmax\": 934.6667, \"ymax\": 837.3333}, \"category\": \"pl80\"}]}, \"12229\": {\"path\": \"test/12229.jpg\", \"id\": 12229, \"objects\": [{\"bbox\": {\"xmin\": 1398.7987060546875, \"ymin\": 661.6226196289062, \"xmax\": 1487.1683349609375, \"ymax\": 746.7286987304688}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1506.273681640625, \"ymin\": 670.4013061523438, \"xmax\": 1591.536865234375, \"ymax\": 756.3943481445312}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1356.0, \"ymin\": 963.0, \"xmax\": 1395.0, \"ymax\": 999.0}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1663.0, \"ymin\": 886.0, \"xmax\": 1731.0, \"ymax\": 953.0}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1353.0, \"ymin\": 1009.0, \"xmax\": 1392.0, \"ymax\": 1042.0}, \"category\": \"w57\"}]}, \"32494\": {\"path\": \"train/32494.jpg\", \"id\": 32494, \"objects\": [{\"bbox\": {\"xmin\": 1580.77, \"ymin\": 791.089, \"xmax\": 1626.7327, \"ymax\": 845.5442}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1524.75, \"ymin\": 788.119, \"xmax\": 1573.0676, \"ymax\": 837.624}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1632.67, \"ymin\": 803.846, \"xmax\": 1677.2277000000001, \"ymax\": 845.5446}, \"category\": \"pn\"}]}, \"13341\": {\"path\": \"train/13341.jpg\", \"id\": 13341, \"objects\": [{\"bbox\": {\"xmin\": 446.535, \"ymin\": 582.178, \"xmax\": 543.5644, \"ymax\": 747.525}, \"category\": \"p5\"}]}, \"35954\": {\"path\": \"test/35954.jpg\", \"id\": 35954, \"objects\": [{\"bbox\": {\"xmin\": 237.0, \"ymin\": 774.0, \"xmax\": 273.0, \"ymax\": 838.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 185.0, \"ymin\": 760.0, \"xmax\": 230.0, \"ymax\": 830.0}, \"category\": \"pl60\"}]}, \"87110\": {\"path\": \"train/87110.jpg\", \"id\": 87110, \"objects\": [{\"bbox\": {\"xmin\": 1765.08, \"ymin\": 914.286, \"xmax\": 1787.3016, \"ymax\": 938.0952}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1739.68, \"ymin\": 914.286, \"xmax\": 1762.6984, \"ymax\": 938.8888999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1789.68, \"ymin\": 911.905, \"xmax\": 1810.3175, \"ymax\": 936.5083}, \"category\": \"pn\"}]}, \"68944\": {\"path\": \"train/68944.jpg\", \"id\": 68944, \"objects\": [{\"bbox\": {\"xmin\": 664.286, \"ymin\": 888.889, \"xmax\": 699.2062999999999, \"ymax\": 926.9841}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1343.65, \"ymin\": 975.397, \"xmax\": 1364.2857000000001, \"ymax\": 1000.7937000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1061.11, \"ymin\": 956.349, \"xmax\": 1088.0952, \"ymax\": 983.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1060.32, \"ymin\": 982.54, \"xmax\": 1088.0952, \"ymax\": 1012.6984}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 542.857, \"ymin\": 897.619, \"xmax\": 575.3968, \"ymax\": 931.746}, \"category\": \"pne\"}]}, \"15350\": {\"path\": \"other/15350.jpg\", \"id\": 15350, \"objects\": [{\"bbox\": {\"xmin\": 976.821, \"ymin\": 946.358, \"xmax\": 989.404, \"ymax\": 960.2648999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 892.715, \"ymin\": 947.02, \"xmax\": 905.298, \"ymax\": 962.9139}, \"category\": \"pne\"}]}, \"48464\": {\"path\": \"other/48464.jpg\", \"id\": 48464, \"objects\": [{\"bbox\": {\"xmin\": 1219.04, \"ymin\": 837.302, \"xmax\": 1258.7248, \"ymax\": 880.159}, \"category\": \"w24\"}]}, \"95041\": {\"path\": \"test/95041.jpg\", \"id\": 95041, \"objects\": [{\"bbox\": {\"xmin\": 1309.74, \"ymin\": 908.407, \"xmax\": 1330.0895, \"ymax\": 929.6468}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1333.18, \"ymin\": 909.735, \"xmax\": 1349.4075, \"ymax\": 930.5316}, \"category\": \"pn\"}]}, \"72461\": {\"path\": \"test/72461.jpg\", \"id\": 72461, \"objects\": [{\"bbox\": {\"xmin\": 736.0, \"ymin\": 518.667, \"xmax\": 869.333, \"ymax\": 638.667}, \"category\": \"pl40\"}]}, \"12436\": {\"path\": \"other/12436.jpg\", \"id\": 12436, \"objects\": [{\"bbox\": {\"xmin\": 1284.540283203125, \"ymin\": 923.16064453125, \"xmax\": 1305.968017578125, \"ymax\": 942.2513427734375}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1202.0057373046875, \"ymin\": 923.0013427734375, \"xmax\": 1224.8228759765625, \"ymax\": 943.988525390625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 527.4937133789062, \"ymin\": 860.3956909179688, \"xmax\": 548.2214965820312, \"ymax\": 890.8737182617188}, \"category\": \"pne\"}]}, \"35034\": {\"path\": \"test/35034.jpg\", \"id\": 35034, \"objects\": [{\"bbox\": {\"xmin\": 1610.0, \"ymin\": 967.386, \"xmax\": 1642.5752, \"ymax\": 1001.6467}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1803.91, \"ymin\": 757.6, \"xmax\": 1847.6122, \"ymax\": 809.4067}, \"category\": \"p3\"}]}, \"79157\": {\"path\": \"test/79157.jpg\", \"id\": 79157, \"objects\": [{\"bbox\": {\"xmin\": 1308.0, \"ymin\": 878.667, \"xmax\": 1345.3333, \"ymax\": 914.6667}, \"category\": \"pl40\"}]}, \"9630\": {\"path\": \"other/9630.jpg\", \"id\": 9630, \"objects\": [{\"bbox\": {\"xmin\": 1182.15576171875, \"ymin\": 964.8495483398438, \"xmax\": 1201.7958984375, \"ymax\": 981.3860473632812}, \"category\": \"pn\"}]}, \"92908\": {\"path\": \"train/92908.jpg\", \"id\": 92908, \"objects\": [{\"bbox\": {\"xmin\": 1249.33, \"ymin\": 961.333, \"xmax\": 1274.6667, \"ymax\": 986.6667}, \"category\": \"p10\"}]}, \"48806\": {\"path\": \"other/48806.jpg\", \"id\": 48806, \"objects\": [{\"bbox\": {\"xmin\": 1392.82, \"ymin\": 958.566, \"xmax\": 1405.1744999999999, \"ymax\": 970.1195}, \"category\": \"pn\"}]}, \"5163\": {\"path\": \"train/5163.jpg\", \"id\": 5163, \"objects\": [{\"bbox\": {\"xmin\": 1277.61, \"ymin\": 942.289, \"xmax\": 1310.4396, \"ymax\": 970.0026}, \"category\": \"pl80\"}]}, \"92027\": {\"path\": \"train/92027.jpg\", \"id\": 92027, \"objects\": [{\"bbox\": {\"xmin\": 309.333, \"ymin\": 917.333, \"xmax\": 401.3324, \"ymax\": 1096.0}, \"category\": \"p5\"}]}, \"70012\": {\"path\": \"train/70012.jpg\", \"id\": 70012, \"objects\": [{\"bbox\": {\"xmin\": 759.5116577148438, \"ymin\": 971.8975219726562, \"xmax\": 778.2643432617188, \"ymax\": 988.8489379882812}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1216.73, \"ymin\": 919.124, \"xmax\": 1232.6709, \"ymax\": 935.0600000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1235.05, \"ymin\": 919.124, \"xmax\": 1250.5928, \"ymax\": 935.0602}, \"category\": \"pn\"}]}, \"97660\": {\"path\": \"train/97660.jpg\", \"id\": 97660, \"objects\": [{\"bbox\": {\"xmin\": 1838.0, \"ymin\": 1183.0, \"xmax\": 1870.0, \"ymax\": 1220.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1832.0, \"ymin\": 1157.0, \"xmax\": 1853.0, \"ymax\": 1179.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1857.0, \"ymin\": 1156.0, \"xmax\": 1878.0, \"ymax\": 1178.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1630.0, \"ymin\": 1188.0, \"xmax\": 1666.0, \"ymax\": 1229.0}, \"category\": \"pne\"}]}, \"62217\": {\"path\": \"train/62217.jpg\", \"id\": 62217, \"objects\": [{\"bbox\": {\"xmin\": 1813.0, \"ymin\": 961.0, \"xmax\": 1909.0, \"ymax\": 1063.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1180.0, \"ymin\": 923.0, \"xmax\": 1196.0, \"ymax\": 939.0}, \"category\": \"p19\"}]}, \"88118\": {\"path\": \"train/88118.jpg\", \"id\": 88118, \"objects\": [{\"bbox\": {\"xmin\": 548.913, \"ymin\": 943.478, \"xmax\": 564.8551, \"ymax\": 973.5504}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 569.203, \"ymin\": 946.014, \"xmax\": 584.4203, \"ymax\": 973.5507}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 528.623, \"ymin\": 979.347, \"xmax\": 546.0145, \"ymax\": 1010.1446}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 568.841, \"ymin\": 980.797, \"xmax\": 583.6956, \"ymax\": 1009.7826}, \"category\": \"p9\"}]}, \"46230\": {\"path\": \"other/46230.jpg\", \"id\": 46230, \"objects\": [{\"bbox\": {\"xmin\": 899.586669921875, \"ymin\": 964.2349243164062, \"xmax\": 917.420166015625, \"ymax\": 980.8632202148438}, \"category\": \"pne\"}]}, \"20903\": {\"path\": \"train/20903.jpg\", \"id\": 20903, \"objects\": [{\"bbox\": {\"xmin\": 1411.0, \"ymin\": 989.0, \"xmax\": 1456.0, \"ymax\": 1036.0}, \"category\": \"pl60\"}]}, \"23803\": {\"path\": \"other/23803.jpg\", \"id\": 23803, \"objects\": [{\"bbox\": {\"xmin\": 1204.95, \"ymin\": 673.267, \"xmax\": 1286.1386, \"ymax\": 746.5347}, \"category\": \"w22\"}]}, \"54115\": {\"path\": \"train/54115.jpg\", \"id\": 54115, \"objects\": [{\"bbox\": {\"xmin\": 168.76150512695312, \"ymin\": 834.7742309570312, \"xmax\": 192.88116455078125, \"ymax\": 877.0420532226562}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 109.45575714111328, \"ymin\": 824.230224609375, \"xmax\": 137.901611328125, \"ymax\": 870.5672607421875}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 756.349, \"ymin\": 571.429, \"xmax\": 788.0952000000001, \"ymax\": 681.746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1515.87, \"ymin\": 964.286, \"xmax\": 1533.3332999999998, \"ymax\": 988.8888999999999}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1714.29, \"ymin\": 936.508, \"xmax\": 1731.7459999999999, \"ymax\": 958.7297000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1676.19, \"ymin\": 934.921, \"xmax\": 1693.6508000000001, \"ymax\": 959.5238}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1694.44, \"ymin\": 934.127, \"xmax\": 1712.7027, \"ymax\": 957.9364999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 586.508, \"ymin\": 401.587, \"xmax\": 647.619, \"ymax\": 546.825}, \"category\": \"pne\"}]}, \"94665\": {\"path\": \"test/94665.jpg\", \"id\": 94665, \"objects\": [{\"bbox\": {\"xmin\": 829.333, \"ymin\": 566.667, \"xmax\": 940.0, \"ymax\": 669.3330000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 338.667, \"ymin\": 848.0, \"xmax\": 398.6667, \"ymax\": 914.6667}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 226.667, \"ymin\": 893.333, \"xmax\": 262.6667, \"ymax\": 929.3333}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 717.333, \"ymin\": 574.666, \"xmax\": 824.0, \"ymax\": 673.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 18.6667, \"ymin\": 697.333, \"xmax\": 78.66669999999999, \"ymax\": 770.6664}, \"category\": \"pm35\"}, {\"bbox\": {\"xmin\": 136.0, \"ymin\": 889.333, \"xmax\": 177.3333, \"ymax\": 929.3333}, \"category\": \"pn\"}]}, \"59953\": {\"path\": \"other/59953.jpg\", \"id\": 59953, \"objects\": [{\"bbox\": {\"xmin\": 1396.02, \"ymin\": 1030.68, \"xmax\": 1414.7727, \"ymax\": 1051.1318}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1115.91, \"ymin\": 981.25, \"xmax\": 1130.6782, \"ymax\": 998.2955}, \"category\": \"w59\"}]}, \"22430\": {\"path\": \"train/22430.jpg\", \"id\": 22430, \"objects\": [{\"bbox\": {\"xmin\": 584.127, \"ymin\": 986.508, \"xmax\": 600.0, \"ymax\": 1020.6349}, \"category\": \"p19\"}]}, \"31158\": {\"path\": \"test/31158.jpg\", \"id\": 31158, \"objects\": [{\"bbox\": {\"xmin\": 1231.6142578125, \"ymin\": 966.2271118164062, \"xmax\": 1251.334228515625, \"ymax\": 983.6917114257812}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1074.67, \"ymin\": 998.667, \"xmax\": 1109.3333, \"ymax\": 1033.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1082.67, \"ymin\": 933.333, \"xmax\": 1105.3333, \"ymax\": 960.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1077.33, \"ymin\": 1042.67, \"xmax\": 1110.6667, \"ymax\": 1076.0}, \"category\": \"pbp\"}]}, \"40298\": {\"path\": \"train/40298.jpg\", \"id\": 40298, \"objects\": [{\"bbox\": {\"xmin\": 1364.0, \"ymin\": 882.0, \"xmax\": 1386.0, \"ymax\": 905.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1551.0, \"ymin\": 1044.0, \"xmax\": 1589.0, \"ymax\": 1085.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1360.0, \"ymin\": 959.0, \"xmax\": 1375.0, \"ymax\": 978.0}, \"category\": \"pn\"}]}, \"76107\": {\"path\": \"train/76107.jpg\", \"id\": 76107, \"objects\": [{\"bbox\": {\"xmin\": 1705.8001708984375, \"ymin\": 819.8488159179688, \"xmax\": 1729.6317138671875, \"ymax\": 863.0564575195312}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1648.87, \"ymin\": 810.227, \"xmax\": 1692.0491, \"ymax\": 856.25}, \"category\": \"pl80\"}]}, \"59471\": {\"path\": \"test/59471.jpg\", \"id\": 59471, \"objects\": [{\"bbox\": {\"xmin\": 1251.49, \"ymin\": 931.683, \"xmax\": 1271.2871, \"ymax\": 949.505}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1181.19, \"ymin\": 927.723, \"xmax\": 1200.0, \"ymax\": 949.505}, \"category\": \"pne\"}]}, \"27162\": {\"path\": \"train/27162.jpg\", \"id\": 27162, \"objects\": [{\"bbox\": {\"xmin\": 1887.0, \"ymin\": 1019.0, \"xmax\": 1917.0, \"ymax\": 1054.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1887.0, \"ymin\": 987.0, \"xmax\": 1918.0, \"ymax\": 1018.0}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1885.0, \"ymin\": 952.0, \"xmax\": 1917.0, \"ymax\": 986.0}, \"category\": \"pn\"}]}, \"11722\": {\"path\": \"test/11722.jpg\", \"id\": 11722, \"objects\": [{\"bbox\": {\"xmin\": 1231.79, \"ymin\": 840.397, \"xmax\": 1269.5364, \"ymax\": 878.1457}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1373.51, \"ymin\": 940.397, \"xmax\": 1392.0529999999999, \"ymax\": 962.2517}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1350.33, \"ymin\": 939.073, \"xmax\": 1371.5231999999999, \"ymax\": 960.9272}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1394.7, \"ymin\": 941.06, \"xmax\": 1415.2318, \"ymax\": 962.9138999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1049.67, \"ymin\": 839.735, \"xmax\": 1088.7417, \"ymax\": 877.4834}, \"category\": \"pne\"}]}, \"9016\": {\"path\": \"train/9016.jpg\", \"id\": 9016, \"objects\": [{\"bbox\": {\"xmin\": 1049.5, \"ymin\": 975.248, \"xmax\": 1108.9109, \"ymax\": 1065.348}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1279.21, \"ymin\": 1057.43, \"xmax\": 1355.4457, \"ymax\": 1214.851}, \"category\": \"pne\"}]}, \"41858\": {\"path\": \"train/41858.jpg\", \"id\": 41858, \"objects\": [{\"bbox\": {\"xmin\": 1366.67, \"ymin\": 897.333, \"xmax\": 1421.3333, \"ymax\": 949.3333}, \"category\": \"pl60\"}]}, \"63674\": {\"path\": \"train/63674.jpg\", \"id\": 63674, \"objects\": [{\"bbox\": {\"xmin\": 1165.33, \"ymin\": 713.333, \"xmax\": 1204.0, \"ymax\": 749.3333}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1017.33, \"ymin\": 752.0, \"xmax\": 1080.0, \"ymax\": 814.667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1085.33, \"ymin\": 748.0, \"xmax\": 1150.6667, \"ymax\": 809.3333}, \"category\": \"pn\"}]}, \"67886\": {\"path\": \"other/67886.jpg\", \"id\": 67886, \"objects\": [{\"bbox\": {\"xmin\": 1152.2266845703125, \"ymin\": 931.8482055664062, \"xmax\": 1172.3267822265625, \"ymax\": 949.0879516601562}, \"category\": \"pne\"}]}, \"76541\": {\"path\": \"other/76541.jpg\", \"id\": 76541, \"objects\": [{\"bbox\": {\"xmin\": 1135.64, \"ymin\": 943.564, \"xmax\": 1145.54455, \"ymax\": 956.4356}, \"category\": \"pn\"}]}, \"7373\": {\"path\": \"other/7373.jpg\", \"id\": 7373, \"objects\": [{\"bbox\": {\"xmin\": 683.333, \"ymin\": 957.143, \"xmax\": 711.1111, \"ymax\": 988.8889}, \"category\": \"p14\"}]}, \"95153\": {\"path\": \"train/95153.jpg\", \"id\": 95153, \"objects\": [{\"bbox\": {\"xmin\": 1865.0, \"ymin\": 972.0, \"xmax\": 1984.0, \"ymax\": 1099.0}, \"category\": \"pl120\"}]}, \"66790\": {\"path\": \"train/66790.jpg\", \"id\": 66790, \"objects\": [{\"bbox\": {\"xmin\": 797.333, \"ymin\": 832.0, \"xmax\": 841.3333, \"ymax\": 877.3333}, \"category\": \"pl60\"}]}, \"96001\": {\"path\": \"train/96001.jpg\", \"id\": 96001, \"objects\": [{\"bbox\": {\"xmin\": 1442.0, \"ymin\": 869.0, \"xmax\": 1461.0, \"ymax\": 889.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1467.0, \"ymin\": 869.0, \"xmax\": 1486.0, \"ymax\": 891.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1558.0, \"ymin\": 990.0, \"xmax\": 1579.0, \"ymax\": 1013.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 9.0, \"ymin\": 924.0, \"xmax\": 29.0, \"ymax\": 948.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 11.0, \"ymin\": 1001.0, \"xmax\": 32.0, \"ymax\": 1031.0}, \"category\": \"i2r\"}]}, \"62189\": {\"path\": \"other/62189.jpg\", \"id\": 62189, \"objects\": [{\"bbox\": {\"xmin\": 1350.564208984375, \"ymin\": 1407.3226318359375, \"xmax\": 1390.052001953125, \"ymax\": 1440.6732177734375}, \"category\": \"pn\"}]}, \"29551\": {\"path\": \"train/29551.jpg\", \"id\": 29551, \"objects\": [{\"bbox\": {\"xmin\": 535.526, \"ymin\": 780.263, \"xmax\": 594.7379999999999, \"ymax\": 843.4209000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1219.74, \"ymin\": 828.947, \"xmax\": 1257.8947, \"ymax\": 868.4211}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1261.84, \"ymin\": 823.684, \"xmax\": 1301.3157999999999, \"ymax\": 869.7368}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 386.842, \"ymin\": 797.368, \"xmax\": 436.84209999999996, \"ymax\": 850.0}, \"category\": \"pne\"}]}, \"77358\": {\"path\": \"train/77358.jpg\", \"id\": 77358, \"objects\": [{\"bbox\": {\"xmin\": 1485.23, \"ymin\": 866.477, \"xmax\": 1513.0682, \"ymax\": 897.1587}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1515.91, \"ymin\": 866.477, \"xmax\": 1546.0227, \"ymax\": 899.9993999999999}, \"category\": \"pn\"}]}, \"3721\": {\"path\": \"test/3721.jpg\", \"id\": 3721, \"objects\": [{\"bbox\": {\"xmin\": 1650.67, \"ymin\": 685.333, \"xmax\": 1717.3333, \"ymax\": 758.6667}, \"category\": \"pl40\"}]}, \"36321\": {\"path\": \"train/36321.jpg\", \"id\": 36321, \"objects\": [{\"bbox\": {\"xmin\": 1944.89, \"ymin\": 914.205, \"xmax\": 1967.0455000000002, \"ymax\": 940.3409}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1845.45, \"ymin\": 921.591, \"xmax\": 1864.2045, \"ymax\": 945.4545}, \"category\": \"pne\"}]}, \"65079\": {\"path\": \"train/65079.jpg\", \"id\": 65079, \"objects\": [{\"bbox\": {\"xmin\": 744.0, \"ymin\": 889.333, \"xmax\": 770.6667, \"ymax\": 925.3333}, \"category\": \"p19\"}]}, \"59183\": {\"path\": \"train/59183.jpg\", \"id\": 59183, \"objects\": [{\"bbox\": {\"xmin\": 1787.0, \"ymin\": 735.0, \"xmax\": 1867.0, \"ymax\": 926.0}, \"category\": \"p5\"}]}, \"90411\": {\"path\": \"test/90411.jpg\", \"id\": 90411, \"objects\": [{\"bbox\": {\"xmin\": 453.947, \"ymin\": 626.316, \"xmax\": 499.9999, \"ymax\": 722.3684000000001}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 501.316, \"ymin\": 655.263, \"xmax\": 547.3692, \"ymax\": 755.263}, \"category\": \"w57\"}]}, \"28794\": {\"path\": \"train/28794.jpg\", \"id\": 28794, \"objects\": [{\"bbox\": {\"xmin\": 937.0, \"ymin\": 1033.0, \"xmax\": 954.0, \"ymax\": 1050.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1219.0, \"ymin\": 958.0, \"xmax\": 1232.0, \"ymax\": 973.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1967.0, \"ymin\": 677.0, \"xmax\": 2044.0, \"ymax\": 768.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1883.0, \"ymin\": 688.0, \"xmax\": 1958.0, \"ymax\": 774.0}, \"category\": \"pm55\"}]}, \"69179\": {\"path\": \"train/69179.jpg\", \"id\": 69179, \"objects\": [{\"bbox\": {\"xmin\": 869.0, \"ymin\": 935.0, \"xmax\": 906.0, \"ymax\": 974.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 871.0, \"ymin\": 980.0, \"xmax\": 907.0, \"ymax\": 1021.0}, \"category\": \"p18\"}]}, \"48586\": {\"path\": \"test/48586.jpg\", \"id\": 48586, \"objects\": [{\"bbox\": {\"xmin\": 1553.33, \"ymin\": 489.333, \"xmax\": 1682.667, \"ymax\": 617.3330000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1432.0, \"ymin\": 476.0, \"xmax\": 1569.33, \"ymax\": 602.667}, \"category\": \"w55\"}]}, \"77344\": {\"path\": \"test/77344.jpg\", \"id\": 77344, \"objects\": [{\"bbox\": {\"xmin\": 1186.6082763671875, \"ymin\": 978.4915161132812, \"xmax\": 1212.4500732421875, \"ymax\": 1002.2335815429688}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1133.33, \"ymin\": 932.0, \"xmax\": 1158.6667, \"ymax\": 958.6667}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1461.33, \"ymin\": 952.0, \"xmax\": 1562.6589999999999, \"ymax\": 1056.0}, \"category\": \"pr40\"}]}, \"7877\": {\"path\": \"train/7877.jpg\", \"id\": 7877, \"objects\": [{\"bbox\": {\"xmin\": 1858.82, \"ymin\": 764.706, \"xmax\": 1901.9607999999998, \"ymax\": 821.5686000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1807.14, \"ymin\": 894.444, \"xmax\": 1829.3651000000002, \"ymax\": 921.4286}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1783.33, \"ymin\": 894.444, \"xmax\": 1804.7619, \"ymax\": 920.6349}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1833.33, \"ymin\": 896.825, \"xmax\": 1853.1745999999998, \"ymax\": 924.6032}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1619.61, \"ymin\": 747.059, \"xmax\": 1672.549, \"ymax\": 803.9216}, \"category\": \"pne\"}]}, \"30508\": {\"path\": \"train/30508.jpg\", \"id\": 30508, \"objects\": [{\"bbox\": {\"xmin\": 1989.33, \"ymin\": 945.333, \"xmax\": 2021.3333, \"ymax\": 997.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1232.0, \"ymin\": 948.0, \"xmax\": 1268.0, \"ymax\": 981.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1020.0, \"ymin\": 892.0, \"xmax\": 1054.6667, \"ymax\": 925.3333}, \"category\": \"pl40\"}]}, \"58482\": {\"path\": \"train/58482.jpg\", \"id\": 58482, \"objects\": [{\"bbox\": {\"xmin\": 1221.0, \"ymin\": 923.0, \"xmax\": 1267.0, \"ymax\": 979.0}, \"category\": \"p5\"}]}, \"59658\": {\"path\": \"train/59658.jpg\", \"id\": 59658, \"objects\": [{\"bbox\": {\"xmin\": 419.737, \"ymin\": 884.21, \"xmax\": 473.6845, \"ymax\": 978.9474}, \"category\": \"p5\"}]}, \"83052\": {\"path\": \"train/83052.jpg\", \"id\": 83052, \"objects\": [{\"bbox\": {\"xmin\": 1838.67, \"ymin\": 888.0, \"xmax\": 1908.0099, \"ymax\": 962.6667}, \"category\": \"p10\"}]}, \"64810\": {\"path\": \"train/64810.jpg\", \"id\": 64810, \"objects\": [{\"bbox\": {\"xmin\": 1268.32, \"ymin\": 786.139, \"xmax\": 1319.802, \"ymax\": 842.5743}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1157.43, \"ymin\": 786.139, \"xmax\": 1205.9406000000001, \"ymax\": 837.6238}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1211.88, \"ymin\": 789.109, \"xmax\": 1266.3366, \"ymax\": 836.6337000000001}, \"category\": \"pn\"}]}, \"96688\": {\"path\": \"test/96688.jpg\", \"id\": 96688, \"objects\": [{\"bbox\": {\"xmin\": 1298.41, \"ymin\": 901.587, \"xmax\": 1321.4286000000002, \"ymax\": 928.5714}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1433.33, \"ymin\": 936.508, \"xmax\": 1446.8254, \"ymax\": 954.7619000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 69.8413, \"ymin\": 892.857, \"xmax\": 88.8889, \"ymax\": 915.0794}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1398.41, \"ymin\": 935.714, \"xmax\": 1412.6984, \"ymax\": 956.3492000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 111.905, \"ymin\": 895.238, \"xmax\": 128.5714, \"ymax\": 917.4603000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1412.7, \"ymin\": 934.921, \"xmax\": 1430.9524000000001, \"ymax\": 955.5556}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1203.97, \"ymin\": 900.0, \"xmax\": 1228.5714, \"ymax\": 926.9841}, \"category\": \"pne\"}]}, \"91568\": {\"path\": \"other/91568.jpg\", \"id\": 91568, \"objects\": [{\"bbox\": {\"xmin\": 1267.73, \"ymin\": 993.626, \"xmax\": 1280.8729, \"ymax\": 1005.1795}, \"category\": \"pn\"}]}, \"18591\": {\"path\": \"train/18591.jpg\", \"id\": 18591, \"objects\": [{\"bbox\": {\"xmin\": 1830.69, \"ymin\": 605.941, \"xmax\": 1887.1287, \"ymax\": 700.0006000000001}, \"category\": \"pne\"}]}, \"1471\": {\"path\": \"other/1471.jpg\", \"id\": 1471, \"objects\": [{\"bbox\": {\"xmin\": 736.7499389648438, \"ymin\": 806.76806640625, \"xmax\": 754.7046508789062, \"ymax\": 858.274169921875}, \"category\": \"pl80\"}]}, \"48796\": {\"path\": \"test/48796.jpg\", \"id\": 48796, \"objects\": [{\"bbox\": {\"xmin\": 1231.68, \"ymin\": 996.053, \"xmax\": 1257.8947, \"ymax\": 1026.7345}, \"category\": \"w57\"}]}, \"35449\": {\"path\": \"train/35449.jpg\", \"id\": 35449, \"objects\": [{\"bbox\": {\"xmin\": 1524.62, \"ymin\": 892.507, \"xmax\": 1597.0112, \"ymax\": 949.5992}, \"category\": \"pl80\"}]}, \"34085\": {\"path\": \"train/34085.jpg\", \"id\": 34085, \"objects\": [{\"bbox\": {\"xmin\": 868.212, \"ymin\": 941.722, \"xmax\": 888.0794999999999, \"ymax\": 963.5762}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1107.95, \"ymin\": 968.874, \"xmax\": 1123.1774, \"ymax\": 983.4437}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1078.15, \"ymin\": 968.874, \"xmax\": 1091.3907000000002, \"ymax\": 986.0927}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1092.72, \"ymin\": 965.561, \"xmax\": 1107.2947, \"ymax\": 986.7548}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 788.079, \"ymin\": 944.371, \"xmax\": 806.6225, \"ymax\": 964.9007}, \"category\": \"pne\"}]}, \"5266\": {\"path\": \"other/5266.jpg\", \"id\": 5266, \"objects\": [{\"bbox\": {\"xmin\": 903.922, \"ymin\": 872.549, \"xmax\": 992.1569000000001, \"ymax\": 968.6279}, \"category\": \"ph2\"}]}, \"64776\": {\"path\": \"train/64776.jpg\", \"id\": 64776, \"objects\": [{\"bbox\": {\"xmin\": 889.0, \"ymin\": 285.0, \"xmax\": 1060.0, \"ymax\": 421.0}, \"category\": \"pl60\"}]}, \"56247\": {\"path\": \"test/56247.jpg\", \"id\": 56247, \"objects\": [{\"bbox\": {\"xmin\": 239.216, \"ymin\": 754.902, \"xmax\": 286.2745, \"ymax\": 813.7255}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 290.196, \"ymin\": 752.941, \"xmax\": 335.2941, \"ymax\": 811.7647000000001}, \"category\": \"pn\"}]}, \"59302\": {\"path\": \"other/59302.jpg\", \"id\": 59302, \"objects\": [{\"bbox\": {\"xmin\": 1465.34, \"ymin\": 1009.66, \"xmax\": 1480.1154999999999, \"ymax\": 1027.8445}, \"category\": \"p5\"}]}, \"62348\": {\"path\": \"train/62348.jpg\", \"id\": 62348, \"objects\": [{\"bbox\": {\"xmin\": 1278.67, \"ymin\": 706.667, \"xmax\": 1346.6667, \"ymax\": 772.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1213.33, \"ymin\": 706.667, \"xmax\": 1289.3333, \"ymax\": 770.6667}, \"category\": \"w55\"}]}, \"67638\": {\"path\": \"test/67638.jpg\", \"id\": 67638, \"objects\": [{\"bbox\": {\"xmin\": 428.977, \"ymin\": 698.864, \"xmax\": 492.61359999999996, \"ymax\": 770.4549000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1177.84, \"ymin\": 849.432, \"xmax\": 1215.3409, \"ymax\": 883.5227}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1138.07, \"ymin\": 847.727, \"xmax\": 1172.7273, \"ymax\": 886.9318}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1222.73, \"ymin\": 847.727, \"xmax\": 1256.8182, \"ymax\": 886.3636}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 197.159, \"ymin\": 738.068, \"xmax\": 247.72729999999999, \"ymax\": 796.5909}, \"category\": \"pne\"}]}, \"52047\": {\"path\": \"train/52047.jpg\", \"id\": 52047, \"objects\": [{\"bbox\": {\"xmin\": 1111.0, \"ymin\": 910.0, \"xmax\": 1150.0, \"ymax\": 948.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1109.0, \"ymin\": 952.0, \"xmax\": 1147.0, \"ymax\": 988.0}, \"category\": \"p18\"}]}, \"32204\": {\"path\": \"other/32204.jpg\", \"id\": 32204, \"objects\": [{\"bbox\": {\"xmin\": 632.9193725585938, \"ymin\": 1224.5126953125, \"xmax\": 658.4259643554688, \"ymax\": 1254.197998046875}, \"category\": \"pl40\"}]}, \"41961\": {\"path\": \"train/41961.jpg\", \"id\": 41961, \"objects\": [{\"bbox\": {\"xmin\": 663.0, \"ymin\": 972.0, \"xmax\": 698.0, \"ymax\": 1017.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 46.0, \"ymin\": 699.0, \"xmax\": 106.0, \"ymax\": 768.0}, \"category\": \"pmb\"}]}, \"32493\": {\"path\": \"train/32493.jpg\", \"id\": 32493, \"objects\": [{\"bbox\": {\"xmin\": 1145.33, \"ymin\": 806.667, \"xmax\": 1180.0, \"ymax\": 841.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1306.67, \"ymin\": 805.333, \"xmax\": 1342.6667, \"ymax\": 841.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 928.0, \"ymin\": 809.333, \"xmax\": 965.3333, \"ymax\": 845.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 769.333, \"ymin\": 816.0, \"xmax\": 805.3333, \"ymax\": 850.6664}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 696.0, \"ymin\": 817.333, \"xmax\": 732.0, \"ymax\": 852.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 853.333, \"ymin\": 810.667, \"xmax\": 889.3333, \"ymax\": 846.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1065.33, \"ymin\": 804.0, \"xmax\": 1104.0, \"ymax\": 840.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1224.0, \"ymin\": 802.667, \"xmax\": 1261.3333, \"ymax\": 841.3333}, \"category\": \"pl80\"}]}, \"98718\": {\"path\": \"train/98718.jpg\", \"id\": 98718, \"objects\": [{\"bbox\": {\"xmin\": 296.0, \"ymin\": 985.0, \"xmax\": 323.0, \"ymax\": 1015.0}, \"category\": \"pn\"}]}, \"94553\": {\"path\": \"train/94553.jpg\", \"id\": 94553, \"objects\": [{\"bbox\": {\"xmin\": 763.637, \"ymin\": 752.273, \"xmax\": 819.3198, \"ymax\": 805.1131}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1298.04, \"ymin\": 731.818, \"xmax\": 1348.8636, \"ymax\": 781.2502999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1352.63, \"ymin\": 731.941, \"xmax\": 1400.5682000000002, \"ymax\": 789.7727}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 463.069, \"ymin\": 770.454, \"xmax\": 510.2276, \"ymax\": 824.9988}, \"category\": \"pne\"}]}, \"10705\": {\"path\": \"test/10705.jpg\", \"id\": 10705, \"objects\": [{\"bbox\": {\"xmin\": 470.667, \"ymin\": 656.0, \"xmax\": 506.6667, \"ymax\": 734.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 584.0, \"ymin\": 725.333, \"xmax\": 613.3333, \"ymax\": 789.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 290.667, \"ymin\": 552.0, \"xmax\": 350.6667, \"ymax\": 652.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 196.0, \"ymin\": 509.333, \"xmax\": 264.0, \"ymax\": 609.3327}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 546.667, \"ymin\": 698.667, \"xmax\": 576.0, \"ymax\": 768.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 410.667, \"ymin\": 620.0, \"xmax\": 454.6667, \"ymax\": 705.3333}, \"category\": \"pl100\"}]}, \"39993\": {\"path\": \"test/39993.jpg\", \"id\": 39993, \"objects\": [{\"bbox\": {\"xmin\": 1641.58, \"ymin\": 916.832, \"xmax\": 1661.3861, \"ymax\": 940.5941}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1577.23, \"ymin\": 917.822, \"xmax\": 1595.0495, \"ymax\": 938.6139000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1332.67, \"ymin\": 892.079, \"xmax\": 1360.3864, \"ymax\": 920.7921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1208.91, \"ymin\": 888.119, \"xmax\": 1233.6574, \"ymax\": 914.8515}, \"category\": \"pne\"}]}, \"5113\": {\"path\": \"train/5113.jpg\", \"id\": 5113, \"objects\": [{\"bbox\": {\"xmin\": 550.667, \"ymin\": 745.333, \"xmax\": 597.3333, \"ymax\": 808.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 262.667, \"ymin\": 705.333, \"xmax\": 326.6667, \"ymax\": 774.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 452.0, \"ymin\": 729.333, \"xmax\": 508.0, \"ymax\": 794.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 136.0, \"ymin\": 690.667, \"xmax\": 206.6667, \"ymax\": 764.0}, \"category\": \"pl120\"}]}, \"59528\": {\"path\": \"train/59528.jpg\", \"id\": 59528, \"objects\": [{\"bbox\": {\"xmin\": 1345.0, \"ymin\": 836.0, \"xmax\": 1418.0, \"ymax\": 907.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1344.0, \"ymin\": 908.0, \"xmax\": 1417.0, \"ymax\": 977.0}, \"category\": \"pn\"}]}, \"91927\": {\"path\": \"other/91927.jpg\", \"id\": 91927, \"objects\": [{\"bbox\": {\"xmin\": 1995.05, \"ymin\": 983.168, \"xmax\": 2009.901, \"ymax\": 1016.8317}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1074.26, \"ymin\": 975.248, \"xmax\": 1087.1287, \"ymax\": 990.099}, \"category\": \"pl60\"}]}, \"31696\": {\"path\": \"train/31696.jpg\", \"id\": 31696, \"objects\": [{\"bbox\": {\"xmin\": 969.333, \"ymin\": 872.0, \"xmax\": 1001.3333, \"ymax\": 905.3333}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1630.67, \"ymin\": 1004.0, \"xmax\": 1709.3333, \"ymax\": 1078.6667}, \"category\": \"pm20\"}]}, \"23170\": {\"path\": \"test/23170.jpg\", \"id\": 23170, \"objects\": [{\"bbox\": {\"xmin\": 1809.8, \"ymin\": 766.667, \"xmax\": 1864.7059, \"ymax\": 821.5686000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1588.24, \"ymin\": 735.294, \"xmax\": 1645.098, \"ymax\": 807.8430999999999}, \"category\": \"pne\"}]}, \"81601\": {\"path\": \"test/81601.jpg\", \"id\": 81601, \"objects\": [{\"bbox\": {\"xmin\": 457.333, \"ymin\": 582.667, \"xmax\": 502.66670000000005, \"ymax\": 672.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 557.333, \"ymin\": 649.333, \"xmax\": 589.3333, \"ymax\": 724.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 312.0, \"ymin\": 489.333, \"xmax\": 374.6667, \"ymax\": 596.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 237.333, \"ymin\": 442.667, \"xmax\": 309.3333, \"ymax\": 560.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 413.333, \"ymin\": 552.0, \"xmax\": 458.66670000000005, \"ymax\": 644.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 528.0, \"ymin\": 629.333, \"xmax\": 557.3333, \"ymax\": 706.6667}, \"category\": \"pl100\"}]}, \"44957\": {\"path\": \"test/44957.jpg\", \"id\": 44957, \"objects\": [{\"bbox\": {\"xmin\": 1102.65, \"ymin\": 846.053, \"xmax\": 1139.4718, \"ymax\": 888.7417}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1055.9, \"ymin\": 848.667, \"xmax\": 1095.3784, \"ymax\": 889.4563}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1144.08, \"ymin\": 847.351, \"xmax\": 1183.5504999999998, \"ymax\": 886.8247}, \"category\": \"pn\"}]}, \"27124\": {\"path\": \"train/27124.jpg\", \"id\": 27124, \"objects\": [{\"bbox\": {\"xmin\": 2016.0, \"ymin\": 794.4, \"xmax\": 2044.8, \"ymax\": 836.8}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1712.8, \"ymin\": 978.4, \"xmax\": 1730.3999999999999, \"ymax\": 998.4}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1907.2, \"ymin\": 778.4, \"xmax\": 1940.8, \"ymax\": 822.4}, \"category\": \"p26\"}]}, \"61684\": {\"path\": \"train/61684.jpg\", \"id\": 61684, \"objects\": [{\"bbox\": {\"xmin\": 416.667, \"ymin\": 843.651, \"xmax\": 436.50789999999995, \"ymax\": 884.127}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 371.429, \"ymin\": 964.286, \"xmax\": 392.0641, \"ymax\": 998.4127}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 372.222, \"ymin\": 1011.11, \"xmax\": 392.8571, \"ymax\": 1044.4444}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 373.81, \"ymin\": 919.048, \"xmax\": 393.6508, \"ymax\": 951.5873}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 353.175, \"ymin\": 824.603, \"xmax\": 373.0159, \"ymax\": 868.2539999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 371.429, \"ymin\": 875.397, \"xmax\": 393.6508, \"ymax\": 917.4603000000001}, \"category\": \"pn\"}]}, \"34517\": {\"path\": \"train/34517.jpg\", \"id\": 34517, \"objects\": [{\"bbox\": {\"xmin\": 1479.21, \"ymin\": 817.822, \"xmax\": 1511.8812, \"ymax\": 851.4855}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1530.69, \"ymin\": 891.089, \"xmax\": 1558.4158, \"ymax\": 921.7822000000001}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1417.82, \"ymin\": 885.149, \"xmax\": 1442.5743, \"ymax\": 917.8218}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1474.26, \"ymin\": 884.158, \"xmax\": 1501.9802, \"ymax\": 917.8218}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1260.4, \"ymin\": 802.97, \"xmax\": 1295.0495, \"ymax\": 835.6432}, \"category\": \"pne\"}]}, \"93077\": {\"path\": \"train/93077.jpg\", \"id\": 93077, \"objects\": [{\"bbox\": {\"xmin\": 1052.66, \"ymin\": 1121.68, \"xmax\": 1092.9228, \"ymax\": 1165.0442}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1209.55, \"ymin\": 1070.52, \"xmax\": 1228.6805, \"ymax\": 1090.8367}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1231.07, \"ymin\": 1068.52, \"xmax\": 1252.1912, \"ymax\": 1089.2382}, \"category\": \"pn\"}]}, \"51507\": {\"path\": \"train/51507.jpg\", \"id\": 51507, \"objects\": [{\"bbox\": {\"xmin\": 614.851, \"ymin\": 1036.63, \"xmax\": 626.7327, \"ymax\": 1056.4356}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 613.861, \"ymin\": 1015.84, \"xmax\": 629.7021, \"ymax\": 1035.6436}, \"category\": \"pl5\"}]}, \"77439\": {\"path\": \"test/77439.jpg\", \"id\": 77439, \"objects\": [{\"bbox\": {\"xmin\": 1337.0, \"ymin\": 727.0, \"xmax\": 1381.0, \"ymax\": 774.0}, \"category\": \"p19\"}]}, \"46734\": {\"path\": \"other/46734.jpg\", \"id\": 46734, \"objects\": [{\"bbox\": {\"xmin\": 1557.0, \"ymin\": 991.0, \"xmax\": 1619.0, \"ymax\": 1057.0}, \"category\": \"pr50\"}]}, \"75808\": {\"path\": \"train/75808.jpg\", \"id\": 75808, \"objects\": [{\"bbox\": {\"xmin\": 1476.82, \"ymin\": 834.437, \"xmax\": 1515.894, \"ymax\": 876.8212}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1292.05, \"ymin\": 831.788, \"xmax\": 1338.4106, \"ymax\": 871.5232}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1254.3, \"ymin\": 899.338, \"xmax\": 1279.4702, \"ymax\": 928.4767999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1225.83, \"ymin\": 902.649, \"xmax\": 1251.6555999999998, \"ymax\": 925.8278}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1284.77, \"ymin\": 901.987, \"xmax\": 1309.2715, \"ymax\": 930.6931}, \"category\": \"pn\"}]}, \"60642\": {\"path\": \"train/60642.jpg\", \"id\": 60642, \"objects\": [{\"bbox\": {\"xmin\": 1238.89, \"ymin\": 934.127, \"xmax\": 1254.7619000000002, \"ymax\": 953.1745999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1171.43, \"ymin\": 934.127, \"xmax\": 1188.8889000000001, \"ymax\": 953.1745999999999}, \"category\": \"pne\"}]}, \"67420\": {\"path\": \"train/67420.jpg\", \"id\": 67420, \"objects\": [{\"bbox\": {\"xmin\": 1597.6, \"ymin\": 984.0, \"xmax\": 1615.1999999999998, \"ymax\": 1007.2}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1647.2, \"ymin\": 962.4, \"xmax\": 1668.8, \"ymax\": 991.1999999999999}, \"category\": \"pne\"}]}, \"15262\": {\"path\": \"train/15262.jpg\", \"id\": 15262, \"objects\": [{\"bbox\": {\"xmin\": 1204.8, \"ymin\": 941.6, \"xmax\": 1243.2, \"ymax\": 980.8000000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 302.4, \"ymin\": 934.4, \"xmax\": 347.2, \"ymax\": 984.0}, \"category\": \"ip\"}]}, \"54251\": {\"path\": \"test/54251.jpg\", \"id\": 54251, \"objects\": [{\"bbox\": {\"xmin\": 964.901, \"ymin\": 768.874, \"xmax\": 1019.2054999999999, \"ymax\": 827.1523}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1023.18, \"ymin\": 768.874, \"xmax\": 1077.4833999999998, \"ymax\": 825.1658}, \"category\": \"pn\"}]}, \"7343\": {\"path\": \"train/7343.jpg\", \"id\": 7343, \"objects\": [{\"bbox\": {\"xmin\": 59.4059, \"ymin\": 785.149, \"xmax\": 95.0495, \"ymax\": 835.6436}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1399.01, \"ymin\": 833.663, \"xmax\": 1430.6931, \"ymax\": 873.2673}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 625.743, \"ymin\": 930.695, \"xmax\": 646.5358000000001, \"ymax\": 958.4161}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 129.703, \"ymin\": 831.683, \"xmax\": 161.3861, \"ymax\": 868.3168}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1542.57, \"ymin\": 854.455, \"xmax\": 1564.3564, \"ymax\": 882.1782000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 159.406, \"ymin\": 830.693, \"xmax\": 188.11880000000002, \"ymax\": 870.297}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1567.33, \"ymin\": 854.455, \"xmax\": 1590.099, \"ymax\": 882.1782000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1269.31, \"ymin\": 835.644, \"xmax\": 1304.9505, \"ymax\": 870.297}, \"category\": \"pne\"}]}, \"21341\": {\"path\": \"train/21341.jpg\", \"id\": 21341, \"objects\": [{\"bbox\": {\"xmin\": 761.458, \"ymin\": 1027.72, \"xmax\": 790.5917999999999, \"ymax\": 1058.4195}, \"category\": \"ip\"}]}, \"36385\": {\"path\": \"other/36385.jpg\", \"id\": 36385, \"objects\": [{\"bbox\": {\"xmin\": 715.538, \"ymin\": 1068.92, \"xmax\": 726.2948, \"ymax\": 1095.6175}, \"category\": \"pne\"}]}, \"67989\": {\"path\": \"train/67989.jpg\", \"id\": 67989, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 600.6607055664062, \"xmax\": 54.37588882446289, \"ymax\": 744.8358764648438}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 219.0, \"ymin\": 385.0, \"xmax\": 284.0, \"ymax\": 487.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 748.0, \"xmax\": 63.0, \"ymax\": 899.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 54.0, \"ymin\": 317.0, \"xmax\": 142.0, \"ymax\": 438.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 146.0, \"ymin\": 367.0, \"xmax\": 219.0, \"ymax\": 479.0}, \"category\": \"pm20\"}]}, \"13558\": {\"path\": \"other/13558.jpg\", \"id\": 13558, \"objects\": [{\"bbox\": {\"xmin\": 1292.5513916015625, \"ymin\": 1083.454833984375, \"xmax\": 1316.2344970703125, \"ymax\": 1106.27880859375}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1216.680908203125, \"ymin\": 1087.401611328125, \"xmax\": 1236.583251953125, \"ymax\": 1106.466796875}, \"category\": \"i4\"}]}, \"81111\": {\"path\": \"test/81111.jpg\", \"id\": 81111, \"objects\": [{\"bbox\": {\"xmin\": 556.0, \"ymin\": 865.6, \"xmax\": 604.0, \"ymax\": 914.4}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1322.67, \"ymin\": 730.667, \"xmax\": 1381.3333, \"ymax\": 786.6667}, \"category\": \"pl60\"}]}, \"58127\": {\"path\": \"train/58127.jpg\", \"id\": 58127, \"objects\": [{\"bbox\": {\"xmin\": 1891.16, \"ymin\": 918.142, \"xmax\": 1947.7926, \"ymax\": 983.1863000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1143.81, \"ymin\": 942.478, \"xmax\": 1157.5221, \"ymax\": 958.4070999999999}, \"category\": \"pn\"}]}, \"82318\": {\"path\": \"test/82318.jpg\", \"id\": 82318, \"objects\": [{\"bbox\": {\"xmin\": 1757.33, \"ymin\": 900.0, \"xmax\": 1829.3333, \"ymax\": 977.3333}, \"category\": \"i2r\"}]}, \"77800\": {\"path\": \"test/77800.jpg\", \"id\": 77800, \"objects\": [{\"bbox\": {\"xmin\": 1147.62, \"ymin\": 756.349, \"xmax\": 1189.6825, \"ymax\": 802.3816}, \"category\": \"pn\"}]}, \"26413\": {\"path\": \"other/26413.jpg\", \"id\": 26413, \"objects\": [{\"bbox\": {\"xmin\": 553.1929321289062, \"ymin\": 790.3103637695312, \"xmax\": 579.6746215820312, \"ymax\": 845.2156372070312}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 502.984375, \"ymin\": 768.1378173828125, \"xmax\": 526.7469482421875, \"ymax\": 825.6455078125}, \"category\": \"pl40\"}]}, \"82510\": {\"path\": \"train/82510.jpg\", \"id\": 82510, \"objects\": [{\"bbox\": {\"xmin\": 472.0, \"ymin\": 808.0, \"xmax\": 494.6667, \"ymax\": 857.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 194.667, \"ymin\": 537.333, \"xmax\": 274.6667, \"ymax\": 648.0}, \"category\": \"pne\"}]}, \"61956\": {\"path\": \"test/61956.jpg\", \"id\": 61956, \"objects\": [{\"bbox\": {\"xmin\": 1915.08, \"ymin\": 683.333, \"xmax\": 2061.111, \"ymax\": 914.286}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1904.76, \"ymin\": 971.429, \"xmax\": 2061.112, \"ymax\": 1188.889}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1042.85, \"ymin\": 856.349, \"xmax\": 1080.156, \"ymax\": 892.8568}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1200.79, \"ymin\": 981.746, \"xmax\": 1234.9206, \"ymax\": 1015.0794}, \"category\": \"w55\"}]}, \"24672\": {\"path\": \"other/24672.jpg\", \"id\": 24672, \"objects\": [{\"bbox\": {\"xmin\": 1253.73, \"ymin\": 931.841, \"xmax\": 1267.1592, \"ymax\": 947.2637}, \"category\": \"pl80\"}]}, \"86115\": {\"path\": \"train/86115.jpg\", \"id\": 86115, \"objects\": [{\"bbox\": {\"xmin\": 1344.0, \"ymin\": 794.0, \"xmax\": 1397.0, \"ymax\": 847.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1229.0, \"ymin\": 792.0, \"xmax\": 1280.0, \"ymax\": 845.0}, \"category\": \"pm20\"}]}, \"21507\": {\"path\": \"train/21507.jpg\", \"id\": 21507, \"objects\": [{\"bbox\": {\"xmin\": 1366.67, \"ymin\": 748.0, \"xmax\": 1428.0, \"ymax\": 809.3333}, \"category\": \"pl100\"}]}, \"82263\": {\"path\": \"train/82263.jpg\", \"id\": 82263, \"objects\": [{\"bbox\": {\"xmin\": 1358.42, \"ymin\": 987.129, \"xmax\": 1381.1881, \"ymax\": 1013.8614}, \"category\": \"p23\"}]}, \"40081\": {\"path\": \"train/40081.jpg\", \"id\": 40081, \"objects\": [{\"bbox\": {\"xmin\": 1600.0, \"ymin\": 1065.79, \"xmax\": 1639.4737, \"ymax\": 1115.7894999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1511.84, \"ymin\": 1065.79, \"xmax\": 1553.9474, \"ymax\": 1114.4737}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1555.26, \"ymin\": 1068.42, \"xmax\": 1596.0526, \"ymax\": 1114.4737}, \"category\": \"pn\"}]}, \"71244\": {\"path\": \"train/71244.jpg\", \"id\": 71244, \"objects\": [{\"bbox\": {\"xmin\": 1863.2, \"ymin\": 950.4, \"xmax\": 1880.0, \"ymax\": 970.4}, \"category\": \"i5\"}]}, \"27621\": {\"path\": \"other/27621.jpg\", \"id\": 27621, \"objects\": [{\"bbox\": {\"xmin\": 1220.63, \"ymin\": 938.095, \"xmax\": 1235.7143, \"ymax\": 953.1746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1161.11, \"ymin\": 936.508, \"xmax\": 1176.1905, \"ymax\": 952.3810000000001}, \"category\": \"pne\"}]}, \"93008\": {\"path\": \"train/93008.jpg\", \"id\": 93008, \"objects\": [{\"bbox\": {\"xmin\": 1760.32, \"ymin\": 747.619, \"xmax\": 1803.1745999999998, \"ymax\": 801.5871000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1818.26, \"ymin\": 758.261, \"xmax\": 1860.0, \"ymax\": 807.8261}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1871.86, \"ymin\": 845.238, \"xmax\": 1904.5225999999998, \"ymax\": 882.6633}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1872.8, \"ymin\": 884.236, \"xmax\": 1904.662, \"ymax\": 924.3103}, \"category\": \"i2r\"}]}, \"56933\": {\"path\": \"train/56933.jpg\", \"id\": 56933, \"objects\": [{\"bbox\": {\"xmin\": 1709.33, \"ymin\": 978.667, \"xmax\": 1825.3329999999999, \"ymax\": 1108.0}, \"category\": \"pr40\"}]}, \"25257\": {\"path\": \"train/25257.jpg\", \"id\": 25257, \"objects\": [{\"bbox\": {\"xmin\": 1336.0, \"ymin\": 861.333, \"xmax\": 1378.6667, \"ymax\": 906.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1458.67, \"ymin\": 958.667, \"xmax\": 1505.3333, \"ymax\": 1002.6667}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 862.667, \"xmax\": 1424.0, \"ymax\": 906.6667}, \"category\": \"pn\"}]}, \"98622\": {\"path\": \"train/98622.jpg\", \"id\": 98622, \"objects\": [{\"bbox\": {\"xmin\": 1538.67, \"ymin\": 924.0, \"xmax\": 1594.6667, \"ymax\": 982.6667}, \"category\": \"i2r\"}]}, \"95589\": {\"path\": \"other/95589.jpg\", \"id\": 95589, \"objects\": [{\"bbox\": {\"xmin\": 1679.02001953125, \"ymin\": 932.9461669921875, \"xmax\": 1696.846435546875, \"ymax\": 953.996337890625}, \"category\": \"pl20\"}]}, \"68116\": {\"path\": \"train/68116.jpg\", \"id\": 68116, \"objects\": [{\"bbox\": {\"xmin\": 1131.68, \"ymin\": 952.082, \"xmax\": 1167.3266, \"ymax\": 983.7645}, \"category\": \"p5\"}]}, \"64497\": {\"path\": \"test/64497.jpg\", \"id\": 64497, \"objects\": [{\"bbox\": {\"xmin\": 1438.89, \"ymin\": 945.238, \"xmax\": 1492.0635000000002, \"ymax\": 998.4127000000001}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1211.9, \"ymin\": 988.095, \"xmax\": 1230.9524000000001, \"ymax\": 1011.9048}, \"category\": \"i2r\"}]}, \"81817\": {\"path\": \"test/81817.jpg\", \"id\": 81817, \"objects\": [{\"bbox\": {\"xmin\": 1174.67, \"ymin\": 877.333, \"xmax\": 1200.0, \"ymax\": 904.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 877.333, \"xmax\": 1233.3333, \"ymax\": 902.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1238.67, \"ymin\": 877.333, \"xmax\": 1265.3333, \"ymax\": 902.6667}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1218.67, \"ymin\": 764.0, \"xmax\": 1269.3333, \"ymax\": 814.6667}, \"category\": \"pl5\"}]}, \"27669\": {\"path\": \"train/27669.jpg\", \"id\": 27669, \"objects\": [{\"bbox\": {\"xmin\": 225.49, \"ymin\": 417.647, \"xmax\": 333.333, \"ymax\": 556.862}, \"category\": \"pl60\"}]}, \"64218\": {\"path\": \"other/64218.jpg\", \"id\": 64218, \"objects\": [{\"bbox\": {\"xmin\": 771.287, \"ymin\": 977.228, \"xmax\": 782.1782000000001, \"ymax\": 1000.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 755.446, \"ymin\": 977.228, \"xmax\": 767.3267000000001, \"ymax\": 999.0098999999999}, \"category\": \"pne\"}]}, \"93933\": {\"path\": \"other/93933.jpg\", \"id\": 93933, \"objects\": [{\"bbox\": {\"xmin\": 835.714, \"ymin\": 969.841, \"xmax\": 847.619, \"ymax\": 984.127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 792.063, \"ymin\": 970.635, \"xmax\": 805.5556, \"ymax\": 985.7143}, \"category\": \"pne\"}]}, \"59366\": {\"path\": \"train/59366.jpg\", \"id\": 59366, \"objects\": [{\"bbox\": {\"xmin\": 157.895, \"ymin\": 953.947, \"xmax\": 173.6842, \"ymax\": 978.9474}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 167.105, \"ymin\": 926.316, \"xmax\": 182.8947, \"ymax\": 951.3162}, \"category\": \"p17\"}]}, \"50924\": {\"path\": \"test/50924.jpg\", \"id\": 50924, \"objects\": [{\"bbox\": {\"xmin\": 57.8947, \"ymin\": 913.158, \"xmax\": 96.0526, \"ymax\": 967.1053}, \"category\": \"p23\"}]}, \"28195\": {\"path\": \"test/28195.jpg\", \"id\": 28195, \"objects\": [{\"bbox\": {\"xmin\": 704.0, \"ymin\": 844.0, \"xmax\": 736.0, \"ymax\": 880.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 669.333, \"ymin\": 842.667, \"xmax\": 705.3333, \"ymax\": 880.0}, \"category\": \"w55\"}]}, \"61825\": {\"path\": \"train/61825.jpg\", \"id\": 61825, \"objects\": [{\"bbox\": {\"xmin\": 273.333, \"ymin\": 1056.0, \"xmax\": 326.66670000000005, \"ymax\": 1106.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 272.0, \"ymin\": 1001.33, \"xmax\": 326.6667, \"ymax\": 1054.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 274.667, \"ymin\": 1104.0, \"xmax\": 329.33329999999995, \"ymax\": 1154.6667}, \"category\": \"w30\"}]}, \"79238\": {\"path\": \"train/79238.jpg\", \"id\": 79238, \"objects\": [{\"bbox\": {\"xmin\": 1564.71, \"ymin\": 799.16, \"xmax\": 1607.8431, \"ymax\": 848.1791999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1507.94, \"ymin\": 794.118, \"xmax\": 1556.8662000000002, \"ymax\": 848.4127000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1611.76, \"ymin\": 807.143, \"xmax\": 1657.1429, \"ymax\": 852.3811000000001}, \"category\": \"pn\"}]}, \"46751\": {\"path\": \"train/46751.jpg\", \"id\": 46751, \"objects\": [{\"bbox\": {\"xmin\": 1337.0, \"ymin\": 940.0, \"xmax\": 1354.0, \"ymax\": 961.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1237.0, \"ymin\": 805.0, \"xmax\": 1286.0, \"ymax\": 853.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1359.0, \"ymin\": 942.0, \"xmax\": 1383.0, \"ymax\": 967.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1439.0, \"ymin\": 814.0, \"xmax\": 1491.0, \"ymax\": 865.0}, \"category\": \"phclr\"}]}, \"5274\": {\"path\": \"other/5274.jpg\", \"id\": 5274, \"objects\": [{\"bbox\": {\"xmin\": 1187.42, \"ymin\": 1002.65, \"xmax\": 1214.5695, \"ymax\": 1032.4503}, \"category\": \"pm8\"}]}, \"46571\": {\"path\": \"train/46571.jpg\", \"id\": 46571, \"objects\": [{\"bbox\": {\"xmin\": 1046.67, \"ymin\": 876.0, \"xmax\": 1069.3267, \"ymax\": 894.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1117.33, \"ymin\": 874.667, \"xmax\": 1137.3234, \"ymax\": 894.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 980.0, \"ymin\": 877.333, \"xmax\": 1001.3333, \"ymax\": 898.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 954.667, \"ymin\": 877.333, \"xmax\": 976.0, \"ymax\": 898.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1021.33, \"ymin\": 876.0, \"xmax\": 1044.0, \"ymax\": 898.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1089.33, \"ymin\": 873.333, \"xmax\": 1113.3333, \"ymax\": 893.3333}, \"category\": \"pl100\"}]}, \"38170\": {\"path\": \"train/38170.jpg\", \"id\": 38170, \"objects\": [{\"bbox\": {\"xmin\": 1294.4, \"ymin\": 840.0, \"xmax\": 1316.8000000000002, \"ymax\": 863.2}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1430.4, \"ymin\": 840.0, \"xmax\": 1452.0, \"ymax\": 861.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1493.6, \"ymin\": 840.0, \"xmax\": 1515.1999999999998, \"ymax\": 861.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1362.4, \"ymin\": 839.2, \"xmax\": 1386.4, \"ymax\": 863.2}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1266.4, \"ymin\": 815.2, \"xmax\": 1288.0, \"ymax\": 836.8000000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1335.2, \"ymin\": 814.4, \"xmax\": 1357.6000000000001, \"ymax\": 836.8}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1293.6, \"ymin\": 814.4, \"xmax\": 1316.0, \"ymax\": 836.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 840.0, \"xmax\": 1358.4, \"ymax\": 862.4}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1266.4, \"ymin\": 840.0, \"xmax\": 1289.6000000000001, \"ymax\": 863.2}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1403.2, \"ymin\": 839.2, \"xmax\": 1426.4, \"ymax\": 861.6}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1467.2, \"ymin\": 839.2, \"xmax\": 1488.8, \"ymax\": 862.4000000000001}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1543.2, \"ymin\": 840.8, \"xmax\": 1564.0, \"ymax\": 863.1999999999999}, \"category\": \"pne\"}]}, \"40562\": {\"path\": \"train/40562.jpg\", \"id\": 40562, \"objects\": [{\"bbox\": {\"xmin\": 657.333, \"ymin\": 858.667, \"xmax\": 689.3333, \"ymax\": 894.6667}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1509.33, \"ymin\": 990.667, \"xmax\": 1594.6667, \"ymax\": 1077.3333}, \"category\": \"pl100\"}]}, \"48887\": {\"path\": \"test/48887.jpg\", \"id\": 48887, \"objects\": [{\"bbox\": {\"xmin\": 1935.0, \"ymin\": 412.0, \"xmax\": 2045.0, \"ymax\": 535.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1801.0, \"ymin\": 379.0, \"xmax\": 1933.0, \"ymax\": 506.0}, \"category\": \"pl70\"}]}, \"61930\": {\"path\": \"train/61930.jpg\", \"id\": 61930, \"objects\": [{\"bbox\": {\"xmin\": 667.105, \"ymin\": 1026.32, \"xmax\": 685.5263, \"ymax\": 1053.9474}, \"category\": \"pne\"}]}, \"86672\": {\"path\": \"other/86672.jpg\", \"id\": 86672, \"objects\": [{\"bbox\": {\"xmin\": 1077.83, \"ymin\": 588.23, \"xmax\": 1187.8439999999998, \"ymax\": 685.7718}, \"category\": \"pr70\"}, {\"bbox\": {\"xmin\": 1175.66, \"ymin\": 583.2, \"xmax\": 1291.804, \"ymax\": 675.9895}, \"category\": \"w21\"}]}, \"21584\": {\"path\": \"other/21584.jpg\", \"id\": 21584, \"objects\": [{\"bbox\": {\"xmin\": 61.5894, \"ymin\": 924.503, \"xmax\": 75.4966, \"ymax\": 941.7219}, \"category\": \"pne\"}]}, \"49829\": {\"path\": \"train/49829.jpg\", \"id\": 49829, \"objects\": [{\"bbox\": {\"xmin\": 1013.0, \"ymin\": 755.0, \"xmax\": 1068.0, \"ymax\": 812.0}, \"category\": \"ph4\"}]}, \"25044\": {\"path\": \"train/25044.jpg\", \"id\": 25044, \"objects\": [{\"bbox\": {\"xmin\": 796.0, \"ymin\": 708.0, \"xmax\": 864.0, \"ymax\": 774.6667}, \"category\": \"pl40\"}]}, \"53388\": {\"path\": \"train/53388.jpg\", \"id\": 53388, \"objects\": [{\"bbox\": {\"xmin\": 860.8, \"ymin\": 919.2, \"xmax\": 880.8, \"ymax\": 938.4000000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 818.4, \"ymin\": 919.2, \"xmax\": 836.8, \"ymax\": 940.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 840.0, \"ymin\": 920.0, \"xmax\": 856.8, \"ymax\": 939.2}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1351.2, \"ymin\": 916.0, \"xmax\": 1397.6000000000001, \"ymax\": 964.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1352.0, \"ymin\": 965.6, \"xmax\": 1395.2, \"ymax\": 1016.0}, \"category\": \"i2r\"}]}, \"89259\": {\"path\": \"other/89259.jpg\", \"id\": 89259, \"objects\": [{\"bbox\": {\"xmin\": 890.4804077148438, \"ymin\": 943.3701782226562, \"xmax\": 908.1386108398438, \"ymax\": 960.9452514648438}, \"category\": \"pne\"}]}, \"76567\": {\"path\": \"other/76567.jpg\", \"id\": 76567, \"objects\": [{\"bbox\": {\"xmin\": 1413.0, \"ymin\": 437.0, \"xmax\": 1541.0, \"ymax\": 558.0}, \"category\": \"pr30\"}]}, \"85665\": {\"path\": \"other/85665.jpg\", \"id\": 85665, \"objects\": [{\"bbox\": {\"xmin\": 1047.62, \"ymin\": 796.032, \"xmax\": 1103.9719, \"ymax\": 850.7938}, \"category\": \"w24\"}]}, \"36756\": {\"path\": \"test/36756.jpg\", \"id\": 36756, \"objects\": [{\"bbox\": {\"xmin\": 672.6995239257812, \"ymin\": 965.60302734375, \"xmax\": 712.9295043945312, \"ymax\": 1003.206298828125}, \"category\": \"iz\"}, {\"bbox\": {\"xmin\": 1301.33, \"ymin\": 330.667, \"xmax\": 1406.667, \"ymax\": 416.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1914.67, \"ymin\": 565.333, \"xmax\": 2000.0, \"ymax\": 661.3333}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1912.0, \"ymin\": 760.0, \"xmax\": 1997.3333, \"ymax\": 860.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1908.0, \"ymin\": 665.333, \"xmax\": 1998.67, \"ymax\": 758.6667}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 1304.0, \"ymin\": 241.333, \"xmax\": 1416.0, \"ymax\": 326.6667}, \"category\": \"w57\"}]}, \"85793\": {\"path\": \"train/85793.jpg\", \"id\": 85793, \"objects\": [{\"bbox\": {\"xmin\": 1177.69, \"ymin\": 921.115, \"xmax\": 1200.3984, \"ymax\": 941.8327}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1202.79, \"ymin\": 919.522, \"xmax\": 1225.8948, \"ymax\": 942.6293000000001}, \"category\": \"pn\"}]}, \"86709\": {\"path\": \"other/86709.jpg\", \"id\": 86709, \"objects\": [{\"bbox\": {\"xmin\": 910.4201049804688, \"ymin\": 315.3919677734375, \"xmax\": 1114.13330078125, \"ymax\": 469.4117431640625}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1153.3123779296875, \"ymin\": 307.69781494140625, \"xmax\": 1391.8851318359375, \"ymax\": 482.19775390625}, \"category\": \"pl20\"}]}, \"79981\": {\"path\": \"train/79981.jpg\", \"id\": 79981, \"objects\": [{\"bbox\": {\"xmin\": 1365.33, \"ymin\": 914.667, \"xmax\": 1390.6667, \"ymax\": 940.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1906.67, \"ymin\": 597.333, \"xmax\": 1974.6667, \"ymax\": 681.3333}, \"category\": \"ph5\"}]}, \"52893\": {\"path\": \"test/52893.jpg\", \"id\": 52893, \"objects\": [{\"bbox\": {\"xmin\": 1801.0, \"ymin\": 1044.0, \"xmax\": 1822.0, \"ymax\": 1066.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1802.0, \"ymin\": 1022.0, \"xmax\": 1820.0, \"ymax\": 1042.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1374.0, \"ymin\": 988.0, \"xmax\": 1417.0, \"ymax\": 1032.0}, \"category\": \"pl40\"}]}, \"47720\": {\"path\": \"train/47720.jpg\", \"id\": 47720, \"objects\": [{\"bbox\": {\"xmin\": 1791.0, \"ymin\": 928.0, \"xmax\": 1869.0, \"ymax\": 1004.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1796.0, \"ymin\": 846.0, \"xmax\": 1865.0, \"ymax\": 923.0}, \"category\": \"pn\"}]}, \"91036\": {\"path\": \"train/91036.jpg\", \"id\": 91036, \"objects\": [{\"bbox\": {\"xmin\": 906.0, \"ymin\": 454.0, \"xmax\": 964.0, \"ymax\": 502.0}, \"category\": \"w59\"}]}, \"40705\": {\"path\": \"train/40705.jpg\", \"id\": 40705, \"objects\": [{\"bbox\": {\"xmin\": 907.143, \"ymin\": 1046.03, \"xmax\": 927.7778000000001, \"ymax\": 1075.3968}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1584.13, \"ymin\": 976.984, \"xmax\": 1599.2063, \"ymax\": 1002.3810000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 909.524, \"ymin\": 1010.32, \"xmax\": 928.5714, \"ymax\": 1042.0635}, \"category\": \"pl5\"}]}, \"34838\": {\"path\": \"train/34838.jpg\", \"id\": 34838, \"objects\": [{\"bbox\": {\"xmin\": 1114.29, \"ymin\": 946.032, \"xmax\": 1138.8889, \"ymax\": 977.7778000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1108.73, \"ymin\": 975.397, \"xmax\": 1139.6825000000001, \"ymax\": 1003.9683}, \"category\": \"pn\"}]}, \"57607\": {\"path\": \"train/57607.jpg\", \"id\": 57607, \"objects\": [{\"bbox\": {\"xmin\": 1754.67, \"ymin\": 913.333, \"xmax\": 1813.3333, \"ymax\": 973.3333}, \"category\": \"w55\"}]}, \"95323\": {\"path\": \"other/95323.jpg\", \"id\": 95323, \"objects\": [{\"bbox\": {\"xmin\": 1762.67, \"ymin\": 241.333, \"xmax\": 2001.336, \"ymax\": 482.66700000000003}, \"category\": \"w34\"}]}, \"54994\": {\"path\": \"other/54994.jpg\", \"id\": 54994, \"objects\": [{\"bbox\": {\"xmin\": 1581.00830078125, \"ymin\": 862.5996704101562, \"xmax\": 1623.239501953125, \"ymax\": 899.6791381835938}, \"category\": \"w34\"}]}, \"42612\": {\"path\": \"train/42612.jpg\", \"id\": 42612, \"objects\": [{\"bbox\": {\"xmin\": 1289.0, \"ymin\": 970.0, \"xmax\": 1340.0, \"ymax\": 1024.0}, \"category\": \"pr40\"}]}, \"19518\": {\"path\": \"train/19518.jpg\", \"id\": 19518, \"objects\": [{\"bbox\": {\"xmin\": 68.6275, \"ymin\": 239.216, \"xmax\": 200.0005, \"ymax\": 419.608}, \"category\": \"p11\"}]}, \"5299\": {\"path\": \"other/5299.jpg\", \"id\": 5299, \"objects\": [{\"bbox\": {\"xmin\": 852.4061889648438, \"ymin\": 982.4005737304688, \"xmax\": 878.8255004882812, \"ymax\": 1005.1209106445312}, \"category\": \"pn\"}]}, \"17688\": {\"path\": \"train/17688.jpg\", \"id\": 17688, \"objects\": [{\"bbox\": {\"xmin\": 13.3333, \"ymin\": 637.333, \"xmax\": 64.0, \"ymax\": 709.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 152.0, \"ymin\": 686.667, \"xmax\": 192.0, \"ymax\": 744.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 104.0, \"ymin\": 666.667, \"xmax\": 148.0, \"ymax\": 732.0}, \"category\": \"pl100\"}]}, \"31749\": {\"path\": \"train/31749.jpg\", \"id\": 31749, \"objects\": [{\"bbox\": {\"xmin\": 1661.33, \"ymin\": 962.667, \"xmax\": 1734.6667, \"ymax\": 1040.0}, \"category\": \"pm20\"}]}, \"653\": {\"path\": \"train/653.jpg\", \"id\": 653, \"objects\": [{\"bbox\": {\"xmin\": 1502.67, \"ymin\": 889.333, \"xmax\": 1565.3333, \"ymax\": 985.3333}, \"category\": \"p5\"}]}, \"20504\": {\"path\": \"train/20504.jpg\", \"id\": 20504, \"objects\": [{\"bbox\": {\"xmin\": 640.0, \"ymin\": 756.0, \"xmax\": 697.0, \"ymax\": 812.0}, \"category\": \"pa12\"}, {\"bbox\": {\"xmin\": 1477.0, \"ymin\": 637.0, \"xmax\": 1529.0, \"ymax\": 690.0}, \"category\": \"pa12\"}, {\"bbox\": {\"xmin\": 486.0, \"ymin\": 567.0, \"xmax\": 615.0, \"ymax\": 700.0}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1080.0, \"ymin\": 729.0, \"xmax\": 1145.0, \"ymax\": 795.0}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1220.0, \"ymin\": 524.0, \"xmax\": 1360.0, \"ymax\": 660.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1478.0, \"ymin\": 692.0, \"xmax\": 1527.0, \"ymax\": 745.0}, \"category\": \"pm20\"}]}, \"24357\": {\"path\": \"train/24357.jpg\", \"id\": 24357, \"objects\": [{\"bbox\": {\"xmin\": 782.667, \"ymin\": 1006.67, \"xmax\": 804.0, \"ymax\": 1025.3333}, \"category\": \"p5\"}]}, \"65454\": {\"path\": \"other/65454.jpg\", \"id\": 65454, \"objects\": [{\"bbox\": {\"xmin\": 1755.5421142578125, \"ymin\": 940.6947631835938, \"xmax\": 1802.6837158203125, \"ymax\": 988.1373901367188}, \"category\": \"w59\"}]}, \"23791\": {\"path\": \"test/23791.jpg\", \"id\": 23791, \"objects\": [{\"bbox\": {\"xmin\": 661.333, \"ymin\": 984.0, \"xmax\": 688.0, \"ymax\": 1008.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 252.0, \"ymin\": 414.667, \"xmax\": 316.0, \"ymax\": 512.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 317.333, \"ymin\": 350.667, \"xmax\": 373.3333, \"ymax\": 436.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 250.667, \"ymin\": 312.0, \"xmax\": 316.0, \"ymax\": 401.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 661.333, \"ymin\": 958.667, \"xmax\": 688.0, \"ymax\": 982.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 317.333, \"ymin\": 448.0, \"xmax\": 374.66670000000005, \"ymax\": 538.6667}, \"category\": \"pbp\"}]}, \"45778\": {\"path\": \"train/45778.jpg\", \"id\": 45778, \"objects\": [{\"bbox\": {\"xmin\": 1092.0, \"ymin\": 617.333, \"xmax\": 1177.3333, \"ymax\": 690.6667}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1418.67, \"ymin\": 621.333, \"xmax\": 1490.6667, \"ymax\": 692.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 438.667, \"ymin\": 670.667, \"xmax\": 509.3333, \"ymax\": 742.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 737.333, \"ymin\": 634.667, \"xmax\": 818.6667, \"ymax\": 710.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 301.333, \"ymin\": 697.333, \"xmax\": 364.0, \"ymax\": 761.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 573.333, \"ymin\": 654.667, \"xmax\": 646.6667, \"ymax\": 725.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 916.0, \"ymin\": 621.333, \"xmax\": 997.3333, \"ymax\": 696.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1246.67, \"ymin\": 613.333, \"xmax\": 1326.6667, \"ymax\": 686.6667}, \"category\": \"pl80\"}]}, \"52429\": {\"path\": \"test/52429.jpg\", \"id\": 52429, \"objects\": [{\"bbox\": {\"xmin\": 1213.0, \"ymin\": 961.0, \"xmax\": 1242.0, \"ymax\": 989.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1504.0, \"ymin\": 952.0, \"xmax\": 1530.0, \"ymax\": 981.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1548.0, \"ymin\": 792.0, \"xmax\": 1585.0, \"ymax\": 833.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 872.0, \"xmax\": 1760.0, \"ymax\": 910.0}, \"category\": \"pmr\"}]}, \"78573\": {\"path\": \"test/78573.jpg\", \"id\": 78573, \"objects\": [{\"bbox\": {\"xmin\": 1556.0, \"ymin\": 880.0, \"xmax\": 1598.6667, \"ymax\": 932.0}, \"category\": \"pl40\"}]}, \"60182\": {\"path\": \"train/60182.jpg\", \"id\": 60182, \"objects\": [{\"bbox\": {\"xmin\": 1625.464599609375, \"ymin\": 1105.21630859375, \"xmax\": 1652.546875, \"ymax\": 1135.90625}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 778.667, \"ymin\": 1025.33, \"xmax\": 801.3333, \"ymax\": 1044.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1034.67, \"ymin\": 522.667, \"xmax\": 1137.333, \"ymax\": 624.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 781.333, \"ymin\": 1004.0, \"xmax\": 798.6667, \"ymax\": 1024.0}, \"category\": \"pl5\"}]}, \"92397\": {\"path\": \"train/92397.jpg\", \"id\": 92397, \"objects\": [{\"bbox\": {\"xmin\": 1580.0, \"ymin\": 989.333, \"xmax\": 1646.6667, \"ymax\": 1057.3333}, \"category\": \"pm20\"}]}, \"64040\": {\"path\": \"train/64040.jpg\", \"id\": 64040, \"objects\": [{\"bbox\": {\"xmin\": 1696.0, \"ymin\": 747.0, \"xmax\": 1749.0, \"ymax\": 807.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1754.0, \"ymin\": 753.0, \"xmax\": 1807.0, \"ymax\": 809.0}, \"category\": \"pn\"}]}, \"41415\": {\"path\": \"test/41415.jpg\", \"id\": 41415, \"objects\": [{\"bbox\": {\"xmin\": 660.4221801757812, \"ymin\": 799.1066284179688, \"xmax\": 705.1815795898438, \"ymax\": 844.0889282226562}, \"category\": \"w41\"}, {\"bbox\": {\"xmin\": 37.3333, \"ymin\": 457.333, \"xmax\": 230.6663, \"ymax\": 636.0}, \"category\": \"p28\"}, {\"bbox\": {\"xmin\": 22.6667, \"ymin\": 624.0, \"xmax\": 215.9997, \"ymax\": 801.333}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 556.0, \"ymin\": 786.667, \"xmax\": 605.3333, \"ymax\": 840.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 608.0, \"ymin\": 781.333, \"xmax\": 661.3333, \"ymax\": 840.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 262.667, \"ymin\": 692.0, \"xmax\": 453.33299999999997, \"ymax\": 924.0}, \"category\": \"pn\"}]}, \"29976\": {\"path\": \"train/29976.jpg\", \"id\": 29976, \"objects\": [{\"bbox\": {\"xmin\": 1636.5, \"ymin\": 1042.86, \"xmax\": 1667.454, \"ymax\": 1076.1989999999998}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1141.27, \"ymin\": 965.079, \"xmax\": 1163.4921, \"ymax\": 989.6825}, \"category\": \"w59\"}]}, \"86693\": {\"path\": \"train/86693.jpg\", \"id\": 86693, \"objects\": [{\"bbox\": {\"xmin\": 1076.32, \"ymin\": 871.053, \"xmax\": 1105.2631999999999, \"ymax\": 898.6842}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1111.84, \"ymin\": 869.737, \"xmax\": 1142.1053, \"ymax\": 900.0}, \"category\": \"w57\"}]}, \"2964\": {\"path\": \"other/2964.jpg\", \"id\": 2964, \"objects\": [{\"bbox\": {\"xmin\": 960.427490234375, \"ymin\": 989.9761352539062, \"xmax\": 987.730712890625, \"ymax\": 1019.9371948242188}, \"category\": \"w32\"}]}, \"40799\": {\"path\": \"test/40799.jpg\", \"id\": 40799, \"objects\": [{\"bbox\": {\"xmin\": 1444.0, \"ymin\": 1017.33, \"xmax\": 1466.6667, \"ymax\": 1050.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1629.33, \"ymin\": 973.333, \"xmax\": 1650.6667, \"ymax\": 998.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 869.333, \"ymin\": 826.667, \"xmax\": 909.333, \"ymax\": 864.0006000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1237.33, \"ymin\": 953.333, \"xmax\": 1258.6667, \"ymax\": 976.0}, \"category\": \"pl80\"}]}, \"22433\": {\"path\": \"test/22433.jpg\", \"id\": 22433, \"objects\": [{\"bbox\": {\"xmin\": 1322.22, \"ymin\": 980.952, \"xmax\": 1351.5873000000001, \"ymax\": 1007.9365}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1321.43, \"ymin\": 942.063, \"xmax\": 1351.4851, \"ymax\": 969.3069}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1389.68, \"ymin\": 939.683, \"xmax\": 1415.873, \"ymax\": 969.0476}, \"category\": \"p6\"}]}, \"90126\": {\"path\": \"test/90126.jpg\", \"id\": 90126, \"objects\": [{\"bbox\": {\"xmin\": 1581.33, \"ymin\": 534.667, \"xmax\": 1680.0, \"ymax\": 633.3333}, \"category\": \"p27\"}]}, \"6319\": {\"path\": \"test/6319.jpg\", \"id\": 6319, \"objects\": [{\"bbox\": {\"xmin\": 1433.0, \"ymin\": 836.0, \"xmax\": 1503.0, \"ymax\": 906.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1429.0, \"ymin\": 761.0, \"xmax\": 1501.0, \"ymax\": 831.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1430.0, \"ymin\": 940.0, \"xmax\": 1467.0, \"ymax\": 980.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1471.0, \"ymin\": 939.0, \"xmax\": 1507.0, \"ymax\": 980.0}, \"category\": \"i2r\"}]}, \"32559\": {\"path\": \"other/32559.jpg\", \"id\": 32559, \"objects\": [{\"bbox\": {\"xmin\": 1858.15, \"ymin\": 912.033, \"xmax\": 1918.8415, \"ymax\": 968.2406}, \"category\": \"pr50\"}]}, \"4001\": {\"path\": \"test/4001.jpg\", \"id\": 4001, \"objects\": [{\"bbox\": {\"xmin\": 1618.67, \"ymin\": 876.0, \"xmax\": 1666.6667, \"ymax\": 950.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1008.0, \"ymin\": 942.667, \"xmax\": 1030.6667, \"ymax\": 964.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 905.333, \"xmax\": 1492.0, \"ymax\": 970.6667}, \"category\": \"pne\"}]}, \"74650\": {\"path\": \"test/74650.jpg\", \"id\": 74650, \"objects\": [{\"bbox\": {\"xmin\": 1884.0, \"ymin\": 824.0, \"xmax\": 1917.3333, \"ymax\": 862.6667}, \"category\": \"pl40\"}]}, \"54531\": {\"path\": \"test/54531.jpg\", \"id\": 54531, \"objects\": [{\"bbox\": {\"xmin\": 1344.0, \"ymin\": 931.0, \"xmax\": 1383.0, \"ymax\": 971.0}, \"category\": \"ph3.5\"}, {\"bbox\": {\"xmin\": 1480.0, \"ymin\": 973.0, \"xmax\": 1544.0, \"ymax\": 1035.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1386.0, \"ymin\": 929.0, \"xmax\": 1426.0, \"ymax\": 970.0}, \"category\": \"pm30\"}]}, \"69413\": {\"path\": \"test/69413.jpg\", \"id\": 69413, \"objects\": [{\"bbox\": {\"xmin\": 928.287, \"ymin\": 977.69, \"xmax\": 961.3547000000001, \"ymax\": 1008.7658}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1759.6, \"ymin\": 989.404, \"xmax\": 1786.7549999999999, \"ymax\": 1014.5695}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1461.59, \"ymin\": 982.781, \"xmax\": 1493.3735, \"ymax\": 1011.9205}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 582.47, \"ymin\": 978.963, \"xmax\": 604.3824000000001, \"ymax\": 1003.5853}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 721.514, \"ymin\": 966.136, \"xmax\": 756.9725, \"ymax\": 1003.5853}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 929.084, \"ymin\": 943.825, \"xmax\": 960.9566, \"ymax\": 974.5022}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1113.14, \"ymin\": 981.275, \"xmax\": 1144.2183, \"ymax\": 1013.5459999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1287.65, \"ymin\": 980.877, \"xmax\": 1315.1394, \"ymax\": 1014.3427999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1463.58, \"ymin\": 952.318, \"xmax\": 1492.0529999999999, \"ymax\": 980.1324999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1621.19, \"ymin\": 988.742, \"xmax\": 1645.0331, \"ymax\": 1017.8807999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1759.6, \"ymin\": 961.589, \"xmax\": 1786.7549999999999, \"ymax\": 987.4172000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 928.287, \"ymin\": 1010.35, \"xmax\": 960.1595, \"ymax\": 1042.2279}, \"category\": \"pw3.2\"}, {\"bbox\": {\"xmin\": 1761.59, \"ymin\": 1016.56, \"xmax\": 1787.4195, \"ymax\": 1045.0330999999999}, \"category\": \"pw4\"}]}, \"18160\": {\"path\": \"test/18160.jpg\", \"id\": 18160, \"objects\": [{\"bbox\": {\"xmin\": 1813.33, \"ymin\": 925.333, \"xmax\": 1845.3333, \"ymax\": 961.3333}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 1814.67, \"ymin\": 974.667, \"xmax\": 1844.0, \"ymax\": 1008.0}, \"category\": \"pbm\"}]}, \"62534\": {\"path\": \"train/62534.jpg\", \"id\": 62534, \"objects\": [{\"bbox\": {\"xmin\": 1354.0, \"ymin\": 951.0, \"xmax\": 1393.0, \"ymax\": 995.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1354.0, \"ymin\": 904.0, \"xmax\": 1397.0, \"ymax\": 949.0}, \"category\": \"pm30\"}]}, \"56455\": {\"path\": \"test/56455.jpg\", \"id\": 56455, \"objects\": [{\"bbox\": {\"xmin\": 1985.0, \"ymin\": 919.0, \"xmax\": 2021.0, \"ymax\": 958.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 3.0, \"ymin\": 782.0, \"xmax\": 95.0, \"ymax\": 883.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 6.0, \"ymin\": 886.0, \"xmax\": 91.0, \"ymax\": 985.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1984.0, \"ymin\": 962.0, \"xmax\": 2021.0, \"ymax\": 1004.0}, \"category\": \"pn\"}]}, \"34520\": {\"path\": \"test/34520.jpg\", \"id\": 34520, \"objects\": [{\"bbox\": {\"xmin\": 1410.0, \"ymin\": 771.0, \"xmax\": 1467.0, \"ymax\": 830.0}, \"category\": \"pl60\"}]}, \"32389\": {\"path\": \"train/32389.jpg\", \"id\": 32389, \"objects\": [{\"bbox\": {\"xmin\": 927.778, \"ymin\": 913.492, \"xmax\": 951.5873, \"ymax\": 935.7143}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1154.76, \"ymin\": 934.127, \"xmax\": 1172.2222, \"ymax\": 953.6424}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1130.16, \"ymin\": 937.302, \"xmax\": 1150.7937000000002, \"ymax\": 953.1746}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 824.603, \"ymin\": 914.286, \"xmax\": 851.5872999999999, \"ymax\": 938.8888999999999}, \"category\": \"pne\"}]}, \"16705\": {\"path\": \"test/16705.jpg\", \"id\": 16705, \"objects\": [{\"bbox\": {\"xmin\": 358.3812561035156, \"ymin\": 998.4955444335938, \"xmax\": 379.4460754394531, \"ymax\": 1017.5442504882812}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1857.33, \"ymin\": 838.667, \"xmax\": 1914.6568, \"ymax\": 894.6664000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1293.33, \"ymin\": 966.667, \"xmax\": 1366.6667, \"ymax\": 1037.3339}, \"category\": \"ph5\"}]}, \"18589\": {\"path\": \"train/18589.jpg\", \"id\": 18589, \"objects\": [{\"bbox\": {\"xmin\": 1252.48, \"ymin\": 912.871, \"xmax\": 1273.2673, \"ymax\": 936.6337}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1172.28, \"ymin\": 914.851, \"xmax\": 1193.0692999999999, \"ymax\": 935.6436}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 888.119, \"ymin\": 906.931, \"xmax\": 911.8812, \"ymax\": 932.6733}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 782.178, \"ymin\": 911.881, \"xmax\": 805.9406, \"ymax\": 935.6436}, \"category\": \"pne\"}]}, \"44140\": {\"path\": \"other/44140.jpg\", \"id\": 44140, \"objects\": [{\"bbox\": {\"xmin\": 884.513, \"ymin\": 987.611, \"xmax\": 898.6726, \"ymax\": 1002.2123}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 969.911, \"ymin\": 976.107, \"xmax\": 984.0708, \"ymax\": 989.8234}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1053.78, \"ymin\": 993.227, \"xmax\": 1066.9307, \"ymax\": 1007.9680999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1131.88, \"ymin\": 992.431, \"xmax\": 1144.2299, \"ymax\": 1006.7738}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1216.34, \"ymin\": 977.291, \"xmax\": 1231.4788999999998, \"ymax\": 992.8285000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1372.91, \"ymin\": 981.673, \"xmax\": 1386.8526000000002, \"ymax\": 994.8207}, \"category\": \"pl5\"}]}, \"22827\": {\"path\": \"test/22827.jpg\", \"id\": 22827, \"objects\": [{\"bbox\": {\"xmin\": 1100.0, \"ymin\": 893.0, \"xmax\": 1148.0, \"ymax\": 943.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1099.0, \"ymin\": 836.0, \"xmax\": 1147.0, \"ymax\": 886.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 952.0, \"xmax\": 1150.0, \"ymax\": 1002.0}, \"category\": \"pn\"}]}, \"83211\": {\"path\": \"other/83211.jpg\", \"id\": 83211, \"objects\": [{\"bbox\": {\"xmin\": 871.023193359375, \"ymin\": 938.0120849609375, \"xmax\": 888.223388671875, \"ymax\": 954.365966796875}, \"category\": \"pne\"}]}, \"22913\": {\"path\": \"train/22913.jpg\", \"id\": 22913, \"objects\": [{\"bbox\": {\"xmin\": 1564.0, \"ymin\": 975.0, \"xmax\": 1598.0, \"ymax\": 1026.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1663.0, \"ymin\": 988.0, \"xmax\": 1689.0, \"ymax\": 1033.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 893.0, \"ymin\": 960.0, \"xmax\": 932.0, \"ymax\": 998.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1666.0, \"ymin\": 933.0, \"xmax\": 1699.0, \"ymax\": 987.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 235.0, \"ymin\": 1007.0, \"xmax\": 265.0, \"ymax\": 1044.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 200.0, \"ymin\": 1009.0, \"xmax\": 234.0, \"ymax\": 1040.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 310.0, \"ymin\": 1008.0, \"xmax\": 359.0, \"ymax\": 1052.0}, \"category\": \"w32\"}]}, \"92260\": {\"path\": \"test/92260.jpg\", \"id\": 92260, \"objects\": [{\"bbox\": {\"xmin\": 1917.22, \"ymin\": 717.219, \"xmax\": 1976.1589000000001, \"ymax\": 784.106}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1978.14, \"ymin\": 723.179, \"xmax\": 2031.7881000000002, \"ymax\": 788.7421999999999}, \"category\": \"pn\"}]}, \"70403\": {\"path\": \"train/70403.jpg\", \"id\": 70403, \"objects\": [{\"bbox\": {\"xmin\": 940.909, \"ymin\": 910.227, \"xmax\": 963.6364, \"ymax\": 932.9540999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1139.2, \"ymin\": 893.212, \"xmax\": 1157.9437, \"ymax\": 912.9485}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1160.8, \"ymin\": 892.105, \"xmax\": 1180.6898999999999, \"ymax\": 915.7895}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 822.727, \"ymin\": 911.842, \"xmax\": 842.4638, \"ymax\": 934.2105}, \"category\": \"pne\"}]}, \"14703\": {\"path\": \"train/14703.jpg\", \"id\": 14703, \"objects\": [{\"bbox\": {\"xmin\": 1750.0, \"ymin\": 1086.0, \"xmax\": 1775.0, \"ymax\": 1134.0}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 1860.0, \"ymin\": 1078.0, \"xmax\": 1877.0, \"ymax\": 1121.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1218.0, \"ymin\": 1039.0, \"xmax\": 1237.0, \"ymax\": 1060.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 868.0, \"ymin\": 976.0, \"xmax\": 883.0, \"ymax\": 990.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 440.0, \"ymin\": 967.0, \"xmax\": 456.0, \"ymax\": 984.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 441.0, \"ymin\": 949.0, \"xmax\": 458.0, \"ymax\": 969.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 468.0, \"ymin\": 928.0, \"xmax\": 479.0, \"ymax\": 938.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 511.0, \"ymin\": 931.0, \"xmax\": 521.0, \"ymax\": 940.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1808.0, \"ymin\": 1080.0, \"xmax\": 1832.0, \"ymax\": 1122.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 868.0, \"ymin\": 953.0, \"xmax\": 884.0, \"ymax\": 971.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 751.0, \"ymin\": 1005.0, \"xmax\": 771.0, \"ymax\": 1025.0}, \"category\": \"i4l\"}]}, \"37212\": {\"path\": \"train/37212.jpg\", \"id\": 37212, \"objects\": [{\"bbox\": {\"xmin\": 835.227, \"ymin\": 926.705, \"xmax\": 863.6364, \"ymax\": 956.25}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1132.95, \"ymin\": 956.25, \"xmax\": 1154.5455, \"ymax\": 976.7045}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1089.77, \"ymin\": 957.386, \"xmax\": 1109.6591, \"ymax\": 978.9773}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1113.07, \"ymin\": 955.682, \"xmax\": 1131.25, \"ymax\": 978.9773}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 732.386, \"ymin\": 929.545, \"xmax\": 756.25, \"ymax\": 957.3864}, \"category\": \"pne\"}]}, \"2137\": {\"path\": \"train/2137.jpg\", \"id\": 2137, \"objects\": [{\"bbox\": {\"xmin\": 1586.67, \"ymin\": 1021.33, \"xmax\": 1657.3333, \"ymax\": 1093.33}, \"category\": \"pr40\"}]}, \"59013\": {\"path\": \"test/59013.jpg\", \"id\": 59013, \"objects\": [{\"bbox\": {\"xmin\": 1479.25, \"ymin\": 949.22, \"xmax\": 1522.3894, \"ymax\": 994.318}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1480.96, \"ymin\": 1049.42, \"xmax\": 1522.1386, \"ymax\": 1094.5224}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1480.68, \"ymin\": 1002.27, \"xmax\": 1523.3135, \"ymax\": 1044.8863999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1481.27, \"ymin\": 1100.2, \"xmax\": 1522.4478, \"ymax\": 1148.8636000000001}, \"category\": \"pm2.5\"}]}, \"33251\": {\"path\": \"train/33251.jpg\", \"id\": 33251, \"objects\": [{\"bbox\": {\"xmin\": 955.629, \"ymin\": 1405.3, \"xmax\": 1001.9868, \"ymax\": 1448.3444}, \"category\": \"i1\"}, {\"bbox\": {\"xmin\": 1998.51, \"ymin\": 1276.62, \"xmax\": 2011.9403, \"ymax\": 1293.0348}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 954.967, \"ymin\": 1361.59, \"xmax\": 998.6753, \"ymax\": 1405.298}, \"category\": \"pne\"}]}, \"43440\": {\"path\": \"train/43440.jpg\", \"id\": 43440, \"objects\": [{\"bbox\": {\"xmin\": 366.667, \"ymin\": 886.275, \"xmax\": 396.0784, \"ymax\": 915.6863}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1633.33, \"ymin\": 429.412, \"xmax\": 1713.7255, \"ymax\": 562.745}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 290.196, \"ymin\": 888.235, \"xmax\": 321.5686, \"ymax\": 923.5294}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1494.12, \"ymin\": 556.863, \"xmax\": 1541.1764999999998, \"ymax\": 664.706}, \"category\": \"pne\"}]}, \"44697\": {\"path\": \"train/44697.jpg\", \"id\": 44697, \"objects\": [{\"bbox\": {\"xmin\": 309.091, \"ymin\": 824.432, \"xmax\": 331.81850000000003, \"ymax\": 868.1822}, \"category\": \"pl50\"}]}, \"81055\": {\"path\": \"other/81055.jpg\", \"id\": 81055, \"objects\": [{\"bbox\": {\"xmin\": 45.0, \"ymin\": 1014.0, \"xmax\": 76.0, \"ymax\": 1052.0}, \"category\": \"pm10\"}]}, \"75448\": {\"path\": \"test/75448.jpg\", \"id\": 75448, \"objects\": [{\"bbox\": {\"xmin\": 12.0, \"ymin\": 957.333, \"xmax\": 48.0, \"ymax\": 1006.6667}, \"category\": \"i5\"}]}, \"28601\": {\"path\": \"train/28601.jpg\", \"id\": 28601, \"objects\": [{\"bbox\": {\"xmin\": 1390.0, \"ymin\": 780.0, \"xmax\": 1451.0, \"ymax\": 842.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1452.0, \"ymin\": 784.0, \"xmax\": 1511.0, \"ymax\": 844.0}, \"category\": \"p1n\"}]}, \"71579\": {\"path\": \"train/71579.jpg\", \"id\": 71579, \"objects\": [{\"bbox\": {\"xmin\": 1581.46, \"ymin\": 1022.52, \"xmax\": 1598.0132, \"ymax\": 1041.7241}, \"category\": \"pl30\"}]}, \"6963\": {\"path\": \"train/6963.jpg\", \"id\": 6963, \"objects\": [{\"bbox\": {\"xmin\": 693.421, \"ymin\": 835.526, \"xmax\": 740.7895000000001, \"ymax\": 884.2104999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1180.27, \"ymin\": 903.947, \"xmax\": 1210.5294999999999, \"ymax\": 938.1577}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1113.16, \"ymin\": 903.947, \"xmax\": 1146.0526, \"ymax\": 936.8421}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1150.0, \"ymin\": 906.579, \"xmax\": 1181.5789, \"ymax\": 938.1578999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 515.789, \"ymin\": 838.158, \"xmax\": 563.1578999999999, \"ymax\": 888.1579}, \"category\": \"pne\"}]}, \"93051\": {\"path\": \"train/93051.jpg\", \"id\": 93051, \"objects\": [{\"bbox\": {\"xmin\": 469.6, \"ymin\": 1035.2, \"xmax\": 486.40000000000003, \"ymax\": 1055.2}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1792.8, \"ymin\": 421.6, \"xmax\": 1894.3999999999999, \"ymax\": 544.8000000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1624.0, \"ymin\": 964.8, \"xmax\": 1661.6, \"ymax\": 1016.8}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1568.0, \"ymin\": 525.6, \"xmax\": 1640.0, \"ymax\": 630.4}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1491.2, \"ymin\": 563.2, \"xmax\": 1551.2, \"ymax\": 655.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1706.4, \"ymin\": 463.2, \"xmax\": 1795.2, \"ymax\": 575.2}, \"category\": \"ph4\"}]}, \"62906\": {\"path\": \"train/62906.jpg\", \"id\": 62906, \"objects\": [{\"bbox\": {\"xmin\": 1033.6, \"ymin\": 799.2, \"xmax\": 1056.8, \"ymax\": 822.4000000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 922.4, \"ymin\": 802.4, \"xmax\": 944.8, \"ymax\": 824.8}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 899.2, \"ymin\": 804.0, \"xmax\": 920.8000000000001, \"ymax\": 826.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 991.2, \"ymin\": 800.0, \"xmax\": 1014.4000000000001, \"ymax\": 822.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 875.2, \"ymin\": 805.6, \"xmax\": 896.8000000000001, \"ymax\": 826.4}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1090.4, \"ymin\": 798.4, \"xmax\": 1114.4, \"ymax\": 820.0}, \"category\": \"pne\"}]}, \"43461\": {\"path\": \"other/43461.jpg\", \"id\": 43461, \"objects\": [{\"bbox\": {\"xmin\": 908.849, \"ymin\": 865.044, \"xmax\": 959.7345, \"ymax\": 921.6809}, \"category\": \"ph2.8\"}]}, \"66123\": {\"path\": \"train/66123.jpg\", \"id\": 66123, \"objects\": [{\"bbox\": {\"xmin\": 805.424, \"ymin\": 944.444, \"xmax\": 825.2651999999999, \"ymax\": 964.2384}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 951.587, \"ymin\": 963.492, \"xmax\": 965.8725, \"ymax\": 978.5713999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 935.714, \"ymin\": 962.698, \"xmax\": 949.206, \"ymax\": 979.3651}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 968.254, \"ymin\": 963.492, \"xmax\": 980.9524, \"ymax\": 979.3651}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 730.159, \"ymin\": 946.032, \"xmax\": 749.6689, \"ymax\": 964.9007}, \"category\": \"pne\"}]}, \"46949\": {\"path\": \"test/46949.jpg\", \"id\": 46949, \"objects\": [{\"bbox\": {\"xmin\": 965.347, \"ymin\": 839.604, \"xmax\": 1011.1111, \"ymax\": 881.7460000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1204.95, \"ymin\": 973.267, \"xmax\": 1233.3333, \"ymax\": 1003.9683}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 746.535, \"ymin\": 843.564, \"xmax\": 779.3651, \"ymax\": 876.1904999999999}, \"category\": \"pne\"}]}, \"77175\": {\"path\": \"train/77175.jpg\", \"id\": 77175, \"objects\": [{\"bbox\": {\"xmin\": 1659.0, \"ymin\": 984.0, \"xmax\": 1684.0, \"ymax\": 1013.0}, \"category\": \"i5\"}]}, \"32103\": {\"path\": \"train/32103.jpg\", \"id\": 32103, \"objects\": [{\"bbox\": {\"xmin\": 250.376, \"ymin\": 880.827, \"xmax\": 269.5489, \"ymax\": 910.5263}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 163.366, \"ymin\": 862.376, \"xmax\": 187.1287, \"ymax\": 899.0099}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1190.05, \"ymin\": 954.35, \"xmax\": 1204.6499999999999, \"ymax\": 969.75}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1172.65, \"ymin\": 954.65, \"xmax\": 1187.9, \"ymax\": 970.6}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1154.58, \"ymin\": 955.139, \"xmax\": 1170.4167, \"ymax\": 971.25}, \"category\": \"pn\"}]}, \"29532\": {\"path\": \"train/29532.jpg\", \"id\": 29532, \"objects\": [{\"bbox\": {\"xmin\": 1700.0, \"ymin\": 962.4, \"xmax\": 1751.2, \"ymax\": 1017.6}, \"category\": \"pne\"}]}, \"4681\": {\"path\": \"train/4681.jpg\", \"id\": 4681, \"objects\": [{\"bbox\": {\"xmin\": 1570.5595703125, \"ymin\": 833.8474731445312, \"xmax\": 1638.15869140625, \"ymax\": 906.4151000976562}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1824.0, \"ymin\": 950.4, \"xmax\": 1867.2, \"ymax\": 997.6}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1574.4, \"ymin\": 933.6, \"xmax\": 1636.8000000000002, \"ymax\": 1009.6}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 921.6, \"ymin\": 999.2, \"xmax\": 939.2, \"ymax\": 1020.8000000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1514.4, \"ymin\": 989.6, \"xmax\": 1538.4, \"ymax\": 1016.8000000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 543.2, \"ymin\": 1006.4, \"xmax\": 563.2, \"ymax\": 1031.2}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 830.4, \"ymin\": 991.2, \"xmax\": 865.6, \"ymax\": 1028.0}, \"category\": \"p5\"}]}, \"98532\": {\"path\": \"train/98532.jpg\", \"id\": 98532, \"objects\": [{\"bbox\": {\"xmin\": 1901.33, \"ymin\": 704.0, \"xmax\": 1998.6667, \"ymax\": 803.9997}, \"category\": \"p26\"}]}, \"2738\": {\"path\": \"train/2738.jpg\", \"id\": 2738, \"objects\": [{\"bbox\": {\"xmin\": 1733.33, \"ymin\": 812.0, \"xmax\": 1778.6667, \"ymax\": 856.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1873.33, \"ymin\": 829.333, \"xmax\": 1908.0, \"ymax\": 874.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1577.33, \"ymin\": 793.333, \"xmax\": 1621.3333, \"ymax\": 840.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1512.0, \"ymin\": 785.333, \"xmax\": 1557.3333, \"ymax\": 833.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1676.0, \"ymin\": 804.0, \"xmax\": 1720.0, \"ymax\": 849.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1821.33, \"ymin\": 821.333, \"xmax\": 1860.0, \"ymax\": 864.0}, \"category\": \"pl100\"}]}, \"53139\": {\"path\": \"test/53139.jpg\", \"id\": 53139, \"objects\": [{\"bbox\": {\"xmin\": 285.2455139160156, \"ymin\": 954.8935546875, \"xmax\": 302.4102478027344, \"ymax\": 1001.8272705078125}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 594.0, \"ymin\": 970.0, \"xmax\": 623.0, \"ymax\": 1029.0}, \"category\": \"ip\"}]}, \"68573\": {\"path\": \"test/68573.jpg\", \"id\": 68573, \"objects\": [{\"bbox\": {\"xmin\": 1847.0, \"ymin\": 949.0, \"xmax\": 1909.0, \"ymax\": 1021.0}, \"category\": \"pl5\"}]}, \"9389\": {\"path\": \"test/9389.jpg\", \"id\": 9389, \"objects\": [{\"bbox\": {\"xmin\": 860.927, \"ymin\": 908.609, \"xmax\": 888.0795, \"ymax\": 937.7483000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1113.91, \"ymin\": 941.06, \"xmax\": 1131.7881, \"ymax\": 964.2384}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1220.53, \"ymin\": 980.132, \"xmax\": 1242.3779, \"ymax\": 1007.947}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1223.18, \"ymin\": 1014.57, \"xmax\": 1241.7219, \"ymax\": 1038.4106000000002}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1219.21, \"ymin\": 948.344, \"xmax\": 1241.7219, \"ymax\": 972.1854000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1090.73, \"ymin\": 942.384, \"xmax\": 1110.596, \"ymax\": 963.5762}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1134.44, \"ymin\": 943.046, \"xmax\": 1152.9801, \"ymax\": 963.5762000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 752.318, \"ymin\": 911.921, \"xmax\": 779.4702, \"ymax\": 937.7483000000001}, \"category\": \"pne\"}]}, \"71532\": {\"path\": \"train/71532.jpg\", \"id\": 71532, \"objects\": [{\"bbox\": {\"xmin\": 549.505, \"ymin\": 826.733, \"xmax\": 565.3465, \"ymax\": 862.3761999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1320.74, \"ymin\": 907.921, \"xmax\": 1335.6385, \"ymax\": 930.6934}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1433.66, \"ymin\": 906.931, \"xmax\": 1452.4752, \"ymax\": 931.6832}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1456.44, \"ymin\": 911.881, \"xmax\": 1474.2573, \"ymax\": 933.6632999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 432.673, \"ymin\": 800.0, \"xmax\": 454.4554, \"ymax\": 836.6337}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1201.98, \"ymin\": 904.95, \"xmax\": 1217.8218, \"ymax\": 927.7228}, \"category\": \"pne\"}]}, \"533\": {\"path\": \"train/533.jpg\", \"id\": 533, \"objects\": [{\"bbox\": {\"xmin\": 1489.34716796875, \"ymin\": 878.5086059570312, \"xmax\": 1510.18701171875, \"ymax\": 900.2787475585938}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1530.0, \"ymin\": 714.0, \"xmax\": 1583.0, \"ymax\": 775.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1498.0, \"ymin\": 941.0, \"xmax\": 1518.0, \"ymax\": 965.0}, \"category\": \"pm30\"}]}, \"38199\": {\"path\": \"test/38199.jpg\", \"id\": 38199, \"objects\": [{\"bbox\": {\"xmin\": 70.0, \"ymin\": 642.0, \"xmax\": 133.0, \"ymax\": 740.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 3.0, \"ymin\": 623.0, \"xmax\": 62.0, \"ymax\": 729.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 2023.0, \"ymin\": 879.0, \"xmax\": 2044.0, \"ymax\": 911.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 288.0, \"ymin\": 923.0, \"xmax\": 325.0, \"ymax\": 997.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 289.0, \"ymin\": 998.0, \"xmax\": 325.0, \"ymax\": 1072.0}, \"category\": \"i2r\"}]}, \"78323\": {\"path\": \"train/78323.jpg\", \"id\": 78323, \"objects\": [{\"bbox\": {\"xmin\": 1304.76, \"ymin\": 934.921, \"xmax\": 1323.8095, \"ymax\": 952.3822}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1324.6, \"ymin\": 936.508, \"xmax\": 1345.2266, \"ymax\": 953.9692}, \"category\": \"w57\"}]}, \"89267\": {\"path\": \"other/89267.jpg\", \"id\": 89267, \"objects\": [{\"bbox\": {\"xmin\": 1482.07421875, \"ymin\": 996.3494873046875, \"xmax\": 1507.093505859375, \"ymax\": 1017.276123046875}, \"category\": \"pne\"}]}, \"39565\": {\"path\": \"test/39565.jpg\", \"id\": 39565, \"objects\": [{\"bbox\": {\"xmin\": 1332.0, \"ymin\": 1020.0, \"xmax\": 1358.0, \"ymax\": 1046.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1366.0, \"ymin\": 711.0, \"xmax\": 1424.0, \"ymax\": 766.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1323.0, \"ymin\": 979.0, \"xmax\": 1362.0, \"ymax\": 1010.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1307.0, \"ymin\": 710.0, \"xmax\": 1365.0, \"ymax\": 760.0}, \"category\": \"wc\"}]}, \"19862\": {\"path\": \"test/19862.jpg\", \"id\": 19862, \"objects\": [{\"bbox\": {\"xmin\": 1478.67, \"ymin\": 942.667, \"xmax\": 1528.0, \"ymax\": 990.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 829.333, \"ymin\": 1001.33, \"xmax\": 849.3333, \"ymax\": 1022.6667}, \"category\": \"pl60\"}]}, \"31245\": {\"path\": \"train/31245.jpg\", \"id\": 31245, \"objects\": [{\"bbox\": {\"xmin\": 1292.0, \"ymin\": 786.667, \"xmax\": 1361.3333, \"ymax\": 854.6667}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1429.33, \"ymin\": 788.0, \"xmax\": 1493.3333, \"ymax\": 854.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1365.33, \"ymin\": 782.667, \"xmax\": 1428.0, \"ymax\": 846.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1229.33, \"ymin\": 786.667, \"xmax\": 1294.6667, \"ymax\": 844.0}, \"category\": \"w37\"}]}, \"94818\": {\"path\": \"train/94818.jpg\", \"id\": 94818, \"objects\": [{\"bbox\": {\"xmin\": 1356.58, \"ymin\": 902.632, \"xmax\": 1380.2631999999999, \"ymax\": 927.6315999999999}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1385.53, \"ymin\": 905.263, \"xmax\": 1409.2105, \"ymax\": 927.6316}, \"category\": \"w57\"}]}, \"24761\": {\"path\": \"train/24761.jpg\", \"id\": 24761, \"objects\": [{\"bbox\": {\"xmin\": 1861.0, \"ymin\": 849.0, \"xmax\": 1892.0, \"ymax\": 884.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1770.0, \"ymin\": 964.0, \"xmax\": 1804.0, \"ymax\": 1000.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 984.0, \"xmax\": 1419.0, \"ymax\": 1003.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 564.0, \"ymin\": 985.0, \"xmax\": 586.0, \"ymax\": 1007.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 855.0, \"ymin\": 954.0, \"xmax\": 886.0, \"ymax\": 988.0}, \"category\": \"pne\"}]}, \"83509\": {\"path\": \"train/83509.jpg\", \"id\": 83509, \"objects\": [{\"bbox\": {\"xmin\": 1341.48, \"ymin\": 896.591, \"xmax\": 1368.75, \"ymax\": 923.2955000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1432.95, \"ymin\": 942.614, \"xmax\": 1446.0227, \"ymax\": 959.0909}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1413.07, \"ymin\": 940.341, \"xmax\": 1428.9773, \"ymax\": 960.7955000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1449.43, \"ymin\": 942.045, \"xmax\": 1464.2045, \"ymax\": 962.5}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1231.82, \"ymin\": 896.591, \"xmax\": 1257.3863999999999, \"ymax\": 922.7273}, \"category\": \"pne\"}]}, \"36455\": {\"path\": \"test/36455.jpg\", \"id\": 36455, \"objects\": [{\"bbox\": {\"xmin\": 917.333, \"ymin\": 982.667, \"xmax\": 938.6667, \"ymax\": 1003.9997000000001}, \"category\": \"w57\"}]}, \"70601\": {\"path\": \"train/70601.jpg\", \"id\": 70601, \"objects\": [{\"bbox\": {\"xmin\": 1561.33, \"ymin\": 1037.33, \"xmax\": 1596.0, \"ymax\": 1082.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 282.667, \"ymin\": 920.0, \"xmax\": 336.0, \"ymax\": 981.3333}, \"category\": \"ph5.3\"}]}, \"3407\": {\"path\": \"other/3407.jpg\", \"id\": 3407, \"objects\": [{\"bbox\": {\"xmin\": 1234.92, \"ymin\": 984.127, \"xmax\": 1279.366, \"ymax\": 1032.5396}, \"category\": \"pm5\"}]}, \"79115\": {\"path\": \"train/79115.jpg\", \"id\": 79115, \"objects\": [{\"bbox\": {\"xmin\": 1943.65, \"ymin\": 921.429, \"xmax\": 1965.0794, \"ymax\": 950.7937}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1918.25, \"ymin\": 923.81, \"xmax\": 1942.0635, \"ymax\": 950.7946999999999}, \"category\": \"pl50\"}]}, \"62052\": {\"path\": \"test/62052.jpg\", \"id\": 62052, \"objects\": [{\"bbox\": {\"xmin\": 1796.0, \"ymin\": 977.333, \"xmax\": 1865.3333, \"ymax\": 1053.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1789.33, \"ymin\": 878.667, \"xmax\": 1869.3333, \"ymax\": 976.0}, \"category\": \"pr60\"}]}, \"59506\": {\"path\": \"train/59506.jpg\", \"id\": 59506, \"objects\": [{\"bbox\": {\"xmin\": 312.0, \"ymin\": 949.333, \"xmax\": 338.6667, \"ymax\": 992.0}, \"category\": \"pm55\"}]}, \"19201\": {\"path\": \"train/19201.jpg\", \"id\": 19201, \"objects\": [{\"bbox\": {\"xmin\": 1199.0, \"ymin\": 524.0, \"xmax\": 1294.0, \"ymax\": 617.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1295.0, \"ymin\": 532.0, \"xmax\": 1390.0, \"ymax\": 619.0}, \"category\": \"pn\"}]}, \"44581\": {\"path\": \"train/44581.jpg\", \"id\": 44581, \"objects\": [{\"bbox\": {\"xmin\": 268.75, \"ymin\": 1181.81, \"xmax\": 286.9314, \"ymax\": 1205.6781999999998}, \"category\": \"pl50\"}]}, \"26900\": {\"path\": \"train/26900.jpg\", \"id\": 26900, \"objects\": [{\"bbox\": {\"xmin\": 1744.55, \"ymin\": 985.149, \"xmax\": 1764.3564, \"ymax\": 1010.8911}, \"category\": \"i2r\"}]}, \"83372\": {\"path\": \"train/83372.jpg\", \"id\": 83372, \"objects\": [{\"bbox\": {\"xmin\": 935.4962768554688, \"ymin\": 883.8690185546875, \"xmax\": 958.2305297851562, \"ymax\": 902.1318359375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1014.9039306640625, \"ymin\": 883.2946166992188, \"xmax\": 1035.5589599609375, \"ymax\": 901.9574584960938}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1042.29, \"ymin\": 884.577, \"xmax\": 1062.1866, \"ymax\": 900.9945}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 962.319, \"ymin\": 883.696, \"xmax\": 980.4350999999999, \"ymax\": 901.8122000000001}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1044.57, \"ymin\": 902.537, \"xmax\": 1061.2372, \"ymax\": 918.1163}, \"category\": \"pn\"}]}, \"8169\": {\"path\": \"test/8169.jpg\", \"id\": 8169, \"objects\": [{\"bbox\": {\"xmin\": 871.2, \"ymin\": 608.8, \"xmax\": 928.8000000000001, \"ymax\": 665.5999999999999}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1229.6, \"ymin\": 603.2, \"xmax\": 1285.6, \"ymax\": 657.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1058.4, \"ymin\": 602.4, \"xmax\": 1116.0, \"ymax\": 656.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 801.6, \"ymin\": 553.6, \"xmax\": 858.4, \"ymax\": 606.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 870.4, \"ymin\": 550.4, \"xmax\": 926.4, \"ymax\": 603.1999999999999}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 982.4, \"ymin\": 603.2, \"xmax\": 1040.0, \"ymax\": 659.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 804.8, \"ymin\": 612.8, \"xmax\": 861.5999999999999, \"ymax\": 666.4}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1156.0, \"ymin\": 603.2, \"xmax\": 1212.0, \"ymax\": 658.4000000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1356.8, \"ymin\": 612.8, \"xmax\": 1412.0, \"ymax\": 664.0}, \"category\": \"pne\"}]}, \"23051\": {\"path\": \"train/23051.jpg\", \"id\": 23051, \"objects\": [{\"bbox\": {\"xmin\": 1522.0693359375, \"ymin\": 1345.738037109375, \"xmax\": 1562.09619140625, \"ymax\": 1381.63916015625}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1518.0587158203125, \"ymin\": 1307.20751953125, \"xmax\": 1560.3917236328125, \"ymax\": 1343.9228515625}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1423.02, \"ymin\": 1223.81, \"xmax\": 1470.6386, \"ymax\": 1273.0167999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1473.02, \"ymin\": 1220.63, \"xmax\": 1523.0167999999999, \"ymax\": 1271.4283}, \"category\": \"pn\"}]}, \"26931\": {\"path\": \"other/26931.jpg\", \"id\": 26931, \"objects\": [{\"bbox\": {\"xmin\": 439.12353515625, \"ymin\": 910.601806640625, \"xmax\": 479.9158935546875, \"ymax\": 991.626708984375}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1358.67, \"ymin\": 673.333, \"xmax\": 1430.6667, \"ymax\": 746.6667}, \"category\": \"pr50\"}]}, \"17363\": {\"path\": \"train/17363.jpg\", \"id\": 17363, \"objects\": [{\"bbox\": {\"xmin\": 1392.4744873046875, \"ymin\": 1134.2545166015625, \"xmax\": 1421.0635986328125, \"ymax\": 1158.1680908203125}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 546.053, \"ymin\": 1247.37, \"xmax\": 597.3684, \"ymax\": 1307.8946999999998}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 353.947, \"ymin\": 1222.37, \"xmax\": 400.0, \"ymax\": 1280.2631999999999}, \"category\": \"pne\"}]}, \"13163\": {\"path\": \"test/13163.jpg\", \"id\": 13163, \"objects\": [{\"bbox\": {\"xmin\": 1656.0, \"ymin\": 1024.0, \"xmax\": 1702.6667, \"ymax\": 1073.3333}, \"category\": \"pl30\"}]}, \"1398\": {\"path\": \"train/1398.jpg\", \"id\": 1398, \"objects\": [{\"bbox\": {\"xmin\": 1528.0, \"ymin\": 922.667, \"xmax\": 1561.3333, \"ymax\": 952.0}, \"category\": \"pg\"}]}, \"34302\": {\"path\": \"train/34302.jpg\", \"id\": 34302, \"objects\": [{\"bbox\": {\"xmin\": 1409.0, \"ymin\": 813.0, \"xmax\": 1447.0, \"ymax\": 854.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1453.0, \"ymin\": 815.0, \"xmax\": 1493.0, \"ymax\": 857.0}, \"category\": \"pn\"}]}, \"93256\": {\"path\": \"train/93256.jpg\", \"id\": 93256, \"objects\": [{\"bbox\": {\"xmin\": 372.0, \"ymin\": 826.667, \"xmax\": 434.6667, \"ymax\": 918.6667}, \"category\": \"pl60\"}]}, \"59678\": {\"path\": \"train/59678.jpg\", \"id\": 59678, \"objects\": [{\"bbox\": {\"xmin\": 422.667, \"ymin\": 1049.33, \"xmax\": 442.6667, \"ymax\": 1076.0}, \"category\": \"i2r\"}]}, \"4338\": {\"path\": \"train/4338.jpg\", \"id\": 4338, \"objects\": [{\"bbox\": {\"xmin\": 527.8783569335938, \"ymin\": 999.8248291015625, \"xmax\": 545.0556030273438, \"ymax\": 1041.84326171875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 482.895, \"ymin\": 607.895, \"xmax\": 531.5789, \"ymax\": 706.5789}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1914.47, \"ymin\": 905.263, \"xmax\": 1935.5263, \"ymax\": 938.1579}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 223.684, \"ymin\": 492.105, \"xmax\": 305.2632, \"ymax\": 618.421}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1842.11, \"ymin\": 905.263, \"xmax\": 1867.1053, \"ymax\": 934.2105}, \"category\": \"pne\"}]}, \"15305\": {\"path\": \"train/15305.jpg\", \"id\": 15305, \"objects\": [{\"bbox\": {\"xmin\": 949.0, \"ymin\": 597.0, \"xmax\": 1042.0, \"ymax\": 683.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1213.0, \"ymin\": 599.0, \"xmax\": 1305.0, \"ymax\": 683.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 691.0, \"ymin\": 612.0, \"xmax\": 778.0, \"ymax\": 697.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 599.0, \"ymin\": 620.0, \"xmax\": 686.0, \"ymax\": 705.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 852.0, \"ymin\": 602.0, \"xmax\": 944.0, \"ymax\": 686.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1115.0, \"ymin\": 597.0, \"xmax\": 1209.0, \"ymax\": 680.0}, \"category\": \"pl100\"}]}, \"28154\": {\"path\": \"test/28154.jpg\", \"id\": 28154, \"objects\": [{\"bbox\": {\"xmin\": 1700.0, \"ymin\": 846.667, \"xmax\": 1746.6667, \"ymax\": 900.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1697.33, \"ymin\": 789.333, \"xmax\": 1744.0, \"ymax\": 845.333}, \"category\": \"pl5\"}]}, \"35310\": {\"path\": \"other/35310.jpg\", \"id\": 35310, \"objects\": [{\"bbox\": {\"xmin\": 1112.39, \"ymin\": 968.142, \"xmax\": 1124.3363000000002, \"ymax\": 980.9735000000001}, \"category\": \"pn\"}]}, \"44250\": {\"path\": \"train/44250.jpg\", \"id\": 44250, \"objects\": [{\"bbox\": {\"xmin\": 1933.33, \"ymin\": 913.492, \"xmax\": 1949.9928, \"ymax\": 934.9205999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1913.49, \"ymin\": 911.905, \"xmax\": 1932.5397, \"ymax\": 933.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1951.59, \"ymin\": 911.111, \"xmax\": 1968.2539, \"ymax\": 935.7141}, \"category\": \"pn\"}]}, \"98509\": {\"path\": \"train/98509.jpg\", \"id\": 98509, \"objects\": [{\"bbox\": {\"xmin\": 677.228, \"ymin\": 817.822, \"xmax\": 726.7326999999999, \"ymax\": 868.3167}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1195.05, \"ymin\": 875.248, \"xmax\": 1228.7129, \"ymax\": 908.9109000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1124.75, \"ymin\": 876.238, \"xmax\": 1158.4158, \"ymax\": 909.9010000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1162.38, \"ymin\": 873.267, \"xmax\": 1192.0792000000001, \"ymax\": 908.9109000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 510.891, \"ymin\": 839.604, \"xmax\": 549.505, \"ymax\": 883.1683}, \"category\": \"pne\"}]}, \"53214\": {\"path\": \"test/53214.jpg\", \"id\": 53214, \"objects\": [{\"bbox\": {\"xmin\": 1484.0, \"ymin\": 984.0, \"xmax\": 1506.6667, \"ymax\": 1008.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1485.33, \"ymin\": 961.333, \"xmax\": 1505.3333, \"ymax\": 982.6667}, \"category\": \"pl5\"}]}, \"63971\": {\"path\": \"train/63971.jpg\", \"id\": 63971, \"objects\": [{\"bbox\": {\"xmin\": 1994.04, \"ymin\": 930.464, \"xmax\": 2027.1478, \"ymax\": 982.1192000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1988.08, \"ymin\": 986.093, \"xmax\": 2024.5032999999999, \"ymax\": 1023.8411}, \"category\": \"w59\"}]}, \"10227\": {\"path\": \"test/10227.jpg\", \"id\": 10227, \"objects\": [{\"bbox\": {\"xmin\": 1768.63, \"ymin\": 407.843, \"xmax\": 1884.314, \"ymax\": 547.059}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1425.49, \"ymin\": 339.216, \"xmax\": 1596.078, \"ymax\": 498.039}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 368.627, \"xmax\": 1762.739, \"ymax\": 521.569}, \"category\": \"pn\"}]}, \"69100\": {\"path\": \"train/69100.jpg\", \"id\": 69100, \"objects\": [{\"bbox\": {\"xmin\": 1329.33, \"ymin\": 957.333, \"xmax\": 1382.6667, \"ymax\": 1010.6664}, \"category\": \"pm20\"}]}, \"27485\": {\"path\": \"train/27485.jpg\", \"id\": 27485, \"objects\": [{\"bbox\": {\"xmin\": 1954.0, \"ymin\": 978.0, \"xmax\": 1970.0, \"ymax\": 998.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1953.0, \"ymin\": 960.0, \"xmax\": 1969.0, \"ymax\": 978.0}, \"category\": \"pl5\"}]}, \"79514\": {\"path\": \"train/79514.jpg\", \"id\": 79514, \"objects\": [{\"bbox\": {\"xmin\": 1415.8975830078125, \"ymin\": 946.9325561523438, \"xmax\": 1435.4788818359375, \"ymax\": 968.2454223632812}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1880.13, \"ymin\": 903.973, \"xmax\": 1909.2715, \"ymax\": 934.4363}, \"category\": \"pl40\"}]}, \"49687\": {\"path\": \"test/49687.jpg\", \"id\": 49687, \"objects\": [{\"bbox\": {\"xmin\": 1754.5191650390625, \"ymin\": 980.1138916015625, \"xmax\": 1779.8763427734375, \"ymax\": 1003.7642822265625}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1753.95, \"ymin\": 1005.26, \"xmax\": 1784.2105000000001, \"ymax\": 1039.4737}, \"category\": \"pn\"}]}, \"13101\": {\"path\": \"test/13101.jpg\", \"id\": 13101, \"objects\": [{\"bbox\": {\"xmin\": 1668.0, \"ymin\": 890.667, \"xmax\": 1704.0, \"ymax\": 937.3333}, \"category\": \"pl40\"}]}, \"74418\": {\"path\": \"train/74418.jpg\", \"id\": 74418, \"objects\": [{\"bbox\": {\"xmin\": 1209.09, \"ymin\": 984.091, \"xmax\": 1230.1136, \"ymax\": 1005.682}, \"category\": \"pm20\"}]}, \"64207\": {\"path\": \"other/64207.jpg\", \"id\": 64207, \"objects\": [{\"bbox\": {\"xmin\": 473.016, \"ymin\": 874.603, \"xmax\": 488.09520000000003, \"ymax\": 903.1745999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 437.302, \"ymin\": 867.46, \"xmax\": 451.5873, \"ymax\": 898.4127000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 703.968, \"ymin\": 1008.73, \"xmax\": 713.4920599999999, \"ymax\": 1023.0159}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1181.75, \"ymin\": 1010.32, \"xmax\": 1194.4444, \"ymax\": 1023.8095000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1987.3, \"ymin\": 911.905, \"xmax\": 2001.5873, \"ymax\": 934.127}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1815.08, \"ymin\": 852.381, \"xmax\": 1858.7302, \"ymax\": 915.0794}, \"category\": \"w47\"}]}, \"59700\": {\"path\": \"train/59700.jpg\", \"id\": 59700, \"objects\": [{\"bbox\": {\"xmin\": 439.604, \"ymin\": 986.139, \"xmax\": 461.3861, \"ymax\": 1019.802}, \"category\": \"i2r\"}]}, \"12337\": {\"path\": \"other/12337.jpg\", \"id\": 12337, \"objects\": [{\"bbox\": {\"xmin\": 635.12158203125, \"ymin\": 932.687255859375, \"xmax\": 657.4334716796875, \"ymax\": 956.103271484375}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 559.3049926757812, \"ymin\": 937.2846069335938, \"xmax\": 579.8303833007812, \"ymax\": 957.2726440429688}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 190.519287109375, \"ymin\": 927.317138671875, \"xmax\": 208.73602294921875, \"ymax\": 948.7181396484375}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 120.12316131591797, \"ymin\": 932.0252075195312, \"xmax\": 138.03115844726562, \"ymax\": 951.5115356445312}, \"category\": \"pne\"}]}, \"72070\": {\"path\": \"train/72070.jpg\", \"id\": 72070, \"objects\": [{\"bbox\": {\"xmin\": 1193.78564453125, \"ymin\": 897.5711669921875, \"xmax\": 1221.15283203125, \"ymax\": 924.272216796875}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1030.67, \"ymin\": 977.333, \"xmax\": 1064.0, \"ymax\": 1010.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 944.0, \"ymin\": 848.0, \"xmax\": 984.0, \"ymax\": 882.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1381.33, \"ymin\": 988.0, \"xmax\": 1402.6667, \"ymax\": 1012.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1378.67, \"ymin\": 1008.0, \"xmax\": 1402.6667, \"ymax\": 1032.0}, \"category\": \"i2r\"}]}, \"56605\": {\"path\": \"train/56605.jpg\", \"id\": 56605, \"objects\": [{\"bbox\": {\"xmin\": 86.5079, \"ymin\": 929.365, \"xmax\": 138.8889, \"ymax\": 992.8571000000001}, \"category\": \"p5\"}]}, \"86950\": {\"path\": \"other/86950.jpg\", \"id\": 86950, \"objects\": [{\"bbox\": {\"xmin\": 1677.88, \"ymin\": 1110.18, \"xmax\": 1692.4828, \"ymax\": 1126.5487}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1661.06, \"ymin\": 1111.06, \"xmax\": 1674.7788, \"ymax\": 1127.436}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1694.25, \"ymin\": 1108.85, \"xmax\": 1709.7395, \"ymax\": 1125.2235999999998}, \"category\": \"pn\"}]}, \"9646\": {\"path\": \"other/9646.jpg\", \"id\": 9646, \"objects\": [{\"bbox\": {\"xmin\": 1302.79, \"ymin\": 980.08, \"xmax\": 1319.9203, \"ymax\": 995.2191}, \"category\": \"p5\"}]}, \"74788\": {\"path\": \"train/74788.jpg\", \"id\": 74788, \"objects\": [{\"bbox\": {\"xmin\": 1336.8, \"ymin\": 728.8, \"xmax\": 1393.6, \"ymax\": 785.5999999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1395.2, \"ymin\": 728.8, \"xmax\": 1449.6000000000001, \"ymax\": 785.5999999999999}, \"category\": \"pn\"}]}, \"20699\": {\"path\": \"other/20699.jpg\", \"id\": 20699, \"objects\": [{\"bbox\": {\"xmin\": 437.0, \"ymin\": 1006.0, \"xmax\": 471.0, \"ymax\": 1046.0}, \"category\": \"pl10\"}]}, \"94015\": {\"path\": \"test/94015.jpg\", \"id\": 94015, \"objects\": [{\"bbox\": {\"xmin\": 1147.0, \"ymin\": 844.0, \"xmax\": 1187.0, \"ymax\": 884.0}, \"category\": \"ph5.5\"}, {\"bbox\": {\"xmin\": 1394.0, \"ymin\": 605.0, \"xmax\": 1497.0, \"ymax\": 706.0}, \"category\": \"pr40\"}]}, \"1252\": {\"path\": \"train/1252.jpg\", \"id\": 1252, \"objects\": [{\"bbox\": {\"xmin\": 1908.0, \"ymin\": 960.0, \"xmax\": 1940.8, \"ymax\": 1000.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1911.2, \"ymin\": 1001.6, \"xmax\": 1945.6000000000001, \"ymax\": 1043.2}, \"category\": \"ph2.8\"}, {\"bbox\": {\"xmin\": 1903.2, \"ymin\": 912.0, \"xmax\": 1944.0, \"ymax\": 956.0}, \"category\": \"pl5\"}]}, \"61525\": {\"path\": \"train/61525.jpg\", \"id\": 61525, \"objects\": [{\"bbox\": {\"xmin\": 1655.11, \"ymin\": 955.114, \"xmax\": 1687.4964, \"ymax\": 987.5}, \"category\": \"p19\"}]}, \"69332\": {\"path\": \"train/69332.jpg\", \"id\": 69332, \"objects\": [{\"bbox\": {\"xmin\": 1648.0, \"ymin\": 937.333, \"xmax\": 1674.6667, \"ymax\": 969.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1644.0, \"ymin\": 904.0, \"xmax\": 1677.3333, \"ymax\": 938.6667}, \"category\": \"pl50\"}]}, \"84822\": {\"path\": \"train/84822.jpg\", \"id\": 84822, \"objects\": [{\"bbox\": {\"xmin\": 1664.0, \"ymin\": 918.0, \"xmax\": 1747.0, \"ymax\": 1017.0}, \"category\": \"pl120\"}]}, \"11521\": {\"path\": \"other/11521.jpg\", \"id\": 11521, \"objects\": [{\"bbox\": {\"xmin\": 1638.3392333984375, \"ymin\": 1080.0216064453125, \"xmax\": 1661.5784912109375, \"ymax\": 1100.8934326171875}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1566.26611328125, \"ymin\": 1083.3291015625, \"xmax\": 1587.4677734375, \"ymax\": 1102.760009765625}, \"category\": \"i4\"}]}, \"36082\": {\"path\": \"train/36082.jpg\", \"id\": 36082, \"objects\": [{\"bbox\": {\"xmin\": 1521.33, \"ymin\": 1090.0, \"xmax\": 1553.3333, \"ymax\": 1125.3333}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1477.33, \"ymin\": 1092.0, \"xmax\": 1512.0, \"ymax\": 1129.3333}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1463.33, \"ymin\": 1051.33, \"xmax\": 1496.0, \"ymax\": 1089.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1498.67, \"ymin\": 1050.67, \"xmax\": 1532.0033, \"ymax\": 1086.0}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1535.33, \"ymin\": 1046.67, \"xmax\": 1567.3234, \"ymax\": 1083.3333}, \"category\": \"pbm\"}]}, \"4505\": {\"path\": \"train/4505.jpg\", \"id\": 4505, \"objects\": [{\"bbox\": {\"xmin\": 1261.06, \"ymin\": 928.319, \"xmax\": 1277.8786, \"ymax\": 944.6903}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1281.16, \"ymin\": 926.45, \"xmax\": 1298.5554000000002, \"ymax\": 943.8409}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 742.478, \"ymin\": 983.186, \"xmax\": 760.1771, \"ymax\": 1002.2123}, \"category\": \"pne\"}]}, \"49396\": {\"path\": \"other/49396.jpg\", \"id\": 49396, \"objects\": [{\"bbox\": {\"xmin\": 1091.2841796875, \"ymin\": 420.1499938964844, \"xmax\": 1146.1025390625, \"ymax\": 482.3587951660156}, \"category\": \"p3\"}]}, \"6745\": {\"path\": \"other/6745.jpg\", \"id\": 6745, \"objects\": [{\"bbox\": {\"xmin\": 1102.84, \"ymin\": 934.659, \"xmax\": 1114.7718, \"ymax\": 949.4322999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1116.7, \"ymin\": 936.212, \"xmax\": 1128.5826, \"ymax\": 950.073}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 907.223, \"ymin\": 950.771, \"xmax\": 920.0948, \"ymax\": 960.67224}, \"category\": \"pne\"}]}, \"65004\": {\"path\": \"test/65004.jpg\", \"id\": 65004, \"objects\": [{\"bbox\": {\"xmin\": 1192.0, \"ymin\": 809.333, \"xmax\": 1240.0, \"ymax\": 855.9997}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1137.33, \"ymin\": 809.333, \"xmax\": 1186.6600999999998, \"ymax\": 857.3333}, \"category\": \"pl60\"}]}, \"86293\": {\"path\": \"train/86293.jpg\", \"id\": 86293, \"objects\": [{\"bbox\": {\"xmin\": 1412.7, \"ymin\": 841.27, \"xmax\": 1447.6190000000001, \"ymax\": 875.3968}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1482.54, \"ymin\": 905.556, \"xmax\": 1496.8254, \"ymax\": 926.9841}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1458.73, \"ymin\": 902.381, \"xmax\": 1476.9841000000001, \"ymax\": 925.3968}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1501.59, \"ymin\": 907.143, \"xmax\": 1515.8729999999998, \"ymax\": 926.9841}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1273.81, \"ymin\": 834.127, \"xmax\": 1310.3174999999999, \"ymax\": 873.0159}, \"category\": \"pne\"}]}, \"84200\": {\"path\": \"train/84200.jpg\", \"id\": 84200, \"objects\": [{\"bbox\": {\"xmin\": 1280.0, \"ymin\": 980.0, \"xmax\": 1353.0, \"ymax\": 1054.0}, \"category\": \"p19\"}]}, \"10068\": {\"path\": \"other/10068.jpg\", \"id\": 10068, \"objects\": [{\"bbox\": {\"xmin\": 1245.790771484375, \"ymin\": 988.5691528320312, \"xmax\": 1264.69921875, \"ymax\": 1008.9021606445312}, \"category\": \"ip\"}]}, \"94811\": {\"path\": \"test/94811.jpg\", \"id\": 94811, \"objects\": [{\"bbox\": {\"xmin\": 1699.2, \"ymin\": 866.4, \"xmax\": 1824.0, \"ymax\": 1080.0}, \"category\": \"i15\"}, {\"bbox\": {\"xmin\": 624.0, \"ymin\": 1016.0, \"xmax\": 669.6, \"ymax\": 1067.2}, \"category\": \"p3\"}]}, \"6595\": {\"path\": \"train/6595.jpg\", \"id\": 6595, \"objects\": [{\"bbox\": {\"xmin\": 1173.33, \"ymin\": 848.0, \"xmax\": 1204.0, \"ymax\": 876.0}, \"category\": \"pl40\"}]}, \"8495\": {\"path\": \"train/8495.jpg\", \"id\": 8495, \"objects\": [{\"bbox\": {\"xmin\": 1176.98, \"ymin\": 987.302, \"xmax\": 1209.5229, \"ymax\": 1020.6349}, \"category\": \"pm20\"}]}, \"25632\": {\"path\": \"train/25632.jpg\", \"id\": 25632, \"objects\": [{\"bbox\": {\"xmin\": 1366.67, \"ymin\": 965.079, \"xmax\": 1385.6939, \"ymax\": 981.746}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 969.048, \"ymin\": 976.984, \"xmax\": 988.0952, \"ymax\": 998.4127000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 787.302, \"ymin\": 978.571, \"xmax\": 804.7619, \"ymax\": 998.4127}, \"category\": \"pne\"}]}, \"58006\": {\"path\": \"test/58006.jpg\", \"id\": 58006, \"objects\": [{\"bbox\": {\"xmin\": 1171.14, \"ymin\": 1064.68, \"xmax\": 1189.5473000000002, \"ymax\": 1089.5547000000001}, \"category\": \"pne\"}]}, \"68441\": {\"path\": \"train/68441.jpg\", \"id\": 68441, \"objects\": [{\"bbox\": {\"xmin\": 862.2300415039062, \"ymin\": 1049.2218017578125, \"xmax\": 883.0250854492188, \"ymax\": 1069.7310791015625}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1654.67, \"ymin\": 662.667, \"xmax\": 1724.0, \"ymax\": 736.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1577.33, \"ymin\": 654.667, \"xmax\": 1646.6667, \"ymax\": 729.3333}, \"category\": \"pl60\"}]}, \"19006\": {\"path\": \"test/19006.jpg\", \"id\": 19006, \"objects\": [{\"bbox\": {\"xmin\": 800.797, \"ymin\": 921.514, \"xmax\": 860.1591000000001, \"ymax\": 981.2745}, \"category\": \"pne\"}]}, \"2443\": {\"path\": \"test/2443.jpg\", \"id\": 2443, \"objects\": [{\"bbox\": {\"xmin\": 48.0, \"ymin\": 961.0, \"xmax\": 143.0, \"ymax\": 1068.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1287.0, \"ymin\": 950.0, \"xmax\": 1331.0, \"ymax\": 994.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1196.0, \"ymin\": 727.0, \"xmax\": 1251.0, \"ymax\": 779.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1292.0, \"ymin\": 734.0, \"xmax\": 1344.0, \"ymax\": 787.0}, \"category\": \"pn\"}]}, \"22212\": {\"path\": \"test/22212.jpg\", \"id\": 22212, \"objects\": [{\"bbox\": {\"xmin\": 877.0, \"ymin\": 1171.0, \"xmax\": 952.0, \"ymax\": 1249.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 878.0, \"ymin\": 1099.0, \"xmax\": 954.0, \"ymax\": 1175.0}, \"category\": \"pl10\"}]}, \"12887\": {\"path\": \"train/12887.jpg\", \"id\": 12887, \"objects\": [{\"bbox\": {\"xmin\": 614.0, \"ymin\": 646.0, \"xmax\": 687.0, \"ymax\": 722.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1933.0, \"ymin\": 595.0, \"xmax\": 2008.0, \"ymax\": 678.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1694.0, \"ymin\": 555.0, \"xmax\": 1783.0, \"ymax\": 646.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1599.0, \"ymin\": 546.0, \"xmax\": 1688.0, \"ymax\": 636.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1788.0, \"ymin\": 568.0, \"xmax\": 1867.0, \"ymax\": 656.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 276.0, \"ymin\": 704.0, \"xmax\": 328.0, \"ymax\": 767.0}, \"category\": \"pne\"}]}, \"79924\": {\"path\": \"test/79924.jpg\", \"id\": 79924, \"objects\": [{\"bbox\": {\"xmin\": 1474.67, \"ymin\": 970.667, \"xmax\": 1502.67, \"ymax\": 998.6667}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1417.33, \"ymin\": 1036.0, \"xmax\": 1432.0, \"ymax\": 1049.3333}, \"category\": \"pne\"}]}, \"74913\": {\"path\": \"other/74913.jpg\", \"id\": 74913, \"objects\": [{\"bbox\": {\"xmin\": 383.169, \"ymin\": 936.634, \"xmax\": 421.7824, \"ymax\": 979.208}, \"category\": \"ph2.6\"}]}, \"1845\": {\"path\": \"test/1845.jpg\", \"id\": 1845, \"objects\": [{\"bbox\": {\"xmin\": 1525.6, \"ymin\": 731.2, \"xmax\": 1583.1999999999998, \"ymax\": 792.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1587.2, \"ymin\": 735.2, \"xmax\": 1643.2, \"ymax\": 794.4000000000001}, \"category\": \"pm20\"}]}, \"57677\": {\"path\": \"other/57677.jpg\", \"id\": 57677, \"objects\": [{\"bbox\": {\"xmin\": 812.3897094726562, \"ymin\": 978.5213623046875, \"xmax\": 837.0553588867188, \"ymax\": 1001.33251953125}, \"category\": \"p23\"}]}, \"5640\": {\"path\": \"test/5640.jpg\", \"id\": 5640, \"objects\": [{\"bbox\": {\"xmin\": 1896.08, \"ymin\": 1049.02, \"xmax\": 1939.2157, \"ymax\": 1092.1569}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1894.12, \"ymin\": 997.619, \"xmax\": 1937.2549, \"ymax\": 1047.0562}, \"category\": \"pl5\"}]}, \"18720\": {\"path\": \"test/18720.jpg\", \"id\": 18720, \"objects\": [{\"bbox\": {\"xmin\": 875.5037841796875, \"ymin\": 1013.7933349609375, \"xmax\": 894.519775390625, \"ymax\": 1037.8929443359375}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 709.0, \"ymin\": 668.0, \"xmax\": 777.0, \"ymax\": 734.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1425.0, \"ymin\": 665.0, \"xmax\": 1491.0, \"ymax\": 736.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1051.0, \"ymin\": 655.0, \"xmax\": 1120.0, \"ymax\": 722.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 577.0, \"ymin\": 677.0, \"xmax\": 641.0, \"ymax\": 746.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 905.0, \"ymin\": 656.0, \"xmax\": 977.0, \"ymax\": 726.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1287.0, \"ymin\": 657.0, \"xmax\": 1355.0, \"ymax\": 727.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1841.0, \"ymin\": 929.0, \"xmax\": 1915.0, \"ymax\": 1018.0}, \"category\": \"pl120\"}]}, \"74092\": {\"path\": \"train/74092.jpg\", \"id\": 74092, \"objects\": [{\"bbox\": {\"xmin\": 862.698, \"ymin\": 938.095, \"xmax\": 880.9524, \"ymax\": 957.9365}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 784.921, \"ymin\": 937.302, \"xmax\": 805.5556, \"ymax\": 958.7302}, \"category\": \"pne\"}]}, \"97620\": {\"path\": \"test/97620.jpg\", \"id\": 97620, \"objects\": [{\"bbox\": {\"xmin\": 551.0, \"ymin\": 987.0, \"xmax\": 582.0, \"ymax\": 1016.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1281.0, \"ymin\": 767.0, \"xmax\": 1326.0, \"ymax\": 816.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 105.0, \"ymin\": 1101.0, \"xmax\": 141.0, \"ymax\": 1144.0}, \"category\": \"pne\"}]}, \"79583\": {\"path\": \"other/79583.jpg\", \"id\": 79583, \"objects\": [{\"bbox\": {\"xmin\": 561.111, \"ymin\": 1286.51, \"xmax\": 587.3018999999999, \"ymax\": 1316.6703}, \"category\": \"i10\"}]}, \"65062\": {\"path\": \"train/65062.jpg\", \"id\": 65062, \"objects\": [{\"bbox\": {\"xmin\": 813.158, \"ymin\": 896.053, \"xmax\": 842.1053, \"ymax\": 930.2632}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1534.21, \"ymin\": 509.211, \"xmax\": 1657.896, \"ymax\": 632.895}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1263.16, \"ymin\": 494.737, \"xmax\": 1393.421, \"ymax\": 615.789}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1411.84, \"ymin\": 509.211, \"xmax\": 1538.158, \"ymax\": 626.316}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 713.158, \"ymin\": 898.684, \"xmax\": 739.4737, \"ymax\": 927.6315999999999}, \"category\": \"pne\"}]}, \"86153\": {\"path\": \"train/86153.jpg\", \"id\": 86153, \"objects\": [{\"bbox\": {\"xmin\": 1714.0, \"ymin\": 999.0, \"xmax\": 1758.0, \"ymax\": 1051.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 64.0, \"ymin\": 1011.0, \"xmax\": 140.0, \"ymax\": 1092.0}, \"category\": \"i5\"}]}, \"81282\": {\"path\": \"train/81282.jpg\", \"id\": 81282, \"objects\": [{\"bbox\": {\"xmin\": 1820.0, \"ymin\": 722.667, \"xmax\": 1917.3333, \"ymax\": 821.3333}, \"category\": \"pl20\"}]}, \"75035\": {\"path\": \"train/75035.jpg\", \"id\": 75035, \"objects\": [{\"bbox\": {\"xmin\": 488.235, \"ymin\": 25.4902, \"xmax\": 617.647, \"ymax\": 262.7452}, \"category\": \"p11\"}]}, \"26987\": {\"path\": \"test/26987.jpg\", \"id\": 26987, \"objects\": [{\"bbox\": {\"xmin\": 1349.56, \"ymin\": 933.186, \"xmax\": 1369.9115, \"ymax\": 953.0973}, \"category\": \"pl80\"}]}, \"6947\": {\"path\": \"test/6947.jpg\", \"id\": 6947, \"objects\": [{\"bbox\": {\"xmin\": 420.0, \"ymin\": 701.333, \"xmax\": 509.3333, \"ymax\": 799.9997}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 2000.0, \"ymin\": 1012.0, \"xmax\": 2033.3333, \"ymax\": 1046.6667}, \"category\": \"ps\"}]}, \"92409\": {\"path\": \"train/92409.jpg\", \"id\": 92409, \"objects\": [{\"bbox\": {\"xmin\": 777.0, \"ymin\": 401.0, \"xmax\": 883.0, \"ymax\": 497.0}, \"category\": \"pr40\"}]}, \"70705\": {\"path\": \"train/70705.jpg\", \"id\": 70705, \"objects\": [{\"bbox\": {\"xmin\": 1340.0, \"ymin\": 892.0, \"xmax\": 1378.6667, \"ymax\": 934.6667}, \"category\": \"ph4.5\"}]}, \"63467\": {\"path\": \"test/63467.jpg\", \"id\": 63467, \"objects\": [{\"bbox\": {\"xmin\": 402.667, \"ymin\": 873.333, \"xmax\": 466.6667, \"ymax\": 936.0}, \"category\": \"w59\"}]}, \"9209\": {\"path\": \"train/9209.jpg\", \"id\": 9209, \"objects\": [{\"bbox\": {\"xmin\": 634.667, \"ymin\": 984.0, \"xmax\": 672.0, \"ymax\": 1034.6667}, \"category\": \"p10\"}]}, \"67855\": {\"path\": \"test/67855.jpg\", \"id\": 67855, \"objects\": [{\"bbox\": {\"xmin\": 1087.13, \"ymin\": 760.396, \"xmax\": 1153.4801000000002, \"ymax\": 815.8408}, \"category\": \"w55\"}]}, \"56411\": {\"path\": \"train/56411.jpg\", \"id\": 56411, \"objects\": [{\"bbox\": {\"xmin\": 1717.22, \"ymin\": 71.5232, \"xmax\": 1900.002, \"ymax\": 253.6432}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1402.53, \"ymin\": 3.1839, \"xmax\": 1694.8339999999998, \"ymax\": 191.64589999999998}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1896.15, \"ymin\": 150.993, \"xmax\": 2057.692, \"ymax\": 333.775}, \"category\": \"pn\"}]}, \"95797\": {\"path\": \"train/95797.jpg\", \"id\": 95797, \"objects\": [{\"bbox\": {\"xmin\": 699.0, \"ymin\": 889.0, \"xmax\": 752.0, \"ymax\": 941.0}, \"category\": \"p5\"}]}, \"29640\": {\"path\": \"train/29640.jpg\", \"id\": 29640, \"objects\": [{\"bbox\": {\"xmin\": 1875.0, \"ymin\": 752.632, \"xmax\": 1923.6842, \"ymax\": 807.8947}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1935.53, \"ymin\": 757.895, \"xmax\": 1976.3158, \"ymax\": 813.1578999999999}, \"category\": \"pn\"}]}, \"51551\": {\"path\": \"test/51551.jpg\", \"id\": 51551, \"objects\": [{\"bbox\": {\"xmin\": 889.333, \"ymin\": 912.0, \"xmax\": 922.6667, \"ymax\": 942.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 889.333, \"ymin\": 944.0, \"xmax\": 925.3333, \"ymax\": 977.3333}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 646.667, \"ymin\": 704.0, \"xmax\": 702.6667, \"ymax\": 758.6667}, \"category\": \"pm20\"}]}, \"92413\": {\"path\": \"train/92413.jpg\", \"id\": 92413, \"objects\": [{\"bbox\": {\"xmin\": 1713.0, \"ymin\": 914.0, \"xmax\": 1783.0, \"ymax\": 994.0}, \"category\": \"pg\"}]}, \"55700\": {\"path\": \"train/55700.jpg\", \"id\": 55700, \"objects\": [{\"bbox\": {\"xmin\": 1340.59, \"ymin\": 881.188, \"xmax\": 1369.3068999999998, \"ymax\": 909.901}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1510.89, \"ymin\": 923.762, \"xmax\": 1527.7228, \"ymax\": 942.5743}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1467.33, \"ymin\": 919.802, \"xmax\": 1490.099, \"ymax\": 943.5644}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1491.09, \"ymin\": 921.782, \"xmax\": 1508.9108999999999, \"ymax\": 940.5941}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1222.77, \"ymin\": 873.267, \"xmax\": 1253.4653, \"ymax\": 905.9406}, \"category\": \"pne\"}]}, \"7092\": {\"path\": \"test/7092.jpg\", \"id\": 7092, \"objects\": [{\"bbox\": {\"xmin\": 1772.0, \"ymin\": 876.0, \"xmax\": 1824.0, \"ymax\": 933.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1770.67, \"ymin\": 822.667, \"xmax\": 1824.0, \"ymax\": 874.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1769.33, \"ymin\": 937.333, \"xmax\": 1825.3333, \"ymax\": 986.6664}, \"category\": \"w55\"}]}, \"81306\": {\"path\": \"train/81306.jpg\", \"id\": 81306, \"objects\": [{\"bbox\": {\"xmin\": 1694.67, \"ymin\": 736.0, \"xmax\": 1769.3333, \"ymax\": 830.6667}, \"category\": \"pl60\"}]}, \"35542\": {\"path\": \"train/35542.jpg\", \"id\": 35542, \"objects\": [{\"bbox\": {\"xmin\": 51.5873, \"ymin\": 953.175, \"xmax\": 86.5079, \"ymax\": 1007.9364999999999}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 48.4127, \"ymin\": 1011.91, \"xmax\": 88.09530000000001, \"ymax\": 1053.9719}, \"category\": \"w59\"}]}, \"80462\": {\"path\": \"train/80462.jpg\", \"id\": 80462, \"objects\": [{\"bbox\": {\"xmin\": 839.735, \"ymin\": 832.45, \"xmax\": 866.8874000000001, \"ymax\": 857.6159}, \"category\": \"pne\"}]}, \"36719\": {\"path\": \"train/36719.jpg\", \"id\": 36719, \"objects\": [{\"bbox\": {\"xmin\": 1685.0, \"ymin\": 999.0, \"xmax\": 1715.0, \"ymax\": 1037.0}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1684.0, \"ymin\": 1035.0, \"xmax\": 1715.0, \"ymax\": 1069.0}, \"category\": \"pt\"}]}, \"79791\": {\"path\": \"train/79791.jpg\", \"id\": 79791, \"objects\": [{\"bbox\": {\"xmin\": 473.333, \"ymin\": 752.0, \"xmax\": 516.0, \"ymax\": 798.6667}, \"category\": \"p10\"}]}, \"16855\": {\"path\": \"other/16855.jpg\", \"id\": 16855, \"objects\": [{\"bbox\": {\"xmin\": 1946.5208740234375, \"ymin\": 908.7310791015625, \"xmax\": 1968.9190673828125, \"ymax\": 935.7647705078125}, \"category\": \"pl40\"}]}, \"64564\": {\"path\": \"train/64564.jpg\", \"id\": 64564, \"objects\": [{\"bbox\": {\"xmin\": 794.319, \"ymin\": 899.432, \"xmax\": 828.9775999999999, \"ymax\": 934.6593}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 793.182, \"ymin\": 955.114, \"xmax\": 829.5463, \"ymax\": 986.3648000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 861.932, \"ymin\": 775.001, \"xmax\": 897.1595, \"ymax\": 808.5233}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1065.49, \"ymin\": 772.567, \"xmax\": 1103.0973, \"ymax\": 807.0803}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 910.228, \"ymin\": 773.296, \"xmax\": 949.4321, \"ymax\": 810.2278}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1017.7, \"ymin\": 809.735, \"xmax\": 1046.0177, \"ymax\": 836.2837000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1068.59, \"ymin\": 808.407, \"xmax\": 1097.7902, \"ymax\": 836.2831}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1011.95, \"ymin\": 771.968, \"xmax\": 1052.0102, \"ymax\": 808.9003}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 963.636, \"ymin\": 773.863, \"xmax\": 998.8636, \"ymax\": 809.0909}, \"category\": \"pbm\"}]}, \"80045\": {\"path\": \"test/80045.jpg\", \"id\": 80045, \"objects\": [{\"bbox\": {\"xmin\": 1456.0, \"ymin\": 940.0, \"xmax\": 1508.0, \"ymax\": 1056.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1465.33, \"ymin\": 701.333, \"xmax\": 1512.0, \"ymax\": 802.6669999999999}, \"category\": \"pcl\"}]}, \"13083\": {\"path\": \"test/13083.jpg\", \"id\": 13083, \"objects\": [{\"bbox\": {\"xmin\": 1741.33, \"ymin\": 860.0, \"xmax\": 1805.33, \"ymax\": 938.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1740.0, \"ymin\": 781.333, \"xmax\": 1804.0, \"ymax\": 856.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1734.67, \"ymin\": 938.667, \"xmax\": 1808.0, \"ymax\": 1013.3333}, \"category\": \"w55\"}]}, \"10608\": {\"path\": \"train/10608.jpg\", \"id\": 10608, \"objects\": [{\"bbox\": {\"xmin\": 1142.07, \"ymin\": 947.524, \"xmax\": 1158.2791, \"ymax\": 964.7985}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1230.65, \"ymin\": 669.6, \"xmax\": 1312.1378, \"ymax\": 739.2}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1313.6, \"ymin\": 669.001, \"xmax\": 1393.4364999999998, \"ymax\": 742.7877}, \"category\": \"w57\"}]}, \"49165\": {\"path\": \"train/49165.jpg\", \"id\": 49165, \"objects\": [{\"bbox\": {\"xmin\": 1733.0, \"ymin\": 1112.0, \"xmax\": 1835.0, \"ymax\": 1237.0}, \"category\": \"p23\"}]}, \"791\": {\"path\": \"train/791.jpg\", \"id\": 791, \"objects\": [{\"bbox\": {\"xmin\": 180.952, \"ymin\": 1038.89, \"xmax\": 252.38060000000002, \"ymax\": 1130.1587000000002}, \"category\": \"pl30\"}]}, \"33072\": {\"path\": \"train/33072.jpg\", \"id\": 33072, \"objects\": [{\"bbox\": {\"xmin\": 1169.05, \"ymin\": 945.238, \"xmax\": 1195.2371, \"ymax\": 976.9841}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1168.25, \"ymin\": 977.778, \"xmax\": 1193.6508, \"ymax\": 1009.5238}, \"category\": \"w57\"}]}, \"76714\": {\"path\": \"train/76714.jpg\", \"id\": 76714, \"objects\": [{\"bbox\": {\"xmin\": 906.579, \"ymin\": 776.316, \"xmax\": 940.7895, \"ymax\": 810.5263}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 696.053, \"ymin\": 786.842, \"xmax\": 725.0, \"ymax\": 821.0526}, \"category\": \"pne\"}]}, \"33930\": {\"path\": \"train/33930.jpg\", \"id\": 33930, \"objects\": [{\"bbox\": {\"xmin\": 494.667, \"ymin\": 633.333, \"xmax\": 560.0, \"ymax\": 694.6667}, \"category\": \"p10\"}]}, \"8961\": {\"path\": \"test/8961.jpg\", \"id\": 8961, \"objects\": [{\"bbox\": {\"xmin\": 783.168, \"ymin\": 980.198, \"xmax\": 801.9802, \"ymax\": 1007.9203}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 755.446, \"ymin\": 977.228, \"xmax\": 777.2277, \"ymax\": 1009.901}, \"category\": \"pne\"}]}, \"98193\": {\"path\": \"train/98193.jpg\", \"id\": 98193, \"objects\": [{\"bbox\": {\"xmin\": 1198.0, \"ymin\": 954.0, \"xmax\": 1237.0, \"ymax\": 990.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1115.0, \"ymin\": 987.0, \"xmax\": 1132.0, \"ymax\": 1002.0}, \"category\": \"w10\"}]}, \"40617\": {\"path\": \"train/40617.jpg\", \"id\": 40617, \"objects\": [{\"bbox\": {\"xmin\": 450.667, \"ymin\": 957.333, \"xmax\": 482.66729999999995, \"ymax\": 987.9997}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 546.667, \"ymin\": 934.667, \"xmax\": 568.0, \"ymax\": 958.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 588.0, \"ymin\": 997.333, \"xmax\": 609.3333, \"ymax\": 1018.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 680.0, \"ymin\": 1016.0, \"xmax\": 700.0, \"ymax\": 1049.33}, \"category\": \"pne\"}]}, \"77839\": {\"path\": \"train/77839.jpg\", \"id\": 77839, \"objects\": [{\"bbox\": {\"xmin\": 1186.67, \"ymin\": 988.0, \"xmax\": 1238.6667, \"ymax\": 1037.3333}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1184.0, \"ymin\": 934.667, \"xmax\": 1236.0, \"ymax\": 986.6667}, \"category\": \"pm55\"}]}, \"21403\": {\"path\": \"train/21403.jpg\", \"id\": 21403, \"objects\": [{\"bbox\": {\"xmin\": 1645.85, \"ymin\": 987.375, \"xmax\": 1677.7452999999998, \"ymax\": 1020.2652}, \"category\": \"p5\"}]}, \"76468\": {\"path\": \"train/76468.jpg\", \"id\": 76468, \"objects\": [{\"bbox\": {\"xmin\": 1060.8, \"ymin\": 770.4, \"xmax\": 1089.6, \"ymax\": 799.1999999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1230.4, \"ymin\": 776.0, \"xmax\": 1256.0, \"ymax\": 804.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1429.0, \"ymin\": 953.0, \"xmax\": 1457.0, \"ymax\": 977.6}, \"category\": \"w57\"}]}, \"502\": {\"path\": \"train/502.jpg\", \"id\": 502, \"objects\": [{\"bbox\": {\"xmin\": 1717.05, \"ymin\": 844.886, \"xmax\": 1749.4317999999998, \"ymax\": 880.1136}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1751.7, \"ymin\": 845.455, \"xmax\": 1782.9455, \"ymax\": 882.9555}, \"category\": \"pn\"}]}, \"45973\": {\"path\": \"test/45973.jpg\", \"id\": 45973, \"objects\": [{\"bbox\": {\"xmin\": 1397.0, \"ymin\": 876.0, \"xmax\": 1438.0, \"ymax\": 917.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1122.0, \"ymin\": 712.0, \"xmax\": 1167.0, \"ymax\": 755.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1168.0, \"ymin\": 711.0, \"xmax\": 1217.0, \"ymax\": 756.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1398.0, \"ymin\": 958.0, \"xmax\": 1439.0, \"ymax\": 993.0}, \"category\": \"w57\"}]}, \"39156\": {\"path\": \"train/39156.jpg\", \"id\": 39156, \"objects\": [{\"bbox\": {\"xmin\": 1105.26, \"ymin\": 875.0, \"xmax\": 1153.9474, \"ymax\": 928.9474}, \"category\": \"p10\"}]}, \"48456\": {\"path\": \"train/48456.jpg\", \"id\": 48456, \"objects\": [{\"bbox\": {\"xmin\": 806.667, \"ymin\": 938.667, \"xmax\": 834.6667, \"ymax\": 965.3333}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 653.333, \"ymin\": 918.667, \"xmax\": 689.3333, \"ymax\": 953.3333}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1338.67, \"ymin\": 946.667, \"xmax\": 1368.0, \"ymax\": 974.6667}, \"category\": \"w57\"}]}, \"43768\": {\"path\": \"other/43768.jpg\", \"id\": 43768, \"objects\": [{\"bbox\": {\"xmin\": 1404.95, \"ymin\": 153.465, \"xmax\": 1676.238, \"ymax\": 364.356}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 721.782, \"ymin\": 169.307, \"xmax\": 1001.98, \"ymax\": 384.158}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1042.58, \"ymin\": 138.614, \"xmax\": 1354.455, \"ymax\": 345.544}, \"category\": \"w42\"}]}, \"72352\": {\"path\": \"train/72352.jpg\", \"id\": 72352, \"objects\": [{\"bbox\": {\"xmin\": 1919.61, \"ymin\": 350.98, \"xmax\": 2039.216, \"ymax\": 511.765}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1605.88, \"ymin\": 268.627, \"xmax\": 1788.2350000000001, \"ymax\": 445.098}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1796.08, \"ymin\": 309.804, \"xmax\": 1903.922, \"ymax\": 470.58799999999997}, \"category\": \"pn\"}]}, \"46096\": {\"path\": \"train/46096.jpg\", \"id\": 46096, \"objects\": [{\"bbox\": {\"xmin\": 426.0, \"ymin\": 599.0, \"xmax\": 490.0, \"ymax\": 671.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 429.0, \"ymin\": 680.0, \"xmax\": 493.0, \"ymax\": 752.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 432.0, \"ymin\": 760.0, \"xmax\": 496.0, \"ymax\": 833.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 163.0, \"ymin\": 532.0, \"xmax\": 208.0, \"ymax\": 581.0}, \"category\": \"w63\"}]}, \"62005\": {\"path\": \"train/62005.jpg\", \"id\": 62005, \"objects\": [{\"bbox\": {\"xmin\": 1224.6, \"ymin\": 908.73, \"xmax\": 1245.2380999999998, \"ymax\": 934.1270000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1407.94, \"ymin\": 937.302, \"xmax\": 1424.6032, \"ymax\": 954.7619}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1384.92, \"ymin\": 934.127, \"xmax\": 1403.9683, \"ymax\": 957.1428999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1426.98, \"ymin\": 934.127, \"xmax\": 1442.8571, \"ymax\": 955.5555999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1119.05, \"ymin\": 910.317, \"xmax\": 1144.4443999999999, \"ymax\": 934.127}, \"category\": \"pne\"}]}, \"88725\": {\"path\": \"train/88725.jpg\", \"id\": 88725, \"objects\": [{\"bbox\": {\"xmin\": 1556.2, \"ymin\": 983.629, \"xmax\": 1573.4539, \"ymax\": 1001.3276000000001}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 657.616, \"ymin\": 908.61, \"xmax\": 686.093, \"ymax\": 939.0731000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1554.87, \"ymin\": 1007.96, \"xmax\": 1574.7787999999998, \"ymax\": 1027.4336}, \"category\": \"pl30\"}]}, \"73114\": {\"path\": \"train/73114.jpg\", \"id\": 73114, \"objects\": [{\"bbox\": {\"xmin\": 1263.49, \"ymin\": 961.905, \"xmax\": 1282.5305, \"ymax\": 983.3331}, \"category\": \"p10\"}]}, \"62231\": {\"path\": \"train/62231.jpg\", \"id\": 62231, \"objects\": [{\"bbox\": {\"xmin\": 1963.0, \"ymin\": 894.0, \"xmax\": 1998.0, \"ymax\": 940.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1921.0, \"ymin\": 890.0, \"xmax\": 1962.0, \"ymax\": 938.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1745.0, \"ymin\": 938.0, \"xmax\": 1829.0, \"ymax\": 1031.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1963.0, \"ymin\": 843.0, \"xmax\": 1995.0, \"ymax\": 888.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1963.0, \"ymin\": 942.0, \"xmax\": 1994.0, \"ymax\": 990.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1891.0, \"ymin\": 801.0, \"xmax\": 1921.0, \"ymax\": 838.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1927.0, \"ymin\": 839.0, \"xmax\": 1960.0, \"ymax\": 886.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1925.0, \"ymin\": 939.0, \"xmax\": 1959.0, \"ymax\": 988.0}, \"category\": \"pn\"}]}, \"14430\": {\"path\": \"train/14430.jpg\", \"id\": 14430, \"objects\": [{\"bbox\": {\"xmin\": 1580.0, \"ymin\": 992.0, \"xmax\": 1650.6667, \"ymax\": 1066.6667}, \"category\": \"pr40\"}]}, \"55264\": {\"path\": \"other/55264.jpg\", \"id\": 55264, \"objects\": [{\"bbox\": {\"xmin\": 1126.19, \"ymin\": 821.429, \"xmax\": 1180.9524000000001, \"ymax\": 873.0162}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 999.999, \"ymin\": 830.159, \"xmax\": 1051.5873, \"ymax\": 876.9841}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1065.08, \"ymin\": 826.984, \"xmax\": 1114.2866999999999, \"ymax\": 873.8090000000001}, \"category\": \"w42\"}]}, \"18328\": {\"path\": \"train/18328.jpg\", \"id\": 18328, \"objects\": [{\"bbox\": {\"xmin\": 124.8, \"ymin\": 505.6, \"xmax\": 257.6, \"ymax\": 644.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 110.4, \"ymin\": 344.8, \"xmax\": 272.8, \"ymax\": 504.8}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 8.8, \"ymin\": 159.2, \"xmax\": 154.4, \"ymax\": 319.2}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 156.0, \"ymin\": 761.6, \"xmax\": 241.6, \"ymax\": 875.2}, \"category\": \"pdd\"}]}, \"10098\": {\"path\": \"train/10098.jpg\", \"id\": 10098, \"objects\": [{\"bbox\": {\"xmin\": 1673.27, \"ymin\": 942.574, \"xmax\": 1713.0682, \"ymax\": 982.1781}, \"category\": \"p5\"}]}, \"6212\": {\"path\": \"train/6212.jpg\", \"id\": 6212, \"objects\": [{\"bbox\": {\"xmin\": 1261.39, \"ymin\": 955.446, \"xmax\": 1289.1089000000002, \"ymax\": 996.0396000000001}, \"category\": \"ip\"}]}, \"15777\": {\"path\": \"train/15777.jpg\", \"id\": 15777, \"objects\": [{\"bbox\": {\"xmin\": 1211.0, \"ymin\": 958.0, \"xmax\": 1240.0, \"ymax\": 985.0}, \"category\": \"p26\"}]}, \"14966\": {\"path\": \"test/14966.jpg\", \"id\": 14966, \"objects\": [{\"bbox\": {\"xmin\": 208.609, \"ymin\": 984.106, \"xmax\": 303.973, \"ymax\": 1102.649}, \"category\": \"pm20\"}]}, \"78307\": {\"path\": \"test/78307.jpg\", \"id\": 78307, \"objects\": [{\"bbox\": {\"xmin\": 1097.11, \"ymin\": 968.116, \"xmax\": 1116.309, \"ymax\": 987.6815}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1995.29, \"ymin\": 888.406, \"xmax\": 2051.0886, \"ymax\": 944.9281}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1318.11, \"ymin\": 931.884, \"xmax\": 1394.2022, \"ymax\": 1000.3625}, \"category\": \"w59\"}]}, \"89086\": {\"path\": \"train/89086.jpg\", \"id\": 89086, \"objects\": [{\"bbox\": {\"xmin\": 842.4, \"ymin\": 683.2, \"xmax\": 907.1999999999999, \"ymax\": 744.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1257.6, \"ymin\": 672.0, \"xmax\": 1323.1999999999998, \"ymax\": 735.2}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1048.0, \"ymin\": 673.6, \"xmax\": 1114.4, \"ymax\": 736.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 766.4, \"ymin\": 618.4, \"xmax\": 829.6, \"ymax\": 678.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 841.6, \"ymin\": 612.0, \"xmax\": 907.2, \"ymax\": 674.4}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 972.0, \"ymin\": 675.2, \"xmax\": 1036.0, \"ymax\": 738.4000000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 767.2, \"ymin\": 686.4, \"xmax\": 831.2, \"ymax\": 748.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1180.8, \"ymin\": 672.8, \"xmax\": 1246.3999999999999, \"ymax\": 734.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1420.0, \"ymin\": 674.4, \"xmax\": 1482.4, \"ymax\": 736.0}, \"category\": \"pne\"}]}, \"56510\": {\"path\": \"train/56510.jpg\", \"id\": 56510, \"objects\": [{\"bbox\": {\"xmin\": 1532.0, \"ymin\": 706.0, \"xmax\": 1578.0, \"ymax\": 754.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1822.0, \"ymin\": 741.0, \"xmax\": 1858.0, \"ymax\": 784.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1933.0, \"ymin\": 759.0, \"xmax\": 1964.0, \"ymax\": 798.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1688.0, \"ymin\": 724.0, \"xmax\": 1730.0, \"ymax\": 770.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1474.0, \"ymin\": 644.0, \"xmax\": 1520.0, \"ymax\": 690.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1639.0, \"ymin\": 666.0, \"xmax\": 1679.0, \"ymax\": 713.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1532.0, \"ymin\": 648.0, \"xmax\": 1578.0, \"ymax\": 696.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1638.0, \"ymin\": 719.0, \"xmax\": 1679.0, \"ymax\": 765.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1473.0, \"ymin\": 703.0, \"xmax\": 1521.0, \"ymax\": 750.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1778.0, \"ymin\": 736.0, \"xmax\": 1814.0, \"ymax\": 779.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1890.0, \"ymin\": 751.0, \"xmax\": 1926.0, \"ymax\": 793.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 2003.0, \"ymin\": 769.0, \"xmax\": 2035.0, \"ymax\": 809.0}, \"category\": \"pne\"}]}, \"87845\": {\"path\": \"train/87845.jpg\", \"id\": 87845, \"objects\": [{\"bbox\": {\"xmin\": 18.8119, \"ymin\": 980.198, \"xmax\": 55.4455, \"ymax\": 1020.7921}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 131.683, \"ymin\": 990.099, \"xmax\": 146.5347, \"ymax\": 1012.8713}, \"category\": \"pne\"}]}, \"67148\": {\"path\": \"train/67148.jpg\", \"id\": 67148, \"objects\": [{\"bbox\": {\"xmin\": 308.0, \"ymin\": 849.333, \"xmax\": 345.3333, \"ymax\": 922.6667}, \"category\": \"pl80\"}]}, \"93653\": {\"path\": \"train/93653.jpg\", \"id\": 93653, \"objects\": [{\"bbox\": {\"xmin\": 1901.33, \"ymin\": 976.0, \"xmax\": 1949.3333, \"ymax\": 1040.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1897.33, \"ymin\": 1041.33, \"xmax\": 1952.0, \"ymax\": 1100.0}, \"category\": \"pl20\"}]}, \"94910\": {\"path\": \"test/94910.jpg\", \"id\": 94910, \"objects\": [{\"bbox\": {\"xmin\": 763.0, \"ymin\": 1056.0, \"xmax\": 794.0, \"ymax\": 1089.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 316.0, \"ymin\": 1011.0, \"xmax\": 337.0, \"ymax\": 1035.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 844.0, \"ymin\": 803.0, \"xmax\": 886.0, \"ymax\": 848.0}, \"category\": \"pl60\"}]}, \"15794\": {\"path\": \"train/15794.jpg\", \"id\": 15794, \"objects\": [{\"bbox\": {\"xmin\": 1767.11, \"ymin\": 714.474, \"xmax\": 1813.1579, \"ymax\": 785.5263}, \"category\": \"pne\"}]}, \"92435\": {\"path\": \"test/92435.jpg\", \"id\": 92435, \"objects\": [{\"bbox\": {\"xmin\": 1244.74, \"ymin\": 896.053, \"xmax\": 1271.0526, \"ymax\": 922.3684}, \"category\": \"pne\"}]}, \"84219\": {\"path\": \"other/84219.jpg\", \"id\": 84219, \"objects\": [{\"bbox\": {\"xmin\": 1210.3072509765625, \"ymin\": 987.4776611328125, \"xmax\": 1232.2991943359375, \"ymax\": 1008.560546875}, \"category\": \"i2r\"}]}, \"6987\": {\"path\": \"train/6987.jpg\", \"id\": 6987, \"objects\": [{\"bbox\": {\"xmin\": 91.0891, \"ymin\": 697.03, \"xmax\": 145.5446, \"ymax\": 776.2375999999999}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 147.525, \"ymin\": 713.861, \"xmax\": 200.0003, \"ymax\": 787.1277}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 209.901, \"ymin\": 927.723, \"xmax\": 258.41560000000004, \"ymax\": 982.1782}, \"category\": \"w57\"}]}, \"43387\": {\"path\": \"train/43387.jpg\", \"id\": 43387, \"objects\": [{\"bbox\": {\"xmin\": 1390.67, \"ymin\": 996.0, \"xmax\": 1429.3333, \"ymax\": 1033.3333}, \"category\": \"pl30\"}]}, \"48417\": {\"path\": \"other/48417.jpg\", \"id\": 48417, \"objects\": [{\"bbox\": {\"xmin\": 1464.36, \"ymin\": 961.386, \"xmax\": 1488.1326, \"ymax\": 983.1682999999999}, \"category\": \"w63\"}]}, \"90024\": {\"path\": \"train/90024.jpg\", \"id\": 90024, \"objects\": [{\"bbox\": {\"xmin\": 990.099, \"ymin\": 953.465, \"xmax\": 1013.8614, \"ymax\": 998.0203}, \"category\": \"w57\"}]}, \"80835\": {\"path\": \"train/80835.jpg\", \"id\": 80835, \"objects\": [{\"bbox\": {\"xmin\": 1354.0, \"ymin\": 846.0, \"xmax\": 1392.0, \"ymax\": 886.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1393.0, \"ymin\": 847.0, \"xmax\": 1434.0, \"ymax\": 885.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1181.0, \"ymin\": 904.0, \"xmax\": 1202.0, \"ymax\": 927.0}, \"category\": \"pl60\"}]}, \"68881\": {\"path\": \"train/68881.jpg\", \"id\": 68881, \"objects\": [{\"bbox\": {\"xmin\": 1729.33, \"ymin\": 788.0, \"xmax\": 1781.3333, \"ymax\": 846.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1138.67, \"ymin\": 924.0, \"xmax\": 1148.0, \"ymax\": 933.33333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1765.33, \"ymin\": 758.667, \"xmax\": 1786.6667, \"ymax\": 781.3333}, \"category\": \"w63\"}]}, \"8090\": {\"path\": \"train/8090.jpg\", \"id\": 8090, \"objects\": [{\"bbox\": {\"xmin\": 1712.87, \"ymin\": 890.099, \"xmax\": 1743.5644, \"ymax\": 922.7723000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1654.46, \"ymin\": 888.119, \"xmax\": 1681.1881, \"ymax\": 919.802}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1683.17, \"ymin\": 887.129, \"xmax\": 1711.8812, \"ymax\": 923.7624000000001}, \"category\": \"pn\"}]}, \"94605\": {\"path\": \"train/94605.jpg\", \"id\": 94605, \"objects\": [{\"bbox\": {\"xmin\": 1164.0, \"ymin\": 632.0, \"xmax\": 1252.0, \"ymax\": 716.0}, \"category\": \"pl40\"}]}, \"40980\": {\"path\": \"train/40980.jpg\", \"id\": 40980, \"objects\": [{\"bbox\": {\"xmin\": 229.801, \"ymin\": 742.384, \"xmax\": 267.5497, \"ymax\": 802.649}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 271.523, \"ymin\": 754.967, \"xmax\": 307.94680000000005, \"ymax\": 812.5829}, \"category\": \"pn\"}]}, \"87953\": {\"path\": \"test/87953.jpg\", \"id\": 87953, \"objects\": [{\"bbox\": {\"xmin\": 1796.0, \"ymin\": 905.333, \"xmax\": 1866.6667, \"ymax\": 994.6667}, \"category\": \"p10\"}]}, \"78604\": {\"path\": \"test/78604.jpg\", \"id\": 78604, \"objects\": [{\"bbox\": {\"xmin\": 1207.0, \"ymin\": 768.0, \"xmax\": 1243.0, \"ymax\": 803.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 811.0, \"xmax\": 1245.0, \"ymax\": 845.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1209.0, \"ymin\": 853.0, \"xmax\": 1244.0, \"ymax\": 889.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1798.0, \"ymin\": 862.0, \"xmax\": 1897.0, \"ymax\": 970.0}, \"category\": \"pr80\"}]}, \"31998\": {\"path\": \"test/31998.jpg\", \"id\": 31998, \"objects\": [{\"bbox\": {\"xmin\": 414.851, \"ymin\": 953.465, \"xmax\": 434.6536, \"ymax\": 983.1683}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 80.198, \"ymin\": 977.228, \"xmax\": 99.00989999999999, \"ymax\": 1001.9802}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 941.584, \"ymin\": 856.436, \"xmax\": 968.3168, \"ymax\": 888.1192000000001}, \"category\": \"pl20\"}]}, \"13818\": {\"path\": \"test/13818.jpg\", \"id\": 13818, \"objects\": [{\"bbox\": {\"xmin\": 1306.64, \"ymin\": 916.814, \"xmax\": 1327.4362, \"ymax\": 936.7252}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1329.65, \"ymin\": 918.585, \"xmax\": 1349.1175, \"ymax\": 938.4961000000001}, \"category\": \"pn\"}]}, \"25125\": {\"path\": \"train/25125.jpg\", \"id\": 25125, \"objects\": [{\"bbox\": {\"xmin\": 1101.77, \"ymin\": 943.363, \"xmax\": 1119.914, \"ymax\": 961.9474}, \"category\": \"pl60\"}]}, \"84460\": {\"path\": \"train/84460.jpg\", \"id\": 84460, \"objects\": [{\"bbox\": {\"xmin\": 1469.74, \"ymin\": 835.526, \"xmax\": 1501.3158, \"ymax\": 875.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1271.05, \"ymin\": 832.895, \"xmax\": 1301.3157999999999, \"ymax\": 865.7895}, \"category\": \"pne\"}]}, \"38571\": {\"path\": \"train/38571.jpg\", \"id\": 38571, \"objects\": [{\"bbox\": {\"xmin\": 1737.0, \"ymin\": 1026.0, \"xmax\": 1768.0, \"ymax\": 1057.0}, \"category\": \"pl120\"}]}, \"1794\": {\"path\": \"train/1794.jpg\", \"id\": 1794, \"objects\": [{\"bbox\": {\"xmin\": 1307.94, \"ymin\": 853.968, \"xmax\": 1407.9365, \"ymax\": 952.381}, \"category\": \"p5\"}]}, \"3634\": {\"path\": \"test/3634.jpg\", \"id\": 3634, \"objects\": [{\"bbox\": {\"xmin\": 1243.42, \"ymin\": 834.211, \"xmax\": 1281.5789, \"ymax\": 878.9474}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1194.74, \"ymin\": 834.211, \"xmax\": 1236.8421, \"ymax\": 878.9474}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1290.79, \"ymin\": 834.211, \"xmax\": 1328.9474, \"ymax\": 880.2632}, \"category\": \"pn\"}]}, \"27512\": {\"path\": \"train/27512.jpg\", \"id\": 27512, \"objects\": [{\"bbox\": {\"xmin\": 1989.68, \"ymin\": 1053.97, \"xmax\": 2015.0794, \"ymax\": 1086.5079}, \"category\": \"p11\"}]}, \"21108\": {\"path\": \"train/21108.jpg\", \"id\": 21108, \"objects\": [{\"bbox\": {\"xmin\": 1003.0, \"ymin\": 983.0, \"xmax\": 1020.692, \"ymax\": 1004.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 808.0, \"ymin\": 966.0, \"xmax\": 867.0, \"ymax\": 1028.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 258.285, \"ymin\": 1015.0, \"xmax\": 292.00390000000004, \"ymax\": 1048.0}, \"category\": \"pne\"}]}, \"28494\": {\"path\": \"other/28494.jpg\", \"id\": 28494, \"objects\": [{\"bbox\": {\"xmin\": 105.08145141601562, \"ymin\": 815.908447265625, \"xmax\": 134.47882080078125, \"ymax\": 862.55712890625}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 38.81512451171875, \"ymin\": 803.9820556640625, \"xmax\": 68.25540924072266, \"ymax\": 851.449951171875}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 70.81364440917969, \"ymin\": 811.7940063476562, \"xmax\": 103.86799621582031, \"ymax\": 858.6578979492188}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1993.006591796875, \"ymin\": 940.37158203125, \"xmax\": 2012.656005859375, \"ymax\": 959.7275390625}, \"category\": \"pne\"}]}, \"70827\": {\"path\": \"train/70827.jpg\", \"id\": 70827, \"objects\": [{\"bbox\": {\"xmin\": 1168.0, \"ymin\": 394.0, \"xmax\": 1247.0, \"ymax\": 464.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1167.0, \"ymin\": 475.0, \"xmax\": 1246.0, \"ymax\": 545.0}, \"category\": \"pl70\"}]}, \"73945\": {\"path\": \"train/73945.jpg\", \"id\": 73945, \"objects\": [{\"bbox\": {\"xmin\": 1263.37, \"ymin\": 932.673, \"xmax\": 1282.2061999999999, \"ymax\": 951.4851}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1186.14, \"ymin\": 929.703, \"xmax\": 1205.9406000000001, \"ymax\": 950.495}, \"category\": \"pne\"}]}, \"22468\": {\"path\": \"train/22468.jpg\", \"id\": 22468, \"objects\": [{\"bbox\": {\"xmin\": 414.474, \"ymin\": 932.895, \"xmax\": 485.5263, \"ymax\": 1000.0}, \"category\": \"p23\"}]}, \"98686\": {\"path\": \"train/98686.jpg\", \"id\": 98686, \"objects\": [{\"bbox\": {\"xmin\": 706.579, \"ymin\": 781.579, \"xmax\": 794.7367999999999, \"ymax\": 978.9469999999999}, \"category\": \"w57\"}]}, \"12008\": {\"path\": \"train/12008.jpg\", \"id\": 12008, \"objects\": [{\"bbox\": {\"xmin\": 811.881, \"ymin\": 896.04, \"xmax\": 840.5941, \"ymax\": 920.7921}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 710.891, \"ymin\": 900.99, \"xmax\": 737.6238, \"ymax\": 925.7426}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1110.8, \"ymin\": 976.136, \"xmax\": 1138.6363999999999, \"ymax\": 1007.3864}, \"category\": \"i2r\"}]}, \"23192\": {\"path\": \"train/23192.jpg\", \"id\": 23192, \"objects\": [{\"bbox\": {\"xmin\": 1746.37451171875, \"ymin\": 998.7252197265625, \"xmax\": 1765.648193359375, \"ymax\": 1016.0308837890625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1745.5367431640625, \"ymin\": 966.8300170898438, \"xmax\": 1764.2655029296875, \"ymax\": 989.5162963867188}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1793.65, \"ymin\": 891.27, \"xmax\": 1815.873, \"ymax\": 915.8729999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1701.59, \"ymin\": 882.54, \"xmax\": 1721.4286, \"ymax\": 908.7302}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1724.6, \"ymin\": 884.921, \"xmax\": 1743.6508, \"ymax\": 911.1111000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1744.44, \"ymin\": 913.492, \"xmax\": 1765.0794, \"ymax\": 939.6825}, \"category\": \"pn\"}]}, \"54197\": {\"path\": \"train/54197.jpg\", \"id\": 54197, \"objects\": [{\"bbox\": {\"xmin\": 1168.0, \"ymin\": 969.0, \"xmax\": 1192.0, \"ymax\": 993.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1450.0, \"ymin\": 822.0, \"xmax\": 1481.0, \"ymax\": 860.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1438.0, \"ymin\": 959.0, \"xmax\": 1463.0, \"ymax\": 984.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1608.0, \"ymin\": 889.0, \"xmax\": 1639.0, \"ymax\": 922.0}, \"category\": \"i2r\"}]}, \"39961\": {\"path\": \"other/39961.jpg\", \"id\": 39961, \"objects\": [{\"bbox\": {\"xmin\": 1416.0, \"ymin\": 996.0, \"xmax\": 1506.6667, \"ymax\": 1090.6667}, \"category\": \"pl60\"}]}, \"63499\": {\"path\": \"other/63499.jpg\", \"id\": 63499, \"objects\": [{\"bbox\": {\"xmin\": 1975.0, \"ymin\": 944.0, \"xmax\": 2030.0, \"ymax\": 1000.0}, \"category\": \"w21\"}]}, \"55167\": {\"path\": \"train/55167.jpg\", \"id\": 55167, \"objects\": [{\"bbox\": {\"xmin\": 1415.84, \"ymin\": 857.426, \"xmax\": 1451.4850999999999, \"ymax\": 894.0594000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1558.42, \"ymin\": 908.911, \"xmax\": 1576.2376000000002, \"ymax\": 930.6931}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1515.84, \"ymin\": 904.95, \"xmax\": 1534.6535, \"ymax\": 927.7228}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1534.65, \"ymin\": 905.941, \"xmax\": 1555.4306000000001, \"ymax\": 929.703}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1286.14, \"ymin\": 861.386, \"xmax\": 1321.7822, \"ymax\": 892.0792}, \"category\": \"pne\"}]}, \"44039\": {\"path\": \"train/44039.jpg\", \"id\": 44039, \"objects\": [{\"bbox\": {\"xmin\": 1666.66, \"ymin\": 596.667, \"xmax\": 1751.9967000000001, \"ymax\": 690.6667}, \"category\": \"pr40\"}]}, \"69899\": {\"path\": \"train/69899.jpg\", \"id\": 69899, \"objects\": [{\"bbox\": {\"xmin\": 1107.2, \"ymin\": 986.4, \"xmax\": 1124.8, \"ymax\": 1005.6}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 389.0, \"ymin\": 591.0, \"xmax\": 491.0, \"ymax\": 691.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1088.8, \"ymin\": 985.6, \"xmax\": 1106.3999999999999, \"ymax\": 1004.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 281.0, \"ymin\": 605.0, \"xmax\": 367.0, \"ymax\": 703.0}, \"category\": \"ph4\"}]}, \"86604\": {\"path\": \"other/86604.jpg\", \"id\": 86604, \"objects\": [{\"bbox\": {\"xmin\": 61.50067901611328, \"ymin\": 925.0010375976562, \"xmax\": 83.4948501586914, \"ymax\": 949.4509887695312}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 39.00978088378906, \"ymin\": 924.2971801757812, \"xmax\": 64.60233306884766, \"ymax\": 948.2855834960938}, \"category\": \"pcd\"}]}, \"58837\": {\"path\": \"other/58837.jpg\", \"id\": 58837, \"objects\": [{\"bbox\": {\"xmin\": 353.7878112792969, \"ymin\": 913.101318359375, \"xmax\": 396.5492858886719, \"ymax\": 964.0732421875}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 296.50067138671875, \"ymin\": 813.600341796875, \"xmax\": 330.73468017578125, \"ymax\": 869.6455078125}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 333.898681640625, \"ymin\": 819.4840087890625, \"xmax\": 370.18212890625, \"ymax\": 875.7021484375}, \"category\": \"p9\"}]}, \"65245\": {\"path\": \"train/65245.jpg\", \"id\": 65245, \"objects\": [{\"bbox\": {\"xmin\": 326.0, \"ymin\": 972.0, \"xmax\": 380.0, \"ymax\": 1044.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 662.0, \"ymin\": 995.0, \"xmax\": 717.0, \"ymax\": 1049.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 659.0, \"ymin\": 938.0, \"xmax\": 713.0, \"ymax\": 994.0}, \"category\": \"ph4\"}]}, \"89932\": {\"path\": \"test/89932.jpg\", \"id\": 89932, \"objects\": [{\"bbox\": {\"xmin\": 1472.0, \"ymin\": 929.333, \"xmax\": 1526.6667, \"ymax\": 984.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1469.33, \"ymin\": 774.667, \"xmax\": 1517.3333, \"ymax\": 821.3333}, \"category\": \"p14\"}]}, \"26940\": {\"path\": \"train/26940.jpg\", \"id\": 26940, \"objects\": [{\"bbox\": {\"xmin\": 1032.0, \"ymin\": 1140.0, \"xmax\": 1062.6667, \"ymax\": 1168.0}, \"category\": \"pl40\"}]}, \"72644\": {\"path\": \"train/72644.jpg\", \"id\": 72644, \"objects\": [{\"bbox\": {\"xmin\": 296.035, \"ymin\": 1061.05, \"xmax\": 325.38120000000004, \"ymax\": 1117.4329}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 578.218, \"ymin\": 980.198, \"xmax\": 612.8713, \"ymax\": 1030.6931}, \"category\": \"pl50\"}]}, \"95860\": {\"path\": \"train/95860.jpg\", \"id\": 95860, \"objects\": [{\"bbox\": {\"xmin\": 133.333, \"ymin\": 732.0, \"xmax\": 162.6667, \"ymax\": 773.3333}, \"category\": \"pl40\"}]}, \"57132\": {\"path\": \"train/57132.jpg\", \"id\": 57132, \"objects\": [{\"bbox\": {\"xmin\": 877.841, \"ymin\": 974.432, \"xmax\": 901.1365, \"ymax\": 995.4547}, \"category\": \"pne\"}]}, \"2054\": {\"path\": \"train/2054.jpg\", \"id\": 2054, \"objects\": [{\"bbox\": {\"xmin\": 1784.62, \"ymin\": 615.385, \"xmax\": 1873.0768999999998, \"ymax\": 719.231}, \"category\": \"pne\"}]}, \"92536\": {\"path\": \"test/92536.jpg\", \"id\": 92536, \"objects\": [{\"bbox\": {\"xmin\": 857.333, \"ymin\": 953.333, \"xmax\": 899.9997, \"ymax\": 994.6669999999999}, \"category\": \"w57\"}]}, \"94478\": {\"path\": \"train/94478.jpg\", \"id\": 94478, \"objects\": [{\"bbox\": {\"xmin\": 544.0, \"ymin\": 980.952, \"xmax\": 557.0, \"ymax\": 997.618}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 392.0, \"ymin\": 951.587, \"xmax\": 414.0, \"ymax\": 976.9847}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1567.0, \"ymin\": 809.0, \"xmax\": 1675.0, \"ymax\": 915.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 476.984, \"ymin\": 983.333, \"xmax\": 491.2698, \"ymax\": 1000.7941}, \"category\": \"ps\"}]}, \"30649\": {\"path\": \"test/30649.jpg\", \"id\": 30649, \"objects\": [{\"bbox\": {\"xmin\": 85.1485, \"ymin\": 637.624, \"xmax\": 148.5149, \"ymax\": 726.7327}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1876.24, \"ymin\": 910.891, \"xmax\": 1894.0594, \"ymax\": 931.6831999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1797.03, \"ymin\": 907.921, \"xmax\": 1816.8317, \"ymax\": 931.6832}, \"category\": \"pne\"}]}, \"10912\": {\"path\": \"other/10912.jpg\", \"id\": 10912, \"objects\": [{\"bbox\": {\"xmin\": 1135.29, \"ymin\": 619.608, \"xmax\": 1227.4518, \"ymax\": 711.7647}, \"category\": \"w21\"}]}, \"19859\": {\"path\": \"other/19859.jpg\", \"id\": 19859, \"objects\": [{\"bbox\": {\"xmin\": 1994.7667236328125, \"ymin\": 870.7171630859375, \"xmax\": 2020.1297607421875, \"ymax\": 899.9791259765625}, \"category\": \"i4\"}]}, \"66784\": {\"path\": \"other/66784.jpg\", \"id\": 66784, \"objects\": [{\"bbox\": {\"xmin\": 421.569, \"ymin\": 331.373, \"xmax\": 541.177, \"ymax\": 449.02}, \"category\": \"ph4.8\"}]}, \"70249\": {\"path\": \"train/70249.jpg\", \"id\": 70249, \"objects\": [{\"bbox\": {\"xmin\": 1175.21, \"ymin\": 967.257, \"xmax\": 1192.4729, \"ymax\": 983.6288}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1175.67, \"ymin\": 986.283, \"xmax\": 1192.4804000000001, \"ymax\": 1003.5404}, \"category\": \"pn\"}]}, \"70039\": {\"path\": \"train/70039.jpg\", \"id\": 70039, \"objects\": [{\"bbox\": {\"xmin\": 1198.41, \"ymin\": 929.365, \"xmax\": 1215.0794, \"ymax\": 948.4118}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1148.41, \"ymin\": 930.159, \"xmax\": 1166.6667, \"ymax\": 948.4127}, \"category\": \"pne\"}]}, \"12333\": {\"path\": \"train/12333.jpg\", \"id\": 12333, \"objects\": [{\"bbox\": {\"xmin\": 1356.95, \"ymin\": 991.391, \"xmax\": 1380.7947000000001, \"ymax\": 1015.894}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1358.28, \"ymin\": 1017.88, \"xmax\": 1376.8201999999999, \"ymax\": 1036.4238}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1129.8, \"ymin\": 980.795, \"xmax\": 1145.0330999999999, \"ymax\": 998.0132}, \"category\": \"w59\"}]}, \"54285\": {\"path\": \"other/54285.jpg\", \"id\": 54285, \"objects\": [{\"bbox\": {\"xmin\": 1302.49, \"ymin\": 956.716, \"xmax\": 1329.8557, \"ymax\": 982.5871}, \"category\": \"w59\"}]}, \"58853\": {\"path\": \"train/58853.jpg\", \"id\": 58853, \"objects\": [{\"bbox\": {\"xmin\": 447.525, \"ymin\": 877.228, \"xmax\": 473.2673, \"ymax\": 907.9214999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 416.832, \"ymin\": 879.208, \"xmax\": 445.5446, \"ymax\": 909.901}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 475.248, \"ymin\": 879.208, \"xmax\": 502.9703, \"ymax\": 911.8811999999999}, \"category\": \"pn\"}]}, \"69518\": {\"path\": \"test/69518.jpg\", \"id\": 69518, \"objects\": [{\"bbox\": {\"xmin\": 621.333, \"ymin\": 510.667, \"xmax\": 704.0, \"ymax\": 653.333}, \"category\": \"pl30\"}]}, \"11536\": {\"path\": \"train/11536.jpg\", \"id\": 11536, \"objects\": [{\"bbox\": {\"xmin\": 307.85101318359375, \"ymin\": 1030.5594482421875, \"xmax\": 334.05389404296875, \"ymax\": 1053.3543701171875}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1913.86, \"ymin\": 1050.5, \"xmax\": 1936.8472, \"ymax\": 1073.9394}, \"category\": \"ip\"}]}, \"67506\": {\"path\": \"train/67506.jpg\", \"id\": 67506, \"objects\": [{\"bbox\": {\"xmin\": 1003.0, \"ymin\": 766.0, \"xmax\": 1057.0, \"ymax\": 821.0}, \"category\": \"pmblr\"}]}, \"54487\": {\"path\": \"test/54487.jpg\", \"id\": 54487, \"objects\": [{\"bbox\": {\"xmin\": 628.0, \"ymin\": 993.0, \"xmax\": 665.0, \"ymax\": 1058.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 631.0, \"ymin\": 928.0, \"xmax\": 666.0, \"ymax\": 993.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 445.0, \"ymin\": 968.0, \"xmax\": 471.0, \"ymax\": 1031.0}, \"category\": \"pn\"}]}, \"5363\": {\"path\": \"train/5363.jpg\", \"id\": 5363, \"objects\": [{\"bbox\": {\"xmin\": 1019.21, \"ymin\": 694.702, \"xmax\": 1092.7175, \"ymax\": 768.2124}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1099.34, \"ymin\": 700.662, \"xmax\": 1170.2032, \"ymax\": 770.8607000000001}, \"category\": \"pn\"}]}, \"15332\": {\"path\": \"test/15332.jpg\", \"id\": 15332, \"objects\": [{\"bbox\": {\"xmin\": 1308.07, \"ymin\": 888.117, \"xmax\": 1331.4465, \"ymax\": 909.6972999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1906.45, \"ymin\": 286.4, \"xmax\": 2032.6770000000001, \"ymax\": 398.4}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1199.54, \"ymin\": 887.068, \"xmax\": 1220.9518, \"ymax\": 909.2672}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 860.0, \"ymin\": 960.0, \"xmax\": 882.1909, \"ymax\": 981.078}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1076.0, \"ymin\": 145.6, \"xmax\": 1239.2, \"ymax\": 276.79999999999995}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 155.228, \"ymin\": 973.837, \"xmax\": 168.23770000000002, \"ymax\": 990.3996999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1967.41, \"ymin\": 951.168, \"xmax\": 1983.2345, \"ymax\": 974.0654}, \"category\": \"pne\"}]}, \"15159\": {\"path\": \"test/15159.jpg\", \"id\": 15159, \"objects\": [{\"bbox\": {\"xmin\": 401.316, \"ymin\": 992.105, \"xmax\": 418.42069999999995, \"ymax\": 1011.8421000000001}, \"category\": \"pl5\"}]}, \"40736\": {\"path\": \"train/40736.jpg\", \"id\": 40736, \"objects\": [{\"bbox\": {\"xmin\": 887.5, \"ymin\": 933.523, \"xmax\": 909.6591, \"ymax\": 956.25}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1098.86, \"ymin\": 953.977, \"xmax\": 1115.3409, \"ymax\": 969.8864}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1184.66, \"ymin\": 986.932, \"xmax\": 1202.2727, \"ymax\": 1007.3864}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1185.23, \"ymin\": 1011.93, \"xmax\": 1201.7045, \"ymax\": 1034.0954}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1185.23, \"ymin\": 960.227, \"xmax\": 1203.9773, \"ymax\": 980.6818}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1080.11, \"ymin\": 952.273, \"xmax\": 1098.8636, \"ymax\": 971.5909}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1117.05, \"ymin\": 952.273, \"xmax\": 1132.9545, \"ymax\": 969.8864}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 796.023, \"ymin\": 936.364, \"xmax\": 816.4773, \"ymax\": 956.8182}, \"category\": \"pne\"}]}, \"28469\": {\"path\": \"train/28469.jpg\", \"id\": 28469, \"objects\": [{\"bbox\": {\"xmin\": 66.6667, \"ymin\": 533.333, \"xmax\": 113.72550000000001, \"ymax\": 623.5294}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 292.157, \"ymin\": 672.549, \"xmax\": 319.6078, \"ymax\": 758.8235}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 313.725, \"ymin\": 705.882, \"xmax\": 341.17650000000003, \"ymax\": 774.5097999999999}, \"category\": \"pn\"}]}, \"16120\": {\"path\": \"train/16120.jpg\", \"id\": 16120, \"objects\": [{\"bbox\": {\"xmin\": 1712.0, \"ymin\": 942.667, \"xmax\": 1784.0, \"ymax\": 1018.6667}, \"category\": \"pl120\"}]}, \"91104\": {\"path\": \"train/91104.jpg\", \"id\": 91104, \"objects\": [{\"bbox\": {\"xmin\": 1347.79, \"ymin\": 908.407, \"xmax\": 1371.6814, \"ymax\": 933.6281}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1373.01, \"ymin\": 909.734, \"xmax\": 1396.9001, \"ymax\": 934.5133000000001}, \"category\": \"pn\"}]}, \"95055\": {\"path\": \"train/95055.jpg\", \"id\": 95055, \"objects\": [{\"bbox\": {\"xmin\": 1301.99, \"ymin\": 848.259, \"xmax\": 1339.301, \"ymax\": 886.0696}, \"category\": \"pl60\"}]}, \"18605\": {\"path\": \"test/18605.jpg\", \"id\": 18605, \"objects\": [{\"bbox\": {\"xmin\": 429.412, \"ymin\": 533.333, \"xmax\": 486.2745, \"ymax\": 654.9019999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1654.76, \"ymin\": 936.508, \"xmax\": 1671.4286, \"ymax\": 954.7619000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1888.1, \"ymin\": 984.921, \"xmax\": 1902.3809999999999, \"ymax\": 1003.1746}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1884.13, \"ymin\": 1013.49, \"xmax\": 1907.9365, \"ymax\": 1034.127}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1884.92, \"ymin\": 951.587, \"xmax\": 1903.9683, \"ymax\": 974.6032}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1610.32, \"ymin\": 935.714, \"xmax\": 1628.5714, \"ymax\": 954.7619000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1629.37, \"ymin\": 935.714, \"xmax\": 1650.7937, \"ymax\": 957.1429}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 135.294, \"ymin\": 347.059, \"xmax\": 231.3725, \"ymax\": 517.647}, \"category\": \"pne\"}]}, \"97352\": {\"path\": \"train/97352.jpg\", \"id\": 97352, \"objects\": [{\"bbox\": {\"xmin\": 1759.0, \"ymin\": 897.0, \"xmax\": 1836.0, \"ymax\": 981.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 498.0, \"ymin\": 998.0, \"xmax\": 527.0, \"ymax\": 1033.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1291.0, \"ymin\": 984.0, \"xmax\": 1313.0, \"ymax\": 1006.0}, \"category\": \"w47\"}]}, \"9662\": {\"path\": \"test/9662.jpg\", \"id\": 9662, \"objects\": [{\"bbox\": {\"xmin\": 1475.84, \"ymin\": 810.317, \"xmax\": 1517.422, \"ymax\": 854.0543}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1649.31, \"ymin\": 976.434, \"xmax\": 1685.9388999999999, \"ymax\": 1021.9783}, \"category\": \"pne\"}]}, \"73861\": {\"path\": \"train/73861.jpg\", \"id\": 73861, \"objects\": [{\"bbox\": {\"xmin\": 317.0, \"ymin\": 982.0, \"xmax\": 386.0, \"ymax\": 1044.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 367.0, \"ymin\": 754.0, \"xmax\": 402.0, \"ymax\": 816.0}, \"category\": \"pcl\"}]}, \"60637\": {\"path\": \"test/60637.jpg\", \"id\": 60637, \"objects\": [{\"bbox\": {\"xmin\": 1360.0, \"ymin\": 302.0, \"xmax\": 1487.0, \"ymax\": 410.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1517.0, \"ymin\": 949.0, \"xmax\": 1631.0, \"ymax\": 1059.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1823.0, \"ymin\": 935.0, \"xmax\": 1929.0, \"ymax\": 1037.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1219.0, \"ymin\": 283.0, \"xmax\": 1362.0, \"ymax\": 393.0}, \"category\": \"wc\"}]}, \"77936\": {\"path\": \"other/77936.jpg\", \"id\": 77936, \"objects\": [{\"bbox\": {\"xmin\": 1036.6556396484375, \"ymin\": 1152.2149658203125, \"xmax\": 1054.4664306640625, \"ymax\": 1173.5916748046875}, \"category\": \"pl5\"}]}, \"28341\": {\"path\": \"other/28341.jpg\", \"id\": 28341, \"objects\": [{\"bbox\": {\"xmin\": 1206.82, \"ymin\": 906.25, \"xmax\": 1230.6808999999998, \"ymax\": 931.2501}, \"category\": \"w21\"}]}, \"20949\": {\"path\": \"train/20949.jpg\", \"id\": 20949, \"objects\": [{\"bbox\": {\"xmin\": 1190.67, \"ymin\": 922.667, \"xmax\": 1230.6667, \"ymax\": 965.3333}, \"category\": \"p10\"}]}, \"30122\": {\"path\": \"train/30122.jpg\", \"id\": 30122, \"objects\": [{\"bbox\": {\"xmin\": 1839.47, \"ymin\": 939.474, \"xmax\": 1884.2105000000001, \"ymax\": 990.7895000000001}, \"category\": \"p10\"}]}, \"70215\": {\"path\": \"train/70215.jpg\", \"id\": 70215, \"objects\": [{\"bbox\": {\"xmin\": 135.0, \"ymin\": 845.0, \"xmax\": 199.0, \"ymax\": 922.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1675.0, \"ymin\": 910.0, \"xmax\": 1754.0, \"ymax\": 991.0}, \"category\": \"pl80\"}]}, \"50393\": {\"path\": \"train/50393.jpg\", \"id\": 50393, \"objects\": [{\"bbox\": {\"xmin\": 988.8, \"ymin\": 896.0, \"xmax\": 1010.4, \"ymax\": 916.8}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1115.2, \"ymin\": 893.6, \"xmax\": 1136.0, \"ymax\": 915.2}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1176.8, \"ymin\": 892.0, \"xmax\": 1198.3999999999999, \"ymax\": 913.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1052.0, \"ymin\": 894.4, \"xmax\": 1072.8, \"ymax\": 916.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 963.2, \"ymin\": 873.6, \"xmax\": 984.8000000000001, \"ymax\": 894.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1027.2, \"ymin\": 871.2, \"xmax\": 1048.0, \"ymax\": 892.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 988.8, \"ymin\": 873.6, \"xmax\": 1009.5999999999999, \"ymax\": 893.6}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1027.2, \"ymin\": 896.0, \"xmax\": 1048.0, \"ymax\": 916.8}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 963.2, \"ymin\": 896.8, \"xmax\": 985.6, \"ymax\": 918.4}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1089.6, \"ymin\": 893.6, \"xmax\": 1111.1999999999998, \"ymax\": 915.2}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1151.2, \"ymin\": 892.8, \"xmax\": 1172.0, \"ymax\": 914.4}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1227.2, \"ymin\": 892.0, \"xmax\": 1248.8, \"ymax\": 912.0}, \"category\": \"pne\"}]}, \"21699\": {\"path\": \"train/21699.jpg\", \"id\": 21699, \"objects\": [{\"bbox\": {\"xmin\": 1109.96, \"ymin\": 944.622, \"xmax\": 1126.6932, \"ymax\": 962.1514}, \"category\": \"pn\"}]}, \"17672\": {\"path\": \"train/17672.jpg\", \"id\": 17672, \"objects\": [{\"bbox\": {\"xmin\": 1445.7, \"ymin\": 986.093, \"xmax\": 1503.3158, \"ymax\": 1062.2519}, \"category\": \"pg\"}]}, \"89367\": {\"path\": \"test/89367.jpg\", \"id\": 89367, \"objects\": [{\"bbox\": {\"xmin\": 1891.087158203125, \"ymin\": 1022.8775634765625, \"xmax\": 1930.337890625, \"ymax\": 1065.2489013671875}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1888.9066162109375, \"ymin\": 983.14697265625, \"xmax\": 1930.2860107421875, \"ymax\": 1023.658935546875}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1317.33, \"ymin\": 825.333, \"xmax\": 1353.3333, \"ymax\": 862.6667}, \"category\": \"pl40\"}]}, \"1059\": {\"path\": \"other/1059.jpg\", \"id\": 1059, \"objects\": [{\"bbox\": {\"xmin\": 1570.59, \"ymin\": 950.98, \"xmax\": 1639.2157, \"ymax\": 1011.7643}, \"category\": \"w30\"}]}, \"49763\": {\"path\": \"test/49763.jpg\", \"id\": 49763, \"objects\": [{\"bbox\": {\"xmin\": 802.97, \"ymin\": 900.99, \"xmax\": 830.6931000000001, \"ymax\": 929.703}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1127.72, \"ymin\": 927.723, \"xmax\": 1147.5248000000001, \"ymax\": 948.5148999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1086.14, \"ymin\": 927.723, \"xmax\": 1104.9505000000001, \"ymax\": 948.5148999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1106.93, \"ymin\": 927.723, \"xmax\": 1125.7426, \"ymax\": 950.495}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 693.069, \"ymin\": 902.97, \"xmax\": 720.7921, \"ymax\": 932.6733}, \"category\": \"pne\"}]}, \"85879\": {\"path\": \"train/85879.jpg\", \"id\": 85879, \"objects\": [{\"bbox\": {\"xmin\": 1349.5, \"ymin\": 894.059, \"xmax\": 1377.2277, \"ymax\": 922.7723}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1243.56, \"ymin\": 893.069, \"xmax\": 1272.2772, \"ymax\": 919.8019999999999}, \"category\": \"pne\"}]}, \"26030\": {\"path\": \"train/26030.jpg\", \"id\": 26030, \"objects\": [{\"bbox\": {\"xmin\": 835.0, \"ymin\": 878.0, \"xmax\": 869.0, \"ymax\": 914.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 872.0, \"ymin\": 875.0, \"xmax\": 905.0, \"ymax\": 909.0}, \"category\": \"p19\"}]}, \"3545\": {\"path\": \"test/3545.jpg\", \"id\": 3545, \"objects\": [{\"bbox\": {\"xmin\": 1262.67, \"ymin\": 957.333, \"xmax\": 1306.6667, \"ymax\": 1001.3333}, \"category\": \"pl60\"}]}, \"24362\": {\"path\": \"train/24362.jpg\", \"id\": 24362, \"objects\": [{\"bbox\": {\"xmin\": 1762.67, \"ymin\": 841.333, \"xmax\": 1792.0, \"ymax\": 874.6667}, \"category\": \"p10\"}]}, \"71516\": {\"path\": \"train/71516.jpg\", \"id\": 71516, \"objects\": [{\"bbox\": {\"xmin\": 1867.0, \"ymin\": 884.0, \"xmax\": 1886.0, \"ymax\": 902.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1936.0, \"ymin\": 867.0, \"xmax\": 1952.0, \"ymax\": 882.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1614.0, \"ymin\": 654.0, \"xmax\": 1680.0, \"ymax\": 752.0}, \"category\": \"ph4.5\"}]}, \"68464\": {\"path\": \"train/68464.jpg\", \"id\": 68464, \"objects\": [{\"bbox\": {\"xmin\": 1251.33, \"ymin\": 856.0, \"xmax\": 1272.6667, \"ymax\": 877.3333}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1383.33, \"ymin\": 861.333, \"xmax\": 1404.6667, \"ymax\": 882.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1319.33, \"ymin\": 858.667, \"xmax\": 1340.6667, \"ymax\": 878.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1227.33, \"ymin\": 830.667, \"xmax\": 1248.6667, \"ymax\": 852.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 833.333, \"xmax\": 1273.3333, \"ymax\": 854.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 857.333, \"xmax\": 1317.3333, \"ymax\": 878.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1227.33, \"ymin\": 855.333, \"xmax\": 1248.6667, \"ymax\": 876.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1360.67, \"ymin\": 860.0, \"xmax\": 1381.3333, \"ymax\": 881.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 862.667, \"xmax\": 1457.3333, \"ymax\": 883.3333}, \"category\": \"pne\"}]}, \"92891\": {\"path\": \"other/92891.jpg\", \"id\": 92891, \"objects\": [{\"bbox\": {\"xmin\": 1174.3955078125, \"ymin\": 1400.99462890625, \"xmax\": 1202.664794921875, \"ymax\": 1427.213623046875}, \"category\": \"i2r\"}]}, \"81063\": {\"path\": \"train/81063.jpg\", \"id\": 81063, \"objects\": [{\"bbox\": {\"xmin\": 928.0, \"ymin\": 814.667, \"xmax\": 976.0, \"ymax\": 861.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1310.67, \"ymin\": 997.333, \"xmax\": 1370.67, \"ymax\": 1051.9997}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1316.0, \"ymin\": 1053.33, \"xmax\": 1368.0, \"ymax\": 1109.33}, \"category\": \"i2r\"}]}, \"25998\": {\"path\": \"train/25998.jpg\", \"id\": 25998, \"objects\": [{\"bbox\": {\"xmin\": 1441.18, \"ymin\": 325.49, \"xmax\": 1590.1960000000001, \"ymax\": 464.706}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1592.16, \"ymin\": 350.98, \"xmax\": 1729.412, \"ymax\": 490.196}, \"category\": \"pn\"}]}, \"5275\": {\"path\": \"test/5275.jpg\", \"id\": 5275, \"objects\": [{\"bbox\": {\"xmin\": 1512.7, \"ymin\": 842.063, \"xmax\": 1550.7937, \"ymax\": 881.746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1621.43, \"ymin\": 898.413, \"xmax\": 1642.0635, \"ymax\": 919.8413}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1598.41, \"ymin\": 896.825, \"xmax\": 1619.8413, \"ymax\": 922.2217}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1646.03, \"ymin\": 896.825, \"xmax\": 1669.8413, \"ymax\": 924.6032}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1364.29, \"ymin\": 838.889, \"xmax\": 1402.3809999999999, \"ymax\": 876.1905}, \"category\": \"pne\"}]}, \"86703\": {\"path\": \"train/86703.jpg\", \"id\": 86703, \"objects\": [{\"bbox\": {\"xmin\": 1244.2, \"ymin\": 828.624, \"xmax\": 1283.6972, \"ymax\": 870.6525}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1328.63, \"ymin\": 830.797, \"xmax\": 1367.7583000000002, \"ymax\": 871.7395}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1287.32, \"ymin\": 829.71, \"xmax\": 1326.0916, \"ymax\": 870.6524000000001}, \"category\": \"pn\"}]}, \"1905\": {\"path\": \"test/1905.jpg\", \"id\": 1905, \"objects\": [{\"bbox\": {\"xmin\": 1309.52, \"ymin\": 810.317, \"xmax\": 1357.1419, \"ymax\": 857.1426}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1359.52, \"ymin\": 812.698, \"xmax\": 1405.5529, \"ymax\": 859.5242}, \"category\": \"pn\"}]}, \"72244\": {\"path\": \"train/72244.jpg\", \"id\": 72244, \"objects\": [{\"bbox\": {\"xmin\": 1689.11, \"ymin\": 910.891, \"xmax\": 1708.9108999999999, \"ymax\": 935.6436}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1597.03, \"ymin\": 912.871, \"xmax\": 1617.8218, \"ymax\": 935.6436}, \"category\": \"pne\"}]}, \"32709\": {\"path\": \"train/32709.jpg\", \"id\": 32709, \"objects\": [{\"bbox\": {\"xmin\": 955.2, \"ymin\": 872.0, \"xmax\": 976.0, \"ymax\": 894.4}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 903.2, \"ymin\": 869.6, \"xmax\": 925.6, \"ymax\": 894.4}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 928.8, \"ymin\": 870.4, \"xmax\": 949.5999999999999, \"ymax\": 892.8}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1729.6, \"ymin\": 850.4, \"xmax\": 1794.3999999999999, \"ymax\": 930.4}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1728.8, \"ymin\": 929.6, \"xmax\": 1789.6, \"ymax\": 1004.8000000000001}, \"category\": \"i2r\"}]}, \"45526\": {\"path\": \"train/45526.jpg\", \"id\": 45526, \"objects\": [{\"bbox\": {\"xmin\": 1337.25, \"ymin\": 611.765, \"xmax\": 1413.7255, \"ymax\": 690.1961}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 782.353, \"ymin\": 607.843, \"xmax\": 858.8235, \"ymax\": 684.3139}, \"category\": \"pne\"}]}, \"97385\": {\"path\": \"train/97385.jpg\", \"id\": 97385, \"objects\": [{\"bbox\": {\"xmin\": 428.713, \"ymin\": 579.208, \"xmax\": 463.3663, \"ymax\": 659.4059}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 18.8119, \"ymin\": 368.317, \"xmax\": 101.9802, \"ymax\": 483.168}, \"category\": \"pne\"}]}, \"55217\": {\"path\": \"train/55217.jpg\", \"id\": 55217, \"objects\": [{\"bbox\": {\"xmin\": 834.0, \"ymin\": 1101.0, \"xmax\": 884.0, \"ymax\": 1150.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 753.0, \"ymin\": 1099.0, \"xmax\": 799.0, \"ymax\": 1147.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 542.0, \"ymin\": 1101.0, \"xmax\": 558.0, \"ymax\": 1150.0}, \"category\": \"p23\"}]}, \"51479\": {\"path\": \"train/51479.jpg\", \"id\": 51479, \"objects\": [{\"bbox\": {\"xmin\": 1672.0, \"ymin\": 896.0, \"xmax\": 1708.0, \"ymax\": 933.3333}, \"category\": \"pm55\"}]}, \"24871\": {\"path\": \"train/24871.jpg\", \"id\": 24871, \"objects\": [{\"bbox\": {\"xmin\": 256.43585205078125, \"ymin\": 1010.7142944335938, \"xmax\": 273.08612060546875, \"ymax\": 1031.5728759765625}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1375.0, \"ymin\": 912.5, \"xmax\": 1408.5227, \"ymax\": 946.5909}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1288.07, \"ymin\": 911.932, \"xmax\": 1322.7273, \"ymax\": 946.0227}, \"category\": \"pne\"}]}, \"83174\": {\"path\": \"train/83174.jpg\", \"id\": 83174, \"objects\": [{\"bbox\": {\"xmin\": 1088.07, \"ymin\": 979.546, \"xmax\": 1103.9773, \"ymax\": 995.4549000000001}, \"category\": \"p5\"}]}, \"65472\": {\"path\": \"other/65472.jpg\", \"id\": 65472, \"objects\": [{\"bbox\": {\"xmin\": 1367.810546875, \"ymin\": 900.6901245117188, \"xmax\": 1402.095703125, \"ymax\": 935.5278930664062}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1330.0936279296875, \"ymin\": 901.9225463867188, \"xmax\": 1361.3634033203125, \"ymax\": 933.7568969726562}, \"category\": \"pcd\"}]}, \"63155\": {\"path\": \"train/63155.jpg\", \"id\": 63155, \"objects\": [{\"bbox\": {\"xmin\": 1443.42, \"ymin\": 836.842, \"xmax\": 1473.6879000000001, \"ymax\": 865.7895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1252.63, \"ymin\": 825.0, \"xmax\": 1284.2047, \"ymax\": 859.2105}, \"category\": \"pne\"}]}, \"41605\": {\"path\": \"test/41605.jpg\", \"id\": 41605, \"objects\": [{\"bbox\": {\"xmin\": 1373.33, \"ymin\": 830.667, \"xmax\": 1437.3333, \"ymax\": 956.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1372.0, \"ymin\": 634.667, \"xmax\": 1438.6667, \"ymax\": 757.3330000000001}, \"category\": \"p23\"}]}, \"14092\": {\"path\": \"test/14092.jpg\", \"id\": 14092, \"objects\": [{\"bbox\": {\"xmin\": 1215.84, \"ymin\": 800.0, \"xmax\": 1266.3365999999999, \"ymax\": 852.4752}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1509.9, \"ymin\": 925.743, \"xmax\": 1531.6784, \"ymax\": 951.4851000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1486.14, \"ymin\": 927.723, \"xmax\": 1507.9208, \"ymax\": 953.4653}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1011.88, \"ymin\": 807.921, \"xmax\": 1059.4059, \"ymax\": 855.4455}, \"category\": \"pne\"}]}, \"93132\": {\"path\": \"other/93132.jpg\", \"id\": 93132, \"objects\": [{\"bbox\": {\"xmin\": 1216.38, \"ymin\": 984.071, \"xmax\": 1241.1504000000002, \"ymax\": 1006.6372}, \"category\": \"w47\"}]}, \"25271\": {\"path\": \"test/25271.jpg\", \"id\": 25271, \"objects\": [{\"bbox\": {\"xmin\": 961.333, \"ymin\": 769.333, \"xmax\": 1013.3333, \"ymax\": 824.0}, \"category\": \"p5\"}]}, \"50397\": {\"path\": \"other/50397.jpg\", \"id\": 50397, \"objects\": [{\"bbox\": {\"xmin\": 1125.83, \"ymin\": 973.51, \"xmax\": 1150.9933999999998, \"ymax\": 998.0132}, \"category\": \"w63\"}]}, \"11403\": {\"path\": \"test/11403.jpg\", \"id\": 11403, \"objects\": [{\"bbox\": {\"xmin\": 1435.0, \"ymin\": 860.0, \"xmax\": 1518.0, \"ymax\": 939.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1439.0, \"ymin\": 941.0, \"xmax\": 1506.0, \"ymax\": 1000.0}, \"category\": \"w58\"}]}, \"1554\": {\"path\": \"train/1554.jpg\", \"id\": 1554, \"objects\": [{\"bbox\": {\"xmin\": 1406.67, \"ymin\": 704.0, \"xmax\": 1465.3333, \"ymax\": 816.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1198.67, \"ymin\": 570.667, \"xmax\": 1233.3399000000002, \"ymax\": 669.3333}, \"category\": \"pm35\"}]}, \"69812\": {\"path\": \"train/69812.jpg\", \"id\": 69812, \"objects\": [{\"bbox\": {\"xmin\": 1168.0, \"ymin\": 694.667, \"xmax\": 1224.0, \"ymax\": 745.3333}, \"category\": \"pl40\"}]}, \"82185\": {\"path\": \"other/82185.jpg\", \"id\": 82185, \"objects\": [{\"bbox\": {\"xmin\": 739.90673828125, \"ymin\": 788.8331298828125, \"xmax\": 777.148681640625, \"ymax\": 822.820556640625}, \"category\": \"ph4.8\"}]}, \"45052\": {\"path\": \"train/45052.jpg\", \"id\": 45052, \"objects\": [{\"bbox\": {\"xmin\": 1224.75, \"ymin\": 924.752, \"xmax\": 1238.6139, \"ymax\": 941.5836999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1147.52, \"ymin\": 926.733, \"xmax\": 1164.3564, \"ymax\": 942.5727999999999}, \"category\": \"pne\"}]}, \"34046\": {\"path\": \"other/34046.jpg\", \"id\": 34046, \"objects\": [{\"bbox\": {\"xmin\": 1882.0, \"ymin\": 1244.0, \"xmax\": 1996.0, \"ymax\": 1421.0}, \"category\": \"pr80\"}]}, \"78334\": {\"path\": \"train/78334.jpg\", \"id\": 78334, \"objects\": [{\"bbox\": {\"xmin\": 323.0, \"ymin\": 993.0, \"xmax\": 375.0, \"ymax\": 1060.8759}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 12.0, \"ymin\": 974.0, \"xmax\": 79.0, \"ymax\": 1054.1956}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1945.0, \"ymin\": 1015.62, \"xmax\": 1991.0, \"ymax\": 1070.2154}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1941.0, \"ymin\": 958.0, \"xmax\": 1991.0, \"ymax\": 1012.0}, \"category\": \"pn\"}]}, \"31826\": {\"path\": \"test/31826.jpg\", \"id\": 31826, \"objects\": [{\"bbox\": {\"xmin\": 238.309, \"ymin\": 995.025, \"xmax\": 259.204, \"ymax\": 1023.8806}, \"category\": \"pl40\"}]}, \"78935\": {\"path\": \"other/78935.jpg\", \"id\": 78935, \"objects\": [{\"bbox\": {\"xmin\": 1914.3873291015625, \"ymin\": 1185.132080078125, \"xmax\": 2048.0, \"ymax\": 1439.00537109375}, \"category\": \"pc\"}]}, \"97401\": {\"path\": \"train/97401.jpg\", \"id\": 97401, \"objects\": [{\"bbox\": {\"xmin\": 551.316, \"ymin\": 948.684, \"xmax\": 586.8421000000001, \"ymax\": 985.5263}, \"category\": \"pl50\"}]}, \"82803\": {\"path\": \"train/82803.jpg\", \"id\": 82803, \"objects\": [{\"bbox\": {\"xmin\": 178.4032745361328, \"ymin\": 706.5982055664062, \"xmax\": 210.7509307861328, \"ymax\": 766.2246704101562}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1405.0, \"ymin\": 833.0, \"xmax\": 1440.0, \"ymax\": 870.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 136.0, \"ymin\": 691.0, \"xmax\": 175.0, \"ymax\": 751.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1.0, \"ymin\": 963.0, \"xmax\": 38.0, \"ymax\": 1031.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1495.0, \"ymin\": 876.0, \"xmax\": 1520.0, \"ymax\": 903.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1523.0, \"ymin\": 878.0, \"xmax\": 1546.0, \"ymax\": 904.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1174.0, \"ymin\": 824.0, \"xmax\": 1211.0, \"ymax\": 862.0}, \"category\": \"pne\"}]}, \"51884\": {\"path\": \"train/51884.jpg\", \"id\": 51884, \"objects\": [{\"bbox\": {\"xmin\": 573.81, \"ymin\": 900.0, \"xmax\": 586.5079, \"ymax\": 931.746}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1249.21, \"ymin\": 928.571, \"xmax\": 1266.6667, \"ymax\": 953.9683}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1987.13, \"ymin\": 894.444, \"xmax\": 2000.9901000000002, \"ymax\": 930.9524}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1374.6, \"ymin\": 932.54, \"xmax\": 1390.4761999999998, \"ymax\": 950.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1394.06, \"ymin\": 932.673, \"xmax\": 1409.9009999999998, \"ymax\": 953.4653}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 528.571, \"ymin\": 894.444, \"xmax\": 543.6508, \"ymax\": 918.2539999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1169.05, \"ymin\": 930.952, \"xmax\": 1193.6508, \"ymax\": 955.5556}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1912.87, \"ymin\": 901.98, \"xmax\": 1937.6237999999998, \"ymax\": 929.703}, \"category\": \"pne\"}]}, \"51528\": {\"path\": \"train/51528.jpg\", \"id\": 51528, \"objects\": [{\"bbox\": {\"xmin\": 1540.48, \"ymin\": 801.587, \"xmax\": 1581.746, \"ymax\": 853.1745999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1384.13, \"ymin\": 789.683, \"xmax\": 1431.746, \"ymax\": 842.0635}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 919.841, \"ymin\": 883.333, \"xmax\": 940.4762000000001, \"ymax\": 912.6984}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 892.063, \"ymin\": 884.127, \"xmax\": 912.6984, \"ymax\": 908.7302}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 942.857, \"ymin\": 885.714, \"xmax\": 969.0476, \"ymax\": 911.1111000000001}, \"category\": \"pn\"}]}, \"44675\": {\"path\": \"train/44675.jpg\", \"id\": 44675, \"objects\": [{\"bbox\": {\"xmin\": 1781.0, \"ymin\": 633.0, \"xmax\": 1811.0, \"ymax\": 671.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1206.0, \"ymin\": 973.0, \"xmax\": 1219.0, \"ymax\": 990.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1531.0, \"ymin\": 974.0, \"xmax\": 1545.0, \"ymax\": 992.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 474.0, \"ymin\": 748.0, \"xmax\": 522.0, \"ymax\": 805.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 424.0, \"ymin\": 756.0, \"xmax\": 470.0, \"ymax\": 809.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 332.0, \"ymin\": 915.0, \"xmax\": 370.0, \"ymax\": 952.0}, \"category\": \"w45\"}, {\"bbox\": {\"xmin\": 1533.0, \"ymin\": 993.0, \"xmax\": 1543.0, \"ymax\": 1005.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 976.0, \"xmax\": 1193.0, \"ymax\": 991.0}, \"category\": \"w59\"}]}, \"5917\": {\"path\": \"other/5917.jpg\", \"id\": 5917, \"objects\": [{\"bbox\": {\"xmin\": 807.285, \"ymin\": 1001.99, \"xmax\": 954.967, \"ymax\": 1146.359}, \"category\": \"pl15\"}]}, \"94967\": {\"path\": \"train/94967.jpg\", \"id\": 94967, \"objects\": [{\"bbox\": {\"xmin\": 909.6, \"ymin\": 776.0, \"xmax\": 955.2, \"ymax\": 821.6}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1202.4, \"ymin\": 771.2, \"xmax\": 1248.8000000000002, \"ymax\": 817.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1056.0, \"ymin\": 772.0, \"xmax\": 1102.4, \"ymax\": 816.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 859.2, \"ymin\": 728.8, \"xmax\": 904.0, \"ymax\": 771.1999999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 911.2, \"ymin\": 726.4, \"xmax\": 956.0, \"ymax\": 770.4}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1001.6, \"ymin\": 771.2, \"xmax\": 1048.8, \"ymax\": 820.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 858.4, \"ymin\": 779.2, \"xmax\": 904.8, \"ymax\": 823.2}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1148.8, \"ymin\": 770.4, \"xmax\": 1195.2, \"ymax\": 817.6}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1322.4, \"ymin\": 773.6, \"xmax\": 1369.6000000000001, \"ymax\": 818.4}, \"category\": \"pne\"}]}, \"91792\": {\"path\": \"test/91792.jpg\", \"id\": 91792, \"objects\": [{\"bbox\": {\"xmin\": 1401.98, \"ymin\": 874.257, \"xmax\": 1434.6535000000001, \"ymax\": 904.9504999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1798.02, \"ymin\": 918.812, \"xmax\": 1816.8317, \"ymax\": 942.5743}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1798.02, \"ymin\": 972.277, \"xmax\": 1818.8119, \"ymax\": 1000.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1800.0, \"ymin\": 944.554, \"xmax\": 1818.8119, \"ymax\": 967.3267}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1314.85, \"ymin\": 873.267, \"xmax\": 1343.5644, \"ymax\": 903.9604}, \"category\": \"pne\"}]}, \"64126\": {\"path\": \"train/64126.jpg\", \"id\": 64126, \"objects\": [{\"bbox\": {\"xmin\": 358.667, \"ymin\": 497.333, \"xmax\": 409.33329999999995, \"ymax\": 588.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 577.333, \"ymin\": 641.333, \"xmax\": 604.0, \"ymax\": 706.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 488.0, \"ymin\": 576.0, \"xmax\": 521.3333, \"ymax\": 653.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 294.667, \"ymin\": 360.0, \"xmax\": 353.33329999999995, \"ymax\": 453.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 361.333, \"ymin\": 400.0, \"xmax\": 412.0, \"ymax\": 493.3333}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 436.0, \"ymin\": 546.667, \"xmax\": 477.3333, \"ymax\": 630.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 289.333, \"ymin\": 461.333, \"xmax\": 348.0, \"ymax\": 557.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 541.333, \"ymin\": 614.667, \"xmax\": 572.0, \"ymax\": 684.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 634.667, \"ymin\": 678.667, \"xmax\": 660.0, \"ymax\": 741.3333}, \"category\": \"pne\"}]}, \"16219\": {\"path\": \"test/16219.jpg\", \"id\": 16219, \"objects\": [{\"bbox\": {\"xmin\": 1233.0, \"ymin\": 949.0, \"xmax\": 1249.0, \"ymax\": 966.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1320.0, \"ymin\": 885.0, \"xmax\": 1349.0, \"ymax\": 917.0}, \"category\": \"p5\"}]}, \"6719\": {\"path\": \"train/6719.jpg\", \"id\": 6719, \"objects\": [{\"bbox\": {\"xmin\": 513.333, \"ymin\": 937.333, \"xmax\": 556.0, \"ymax\": 984.0}, \"category\": \"p21\"}, {\"bbox\": {\"xmin\": 513.333, \"ymin\": 985.333, \"xmax\": 556.0, \"ymax\": 1028.0}, \"category\": \"pg\"}]}, \"1849\": {\"path\": \"train/1849.jpg\", \"id\": 1849, \"objects\": [{\"bbox\": {\"xmin\": 1197.33, \"ymin\": 916.0, \"xmax\": 1238.6667, \"ymax\": 958.667}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 858.667, \"xmax\": 1390.6667, \"ymax\": 912.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1338.67, \"ymin\": 912.0, \"xmax\": 1394.6667, \"ymax\": 965.3333}, \"category\": \"w57\"}]}, \"16123\": {\"path\": \"other/16123.jpg\", \"id\": 16123, \"objects\": [{\"bbox\": {\"xmin\": 1234.0, \"ymin\": 641.0, \"xmax\": 1316.0, \"ymax\": 722.0}, \"category\": \"pr50\"}]}, \"4411\": {\"path\": \"train/4411.jpg\", \"id\": 4411, \"objects\": [{\"bbox\": {\"xmin\": 219.0, \"ymin\": 589.0, \"xmax\": 279.0, \"ymax\": 678.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 71.0, \"ymin\": 541.0, \"xmax\": 149.0, \"ymax\": 636.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 151.0, \"ymin\": 565.0, \"xmax\": 220.0, \"ymax\": 662.0}, \"category\": \"im\"}]}, \"33715\": {\"path\": \"train/33715.jpg\", \"id\": 33715, \"objects\": [{\"bbox\": {\"xmin\": 16.0, \"ymin\": 940.0, \"xmax\": 53.3333, \"ymax\": 986.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 22.6667, \"ymin\": 890.667, \"xmax\": 52.0, \"ymax\": 941.3339000000001}, \"category\": \"pl5\"}]}, \"64751\": {\"path\": \"train/64751.jpg\", \"id\": 64751, \"objects\": [{\"bbox\": {\"xmin\": 1333.33, \"ymin\": 882.54, \"xmax\": 1362.6984, \"ymax\": 913.4920999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1192.06, \"ymin\": 876.984, \"xmax\": 1219.8413, \"ymax\": 907.9365}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 790.476, \"ymin\": 876.19, \"xmax\": 820.6349, \"ymax\": 911.1111000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1260.32, \"ymin\": 973.81, \"xmax\": 1284.9206, \"ymax\": 998.4127}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1259.52, \"ymin\": 1007.14, \"xmax\": 1284.9206, \"ymax\": 1034.127}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1262.7, \"ymin\": 938.889, \"xmax\": 1287.3016, \"ymax\": 965.0794}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 615.079, \"ymin\": 884.921, \"xmax\": 645.2380999999999, \"ymax\": 914.2857}, \"category\": \"pne\"}]}, \"98785\": {\"path\": \"test/98785.jpg\", \"id\": 98785, \"objects\": [{\"bbox\": {\"xmin\": 1285.53, \"ymin\": 767.105, \"xmax\": 1342.1053, \"ymax\": 827.6316}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1155.26, \"ymin\": 768.421, \"xmax\": 1218.4211, \"ymax\": 825.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1221.05, \"ymin\": 765.789, \"xmax\": 1280.2631999999999, \"ymax\": 828.9474}, \"category\": \"pn\"}]}, \"65749\": {\"path\": \"test/65749.jpg\", \"id\": 65749, \"objects\": [{\"bbox\": {\"xmin\": 1679.37, \"ymin\": 896.825, \"xmax\": 1699.2100999999998, \"ymax\": 918.254}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1657.94, \"ymin\": 895.238, \"xmax\": 1677.7842, \"ymax\": 917.4599000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 896.825, \"xmax\": 1719.8407, \"ymax\": 917.4603000000001}, \"category\": \"pn\"}]}, \"29594\": {\"path\": \"train/29594.jpg\", \"id\": 29594, \"objects\": [{\"bbox\": {\"xmin\": 1464.0, \"ymin\": 976.0, \"xmax\": 1537.3333, \"ymax\": 1049.3333}, \"category\": \"pm20\"}]}, \"11493\": {\"path\": \"train/11493.jpg\", \"id\": 11493, \"objects\": [{\"bbox\": {\"xmin\": 1652.76, \"ymin\": 999.69, \"xmax\": 1673.6231, \"ymax\": 1027.3004}, \"category\": \"pn\"}]}, \"29237\": {\"path\": \"train/29237.jpg\", \"id\": 29237, \"objects\": [{\"bbox\": {\"xmin\": 388.557, \"ymin\": 927.861, \"xmax\": 404.9751, \"ymax\": 947.2637}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 406.468, \"ymin\": 929.353, \"xmax\": 422.8856, \"ymax\": 947.7611999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1272.14, \"ymin\": 933.831, \"xmax\": 1288.5556000000001, \"ymax\": 948.2586}, \"category\": \"pn\"}]}, \"24575\": {\"path\": \"train/24575.jpg\", \"id\": 24575, \"objects\": [{\"bbox\": {\"xmin\": 1738.89, \"ymin\": 803.968, \"xmax\": 1778.5687, \"ymax\": 852.381}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1783.34, \"ymin\": 810.318, \"xmax\": 1819.8412999999998, \"ymax\": 858.7302}, \"category\": \"pn\"}]}, \"39470\": {\"path\": \"test/39470.jpg\", \"id\": 39470, \"objects\": [{\"bbox\": {\"xmin\": 25.0, \"ymin\": 982.955, \"xmax\": 57.3864, \"ymax\": 1021.0227}, \"category\": \"pl80\"}]}, \"42108\": {\"path\": \"test/42108.jpg\", \"id\": 42108, \"objects\": [{\"bbox\": {\"xmin\": 1809.0, \"ymin\": 886.0, \"xmax\": 1905.0, \"ymax\": 984.0}, \"category\": \"w59\"}]}, \"11535\": {\"path\": \"test/11535.jpg\", \"id\": 11535, \"objects\": [{\"bbox\": {\"xmin\": 1678.8, \"ymin\": 1241.73, \"xmax\": 1718.5366, \"ymax\": 1281.4638}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1635.77, \"ymin\": 1245.03, \"xmax\": 1673.5144, \"ymax\": 1284.7694999999999}, \"category\": \"pbp\"}]}, \"34696\": {\"path\": \"train/34696.jpg\", \"id\": 34696, \"objects\": [{\"bbox\": {\"xmin\": 1284.16, \"ymin\": 730.693, \"xmax\": 1343.5643, \"ymax\": 797.03}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1349.51, \"ymin\": 731.683, \"xmax\": 1409.9009, \"ymax\": 796.0381}, \"category\": \"pn\"}]}, \"66109\": {\"path\": \"train/66109.jpg\", \"id\": 66109, \"objects\": [{\"bbox\": {\"xmin\": 1998.29, \"ymin\": 1163.64, \"xmax\": 2016.4755, \"ymax\": 1184.6591}, \"category\": \"pl50\"}]}, \"69539\": {\"path\": \"train/69539.jpg\", \"id\": 69539, \"objects\": [{\"bbox\": {\"xmin\": 457.0, \"ymin\": 613.0, \"xmax\": 523.0, \"ymax\": 679.0}, \"category\": \"pr40\"}]}, \"42016\": {\"path\": \"test/42016.jpg\", \"id\": 42016, \"objects\": [{\"bbox\": {\"xmin\": 1902.79, \"ymin\": 998.008, \"xmax\": 1924.2992, \"ymax\": 1024.701}, \"category\": \"pn\"}]}, \"98092\": {\"path\": \"train/98092.jpg\", \"id\": 98092, \"objects\": [{\"bbox\": {\"xmin\": 1194.67, \"ymin\": 988.0, \"xmax\": 1262.6667, \"ymax\": 1052.0003}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1204.0, \"ymin\": 862.667, \"xmax\": 1258.6667, \"ymax\": 914.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1378.0, \"ymin\": 958.667, \"xmax\": 1398.6667, \"ymax\": 980.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 1001.33, \"xmax\": 1426.6667, \"ymax\": 1016.6634}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1197.33, \"ymin\": 1072.0, \"xmax\": 1265.3333, \"ymax\": 1137.3333}, \"category\": \"pbp\"}]}, \"41438\": {\"path\": \"train/41438.jpg\", \"id\": 41438, \"objects\": [{\"bbox\": {\"xmin\": 1169.15, \"ymin\": 907.96, \"xmax\": 1190.5473000000002, \"ymax\": 933.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1192.92, \"ymin\": 909.735, \"xmax\": 1214.6042, \"ymax\": 932.7434000000001}, \"category\": \"pn\"}]}, \"85535\": {\"path\": \"train/85535.jpg\", \"id\": 85535, \"objects\": [{\"bbox\": {\"xmin\": 1687.0, \"ymin\": 1002.0, \"xmax\": 1756.0, \"ymax\": 1075.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1291.0, \"ymin\": 1007.0, \"xmax\": 1318.0, \"ymax\": 1035.0}, \"category\": \"p23\"}]}, \"80152\": {\"path\": \"test/80152.jpg\", \"id\": 80152, \"objects\": [{\"bbox\": {\"xmin\": 1883.0, \"ymin\": 858.0, \"xmax\": 1945.0, \"ymax\": 927.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1449.0, \"ymin\": 937.0, \"xmax\": 1479.0, \"ymax\": 965.0}, \"category\": \"w30\"}]}, \"25070\": {\"path\": \"other/25070.jpg\", \"id\": 25070, \"objects\": [{\"bbox\": {\"xmin\": 930.667, \"ymin\": 983.333, \"xmax\": 946.0003, \"ymax\": 998.6660999999999}, \"category\": \"w57\"}]}, \"7600\": {\"path\": \"train/7600.jpg\", \"id\": 7600, \"objects\": [{\"bbox\": {\"xmin\": 792.079, \"ymin\": 899.01, \"xmax\": 816.8317, \"ymax\": 924.7524999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1118.81, \"ymin\": 924.752, \"xmax\": 1139.604, \"ymax\": 947.5247999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1078.22, \"ymin\": 924.752, \"xmax\": 1095.0495, \"ymax\": 950.495}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1097.03, \"ymin\": 924.752, \"xmax\": 1116.8317, \"ymax\": 950.495}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 681.188, \"ymin\": 903.96, \"xmax\": 706.9307, \"ymax\": 930.6931000000001}, \"category\": \"pne\"}]}, \"93504\": {\"path\": \"test/93504.jpg\", \"id\": 93504, \"objects\": [{\"bbox\": {\"xmin\": 930.114, \"ymin\": 955.114, \"xmax\": 943.75, \"ymax\": 968.75}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1090.91, \"ymin\": 959.659, \"xmax\": 1102.8409000000001, \"ymax\": 973.8636}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1231.82, \"ymin\": 978.409, \"xmax\": 1262.5018, \"ymax\": 1007.3864}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1062.5, \"ymin\": 958.523, \"xmax\": 1076.1364, \"ymax\": 972.1595}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1076.14, \"ymin\": 959.659, \"xmax\": 1089.2045, \"ymax\": 973.2955}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 881.25, \"ymin\": 955.682, \"xmax\": 893.75, \"ymax\": 968.75}, \"category\": \"pne\"}]}, \"36095\": {\"path\": \"other/36095.jpg\", \"id\": 36095, \"objects\": [{\"bbox\": {\"xmin\": 447.368, \"ymin\": 1013.16, \"xmax\": 468.254, \"ymax\": 1038.8889}, \"category\": \"ps\"}]}, \"48010\": {\"path\": \"test/48010.jpg\", \"id\": 48010, \"objects\": [{\"bbox\": {\"xmin\": 2012.58, \"ymin\": 909.934, \"xmax\": 2034.4370999999999, \"ymax\": 934.4371}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1929.8, \"ymin\": 915.894, \"xmax\": 1947.6821, \"ymax\": 937.7483}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 890.066, \"ymin\": 968.874, \"xmax\": 899.33775, \"ymax\": 984.106}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1000.0, \"ymin\": 925.166, \"xmax\": 1012.5826, \"ymax\": 939.0728}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 876.821, \"ymin\": 968.874, \"xmax\": 886.7549700000001, \"ymax\": 984.7682}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1898.68, \"ymin\": 915.894, \"xmax\": 1915.2318, \"ymax\": 935.7616}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1016.56, \"ymin\": 919.205, \"xmax\": 1031.7881, \"ymax\": 939.0728}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 902.649, \"ymin\": 969.536, \"xmax\": 913.245, \"ymax\": 983.4423999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1918.54, \"ymin\": 917.219, \"xmax\": 1931.1258, \"ymax\": 935.0993000000001}, \"category\": \"pn\"}]}, \"5859\": {\"path\": \"train/5859.jpg\", \"id\": 5859, \"objects\": [{\"bbox\": {\"xmin\": 1240.0, \"ymin\": 886.667, \"xmax\": 1272.0, \"ymax\": 918.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1322.67, \"ymin\": 885.333, \"xmax\": 1353.3333, \"ymax\": 917.3333}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1322.67, \"ymin\": 840.0, \"xmax\": 1353.3333, \"ymax\": 872.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1284.0, \"ymin\": 885.333, \"xmax\": 1313.33, \"ymax\": 918.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1284.0, \"ymin\": 840.0, \"xmax\": 1314.6667, \"ymax\": 873.3333}, \"category\": \"pl90\"}]}, \"66409\": {\"path\": \"other/66409.jpg\", \"id\": 66409, \"objects\": [{\"bbox\": {\"xmin\": 108.39105987548828, \"ymin\": 925.045166015625, \"xmax\": 129.4403076171875, \"ymax\": 946.3909912109375}, \"category\": \"pl40\"}]}, \"41185\": {\"path\": \"train/41185.jpg\", \"id\": 41185, \"objects\": [{\"bbox\": {\"xmin\": 1336.63, \"ymin\": 915.842, \"xmax\": 1359.4059000000002, \"ymax\": 940.5941}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1361.39, \"ymin\": 913.861, \"xmax\": 1384.1584, \"ymax\": 941.5842}, \"category\": \"pn\"}]}, \"71488\": {\"path\": \"train/71488.jpg\", \"id\": 71488, \"objects\": [{\"bbox\": {\"xmin\": 114.851, \"ymin\": 889.109, \"xmax\": 201.9802, \"ymax\": 981.1881000000001}, \"category\": \"p23\"}]}, \"78924\": {\"path\": \"train/78924.jpg\", \"id\": 78924, \"objects\": [{\"bbox\": {\"xmin\": 784.158, \"ymin\": 886.139, \"xmax\": 812.8713, \"ymax\": 915.842}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1135.64, \"ymin\": 894.059, \"xmax\": 1159.4059000000002, \"ymax\": 922.7714}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1164.36, \"ymin\": 896.04, \"xmax\": 1191.0891, \"ymax\": 920.7921}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 700.99, \"ymin\": 887.129, \"xmax\": 728.7129, \"ymax\": 914.8515}, \"category\": \"pne\"}]}, \"91336\": {\"path\": \"test/91336.jpg\", \"id\": 91336, \"objects\": [{\"bbox\": {\"xmin\": 1663.49, \"ymin\": 984.127, \"xmax\": 1702.381, \"ymax\": 1026.9838}, \"category\": \"w32\"}]}, \"76967\": {\"path\": \"train/76967.jpg\", \"id\": 76967, \"objects\": [{\"bbox\": {\"xmin\": 1872.37, \"ymin\": 1003.95, \"xmax\": 1890.7894999999999, \"ymax\": 1021.0526000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1872.37, \"ymin\": 985.526, \"xmax\": 1890.7894999999999, \"ymax\": 1005.2632}, \"category\": \"pl10\"}]}, \"18224\": {\"path\": \"train/18224.jpg\", \"id\": 18224, \"objects\": [{\"bbox\": {\"xmin\": 1305.26, \"ymin\": 922.368, \"xmax\": 1327.6316, \"ymax\": 947.3684000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1217.11, \"ymin\": 923.684, \"xmax\": 1236.8525, \"ymax\": 947.3684}, \"category\": \"pne\"}]}, \"19840\": {\"path\": \"train/19840.jpg\", \"id\": 19840, \"objects\": [{\"bbox\": {\"xmin\": 1602.97, \"ymin\": 911.881, \"xmax\": 1621.7822, \"ymax\": 933.6634}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1566.34, \"ymin\": 909.901, \"xmax\": 1583.1682999999998, \"ymax\": 929.703}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1585.15, \"ymin\": 911.932, \"xmax\": 1600.9901, \"ymax\": 930.6941}, \"category\": \"pn\"}]}, \"24138\": {\"path\": \"test/24138.jpg\", \"id\": 24138, \"objects\": [{\"bbox\": {\"xmin\": 1419.03, \"ymin\": 933.628, \"xmax\": 1434.5182, \"ymax\": 951.7699}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1436.73, \"ymin\": 934.956, \"xmax\": 1453.9823000000001, \"ymax\": 951.7699}, \"category\": \"pn\"}]}, \"11715\": {\"path\": \"other/11715.jpg\", \"id\": 11715, \"objects\": [{\"bbox\": {\"xmin\": 1921.7432861328125, \"ymin\": 980.972900390625, \"xmax\": 1950.1944580078125, \"ymax\": 1008.78076171875}, \"category\": \"p26\"}]}, \"70369\": {\"path\": \"other/70369.jpg\", \"id\": 70369, \"objects\": [{\"bbox\": {\"xmin\": 132.12408447265625, \"ymin\": 952.56787109375, \"xmax\": 172.39501953125, \"ymax\": 987.934814453125}, \"category\": \"w45\"}]}, \"10822\": {\"path\": \"train/10822.jpg\", \"id\": 10822, \"objects\": [{\"bbox\": {\"xmin\": 348.0, \"ymin\": 966.0, \"xmax\": 444.0, \"ymax\": 1062.0}, \"category\": \"p5\"}]}, \"24747\": {\"path\": \"test/24747.jpg\", \"id\": 24747, \"objects\": [{\"bbox\": {\"xmin\": 1792.06, \"ymin\": 862.698, \"xmax\": 1820.6349, \"ymax\": 900.7937}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1822.22, \"ymin\": 924.603, \"xmax\": 1840.4762, \"ymax\": 948.4127}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1782.54, \"ymin\": 924.603, \"xmax\": 1803.1746, \"ymax\": 948.4127}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1803.97, \"ymin\": 923.81, \"xmax\": 1820.6349, \"ymax\": 949.2062999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1664.29, \"ymin\": 860.317, \"xmax\": 1701.5873, \"ymax\": 900.0}, \"category\": \"pne\"}]}, \"50117\": {\"path\": \"train/50117.jpg\", \"id\": 50117, \"objects\": [{\"bbox\": {\"xmin\": 1134.67, \"ymin\": 952.0, \"xmax\": 1161.3333, \"ymax\": 978.6667}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1298.67, \"ymin\": 774.667, \"xmax\": 1342.6667, \"ymax\": 821.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1274.67, \"ymin\": 896.0, \"xmax\": 1314.6667, \"ymax\": 933.3333}, \"category\": \"w57\"}]}, \"26393\": {\"path\": \"train/26393.jpg\", \"id\": 26393, \"objects\": [{\"bbox\": {\"xmin\": 607.0, \"ymin\": 907.0, \"xmax\": 628.0, \"ymax\": 929.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 223.0, \"ymin\": 966.0, \"xmax\": 249.0, \"ymax\": 1008.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 93.0, \"ymin\": 731.0, \"xmax\": 147.0, \"ymax\": 797.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 584.0, \"ymin\": 906.0, \"xmax\": 603.0, \"ymax\": 928.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 151.0, \"ymin\": 727.0, \"xmax\": 211.0, \"ymax\": 797.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 629.0, \"ymin\": 907.0, \"xmax\": 652.0, \"ymax\": 930.0}, \"category\": \"pn\"}]}, \"88711\": {\"path\": \"train/88711.jpg\", \"id\": 88711, \"objects\": [{\"bbox\": {\"xmin\": 1876.8, \"ymin\": 1006.4, \"xmax\": 1906.3999999999999, \"ymax\": 1043.2}, \"category\": \"i5\"}]}, \"16724\": {\"path\": \"other/16724.jpg\", \"id\": 16724, \"objects\": [{\"bbox\": {\"xmin\": 1319.6, \"ymin\": 978.073, \"xmax\": 1334.5526, \"ymax\": 994.0203}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1619.6, \"ymin\": 978.073, \"xmax\": 1644.8505, \"ymax\": 1002.658}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1686.38, \"ymin\": 982.392, \"xmax\": 1702.6589000000001, \"ymax\": 999.6678}, \"category\": \"w15\"}]}, \"60408\": {\"path\": \"train/60408.jpg\", \"id\": 60408, \"objects\": [{\"bbox\": {\"xmin\": 1343.42, \"ymin\": 871.053, \"xmax\": 1372.3747, \"ymax\": 902.6316}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1376.32, \"ymin\": 872.368, \"xmax\": 1402.6316, \"ymax\": 901.3158000000001}, \"category\": \"pn\"}]}, \"36459\": {\"path\": \"train/36459.jpg\", \"id\": 36459, \"objects\": [{\"bbox\": {\"xmin\": 1765.79, \"ymin\": 814.474, \"xmax\": 1806.5789, \"ymax\": 868.4211}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1850.0, \"ymin\": 823.684, \"xmax\": 1890.7895, \"ymax\": 876.3158}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1684.21, \"ymin\": 530.263, \"xmax\": 1760.5263, \"ymax\": 621.0526}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1443.42, \"ymin\": 660.526, \"xmax\": 1472.3684, \"ymax\": 698.6841999999999}, \"category\": \"pss\"}]}, \"72633\": {\"path\": \"test/72633.jpg\", \"id\": 72633, \"objects\": [{\"bbox\": {\"xmin\": 790.4, \"ymin\": 868.8, \"xmax\": 820.0, \"ymax\": 905.5999999999999}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 590.4, \"ymin\": 971.2, \"xmax\": 615.1999999999999, \"ymax\": 1003.2}, \"category\": \"pn\"}]}, \"48541\": {\"path\": \"train/48541.jpg\", \"id\": 48541, \"objects\": [{\"bbox\": {\"xmin\": 203.0, \"ymin\": 556.0, \"xmax\": 268.0, \"ymax\": 628.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 272.0, \"ymin\": 531.0, \"xmax\": 342.0, \"ymax\": 612.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1673.0, \"ymin\": 898.0, \"xmax\": 1761.0, \"ymax\": 1005.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1670.0, \"ymin\": 1027.0, \"xmax\": 1760.0, \"ymax\": 1138.0}, \"category\": \"i2r\"}]}, \"93457\": {\"path\": \"train/93457.jpg\", \"id\": 93457, \"objects\": [{\"bbox\": {\"xmin\": 1992.373291015625, \"ymin\": 903.8231811523438, \"xmax\": 2010.770751953125, \"ymax\": 925.4376831054688}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2026.32, \"ymin\": 878.947, \"xmax\": 2046.0526, \"ymax\": 907.8947000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1921.05, \"ymin\": 876.316, \"xmax\": 1950.0, \"ymax\": 907.8947000000001}, \"category\": \"pne\"}]}, \"40947\": {\"path\": \"other/40947.jpg\", \"id\": 40947, \"objects\": [{\"bbox\": {\"xmin\": 916.0728149414062, \"ymin\": 1362.1473388671875, \"xmax\": 948.8016967773438, \"ymax\": 1390.0723876953125}, \"category\": \"pn\"}]}, \"66010\": {\"path\": \"test/66010.jpg\", \"id\": 66010, \"objects\": [{\"bbox\": {\"xmin\": 215.0, \"ymin\": 942.0, \"xmax\": 308.0, \"ymax\": 1029.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1327.0, \"ymin\": 996.0, \"xmax\": 1345.0, \"ymax\": 1014.0}, \"category\": \"pn\"}]}, \"48406\": {\"path\": \"test/48406.jpg\", \"id\": 48406, \"objects\": [{\"bbox\": {\"xmin\": 1049.5, \"ymin\": 904.95, \"xmax\": 1070.2772, \"ymax\": 928.7115}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1021.78, \"ymin\": 902.97, \"xmax\": 1043.5644, \"ymax\": 929.703}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1075.25, \"ymin\": 904.95, \"xmax\": 1097.0297, \"ymax\": 929.7016000000001}, \"category\": \"pn\"}]}, \"51422\": {\"path\": \"train/51422.jpg\", \"id\": 51422, \"objects\": [{\"bbox\": {\"xmin\": 755.0, \"ymin\": 1095.0, \"xmax\": 788.0, \"ymax\": 1129.0}, \"category\": \"p10\"}]}, \"66288\": {\"path\": \"train/66288.jpg\", \"id\": 66288, \"objects\": [{\"bbox\": {\"xmin\": 1245.0, \"ymin\": 904.0, \"xmax\": 1281.0, \"ymax\": 939.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1402.0, \"ymin\": 872.0, \"xmax\": 1455.0, \"ymax\": 918.0}, \"category\": \"w13\"}]}, \"29322\": {\"path\": \"train/29322.jpg\", \"id\": 29322, \"objects\": [{\"bbox\": {\"xmin\": 1709.93, \"ymin\": 1195.36, \"xmax\": 1745.0299, \"ymax\": 1228.4768}, \"category\": \"pn\"}]}, \"26490\": {\"path\": \"test/26490.jpg\", \"id\": 26490, \"objects\": [{\"bbox\": {\"xmin\": 498.667, \"ymin\": 1020.0, \"xmax\": 573.3333, \"ymax\": 1096.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1098.67, \"ymin\": 1000.0, \"xmax\": 1117.3333, \"ymax\": 1020.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1097.33, \"ymin\": 980.0, \"xmax\": 1116.0, \"ymax\": 998.6667}, \"category\": \"pm55\"}]}, \"90732\": {\"path\": \"train/90732.jpg\", \"id\": 90732, \"objects\": [{\"bbox\": {\"xmin\": 1774.67, \"ymin\": 742.667, \"xmax\": 1854.6667, \"ymax\": 836.0}, \"category\": \"pl40\"}]}, \"29112\": {\"path\": \"train/29112.jpg\", \"id\": 29112, \"objects\": [{\"bbox\": {\"xmin\": 461.0, \"ymin\": 941.0, \"xmax\": 493.0, \"ymax\": 979.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 462.0, \"ymin\": 983.0, \"xmax\": 494.0, \"ymax\": 1020.0}, \"category\": \"p18\"}]}, \"20224\": {\"path\": \"test/20224.jpg\", \"id\": 20224, \"objects\": [{\"bbox\": {\"xmin\": 1438.1015625, \"ymin\": 301.8304443359375, \"xmax\": 1511.47705078125, \"ymax\": 378.7698974609375}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1463.0, \"ymin\": 658.0, \"xmax\": 1528.0, \"ymax\": 723.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1322.0, \"ymin\": 645.0, \"xmax\": 1389.0, \"ymax\": 711.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1532.0, \"ymin\": 666.0, \"xmax\": 1593.0, \"ymax\": 730.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1396.0, \"ymin\": 652.0, \"xmax\": 1460.0, \"ymax\": 717.0}, \"category\": \"p29\"}]}, \"42829\": {\"path\": \"test/42829.jpg\", \"id\": 42829, \"objects\": [{\"bbox\": {\"xmin\": 1151.0, \"ymin\": 875.0, \"xmax\": 1195.0, \"ymax\": 918.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1151.0, \"ymin\": 957.0, \"xmax\": 1198.0, \"ymax\": 1000.0}, \"category\": \"w55\"}]}, \"78194\": {\"path\": \"train/78194.jpg\", \"id\": 78194, \"objects\": [{\"bbox\": {\"xmin\": 1281.0, \"ymin\": 971.0, \"xmax\": 1355.0, \"ymax\": 1040.0}, \"category\": \"pg\"}]}, \"84669\": {\"path\": \"test/84669.jpg\", \"id\": 84669, \"objects\": [{\"bbox\": {\"xmin\": 949.0, \"ymin\": 892.0, \"xmax\": 999.0, \"ymax\": 1060.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 38.0, \"ymin\": 792.0, \"xmax\": 115.0, \"ymax\": 891.0}, \"category\": \"pm30\"}]}, \"8297\": {\"path\": \"train/8297.jpg\", \"id\": 8297, \"objects\": [{\"bbox\": {\"xmin\": 1702.0, \"ymin\": 842.0, \"xmax\": 1729.0, \"ymax\": 872.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1665.33, \"ymin\": 838.667, \"xmax\": 1694.6667, \"ymax\": 872.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1716.0, \"ymin\": 965.333, \"xmax\": 1746.6502, \"ymax\": 996.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1718.67, \"ymin\": 1008.0, \"xmax\": 1749.3333, \"ymax\": 1040.0}, \"category\": \"i2r\"}]}, \"57105\": {\"path\": \"test/57105.jpg\", \"id\": 57105, \"objects\": [{\"bbox\": {\"xmin\": 1242.0, \"ymin\": 956.0, \"xmax\": 1272.0, \"ymax\": 986.0}, \"category\": \"ip\"}]}, \"81302\": {\"path\": \"test/81302.jpg\", \"id\": 81302, \"objects\": [{\"bbox\": {\"xmin\": 1510.0, \"ymin\": 590.0, \"xmax\": 1575.0, \"ymax\": 655.0}, \"category\": \"p19\"}]}, \"4688\": {\"path\": \"train/4688.jpg\", \"id\": 4688, \"objects\": [{\"bbox\": {\"xmin\": 1750.0, \"ymin\": 1008.0, \"xmax\": 1770.0, \"ymax\": 1029.0}, \"category\": \"i5\"}]}, \"78637\": {\"path\": \"train/78637.jpg\", \"id\": 78637, \"objects\": [{\"bbox\": {\"xmin\": 1177.33, \"ymin\": 946.667, \"xmax\": 1233.3333, \"ymax\": 1010.6667}, \"category\": \"pl5\"}]}, \"45776\": {\"path\": \"train/45776.jpg\", \"id\": 45776, \"objects\": [{\"bbox\": {\"xmin\": 1089.06, \"ymin\": 979.602, \"xmax\": 1106.9677, \"ymax\": 995.5233}, \"category\": \"p5\"}]}, \"14484\": {\"path\": \"test/14484.jpg\", \"id\": 14484, \"objects\": [{\"bbox\": {\"xmin\": 1084.0, \"ymin\": 712.0, \"xmax\": 1140.0, \"ymax\": 761.3333}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1729.33, \"ymin\": 716.0, \"xmax\": 1913.3329999999999, \"ymax\": 936.0}, \"category\": \"pl5\"}]}, \"24993\": {\"path\": \"test/24993.jpg\", \"id\": 24993, \"objects\": [{\"bbox\": {\"xmin\": 1136.81, \"ymin\": 892.039, \"xmax\": 1166.6667, \"ymax\": 922.3881}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1106.96, \"ymin\": 894.527, \"xmax\": 1135.816, \"ymax\": 922.8856000000001}, \"category\": \"w13\"}]}, \"49512\": {\"path\": \"other/49512.jpg\", \"id\": 49512, \"objects\": [{\"bbox\": {\"xmin\": 1874.902099609375, \"ymin\": 992.4825439453125, \"xmax\": 1899.285888671875, \"ymax\": 1019.1259765625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1874.7523193359375, \"ymin\": 1024.4764404296875, \"xmax\": 1897.4053955078125, \"ymax\": 1051.4893798828125}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1874.5538330078125, \"ymin\": 948.26513671875, \"xmax\": 1899.8336181640625, \"ymax\": 974.93701171875}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1874.6865234375, \"ymin\": 1057.5494384765625, \"xmax\": 1900.85693359375, \"ymax\": 1084.7171630859375}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1875.8887939453125, \"ymin\": 906.5301513671875, \"xmax\": 1900.2637939453125, \"ymax\": 933.58251953125}, \"category\": \"pmb\"}]}, \"52104\": {\"path\": \"train/52104.jpg\", \"id\": 52104, \"objects\": [{\"bbox\": {\"xmin\": 1648.0, \"ymin\": 900.8, \"xmax\": 1787.2, \"ymax\": 1050.3999999999999}, \"category\": \"pr40\"}]}, \"29464\": {\"path\": \"train/29464.jpg\", \"id\": 29464, \"objects\": [{\"bbox\": {\"xmin\": 1265.33, \"ymin\": 782.667, \"xmax\": 1322.6667, \"ymax\": 837.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1145.33, \"ymin\": 781.333, \"xmax\": 1204.0, \"ymax\": 838.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 781.333, \"xmax\": 1265.3333, \"ymax\": 835.9997}, \"category\": \"pn\"}]}, \"89485\": {\"path\": \"test/89485.jpg\", \"id\": 89485, \"objects\": [{\"bbox\": {\"xmin\": 1647.0, \"ymin\": 1000.0, \"xmax\": 1670.0, \"ymax\": 1027.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1647.0, \"ymin\": 1029.0, \"xmax\": 1671.0, \"ymax\": 1056.0}, \"category\": \"pn\"}]}, \"82416\": {\"path\": \"train/82416.jpg\", \"id\": 82416, \"objects\": [{\"bbox\": {\"xmin\": 652.0, \"ymin\": 853.0, \"xmax\": 699.0, \"ymax\": 943.0}, \"category\": \"pl60\"}]}, \"73089\": {\"path\": \"train/73089.jpg\", \"id\": 73089, \"objects\": [{\"bbox\": {\"xmin\": 1793.0, \"ymin\": 681.0, \"xmax\": 1874.0, \"ymax\": 763.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1564.0, \"ymin\": 947.0, \"xmax\": 1659.0, \"ymax\": 1045.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 548.0, \"ymin\": 1007.0, \"xmax\": 591.0, \"ymax\": 1051.0}, \"category\": \"i5\"}]}, \"62983\": {\"path\": \"test/62983.jpg\", \"id\": 62983, \"objects\": [{\"bbox\": {\"xmin\": 1127.63, \"ymin\": 868.421, \"xmax\": 1159.2105000000001, \"ymax\": 901.3158000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1163.16, \"ymin\": 869.737, \"xmax\": 1201.3158, \"ymax\": 903.9474}, \"category\": \"pn\"}]}, \"78838\": {\"path\": \"train/78838.jpg\", \"id\": 78838, \"objects\": [{\"bbox\": {\"xmin\": 1115.0, \"ymin\": 1023.0, \"xmax\": 1134.0, \"ymax\": 1046.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1541.0, \"ymin\": 897.0, \"xmax\": 1639.0, \"ymax\": 1005.0}, \"category\": \"pl60\"}]}, \"72075\": {\"path\": \"train/72075.jpg\", \"id\": 72075, \"objects\": [{\"bbox\": {\"xmin\": 1300.0, \"ymin\": 973.333, \"xmax\": 1381.3432, \"ymax\": 1050.667}, \"category\": \"w32\"}]}, \"97605\": {\"path\": \"train/97605.jpg\", \"id\": 97605, \"objects\": [{\"bbox\": {\"xmin\": 1206.93, \"ymin\": 956.436, \"xmax\": 1233.6634000000001, \"ymax\": 984.1584}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1209.9, \"ymin\": 987.129, \"xmax\": 1235.6436, \"ymax\": 1012.8713}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1159.41, \"ymin\": 982.178, \"xmax\": 1186.1386, \"ymax\": 1005.9406}, \"category\": \"pn\"}]}, \"54203\": {\"path\": \"other/54203.jpg\", \"id\": 54203, \"objects\": [{\"bbox\": {\"xmin\": 1856.0, \"ymin\": 1045.0, \"xmax\": 1916.0, \"ymax\": 1116.0}, \"category\": \"pr60\"}]}, \"49312\": {\"path\": \"train/49312.jpg\", \"id\": 49312, \"objects\": [{\"bbox\": {\"xmin\": 1925.49, \"ymin\": 350.98, \"xmax\": 2039.216, \"ymax\": 496.07800000000003}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1774.51, \"ymin\": 300.0, \"xmax\": 1907.843, \"ymax\": 450.98}, \"category\": \"pl80\"}]}, \"81618\": {\"path\": \"test/81618.jpg\", \"id\": 81618, \"objects\": [{\"bbox\": {\"xmin\": 1461.33, \"ymin\": 770.667, \"xmax\": 1537.3333, \"ymax\": 850.6667}, \"category\": \"pl120\"}]}, \"93140\": {\"path\": \"train/93140.jpg\", \"id\": 93140, \"objects\": [{\"bbox\": {\"xmin\": 61.0, \"ymin\": 818.0, \"xmax\": 130.0, \"ymax\": 911.0}, \"category\": \"pm30\"}]}, \"15987\": {\"path\": \"test/15987.jpg\", \"id\": 15987, \"objects\": [{\"bbox\": {\"xmin\": 1250.67, \"ymin\": 1037.33, \"xmax\": 1308.0, \"ymax\": 1096.0}, \"category\": \"pl60\"}]}, \"419\": {\"path\": \"train/419.jpg\", \"id\": 419, \"objects\": [{\"bbox\": {\"xmin\": 1226.0, \"ymin\": 932.0, \"xmax\": 1247.0, \"ymax\": 952.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1148.0, \"ymin\": 833.0, \"xmax\": 1170.0, \"ymax\": 855.0}, \"category\": \"pm15\"}, {\"bbox\": {\"xmin\": 1354.0, \"ymin\": 457.0, \"xmax\": 1462.0, \"ymax\": 558.0}, \"category\": \"pr30\"}]}, \"39224\": {\"path\": \"train/39224.jpg\", \"id\": 39224, \"objects\": [{\"bbox\": {\"xmin\": 1584.66, \"ymin\": 1004.54, \"xmax\": 1600.0045, \"ymax\": 1031.2464}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1121.02, \"ymin\": 929.545, \"xmax\": 1136.93, \"ymax\": 946.5904999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1567.05, \"ymin\": 1002.84, \"xmax\": 1581.8182, \"ymax\": 1031.8182}, \"category\": \"pne\"}]}, \"19944\": {\"path\": \"train/19944.jpg\", \"id\": 19944, \"objects\": [{\"bbox\": {\"xmin\": 1709.33, \"ymin\": 864.0, \"xmax\": 1789.3333, \"ymax\": 954.6667}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1702.67, \"ymin\": 950.667, \"xmax\": 1756.0033, \"ymax\": 1026.6667}, \"category\": \"wc\"}]}, \"74559\": {\"path\": \"train/74559.jpg\", \"id\": 74559, \"objects\": [{\"bbox\": {\"xmin\": 851.587, \"ymin\": 914.286, \"xmax\": 872.2222, \"ymax\": 938.8888999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 934.127, \"xmax\": 1114.2913, \"ymax\": 950.7937}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1065.08, \"ymin\": 934.127, \"xmax\": 1080.1587, \"ymax\": 952.381}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1083.33, \"ymin\": 934.921, \"xmax\": 1097.619, \"ymax\": 953.1746}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 770.637, \"ymin\": 917.458, \"xmax\": 789.6827, \"ymax\": 940.4759}, \"category\": \"pne\"}]}, \"81589\": {\"path\": \"test/81589.jpg\", \"id\": 81589, \"objects\": [{\"bbox\": {\"xmin\": 788.158, \"ymin\": 927.632, \"xmax\": 834.2105, \"ymax\": 975.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 792.105, \"ymin\": 998.684, \"xmax\": 835.5263, \"ymax\": 1047.3684}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 786.845, \"ymin\": 850.0, \"xmax\": 830.2625, \"ymax\": 901.3156}, \"category\": \"p26\"}]}, \"53836\": {\"path\": \"other/53836.jpg\", \"id\": 53836, \"objects\": [{\"bbox\": {\"xmin\": 754.0, \"ymin\": 459.0, \"xmax\": 965.0, \"ymax\": 648.0}, \"category\": \"ph3\"}]}, \"56661\": {\"path\": \"train/56661.jpg\", \"id\": 56661, \"objects\": [{\"bbox\": {\"xmin\": 1550.0, \"ymin\": 991.0, \"xmax\": 1609.0, \"ymax\": 1052.0}, \"category\": \"pl40\"}]}, \"36005\": {\"path\": \"train/36005.jpg\", \"id\": 36005, \"objects\": [{\"bbox\": {\"xmin\": 1514.85, \"ymin\": 974.257, \"xmax\": 1546.5347, \"ymax\": 1003.9603999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1513.86, \"ymin\": 1006.93, \"xmax\": 1546.5347, \"ymax\": 1040.5941}, \"category\": \"pn\"}]}, \"58008\": {\"path\": \"test/58008.jpg\", \"id\": 58008, \"objects\": [{\"bbox\": {\"xmin\": 1212.7, \"ymin\": 935.714, \"xmax\": 1226.1905000000002, \"ymax\": 955.5556}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1188.89, \"ymin\": 936.508, \"xmax\": 1207.9365, \"ymax\": 954.7619000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1228.57, \"ymin\": 934.127, \"xmax\": 1246.8254, \"ymax\": 953.4653}, \"category\": \"pn\"}]}, \"59184\": {\"path\": \"train/59184.jpg\", \"id\": 59184, \"objects\": [{\"bbox\": {\"xmin\": 244.0, \"ymin\": 858.667, \"xmax\": 321.3333, \"ymax\": 942.6667}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 168.0, \"ymin\": 860.0, \"xmax\": 232.0, \"ymax\": 941.3333}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 96.0, \"ymin\": 861.333, \"xmax\": 156.0, \"ymax\": 939.9997}, \"category\": \"pl60\"}]}, \"43475\": {\"path\": \"train/43475.jpg\", \"id\": 43475, \"objects\": [{\"bbox\": {\"xmin\": 721.429, \"ymin\": 873.016, \"xmax\": 765.8734, \"ymax\": 914.2856999999999}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 722.223, \"ymin\": 941.27, \"xmax\": 762.6986999999999, \"ymax\": 981.746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 934.091, \"ymin\": 710.795, \"xmax\": 981.8182, \"ymax\": 754.5448}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 807.143, \"ymin\": 714.285, \"xmax\": 850.7937000000001, \"ymax\": 756.3494}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1066.66, \"ymin\": 709.524, \"xmax\": 1113.4921000000002, \"ymax\": 754.7626}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 871.429, \"ymin\": 712.698, \"xmax\": 915.0799, \"ymax\": 753.9679}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1004.55, \"ymin\": 756.819, \"xmax\": 1043.7518, \"ymax\": 789.7729999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1070.63, \"ymin\": 756.349, \"xmax\": 1107.9365, \"ymax\": 790.4758}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1002.38, \"ymin\": 709.523, \"xmax\": 1046.8254, \"ymax\": 754.7616}, \"category\": \"pbp\"}]}, \"85807\": {\"path\": \"train/85807.jpg\", \"id\": 85807, \"objects\": [{\"bbox\": {\"xmin\": 501.98, \"ymin\": 849.505, \"xmax\": 539.604, \"ymax\": 926.7327}, \"category\": \"p10\"}]}, \"15600\": {\"path\": \"train/15600.jpg\", \"id\": 15600, \"objects\": [{\"bbox\": {\"xmin\": 60.0, \"ymin\": 906.667, \"xmax\": 104.0, \"ymax\": 961.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 64.0, \"ymin\": 968.0, \"xmax\": 100.0, \"ymax\": 1024.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 24.0, \"ymin\": 946.667, \"xmax\": 85.33330000000001, \"ymax\": 998.6667}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 126.667, \"ymin\": 922.667, \"xmax\": 177.33780000000002, \"ymax\": 1006.6703}, \"category\": \"i2r\"}]}, \"69983\": {\"path\": \"other/69983.jpg\", \"id\": 69983, \"objects\": [{\"bbox\": {\"xmin\": 1254.24, \"ymin\": 971.642, \"xmax\": 1276.6244, \"ymax\": 993.0348}, \"category\": \"w59\"}]}, \"7341\": {\"path\": \"test/7341.jpg\", \"id\": 7341, \"objects\": [{\"bbox\": {\"xmin\": 1491.0, \"ymin\": 737.0, \"xmax\": 1526.0, \"ymax\": 775.0}, \"category\": \"pctl\"}]}, \"78818\": {\"path\": \"train/78818.jpg\", \"id\": 78818, \"objects\": [{\"bbox\": {\"xmin\": 1357.0, \"ymin\": 1003.0, \"xmax\": 1419.0, \"ymax\": 1064.0}, \"category\": \"pl80\"}]}, \"65505\": {\"path\": \"train/65505.jpg\", \"id\": 65505, \"objects\": [{\"bbox\": {\"xmin\": 1106.67, \"ymin\": 866.667, \"xmax\": 1172.0, \"ymax\": 921.3333}, \"category\": \"w57\"}]}, \"19774\": {\"path\": \"train/19774.jpg\", \"id\": 19774, \"objects\": [{\"bbox\": {\"xmin\": 1699.2, \"ymin\": 724.8, \"xmax\": 1776.8, \"ymax\": 803.1999999999999}, \"category\": \"ph4.5\"}]}, \"79635\": {\"path\": \"train/79635.jpg\", \"id\": 79635, \"objects\": [{\"bbox\": {\"xmin\": 1948.0, \"ymin\": 969.6, \"xmax\": 2017.6, \"ymax\": 1060.8}, \"category\": \"pl60\"}]}, \"2971\": {\"path\": \"train/2971.jpg\", \"id\": 2971, \"objects\": [{\"bbox\": {\"xmin\": 88.5572, \"ymin\": 823.383, \"xmax\": 112.9353, \"ymax\": 861.1936000000001}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 57.7114, \"ymin\": 943.284, \"xmax\": 99.005, \"ymax\": 990.0498}, \"category\": \"w59\"}]}, \"29071\": {\"path\": \"test/29071.jpg\", \"id\": 29071, \"objects\": [{\"bbox\": {\"xmin\": 1283.0, \"ymin\": 901.0, \"xmax\": 1352.0, \"ymax\": 974.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 961.0, \"ymin\": 532.0, \"xmax\": 1043.0, \"ymax\": 609.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1281.0, \"ymin\": 973.0, \"xmax\": 1349.0, \"ymax\": 1048.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1281.0, \"ymin\": 836.0, \"xmax\": 1361.0, \"ymax\": 905.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 883.0, \"ymin\": 534.0, \"xmax\": 963.0, \"ymax\": 605.0}, \"category\": \"wc\"}]}, \"7110\": {\"path\": \"train/7110.jpg\", \"id\": 7110, \"objects\": [{\"bbox\": {\"xmin\": 1156.44, \"ymin\": 919.802, \"xmax\": 1184.1584, \"ymax\": 944.5545000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1127.81, \"ymin\": 918.543, \"xmax\": 1154.9669, \"ymax\": 945.6954000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1186.09, \"ymin\": 917.219, \"xmax\": 1211.9205, \"ymax\": 945.6954000000001}, \"category\": \"pn\"}]}, \"1484\": {\"path\": \"train/1484.jpg\", \"id\": 1484, \"objects\": [{\"bbox\": {\"xmin\": 845.333, \"ymin\": 764.0, \"xmax\": 934.6667, \"ymax\": 850.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 262.667, \"ymin\": 725.333, \"xmax\": 320.0, \"ymax\": 785.333}, \"category\": \"pn\"}]}, \"95201\": {\"path\": \"train/95201.jpg\", \"id\": 95201, \"objects\": [{\"bbox\": {\"xmin\": 1296.04, \"ymin\": 863.366, \"xmax\": 1325.7426, \"ymax\": 896.0396}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1198.02, \"ymin\": 857.426, \"xmax\": 1229.703, \"ymax\": 896.0396000000001}, \"category\": \"pne\"}]}, \"70202\": {\"path\": \"train/70202.jpg\", \"id\": 70202, \"objects\": [{\"bbox\": {\"xmin\": 682.179, \"ymin\": 1236.63, \"xmax\": 716.8319, \"ymax\": 1270.2971}, \"category\": \"pl30\"}]}, \"23757\": {\"path\": \"train/23757.jpg\", \"id\": 23757, \"objects\": [{\"bbox\": {\"xmin\": 741.0, \"ymin\": 789.0, \"xmax\": 768.0, \"ymax\": 872.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 377.0, \"ymin\": 408.0, \"xmax\": 495.0, \"ymax\": 556.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 380.0, \"ymin\": 580.0, \"xmax\": 494.0, \"ymax\": 733.0}, \"category\": \"pn\"}]}, \"75544\": {\"path\": \"train/75544.jpg\", \"id\": 75544, \"objects\": [{\"bbox\": {\"xmin\": 1992.1165771484375, \"ymin\": 854.2988891601562, \"xmax\": 2019.8607177734375, \"ymax\": 891.2023315429688}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1933.0814208984375, \"ymin\": 847.2638549804688, \"xmax\": 1954.8944091796875, \"ymax\": 883.9282836914062}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1962.1365966796875, \"ymin\": 850.1134033203125, \"xmax\": 1989.5872802734375, \"ymax\": 888.29833984375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1778.95, \"ymin\": 648.684, \"xmax\": 1855.2632, \"ymax\": 736.8421}, \"category\": \"pne\"}]}, \"80631\": {\"path\": \"test/80631.jpg\", \"id\": 80631, \"objects\": [{\"bbox\": {\"xmin\": 1413.33, \"ymin\": 950.667, \"xmax\": 1468.0, \"ymax\": 1004.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 769.333, \"xmax\": 1168.0, \"ymax\": 836.0}, \"category\": \"pl30\"}]}, \"93227\": {\"path\": \"train/93227.jpg\", \"id\": 93227, \"objects\": [{\"bbox\": {\"xmin\": 1792.05, \"ymin\": 513.907, \"xmax\": 1887.4171999999999, \"ymax\": 631.126}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1892.05, \"ymin\": 537.749, \"xmax\": 1982.7782, \"ymax\": 649.0070000000001}, \"category\": \"pn\"}]}, \"70038\": {\"path\": \"other/70038.jpg\", \"id\": 70038, \"objects\": [{\"bbox\": {\"xmin\": 1636.0, \"ymin\": 914.0, \"xmax\": 1698.0, \"ymax\": 979.0}, \"category\": \"pr50\"}]}, \"83899\": {\"path\": \"test/83899.jpg\", \"id\": 83899, \"objects\": [{\"bbox\": {\"xmin\": 2023.68, \"ymin\": 917.105, \"xmax\": 2048.6779, \"ymax\": 951.3158}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 703.947, \"ymin\": 723.684, \"xmax\": 727.6316, \"ymax\": 776.3158}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 725.0, \"ymin\": 734.211, \"xmax\": 740.7895, \"ymax\": 803.9474}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1934.21, \"ymin\": 909.855, \"xmax\": 1964.4695, \"ymax\": 947.0196}, \"category\": \"pne\"}]}, \"84574\": {\"path\": \"test/84574.jpg\", \"id\": 84574, \"objects\": [{\"bbox\": {\"xmin\": 1377.0, \"ymin\": 889.0, \"xmax\": 1412.0, \"ymax\": 922.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1375.0, \"ymin\": 944.0, \"xmax\": 1412.0, \"ymax\": 980.0}, \"category\": \"pl80\"}]}, \"29943\": {\"path\": \"train/29943.jpg\", \"id\": 29943, \"objects\": [{\"bbox\": {\"xmin\": 1490.0, \"ymin\": 904.0, \"xmax\": 1566.0, \"ymax\": 983.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 966.0, \"xmax\": 1215.0, \"ymax\": 979.0}, \"category\": \"pn\"}]}, \"86946\": {\"path\": \"train/86946.jpg\", \"id\": 86946, \"objects\": [{\"bbox\": {\"xmin\": 1673.0, \"ymin\": 896.0, \"xmax\": 1697.0, \"ymax\": 920.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1671.0, \"ymin\": 960.0, \"xmax\": 1697.0, \"ymax\": 987.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1642.0, \"ymin\": 955.0, \"xmax\": 1668.0, \"ymax\": 982.0}, \"category\": \"pm20\"}]}, \"93823\": {\"path\": \"test/93823.jpg\", \"id\": 93823, \"objects\": [{\"bbox\": {\"xmin\": 1111.95, \"ymin\": 923.895, \"xmax\": 1128.7611, \"ymax\": 942.0359}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1132.3, \"ymin\": 924.336, \"xmax\": 1148.6699999999998, \"ymax\": 942.4778}, \"category\": \"pn\"}]}, \"69246\": {\"path\": \"train/69246.jpg\", \"id\": 69246, \"objects\": [{\"bbox\": {\"xmin\": 1739.6732177734375, \"ymin\": 1000.273681640625, \"xmax\": 1760.3560791015625, \"ymax\": 1021.043212890625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1739.1822509765625, \"ymin\": 972.6183471679688, \"xmax\": 1760.9254150390625, \"ymax\": 992.8309936523438}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1739.816650390625, \"ymin\": 939.975341796875, \"xmax\": 1759.995361328125, \"ymax\": 961.7923583984375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1551.32, \"ymin\": 814.474, \"xmax\": 1592.1053, \"ymax\": 864.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1390.79, \"ymin\": 807.895, \"xmax\": 1434.2105, \"ymax\": 850.0}, \"category\": \"pne\"}]}, \"9356\": {\"path\": \"test/9356.jpg\", \"id\": 9356, \"objects\": [{\"bbox\": {\"xmin\": 437.302, \"ymin\": 907.937, \"xmax\": 457.9365, \"ymax\": 930.9524}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 365.079, \"ymin\": 914.286, \"xmax\": 384.127, \"ymax\": 935.7143}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 140.476, \"ymin\": 911.905, \"xmax\": 155.5556, \"ymax\": 930.9524}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1656.35, \"ymin\": 435.714, \"xmax\": 1725.3968, \"ymax\": 573.016}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 88.8889, \"ymin\": 917.46, \"xmax\": 103.17460000000001, \"ymax\": 934.9206}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1477.78, \"ymin\": 601.587, \"xmax\": 1519.8413, \"ymax\": 699.2062999999999}, \"category\": \"pne\"}]}, \"44027\": {\"path\": \"test/44027.jpg\", \"id\": 44027, \"objects\": [{\"bbox\": {\"xmin\": 47.0588, \"ymin\": 643.137, \"xmax\": 94.1176, \"ymax\": 713.7254999999999}, \"category\": \"i4\"}]}, \"8344\": {\"path\": \"train/8344.jpg\", \"id\": 8344, \"objects\": [{\"bbox\": {\"xmin\": 27.6316, \"ymin\": 747.368, \"xmax\": 77.63159999999999, \"ymax\": 811.8421000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 81.5789, \"ymin\": 757.895, \"xmax\": 130.2632, \"ymax\": 821.0526}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 152.632, \"ymin\": 921.053, \"xmax\": 192.1052, \"ymax\": 967.1052999999999}, \"category\": \"w55\"}]}, \"36869\": {\"path\": \"other/36869.jpg\", \"id\": 36869, \"objects\": [{\"bbox\": {\"xmin\": 1633.52, \"ymin\": 990.909, \"xmax\": 1648.5248, \"ymax\": 1009.0909}, \"category\": \"p19\"}]}, \"64870\": {\"path\": \"other/64870.jpg\", \"id\": 64870, \"objects\": [{\"bbox\": {\"xmin\": 659.524, \"ymin\": 983.333, \"xmax\": 671.4286, \"ymax\": 1004.7619}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 665.079, \"ymin\": 961.905, \"xmax\": 676.1904999999999, \"ymax\": 980.9524}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 670.635, \"ymin\": 983.333, \"xmax\": 680.15873, \"ymax\": 1004.7619}, \"category\": \"p18\"}]}, \"6560\": {\"path\": \"test/6560.jpg\", \"id\": 6560, \"objects\": [{\"bbox\": {\"xmin\": 858.667, \"ymin\": -4.0, \"xmax\": 1102.667, \"ymax\": 73.3331}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1569.33, \"ymin\": 13.3333, \"xmax\": 1765.3329999999999, \"ymax\": 146.6663}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 249.333, \"ymin\": 77.3333, \"xmax\": 412.0, \"ymax\": 210.6653}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 114.667, \"ymin\": 145.333, \"xmax\": 248.0, \"ymax\": 276.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 588.0, \"ymin\": 1.33333, \"xmax\": 817.333, \"ymax\": 109.33333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1320.0, \"ymin\": -1.3333, \"xmax\": 1541.336, \"ymax\": 94.6667}, \"category\": \"pl100\"}]}, \"8121\": {\"path\": \"test/8121.jpg\", \"id\": 8121, \"objects\": [{\"bbox\": {\"xmin\": 1563.0, \"ymin\": 950.0, \"xmax\": 1653.0, \"ymax\": 1058.0}, \"category\": \"pl40\"}]}, \"50442\": {\"path\": \"train/50442.jpg\", \"id\": 50442, \"objects\": [{\"bbox\": {\"xmin\": 1901.33, \"ymin\": 914.667, \"xmax\": 1937.3333, \"ymax\": 961.3333}, \"category\": \"pl40\"}]}, \"69908\": {\"path\": \"train/69908.jpg\", \"id\": 69908, \"objects\": [{\"bbox\": {\"xmin\": 858.73, \"ymin\": 917.46, \"xmax\": 878.5714, \"ymax\": 938.8889}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1080.96, \"ymin\": 947.619, \"xmax\": 1098.4189000000001, \"ymax\": 963.4924}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1097.62, \"ymin\": 946.032, \"xmax\": 1115.0821999999998, \"ymax\": 965.0784}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1115.87, \"ymin\": 946.825, \"xmax\": 1134.127, \"ymax\": 967.4617000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 765.873, \"ymin\": 921.429, \"xmax\": 789.6825, \"ymax\": 944.4444}, \"category\": \"pne\"}]}, \"68154\": {\"path\": \"train/68154.jpg\", \"id\": 68154, \"objects\": [{\"bbox\": {\"xmin\": 533.831, \"ymin\": 1112.43, \"xmax\": 550.7462, \"ymax\": 1129.3532}, \"category\": \"p23\"}]}, \"35899\": {\"path\": \"train/35899.jpg\", \"id\": 35899, \"objects\": [{\"bbox\": {\"xmin\": 1286.14, \"ymin\": 910.891, \"xmax\": 1311.8812, \"ymax\": 939.6039999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1255.45, \"ymin\": 911.881, \"xmax\": 1281.1881, \"ymax\": 940.5941}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1316.83, \"ymin\": 912.871, \"xmax\": 1343.5644, \"ymax\": 939.6039999999999}, \"category\": \"pn\"}]}, \"90638\": {\"path\": \"test/90638.jpg\", \"id\": 90638, \"objects\": [{\"bbox\": {\"xmin\": 133.333, \"ymin\": 816.0, \"xmax\": 284.0, \"ymax\": 1016.0}, \"category\": \"pm55\"}]}, \"25302\": {\"path\": \"train/25302.jpg\", \"id\": 25302, \"objects\": [{\"bbox\": {\"xmin\": 1735.0, \"ymin\": 925.0, \"xmax\": 1770.0, \"ymax\": 965.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1734.0, \"ymin\": 974.0, \"xmax\": 1769.0, \"ymax\": 1013.0}, \"category\": \"ph4\"}]}, \"5308\": {\"path\": \"other/5308.jpg\", \"id\": 5308, \"objects\": [{\"bbox\": {\"xmin\": 739.474, \"ymin\": 967.105, \"xmax\": 767.1053, \"ymax\": 998.6842}, \"category\": \"p18\"}]}, \"9773\": {\"path\": \"train/9773.jpg\", \"id\": 9773, \"objects\": [{\"bbox\": {\"xmin\": 1633.33, \"ymin\": 450.667, \"xmax\": 1749.3329999999999, \"ymax\": 572.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1492.0, \"ymin\": 422.667, \"xmax\": 1608.0, \"ymax\": 541.333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1121.33, \"ymin\": 940.0, \"xmax\": 1145.3333, \"ymax\": 960.0}, \"category\": \"w66\"}]}, \"38254\": {\"path\": \"test/38254.jpg\", \"id\": 38254, \"objects\": [{\"bbox\": {\"xmin\": 1014.43, \"ymin\": 994.03, \"xmax\": 1038.3084999999999, \"ymax\": 1017.9104}, \"category\": \"pm20\"}]}, \"24730\": {\"path\": \"train/24730.jpg\", \"id\": 24730, \"objects\": [{\"bbox\": {\"xmin\": 1284.0, \"ymin\": 702.667, \"xmax\": 1350.6667, \"ymax\": 770.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1214.67, \"ymin\": 706.667, \"xmax\": 1284.0, \"ymax\": 769.3333}, \"category\": \"pl40\"}]}, \"93488\": {\"path\": \"train/93488.jpg\", \"id\": 93488, \"objects\": [{\"bbox\": {\"xmin\": 1636.0, \"ymin\": 916.0, \"xmax\": 1688.0, \"ymax\": 972.0}, \"category\": \"pl40\"}]}, \"95482\": {\"path\": \"test/95482.jpg\", \"id\": 95482, \"objects\": [{\"bbox\": {\"xmin\": 1287.0, \"ymin\": 929.0, \"xmax\": 1343.0, \"ymax\": 986.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 943.0, \"xmax\": 1507.0, \"ymax\": 987.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1457.0, \"ymin\": 882.0, \"xmax\": 1517.0, \"ymax\": 941.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 376.0, \"ymin\": 920.0, \"xmax\": 433.0, \"ymax\": 978.0}, \"category\": \"pn\"}]}, \"57398\": {\"path\": \"train/57398.jpg\", \"id\": 57398, \"objects\": [{\"bbox\": {\"xmin\": 120.798, \"ymin\": 975.214, \"xmax\": 152.4217, \"ymax\": 1007.9771000000001}, \"category\": \"pm55\"}]}, \"72694\": {\"path\": \"test/72694.jpg\", \"id\": 72694, \"objects\": [{\"bbox\": {\"xmin\": 1182.67, \"ymin\": 792.0, \"xmax\": 1218.6667, \"ymax\": 832.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 832.0, \"ymin\": 784.0, \"xmax\": 868.0, \"ymax\": 822.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1009.33, \"ymin\": 786.667, \"xmax\": 1044.0, \"ymax\": 822.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1314.67, \"ymin\": 774.667, \"xmax\": 1348.0, \"ymax\": 812.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1658.67, \"ymin\": 840.0, \"xmax\": 1694.6667, \"ymax\": 881.3333}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 665.333, \"ymin\": 784.0, \"xmax\": 716.0, \"ymax\": 838.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 746.667, \"ymin\": 782.667, \"xmax\": 786.6667, \"ymax\": 821.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 921.333, \"ymin\": 782.667, \"xmax\": 961.3333, \"ymax\": 818.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1098.67, \"ymin\": 786.667, \"xmax\": 1136.0, \"ymax\": 825.3333}, \"category\": \"pl80\"}]}, \"53247\": {\"path\": \"train/53247.jpg\", \"id\": 53247, \"objects\": [{\"bbox\": {\"xmin\": 955.114, \"ymin\": 1169.32, \"xmax\": 980.6818000000001, \"ymax\": 1197.1590999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 985.228, \"ymin\": 1170.45, \"xmax\": 1011.9322, \"ymax\": 1199.9955}, \"category\": \"pn\"}]}, \"31139\": {\"path\": \"train/31139.jpg\", \"id\": 31139, \"objects\": [{\"bbox\": {\"xmin\": 1388.12, \"ymin\": 905.941, \"xmax\": 1413.8638999999998, \"ymax\": 928.7136}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1415.84, \"ymin\": 907.921, \"xmax\": 1439.6039999999998, \"ymax\": 930.6931000000001}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1449.11, \"ymin\": 979.208, \"xmax\": 1468.3048999999999, \"ymax\": 998.0197999999999}, \"category\": \"w57\"}]}, \"22683\": {\"path\": \"train/22683.jpg\", \"id\": 22683, \"objects\": [{\"bbox\": {\"xmin\": 1461.33, \"ymin\": 884.0, \"xmax\": 1573.3329999999999, \"ymax\": 1000.0}, \"category\": \"pm30\"}]}, \"98246\": {\"path\": \"test/98246.jpg\", \"id\": 98246, \"objects\": [{\"bbox\": {\"xmin\": 1374.6, \"ymin\": 900.0, \"xmax\": 1395.2380999999998, \"ymax\": 924.6032}, \"category\": \"pl80\"}]}, \"40587\": {\"path\": \"train/40587.jpg\", \"id\": 40587, \"objects\": [{\"bbox\": {\"xmin\": 1394.0, \"ymin\": 1002.0, \"xmax\": 1438.0, \"ymax\": 1045.0}, \"category\": \"ph3.5\"}, {\"bbox\": {\"xmin\": 1395.0, \"ymin\": 957.0, \"xmax\": 1439.0, \"ymax\": 1000.0}, \"category\": \"pm30\"}]}, \"63626\": {\"path\": \"test/63626.jpg\", \"id\": 63626, \"objects\": [{\"bbox\": {\"xmin\": 1895.0, \"ymin\": 922.0, \"xmax\": 1960.0, \"ymax\": 1000.0}, \"category\": \"pr40\"}]}, \"73776\": {\"path\": \"train/73776.jpg\", \"id\": 73776, \"objects\": [{\"bbox\": {\"xmin\": 745.333, \"ymin\": 1009.33, \"xmax\": 814.6667, \"ymax\": 1077.3333}, \"category\": \"pm20\"}]}, \"42223\": {\"path\": \"test/42223.jpg\", \"id\": 42223, \"objects\": [{\"bbox\": {\"xmin\": 150.98, \"ymin\": 1049.02, \"xmax\": 188.2353, \"ymax\": 1090.1961}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 150.98, \"ymin\": 1007.84, \"xmax\": 192.1569, \"ymax\": 1049.0196}, \"category\": \"pl5\"}]}, \"30511\": {\"path\": \"train/30511.jpg\", \"id\": 30511, \"objects\": [{\"bbox\": {\"xmin\": 562.745, \"ymin\": 9.80392, \"xmax\": 666.667, \"ymax\": 247.05892}, \"category\": \"p11\"}]}, \"72765\": {\"path\": \"test/72765.jpg\", \"id\": 72765, \"objects\": [{\"bbox\": {\"xmin\": 916.0, \"ymin\": 789.333, \"xmax\": 1061.333, \"ymax\": 941.333}, \"category\": \"p10\"}]}, \"59799\": {\"path\": \"train/59799.jpg\", \"id\": 59799, \"objects\": [{\"bbox\": {\"xmin\": 1202.67, \"ymin\": 997.333, \"xmax\": 1245.3333, \"ymax\": 1040.0}, \"category\": \"p26\"}]}, \"39535\": {\"path\": \"train/39535.jpg\", \"id\": 39535, \"objects\": [{\"bbox\": {\"xmin\": 1971.548828125, \"ymin\": 871.6412353515625, \"xmax\": 1996.93017578125, \"ymax\": 902.4241943359375}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 2002.1065673828125, \"ymin\": 965.0808715820312, \"xmax\": 2021.2435302734375, \"ymax\": 986.6889038085938}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 2001.59228515625, \"ymin\": 934.5634765625, \"xmax\": 2021.130859375, \"ymax\": 955.9427490234375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1930.26, \"ymin\": 747.368, \"xmax\": 1976.3158, \"ymax\": 807.8947000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1681.58, \"ymin\": 711.842, \"xmax\": 1743.4211, \"ymax\": 772.3684}, \"category\": \"pne\"}]}, \"69588\": {\"path\": \"train/69588.jpg\", \"id\": 69588, \"objects\": [{\"bbox\": {\"xmin\": 1430.67, \"ymin\": 912.0, \"xmax\": 1472.0, \"ymax\": 953.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 948.0, \"xmax\": 1725.3333, \"ymax\": 970.6667}, \"category\": \"pl80\"}]}, \"81515\": {\"path\": \"train/81515.jpg\", \"id\": 81515, \"objects\": [{\"bbox\": {\"xmin\": 430.0, \"ymin\": 958.0, \"xmax\": 456.6663, \"ymax\": 1001.3333}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 306.667, \"ymin\": 857.334, \"xmax\": 384.6667, \"ymax\": 972.6669999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1915.33, \"ymin\": 980.667, \"xmax\": 1931.3333, \"ymax\": 1000.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 307.333, \"ymin\": 635.333, \"xmax\": 376.0, \"ymax\": 744.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 304.0, \"ymin\": 744.667, \"xmax\": 385.33299999999997, \"ymax\": 857.3340000000001}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 429.333, \"ymin\": 894.0, \"xmax\": 455.3333, \"ymax\": 937.3333}, \"category\": \"pbm\"}]}, \"3076\": {\"path\": \"other/3076.jpg\", \"id\": 3076, \"objects\": [{\"bbox\": {\"xmin\": 1934.66, \"ymin\": 1016.34, \"xmax\": 1950.5976, \"ymax\": 1031.0757}, \"category\": \"pg\"}]}, \"14086\": {\"path\": \"train/14086.jpg\", \"id\": 14086, \"objects\": [{\"bbox\": {\"xmin\": 1154.23, \"ymin\": 945.274, \"xmax\": 1172.1393, \"ymax\": 962.1891}, \"category\": \"pl80\"}]}, \"11992\": {\"path\": \"other/11992.jpg\", \"id\": 11992, \"objects\": [{\"bbox\": {\"xmin\": 1593.48, \"ymin\": 1022.92, \"xmax\": 1666.2252, \"ymax\": 1091.5475}, \"category\": \"pm5\"}]}, \"47314\": {\"path\": \"train/47314.jpg\", \"id\": 47314, \"objects\": [{\"bbox\": {\"xmin\": 92.0, \"ymin\": 1029.0, \"xmax\": 105.0, \"ymax\": 1043.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 463.0, \"ymin\": 787.0, \"xmax\": 513.0, \"ymax\": 835.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 463.0, \"ymin\": 957.0, \"xmax\": 511.0, \"ymax\": 1007.0}, \"category\": \"p26\"}]}, \"55300\": {\"path\": \"train/55300.jpg\", \"id\": 55300, \"objects\": [{\"bbox\": {\"xmin\": 525.743, \"ymin\": 931.683, \"xmax\": 556.4356, \"ymax\": 964.3564}, \"category\": \"ip\"}]}, \"47995\": {\"path\": \"train/47995.jpg\", \"id\": 47995, \"objects\": [{\"bbox\": {\"xmin\": 1547.52, \"ymin\": 880.198, \"xmax\": 1587.1287, \"ymax\": 917.8217999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1458.42, \"ymin\": 881.188, \"xmax\": 1495.0495, \"ymax\": 914.8515}, \"category\": \"i4\"}]}, \"84192\": {\"path\": \"train/84192.jpg\", \"id\": 84192, \"objects\": [{\"bbox\": {\"xmin\": 1043.11083984375, \"ymin\": 894.3919067382812, \"xmax\": 1065.0419921875, \"ymax\": 922.1757202148438}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1064.015625, \"ymin\": 896.4157104492188, \"xmax\": 1087.47509765625, \"ymax\": 918.8598022460938}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 684.314, \"xmax\": 1649.02, \"ymax\": 807.843}, \"category\": \"p10\"}]}, \"5257\": {\"path\": \"test/5257.jpg\", \"id\": 5257, \"objects\": [{\"bbox\": {\"xmin\": 1310.46, \"ymin\": 868.55, \"xmax\": 1337.9149, \"ymax\": 896.0007999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1274.51, \"ymin\": 866.667, \"xmax\": 1303.9216, \"ymax\": 898.0132}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1342.53, \"ymin\": 870.536, \"xmax\": 1371.9375, \"ymax\": 901.9083999999999}, \"category\": \"pn\"}]}, \"12654\": {\"path\": \"test/12654.jpg\", \"id\": 12654, \"objects\": [{\"bbox\": {\"xmin\": 1173.0, \"ymin\": 608.0, \"xmax\": 1274.0, \"ymax\": 712.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1060.0, \"ymin\": 604.0, \"xmax\": 1166.0, \"ymax\": 705.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1283.0, \"ymin\": 620.0, \"xmax\": 1379.0, \"ymax\": 720.0}, \"category\": \"pn\"}]}, \"34605\": {\"path\": \"test/34605.jpg\", \"id\": 34605, \"objects\": [{\"bbox\": {\"xmin\": 1417.82, \"ymin\": 859.406, \"xmax\": 1453.4652999999998, \"ymax\": 900.9901}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1586.14, \"ymin\": 920.792, \"xmax\": 1608.9109, \"ymax\": 947.5248}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1539.6, \"ymin\": 917.822, \"xmax\": 1562.3762, \"ymax\": 944.5545}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1567.33, \"ymin\": 920.792, \"xmax\": 1585.1485, \"ymax\": 947.5248}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1273.27, \"ymin\": 855.446, \"xmax\": 1307.9207999999999, \"ymax\": 891.0891}, \"category\": \"pne\"}]}, \"88418\": {\"path\": \"test/88418.jpg\", \"id\": 88418, \"objects\": [{\"bbox\": {\"xmin\": 176.0, \"ymin\": 333.333, \"xmax\": 244.0, \"ymax\": 420.0}, \"category\": \"pl40\"}]}, \"35988\": {\"path\": \"train/35988.jpg\", \"id\": 35988, \"objects\": [{\"bbox\": {\"xmin\": 1445.33, \"ymin\": 957.333, \"xmax\": 1554.664, \"ymax\": 1068.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1448.0, \"ymin\": 848.0, \"xmax\": 1550.667, \"ymax\": 954.667}, \"category\": \"pm55\"}]}, \"91601\": {\"path\": \"train/91601.jpg\", \"id\": 91601, \"objects\": [{\"bbox\": {\"xmin\": 169.886, \"ymin\": 939.204, \"xmax\": 221.0222, \"ymax\": 1007.3862999999999}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 501.136, \"ymin\": 965.909, \"xmax\": 526.7034, \"ymax\": 1013.0678}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 169.318, \"ymin\": 865.909, \"xmax\": 217.0455, \"ymax\": 935.7955}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 357.386, \"ymin\": 956.819, \"xmax\": 418.7502, \"ymax\": 1017.0460999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 498.864, \"ymin\": 918.181, \"xmax\": 529.5457, \"ymax\": 963.6353}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 502.273, \"ymin\": 1014.77, \"xmax\": 527.2731, \"ymax\": 1051.1363999999999}, \"category\": \"pw4\"}]}, \"90630\": {\"path\": \"train/90630.jpg\", \"id\": 90630, \"objects\": [{\"bbox\": {\"xmin\": 1696.0, \"ymin\": 926.667, \"xmax\": 1766.6667, \"ymax\": 998.6667}, \"category\": \"p10\"}]}, \"86596\": {\"path\": \"test/86596.jpg\", \"id\": 86596, \"objects\": [{\"bbox\": {\"xmin\": 1506.93, \"ymin\": 828.713, \"xmax\": 1543.5644, \"ymax\": 866.3363999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1726.73, \"ymin\": 882.178, \"xmax\": 1750.4950000000001, \"ymax\": 911.8812}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1675.25, \"ymin\": 880.198, \"xmax\": 1698.0198, \"ymax\": 907.9208}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1700.99, \"ymin\": 879.208, \"xmax\": 1723.7624, \"ymax\": 913.8614}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1352.48, \"ymin\": 824.752, \"xmax\": 1392.0792000000001, \"ymax\": 867.3267}, \"category\": \"pne\"}]}, \"84465\": {\"path\": \"test/84465.jpg\", \"id\": 84465, \"objects\": [{\"bbox\": {\"xmin\": 642.384, \"ymin\": 864.9, \"xmax\": 684.106, \"ymax\": 906.6223}, \"category\": \"pl30\"}]}, \"778\": {\"path\": \"other/778.jpg\", \"id\": 778, \"objects\": [{\"bbox\": {\"xmin\": 2002.655517578125, \"ymin\": 907.1658325195312, \"xmax\": 2029.2236328125, \"ymax\": 937.0103149414062}, \"category\": \"i4\"}]}, \"992\": {\"path\": \"test/992.jpg\", \"id\": 992, \"objects\": [{\"bbox\": {\"xmin\": 1377.0, \"ymin\": 969.0, \"xmax\": 1435.0, \"ymax\": 1024.0}, \"category\": \"w59\"}]}, \"92732\": {\"path\": \"train/92732.jpg\", \"id\": 92732, \"objects\": [{\"bbox\": {\"xmin\": 1289.33, \"ymin\": 988.0, \"xmax\": 1326.6667, \"ymax\": 1028.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1388.0, \"ymin\": 984.0, \"xmax\": 1426.6667, \"ymax\": 1022.6667}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1386.67, \"ymin\": 928.0, \"xmax\": 1424.0, \"ymax\": 965.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1341.33, \"ymin\": 986.667, \"xmax\": 1376.0, \"ymax\": 1026.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1337.33, \"ymin\": 926.667, \"xmax\": 1376.0, \"ymax\": 970.6667}, \"category\": \"pl90\"}]}, \"85462\": {\"path\": \"test/85462.jpg\", \"id\": 85462, \"objects\": [{\"bbox\": {\"xmin\": 1669.54, \"ymin\": 781.457, \"xmax\": 1754.3091, \"ymax\": 866.8872}, \"category\": \"p5\"}]}, \"6049\": {\"path\": \"other/6049.jpg\", \"id\": 6049, \"objects\": [{\"bbox\": {\"xmin\": 245.545, \"ymin\": 983.168, \"xmax\": 277.22769999999997, \"ymax\": 1042.5743}, \"category\": \"pl15\"}]}, \"20889\": {\"path\": \"train/20889.jpg\", \"id\": 20889, \"objects\": [{\"bbox\": {\"xmin\": 1412.8, \"ymin\": 670.4, \"xmax\": 1488.8, \"ymax\": 746.4}, \"category\": \"pr40\"}]}, \"73526\": {\"path\": \"train/73526.jpg\", \"id\": 73526, \"objects\": [{\"bbox\": {\"xmin\": 1880.0, \"ymin\": 297.6, \"xmax\": 2006.4, \"ymax\": 469.6}, \"category\": \"ph4.5\"}]}, \"86094\": {\"path\": \"train/86094.jpg\", \"id\": 86094, \"objects\": [{\"bbox\": {\"xmin\": 709.901, \"ymin\": 869.307, \"xmax\": 740.5940999999999, \"ymax\": 931.6841000000001}, \"category\": \"p5\"}]}, \"57181\": {\"path\": \"other/57181.jpg\", \"id\": 57181, \"objects\": [{\"bbox\": {\"xmin\": 1123.81, \"ymin\": 953.967, \"xmax\": 1133.32863, \"ymax\": 965.8732}, \"category\": \"pne\"}]}, \"41771\": {\"path\": \"test/41771.jpg\", \"id\": 41771, \"objects\": [{\"bbox\": {\"xmin\": 1357.33, \"ymin\": 797.333, \"xmax\": 1398.6634, \"ymax\": 837.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1302.67, \"ymin\": 793.333, \"xmax\": 1345.3333, \"ymax\": 836.0}, \"category\": \"p26\"}]}, \"47273\": {\"path\": \"test/47273.jpg\", \"id\": 47273, \"objects\": [{\"bbox\": {\"xmin\": 261.333, \"ymin\": 792.0, \"xmax\": 325.3333, \"ymax\": 854.6667}, \"category\": \"w55\"}]}, \"54091\": {\"path\": \"test/54091.jpg\", \"id\": 54091, \"objects\": [{\"bbox\": {\"xmin\": 1424.75, \"ymin\": 881.188, \"xmax\": 1455.4345, \"ymax\": 912.8713}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 96.0396, \"ymin\": 938.614, \"xmax\": 130.69299999999998, \"ymax\": 978.2178}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1601.98, \"ymin\": 917.822, \"xmax\": 1622.7723, \"ymax\": 940.5941}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 98.0198, \"ymin\": 976.238, \"xmax\": 128.7129, \"ymax\": 1010.8911}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1562.38, \"ymin\": 918.812, \"xmax\": 1578.2178000000001, \"ymax\": 938.6139000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1581.19, \"ymin\": 919.802, \"xmax\": 1600.9901, \"ymax\": 940.5941}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1302.97, \"ymin\": 877.228, \"xmax\": 1331.6832, \"ymax\": 908.9109}, \"category\": \"pne\"}]}, \"80289\": {\"path\": \"train/80289.jpg\", \"id\": 80289, \"objects\": [{\"bbox\": {\"xmin\": 951.2572631835938, \"ymin\": 965.7366333007812, \"xmax\": 982.6032104492188, \"ymax\": 996.4786987304688}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 948.684, \"ymin\": 996.053, \"xmax\": 980.2629999999999, \"ymax\": 1032.8947}, \"category\": \"pn\"}]}, \"18110\": {\"path\": \"other/18110.jpg\", \"id\": 18110, \"objects\": [{\"bbox\": {\"xmin\": 1205.12, \"ymin\": 893.75, \"xmax\": 1235.7955, \"ymax\": 925.5682}, \"category\": \"p1\"}]}, \"67043\": {\"path\": \"train/67043.jpg\", \"id\": 67043, \"objects\": [{\"bbox\": {\"xmin\": 2010.0, \"ymin\": 1012.0, \"xmax\": 2030.0, \"ymax\": 1035.0}, \"category\": \"pl10\"}]}, \"85982\": {\"path\": \"other/85982.jpg\", \"id\": 85982, \"objects\": [{\"bbox\": {\"xmin\": 850.351318359375, \"ymin\": 1440.980712890625, \"xmax\": 889.73583984375, \"ymax\": 1480.437255859375}, \"category\": \"pn\"}]}, \"16360\": {\"path\": \"test/16360.jpg\", \"id\": 16360, \"objects\": [{\"bbox\": {\"xmin\": 1217.0, \"ymin\": 902.0, \"xmax\": 1251.0, \"ymax\": 939.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 266.0, \"ymin\": 860.0, \"xmax\": 315.0, \"ymax\": 934.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 271.0, \"ymin\": 933.0, \"xmax\": 313.0, \"ymax\": 1010.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1416.0, \"ymin\": 912.0, \"xmax\": 1473.0, \"ymax\": 981.0}, \"category\": \"pne\"}]}, \"82739\": {\"path\": \"train/82739.jpg\", \"id\": 82739, \"objects\": [{\"bbox\": {\"xmin\": 1834.0, \"ymin\": 843.0, \"xmax\": 1853.0, \"ymax\": 870.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1856.0, \"ymin\": 845.0, \"xmax\": 1875.0, \"ymax\": 873.0}, \"category\": \"pn\"}]}, \"70159\": {\"path\": \"other/70159.jpg\", \"id\": 70159, \"objects\": [{\"bbox\": {\"xmin\": 1112.0, \"ymin\": 975.424, \"xmax\": 1126.8632, \"ymax\": 991.5423}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 480.597, \"ymin\": 805.473, \"xmax\": 567.1641999999999, \"ymax\": 883.5831}, \"category\": \"w45\"}, {\"bbox\": {\"xmin\": 1175.0, \"ymin\": 976.579, \"xmax\": 1200.0, \"ymax\": 1001.251}, \"category\": \"w45\"}]}, \"53220\": {\"path\": \"train/53220.jpg\", \"id\": 53220, \"objects\": [{\"bbox\": {\"xmin\": 793.333, \"ymin\": 778.667, \"xmax\": 858.6667, \"ymax\": 846.6667}, \"category\": \"pl50\"}]}, \"9261\": {\"path\": \"other/9261.jpg\", \"id\": 9261, \"objects\": [{\"bbox\": {\"xmin\": 1847.0, \"ymin\": 1060.0, \"xmax\": 1862.0, \"ymax\": 1082.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1830.4, \"ymin\": 1024.8, \"xmax\": 1844.8000000000002, \"ymax\": 1037.6}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 151.0, \"ymin\": 1013.0, \"xmax\": 180.0, \"ymax\": 1051.0}, \"category\": \"pl15\"}]}, \"51050\": {\"path\": \"train/51050.jpg\", \"id\": 51050, \"objects\": [{\"bbox\": {\"xmin\": 340.789, \"ymin\": 686.842, \"xmax\": 409.21049999999997, \"ymax\": 771.0526}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1252.63, \"ymin\": 810.526, \"xmax\": 1301.3158, \"ymax\": 867.1052999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1148.68, \"ymin\": 810.526, \"xmax\": 1196.0526, \"ymax\": 859.2104999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1196.05, \"ymin\": 810.526, \"xmax\": 1247.3683999999998, \"ymax\": 860.5263}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 109.211, \"ymin\": 731.579, \"xmax\": 167.1053, \"ymax\": 797.3684}, \"category\": \"pne\"}]}, \"50235\": {\"path\": \"train/50235.jpg\", \"id\": 50235, \"objects\": [{\"bbox\": {\"xmin\": 1018.67, \"ymin\": 602.667, \"xmax\": 1101.3333, \"ymax\": 680.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 745.333, \"ymin\": 633.333, \"xmax\": 822.6667, \"ymax\": 705.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 666.667, \"ymin\": 644.0, \"xmax\": 737.3333, \"ymax\": 716.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 925.333, \"ymin\": 612.0, \"xmax\": 1006.6667, \"ymax\": 686.6673}, \"category\": \"pl100\"}]}, \"47003\": {\"path\": \"train/47003.jpg\", \"id\": 47003, \"objects\": [{\"bbox\": {\"xmin\": 1750.0, \"ymin\": 898.0, \"xmax\": 1805.0, \"ymax\": 967.0}, \"category\": \"p19\"}]}, \"93357\": {\"path\": \"train/93357.jpg\", \"id\": 93357, \"objects\": [{\"bbox\": {\"xmin\": 482.667, \"ymin\": 658.667, \"xmax\": 553.3333, \"ymax\": 742.6667}, \"category\": \"pl60\"}]}, \"80484\": {\"path\": \"train/80484.jpg\", \"id\": 80484, \"objects\": [{\"bbox\": {\"xmin\": 1287.0, \"ymin\": 923.0, \"xmax\": 1349.0, \"ymax\": 988.0}, \"category\": \"pss\"}]}, \"12468\": {\"path\": \"other/12468.jpg\", \"id\": 12468, \"objects\": [{\"bbox\": {\"xmin\": 1577.33, \"ymin\": 916.0, \"xmax\": 1644.0, \"ymax\": 992.0}, \"category\": \"pa13\"}]}, \"84748\": {\"path\": \"test/84748.jpg\", \"id\": 84748, \"objects\": [{\"bbox\": {\"xmin\": 1313.21337890625, \"ymin\": 847.9712524414062, \"xmax\": 1351.847900390625, \"ymax\": 889.0018920898438}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 823.529, \"ymin\": 901.961, \"xmax\": 878.4312, \"ymax\": 970.5882}, \"category\": \"pne\"}]}, \"75670\": {\"path\": \"test/75670.jpg\", \"id\": 75670, \"objects\": [{\"bbox\": {\"xmin\": 1354.0, \"ymin\": 965.0, \"xmax\": 1400.0, \"ymax\": 1017.0}, \"category\": \"pr40\"}]}, \"92233\": {\"path\": \"train/92233.jpg\", \"id\": 92233, \"objects\": [{\"bbox\": {\"xmin\": 26.0, \"ymin\": 879.0, \"xmax\": 101.0, \"ymax\": 986.0}, \"category\": \"pl120\"}]}, \"53326\": {\"path\": \"test/53326.jpg\", \"id\": 53326, \"objects\": [{\"bbox\": {\"xmin\": 1545.0, \"ymin\": 769.0, \"xmax\": 1597.0, \"ymax\": 823.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1546.0, \"ymin\": 828.0, \"xmax\": 1597.0, \"ymax\": 883.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1546.0, \"ymin\": 909.0, \"xmax\": 1595.0, \"ymax\": 963.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1547.0, \"ymin\": 966.0, \"xmax\": 1597.0, \"ymax\": 1019.0}, \"category\": \"i2r\"}]}, \"75621\": {\"path\": \"train/75621.jpg\", \"id\": 75621, \"objects\": [{\"bbox\": {\"xmin\": 1458.71, \"ymin\": 971.642, \"xmax\": 1484.0796, \"ymax\": 995.0250000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1459.7, \"ymin\": 997.512, \"xmax\": 1478.607, \"ymax\": 1014.9254}, \"category\": \"w59\"}]}, \"79273\": {\"path\": \"train/79273.jpg\", \"id\": 79273, \"objects\": [{\"bbox\": {\"xmin\": -1.96078, \"ymin\": 880.392, \"xmax\": 72.54902, \"ymax\": 1005.8820000000001}, \"category\": \"i2r\"}]}, \"8451\": {\"path\": \"train/8451.jpg\", \"id\": 8451, \"objects\": [{\"bbox\": {\"xmin\": 1446.02, \"ymin\": 1278.32, \"xmax\": 1462.8294, \"ymax\": 1298.2301}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1464.6, \"ymin\": 1277.88, \"xmax\": 1484.0657999999999, \"ymax\": 1297.3480000000002}, \"category\": \"pn\"}]}, \"20605\": {\"path\": \"test/20605.jpg\", \"id\": 20605, \"objects\": [{\"bbox\": {\"xmin\": 1357.43, \"ymin\": 419.802, \"xmax\": 1408.9109, \"ymax\": 562.376}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 756.436, \"ymin\": 886.139, \"xmax\": 790.099, \"ymax\": 916.8317}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 792.079, \"ymin\": 883.168, \"xmax\": 821.7822, \"ymax\": 920.7921}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1269.31, \"ymin\": 556.436, \"xmax\": 1303.9604, \"ymax\": 674.2570000000001}, \"category\": \"pne\"}]}, \"47611\": {\"path\": \"train/47611.jpg\", \"id\": 47611, \"objects\": [{\"bbox\": {\"xmin\": 1388.0, \"ymin\": 674.667, \"xmax\": 1465.3366, \"ymax\": 748.0}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1582.67, \"ymin\": 946.667, \"xmax\": 1653.3333, \"ymax\": 1020.0}, \"category\": \"pr40\"}]}, \"12253\": {\"path\": \"test/12253.jpg\", \"id\": 12253, \"objects\": [{\"bbox\": {\"xmin\": 855.556, \"ymin\": 910.317, \"xmax\": 882.5397, \"ymax\": 940.4762000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1197.62, \"ymin\": 996.825, \"xmax\": 1219.0475999999999, \"ymax\": 1020.6349}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 1029.37, \"xmax\": 1219.8413, \"ymax\": 1051.5873}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 965.873, \"xmax\": 1219.8384, \"ymax\": 990.4762000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 749.206, \"ymin\": 915.079, \"xmax\": 776.1905, \"ymax\": 942.0635}, \"category\": \"pne\"}]}, \"50732\": {\"path\": \"test/50732.jpg\", \"id\": 50732, \"objects\": [{\"bbox\": {\"xmin\": 263.158, \"ymin\": 808.911, \"xmax\": 303.9474, \"ymax\": 852.6305}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 865.347, \"ymin\": 876.238, \"xmax\": 904.9504999999999, \"ymax\": 912.8713}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 135.526, \"ymin\": 827.632, \"xmax\": 169.73680000000002, \"ymax\": 872.3684}, \"category\": \"pne\"}]}, \"43877\": {\"path\": \"train/43877.jpg\", \"id\": 43877, \"objects\": [{\"bbox\": {\"xmin\": 1894.67, \"ymin\": 1154.67, \"xmax\": 1941.3333, \"ymax\": 1213.3333}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1828.0, \"ymin\": 1164.0, \"xmax\": 1880.0, \"ymax\": 1229.3333}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1806.67, \"ymin\": 1090.67, \"xmax\": 1857.3333, \"ymax\": 1157.3366}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1861.33, \"ymin\": 1085.33, \"xmax\": 1907.9967, \"ymax\": 1153.3333}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1912.0, \"ymin\": 1078.67, \"xmax\": 1960.0, \"ymax\": 1144.0}, \"category\": \"pbm\"}]}, \"61653\": {\"path\": \"train/61653.jpg\", \"id\": 61653, \"objects\": [{\"bbox\": {\"xmin\": 1443.0, \"ymin\": 985.0, \"xmax\": 1460.0, \"ymax\": 1003.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 944.0, \"xmax\": 1461.0, \"ymax\": 962.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1443.0, \"ymin\": 965.0, \"xmax\": 1461.0, \"ymax\": 984.0}, \"category\": \"pn\"}]}, \"24822\": {\"path\": \"train/24822.jpg\", \"id\": 24822, \"objects\": [{\"bbox\": {\"xmin\": 832.4779663085938, \"ymin\": 213.47952270507812, \"xmax\": 1053.138427734375, \"ymax\": 373.7691955566406}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1063.6915283203125, \"ymin\": 212.38412475585938, \"xmax\": 1266.4886474609375, \"ymax\": 357.7276916503906}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1602.67, \"ymin\": 965.333, \"xmax\": 1630.6667, \"ymax\": 993.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1942.67, \"ymin\": 885.333, \"xmax\": 2012.0, \"ymax\": 957.3333}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1953.33, \"ymin\": 958.667, \"xmax\": 2008.0, \"ymax\": 1020.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1956.0, \"ymin\": 1021.33, \"xmax\": 2012.0, \"ymax\": 1079.9967000000001}, \"category\": \"i2r\"}]}, \"67396\": {\"path\": \"test/67396.jpg\", \"id\": 67396, \"objects\": [{\"bbox\": {\"xmin\": 1531.58, \"ymin\": 877.631, \"xmax\": 1548.6842, \"ymax\": 901.3154}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1397.37, \"ymin\": 868.421, \"xmax\": 1421.0526, \"ymax\": 894.7368}, \"category\": \"pne\"}]}, \"41687\": {\"path\": \"train/41687.jpg\", \"id\": 41687, \"objects\": [{\"bbox\": {\"xmin\": 1649.74, \"ymin\": 913.585, \"xmax\": 1684.4732, \"ymax\": 951.9989}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1391.0, \"ymin\": 939.0, \"xmax\": 1428.6177, \"ymax\": 976.6739}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 954.0, \"ymin\": 964.0, \"xmax\": 975.0, \"ymax\": 986.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1357.07, \"ymin\": 927.907, \"xmax\": 1394.5871, \"ymax\": 969.0044}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 881.85, \"ymin\": 912.6, \"xmax\": 900.2, \"ymax\": 930.85}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1257.6, \"ymin\": 936.8, \"xmax\": 1289.2059, \"ymax\": 964.7647999999999}, \"category\": \"w46\"}]}, \"62301\": {\"path\": \"other/62301.jpg\", \"id\": 62301, \"objects\": [{\"bbox\": {\"xmin\": 852.0, \"ymin\": 1127.0, \"xmax\": 904.0, \"ymax\": 1226.0}, \"category\": \"pm10\"}]}, \"38078\": {\"path\": \"test/38078.jpg\", \"id\": 38078, \"objects\": [{\"bbox\": {\"xmin\": 1705.88, \"ymin\": 907.843, \"xmax\": 1780.3922000000002, \"ymax\": 994.1175999999999}, \"category\": \"w57\"}]}, \"74821\": {\"path\": \"train/74821.jpg\", \"id\": 74821, \"objects\": [{\"bbox\": {\"xmin\": 1066.67, \"ymin\": 788.0, \"xmax\": 1113.3333, \"ymax\": 833.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1257.33, \"ymin\": 784.0, \"xmax\": 1308.0, \"ymax\": 829.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 664.0, \"ymin\": 808.0, \"xmax\": 712.0, \"ymax\": 856.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 856.0, \"ymin\": 794.667, \"xmax\": 905.3333, \"ymax\": 844.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 572.0, \"ymin\": 816.0, \"xmax\": 616.0, \"ymax\": 861.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 754.667, \"ymin\": 804.0, \"xmax\": 801.3333, \"ymax\": 846.6664}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 962.667, \"ymin\": 792.0, \"xmax\": 1009.3333, \"ymax\": 837.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1158.67, \"ymin\": 784.0, \"xmax\": 1205.3333, \"ymax\": 830.6667}, \"category\": \"pl80\"}]}, \"26155\": {\"path\": \"train/26155.jpg\", \"id\": 26155, \"objects\": [{\"bbox\": {\"xmin\": 1143.1689453125, \"ymin\": 722.8614501953125, \"xmax\": 1189.983154296875, \"ymax\": 769.247802734375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 651.457, \"ymin\": 713.0, \"xmax\": 701.5591, \"ymax\": 760.3971}, \"category\": \"p3\"}]}, \"92151\": {\"path\": \"train/92151.jpg\", \"id\": 92151, \"objects\": [{\"bbox\": {\"xmin\": 1040.0, \"ymin\": 729.333, \"xmax\": 1130.67, \"ymax\": 812.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 657.333, \"ymin\": 722.667, \"xmax\": 746.6667, \"ymax\": 810.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1410.67, \"ymin\": 1010.67, \"xmax\": 1532.0, \"ymax\": 1121.3329999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 561.333, \"ymin\": 725.333, \"xmax\": 649.3333, \"ymax\": 812.0}, \"category\": \"pr60\"}]}, \"5938\": {\"path\": \"train/5938.jpg\", \"id\": 5938, \"objects\": [{\"bbox\": {\"xmin\": 1689.0, \"ymin\": 885.0, \"xmax\": 1746.0, \"ymax\": 951.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1692.0, \"ymin\": 956.0, \"xmax\": 1749.0, \"ymax\": 1021.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1692.0, \"ymin\": 1055.0, \"xmax\": 1723.0, \"ymax\": 1093.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1725.0, \"ymin\": 1052.0, \"xmax\": 1756.0, \"ymax\": 1093.0}, \"category\": \"i2r\"}]}, \"49699\": {\"path\": \"test/49699.jpg\", \"id\": 49699, \"objects\": [{\"bbox\": {\"xmin\": 1003.0, \"ymin\": 1440.0, \"xmax\": 1221.0, \"ymax\": 1644.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 327.0, \"ymin\": 1418.0, \"xmax\": 612.0, \"ymax\": 1577.0}, \"category\": \"pl40\"}]}, \"95329\": {\"path\": \"train/95329.jpg\", \"id\": 95329, \"objects\": [{\"bbox\": {\"xmin\": 1832.0, \"ymin\": 960.667, \"xmax\": 1858.0, \"ymax\": 990.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1507.33, \"ymin\": 930.667, \"xmax\": 1553.3333, \"ymax\": 975.3333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1504.0, \"ymin\": 842.0, \"xmax\": 1547.3333, \"ymax\": 889.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1506.0, \"ymin\": 886.667, \"xmax\": 1547.3333, \"ymax\": 930.6667}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1830.67, \"ymin\": 922.667, \"xmax\": 1856.0, \"ymax\": 950.0}, \"category\": \"pbm\"}]}, \"72393\": {\"path\": \"train/72393.jpg\", \"id\": 72393, \"objects\": [{\"bbox\": {\"xmin\": 1852.84, \"ymin\": 1211.36, \"xmax\": 1869.8845, \"ymax\": 1237.4982}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 704.762, \"ymin\": 1238.89, \"xmax\": 733.3334, \"ymax\": 1267.4632000000001}, \"category\": \"pne\"}]}, \"74246\": {\"path\": \"train/74246.jpg\", \"id\": 74246, \"objects\": [{\"bbox\": {\"xmin\": 975.2, \"ymin\": 1007.2, \"xmax\": 995.2, \"ymax\": 1028.8}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 701.6, \"ymin\": 992.8, \"xmax\": 724.8000000000001, \"ymax\": 1018.4}, \"category\": \"pne\"}]}, \"17213\": {\"path\": \"train/17213.jpg\", \"id\": 17213, \"objects\": [{\"bbox\": {\"xmin\": 787.5, \"ymin\": 863.636, \"xmax\": 822.1591, \"ymax\": 899.4318}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1159.09, \"ymin\": 904.545, \"xmax\": 1182.9544999999998, \"ymax\": 930.6818}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1107.39, \"ymin\": 909.659, \"xmax\": 1132.3864, \"ymax\": 932.9544999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1131.82, \"ymin\": 906.818, \"xmax\": 1155.1136, \"ymax\": 932.3864}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 660.227, \"ymin\": 869.886, \"xmax\": 686.3636, \"ymax\": 900.5681999999999}, \"category\": \"pne\"}]}, \"17806\": {\"path\": \"test/17806.jpg\", \"id\": 17806, \"objects\": [{\"bbox\": {\"xmin\": 1568.63, \"ymin\": 970.589, \"xmax\": 1707.843, \"ymax\": 1113.726}, \"category\": \"pm20\"}]}, \"28455\": {\"path\": \"test/28455.jpg\", \"id\": 28455, \"objects\": [{\"bbox\": {\"xmin\": 1462.67, \"ymin\": 654.667, \"xmax\": 1541.3333, \"ymax\": 733.3333}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1634.67, \"ymin\": 673.333, \"xmax\": 1705.3333, \"ymax\": 750.6667}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1553.33, \"ymin\": 666.667, \"xmax\": 1625.3333, \"ymax\": 741.3333}, \"category\": \"pl50\"}]}, \"58286\": {\"path\": \"train/58286.jpg\", \"id\": 58286, \"objects\": [{\"bbox\": {\"xmin\": 360.0, \"ymin\": 994.667, \"xmax\": 426.6667, \"ymax\": 1073.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 449.333, \"ymin\": 904.0, \"xmax\": 493.33180000000004, \"ymax\": 952.0006}, \"category\": \"ph2.8\"}, {\"bbox\": {\"xmin\": 265.333, \"ymin\": 920.0, \"xmax\": 302.66670000000005, \"ymax\": 963.9997}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 293.333, \"ymin\": 997.333, \"xmax\": 358.6664, \"ymax\": 1073.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 389.333, \"ymin\": 1109.33, \"xmax\": 422.66670000000005, \"ymax\": 1142.6667}, \"category\": \"ph1.8\"}]}, \"51500\": {\"path\": \"train/51500.jpg\", \"id\": 51500, \"objects\": [{\"bbox\": {\"xmin\": 1339.0, \"ymin\": 1023.0, \"xmax\": 1361.0, \"ymax\": 1060.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1337.0, \"ymin\": 1062.0, \"xmax\": 1360.0, \"ymax\": 1097.0}, \"category\": \"pl10\"}]}, \"46979\": {\"path\": \"train/46979.jpg\", \"id\": 46979, \"objects\": [{\"bbox\": {\"xmin\": 871.591, \"ymin\": 922.159, \"xmax\": 888.6364, \"ymax\": 939.7727}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 850.0, \"ymin\": 921.591, \"xmax\": 867.0455, \"ymax\": 940.9091}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 892.614, \"ymin\": 921.023, \"xmax\": 911.9318000000001, \"ymax\": 941.4773}, \"category\": \"pn\"}]}, \"31840\": {\"path\": \"train/31840.jpg\", \"id\": 31840, \"objects\": [{\"bbox\": {\"xmin\": 1234.67, \"ymin\": 864.0, \"xmax\": 1262.6667, \"ymax\": 894.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1232.0, \"ymin\": 908.0, \"xmax\": 1262.6667, \"ymax\": 937.3333}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 976.0, \"xmax\": 1294.6667, \"ymax\": 1009.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1986.67, \"ymin\": 1005.33, \"xmax\": 2037.3333, \"ymax\": 1062.6667}, \"category\": \"pm50\"}]}, \"89031\": {\"path\": \"train/89031.jpg\", \"id\": 89031, \"objects\": [{\"bbox\": {\"xmin\": 1356.35, \"ymin\": 934.127, \"xmax\": 1378.5713999999998, \"ymax\": 965.0794}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1283.33, \"ymin\": 932.54, \"xmax\": 1305.5556, \"ymax\": 961.1111}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1055.56, \"ymin\": 962.698, \"xmax\": 1070.6349, \"ymax\": 981.746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1034.13, \"ymin\": 963.492, \"xmax\": 1050.0, \"ymax\": 981.746}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1074.6, \"ymin\": 964.286, \"xmax\": 1090.4761999999998, \"ymax\": 981.7458999999999}, \"category\": \"pn\"}]}, \"59946\": {\"path\": \"train/59946.jpg\", \"id\": 59946, \"objects\": [{\"bbox\": {\"xmin\": 1529.33, \"ymin\": 857.333, \"xmax\": 1566.6667, \"ymax\": 897.3333}, \"category\": \"pl50\"}]}, \"74434\": {\"path\": \"train/74434.jpg\", \"id\": 74434, \"objects\": [{\"bbox\": {\"xmin\": 285.333, \"ymin\": 961.333, \"xmax\": 321.3333, \"ymax\": 1021.3333}, \"category\": \"pl120\"}]}, \"12822\": {\"path\": \"train/12822.jpg\", \"id\": 12822, \"objects\": [{\"bbox\": {\"xmin\": 1285.66, \"ymin\": 955.777, \"xmax\": 1295.21912, \"ymax\": 965.7370500000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 867.327, \"ymin\": 924.752, \"xmax\": 912.8714, \"ymax\": 971.2876}, \"category\": \"pne\"}]}, \"73298\": {\"path\": \"train/73298.jpg\", \"id\": 73298, \"objects\": [{\"bbox\": {\"xmin\": 34.4, \"ymin\": 1026.4, \"xmax\": 52.8, \"ymax\": 1051.2}, \"category\": \"i2r\"}]}, \"8005\": {\"path\": \"train/8005.jpg\", \"id\": 8005, \"objects\": [{\"bbox\": {\"xmin\": 931.333, \"ymin\": 824.0, \"xmax\": 962.6667, \"ymax\": 853.3336}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1132.67, \"ymin\": 821.333, \"xmax\": 1165.3333, \"ymax\": 851.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1032.67, \"ymin\": 820.667, \"xmax\": 1064.6667, \"ymax\": 852.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 894.667, \"ymin\": 791.333, \"xmax\": 925.3333, \"ymax\": 820.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 932.0, \"ymin\": 790.667, \"xmax\": 962.0, \"ymax\": 820.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 996.667, \"ymin\": 822.667, \"xmax\": 1028.6667, \"ymax\": 852.6667}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 896.0, \"ymin\": 825.333, \"xmax\": 926.0, \"ymax\": 854.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1097.33, \"ymin\": 822.0, \"xmax\": 1127.3333, \"ymax\": 852.6667}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1211.33, \"ymin\": 820.0, \"xmax\": 1243.3333, \"ymax\": 851.3333}, \"category\": \"pne\"}]}, \"36599\": {\"path\": \"train/36599.jpg\", \"id\": 36599, \"objects\": [{\"bbox\": {\"xmin\": 1342.11, \"ymin\": 936.842, \"xmax\": 1359.2105, \"ymax\": 953.9474}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1217.11, \"ymin\": 936.842, \"xmax\": 1234.2105, \"ymax\": 956.5789}, \"category\": \"pne\"}]}, \"18513\": {\"path\": \"train/18513.jpg\", \"id\": 18513, \"objects\": [{\"bbox\": {\"xmin\": 1216.0, \"ymin\": 994.667, \"xmax\": 1258.6634, \"ymax\": 1041.333}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1213.33, \"ymin\": 948.0, \"xmax\": 1256.0, \"ymax\": 992.0}, \"category\": \"pm55\"}]}, \"2315\": {\"path\": \"test/2315.jpg\", \"id\": 2315, \"objects\": [{\"bbox\": {\"xmin\": 1833.0, \"ymin\": 516.0, \"xmax\": 1893.0, \"ymax\": 580.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1836.0, \"ymin\": 697.0, \"xmax\": 1899.0, \"ymax\": 770.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1842.0, \"ymin\": 778.0, \"xmax\": 1903.0, \"ymax\": 849.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1844.0, \"ymin\": 883.0, \"xmax\": 1904.0, \"ymax\": 957.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1848.0, \"ymin\": 961.0, \"xmax\": 1907.0, \"ymax\": 1038.0}, \"category\": \"i2r\"}]}, \"61275\": {\"path\": \"test/61275.jpg\", \"id\": 61275, \"objects\": [{\"bbox\": {\"xmin\": 293.0, \"ymin\": 782.0, \"xmax\": 343.0, \"ymax\": 830.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 344.0, \"ymin\": 780.0, \"xmax\": 394.0, \"ymax\": 828.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 674.0, \"ymin\": 770.0, \"xmax\": 715.0, \"ymax\": 809.0}, \"category\": \"w32\"}]}, \"22180\": {\"path\": \"train/22180.jpg\", \"id\": 22180, \"objects\": [{\"bbox\": {\"xmin\": 31.5789, \"ymin\": 848.684, \"xmax\": 56.578900000000004, \"ymax\": 877.6315999999999}, \"category\": \"pn\"}]}, \"3422\": {\"path\": \"other/3422.jpg\", \"id\": 3422, \"objects\": [{\"bbox\": {\"xmin\": 971.429, \"ymin\": 938.889, \"xmax\": 984.127, \"ymax\": 956.3492}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 888.095, \"ymin\": 942.857, \"xmax\": 899.2063, \"ymax\": 957.1428999999999}, \"category\": \"pne\"}]}, \"70072\": {\"path\": \"other/70072.jpg\", \"id\": 70072, \"objects\": [{\"bbox\": {\"xmin\": 1834.4586181640625, \"ymin\": 975.6140747070312, \"xmax\": 1859.7869873046875, \"ymax\": 1000.4179077148438}, \"category\": \"pl40\"}]}, \"68317\": {\"path\": \"train/68317.jpg\", \"id\": 68317, \"objects\": [{\"bbox\": {\"xmin\": 1189.33, \"ymin\": 872.0, \"xmax\": 1212.0, \"ymax\": 897.3333}, \"category\": \"pl40\"}]}, \"6286\": {\"path\": \"train/6286.jpg\", \"id\": 6286, \"objects\": [{\"bbox\": {\"xmin\": 1467.16, \"ymin\": 912.934, \"xmax\": 1487.0622, \"ymax\": 934.8254}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1490.05, \"ymin\": 914.427, \"xmax\": 1509.4552999999999, \"ymax\": 937.8109000000001}, \"category\": \"pn\"}]}, \"77677\": {\"path\": \"train/77677.jpg\", \"id\": 77677, \"objects\": [{\"bbox\": {\"xmin\": 584.672, \"ymin\": 886.861, \"xmax\": 674.1025, \"ymax\": 980.0515}, \"category\": \"p23\"}]}, \"51586\": {\"path\": \"other/51586.jpg\", \"id\": 51586, \"objects\": [{\"bbox\": {\"xmin\": 178.93307495117188, \"ymin\": 972.7957763671875, \"xmax\": 213.84963989257812, \"ymax\": 1018.9549560546875}, \"category\": \"i2r\"}]}, \"4858\": {\"path\": \"train/4858.jpg\", \"id\": 4858, \"objects\": [{\"bbox\": {\"xmin\": 1744.0, \"ymin\": 636.0, \"xmax\": 1803.0, \"ymax\": 703.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1923.0, \"ymin\": 674.0, \"xmax\": 1972.0, \"ymax\": 733.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1674.0, \"ymin\": 551.0, \"xmax\": 1738.0, \"ymax\": 618.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1748.0, \"ymin\": 565.0, \"xmax\": 1806.0, \"ymax\": 631.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1863.0, \"ymin\": 661.0, \"xmax\": 1917.0, \"ymax\": 723.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1673.0, \"ymin\": 623.0, \"xmax\": 1735.0, \"ymax\": 693.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 2017.0, \"ymin\": 693.0, \"xmax\": 2050.0, \"ymax\": 751.0}, \"category\": \"pl80\"}]}, \"90013\": {\"path\": \"test/90013.jpg\", \"id\": 90013, \"objects\": [{\"bbox\": {\"xmin\": 342.105, \"ymin\": 789.474, \"xmax\": 364.4737, \"ymax\": 825.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1313.16, \"ymin\": 886.842, \"xmax\": 1335.5263, \"ymax\": 913.1578999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 167.105, \"ymin\": 734.211, \"xmax\": 201.3158, \"ymax\": 781.5789}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1165.79, \"ymin\": 881.579, \"xmax\": 1185.5263, \"ymax\": 906.5789}, \"category\": \"pne\"}]}, \"83928\": {\"path\": \"other/83928.jpg\", \"id\": 83928, \"objects\": [{\"bbox\": {\"xmin\": 1280.0, \"ymin\": 953.333, \"xmax\": 1328.0, \"ymax\": 1004.0}, \"category\": \"pl110\"}]}, \"80003\": {\"path\": \"train/80003.jpg\", \"id\": 80003, \"objects\": [{\"bbox\": {\"xmin\": 907.143, \"ymin\": 759.524, \"xmax\": 933.3336, \"ymax\": 822.2222}, \"category\": \"pl60\"}]}, \"69203\": {\"path\": \"test/69203.jpg\", \"id\": 69203, \"objects\": [{\"bbox\": {\"xmin\": 556.436, \"ymin\": 918.812, \"xmax\": 595.0495000000001, \"ymax\": 968.3168000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 558.416, \"ymin\": 969.307, \"xmax\": 600.0, \"ymax\": 1018.8119}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 618.812, \"ymin\": 965.347, \"xmax\": 656.4356, \"ymax\": 1005.9406}, \"category\": \"pn\"}]}, \"74070\": {\"path\": \"test/74070.jpg\", \"id\": 74070, \"objects\": [{\"bbox\": {\"xmin\": 1714.85, \"ymin\": 811.881, \"xmax\": 1762.3762, \"ymax\": 862.3747}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1763.37, \"ymin\": 816.832, \"xmax\": 1807.9314, \"ymax\": 865.3465}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1809.9, \"ymin\": 822.772, \"xmax\": 1852.4719, \"ymax\": 872.2756}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1859.41, \"ymin\": 943.564, \"xmax\": 1893.0925, \"ymax\": 976.2375999999999}, \"category\": \"w55\"}]}, \"13012\": {\"path\": \"test/13012.jpg\", \"id\": 13012, \"objects\": [{\"bbox\": {\"xmin\": 726.667, \"ymin\": 929.333, \"xmax\": 790.667, \"ymax\": 990.6667}, \"category\": \"w32\"}]}, \"35606\": {\"path\": \"train/35606.jpg\", \"id\": 35606, \"objects\": [{\"bbox\": {\"xmin\": 1722.0, \"ymin\": 732.0, \"xmax\": 1823.0, \"ymax\": 840.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1723.0, \"ymin\": 847.0, \"xmax\": 1831.0, \"ymax\": 944.0}, \"category\": \"w55\"}]}, \"72174\": {\"path\": \"train/72174.jpg\", \"id\": 72174, \"objects\": [{\"bbox\": {\"xmin\": 542.857, \"ymin\": 1101.59, \"xmax\": 567.4606, \"ymax\": 1153.1782999999998}, \"category\": \"ph4\"}]}, \"27958\": {\"path\": \"train/27958.jpg\", \"id\": 27958, \"objects\": [{\"bbox\": {\"xmin\": 1741.33, \"ymin\": 870.667, \"xmax\": 1774.6667, \"ymax\": 906.6667}, \"category\": \"pl40\"}]}, \"7447\": {\"path\": \"train/7447.jpg\", \"id\": 7447, \"objects\": [{\"bbox\": {\"xmin\": 84.0, \"ymin\": 937.0, \"xmax\": 144.0, \"ymax\": 997.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 152.0, \"ymin\": 918.0, \"xmax\": 224.0, \"ymax\": 996.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 87.0, \"ymin\": 999.0, \"xmax\": 146.0, \"ymax\": 1058.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 82.0, \"ymin\": 825.0, \"xmax\": 140.0, \"ymax\": 880.0}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 82.0, \"ymin\": 884.0, \"xmax\": 148.0, \"ymax\": 937.0}, \"category\": \"w57\"}]}, \"48184\": {\"path\": \"test/48184.jpg\", \"id\": 48184, \"objects\": [{\"bbox\": {\"xmin\": 1799.01, \"ymin\": 891.089, \"xmax\": 1819.802, \"ymax\": 915.8416000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1773.27, \"ymin\": 889.109, \"xmax\": 1798.0198, \"ymax\": 913.8614}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1821.78, \"ymin\": 890.099, \"xmax\": 1843.5644, \"ymax\": 916.8317000000001}, \"category\": \"pn\"}]}, \"77050\": {\"path\": \"train/77050.jpg\", \"id\": 77050, \"objects\": [{\"bbox\": {\"xmin\": 872.0, \"ymin\": 615.0, \"xmax\": 983.0, \"ymax\": 720.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1648.0, \"ymin\": 859.0, \"xmax\": 1671.0, \"ymax\": 885.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1650.0, \"ymin\": 887.0, \"xmax\": 1666.0, \"ymax\": 909.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 287.0, \"ymin\": 902.0, \"xmax\": 335.0, \"ymax\": 983.0}, \"category\": \"pn\"}]}, \"76874\": {\"path\": \"test/76874.jpg\", \"id\": 76874, \"objects\": [{\"bbox\": {\"xmin\": 1468.75, \"ymin\": 613.636, \"xmax\": 1551.1364, \"ymax\": 694.8864}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1557.96, \"ymin\": 628.409, \"xmax\": 1631.8191, \"ymax\": 707.9542}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1376.71, \"ymin\": 598.863, \"xmax\": 1465.9136, \"ymax\": 683.5224000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1637.49, \"ymin\": 641.477, \"xmax\": 1707.3827, \"ymax\": 721.5912}, \"category\": \"pn\"}]}, \"78197\": {\"path\": \"train/78197.jpg\", \"id\": 78197, \"objects\": [{\"bbox\": {\"xmin\": 1366.67, \"ymin\": 931.373, \"xmax\": 1401.9946, \"ymax\": 974.5098}, \"category\": \"ip\"}]}, \"87646\": {\"path\": \"train/87646.jpg\", \"id\": 87646, \"objects\": [{\"bbox\": {\"xmin\": 1609.33, \"ymin\": 898.667, \"xmax\": 1652.0, \"ymax\": 941.3336}, \"category\": \"pl40\"}]}, \"1512\": {\"path\": \"test/1512.jpg\", \"id\": 1512, \"objects\": [{\"bbox\": {\"xmin\": 1957.88, \"ymin\": 874.435, \"xmax\": 1985.6995000000002, \"ymax\": 905.5553}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1741.72, \"ymin\": 919.868, \"xmax\": 1764.9007000000001, \"ymax\": 940.4762000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1717.88, \"ymin\": 917.219, \"xmax\": 1739.0728000000001, \"ymax\": 942.0635000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1769.54, \"ymin\": 920.53, \"xmax\": 1788.7417, \"ymax\": 945.2381}, \"category\": \"pn\"}]}, \"29219\": {\"path\": \"test/29219.jpg\", \"id\": 29219, \"objects\": [{\"bbox\": {\"xmin\": 409.272, \"ymin\": 994.04, \"xmax\": 459.6031, \"ymax\": 1078.1459}, \"category\": \"pg\"}]}, \"66990\": {\"path\": \"train/66990.jpg\", \"id\": 66990, \"objects\": [{\"bbox\": {\"xmin\": 969.333, \"ymin\": 774.667, \"xmax\": 1005.3333, \"ymax\": 812.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1084.0, \"ymin\": 768.0, \"xmax\": 1121.3333, \"ymax\": 808.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 850.667, \"ymin\": 780.0, \"xmax\": 888.0, \"ymax\": 816.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 812.0, \"ymin\": 785.333, \"xmax\": 846.6667, \"ymax\": 818.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 925.333, \"ymin\": 777.333, \"xmax\": 964.0, \"ymax\": 809.333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1044.0, \"ymin\": 773.333, \"xmax\": 1080.0, \"ymax\": 805.3333}, \"category\": \"pl100\"}]}, \"87223\": {\"path\": \"train/87223.jpg\", \"id\": 87223, \"objects\": [{\"bbox\": {\"xmin\": 1501.33, \"ymin\": 528.0, \"xmax\": 1593.3333, \"ymax\": 612.0}, \"category\": \"pl40\"}]}, \"28456\": {\"path\": \"train/28456.jpg\", \"id\": 28456, \"objects\": [{\"bbox\": {\"xmin\": 1472.0, \"ymin\": 406.667, \"xmax\": 1626.667, \"ymax\": 540.0}, \"category\": \"i4\"}]}, \"14167\": {\"path\": \"train/14167.jpg\", \"id\": 14167, \"objects\": [{\"bbox\": {\"xmin\": 627.919, \"ymin\": 960.584, \"xmax\": 676.1908, \"ymax\": 1012.6984}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 992.032, \"ymin\": 1001.59, \"xmax\": 1001.99203, \"ymax\": 1011.5537800000001}, \"category\": \"pne\"}]}, \"29385\": {\"path\": \"test/29385.jpg\", \"id\": 29385, \"objects\": [{\"bbox\": {\"xmin\": 1223.0, \"ymin\": 677.0, \"xmax\": 1310.0, \"ymax\": 761.0}, \"category\": \"pr40\"}]}, \"98882\": {\"path\": \"test/98882.jpg\", \"id\": 98882, \"objects\": [{\"bbox\": {\"xmin\": 946.667, \"ymin\": 657.333, \"xmax\": 1028.0, \"ymax\": 734.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1020.0, \"ymin\": 656.0, \"xmax\": 1097.3333, \"ymax\": 730.667}, \"category\": \"w55\"}]}, \"40144\": {\"path\": \"train/40144.jpg\", \"id\": 40144, \"objects\": [{\"bbox\": {\"xmin\": 431.186, \"ymin\": 923.333, \"xmax\": 470.7874, \"ymax\": 967.3852999999999}, \"category\": \"pl100\"}]}, \"85843\": {\"path\": \"other/85843.jpg\", \"id\": 85843, \"objects\": [{\"bbox\": {\"xmin\": 1152.63134765625, \"ymin\": 971.679931640625, \"xmax\": 1192.86376953125, \"ymax\": 1017.2752685546875}, \"category\": \"w26\"}]}, \"91519\": {\"path\": \"other/91519.jpg\", \"id\": 91519, \"objects\": [{\"bbox\": {\"xmin\": 1493.091064453125, \"ymin\": 885.1158447265625, \"xmax\": 1526.1640625, \"ymax\": 917.3907470703125}, \"category\": \"pl50\"}]}, \"43375\": {\"path\": \"train/43375.jpg\", \"id\": 43375, \"objects\": [{\"bbox\": {\"xmin\": 626.0, \"ymin\": 827.0, \"xmax\": 756.0, \"ymax\": 988.0}, \"category\": \"pg\"}]}, \"24190\": {\"path\": \"train/24190.jpg\", \"id\": 24190, \"objects\": [{\"bbox\": {\"xmin\": 1327.0, \"ymin\": 941.0, \"xmax\": 1403.0, \"ymax\": 1028.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1562.0, \"ymin\": 956.0, \"xmax\": 1617.0, \"ymax\": 1013.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1553.0, \"ymin\": 879.0, \"xmax\": 1622.0, \"ymax\": 955.0}, \"category\": \"pn\"}]}, \"76008\": {\"path\": \"test/76008.jpg\", \"id\": 76008, \"objects\": [{\"bbox\": {\"xmin\": 244.554, \"ymin\": 916.832, \"xmax\": 267.3267, \"ymax\": 937.6238}, \"category\": \"i4\"}]}, \"93893\": {\"path\": \"test/93893.jpg\", \"id\": 93893, \"objects\": [{\"bbox\": {\"xmin\": 205.941, \"ymin\": 888.119, \"xmax\": 241.5846, \"ymax\": 938.6143000000001}, \"category\": \"p5\"}]}, \"77035\": {\"path\": \"train/77035.jpg\", \"id\": 77035, \"objects\": [{\"bbox\": {\"xmin\": 1317.65, \"ymin\": 772.549, \"xmax\": 1374.5167000000001, \"ymax\": 827.451}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1203.92, \"ymin\": 766.667, \"xmax\": 1260.7843, \"ymax\": 825.4902000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1262.75, \"ymin\": 772.549, \"xmax\": 1315.6863, \"ymax\": 829.4118}, \"category\": \"pn\"}]}, \"73202\": {\"path\": \"train/73202.jpg\", \"id\": 73202, \"objects\": [{\"bbox\": {\"xmin\": 1702.67, \"ymin\": 600.0, \"xmax\": 1792.0, \"ymax\": 696.0003}, \"category\": \"pl30\"}]}, \"48011\": {\"path\": \"train/48011.jpg\", \"id\": 48011, \"objects\": [{\"bbox\": {\"xmin\": 1156.0, \"ymin\": 450.667, \"xmax\": 1293.348, \"ymax\": 577.333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1270.67, \"ymin\": 468.0, \"xmax\": 1408.0, \"ymax\": 581.333}, \"category\": \"w57\"}]}, \"66044\": {\"path\": \"train/66044.jpg\", \"id\": 66044, \"objects\": [{\"bbox\": {\"xmin\": 1064.0, \"ymin\": 989.333, \"xmax\": 1096.0, \"ymax\": 1020.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1102.67, \"ymin\": 988.0, \"xmax\": 1133.3366, \"ymax\": 1021.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1121.33, \"ymin\": 946.667, \"xmax\": 1157.3333, \"ymax\": 977.3333}, \"category\": \"w55\"}]}, \"29730\": {\"path\": \"other/29730.jpg\", \"id\": 29730, \"objects\": [{\"bbox\": {\"xmin\": 1745.1, \"ymin\": 921.569, \"xmax\": 1827.451, \"ymax\": 1000.0}, \"category\": \"pl15\"}]}, \"96855\": {\"path\": \"train/96855.jpg\", \"id\": 96855, \"objects\": [{\"bbox\": {\"xmin\": 848.412, \"ymin\": 907.143, \"xmax\": 871.4286000000001, \"ymax\": 931.746}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 986.755, \"ymin\": 935.099, \"xmax\": 1000.9901, \"ymax\": 954.9669}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 967.46, \"ymin\": 936.508, \"xmax\": 983.3329, \"ymax\": 953.1746}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1004.64, \"ymin\": 934.437, \"xmax\": 1021.8543, \"ymax\": 953.1746}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 761.111, \"ymin\": 909.524, \"xmax\": 787.3012, \"ymax\": 930.1587}, \"category\": \"pne\"}]}, \"88209\": {\"path\": \"train/88209.jpg\", \"id\": 88209, \"objects\": [{\"bbox\": {\"xmin\": 1733.0, \"ymin\": 266.0, \"xmax\": 1885.0, \"ymax\": 384.0}, \"category\": \"pl60\"}]}, \"17971\": {\"path\": \"test/17971.jpg\", \"id\": 17971, \"objects\": [{\"bbox\": {\"xmin\": 996.8018798828125, \"ymin\": 950.6710815429688, \"xmax\": 1015.5067138671875, \"ymax\": 968.9417114257812}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1804.0, \"ymin\": 1154.67, \"xmax\": 1884.0, \"ymax\": 1258.6670000000001}, \"category\": \"p23\"}]}, \"63562\": {\"path\": \"train/63562.jpg\", \"id\": 63562, \"objects\": [{\"bbox\": {\"xmin\": 1546.0, \"ymin\": 930.0, \"xmax\": 1622.0, \"ymax\": 1015.0}, \"category\": \"i5\"}]}, \"78451\": {\"path\": \"train/78451.jpg\", \"id\": 78451, \"objects\": [{\"bbox\": {\"xmin\": 1430.69, \"ymin\": 667.327, \"xmax\": 1514.8515, \"ymax\": 753.4653}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1243.56, \"ymin\": 661.386, \"xmax\": 1332.6733, \"ymax\": 744.5545}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1338.61, \"ymin\": 659.406, \"xmax\": 1425.7425999999998, \"ymax\": 749.505}, \"category\": \"pn\"}]}, \"8959\": {\"path\": \"other/8959.jpg\", \"id\": 8959, \"objects\": [{\"bbox\": {\"xmin\": 1060.0, \"ymin\": 996.0, \"xmax\": 1076.0, \"ymax\": 1008.0}, \"category\": \"w32\"}]}, \"13497\": {\"path\": \"test/13497.jpg\", \"id\": 13497, \"objects\": [{\"bbox\": {\"xmin\": 1587.42, \"ymin\": 917.881, \"xmax\": 1611.9205000000002, \"ymax\": 941.7219}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1503.97, \"ymin\": 915.894, \"xmax\": 1526.4827, \"ymax\": 939.7351}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1260.93, \"ymin\": 895.364, \"xmax\": 1288.0795, \"ymax\": 921.1921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1423.84, \"ymin\": 935.099, \"xmax\": 1441.7219, \"ymax\": 952.9801}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1386.75, \"ymin\": 935.099, \"xmax\": 1404.6358, \"ymax\": 954.3046}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1404.64, \"ymin\": 933.775, \"xmax\": 1422.5166000000002, \"ymax\": 953.6424}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1162.25, \"ymin\": 893.377, \"xmax\": 1189.404, \"ymax\": 917.8807999999999}, \"category\": \"pne\"}]}, \"19643\": {\"path\": \"train/19643.jpg\", \"id\": 19643, \"objects\": [{\"bbox\": {\"xmin\": 1073.81, \"ymin\": 927.778, \"xmax\": 1092.0635, \"ymax\": 946.8251}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1053.97, \"ymin\": 926.984, \"xmax\": 1072.2222, \"ymax\": 946.0317}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1113.49, \"ymin\": 470.635, \"xmax\": 1261.105, \"ymax\": 587.302}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1267.46, \"ymin\": 473.81, \"xmax\": 1413.4850000000001, \"ymax\": 592.063}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1450.79, \"ymin\": 815.873, \"xmax\": 1561.905, \"ymax\": 913.4922}, \"category\": \"w57\"}]}, \"72811\": {\"path\": \"train/72811.jpg\", \"id\": 72811, \"objects\": [{\"bbox\": {\"xmin\": 1113.16, \"ymin\": 801.316, \"xmax\": 1167.1084, \"ymax\": 853.9476000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1059.21, \"ymin\": 800.0, \"xmax\": 1111.8421, \"ymax\": 852.6316}, \"category\": \"pl60\"}]}, \"97284\": {\"path\": \"train/97284.jpg\", \"id\": 97284, \"objects\": [{\"bbox\": {\"xmin\": 1544.0, \"ymin\": 702.667, \"xmax\": 1620.0, \"ymax\": 780.0}, \"category\": \"pl60\"}]}, \"72632\": {\"path\": \"train/72632.jpg\", \"id\": 72632, \"objects\": [{\"bbox\": {\"xmin\": 1032.89, \"ymin\": 931.579, \"xmax\": 1059.209, \"ymax\": 960.5263}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1061.84, \"ymin\": 935.526, \"xmax\": 1086.8447999999999, \"ymax\": 963.1578999999999}, \"category\": \"pn\"}]}, \"93709\": {\"path\": \"test/93709.jpg\", \"id\": 93709, \"objects\": [{\"bbox\": {\"xmin\": 1178.67, \"ymin\": 369.333, \"xmax\": 1330.6670000000001, \"ymax\": 481.333}, \"category\": \"w57\"}]}, \"73663\": {\"path\": \"train/73663.jpg\", \"id\": 73663, \"objects\": [{\"bbox\": {\"xmin\": 584.21, \"ymin\": 931.579, \"xmax\": 644.7364, \"ymax\": 988.1578999999999}, \"category\": \"pne\"}]}, \"83888\": {\"path\": \"test/83888.jpg\", \"id\": 83888, \"objects\": [{\"bbox\": {\"xmin\": 674.0, \"ymin\": 402.0, \"xmax\": 810.0, \"ymax\": 524.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 420.0, \"ymin\": 452.0, \"xmax\": 529.0, \"ymax\": 562.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 142.0, \"ymin\": 513.0, \"xmax\": 230.0, \"ymax\": 615.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 62.0, \"ymin\": 538.0, \"xmax\": 137.0, \"ymax\": 633.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 235.0, \"ymin\": 500.0, \"xmax\": 317.0, \"ymax\": 599.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 539.0, \"ymin\": 424.0, \"xmax\": 663.0, \"ymax\": 548.0}, \"category\": \"im\"}]}, \"77257\": {\"path\": \"test/77257.jpg\", \"id\": 77257, \"objects\": [{\"bbox\": {\"xmin\": 1925.33, \"ymin\": 848.0, \"xmax\": 1975.9834999999998, \"ymax\": 913.3336}, \"category\": \"pcl\"}]}, \"87740\": {\"path\": \"other/87740.jpg\", \"id\": 87740, \"objects\": [{\"bbox\": {\"xmin\": 1225.680908203125, \"ymin\": 905.5228881835938, \"xmax\": 1252.2607421875, \"ymax\": 930.4963989257812}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1160.15625, \"ymin\": 906.296630859375, \"xmax\": 1190.120849609375, \"ymax\": 927.5693359375}, \"category\": \"i4\"}]}, \"20637\": {\"path\": \"test/20637.jpg\", \"id\": 20637, \"objects\": [{\"bbox\": {\"xmin\": 1467.56, \"ymin\": 711.881, \"xmax\": 1553.4783, \"ymax\": 789.1089}, \"category\": \"w57\"}]}, \"16815\": {\"path\": \"train/16815.jpg\", \"id\": 16815, \"objects\": [{\"bbox\": {\"xmin\": 1910.89, \"ymin\": 842.574, \"xmax\": 1939.604, \"ymax\": 878.2177999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1938.61, \"ymin\": 843.564, \"xmax\": 1967.3266999999998, \"ymax\": 877.2276999999999}, \"category\": \"pn\"}]}, \"85708\": {\"path\": \"train/85708.jpg\", \"id\": 85708, \"objects\": [{\"bbox\": {\"xmin\": 1261.2, \"ymin\": 991.543, \"xmax\": 1300.9950000000001, \"ymax\": 1036.3189}, \"category\": \"pg\"}]}, \"3048\": {\"path\": \"train/3048.jpg\", \"id\": 3048, \"objects\": [{\"bbox\": {\"xmin\": 1169.33, \"ymin\": 357.333, \"xmax\": 1322.667, \"ymax\": 478.66700000000003}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1540.0, \"ymin\": 833.333, \"xmax\": 1656.0, \"ymax\": 950.6669999999999}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1541.33, \"ymin\": 961.333, \"xmax\": 1650.652, \"ymax\": 1076.0}, \"category\": \"i2r\"}]}, \"43067\": {\"path\": \"test/43067.jpg\", \"id\": 43067, \"objects\": [{\"bbox\": {\"xmin\": 1734.21, \"ymin\": 961.111, \"xmax\": 1761.8421, \"ymax\": 1004.7619}, \"category\": \"pl50\"}]}, \"74076\": {\"path\": \"train/74076.jpg\", \"id\": 74076, \"objects\": [{\"bbox\": {\"xmin\": 1846.67, \"ymin\": 396.0, \"xmax\": 1948.0240000000001, \"ymax\": 524.0}, \"category\": \"pl80\"}]}, \"3717\": {\"path\": \"train/3717.jpg\", \"id\": 3717, \"objects\": [{\"bbox\": {\"xmin\": 1247.37, \"ymin\": 809.211, \"xmax\": 1289.4737, \"ymax\": 856.5789}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1198.68, \"ymin\": 809.211, \"xmax\": 1242.1053000000002, \"ymax\": 853.9477}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1297.37, \"ymin\": 807.895, \"xmax\": 1342.1053, \"ymax\": 853.9474}, \"category\": \"pn\"}]}, \"37038\": {\"path\": \"test/37038.jpg\", \"id\": 37038, \"objects\": [{\"bbox\": {\"xmin\": 1114.85, \"ymin\": 986.139, \"xmax\": 1172.2774, \"ymax\": 1042.5743}, \"category\": \"pm20\"}]}, \"45378\": {\"path\": \"train/45378.jpg\", \"id\": 45378, \"objects\": [{\"bbox\": {\"xmin\": 1748.68, \"ymin\": 743.421, \"xmax\": 1800.0, \"ymax\": 802.6316}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1963.16, \"ymin\": 831.579, \"xmax\": 1984.2105000000001, \"ymax\": 872.3684}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1986.84, \"ymin\": 835.526, \"xmax\": 2011.8420999999998, \"ymax\": 872.3684}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1586.84, \"ymin\": 728.947, \"xmax\": 1643.4211, \"ymax\": 784.2105}, \"category\": \"pne\"}]}, \"84076\": {\"path\": \"train/84076.jpg\", \"id\": 84076, \"objects\": [{\"bbox\": {\"xmin\": 468.0, \"ymin\": 993.333, \"xmax\": 548.0, \"ymax\": 1074.6664}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 681.333, \"ymin\": 908.0, \"xmax\": 704.0, \"ymax\": 934.6667}, \"category\": \"wc\"}]}, \"59676\": {\"path\": \"test/59676.jpg\", \"id\": 59676, \"objects\": [{\"bbox\": {\"xmin\": 1668.42, \"ymin\": 1032.89, \"xmax\": 1703.9474, \"ymax\": 1068.4211}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1669.74, \"ymin\": 998.684, \"xmax\": 1702.6316, \"ymax\": 1028.9474}, \"category\": \"pl5\"}]}, \"45873\": {\"path\": \"train/45873.jpg\", \"id\": 45873, \"objects\": [{\"bbox\": {\"xmin\": 1090.67, \"ymin\": 682.667, \"xmax\": 1169.3333, \"ymax\": 758.6667}, \"category\": \"ph4.5\"}]}, \"20124\": {\"path\": \"train/20124.jpg\", \"id\": 20124, \"objects\": [{\"bbox\": {\"xmin\": 1458.0, \"ymin\": 875.0, \"xmax\": 1490.0, \"ymax\": 912.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1783.0, \"ymin\": 840.0, \"xmax\": 1811.0, \"ymax\": 874.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1780.0, \"ymin\": 800.0, \"xmax\": 1812.0, \"ymax\": 837.0}, \"category\": \"pn\"}]}, \"21687\": {\"path\": \"train/21687.jpg\", \"id\": 21687, \"objects\": [{\"bbox\": {\"xmin\": 1282.0, \"ymin\": 964.0, \"xmax\": 1327.0, \"ymax\": 1009.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 393.0, \"ymin\": 657.0, \"xmax\": 460.0, \"ymax\": 731.0}, \"category\": \"i4\"}]}, \"13430\": {\"path\": \"test/13430.jpg\", \"id\": 13430, \"objects\": [{\"bbox\": {\"xmin\": 1542.0, \"ymin\": 926.0, \"xmax\": 1620.0, \"ymax\": 1007.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1542.0, \"ymin\": 840.0, \"xmax\": 1621.0, \"ymax\": 921.0}, \"category\": \"pm55\"}]}, \"36966\": {\"path\": \"test/36966.jpg\", \"id\": 36966, \"objects\": [{\"bbox\": {\"xmin\": 1495.2603759765625, \"ymin\": 987.77294921875, \"xmax\": 1526.9005126953125, \"ymax\": 1008.535888671875}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 982.667, \"ymin\": 648.0, \"xmax\": 1066.6667, \"ymax\": 729.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1076.0, \"ymin\": 649.333, \"xmax\": 1161.33, \"ymax\": 720.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1598.67, \"ymin\": 950.667, \"xmax\": 1648.0, \"ymax\": 993.3333}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1606.67, \"ymin\": 997.333, \"xmax\": 1644.0, \"ymax\": 1036.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1606.67, \"ymin\": 1037.33, \"xmax\": 1642.6667, \"ymax\": 1070.6634}, \"category\": \"i2r\"}]}, \"74400\": {\"path\": \"train/74400.jpg\", \"id\": 74400, \"objects\": [{\"bbox\": {\"xmin\": 1771.64, \"ymin\": 1102.0, \"xmax\": 1799.0025, \"ymax\": 1138.8109}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1619.47, \"ymin\": 1062.39, \"xmax\": 1637.1707000000001, \"ymax\": 1081.4159000000002}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1638.5, \"ymin\": 1061.07, \"xmax\": 1655.3147, \"ymax\": 1079.2085}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1693.04, \"ymin\": 1111.94, \"xmax\": 1721.8905, \"ymax\": 1148.7595000000001}, \"category\": \"pne\"}]}, \"90210\": {\"path\": \"test/90210.jpg\", \"id\": 90210, \"objects\": [{\"bbox\": {\"xmin\": 1043.13, \"ymin\": 592.157, \"xmax\": 1098.0361, \"ymax\": 650.9804}, \"category\": \"p23\"}]}, \"94885\": {\"path\": \"train/94885.jpg\", \"id\": 94885, \"objects\": [{\"bbox\": {\"xmin\": 1473.02, \"ymin\": 986.508, \"xmax\": 1507.1475, \"ymax\": 1028.5715}, \"category\": \"pl30\"}]}, \"17108\": {\"path\": \"train/17108.jpg\", \"id\": 17108, \"objects\": [{\"bbox\": {\"xmin\": 1807.0, \"ymin\": 977.0, \"xmax\": 1852.0, \"ymax\": 1036.0}, \"category\": \"p10\"}]}, \"30949\": {\"path\": \"train/30949.jpg\", \"id\": 30949, \"objects\": [{\"bbox\": {\"xmin\": 1302.0, \"ymin\": 781.0, \"xmax\": 1353.0, \"ymax\": 837.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1355.0, \"ymin\": 781.0, \"xmax\": 1405.0, \"ymax\": 836.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 821.0, \"xmax\": 1511.0, \"ymax\": 874.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1407.0, \"ymin\": 781.0, \"xmax\": 1457.0, \"ymax\": 836.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1466.0, \"ymin\": 871.0, \"xmax\": 1512.0, \"ymax\": 924.0}, \"category\": \"pbm\"}]}, \"87970\": {\"path\": \"test/87970.jpg\", \"id\": 87970, \"objects\": [{\"bbox\": {\"xmin\": 1219.8, \"ymin\": 907.269, \"xmax\": 1239.4737, \"ymax\": 928.9469}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1367.33, \"ymin\": 900.0, \"xmax\": 1382.1781999999998, \"ymax\": 918.8119}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1383.17, \"ymin\": 902.97, \"xmax\": 1401.3158, \"ymax\": 923.6842}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1110.56, \"ymin\": 905.941, \"xmax\": 1126.4027999999998, \"ymax\": 930.6931000000001}, \"category\": \"pne\"}]}, \"38467\": {\"path\": \"train/38467.jpg\", \"id\": 38467, \"objects\": [{\"bbox\": {\"xmin\": 1296.0, \"ymin\": 872.0, \"xmax\": 1326.6667, \"ymax\": 902.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 849.333, \"ymin\": 756.0, \"xmax\": 906.6667, \"ymax\": 810.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 474.667, \"ymin\": 788.0, \"xmax\": 521.3333, \"ymax\": 840.0}, \"category\": \"pne\"}]}, \"4840\": {\"path\": \"train/4840.jpg\", \"id\": 4840, \"objects\": [{\"bbox\": {\"xmin\": 384.0, \"ymin\": 432.0, \"xmax\": 504.0, \"ymax\": 548.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1037.33, \"ymin\": 366.667, \"xmax\": 1188.0, \"ymax\": 490.667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 200.0, \"ymin\": 489.333, \"xmax\": 297.3333, \"ymax\": 597.3330000000001}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 728.0, \"ymin\": 377.333, \"xmax\": 876.0, \"ymax\": 504.0}, \"category\": \"pl120\"}]}, \"26992\": {\"path\": \"train/26992.jpg\", \"id\": 26992, \"objects\": [{\"bbox\": {\"xmin\": 1406.25, \"ymin\": 921.023, \"xmax\": 1425.5645, \"ymax\": 942.0456}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1428.41, \"ymin\": 923.864, \"xmax\": 1447.7291, \"ymax\": 943.7502000000001}, \"category\": \"pn\"}]}, \"34347\": {\"path\": \"train/34347.jpg\", \"id\": 34347, \"objects\": [{\"bbox\": {\"xmin\": 1201.0, \"ymin\": 976.0, \"xmax\": 1253.0, \"ymax\": 1031.0}, \"category\": \"pl50\"}]}, \"44055\": {\"path\": \"train/44055.jpg\", \"id\": 44055, \"objects\": [{\"bbox\": {\"xmin\": 1371.0, \"ymin\": 636.0, \"xmax\": 1452.0, \"ymax\": 720.0}, \"category\": \"pl60\"}]}, \"30638\": {\"path\": \"train/30638.jpg\", \"id\": 30638, \"objects\": [{\"bbox\": {\"xmin\": 1767.11, \"ymin\": 612.292, \"xmax\": 1792.6954999999998, \"ymax\": 674.7508}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1898.41, \"ymin\": 853.968, \"xmax\": 1924.6032, \"ymax\": 932.5396999999999}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1800.66, \"ymin\": 676.744, \"xmax\": 1827.2414, \"ymax\": 743.5216}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1832.56, \"ymin\": 568.438, \"xmax\": 1864.4518, \"ymax\": 638.5382}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 1769.77, \"ymin\": 693.356, \"xmax\": 1795.6811, \"ymax\": 758.4718}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1834.89, \"ymin\": 658.14, \"xmax\": 1865.4530000000002, \"ymax\": 727.9071}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1797.34, \"ymin\": 591.694, \"xmax\": 1826.2458, \"ymax\": 658.1392999999999}, \"category\": \"p29\"}]}, \"19331\": {\"path\": \"other/19331.jpg\", \"id\": 19331, \"objects\": [{\"bbox\": {\"xmin\": 542.667, \"ymin\": 545.333, \"xmax\": 613.3333, \"ymax\": 618.6664}, \"category\": \"pl10\"}, {\"bbox\": {\"xmin\": 1225.33, \"ymin\": 569.333, \"xmax\": 1323.9870999999998, \"ymax\": 661.333}, \"category\": \"pl10\"}]}, \"61811\": {\"path\": \"test/61811.jpg\", \"id\": 61811, \"objects\": [{\"bbox\": {\"xmin\": 387.2, \"ymin\": 1084.12, \"xmax\": 421.93129999999996, \"ymax\": 1140.1599999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 343.2, \"ymin\": 1087.15, \"xmax\": 380.8, \"ymax\": 1149.1561000000002}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 369.6, \"ymin\": 896.0, \"xmax\": 449.6, \"ymax\": 1029.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 366.4, \"ymin\": 1192.71, \"xmax\": 403.2, \"ymax\": 1260.5607}, \"category\": \"p27\"}]}, \"78082\": {\"path\": \"train/78082.jpg\", \"id\": 78082, \"objects\": [{\"bbox\": {\"xmin\": 408.0, \"ymin\": 592.0, \"xmax\": 445.3333, \"ymax\": 665.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 249.333, \"ymin\": 518.667, \"xmax\": 301.3333, \"ymax\": 602.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 181.333, \"ymin\": 490.667, \"xmax\": 241.3333, \"ymax\": 577.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 360.0, \"ymin\": 570.667, \"xmax\": 401.3333, \"ymax\": 644.0}, \"category\": \"pl100\"}]}, \"13068\": {\"path\": \"train/13068.jpg\", \"id\": 13068, \"objects\": [{\"bbox\": {\"xmin\": 1750.0, \"ymin\": 895.0, \"xmax\": 1838.0, \"ymax\": 994.0}, \"category\": \"p5\"}]}, \"33634\": {\"path\": \"train/33634.jpg\", \"id\": 33634, \"objects\": [{\"bbox\": {\"xmin\": 548.0, \"ymin\": 876.0, \"xmax\": 569.0, \"ymax\": 929.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 514.0, \"ymin\": 871.0, \"xmax\": 539.0, \"ymax\": 927.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1266.0, \"ymin\": 959.0, \"xmax\": 1292.0, \"ymax\": 988.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 2004.0, \"ymin\": 789.0, \"xmax\": 2031.0, \"ymax\": 823.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 547.0, \"ymin\": 753.0, \"xmax\": 560.0, \"ymax\": 789.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1869.0, \"ymin\": 776.0, \"xmax\": 1911.0, \"ymax\": 826.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 459.0, \"ymin\": 730.0, \"xmax\": 482.0, \"ymax\": 787.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1830.0, \"ymin\": 1001.0, \"xmax\": 1849.0, \"ymax\": 1021.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1855.0, \"ymin\": 991.0, \"xmax\": 1872.0, \"ymax\": 1011.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1912.0, \"ymin\": 781.0, \"xmax\": 1952.0, \"ymax\": 832.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 485.0, \"ymin\": 737.0, \"xmax\": 512.0, \"ymax\": 797.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 528.0, \"ymin\": 832.0, \"xmax\": 552.0, \"ymax\": 888.0}, \"category\": \"i2r\"}]}, \"22069\": {\"path\": \"test/22069.jpg\", \"id\": 22069, \"objects\": [{\"bbox\": {\"xmin\": 1601.0, \"ymin\": 795.0, \"xmax\": 1650.0, \"ymax\": 847.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1886.0, \"ymin\": 841.0, \"xmax\": 1924.0, \"ymax\": 887.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1750.0, \"ymin\": 819.0, \"xmax\": 1791.0, \"ymax\": 871.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1545.0, \"ymin\": 728.0, \"xmax\": 1596.0, \"ymax\": 781.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1602.0, \"ymin\": 738.0, \"xmax\": 1650.0, \"ymax\": 790.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1699.0, \"ymin\": 813.0, \"xmax\": 1744.0, \"ymax\": 861.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1543.0, \"ymin\": 786.0, \"xmax\": 1593.0, \"ymax\": 841.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1843.0, \"ymin\": 833.0, \"xmax\": 1880.0, \"ymax\": 882.0}, \"category\": \"pl80\"}]}, \"85501\": {\"path\": \"test/85501.jpg\", \"id\": 85501, \"objects\": [{\"bbox\": {\"xmin\": 781.0, \"ymin\": 900.0, \"xmax\": 819.0, \"ymax\": 939.0}, \"category\": \"p5\"}]}, \"55319\": {\"path\": \"other/55319.jpg\", \"id\": 55319, \"objects\": [{\"bbox\": {\"xmin\": 1368.12, \"ymin\": 948.606, \"xmax\": 1380.0748999999998, \"ymax\": 964.1434}, \"category\": \"pn\"}]}, \"1068\": {\"path\": \"train/1068.jpg\", \"id\": 1068, \"objects\": [{\"bbox\": {\"xmin\": 936.0, \"ymin\": 756.0, \"xmax\": 996.0, \"ymax\": 810.667}, \"category\": \"pl50\"}]}, \"8820\": {\"path\": \"train/8820.jpg\", \"id\": 8820, \"objects\": [{\"bbox\": {\"xmin\": 918.0, \"ymin\": 1002.0, \"xmax\": 942.0, \"ymax\": 1025.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 466.0, \"ymin\": 815.0, \"xmax\": 506.0, \"ymax\": 860.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 614.0, \"ymin\": 808.0, \"xmax\": 657.0, \"ymax\": 853.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 780.0, \"ymin\": 835.0, \"xmax\": 818.0, \"ymax\": 871.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 782.0, \"ymin\": 877.0, \"xmax\": 819.0, \"ymax\": 917.0}, \"category\": \"i2r\"}]}, \"96011\": {\"path\": \"test/96011.jpg\", \"id\": 96011, \"objects\": [{\"bbox\": {\"xmin\": 1051.49, \"ymin\": 921.782, \"xmax\": 1073.2673, \"ymax\": 944.5545000000001}, \"category\": \"w20\"}, {\"bbox\": {\"xmin\": 1079.21, \"ymin\": 923.762, \"xmax\": 1101.9802, \"ymax\": 943.5644}, \"category\": \"w57\"}]}, \"4256\": {\"path\": \"test/4256.jpg\", \"id\": 4256, \"objects\": [{\"bbox\": {\"xmin\": 1847.0, \"ymin\": 814.0, \"xmax\": 1883.0, \"ymax\": 854.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1113.0, \"ymin\": 822.0, \"xmax\": 1155.0, \"ymax\": 865.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1764.0, \"ymin\": 810.0, \"xmax\": 1803.0, \"ymax\": 851.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1642.0, \"ymin\": 806.0, \"xmax\": 1680.0, \"ymax\": 849.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1593.0, \"ymin\": 805.0, \"xmax\": 1637.0, \"ymax\": 848.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1686.0, \"ymin\": 807.0, \"xmax\": 1726.0, \"ymax\": 849.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 894.0, \"ymin\": 830.0, \"xmax\": 931.0, \"ymax\": 871.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1805.0, \"ymin\": 812.0, \"xmax\": 1843.0, \"ymax\": 853.0}, \"category\": \"im\"}]}, \"93714\": {\"path\": \"other/93714.jpg\", \"id\": 93714, \"objects\": [{\"bbox\": {\"xmin\": 470.199, \"ymin\": 967.55, \"xmax\": 503.9738, \"ymax\": 1015.894}, \"category\": \"w59\"}]}, \"82571\": {\"path\": \"train/82571.jpg\", \"id\": 82571, \"objects\": [{\"bbox\": {\"xmin\": 1378.98, \"ymin\": 977.536, \"xmax\": 1394.9245, \"ymax\": 996.0141}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1926.81, \"ymin\": 979.348, \"xmax\": 1945.2921999999999, \"ymax\": 1002.8986}, \"category\": \"w15\"}]}, \"44244\": {\"path\": \"test/44244.jpg\", \"id\": 44244, \"objects\": [{\"bbox\": {\"xmin\": 1553.0, \"ymin\": 968.0, \"xmax\": 1641.0, \"ymax\": 1066.0}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1761.0, \"ymin\": 886.0, \"xmax\": 1851.0, \"ymax\": 998.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1761.0, \"ymin\": 1003.0, \"xmax\": 1861.0, \"ymax\": 1120.0}, \"category\": \"pn\"}]}, \"31782\": {\"path\": \"train/31782.jpg\", \"id\": 31782, \"objects\": [{\"bbox\": {\"xmin\": 883.3763427734375, \"ymin\": 932.5677490234375, \"xmax\": 902.9063720703125, \"ymax\": 950.000732421875}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1320.0, \"ymin\": 814.667, \"xmax\": 1376.0, \"ymax\": 870.667}, \"category\": \"pl40\"}]}, \"75052\": {\"path\": \"train/75052.jpg\", \"id\": 75052, \"objects\": [{\"bbox\": {\"xmin\": 714.0, \"ymin\": 865.0, \"xmax\": 760.0, \"ymax\": 910.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 715.0, \"ymin\": 913.0, \"xmax\": 760.0, \"ymax\": 957.0}, \"category\": \"pn\"}]}, \"37378\": {\"path\": \"train/37378.jpg\", \"id\": 37378, \"objects\": [{\"bbox\": {\"xmin\": 1227.86, \"ymin\": 872.637, \"xmax\": 1247.2637, \"ymax\": 893.0347999999999}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1119.9, \"ymin\": 954.726, \"xmax\": 1131.8408000000002, \"ymax\": 967.1637}, \"category\": \"p26\"}]}, \"60917\": {\"path\": \"train/60917.jpg\", \"id\": 60917, \"objects\": [{\"bbox\": {\"xmin\": 1805.33, \"ymin\": 842.667, \"xmax\": 1822.6667, \"ymax\": 872.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1741.33, \"ymin\": 1078.67, \"xmax\": 1781.3333, \"ymax\": 1142.6667}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1790.67, \"ymin\": 837.333, \"xmax\": 1805.3333, \"ymax\": 866.6667}, \"category\": \"p23\"}]}, \"64553\": {\"path\": \"other/64553.jpg\", \"id\": 64553, \"objects\": [{\"bbox\": {\"xmin\": 1058.42, \"ymin\": 935.644, \"xmax\": 1071.2871, \"ymax\": 948.5149}, \"category\": \"pne\"}]}, \"34126\": {\"path\": \"test/34126.jpg\", \"id\": 34126, \"objects\": [{\"bbox\": {\"xmin\": 893.0, \"ymin\": 943.0, \"xmax\": 917.0, \"ymax\": 966.0}, \"category\": \"pn\"}]}, \"62146\": {\"path\": \"other/62146.jpg\", \"id\": 62146, \"objects\": [{\"bbox\": {\"xmin\": 1033.2982177734375, \"ymin\": 927.7151489257812, \"xmax\": 1051.3353271484375, \"ymax\": 944.7809448242188}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 964.1981811523438, \"ymin\": 927.5260620117188, \"xmax\": 982.1163940429688, \"ymax\": 944.8226928710938}, \"category\": \"pne\"}]}, \"95854\": {\"path\": \"train/95854.jpg\", \"id\": 95854, \"objects\": [{\"bbox\": {\"xmin\": 668.584, \"ymin\": 1117.7, \"xmax\": 708.4070999999999, \"ymax\": 1159.2947000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 563.275, \"ymin\": 1122.57, \"xmax\": 600.443, \"ymax\": 1159.7345}, \"category\": \"pne\"}]}, \"64752\": {\"path\": \"test/64752.jpg\", \"id\": 64752, \"objects\": [{\"bbox\": {\"xmin\": 1276.24, \"ymin\": 782.178, \"xmax\": 1326.7327, \"ymax\": 839.604}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1215.84, \"ymin\": 783.168, \"xmax\": 1270.297, \"ymax\": 838.6139000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1332.67, \"ymin\": 786.139, \"xmax\": 1384.1584, \"ymax\": 845.5446000000001}, \"category\": \"pn\"}]}, \"8117\": {\"path\": \"train/8117.jpg\", \"id\": 8117, \"objects\": [{\"bbox\": {\"xmin\": 1990.2, \"ymin\": 997.368, \"xmax\": 2027.451, \"ymax\": 1039.2153}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 223.504, \"ymin\": 1046.05, \"xmax\": 269.7368, \"ymax\": 1105.2631999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 219.608, \"ymin\": 988.235, \"xmax\": 270.58820000000003, \"ymax\": 1045.098}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1988.24, \"ymin\": 943.137, \"xmax\": 2027.6316, \"ymax\": 992.1052999999999}, \"category\": \"ps\"}]}, \"10270\": {\"path\": \"test/10270.jpg\", \"id\": 10270, \"objects\": [{\"bbox\": {\"xmin\": 67.6136, \"ymin\": 869.886, \"xmax\": 93.18180000000001, \"ymax\": 898.6838}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 98.2955, \"ymin\": 868.75, \"xmax\": 120.4545, \"ymax\": 896.0227}, \"category\": \"pn-2\"}]}, \"42501\": {\"path\": \"train/42501.jpg\", \"id\": 42501, \"objects\": [{\"bbox\": {\"xmin\": 1682.67, \"ymin\": 724.0, \"xmax\": 1822.67, \"ymax\": 868.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1686.67, \"ymin\": 882.667, \"xmax\": 1822.6670000000001, \"ymax\": 1034.667}, \"category\": \"p18\"}]}, \"3509\": {\"path\": \"train/3509.jpg\", \"id\": 3509, \"objects\": [{\"bbox\": {\"xmin\": 45.3333, \"ymin\": 744.0, \"xmax\": 96.0, \"ymax\": 813.3333}, \"category\": \"pl40\"}]}, \"57241\": {\"path\": \"train/57241.jpg\", \"id\": 57241, \"objects\": [{\"bbox\": {\"xmin\": 105.882, \"ymin\": 676.471, \"xmax\": 174.50979999999998, \"ymax\": 752.9412}, \"category\": \"i5\"}]}, \"19659\": {\"path\": \"train/19659.jpg\", \"id\": 19659, \"objects\": [{\"bbox\": {\"xmin\": 1216.0, \"ymin\": 764.0, \"xmax\": 1284.0, \"ymax\": 832.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1140.0, \"ymin\": 763.0, \"xmax\": 1210.0, \"ymax\": 834.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1291.0, \"ymin\": 767.0, \"xmax\": 1359.0, \"ymax\": 835.0}, \"category\": \"pn\"}]}, \"73073\": {\"path\": \"other/73073.jpg\", \"id\": 73073, \"objects\": [{\"bbox\": {\"xmin\": 30.2632, \"ymin\": 868.421, \"xmax\": 251.3162, \"ymax\": 1135.526}, \"category\": \"w26\"}]}, \"33420\": {\"path\": \"train/33420.jpg\", \"id\": 33420, \"objects\": [{\"bbox\": {\"xmin\": 1823.68, \"ymin\": 717.105, \"xmax\": 1884.2105000000001, \"ymax\": 797.3684000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1844.73, \"ymin\": 878.947, \"xmax\": 1873.6794, \"ymax\": 917.1052999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1785.53, \"ymin\": 868.421, \"xmax\": 1814.4737, \"ymax\": 910.5263}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1818.42, \"ymin\": 876.316, \"xmax\": 1844.7368000000001, \"ymax\": 917.1053}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1548.68, \"ymin\": 677.632, \"xmax\": 1618.4211, \"ymax\": 756.5789}, \"category\": \"pne\"}]}, \"38756\": {\"path\": \"train/38756.jpg\", \"id\": 38756, \"objects\": [{\"bbox\": {\"xmin\": 505.333, \"ymin\": 1000.0, \"xmax\": 557.3333, \"ymax\": 1056.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 257.333, \"ymin\": 816.0, \"xmax\": 302.66670000000005, \"ymax\": 862.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1358.67, \"ymin\": 969.333, \"xmax\": 1392.0, \"ymax\": 1005.3333}, \"category\": \"pbm\"}]}, \"44850\": {\"path\": \"other/44850.jpg\", \"id\": 44850, \"objects\": [{\"bbox\": {\"xmin\": 896.0379638671875, \"ymin\": 1004.0651245117188, \"xmax\": 926.6358642578125, \"ymax\": 1042.5294189453125}, \"category\": \"pl5\"}]}, \"64208\": {\"path\": \"test/64208.jpg\", \"id\": 64208, \"objects\": [{\"bbox\": {\"xmin\": 1395.02, \"ymin\": 897.512, \"xmax\": 1419.403, \"ymax\": 923.8806}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1422.39, \"ymin\": 899.005, \"xmax\": 1448.7587, \"ymax\": 924.8761}, \"category\": \"pn\"}]}, \"53642\": {\"path\": \"test/53642.jpg\", \"id\": 53642, \"objects\": [{\"bbox\": {\"xmin\": 1271.0, \"ymin\": 957.0, \"xmax\": 1334.0, \"ymax\": 1020.0}, \"category\": \"p26\"}]}, \"56457\": {\"path\": \"other/56457.jpg\", \"id\": 56457, \"objects\": [{\"bbox\": {\"xmin\": 1946.05, \"ymin\": 932.895, \"xmax\": 1978.9474, \"ymax\": 1015.7895}, \"category\": \"pl15\"}]}, \"17589\": {\"path\": \"test/17589.jpg\", \"id\": 17589, \"objects\": [{\"bbox\": {\"xmin\": 1994.7, \"ymin\": 1187.42, \"xmax\": 2014.5695, \"ymax\": 1213.2450000000001}, \"category\": \"pne\"}]}, \"65488\": {\"path\": \"test/65488.jpg\", \"id\": 65488, \"objects\": [{\"bbox\": {\"xmin\": 308.0, \"ymin\": 968.0, \"xmax\": 366.6667, \"ymax\": 1042.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 101.333, \"ymin\": 729.333, \"xmax\": 145.3333, \"ymax\": 792.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1782.67, \"ymin\": 958.667, \"xmax\": 1829.3333, \"ymax\": 1018.6667}, \"category\": \"pbm\"}]}, \"30440\": {\"path\": \"train/30440.jpg\", \"id\": 30440, \"objects\": [{\"bbox\": {\"xmin\": 940.9609985351562, \"ymin\": 1413.3544921875, \"xmax\": 975.7924194335938, \"ymax\": 1444.45263671875}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 795.575, \"ymin\": 1271.68, \"xmax\": 817.6991, \"ymax\": 1294.6903}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 825.664, \"ymin\": 1270.36, \"xmax\": 850.8854, \"ymax\": 1296.0227}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 866.372, \"ymin\": 1271.24, \"xmax\": 891.5929, \"ymax\": 1297.3451}, \"category\": \"pne\"}]}, \"74858\": {\"path\": \"train/74858.jpg\", \"id\": 74858, \"objects\": [{\"bbox\": {\"xmin\": 1426.67, \"ymin\": 837.333, \"xmax\": 1513.3333, \"ymax\": 925.3333}, \"category\": \"pm20\"}]}, \"80581\": {\"path\": \"train/80581.jpg\", \"id\": 80581, \"objects\": [{\"bbox\": {\"xmin\": 1302.0, \"ymin\": 820.0, \"xmax\": 1338.0, \"ymax\": 857.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1303.0, \"ymin\": 863.0, \"xmax\": 1337.0, \"ymax\": 900.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1301.0, \"ymin\": 903.0, \"xmax\": 1336.0, \"ymax\": 941.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1110.0, \"ymin\": 728.0, \"xmax\": 1146.0, \"ymax\": 759.0}, \"category\": \"w63\"}]}, \"28134\": {\"path\": \"test/28134.jpg\", \"id\": 28134, \"objects\": [{\"bbox\": {\"xmin\": 1936.0, \"ymin\": 904.0, \"xmax\": 2020.0, \"ymax\": 1012.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1940.0, \"ymin\": 793.333, \"xmax\": 2021.3333, \"ymax\": 904.0}, \"category\": \"pm30\"}]}, \"68819\": {\"path\": \"train/68819.jpg\", \"id\": 68819, \"objects\": [{\"bbox\": {\"xmin\": 1229.9, \"ymin\": 950.831, \"xmax\": 1260.1318, \"ymax\": 981.0633}, \"category\": \"pm55\"}]}, \"94603\": {\"path\": \"train/94603.jpg\", \"id\": 94603, \"objects\": [{\"bbox\": {\"xmin\": 1408.0, \"ymin\": 770.667, \"xmax\": 1450.6667, \"ymax\": 808.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1726.67, \"ymin\": 785.333, \"xmax\": 1757.3333, \"ymax\": 818.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1521.33, \"ymin\": 774.667, \"xmax\": 1558.6667, \"ymax\": 812.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1626.67, \"ymin\": 780.0, \"xmax\": 1661.3333, \"ymax\": 816.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1358.67, \"ymin\": 725.333, \"xmax\": 1398.6667, \"ymax\": 765.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1473.33, \"ymin\": 732.0, \"xmax\": 1510.6667, \"ymax\": 769.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1408.0, \"ymin\": 728.0, \"xmax\": 1446.6667, \"ymax\": 766.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 773.333, \"xmax\": 1510.6667, \"ymax\": 809.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1584.0, \"ymin\": 777.333, \"xmax\": 1618.6667, \"ymax\": 813.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1358.67, \"ymin\": 766.667, \"xmax\": 1398.6667, \"ymax\": 806.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1685.33, \"ymin\": 784.0, \"xmax\": 1718.6667, \"ymax\": 821.3333}, \"category\": \"pl80\"}]}, \"10286\": {\"path\": \"train/10286.jpg\", \"id\": 10286, \"objects\": [{\"bbox\": {\"xmin\": 650.667, \"ymin\": 545.333, \"xmax\": 736.0, \"ymax\": 624.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1290.67, \"ymin\": 524.0, \"xmax\": 1378.6667, \"ymax\": 605.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 966.667, \"ymin\": 522.667, \"xmax\": 1057.3339, \"ymax\": 604.0003}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 546.667, \"ymin\": 556.0, \"xmax\": 633.3333, \"ymax\": 634.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 854.667, \"ymin\": 529.333, \"xmax\": 945.3333, \"ymax\": 609.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1181.33, \"ymin\": 521.333, \"xmax\": 1271.9967, \"ymax\": 601.3335999999999}, \"category\": \"pl120\"}]}, \"84144\": {\"path\": \"train/84144.jpg\", \"id\": 84144, \"objects\": [{\"bbox\": {\"xmin\": 1177.23, \"ymin\": 918.812, \"xmax\": 1221.7822, \"ymax\": 971.2871}, \"category\": \"p5\"}]}, \"13119\": {\"path\": \"test/13119.jpg\", \"id\": 13119, \"objects\": [{\"bbox\": {\"xmin\": 1231.58, \"ymin\": 989.474, \"xmax\": 1255.2631999999999, \"ymax\": 1015.7895000000001}, \"category\": \"pm20\"}]}, \"81576\": {\"path\": \"train/81576.jpg\", \"id\": 81576, \"objects\": [{\"bbox\": {\"xmin\": 326.667, \"ymin\": 942.667, \"xmax\": 396.0, \"ymax\": 1028.0}, \"category\": \"w32\"}]}, \"25489\": {\"path\": \"train/25489.jpg\", \"id\": 25489, \"objects\": [{\"bbox\": {\"xmin\": 1406.58, \"ymin\": 841.06, \"xmax\": 1430.2628, \"ymax\": 872.1857}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1607.89, \"ymin\": 852.632, \"xmax\": 1633.7748000000001, \"ymax\": 882.8947}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1637.09, \"ymin\": 853.947, \"xmax\": 1659.2089999999998, \"ymax\": 883.4437}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1218.42, \"ymin\": 819.737, \"xmax\": 1265.5629000000001, \"ymax\": 863.5762}, \"category\": \"pne\"}]}, \"68157\": {\"path\": \"other/68157.jpg\", \"id\": 68157, \"objects\": [{\"bbox\": {\"xmin\": 1348.0, \"ymin\": 925.333, \"xmax\": 1369.3333, \"ymax\": 953.3333}, \"category\": \"pm40\"}]}, \"73314\": {\"path\": \"train/73314.jpg\", \"id\": 73314, \"objects\": [{\"bbox\": {\"xmin\": 1898.68, \"ymin\": 627.632, \"xmax\": 1963.1579000000002, \"ymax\": 714.4737}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1648.68, \"ymin\": 592.105, \"xmax\": 1728.9474, \"ymax\": 681.5789}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 405.263, \"ymin\": 663.158, \"xmax\": 477.63199999999995, \"ymax\": 736.8421000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1252.63, \"ymin\": 844.737, \"xmax\": 1284.2105000000001, \"ymax\": 881.5789}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1211.84, \"ymin\": 840.789, \"xmax\": 1243.4211, \"ymax\": 881.5789}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1290.79, \"ymin\": 843.421, \"xmax\": 1327.6316, \"ymax\": 881.5789000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 139.474, \"ymin\": 719.737, \"xmax\": 189.47369999999998, \"ymax\": 781.5789}, \"category\": \"pne\"}]}, \"66988\": {\"path\": \"train/66988.jpg\", \"id\": 66988, \"objects\": [{\"bbox\": {\"xmin\": 1617.11, \"ymin\": 806.579, \"xmax\": 1657.8946999999998, \"ymax\": 856.5789}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1492.11, \"ymin\": 807.895, \"xmax\": 1536.8420999999998, \"ymax\": 859.2105}, \"category\": \"pne\"}]}, \"2062\": {\"path\": \"train/2062.jpg\", \"id\": 2062, \"objects\": [{\"bbox\": {\"xmin\": 396.053, \"ymin\": 759.211, \"xmax\": 461.8421, \"ymax\": 823.6842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 228.947, \"ymin\": 771.053, \"xmax\": 282.8947, \"ymax\": 835.5263}, \"category\": \"pne\"}]}, \"83895\": {\"path\": \"test/83895.jpg\", \"id\": 83895, \"objects\": [{\"bbox\": {\"xmin\": 823.81, \"ymin\": 861.111, \"xmax\": 857.9364999999999, \"ymax\": 896.8254}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1132.54, \"ymin\": 915.873, \"xmax\": 1152.3809999999999, \"ymax\": 941.2701000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1279.37, \"ymin\": 963.492, \"xmax\": 1307.1428999999998, \"ymax\": 992.0635}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1277.78, \"ymin\": 1001.59, \"xmax\": 1306.3491999999999, \"ymax\": 1035.7143}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1276.98, \"ymin\": 918.254, \"xmax\": 1308.7302, \"ymax\": 950.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1107.94, \"ymin\": 914.286, \"xmax\": 1127.7778, \"ymax\": 938.0952}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1154.76, \"ymin\": 917.46, \"xmax\": 1175.3968, \"ymax\": 939.6825}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 687.302, \"ymin\": 862.698, \"xmax\": 719.8413, \"ymax\": 896.0312}, \"category\": \"pne\"}]}, \"31532\": {\"path\": \"other/31532.jpg\", \"id\": 31532, \"objects\": [{\"bbox\": {\"xmin\": 341.7452087402344, \"ymin\": 1139.99072265625, \"xmax\": 364.2584533691406, \"ymax\": 1164.00634765625}, \"category\": \"pne\"}]}, \"20084\": {\"path\": \"train/20084.jpg\", \"id\": 20084, \"objects\": [{\"bbox\": {\"xmin\": 1210.0, \"ymin\": 905.0, \"xmax\": 1227.0, \"ymax\": 922.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1281.0, \"ymin\": 906.0, \"xmax\": 1299.0, \"ymax\": 925.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1371.2, \"ymin\": 921.6, \"xmax\": 1388.0, \"ymax\": 937.6}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1371.2, \"ymin\": 938.4, \"xmax\": 1388.0, \"ymax\": 956.0}, \"category\": \"i2r\"}]}, \"39727\": {\"path\": \"train/39727.jpg\", \"id\": 39727, \"objects\": [{\"bbox\": {\"xmin\": 1199.21, \"ymin\": 905.556, \"xmax\": 1218.2540000000001, \"ymax\": 928.5714}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1177.78, \"ymin\": 906.349, \"xmax\": 1196.8254, \"ymax\": 926.9841}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1219.05, \"ymin\": 907.937, \"xmax\": 1238.8889, \"ymax\": 928.5714}, \"category\": \"pn\"}]}, \"37281\": {\"path\": \"test/37281.jpg\", \"id\": 37281, \"objects\": [{\"bbox\": {\"xmin\": 1096.0, \"ymin\": 769.333, \"xmax\": 1149.3333, \"ymax\": 813.3333}, \"category\": \"w57\"}]}, \"67768\": {\"path\": \"train/67768.jpg\", \"id\": 67768, \"objects\": [{\"bbox\": {\"xmin\": 1441.0, \"ymin\": 505.0, \"xmax\": 1515.0, \"ymax\": 579.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1621.0, \"ymin\": 889.0, \"xmax\": 1695.0, \"ymax\": 969.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1090.0, \"ymin\": 888.0, \"xmax\": 1119.0, \"ymax\": 917.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1458.0, \"ymin\": 957.0, \"xmax\": 1504.0, \"ymax\": 1000.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1355.0, \"ymin\": 484.0, \"xmax\": 1439.0, \"ymax\": 570.0}, \"category\": \"wc\"}]}, \"80112\": {\"path\": \"train/80112.jpg\", \"id\": 80112, \"objects\": [{\"bbox\": {\"xmin\": 309.211, \"ymin\": 661.842, \"xmax\": 378.9474, \"ymax\": 744.7368}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1275.0, \"ymin\": 739.474, \"xmax\": 1330.2632, \"ymax\": 793.4211}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1340.79, \"ymin\": 738.158, \"xmax\": 1398.6842, \"ymax\": 798.6842}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 135.526, \"ymin\": 702.632, \"xmax\": 193.42110000000002, \"ymax\": 769.7367999999999}, \"category\": \"pne\"}]}, \"96170\": {\"path\": \"train/96170.jpg\", \"id\": 96170, \"objects\": [{\"bbox\": {\"xmin\": 1244.0, \"ymin\": 774.667, \"xmax\": 1301.33, \"ymax\": 830.6667}, \"category\": \"p26\"}]}, \"3595\": {\"path\": \"test/3595.jpg\", \"id\": 3595, \"objects\": [{\"bbox\": {\"xmin\": 1927.63, \"ymin\": 975.0, \"xmax\": 1973.6842000000001, \"ymax\": 1019.7368}, \"category\": \"pl50\"}]}, \"61133\": {\"path\": \"test/61133.jpg\", \"id\": 61133, \"objects\": [{\"bbox\": {\"xmin\": 189.109, \"ymin\": 830.693, \"xmax\": 214.85150000000002, \"ymax\": 876.2375999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 156.436, \"ymin\": 824.752, \"xmax\": 188.11880000000002, \"ymax\": 871.2871}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 219.802, \"ymin\": 837.624, \"xmax\": 243.56439999999998, \"ymax\": 881.1881000000001}, \"category\": \"pn\"}]}, \"78786\": {\"path\": \"other/78786.jpg\", \"id\": 78786, \"objects\": [{\"bbox\": {\"xmin\": 1662.67, \"ymin\": 926.667, \"xmax\": 1746.6667, \"ymax\": 1017.3333}, \"category\": \"pr50\"}]}, \"64616\": {\"path\": \"other/64616.jpg\", \"id\": 64616, \"objects\": [{\"bbox\": {\"xmin\": 34.0, \"ymin\": 807.0, \"xmax\": 110.0, \"ymax\": 892.0}, \"category\": \"pr80\"}]}, \"47234\": {\"path\": \"test/47234.jpg\", \"id\": 47234, \"objects\": [{\"bbox\": {\"xmin\": 1937.33, \"ymin\": 870.667, \"xmax\": 1966.6667, \"ymax\": 906.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1967.33, \"ymin\": 938.667, \"xmax\": 2006.6667, \"ymax\": 988.6667}, \"category\": \"i5\"}]}, \"31445\": {\"path\": \"test/31445.jpg\", \"id\": 31445, \"objects\": [{\"bbox\": {\"xmin\": 729.703, \"ymin\": 896.04, \"xmax\": 747.5248, \"ymax\": 913.8614}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 624.752, \"ymin\": 900.99, \"xmax\": 640.5940999999999, \"ymax\": 915.8416}, \"category\": \"pne\"}]}, \"55960\": {\"path\": \"train/55960.jpg\", \"id\": 55960, \"objects\": [{\"bbox\": {\"xmin\": 1344.55, \"ymin\": 988.119, \"xmax\": 1372.2772, \"ymax\": 1015.8416}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1345.54, \"ymin\": 1014.85, \"xmax\": 1371.2871, \"ymax\": 1040.5941}, \"category\": \"pn\"}]}, \"24520\": {\"path\": \"train/24520.jpg\", \"id\": 24520, \"objects\": [{\"bbox\": {\"xmin\": 648.0, \"ymin\": 988.0, \"xmax\": 671.0, \"ymax\": 1014.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 646.0, \"ymin\": 1015.0, \"xmax\": 671.0, \"ymax\": 1042.0}, \"category\": \"pn\"}]}, \"8811\": {\"path\": \"train/8811.jpg\", \"id\": 8811, \"objects\": [{\"bbox\": {\"xmin\": 280.263, \"ymin\": 1034.21, \"xmax\": 314.47439999999995, \"ymax\": 1072.3684}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 485.526, \"ymin\": 980.263, \"xmax\": 506.57890000000003, \"ymax\": 1007.8947000000001}, \"category\": \"pl50\"}]}, \"72278\": {\"path\": \"train/72278.jpg\", \"id\": 72278, \"objects\": [{\"bbox\": {\"xmin\": 1201.98, \"ymin\": 933.663, \"xmax\": 1221.7822, \"ymax\": 953.4653}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1138.61, \"ymin\": 929.703, \"xmax\": 1159.4059, \"ymax\": 950.495}, \"category\": \"pne\"}]}, \"27081\": {\"path\": \"other/27081.jpg\", \"id\": 27081, \"objects\": [{\"bbox\": {\"xmin\": 1328.0, \"ymin\": 928.0, \"xmax\": 1387.0, \"ymax\": 985.0}, \"category\": \"pr30\"}]}, \"75322\": {\"path\": \"test/75322.jpg\", \"id\": 75322, \"objects\": [{\"bbox\": {\"xmin\": 1170.67, \"ymin\": 294.667, \"xmax\": 1353.333, \"ymax\": 446.667}, \"category\": \"pl60\"}]}, \"97837\": {\"path\": \"train/97837.jpg\", \"id\": 97837, \"objects\": [{\"bbox\": {\"xmin\": 1877.33, \"ymin\": 940.0, \"xmax\": 1948.0, \"ymax\": 1020.0}, \"category\": \"p1n\"}]}, \"44550\": {\"path\": \"other/44550.jpg\", \"id\": 44550, \"objects\": [{\"bbox\": {\"xmin\": 685.188232421875, \"ymin\": 674.2293701171875, \"xmax\": 743.1365966796875, \"ymax\": 728.1982421875}, \"category\": \"ph4.8\"}]}, \"3015\": {\"path\": \"test/3015.jpg\", \"id\": 3015, \"objects\": [{\"bbox\": {\"xmin\": 1937.0, \"ymin\": 857.0, \"xmax\": 2015.0, \"ymax\": 949.0}, \"category\": \"p26\"}]}, \"34636\": {\"path\": \"test/34636.jpg\", \"id\": 34636, \"objects\": [{\"bbox\": {\"xmin\": 295.2, \"ymin\": 1011.2, \"xmax\": 342.4, \"ymax\": 1080.0}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1799.2, \"ymin\": 924.8, \"xmax\": 1885.6000000000001, \"ymax\": 1082.3999999999999}, \"category\": \"iz\"}]}, \"55458\": {\"path\": \"train/55458.jpg\", \"id\": 55458, \"objects\": [{\"bbox\": {\"xmin\": 1118.42, \"ymin\": 306.579, \"xmax\": 1314.476, \"ymax\": 447.368}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1317.11, \"ymin\": 317.105, \"xmax\": 1501.309, \"ymax\": 465.789}, \"category\": \"w57\"}]}, \"64542\": {\"path\": \"train/64542.jpg\", \"id\": 64542, \"objects\": [{\"bbox\": {\"xmin\": 964.8, \"ymin\": 861.6, \"xmax\": 992.0, \"ymax\": 888.8000000000001}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1135.2, \"ymin\": 858.4, \"xmax\": 1163.2, \"ymax\": 885.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1216.8, \"ymin\": 856.0, \"xmax\": 1244.8, \"ymax\": 884.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1049.6, \"ymin\": 859.2, \"xmax\": 1077.6, \"ymax\": 887.2}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 930.4, \"ymin\": 830.4, \"xmax\": 957.6, \"ymax\": 858.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1014.4, \"ymin\": 828.0, \"xmax\": 1044.0, \"ymax\": 856.8}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 964.8, \"ymin\": 830.4, \"xmax\": 992.0, \"ymax\": 857.6}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1016.0, \"ymin\": 860.0, \"xmax\": 1043.2, \"ymax\": 887.2}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 930.4, \"ymin\": 862.4, \"xmax\": 958.4, \"ymax\": 888.8}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1099.2, \"ymin\": 858.4, \"xmax\": 1128.0, \"ymax\": 884.8}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1182.4, \"ymin\": 856.0, \"xmax\": 1211.2, \"ymax\": 884.0}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1284.0, \"ymin\": 856.8, \"xmax\": 1313.6, \"ymax\": 884.8}, \"category\": \"pne\"}]}, \"97874\": {\"path\": \"train/97874.jpg\", \"id\": 97874, \"objects\": [{\"bbox\": {\"xmin\": 1253.95, \"ymin\": 877.632, \"xmax\": 1274.1722, \"ymax\": 902.649}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1223.68, \"ymin\": 878.808, \"xmax\": 1250.0, \"ymax\": 903.9458}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1278.93, \"ymin\": 876.316, \"xmax\": 1299.3368, \"ymax\": 905.298}, \"category\": \"pn\"}]}, \"10878\": {\"path\": \"train/10878.jpg\", \"id\": 10878, \"objects\": [{\"bbox\": {\"xmin\": 1272.0, \"ymin\": 694.667, \"xmax\": 1326.6667, \"ymax\": 749.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 750.667, \"ymin\": 680.0, \"xmax\": 806.6667, \"ymax\": 737.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1014.67, \"ymin\": 681.333, \"xmax\": 1072.0, \"ymax\": 734.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1461.33, \"ymin\": 677.333, \"xmax\": 1509.3333, \"ymax\": 726.6667}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1894.67, \"ymin\": 788.0, \"xmax\": 1937.3333, \"ymax\": 846.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 509.333, \"ymin\": 692.0, \"xmax\": 584.0, \"ymax\": 769.3333}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 629.333, \"ymin\": 685.333, \"xmax\": 682.6667, \"ymax\": 737.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 888.0, \"ymin\": 677.333, \"xmax\": 944.0, \"ymax\": 734.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1148.0, \"ymin\": 685.333, \"xmax\": 1202.6667, \"ymax\": 740.0}, \"category\": \"pl80\"}]}, \"70814\": {\"path\": \"test/70814.jpg\", \"id\": 70814, \"objects\": [{\"bbox\": {\"xmin\": 1710.53, \"ymin\": 965.789, \"xmax\": 1735.5263, \"ymax\": 989.4729}, \"category\": \"pl5\"}]}, \"53101\": {\"path\": \"train/53101.jpg\", \"id\": 53101, \"objects\": [{\"bbox\": {\"xmin\": 1907.84, \"ymin\": 578.431, \"xmax\": 1982.3528999999999, \"ymax\": 684.3140000000001}, \"category\": \"pne\"}]}, \"49252\": {\"path\": \"other/49252.jpg\", \"id\": 49252, \"objects\": [{\"bbox\": {\"xmin\": 1325.0, \"ymin\": 989.474, \"xmax\": 1342.5743, \"ymax\": 1022.3684000000001}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1326.32, \"ymin\": 953.947, \"xmax\": 1342.1053, \"ymax\": 990.7895}, \"category\": \"ps\"}]}, \"74148\": {\"path\": \"test/74148.jpg\", \"id\": 74148, \"objects\": [{\"bbox\": {\"xmin\": 1269.33, \"ymin\": 798.667, \"xmax\": 1309.3333, \"ymax\": 840.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1218.67, \"ymin\": 798.667, \"xmax\": 1261.3333, \"ymax\": 838.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1306.67, \"ymin\": 954.667, \"xmax\": 1344.0, \"ymax\": 992.0}, \"category\": \"i4l\"}]}, \"73812\": {\"path\": \"test/73812.jpg\", \"id\": 73812, \"objects\": [{\"bbox\": {\"xmin\": 148.0, \"ymin\": 941.0, \"xmax\": 211.0, \"ymax\": 1006.0}, \"category\": \"pg\"}]}, \"42877\": {\"path\": \"test/42877.jpg\", \"id\": 42877, \"objects\": [{\"bbox\": {\"xmin\": 1866.67, \"ymin\": 989.333, \"xmax\": 1886.6667, \"ymax\": 1030.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 380.0, \"ymin\": 957.333, \"xmax\": 393.3333, \"ymax\": 978.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 714.667, \"ymin\": 978.667, \"xmax\": 730.6667, \"ymax\": 997.3333}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 1952.0, \"ymin\": 880.0, \"xmax\": 1986.6667, \"ymax\": 923.9997}, \"category\": \"pcl\"}]}, \"78974\": {\"path\": \"test/78974.jpg\", \"id\": 78974, \"objects\": [{\"bbox\": {\"xmin\": 1678.67, \"ymin\": 997.333, \"xmax\": 1754.6667, \"ymax\": 1069.3333}, \"category\": \"w59\"}]}, \"68043\": {\"path\": \"train/68043.jpg\", \"id\": 68043, \"objects\": [{\"bbox\": {\"xmin\": 1157.71, \"ymin\": 984.8, \"xmax\": 1199.8832, \"ymax\": 1028.7383}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 552.56, \"ymin\": 940.444, \"xmax\": 613.8226, \"ymax\": 1002.6764999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 549.58, \"ymin\": 820.504, \"xmax\": 607.2265, \"ymax\": 884.3697}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 551.746, \"ymin\": 883.016, \"xmax\": 611.5869, \"ymax\": 940.0013}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1158.78, \"ymin\": 934.129, \"xmax\": 1198.1217, \"ymax\": 971.3083}, \"category\": \"pbm\"}]}, \"43754\": {\"path\": \"train/43754.jpg\", \"id\": 43754, \"objects\": [{\"bbox\": {\"xmin\": 1294.67, \"ymin\": 965.333, \"xmax\": 1334.6667, \"ymax\": 1009.3333}, \"category\": \"p5\"}]}, \"38587\": {\"path\": \"test/38587.jpg\", \"id\": 38587, \"objects\": [{\"bbox\": {\"xmin\": 1047.81, \"ymin\": 897.61, \"xmax\": 1075.301, \"ymax\": 926.2956}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1081.27, \"ymin\": 899.601, \"xmax\": 1111.1553999999999, \"ymax\": 927.0916}, \"category\": \"pl20\"}]}, \"8447\": {\"path\": \"train/8447.jpg\", \"id\": 8447, \"objects\": [{\"bbox\": {\"xmin\": 349.505, \"ymin\": 923.762, \"xmax\": 393.0693, \"ymax\": 971.2870999999999}, \"category\": \"pl30\"}]}, \"88732\": {\"path\": \"test/88732.jpg\", \"id\": 88732, \"objects\": [{\"bbox\": {\"xmin\": 1568.0, \"ymin\": 794.0, \"xmax\": 1608.0, \"ymax\": 839.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 858.0, \"ymin\": 820.0, \"xmax\": 893.0, \"ymax\": 857.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1477.0, \"ymin\": 787.0, \"xmax\": 1519.0, \"ymax\": 834.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1340.0, \"ymin\": 783.0, \"xmax\": 1386.0, \"ymax\": 828.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1293.0, \"ymin\": 780.0, \"xmax\": 1338.0, \"ymax\": 827.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1390.0, \"ymin\": 783.0, \"xmax\": 1433.0, \"ymax\": 830.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 680.0, \"ymin\": 830.0, \"xmax\": 711.0, \"ymax\": 864.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1523.0, \"ymin\": 792.0, \"xmax\": 1564.0, \"ymax\": 838.0}, \"category\": \"im\"}]}, \"66415\": {\"path\": \"test/66415.jpg\", \"id\": 66415, \"objects\": [{\"bbox\": {\"xmin\": 462.667, \"ymin\": 980.0, \"xmax\": 545.3333, \"ymax\": 1066.6667}, \"category\": \"i15\"}, {\"bbox\": {\"xmin\": 1752.0, \"ymin\": 980.0, \"xmax\": 1824.0, \"ymax\": 1060.0}, \"category\": \"pl25\"}, {\"bbox\": {\"xmin\": 1749.33, \"ymin\": 1065.33, \"xmax\": 1821.3333, \"ymax\": 1142.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1757.33, \"ymin\": 896.0, \"xmax\": 1825.3333, \"ymax\": 974.6667}, \"category\": \"pr40\"}]}, \"55926\": {\"path\": \"test/55926.jpg\", \"id\": 55926, \"objects\": [{\"bbox\": {\"xmin\": 1556.86, \"ymin\": 400.0, \"xmax\": 1627.4509999999998, \"ymax\": 543.137}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1433.33, \"ymin\": 582.353, \"xmax\": 1476.4705999999999, \"ymax\": 678.4313999999999}, \"category\": \"pne\"}]}, \"14064\": {\"path\": \"train/14064.jpg\", \"id\": 14064, \"objects\": [{\"bbox\": {\"xmin\": 50.16520690917969, \"ymin\": 889.2391357421875, \"xmax\": 75.44673919677734, \"ymax\": 917.40380859375}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1364.29, \"ymin\": 892.063, \"xmax\": 1391.2666, \"ymax\": 917.4603}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1292.06, \"ymin\": 892.857, \"xmax\": 1316.6667, \"ymax\": 916.6667}, \"category\": \"pne\"}]}, \"48866\": {\"path\": \"test/48866.jpg\", \"id\": 48866, \"objects\": [{\"bbox\": {\"xmin\": 1447.37, \"ymin\": 530.263, \"xmax\": 1543.4210999999998, \"ymax\": 630.263}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1563.16, \"ymin\": 547.368, \"xmax\": 1650.0, \"ymax\": 639.4737}, \"category\": \"pn\"}]}, \"95396\": {\"path\": \"train/95396.jpg\", \"id\": 95396, \"objects\": [{\"bbox\": {\"xmin\": 1655.0, \"ymin\": 966.0, \"xmax\": 1669.0, \"ymax\": 983.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1579.0, \"ymin\": 906.0, \"xmax\": 1605.0, \"ymax\": 931.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1580.0, \"ymin\": 936.0, \"xmax\": 1605.0, \"ymax\": 962.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1996.0, \"ymin\": 994.0, \"xmax\": 2014.0, \"ymax\": 1018.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1995.0, \"ymin\": 1022.0, \"xmax\": 2014.0, \"ymax\": 1044.0}, \"category\": \"i2r\"}]}, \"74125\": {\"path\": \"train/74125.jpg\", \"id\": 74125, \"objects\": [{\"bbox\": {\"xmin\": 760.0, \"ymin\": 983.0, \"xmax\": 823.0, \"ymax\": 1037.0}, \"category\": \"w59\"}]}, \"63894\": {\"path\": \"other/63894.jpg\", \"id\": 63894, \"objects\": [{\"bbox\": {\"xmin\": 770.667, \"ymin\": 902.667, \"xmax\": 825.3333, \"ymax\": 970.6667}, \"category\": \"w42\"}]}, \"63650\": {\"path\": \"train/63650.jpg\", \"id\": 63650, \"objects\": [{\"bbox\": {\"xmin\": 1458.73, \"ymin\": 963.492, \"xmax\": 1483.3351, \"ymax\": 985.7146}, \"category\": \"p5\"}]}, \"90444\": {\"path\": \"test/90444.jpg\", \"id\": 90444, \"objects\": [{\"bbox\": {\"xmin\": 1562.88330078125, \"ymin\": 931.8148803710938, \"xmax\": 1579.479736328125, \"ymax\": 951.0711059570312}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1525.8341064453125, \"ymin\": 932.2395629882812, \"xmax\": 1544.1463623046875, \"ymax\": 950.7493286132812}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1544.60498046875, \"ymin\": 932.1674194335938, \"xmax\": 1561.65478515625, \"ymax\": 953.1063842773438}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1758.42, \"ymin\": 918.812, \"xmax\": 1779.2079, \"ymax\": 947.5248}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1677.23, \"ymin\": 913.861, \"xmax\": 1700.9901, \"ymax\": 942.5743}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1438.61, \"ymin\": 899.01, \"xmax\": 1460.396, \"ymax\": 922.7723}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1342.57, \"ymin\": 896.04, \"xmax\": 1367.3266999999998, \"ymax\": 923.7624}, \"category\": \"pne\"}]}, \"18283\": {\"path\": \"train/18283.jpg\", \"id\": 18283, \"objects\": [{\"bbox\": {\"xmin\": 616.832, \"ymin\": 987.129, \"xmax\": 643.5644, \"ymax\": 1013.8614}, \"category\": \"pne\"}]}, \"46324\": {\"path\": \"test/46324.jpg\", \"id\": 46324, \"objects\": [{\"bbox\": {\"xmin\": 1917.33, \"ymin\": 922.667, \"xmax\": 1993.3333, \"ymax\": 1028.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1910.67, \"ymin\": 620.0, \"xmax\": 1988.0, \"ymax\": 722.667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1912.0, \"ymin\": 766.667, \"xmax\": 1990.6667, \"ymax\": 874.667}, \"category\": \"pl80\"}]}, \"53722\": {\"path\": \"test/53722.jpg\", \"id\": 53722, \"objects\": [{\"bbox\": {\"xmin\": 992.079, \"ymin\": 918.812, \"xmax\": 1008.9109, \"ymax\": 941.5842}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 967.327, \"ymin\": 916.832, \"xmax\": 989.1089, \"ymax\": 938.6139}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1009.9, \"ymin\": 917.822, \"xmax\": 1029.703, \"ymax\": 939.604}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1881.19, \"ymin\": 662.376, \"xmax\": 1943.5644, \"ymax\": 757.4261}, \"category\": \"pne\"}]}, \"87884\": {\"path\": \"train/87884.jpg\", \"id\": 87884, \"objects\": [{\"bbox\": {\"xmin\": 1090.67, \"ymin\": 737.333, \"xmax\": 1150.67, \"ymax\": 798.6660999999999}, \"category\": \"pl40\"}]}, \"85781\": {\"path\": \"train/85781.jpg\", \"id\": 85781, \"objects\": [{\"bbox\": {\"xmin\": 676.0, \"ymin\": 889.333, \"xmax\": 710.6667, \"ymax\": 938.6667}, \"category\": \"p10\"}]}, \"72156\": {\"path\": \"train/72156.jpg\", \"id\": 72156, \"objects\": [{\"bbox\": {\"xmin\": 358.416, \"ymin\": 816.832, \"xmax\": 378.218, \"ymax\": 866.3366}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1736.51, \"ymin\": 945.238, \"xmax\": 1747.6302, \"ymax\": 961.9048}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1719.05, \"ymin\": 946.032, \"xmax\": 1731.7459999999999, \"ymax\": 962.6984}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 324.752, \"ymin\": 808.911, \"xmax\": 352.47520000000003, \"ymax\": 858.4158}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 382.178, \"ymin\": 820.792, \"xmax\": 406.9307, \"ymax\": 869.3069}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1751.59, \"ymin\": 946.825, \"xmax\": 1765.0827, \"ymax\": 965.0794000000001}, \"category\": \"pn\"}]}, \"56174\": {\"path\": \"train/56174.jpg\", \"id\": 56174, \"objects\": [{\"bbox\": {\"xmin\": 1545.33, \"ymin\": 949.333, \"xmax\": 1590.6667, \"ymax\": 998.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1293.33, \"ymin\": 981.333, \"xmax\": 1317.3333, \"ymax\": 1005.3333}, \"category\": \"pm40\"}, {\"bbox\": {\"xmin\": 1596.0, \"ymin\": 936.0, \"xmax\": 1614.6667, \"ymax\": 958.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1626.67, \"ymin\": 937.333, \"xmax\": 1645.3333, \"ymax\": 960.0}, \"category\": \"i2r\"}]}, \"54792\": {\"path\": \"train/54792.jpg\", \"id\": 54792, \"objects\": [{\"bbox\": {\"xmin\": 1214.67, \"ymin\": 836.0, \"xmax\": 1240.0, \"ymax\": 864.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1534.67, \"ymin\": 868.0, \"xmax\": 1557.3333, \"ymax\": 894.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1817.33, \"ymin\": 913.333, \"xmax\": 1838.6667, \"ymax\": 938.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1494.67, \"ymin\": 1064.0, \"xmax\": 1513.3333, \"ymax\": 1086.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1742.67, \"ymin\": 1072.0, \"xmax\": 1756.0, \"ymax\": 1089.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1202.67, \"ymin\": 1070.67, \"xmax\": 1222.6667, \"ymax\": 1096.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1170.67, \"ymin\": 1042.67, \"xmax\": 1198.6634000000001, \"ymax\": 1072.0132}, \"category\": \"pss\"}]}, \"39951\": {\"path\": \"train/39951.jpg\", \"id\": 39951, \"objects\": [{\"bbox\": {\"xmin\": 1462.0, \"ymin\": 856.0, \"xmax\": 1488.0, \"ymax\": 883.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1589.0, \"ymin\": 704.0, \"xmax\": 1649.0, \"ymax\": 768.0}, \"category\": \"p5\"}]}, \"17854\": {\"path\": \"train/17854.jpg\", \"id\": 17854, \"objects\": [{\"bbox\": {\"xmin\": 184.8, \"ymin\": 543.2, \"xmax\": 262.4, \"ymax\": 658.4000000000001}, \"category\": \"ph4.5\"}]}, \"63254\": {\"path\": \"test/63254.jpg\", \"id\": 63254, \"objects\": [{\"bbox\": {\"xmin\": 1892.0, \"ymin\": 904.0, \"xmax\": 1923.0, \"ymax\": 947.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1892.0, \"ymin\": 954.0, \"xmax\": 1921.0, \"ymax\": 998.0}, \"category\": \"i2r\"}]}, \"75087\": {\"path\": \"train/75087.jpg\", \"id\": 75087, \"objects\": [{\"bbox\": {\"xmin\": 726.733, \"ymin\": 862.376, \"xmax\": 761.3860999999999, \"ymax\": 904.9504999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1161.39, \"ymin\": 905.941, \"xmax\": 1184.1584, \"ymax\": 933.6632000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1102.97, \"ymin\": 908.911, \"xmax\": 1127.7228, \"ymax\": 931.6831999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1128.71, \"ymin\": 905.941, \"xmax\": 1155.4455, \"ymax\": 935.6436}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 591.089, \"ymin\": 867.327, \"xmax\": 625.7426, \"ymax\": 909.901}, \"category\": \"pne\"}]}, \"62100\": {\"path\": \"train/62100.jpg\", \"id\": 62100, \"objects\": [{\"bbox\": {\"xmin\": 1530.67, \"ymin\": 946.667, \"xmax\": 1585.3333, \"ymax\": 1017.3333}, \"category\": \"w57\"}]}, \"23272\": {\"path\": \"test/23272.jpg\", \"id\": 23272, \"objects\": [{\"bbox\": {\"xmin\": 1324.0, \"ymin\": 909.0, \"xmax\": 1380.0, \"ymax\": 964.0}, \"category\": \"pl40\"}]}, \"79596\": {\"path\": \"test/79596.jpg\", \"id\": 79596, \"objects\": [{\"bbox\": {\"xmin\": 505.333, \"ymin\": 997.333, \"xmax\": 576.0, \"ymax\": 1079.9997}, \"category\": \"pl40\"}]}, \"83725\": {\"path\": \"train/83725.jpg\", \"id\": 83725, \"objects\": [{\"bbox\": {\"xmin\": 1416.0, \"ymin\": 934.0, \"xmax\": 1468.0, \"ymax\": 987.0}, \"category\": \"p23\"}]}, \"97332\": {\"path\": \"other/97332.jpg\", \"id\": 97332, \"objects\": [{\"bbox\": {\"xmin\": 1909.73, \"ymin\": 1229.2, \"xmax\": 1920.7965, \"ymax\": 1242.4779}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1921.24, \"ymin\": 1225.66, \"xmax\": 1934.9532, \"ymax\": 1242.9228}, \"category\": \"pn\"}]}, \"66493\": {\"path\": \"train/66493.jpg\", \"id\": 66493, \"objects\": [{\"bbox\": {\"xmin\": 1717.65, \"ymin\": 82.3529, \"xmax\": 1939.2160000000001, \"ymax\": 292.1569}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1939.22, \"ymin\": 166.667, \"xmax\": 2047.059, \"ymax\": 349.02}, \"category\": \"pn\"}]}, \"3452\": {\"path\": \"test/3452.jpg\", \"id\": 3452, \"objects\": [{\"bbox\": {\"xmin\": 1385.0, \"ymin\": 442.0, \"xmax\": 1475.0, \"ymax\": 526.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1495.0, \"ymin\": 456.0, \"xmax\": 1583.0, \"ymax\": 539.0}, \"category\": \"pn\"}]}, \"92222\": {\"path\": \"train/92222.jpg\", \"id\": 92222, \"objects\": [{\"bbox\": {\"xmin\": 1885.33, \"ymin\": 913.333, \"xmax\": 1961.3333, \"ymax\": 1006.6667}, \"category\": \"pm30\"}]}, \"30533\": {\"path\": \"train/30533.jpg\", \"id\": 30533, \"objects\": [{\"bbox\": {\"xmin\": 803.2, \"ymin\": 959.2, \"xmax\": 826.4000000000001, \"ymax\": 985.6}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 959.2, \"xmax\": 1196.0, \"ymax\": 980.8000000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1716.8, \"ymin\": 952.0, \"xmax\": 1740.0, \"ymax\": 975.2}, \"category\": \"ip\"}]}, \"50055\": {\"path\": \"train/50055.jpg\", \"id\": 50055, \"objects\": [{\"bbox\": {\"xmin\": 488.889, \"ymin\": 924.603, \"xmax\": 531.373, \"ymax\": 982.3531999999999}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 494.118, \"ymin\": 986.275, \"xmax\": 529.4118, \"ymax\": 1047.0588}, \"category\": \"pn\"}]}, \"26867\": {\"path\": \"train/26867.jpg\", \"id\": 26867, \"objects\": [{\"bbox\": {\"xmin\": 1133.33, \"ymin\": 1046.67, \"xmax\": 1153.3333, \"ymax\": 1065.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1306.67, \"ymin\": 1050.67, \"xmax\": 1324.0066000000002, \"ymax\": 1068.0033}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1958.67, \"ymin\": 661.333, \"xmax\": 2024.0, \"ymax\": 740.0}, \"category\": \"pl5\"}]}, \"11135\": {\"path\": \"train/11135.jpg\", \"id\": 11135, \"objects\": [{\"bbox\": {\"xmin\": 929.365, \"ymin\": 946.825, \"xmax\": 945.2381, \"ymax\": 962.6984}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 878.571, \"ymin\": 946.032, \"xmax\": 891.2698, \"ymax\": 962.6984}, \"category\": \"pne\"}]}, \"36660\": {\"path\": \"other/36660.jpg\", \"id\": 36660, \"objects\": [{\"bbox\": {\"xmin\": 1371.43, \"ymin\": 980.952, \"xmax\": 1396.8639, \"ymax\": 1026.1905}, \"category\": \"i10\"}]}, \"23362\": {\"path\": \"train/23362.jpg\", \"id\": 23362, \"objects\": [{\"bbox\": {\"xmin\": 1804.0, \"ymin\": 725.0, \"xmax\": 1868.0, \"ymax\": 806.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1871.0, \"ymin\": 736.0, \"xmax\": 1930.0, \"ymax\": 811.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1876.0, \"ymin\": 831.0, \"xmax\": 1933.0, \"ymax\": 908.0}, \"category\": \"ph4.2\"}]}, \"81832\": {\"path\": \"other/81832.jpg\", \"id\": 81832, \"objects\": [{\"bbox\": {\"xmin\": 1057.97, \"ymin\": 1106.16, \"xmax\": 1070.2899, \"ymax\": 1119.9322000000002}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1088.05, \"ymin\": 1105.07, \"xmax\": 1100.7246, \"ymax\": 1119.5629}, \"category\": \"pn\"}]}, \"81742\": {\"path\": \"train/81742.jpg\", \"id\": 81742, \"objects\": [{\"bbox\": {\"xmin\": 1610.4049072265625, \"ymin\": 890.1715698242188, \"xmax\": 1654.9251708984375, \"ymax\": 943.5812377929688}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 1549.06005859375, \"ymin\": 948.6329956054688, \"xmax\": 1597.094970703125, \"ymax\": 993.1378784179688}, \"category\": \"pa18\"}, {\"bbox\": {\"xmin\": 1495.43798828125, \"ymin\": 884.6753540039062, \"xmax\": 1545.4033203125, \"ymax\": 931.9103393554688}, \"category\": \"pa6\"}, {\"bbox\": {\"xmin\": 1556.0, \"ymin\": 886.0, \"xmax\": 1602.0, \"ymax\": 939.0}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 1494.0, \"ymin\": 944.0, \"xmax\": 1542.0, \"ymax\": 998.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1658.0, \"ymin\": 827.0, \"xmax\": 1711.0, \"ymax\": 960.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1609.0, \"ymin\": 968.0, \"xmax\": 1742.0, \"ymax\": 1100.0}, \"category\": \"pw4.5\"}]}, \"97595\": {\"path\": \"other/97595.jpg\", \"id\": 97595, \"objects\": [{\"bbox\": {\"xmin\": 1014.08642578125, \"ymin\": 1007.08349609375, \"xmax\": 1040.990478515625, \"ymax\": 1034.562744140625}, \"category\": \"w32\"}]}, \"35010\": {\"path\": \"train/35010.jpg\", \"id\": 35010, \"objects\": [{\"bbox\": {\"xmin\": 517.0, \"ymin\": 738.0, \"xmax\": 599.0, \"ymax\": 840.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 498.0, \"ymin\": 946.0, \"xmax\": 595.0, \"ymax\": 1052.0}, \"category\": \"w55\"}]}, \"45754\": {\"path\": \"train/45754.jpg\", \"id\": 45754, \"objects\": [{\"bbox\": {\"xmin\": 865.333, \"ymin\": 751.333, \"xmax\": 913.3333, \"ymax\": 796.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1182.67, \"ymin\": 747.333, \"xmax\": 1229.3333, \"ymax\": 792.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1025.33, \"ymin\": 746.667, \"xmax\": 1072.6667, \"ymax\": 792.6667}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 809.333, \"ymin\": 702.667, \"xmax\": 855.3333, \"ymax\": 746.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 865.333, \"ymin\": 700.0, \"xmax\": 911.3333, \"ymax\": 746.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 967.333, \"ymin\": 748.0, \"xmax\": 1015.3333, \"ymax\": 793.9997}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 809.333, \"ymin\": 752.667, \"xmax\": 856.0, \"ymax\": 798.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1126.0, \"ymin\": 746.0, \"xmax\": 1173.3333, \"ymax\": 792.667}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1304.67, \"ymin\": 747.333, \"xmax\": 1350.0, \"ymax\": 792.0}, \"category\": \"pne\"}]}, \"78431\": {\"path\": \"test/78431.jpg\", \"id\": 78431, \"objects\": [{\"bbox\": {\"xmin\": 1241.0, \"ymin\": 940.0, \"xmax\": 1259.0, \"ymax\": 957.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1463.0, \"ymin\": 904.0, \"xmax\": 1482.0, \"ymax\": 926.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1461.0, \"ymin\": 878.0, \"xmax\": 1483.0, \"ymax\": 903.0}, \"category\": \"pn\"}]}, \"22408\": {\"path\": \"train/22408.jpg\", \"id\": 22408, \"objects\": [{\"bbox\": {\"xmin\": 613.333, \"ymin\": 1004.0, \"xmax\": 634.6667, \"ymax\": 1032.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1376.0, \"ymin\": 929.333, \"xmax\": 1401.3333, \"ymax\": 953.3333}, \"category\": \"pbm\"}]}, \"78363\": {\"path\": \"train/78363.jpg\", \"id\": 78363, \"objects\": [{\"bbox\": {\"xmin\": 1597.0, \"ymin\": 980.0, \"xmax\": 1666.0, \"ymax\": 1048.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 579.0, \"ymin\": 986.0, \"xmax\": 635.0, \"ymax\": 1047.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1593.0, \"ymin\": 888.0, \"xmax\": 1660.0, \"ymax\": 955.0}, \"category\": \"pn\"}]}, \"38859\": {\"path\": \"other/38859.jpg\", \"id\": 38859, \"objects\": [{\"bbox\": {\"xmin\": 1436.93, \"ymin\": 876.704, \"xmax\": 1490.3409000000001, \"ymax\": 931.8181999999999}, \"category\": \"ph3.3\"}]}, \"45596\": {\"path\": \"train/45596.jpg\", \"id\": 45596, \"objects\": [{\"bbox\": {\"xmin\": 1020.82, \"ymin\": 800.794, \"xmax\": 1064.2857000000001, \"ymax\": 846.0318}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1185.71, \"ymin\": 986.275, \"xmax\": 1227.7778, \"ymax\": 1024.6032}, \"category\": \"pne\"}]}, \"53194\": {\"path\": \"test/53194.jpg\", \"id\": 53194, \"objects\": [{\"bbox\": {\"xmin\": 1899.0, \"ymin\": 1010.0, \"xmax\": 1944.0, \"ymax\": 1086.0}, \"category\": \"i5\"}]}, \"11242\": {\"path\": \"train/11242.jpg\", \"id\": 11242, \"objects\": [{\"bbox\": {\"xmin\": 1493.33, \"ymin\": 744.0, \"xmax\": 1536.0, \"ymax\": 788.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1746.67, \"ymin\": 768.0, \"xmax\": 1781.3366, \"ymax\": 810.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1625.33, \"ymin\": 756.0, \"xmax\": 1665.3333, \"ymax\": 800.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1441.33, \"ymin\": 688.0, \"xmax\": 1488.0, \"ymax\": 733.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1493.33, \"ymin\": 693.333, \"xmax\": 1538.6667, \"ymax\": 737.3333}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1578.67, \"ymin\": 750.667, \"xmax\": 1618.6667, \"ymax\": 794.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1442.67, \"ymin\": 737.333, \"xmax\": 1486.6667, \"ymax\": 785.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1702.67, \"ymin\": 764.0, \"xmax\": 1741.3333, \"ymax\": 806.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1828.0, \"ymin\": 777.333, \"xmax\": 1864.0, \"ymax\": 817.3333}, \"category\": \"pne\"}]}, \"7718\": {\"path\": \"test/7718.jpg\", \"id\": 7718, \"objects\": [{\"bbox\": {\"xmin\": 1499.0, \"ymin\": 784.0, \"xmax\": 1580.0, \"ymax\": 868.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1118.0, \"ymin\": 895.0, \"xmax\": 1146.0, \"ymax\": 927.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1502.0, \"ymin\": 869.0, \"xmax\": 1583.0, \"ymax\": 951.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1117.0, \"ymin\": 863.0, \"xmax\": 1145.0, \"ymax\": 893.0}, \"category\": \"pl30\"}]}, \"79064\": {\"path\": \"train/79064.jpg\", \"id\": 79064, \"objects\": [{\"bbox\": {\"xmin\": 1617.33, \"ymin\": 772.0, \"xmax\": 1650.6667, \"ymax\": 810.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1736.0, \"ymin\": 912.0, \"xmax\": 1760.0, \"ymax\": 938.6667}, \"category\": \"p15\"}, {\"bbox\": {\"xmin\": 1270.0, \"ymin\": 875.5, \"xmax\": 1301.5, \"ymax\": 908.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1733.33, \"ymin\": 945.333, \"xmax\": 1759.0, \"ymax\": 972.0}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 1577.33, \"ymin\": 769.333, \"xmax\": 1609.3333, \"ymax\": 806.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1271.5, \"ymin\": 919.0, \"xmax\": 1300.0, \"ymax\": 951.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1629.5, \"ymin\": 946.0, \"xmax\": 1656.5, \"ymax\": 980.5}, \"category\": \"ph2.5\"}, {\"bbox\": {\"xmin\": 1337.0, \"ymin\": 935.0, \"xmax\": 1372.0, \"ymax\": 972.0}, \"category\": \"ph2.5\"}, {\"bbox\": {\"xmin\": 1576.0, \"ymin\": 821.333, \"xmax\": 1610.6667, \"ymax\": 858.6667}, \"category\": \"p29\"}, {\"bbox\": {\"xmin\": 1617.33, \"ymin\": 825.333, \"xmax\": 1650.6667, \"ymax\": 862.6667}, \"category\": \"pbp\"}]}, \"30538\": {\"path\": \"train/30538.jpg\", \"id\": 30538, \"objects\": [{\"bbox\": {\"xmin\": 1188.5, \"ymin\": 915.044, \"xmax\": 1211.9469, \"ymax\": 939.8229}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1361.75, \"ymin\": 939.044, \"xmax\": 1374.1036, \"ymax\": 952.1916}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1375.7, \"ymin\": 939.442, \"xmax\": 1388.0478, \"ymax\": 952.988}, \"category\": \"pn\"}]}, \"49174\": {\"path\": \"train/49174.jpg\", \"id\": 49174, \"objects\": [{\"bbox\": {\"xmin\": 1734.67, \"ymin\": 778.667, \"xmax\": 1793.3333, \"ymax\": 838.6667}, \"category\": \"ph4.5\"}]}, \"6567\": {\"path\": \"test/6567.jpg\", \"id\": 6567, \"objects\": [{\"bbox\": {\"xmin\": 350.0, \"ymin\": 923.0, \"xmax\": 384.0, \"ymax\": 958.0}, \"category\": \"pl20\"}]}, \"77292\": {\"path\": \"train/77292.jpg\", \"id\": 77292, \"objects\": [{\"bbox\": {\"xmin\": 64.0, \"ymin\": 937.333, \"xmax\": 109.33330000000001, \"ymax\": 990.6667}, \"category\": \"pl80\"}]}, \"89787\": {\"path\": \"train/89787.jpg\", \"id\": 89787, \"objects\": [{\"bbox\": {\"xmin\": 1766.67, \"ymin\": 886.667, \"xmax\": 1808.0, \"ymax\": 924.0}, \"category\": \"w59\"}]}, \"94589\": {\"path\": \"test/94589.jpg\", \"id\": 94589, \"objects\": [{\"bbox\": {\"xmin\": 896.0, \"ymin\": 688.0, \"xmax\": 943.0, \"ymax\": 732.0}, \"category\": \"p19\"}]}, \"54474\": {\"path\": \"train/54474.jpg\", \"id\": 54474, \"objects\": [{\"bbox\": {\"xmin\": 1452.63, \"ymin\": 774.973, \"xmax\": 1481.5747000000001, \"ymax\": 814.4471}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1694.71, \"ymin\": 806.579, \"xmax\": 1717.0826, \"ymax\": 839.4737}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1722.37, \"ymin\": 806.579, \"xmax\": 1749.6689, \"ymax\": 848.6841999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1222.37, \"ymin\": 746.053, \"xmax\": 1267.1053, \"ymax\": 798.6842}, \"category\": \"pne\"}]}, \"4134\": {\"path\": \"test/4134.jpg\", \"id\": 4134, \"objects\": [{\"bbox\": {\"xmin\": 396.46331787109375, \"ymin\": 1095.4287109375, \"xmax\": 420.42144775390625, \"ymax\": 1118.351806640625}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 92.0, \"ymin\": 1053.33, \"xmax\": 148.0, \"ymax\": 1137.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 90.6667, \"ymin\": 970.667, \"xmax\": 149.3333, \"ymax\": 1052.0}, \"category\": \"pss\"}]}, \"42883\": {\"path\": \"test/42883.jpg\", \"id\": 42883, \"objects\": [{\"bbox\": {\"xmin\": 154.455, \"ymin\": 1003.96, \"xmax\": 177.22770000000003, \"ymax\": 1030.6931}, \"category\": \"pne\"}]}, \"53810\": {\"path\": \"other/53810.jpg\", \"id\": 53810, \"objects\": [{\"bbox\": {\"xmin\": 1762.67, \"ymin\": 738.667, \"xmax\": 1802.6667, \"ymax\": 781.3333}, \"category\": \"pm40\"}, {\"bbox\": {\"xmin\": 1762.67, \"ymin\": 789.333, \"xmax\": 1800.0, \"ymax\": 834.6667}, \"category\": \"pm46\"}]}, \"61874\": {\"path\": \"train/61874.jpg\", \"id\": 61874, \"objects\": [{\"bbox\": {\"xmin\": 1863.0, \"ymin\": 869.0, \"xmax\": 1969.0, \"ymax\": 976.0}, \"category\": \"p23\"}]}, \"58248\": {\"path\": \"train/58248.jpg\", \"id\": 58248, \"objects\": [{\"bbox\": {\"xmin\": 1325.0, \"ymin\": 770.0, \"xmax\": 1373.0, \"ymax\": 818.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1279.0, \"ymin\": 767.0, \"xmax\": 1324.0, \"ymax\": 816.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1229.0, \"ymin\": 768.0, \"xmax\": 1277.0, \"ymax\": 814.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1371.0, \"ymin\": 773.0, \"xmax\": 1421.0, \"ymax\": 821.0}, \"category\": \"pn\"}]}, \"24205\": {\"path\": \"test/24205.jpg\", \"id\": 24205, \"objects\": [{\"bbox\": {\"xmin\": 1890.1, \"ymin\": 939.604, \"xmax\": 1928.7128, \"ymax\": 1000.9904}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1947.52, \"ymin\": 870.297, \"xmax\": 2030.6928, \"ymax\": 994.059}, \"category\": \"pl5\"}]}, \"12837\": {\"path\": \"train/12837.jpg\", \"id\": 12837, \"objects\": [{\"bbox\": {\"xmin\": 1801.14, \"ymin\": 883.523, \"xmax\": 1824.4318, \"ymax\": 913.0682}, \"category\": \"pl50\"}]}, \"52894\": {\"path\": \"train/52894.jpg\", \"id\": 52894, \"objects\": [{\"bbox\": {\"xmin\": 686.667, \"ymin\": 184.0, \"xmax\": 902.667, \"ymax\": 349.33299999999997}, \"category\": \"p5\"}]}, \"61841\": {\"path\": \"train/61841.jpg\", \"id\": 61841, \"objects\": [{\"bbox\": {\"xmin\": 1321.366943359375, \"ymin\": 963.1737670898438, \"xmax\": 1343.02978515625, \"ymax\": 982.4988403320312}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1812.0, \"ymin\": 938.667, \"xmax\": 1861.3333, \"ymax\": 992.0}, \"category\": \"pl120\"}]}, \"98151\": {\"path\": \"train/98151.jpg\", \"id\": 98151, \"objects\": [{\"bbox\": {\"xmin\": 1397.33, \"ymin\": 861.333, \"xmax\": 1436.0, \"ymax\": 900.0}, \"category\": \"pl40\"}]}, \"18561\": {\"path\": \"train/18561.jpg\", \"id\": 18561, \"objects\": [{\"bbox\": {\"xmin\": 1700.0, \"ymin\": 813.333, \"xmax\": 1728.0, \"ymax\": 844.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1934.67, \"ymin\": 836.0, \"xmax\": 1957.3333, \"ymax\": 865.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1785.33, \"ymin\": 820.0, \"xmax\": 1813.3333, \"ymax\": 850.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1862.67, \"ymin\": 829.333, \"xmax\": 1885.3333, \"ymax\": 857.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1665.33, \"ymin\": 772.0, \"xmax\": 1696.0, \"ymax\": 805.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1756.0, \"ymin\": 782.667, \"xmax\": 1784.0, \"ymax\": 814.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 776.0, \"xmax\": 1728.0, \"ymax\": 808.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1754.67, \"ymin\": 818.667, \"xmax\": 1782.6667, \"ymax\": 848.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1833.33, \"ymin\": 825.333, \"xmax\": 1860.0, \"ymax\": 854.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1666.67, \"ymin\": 809.333, \"xmax\": 1696.0, \"ymax\": 841.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1910.67, \"ymin\": 833.333, \"xmax\": 1933.3333, \"ymax\": 862.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1988.0, \"ymin\": 844.0, \"xmax\": 2010.6667, \"ymax\": 870.6667}, \"category\": \"pne\"}]}, \"74737\": {\"path\": \"other/74737.jpg\", \"id\": 74737, \"objects\": [{\"bbox\": {\"xmin\": 1050.99, \"ymin\": 981.275, \"xmax\": 1071.71, \"ymax\": 1003.1874}, \"category\": \"ph2\"}]}, \"24371\": {\"path\": \"train/24371.jpg\", \"id\": 24371, \"objects\": [{\"bbox\": {\"xmin\": 1280.2, \"ymin\": 935.644, \"xmax\": 1300.0, \"ymax\": 958.4158}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1484.16, \"ymin\": 947.525, \"xmax\": 1502.9818, \"ymax\": 967.3272}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1448.51, \"ymin\": 944.554, \"xmax\": 1467.3267, \"ymax\": 965.3465}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1467.33, \"ymin\": 946.535, \"xmax\": 1484.1584, \"ymax\": 966.3366}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1201.98, \"ymin\": 932.673, \"xmax\": 1220.7895, \"ymax\": 957.4257}, \"category\": \"pne\"}]}, \"69553\": {\"path\": \"train/69553.jpg\", \"id\": 69553, \"objects\": [{\"bbox\": {\"xmin\": 988.043, \"ymin\": 937.681, \"xmax\": 1005.4348, \"ymax\": 955.4345000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1007.61, \"ymin\": 938.405, \"xmax\": 1023.1854, \"ymax\": 954.7098}, \"category\": \"pn\"}]}, \"5153\": {\"path\": \"train/5153.jpg\", \"id\": 5153, \"objects\": [{\"bbox\": {\"xmin\": 901.961, \"ymin\": 884.314, \"xmax\": 956.8627, \"ymax\": 988.235}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 662.745, \"ymin\": 517.647, \"xmax\": 837.255, \"ymax\": 911.7650000000001}, \"category\": \"w57\"}]}, \"93717\": {\"path\": \"train/93717.jpg\", \"id\": 93717, \"objects\": [{\"bbox\": {\"xmin\": 1253.47, \"ymin\": 930.693, \"xmax\": 1269.3069, \"ymax\": 948.5149}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1185.15, \"ymin\": 927.723, \"xmax\": 1200.9901, \"ymax\": 946.5346999999999}, \"category\": \"pne\"}]}, \"19337\": {\"path\": \"other/19337.jpg\", \"id\": 19337, \"objects\": [{\"bbox\": {\"xmin\": 330.1052551269531, \"ymin\": 1125.720703125, \"xmax\": 349.9903259277344, \"ymax\": 1144.6962890625}, \"category\": \"pmb\"}]}, \"66876\": {\"path\": \"other/66876.jpg\", \"id\": 66876, \"objects\": [{\"bbox\": {\"xmin\": 669.048, \"ymin\": 950.0, \"xmax\": 682.5406, \"ymax\": 963.4921}, \"category\": \"pne\"}]}, \"58109\": {\"path\": \"train/58109.jpg\", \"id\": 58109, \"objects\": [{\"bbox\": {\"xmin\": 1428.71, \"ymin\": 850.495, \"xmax\": 1462.3762000000002, \"ymax\": 885.1485}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1568.32, \"ymin\": 901.98, \"xmax\": 1590.099, \"ymax\": 924.7525}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1529.7, \"ymin\": 900.0, \"xmax\": 1548.5149000000001, \"ymax\": 923.7624}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1551.49, \"ymin\": 900.99, \"xmax\": 1569.3069, \"ymax\": 925.7425000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 847.525, \"xmax\": 1332.6733, \"ymax\": 883.1682999999999}, \"category\": \"pne\"}]}, \"46838\": {\"path\": \"train/46838.jpg\", \"id\": 46838, \"objects\": [{\"bbox\": {\"xmin\": 578.4, \"ymin\": 837.6, \"xmax\": 643.1999999999999, \"ymax\": 914.4}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 576.8, \"ymin\": 915.2, \"xmax\": 643.1999999999999, \"ymax\": 989.6}, \"category\": \"pn\"}]}, \"52428\": {\"path\": \"other/52428.jpg\", \"id\": 52428, \"objects\": [{\"bbox\": {\"xmin\": 1272.22, \"ymin\": 955.556, \"xmax\": 1280.95238, \"ymax\": 969.0476}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1256.35, \"ymin\": 953.175, \"xmax\": 1266.6667, \"ymax\": 967.4603}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1285.71, \"ymin\": 956.954, \"xmax\": 1296.6887, \"ymax\": 969.5369}, \"category\": \"pn\"}]}, \"3966\": {\"path\": \"train/3966.jpg\", \"id\": 3966, \"objects\": [{\"bbox\": {\"xmin\": 1078.411376953125, \"ymin\": 1365.5191650390625, \"xmax\": 1122.330322265625, \"ymax\": 1404.0362548828125}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1075.5321044921875, \"ymin\": 1324.4898681640625, \"xmax\": 1120.5738525390625, \"ymax\": 1365.2388916015625}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 971.523, \"ymin\": 1227.81, \"xmax\": 1025.8278, \"ymax\": 1279.4702}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1029.14, \"ymin\": 1231.79, \"xmax\": 1081.4560000000001, \"ymax\": 1282.7815}, \"category\": \"pn\"}]}, \"39270\": {\"path\": \"train/39270.jpg\", \"id\": 39270, \"objects\": [{\"bbox\": {\"xmin\": 1132.0, \"ymin\": 918.667, \"xmax\": 1178.6667, \"ymax\": 964.0}, \"category\": \"pl5\"}]}, \"23445\": {\"path\": \"other/23445.jpg\", \"id\": 23445, \"objects\": [{\"bbox\": {\"xmin\": 1271.52, \"ymin\": 928.477, \"xmax\": 1286.0927, \"ymax\": 945.6954}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1288.08, \"ymin\": 927.815, \"xmax\": 1302.6377, \"ymax\": 946.3576}, \"category\": \"pn\"}]}, \"98770\": {\"path\": \"other/98770.jpg\", \"id\": 98770, \"objects\": [{\"bbox\": {\"xmin\": 1200.8, \"ymin\": 413.6, \"xmax\": 1356.426, \"ymax\": 553.53}, \"category\": \"pr70\"}]}, \"47195\": {\"path\": \"train/47195.jpg\", \"id\": 47195, \"objects\": [{\"bbox\": {\"xmin\": 1052.8, \"ymin\": 510.4, \"xmax\": 1119.2, \"ymax\": 564.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 737.6, \"ymin\": 517.6, \"xmax\": 794.4, \"ymax\": 568.8000000000001}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 679.2, \"ymin\": 523.2, \"xmax\": 735.2, \"ymax\": 573.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 953.6, \"ymin\": 508.0, \"xmax\": 1020.0, \"ymax\": 563.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1466.4, \"ymin\": 882.4, \"xmax\": 1554.4, \"ymax\": 975.1999999999999}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 620.8, \"ymin\": 526.4, \"xmax\": 675.1999999999999, \"ymax\": 578.4}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1205.6, \"ymin\": 518.4, \"xmax\": 1268.0, \"ymax\": 573.6}, \"category\": \"pne\"}]}, \"42951\": {\"path\": \"train/42951.jpg\", \"id\": 42951, \"objects\": [{\"bbox\": {\"xmin\": 1381.25, \"ymin\": 981.818, \"xmax\": 1405.1182, \"ymax\": 1011.3636}, \"category\": \"pl30\"}]}, \"34817\": {\"path\": \"other/34817.jpg\", \"id\": 34817, \"objects\": [{\"bbox\": {\"xmin\": 420.0, \"ymin\": 978.0, \"xmax\": 467.0, \"ymax\": 1052.0}, \"category\": \"pm8\"}]}, \"10917\": {\"path\": \"train/10917.jpg\", \"id\": 10917, \"objects\": [{\"bbox\": {\"xmin\": 1158.330078125, \"ymin\": 1005.4561157226562, \"xmax\": 1182.57763671875, \"ymax\": 1031.2720947265625}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 268.0, \"ymin\": 871.0, \"xmax\": 291.0, \"ymax\": 908.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 109.0, \"ymin\": 647.0, \"xmax\": 164.0, \"ymax\": 733.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1762.0, \"ymin\": 936.0, \"xmax\": 1777.0, \"ymax\": 953.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 195.0, \"ymin\": 988.0, \"xmax\": 212.0, \"ymax\": 1019.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 215.0, \"ymin\": 861.0, \"xmax\": 241.0, \"ymax\": 900.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 136.0, \"ymin\": 844.0, \"xmax\": 162.0, \"ymax\": 888.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 103.0, \"ymin\": 839.0, \"xmax\": 132.0, \"ymax\": 883.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 163.0, \"ymin\": 849.0, \"xmax\": 193.0, \"ymax\": 893.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1734.0, \"ymin\": 934.0, \"xmax\": 1748.0, \"ymax\": 953.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 244.0, \"ymin\": 865.0, \"xmax\": 269.0, \"ymax\": 905.0}, \"category\": \"im\"}]}, \"78061\": {\"path\": \"test/78061.jpg\", \"id\": 78061, \"objects\": [{\"bbox\": {\"xmin\": 1501.0, \"ymin\": 1036.0, \"xmax\": 1519.0, \"ymax\": 1055.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1501.0, \"ymin\": 990.0, \"xmax\": 1519.0, \"ymax\": 1011.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1501.0, \"ymin\": 1013.0, \"xmax\": 1520.0, \"ymax\": 1033.0}, \"category\": \"pn\"}]}, \"54045\": {\"path\": \"train/54045.jpg\", \"id\": 54045, \"objects\": [{\"bbox\": {\"xmin\": 1910.13, \"ymin\": 817.121, \"xmax\": 2000.1705000000002, \"ymax\": 914.4105}, \"category\": \"i4\"}]}, \"18661\": {\"path\": \"test/18661.jpg\", \"id\": 18661, \"objects\": [{\"bbox\": {\"xmin\": 1692.0, \"ymin\": 937.0, \"xmax\": 1751.0, \"ymax\": 994.0}, \"category\": \"pr50\"}, {\"bbox\": {\"xmin\": 1519.0, \"ymin\": 1000.0, \"xmax\": 1554.0, \"ymax\": 1039.0}, \"category\": \"i2r\"}]}, \"4210\": {\"path\": \"train/4210.jpg\", \"id\": 4210, \"objects\": [{\"bbox\": {\"xmin\": 1458.0, \"ymin\": 835.0, \"xmax\": 1499.0, \"ymax\": 880.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1414.0, \"ymin\": 834.0, \"xmax\": 1457.0, \"ymax\": 880.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1328.0, \"ymin\": 953.0, \"xmax\": 1362.0, \"ymax\": 983.0}, \"category\": \"w45\"}]}, \"91077\": {\"path\": \"other/91077.jpg\", \"id\": 91077, \"objects\": [{\"bbox\": {\"xmin\": 1165.35, \"ymin\": 996.04, \"xmax\": 1180.1979999999999, \"ymax\": 1017.8217999999999}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1066.23, \"ymin\": 949.669, \"xmax\": 1082.7815, \"ymax\": 964.9007}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1523.84, \"ymin\": 996.026, \"xmax\": 1533.7748299999998, \"ymax\": 1014.5695}, \"category\": \"pne\"}]}, \"52472\": {\"path\": \"train/52472.jpg\", \"id\": 52472, \"objects\": [{\"bbox\": {\"xmin\": 550.0, \"ymin\": 769.0, \"xmax\": 568.0, \"ymax\": 818.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 526.0, \"ymin\": 759.0, \"xmax\": 546.0, \"ymax\": 812.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 938.0, \"ymin\": 857.0, \"xmax\": 1022.0, \"ymax\": 937.0}, \"category\": \"pg\"}]}, \"22415\": {\"path\": \"test/22415.jpg\", \"id\": 22415, \"objects\": [{\"bbox\": {\"xmin\": 1299.98, \"ymin\": 867.456, \"xmax\": 1329.3741, \"ymax\": 896.8248}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1455.56, \"ymin\": 896.825, \"xmax\": 1476.1905, \"ymax\": 921.4286000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1418.25, \"ymin\": 898.413, \"xmax\": 1436.5079, \"ymax\": 918.254}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1438.1, \"ymin\": 899.206, \"xmax\": 1455.5556, \"ymax\": 919.8413}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1176.19, \"ymin\": 863.492, \"xmax\": 1207.9365, \"ymax\": 895.2380999999999}, \"category\": \"pne\"}]}, \"82580\": {\"path\": \"train/82580.jpg\", \"id\": 82580, \"objects\": [{\"bbox\": {\"xmin\": 1462.38, \"ymin\": 848.515, \"xmax\": 1494.0594, \"ymax\": 884.1584}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1323.76, \"ymin\": 847.525, \"xmax\": 1360.396, \"ymax\": 881.1881}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 748.515, \"ymin\": 850.495, \"xmax\": 782.1782, \"ymax\": 888.1188}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1204.95, \"ymin\": 911.881, \"xmax\": 1224.7528, \"ymax\": 933.6632999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1180.2, \"ymin\": 912.871, \"xmax\": 1200.0, \"ymax\": 936.6337}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1231.68, \"ymin\": 908.911, \"xmax\": 1254.4554, \"ymax\": 933.6637}, \"category\": \"pn\"}]}, \"48751\": {\"path\": \"train/48751.jpg\", \"id\": 48751, \"objects\": [{\"bbox\": {\"xmin\": 1889.0, \"ymin\": 939.0, \"xmax\": 1927.0, \"ymax\": 981.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1891.0, \"ymin\": 989.0, \"xmax\": 1927.0, \"ymax\": 1032.0}, \"category\": \"p4\"}, {\"bbox\": {\"xmin\": 1937.0, \"ymin\": 989.0, \"xmax\": 1973.0, \"ymax\": 1030.0}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 1935.0, \"ymin\": 938.0, \"xmax\": 1972.0, \"ymax\": 980.0}, \"category\": \"p29\"}]}, \"73758\": {\"path\": \"train/73758.jpg\", \"id\": 73758, \"objects\": [{\"bbox\": {\"xmin\": 1502.67, \"ymin\": 942.667, \"xmax\": 1562.6667, \"ymax\": 1009.3333}, \"category\": \"p10\"}]}, \"57941\": {\"path\": \"train/57941.jpg\", \"id\": 57941, \"objects\": [{\"bbox\": {\"xmin\": 1990.0, \"ymin\": 619.0, \"xmax\": 2045.0, \"ymax\": 699.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1098.0, \"ymin\": 633.0, \"xmax\": 1177.0, \"ymax\": 705.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1392.0, \"ymin\": 647.0, \"xmax\": 1466.0, \"ymax\": 718.0}, \"category\": \"pn\"}]}, \"54468\": {\"path\": \"train/54468.jpg\", \"id\": 54468, \"objects\": [{\"bbox\": {\"xmin\": 505.941, \"ymin\": 794.058, \"xmax\": 524.7506999999999, \"ymax\": 845.5455}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 467.327, \"ymin\": 775.248, \"xmax\": 485.1485, \"ymax\": 833.6634}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 486.139, \"ymin\": 782.178, \"xmax\": 506.9314, \"ymax\": 840.5941}, \"category\": \"pn\"}]}, \"47156\": {\"path\": \"train/47156.jpg\", \"id\": 47156, \"objects\": [{\"bbox\": {\"xmin\": 1901.33, \"ymin\": 953.333, \"xmax\": 1995.9967, \"ymax\": 1068.0}, \"category\": \"pr40\"}]}, \"65717\": {\"path\": \"train/65717.jpg\", \"id\": 65717, \"objects\": [{\"bbox\": {\"xmin\": 768.0, \"ymin\": 997.0, \"xmax\": 780.0, \"ymax\": 1010.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1355.0, \"ymin\": 775.0, \"xmax\": 1392.0, \"ymax\": 813.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1305.0, \"ymin\": 771.0, \"xmax\": 1342.0, \"ymax\": 811.0}, \"category\": \"p26\"}]}, \"69321\": {\"path\": \"test/69321.jpg\", \"id\": 69321, \"objects\": [{\"bbox\": {\"xmin\": 1123.2, \"ymin\": 997.6, \"xmax\": 1140.0, \"ymax\": 1016.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1479.2, \"ymin\": 932.0, \"xmax\": 1556.8, \"ymax\": 1004.0}, \"category\": \"w22\"}]}, \"45499\": {\"path\": \"train/45499.jpg\", \"id\": 45499, \"objects\": [{\"bbox\": {\"xmin\": 1552.0, \"ymin\": 908.0, \"xmax\": 1582.6667, \"ymax\": 948.0}, \"category\": \"iz\"}]}, \"66664\": {\"path\": \"train/66664.jpg\", \"id\": 66664, \"objects\": [{\"bbox\": {\"xmin\": 162.0, \"ymin\": 998.0, \"xmax\": 225.0, \"ymax\": 1054.0}, \"category\": \"w59\"}]}, \"91713\": {\"path\": \"train/91713.jpg\", \"id\": 91713, \"objects\": [{\"bbox\": {\"xmin\": 1328.0, \"ymin\": 808.0, \"xmax\": 1353.3333, \"ymax\": 834.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1504.0, \"ymin\": 820.0, \"xmax\": 1526.6667, \"ymax\": 845.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1417.33, \"ymin\": 814.667, \"xmax\": 1442.6667, \"ymax\": 841.3333}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1294.67, \"ymin\": 777.333, \"xmax\": 1321.3333, \"ymax\": 802.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1329.33, \"ymin\": 777.333, \"xmax\": 1356.0, \"ymax\": 805.3333}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1385.33, \"ymin\": 810.667, \"xmax\": 1412.0, \"ymax\": 838.6667}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1294.67, \"ymin\": 806.667, \"xmax\": 1321.3333, \"ymax\": 834.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1472.0, \"ymin\": 817.333, \"xmax\": 1498.6667, \"ymax\": 844.0}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1566.67, \"ymin\": 822.667, \"xmax\": 1590.6667, \"ymax\": 850.6667}, \"category\": \"pne\"}]}, \"28218\": {\"path\": \"test/28218.jpg\", \"id\": 28218, \"objects\": [{\"bbox\": {\"xmin\": 1670.0, \"ymin\": 809.0, \"xmax\": 1812.0, \"ymax\": 976.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1673.0, \"ymin\": 992.0, \"xmax\": 1815.0, \"ymax\": 1152.0}, \"category\": \"i2r\"}]}, \"86326\": {\"path\": \"train/86326.jpg\", \"id\": 86326, \"objects\": [{\"bbox\": {\"xmin\": 1130.0, \"ymin\": 699.0, \"xmax\": 1179.0, \"ymax\": 746.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1525.0, \"ymin\": 903.0, \"xmax\": 1580.0, \"ymax\": 963.0}, \"category\": \"pr50\"}]}, \"60380\": {\"path\": \"test/60380.jpg\", \"id\": 60380, \"objects\": [{\"bbox\": {\"xmin\": 1156.88, \"ymin\": 909.42, \"xmax\": 1177.5281, \"ymax\": 932.2464}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1203.99, \"ymin\": 909.42, \"xmax\": 1225.0, \"ymax\": 930.7971}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1180.44, \"ymin\": 909.782, \"xmax\": 1200.727, \"ymax\": 931.1591000000001}, \"category\": \"pn\"}]}, \"82220\": {\"path\": \"train/82220.jpg\", \"id\": 82220, \"objects\": [{\"bbox\": {\"xmin\": 1434.1783447265625, \"ymin\": 828.4653930664062, \"xmax\": 1457.9920654296875, \"ymax\": 848.2994995117188}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1401.949951171875, \"ymin\": 824.815673828125, \"xmax\": 1426.40380859375, \"ymax\": 847.08349609375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1398.6337890625, \"ymin\": 865.3463134765625, \"xmax\": 1422.8232421875, \"ymax\": 886.0821533203125}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1508.5076904296875, \"ymin\": 916.03759765625, \"xmax\": 1535.9024658203125, \"ymax\": 944.3411865234375}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1463.5548095703125, \"ymin\": 827.3421630859375, \"xmax\": 1488.3887939453125, \"ymax\": 851.893310546875}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1461.4566650390625, \"ymin\": 863.114990234375, \"xmax\": 1487.0167236328125, \"ymax\": 886.48193359375}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1431.2227783203125, \"ymin\": 865.8966064453125, \"xmax\": 1456.2586669921875, \"ymax\": 888.3486328125}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1153.47, \"ymin\": 939.604, \"xmax\": 1187.1287, \"ymax\": 972.2772}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 540.594, \"ymin\": 982.178, \"xmax\": 571.2871, \"ymax\": 1011.8812}, \"category\": \"pne\"}]}, \"55432\": {\"path\": \"test/55432.jpg\", \"id\": 55432, \"objects\": [{\"bbox\": {\"xmin\": 298.316, \"ymin\": 848.713, \"xmax\": 478.29599999999994, \"ymax\": 1071.624}, \"category\": \"ip\"}]}, \"20323\": {\"path\": \"other/20323.jpg\", \"id\": 20323, \"objects\": [{\"bbox\": {\"xmin\": 1256.4927978515625, \"ymin\": 920.5679931640625, \"xmax\": 1278.8277587890625, \"ymax\": 940.9091796875}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1165.4622802734375, \"ymin\": 917.8009033203125, \"xmax\": 1186.8013916015625, \"ymax\": 937.3155517578125}, \"category\": \"pne\"}]}, \"78785\": {\"path\": \"other/78785.jpg\", \"id\": 78785, \"objects\": [{\"bbox\": {\"xmin\": 36.8421, \"ymin\": 968.421, \"xmax\": 72.36840000000001, \"ymax\": 1015.7895000000001}, \"category\": \"w30\"}]}, \"51258\": {\"path\": \"test/51258.jpg\", \"id\": 51258, \"objects\": [{\"bbox\": {\"xmin\": 602.667, \"ymin\": 1030.67, \"xmax\": 632.0, \"ymax\": 1054.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 604.0, \"ymin\": 1000.0, \"xmax\": 630.6667, \"ymax\": 1028.0}, \"category\": \"pl5\"}]}, \"9233\": {\"path\": \"train/9233.jpg\", \"id\": 9233, \"objects\": [{\"bbox\": {\"xmin\": 1386.14, \"ymin\": 856.436, \"xmax\": 1424.7525, \"ymax\": 894.0594}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1223.76, \"ymin\": 852.475, \"xmax\": 1264.3434, \"ymax\": 894.0594}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 783.168, \"ymin\": 851.485, \"xmax\": 819.802, \"ymax\": 889.1089000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1198.02, \"ymin\": 905.941, \"xmax\": 1227.7228, \"ymax\": 934.6535}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1141.58, \"ymin\": 906.931, \"xmax\": 1170.297, \"ymax\": 940.5941}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1170.3, \"ymin\": 907.921, \"xmax\": 1197.0411, \"ymax\": 933.6634}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 637.624, \"ymin\": 862.376, \"xmax\": 673.2673, \"ymax\": 902.9703}, \"category\": \"pne\"}]}, \"40410\": {\"path\": \"train/40410.jpg\", \"id\": 40410, \"objects\": [{\"bbox\": {\"xmin\": 1600.44, \"ymin\": 783.628, \"xmax\": 1646.4576, \"ymax\": 836.7257000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1196.46, \"ymin\": 759.292, \"xmax\": 1252.6573, \"ymax\": 816.8142}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1650.44, \"ymin\": 789.381, \"xmax\": 1694.2478, \"ymax\": 840.7084}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1255.75, \"ymin\": 765.044, \"xmax\": 1310.177, \"ymax\": 819.0264999999999}, \"category\": \"pn\"}]}, \"69593\": {\"path\": \"train/69593.jpg\", \"id\": 69593, \"objects\": [{\"bbox\": {\"xmin\": 1672.37, \"ymin\": 896.053, \"xmax\": 1710.5263, \"ymax\": 942.1052999999999}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1675.0, \"ymin\": 951.315, \"xmax\": 1706.5747, \"ymax\": 1002.6312}, \"category\": \"pl5\"}]}, \"85531\": {\"path\": \"other/85531.jpg\", \"id\": 85531, \"objects\": [{\"bbox\": {\"xmin\": 1883.19, \"ymin\": 997.788, \"xmax\": 1898.2326, \"ymax\": 1013.2742000000001}, \"category\": \"p5\"}]}, \"75830\": {\"path\": \"train/75830.jpg\", \"id\": 75830, \"objects\": [{\"bbox\": {\"xmin\": 969.307, \"ymin\": 951.485, \"xmax\": 981.1881, \"ymax\": 966.3366}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 912.871, \"ymin\": 950.495, \"xmax\": 927.7228, \"ymax\": 968.3168000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1080.26, \"ymin\": 850.0, \"xmax\": 1111.8712, \"ymax\": 886.1396}, \"category\": \"w57\"}]}, \"41576\": {\"path\": \"train/41576.jpg\", \"id\": 41576, \"objects\": [{\"bbox\": {\"xmin\": 1813.16, \"ymin\": 652.632, \"xmax\": 1889.4737, \"ymax\": 742.1052999999999}, \"category\": \"pne\"}]}, \"10720\": {\"path\": \"train/10720.jpg\", \"id\": 10720, \"objects\": [{\"bbox\": {\"xmin\": 88.8, \"ymin\": 939.2, \"xmax\": 103.2, \"ymax\": 955.2}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 44.8, \"ymin\": 967.2, \"xmax\": 55.199999999999996, \"ymax\": 984.8000000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1569.6, \"ymin\": 1014.4, \"xmax\": 1627.1999999999998, \"ymax\": 1081.6}, \"category\": \"i5\"}]}, \"3027\": {\"path\": \"test/3027.jpg\", \"id\": 3027, \"objects\": [{\"bbox\": {\"xmin\": 1910.5614013671875, \"ymin\": 1281.602294921875, \"xmax\": 1940.7247314453125, \"ymax\": 1315.28564453125}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1908.3004150390625, \"ymin\": 1250.433349609375, \"xmax\": 1939.9730224609375, \"ymax\": 1281.64013671875}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1835.82, \"ymin\": 1182.09, \"xmax\": 1873.6292999999998, \"ymax\": 1224.3755999999998}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1876.11, \"ymin\": 1180.1, \"xmax\": 1913.4327999999998, \"ymax\": 1220.3954999999999}, \"category\": \"pn\"}]}, \"24809\": {\"path\": \"other/24809.jpg\", \"id\": 24809, \"objects\": [{\"bbox\": {\"xmin\": 1236.0, \"ymin\": 1017.0, \"xmax\": 1260.0, \"ymax\": 1039.0}, \"category\": \"pm8\"}, {\"bbox\": {\"xmin\": 516.0, \"ymin\": 995.0, \"xmax\": 539.0, \"ymax\": 1025.0}, \"category\": \"w21\"}]}, \"8642\": {\"path\": \"train/8642.jpg\", \"id\": 8642, \"objects\": [{\"bbox\": {\"xmin\": 1324.0, \"ymin\": 878.667, \"xmax\": 1345.3333, \"ymax\": 900.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1354.67, \"ymin\": 881.333, \"xmax\": 1372.0, \"ymax\": 900.0}, \"category\": \"p3\"}]}, \"9211\": {\"path\": \"train/9211.jpg\", \"id\": 9211, \"objects\": [{\"bbox\": {\"xmin\": 1933.1822509765625, \"ymin\": 487.9532165527344, \"xmax\": 2016.9718017578125, \"ymax\": 605.379150390625}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1699.532470703125, \"ymin\": 615.142333984375, \"xmax\": 1749.871337890625, \"ymax\": 709.2987060546875}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 696.023, \"ymin\": 932.955, \"xmax\": 713.0682, \"ymax\": 951.7045}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 717.614, \"ymin\": 932.955, \"xmax\": 735.2273, \"ymax\": 952.8409}, \"category\": \"pn\"}]}, \"7636\": {\"path\": \"train/7636.jpg\", \"id\": 7636, \"objects\": [{\"bbox\": {\"xmin\": 977.6, \"ymin\": 847.2, \"xmax\": 1008.0, \"ymax\": 876.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1147.2, \"ymin\": 846.4, \"xmax\": 1177.6000000000001, \"ymax\": 874.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1062.4, \"ymin\": 847.2, \"xmax\": 1092.0, \"ymax\": 875.2}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 941.6, \"ymin\": 815.2, \"xmax\": 970.4, \"ymax\": 844.8000000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 976.8, \"ymin\": 815.2, \"xmax\": 1006.4, \"ymax\": 844.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1027.2, \"ymin\": 847.2, \"xmax\": 1056.8, \"ymax\": 875.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 942.4, \"ymin\": 848.8, \"xmax\": 970.4, \"ymax\": 877.5999999999999}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1113.6, \"ymin\": 845.6, \"xmax\": 1142.3999999999999, \"ymax\": 874.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1218.4, \"ymin\": 843.2, \"xmax\": 1248.8000000000002, \"ymax\": 872.0}, \"category\": \"pne\"}]}, \"17317\": {\"path\": \"test/17317.jpg\", \"id\": 17317, \"objects\": [{\"bbox\": {\"xmin\": 226.0, \"ymin\": 888.0, \"xmax\": 278.0, \"ymax\": 956.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 226.0, \"ymin\": 958.0, \"xmax\": 284.0, \"ymax\": 1025.0}, \"category\": \"i2r\"}]}, \"65456\": {\"path\": \"train/65456.jpg\", \"id\": 65456, \"objects\": [{\"bbox\": {\"xmin\": 1335.0, \"ymin\": 598.0, \"xmax\": 1393.0, \"ymax\": 654.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1027.0, \"ymin\": 578.0, \"xmax\": 1091.0, \"ymax\": 636.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 579.0, \"xmax\": 1165.0, \"ymax\": 641.0}, \"category\": \"pn\"}]}, \"98\": {\"path\": \"other/98.jpg\", \"id\": 98, \"objects\": [{\"bbox\": {\"xmin\": 1159.42, \"ymin\": 948.913, \"xmax\": 1172.1014, \"ymax\": 963.0435}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1175.36, \"ymin\": 948.913, \"xmax\": 1189.1304, \"ymax\": 962.6812}, \"category\": \"pn\"}]}, \"59841\": {\"path\": \"train/59841.jpg\", \"id\": 59841, \"objects\": [{\"bbox\": {\"xmin\": 1264.78, \"ymin\": 884.659, \"xmax\": 1296.5955, \"ymax\": 915.9091}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1264.77, \"ymin\": 919.887, \"xmax\": 1300.0018, \"ymax\": 953.4091}, \"category\": \"pn\"}]}, \"62011\": {\"path\": \"train/62011.jpg\", \"id\": 62011, \"objects\": [{\"bbox\": {\"xmin\": 1890.67, \"ymin\": 906.667, \"xmax\": 2018.6670000000001, \"ymax\": 1038.667}, \"category\": \"pm30\"}]}, \"21980\": {\"path\": \"train/21980.jpg\", \"id\": 21980, \"objects\": [{\"bbox\": {\"xmin\": 666.337, \"ymin\": 860.396, \"xmax\": 701.9802, \"ymax\": 892.0791999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 541.584, \"ymin\": 870.297, \"xmax\": 570.2969999999999, \"ymax\": 902.9703000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 168.317, \"ymin\": 871.287, \"xmax\": 192.07920000000001, \"ymax\": 902.9703000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 696.04, \"ymin\": 909.901, \"xmax\": 714.8515, \"ymax\": 934.6535}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 673.267, \"ymin\": 910.891, \"xmax\": 692.0792, \"ymax\": 935.6436}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 82.1782, \"ymin\": 881.188, \"xmax\": 106.9307, \"ymax\": 909.901}, \"category\": \"pne\"}]}, \"76100\": {\"path\": \"train/76100.jpg\", \"id\": 76100, \"objects\": [{\"bbox\": {\"xmin\": 1529.0, \"ymin\": 985.0, \"xmax\": 1550.0, \"ymax\": 1008.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1290.0, \"ymin\": 550.0, \"xmax\": 1387.0, \"ymax\": 638.0}, \"category\": \"pr50\"}]}, \"81122\": {\"path\": \"train/81122.jpg\", \"id\": 81122, \"objects\": [{\"bbox\": {\"xmin\": 778.793212890625, \"ymin\": 985.4356689453125, \"xmax\": 795.9658203125, \"ymax\": 1001.5880126953125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1175.36, \"ymin\": 935.145, \"xmax\": 1190.942, \"ymax\": 950.7246}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1193.48, \"ymin\": 935.87, \"xmax\": 1207.971, \"ymax\": 951.8116}, \"category\": \"pn\"}]}, \"66785\": {\"path\": \"train/66785.jpg\", \"id\": 66785, \"objects\": [{\"bbox\": {\"xmin\": 1985.43, \"ymin\": 988.079, \"xmax\": 2020.5298, \"ymax\": 1022.5165999999999}, \"category\": \"i5\"}]}, \"65615\": {\"path\": \"train/65615.jpg\", \"id\": 65615, \"objects\": [{\"bbox\": {\"xmin\": 701.333, \"ymin\": 990.667, \"xmax\": 725.333, \"ymax\": 1018.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1930.67, \"ymin\": 940.0, \"xmax\": 1974.6667, \"ymax\": 998.6667}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 581.333, \"ymin\": 896.0, \"xmax\": 612.0, \"ymax\": 925.3333}, \"category\": \"pne\"}]}, \"98543\": {\"path\": \"train/98543.jpg\", \"id\": 98543, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 302.632, \"xmax\": 102.632, \"ymax\": 444.73699999999997}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 222.368, \"ymin\": 410.527, \"xmax\": 299.9998, \"ymax\": 532.895}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 113.158, \"ymin\": 351.316, \"xmax\": 209.2105, \"ymax\": 493.42099999999994}, \"category\": \"pn\"}]}, \"95054\": {\"path\": \"train/95054.jpg\", \"id\": 95054, \"objects\": [{\"bbox\": {\"xmin\": 1021.0, \"ymin\": 769.0, \"xmax\": 1071.0, \"ymax\": 819.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 274.0, \"ymin\": 813.0, \"xmax\": 309.0, \"ymax\": 855.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 807.0, \"ymin\": 849.0, \"xmax\": 853.0, \"ymax\": 895.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 917.0, \"ymin\": 771.0, \"xmax\": 964.0, \"ymax\": 819.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 775.0, \"ymin\": 775.0, \"xmax\": 817.0, \"ymax\": 821.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 722.0, \"ymin\": 778.0, \"xmax\": 765.0, \"ymax\": 824.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 825.0, \"ymin\": 774.0, \"xmax\": 873.0, \"ymax\": 819.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 95.0, \"ymin\": 828.0, \"xmax\": 126.0, \"ymax\": 864.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 968.0, \"ymin\": 770.0, \"xmax\": 1017.0, \"ymax\": 820.0}, \"category\": \"im\"}]}, \"21050\": {\"path\": \"train/21050.jpg\", \"id\": 21050, \"objects\": [{\"bbox\": {\"xmin\": 713.333, \"ymin\": 980.0, \"xmax\": 742.6667, \"ymax\": 1013.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 640.0, \"ymin\": 858.667, \"xmax\": 673.3333, \"ymax\": 892.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1044.0, \"ymin\": 985.333, \"xmax\": 1070.6667, \"ymax\": 1010.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1045.33, \"ymin\": 1008.0, \"xmax\": 1072.0, \"ymax\": 1034.6667}, \"category\": \"i2r\"}]}, \"52075\": {\"path\": \"test/52075.jpg\", \"id\": 52075, \"objects\": [{\"bbox\": {\"xmin\": 722.368, \"ymin\": 867.105, \"xmax\": 756.5789000000001, \"ymax\": 903.9474}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 632.895, \"ymin\": 875.0, \"xmax\": 665.7895, \"ymax\": 909.2105}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1669.74, \"ymin\": 1017.11, \"xmax\": 1692.1007, \"ymax\": 1040.7895}, \"category\": \"pne\"}]}, \"37104\": {\"path\": \"test/37104.jpg\", \"id\": 37104, \"objects\": [{\"bbox\": {\"xmin\": 954.0, \"ymin\": 991.0, \"xmax\": 992.0, \"ymax\": 1031.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1502.0, \"ymin\": 809.0, \"xmax\": 1540.0, \"ymax\": 855.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1386.0, \"ymin\": 798.0, \"xmax\": 1424.0, \"ymax\": 843.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1181.0, \"ymin\": 775.0, \"xmax\": 1230.0, \"ymax\": 826.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1116.0, \"ymin\": 1024.0, \"xmax\": 1131.0, \"ymax\": 1043.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1546.0, \"ymin\": 817.0, \"xmax\": 1584.0, \"ymax\": 863.0}, \"category\": \"pn\"}]}, \"15783\": {\"path\": \"train/15783.jpg\", \"id\": 15783, \"objects\": [{\"bbox\": {\"xmin\": 1500.0, \"ymin\": 874.51, \"xmax\": 1600.0, \"ymax\": 986.274}, \"category\": \"w59\"}]}, \"76075\": {\"path\": \"test/76075.jpg\", \"id\": 76075, \"objects\": [{\"bbox\": {\"xmin\": 1390.0, \"ymin\": 977.0, \"xmax\": 1443.0, \"ymax\": 1032.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1093.0, \"ymin\": 935.0, \"xmax\": 1112.0, \"ymax\": 953.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1115.0, \"ymin\": 936.0, \"xmax\": 1132.0, \"ymax\": 954.0}, \"category\": \"pn\"}]}, \"23249\": {\"path\": \"train/23249.jpg\", \"id\": 23249, \"objects\": [{\"bbox\": {\"xmin\": 1287.3, \"ymin\": 919.841, \"xmax\": 1309.5238, \"ymax\": 942.8571000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 70.6349, \"ymin\": 908.729, \"xmax\": 84.12700000000001, \"ymax\": 932.5397}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1414.2, \"ymin\": 948.295, \"xmax\": 1428.9773, \"ymax\": 965.3408999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 45.2381, \"ymin\": 909.524, \"xmax\": 57.9365, \"ymax\": 930.1587}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1383.52, \"ymin\": 947.727, \"xmax\": 1398.2955, \"ymax\": 963.6364}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 948.295, \"xmax\": 1411.9318, \"ymax\": 963.6364}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 58.7302, \"ymin\": 910.317, \"xmax\": 70.6349, \"ymax\": 930.1574}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1201.59, \"ymin\": 917.46, \"xmax\": 1221.4257, \"ymax\": 940.4762000000001}, \"category\": \"pne\"}]}, \"39839\": {\"path\": \"test/39839.jpg\", \"id\": 39839, \"objects\": [{\"bbox\": {\"xmin\": 1814.67, \"ymin\": 988.0, \"xmax\": 1848.0033, \"ymax\": 1022.6661}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1814.67, \"ymin\": 953.333, \"xmax\": 1848.0, \"ymax\": 986.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1554.67, \"ymin\": 997.333, \"xmax\": 1589.3333, \"ymax\": 1034.6667}, \"category\": \"ps\"}]}, \"56741\": {\"path\": \"test/56741.jpg\", \"id\": 56741, \"objects\": [{\"bbox\": {\"xmin\": 714.4, \"ymin\": 1037.6, \"xmax\": 753.6, \"ymax\": 1076.0}, \"category\": \"pl100\"}]}, \"91207\": {\"path\": \"test/91207.jpg\", \"id\": 91207, \"objects\": [{\"bbox\": {\"xmin\": 1672.0, \"ymin\": 924.0, \"xmax\": 1697.0, \"ymax\": 952.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 367.0, \"ymin\": 911.0, \"xmax\": 382.0, \"ymax\": 929.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 386.0, \"ymin\": 912.0, \"xmax\": 402.0, \"ymax\": 931.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1533.0, \"ymin\": 927.0, \"xmax\": 1558.0, \"ymax\": 953.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 230.0, \"ymin\": 958.0, \"xmax\": 247.0, \"ymax\": 979.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 228.0, \"ymin\": 983.0, \"xmax\": 249.0, \"ymax\": 1007.0}, \"category\": \"i2r\"}]}, \"143\": {\"path\": \"test/143.jpg\", \"id\": 143, \"objects\": [{\"bbox\": {\"xmin\": 810.8941650390625, \"ymin\": 1018.8499755859375, \"xmax\": 834.14013671875, \"ymax\": 1042.1256103515625}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1580.68, \"ymin\": 584.659, \"xmax\": 1680.1142, \"ymax\": 771.023}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1588.07, \"ymin\": 829.545, \"xmax\": 1682.9591, \"ymax\": 1021.0219999999999}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 835.796, \"ymin\": 956.25, \"xmax\": 854.5458000000001, \"ymax\": 976.7044}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 856.818, \"ymin\": 956.818, \"xmax\": 878.9775, \"ymax\": 977.2723}, \"category\": \"pn\"}]}, \"15106\": {\"path\": \"train/15106.jpg\", \"id\": 15106, \"objects\": [{\"bbox\": {\"xmin\": 72.0, \"ymin\": 636.0, \"xmax\": 124.0, \"ymax\": 710.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 205.333, \"ymin\": 682.667, \"xmax\": 245.3333, \"ymax\": 750.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 308.0, \"ymin\": 720.0, \"xmax\": 342.6667, \"ymax\": 782.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 12.0, \"ymin\": 617.333, \"xmax\": 68.0, \"ymax\": 693.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 161.333, \"ymin\": 664.0, \"xmax\": 205.3333, \"ymax\": 734.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 274.667, \"ymin\": 708.0, \"xmax\": 306.6667, \"ymax\": 770.6667}, \"category\": \"pl100\"}]}, \"97055\": {\"path\": \"train/97055.jpg\", \"id\": 97055, \"objects\": [{\"bbox\": {\"xmin\": 545.0, \"ymin\": 819.0, \"xmax\": 586.0, \"ymax\": 861.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 688.0, \"ymin\": 817.0, \"xmax\": 729.0, \"ymax\": 860.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 843.0, \"ymin\": 851.0, \"xmax\": 878.0, \"ymax\": 884.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 844.0, \"ymin\": 889.0, \"xmax\": 876.0, \"ymax\": 920.0}, \"category\": \"i2r\"}]}, \"20194\": {\"path\": \"test/20194.jpg\", \"id\": 20194, \"objects\": [{\"bbox\": {\"xmin\": 1520.45, \"ymin\": 964.773, \"xmax\": 1539.7727, \"ymax\": 986.3636}, \"category\": \"pl30\"}]}, \"28689\": {\"path\": \"other/28689.jpg\", \"id\": 28689, \"objects\": [{\"bbox\": {\"xmin\": 823.9532470703125, \"ymin\": 920.4717407226562, \"xmax\": 856.0174560546875, \"ymax\": 949.8679809570312}, \"category\": \"w45\"}]}, \"13527\": {\"path\": \"test/13527.jpg\", \"id\": 13527, \"objects\": [{\"bbox\": {\"xmin\": 532.54, \"ymin\": 1038.1, \"xmax\": 559.5237999999999, \"ymax\": 1073.8094999999998}, \"category\": \"p11\"}]}, \"76709\": {\"path\": \"other/76709.jpg\", \"id\": 76709, \"objects\": [{\"bbox\": {\"xmin\": 1634.83, \"ymin\": 988.557, \"xmax\": 1648.2586999999999, \"ymax\": 1005.9701}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1378.61, \"ymin\": 996.02, \"xmax\": 1393.5374, \"ymax\": 1010.9458}, \"category\": \"w59\"}]}, \"3732\": {\"path\": \"train/3732.jpg\", \"id\": 3732, \"objects\": [{\"bbox\": {\"xmin\": 685.0, \"ymin\": 881.0, \"xmax\": 722.0, \"ymax\": 921.0}, \"category\": \"ph5\"}]}, \"80675\": {\"path\": \"test/80675.jpg\", \"id\": 80675, \"objects\": [{\"bbox\": {\"xmin\": 958.523, \"ymin\": 928.977, \"xmax\": 972.1591000000001, \"ymax\": 943.7501}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1090.91, \"ymin\": 917.614, \"xmax\": 1104.9532000000002, \"ymax\": 932.3870000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1107.92, \"ymin\": 915.341, \"xmax\": 1121.7822, \"ymax\": 933.5236}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 860.795, \"ymin\": 924.752, \"xmax\": 877.8404999999999, \"ymax\": 945.4544999999999}, \"category\": \"pne\"}]}, \"54584\": {\"path\": \"train/54584.jpg\", \"id\": 54584, \"objects\": [{\"bbox\": {\"xmin\": 1145.33, \"ymin\": 900.0, \"xmax\": 1176.0, \"ymax\": 932.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1109.33, \"ymin\": 706.667, \"xmax\": 1186.6634, \"ymax\": 773.3333}, \"category\": \"w35\"}, {\"bbox\": {\"xmin\": 1113.33, \"ymin\": 894.667, \"xmax\": 1144.0, \"ymax\": 922.6667}, \"category\": \"w57\"}]}, \"30502\": {\"path\": \"train/30502.jpg\", \"id\": 30502, \"objects\": [{\"bbox\": {\"xmin\": 1766.34, \"ymin\": 806.931, \"xmax\": 1806.9307, \"ymax\": 861.3861}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1668.32, \"ymin\": 907.921, \"xmax\": 1686.1386, \"ymax\": 930.6931000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1644.55, \"ymin\": 905.941, \"xmax\": 1664.3564, \"ymax\": 932.6733}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1689.11, \"ymin\": 912.871, \"xmax\": 1706.9307, \"ymax\": 932.6732999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1411.88, \"ymin\": 774.257, \"xmax\": 1463.3663000000001, \"ymax\": 825.7425999999999}, \"category\": \"pne\"}]}, \"42416\": {\"path\": \"train/42416.jpg\", \"id\": 42416, \"objects\": [{\"bbox\": {\"xmin\": 1495.0, \"ymin\": 773.0, \"xmax\": 1554.0, \"ymax\": 836.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1497.0, \"ymin\": 841.0, \"xmax\": 1557.0, \"ymax\": 903.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1496.0, \"ymin\": 938.0, \"xmax\": 1529.0, \"ymax\": 971.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1529.0, \"ymin\": 937.0, \"xmax\": 1561.0, \"ymax\": 971.0}, \"category\": \"i2r\"}]}, \"77862\": {\"path\": \"other/77862.jpg\", \"id\": 77862, \"objects\": [{\"bbox\": {\"xmin\": 136.0, \"ymin\": 874.0, \"xmax\": 214.0, \"ymax\": 961.0}, \"category\": \"w47\"}]}, \"72147\": {\"path\": \"test/72147.jpg\", \"id\": 72147, \"objects\": [{\"bbox\": {\"xmin\": 1677.63, \"ymin\": 1206.58, \"xmax\": 1715.7847000000002, \"ymax\": 1273.6842}, \"category\": \"w63\"}]}, \"14089\": {\"path\": \"other/14089.jpg\", \"id\": 14089, \"objects\": [{\"bbox\": {\"xmin\": 1108.0675048828125, \"ymin\": 985.0352172851562, \"xmax\": 1145.2100830078125, \"ymax\": 1009.1050415039062}, \"category\": \"w26\"}]}, \"31524\": {\"path\": \"test/31524.jpg\", \"id\": 31524, \"objects\": [{\"bbox\": {\"xmin\": 1167.05, \"ymin\": 944.318, \"xmax\": 1199.4317999999998, \"ymax\": 972.1594}, \"category\": \"w55\"}]}, \"19842\": {\"path\": \"train/19842.jpg\", \"id\": 19842, \"objects\": [{\"bbox\": {\"xmin\": 834.8274536132812, \"ymin\": 905.7909545898438, \"xmax\": 854.0171508789062, \"ymax\": 925.2827758789062}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 572.0, \"ymin\": 953.333, \"xmax\": 612.0, \"ymax\": 996.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 572.0, \"ymin\": 834.667, \"xmax\": 608.0, \"ymax\": 872.0}, \"category\": \"pmb\"}]}, \"80058\": {\"path\": \"train/80058.jpg\", \"id\": 80058, \"objects\": [{\"bbox\": {\"xmin\": 412.101, \"ymin\": 838.103, \"xmax\": 444.6408, \"ymax\": 871.4368}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 265.079, \"ymin\": 849.206, \"xmax\": 297.0297, \"ymax\": 882.5397}, \"category\": \"i4\"}]}, \"35726\": {\"path\": \"train/35726.jpg\", \"id\": 35726, \"objects\": [{\"bbox\": {\"xmin\": 1227.8828125, \"ymin\": 933.6724853515625, \"xmax\": 1246.673828125, \"ymax\": 951.645751953125}, \"category\": \"pm10\"}, {\"bbox\": {\"xmin\": 1414.67, \"ymin\": 709.333, \"xmax\": 1477.3333, \"ymax\": 777.3333}, \"category\": \"pl30\"}]}, \"68493\": {\"path\": \"test/68493.jpg\", \"id\": 68493, \"objects\": [{\"bbox\": {\"xmin\": 1429.41, \"ymin\": 827.451, \"xmax\": 1472.5462, \"ymax\": 862.7451}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1745.1, \"ymin\": 811.765, \"xmax\": 1768.6274999999998, \"ymax\": 852.9416}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1772.55, \"ymin\": 813.725, \"xmax\": 1801.9608, \"ymax\": 852.9412}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1215.69, \"ymin\": 819.608, \"xmax\": 1249.0196, \"ymax\": 862.7451}, \"category\": \"pne\"}]}, \"25412\": {\"path\": \"other/25412.jpg\", \"id\": 25412, \"objects\": [{\"bbox\": {\"xmin\": 1052.29443359375, \"ymin\": 934.3201293945312, \"xmax\": 1074.466064453125, \"ymax\": 953.8969116210938}, \"category\": \"w20\"}, {\"bbox\": {\"xmin\": 1073.49365234375, \"ymin\": 935.7699584960938, \"xmax\": 1092.033935546875, \"ymax\": 953.5161743164062}, \"category\": \"w57\"}]}, \"54267\": {\"path\": \"test/54267.jpg\", \"id\": 54267, \"objects\": [{\"bbox\": {\"xmin\": 656.0, \"ymin\": 793.333, \"xmax\": 685.3333, \"ymax\": 822.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 657.333, \"ymin\": 840.0, \"xmax\": 685.3333, \"ymax\": 868.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 688.0, \"ymin\": 909.333, \"xmax\": 720.0, \"ymax\": 941.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1257.33, \"ymin\": 930.667, \"xmax\": 1329.3333, \"ymax\": 1005.3333}, \"category\": \"pm50\"}]}, \"39879\": {\"path\": \"train/39879.jpg\", \"id\": 39879, \"objects\": [{\"bbox\": {\"xmin\": 1621.33, \"ymin\": 940.0, \"xmax\": 1714.6766, \"ymax\": 1038.667}, \"category\": \"pl100\"}]}, \"89117\": {\"path\": \"train/89117.jpg\", \"id\": 89117, \"objects\": [{\"bbox\": {\"xmin\": 111.905, \"ymin\": 854.762, \"xmax\": 132.6733, \"ymax\": 888.8888999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 53.9683, \"ymin\": 844.444, \"xmax\": 72.2222, \"ymax\": 877.7778}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1074.6, \"ymin\": 930.159, \"xmax\": 1089.6825, \"ymax\": 949.2062999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1055.56, \"ymin\": 930.952, \"xmax\": 1072.2222, \"ymax\": 946.5347}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1089.29, \"ymin\": 929.766, \"xmax\": 1105.1629, \"ymax\": 950.401}, \"category\": \"pn\"}]}, \"43339\": {\"path\": \"train/43339.jpg\", \"id\": 43339, \"objects\": [{\"bbox\": {\"xmin\": 1501.14, \"ymin\": 969.886, \"xmax\": 1526.14, \"ymax\": 994.8864}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1802.84, \"ymin\": 1021.03, \"xmax\": 1823.2918, \"ymax\": 1043.1845}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1499.43, \"ymin\": 999.432, \"xmax\": 1521.5909000000001, \"ymax\": 1018.7511000000001}, \"category\": \"w59\"}]}, \"43479\": {\"path\": \"test/43479.jpg\", \"id\": 43479, \"objects\": [{\"bbox\": {\"xmin\": 17.8218, \"ymin\": 906.931, \"xmax\": 36.633700000000005, \"ymax\": 929.7030000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1671.29, \"ymin\": 1040.59, \"xmax\": 1702.9811, \"ymax\": 1120.7698}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 799.01, \"ymin\": 1019.8, \"xmax\": 812.8713, \"ymax\": 1043.5644}, \"category\": \"pne\"}]}, \"62636\": {\"path\": \"train/62636.jpg\", \"id\": 62636, \"objects\": [{\"bbox\": {\"xmin\": 1664.0, \"ymin\": 876.0, \"xmax\": 1740.0, \"ymax\": 955.9997}, \"category\": \"p10\"}]}, \"73956\": {\"path\": \"test/73956.jpg\", \"id\": 73956, \"objects\": [{\"bbox\": {\"xmin\": 391.477, \"ymin\": 964.205, \"xmax\": 413.0682, \"ymax\": 987.5}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 260.227, \"ymin\": 962.5, \"xmax\": 274.25739999999996, \"ymax\": 989.7732}, \"category\": \"pdd\"}]}, \"89860\": {\"path\": \"test/89860.jpg\", \"id\": 89860, \"objects\": [{\"bbox\": {\"xmin\": 649.206, \"ymin\": 815.079, \"xmax\": 694.4444, \"ymax\": 862.6984}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1184.13, \"ymin\": 882.54, \"xmax\": 1213.4921000000002, \"ymax\": 914.2856999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1119.84, \"ymin\": 880.952, \"xmax\": 1150.0, \"ymax\": 915.0794}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1153.17, \"ymin\": 883.333, \"xmax\": 1181.746, \"ymax\": 913.4920999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 478.571, \"ymin\": 824.603, \"xmax\": 519.0476, \"ymax\": 871.4286}, \"category\": \"pne\"}]}, \"69109\": {\"path\": \"train/69109.jpg\", \"id\": 69109, \"objects\": [{\"bbox\": {\"xmin\": 642.0, \"ymin\": 688.0, \"xmax\": 739.0, \"ymax\": 784.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 641.0, \"ymin\": 787.0, \"xmax\": 744.0, \"ymax\": 884.0}, \"category\": \"pn\"}]}, \"16211\": {\"path\": \"train/16211.jpg\", \"id\": 16211, \"objects\": [{\"bbox\": {\"xmin\": 1459.0, \"ymin\": 636.0, \"xmax\": 1525.0, \"ymax\": 700.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1531.0, \"ymin\": 641.0, \"xmax\": 1592.0, \"ymax\": 706.0}, \"category\": \"pn\"}]}, \"48019\": {\"path\": \"test/48019.jpg\", \"id\": 48019, \"objects\": [{\"bbox\": {\"xmin\": 1363.16, \"ymin\": 1000.0, \"xmax\": 1388.1579000000002, \"ymax\": 1030.2632}, \"category\": \"ip\"}]}, \"67929\": {\"path\": \"train/67929.jpg\", \"id\": 67929, \"objects\": [{\"bbox\": {\"xmin\": 233.223, \"ymin\": 1014.95, \"xmax\": 253.1568, \"ymax\": 1036.5449}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 69.7674, \"ymin\": 983.721, \"xmax\": 90.3654, \"ymax\": 1007.3073}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 235.881, \"ymin\": 994.352, \"xmax\": 252.1599, \"ymax\": 1012.9567}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 156.478, \"ymin\": 1011.62, \"xmax\": 179.06980000000001, \"ymax\": 1034.8793}, \"category\": \"pl5\"}]}, \"41893\": {\"path\": \"other/41893.jpg\", \"id\": 41893, \"objects\": [{\"bbox\": {\"xmin\": 1609.42, \"ymin\": 562.292, \"xmax\": 1721.877, \"ymax\": 680.908}, \"category\": \"pr70\"}]}, \"47840\": {\"path\": \"train/47840.jpg\", \"id\": 47840, \"objects\": [{\"bbox\": {\"xmin\": 210.891, \"ymin\": 865.347, \"xmax\": 234.65349999999998, \"ymax\": 900.9901}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1247.52, \"ymin\": 925.743, \"xmax\": 1264.3564, \"ymax\": 943.5644000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 130.693, \"ymin\": 859.406, \"xmax\": 154.4554, \"ymax\": 892.0791999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1177.23, \"ymin\": 923.762, \"xmax\": 1194.0594, \"ymax\": 941.5841999999999}, \"category\": \"pne\"}]}, \"81688\": {\"path\": \"train/81688.jpg\", \"id\": 81688, \"objects\": [{\"bbox\": {\"xmin\": 603.0, \"ymin\": 951.0, \"xmax\": 618.0, \"ymax\": 989.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 455.0, \"ymin\": 803.0, \"xmax\": 498.0, \"ymax\": 864.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 455.0, \"ymin\": 877.0, \"xmax\": 498.0, \"ymax\": 938.0}, \"category\": \"pn\"}]}, \"27850\": {\"path\": \"train/27850.jpg\", \"id\": 27850, \"objects\": [{\"bbox\": {\"xmin\": 537.333, \"ymin\": 1006.67, \"xmax\": 564.0, \"ymax\": 1042.6667}, \"category\": \"pl40\"}]}, \"2382\": {\"path\": \"other/2382.jpg\", \"id\": 2382, \"objects\": [{\"bbox\": {\"xmin\": 1231.6015625, \"ymin\": 989.5910034179688, \"xmax\": 1250.92236328125, \"ymax\": 1010.4193725585938}, \"category\": \"p5\"}]}, \"8342\": {\"path\": \"train/8342.jpg\", \"id\": 8342, \"objects\": [{\"bbox\": {\"xmin\": 1457.33, \"ymin\": 904.0, \"xmax\": 1496.0, \"ymax\": 938.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 286.667, \"ymin\": 262.667, \"xmax\": 429.33299999999997, \"ymax\": 388.0}, \"category\": \"pl80\"}]}, \"48233\": {\"path\": \"other/48233.jpg\", \"id\": 48233, \"objects\": [{\"bbox\": {\"xmin\": 394.4138488769531, \"ymin\": 941.8421020507812, \"xmax\": 413.9439392089844, \"ymax\": 966.1170043945312}, \"category\": \"pl60\"}]}, \"21356\": {\"path\": \"train/21356.jpg\", \"id\": 21356, \"objects\": [{\"bbox\": {\"xmin\": 79.70429992675781, \"ymin\": 868.316650390625, \"xmax\": 100.3603515625, \"ymax\": 895.8934326171875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 79.0, \"ymin\": 904.0, \"xmax\": 99.0, \"ymax\": 932.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 78.0, \"ymin\": 936.0, \"xmax\": 97.0, \"ymax\": 964.0}, \"category\": \"pn\"}]}, \"38449\": {\"path\": \"other/38449.jpg\", \"id\": 38449, \"objects\": [{\"bbox\": {\"xmin\": 1360.0, \"ymin\": 1038.0, \"xmax\": 1404.0, \"ymax\": 1083.0}, \"category\": \"pm10\"}]}, \"36594\": {\"path\": \"train/36594.jpg\", \"id\": 36594, \"objects\": [{\"bbox\": {\"xmin\": 1961.33, \"ymin\": 1012.0, \"xmax\": 2029.3333, \"ymax\": 1081.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1970.67, \"ymin\": 942.667, \"xmax\": 2029.3333, \"ymax\": 1009.3333}, \"category\": \"pr20\"}]}, \"61257\": {\"path\": \"train/61257.jpg\", \"id\": 61257, \"objects\": [{\"bbox\": {\"xmin\": 228.0, \"ymin\": 379.0, \"xmax\": 332.0, \"ymax\": 483.0}, \"category\": \"pr40\"}]}, \"52754\": {\"path\": \"other/52754.jpg\", \"id\": 52754, \"objects\": [{\"bbox\": {\"xmin\": 1944.1898193359375, \"ymin\": 916.2432861328125, \"xmax\": 1963.0975341796875, \"ymax\": 938.59033203125}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1918.3760986328125, \"ymin\": 915.5465698242188, \"xmax\": 1940.1551513671875, \"ymax\": 937.6607055664062}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1963.4232177734375, \"ymin\": 916.0328369140625, \"xmax\": 1985.3563232421875, \"ymax\": 938.3995361328125}, \"category\": \"pn\"}]}, \"74872\": {\"path\": \"test/74872.jpg\", \"id\": 74872, \"objects\": [{\"bbox\": {\"xmin\": 1665.35, \"ymin\": 903.978, \"xmax\": 1686.3654999999999, \"ymax\": 926.7047}, \"category\": \"pl50\"}]}, \"48565\": {\"path\": \"test/48565.jpg\", \"id\": 48565, \"objects\": [{\"bbox\": {\"xmin\": 1626.7, \"ymin\": 898.864, \"xmax\": 1649.9964, \"ymax\": 925.5684}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1653.98, \"ymin\": 902.273, \"xmax\": 1676.7091, \"ymax\": 927.2727}, \"category\": \"pn\"}]}, \"93334\": {\"path\": \"train/93334.jpg\", \"id\": 93334, \"objects\": [{\"bbox\": {\"xmin\": 184.314, \"ymin\": 854.902, \"xmax\": 209.8039, \"ymax\": 888.2353}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 43.1373, \"ymin\": 860.784, \"xmax\": 60.7843, \"ymax\": 892.1569}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1260.78, \"ymin\": 405.882, \"xmax\": 1303.9216, \"ymax\": 499.9991}, \"category\": \"pne\"}]}, \"64398\": {\"path\": \"train/64398.jpg\", \"id\": 64398, \"objects\": [{\"bbox\": {\"xmin\": 1807.0, \"ymin\": 1025.0, \"xmax\": 1877.0, \"ymax\": 1092.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1358.0, \"ymin\": 1103.0, \"xmax\": 1397.0, \"ymax\": 1140.0}, \"category\": \"p14\"}]}, \"60268\": {\"path\": \"test/60268.jpg\", \"id\": 60268, \"objects\": [{\"bbox\": {\"xmin\": 80.0, \"ymin\": 968.0, \"xmax\": 125.33330000000001, \"ymax\": 1016.0}, \"category\": \"pl40\"}]}, \"70229\": {\"path\": \"train/70229.jpg\", \"id\": 70229, \"objects\": [{\"bbox\": {\"xmin\": 1222.56, \"ymin\": 938.938, \"xmax\": 1248.2250999999999, \"ymax\": 963.2739}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1223.89, \"ymin\": 965.487, \"xmax\": 1249.5575000000001, \"ymax\": 992.4779}, \"category\": \"pn\"}]}, \"83991\": {\"path\": \"train/83991.jpg\", \"id\": 83991, \"objects\": [{\"bbox\": {\"xmin\": 1870.67, \"ymin\": 1000.0, \"xmax\": 1924.0, \"ymax\": 1049.3333}, \"category\": \"pm30\"}]}, \"94244\": {\"path\": \"train/94244.jpg\", \"id\": 94244, \"objects\": [{\"bbox\": {\"xmin\": 360.317, \"ymin\": 1067.46, \"xmax\": 388.0952, \"ymax\": 1097.6185}, \"category\": \"w32\"}]}, \"76363\": {\"path\": \"train/76363.jpg\", \"id\": 76363, \"objects\": [{\"bbox\": {\"xmin\": 744.0, \"ymin\": 1006.67, \"xmax\": 790.6667, \"ymax\": 1070.6667}, \"category\": \"pl5\"}]}, \"72686\": {\"path\": \"other/72686.jpg\", \"id\": 72686, \"objects\": [{\"bbox\": {\"xmin\": 423.016, \"ymin\": 994.444, \"xmax\": 434.127, \"ymax\": 1022.2221999999999}, \"category\": \"pne\"}]}, \"41251\": {\"path\": \"train/41251.jpg\", \"id\": 41251, \"objects\": [{\"bbox\": {\"xmin\": 948.0, \"ymin\": 981.778, \"xmax\": 978.0, \"ymax\": 1007.9995}, \"category\": \"w57\"}]}, \"9242\": {\"path\": \"test/9242.jpg\", \"id\": 9242, \"objects\": [{\"bbox\": {\"xmin\": 1723.68, \"ymin\": 827.632, \"xmax\": 1755.2632, \"ymax\": 863.1578999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1503.95, \"ymin\": 811.842, \"xmax\": 1540.7895, \"ymax\": 847.3684}, \"category\": \"pne\"}]}, \"89300\": {\"path\": \"train/89300.jpg\", \"id\": 89300, \"objects\": [{\"bbox\": {\"xmin\": 151.485, \"ymin\": 932.673, \"xmax\": 226.7332, \"ymax\": 1119.802}, \"category\": \"w32\"}]}, \"73268\": {\"path\": \"train/73268.jpg\", \"id\": 73268, \"objects\": [{\"bbox\": {\"xmin\": 1937.32, \"ymin\": 1213.77, \"xmax\": 1953.2631999999999, \"ymax\": 1233.698}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1956.88, \"ymin\": 1210.87, \"xmax\": 1972.823, \"ymax\": 1231.1594}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1982.97, \"ymin\": 1204.71, \"xmax\": 1998.1854, \"ymax\": 1226.8116}, \"category\": \"pne\"}]}, \"47908\": {\"path\": \"train/47908.jpg\", \"id\": 47908, \"objects\": [{\"bbox\": {\"xmin\": 1417.11, \"ymin\": 876.316, \"xmax\": 1447.3683999999998, \"ymax\": 910.5263}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1288.16, \"ymin\": 878.947, \"xmax\": 1319.7368000000001, \"ymax\": 913.1579}, \"category\": \"pne\"}]}, \"8066\": {\"path\": \"train/8066.jpg\", \"id\": 8066, \"objects\": [{\"bbox\": {\"xmin\": 1878.67, \"ymin\": 873.333, \"xmax\": 1902.6667, \"ymax\": 904.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1880.0, \"ymin\": 902.667, \"xmax\": 1904.0, \"ymax\": 936.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1880.0, \"ymin\": 933.333, \"xmax\": 1906.6634, \"ymax\": 965.3333}, \"category\": \"pn\"}]}, \"44768\": {\"path\": \"test/44768.jpg\", \"id\": 44768, \"objects\": [{\"bbox\": {\"xmin\": 549.333, \"ymin\": 905.333, \"xmax\": 592.0, \"ymax\": 960.0}, \"category\": \"pcr\"}]}, \"33187\": {\"path\": \"test/33187.jpg\", \"id\": 33187, \"objects\": [{\"bbox\": {\"xmin\": 476.238, \"ymin\": 925.743, \"xmax\": 497.0297, \"ymax\": 952.4752000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 498.02, \"ymin\": 929.703, \"xmax\": 516.8317, \"ymax\": 948.5149}, \"category\": \"pn\"}]}, \"92561\": {\"path\": \"other/92561.jpg\", \"id\": 92561, \"objects\": [{\"bbox\": {\"xmin\": 517.175048828125, \"ymin\": 636.40185546875, \"xmax\": 597.578125, \"ymax\": 757.7955322265625}, \"category\": \"pl80\"}]}, \"25777\": {\"path\": \"train/25777.jpg\", \"id\": 25777, \"objects\": [{\"bbox\": {\"xmin\": 1474.0, \"ymin\": 994.0, \"xmax\": 1498.0, \"ymax\": 1033.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1531.0, \"ymin\": 1001.0, \"xmax\": 1546.0, \"ymax\": 1030.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1530.0, \"ymin\": 963.0, \"xmax\": 1550.0, \"ymax\": 1000.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 587.0, \"ymin\": 1055.0, \"xmax\": 609.0, \"ymax\": 1079.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1022.0, \"ymin\": 1009.0, \"xmax\": 1052.0, \"ymax\": 1040.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 562.0, \"ymin\": 1054.0, \"xmax\": 586.0, \"ymax\": 1079.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 662.0, \"ymin\": 1058.0, \"xmax\": 696.0, \"ymax\": 1089.0}, \"category\": \"w32\"}]}, \"42649\": {\"path\": \"other/42649.jpg\", \"id\": 42649, \"objects\": [{\"bbox\": {\"xmin\": 1947.8995361328125, \"ymin\": 1005.0020751953125, \"xmax\": 1966.9190673828125, \"ymax\": 1023.0438232421875}, \"category\": \"pne\"}]}, \"37635\": {\"path\": \"test/37635.jpg\", \"id\": 37635, \"objects\": [{\"bbox\": {\"xmin\": 1043.0, \"ymin\": 753.0, \"xmax\": 1114.0, \"ymax\": 822.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1394.0, \"ymin\": 973.0, \"xmax\": 1440.0, \"ymax\": 1023.0}, \"category\": \"pn\"}]}, \"23438\": {\"path\": \"other/23438.jpg\", \"id\": 23438, \"objects\": [{\"bbox\": {\"xmin\": 42.368408203125, \"ymin\": 1001.26904296875, \"xmax\": 67.75592041015625, \"ymax\": 1026.5224609375}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 42.598907470703125, \"ymin\": 970.3912353515625, \"xmax\": 64.8454360961914, \"ymax\": 997.2281494140625}, \"category\": \"pl5\"}]}, \"69776\": {\"path\": \"test/69776.jpg\", \"id\": 69776, \"objects\": [{\"bbox\": {\"xmin\": 539.216, \"ymin\": 835.294, \"xmax\": 592.1569, \"ymax\": 996.078}, \"category\": \"i2r\"}]}, \"80525\": {\"path\": \"test/80525.jpg\", \"id\": 80525, \"objects\": [{\"bbox\": {\"xmin\": 104.0, \"ymin\": 188.0, \"xmax\": 280.0, \"ymax\": 361.33299999999997}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 784.0, \"ymin\": 48.0, \"xmax\": 1058.667, \"ymax\": 234.669}, \"category\": \"pl90\"}]}, \"21370\": {\"path\": \"train/21370.jpg\", \"id\": 21370, \"objects\": [{\"bbox\": {\"xmin\": 1958.42, \"ymin\": 968.317, \"xmax\": 1981.1881, \"ymax\": 998.0198}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1956.44, \"ymin\": 1007.92, \"xmax\": 1981.1881, \"ymax\": 1034.6535}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1959.41, \"ymin\": 927.723, \"xmax\": 1983.1683, \"ymax\": 960.3965}, \"category\": \"p26\"}]}, \"29828\": {\"path\": \"train/29828.jpg\", \"id\": 29828, \"objects\": [{\"bbox\": {\"xmin\": 773.333, \"ymin\": 960.0, \"xmax\": 798.6667, \"ymax\": 992.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 777.333, \"ymin\": 994.667, \"xmax\": 802.6667, \"ymax\": 1025.3333}, \"category\": \"pl5\"}]}, \"57006\": {\"path\": \"train/57006.jpg\", \"id\": 57006, \"objects\": [{\"bbox\": {\"xmin\": 1768.684814453125, \"ymin\": 876.1099853515625, \"xmax\": 1792.74853515625, \"ymax\": 906.5692138671875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1682.18, \"ymin\": 792.079, \"xmax\": 1728.7129, \"ymax\": 841.5842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1796.04, \"ymin\": 877.228, \"xmax\": 1818.8119, \"ymax\": 907.9208}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1740.59, \"ymin\": 873.267, \"xmax\": 1768.3167999999998, \"ymax\": 904.9505}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1486.14, \"ymin\": 772.277, \"xmax\": 1540.5941, \"ymax\": 827.7228}, \"category\": \"pne\"}]}, \"16102\": {\"path\": \"train/16102.jpg\", \"id\": 16102, \"objects\": [{\"bbox\": {\"xmin\": 1774.67, \"ymin\": 509.333, \"xmax\": 1928.0, \"ymax\": 664.0}, \"category\": \"pl40\"}]}, \"70180\": {\"path\": \"other/70180.jpg\", \"id\": 70180, \"objects\": [{\"bbox\": {\"xmin\": 1261.05, \"ymin\": 978.835, \"xmax\": 1271.1690999999998, \"ymax\": 988.9573}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1318.1, \"ymin\": 991.412, \"xmax\": 1328.5311, \"ymax\": 1001.22749}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1428.22, \"ymin\": 983.129, \"xmax\": 1437.73006, \"ymax\": 992.94479}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1208.9, \"ymin\": 986.196, \"xmax\": 1218.10166, \"ymax\": 997.2393000000001}, \"category\": \"pl5\"}]}, \"55314\": {\"path\": \"train/55314.jpg\", \"id\": 55314, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 985.333, \"xmax\": 1424.0, \"ymax\": 1006.6667}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 976.0, \"ymin\": 845.333, \"xmax\": 1014.6667, \"ymax\": 885.3333}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1016.0, \"ymin\": 842.667, \"xmax\": 1056.0, \"ymax\": 882.6667}, \"category\": \"pcl\"}]}, \"45535\": {\"path\": \"test/45535.jpg\", \"id\": 45535, \"objects\": [{\"bbox\": {\"xmin\": 1557.33, \"ymin\": 838.667, \"xmax\": 1645.3333, \"ymax\": 944.0}, \"category\": \"p23\"}]}, \"87173\": {\"path\": \"test/87173.jpg\", \"id\": 87173, \"objects\": [{\"bbox\": {\"xmin\": 1406.67, \"ymin\": 985.333, \"xmax\": 1465.3333, \"ymax\": 1046.6667}, \"category\": \"p5\"}]}, \"50272\": {\"path\": \"train/50272.jpg\", \"id\": 50272, \"objects\": [{\"bbox\": {\"xmin\": 934.653, \"ymin\": 909.901, \"xmax\": 965.3469, \"ymax\": 939.6039999999999}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 903.96, \"ymin\": 910.891, \"xmax\": 933.6626, \"ymax\": 938.6138}, \"category\": \"w57\"}]}, \"92769\": {\"path\": \"train/92769.jpg\", \"id\": 92769, \"objects\": [{\"bbox\": {\"xmin\": 1291.0, \"ymin\": 450.0, \"xmax\": 1415.0, \"ymax\": 563.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1418.0, \"ymin\": 447.0, \"xmax\": 1535.0, \"ymax\": 556.0}, \"category\": \"pn\"}]}, \"37446\": {\"path\": \"test/37446.jpg\", \"id\": 37446, \"objects\": [{\"bbox\": {\"xmin\": 1415.79, \"ymin\": 571.053, \"xmax\": 1506.5789, \"ymax\": 675.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1932.89, \"ymin\": 796.053, \"xmax\": 2025.0, \"ymax\": 903.947}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1940.79, \"ymin\": 936.842, \"xmax\": 2030.2631999999999, \"ymax\": 1044.737}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1932.89, \"ymin\": 644.737, \"xmax\": 2025.0, \"ymax\": 750.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1307.89, \"ymin\": 565.789, \"xmax\": 1407.895, \"ymax\": 667.105}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1517.11, \"ymin\": 584.211, \"xmax\": 1610.5263, \"ymax\": 678.9474}, \"category\": \"pn\"}]}, \"43723\": {\"path\": \"train/43723.jpg\", \"id\": 43723, \"objects\": [{\"bbox\": {\"xmin\": 780.0, \"ymin\": 976.0, \"xmax\": 816.0, \"ymax\": 1020.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1302.67, \"ymin\": 876.0, \"xmax\": 1337.3333, \"ymax\": 910.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1154.67, \"ymin\": 829.333, \"xmax\": 1210.6997000000001, \"ymax\": 881.333}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1228.0, \"ymin\": 877.333, \"xmax\": 1262.6667, \"ymax\": 914.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1265.33, \"ymin\": 877.333, \"xmax\": 1300.0, \"ymax\": 910.6667}, \"category\": \"pn\"}]}, \"88025\": {\"path\": \"train/88025.jpg\", \"id\": 88025, \"objects\": [{\"bbox\": {\"xmin\": 1708.0, \"ymin\": 760.0, \"xmax\": 1744.0, \"ymax\": 800.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1814.67, \"ymin\": 772.0, \"xmax\": 1849.3333, \"ymax\": 810.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1585.33, \"ymin\": 750.667, \"xmax\": 1626.6667, \"ymax\": 792.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1542.67, \"ymin\": 748.0, \"xmax\": 1580.0, \"ymax\": 788.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1668.0, \"ymin\": 757.333, \"xmax\": 1701.3333, \"ymax\": 793.3333}, \"category\": \"pl100\"}]}, \"16934\": {\"path\": \"train/16934.jpg\", \"id\": 16934, \"objects\": [{\"bbox\": {\"xmin\": 1156.0, \"ymin\": 822.667, \"xmax\": 1193.3234, \"ymax\": 860.0003}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1042.67, \"ymin\": 825.333, \"xmax\": 1078.6667, \"ymax\": 862.6667}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1577.33, \"ymin\": 964.0, \"xmax\": 1644.0, \"ymax\": 1033.333}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1002.67, \"ymin\": 826.667, \"xmax\": 1037.3333, \"ymax\": 861.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1114.67, \"ymin\": 825.333, \"xmax\": 1150.6667, \"ymax\": 861.3333}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1576.0, \"ymin\": 884.0, \"xmax\": 1640.0, \"ymax\": 953.3333}, \"category\": \"pm55\"}]}, \"59926\": {\"path\": \"test/59926.jpg\", \"id\": 59926, \"objects\": [{\"bbox\": {\"xmin\": 1506.67, \"ymin\": 741.333, \"xmax\": 1566.6667, \"ymax\": 801.3335999999999}, \"category\": \"pl40\"}]}, \"83589\": {\"path\": \"test/83589.jpg\", \"id\": 83589, \"objects\": [{\"bbox\": {\"xmin\": 1854.55, \"ymin\": 914.205, \"xmax\": 1893.75, \"ymax\": 952.2729}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1856.25, \"ymin\": 957.386, \"xmax\": 1894.8864, \"ymax\": 995.4540999999999}, \"category\": \"pn\"}]}, \"25234\": {\"path\": \"train/25234.jpg\", \"id\": 25234, \"objects\": [{\"bbox\": {\"xmin\": 1589.11, \"ymin\": 859.406, \"xmax\": 1612.8712999999998, \"ymax\": 887.1287}, \"category\": \"pn\"}]}, \"70043\": {\"path\": \"other/70043.jpg\", \"id\": 70043, \"objects\": [{\"bbox\": {\"xmin\": 1793.33, \"ymin\": 1078.67, \"xmax\": 1816.0, \"ymax\": 1106.6667}, \"category\": \"pl10\"}]}, \"40713\": {\"path\": \"train/40713.jpg\", \"id\": 40713, \"objects\": [{\"bbox\": {\"xmin\": 1876.47, \"ymin\": 980.392, \"xmax\": 1921.5686, \"ymax\": 1027.4514000000001}, \"category\": \"pne\"}]}, \"84289\": {\"path\": \"test/84289.jpg\", \"id\": 84289, \"objects\": [{\"bbox\": {\"xmin\": 1789.0, \"ymin\": 884.0, \"xmax\": 2023.0, \"ymax\": 1146.0}, \"category\": \"w55\"}]}, \"97707\": {\"path\": \"test/97707.jpg\", \"id\": 97707, \"objects\": [{\"bbox\": {\"xmin\": 909.333, \"ymin\": 880.0, \"xmax\": 937.3333, \"ymax\": 906.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 713.333, \"ymin\": 885.333, \"xmax\": 741.3333, \"ymax\": 910.6667}, \"category\": \"pne\"}]}, \"26075\": {\"path\": \"other/26075.jpg\", \"id\": 26075, \"objects\": [{\"bbox\": {\"xmin\": 1737.33, \"ymin\": 880.0, \"xmax\": 1836.0, \"ymax\": 980.0}, \"category\": \"pm25\"}]}, \"89739\": {\"path\": \"test/89739.jpg\", \"id\": 89739, \"objects\": [{\"bbox\": {\"xmin\": 798.295, \"ymin\": 980.682, \"xmax\": 824.4318, \"ymax\": 1006.8182}, \"category\": \"i3\"}, {\"bbox\": {\"xmin\": 147.059, \"ymin\": 860.784, \"xmax\": 223.5294, \"ymax\": 960.784}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 525.0, \"ymin\": 952.841, \"xmax\": 542.0455, \"ymax\": 978.4096}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1164.77, \"ymin\": 996.023, \"xmax\": 1179.5383, \"ymax\": 1013.6367}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1160.23, \"ymin\": 975.568, \"xmax\": 1179.5455, \"ymax\": 994.8864}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 15.6863, \"ymin\": 872.549, \"xmax\": 92.15690000000001, \"ymax\": 964.7058999999999}, \"category\": \"pne\"}]}, \"94615\": {\"path\": \"train/94615.jpg\", \"id\": 94615, \"objects\": [{\"bbox\": {\"xmin\": 1845.04, \"ymin\": 982.781, \"xmax\": 1884.1105, \"ymax\": 1027.1521}, \"category\": \"p5\"}]}, \"95593\": {\"path\": \"train/95593.jpg\", \"id\": 95593, \"objects\": [{\"bbox\": {\"xmin\": 1654.46, \"ymin\": 997.03, \"xmax\": 1674.262, \"ymax\": 1021.7822}, \"category\": \"pne\"}]}, \"15458\": {\"path\": \"train/15458.jpg\", \"id\": 15458, \"objects\": [{\"bbox\": {\"xmin\": 1896.05, \"ymin\": 738.158, \"xmax\": 1961.8420999999998, \"ymax\": 809.2105}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1690.79, \"ymin\": 711.842, \"xmax\": 1764.4737, \"ymax\": 793.4211}, \"category\": \"pne\"}]}, \"35925\": {\"path\": \"test/35925.jpg\", \"id\": 35925, \"objects\": [{\"bbox\": {\"xmin\": 1314.0, \"ymin\": 969.0, \"xmax\": 1355.0, \"ymax\": 1005.0}, \"category\": \"w59\"}]}, \"22617\": {\"path\": \"other/22617.jpg\", \"id\": 22617, \"objects\": [{\"bbox\": {\"xmin\": 1055.2215576171875, \"ymin\": 882.2271728515625, \"xmax\": 1088.6402587890625, \"ymax\": 907.1524658203125}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1027.023193359375, \"ymin\": 882.2657470703125, \"xmax\": 1053.00439453125, \"ymax\": 905.8358154296875}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 904.993, \"ymin\": 391.2, \"xmax\": 1081.577, \"ymax\": 531.2}, \"category\": \"pr20\"}]}, \"4744\": {\"path\": \"train/4744.jpg\", \"id\": 4744, \"objects\": [{\"bbox\": {\"xmin\": 1659.0, \"ymin\": 802.0, \"xmax\": 1710.0, \"ymax\": 851.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1658.0, \"ymin\": 922.0, \"xmax\": 1704.0, \"ymax\": 970.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1610.0, \"ymin\": 914.0, \"xmax\": 1657.0, \"ymax\": 964.0}, \"category\": \"pm20\"}]}, \"25510\": {\"path\": \"test/25510.jpg\", \"id\": 25510, \"objects\": [{\"bbox\": {\"xmin\": 1811.84, \"ymin\": 909.211, \"xmax\": 1869.7341999999999, \"ymax\": 1050.794}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1732.89, \"ymin\": 920.635, \"xmax\": 1781.5789000000002, \"ymax\": 1044.737}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 878.947, \"ymin\": 998.684, \"xmax\": 900.0, \"ymax\": 1025.3968}, \"category\": \"ps\"}]}, \"87928\": {\"path\": \"train/87928.jpg\", \"id\": 87928, \"objects\": [{\"bbox\": {\"xmin\": 1437.33, \"ymin\": 936.0, \"xmax\": 1489.3333, \"ymax\": 985.3333}, \"category\": \"pl80\"}]}, \"80117\": {\"path\": \"test/80117.jpg\", \"id\": 80117, \"objects\": [{\"bbox\": {\"xmin\": 930.0, \"ymin\": 856.0, \"xmax\": 962.0, \"ymax\": 886.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 882.0, \"ymin\": 819.0, \"xmax\": 922.0, \"ymax\": 856.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 846.0, \"ymin\": 821.0, \"xmax\": 882.0, \"ymax\": 859.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1038.0, \"ymin\": 974.0, \"xmax\": 1050.0, \"ymax\": 990.0}, \"category\": \"pn\"}]}, \"90889\": {\"path\": \"test/90889.jpg\", \"id\": 90889, \"objects\": [{\"bbox\": {\"xmin\": 1564.0, \"ymin\": 756.0, \"xmax\": 1622.0, \"ymax\": 822.0}, \"category\": \"ph3.2\"}, {\"bbox\": {\"xmin\": 1560.0, \"ymin\": 828.0, \"xmax\": 1625.0, \"ymax\": 892.0}, \"category\": \"pl60\"}]}, \"7198\": {\"path\": \"train/7198.jpg\", \"id\": 7198, \"objects\": [{\"bbox\": {\"xmin\": 963.492, \"ymin\": 912.698, \"xmax\": 980.1587, \"ymax\": 930.1587}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 854.762, \"ymin\": 913.492, \"xmax\": 869.8412999999999, \"ymax\": 930.9524}, \"category\": \"pne\"}]}, \"65179\": {\"path\": \"test/65179.jpg\", \"id\": 65179, \"objects\": [{\"bbox\": {\"xmin\": 1188.12, \"ymin\": 635.644, \"xmax\": 1277.2277, \"ymax\": 718.8119}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1091.09, \"ymin\": 642.574, \"xmax\": 1191.0891, \"ymax\": 726.7325}, \"category\": \"w13\"}]}, \"9144\": {\"path\": \"train/9144.jpg\", \"id\": 9144, \"objects\": [{\"bbox\": {\"xmin\": 931.373, \"ymin\": 966.667, \"xmax\": 1011.7647000000001, \"ymax\": 1050.9804}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 933.333, \"ymin\": 886.275, \"xmax\": 1005.8824, \"ymax\": 960.7843}, \"category\": \"pl5\"}]}, \"60909\": {\"path\": \"other/60909.jpg\", \"id\": 60909, \"objects\": [{\"bbox\": {\"xmin\": 213.18951416015625, \"ymin\": 926.5386352539062, \"xmax\": 295.15692138671875, \"ymax\": 1009.0527954101562}, \"category\": \"iz\"}]}, \"22367\": {\"path\": \"other/22367.jpg\", \"id\": 22367, \"objects\": [{\"bbox\": {\"xmin\": 1999.739990234375, \"ymin\": 441.6343078613281, \"xmax\": 2048.0, \"ymax\": 565.5961303710938}, \"category\": \"pne\"}]}, \"83195\": {\"path\": \"test/83195.jpg\", \"id\": 83195, \"objects\": [{\"bbox\": {\"xmin\": 279.71, \"ymin\": 913.768, \"xmax\": 288.04348, \"ymax\": 935.1449}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 942.029, \"ymin\": 927.961, \"xmax\": 960.5072, \"ymax\": 944.3711000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1084.78, \"ymin\": 928.623, \"xmax\": 1098.5507, \"ymax\": 946.0145}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 294.565, \"ymin\": 919.928, \"xmax\": 303.26087, \"ymax\": 938.4058}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1102.17, \"ymin\": 930.435, \"xmax\": 1115.2174, \"ymax\": 946.3768}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 225.362, \"ymin\": 909.783, \"xmax\": 238.7681, \"ymax\": 932.2464}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 868.841, \"ymin\": 927.536, \"xmax\": 885.8696, \"ymax\": 944.5651999999999}, \"category\": \"pne\"}]}, \"20183\": {\"path\": \"other/20183.jpg\", \"id\": 20183, \"objects\": [{\"bbox\": {\"xmin\": 1281.718994140625, \"ymin\": 1035.1204833984375, \"xmax\": 1319.33447265625, \"ymax\": 1068.0491943359375}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1714.67, \"ymin\": 930.667, \"xmax\": 1793.3333, \"ymax\": 1014.6667}, \"category\": \"pb\"}]}, \"62449\": {\"path\": \"train/62449.jpg\", \"id\": 62449, \"objects\": [{\"bbox\": {\"xmin\": 530.667, \"ymin\": 857.333, \"xmax\": 589.3333, \"ymax\": 934.6667}, \"category\": \"pcr\"}]}, \"2272\": {\"path\": \"test/2272.jpg\", \"id\": 2272, \"objects\": [{\"bbox\": {\"xmin\": 1780.77, \"ymin\": 300.0, \"xmax\": 1919.231, \"ymax\": 442.308}, \"category\": \"pne\"}]}, \"92914\": {\"path\": \"train/92914.jpg\", \"id\": 92914, \"objects\": [{\"bbox\": {\"xmin\": 574.0, \"ymin\": 2.0, \"xmax\": 808.0, \"ymax\": 87.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 2.0, \"ymin\": 684.0, \"xmax\": 139.0, \"ymax\": 868.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1.0, \"ymin\": 504.0, \"xmax\": 142.0, \"ymax\": 678.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 169.0, \"ymin\": 76.0, \"xmax\": 350.0, \"ymax\": 210.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 357.0, \"ymin\": 29.0, \"xmax\": 568.0, \"ymax\": 163.0}, \"category\": \"pm20\"}]}, \"73743\": {\"path\": \"train/73743.jpg\", \"id\": 73743, \"objects\": [{\"bbox\": {\"xmin\": 1853.33, \"ymin\": 1033.33, \"xmax\": 1890.6667, \"ymax\": 1082.6667}, \"category\": \"pm20\"}]}, \"48540\": {\"path\": \"test/48540.jpg\", \"id\": 48540, \"objects\": [{\"bbox\": {\"xmin\": 1656.44, \"ymin\": 797.03, \"xmax\": 1701.9802, \"ymax\": 850.495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1766.34, \"ymin\": 897.03, \"xmax\": 1790.099, \"ymax\": 923.7624}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1712.87, \"ymin\": 891.089, \"xmax\": 1738.6138999999998, \"ymax\": 921.7822000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1738.61, \"ymin\": 893.069, \"xmax\": 1764.3564, \"ymax\": 923.7624}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1445.54, \"ymin\": 790.099, \"xmax\": 1499.0099, \"ymax\": 846.5347}, \"category\": \"pne\"}]}, \"96400\": {\"path\": \"other/96400.jpg\", \"id\": 96400, \"objects\": [{\"bbox\": {\"xmin\": 1562.83, \"ymin\": 843.805, \"xmax\": 1588.9356, \"ymax\": 870.7964999999999}, \"category\": \"ph4.8\"}]}, \"69604\": {\"path\": \"train/69604.jpg\", \"id\": 69604, \"objects\": [{\"bbox\": {\"xmin\": 720.792, \"ymin\": 867.327, \"xmax\": 758.4158, \"ymax\": 904.9505}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1162.38, \"ymin\": 899.01, \"xmax\": 1190.0990000000002, \"ymax\": 930.6931}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1094.06, \"ymin\": 896.04, \"xmax\": 1123.7623999999998, \"ymax\": 932.6732999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1125.74, \"ymin\": 899.01, \"xmax\": 1158.4158, \"ymax\": 929.703}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 582.178, \"ymin\": 866.337, \"xmax\": 611.8812, \"ymax\": 901.9802}, \"category\": \"pne\"}]}, \"64862\": {\"path\": \"train/64862.jpg\", \"id\": 64862, \"objects\": [{\"bbox\": {\"xmin\": 194.667, \"ymin\": 996.0, \"xmax\": 242.6667, \"ymax\": 1056.0}, \"category\": \"pg\"}]}, \"77495\": {\"path\": \"train/77495.jpg\", \"id\": 77495, \"objects\": [{\"bbox\": {\"xmin\": 624.8, \"ymin\": 896.1, \"xmax\": 700.6739, \"ymax\": 972.9773}, \"category\": \"w59\"}]}, \"91141\": {\"path\": \"train/91141.jpg\", \"id\": 91141, \"objects\": [{\"bbox\": {\"xmin\": 1313.0, \"ymin\": 885.0, \"xmax\": 1341.0, \"ymax\": 912.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1618.0, \"ymin\": 711.0, \"xmax\": 1681.0, \"ymax\": 781.0}, \"category\": \"p5\"}]}, \"36107\": {\"path\": \"test/36107.jpg\", \"id\": 36107, \"objects\": [{\"bbox\": {\"xmin\": 1096.0, \"ymin\": 861.333, \"xmax\": 1132.0, \"ymax\": 898.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1062.67, \"ymin\": 500.0, \"xmax\": 1190.6760000000002, \"ymax\": 600.0}, \"category\": \"w35\"}, {\"bbox\": {\"xmin\": 1053.33, \"ymin\": 850.667, \"xmax\": 1094.6667, \"ymax\": 888.0}, \"category\": \"w57\"}]}, \"78552\": {\"path\": \"test/78552.jpg\", \"id\": 78552, \"objects\": [{\"bbox\": {\"xmin\": 1072.22, \"ymin\": 915.079, \"xmax\": 1092.0635, \"ymax\": 938.0952}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1049.21, \"ymin\": 915.873, \"xmax\": 1070.6349, \"ymax\": 939.6825}, \"category\": \"pl60\"}]}, \"85655\": {\"path\": \"train/85655.jpg\", \"id\": 85655, \"objects\": [{\"bbox\": {\"xmin\": 1232.0, \"ymin\": 788.0, \"xmax\": 1284.0, \"ymax\": 837.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1048.0, \"ymin\": 793.333, \"xmax\": 1095.9934, \"ymax\": 838.6664}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 850.667, \"ymin\": 797.333, \"xmax\": 898.667, \"ymax\": 843.9997}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1365.33, \"ymin\": 789.333, \"xmax\": 1417.3333, \"ymax\": 838.6667}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 948.0, \"ymin\": 790.667, \"xmax\": 996.0, \"ymax\": 838.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 753.333, \"ymin\": 798.667, \"xmax\": 800.0, \"ymax\": 846.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1137.33, \"ymin\": 785.333, \"xmax\": 1185.3333, \"ymax\": 836.0}, \"category\": \"pl80\"}]}, \"35591\": {\"path\": \"other/35591.jpg\", \"id\": 35591, \"objects\": [{\"bbox\": {\"xmin\": 929.703, \"ymin\": 952.475, \"xmax\": 942.5743, \"ymax\": 967.3268}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 881.188, \"ymin\": 951.485, \"xmax\": 894.0594, \"ymax\": 964.3564}, \"category\": \"pne\"}]}, \"93072\": {\"path\": \"train/93072.jpg\", \"id\": 93072, \"objects\": [{\"bbox\": {\"xmin\": 1322.67, \"ymin\": 1010.67, \"xmax\": 1340.0, \"ymax\": 1026.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1518.67, \"ymin\": 1022.67, \"xmax\": 1542.6667, \"ymax\": 1045.3333}, \"category\": \"pl60\"}]}, \"2366\": {\"path\": \"train/2366.jpg\", \"id\": 2366, \"objects\": [{\"bbox\": {\"xmin\": 1131.0, \"ymin\": 877.0, \"xmax\": 1168.0, \"ymax\": 911.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1173.0, \"ymin\": 878.0, \"xmax\": 1211.0, \"ymax\": 915.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1240.0, \"ymin\": 964.0, \"xmax\": 1267.0, \"ymax\": 989.0}, \"category\": \"w30\"}]}, \"54035\": {\"path\": \"train/54035.jpg\", \"id\": 54035, \"objects\": [{\"bbox\": {\"xmin\": 997.0, \"ymin\": 906.0, \"xmax\": 1063.0, \"ymax\": 991.0}, \"category\": \"i2r\"}]}, \"45924\": {\"path\": \"train/45924.jpg\", \"id\": 45924, \"objects\": [{\"bbox\": {\"xmin\": 1474.67, \"ymin\": 1009.33, \"xmax\": 1528.0, \"ymax\": 1061.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 954.667, \"xmax\": 1529.33, \"ymax\": 1005.3333}, \"category\": \"pm20\"}]}, \"45522\": {\"path\": \"train/45522.jpg\", \"id\": 45522, \"objects\": [{\"bbox\": {\"xmin\": 645.0, \"ymin\": 1045.0, \"xmax\": 667.0, \"ymax\": 1066.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1810.0, \"ymin\": 669.0, \"xmax\": 1871.0, \"ymax\": 742.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1810.0, \"ymin\": 915.0, \"xmax\": 1872.0, \"ymax\": 989.0}, \"category\": \"p26\"}]}, \"58067\": {\"path\": \"test/58067.jpg\", \"id\": 58067, \"objects\": [{\"bbox\": {\"xmin\": 362.745, \"ymin\": 690.196, \"xmax\": 417.6471, \"ymax\": 752.9412}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 58.8235, \"ymin\": 741.176, \"xmax\": 96.0784, \"ymax\": 794.1176}, \"category\": \"pne\"}]}, \"89550\": {\"path\": \"test/89550.jpg\", \"id\": 89550, \"objects\": [{\"bbox\": {\"xmin\": 1407.89, \"ymin\": 980.263, \"xmax\": 1439.4737, \"ymax\": 1019.7368}, \"category\": \"ip\"}]}, \"3342\": {\"path\": \"train/3342.jpg\", \"id\": 3342, \"objects\": [{\"bbox\": {\"xmin\": 1088.1, \"ymin\": 780.952, \"xmax\": 1138.8889, \"ymax\": 834.9206}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 892.063, \"ymin\": 778.571, \"xmax\": 944.4444, \"ymax\": 833.3333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 683.333, \"ymin\": 888.889, \"xmax\": 704.7619, \"ymax\": 914.2857}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 656.349, \"ymin\": 888.095, \"xmax\": 680.1587000000001, \"ymax\": 914.2857}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 706.349, \"ymin\": 891.27, \"xmax\": 736.6337000000001, \"ymax\": 914.8515}, \"category\": \"pn\"}]}, \"11211\": {\"path\": \"train/11211.jpg\", \"id\": 11211, \"objects\": [{\"bbox\": {\"xmin\": 1041.27, \"ymin\": 871.429, \"xmax\": 1072.2222, \"ymax\": 901.5873}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1074.6, \"ymin\": 868.254, \"xmax\": 1106.3491999999999, \"ymax\": 903.9683}, \"category\": \"pn\"}]}, \"32719\": {\"path\": \"train/32719.jpg\", \"id\": 32719, \"objects\": [{\"bbox\": {\"xmin\": 391.542, \"ymin\": 820.896, \"xmax\": 412.4378, \"ymax\": 866.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 175.125, \"ymin\": 753.234, \"xmax\": 210.44819999999999, \"ymax\": 811.4428}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 414.428, \"ymin\": 827.363, \"xmax\": 435.8209, \"ymax\": 875.6219000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 212.935, \"ymin\": 766.667, \"xmax\": 247.76069999999999, \"ymax\": 821.8905}, \"category\": \"pn\"}]}, \"22545\": {\"path\": \"test/22545.jpg\", \"id\": 22545, \"objects\": [{\"bbox\": {\"xmin\": 1572.0, \"ymin\": 738.4, \"xmax\": 1644.0, \"ymax\": 805.6}, \"category\": \"ph4.5\"}]}, \"32773\": {\"path\": \"test/32773.jpg\", \"id\": 32773, \"objects\": [{\"bbox\": {\"xmin\": 970.667, \"ymin\": 1128.0, \"xmax\": 1013.3333, \"ymax\": 1170.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 924.0, \"ymin\": 1132.0, \"xmax\": 966.6667, \"ymax\": 1177.3333}, \"category\": \"ph2\"}, {\"bbox\": {\"xmin\": 1146.67, \"ymin\": 1108.0, \"xmax\": 1190.6733000000002, \"ymax\": 1150.6667}, \"category\": \"pl5\"}]}, \"76197\": {\"path\": \"train/76197.jpg\", \"id\": 76197, \"objects\": [{\"bbox\": {\"xmin\": 1492.75, \"ymin\": 929.347, \"xmax\": 1508.3303, \"ymax\": 947.1014}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1361.96, \"ymin\": 925.0, \"xmax\": 1378.6255, \"ymax\": 941.304}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1510.51, \"ymin\": 930.434, \"xmax\": 1527.1761999999999, \"ymax\": 947.1011}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1382.25, \"ymin\": 923.913, \"xmax\": 1398.1884, \"ymax\": 944.2029}, \"category\": \"pn\"}]}, \"38458\": {\"path\": \"train/38458.jpg\", \"id\": 38458, \"objects\": [{\"bbox\": {\"xmin\": 33.3333, \"ymin\": 1190.2, \"xmax\": 72.549, \"ymax\": 1235.2941}, \"category\": \"i5\"}]}, \"59384\": {\"path\": \"test/59384.jpg\", \"id\": 59384, \"objects\": [{\"bbox\": {\"xmin\": 1450.0, \"ymin\": 640.789, \"xmax\": 1526.3158, \"ymax\": 726.3158}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1265.79, \"ymin\": 628.947, \"xmax\": 1352.6316, \"ymax\": 711.8421}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1361.84, \"ymin\": 630.263, \"xmax\": 1442.1053, \"ymax\": 723.6842}, \"category\": \"pn\"}]}, \"5435\": {\"path\": \"other/5435.jpg\", \"id\": 5435, \"objects\": [{\"bbox\": {\"xmin\": 1280.09, \"ymin\": 981.416, \"xmax\": 1294.6927999999998, \"ymax\": 995.5757000000001}, \"category\": \"p5\"}]}, \"76568\": {\"path\": \"test/76568.jpg\", \"id\": 76568, \"objects\": [{\"bbox\": {\"xmin\": 1032.37, \"ymin\": 989.0, \"xmax\": 1044.0583, \"ymax\": 1002.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 990.0, \"ymin\": 986.0, \"xmax\": 1010.0, \"ymax\": 1007.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 608.486, \"ymin\": 1009.0, \"xmax\": 627.1216, \"ymax\": 1028.0}, \"category\": \"pne\"}]}, \"54530\": {\"path\": \"train/54530.jpg\", \"id\": 54530, \"objects\": [{\"bbox\": {\"xmin\": 1372.0, \"ymin\": 846.667, \"xmax\": 1409.3333, \"ymax\": 885.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 736.0, \"ymin\": 606.667, \"xmax\": 833.333, \"ymax\": 697.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 197.333, \"ymin\": 697.333, \"xmax\": 256.0, \"ymax\": 772.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1406.67, \"ymin\": 850.667, \"xmax\": 1441.3333, \"ymax\": 886.6667}, \"category\": \"w55\"}]}, \"83718\": {\"path\": \"test/83718.jpg\", \"id\": 83718, \"objects\": [{\"bbox\": {\"xmin\": 623.016, \"ymin\": 1020.64, \"xmax\": 656.3496, \"ymax\": 1076.6868}, \"category\": \"w59\"}]}, \"3457\": {\"path\": \"test/3457.jpg\", \"id\": 3457, \"objects\": [{\"bbox\": {\"xmin\": 784.211, \"ymin\": 800.0, \"xmax\": 819.7368, \"ymax\": 839.2157}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1153.95, \"ymin\": 792.105, \"xmax\": 1190.7895, \"ymax\": 827.451}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1193.42, \"ymin\": 788.158, \"xmax\": 1231.3725000000002, \"ymax\": 835.2941000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 519.118, \"ymin\": 803.302, \"xmax\": 558.5917000000001, \"ymax\": 849.3547}, \"category\": \"pne\"}]}, \"10402\": {\"path\": \"train/10402.jpg\", \"id\": 10402, \"objects\": [{\"bbox\": {\"xmin\": 1179.0, \"ymin\": 906.0, \"xmax\": 1204.0, \"ymax\": 930.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1626.0, \"ymin\": 809.0, \"xmax\": 1719.0, \"ymax\": 901.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1313.0, \"ymin\": 647.0, \"xmax\": 1398.0, \"ymax\": 724.0}, \"category\": \"w55\"}]}, \"1172\": {\"path\": \"train/1172.jpg\", \"id\": 1172, \"objects\": [{\"bbox\": {\"xmin\": 215.0, \"ymin\": 983.0, \"xmax\": 304.0, \"ymax\": 1113.0}, \"category\": \"ph3.5\"}, {\"bbox\": {\"xmin\": 119.0, \"ymin\": 921.0, \"xmax\": 200.0, \"ymax\": 1043.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 219.0, \"ymin\": 838.0, \"xmax\": 306.0, \"ymax\": 968.0}, \"category\": \"pm30\"}]}, \"38447\": {\"path\": \"other/38447.jpg\", \"id\": 38447, \"objects\": [{\"bbox\": {\"xmin\": 1042.29, \"ymin\": 912.571, \"xmax\": 1052.0, \"ymax\": 924.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1081.14, \"ymin\": 911.429, \"xmax\": 1091.4286000000002, \"ymax\": 924.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1001.14, \"ymin\": 914.286, \"xmax\": 1013.1428999999999, \"ymax\": 925.7143}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 988.0, \"ymin\": 915.429, \"xmax\": 999.4286, \"ymax\": 926.2857}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1026.29, \"ymin\": 913.714, \"xmax\": 1037.7142999999999, \"ymax\": 924.5714}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1065.71, \"ymin\": 913.143, \"xmax\": 1077.1429, \"ymax\": 923.4286000000001}, \"category\": \"pl100\"}]}, \"68675\": {\"path\": \"train/68675.jpg\", \"id\": 68675, \"objects\": [{\"bbox\": {\"xmin\": 1275.62, \"ymin\": 881.095, \"xmax\": 1311.4452999999999, \"ymax\": 919.9005000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1440.22, \"ymin\": 938.125, \"xmax\": 1453.9878, \"ymax\": 954.0454}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1456.15, \"ymin\": 938.768, \"xmax\": 1470.6452000000002, \"ymax\": 954.7098000000001}, \"category\": \"pn\"}]}, \"47910\": {\"path\": \"test/47910.jpg\", \"id\": 47910, \"objects\": [{\"bbox\": {\"xmin\": 23.978435516357422, \"ymin\": 969.4078979492188, \"xmax\": 42.99338150024414, \"ymax\": 988.9738159179688}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 860.396, \"ymin\": 911.881, \"xmax\": 887.1287, \"ymax\": 942.5743}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1160.4, \"ymin\": 941.584, \"xmax\": 1180.198, \"ymax\": 961.3860999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1116.83, \"ymin\": 940.594, \"xmax\": 1135.6435999999999, \"ymax\": 962.3762}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1137.62, \"ymin\": 941.584, \"xmax\": 1156.4355999999998, \"ymax\": 963.3662999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 750.495, \"ymin\": 917.822, \"xmax\": 776.2376, \"ymax\": 943.5644}, \"category\": \"pne\"}]}, \"90426\": {\"path\": \"test/90426.jpg\", \"id\": 90426, \"objects\": [{\"bbox\": {\"xmin\": 471.053, \"ymin\": 722.368, \"xmax\": 527.6316, \"ymax\": 786.8421000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1218.42, \"ymin\": 815.789, \"xmax\": 1259.2105000000001, \"ymax\": 865.7895}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1121.05, \"ymin\": 814.474, \"xmax\": 1164.4737, \"ymax\": 864.4737}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1171.05, \"ymin\": 817.105, \"xmax\": 1213.1579, \"ymax\": 867.1053}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 265.789, \"ymin\": 750.0, \"xmax\": 309.20619999999997, \"ymax\": 807.8954}, \"category\": \"pne\"}]}, \"11346\": {\"path\": \"train/11346.jpg\", \"id\": 11346, \"objects\": [{\"bbox\": {\"xmin\": 1900.0, \"ymin\": 887.129, \"xmax\": 1921.7822, \"ymax\": 918.8119}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1794.06, \"ymin\": 878.218, \"xmax\": 1820.7921, \"ymax\": 908.9109}, \"category\": \"i4\"}]}, \"91491\": {\"path\": \"train/91491.jpg\", \"id\": 91491, \"objects\": [{\"bbox\": {\"xmin\": 426.316, \"ymin\": 871.053, \"xmax\": 453.94739999999996, \"ymax\": 906.5799}, \"category\": \"pn\"}]}, \"10141\": {\"path\": \"train/10141.jpg\", \"id\": 10141, \"objects\": [{\"bbox\": {\"xmin\": 499.206, \"ymin\": 655.556, \"xmax\": 530.1587000000001, \"ymax\": 739.6825}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 533.333, \"ymin\": 675.397, \"xmax\": 560.3167, \"ymax\": 757.9372000000001}, \"category\": \"pn\"}]}, \"77154\": {\"path\": \"other/77154.jpg\", \"id\": 77154, \"objects\": [{\"bbox\": {\"xmin\": 6.274223327636719, \"ymin\": 352.66510009765625, \"xmax\": 162.88775634765625, \"ymax\": 491.20892333984375}, \"category\": \"w30\"}]}, \"58031\": {\"path\": \"train/58031.jpg\", \"id\": 58031, \"objects\": [{\"bbox\": {\"xmin\": 376.0, \"ymin\": 913.333, \"xmax\": 422.6667, \"ymax\": 981.3333}, \"category\": \"pl60\"}]}, \"86483\": {\"path\": \"train/86483.jpg\", \"id\": 86483, \"objects\": [{\"bbox\": {\"xmin\": 883.168, \"ymin\": 909.901, \"xmax\": 899.0099, \"ymax\": 928.7129}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 753.465, \"ymin\": 910.891, \"xmax\": 773.2672, \"ymax\": 930.6934}, \"category\": \"pne\"}]}, \"47846\": {\"path\": \"train/47846.jpg\", \"id\": 47846, \"objects\": [{\"bbox\": {\"xmin\": 88.0, \"ymin\": 801.0, \"xmax\": 122.0, \"ymax\": 851.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 91.0, \"ymin\": 748.0, \"xmax\": 125.0, \"ymax\": 796.0}, \"category\": \"pn\"}]}, \"10191\": {\"path\": \"test/10191.jpg\", \"id\": 10191, \"objects\": [{\"bbox\": {\"xmin\": 940.0, \"ymin\": 1037.33, \"xmax\": 953.3333, \"ymax\": 1048.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1318.67, \"ymin\": 776.0, \"xmax\": 1372.0, \"ymax\": 830.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1188.0, \"ymin\": 949.333, \"xmax\": 1210.6667, \"ymax\": 976.0}, \"category\": \"pm30\"}]}, \"80795\": {\"path\": \"train/80795.jpg\", \"id\": 80795, \"objects\": [{\"bbox\": {\"xmin\": 218.667, \"ymin\": 1025.33, \"xmax\": 249.3333, \"ymax\": 1077.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 384.0, \"ymin\": 953.333, \"xmax\": 397.3333, \"ymax\": 981.3333}, \"category\": \"pl5\"}]}, \"47074\": {\"path\": \"train/47074.jpg\", \"id\": 47074, \"objects\": [{\"bbox\": {\"xmin\": 1444.0, \"ymin\": 930.667, \"xmax\": 1484.0, \"ymax\": 974.6667}, \"category\": \"p26\"}]}, \"28233\": {\"path\": \"train/28233.jpg\", \"id\": 28233, \"objects\": [{\"bbox\": {\"xmin\": 205.333, \"ymin\": 973.333, \"xmax\": 276.0, \"ymax\": 1080.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 208.0, \"ymin\": 1080.0, \"xmax\": 280.0003, \"ymax\": 1189.333}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 168.0, \"ymin\": 705.333, \"xmax\": 242.6667, \"ymax\": 812.0}, \"category\": \"pcr\"}]}, \"20003\": {\"path\": \"train/20003.jpg\", \"id\": 20003, \"objects\": [{\"bbox\": {\"xmin\": 938.614, \"ymin\": 839.604, \"xmax\": 980.1980000000001, \"ymax\": 879.2076000000001}, \"category\": \"ph5\"}]}, \"86708\": {\"path\": \"train/86708.jpg\", \"id\": 86708, \"objects\": [{\"bbox\": {\"xmin\": 1536.0, \"ymin\": 816.0, \"xmax\": 1598.6568, \"ymax\": 881.3333}, \"category\": \"pl30\"}]}, \"60690\": {\"path\": \"other/60690.jpg\", \"id\": 60690, \"objects\": [{\"bbox\": {\"xmin\": 1344.0, \"ymin\": 926.667, \"xmax\": 1393.3333, \"ymax\": 976.0}, \"category\": \"i15\"}]}, \"53677\": {\"path\": \"train/53677.jpg\", \"id\": 53677, \"objects\": [{\"bbox\": {\"xmin\": 1130.44, \"ymin\": 933.695, \"xmax\": 1149.2777, \"ymax\": 952.173}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1150.73, \"ymin\": 933.696, \"xmax\": 1169.2029, \"ymax\": 952.8986}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1717.04, \"ymin\": 966.304, \"xmax\": 1735.1528, \"ymax\": 1028.623}, \"category\": \"w58\"}]}, \"14614\": {\"path\": \"test/14614.jpg\", \"id\": 14614, \"objects\": [{\"bbox\": {\"xmin\": 860.8, \"ymin\": 496.8, \"xmax\": 993.5999999999999, \"ymax\": 620.8}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 990.657, \"ymin\": 480.0, \"xmax\": 1120.0, \"ymax\": 584.818}, \"category\": \"w13\"}]}, \"47080\": {\"path\": \"train/47080.jpg\", \"id\": 47080, \"objects\": [{\"bbox\": {\"xmin\": 601.333, \"ymin\": 594.667, \"xmax\": 692.0011999999999, \"ymax\": 688.0006000000001}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 992.0, \"ymin\": 565.333, \"xmax\": 1097.333, \"ymax\": 662.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1404.0, \"ymin\": 569.333, \"xmax\": 1501.3333, \"ymax\": 665.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 794.667, \"ymin\": 574.667, \"xmax\": 898.667, \"ymax\": 669.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 428.0, \"ymin\": 621.333, \"xmax\": 512.0, \"ymax\": 709.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1620.0, \"ymin\": 1201.33, \"xmax\": 1746.667, \"ymax\": 1325.3329999999999}, \"category\": \"pl80\"}]}, \"15883\": {\"path\": \"train/15883.jpg\", \"id\": 15883, \"objects\": [{\"bbox\": {\"xmin\": 1245.33, \"ymin\": 796.0, \"xmax\": 1284.0, \"ymax\": 833.3333}, \"category\": \"pl40\"}]}, \"94617\": {\"path\": \"train/94617.jpg\", \"id\": 94617, \"objects\": [{\"bbox\": {\"xmin\": 1221.59, \"ymin\": 981.818, \"xmax\": 1250.5645, \"ymax\": 1010.2273}, \"category\": \"pm20\"}]}, \"94154\": {\"path\": \"train/94154.jpg\", \"id\": 94154, \"objects\": [{\"bbox\": {\"xmin\": 1575.0, \"ymin\": 864.0, \"xmax\": 1638.0, \"ymax\": 924.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1261.0, \"ymin\": 938.0, \"xmax\": 1278.0, \"ymax\": 978.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1578.0, \"ymin\": 924.0, \"xmax\": 1641.0, \"ymax\": 989.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1573.0, \"ymin\": 800.0, \"xmax\": 1636.0, \"ymax\": 864.0}, \"category\": \"w55\"}]}, \"87068\": {\"path\": \"test/87068.jpg\", \"id\": 87068, \"objects\": [{\"bbox\": {\"xmin\": 1852.0, \"ymin\": 912.0, \"xmax\": 1938.0, \"ymax\": 1042.0}, \"category\": \"w57\"}]}, \"76492\": {\"path\": \"train/76492.jpg\", \"id\": 76492, \"objects\": [{\"bbox\": {\"xmin\": 1055.26, \"ymin\": 886.842, \"xmax\": 1084.2051999999999, \"ymax\": 917.1052999999999}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1085.53, \"ymin\": 888.158, \"xmax\": 1117.1053, \"ymax\": 917.1041}, \"category\": \"w57\"}]}, \"17985\": {\"path\": \"test/17985.jpg\", \"id\": 17985, \"objects\": [{\"bbox\": {\"xmin\": 1763.16, \"ymin\": 676.316, \"xmax\": 1832.8947, \"ymax\": 752.6316}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1518.42, \"ymin\": 644.737, \"xmax\": 1593.4211, \"ymax\": 725.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1210.53, \"ymin\": 859.211, \"xmax\": 1242.1053, \"ymax\": 896.0526}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 100.0, \"ymin\": 880.263, \"xmax\": 197.3684, \"ymax\": 986.842}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1173.68, \"ymin\": 860.526, \"xmax\": 1207.8947, \"ymax\": 896.0526}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1247.37, \"ymin\": 861.842, \"xmax\": 1284.2105, \"ymax\": 896.0526}, \"category\": \"pn\"}]}, \"50051\": {\"path\": \"train/50051.jpg\", \"id\": 50051, \"objects\": [{\"bbox\": {\"xmin\": 1305.33, \"ymin\": 728.0, \"xmax\": 1358.6600999999998, \"ymax\": 777.3339}, \"category\": \"pl40\"}]}, \"47375\": {\"path\": \"test/47375.jpg\", \"id\": 47375, \"objects\": [{\"bbox\": {\"xmin\": 1560.0, \"ymin\": 557.0, \"xmax\": 1637.0, \"ymax\": 639.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1640.0, \"ymin\": 572.0, \"xmax\": 1714.0, \"ymax\": 654.0}, \"category\": \"pn\"}]}, \"27048\": {\"path\": \"other/27048.jpg\", \"id\": 27048, \"objects\": [{\"bbox\": {\"xmin\": 1352.0, \"ymin\": 971.0, \"xmax\": 1392.0, \"ymax\": 1012.0}, \"category\": \"pm8\"}]}, \"54981\": {\"path\": \"train/54981.jpg\", \"id\": 54981, \"objects\": [{\"bbox\": {\"xmin\": 1293.33, \"ymin\": 844.0, \"xmax\": 1340.0, \"ymax\": 888.0}, \"category\": \"pl40\"}]}, \"77876\": {\"path\": \"train/77876.jpg\", \"id\": 77876, \"objects\": [{\"bbox\": {\"xmin\": 1372.28, \"ymin\": 874.257, \"xmax\": 1394.0593999999999, \"ymax\": 897.0296999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1215.84, \"ymin\": 867.327, \"xmax\": 1238.6108, \"ymax\": 891.0891}, \"category\": \"pne\"}]}, \"96421\": {\"path\": \"train/96421.jpg\", \"id\": 96421, \"objects\": [{\"bbox\": {\"xmin\": 1080.0, \"ymin\": 940.0, \"xmax\": 1101.3333, \"ymax\": 966.6664}, \"category\": \"p23\"}]}, \"69807\": {\"path\": \"train/69807.jpg\", \"id\": 69807, \"objects\": [{\"bbox\": {\"xmin\": 76.0, \"ymin\": 932.0, \"xmax\": 100.0, \"ymax\": 957.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 74.6667, \"ymin\": 960.0, \"xmax\": 98.6667, \"ymax\": 985.3333}, \"category\": \"pl5\"}]}, \"92572\": {\"path\": \"test/92572.jpg\", \"id\": 92572, \"objects\": [{\"bbox\": {\"xmin\": 1428.0, \"ymin\": 828.0, \"xmax\": 1461.0, \"ymax\": 864.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 750.0, \"ymin\": 785.0, \"xmax\": 796.0, \"ymax\": 832.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1323.0, \"ymin\": 940.0, \"xmax\": 1349.0, \"ymax\": 966.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1353.0, \"ymin\": 830.0, \"xmax\": 1388.0, \"ymax\": 865.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1246.0, \"ymin\": 829.0, \"xmax\": 1282.0, \"ymax\": 860.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 828.0, \"xmax\": 1242.0, \"ymax\": 863.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1285.0, \"ymin\": 827.0, \"xmax\": 1319.0, \"ymax\": 862.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 489.0, \"ymin\": 800.0, \"xmax\": 531.0, \"ymax\": 845.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1387.0, \"ymin\": 827.0, \"xmax\": 1426.0, \"ymax\": 865.0}, \"category\": \"im\"}]}, \"10388\": {\"path\": \"test/10388.jpg\", \"id\": 10388, \"objects\": [{\"bbox\": {\"xmin\": 80.0, \"ymin\": 824.0, \"xmax\": 173.3333, \"ymax\": 932.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 949.333, \"xmax\": 1472.0, \"ymax\": 1009.3333}, \"category\": \"pm15\"}]}, \"16617\": {\"path\": \"train/16617.jpg\", \"id\": 16617, \"objects\": [{\"bbox\": {\"xmin\": 404.0, \"ymin\": 773.333, \"xmax\": 436.0, \"ymax\": 825.3333}, \"category\": \"pl40\"}]}, \"67953\": {\"path\": \"train/67953.jpg\", \"id\": 67953, \"objects\": [{\"bbox\": {\"xmin\": 1270.1, \"ymin\": 960.797, \"xmax\": 1280.3987, \"ymax\": 971.4286000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 912.351, \"ymin\": 947.41, \"xmax\": 944.6219, \"ymax\": 981.2745}, \"category\": \"pne\"}]}, \"36138\": {\"path\": \"train/36138.jpg\", \"id\": 36138, \"objects\": [{\"bbox\": {\"xmin\": 1736.0, \"ymin\": 749.0, \"xmax\": 1796.0, \"ymax\": 814.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1799.0, \"ymin\": 751.0, \"xmax\": 1857.0, \"ymax\": 814.0}, \"category\": \"pm30\"}]}, \"76637\": {\"path\": \"train/76637.jpg\", \"id\": 76637, \"objects\": [{\"bbox\": {\"xmin\": 1338.67, \"ymin\": 857.333, \"xmax\": 1385.3333, \"ymax\": 905.3333}, \"category\": \"ph4\"}]}, \"19485\": {\"path\": \"test/19485.jpg\", \"id\": 19485, \"objects\": [{\"bbox\": {\"xmin\": 811.111, \"ymin\": 896.825, \"xmax\": 831.746, \"ymax\": 923.8095000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 786.508, \"ymin\": 897.619, \"xmax\": 806.3492, \"ymax\": 925.3968}, \"category\": \"pl40\"}]}, \"69306\": {\"path\": \"train/69306.jpg\", \"id\": 69306, \"objects\": [{\"bbox\": {\"xmin\": 126.316, \"ymin\": 355.263, \"xmax\": 263.158, \"ymax\": 493.42099999999994}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1194.74, \"ymin\": 810.526, \"xmax\": 1239.4737, \"ymax\": 855.2632}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1831.58, \"ymin\": 815.789, \"xmax\": 1902.6316, \"ymax\": 896.0526}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1819.74, \"ymin\": 927.632, \"xmax\": 1896.0526, \"ymax\": 1015.7895}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1830.26, \"ymin\": 701.316, \"xmax\": 1900.0, \"ymax\": 780.2632}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1146.05, \"ymin\": 809.211, \"xmax\": 1190.7894999999999, \"ymax\": 857.8947000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1242.11, \"ymin\": 809.211, \"xmax\": 1284.2105, \"ymax\": 855.2632}, \"category\": \"pn\"}]}, \"61979\": {\"path\": \"train/61979.jpg\", \"id\": 61979, \"objects\": [{\"bbox\": {\"xmin\": 1077.0, \"ymin\": 608.234, \"xmax\": 1193.474, \"ymax\": 721.3580000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1296.7, \"ymin\": 605.22, \"xmax\": 1420.613, \"ymax\": 708.119}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1187.0, \"ymin\": 607.0, \"xmax\": 1298.319, \"ymax\": 703.0}, \"category\": \"w3\"}]}, \"6808\": {\"path\": \"other/6808.jpg\", \"id\": 6808, \"objects\": [{\"bbox\": {\"xmin\": 1679.68, \"ymin\": 993.625, \"xmax\": 1688.84462, \"ymax\": 1003.58566}, \"category\": \"p10\"}]}, \"53003\": {\"path\": \"test/53003.jpg\", \"id\": 53003, \"objects\": [{\"bbox\": {\"xmin\": 1307.2, \"ymin\": 835.2, \"xmax\": 1331.2, \"ymax\": 860.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1441.6, \"ymin\": 842.4, \"xmax\": 1465.6, \"ymax\": 864.8}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1375.2, \"ymin\": 838.4, \"xmax\": 1399.2, \"ymax\": 860.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1278.4, \"ymin\": 808.0, \"xmax\": 1302.4, \"ymax\": 832.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1307.2, \"ymin\": 807.2, \"xmax\": 1331.2, \"ymax\": 832.8000000000001}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1344.8, \"ymin\": 837.6, \"xmax\": 1368.8, \"ymax\": 860.8000000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1278.4, \"ymin\": 835.2, \"xmax\": 1302.4, \"ymax\": 858.4000000000001}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 840.0, \"xmax\": 1436.0, \"ymax\": 863.2}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1492.0, \"ymin\": 844.8, \"xmax\": 1516.0, \"ymax\": 868.0}, \"category\": \"pne\"}]}, \"85278\": {\"path\": \"test/85278.jpg\", \"id\": 85278, \"objects\": [{\"bbox\": {\"xmin\": 54.6667, \"ymin\": 1080.0, \"xmax\": 101.33330000000001, \"ymax\": 1141.3333}, \"category\": \"pl5\"}]}, \"40817\": {\"path\": \"train/40817.jpg\", \"id\": 40817, \"objects\": [{\"bbox\": {\"xmin\": 828.0, \"ymin\": 1017.0, \"xmax\": 844.0, \"ymax\": 1033.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1089.0, \"ymin\": 925.0, \"xmax\": 1110.0, \"ymax\": 949.0}, \"category\": \"p26\"}]}, \"70014\": {\"path\": \"other/70014.jpg\", \"id\": 70014, \"objects\": [{\"bbox\": {\"xmin\": 1335.84, \"ymin\": 971.682, \"xmax\": 1350.4424999999999, \"ymax\": 986.7261}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1335.84, \"ymin\": 988.053, \"xmax\": 1352.2124999999999, \"ymax\": 1003.0973}, \"category\": \"pn\"}]}, \"80946\": {\"path\": \"train/80946.jpg\", \"id\": 80946, \"objects\": [{\"bbox\": {\"xmin\": 1306.0, \"ymin\": 909.0, \"xmax\": 1329.0, \"ymax\": 930.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1487.0, \"ymin\": 793.0, \"xmax\": 1535.0, \"ymax\": 842.0}, \"category\": \"p5\"}]}, \"51031\": {\"path\": \"test/51031.jpg\", \"id\": 51031, \"objects\": [{\"bbox\": {\"xmin\": 325.0, \"ymin\": 572.368, \"xmax\": 434.211, \"ymax\": 676.316}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 753.947, \"xmax\": 1355.2632, \"ymax\": 813.1579}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1231.58, \"ymin\": 747.368, \"xmax\": 1293.4211, \"ymax\": 809.2105}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1359.21, \"ymin\": 755.263, \"xmax\": 1419.7368000000001, \"ymax\": 813.1579}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 3.94737, \"ymin\": 631.579, \"xmax\": 68.42107, \"ymax\": 731.5789}, \"category\": \"pne\"}]}, \"22064\": {\"path\": \"train/22064.jpg\", \"id\": 22064, \"objects\": [{\"bbox\": {\"xmin\": 740.594, \"ymin\": 876.238, \"xmax\": 772.2772, \"ymax\": 909.9010000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 776.238, \"ymin\": 877.228, \"xmax\": 805.9406, \"ymax\": 909.901}, \"category\": \"pn\"}]}, \"95697\": {\"path\": \"other/95697.jpg\", \"id\": 95697, \"objects\": [{\"bbox\": {\"xmin\": 1264.36, \"ymin\": 987.129, \"xmax\": 1286.1386, \"ymax\": 1013.8614}, \"category\": \"pl15\"}]}, \"92923\": {\"path\": \"test/92923.jpg\", \"id\": 92923, \"objects\": [{\"bbox\": {\"xmin\": 419.0, \"ymin\": 1028.0, \"xmax\": 543.0, \"ymax\": 1152.0}, \"category\": \"ph4.5\"}]}, \"18167\": {\"path\": \"other/18167.jpg\", \"id\": 18167, \"objects\": [{\"bbox\": {\"xmin\": 747.01708984375, \"ymin\": 1001.3385009765625, \"xmax\": 763.9510498046875, \"ymax\": 1033.0928955078125}, \"category\": \"p23\"}]}, \"46989\": {\"path\": \"test/46989.jpg\", \"id\": 46989, \"objects\": [{\"bbox\": {\"xmin\": 1548.0, \"ymin\": 928.0, \"xmax\": 1618.6667, \"ymax\": 1008.0}, \"category\": \"ph4.5\"}]}, \"87155\": {\"path\": \"train/87155.jpg\", \"id\": 87155, \"objects\": [{\"bbox\": {\"xmin\": 1028.48, \"ymin\": 778.146, \"xmax\": 1090.7285, \"ymax\": 831.7881}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1272.18, \"ymin\": 960.927, \"xmax\": 1322.5166000000002, \"ymax\": 1015.8938}, \"category\": \"w55\"}]}, \"319\": {\"path\": \"train/319.jpg\", \"id\": 319, \"objects\": [{\"bbox\": {\"xmin\": 1319.8, \"ymin\": 978.218, \"xmax\": 1369.3069, \"ymax\": 1025.7426}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1080.2, \"ymin\": 918.812, \"xmax\": 1100.9901, \"ymax\": 942.5743}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1852.48, \"ymin\": 984.552, \"xmax\": 1876.2376, \"ymax\": 1010.2942}, \"category\": \"pne\"}]}, \"21973\": {\"path\": \"train/21973.jpg\", \"id\": 21973, \"objects\": [{\"bbox\": {\"xmin\": 1744.0, \"ymin\": 781.333, \"xmax\": 1824.0, \"ymax\": 874.6667}, \"category\": \"p26\"}]}, \"91215\": {\"path\": \"train/91215.jpg\", \"id\": 91215, \"objects\": [{\"bbox\": {\"xmin\": 1758.0, \"ymin\": 928.0, \"xmax\": 1841.0, \"ymax\": 1017.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1759.0, \"ymin\": 838.0, \"xmax\": 1842.0, \"ymax\": 927.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1631.0, \"ymin\": 897.0, \"xmax\": 1695.0, \"ymax\": 973.0}, \"category\": \"pn\"}]}, \"39324\": {\"path\": \"train/39324.jpg\", \"id\": 39324, \"objects\": [{\"bbox\": {\"xmin\": 1955.45, \"ymin\": 970.297, \"xmax\": 2000.0, \"ymax\": 1042.5743}, \"category\": \"p23\"}]}, \"49915\": {\"path\": \"train/49915.jpg\", \"id\": 49915, \"objects\": [{\"bbox\": {\"xmin\": 27.7228, \"ymin\": 935.644, \"xmax\": 46.5347, \"ymax\": 958.4158}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1211.88, \"ymin\": 943.564, \"xmax\": 1229.7030000000002, \"ymax\": 965.3465}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1126.73, \"ymin\": 944.554, \"xmax\": 1144.5545, \"ymax\": 964.3564}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 891.089, \"ymin\": 946.535, \"xmax\": 907.9208000000001, \"ymax\": 972.2772}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 785.149, \"ymin\": 949.505, \"xmax\": 800.9901, \"ymax\": 968.3168}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1994.06, \"ymin\": 879.208, \"xmax\": 2011.8812, \"ymax\": 913.8614}, \"category\": \"pne\"}]}, \"34586\": {\"path\": \"train/34586.jpg\", \"id\": 34586, \"objects\": [{\"bbox\": {\"xmin\": 863.366, \"ymin\": 891.089, \"xmax\": 890.0984, \"ymax\": 914.8515000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 781.188, \"ymin\": 893.069, \"xmax\": 801.9802, \"ymax\": 916.8317}, \"category\": \"i4\"}]}, \"29877\": {\"path\": \"train/29877.jpg\", \"id\": 29877, \"objects\": [{\"bbox\": {\"xmin\": 1567.0, \"ymin\": 882.0, \"xmax\": 1623.0, \"ymax\": 941.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 942.0, \"xmax\": 1622.0, \"ymax\": 999.0}, \"category\": \"pn\"}]}, \"43856\": {\"path\": \"test/43856.jpg\", \"id\": 43856, \"objects\": [{\"bbox\": {\"xmin\": 1561.33, \"ymin\": 913.333, \"xmax\": 1610.6667, \"ymax\": 965.3333}, \"category\": \"pm55\"}]}, \"82508\": {\"path\": \"test/82508.jpg\", \"id\": 82508, \"objects\": [{\"bbox\": {\"xmin\": 981.0, \"ymin\": 932.0, \"xmax\": 995.0, \"ymax\": 946.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1826.0, \"ymin\": 964.0, \"xmax\": 1872.0, \"ymax\": 1021.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 953.0, \"ymin\": 931.0, \"xmax\": 966.0, \"ymax\": 946.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 915.0, \"ymin\": 934.0, \"xmax\": 927.0, \"ymax\": 946.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 902.0, \"ymin\": 933.0, \"xmax\": 912.0, \"ymax\": 947.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 928.0, \"ymin\": 932.0, \"xmax\": 940.0, \"ymax\": 948.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 966.0, \"ymin\": 934.0, \"xmax\": 980.0, \"ymax\": 948.0}, \"category\": \"im\"}]}, \"71422\": {\"path\": \"train/71422.jpg\", \"id\": 71422, \"objects\": [{\"bbox\": {\"xmin\": 1983.0, \"ymin\": 858.0, \"xmax\": 2023.0, \"ymax\": 902.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1981.0, \"ymin\": 909.0, \"xmax\": 2023.0, \"ymax\": 955.0}, \"category\": \"pn\"}]}, \"68191\": {\"path\": \"test/68191.jpg\", \"id\": 68191, \"objects\": [{\"bbox\": {\"xmin\": 646.0, \"ymin\": 776.0, \"xmax\": 678.0, \"ymax\": 807.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1025.0, \"ymin\": 926.0, \"xmax\": 1037.0, \"ymax\": 939.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1385.0, \"ymin\": 854.0, \"xmax\": 1415.0, \"ymax\": 883.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1415.0, \"ymin\": 852.0, \"xmax\": 1446.0, \"ymax\": 885.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1012.0, \"ymin\": 926.0, \"xmax\": 1023.0, \"ymax\": 937.0}, \"category\": \"pn\"}]}, \"8714\": {\"path\": \"test/8714.jpg\", \"id\": 8714, \"objects\": [{\"bbox\": {\"xmin\": 1510.67, \"ymin\": 445.333, \"xmax\": 1633.333, \"ymax\": 562.667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1386.67, \"ymin\": 438.667, \"xmax\": 1522.661, \"ymax\": 553.333}, \"category\": \"w55\"}]}, \"74030\": {\"path\": \"train/74030.jpg\", \"id\": 74030, \"objects\": [{\"bbox\": {\"xmin\": 867.258, \"ymin\": 975.069, \"xmax\": 917.9063, \"ymax\": 1027.8237}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 324.8, \"ymin\": 942.4, \"xmax\": 454.251, \"ymax\": 1085.02}, \"category\": \"p5\"}]}, \"73347\": {\"path\": \"train/73347.jpg\", \"id\": 73347, \"objects\": [{\"bbox\": {\"xmin\": 415.079, \"ymin\": 926.19, \"xmax\": 437.3016, \"ymax\": 952.3804}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 356.349, \"ymin\": 930.952, \"xmax\": 374.6032, \"ymax\": 955.5556}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 216.667, \"ymin\": 937.302, \"xmax\": 234.127, \"ymax\": 959.5238}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 153.175, \"ymin\": 942.857, \"xmax\": 170.63490000000002, \"ymax\": 964.2857}, \"category\": \"pne\"}]}, \"28425\": {\"path\": \"test/28425.jpg\", \"id\": 28425, \"objects\": [{\"bbox\": {\"xmin\": 1294.67, \"ymin\": 778.667, \"xmax\": 1390.67, \"ymax\": 866.6682000000001}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1298.67, \"ymin\": 857.333, \"xmax\": 1393.3333, \"ymax\": 957.333}, \"category\": \"pbp\"}]}, \"95257\": {\"path\": \"train/95257.jpg\", \"id\": 95257, \"objects\": [{\"bbox\": {\"xmin\": 1417.11, \"ymin\": 964.474, \"xmax\": 1465.7894999999999, \"ymax\": 1007.8947000000001}, \"category\": \"i2r\"}]}, \"23926\": {\"path\": \"test/23926.jpg\", \"id\": 23926, \"objects\": [{\"bbox\": {\"xmin\": 1398.67, \"ymin\": 706.667, \"xmax\": 1461.3333, \"ymax\": 805.3333}, \"category\": \"pcl\"}]}, \"81310\": {\"path\": \"train/81310.jpg\", \"id\": 81310, \"objects\": [{\"bbox\": {\"xmin\": 1653.0, \"ymin\": 836.0, \"xmax\": 1744.0, \"ymax\": 961.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1648.0, \"ymin\": 961.0, \"xmax\": 1748.0, \"ymax\": 1081.0}, \"category\": \"pg\"}]}, \"28230\": {\"path\": \"train/28230.jpg\", \"id\": 28230, \"objects\": [{\"bbox\": {\"xmin\": 1219.84, \"ymin\": 925.397, \"xmax\": 1237.2946, \"ymax\": 943.6508}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1154.76, \"ymin\": 924.603, \"xmax\": 1173.8095, \"ymax\": 945.2380999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 885.714, \"ymin\": 911.111, \"xmax\": 905.5556, \"ymax\": 932.5397}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 788.889, \"ymin\": 912.698, \"xmax\": 808.7302, \"ymax\": 933.3325}, \"category\": \"pne\"}]}, \"4698\": {\"path\": \"train/4698.jpg\", \"id\": 4698, \"objects\": [{\"bbox\": {\"xmin\": 1401.33, \"ymin\": 930.667, \"xmax\": 1450.6667, \"ymax\": 972.0}, \"category\": \"w59\"}]}, \"84249\": {\"path\": \"train/84249.jpg\", \"id\": 84249, \"objects\": [{\"bbox\": {\"xmin\": 133.333, \"ymin\": 901.333, \"xmax\": 170.6667, \"ymax\": 940.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 157.333, \"ymin\": 881.333, \"xmax\": 172.0, \"ymax\": 898.6667}, \"category\": \"w63\"}]}, \"53402\": {\"path\": \"train/53402.jpg\", \"id\": 53402, \"objects\": [{\"bbox\": {\"xmin\": 1593.33, \"ymin\": 965.333, \"xmax\": 1625.3333, \"ymax\": 998.6669999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1593.33, \"ymin\": 1002.67, \"xmax\": 1625.3333, \"ymax\": 1034.6667}, \"category\": \"p18\"}]}, \"15613\": {\"path\": \"train/15613.jpg\", \"id\": 15613, \"objects\": [{\"bbox\": {\"xmin\": 545.333, \"ymin\": 866.667, \"xmax\": 584.0, \"ymax\": 908.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1522.67, \"ymin\": 948.0, \"xmax\": 1574.6667, \"ymax\": 993.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1538.67, \"ymin\": 993.333, \"xmax\": 1562.6667, \"ymax\": 1013.3333}, \"category\": \"w32\"}]}, \"37815\": {\"path\": \"train/37815.jpg\", \"id\": 37815, \"objects\": [{\"bbox\": {\"xmin\": 1900.0, \"ymin\": 729.0, \"xmax\": 1972.0, \"ymax\": 814.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1904.0, \"ymin\": 863.0, \"xmax\": 1977.0, \"ymax\": 956.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1908.0, \"ymin\": 963.0, \"xmax\": 1972.0, \"ymax\": 1057.0}, \"category\": \"i2r\"}]}, \"94297\": {\"path\": \"test/94297.jpg\", \"id\": 94297, \"objects\": [{\"bbox\": {\"xmin\": 1258.4, \"ymin\": 945.6, \"xmax\": 1277.6000000000001, \"ymax\": 964.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1491.2, \"ymin\": 570.4, \"xmax\": 1588.8, \"ymax\": 671.1999999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1168.0, \"ymin\": 944.8, \"xmax\": 1182.4, \"ymax\": 961.5999999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1334.4, \"ymin\": 564.8, \"xmax\": 1438.4, \"ymax\": 668.0}, \"category\": \"ph4\"}]}, \"52051\": {\"path\": \"train/52051.jpg\", \"id\": 52051, \"objects\": [{\"bbox\": {\"xmin\": 533.333, \"ymin\": 944.0, \"xmax\": 564.0, \"ymax\": 972.0}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 1260.0, \"ymin\": 898.667, \"xmax\": 1281.3333, \"ymax\": 921.3333}, \"category\": \"pbm\"}]}, \"79611\": {\"path\": \"train/79611.jpg\", \"id\": 79611, \"objects\": [{\"bbox\": {\"xmin\": 1702.63, \"ymin\": 903.947, \"xmax\": 1719.7368000000001, \"ymax\": 933.6634}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1677.23, \"ymin\": 901.316, \"xmax\": 1700.0053, \"ymax\": 929.703}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1721.78, \"ymin\": 902.632, \"xmax\": 1740.7824, \"ymax\": 932.6732999999999}, \"category\": \"pn\"}]}, \"71597\": {\"path\": \"test/71597.jpg\", \"id\": 71597, \"objects\": [{\"bbox\": {\"xmin\": 1074.6854248046875, \"ymin\": 897.949462890625, \"xmax\": 1106.0679931640625, \"ymax\": 924.80029296875}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1082.89, \"ymin\": 588.158, \"xmax\": 1193.4160000000002, \"ymax\": 690.789}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 967.105, \"ymin\": 592.105, \"xmax\": 1080.263, \"ymax\": 696.053}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1198.68, \"ymin\": 590.789, \"xmax\": 1306.573, \"ymax\": 690.7885}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1706.58, \"ymin\": 692.105, \"xmax\": 1884.211, \"ymax\": 861.842}, \"category\": \"w55\"}]}, \"30059\": {\"path\": \"other/30059.jpg\", \"id\": 30059, \"objects\": [{\"bbox\": {\"xmin\": 779.519287109375, \"ymin\": 922.3226318359375, \"xmax\": 818.613525390625, \"ymax\": 957.5662841796875}, \"category\": \"w45\"}]}, \"18839\": {\"path\": \"test/18839.jpg\", \"id\": 18839, \"objects\": [{\"bbox\": {\"xmin\": 1097.33, \"ymin\": 942.667, \"xmax\": 1188.0, \"ymax\": 1024.0}, \"category\": \"w32\"}]}, \"42317\": {\"path\": \"other/42317.jpg\", \"id\": 42317, \"objects\": [{\"bbox\": {\"xmin\": 1201.6, \"ymin\": 835.2, \"xmax\": 1370.3999999999999, \"ymax\": 1002.4000000000001}, \"category\": \"pl10\"}]}, \"49402\": {\"path\": \"test/49402.jpg\", \"id\": 49402, \"objects\": [{\"bbox\": {\"xmin\": 1129.55, \"ymin\": 892.045, \"xmax\": 1155.1136, \"ymax\": 918.1813999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1157.95, \"ymin\": 891.478, \"xmax\": 1185.2273, \"ymax\": 921.0232}, \"category\": \"pn\"}]}, \"2182\": {\"path\": \"test/2182.jpg\", \"id\": 2182, \"objects\": [{\"bbox\": {\"xmin\": 899.2, \"ymin\": 965.6, \"xmax\": 929.6, \"ymax\": 997.6}, \"category\": \"w57\"}]}, \"24364\": {\"path\": \"train/24364.jpg\", \"id\": 24364, \"objects\": [{\"bbox\": {\"xmin\": 373.016, \"ymin\": 1000.0, \"xmax\": 392.8571, \"ymax\": 1021.4286}, \"category\": \"pn\"}]}, \"20906\": {\"path\": \"train/20906.jpg\", \"id\": 20906, \"objects\": [{\"bbox\": {\"xmin\": 1723.18, \"ymin\": 821.854, \"xmax\": 1766.2252, \"ymax\": 866.2252000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1198.01, \"ymin\": 817.881, \"xmax\": 1247.0235, \"ymax\": 868.2119}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1329.14, \"ymin\": 919.205, \"xmax\": 1352.9801, \"ymax\": 945.0331}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1305.3, \"ymin\": 919.205, \"xmax\": 1326.4901, \"ymax\": 945.6954000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1001.32, \"ymin\": 817.219, \"xmax\": 1050.9934, \"ymax\": 866.2252000000001}, \"category\": \"pne\"}]}, \"30702\": {\"path\": \"train/30702.jpg\", \"id\": 30702, \"objects\": [{\"bbox\": {\"xmin\": 1841.06, \"ymin\": 943.708, \"xmax\": 1919.2052999999999, \"ymax\": 1047.02}, \"category\": \"pg\"}]}, \"94652\": {\"path\": \"train/94652.jpg\", \"id\": 94652, \"objects\": [{\"bbox\": {\"xmin\": 539.473, \"ymin\": 838.158, \"xmax\": 581.5785, \"ymax\": 901.3158}, \"category\": \"p10\"}]}, \"44708\": {\"path\": \"test/44708.jpg\", \"id\": 44708, \"objects\": [{\"bbox\": {\"xmin\": 1982.24, \"ymin\": 1216.31, \"xmax\": 2003.2586000000001, \"ymax\": 1242.0297}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 2005.44, \"ymin\": 1215.23, \"xmax\": 2027.1816000000001, \"ymax\": 1238.4128}, \"category\": \"pn\"}]}, \"14680\": {\"path\": \"train/14680.jpg\", \"id\": 14680, \"objects\": [{\"bbox\": {\"xmin\": 1520.0, \"ymin\": 884.0, \"xmax\": 1533.0, \"ymax\": 900.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1538.0, \"ymin\": 884.0, \"xmax\": 1553.0, \"ymax\": 900.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1402.0, \"ymin\": 922.0, \"xmax\": 1418.0, \"ymax\": 938.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1402.0, \"ymin\": 942.0, \"xmax\": 1418.0, \"ymax\": 960.0}, \"category\": \"i2r\"}]}, \"51055\": {\"path\": \"train/51055.jpg\", \"id\": 51055, \"objects\": [{\"bbox\": {\"xmin\": 1273.0, \"ymin\": 925.0, \"xmax\": 1334.0, \"ymax\": 984.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1270.0, \"ymin\": 988.0, \"xmax\": 1338.0, \"ymax\": 1040.0}, \"category\": \"pg\"}]}, \"91213\": {\"path\": \"test/91213.jpg\", \"id\": 91213, \"objects\": [{\"bbox\": {\"xmin\": 1563.53173828125, \"ymin\": 919.3590698242188, \"xmax\": 1581.965576171875, \"ymax\": 936.3878784179688}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1353.47, \"ymin\": 912.871, \"xmax\": 1371.2871, \"ymax\": 933.6634}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1193.07, \"ymin\": 902.97, \"xmax\": 1213.8614, \"ymax\": 927.7228}, \"category\": \"pne\"}]}, \"38838\": {\"path\": \"other/38838.jpg\", \"id\": 38838, \"objects\": [{\"bbox\": {\"xmin\": 1170.63, \"ymin\": 962.698, \"xmax\": 1181.746, \"ymax\": 972.22222}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1896.03, \"ymin\": 946.032, \"xmax\": 1907.9365, \"ymax\": 963.4921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1122.22, \"ymin\": 961.111, \"xmax\": 1132.5397, \"ymax\": 973.8095}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1857.94, \"ymin\": 947.619, \"xmax\": 1870.6349, \"ymax\": 963.4921}, \"category\": \"pne\"}]}, \"74619\": {\"path\": \"other/74619.jpg\", \"id\": 74619, \"objects\": [{\"bbox\": {\"xmin\": 310.667, \"ymin\": 1025.33, \"xmax\": 364.0, \"ymax\": 1076.0}, \"category\": \"pm15\"}]}, \"76619\": {\"path\": \"test/76619.jpg\", \"id\": 76619, \"objects\": [{\"bbox\": {\"xmin\": 1052.0, \"ymin\": 1212.0, \"xmax\": 1252.0, \"ymax\": 1406.667}, \"category\": \"p23\"}]}, \"34119\": {\"path\": \"train/34119.jpg\", \"id\": 34119, \"objects\": [{\"bbox\": {\"xmin\": 1609.33, \"ymin\": 776.0, \"xmax\": 1656.0, \"ymax\": 822.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1765.33, \"ymin\": 792.0, \"xmax\": 1809.3333, \"ymax\": 840.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1857.33, \"ymin\": 804.0, \"xmax\": 1894.6667, \"ymax\": 849.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1690.67, \"ymin\": 782.667, \"xmax\": 1734.6667, \"ymax\": 833.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1524.0, \"ymin\": 766.667, \"xmax\": 1572.0, \"ymax\": 817.3333}, \"category\": \"pl120\"}]}, \"70661\": {\"path\": \"test/70661.jpg\", \"id\": 70661, \"objects\": [{\"bbox\": {\"xmin\": 1314.85, \"ymin\": 903.96, \"xmax\": 1338.6138999999998, \"ymax\": 927.7228}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1218.81, \"ymin\": 902.971, \"xmax\": 1243.5644, \"ymax\": 925.743}, \"category\": \"pne\"}]}, \"38824\": {\"path\": \"train/38824.jpg\", \"id\": 38824, \"objects\": [{\"bbox\": {\"xmin\": 1281.33, \"ymin\": 1006.67, \"xmax\": 1296.0, \"ymax\": 1020.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1388.0, \"ymin\": 1014.67, \"xmax\": 1409.3333, \"ymax\": 1033.3333}, \"category\": \"pl60\"}]}, \"133\": {\"path\": \"train/133.jpg\", \"id\": 133, \"objects\": [{\"bbox\": {\"xmin\": 1243.42, \"ymin\": 905.263, \"xmax\": 1260.5263, \"ymax\": 927.6316}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1221.05, \"ymin\": 909.211, \"xmax\": 1238.1579, \"ymax\": 927.6316}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1266.89, \"ymin\": 906.579, \"xmax\": 1284.2122000000002, \"ymax\": 927.6315999999999}, \"category\": \"pn\"}]}, \"36939\": {\"path\": \"train/36939.jpg\", \"id\": 36939, \"objects\": [{\"bbox\": {\"xmin\": 66.3366, \"ymin\": 905.941, \"xmax\": 110.8911, \"ymax\": 965.3465}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 55.4455, \"ymin\": 994.059, \"xmax\": 118.81190000000001, \"ymax\": 1072.278}, \"category\": \"pl30\"}]}, \"77681\": {\"path\": \"train/77681.jpg\", \"id\": 77681, \"objects\": [{\"bbox\": {\"xmin\": 50.0, \"ymin\": 556.579, \"xmax\": 126.3158, \"ymax\": 663.1579999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1275.0, \"ymin\": 781.579, \"xmax\": 1325.0, \"ymax\": 838.1578999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1161.84, \"ymin\": 778.947, \"xmax\": 1211.8420999999998, \"ymax\": 835.5263}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1218.42, \"ymin\": 782.895, \"xmax\": 1268.4076, \"ymax\": 835.5287999999999}, \"category\": \"pn\"}]}, \"41706\": {\"path\": \"train/41706.jpg\", \"id\": 41706, \"objects\": [{\"bbox\": {\"xmin\": 1782.0, \"ymin\": 904.0, \"xmax\": 1820.0, \"ymax\": 947.0}, \"category\": \"pl100\"}]}, \"60040\": {\"path\": \"train/60040.jpg\", \"id\": 60040, \"objects\": [{\"bbox\": {\"xmin\": 1668.63, \"ymin\": 23.5294, \"xmax\": 1907.843, \"ymax\": 233.3334}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1915.69, \"ymin\": 111.765, \"xmax\": 2043.1370000000002, \"ymax\": 309.804}, \"category\": \"pn\"}]}, \"77861\": {\"path\": \"train/77861.jpg\", \"id\": 77861, \"objects\": [{\"bbox\": {\"xmin\": 955.446, \"ymin\": 849.505, \"xmax\": 990.099, \"ymax\": 888.1188}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 856.436, \"ymin\": 852.475, \"xmax\": 892.0792, \"ymax\": 886.1386}, \"category\": \"pne\"}]}, \"1145\": {\"path\": \"train/1145.jpg\", \"id\": 1145, \"objects\": [{\"bbox\": {\"xmin\": 1798.0, \"ymin\": 563.0, \"xmax\": 1856.0, \"ymax\": 631.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1799.0, \"ymin\": 495.0, \"xmax\": 1858.0, \"ymax\": 561.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1863.0, \"ymin\": 518.0, \"xmax\": 1909.0, \"ymax\": 580.0}, \"category\": \"pn\"}]}, \"91532\": {\"path\": \"train/91532.jpg\", \"id\": 91532, \"objects\": [{\"bbox\": {\"xmin\": 176.0, \"ymin\": 381.333, \"xmax\": 269.3333, \"ymax\": 508.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1180.0, \"ymin\": 76.0, \"xmax\": 1417.333, \"ymax\": 222.666}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 553.333, \"ymin\": 194.667, \"xmax\": 724.0, \"ymax\": 345.33299999999997}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1768.0, \"ymin\": 0.0, \"xmax\": 1950.667, \"ymax\": 90.6667}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 86.6667, \"ymin\": 446.667, \"xmax\": 161.3333, \"ymax\": 564.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 382.667, \"ymin\": 268.0, \"xmax\": 514.6669999999999, \"ymax\": 413.33299999999997}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 901.333, \"ymin\": 108.0, \"xmax\": 1117.333, \"ymax\": 254.667}, \"category\": \"pl120\"}]}, \"10345\": {\"path\": \"train/10345.jpg\", \"id\": 10345, \"objects\": [{\"bbox\": {\"xmin\": 633.333, \"ymin\": 874.667, \"xmax\": 701.3333, \"ymax\": 944.0003}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 565.333, \"ymin\": 730.667, \"xmax\": 622.6667, \"ymax\": 789.3333}, \"category\": \"pl30\"}]}, \"38108\": {\"path\": \"test/38108.jpg\", \"id\": 38108, \"objects\": [{\"bbox\": {\"xmin\": 1431.58, \"ymin\": 889.474, \"xmax\": 1486.8420999999998, \"ymax\": 948.6842}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 295.727, \"ymin\": 988.319, \"xmax\": 313.67569999999995, \"ymax\": 1005.6979}, \"category\": \"pn\"}]}, \"77106\": {\"path\": \"other/77106.jpg\", \"id\": 77106, \"objects\": [{\"bbox\": {\"xmin\": 1231.22, \"ymin\": 935.881, \"xmax\": 1244.846, \"ymax\": 951.495}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1247.18, \"ymin\": 935.216, \"xmax\": 1260.8039, \"ymax\": 950.1663}, \"category\": \"pn\"}]}, \"30274\": {\"path\": \"other/30274.jpg\", \"id\": 30274, \"objects\": [{\"bbox\": {\"xmin\": 451.4198913574219, \"ymin\": 1173.0814208984375, \"xmax\": 477.8952941894531, \"ymax\": 1193.8475341796875}, \"category\": \"ip\"}]}, \"41679\": {\"path\": \"train/41679.jpg\", \"id\": 41679, \"objects\": [{\"bbox\": {\"xmin\": 1480.2, \"ymin\": 1008.91, \"xmax\": 1513.8614, \"ymax\": 1048.5149}, \"category\": \"pne\"}]}, \"45645\": {\"path\": \"train/45645.jpg\", \"id\": 45645, \"objects\": [{\"bbox\": {\"xmin\": 1488.16, \"ymin\": 864.474, \"xmax\": 1519.7368000000001, \"ymax\": 898.6842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1392.11, \"ymin\": 865.789, \"xmax\": 1427.6316, \"ymax\": 901.3158}, \"category\": \"pne\"}]}, \"20139\": {\"path\": \"other/20139.jpg\", \"id\": 20139, \"objects\": [{\"bbox\": {\"xmin\": 1184.09, \"ymin\": 831.818, \"xmax\": 1232.3863999999999, \"ymax\": 876.1362}, \"category\": \"w21\"}]}, \"39610\": {\"path\": \"test/39610.jpg\", \"id\": 39610, \"objects\": [{\"bbox\": {\"xmin\": 1949.6, \"ymin\": 989.6, \"xmax\": 1965.6, \"ymax\": 1009.6}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 388.0, \"ymin\": 1064.0, \"xmax\": 464.0, \"ymax\": 1148.8}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 775.2, \"ymin\": 1002.4, \"xmax\": 789.6, \"ymax\": 1019.1999999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 393.6, \"ymin\": 969.6, \"xmax\": 459.20000000000005, \"ymax\": 1057.6}, \"category\": \"pl10\"}, {\"bbox\": {\"xmin\": 137.6, \"ymin\": 944.0, \"xmax\": 164.79999999999998, \"ymax\": 979.2}, \"category\": \"pne\"}]}, \"50812\": {\"path\": \"train/50812.jpg\", \"id\": 50812, \"objects\": [{\"bbox\": {\"xmin\": 1068.42, \"ymin\": 980.263, \"xmax\": 1092.1053000000002, \"ymax\": 1007.8947000000001}, \"category\": \"pne\"}]}, \"15991\": {\"path\": \"test/15991.jpg\", \"id\": 15991, \"objects\": [{\"bbox\": {\"xmin\": 1172.28, \"ymin\": 727.723, \"xmax\": 1239.604, \"ymax\": 799.0097}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 963.366, \"ymin\": 732.673, \"xmax\": 1030.6931, \"ymax\": 797.0297}, \"category\": \"pne\"}]}, \"50946\": {\"path\": \"train/50946.jpg\", \"id\": 50946, \"objects\": [{\"bbox\": {\"xmin\": 304.8, \"ymin\": 957.6, \"xmax\": 352.8, \"ymax\": 1037.6}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1597.6, \"ymin\": 966.4, \"xmax\": 1618.3999999999999, \"ymax\": 988.0}, \"category\": \"pne\"}]}, \"15496\": {\"path\": \"train/15496.jpg\", \"id\": 15496, \"objects\": [{\"bbox\": {\"xmin\": 1776.0, \"ymin\": 964.0, \"xmax\": 1818.6667, \"ymax\": 1008.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 824.0, \"xmax\": 1450.6667, \"ymax\": 866.6667}, \"category\": \"p26\"}]}, \"45309\": {\"path\": \"train/45309.jpg\", \"id\": 45309, \"objects\": [{\"bbox\": {\"xmin\": 92.0, \"ymin\": 952.0, \"xmax\": 129.3333, \"ymax\": 992.0}, \"category\": \"pl100\"}]}, \"63860\": {\"path\": \"train/63860.jpg\", \"id\": 63860, \"objects\": [{\"bbox\": {\"xmin\": 480.0, \"ymin\": 474.0, \"xmax\": 580.0, \"ymax\": 564.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1190.0, \"ymin\": 977.0, \"xmax\": 1230.0, \"ymax\": 1022.0}, \"category\": \"p19\"}]}, \"1792\": {\"path\": \"test/1792.jpg\", \"id\": 1792, \"objects\": [{\"bbox\": {\"xmin\": 1384.0, \"ymin\": 1138.67, \"xmax\": 1402.6667, \"ymax\": 1160.0}, \"category\": \"p13\"}]}, \"64626\": {\"path\": \"test/64626.jpg\", \"id\": 64626, \"objects\": [{\"bbox\": {\"xmin\": 1076.14, \"ymin\": 910.227, \"xmax\": 1100.5682000000002, \"ymax\": 931.25}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1102.84, \"ymin\": 910.227, \"xmax\": 1127.8481, \"ymax\": 930.6818}, \"category\": \"w57\"}]}, \"70510\": {\"path\": \"test/70510.jpg\", \"id\": 70510, \"objects\": [{\"bbox\": {\"xmin\": 1596.8477783203125, \"ymin\": 1012.3753662109375, \"xmax\": 1618.2376708984375, \"ymax\": 1032.070556640625}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1598.41, \"ymin\": 974.603, \"xmax\": 1623.8095, \"ymax\": 1007.1428999999999}, \"category\": \"p5\"}]}, \"6733\": {\"path\": \"train/6733.jpg\", \"id\": 6733, \"objects\": [{\"bbox\": {\"xmin\": 306.931, \"ymin\": 972.277, \"xmax\": 336.6337, \"ymax\": 1000.9901000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 309.901, \"ymin\": 1002.97, \"xmax\": 332.67330000000004, \"ymax\": 1024.7525}, \"category\": \"pl5\"}]}, \"90978\": {\"path\": \"test/90978.jpg\", \"id\": 90978, \"objects\": [{\"bbox\": {\"xmin\": 1383.0, \"ymin\": 989.0, \"xmax\": 1430.0, \"ymax\": 1039.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1275.0, \"ymin\": 943.0, \"xmax\": 1314.0, \"ymax\": 998.0}, \"category\": \"pr40\"}]}, \"64295\": {\"path\": \"train/64295.jpg\", \"id\": 64295, \"objects\": [{\"bbox\": {\"xmin\": 315.894, \"ymin\": 955.629, \"xmax\": 327.8146, \"ymax\": 979.4702}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 313.907, \"ymin\": 981.457, \"xmax\": 333.1126, \"ymax\": 1003.9735}, \"category\": \"pn\"}]}, \"34176\": {\"path\": \"train/34176.jpg\", \"id\": 34176, \"objects\": [{\"bbox\": {\"xmin\": 1523.84, \"ymin\": 905.298, \"xmax\": 1545.0354, \"ymax\": 924.5036}, \"category\": \"pne\"}]}, \"85082\": {\"path\": \"train/85082.jpg\", \"id\": 85082, \"objects\": [{\"bbox\": {\"xmin\": 43.1373, \"ymin\": 552.941, \"xmax\": 117.6471, \"ymax\": 658.8240000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1309.8, \"ymin\": 727.451, \"xmax\": 1370.5882, \"ymax\": 792.1569000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1172.55, \"ymin\": 727.451, \"xmax\": 1235.2941, \"ymax\": 792.1569000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1237.25, \"ymin\": 729.412, \"xmax\": 1303.9216, \"ymax\": 794.1176}, \"category\": \"pn\"}]}, \"70265\": {\"path\": \"other/70265.jpg\", \"id\": 70265, \"objects\": [{\"bbox\": {\"xmin\": 1040.0, \"ymin\": 426.0, \"xmax\": 1166.0, \"ymax\": 544.0}, \"category\": \"pr30\"}]}, \"51248\": {\"path\": \"train/51248.jpg\", \"id\": 51248, \"objects\": [{\"bbox\": {\"xmin\": 117.0, \"ymin\": 817.0, \"xmax\": 175.0, \"ymax\": 892.0}, \"category\": \"pdd\"}]}, \"4902\": {\"path\": \"test/4902.jpg\", \"id\": 4902, \"objects\": [{\"bbox\": {\"xmin\": 80.0, \"ymin\": 926.15, \"xmax\": 92.0, \"ymax\": 944.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1873.6, \"ymin\": 925.6, \"xmax\": 1887.1999999999998, \"ymax\": 942.4}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1182.23, \"ymin\": 842.713, \"xmax\": 1202.6906, \"ymax\": 864.5164}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1203.22, \"ymin\": 843.2, \"xmax\": 1224.3153, \"ymax\": 867.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1248.0, \"ymin\": 860.0, \"xmax\": 1269.6, \"ymax\": 881.6}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 287.2, \"ymin\": 930.4, \"xmax\": 299.2, \"ymax\": 945.6}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1224.0, \"ymin\": 842.4, \"xmax\": 1247.8926, \"ymax\": 867.1999999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1247.42, \"ymin\": 881.439, \"xmax\": 1270.6968000000002, \"ymax\": 901.8394}, \"category\": \"pbm\"}]}, \"65951\": {\"path\": \"train/65951.jpg\", \"id\": 65951, \"objects\": [{\"bbox\": {\"xmin\": 1110.67, \"ymin\": 913.333, \"xmax\": 1202.6667, \"ymax\": 1009.3333}, \"category\": \"p23\"}]}, \"55233\": {\"path\": \"train/55233.jpg\", \"id\": 55233, \"objects\": [{\"bbox\": {\"xmin\": 1561.0, \"ymin\": 731.0, \"xmax\": 1629.0, \"ymax\": 803.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1478.0, \"ymin\": 720.0, \"xmax\": 1549.0, \"ymax\": 795.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1638.0, \"ymin\": 737.0, \"xmax\": 1704.0, \"ymax\": 807.0}, \"category\": \"pn\"}]}, \"86083\": {\"path\": \"other/86083.jpg\", \"id\": 86083, \"objects\": [{\"bbox\": {\"xmin\": 1784.0, \"ymin\": 1076.0, \"xmax\": 1832.0, \"ymax\": 1126.0}, \"category\": \"pr20\"}]}, \"19552\": {\"path\": \"test/19552.jpg\", \"id\": 19552, \"objects\": [{\"bbox\": {\"xmin\": 1550.8, \"ymin\": 997.619, \"xmax\": 1596.83, \"ymax\": 1046.0317}, \"category\": \"pl5\"}]}, \"36470\": {\"path\": \"train/36470.jpg\", \"id\": 36470, \"objects\": [{\"bbox\": {\"xmin\": 990.099, \"ymin\": 946.535, \"xmax\": 1016.8318, \"ymax\": 985.1485}, \"category\": \"ip\"}]}, \"1731\": {\"path\": \"test/1731.jpg\", \"id\": 1731, \"objects\": [{\"bbox\": {\"xmin\": 922.0, \"ymin\": 668.0, \"xmax\": 1025.0, \"ymax\": 763.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 819.0, \"ymin\": 671.0, \"xmax\": 921.0, \"ymax\": 770.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1028.0, \"ymin\": 664.0, \"xmax\": 1125.0, \"ymax\": 760.0}, \"category\": \"pn\"}]}, \"83118\": {\"path\": \"test/83118.jpg\", \"id\": 83118, \"objects\": [{\"bbox\": {\"xmin\": 1176.282958984375, \"ymin\": 1026.0184326171875, \"xmax\": 1196.41015625, \"ymax\": 1045.0599365234375}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1176.067626953125, \"ymin\": 998.512939453125, \"xmax\": 1197.1796875, \"ymax\": 1021.0574951171875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1175.5103759765625, \"ymin\": 970.1569213867188, \"xmax\": 1195.0167236328125, \"ymax\": 988.4899291992188}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1227.72, \"ymin\": 921.782, \"xmax\": 1252.4752, \"ymax\": 945.5446000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1145.54, \"ymin\": 921.782, \"xmax\": 1169.3069, \"ymax\": 944.5532000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 881.188, \"ymin\": 932.673, \"xmax\": 904.9497, \"ymax\": 957.4257}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1084.16, \"ymin\": 947.525, \"xmax\": 1101.9804000000001, \"ymax\": 969.3068999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 789.109, \"ymin\": 930.693, \"xmax\": 809.9010000000001, \"ymax\": 954.4553999999999}, \"category\": \"pne\"}]}, \"12982\": {\"path\": \"test/12982.jpg\", \"id\": 12982, \"objects\": [{\"bbox\": {\"xmin\": 1975.4, \"ymin\": 1089.68, \"xmax\": 2015.083, \"ymax\": 1134.9206000000001}, \"category\": \"pl60\"}]}, \"7433\": {\"path\": \"test/7433.jpg\", \"id\": 7433, \"objects\": [{\"bbox\": {\"xmin\": 873.0, \"ymin\": 422.0, \"xmax\": 1037.0, \"ymax\": 566.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 690.0, \"ymin\": 433.0, \"xmax\": 847.0, \"ymax\": 575.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1062.0, \"ymin\": 423.0, \"xmax\": 1228.0, \"ymax\": 564.0}, \"category\": \"pn\"}]}, \"35304\": {\"path\": \"train/35304.jpg\", \"id\": 35304, \"objects\": [{\"bbox\": {\"xmin\": 366.887, \"ymin\": 980.132, \"xmax\": 398.013, \"ymax\": 1025.8278}, \"category\": \"pl80\"}]}, \"51217\": {\"path\": \"test/51217.jpg\", \"id\": 51217, \"objects\": [{\"bbox\": {\"xmin\": 1241.33, \"ymin\": 914.667, \"xmax\": 1284.0, \"ymax\": 960.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1242.67, \"ymin\": 961.333, \"xmax\": 1284.0, \"ymax\": 1005.3333}, \"category\": \"p27\"}]}, \"73754\": {\"path\": \"train/73754.jpg\", \"id\": 73754, \"objects\": [{\"bbox\": {\"xmin\": 1500.75927734375, \"ymin\": 978.3157958984375, \"xmax\": 1530.75, \"ymax\": 1001.1353759765625}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1497.33, \"ymin\": 934.667, \"xmax\": 1538.6667, \"ymax\": 977.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1165.33, \"ymin\": 838.667, \"xmax\": 1200.0, \"ymax\": 865.3333}, \"category\": \"pl40\"}]}, \"20721\": {\"path\": \"train/20721.jpg\", \"id\": 20721, \"objects\": [{\"bbox\": {\"xmin\": 1833.33, \"ymin\": 724.0, \"xmax\": 1884.0, \"ymax\": 788.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1965.33, \"ymin\": 748.0, \"xmax\": 2009.3333, \"ymax\": 805.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1678.67, \"ymin\": 702.667, \"xmax\": 1736.0, \"ymax\": 765.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1617.33, \"ymin\": 698.667, \"xmax\": 1670.6667, \"ymax\": 758.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1776.0, \"ymin\": 720.0, \"xmax\": 1828.0, \"ymax\": 777.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1917.33, \"ymin\": 741.333, \"xmax\": 1961.3333, \"ymax\": 794.6667}, \"category\": \"pl100\"}]}, \"44609\": {\"path\": \"test/44609.jpg\", \"id\": 44609, \"objects\": [{\"bbox\": {\"xmin\": 1309.0, \"ymin\": 1022.0, \"xmax\": 1334.0, \"ymax\": 1045.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1014.0, \"ymin\": 755.0, \"xmax\": 1096.0, \"ymax\": 834.0}, \"category\": \"pr70\"}]}, \"69076\": {\"path\": \"train/69076.jpg\", \"id\": 69076, \"objects\": [{\"bbox\": {\"xmin\": 1689.47, \"ymin\": 773.684, \"xmax\": 1734.2105000000001, \"ymax\": 826.3158}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1863.16, \"ymin\": 864.474, \"xmax\": 1886.8421, \"ymax\": 902.6316}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1802.63, \"ymin\": 859.211, \"xmax\": 1830.2632, \"ymax\": 900.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1828.95, \"ymin\": 863.158, \"xmax\": 1860.5263, \"ymax\": 900.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1465.79, \"ymin\": 751.316, \"xmax\": 1525.0, \"ymax\": 819.7368}, \"category\": \"pne\"}]}, \"48394\": {\"path\": \"train/48394.jpg\", \"id\": 48394, \"objects\": [{\"bbox\": {\"xmin\": 1038.61, \"ymin\": 709.901, \"xmax\": 1117.8218, \"ymax\": 785.1485}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1132.67, \"ymin\": 708.911, \"xmax\": 1209.901, \"ymax\": 786.1386}, \"category\": \"pn\"}]}, \"35879\": {\"path\": \"train/35879.jpg\", \"id\": 35879, \"objects\": [{\"bbox\": {\"xmin\": 1105.26, \"ymin\": 600.0, \"xmax\": 1214.474, \"ymax\": 690.7895}, \"category\": \"w55\"}]}, \"61240\": {\"path\": \"train/61240.jpg\", \"id\": 61240, \"objects\": [{\"bbox\": {\"xmin\": 1214.77, \"ymin\": 913.636, \"xmax\": 1241.4755, \"ymax\": 940.3408999999999}, \"category\": \"pl80\"}]}, \"12858\": {\"path\": \"test/12858.jpg\", \"id\": 12858, \"objects\": [{\"bbox\": {\"xmin\": 105.0, \"ymin\": 1027.0, \"xmax\": 137.0, \"ymax\": 1071.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1290.0, \"ymin\": 635.0, \"xmax\": 1364.0, \"ymax\": 709.0}, \"category\": \"p3\"}]}, \"94307\": {\"path\": \"test/94307.jpg\", \"id\": 94307, \"objects\": [{\"bbox\": {\"xmin\": 201.03977966308594, \"ymin\": 850.7506713867188, \"xmax\": 223.9732208251953, \"ymax\": 890.3576049804688}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 970.297, \"ymin\": 605.941, \"xmax\": 990.099, \"ymax\": 697.0297}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1826.73, \"ymin\": 922.517, \"xmax\": 1847.5248, \"ymax\": 947.6829}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1896.52, \"ymin\": 937.313, \"xmax\": 1908.4577, \"ymax\": 957.2139}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1911.44, \"ymin\": 939.303, \"xmax\": 1925.8706, \"ymax\": 957.7114}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 877.228, \"ymin\": 441.584, \"xmax\": 913.8614, \"ymax\": 569.307}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1770.3, \"ymin\": 918.543, \"xmax\": 1789.1089, \"ymax\": 943.0473}, \"category\": \"pne\"}]}, \"59557\": {\"path\": \"train/59557.jpg\", \"id\": 59557, \"objects\": [{\"bbox\": {\"xmin\": 1739.1455078125, \"ymin\": 951.6070556640625, \"xmax\": 1758.1591796875, \"ymax\": 974.89453125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1877.33, \"ymin\": 761.333, \"xmax\": 1929.3333, \"ymax\": 820.0}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 132.0, \"ymin\": 976.0, \"xmax\": 152.0, \"ymax\": 1005.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1872.0, \"ymin\": 822.667, \"xmax\": 1922.6667, \"ymax\": 886.6667}, \"category\": \"i5\"}]}, \"45330\": {\"path\": \"train/45330.jpg\", \"id\": 45330, \"objects\": [{\"bbox\": {\"xmin\": 56.0, \"ymin\": 1056.0, \"xmax\": 85.0, \"ymax\": 1095.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 488.0, \"ymin\": 957.0, \"xmax\": 507.0, \"ymax\": 980.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 488.0, \"ymin\": 982.0, \"xmax\": 509.0, \"ymax\": 1005.0}, \"category\": \"pne\"}]}, \"26628\": {\"path\": \"test/26628.jpg\", \"id\": 26628, \"objects\": [{\"bbox\": {\"xmin\": 1036.0, \"ymin\": 1012.0, \"xmax\": 1073.3333, \"ymax\": 1048.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 749.333, \"ymin\": 844.0, \"xmax\": 789.3333, \"ymax\": 882.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1802.67, \"ymin\": 978.667, \"xmax\": 1833.3333, \"ymax\": 1008.0}, \"category\": \"pbm\"}]}, \"16840\": {\"path\": \"test/16840.jpg\", \"id\": 16840, \"objects\": [{\"bbox\": {\"xmin\": 1277.0, \"ymin\": 967.0, \"xmax\": 1304.0, \"ymax\": 991.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1084.0, \"ymin\": 766.0, \"xmax\": 1143.0, \"ymax\": 825.0}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1203.0, \"ymin\": 785.0, \"xmax\": 1258.0, \"ymax\": 839.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1374.0, \"ymin\": 895.0, \"xmax\": 1400.0, \"ymax\": 923.0}, \"category\": \"pn\"}]}, \"18831\": {\"path\": \"train/18831.jpg\", \"id\": 18831, \"objects\": [{\"bbox\": {\"xmin\": 124.744, \"ymin\": 986.228, \"xmax\": 176.9845, \"ymax\": 1047.0123999999998}, \"category\": \"ip\"}]}, \"41328\": {\"path\": \"train/41328.jpg\", \"id\": 41328, \"objects\": [{\"bbox\": {\"xmin\": 294.4, \"ymin\": 973.6, \"xmax\": 350.4, \"ymax\": 1037.6}, \"category\": \"i5\"}]}, \"41311\": {\"path\": \"other/41311.jpg\", \"id\": 41311, \"objects\": [{\"bbox\": {\"xmin\": 376.7071533203125, \"ymin\": 1388.801513671875, \"xmax\": 517.9210205078125, \"ymax\": 1691.260498046875}, \"category\": \"p10\"}]}, \"51529\": {\"path\": \"train/51529.jpg\", \"id\": 51529, \"objects\": [{\"bbox\": {\"xmin\": 20.0, \"ymin\": 858.667, \"xmax\": 56.0, \"ymax\": 894.6667}, \"category\": \"p19\"}]}, \"81593\": {\"path\": \"test/81593.jpg\", \"id\": 81593, \"objects\": [{\"bbox\": {\"xmin\": 1342.85, \"ymin\": 1248.41, \"xmax\": 1388.8889, \"ymax\": 1292.0644}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1161.9, \"ymin\": 1249.21, \"xmax\": 1208.7302000000002, \"ymax\": 1296.8244}, \"category\": \"pne\"}]}, \"81730\": {\"path\": \"other/81730.jpg\", \"id\": 81730, \"objects\": [{\"bbox\": {\"xmin\": 176.453369140625, \"ymin\": 933.5773315429688, \"xmax\": 199.16763305664062, \"ymax\": 954.0770874023438}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 164.57223510742188, \"ymin\": 933.2882690429688, \"xmax\": 182.95941162109375, \"ymax\": 952.3484497070312}, \"category\": \"pcd\"}]}, \"56010\": {\"path\": \"test/56010.jpg\", \"id\": 56010, \"objects\": [{\"bbox\": {\"xmin\": 624.0, \"ymin\": 818.667, \"xmax\": 672.0003, \"ymax\": 869.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1578.67, \"ymin\": 818.667, \"xmax\": 1632.0, \"ymax\": 873.3333}, \"category\": \"pl60\"}]}, \"63182\": {\"path\": \"train/63182.jpg\", \"id\": 63182, \"objects\": [{\"bbox\": {\"xmin\": 1821.33, \"ymin\": 368.0, \"xmax\": 2001.3329999999999, \"ymax\": 537.333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 412.0, \"ymin\": 880.0, \"xmax\": 448.0, \"ymax\": 918.6667}, \"category\": \"pl60\"}]}, \"69838\": {\"path\": \"train/69838.jpg\", \"id\": 69838, \"objects\": [{\"bbox\": {\"xmin\": 500.0, \"ymin\": 919.802, \"xmax\": 522.7723, \"ymax\": 947.5248}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 423.762, \"ymin\": 921.782, \"xmax\": 444.5536, \"ymax\": 944.5545000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 233.663, \"ymin\": 925.743, \"xmax\": 253.4653, \"ymax\": 948.5149}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 177.228, \"ymin\": 927.723, \"xmax\": 193.0693, \"ymax\": 947.5247999999999}, \"category\": \"pne\"}]}, \"47579\": {\"path\": \"test/47579.jpg\", \"id\": 47579, \"objects\": [{\"bbox\": {\"xmin\": 1845.1, \"ymin\": 995.364, \"xmax\": 1876.4705999999999, \"ymax\": 1023.5288}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1845.03, \"ymin\": 964.706, \"xmax\": 1878.4296, \"ymax\": 993.3775}, \"category\": \"pl5\"}]}, \"45652\": {\"path\": \"train/45652.jpg\", \"id\": 45652, \"objects\": [{\"bbox\": {\"xmin\": 17.0, \"ymin\": 772.0, \"xmax\": 45.0, \"ymax\": 814.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1533.0, \"ymin\": 1004.0, \"xmax\": 1548.0, \"ymax\": 1020.0}, \"category\": \"pn\"}]}, \"88472\": {\"path\": \"test/88472.jpg\", \"id\": 88472, \"objects\": [{\"bbox\": {\"xmin\": 202.632, \"ymin\": 553.947, \"xmax\": 244.73680000000002, \"ymax\": 634.2105}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 2011.84, \"ymin\": 851.316, \"xmax\": 2035.5263, \"ymax\": 881.5789}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1843.42, \"ymin\": 835.526, \"xmax\": 1871.0526, \"ymax\": 868.4209999999999}, \"category\": \"pne\"}]}, \"4997\": {\"path\": \"test/4997.jpg\", \"id\": 4997, \"objects\": [{\"bbox\": {\"xmin\": 1508.0, \"ymin\": 789.333, \"xmax\": 1546.6667, \"ymax\": 830.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1608.0, \"ymin\": 797.333, \"xmax\": 1641.3333, \"ymax\": 834.6660999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1402.67, \"ymin\": 782.667, \"xmax\": 1441.3333, \"ymax\": 821.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1362.67, \"ymin\": 780.0, \"xmax\": 1400.0, \"ymax\": 819.9997}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1469.33, \"ymin\": 786.667, \"xmax\": 1506.6667, \"ymax\": 824.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1572.0, \"ymin\": 793.333, \"xmax\": 1606.6667, \"ymax\": 832.0}, \"category\": \"pl100\"}]}, \"1294\": {\"path\": \"train/1294.jpg\", \"id\": 1294, \"objects\": [{\"bbox\": {\"xmin\": 1655.0, \"ymin\": 590.0, \"xmax\": 1734.0, \"ymax\": 666.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1736.0, \"ymin\": 602.0, \"xmax\": 1812.0, \"ymax\": 680.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1475.0, \"ymin\": 660.0, \"xmax\": 1528.0, \"ymax\": 703.0}, \"category\": \"w30\"}]}, \"3668\": {\"path\": \"test/3668.jpg\", \"id\": 3668, \"objects\": [{\"bbox\": {\"xmin\": 1175.0, \"ymin\": 686.0, \"xmax\": 1239.0, \"ymax\": 750.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1242.0, \"ymin\": 676.0, \"xmax\": 1308.0, \"ymax\": 738.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1331.0, \"ymin\": 802.0, \"xmax\": 1402.0, \"ymax\": 875.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1332.0, \"ymin\": 874.0, \"xmax\": 1402.0, \"ymax\": 944.0}, \"category\": \"i2r\"}]}, \"51545\": {\"path\": \"train/51545.jpg\", \"id\": 51545, \"objects\": [{\"bbox\": {\"xmin\": 1232.54, \"ymin\": 917.46, \"xmax\": 1253.9683, \"ymax\": 938.8889}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1160.32, \"ymin\": 915.873, \"xmax\": 1181.7459999999999, \"ymax\": 938.0952000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 779.365, \"ymin\": 867.46, \"xmax\": 811.9048, \"ymax\": 903.1746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 886.508, \"ymin\": 988.889, \"xmax\": 903.1746, \"ymax\": 1007.9365}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 542.063, \"ymin\": 883.333, \"xmax\": 573.0159, \"ymax\": 915.0794}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 849.206, \"ymin\": 1003.17, \"xmax\": 866.6667, \"ymax\": 1023.8095}, \"category\": \"w47\"}]}, \"53717\": {\"path\": \"train/53717.jpg\", \"id\": 53717, \"objects\": [{\"bbox\": {\"xmin\": 494.0, \"ymin\": 937.0, \"xmax\": 504.0, \"ymax\": 956.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 423.0, \"ymin\": 866.0, \"xmax\": 443.0, \"ymax\": 893.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 420.0, \"ymin\": 901.0, \"xmax\": 442.0, \"ymax\": 928.0}, \"category\": \"pn\"}]}, \"24844\": {\"path\": \"train/24844.jpg\", \"id\": 24844, \"objects\": [{\"bbox\": {\"xmin\": 1622.77, \"ymin\": 885.149, \"xmax\": 1686.1386, \"ymax\": 942.5743}, \"category\": \"p10\"}]}, \"45813\": {\"path\": \"train/45813.jpg\", \"id\": 45813, \"objects\": [{\"bbox\": {\"xmin\": 1404.8, \"ymin\": 133.6, \"xmax\": 1546.3999999999999, \"ymax\": 399.20000000000005}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 815.2, \"ymin\": 805.6, \"xmax\": 865.6, \"ymax\": 857.6}, \"category\": \"pne\"}]}, \"33002\": {\"path\": \"test/33002.jpg\", \"id\": 33002, \"objects\": [{\"bbox\": {\"xmin\": 1510.0, \"ymin\": 780.0, \"xmax\": 1556.0, \"ymax\": 828.0}, \"category\": \"ph5\"}]}, \"8790\": {\"path\": \"other/8790.jpg\", \"id\": 8790, \"objects\": [{\"bbox\": {\"xmin\": 1082.737060546875, \"ymin\": 919.51171875, \"xmax\": 1108.1201171875, \"ymax\": 941.2227783203125}, \"category\": \"w21\"}]}, \"18326\": {\"path\": \"train/18326.jpg\", \"id\": 18326, \"objects\": [{\"bbox\": {\"xmin\": 1588.0, \"ymin\": 912.0, \"xmax\": 1673.0, \"ymax\": 1008.0}, \"category\": \"pr40\"}]}, \"14663\": {\"path\": \"test/14663.jpg\", \"id\": 14663, \"objects\": [{\"bbox\": {\"xmin\": 1563.0, \"ymin\": 884.0, \"xmax\": 1584.0, \"ymax\": 916.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 830.0, \"xmax\": 1280.0, \"ymax\": 865.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1499.0, \"ymin\": 965.0, \"xmax\": 1515.0, \"ymax\": 985.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1515.0, \"ymin\": 881.0, \"xmax\": 1536.0, \"ymax\": 908.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1449.0, \"ymin\": 880.0, \"xmax\": 1469.0, \"ymax\": 905.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1421.0, \"ymin\": 878.0, \"xmax\": 1444.0, \"ymax\": 905.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1473.0, \"ymin\": 880.0, \"xmax\": 1493.0, \"ymax\": 908.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1034.0, \"ymin\": 813.0, \"xmax\": 1069.0, \"ymax\": 852.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1540.0, \"ymin\": 883.0, \"xmax\": 1562.0, \"ymax\": 911.0}, \"category\": \"im\"}]}, \"90459\": {\"path\": \"train/90459.jpg\", \"id\": 90459, \"objects\": [{\"bbox\": {\"xmin\": 1236.63, \"ymin\": 1014.85, \"xmax\": 1282.1537, \"ymax\": 1061.3861}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1968.25, \"ymin\": 958.73, \"xmax\": 1985.7052, \"ymax\": 979.3651}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1985.71, \"ymin\": 959.524, \"xmax\": 2001.583, \"ymax\": 978.5714}, \"category\": \"pn\"}]}, \"20479\": {\"path\": \"other/20479.jpg\", \"id\": 20479, \"objects\": [{\"bbox\": {\"xmin\": 1159.52, \"ymin\": 965.079, \"xmax\": 1170.6349, \"ymax\": 977.7778}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1804.76, \"ymin\": 948.413, \"xmax\": 1812.69841, \"ymax\": 963.4921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1114.29, \"ymin\": 965.079, \"xmax\": 1124.6032, \"ymax\": 977.7778}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1773.81, \"ymin\": 948.413, \"xmax\": 1784.127, \"ymax\": 964.2857}, \"category\": \"pne\"}]}, \"82600\": {\"path\": \"test/82600.jpg\", \"id\": 82600, \"objects\": [{\"bbox\": {\"xmin\": 288.0, \"ymin\": 781.333, \"xmax\": 329.3333, \"ymax\": 842.6667}, \"category\": \"pl60\"}]}, \"55936\": {\"path\": \"train/55936.jpg\", \"id\": 55936, \"objects\": [{\"bbox\": {\"xmin\": 1365.74, \"ymin\": 924.303, \"xmax\": 1380.4781, \"ymax\": 939.8409}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1837.05, \"ymin\": 983.267, \"xmax\": 1866.1386, \"ymax\": 1014.3426000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1382.87, \"ymin\": 923.506, \"xmax\": 1398.8048, \"ymax\": 940.6377}, \"category\": \"pn\"}]}, \"90092\": {\"path\": \"train/90092.jpg\", \"id\": 90092, \"objects\": [{\"bbox\": {\"xmin\": 741.0, \"ymin\": 788.0, \"xmax\": 886.0, \"ymax\": 932.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1912.0, \"ymin\": 986.0, \"xmax\": 1961.0, \"ymax\": 1040.0}, \"category\": \"pn\"}]}, \"8505\": {\"path\": \"train/8505.jpg\", \"id\": 8505, \"objects\": [{\"bbox\": {\"xmin\": 1842.29833984375, \"ymin\": 973.7018432617188, \"xmax\": 1875.5673828125, \"ymax\": 1023.7706909179688}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1965.0, \"ymin\": 799.0, \"xmax\": 2002.0, \"ymax\": 844.0}, \"category\": \"pcl\"}]}, \"60431\": {\"path\": \"train/60431.jpg\", \"id\": 60431, \"objects\": [{\"bbox\": {\"xmin\": 1371.43, \"ymin\": 882.54, \"xmax\": 1397.6190000000001, \"ymax\": 914.2856999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1457.14, \"ymin\": 938.095, \"xmax\": 1473.0159, \"ymax\": 953.1746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1423.02, \"ymin\": 936.508, \"xmax\": 1438.8967, \"ymax\": 953.1746}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1438.89, \"ymin\": 937.302, \"xmax\": 1453.1746, \"ymax\": 953.1746}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1260.32, \"ymin\": 886.508, \"xmax\": 1287.3016, \"ymax\": 911.9048}, \"category\": \"pne\"}]}, \"31050\": {\"path\": \"other/31050.jpg\", \"id\": 31050, \"objects\": [{\"bbox\": {\"xmin\": 259.1116943359375, \"ymin\": 182.35015869140625, \"xmax\": 421.7183837890625, \"ymax\": 396.90673828125}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1869.33, \"ymin\": 910.667, \"xmax\": 1961.3333, \"ymax\": 1008.0}, \"category\": \"pr30\"}]}, \"80020\": {\"path\": \"train/80020.jpg\", \"id\": 80020, \"objects\": [{\"bbox\": {\"xmin\": 1379.6, \"ymin\": 782.587, \"xmax\": 1411.9403, \"ymax\": 814.9254}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1138.31, \"ymin\": 945.275, \"xmax\": 1153.7313, \"ymax\": 963.6821}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1303.49, \"ymin\": 955.721, \"xmax\": 1313.9303, \"ymax\": 967.1637}, \"category\": \"pn\"}]}, \"19691\": {\"path\": \"test/19691.jpg\", \"id\": 19691, \"objects\": [{\"bbox\": {\"xmin\": 757.333, \"ymin\": 940.0, \"xmax\": 793.3333, \"ymax\": 977.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 754.667, \"ymin\": 892.0, \"xmax\": 798.6667, \"ymax\": 940.0}, \"category\": \"pl50\"}]}, \"59289\": {\"path\": \"train/59289.jpg\", \"id\": 59289, \"objects\": [{\"bbox\": {\"xmin\": 1393.53, \"ymin\": 982.089, \"xmax\": 1412.9379, \"ymax\": 1002.4871}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1394.53, \"ymin\": 1006.97, \"xmax\": 1408.9551999999999, \"ymax\": 1023.3831}, \"category\": \"w59\"}]}, \"25086\": {\"path\": \"test/25086.jpg\", \"id\": 25086, \"objects\": [{\"bbox\": {\"xmin\": 1052.0, \"ymin\": 758.667, \"xmax\": 1109.3333, \"ymax\": 814.6667}, \"category\": \"pl30\"}]}, \"36140\": {\"path\": \"test/36140.jpg\", \"id\": 36140, \"objects\": [{\"bbox\": {\"xmin\": 1032.45, \"ymin\": 994.702, \"xmax\": 1054.9669000000001, \"ymax\": 1016.8317}, \"category\": \"w32\"}]}, \"85481\": {\"path\": \"test/85481.jpg\", \"id\": 85481, \"objects\": [{\"bbox\": {\"xmin\": 1373.6, \"ymin\": 783.2, \"xmax\": 1412.8, \"ymax\": 826.4000000000001}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1416.8, \"ymin\": 783.2, \"xmax\": 1457.6, \"ymax\": 827.2}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1459.2, \"ymin\": 784.0, \"xmax\": 1499.2, \"ymax\": 822.4}, \"category\": \"w22\"}]}, \"95025\": {\"path\": \"train/95025.jpg\", \"id\": 95025, \"objects\": [{\"bbox\": {\"xmin\": 1025.6, \"ymin\": 736.8, \"xmax\": 1092.8, \"ymax\": 802.4}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 949.6, \"ymin\": 733.6, \"xmax\": 1014.4, \"ymax\": 796.8000000000001}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1102.4, \"ymin\": 730.4, \"xmax\": 1167.2, \"ymax\": 798.4}, \"category\": \"pn\"}]}, \"68174\": {\"path\": \"other/68174.jpg\", \"id\": 68174, \"objects\": [{\"bbox\": {\"xmin\": 1222.7, \"ymin\": 987.423, \"xmax\": 1233.1256, \"ymax\": 998.4658}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1279.14, \"ymin\": 979.755, \"xmax\": 1290.1840000000002, \"ymax\": 991.1043}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1340.18, \"ymin\": 992.638, \"xmax\": 1351.8372000000002, \"ymax\": 1003.9877}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1397.85, \"ymin\": 994.173, \"xmax\": 1408.5887, \"ymax\": 1004.6029}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1457.98, \"ymin\": 984.049, \"xmax\": 1468.4082, \"ymax\": 994.4783}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1568.1, \"ymin\": 987.423, \"xmax\": 1578.5312999999999, \"ymax\": 997.8528}, \"category\": \"pl5\"}]}, \"25625\": {\"path\": \"train/25625.jpg\", \"id\": 25625, \"objects\": [{\"bbox\": {\"xmin\": 1798.67, \"ymin\": 979.47, \"xmax\": 1823.8366, \"ymax\": 1005.2971}, \"category\": \"pl30\"}]}, \"42087\": {\"path\": \"train/42087.jpg\", \"id\": 42087, \"objects\": [{\"bbox\": {\"xmin\": 445.098, \"ymin\": 378.431, \"xmax\": 552.941, \"ymax\": 486.275}, \"category\": \"i5\"}]}, \"69103\": {\"path\": \"test/69103.jpg\", \"id\": 69103, \"objects\": [{\"bbox\": {\"xmin\": 915.044, \"ymin\": 977.877, \"xmax\": 933.1858, \"ymax\": 995.1332}, \"category\": \"pne\"}]}, \"91756\": {\"path\": \"other/91756.jpg\", \"id\": 91756, \"objects\": [{\"bbox\": {\"xmin\": 1971.52, \"ymin\": 929.139, \"xmax\": 1986.0927, \"ymax\": 957.6159}, \"category\": \"p12\"}]}, \"68060\": {\"path\": \"train/68060.jpg\", \"id\": 68060, \"objects\": [{\"bbox\": {\"xmin\": 794.667, \"ymin\": 736.0, \"xmax\": 844.0, \"ymax\": 785.3333}, \"category\": \"p23\"}]}, \"49969\": {\"path\": \"train/49969.jpg\", \"id\": 49969, \"objects\": [{\"bbox\": {\"xmin\": 1054.18, \"ymin\": 924.303, \"xmax\": 1073.6996000000001, \"ymax\": 945.4183}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1075.7, \"ymin\": 926.295, \"xmax\": 1095.6175, \"ymax\": 945.0199}, \"category\": \"pn\"}]}, \"64412\": {\"path\": \"test/64412.jpg\", \"id\": 64412, \"objects\": [{\"bbox\": {\"xmin\": 127.07100677490234, \"ymin\": 853.0743408203125, \"xmax\": 185.081298828125, \"ymax\": 916.5177001953125}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1566.34, \"ymin\": 835.644, \"xmax\": 1600.9901, \"ymax\": 870.297}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1610.89, \"ymin\": 835.644, \"xmax\": 1642.5743, \"ymax\": 871.2871}, \"category\": \"pn\"}]}, \"34726\": {\"path\": \"test/34726.jpg\", \"id\": 34726, \"objects\": [{\"bbox\": {\"xmin\": 1084.0, \"ymin\": 1000.0, \"xmax\": 1106.6667, \"ymax\": 1021.3333}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1085.33, \"ymin\": 958.667, \"xmax\": 1105.3333, \"ymax\": 978.6667}, \"category\": \"pcl\"}]}, \"71885\": {\"path\": \"train/71885.jpg\", \"id\": 71885, \"objects\": [{\"bbox\": {\"xmin\": 1884.0589599609375, \"ymin\": 872.79541015625, \"xmax\": 1946.1595458984375, \"ymax\": 969.972900390625}, \"category\": \"pm10\"}, {\"bbox\": {\"xmin\": 966.0, \"ymin\": 929.0, \"xmax\": 1004.0, \"ymax\": 967.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 775.0, \"ymin\": 947.0, \"xmax\": 796.0, \"ymax\": 968.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 778.0, \"ymin\": 972.0, \"xmax\": 798.0, \"ymax\": 993.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1009.0, \"ymin\": 953.0, \"xmax\": 1026.0, \"ymax\": 982.0}, \"category\": \"pne\"}]}, \"25724\": {\"path\": \"train/25724.jpg\", \"id\": 25724, \"objects\": [{\"bbox\": {\"xmin\": 500.0, \"ymin\": 880.952, \"xmax\": 513.4921, \"ymax\": 911.9048}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1292.06, \"ymin\": 916.667, \"xmax\": 1312.6984, \"ymax\": 942.8571000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 438.889, \"ymin\": 865.079, \"xmax\": 458.7302, \"ymax\": 903.1745999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1203.17, \"ymin\": 915.873, \"xmax\": 1226.1849, \"ymax\": 939.6825}, \"category\": \"pne\"}]}, \"44899\": {\"path\": \"other/44899.jpg\", \"id\": 44899, \"objects\": [{\"bbox\": {\"xmin\": 10.85140609741211, \"ymin\": 842.070556640625, \"xmax\": 40.97338104248047, \"ymax\": 883.47607421875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 47.367122650146484, \"ymin\": 845.59130859375, \"xmax\": 75.12240600585938, \"ymax\": 885.1263427734375}, \"category\": \"pn\"}]}, \"65243\": {\"path\": \"train/65243.jpg\", \"id\": 65243, \"objects\": [{\"bbox\": {\"xmin\": 725.743, \"ymin\": 854.455, \"xmax\": 760.3960000000001, \"ymax\": 892.0792}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1176.24, \"ymin\": 868.317, \"xmax\": 1206.9307000000001, \"ymax\": 899.0099}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1210.89, \"ymin\": 867.327, \"xmax\": 1240.5941, \"ymax\": 899.0099}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 620.792, \"ymin\": 863.366, \"xmax\": 659.4059, \"ymax\": 899.0099}, \"category\": \"pne\"}]}, \"41317\": {\"path\": \"train/41317.jpg\", \"id\": 41317, \"objects\": [{\"bbox\": {\"xmin\": 1842.9146728515625, \"ymin\": 1030.078369140625, \"xmax\": 1871.5152587890625, \"ymax\": 1062.66650390625}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1610.6, \"ymin\": 978.145, \"xmax\": 1638.4137999999998, \"ymax\": 1005.9598}, \"category\": \"w59\"}]}, \"20021\": {\"path\": \"train/20021.jpg\", \"id\": 20021, \"objects\": [{\"bbox\": {\"xmin\": 1326.45, \"ymin\": 981.522, \"xmax\": 1343.4783, \"ymax\": 998.5507}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1505.8, \"ymin\": 1015.94, \"xmax\": 1518.1206, \"ymax\": 1029.7101}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1326.44, \"ymin\": 1001.45, \"xmax\": 1339.1259, \"ymax\": 1013.4058}, \"category\": \"w59\"}]}, \"28327\": {\"path\": \"train/28327.jpg\", \"id\": 28327, \"objects\": [{\"bbox\": {\"xmin\": 436.0, \"ymin\": 764.0, \"xmax\": 480.0, \"ymax\": 811.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 482.0, \"ymin\": 764.0, \"xmax\": 528.0, \"ymax\": 811.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 457.0, \"ymin\": 800.0, \"xmax\": 488.0, \"ymax\": 826.0}, \"category\": \"w30\"}]}, \"72183\": {\"path\": \"train/72183.jpg\", \"id\": 72183, \"objects\": [{\"bbox\": {\"xmin\": 161.21490478515625, \"ymin\": 1101.6605224609375, \"xmax\": 184.23904418945312, \"ymax\": 1133.7320556640625}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1181.33, \"ymin\": 1124.0, \"xmax\": 1218.6667, \"ymax\": 1160.0}, \"category\": \"pl5\"}]}, \"13873\": {\"path\": \"other/13873.jpg\", \"id\": 13873, \"objects\": [{\"bbox\": {\"xmin\": 1235.4, \"ymin\": 1002.65, \"xmax\": 1250.4452, \"ymax\": 1017.2591}, \"category\": \"pl30\"}]}, \"41513\": {\"path\": \"train/41513.jpg\", \"id\": 41513, \"objects\": [{\"bbox\": {\"xmin\": 1668.0, \"ymin\": 704.0, \"xmax\": 1710.6667, \"ymax\": 754.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1794.67, \"ymin\": 722.667, \"xmax\": 1834.6667, \"ymax\": 766.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1525.33, \"ymin\": 694.667, \"xmax\": 1574.6667, \"ymax\": 741.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1470.67, \"ymin\": 686.667, \"xmax\": 1520.0, \"ymax\": 738.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1616.0, \"ymin\": 700.0, \"xmax\": 1661.3333, \"ymax\": 750.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1746.67, \"ymin\": 716.0, \"xmax\": 1786.6667, \"ymax\": 762.6667}, \"category\": \"pl100\"}]}, \"23978\": {\"path\": \"test/23978.jpg\", \"id\": 23978, \"objects\": [{\"bbox\": {\"xmin\": 1098.02, \"ymin\": 853.465, \"xmax\": 1131.6835, \"ymax\": 889.1089000000001}, \"category\": \"pl40\"}]}, \"80841\": {\"path\": \"test/80841.jpg\", \"id\": 80841, \"objects\": [{\"bbox\": {\"xmin\": 78.6667, \"ymin\": 688.0, \"xmax\": 110.6667, \"ymax\": 730.6667}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 10.6667, \"ymin\": 716.0, \"xmax\": 68.0, \"ymax\": 788.0}, \"category\": \"pn\"}]}, \"7929\": {\"path\": \"other/7929.jpg\", \"id\": 7929, \"objects\": [{\"bbox\": {\"xmin\": 1181.82, \"ymin\": 1007.39, \"xmax\": 1205.1145, \"ymax\": 1030.6764}, \"category\": \"w20\"}]}, \"45417\": {\"path\": \"test/45417.jpg\", \"id\": 45417, \"objects\": [{\"bbox\": {\"xmin\": 1081.7886962890625, \"ymin\": 867.5746459960938, \"xmax\": 1110.6021728515625, \"ymax\": 894.2699584960938}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 677.333, \"ymin\": 776.0, \"xmax\": 713.3333, \"ymax\": 809.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 765.333, \"ymin\": 834.667, \"xmax\": 801.3333, \"ymax\": 868.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 313.333, \"ymin\": 765.333, \"xmax\": 341.3333, \"ymax\": 796.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 678.667, \"ymin\": 726.667, \"xmax\": 713.3333, \"ymax\": 761.3333}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 724.0, \"ymin\": 753.333, \"xmax\": 769.3333, \"ymax\": 794.6664}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 634.667, \"ymin\": 728.0, \"xmax\": 669.3333, \"ymax\": 762.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 633.333, \"ymin\": 774.667, \"xmax\": 669.3333, \"ymax\": 812.0}, \"category\": \"pbp\"}]}, \"85189\": {\"path\": \"train/85189.jpg\", \"id\": 85189, \"objects\": [{\"bbox\": {\"xmin\": 1255.2, \"ymin\": 789.6, \"xmax\": 1298.4, \"ymax\": 835.2}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1155.2, \"ymin\": 787.2, \"xmax\": 1198.4, \"ymax\": 831.2}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1204.0, \"ymin\": 788.0, \"xmax\": 1247.2, \"ymax\": 832.8}, \"category\": \"pn\"}]}, \"15263\": {\"path\": \"other/15263.jpg\", \"id\": 15263, \"objects\": [{\"bbox\": {\"xmin\": 660.396, \"ymin\": 967.327, \"xmax\": 712.8712999999999, \"ymax\": 1014.8515}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 861.386, \"ymin\": 921.782, \"xmax\": 876.2364, \"ymax\": 933.6629}, \"category\": \"pne\"}]}, \"97426\": {\"path\": \"test/97426.jpg\", \"id\": 97426, \"objects\": [{\"bbox\": {\"xmin\": 1807.14, \"ymin\": 934.921, \"xmax\": 1826.1905000000002, \"ymax\": 954.7619000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1732.54, \"ymin\": 932.54, \"xmax\": 1751.5852, \"ymax\": 953.1745999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1526.19, \"ymin\": 907.937, \"xmax\": 1549.2063, \"ymax\": 934.1270000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1618.25, \"ymin\": 944.444, \"xmax\": 1632.5397, \"ymax\": 963.49}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1580.16, \"ymin\": 942.063, \"xmax\": 1599.2063, \"ymax\": 962.6984}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 945.238, \"xmax\": 1615.0794, \"ymax\": 962.6968}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1433.33, \"ymin\": 906.349, \"xmax\": 1457.9365, \"ymax\": 930.9524}, \"category\": \"pne\"}]}, \"18692\": {\"path\": \"other/18692.jpg\", \"id\": 18692, \"objects\": [{\"bbox\": {\"xmin\": 1060.54, \"ymin\": 934.683, \"xmax\": 1084.5562, \"ymax\": 954.2850999999999}, \"category\": \"w22\"}]}, \"88504\": {\"path\": \"train/88504.jpg\", \"id\": 88504, \"objects\": [{\"bbox\": {\"xmin\": 1397.33, \"ymin\": 737.333, \"xmax\": 1488.0, \"ymax\": 824.0}, \"category\": \"pl50\"}]}, \"98447\": {\"path\": \"test/98447.jpg\", \"id\": 98447, \"objects\": [{\"bbox\": {\"xmin\": 603.0, \"ymin\": 1023.0, \"xmax\": 655.0, \"ymax\": 1073.0}, \"category\": \"w59\"}]}, \"19259\": {\"path\": \"other/19259.jpg\", \"id\": 19259, \"objects\": [{\"bbox\": {\"xmin\": 1484.0, \"ymin\": 977.0, \"xmax\": 1584.0, \"ymax\": 1093.0}, \"category\": \"pm10\"}]}, \"15702\": {\"path\": \"test/15702.jpg\", \"id\": 15702, \"objects\": [{\"bbox\": {\"xmin\": 1215.0, \"ymin\": 932.0, \"xmax\": 1260.0, \"ymax\": 971.0}, \"category\": \"w57\"}]}, \"6300\": {\"path\": \"train/6300.jpg\", \"id\": 6300, \"objects\": [{\"bbox\": {\"xmin\": 300.8, \"ymin\": 978.4, \"xmax\": 328.0, \"ymax\": 1016.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1471.2, \"ymin\": 984.8, \"xmax\": 1500.0, \"ymax\": 1015.1999999999999}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1434.4, \"ymin\": 929.6, \"xmax\": 1451.2, \"ymax\": 947.2}, \"category\": \"pctl\"}]}, \"81350\": {\"path\": \"train/81350.jpg\", \"id\": 81350, \"objects\": [{\"bbox\": {\"xmin\": 1998.9, \"ymin\": 794.4, \"xmax\": 2046.5518000000002, \"ymax\": 852.452}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1741.6, \"ymin\": 760.0, \"xmax\": 1797.3832, \"ymax\": 824.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1165.6, \"ymin\": 965.6, \"xmax\": 1184.0, \"ymax\": 985.6}, \"category\": \"i5\"}]}, \"12794\": {\"path\": \"other/12794.jpg\", \"id\": 12794, \"objects\": [{\"bbox\": {\"xmin\": 10.730820655822754, \"ymin\": 873.7235107421875, \"xmax\": 39.81545639038086, \"ymax\": 919.2294921875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1935.6131591796875, \"ymin\": 935.2643432617188, \"xmax\": 1954.4654541015625, \"ymax\": 953.5657348632812}, \"category\": \"pne\"}]}, \"25345\": {\"path\": \"other/25345.jpg\", \"id\": 25345, \"objects\": [{\"bbox\": {\"xmin\": 1778.1605224609375, \"ymin\": 689.6066284179688, \"xmax\": 1840.4566650390625, \"ymax\": 762.8151245117188}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1700.511962890625, \"ymin\": 676.119873046875, \"xmax\": 1769.419189453125, \"ymax\": 750.264404296875}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1843.828125, \"ymin\": 701.419921875, \"xmax\": 1901.546142578125, \"ymax\": 770.2423095703125}, \"category\": \"pn\"}]}, \"9947\": {\"path\": \"train/9947.jpg\", \"id\": 9947, \"objects\": [{\"bbox\": {\"xmin\": 225.0, \"ymin\": 807.0, \"xmax\": 245.0, \"ymax\": 831.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 128.0, \"ymin\": 815.0, \"xmax\": 147.0, \"ymax\": 838.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 150.0, \"ymin\": 812.0, \"xmax\": 169.0, \"ymax\": 835.0}, \"category\": \"pn\"}]}, \"52058\": {\"path\": \"other/52058.jpg\", \"id\": 52058, \"objects\": [{\"bbox\": {\"xmin\": 1220.0, \"ymin\": 777.0, \"xmax\": 1273.0, \"ymax\": 832.0}, \"category\": \"pr50\"}, {\"bbox\": {\"xmin\": 1164.0, \"ymin\": 775.0, \"xmax\": 1218.0, \"ymax\": 828.0}, \"category\": \"pr70\"}, {\"bbox\": {\"xmin\": 1269.0, \"ymin\": 782.0, \"xmax\": 1322.0, \"ymax\": 832.0}, \"category\": \"w22\"}]}, \"79036\": {\"path\": \"train/79036.jpg\", \"id\": 79036, \"objects\": [{\"bbox\": {\"xmin\": 1386.0, \"ymin\": 240.0, \"xmax\": 1563.0, \"ymax\": 386.0}, \"category\": \"pl80\"}]}, \"4964\": {\"path\": \"train/4964.jpg\", \"id\": 4964, \"objects\": [{\"bbox\": {\"xmin\": 1481.58, \"ymin\": 827.632, \"xmax\": 1555.2631999999999, \"ymax\": 901.3163999999999}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 959.211, \"ymin\": 907.895, \"xmax\": 1010.5263, \"ymax\": 964.4737}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 960.526, \"ymin\": 982.895, \"xmax\": 1014.4737, \"ymax\": 1032.8947}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 955.263, \"ymin\": 839.474, \"xmax\": 1009.2105, \"ymax\": 889.4737}, \"category\": \"p26\"}]}, \"21003\": {\"path\": \"train/21003.jpg\", \"id\": 21003, \"objects\": [{\"bbox\": {\"xmin\": 1068.9993896484375, \"ymin\": 909.906005859375, \"xmax\": 1089.6915283203125, \"ymax\": 929.9482421875}, \"category\": \"pcd\"}, {\"bbox\": {\"xmin\": 1047.73, \"ymin\": 887.5, \"xmax\": 1067.0455, \"ymax\": 907.3864}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1026.14, \"ymin\": 888.068, \"xmax\": 1044.3182000000002, \"ymax\": 905.6817}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1068.75, \"ymin\": 796.023, \"xmax\": 1111.9318, \"ymax\": 839.7734}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1046.59, \"ymin\": 911.932, \"xmax\": 1066.4773, \"ymax\": 930.6818000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1125.0, \"ymin\": 798.295, \"xmax\": 1165.9073, \"ymax\": 840.9091}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1069.32, \"ymin\": 888.068, \"xmax\": 1088.6237999999998, \"ymax\": 906.25}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1174.43, \"ymin\": 973.864, \"xmax\": 1210.7901000000002, \"ymax\": 1005.6818000000001}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1181.45, \"ymin\": 871.591, \"xmax\": 1214.2361, \"ymax\": 904.3403}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1181.19, \"ymin\": 906.25, \"xmax\": 1213.5028, \"ymax\": 938.7577}, \"category\": \"i2r\"}]}, \"46371\": {\"path\": \"train/46371.jpg\", \"id\": 46371, \"objects\": [{\"bbox\": {\"xmin\": 914.343, \"ymin\": 992.829, \"xmax\": 931.0757, \"ymax\": 1008.3665}, \"category\": \"pn\"}]}, \"74122\": {\"path\": \"train/74122.jpg\", \"id\": 74122, \"objects\": [{\"bbox\": {\"xmin\": 1367.4443359375, \"ymin\": 1004.001708984375, \"xmax\": 1388.642578125, \"ymax\": 1024.5687255859375}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1738.61, \"ymin\": 692.079, \"xmax\": 1804.9505, \"ymax\": 763.1578999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1392.08, \"ymin\": 673.267, \"xmax\": 1469.3069, \"ymax\": 746.5347}, \"category\": \"i4\"}]}, \"30510\": {\"path\": \"train/30510.jpg\", \"id\": 30510, \"objects\": [{\"bbox\": {\"xmin\": 749.333, \"ymin\": 861.333, \"xmax\": 801.3333, \"ymax\": 909.3333}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1172.0, \"ymin\": 937.333, \"xmax\": 1214.6667, \"ymax\": 982.6667}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 630.667, \"ymin\": 802.667, \"xmax\": 677.3333, \"ymax\": 847.9997000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 946.667, \"xmax\": 1520.0, \"ymax\": 988.0}, \"category\": \"pne\"}]}, \"82657\": {\"path\": \"train/82657.jpg\", \"id\": 82657, \"objects\": [{\"bbox\": {\"xmin\": 396.0, \"ymin\": 841.333, \"xmax\": 412.0, \"ymax\": 873.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 466.667, \"ymin\": 862.667, \"xmax\": 481.33329999999995, \"ymax\": 892.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 301.333, \"ymin\": 810.667, \"xmax\": 321.3333, \"ymax\": 849.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 181.333, \"ymin\": 774.667, \"xmax\": 205.3333, \"ymax\": 818.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 122.667, \"ymin\": 756.0, \"xmax\": 148.0, \"ymax\": 804.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 253.333, \"ymin\": 794.667, \"xmax\": 277.3333, \"ymax\": 836.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 356.0, \"ymin\": 826.667, \"xmax\": 376.0, \"ymax\": 862.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 432.0, \"ymin\": 848.0, \"xmax\": 449.3333, \"ymax\": 881.3333}, \"category\": \"pl80\"}]}, \"36021\": {\"path\": \"test/36021.jpg\", \"id\": 36021, \"objects\": [{\"bbox\": {\"xmin\": 1245.23, \"ymin\": 949.206, \"xmax\": 1292.0635, \"ymax\": 993.6508}, \"category\": \"pg\"}]}, \"29919\": {\"path\": \"train/29919.jpg\", \"id\": 29919, \"objects\": [{\"bbox\": {\"xmin\": 1041.18, \"ymin\": 370.588, \"xmax\": 1135.2957000000001, \"ymax\": 452.9402}, \"category\": \"p23\"}]}, \"30696\": {\"path\": \"other/30696.jpg\", \"id\": 30696, \"objects\": [{\"bbox\": {\"xmin\": 1789.33, \"ymin\": 892.0, \"xmax\": 1834.6667, \"ymax\": 946.6667}, \"category\": \"ps\"}]}, \"88586\": {\"path\": \"train/88586.jpg\", \"id\": 88586, \"objects\": [{\"bbox\": {\"xmin\": 1393.0, \"ymin\": 905.0, \"xmax\": 1487.0, \"ymax\": 1007.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1310.0, \"ymin\": 1008.0, \"xmax\": 1330.0, \"ymax\": 1026.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1381.0, \"ymin\": 992.0, \"xmax\": 1402.0, \"ymax\": 1012.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1393.0, \"ymin\": 1011.0, \"xmax\": 1482.0, \"ymax\": 1089.0}, \"category\": \"w59\"}]}, \"97414\": {\"path\": \"other/97414.jpg\", \"id\": 97414, \"objects\": [{\"bbox\": {\"xmin\": 365.0066833496094, \"ymin\": 1130.4063720703125, \"xmax\": 392.0721130371094, \"ymax\": 1157.6190185546875}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 164.90338134765625, \"ymin\": 1135.413330078125, \"xmax\": 189.45553588867188, \"ymax\": 1155.717529296875}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1460.227783203125, \"ymin\": 1518.4697265625, \"xmax\": 1501.410400390625, \"ymax\": 1554.263427734375}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1564.4705810546875, \"ymin\": 1507.907958984375, \"xmax\": 1604.4862060546875, \"ymax\": 1541.689453125}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 166.2670135498047, \"ymin\": 1100.27392578125, \"xmax\": 192.8923797607422, \"ymax\": 1125.936279296875}, \"category\": \"pn\"}]}, \"90319\": {\"path\": \"train/90319.jpg\", \"id\": 90319, \"objects\": [{\"bbox\": {\"xmin\": 1656.0, \"ymin\": 637.0, \"xmax\": 1719.0, \"ymax\": 698.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1460.0, \"ymin\": 1011.0, \"xmax\": 1491.0, \"ymax\": 1038.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1595.0, \"ymin\": 632.0, \"xmax\": 1661.0, \"ymax\": 691.0}, \"category\": \"wc\"}]}, \"73854\": {\"path\": \"other/73854.jpg\", \"id\": 73854, \"objects\": [{\"bbox\": {\"xmin\": 1371.01, \"ymin\": 937.319, \"xmax\": 1385.8696, \"ymax\": 951.8116}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1265.22, \"ymin\": 932.246, \"xmax\": 1280.4348, \"ymax\": 947.8261}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1386.23, \"ymin\": 937.681, \"xmax\": 1401.8093000000001, \"ymax\": 952.1742}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1281.88, \"ymin\": 932.246, \"xmax\": 1296.3768, \"ymax\": 948.1884}, \"category\": \"pn\"}]}, \"11335\": {\"path\": \"test/11335.jpg\", \"id\": 11335, \"objects\": [{\"bbox\": {\"xmin\": 239.0, \"ymin\": 826.0, \"xmax\": 278.0, \"ymax\": 885.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 201.0, \"ymin\": 820.0, \"xmax\": 237.0, \"ymax\": 880.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 282.0, \"ymin\": 836.0, \"xmax\": 319.0, \"ymax\": 893.0}, \"category\": \"pn\"}]}, \"12376\": {\"path\": \"train/12376.jpg\", \"id\": 12376, \"objects\": [{\"bbox\": {\"xmin\": 385.526, \"ymin\": 553.947, \"xmax\": 421.0526, \"ymax\": 636.8421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 7.89474, \"ymin\": 326.316, \"xmax\": 89.47373999999999, \"ymax\": 444.73699999999997}, \"category\": \"pne\"}]}, \"41097\": {\"path\": \"test/41097.jpg\", \"id\": 41097, \"objects\": [{\"bbox\": {\"xmin\": 1302.38, \"ymin\": 785.714, \"xmax\": 1352.381, \"ymax\": 837.3016}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1517.46, \"ymin\": 851.587, \"xmax\": 1552.381, \"ymax\": 886.5079}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1554.76, \"ymin\": 854.762, \"xmax\": 1588.8889, \"ymax\": 888.8888999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1139.68, \"ymin\": 783.333, \"xmax\": 1196.0317, \"ymax\": 839.6825}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1611.9, \"ymin\": 896.825, \"xmax\": 1639.6825000000001, \"ymax\": 923.8095000000001}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1610.32, \"ymin\": 923.81, \"xmax\": 1638.0952, \"ymax\": 950.0}, \"category\": \"i2r\"}]}, \"14808\": {\"path\": \"other/14808.jpg\", \"id\": 14808, \"objects\": [{\"bbox\": {\"xmin\": 1641.0108642578125, \"ymin\": 1091.89990234375, \"xmax\": 1674.4910888671875, \"ymax\": 1129.043212890625}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1501.03759765625, \"ymin\": 1093.784912109375, \"xmax\": 1540.841064453125, \"ymax\": 1133.378662109375}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1336.9490966796875, \"ymin\": 1042.202392578125, \"xmax\": 1356.9410400390625, \"ymax\": 1066.402587890625}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1285.0181884765625, \"ymin\": 1040.7860107421875, \"xmax\": 1309.4586181640625, \"ymax\": 1064.5982666015625}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1309.100341796875, \"ymin\": 1041.2332763671875, \"xmax\": 1333.394775390625, \"ymax\": 1067.0010986328125}, \"category\": \"pn\"}]}, \"6444\": {\"path\": \"test/6444.jpg\", \"id\": 6444, \"objects\": [{\"bbox\": {\"xmin\": 1505.94, \"ymin\": 859.406, \"xmax\": 1540.5941, \"ymax\": 893.0693}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1541.58, \"ymin\": 860.396, \"xmax\": 1575.2111, \"ymax\": 893.0693}, \"category\": \"w57\"}]}, \"89499\": {\"path\": \"train/89499.jpg\", \"id\": 89499, \"objects\": [{\"bbox\": {\"xmin\": 163.0, \"ymin\": 979.0, \"xmax\": 228.0, \"ymax\": 1045.0}, \"category\": \"p23\"}]}, \"26768\": {\"path\": \"train/26768.jpg\", \"id\": 26768, \"objects\": [{\"bbox\": {\"xmin\": 26.1904, \"ymin\": 868.254, \"xmax\": 67.4603, \"ymax\": 919.0479}, \"category\": \"p10\"}]}, \"62924\": {\"path\": \"train/62924.jpg\", \"id\": 62924, \"objects\": [{\"bbox\": {\"xmin\": 453.466, \"ymin\": 839.604, \"xmax\": 513.8615, \"ymax\": 901.9802000000001}, \"category\": \"p5\"}]}, \"960\": {\"path\": \"other/960.jpg\", \"id\": 960, \"objects\": [{\"bbox\": {\"xmin\": 1762.0, \"ymin\": 989.0, \"xmax\": 1882.0, \"ymax\": 1115.0}, \"category\": \"w18\"}, {\"bbox\": {\"xmin\": 1756.0, \"ymin\": 859.0, \"xmax\": 1879.0, \"ymax\": 989.0}, \"category\": \"w46\"}]}, \"47144\": {\"path\": \"test/47144.jpg\", \"id\": 47144, \"objects\": [{\"bbox\": {\"xmin\": 1270.0, \"ymin\": 1017.0, \"xmax\": 1299.0, \"ymax\": 1046.0}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1413.0, \"ymin\": 1004.0, \"xmax\": 1489.0, \"ymax\": 1074.0}, \"category\": \"w18\"}]}, \"13869\": {\"path\": \"test/13869.jpg\", \"id\": 13869, \"objects\": [{\"bbox\": {\"xmin\": 1839.6, \"ymin\": 933.663, \"xmax\": 1864.3564, \"ymax\": 966.3359}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1898.02, \"ymin\": 941.584, \"xmax\": 1919.8024, \"ymax\": 966.3356}, \"category\": \"pn\"}]}, \"87691\": {\"path\": \"test/87691.jpg\", \"id\": 87691, \"objects\": [{\"bbox\": {\"xmin\": 653.6, \"ymin\": 976.0, \"xmax\": 688.8000000000001, \"ymax\": 1013.6}, \"category\": \"i5\"}]}, \"15287\": {\"path\": \"train/15287.jpg\", \"id\": 15287, \"objects\": [{\"bbox\": {\"xmin\": 1802.67, \"ymin\": 774.667, \"xmax\": 1836.0, \"ymax\": 816.0}, \"category\": \"pl40\"}]}, \"52491\": {\"path\": \"test/52491.jpg\", \"id\": 52491, \"objects\": [{\"bbox\": {\"xmin\": 63.3663, \"ymin\": 868.317, \"xmax\": 86.1386, \"ymax\": 900.9901}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 32.6733, \"ymin\": 862.376, \"xmax\": 59.4059, \"ymax\": 900.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 91.0891, \"ymin\": 872.277, \"xmax\": 112.8713, \"ymax\": 908.9109000000001}, \"category\": \"pn\"}]}, \"37527\": {\"path\": \"train/37527.jpg\", \"id\": 37527, \"objects\": [{\"bbox\": {\"xmin\": 1825.0, \"ymin\": 705.0, \"xmax\": 1896.0, \"ymax\": 776.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1818.0, \"ymin\": 823.0, \"xmax\": 1896.0, \"ymax\": 905.0}, \"category\": \"pl80\"}]}, \"75000\": {\"path\": \"train/75000.jpg\", \"id\": 75000, \"objects\": [{\"bbox\": {\"xmin\": 910.667, \"ymin\": 822.667, \"xmax\": 954.6667, \"ymax\": 865.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1114.67, \"ymin\": 952.0, \"xmax\": 1149.3333, \"ymax\": 985.3333}, \"category\": \"pbm\"}]}, \"21683\": {\"path\": \"test/21683.jpg\", \"id\": 21683, \"objects\": [{\"bbox\": {\"xmin\": 1522.67, \"ymin\": 948.0, \"xmax\": 1550.6667, \"ymax\": 974.6667}, \"category\": \"pl40\"}]}, \"67664\": {\"path\": \"test/67664.jpg\", \"id\": 67664, \"objects\": [{\"bbox\": {\"xmin\": 1858.67, \"ymin\": 883.333, \"xmax\": 1885.3333, \"ymax\": 916.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1734.0, \"ymin\": 953.0, \"xmax\": 1763.0, \"ymax\": 983.0}, \"category\": \"i5\"}]}, \"94628\": {\"path\": \"train/94628.jpg\", \"id\": 94628, \"objects\": [{\"bbox\": {\"xmin\": 1932.0, \"ymin\": 947.0, \"xmax\": 2014.0, \"ymax\": 1047.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1453.0, \"ymin\": 1033.0, \"xmax\": 1505.0, \"ymax\": 1087.0}, \"category\": \"pr40\"}]}, \"63260\": {\"path\": \"other/63260.jpg\", \"id\": 63260, \"objects\": [{\"bbox\": {\"xmin\": 1469.0, \"ymin\": 954.0, \"xmax\": 1511.0, \"ymax\": 997.0}, \"category\": \"ph2\"}]}, \"3791\": {\"path\": \"train/3791.jpg\", \"id\": 3791, \"objects\": [{\"bbox\": {\"xmin\": 792.0, \"ymin\": 712.0, \"xmax\": 870.6667, \"ymax\": 793.3333}, \"category\": \"pr40\"}]}, \"55241\": {\"path\": \"test/55241.jpg\", \"id\": 55241, \"objects\": [{\"bbox\": {\"xmin\": 1254.0, \"ymin\": 840.667, \"xmax\": 1276.6667, \"ymax\": 863.3333}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1408.67, \"ymin\": 847.333, \"xmax\": 1430.0, \"ymax\": 868.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 851.333, \"xmax\": 1497.3333, \"ymax\": 872.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1334.0, \"ymin\": 844.0, \"xmax\": 1356.0, \"ymax\": 865.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1226.67, \"ymin\": 813.333, \"xmax\": 1248.0, \"ymax\": 834.6669999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1307.33, \"ymin\": 818.0, \"xmax\": 1328.6667, \"ymax\": 838.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1254.0, \"ymin\": 813.333, \"xmax\": 1277.3333, \"ymax\": 835.3326999999999}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1307.33, \"ymin\": 843.333, \"xmax\": 1328.6667, \"ymax\": 865.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1226.67, \"ymin\": 840.667, \"xmax\": 1249.3333, \"ymax\": 862.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1382.0, \"ymin\": 846.0, \"xmax\": 1403.3333, \"ymax\": 868.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1448.67, \"ymin\": 849.333, \"xmax\": 1470.6667, \"ymax\": 870.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1524.0, \"ymin\": 853.333, \"xmax\": 1544.6667, \"ymax\": 875.3333}, \"category\": \"pne\"}]}, \"72425\": {\"path\": \"test/72425.jpg\", \"id\": 72425, \"objects\": [{\"bbox\": {\"xmin\": 786.139, \"ymin\": 833.663, \"xmax\": 827.7228, \"ymax\": 877.2277}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 667.327, \"ymin\": 841.584, \"xmax\": 700.9901, \"ymax\": 883.1682999999999}, \"category\": \"i4\"}]}, \"3480\": {\"path\": \"train/3480.jpg\", \"id\": 3480, \"objects\": [{\"bbox\": {\"xmin\": 1356.0, \"ymin\": 315.0, \"xmax\": 1470.0, \"ymax\": 416.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1478.0, \"ymin\": 342.0, \"xmax\": 1575.0, \"ymax\": 441.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 464.0, \"xmax\": 1573.0, \"ymax\": 566.0}, \"category\": \"ph4.2\"}]}, \"71297\": {\"path\": \"train/71297.jpg\", \"id\": 71297, \"objects\": [{\"bbox\": {\"xmin\": 350.0, \"ymin\": 763.0, \"xmax\": 381.0, \"ymax\": 824.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 215.0, \"ymin\": 711.0, \"xmax\": 254.0, \"ymax\": 782.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 11.0, \"ymin\": 641.0, \"xmax\": 71.0, \"ymax\": 726.0}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 304.0, \"ymin\": 744.0, \"xmax\": 337.0, \"ymax\": 809.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 147.0, \"ymin\": 689.0, \"xmax\": 193.0, \"ymax\": 762.0}, \"category\": \"pl80\"}]}, \"20602\": {\"path\": \"train/20602.jpg\", \"id\": 20602, \"objects\": [{\"bbox\": {\"xmin\": 1129.0, \"ymin\": 699.0, \"xmax\": 1215.0, \"ymax\": 772.0}, \"category\": \"w57\"}]}, \"42515\": {\"path\": \"test/42515.jpg\", \"id\": 42515, \"objects\": [{\"bbox\": {\"xmin\": 1668.0, \"ymin\": 949.0, \"xmax\": 1688.0, \"ymax\": 971.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1364.0, \"ymin\": 926.0, \"xmax\": 1390.0, \"ymax\": 952.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1612.0, \"ymin\": 1015.0, \"xmax\": 1626.0, \"ymax\": 1031.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1630.0, \"ymin\": 949.0, \"xmax\": 1648.0, \"ymax\": 971.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1569.0, \"ymin\": 948.0, \"xmax\": 1589.0, \"ymax\": 968.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1547.0, \"ymin\": 946.0, \"xmax\": 1567.0, \"ymax\": 969.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1592.0, \"ymin\": 948.0, \"xmax\": 1611.0, \"ymax\": 969.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1211.0, \"ymin\": 923.0, \"xmax\": 1237.0, \"ymax\": 950.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1649.0, \"ymin\": 948.0, \"xmax\": 1668.0, \"ymax\": 970.0}, \"category\": \"im\"}]}, \"59675\": {\"path\": \"other/59675.jpg\", \"id\": 59675, \"objects\": [{\"bbox\": {\"xmin\": 150.993, \"ymin\": 1001.99, \"xmax\": 210.5956, \"ymax\": 1095.3642}, \"category\": \"pl15\"}]}, \"85211\": {\"path\": \"test/85211.jpg\", \"id\": 85211, \"objects\": [{\"bbox\": {\"xmin\": 647.2322998046875, \"ymin\": 1349.2581787109375, \"xmax\": 685.606201171875, \"ymax\": 1387.1781005859375}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 645.242919921875, \"ymin\": 1313.3092041015625, \"xmax\": 684.3309326171875, \"ymax\": 1351.7930908203125}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 557.387, \"ymin\": 1215.35, \"xmax\": 598.8638, \"ymax\": 1263.0727}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 602.841, \"ymin\": 1221.02, \"xmax\": 647.7275, \"ymax\": 1267.6136}, \"category\": \"pn\"}]}, \"72702\": {\"path\": \"train/72702.jpg\", \"id\": 72702, \"objects\": [{\"bbox\": {\"xmin\": 863.0, \"ymin\": 507.0, \"xmax\": 974.0, \"ymax\": 611.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1262.0, \"ymin\": 514.0, \"xmax\": 1372.0, \"ymax\": 614.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1644.0, \"ymin\": 628.0, \"xmax\": 1708.0, \"ymax\": 705.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1644.0, \"ymin\": 706.0, \"xmax\": 1714.0, \"ymax\": 789.0}, \"category\": \"i2r\"}]}, \"68939\": {\"path\": \"other/68939.jpg\", \"id\": 68939, \"objects\": [{\"bbox\": {\"xmin\": 388.9447326660156, \"ymin\": 935.7694702148438, \"xmax\": 405.8531188964844, \"ymax\": 952.5005493164062}, \"category\": \"i4\"}]}, \"11275\": {\"path\": \"train/11275.jpg\", \"id\": 11275, \"objects\": [{\"bbox\": {\"xmin\": 1416.67, \"ymin\": 898.413, \"xmax\": 1444.4444, \"ymax\": 929.3651}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1335.71, \"ymin\": 897.619, \"xmax\": 1362.6984, \"ymax\": 928.5714}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1110.32, \"ymin\": 899.208, \"xmax\": 1138.0937, \"ymax\": 926.9841}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1004.76, \"ymin\": 901.587, \"xmax\": 1030.9524, \"ymax\": 926.9841}, \"category\": \"pne\"}]}, \"28890\": {\"path\": \"other/28890.jpg\", \"id\": 28890, \"objects\": [{\"bbox\": {\"xmin\": 1103.9215087890625, \"ymin\": 943.0402221679688, \"xmax\": 1120.3912353515625, \"ymax\": 961.4937133789062}, \"category\": \"pl80\"}]}, \"65017\": {\"path\": \"train/65017.jpg\", \"id\": 65017, \"objects\": [{\"bbox\": {\"xmin\": 1756.0, \"ymin\": 921.333, \"xmax\": 1874.667, \"ymax\": 1064.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1757.33, \"ymin\": 754.667, \"xmax\": 1870.667, \"ymax\": 898.667}, \"category\": \"pm55\"}]}, \"94112\": {\"path\": \"other/94112.jpg\", \"id\": 94112, \"objects\": [{\"bbox\": {\"xmin\": 925.456298828125, \"ymin\": 941.839111328125, \"xmax\": 946.458251953125, \"ymax\": 958.6427001953125}, \"category\": \"i5\"}]}, \"21442\": {\"path\": \"train/21442.jpg\", \"id\": 21442, \"objects\": [{\"bbox\": {\"xmin\": 118.18646240234375, \"ymin\": 972.5651245117188, \"xmax\": 139.74346923828125, \"ymax\": 992.0438842773438}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 117.0497817993164, \"ymin\": 946.491943359375, \"xmax\": 138.00527954101562, \"ymax\": 966.6416015625}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1434.0174560546875, \"ymin\": 933.93505859375, \"xmax\": 1452.9588623046875, \"ymax\": 952.6300048828125}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 932.9862670898438, \"ymin\": 936.8629150390625, \"xmax\": 951.2937622070312, \"ymax\": 957.18994140625}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1938.0, \"ymin\": 1077.0, \"xmax\": 1993.0, \"ymax\": 1140.0}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 1554.0, \"ymin\": 1088.0, \"xmax\": 1626.0, \"ymax\": 1167.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1330.0, \"ymin\": 948.0, \"xmax\": 1351.0, \"ymax\": 966.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1766.0, \"ymin\": 1083.0, \"xmax\": 1828.0, \"ymax\": 1152.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1330.0, \"ymin\": 926.0, \"xmax\": 1348.0, \"ymax\": 944.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1175.0, \"ymin\": 986.0, \"xmax\": 1194.0, \"ymax\": 1006.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1344.0, \"ymin\": 984.0, \"xmax\": 1354.0, \"ymax\": 1003.0}, \"category\": \"i2r\"}]}, \"83347\": {\"path\": \"train/83347.jpg\", \"id\": 83347, \"objects\": [{\"bbox\": {\"xmin\": 1211.26, \"ymin\": 982.119, \"xmax\": 1233.7748, \"ymax\": 1005.9603000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1210.6, \"ymin\": 954.967, \"xmax\": 1231.7896999999998, \"ymax\": 980.7947}, \"category\": \"w57\"}]}, \"69395\": {\"path\": \"train/69395.jpg\", \"id\": 69395, \"objects\": [{\"bbox\": {\"xmin\": 1164.9, \"ymin\": 878.146, \"xmax\": 1192.7152, \"ymax\": 905.9603}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1125.83, \"ymin\": 874.172, \"xmax\": 1159.6026, \"ymax\": 908.6093000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1196.69, \"ymin\": 875.497, \"xmax\": 1231.7881, \"ymax\": 910.596}, \"category\": \"pn\"}]}, \"39020\": {\"path\": \"train/39020.jpg\", \"id\": 39020, \"objects\": [{\"bbox\": {\"xmin\": 935.714, \"ymin\": 966.667, \"xmax\": 961.9048, \"ymax\": 998.4127000000001}, \"category\": \"pne\"}]}, \"24812\": {\"path\": \"train/24812.jpg\", \"id\": 24812, \"objects\": [{\"bbox\": {\"xmin\": 878.808, \"ymin\": 927.815, \"xmax\": 897.351, \"ymax\": 947.6821000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1062.91, \"ymin\": 943.709, \"xmax\": 1076.8212, \"ymax\": 958.9404}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 805.96, \"ymin\": 930.464, \"xmax\": 824.5033000000001, \"ymax\": 948.3444000000001}, \"category\": \"pne\"}]}, \"5876\": {\"path\": \"train/5876.jpg\", \"id\": 5876, \"objects\": [{\"bbox\": {\"xmin\": 1441.33, \"ymin\": 832.0, \"xmax\": 1482.6667, \"ymax\": 873.3333}, \"category\": \"pl40\"}]}, \"94046\": {\"path\": \"test/94046.jpg\", \"id\": 94046, \"objects\": [{\"bbox\": {\"xmin\": 694.667, \"ymin\": 877.333, \"xmax\": 785.3333, \"ymax\": 966.6664}, \"category\": \"pl5\"}]}, \"57161\": {\"path\": \"train/57161.jpg\", \"id\": 57161, \"objects\": [{\"bbox\": {\"xmin\": 1300.0, \"ymin\": 928.0, \"xmax\": 1344.0, \"ymax\": 972.0}, \"category\": \"pl40\"}]}, \"18387\": {\"path\": \"train/18387.jpg\", \"id\": 18387, \"objects\": [{\"bbox\": {\"xmin\": 227.841, \"ymin\": 1372.73, \"xmax\": 254.5455, \"ymax\": 1412.5}, \"category\": \"pne\"}]}, \"20974\": {\"path\": \"test/20974.jpg\", \"id\": 20974, \"objects\": [{\"bbox\": {\"xmin\": 330.667, \"ymin\": 928.0, \"xmax\": 366.6667, \"ymax\": 972.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1061.33, \"ymin\": 822.667, \"xmax\": 1104.0, \"ymax\": 864.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 240.0, \"ymin\": 834.667, \"xmax\": 277.3333, \"ymax\": 885.3333}, \"category\": \"pne\"}]}, \"80101\": {\"path\": \"other/80101.jpg\", \"id\": 80101, \"objects\": [{\"bbox\": {\"xmin\": 1096.04, \"ymin\": 870.297, \"xmax\": 1129.7033, \"ymax\": 902.9704}, \"category\": \"w22\"}]}, \"62596\": {\"path\": \"test/62596.jpg\", \"id\": 62596, \"objects\": [{\"bbox\": {\"xmin\": 734.005, \"ymin\": 722.162, \"xmax\": 790.8673, \"ymax\": 788.8282}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1172.55, \"ymin\": 777.632, \"xmax\": 1215.6862999999998, \"ymax\": 825.491}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1225.49, \"ymin\": 780.392, \"xmax\": 1268.4211, \"ymax\": 827.451}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 411.765, \"ymin\": 742.105, \"xmax\": 474.5098, \"ymax\": 815.6853}, \"category\": \"pne\"}]}, \"38746\": {\"path\": \"train/38746.jpg\", \"id\": 38746, \"objects\": [{\"bbox\": {\"xmin\": 1033.6, \"ymin\": 703.2, \"xmax\": 1096.8, \"ymax\": 765.6}, \"category\": \"ph4.5\"}]}, \"44439\": {\"path\": \"train/44439.jpg\", \"id\": 44439, \"objects\": [{\"bbox\": {\"xmin\": 1721.33, \"ymin\": 945.333, \"xmax\": 1818.6667, \"ymax\": 1042.6664}, \"category\": \"pl100\"}]}, \"32521\": {\"path\": \"test/32521.jpg\", \"id\": 32521, \"objects\": [{\"bbox\": {\"xmin\": 1537.33, \"ymin\": 857.333, \"xmax\": 1565.3333, \"ymax\": 893.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1442.67, \"ymin\": 850.667, \"xmax\": 1472.0, \"ymax\": 888.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1608.0, \"ymin\": 885.333, \"xmax\": 1630.6667, \"ymax\": 914.6667}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1402.67, \"ymin\": 850.667, \"xmax\": 1432.0, \"ymax\": 881.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 858.667, \"xmax\": 1524.0, \"ymax\": 888.0}, \"category\": \"pl80\"}]}, \"73256\": {\"path\": \"other/73256.jpg\", \"id\": 73256, \"objects\": [{\"bbox\": {\"xmin\": 858.6475830078125, \"ymin\": 986.3245239257812, \"xmax\": 880.6409912109375, \"ymax\": 1004.2420043945312}, \"category\": \"iz\"}]}, \"2666\": {\"path\": \"test/2666.jpg\", \"id\": 2666, \"objects\": [{\"bbox\": {\"xmin\": 605.882, \"ymin\": 517.647, \"xmax\": 688.2352999999999, \"ymax\": 601.9608000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 129.412, \"ymin\": 598.039, \"xmax\": 194.1176, \"ymax\": 664.7058999999999}, \"category\": \"pne\"}]}, \"1012\": {\"path\": \"test/1012.jpg\", \"id\": 1012, \"objects\": [{\"bbox\": {\"xmin\": 843.0, \"ymin\": 487.0, \"xmax\": 938.0, \"ymax\": 572.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 529.0, \"ymin\": 847.0, \"xmax\": 621.0, \"ymax\": 941.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 531.0, \"ymin\": 752.0, \"xmax\": 618.0, \"ymax\": 840.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 645.0, \"ymin\": 516.0, \"xmax\": 735.0, \"ymax\": 603.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 742.0, \"ymin\": 512.0, \"xmax\": 837.0, \"ymax\": 600.0}, \"category\": \"pm20\"}]}, \"14143\": {\"path\": \"train/14143.jpg\", \"id\": 14143, \"objects\": [{\"bbox\": {\"xmin\": 437.6, \"ymin\": 586.4, \"xmax\": 528.8000000000001, \"ymax\": 673.6}, \"category\": \"ph4.5\"}]}, \"45250\": {\"path\": \"train/45250.jpg\", \"id\": 45250, \"objects\": [{\"bbox\": {\"xmin\": 1738.67, \"ymin\": 1245.33, \"xmax\": 1781.3333, \"ymax\": 1292.0}, \"category\": \"pl40\"}]}, \"27473\": {\"path\": \"test/27473.jpg\", \"id\": 27473, \"objects\": [{\"bbox\": {\"xmin\": 1770.59, \"ymin\": 1005.88, \"xmax\": 1791.0891, \"ymax\": 1047.0588}, \"category\": \"pne\"}]}, \"72975\": {\"path\": \"train/72975.jpg\", \"id\": 72975, \"objects\": [{\"bbox\": {\"xmin\": 873.0, \"ymin\": 960.0, \"xmax\": 889.0, \"ymax\": 979.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 814.0, \"ymin\": 908.0, \"xmax\": 835.0, \"ymax\": 931.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 815.0, \"ymin\": 936.0, \"xmax\": 836.0, \"ymax\": 960.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1245.0, \"ymin\": 983.0, \"xmax\": 1269.0, \"ymax\": 1007.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 1013.0, \"xmax\": 1265.0, \"ymax\": 1039.0}, \"category\": \"i2r\"}]}, \"9821\": {\"path\": \"train/9821.jpg\", \"id\": 9821, \"objects\": [{\"bbox\": {\"xmin\": 1127.36, \"ymin\": 1122.39, \"xmax\": 1144.2736, \"ymax\": 1141.7911000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1105.48, \"ymin\": 1122.39, \"xmax\": 1123.3881000000001, \"ymax\": 1142.2935}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1148.76, \"ymin\": 1122.39, \"xmax\": 1167.1692, \"ymax\": 1142.7886}, \"category\": \"pn\"}]}, \"40359\": {\"path\": \"other/40359.jpg\", \"id\": 40359, \"objects\": [{\"bbox\": {\"xmin\": 1186.75, \"ymin\": 948.344, \"xmax\": 1196.00881, \"ymax\": 959.6026}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1115.23, \"ymin\": 945.695, \"xmax\": 1125.8278, \"ymax\": 958.278}, \"category\": \"pne\"}]}, \"14554\": {\"path\": \"other/14554.jpg\", \"id\": 14554, \"objects\": [{\"bbox\": {\"xmin\": 44.7761, \"ymin\": 935.821, \"xmax\": 58.7065, \"ymax\": 951.7413}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 461.194, \"ymin\": 970.149, \"xmax\": 472.1393, \"ymax\": 984.5771}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 446.269, \"ymin\": 970.647, \"xmax\": 458.209, \"ymax\": 986.0697}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 477.114, \"ymin\": 970.149, \"xmax\": 489.05469999999997, \"ymax\": 986.0697}, \"category\": \"pn\"}]}, \"35824\": {\"path\": \"test/35824.jpg\", \"id\": 35824, \"objects\": [{\"bbox\": {\"xmin\": 1784.0, \"ymin\": 566.0, \"xmax\": 1864.0, \"ymax\": 663.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1865.0, \"ymin\": 591.0, \"xmax\": 1936.0, \"ymax\": 682.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1293.0, \"ymin\": 1008.0, \"xmax\": 1314.0, \"ymax\": 1031.0}, \"category\": \"i2r\"}]}, \"51373\": {\"path\": \"train/51373.jpg\", \"id\": 51373, \"objects\": [{\"bbox\": {\"xmin\": 290.196, \"ymin\": 545.098, \"xmax\": 348.68420000000003, \"ymax\": 634.2104999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 482.353, \"ymin\": 645.098, \"xmax\": 517.6471, \"ymax\": 719.6078}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 513.158, \"ymin\": 664.706, \"xmax\": 545.0984, \"ymax\": 729.4118}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 807.843, \"ymin\": 982.353, \"xmax\": 842.1052999999999, \"ymax\": 1018.4210999999999}, \"category\": \"pne\"}]}, \"83572\": {\"path\": \"test/83572.jpg\", \"id\": 83572, \"objects\": [{\"bbox\": {\"xmin\": 1512.58, \"ymin\": 944.737, \"xmax\": 1530.2594, \"ymax\": 963.5762}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1650.0, \"ymin\": 950.331, \"xmax\": 1663.1579, \"ymax\": 972.368}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1628.95, \"ymin\": 950.0, \"xmax\": 1644.7368000000001, \"ymax\": 969.7368}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1666.23, \"ymin\": 954.305, \"xmax\": 1679.4702, \"ymax\": 968.2118999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1437.75, \"ymin\": 939.474, \"xmax\": 1460.2649, \"ymax\": 963.1579}, \"category\": \"pne\"}]}, \"81789\": {\"path\": \"other/81789.jpg\", \"id\": 81789, \"objects\": [{\"bbox\": {\"xmin\": 1785.33, \"ymin\": 1041.33, \"xmax\": 1842.6667, \"ymax\": 1100.0}, \"category\": \"pl10\"}]}, \"96886\": {\"path\": \"train/96886.jpg\", \"id\": 96886, \"objects\": [{\"bbox\": {\"xmin\": 1014.29, \"ymin\": 892.857, \"xmax\": 1041.2698, \"ymax\": 921.4286}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 981.746, \"ymin\": 891.27, \"xmax\": 1010.3175, \"ymax\": 922.2221999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1045.24, \"ymin\": 892.857, \"xmax\": 1072.2222, \"ymax\": 921.4286}, \"category\": \"pn\"}]}, \"16494\": {\"path\": \"train/16494.jpg\", \"id\": 16494, \"objects\": [{\"bbox\": {\"xmin\": 1885.53, \"ymin\": 514.474, \"xmax\": 1986.8419999999999, \"ymax\": 635.5260000000001}, \"category\": \"pne\"}]}, \"45055\": {\"path\": \"other/45055.jpg\", \"id\": 45055, \"objects\": [{\"bbox\": {\"xmin\": 1093.49, \"ymin\": 925.725, \"xmax\": 1114.8628, \"ymax\": 946.7394}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1042.03, \"ymin\": 928.623, \"xmax\": 1061.9581, \"ymax\": 948.9133}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1068.12, \"ymin\": 927.899, \"xmax\": 1089.1303999999998, \"ymax\": 946.7394}, \"category\": \"w42\"}]}, \"3513\": {\"path\": \"train/3513.jpg\", \"id\": 3513, \"objects\": [{\"bbox\": {\"xmin\": 679.0, \"ymin\": 1003.0, \"xmax\": 698.0, \"ymax\": 1022.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1359.0, \"ymin\": 993.0, \"xmax\": 1388.0, \"ymax\": 1022.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1483.0, \"ymin\": 1007.0, \"xmax\": 1512.0, \"ymax\": 1038.0}, \"category\": \"i2r\"}]}, \"91426\": {\"path\": \"train/91426.jpg\", \"id\": 91426, \"objects\": [{\"bbox\": {\"xmin\": 384.211, \"ymin\": 911.842, \"xmax\": 438.1582, \"ymax\": 985.5263}, \"category\": \"p10\"}]}, \"21580\": {\"path\": \"other/21580.jpg\", \"id\": 21580, \"objects\": [{\"bbox\": {\"xmin\": 388.235, \"ymin\": 988.235, \"xmax\": 411.7647, \"ymax\": 1022.7723}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 380.392, \"ymin\": 937.255, \"xmax\": 411.7647, \"ymax\": 986.2745}, \"category\": \"ps\"}]}, \"84225\": {\"path\": \"train/84225.jpg\", \"id\": 84225, \"objects\": [{\"bbox\": {\"xmin\": 1351.8062744140625, \"ymin\": 1011.714599609375, \"xmax\": 1373.7340087890625, \"ymax\": 1031.910400390625}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 638.667, \"ymin\": 1029.33, \"xmax\": 690.6667, \"ymax\": 1080.0}, \"category\": \"p5\"}]}, \"8072\": {\"path\": \"train/8072.jpg\", \"id\": 8072, \"objects\": [{\"bbox\": {\"xmin\": 1411.0, \"ymin\": 985.0, \"xmax\": 1433.0, \"ymax\": 1007.0}, \"category\": \"p26\"}]}, \"74135\": {\"path\": \"other/74135.jpg\", \"id\": 74135, \"objects\": [{\"bbox\": {\"xmin\": 1306.67, \"ymin\": 880.0, \"xmax\": 1370.6667, \"ymax\": 936.0}, \"category\": \"w10\"}]}, \"21378\": {\"path\": \"test/21378.jpg\", \"id\": 21378, \"objects\": [{\"bbox\": {\"xmin\": 1154.0, \"ymin\": 979.0, \"xmax\": 1184.0, \"ymax\": 1011.0}, \"category\": \"pm15\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 956.0, \"xmax\": 1312.0, \"ymax\": 1005.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 399.0, \"ymin\": 1011.0, \"xmax\": 418.0, \"ymax\": 1033.0}, \"category\": \"pn\"}]}, \"16489\": {\"path\": \"test/16489.jpg\", \"id\": 16489, \"objects\": [{\"bbox\": {\"xmin\": 521.782, \"ymin\": 967.327, \"xmax\": 546.5347, \"ymax\": 994.0594}, \"category\": \"p10\"}]}, \"72722\": {\"path\": \"test/72722.jpg\", \"id\": 72722, \"objects\": [{\"bbox\": {\"xmin\": 65.0794, \"ymin\": 842.063, \"xmax\": 92.0635, \"ymax\": 880.1587}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 92.8571, \"ymin\": 849.206, \"xmax\": 112.6984, \"ymax\": 883.3333}, \"category\": \"pn\"}]}, \"46333\": {\"path\": \"train/46333.jpg\", \"id\": 46333, \"objects\": [{\"bbox\": {\"xmin\": 1880.0, \"ymin\": 980.0, \"xmax\": 1953.3333, \"ymax\": 1076.0}, \"category\": \"pr40\"}]}, \"64774\": {\"path\": \"test/64774.jpg\", \"id\": 64774, \"objects\": [{\"bbox\": {\"xmin\": 832.895, \"ymin\": 907.895, \"xmax\": 857.8947, \"ymax\": 932.8947}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1721.05, \"ymin\": 476.316, \"xmax\": 1843.421, \"ymax\": 610.526}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1417.11, \"ymin\": 430.263, \"xmax\": 1571.0529999999999, \"ymax\": 580.2629999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1584.21, \"ymin\": 450.0, \"xmax\": 1713.1580000000001, \"ymax\": 581.579}, \"category\": \"pn\"}]}, \"5491\": {\"path\": \"test/5491.jpg\", \"id\": 5491, \"objects\": [{\"bbox\": {\"xmin\": 1644.0, \"ymin\": 803.0, \"xmax\": 1738.0, \"ymax\": 900.0}, \"category\": \"pl60\"}]}, \"10176\": {\"path\": \"other/10176.jpg\", \"id\": 10176, \"objects\": [{\"bbox\": {\"xmin\": 557.333, \"ymin\": 693.333, \"xmax\": 650.6667, \"ymax\": 836.0}, \"category\": \"w30\"}]}, \"69357\": {\"path\": \"train/69357.jpg\", \"id\": 69357, \"objects\": [{\"bbox\": {\"xmin\": 236.0, \"ymin\": 853.333, \"xmax\": 306.6667, \"ymax\": 938.6667}, \"category\": \"w59\"}]}, \"71821\": {\"path\": \"train/71821.jpg\", \"id\": 71821, \"objects\": [{\"bbox\": {\"xmin\": 1889.33, \"ymin\": 1041.33, \"xmax\": 1909.3333, \"ymax\": 1080.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1888.0, \"ymin\": 1001.33, \"xmax\": 1908.0, \"ymax\": 1040.0}, \"category\": \"pss\"}]}, \"92584\": {\"path\": \"other/92584.jpg\", \"id\": 92584, \"objects\": [{\"bbox\": {\"xmin\": 258.667, \"ymin\": 717.333, \"xmax\": 340.0, \"ymax\": 800.0}, \"category\": \"w63\"}]}, \"81777\": {\"path\": \"other/81777.jpg\", \"id\": 81777, \"objects\": [{\"bbox\": {\"xmin\": 1776.528076171875, \"ymin\": 1009.0848388671875, \"xmax\": 1801.980224609375, \"ymax\": 1037.3677978515625}, \"category\": \"pl15\"}]}, \"15709\": {\"path\": \"train/15709.jpg\", \"id\": 15709, \"objects\": [{\"bbox\": {\"xmin\": 1349.0, \"ymin\": 882.0, \"xmax\": 1375.0, \"ymax\": 909.0}, \"category\": \"p11\"}]}, \"69700\": {\"path\": \"test/69700.jpg\", \"id\": 69700, \"objects\": [{\"bbox\": {\"xmin\": 449.0, \"ymin\": 748.0, \"xmax\": 470.0, \"ymax\": 796.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 332.0, \"ymin\": 691.0, \"xmax\": 368.0, \"ymax\": 752.0}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 171.0, \"ymin\": 618.0, \"xmax\": 214.0, \"ymax\": 688.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 667.0, \"ymin\": 905.0, \"xmax\": 683.0, \"ymax\": 936.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 72.0, \"ymin\": 580.0, \"xmax\": 124.0, \"ymax\": 653.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 267.0, \"ymin\": 662.0, \"xmax\": 302.0, \"ymax\": 723.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 624.0, \"ymin\": 877.0, \"xmax\": 643.0, \"ymax\": 917.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 398.0, \"ymin\": 724.0, \"xmax\": 423.0, \"ymax\": 773.0}, \"category\": \"pl80\"}]}, \"77188\": {\"path\": \"train/77188.jpg\", \"id\": 77188, \"objects\": [{\"bbox\": {\"xmin\": 1454.67, \"ymin\": 872.0, \"xmax\": 1489.3333, \"ymax\": 909.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1454.67, \"ymin\": 909.333, \"xmax\": 1489.3333, \"ymax\": 942.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1457.33, \"ymin\": 944.0, \"xmax\": 1489.3201, \"ymax\": 981.3327}, \"category\": \"pn\"}]}, \"91622\": {\"path\": \"other/91622.jpg\", \"id\": 91622, \"objects\": [{\"bbox\": {\"xmin\": 1892.5709228515625, \"ymin\": 959.9971313476562, \"xmax\": 1923.8824462890625, \"ymax\": 996.2744750976562}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1420.0, \"ymin\": 925.0, \"xmax\": 1457.0, \"ymax\": 967.0}, \"category\": \"pl90\"}]}, \"58771\": {\"path\": \"test/58771.jpg\", \"id\": 58771, \"objects\": [{\"bbox\": {\"xmin\": 920.0, \"ymin\": 670.0, \"xmax\": 978.0, \"ymax\": 725.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 720.0, \"ymin\": 897.0, \"xmax\": 781.0, \"ymax\": 957.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 723.0, \"ymin\": 839.0, \"xmax\": 781.0, \"ymax\": 897.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 797.0, \"ymin\": 687.0, \"xmax\": 855.0, \"ymax\": 743.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 858.0, \"ymin\": 684.0, \"xmax\": 916.0, \"ymax\": 740.0}, \"category\": \"pm20\"}]}, \"86732\": {\"path\": \"train/86732.jpg\", \"id\": 86732, \"objects\": [{\"bbox\": {\"xmin\": 1444.0, \"ymin\": 817.333, \"xmax\": 1512.0, \"ymax\": 886.6667}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1446.67, \"ymin\": 896.0, \"xmax\": 1514.6667, \"ymax\": 965.3333}, \"category\": \"pl80\"}]}, \"52821\": {\"path\": \"train/52821.jpg\", \"id\": 52821, \"objects\": [{\"bbox\": {\"xmin\": 1290.4, \"ymin\": 1015.2, \"xmax\": 1320.0, \"ymax\": 1047.2}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1784.8, \"ymin\": 980.8, \"xmax\": 1823.2, \"ymax\": 1019.1999999999999}, \"category\": \"pn\"}]}, \"349\": {\"path\": \"train/349.jpg\", \"id\": 349, \"objects\": [{\"bbox\": {\"xmin\": 1496.0, \"ymin\": 942.667, \"xmax\": 1561.3333, \"ymax\": 1010.6664000000001}, \"category\": \"pm20\"}]}, \"12254\": {\"path\": \"train/12254.jpg\", \"id\": 12254, \"objects\": [{\"bbox\": {\"xmin\": 1645.33, \"ymin\": 950.667, \"xmax\": 1672.0, \"ymax\": 977.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1648.0, \"ymin\": 980.0, \"xmax\": 1672.0, \"ymax\": 1009.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 169.333, \"ymin\": 840.0, \"xmax\": 192.0, \"ymax\": 869.3333}, \"category\": \"w63\"}]}, \"10583\": {\"path\": \"train/10583.jpg\", \"id\": 10583, \"objects\": [{\"bbox\": {\"xmin\": 1592.42, \"ymin\": 886.454, \"xmax\": 1616.3315, \"ymax\": 911.9522}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1618.33, \"ymin\": 887.649, \"xmax\": 1640.2427, \"ymax\": 912.7496}, \"category\": \"pn\"}]}, \"61555\": {\"path\": \"train/61555.jpg\", \"id\": 61555, \"objects\": [{\"bbox\": {\"xmin\": 638.4, \"ymin\": 945.145, \"xmax\": 677.3254999999999, \"ymax\": 983.721}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 635.796, \"ymin\": 910.201, \"xmax\": 675.0351, \"ymax\": 947.2934}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 271.112, \"ymin\": 983.825, \"xmax\": 294.3996, \"ymax\": 1009.4015}, \"category\": \"i2r\"}]}, \"30922\": {\"path\": \"train/30922.jpg\", \"id\": 30922, \"objects\": [{\"bbox\": {\"xmin\": 1642.0, \"ymin\": 994.0, \"xmax\": 1663.0, \"ymax\": 1019.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1942.0, \"ymin\": 979.0, \"xmax\": 1977.0, \"ymax\": 1014.0}, \"category\": \"pn\"}]}, \"56835\": {\"path\": \"other/56835.jpg\", \"id\": 56835, \"objects\": [{\"bbox\": {\"xmin\": 450.98, \"ymin\": 719.608, \"xmax\": 558.8240000000001, \"ymax\": 892.1569999999999}, \"category\": \"w63\"}]}, \"86665\": {\"path\": \"test/86665.jpg\", \"id\": 86665, \"objects\": [{\"bbox\": {\"xmin\": 1008.0, \"ymin\": 875.0, \"xmax\": 1036.0, \"ymax\": 901.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 936.0, \"ymin\": 777.0, \"xmax\": 986.0, \"ymax\": 828.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 976.0, \"ymin\": 873.0, \"xmax\": 1006.0, \"ymax\": 903.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1215.0, \"ymin\": 929.0, \"xmax\": 1248.0, \"ymax\": 963.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1212.0, \"ymin\": 964.0, \"xmax\": 1247.0, \"ymax\": 1000.0}, \"category\": \"i2r\"}]}, \"44709\": {\"path\": \"train/44709.jpg\", \"id\": 44709, \"objects\": [{\"bbox\": {\"xmin\": 341.333, \"ymin\": 1132.0, \"xmax\": 385.3333, \"ymax\": 1177.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1236.0, \"ymin\": 730.667, \"xmax\": 1304.0, \"ymax\": 796.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1174.67, \"ymin\": 730.667, \"xmax\": 1238.6667, \"ymax\": 792.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1537.33, \"ymin\": 856.0, \"xmax\": 1597.3333, \"ymax\": 916.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1538.67, \"ymin\": 922.667, \"xmax\": 1596.0, \"ymax\": 984.0}, \"category\": \"i2r\"}]}, \"96726\": {\"path\": \"test/96726.jpg\", \"id\": 96726, \"objects\": [{\"bbox\": {\"xmin\": 1189.11, \"ymin\": 931.683, \"xmax\": 1209.9009999999998, \"ymax\": 957.4257}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1143.56, \"ymin\": 934.653, \"xmax\": 1165.3464999999999, \"ymax\": 954.4554}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1167.33, \"ymin\": 931.683, \"xmax\": 1186.1386, \"ymax\": 957.4257}, \"category\": \"pn\"}]}, \"95239\": {\"path\": \"train/95239.jpg\", \"id\": 95239, \"objects\": [{\"bbox\": {\"xmin\": 1444.0, \"ymin\": 1005.33, \"xmax\": 1512.0, \"ymax\": 1085.3333}, \"category\": \"p5\"}]}, \"25861\": {\"path\": \"train/25861.jpg\", \"id\": 25861, \"objects\": [{\"bbox\": {\"xmin\": 1449.33, \"ymin\": 945.333, \"xmax\": 1497.3333, \"ymax\": 997.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1576.0, \"ymin\": 962.667, \"xmax\": 1628.0, \"ymax\": 1017.3333}, \"category\": \"p6\"}]}, \"38113\": {\"path\": \"train/38113.jpg\", \"id\": 38113, \"objects\": [{\"bbox\": {\"xmin\": 167.0, \"ymin\": 905.0, \"xmax\": 211.0, \"ymax\": 954.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": -1.0, \"ymin\": 666.0, \"xmax\": 35.0, \"ymax\": 725.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 171.0, \"ymin\": 1001.0, \"xmax\": 209.0, \"ymax\": 1043.0}, \"category\": \"w57\"}]}, \"77037\": {\"path\": \"train/77037.jpg\", \"id\": 77037, \"objects\": [{\"bbox\": {\"xmin\": 1941.6, \"ymin\": 987.2, \"xmax\": 1992.8, \"ymax\": 1040.8}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1736.8, \"ymin\": 976.0, \"xmax\": 1756.8, \"ymax\": 1000.0}, \"category\": \"pn\"}]}, \"44246\": {\"path\": \"train/44246.jpg\", \"id\": 44246, \"objects\": [{\"bbox\": {\"xmin\": 1844.0, \"ymin\": 972.0, \"xmax\": 1888.8, \"ymax\": 1012.8}, \"category\": \"pg\"}]}, \"42891\": {\"path\": \"test/42891.jpg\", \"id\": 42891, \"objects\": [{\"bbox\": {\"xmin\": 1825.87, \"ymin\": 983.085, \"xmax\": 1851.2413, \"ymax\": 1009.9502}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 807.843, \"ymin\": 968.625, \"xmax\": 839.2157, \"ymax\": 999.9999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1003.06, \"ymin\": 991.717, \"xmax\": 1009.8127, \"ymax\": 997.85226}, \"category\": \"pne\"}]}, \"12816\": {\"path\": \"train/12816.jpg\", \"id\": 12816, \"objects\": [{\"bbox\": {\"xmin\": 1178.49, \"ymin\": 927.49, \"xmax\": 1196.8127, \"ymax\": 946.614}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1158.57, \"ymin\": 928.685, \"xmax\": 1177.2908, \"ymax\": 947.4096999999999}, \"category\": \"w13\"}]}, \"4969\": {\"path\": \"test/4969.jpg\", \"id\": 4969, \"objects\": [{\"bbox\": {\"xmin\": 1418.42, \"ymin\": 960.526, \"xmax\": 1444.7368000000001, \"ymax\": 993.4210999999999}, \"category\": \"p10\"}]}, \"35157\": {\"path\": \"test/35157.jpg\", \"id\": 35157, \"objects\": [{\"bbox\": {\"xmin\": 1600.0, \"ymin\": 927.632, \"xmax\": 1636.8421, \"ymax\": 968.4210999999999}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1289.77, \"ymin\": 971.591, \"xmax\": 1320.4545, \"ymax\": 1000.0}, \"category\": \"p19\"}]}, \"77496\": {\"path\": \"train/77496.jpg\", \"id\": 77496, \"objects\": [{\"bbox\": {\"xmin\": 168.0, \"ymin\": 680.0, \"xmax\": 229.3333, \"ymax\": 774.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 232.0, \"ymin\": 693.333, \"xmax\": 281.3333, \"ymax\": 786.6667}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 284.0, \"ymin\": 710.667, \"xmax\": 329.3333, \"ymax\": 797.3333}, \"category\": \"ph4\"}]}, \"73887\": {\"path\": \"train/73887.jpg\", \"id\": 73887, \"objects\": [{\"bbox\": {\"xmin\": 1044.22, \"ymin\": 912.749, \"xmax\": 1069.7211, \"ymax\": 937.4502}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1073.71, \"ymin\": 913.944, \"xmax\": 1098.0112000000001, \"ymax\": 937.8485999999999}, \"category\": \"pl20\"}]}, \"91311\": {\"path\": \"train/91311.jpg\", \"id\": 91311, \"objects\": [{\"bbox\": {\"xmin\": 1653.33, \"ymin\": 997.333, \"xmax\": 1708.0, \"ymax\": 1054.6667}, \"category\": \"pl5\"}]}, \"92549\": {\"path\": \"train/92549.jpg\", \"id\": 92549, \"objects\": [{\"bbox\": {\"xmin\": 1167.61, \"ymin\": 964.205, \"xmax\": 1185.7918, \"ymax\": 982.3865000000001}, \"category\": \"p5\"}]}, \"53796\": {\"path\": \"test/53796.jpg\", \"id\": 53796, \"objects\": [{\"bbox\": {\"xmin\": 1069.74, \"ymin\": 978.947, \"xmax\": 1103.9474, \"ymax\": 1009.5238}, \"category\": \"pne\"}]}, \"89135\": {\"path\": \"train/89135.jpg\", \"id\": 89135, \"objects\": [{\"bbox\": {\"xmin\": 976.0, \"ymin\": 850.667, \"xmax\": 1034.6667, \"ymax\": 908.0}, \"category\": \"p11\"}]}, \"5584\": {\"path\": \"train/5584.jpg\", \"id\": 5584, \"objects\": [{\"bbox\": {\"xmin\": 1433.33, \"ymin\": 970.667, \"xmax\": 1504.0, \"ymax\": 1040.0003}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1432.0, \"ymin\": 889.333, \"xmax\": 1501.3333, \"ymax\": 961.3333}, \"category\": \"pm55\"}]}, \"1618\": {\"path\": \"train/1618.jpg\", \"id\": 1618, \"objects\": [{\"bbox\": {\"xmin\": 2023.92, \"ymin\": 1087.71, \"xmax\": 2045.1794, \"ymax\": 1115.6146}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1787.04, \"ymin\": 1057.81, \"xmax\": 1801.3289, \"ymax\": 1075.4153}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1802.99, \"ymin\": 1056.48, \"xmax\": 1817.9391, \"ymax\": 1073.7542}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1968.77, \"ymin\": 1095.35, \"xmax\": 1991.0299, \"ymax\": 1127.5781}, \"category\": \"pne\"}]}, \"26644\": {\"path\": \"train/26644.jpg\", \"id\": 26644, \"objects\": [{\"bbox\": {\"xmin\": 787.0, \"ymin\": 955.0, \"xmax\": 836.0, \"ymax\": 1003.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 784.0, \"ymin\": 1007.0, \"xmax\": 835.0, \"ymax\": 1052.0}, \"category\": \"w42\"}]}, \"17638\": {\"path\": \"test/17638.jpg\", \"id\": 17638, \"objects\": [{\"bbox\": {\"xmin\": 737.7999877929688, \"ymin\": 929.958251953125, \"xmax\": 767.3080444335938, \"ymax\": 958.0587158203125}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1989.33, \"ymin\": 750.667, \"xmax\": 2044.0, \"ymax\": 800.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1918.67, \"ymin\": 752.0, \"xmax\": 1981.3333, \"ymax\": 813.3333}, \"category\": \"p23\"}]}, \"58802\": {\"path\": \"train/58802.jpg\", \"id\": 58802, \"objects\": [{\"bbox\": {\"xmin\": 707.0, \"ymin\": 987.0, \"xmax\": 757.0, \"ymax\": 1032.0}, \"category\": \"p5\"}]}, \"1300\": {\"path\": \"train/1300.jpg\", \"id\": 1300, \"objects\": [{\"bbox\": {\"xmin\": 713.247, \"ymin\": 901.329, \"xmax\": 734.4373999999999, \"ymax\": 922.5174999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 735.099, \"ymin\": 898.013, \"xmax\": 758.9405, \"ymax\": 925.1656}, \"category\": \"pn\"}]}, \"72345\": {\"path\": \"train/72345.jpg\", \"id\": 72345, \"objects\": [{\"bbox\": {\"xmin\": 292.857, \"ymin\": 1023.02, \"xmax\": 307.92080000000004, \"ymax\": 1045.5446}, \"category\": \"p11\"}]}, \"25722\": {\"path\": \"test/25722.jpg\", \"id\": 25722, \"objects\": [{\"bbox\": {\"xmin\": 1435.2, \"ymin\": 614.4, \"xmax\": 1487.2, \"ymax\": 669.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1052.8, \"ymin\": 580.0, \"xmax\": 1113.6, \"ymax\": 636.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 656.8, \"ymin\": 584.8, \"xmax\": 717.5999999999999, \"ymax\": 641.5999999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1656.8, \"ymin\": 620.8, \"xmax\": 1703.2, \"ymax\": 668.8}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 770.4, \"ymin\": 570.4, \"xmax\": 860.0, \"ymax\": 664.8}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 528.0, \"ymin\": 591.2, \"xmax\": 583.2, \"ymax\": 646.4000000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 911.2, \"ymin\": 576.8, \"xmax\": 970.4000000000001, \"ymax\": 636.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1308.0, \"ymin\": 598.4, \"xmax\": 1365.6, \"ymax\": 656.0}, \"category\": \"pl80\"}]}, \"2429\": {\"path\": \"other/2429.jpg\", \"id\": 2429, \"objects\": [{\"bbox\": {\"xmin\": 1383.75, \"ymin\": 581.6, \"xmax\": 1517.839, \"ymax\": 698.368}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1292.59, \"ymin\": 987.347, \"xmax\": 1328.1441, \"ymax\": 1026.3997}, \"category\": \"ps\"}]}, \"80765\": {\"path\": \"test/80765.jpg\", \"id\": 80765, \"objects\": [{\"bbox\": {\"xmin\": 813.492, \"ymin\": 880.159, \"xmax\": 847.6189999999999, \"ymax\": 912.6984}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1068.25, \"ymin\": 927.778, \"xmax\": 1087.3016, \"ymax\": 946.0317}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1047.62, \"ymin\": 925.397, \"xmax\": 1064.2857, \"ymax\": 946.8254000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1090.48, \"ymin\": 923.81, \"xmax\": 1108.6093, \"ymax\": 947.6189999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 685.714, \"ymin\": 884.127, \"xmax\": 718.254, \"ymax\": 912.6984}, \"category\": \"pne\"}]}, \"98344\": {\"path\": \"other/98344.jpg\", \"id\": 98344, \"objects\": [{\"bbox\": {\"xmin\": 1903.163330078125, \"ymin\": 972.6785278320312, \"xmax\": 1930.707763671875, \"ymax\": 998.0232543945312}, \"category\": \"pl50\"}]}, \"75734\": {\"path\": \"train/75734.jpg\", \"id\": 75734, \"objects\": [{\"bbox\": {\"xmin\": 1105.08, \"ymin\": 969.203, \"xmax\": 1128.6300999999999, \"ymax\": 993.1163}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1724.28, \"ymin\": 840.58, \"xmax\": 1896.013, \"ymax\": 1006.522}, \"category\": \"w59\"}]}, \"56442\": {\"path\": \"other/56442.jpg\", \"id\": 56442, \"objects\": [{\"bbox\": {\"xmin\": 93.4211, \"ymin\": 923.81, \"xmax\": 105.2632, \"ymax\": 942.0635}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 42.8571, \"ymin\": 928.571, \"xmax\": 57.9365, \"ymax\": 943.6508}, \"category\": \"pne\"}]}, \"41048\": {\"path\": \"train/41048.jpg\", \"id\": 41048, \"objects\": [{\"bbox\": {\"xmin\": 1334.65, \"ymin\": 947.524, \"xmax\": 1355.4457, \"ymax\": 970.2966}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1126.73, \"ymin\": 915.842, \"xmax\": 1146.5347, \"ymax\": 938.6139}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1085.15, \"ymin\": 918.812, \"xmax\": 1102.9703000000002, \"ymax\": 938.6139000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1103.96, \"ymin\": 913.861, \"xmax\": 1124.7525, \"ymax\": 939.604}, \"category\": \"pn\"}]}, \"82401\": {\"path\": \"test/82401.jpg\", \"id\": 82401, \"objects\": [{\"bbox\": {\"xmin\": 1248.0, \"ymin\": 747.0, \"xmax\": 1319.0, \"ymax\": 818.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 825.0, \"xmax\": 1321.0, \"ymax\": 897.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1250.0, \"ymin\": 934.0, \"xmax\": 1288.0, \"ymax\": 971.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1289.0, \"ymin\": 935.0, \"xmax\": 1327.0, \"ymax\": 972.0}, \"category\": \"i2r\"}]}, \"98638\": {\"path\": \"other/98638.jpg\", \"id\": 98638, \"objects\": [{\"bbox\": {\"xmin\": 18.0, \"ymin\": 868.0, \"xmax\": 126.0, \"ymax\": 986.0}, \"category\": \"w44\"}]}, \"60172\": {\"path\": \"train/60172.jpg\", \"id\": 60172, \"objects\": [{\"bbox\": {\"xmin\": 1265.91, \"ymin\": 945.455, \"xmax\": 1285.2273, \"ymax\": 963.6367}, \"category\": \"pl40\"}]}, \"92730\": {\"path\": \"test/92730.jpg\", \"id\": 92730, \"objects\": [{\"bbox\": {\"xmin\": 1167.33, \"ymin\": 687.129, \"xmax\": 1241.5842, \"ymax\": 764.3564}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1244.55, \"ymin\": 692.08, \"xmax\": 1320.7921, \"ymax\": 768.3175}, \"category\": \"pn\"}]}, \"24804\": {\"path\": \"test/24804.jpg\", \"id\": 24804, \"objects\": [{\"bbox\": {\"xmin\": 936.0, \"ymin\": 924.0, \"xmax\": 955.0, \"ymax\": 947.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 304.8, \"ymin\": 903.2, \"xmax\": 318.40000000000003, \"ymax\": 925.6}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 777.0, \"ymin\": 468.0, \"xmax\": 869.0, \"ymax\": 554.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1052.0, \"ymin\": 940.0, \"xmax\": 1068.0, \"ymax\": 956.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1070.4, \"ymin\": 939.2, \"xmax\": 1086.4, \"ymax\": 956.8000000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 812.0, \"ymin\": 926.0, \"xmax\": 830.0, \"ymax\": 946.0}, \"category\": \"pne\"}]}, \"59654\": {\"path\": \"other/59654.jpg\", \"id\": 59654, \"objects\": [{\"bbox\": {\"xmin\": 390.18939208984375, \"ymin\": 994.912109375, \"xmax\": 415.93365478515625, \"ymax\": 1026.447998046875}, \"category\": \"w57\"}]}, \"44718\": {\"path\": \"test/44718.jpg\", \"id\": 44718, \"objects\": [{\"bbox\": {\"xmin\": 1497.33, \"ymin\": 622.667, \"xmax\": 1589.33, \"ymax\": 713.3333}, \"category\": \"pl40\"}]}, \"63112\": {\"path\": \"test/63112.jpg\", \"id\": 63112, \"objects\": [{\"bbox\": {\"xmin\": 1035.0, \"ymin\": 884.0, \"xmax\": 1067.0, \"ymax\": 921.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1108.0, \"ymin\": 977.0, \"xmax\": 1133.0, \"ymax\": 1001.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1109.0, \"ymin\": 1003.0, \"xmax\": 1133.0, \"ymax\": 1025.0}, \"category\": \"i2r\"}]}, \"28391\": {\"path\": \"train/28391.jpg\", \"id\": 28391, \"objects\": [{\"bbox\": {\"xmin\": 715.2, \"ymin\": 985.6, \"xmax\": 744.8000000000001, \"ymax\": 1019.2}, \"category\": \"i5\"}]}, \"83050\": {\"path\": \"test/83050.jpg\", \"id\": 83050, \"objects\": [{\"bbox\": {\"xmin\": 1801.0, \"ymin\": 889.0, \"xmax\": 1844.0, \"ymax\": 936.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1589.0, \"ymin\": 721.0, \"xmax\": 1661.0, \"ymax\": 793.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1587.0, \"ymin\": 808.0, \"xmax\": 1662.0, \"ymax\": 882.0}, \"category\": \"pn\"}]}, \"35292\": {\"path\": \"train/35292.jpg\", \"id\": 35292, \"objects\": [{\"bbox\": {\"xmin\": 334.0, \"ymin\": 520.0, \"xmax\": 433.0, \"ymax\": 627.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1723.0, \"ymin\": 685.0, \"xmax\": 1822.0, \"ymax\": 782.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1962.0, \"ymin\": 571.0, \"xmax\": 2033.0, \"ymax\": 662.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1704.0, \"ymin\": 519.0, \"xmax\": 1797.0, \"ymax\": 619.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1596.0, \"ymin\": 504.0, \"xmax\": 1695.0, \"ymax\": 602.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1804.0, \"ymin\": 538.0, \"xmax\": 1877.0, \"ymax\": 633.0}, \"category\": \"pn\"}]}, \"43547\": {\"path\": \"train/43547.jpg\", \"id\": 43547, \"objects\": [{\"bbox\": {\"xmin\": 1812.5, \"ymin\": 1057.89, \"xmax\": 1837.5045, \"ymax\": 1120.4545}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1812.8, \"ymin\": 994.917, \"xmax\": 1834.6563999999998, \"ymax\": 1055.4429}, \"category\": \"pl5\"}]}, \"98228\": {\"path\": \"train/98228.jpg\", \"id\": 98228, \"objects\": [{\"bbox\": {\"xmin\": 1127.0, \"ymin\": 1030.0, \"xmax\": 1178.0, \"ymax\": 1082.0}, \"category\": \"pl15\"}]}, \"62565\": {\"path\": \"train/62565.jpg\", \"id\": 62565, \"objects\": [{\"bbox\": {\"xmin\": 1376.7, \"ymin\": 937.5, \"xmax\": 1394.3182000000002, \"ymax\": 956.8182}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1356.82, \"ymin\": 936.932, \"xmax\": 1373.8636, \"ymax\": 955.6818000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 938.068, \"xmax\": 1415.3409, \"ymax\": 957.9544999999999}, \"category\": \"pn\"}]}, \"50614\": {\"path\": \"train/50614.jpg\", \"id\": 50614, \"objects\": [{\"bbox\": {\"xmin\": 1977.33, \"ymin\": 956.0, \"xmax\": 2009.3333, \"ymax\": 990.6667}, \"category\": \"p10\"}]}, \"63681\": {\"path\": \"test/63681.jpg\", \"id\": 63681, \"objects\": [{\"bbox\": {\"xmin\": 1541.33, \"ymin\": 946.667, \"xmax\": 1577.3333, \"ymax\": 980.0}, \"category\": \"pl30\"}]}, \"34334\": {\"path\": \"test/34334.jpg\", \"id\": 34334, \"objects\": [{\"bbox\": {\"xmin\": 1880.0, \"ymin\": 800.0, \"xmax\": 1922.6667, \"ymax\": 849.333}, \"category\": \"pl40\"}]}, \"36517\": {\"path\": \"train/36517.jpg\", \"id\": 36517, \"objects\": [{\"bbox\": {\"xmin\": 750.667, \"ymin\": 710.667, \"xmax\": 810.6667, \"ymax\": 770.6664000000001}, \"category\": \"pl40\"}]}, \"18052\": {\"path\": \"other/18052.jpg\", \"id\": 18052, \"objects\": [{\"bbox\": {\"xmin\": 262.698, \"ymin\": 951.587, \"xmax\": 275.3968, \"ymax\": 969.0476}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 949.206, \"ymin\": 958.73, \"xmax\": 959.5238, \"ymax\": 969.0476}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 219.841, \"ymin\": 946.032, \"xmax\": 232.5397, \"ymax\": 968.254}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 900.794, \"ymin\": 961.111, \"xmax\": 910.31746, \"ymax\": 972.2222}, \"category\": \"pne\"}]}, \"53912\": {\"path\": \"test/53912.jpg\", \"id\": 53912, \"objects\": [{\"bbox\": {\"xmin\": 1852.0, \"ymin\": 926.667, \"xmax\": 1909.3333, \"ymax\": 988.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1850.67, \"ymin\": 865.333, \"xmax\": 1913.3333, \"ymax\": 926.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1846.67, \"ymin\": 985.333, \"xmax\": 1910.6667, \"ymax\": 1046.6667}, \"category\": \"w55\"}]}, \"79368\": {\"path\": \"train/79368.jpg\", \"id\": 79368, \"objects\": [{\"bbox\": {\"xmin\": 1430.0, \"ymin\": 875.0, \"xmax\": 1476.0, \"ymax\": 923.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1430.0, \"ymin\": 828.0, \"xmax\": 1477.0, \"ymax\": 872.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1152.0, \"ymin\": 934.0, \"xmax\": 1181.0, \"ymax\": 960.0}, \"category\": \"w57\"}]}, \"36734\": {\"path\": \"train/36734.jpg\", \"id\": 36734, \"objects\": [{\"bbox\": {\"xmin\": 1337.33, \"ymin\": 1090.67, \"xmax\": 1372.0, \"ymax\": 1125.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1620.0, \"ymin\": 1089.33, \"xmax\": 1650.6667, \"ymax\": 1121.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1852.0, \"ymin\": 1090.67, \"xmax\": 1876.0, \"ymax\": 1117.3333}, \"category\": \"pl5\"}]}, \"64110\": {\"path\": \"other/64110.jpg\", \"id\": 64110, \"objects\": [{\"bbox\": {\"xmin\": 1164.24, \"ymin\": 1078.15, \"xmax\": 1201.9868, \"ymax\": 1139.0728000000001}, \"category\": \"pc\"}]}, \"59444\": {\"path\": \"train/59444.jpg\", \"id\": 59444, \"objects\": [{\"bbox\": {\"xmin\": 1496.0, \"ymin\": 944.8, \"xmax\": 1511.2, \"ymax\": 959.1999999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1696.0, \"ymin\": 890.667, \"xmax\": 1734.6667, \"ymax\": 932.0}, \"category\": \"w59\"}]}, \"2089\": {\"path\": \"train/2089.jpg\", \"id\": 2089, \"objects\": [{\"bbox\": {\"xmin\": 998.406, \"ymin\": 914.343, \"xmax\": 1020.7168999999999, \"ymax\": 937.8489999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1023.5, \"ymin\": 915.139, \"xmax\": 1045.0183, \"ymax\": 939.0438}, \"category\": \"pn\"}]}, \"14220\": {\"path\": \"other/14220.jpg\", \"id\": 14220, \"objects\": [{\"bbox\": {\"xmin\": 1340.67, \"ymin\": 966.0, \"xmax\": 1410.6667, \"ymax\": 1036.6667}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 1341.33, \"ymin\": 898.0, \"xmax\": 1409.3333, \"ymax\": 968.6667}, \"category\": \"pm46\"}]}, \"80309\": {\"path\": \"test/80309.jpg\", \"id\": 80309, \"objects\": [{\"bbox\": {\"xmin\": 1296.04, \"ymin\": 959.406, \"xmax\": 1313.8614, \"ymax\": 979.2079}, \"category\": \"ip\"}]}, \"56105\": {\"path\": \"other/56105.jpg\", \"id\": 56105, \"objects\": [{\"bbox\": {\"xmin\": 1175.867431640625, \"ymin\": 944.68798828125, \"xmax\": 1195.999267578125, \"ymax\": 962.3902587890625}, \"category\": \"pne\"}]}, \"32542\": {\"path\": \"train/32542.jpg\", \"id\": 32542, \"objects\": [{\"bbox\": {\"xmin\": 174.4, \"ymin\": 913.6, \"xmax\": 288.8, \"ymax\": 1074.4}, \"category\": \"w59\"}]}, \"982\": {\"path\": \"train/982.jpg\", \"id\": 982, \"objects\": [{\"bbox\": {\"xmin\": 745.333, \"ymin\": 754.667, \"xmax\": 805.3333, \"ymax\": 817.3333}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 996.0, \"ymin\": 740.0, \"xmax\": 1061.3333, \"ymax\": 803.9997}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1250.67, \"ymin\": 734.667, \"xmax\": 1314.6667, \"ymax\": 797.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 744.0, \"xmax\": 936.0, \"ymax\": 806.667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 630.667, \"ymin\": 765.333, \"xmax\": 688.0, \"ymax\": 826.6667}, \"category\": \"pl120\"}]}, \"45991\": {\"path\": \"train/45991.jpg\", \"id\": 45991, \"objects\": [{\"bbox\": {\"xmin\": 1022.67, \"ymin\": 497.333, \"xmax\": 1117.3333, \"ymax\": 581.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1312.0, \"ymin\": 502.667, \"xmax\": 1406.6667, \"ymax\": 582.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 734.667, \"ymin\": 517.333, \"xmax\": 828.0, \"ymax\": 600.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 634.667, \"ymin\": 532.0, \"xmax\": 720.0, \"ymax\": 613.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 909.333, \"ymin\": 504.0, \"xmax\": 1006.6667, \"ymax\": 586.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1202.67, \"ymin\": 498.667, \"xmax\": 1300.0, \"ymax\": 580.0}, \"category\": \"pl100\"}]}, \"79639\": {\"path\": \"train/79639.jpg\", \"id\": 79639, \"objects\": [{\"bbox\": {\"xmin\": 926.705, \"ymin\": 908.523, \"xmax\": 948.2955000000001, \"ymax\": 930.6808}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1103.95, \"ymin\": 893.421, \"xmax\": 1123.6842000000001, \"ymax\": 915.7895000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1126.14, \"ymin\": 892.105, \"xmax\": 1146.5945000000002, \"ymax\": 918.75}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 801.136, \"ymin\": 906.579, \"xmax\": 818.4205, \"ymax\": 930.6818}, \"category\": \"pne\"}]}, \"70902\": {\"path\": \"train/70902.jpg\", \"id\": 70902, \"objects\": [{\"bbox\": {\"xmin\": 1862.25, \"ymin\": 1004.64, \"xmax\": 1880.7947, \"ymax\": 1025.1701}, \"category\": \"pg\"}]}, \"26682\": {\"path\": \"test/26682.jpg\", \"id\": 26682, \"objects\": [{\"bbox\": {\"xmin\": 1576.32, \"ymin\": 671.053, \"xmax\": 1693.416, \"ymax\": 827.6320000000001}, \"category\": \"pl40\"}]}, \"65334\": {\"path\": \"train/65334.jpg\", \"id\": 65334, \"objects\": [{\"bbox\": {\"xmin\": 945.467, \"ymin\": 998.154, \"xmax\": 965.9105999999999, \"ymax\": 1044.2123}, \"category\": \"ip\"}]}, \"13911\": {\"path\": \"train/13911.jpg\", \"id\": 13911, \"objects\": [{\"bbox\": {\"xmin\": 1441.0, \"ymin\": 920.0, \"xmax\": 1474.0, \"ymax\": 958.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1293.0, \"ymin\": 959.0, \"xmax\": 1314.0, \"ymax\": 976.0}, \"category\": \"w30\"}]}, \"55469\": {\"path\": \"train/55469.jpg\", \"id\": 55469, \"objects\": [{\"bbox\": {\"xmin\": 1270.0, \"ymin\": 682.0, \"xmax\": 1322.0, \"ymax\": 732.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1328.0, \"ymin\": 683.0, \"xmax\": 1386.0, \"ymax\": 736.0}, \"category\": \"pn\"}]}, \"6278\": {\"path\": \"train/6278.jpg\", \"id\": 6278, \"objects\": [{\"bbox\": {\"xmin\": 94.6667, \"ymin\": 704.0, \"xmax\": 137.3333, \"ymax\": 768.0}, \"category\": \"pl5\"}]}, \"62036\": {\"path\": \"test/62036.jpg\", \"id\": 62036, \"objects\": [{\"bbox\": {\"xmin\": 1222.0, \"ymin\": 715.0, \"xmax\": 1261.0, \"ymax\": 752.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1177.0, \"ymin\": 713.0, \"xmax\": 1218.0, \"ymax\": 752.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1222.0, \"ymin\": 670.0, \"xmax\": 1262.0, \"ymax\": 711.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 670.0, \"xmax\": 1306.0, \"ymax\": 711.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1407.0, \"ymin\": 834.0, \"xmax\": 1456.0, \"ymax\": 885.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 1177.0, \"ymin\": 669.0, \"xmax\": 1216.0, \"ymax\": 708.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1453.0, \"ymin\": 944.0, \"xmax\": 1512.0, \"ymax\": 1009.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1265.0, \"ymin\": 713.0, \"xmax\": 1306.0, \"ymax\": 755.0}, \"category\": \"pbp\"}]}, \"81175\": {\"path\": \"train/81175.jpg\", \"id\": 81175, \"objects\": [{\"bbox\": {\"xmin\": 1632.0, \"ymin\": 850.0, \"xmax\": 1698.0, \"ymax\": 921.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1559.0, \"ymin\": 846.0, \"xmax\": 1628.0, \"ymax\": 922.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1630.0, \"ymin\": 772.0, \"xmax\": 1692.0, \"ymax\": 841.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1636.0, \"ymin\": 923.0, \"xmax\": 1699.0, \"ymax\": 996.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1502.0, \"ymin\": 720.0, \"xmax\": 1551.0, \"ymax\": 773.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 771.0, \"xmax\": 1628.0, \"ymax\": 840.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1566.0, \"ymin\": 919.0, \"xmax\": 1631.0, \"ymax\": 992.0}, \"category\": \"pn\"}]}, \"14241\": {\"path\": \"train/14241.jpg\", \"id\": 14241, \"objects\": [{\"bbox\": {\"xmin\": 1849.33, \"ymin\": 804.0, \"xmax\": 1894.6667, \"ymax\": 852.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1850.67, \"ymin\": 854.667, \"xmax\": 1894.6667, \"ymax\": 901.3333}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1850.67, \"ymin\": 902.667, \"xmax\": 1893.3333, \"ymax\": 950.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1852.0, \"ymin\": 952.0, \"xmax\": 1896.0, \"ymax\": 1001.3333}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1318.67, \"ymin\": 730.667, \"xmax\": 1396.0033, \"ymax\": 806.6667}, \"category\": \"pmb\"}]}, \"88197\": {\"path\": \"other/88197.jpg\", \"id\": 88197, \"objects\": [{\"bbox\": {\"xmin\": 1006.67, \"ymin\": 801.333, \"xmax\": 1052.0, \"ymax\": 844.0}, \"category\": \"w63\"}]}, \"55287\": {\"path\": \"train/55287.jpg\", \"id\": 55287, \"objects\": [{\"bbox\": {\"xmin\": 32.0, \"ymin\": 966.0, \"xmax\": 72.0, \"ymax\": 1002.0}, \"category\": \"ip\"}]}, \"88691\": {\"path\": \"other/88691.jpg\", \"id\": 88691, \"objects\": [{\"bbox\": {\"xmin\": 1192.48, \"ymin\": 983.186, \"xmax\": 1213.2743, \"ymax\": 1003.539}, \"category\": \"w47\"}]}, \"25897\": {\"path\": \"train/25897.jpg\", \"id\": 25897, \"objects\": [{\"bbox\": {\"xmin\": 1863.867919921875, \"ymin\": 931.2875366210938, \"xmax\": 1884.33056640625, \"ymax\": 953.1129760742188}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 2014.692138671875, \"ymin\": 760.6015014648438, \"xmax\": 2048.0, \"ymax\": 824.5178833007812}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1964.47, \"ymin\": 748.684, \"xmax\": 2014.4737, \"ymax\": 814.4737}, \"category\": \"pl80\"}]}, \"94874\": {\"path\": \"test/94874.jpg\", \"id\": 94874, \"objects\": [{\"bbox\": {\"xmin\": 1154.55, \"ymin\": 1003.41, \"xmax\": 1172.7273, \"ymax\": 1022.1591}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1152.27, \"ymin\": 976.705, \"xmax\": 1172.7273, \"ymax\": 995.4545}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1154.55, \"ymin\": 951.136, \"xmax\": 1172.7273, \"ymax\": 969.8864}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1060.8, \"ymin\": 922.159, \"xmax\": 1082.9545, \"ymax\": 942.6136}, \"category\": \"pl80\"}]}, \"40739\": {\"path\": \"train/40739.jpg\", \"id\": 40739, \"objects\": [{\"bbox\": {\"xmin\": 1120.9, \"ymin\": 931.841, \"xmax\": 1136.8159, \"ymax\": 951.7413}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1137.61, \"ymin\": 933.186, \"xmax\": 1156.6372, \"ymax\": 951.3274}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1101.33, \"ymin\": 930.531, \"xmax\": 1118.1467, \"ymax\": 950.0005}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1157.96, \"ymin\": 933.628, \"xmax\": 1176.5487, \"ymax\": 952.2124}, \"category\": \"pn\"}]}, \"24268\": {\"path\": \"train/24268.jpg\", \"id\": 24268, \"objects\": [{\"bbox\": {\"xmin\": 928.977, \"ymin\": 972.727, \"xmax\": 956.8177, \"ymax\": 1001.1365}, \"category\": \"pne\"}]}, \"23198\": {\"path\": \"test/23198.jpg\", \"id\": 23198, \"objects\": [{\"bbox\": {\"xmin\": 972.7075805664062, \"ymin\": 1002.7706909179688, \"xmax\": 990.9181518554688, \"ymax\": 1019.5245971679688}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 895.7848510742188, \"ymin\": 1001.530517578125, \"xmax\": 915.6036987304688, \"ymax\": 1018.3427734375}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 802.667, \"ymin\": 956.0, \"xmax\": 852.0, \"ymax\": 1002.6667}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1397.33, \"ymin\": 1048.0, \"xmax\": 1434.6667, \"ymax\": 1085.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1398.67, \"ymin\": 1085.33, \"xmax\": 1434.6667, \"ymax\": 1121.33}, \"category\": \"i2r\"}]}, \"86072\": {\"path\": \"test/86072.jpg\", \"id\": 86072, \"objects\": [{\"bbox\": {\"xmin\": 1592.0, \"ymin\": 965.0, \"xmax\": 1668.0, \"ymax\": 1058.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1835.0, \"ymin\": 989.0, \"xmax\": 1874.0, \"ymax\": 1032.0}, \"category\": \"pn\"}]}, \"74328\": {\"path\": \"train/74328.jpg\", \"id\": 74328, \"objects\": [{\"bbox\": {\"xmin\": 1721.33, \"ymin\": 806.667, \"xmax\": 1776.0, \"ymax\": 872.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1780.0, \"ymin\": 809.333, \"xmax\": 1830.6667, \"ymax\": 873.3333}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1834.67, \"ymin\": 813.333, \"xmax\": 1882.6667, \"ymax\": 874.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 668.0, \"ymin\": 976.0, \"xmax\": 708.0, \"ymax\": 1016.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1368.0, \"ymin\": 976.0, \"xmax\": 1393.3333, \"ymax\": 1002.6667}, \"category\": \"pl80\"}]}, \"65600\": {\"path\": \"test/65600.jpg\", \"id\": 65600, \"objects\": [{\"bbox\": {\"xmin\": 1784.0, \"ymin\": 764.0, \"xmax\": 1826.6667, \"ymax\": 813.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1622.67, \"ymin\": 745.333, \"xmax\": 1668.0, \"ymax\": 798.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1562.67, \"ymin\": 738.667, \"xmax\": 1613.3333, \"ymax\": 790.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1733.33, \"ymin\": 756.0, \"xmax\": 1778.6667, \"ymax\": 809.3333}, \"category\": \"pl100\"}]}, \"44448\": {\"path\": \"test/44448.jpg\", \"id\": 44448, \"objects\": [{\"bbox\": {\"xmin\": 1143.42, \"ymin\": 1002.63, \"xmax\": 1172.3684, \"ymax\": 1055.2632}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1142.11, \"ymin\": 956.85, \"xmax\": 1176.3157999999999, \"ymax\": 1002.9028000000001}, \"category\": \"pl5\"}]}, \"94425\": {\"path\": \"other/94425.jpg\", \"id\": 94425, \"objects\": [{\"bbox\": {\"xmin\": 1499.34, \"ymin\": 920.529, \"xmax\": 1533.7845, \"ymax\": 957.6154}, \"category\": \"w63\"}]}, \"8944\": {\"path\": \"train/8944.jpg\", \"id\": 8944, \"objects\": [{\"bbox\": {\"xmin\": 1460.78, \"ymin\": 992.157, \"xmax\": 1521.5686, \"ymax\": 1062.7451}, \"category\": \"pm20\"}]}, \"42570\": {\"path\": \"train/42570.jpg\", \"id\": 42570, \"objects\": [{\"bbox\": {\"xmin\": 1149.0, \"ymin\": 999.0, \"xmax\": 1164.0, \"ymax\": 1017.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1085.0, \"ymin\": 941.0, \"xmax\": 1106.0, \"ymax\": 964.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1084.0, \"ymin\": 970.0, \"xmax\": 1106.0, \"ymax\": 993.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1514.0, \"ymin\": 1030.0, \"xmax\": 1533.0, \"ymax\": 1053.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1515.0, \"ymin\": 1060.0, \"xmax\": 1533.0, \"ymax\": 1080.0}, \"category\": \"i2r\"}]}, \"8458\": {\"path\": \"test/8458.jpg\", \"id\": 8458, \"objects\": [{\"bbox\": {\"xmin\": 1764.1805419921875, \"ymin\": 437.9599609375, \"xmax\": 1853.1475830078125, \"ymax\": 563.0370483398438}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1456.86, \"ymin\": 358.824, \"xmax\": 1617.647, \"ymax\": 507.843}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1627.45, \"ymin\": 394.118, \"xmax\": 1752.941, \"ymax\": 537.255}, \"category\": \"pn\"}]}, \"74656\": {\"path\": \"test/74656.jpg\", \"id\": 74656, \"objects\": [{\"bbox\": {\"xmin\": 369.307, \"ymin\": 879.208, \"xmax\": 427.72360000000003, \"ymax\": 947.5247999999999}, \"category\": \"ip\"}]}, \"50703\": {\"path\": \"other/50703.jpg\", \"id\": 50703, \"objects\": [{\"bbox\": {\"xmin\": 1438.61, \"ymin\": 989.109, \"xmax\": 1459.3855999999998, \"ymax\": 1033.6634000000001}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1437.82, \"ymin\": 941.441, \"xmax\": 1454.9247, \"ymax\": 982.2305}, \"category\": \"ps\"}]}, \"35293\": {\"path\": \"other/35293.jpg\", \"id\": 35293, \"objects\": [{\"bbox\": {\"xmin\": 1323.45, \"ymin\": 937.611, \"xmax\": 1336.7257, \"ymax\": 950.4425}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1339.38, \"ymin\": 938.053, \"xmax\": 1353.9823000000001, \"ymax\": 951.7699}, \"category\": \"pn\"}]}, \"75269\": {\"path\": \"train/75269.jpg\", \"id\": 75269, \"objects\": [{\"bbox\": {\"xmin\": 648.4503784179688, \"ymin\": 978.7492065429688, \"xmax\": 670.5654907226562, \"ymax\": 1000.9818725585938}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1251.77, \"ymin\": 900.0, \"xmax\": 1272.5638, \"ymax\": 923.8938}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1278.76, \"ymin\": 898.673, \"xmax\": 1301.325, \"ymax\": 923.0089}, \"category\": \"pn\"}]}, \"30178\": {\"path\": \"test/30178.jpg\", \"id\": 30178, \"objects\": [{\"bbox\": {\"xmin\": 1449.01, \"ymin\": 866.887, \"xmax\": 1484.1584, \"ymax\": 898.0132}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1307.95, \"ymin\": 861.589, \"xmax\": 1343.7086, \"ymax\": 898.6755}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1253.64, \"ymin\": 914.57, \"xmax\": 1276.8212, \"ymax\": 938.6139000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1388.74, \"ymin\": 1014.57, \"xmax\": 1415.894, \"ymax\": 1040.3974}, \"category\": \"w55\"}]}, \"47461\": {\"path\": \"other/47461.jpg\", \"id\": 47461, \"objects\": [{\"bbox\": {\"xmin\": 1518.67, \"ymin\": 988.0, \"xmax\": 1578.6568, \"ymax\": 1049.3336}, \"category\": \"pa13\"}]}, \"69636\": {\"path\": \"test/69636.jpg\", \"id\": 69636, \"objects\": [{\"bbox\": {\"xmin\": 325.333, \"ymin\": 1022.67, \"xmax\": 364.0, \"ymax\": 1060.0}, \"category\": \"pl40\"}]}, \"82246\": {\"path\": \"test/82246.jpg\", \"id\": 82246, \"objects\": [{\"bbox\": {\"xmin\": 1243.0, \"ymin\": 756.0, \"xmax\": 1316.0, \"ymax\": 826.0}, \"category\": \"i4\"}]}, \"52339\": {\"path\": \"train/52339.jpg\", \"id\": 52339, \"objects\": [{\"bbox\": {\"xmin\": 745.9397583007812, \"ymin\": 955.2054443359375, \"xmax\": 815.5557250976562, \"ymax\": 1006.7247314453125}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1815.24, \"ymin\": 891.391, \"xmax\": 1867.5532, \"ymax\": 950.3311}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1819.87, \"ymin\": 968.211, \"xmax\": 1868.8732, \"ymax\": 1024.5028}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1367.55, \"ymin\": 984.105, \"xmax\": 1390.0707, \"ymax\": 1006.6220000000001}, \"category\": \"w55\"}]}, \"51384\": {\"path\": \"train/51384.jpg\", \"id\": 51384, \"objects\": [{\"bbox\": {\"xmin\": 1475.62, \"ymin\": 985.572, \"xmax\": 1500.995, \"ymax\": 1009.9498}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1476.12, \"ymin\": 1015.42, \"xmax\": 1497.0123999999998, \"ymax\": 1032.8359}, \"category\": \"w59\"}]}, \"85800\": {\"path\": \"train/85800.jpg\", \"id\": 85800, \"objects\": [{\"bbox\": {\"xmin\": 1802.63, \"ymin\": 868.421, \"xmax\": 1913.1580000000001, \"ymax\": 981.5790000000001}, \"category\": \"w57\"}]}, \"76358\": {\"path\": \"other/76358.jpg\", \"id\": 76358, \"objects\": [{\"bbox\": {\"xmin\": 953.968, \"ymin\": 950.794, \"xmax\": 965.0794, \"ymax\": 961.9048}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 772.222, \"ymin\": 987.302, \"xmax\": 807.1428999999999, \"ymax\": 1030.9524000000001}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 884.921, \"ymin\": 950.0, \"xmax\": 896.8254000000001, \"ymax\": 963.4921}, \"category\": \"pne\"}]}, \"47680\": {\"path\": \"other/47680.jpg\", \"id\": 47680, \"objects\": [{\"bbox\": {\"xmin\": 1313.6, \"ymin\": 987.2, \"xmax\": 1364.0, \"ymax\": 1032.8}, \"category\": \"w59\"}]}, \"17865\": {\"path\": \"other/17865.jpg\", \"id\": 17865, \"objects\": [{\"bbox\": {\"xmin\": 153.333, \"ymin\": 969.333, \"xmax\": 203.9997, \"ymax\": 1045.3333}, \"category\": \"p16\"}]}, \"98088\": {\"path\": \"train/98088.jpg\", \"id\": 98088, \"objects\": [{\"bbox\": {\"xmin\": 1517.33, \"ymin\": 933.333, \"xmax\": 1582.6667, \"ymax\": 1001.3333}, \"category\": \"pm20\"}]}, \"12981\": {\"path\": \"train/12981.jpg\", \"id\": 12981, \"objects\": [{\"bbox\": {\"xmin\": 695.05, \"ymin\": 851.485, \"xmax\": 735.6436, \"ymax\": 894.0594}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1146.53, \"ymin\": 907.921, \"xmax\": 1172.2772, \"ymax\": 935.6436000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1093.07, \"ymin\": 906.931, \"xmax\": 1116.8317, \"ymax\": 934.6535}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1118.81, \"ymin\": 906.931, \"xmax\": 1146.5347, \"ymax\": 935.6443}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 555.446, \"ymin\": 867.327, \"xmax\": 591.0891, \"ymax\": 905.9406}, \"category\": \"pne\"}]}, \"96752\": {\"path\": \"train/96752.jpg\", \"id\": 96752, \"objects\": [{\"bbox\": {\"xmin\": 1868.63, \"ymin\": 486.275, \"xmax\": 1939.2157000000002, \"ymax\": 580.3922}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1586.27, \"ymin\": 645.098, \"xmax\": 1623.5294, \"ymax\": 707.8430999999999}, \"category\": \"pne\"}]}, \"60757\": {\"path\": \"train/60757.jpg\", \"id\": 60757, \"objects\": [{\"bbox\": {\"xmin\": 302.0, \"ymin\": 936.0, \"xmax\": 326.0, \"ymax\": 968.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 302.0, \"ymin\": 972.0, \"xmax\": 325.0, \"ymax\": 1003.0}, \"category\": \"p18\"}]}, \"2170\": {\"path\": \"test/2170.jpg\", \"id\": 2170, \"objects\": [{\"bbox\": {\"xmin\": 1681.0, \"ymin\": 953.0, \"xmax\": 1700.0, \"ymax\": 973.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1681.0, \"ymin\": 975.0, \"xmax\": 1699.0, \"ymax\": 996.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1680.0, \"ymin\": 1007.0, \"xmax\": 1698.0, \"ymax\": 1025.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1679.0, \"ymin\": 1028.0, \"xmax\": 1699.0, \"ymax\": 1050.0}, \"category\": \"i2r\"}]}, \"48819\": {\"path\": \"train/48819.jpg\", \"id\": 48819, \"objects\": [{\"bbox\": {\"xmin\": 1614.67, \"ymin\": 840.0, \"xmax\": 1653.3333, \"ymax\": 884.0}, \"category\": \"pl30\"}]}, \"32499\": {\"path\": \"train/32499.jpg\", \"id\": 32499, \"objects\": [{\"bbox\": {\"xmin\": 1696.0, \"ymin\": 484.0, \"xmax\": 1790.0, \"ymax\": 589.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1489.0, \"ymin\": 435.0, \"xmax\": 1598.0, \"ymax\": 545.0}, \"category\": \"pne\"}]}, \"65840\": {\"path\": \"test/65840.jpg\", \"id\": 65840, \"objects\": [{\"bbox\": {\"xmin\": 54.0, \"ymin\": 930.0, \"xmax\": 103.0, \"ymax\": 998.0}, \"category\": \"pl60\"}]}, \"664\": {\"path\": \"train/664.jpg\", \"id\": 664, \"objects\": [{\"bbox\": {\"xmin\": 1350.0, \"ymin\": 573.0, \"xmax\": 1421.0, \"ymax\": 640.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1277.0, \"ymin\": 571.0, \"xmax\": 1348.0, \"ymax\": 633.0}, \"category\": \"wc\"}]}, \"20284\": {\"path\": \"other/20284.jpg\", \"id\": 20284, \"objects\": [{\"bbox\": {\"xmin\": 1082.54, \"ymin\": 880.159, \"xmax\": 1113.4921, \"ymax\": 912.6987}, \"category\": \"w24\"}]}, \"36904\": {\"path\": \"train/36904.jpg\", \"id\": 36904, \"objects\": [{\"bbox\": {\"xmin\": 1762.67, \"ymin\": 893.333, \"xmax\": 1861.3333, \"ymax\": 1002.6669999999999}, \"category\": \"pr30\"}, {\"bbox\": {\"xmin\": 1313.33, \"ymin\": 986.667, \"xmax\": 1361.3333, \"ymax\": 1025.3333}, \"category\": \"w57\"}]}, \"75514\": {\"path\": \"test/75514.jpg\", \"id\": 75514, \"objects\": [{\"bbox\": {\"xmin\": 428.0, \"ymin\": 908.0, \"xmax\": 447.0, \"ymax\": 933.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 786.0, \"ymin\": 959.0, \"xmax\": 807.0, \"ymax\": 982.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1739.0, \"ymin\": 601.0, \"xmax\": 1794.0, \"ymax\": 694.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 392.0, \"ymin\": 910.0, \"xmax\": 408.0, \"ymax\": 932.0}, \"category\": \"pne\"}]}, \"2963\": {\"path\": \"train/2963.jpg\", \"id\": 2963, \"objects\": [{\"bbox\": {\"xmin\": 790.477, \"ymin\": 961.905, \"xmax\": 823.0162, \"ymax\": 996.0322}, \"category\": \"pne\"}]}, \"355\": {\"path\": \"train/355.jpg\", \"id\": 355, \"objects\": [{\"bbox\": {\"xmin\": 669.307, \"ymin\": 854.455, \"xmax\": 705.9406, \"ymax\": 891.0891}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 532.673, \"ymin\": 857.426, \"xmax\": 568.3168000000001, \"ymax\": 898.0198}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 220.792, \"ymin\": 873.267, \"xmax\": 246.5347, \"ymax\": 906.9307}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 736.634, \"ymin\": 903.96, \"xmax\": 761.3861, \"ymax\": 932.6733}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 688.119, \"ymin\": 908.911, \"xmax\": 709.9010000000001, \"ymax\": 936.6337}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 711.881, \"ymin\": 902.97, \"xmax\": 735.6424999999999, \"ymax\": 933.6634}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 136.634, \"ymin\": 886.139, \"xmax\": 159.40589999999997, \"ymax\": 914.8515}, \"category\": \"pne\"}]}, \"31732\": {\"path\": \"train/31732.jpg\", \"id\": 31732, \"objects\": [{\"bbox\": {\"xmin\": 387.8410339355469, \"ymin\": 972.5304565429688, \"xmax\": 411.0744934082031, \"ymax\": 995.0595092773438}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 385.526, \"ymin\": 1002.63, \"xmax\": 407.8947, \"ymax\": 1027.6316}, \"category\": \"pn\"}]}, \"46716\": {\"path\": \"train/46716.jpg\", \"id\": 46716, \"objects\": [{\"bbox\": {\"xmin\": 934.921, \"ymin\": 944.444, \"xmax\": 952.3810000000001, \"ymax\": 963.4920999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 867.46, \"ymin\": 946.032, \"xmax\": 881.746, \"ymax\": 962.6984}, \"category\": \"pne\"}]}, \"57018\": {\"path\": \"test/57018.jpg\", \"id\": 57018, \"objects\": [{\"bbox\": {\"xmin\": 890.476, \"ymin\": 927.778, \"xmax\": 907.9365, \"ymax\": 946.8254000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1104.76, \"ymin\": 934.921, \"xmax\": 1117.4603, \"ymax\": 953.1746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1073.81, \"ymin\": 934.921, \"xmax\": 1084.9206, \"ymax\": 953.9683}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1088.1, \"ymin\": 935.714, \"xmax\": 1102.3809999999999, \"ymax\": 953.9683}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 820.635, \"ymin\": 925.397, \"xmax\": 837.3016, \"ymax\": 946.8254000000001}, \"category\": \"pne\"}]}, \"9370\": {\"path\": \"train/9370.jpg\", \"id\": 9370, \"objects\": [{\"bbox\": {\"xmin\": 1432.0, \"ymin\": 806.0, \"xmax\": 1505.0, \"ymax\": 890.0}, \"category\": \"pl80\"}]}, \"82650\": {\"path\": \"test/82650.jpg\", \"id\": 82650, \"objects\": [{\"bbox\": {\"xmin\": 180.25115966796875, \"ymin\": 998.2606811523438, \"xmax\": 201.51959228515625, \"ymax\": 1017.2473754882812}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1663.16, \"ymin\": 843.42, \"xmax\": 1735.5311000000002, \"ymax\": 942.1051}, \"category\": \"pm55\"}]}, \"25624\": {\"path\": \"train/25624.jpg\", \"id\": 25624, \"objects\": [{\"bbox\": {\"xmin\": 1108.078369140625, \"ymin\": 892.4531860351562, \"xmax\": 1124.131591796875, \"ymax\": 913.5525512695312}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 281.0, \"ymin\": 1059.0, \"xmax\": 324.0, \"ymax\": 1110.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1132.0, \"ymin\": 891.0, \"xmax\": 1152.0, \"ymax\": 913.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 878.0, \"ymin\": 834.0, \"xmax\": 915.0, \"ymax\": 870.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1155.0, \"ymin\": 891.0, \"xmax\": 1175.0, \"ymax\": 912.0}, \"category\": \"pn\"}]}, \"50472\": {\"path\": \"train/50472.jpg\", \"id\": 50472, \"objects\": [{\"bbox\": {\"xmin\": 1446.0, \"ymin\": 1012.0, \"xmax\": 1492.0, \"ymax\": 1055.0}, \"category\": \"w59\"}]}, \"8894\": {\"path\": \"train/8894.jpg\", \"id\": 8894, \"objects\": [{\"bbox\": {\"xmin\": 1638.61, \"ymin\": 753.465, \"xmax\": 1675.2475, \"ymax\": 799.0099}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1640.59, \"ymin\": 864.356, \"xmax\": 1675.2475, \"ymax\": 903.9603999999999}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1572.28, \"ymin\": 862.376, \"xmax\": 1609.901, \"ymax\": 902.9703}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1337.62, \"ymin\": 718.812, \"xmax\": 1390.099, \"ymax\": 771.2871}, \"category\": \"pne\"}]}, \"73576\": {\"path\": \"test/73576.jpg\", \"id\": 73576, \"objects\": [{\"bbox\": {\"xmin\": 1335.0, \"ymin\": 691.0, \"xmax\": 1405.0, \"ymax\": 762.0}, \"category\": \"pl60\"}]}, \"42138\": {\"path\": \"other/42138.jpg\", \"id\": 42138, \"objects\": [{\"bbox\": {\"xmin\": 1849.33, \"ymin\": 897.333, \"xmax\": 1937.3333, \"ymax\": 984.0}, \"category\": \"ps\"}]}, \"86931\": {\"path\": \"train/86931.jpg\", \"id\": 86931, \"objects\": [{\"bbox\": {\"xmin\": 779.0, \"ymin\": 853.0, \"xmax\": 830.0, \"ymax\": 907.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1220.0, \"ymin\": 857.0, \"xmax\": 1271.0, \"ymax\": 912.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1648.0, \"ymin\": 884.0, \"xmax\": 1696.0, \"ymax\": 933.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1895.0, \"ymin\": 907.0, \"xmax\": 1933.0, \"ymax\": 948.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1894.0, \"ymin\": 960.0, \"xmax\": 1934.0, \"ymax\": 1001.0}, \"category\": \"pw3\"}, {\"bbox\": {\"xmin\": 776.0, \"ymin\": 920.0, \"xmax\": 830.0, \"ymax\": 973.0}, \"category\": \"pw4\"}, {\"bbox\": {\"xmin\": 1216.0, \"ymin\": 924.0, \"xmax\": 1269.0, \"ymax\": 980.0}, \"category\": \"pw4\"}, {\"bbox\": {\"xmin\": 1648.0, \"ymin\": 946.0, \"xmax\": 1693.0, \"ymax\": 997.0}, \"category\": \"pw4\"}]}, \"38371\": {\"path\": \"test/38371.jpg\", \"id\": 38371, \"objects\": [{\"bbox\": {\"xmin\": 1708.8, \"ymin\": 944.0, \"xmax\": 1744.0, \"ymax\": 976.0}, \"category\": \"w57\"}]}, \"79062\": {\"path\": \"train/79062.jpg\", \"id\": 79062, \"objects\": [{\"bbox\": {\"xmin\": 1136.36, \"ymin\": 893.75, \"xmax\": 1168.1781999999998, \"ymax\": 923.8636}, \"category\": \"pl60\"}]}, \"86605\": {\"path\": \"test/86605.jpg\", \"id\": 86605, \"objects\": [{\"bbox\": {\"xmin\": 1726.67, \"ymin\": 852.0, \"xmax\": 1814.6667, \"ymax\": 934.6667}, \"category\": \"w59\"}]}, \"90580\": {\"path\": \"train/90580.jpg\", \"id\": 90580, \"objects\": [{\"bbox\": {\"xmin\": 1011.9, \"ymin\": 803.175, \"xmax\": 1059.5238, \"ymax\": 856.3492}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1060.32, \"ymin\": 805.556, \"xmax\": 1111.1110999999999, \"ymax\": 855.5569}, \"category\": \"pn\"}]}, \"22207\": {\"path\": \"train/22207.jpg\", \"id\": 22207, \"objects\": [{\"bbox\": {\"xmin\": 1504.77, \"ymin\": 878.572, \"xmax\": 1639.686, \"ymax\": 1012.6990000000001}, \"category\": \"pl80\"}]}, \"27237\": {\"path\": \"test/27237.jpg\", \"id\": 27237, \"objects\": [{\"bbox\": {\"xmin\": 271.053, \"ymin\": 899.01, \"xmax\": 285.5263, \"ymax\": 929.703}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 913.861, \"ymin\": 909.211, \"xmax\": 935.5258, \"ymax\": 930.6931}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 186.139, \"ymin\": 889.109, \"xmax\": 200.0, \"ymax\": 921.0537}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 814.474, \"ymin\": 914.474, \"xmax\": 831.5789000000001, \"ymax\": 932.8947000000001}, \"category\": \"pne\"}]}, \"58604\": {\"path\": \"test/58604.jpg\", \"id\": 58604, \"objects\": [{\"bbox\": {\"xmin\": 1983.5242919921875, \"ymin\": 859.5228271484375, \"xmax\": 2003.6861572265625, \"ymax\": 886.6839599609375}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 420.0, \"ymin\": 533.333, \"xmax\": 473.3333, \"ymax\": 640.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 192.0, \"ymin\": 376.0, \"xmax\": 280.0, \"ymax\": 510.66700000000003}, \"category\": \"pl40\"}]}, \"70100\": {\"path\": \"train/70100.jpg\", \"id\": 70100, \"objects\": [{\"bbox\": {\"xmin\": 1365.33, \"ymin\": 801.333, \"xmax\": 1408.0, \"ymax\": 846.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1993.33, \"ymin\": 993.333, \"xmax\": 2024.0, \"ymax\": 1029.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1990.67, \"ymin\": 1033.33, \"xmax\": 2024.0, \"ymax\": 1073.33}, \"category\": \"i2r\"}]}, \"93026\": {\"path\": \"train/93026.jpg\", \"id\": 93026, \"objects\": [{\"bbox\": {\"xmin\": 1025.74, \"ymin\": 974.257, \"xmax\": 1043.5644, \"ymax\": 994.0594}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 929.703, \"ymin\": 978.218, \"xmax\": 944.5545, \"ymax\": 993.0693}, \"category\": \"pne\"}]}, \"58461\": {\"path\": \"train/58461.jpg\", \"id\": 58461, \"objects\": [{\"bbox\": {\"xmin\": 1909.33, \"ymin\": 602.667, \"xmax\": 1982.6667, \"ymax\": 693.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1997.33, \"ymin\": 888.0, \"xmax\": 2046.6667, \"ymax\": 960.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 2005.33, \"ymin\": 521.333, \"xmax\": 2048.0, \"ymax\": 610.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1916.0, \"ymin\": 497.333, \"xmax\": 1985.3333, \"ymax\": 582.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 2002.67, \"ymin\": 625.333, \"xmax\": 2046.6667, \"ymax\": 714.6667}, \"category\": \"pbp\"}]}, \"60955\": {\"path\": \"train/60955.jpg\", \"id\": 60955, \"objects\": [{\"bbox\": {\"xmin\": 557.426, \"ymin\": 775.248, \"xmax\": 607.9208000000001, \"ymax\": 831.6832}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1177.23, \"ymin\": 877.228, \"xmax\": 1203.9604, \"ymax\": 910.8910999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1106.93, \"ymin\": 876.238, \"xmax\": 1138.6139, \"ymax\": 911.8812}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1139.6, \"ymin\": 875.248, \"xmax\": 1173.2673, \"ymax\": 909.9010000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 375.248, \"ymin\": 799.01, \"xmax\": 417.8218, \"ymax\": 848.5149}, \"category\": \"pne\"}]}, \"27228\": {\"path\": \"train/27228.jpg\", \"id\": 27228, \"objects\": [{\"bbox\": {\"xmin\": 1427.72, \"ymin\": 879.208, \"xmax\": 1458.4008000000001, \"ymax\": 906.9307}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1463.37, \"ymin\": 882.178, \"xmax\": 1494.0863, \"ymax\": 910.8909}, \"category\": \"w57\"}]}, \"8223\": {\"path\": \"other/8223.jpg\", \"id\": 8223, \"objects\": [{\"bbox\": {\"xmin\": 104.62996673583984, \"ymin\": 935.4855346679688, \"xmax\": 123.74011993408203, \"ymax\": 957.5617065429688}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 44.4278450012207, \"ymin\": 938.0987548828125, \"xmax\": 64.24557495117188, \"ymax\": 961.1136474609375}, \"category\": \"pne\"}]}, \"50378\": {\"path\": \"train/50378.jpg\", \"id\": 50378, \"objects\": [{\"bbox\": {\"xmin\": 680.198, \"ymin\": 813.861, \"xmax\": 695.0495, \"ymax\": 866.3366}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 648.515, \"ymin\": 800.99, \"xmax\": 667.3267, \"ymax\": 856.4356}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 665.347, \"ymin\": 805.941, \"xmax\": 678.2183, \"ymax\": 863.3663}, \"category\": \"pn\"}]}, \"65419\": {\"path\": \"test/65419.jpg\", \"id\": 65419, \"objects\": [{\"bbox\": {\"xmin\": 1364.0, \"ymin\": 796.0, \"xmax\": 1437.33, \"ymax\": 868.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 921.333, \"ymin\": 926.667, \"xmax\": 942.6667, \"ymax\": 949.3333}, \"category\": \"pl60\"}]}, \"55359\": {\"path\": \"test/55359.jpg\", \"id\": 55359, \"objects\": [{\"bbox\": {\"xmin\": 938.99462890625, \"ymin\": 931.01220703125, \"xmax\": 962.702880859375, \"ymax\": 955.5677490234375}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 940.0958862304688, \"ymin\": 948.2217407226562, \"xmax\": 965.4102172851562, \"ymax\": 971.7041625976562}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 458.667, \"ymin\": 901.333, \"xmax\": 522.6667, \"ymax\": 966.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 936.0, \"ymin\": 629.333, \"xmax\": 1006.6667, \"ymax\": 694.6664}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 466.667, \"ymin\": 582.667, \"xmax\": 512.0, \"ymax\": 626.6667}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 861.333, \"ymin\": 634.667, \"xmax\": 930.6667, \"ymax\": 697.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1010.67, \"ymin\": 564.0, \"xmax\": 1080.0, \"ymax\": 626.667}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 932.0, \"ymin\": 565.333, \"xmax\": 1001.3333, \"ymax\": 626.6667}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 721.333, \"ymin\": 541.333, \"xmax\": 773.3333, \"ymax\": 585.3333}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 856.0, \"ymin\": 566.667, \"xmax\": 928.0, \"ymax\": 629.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1010.67, \"ymin\": 630.667, \"xmax\": 1082.6667, \"ymax\": 693.3333}, \"category\": \"pbp\"}]}, \"81047\": {\"path\": \"test/81047.jpg\", \"id\": 81047, \"objects\": [{\"bbox\": {\"xmin\": 1050.33, \"ymin\": 833.113, \"xmax\": 1092.0562, \"ymax\": 874.1722000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1095.36, \"ymin\": 834.437, \"xmax\": 1135.7570999999998, \"ymax\": 872.8479}, \"category\": \"pn\"}]}, \"6057\": {\"path\": \"train/6057.jpg\", \"id\": 6057, \"objects\": [{\"bbox\": {\"xmin\": 249.0, \"ymin\": 638.0, \"xmax\": 332.0, \"ymax\": 768.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 287.0, \"ymin\": 1029.0, \"xmax\": 311.0, \"ymax\": 1160.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 721.0, \"ymin\": 832.0, \"xmax\": 769.0, \"ymax\": 895.0}, \"category\": \"pdd\"}]}, \"85902\": {\"path\": \"train/85902.jpg\", \"id\": 85902, \"objects\": [{\"bbox\": {\"xmin\": 1192.11, \"ymin\": 831.579, \"xmax\": 1235.5263, \"ymax\": 877.6315999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1144.74, \"ymin\": 832.895, \"xmax\": 1188.1579, \"ymax\": 872.3684}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1238.16, \"ymin\": 835.526, \"xmax\": 1282.8947, \"ymax\": 875.3968}, \"category\": \"pn\"}]}, \"93897\": {\"path\": \"other/93897.jpg\", \"id\": 93897, \"objects\": [{\"bbox\": {\"xmin\": 1736.26708984375, \"ymin\": 910.9039916992188, \"xmax\": 1758.820068359375, \"ymax\": 931.7924194335938}, \"category\": \"i4\"}]}, \"21090\": {\"path\": \"test/21090.jpg\", \"id\": 21090, \"objects\": [{\"bbox\": {\"xmin\": 674.667, \"ymin\": 766.667, \"xmax\": 718.6667, \"ymax\": 810.6667}, \"category\": \"p23\"}]}, \"10434\": {\"path\": \"test/10434.jpg\", \"id\": 10434, \"objects\": [{\"bbox\": {\"xmin\": 177.333, \"ymin\": 781.333, \"xmax\": 214.6667, \"ymax\": 852.0}, \"category\": \"pl60\"}]}, \"36006\": {\"path\": \"test/36006.jpg\", \"id\": 36006, \"objects\": [{\"bbox\": {\"xmin\": 1482.67, \"ymin\": 920.0, \"xmax\": 1577.3333, \"ymax\": 1014.6667}, \"category\": \"pl60\"}]}, \"941\": {\"path\": \"train/941.jpg\", \"id\": 941, \"objects\": [{\"bbox\": {\"xmin\": 700.0, \"ymin\": 966.0, \"xmax\": 782.0, \"ymax\": 1039.0}, \"category\": \"pg\"}]}, \"64861\": {\"path\": \"train/64861.jpg\", \"id\": 64861, \"objects\": [{\"bbox\": {\"xmin\": 1106.97, \"ymin\": 976.119, \"xmax\": 1125.3731, \"ymax\": 997.0144}, \"category\": \"pl80\"}]}, \"71005\": {\"path\": \"train/71005.jpg\", \"id\": 71005, \"objects\": [{\"bbox\": {\"xmin\": 869.5414428710938, \"ymin\": 884.4146118164062, \"xmax\": 888.9821166992188, \"ymax\": 977.5612182617188}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 372.0, \"ymin\": 984.0, \"xmax\": 413.3333, \"ymax\": 1084.0}, \"category\": \"i5\"}]}, \"98099\": {\"path\": \"train/98099.jpg\", \"id\": 98099, \"objects\": [{\"bbox\": {\"xmin\": 1135.82, \"ymin\": 913.93, \"xmax\": 1155.7214, \"ymax\": 933.3333}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1158.52, \"ymin\": 913.636, \"xmax\": 1176.7027, \"ymax\": 932.9544999999999}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1113.64, \"ymin\": 910.227, \"xmax\": 1132.9545, \"ymax\": 932.9540999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1181.25, \"ymin\": 913.636, \"xmax\": 1200.0027, \"ymax\": 936.3636}, \"category\": \"pn\"}]}, \"30890\": {\"path\": \"train/30890.jpg\", \"id\": 30890, \"objects\": [{\"bbox\": {\"xmin\": 268.212, \"ymin\": 933.113, \"xmax\": 283.4437, \"ymax\": 949.6689}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 284.106, \"ymin\": 933.113, \"xmax\": 300.0, \"ymax\": 953.6424000000001}, \"category\": \"pn\"}]}, \"42857\": {\"path\": \"train/42857.jpg\", \"id\": 42857, \"objects\": [{\"bbox\": {\"xmin\": 1530.95, \"ymin\": 947.619, \"xmax\": 1546.8254, \"ymax\": 966.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1510.32, \"ymin\": 945.238, \"xmax\": 1527.7777999999998, \"ymax\": 966.6667000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1548.41, \"ymin\": 946.825, \"xmax\": 1564.2857000000001, \"ymax\": 967.4603000000001}, \"category\": \"pn\"}]}, \"98604\": {\"path\": \"train/98604.jpg\", \"id\": 98604, \"objects\": [{\"bbox\": {\"xmin\": 1317.05, \"ymin\": 934.659, \"xmax\": 1343.1817999999998, \"ymax\": 960.7955}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1246.59, \"ymin\": 933.523, \"xmax\": 1274.4317999999998, \"ymax\": 961.9318000000001}, \"category\": \"pne\"}]}, \"28073\": {\"path\": \"test/28073.jpg\", \"id\": 28073, \"objects\": [{\"bbox\": {\"xmin\": 1585.33, \"ymin\": 820.0, \"xmax\": 1644.0, \"ymax\": 882.6667}, \"category\": \"pl120\"}]}, \"26925\": {\"path\": \"train/26925.jpg\", \"id\": 26925, \"objects\": [{\"bbox\": {\"xmin\": 1086.67, \"ymin\": 806.667, \"xmax\": 1140.0, \"ymax\": 858.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1032.0, \"ymin\": 797.333, \"xmax\": 1088.0, \"ymax\": 844.0}, \"category\": \"w57\"}]}, \"53849\": {\"path\": \"other/53849.jpg\", \"id\": 53849, \"objects\": [{\"bbox\": {\"xmin\": 1341.33, \"ymin\": 646.667, \"xmax\": 1413.3333, \"ymax\": 722.6667}, \"category\": \"pr30\"}]}, \"27083\": {\"path\": \"test/27083.jpg\", \"id\": 27083, \"objects\": [{\"bbox\": {\"xmin\": 765.333, \"ymin\": 757.333, \"xmax\": 786.6667, \"ymax\": 850.6667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1734.67, \"ymin\": 717.333, \"xmax\": 1794.6667, \"ymax\": 793.333}, \"category\": \"pl40\"}]}, \"92868\": {\"path\": \"test/92868.jpg\", \"id\": 92868, \"objects\": [{\"bbox\": {\"xmin\": 1520.0, \"ymin\": 949.333, \"xmax\": 1642.664, \"ymax\": 1080.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1518.67, \"ymin\": 820.0, \"xmax\": 1636.0, \"ymax\": 945.333}, \"category\": \"pm55\"}]}, \"7120\": {\"path\": \"other/7120.jpg\", \"id\": 7120, \"objects\": [{\"bbox\": {\"xmin\": 15.0, \"ymin\": 659.0, \"xmax\": 94.0, \"ymax\": 758.0}, \"category\": \"pa10\"}]}, \"44295\": {\"path\": \"test/44295.jpg\", \"id\": 44295, \"objects\": [{\"bbox\": {\"xmin\": 1165.67, \"ymin\": 966.667, \"xmax\": 1189.0572, \"ymax\": 988.5581000000001}, \"category\": \"pg\"}]}, \"66792\": {\"path\": \"other/66792.jpg\", \"id\": 66792, \"objects\": [{\"bbox\": {\"xmin\": 1116.67, \"ymin\": 1000.0, \"xmax\": 1130.9576000000002, \"ymax\": 1017.46}, \"category\": \"pl30\"}]}, \"2982\": {\"path\": \"train/2982.jpg\", \"id\": 2982, \"objects\": [{\"bbox\": {\"xmin\": 1784.16, \"ymin\": 957.426, \"xmax\": 1820.7921000000001, \"ymax\": 999.0099}, \"category\": \"ip\"}]}, \"50625\": {\"path\": \"test/50625.jpg\", \"id\": 50625, \"objects\": [{\"bbox\": {\"xmin\": 1281.06, \"ymin\": 922.259, \"xmax\": 1299.3442, \"ymax\": 942.6096}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1301.33, \"ymin\": 924.474, \"xmax\": 1319.0687, \"ymax\": 943.902}, \"category\": \"pn\"}]}, \"48976\": {\"path\": \"train/48976.jpg\", \"id\": 48976, \"objects\": [{\"bbox\": {\"xmin\": 1800.0, \"ymin\": 848.684, \"xmax\": 1838.1579, \"ymax\": 896.0526}, \"category\": \"ph4.5\"}]}, \"32058\": {\"path\": \"train/32058.jpg\", \"id\": 32058, \"objects\": [{\"bbox\": {\"xmin\": 1603.0, \"ymin\": 927.0, \"xmax\": 1656.0, \"ymax\": 983.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1602.0, \"ymin\": 871.0, \"xmax\": 1657.0, \"ymax\": 926.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1601.0, \"ymin\": 812.0, \"xmax\": 1660.0, \"ymax\": 871.0}, \"category\": \"w57\"}]}, \"7675\": {\"path\": \"test/7675.jpg\", \"id\": 7675, \"objects\": [{\"bbox\": {\"xmin\": 1453.98, \"ymin\": 957.954, \"xmax\": 1473.8655, \"ymax\": 977.2723}, \"category\": \"p5\"}]}, \"82079\": {\"path\": \"test/82079.jpg\", \"id\": 82079, \"objects\": [{\"bbox\": {\"xmin\": 1512.0, \"ymin\": 1041.33, \"xmax\": 1548.0, \"ymax\": 1088.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1508.0, \"ymin\": 994.667, \"xmax\": 1549.3333, \"ymax\": 1040.0}, \"category\": \"pl5\"}]}, \"33477\": {\"path\": \"test/33477.jpg\", \"id\": 33477, \"objects\": [{\"bbox\": {\"xmin\": 1614.0, \"ymin\": 571.0, \"xmax\": 1719.0, \"ymax\": 676.0}, \"category\": \"p26\"}]}, \"36748\": {\"path\": \"train/36748.jpg\", \"id\": 36748, \"objects\": [{\"bbox\": {\"xmin\": 601.0, \"ymin\": 650.0, \"xmax\": 673.0, \"ymax\": 717.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1314.0, \"ymin\": 633.0, \"xmax\": 1386.0, \"ymax\": 700.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 837.0, \"ymin\": 632.0, \"xmax\": 912.0, \"ymax\": 704.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1074.0, \"ymin\": 626.0, \"xmax\": 1150.0, \"ymax\": 696.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 521.0, \"ymin\": 581.0, \"xmax\": 591.0, \"ymax\": 649.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 749.0, \"ymin\": 560.0, \"xmax\": 823.0, \"ymax\": 627.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 602.0, \"ymin\": 573.0, \"xmax\": 671.0, \"ymax\": 639.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 750.0, \"ymin\": 639.0, \"xmax\": 823.0, \"ymax\": 709.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 981.0, \"ymin\": 626.0, \"xmax\": 1060.0, \"ymax\": 697.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 522.0, \"ymin\": 658.0, \"xmax\": 589.0, \"ymax\": 725.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1226.0, \"ymin\": 628.0, \"xmax\": 1300.0, \"ymax\": 700.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1493.0, \"ymin\": 641.0, \"xmax\": 1559.0, \"ymax\": 711.0}, \"category\": \"pne\"}]}, \"5117\": {\"path\": \"train/5117.jpg\", \"id\": 5117, \"objects\": [{\"bbox\": {\"xmin\": 785.333, \"ymin\": 922.667, \"xmax\": 848.0, \"ymax\": 990.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 785.333, \"ymin\": 990.667, \"xmax\": 849.3333, \"ymax\": 1056.0}, \"category\": \"pl10\"}]}, \"94249\": {\"path\": \"train/94249.jpg\", \"id\": 94249, \"objects\": [{\"bbox\": {\"xmin\": 1963.16, \"ymin\": 572.368, \"xmax\": 2055.2632, \"ymax\": 714.474}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1972.37, \"ymin\": 721.053, \"xmax\": 2056.5789, \"ymax\": 875.0}, \"category\": \"pn\"}]}, \"47722\": {\"path\": \"train/47722.jpg\", \"id\": 47722, \"objects\": [{\"bbox\": {\"xmin\": 1442.67, \"ymin\": 692.0, \"xmax\": 1512.0, \"ymax\": 765.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1368.0, \"ymin\": 674.667, \"xmax\": 1445.3333, \"ymax\": 749.3333}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1282.67, \"ymin\": 666.667, \"xmax\": 1368.0099, \"ymax\": 741.3333}, \"category\": \"w57\"}]}, \"1129\": {\"path\": \"train/1129.jpg\", \"id\": 1129, \"objects\": [{\"bbox\": {\"xmin\": 1304.0, \"ymin\": 842.0, \"xmax\": 1328.0, \"ymax\": 866.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1334.0, \"ymin\": 841.0, \"xmax\": 1360.0, \"ymax\": 866.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 313.0, \"ymin\": 998.0, \"xmax\": 322.0, \"ymax\": 1009.0}, \"category\": \"pne\"}]}, \"31116\": {\"path\": \"other/31116.jpg\", \"id\": 31116, \"objects\": [{\"bbox\": {\"xmin\": 1117.46, \"ymin\": 960.317, \"xmax\": 1127.7778, \"ymax\": 970.6349}, \"category\": \"pne\"}]}, \"72645\": {\"path\": \"test/72645.jpg\", \"id\": 72645, \"objects\": [{\"bbox\": {\"xmin\": 855.333, \"ymin\": 418.0, \"xmax\": 946.6667, \"ymax\": 492.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 388.0, \"ymin\": 476.667, \"xmax\": 461.33299999999997, \"ymax\": 548.0002999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1290.66, \"ymin\": 423.334, \"xmax\": 1373.3333, \"ymax\": 499.3337}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 672.0, \"ymin\": 432.0, \"xmax\": 755.9997, \"ymax\": 506.6663}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 223.333, \"ymin\": 514.666, \"xmax\": 285.33299999999997, \"ymax\": 582.6663000000001}, \"category\": \"pl100\"}]}, \"71183\": {\"path\": \"train/71183.jpg\", \"id\": 71183, \"objects\": [{\"bbox\": {\"xmin\": 1782.89, \"ymin\": 918.421, \"xmax\": 1825.0, \"ymax\": 969.7368}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1781.59, \"ymin\": 972.345, \"xmax\": 1828.9477, \"ymax\": 1025.0002}, \"category\": \"pn\"}]}, \"72078\": {\"path\": \"test/72078.jpg\", \"id\": 72078, \"objects\": [{\"bbox\": {\"xmin\": 880.159, \"ymin\": 911.111, \"xmax\": 907.1428999999999, \"ymax\": 937.3016}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1133.33, \"ymin\": 930.952, \"xmax\": 1155.5556, \"ymax\": 953.1746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1243.65, \"ymin\": 984.127, \"xmax\": 1266.6667, \"ymax\": 1007.9364999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1243.65, \"ymin\": 1017.46, \"xmax\": 1265.873, \"ymax\": 1038.8889}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1243.65, \"ymin\": 949.206, \"xmax\": 1266.6667, \"ymax\": 973.0159}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1110.32, \"ymin\": 930.159, \"xmax\": 1132.5397, \"ymax\": 952.381}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1157.14, \"ymin\": 930.952, \"xmax\": 1176.9841000000001, \"ymax\": 953.9683}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 769.841, \"ymin\": 911.111, \"xmax\": 796.0317, \"ymax\": 937.3016}, \"category\": \"pne\"}]}, \"62725\": {\"path\": \"test/62725.jpg\", \"id\": 62725, \"objects\": [{\"bbox\": {\"xmin\": 1164.0, \"ymin\": 786.667, \"xmax\": 1210.6667, \"ymax\": 832.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1204.0, \"ymin\": 789.333, \"xmax\": 1253.3333, \"ymax\": 833.3333}, \"category\": \"w57\"}]}, \"86345\": {\"path\": \"train/86345.jpg\", \"id\": 86345, \"objects\": [{\"bbox\": {\"xmin\": 1388.12, \"ymin\": 857.426, \"xmax\": 1420.7921, \"ymax\": 892.0792}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1525.74, \"ymin\": 902.97, \"xmax\": 1545.5446, \"ymax\": 923.7624000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1484.16, \"ymin\": 903.96, \"xmax\": 1503.9604000000002, \"ymax\": 923.7624000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1507.92, \"ymin\": 905.941, \"xmax\": 1522.7723, \"ymax\": 924.7525}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1251.49, \"ymin\": 853.465, \"xmax\": 1287.1287, \"ymax\": 885.1485}, \"category\": \"pne\"}]}, \"2700\": {\"path\": \"train/2700.jpg\", \"id\": 2700, \"objects\": [{\"bbox\": {\"xmin\": 1716.0, \"ymin\": 869.333, \"xmax\": 1812.0, \"ymax\": 976.0}, \"category\": \"ph3.5\"}]}, \"97074\": {\"path\": \"train/97074.jpg\", \"id\": 97074, \"objects\": [{\"bbox\": {\"xmin\": 1697.4346923828125, \"ymin\": 928.6544799804688, \"xmax\": 1718.2445068359375, \"ymax\": 951.4163208007812}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1718.434326171875, \"ymin\": 930.0342407226562, \"xmax\": 1740.0986328125, \"ymax\": 951.7205200195312}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1676.19, \"ymin\": 816.667, \"xmax\": 1723.8095, \"ymax\": 861.1111000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1674.6, \"ymin\": 927.778, \"xmax\": 1694.4443999999999, \"ymax\": 950.7937000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1487.3, \"ymin\": 808.73, \"xmax\": 1538.0952, \"ymax\": 857.9365}, \"category\": \"pne\"}]}, \"95303\": {\"path\": \"test/95303.jpg\", \"id\": 95303, \"objects\": [{\"bbox\": {\"xmin\": 176.471, \"ymin\": 611.765, \"xmax\": 231.3725, \"ymax\": 676.4706}, \"category\": \"i5\"}]}, \"74240\": {\"path\": \"test/74240.jpg\", \"id\": 74240, \"objects\": [{\"bbox\": {\"xmin\": 1542.06, \"ymin\": 755.556, \"xmax\": 1595.2381, \"ymax\": 811.9048}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1582.54, \"ymin\": 868.254, \"xmax\": 1604.7619, \"ymax\": 895.2381}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1559.52, \"ymin\": 868.254, \"xmax\": 1584.127, \"ymax\": 894.4444}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1605.56, \"ymin\": 870.635, \"xmax\": 1630.1587, \"ymax\": 898.4127}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1384.13, \"ymin\": 749.206, \"xmax\": 1442.8571000000002, \"ymax\": 806.3492}, \"category\": \"pne\"}]}, \"66589\": {\"path\": \"test/66589.jpg\", \"id\": 66589, \"objects\": [{\"bbox\": {\"xmin\": 952.98, \"ymin\": 1239.07, \"xmax\": 983.4437, \"ymax\": 1271.5231999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 985.43, \"ymin\": 1239.08, \"xmax\": 1016.5563, \"ymax\": 1271.5231999999999}, \"category\": \"pn\"}]}, \"92767\": {\"path\": \"train/92767.jpg\", \"id\": 92767, \"objects\": [{\"bbox\": {\"xmin\": 689.6, \"ymin\": 1064.8, \"xmax\": 759.2, \"ymax\": 1133.6}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 527.2, \"ymin\": 872.8, \"xmax\": 596.8000000000001, \"ymax\": 955.1999999999999}, \"category\": \"pr30\"}, {\"bbox\": {\"xmin\": 532.0, \"ymin\": 962.4, \"xmax\": 601.6, \"ymax\": 1044.8}, \"category\": \"p1n\"}]}, \"8038\": {\"path\": \"other/8038.jpg\", \"id\": 8038, \"objects\": [{\"bbox\": {\"xmin\": 1658.0, \"ymin\": 941.0, \"xmax\": 1714.0, \"ymax\": 1000.0}, \"category\": \"pr30\"}]}, \"48194\": {\"path\": \"train/48194.jpg\", \"id\": 48194, \"objects\": [{\"bbox\": {\"xmin\": 1471.0, \"ymin\": 956.0, \"xmax\": 1545.0, \"ymax\": 1035.0}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1604.0, \"ymin\": 888.0, \"xmax\": 1683.0, \"ymax\": 974.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1602.0, \"ymin\": 975.0, \"xmax\": 1688.0, \"ymax\": 1067.0}, \"category\": \"pn\"}]}, \"8257\": {\"path\": \"other/8257.jpg\", \"id\": 8257, \"objects\": [{\"bbox\": {\"xmin\": 1384.0089111328125, \"ymin\": 978.8572387695312, \"xmax\": 1432.6175537109375, \"ymax\": 1032.4561767578125}, \"category\": \"pl30\"}]}, \"27325\": {\"path\": \"train/27325.jpg\", \"id\": 27325, \"objects\": [{\"bbox\": {\"xmin\": 910.317, \"ymin\": 936.508, \"xmax\": 926.1905, \"ymax\": 953.9683}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 849.206, \"ymin\": 935.714, \"xmax\": 865.873, \"ymax\": 954.7619000000001}, \"category\": \"pne\"}]}, \"18903\": {\"path\": \"other/18903.jpg\", \"id\": 18903, \"objects\": [{\"bbox\": {\"xmin\": 1723.130615234375, \"ymin\": 962.5169067382812, \"xmax\": 1748.734619140625, \"ymax\": 985.0151977539062}, \"category\": \"p26\"}]}, \"44983\": {\"path\": \"test/44983.jpg\", \"id\": 44983, \"objects\": [{\"bbox\": {\"xmin\": 1626.67, \"ymin\": 669.333, \"xmax\": 1682.6667, \"ymax\": 728.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1929.33, \"ymin\": 709.333, \"xmax\": 1970.6667, \"ymax\": 759.9997}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1789.33, \"ymin\": 688.0, \"xmax\": 1836.0, \"ymax\": 742.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1561.33, \"ymin\": 597.333, \"xmax\": 1617.3333, \"ymax\": 656.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1626.67, \"ymin\": 606.667, \"xmax\": 1682.6667, \"ymax\": 662.6673000000001}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1732.0, \"ymin\": 678.667, \"xmax\": 1781.3333, \"ymax\": 734.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1561.33, \"ymin\": 664.0, \"xmax\": 1617.3333, \"ymax\": 722.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1881.33, \"ymin\": 701.333, \"xmax\": 1922.6667, \"ymax\": 752.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 2030.67, \"ymin\": 725.333, \"xmax\": 2049.3333000000002, \"ymax\": 773.3333}, \"category\": \"pne\"}]}, \"69211\": {\"path\": \"test/69211.jpg\", \"id\": 69211, \"objects\": [{\"bbox\": {\"xmin\": 1421.0, \"ymin\": 946.0, \"xmax\": 1439.0, \"ymax\": 963.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1789.0, \"ymin\": 557.0, \"xmax\": 1874.0, \"ymax\": 661.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1346.0, \"ymin\": 931.0, \"xmax\": 1362.0, \"ymax\": 948.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1329.0, \"ymin\": 929.0, \"xmax\": 1344.0, \"ymax\": 947.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1666.0, \"ymin\": 532.0, \"xmax\": 1764.0, \"ymax\": 636.0}, \"category\": \"ph4\"}]}, \"32936\": {\"path\": \"train/32936.jpg\", \"id\": 32936, \"objects\": [{\"bbox\": {\"xmin\": 731.0, \"ymin\": 966.0, \"xmax\": 792.0, \"ymax\": 1034.0}, \"category\": \"pl5\"}]}, \"68440\": {\"path\": \"train/68440.jpg\", \"id\": 68440, \"objects\": [{\"bbox\": {\"xmin\": 366.337, \"ymin\": 914.851, \"xmax\": 379.2079, \"ymax\": 934.6545}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1140.59, \"ymin\": 923.762, \"xmax\": 1157.4042, \"ymax\": 940.5940999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 380.198, \"ymin\": 915.842, \"xmax\": 389.10891, \"ymax\": 938.6139}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1162.38, \"ymin\": 924.752, \"xmax\": 1179.2079, \"ymax\": 941.5842}, \"category\": \"pn\"}]}, \"15779\": {\"path\": \"test/15779.jpg\", \"id\": 15779, \"objects\": [{\"bbox\": {\"xmin\": 1462.38, \"ymin\": 850.495, \"xmax\": 1498.0198, \"ymax\": 886.1386}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 687.129, \"ymin\": 932.673, \"xmax\": 711.8818, \"ymax\": 962.3762}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1665.35, \"ymin\": 865.347, \"xmax\": 1691.0891, \"ymax\": 895.0495}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1690.1, \"ymin\": 865.347, \"xmax\": 1715.8416, \"ymax\": 900.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1316.83, \"ymin\": 840.594, \"xmax\": 1354.4553999999998, \"ymax\": 883.1683}, \"category\": \"pne\"}]}, \"73379\": {\"path\": \"test/73379.jpg\", \"id\": 73379, \"objects\": [{\"bbox\": {\"xmin\": 1586.0, \"ymin\": 803.0, \"xmax\": 1672.0, \"ymax\": 883.0}, \"category\": \"pl60\"}]}, \"35958\": {\"path\": \"train/35958.jpg\", \"id\": 35958, \"objects\": [{\"bbox\": {\"xmin\": 1735.33, \"ymin\": 886.667, \"xmax\": 1786.6667, \"ymax\": 944.6667}, \"category\": \"pn\"}]}, \"13765\": {\"path\": \"train/13765.jpg\", \"id\": 13765, \"objects\": [{\"bbox\": {\"xmin\": 686.284, \"ymin\": 984.513, \"xmax\": 709.2926, \"ymax\": 1004.8675000000001}, \"category\": \"pne\"}]}, \"94298\": {\"path\": \"train/94298.jpg\", \"id\": 94298, \"objects\": [{\"bbox\": {\"xmin\": 1216.0009765625, \"ymin\": 871.1492309570312, \"xmax\": 1391.226806640625, \"ymax\": 993.3623657226562}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1000.0, \"ymin\": 878.947, \"xmax\": 1067.1053, \"ymax\": 944.7368}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1000.0, \"ymin\": 969.737, \"xmax\": 1067.1053, \"ymax\": 1035.5263}, \"category\": \"pn\"}]}, \"55793\": {\"path\": \"test/55793.jpg\", \"id\": 55793, \"objects\": [{\"bbox\": {\"xmin\": 1807.89, \"ymin\": 322.368, \"xmax\": 1959.211, \"ymax\": 467.105}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1430.26, \"ymin\": 996.053, \"xmax\": 1450.0, \"ymax\": 1017.1052999999999}, \"category\": \"i2r\"}]}, \"40063\": {\"path\": \"other/40063.jpg\", \"id\": 40063, \"objects\": [{\"bbox\": {\"xmin\": 1109.27, \"ymin\": 896.026, \"xmax\": 1138.4106, \"ymax\": 927.1523}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1034.44, \"ymin\": 901.324, \"xmax\": 1062.9139, \"ymax\": 927.1520999999999}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1071.53, \"ymin\": 899.338, \"xmax\": 1100.6644999999999, \"ymax\": 927.8145999999999}, \"category\": \"w42\"}]}, \"53304\": {\"path\": \"test/53304.jpg\", \"id\": 53304, \"objects\": [{\"bbox\": {\"xmin\": 780.0, \"ymin\": 411.2, \"xmax\": 900.8, \"ymax\": 509.6}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 423.2, \"xmax\": 1596.8, \"ymax\": 520.8}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1138.4, \"ymin\": 395.2, \"xmax\": 1264.0, \"ymax\": 497.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 641.6, \"ymin\": 318.4, \"xmax\": 756.0, \"ymax\": 412.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 776.8, \"ymin\": 296.8, \"xmax\": 900.0, \"ymax\": 395.20000000000005}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 980.8, \"ymin\": 398.4, \"xmax\": 1104.0, \"ymax\": 503.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 642.4, \"ymin\": 425.6, \"xmax\": 756.0, \"ymax\": 525.6}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1339.2, \"ymin\": 408.8, \"xmax\": 1455.2, \"ymax\": 507.20000000000005}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1728.8, \"ymin\": 456.8, \"xmax\": 1826.3999999999999, \"ymax\": 555.2}, \"category\": \"pne\"}]}, \"13634\": {\"path\": \"train/13634.jpg\", \"id\": 13634, \"objects\": [{\"bbox\": {\"xmin\": 1226.67, \"ymin\": 685.333, \"xmax\": 1297.3333, \"ymax\": 754.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1318.67, \"ymin\": 960.0, \"xmax\": 1370.6667, \"ymax\": 1016.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1320.0, \"ymin\": 1016.0, \"xmax\": 1372.0, \"ymax\": 1072.0}, \"category\": \"i2r\"}]}, \"5842\": {\"path\": \"other/5842.jpg\", \"id\": 5842, \"objects\": [{\"bbox\": {\"xmin\": 1649.0745849609375, \"ymin\": 1005.44873046875, \"xmax\": 1676.8746337890625, \"ymax\": 1033.4395751953125}, \"category\": \"w32\"}]}, \"28808\": {\"path\": \"test/28808.jpg\", \"id\": 28808, \"objects\": [{\"bbox\": {\"xmin\": 1249.0, \"ymin\": 952.0, \"xmax\": 1283.0, \"ymax\": 989.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1202.0, \"ymin\": 953.0, \"xmax\": 1235.0, \"ymax\": 986.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 794.0, \"ymin\": 1017.0, \"xmax\": 811.0, \"ymax\": 1036.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1034.0, \"ymin\": 861.0, \"xmax\": 1068.0, \"ymax\": 895.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1140.0, \"ymin\": 997.0, \"xmax\": 1163.0, \"ymax\": 1022.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1225.0, \"ymin\": 919.0, \"xmax\": 1258.0, \"ymax\": 955.0}, \"category\": \"i2r\"}]}, \"18124\": {\"path\": \"test/18124.jpg\", \"id\": 18124, \"objects\": [{\"bbox\": {\"xmin\": 1191.0, \"ymin\": 950.0, \"xmax\": 1225.0, \"ymax\": 979.0}, \"category\": \"w59\"}]}, \"68371\": {\"path\": \"train/68371.jpg\", \"id\": 68371, \"objects\": [{\"bbox\": {\"xmin\": 1331.13, \"ymin\": 910.596, \"xmax\": 1346.3576, \"ymax\": 927.8146}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1575.4, \"ymin\": 913.492, \"xmax\": 1592.0635000000002, \"ymax\": 933.3333}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1592.86, \"ymin\": 914.286, \"xmax\": 1610.3174999999999, \"ymax\": 934.127}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1218.54, \"ymin\": 907.947, \"xmax\": 1235.7142999999999, \"ymax\": 924.5033}, \"category\": \"pne\"}]}, \"60288\": {\"path\": \"train/60288.jpg\", \"id\": 60288, \"objects\": [{\"bbox\": {\"xmin\": 762.698, \"ymin\": 892.857, \"xmax\": 818.254, \"ymax\": 950.7937}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 791.27, \"ymin\": 825.397, \"xmax\": 850.7943, \"ymax\": 884.1270000000001}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 826.984, \"ymin\": 889.683, \"xmax\": 883.3334, \"ymax\": 949.9999}, \"category\": \"p18\"}]}, \"59978\": {\"path\": \"test/59978.jpg\", \"id\": 59978, \"objects\": [{\"bbox\": {\"xmin\": 1422.0, \"ymin\": 1012.0, \"xmax\": 1445.0, \"ymax\": 1036.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1423.0, \"ymin\": 1039.0, \"xmax\": 1448.0, \"ymax\": 1063.0}, \"category\": \"pn\"}]}, \"72099\": {\"path\": \"train/72099.jpg\", \"id\": 72099, \"objects\": [{\"bbox\": {\"xmin\": 1485.33, \"ymin\": 242.667, \"xmax\": 1656.0, \"ymax\": 376.0}, \"category\": \"w55\"}]}, \"37619\": {\"path\": \"other/37619.jpg\", \"id\": 37619, \"objects\": [{\"bbox\": {\"xmin\": 2011.977294921875, \"ymin\": 693.7725830078125, \"xmax\": 2048.0, \"ymax\": 758.502685546875}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1944.0, \"ymin\": 680.0, \"xmax\": 2010.4, \"ymax\": 764.8}, \"category\": \"pa14\"}]}, \"69928\": {\"path\": \"test/69928.jpg\", \"id\": 69928, \"objects\": [{\"bbox\": {\"xmin\": 1414.0, \"ymin\": 900.0, \"xmax\": 1467.0, \"ymax\": 958.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1337.0, \"ymin\": 899.0, \"xmax\": 1393.0, \"ymax\": 961.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 685.0, \"ymin\": 1011.0, \"xmax\": 707.0, \"ymax\": 1041.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1059.0, \"ymin\": 744.0, \"xmax\": 1119.0, \"ymax\": 804.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1185.0, \"ymin\": 984.0, \"xmax\": 1213.0, \"ymax\": 1015.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1375.0, \"ymin\": 844.0, \"xmax\": 1427.0, \"ymax\": 901.0}, \"category\": \"pmr\"}]}, \"55125\": {\"path\": \"test/55125.jpg\", \"id\": 55125, \"objects\": [{\"bbox\": {\"xmin\": 1421.33, \"ymin\": 908.0, \"xmax\": 1464.0, \"ymax\": 948.0}, \"category\": \"pr40\"}]}, \"16048\": {\"path\": \"train/16048.jpg\", \"id\": 16048, \"objects\": [{\"bbox\": {\"xmin\": 852.381, \"ymin\": 949.206, \"xmax\": 874.6032, \"ymax\": 993.6508}, \"category\": \"p26\"}]}, \"32239\": {\"path\": \"train/32239.jpg\", \"id\": 32239, \"objects\": [{\"bbox\": {\"xmin\": 106.667, \"ymin\": 598.667, \"xmax\": 172.0, \"ymax\": 676.0}, \"category\": \"p10\"}]}, \"47863\": {\"path\": \"train/47863.jpg\", \"id\": 47863, \"objects\": [{\"bbox\": {\"xmin\": 1291.0, \"ymin\": 799.0, \"xmax\": 1358.0, \"ymax\": 871.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1287.0, \"ymin\": 937.0, \"xmax\": 1362.0, \"ymax\": 1006.0}, \"category\": \"w55\"}]}, \"21598\": {\"path\": \"train/21598.jpg\", \"id\": 21598, \"objects\": [{\"bbox\": {\"xmin\": 1317.33, \"ymin\": 701.333, \"xmax\": 1397.33, \"ymax\": 778.6664}, \"category\": \"pl40\"}]}, \"41368\": {\"path\": \"test/41368.jpg\", \"id\": 41368, \"objects\": [{\"bbox\": {\"xmin\": 1194.02, \"ymin\": 969.767, \"xmax\": 1219.2712999999999, \"ymax\": 995.0166}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1784.09, \"ymin\": 989.204, \"xmax\": 1807.9526999999998, \"ymax\": 1014.7724}, \"category\": \"pm55\"}]}, \"72311\": {\"path\": \"train/72311.jpg\", \"id\": 72311, \"objects\": [{\"bbox\": {\"xmin\": 769.0, \"ymin\": 964.0, \"xmax\": 803.0, \"ymax\": 1001.0}, \"category\": \"p5\"}]}, \"78501\": {\"path\": \"test/78501.jpg\", \"id\": 78501, \"objects\": [{\"bbox\": {\"xmin\": 211.334, \"ymin\": 755.333, \"xmax\": 277.3337, \"ymax\": 830.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1300.33, \"ymin\": 930.505, \"xmax\": 1349.2522999999999, \"ymax\": 983.5735999999999}, \"category\": \"pn\"}]}, \"41768\": {\"path\": \"train/41768.jpg\", \"id\": 41768, \"objects\": [{\"bbox\": {\"xmin\": 1716.0, \"ymin\": 924.8, \"xmax\": 1819.2, \"ymax\": 1039.2}, \"category\": \"pr40\"}]}, \"84264\": {\"path\": \"train/84264.jpg\", \"id\": 84264, \"objects\": [{\"bbox\": {\"xmin\": 882.178, \"ymin\": 918.812, \"xmax\": 900.9901, \"ymax\": 942.5743}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 801.98, \"ymin\": 921.782, \"xmax\": 819.802, \"ymax\": 942.5743}, \"category\": \"pne\"}]}, \"73013\": {\"path\": \"train/73013.jpg\", \"id\": 73013, \"objects\": [{\"bbox\": {\"xmin\": 70.6667, \"ymin\": 1009.33, \"xmax\": 141.3333, \"ymax\": 1086.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 70.6667, \"ymin\": 929.333, \"xmax\": 140.0, \"ymax\": 1008.0}, \"category\": \"pr40\"}]}, \"2903\": {\"path\": \"test/2903.jpg\", \"id\": 2903, \"objects\": [{\"bbox\": {\"xmin\": 628.977, \"ymin\": 784.09, \"xmax\": 669.3184, \"ymax\": 822.1591000000001}, \"category\": \"p10\"}]}, \"65462\": {\"path\": \"train/65462.jpg\", \"id\": 65462, \"objects\": [{\"bbox\": {\"xmin\": 1753.73, \"ymin\": 1130.35, \"xmax\": 1770.6468, \"ymax\": 1149.7512}, \"category\": \"pl5\"}]}, \"91365\": {\"path\": \"test/91365.jpg\", \"id\": 91365, \"objects\": [{\"bbox\": {\"xmin\": 1790.0, \"ymin\": 1056.0, \"xmax\": 1844.0, \"ymax\": 1113.0}, \"category\": \"pr40\"}]}, \"47171\": {\"path\": \"train/47171.jpg\", \"id\": 47171, \"objects\": [{\"bbox\": {\"xmin\": 677.333, \"ymin\": 685.333, \"xmax\": 752.0, \"ymax\": 757.3333}, \"category\": \"pr40\"}]}, \"21267\": {\"path\": \"train/21267.jpg\", \"id\": 21267, \"objects\": [{\"bbox\": {\"xmin\": 1693.65, \"ymin\": 908.731, \"xmax\": 1712.6948, \"ymax\": 930.1591}, \"category\": \"pne\"}]}, \"54165\": {\"path\": \"train/54165.jpg\", \"id\": 54165, \"objects\": [{\"bbox\": {\"xmin\": 1886.67, \"ymin\": 973.333, \"xmax\": 1922.6667, \"ymax\": 1009.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1884.0, \"ymin\": 932.0, \"xmax\": 1920.0, \"ymax\": 970.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1893.33, \"ymin\": 1012.0, \"xmax\": 1925.33, \"ymax\": 1048.0}, \"category\": \"pm5\"}]}, \"15187\": {\"path\": \"other/15187.jpg\", \"id\": 15187, \"objects\": [{\"bbox\": {\"xmin\": 981.333, \"ymin\": 702.667, \"xmax\": 1044.0, \"ymax\": 754.6667}, \"category\": \"w63\"}]}, \"36521\": {\"path\": \"train/36521.jpg\", \"id\": 36521, \"objects\": [{\"bbox\": {\"xmin\": 969.6, \"ymin\": 810.4, \"xmax\": 1008.0, \"ymax\": 846.4}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1184.8, \"ymin\": 805.6, \"xmax\": 1221.6, \"ymax\": 840.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1076.8, \"ymin\": 806.4, \"xmax\": 1114.3999999999999, \"ymax\": 840.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 924.8, \"ymin\": 772.0, \"xmax\": 960.8, \"ymax\": 808.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 971.2, \"ymin\": 773.6, \"xmax\": 1007.2, \"ymax\": 808.8000000000001}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1032.8, \"ymin\": 807.2, \"xmax\": 1068.0, \"ymax\": 842.4000000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 925.6, \"ymin\": 811.2, \"xmax\": 961.6, \"ymax\": 845.6}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1139.2, \"ymin\": 805.6, \"xmax\": 1176.0, \"ymax\": 840.8000000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1261.6, \"ymin\": 804.8, \"xmax\": 1300.0, \"ymax\": 841.5999999999999}, \"category\": \"pne\"}]}, \"12044\": {\"path\": \"train/12044.jpg\", \"id\": 12044, \"objects\": [{\"bbox\": {\"xmin\": 1458.0, \"ymin\": 999.0, \"xmax\": 1495.0, \"ymax\": 1030.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1636.0, \"ymin\": 965.0, \"xmax\": 1677.0, \"ymax\": 1007.0}, \"category\": \"w58\"}]}, \"47444\": {\"path\": \"train/47444.jpg\", \"id\": 47444, \"objects\": [{\"bbox\": {\"xmin\": 869.048, \"ymin\": 973.016, \"xmax\": 911.9048, \"ymax\": 1027.7778}, \"category\": \"pl30\"}]}, \"72488\": {\"path\": \"test/72488.jpg\", \"id\": 72488, \"objects\": [{\"bbox\": {\"xmin\": 1636.0, \"ymin\": 848.0, \"xmax\": 1714.6667, \"ymax\": 926.6667}, \"category\": \"pl5\"}]}, \"6379\": {\"path\": \"train/6379.jpg\", \"id\": 6379, \"objects\": [{\"bbox\": {\"xmin\": 205.0, \"ymin\": 914.0, \"xmax\": 227.0, \"ymax\": 946.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1954.0, \"ymin\": 881.0, \"xmax\": 1974.0, \"ymax\": 903.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 253.0, \"ymin\": 963.0, \"xmax\": 280.0, \"ymax\": 994.0}, \"category\": \"pn\"}]}, \"42568\": {\"path\": \"train/42568.jpg\", \"id\": 42568, \"objects\": [{\"bbox\": {\"xmin\": 748.66357421875, \"ymin\": 1058.5345458984375, \"xmax\": 769.5794677734375, \"ymax\": 1108.8756103515625}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 461.59, \"ymin\": 959.603, \"xmax\": 488.7417, \"ymax\": 1011.2583}, \"category\": \"w59\"}]}, \"22497\": {\"path\": \"train/22497.jpg\", \"id\": 22497, \"objects\": [{\"bbox\": {\"xmin\": 929.412, \"ymin\": 582.353, \"xmax\": 1049.02, \"ymax\": 692.1569999999999}, \"category\": \"ph4.5\"}]}, \"58465\": {\"path\": \"train/58465.jpg\", \"id\": 58465, \"objects\": [{\"bbox\": {\"xmin\": 1201.9117431640625, \"ymin\": 989.7559204101562, \"xmax\": 1229.8282470703125, \"ymax\": 1005.7747192382812}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1871.0, \"ymin\": 943.0, \"xmax\": 1927.0, \"ymax\": 1019.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1869.0, \"ymin\": 863.0, \"xmax\": 1933.0, \"ymax\": 944.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1873.0, \"ymin\": 789.0, \"xmax\": 1933.0, \"ymax\": 864.0}, \"category\": \"w57\"}]}, \"64937\": {\"path\": \"train/64937.jpg\", \"id\": 64937, \"objects\": [{\"bbox\": {\"xmin\": 1215.84, \"ymin\": 925.743, \"xmax\": 1231.6832, \"ymax\": 942.8571000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1389.11, \"ymin\": 973.267, \"xmax\": 1400.7937, \"ymax\": 990.099}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1194.06, \"ymin\": 924.752, \"xmax\": 1212.6984, \"ymax\": 943.5644}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1236.63, \"ymin\": 922.772, \"xmax\": 1250.7937000000002, \"ymax\": 945.5446000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1384.16, \"ymin\": 953.465, \"xmax\": 1404.9549000000002, \"ymax\": 970.297}, \"category\": \"w55\"}]}, \"423\": {\"path\": \"other/423.jpg\", \"id\": 423, \"objects\": [{\"bbox\": {\"xmin\": 1937.6365966796875, \"ymin\": 973.7561645507812, \"xmax\": 2000.2811279296875, \"ymax\": 1049.3909912109375}, \"category\": \"i5\"}]}, \"52534\": {\"path\": \"train/52534.jpg\", \"id\": 52534, \"objects\": [{\"bbox\": {\"xmin\": 1045.65, \"ymin\": 875.0, \"xmax\": 1066.3051, \"ymax\": 894.2032}, \"category\": \"p23\"}]}, \"9368\": {\"path\": \"train/9368.jpg\", \"id\": 9368, \"objects\": [{\"bbox\": {\"xmin\": 1338.67, \"ymin\": 561.333, \"xmax\": 1449.333, \"ymax\": 668.0}, \"category\": \"pl40\"}]}, \"28461\": {\"path\": \"train/28461.jpg\", \"id\": 28461, \"objects\": [{\"bbox\": {\"xmin\": 396.0, \"ymin\": 872.0, \"xmax\": 513.0, \"ymax\": 1005.0}, \"category\": \"pl40\"}]}, \"34937\": {\"path\": \"train/34937.jpg\", \"id\": 34937, \"objects\": [{\"bbox\": {\"xmin\": 802.0, \"ymin\": 950.0, \"xmax\": 836.2248, \"ymax\": 984.9898000000001}, \"category\": \"i5\"}]}, \"39371\": {\"path\": \"train/39371.jpg\", \"id\": 39371, \"objects\": [{\"bbox\": {\"xmin\": 789.109, \"ymin\": 890.099, \"xmax\": 819.802, \"ymax\": 920.7921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1117.82, \"ymin\": 947.525, \"xmax\": 1134.6535, \"ymax\": 968.3168}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1077.23, \"ymin\": 947.525, \"xmax\": 1100.0, \"ymax\": 969.3068999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 946.535, \"xmax\": 1116.8302, \"ymax\": 966.3366}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 678.218, \"ymin\": 897.03, \"xmax\": 703.9603999999999, \"ymax\": 923.7624}, \"category\": \"pne\"}]}, \"76758\": {\"path\": \"train/76758.jpg\", \"id\": 76758, \"objects\": [{\"bbox\": {\"xmin\": 1754.0, \"ymin\": 827.0, \"xmax\": 1808.0, \"ymax\": 888.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1756.0, \"ymin\": 758.0, \"xmax\": 1807.0, \"ymax\": 820.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1756.0, \"ymin\": 917.0, \"xmax\": 1806.0, \"ymax\": 977.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1756.0, \"ymin\": 983.0, \"xmax\": 1807.0, \"ymax\": 1042.0}, \"category\": \"i2r\"}]}, \"12004\": {\"path\": \"test/12004.jpg\", \"id\": 12004, \"objects\": [{\"bbox\": {\"xmin\": 1346.0, \"ymin\": 629.0, \"xmax\": 1461.0, \"ymax\": 744.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1221.0, \"ymin\": 620.0, \"xmax\": 1339.0, \"ymax\": 738.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1470.0, \"ymin\": 641.0, \"xmax\": 1575.0, \"ymax\": 751.0}, \"category\": \"pn\"}]}, \"78189\": {\"path\": \"test/78189.jpg\", \"id\": 78189, \"objects\": [{\"bbox\": {\"xmin\": 1946.05, \"ymin\": 847.368, \"xmax\": 1978.9474, \"ymax\": 890.7895000000001}, \"category\": \"pne\"}]}, \"2671\": {\"path\": \"train/2671.jpg\", \"id\": 2671, \"objects\": [{\"bbox\": {\"xmin\": 764.706, \"ymin\": 880.392, \"xmax\": 800.0, \"ymax\": 915.6863000000001}, \"category\": \"i5\"}]}, \"22666\": {\"path\": \"other/22666.jpg\", \"id\": 22666, \"objects\": [{\"bbox\": {\"xmin\": 649.751, \"ymin\": 1010.45, \"xmax\": 665.1741, \"ymax\": 1037.8109}, \"category\": \"p5\"}]}, \"76611\": {\"path\": \"test/76611.jpg\", \"id\": 76611, \"objects\": [{\"bbox\": {\"xmin\": 1637.33, \"ymin\": 970.667, \"xmax\": 1737.3329999999999, \"ymax\": 1069.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1640.0, \"ymin\": 866.667, \"xmax\": 1729.3333, \"ymax\": 965.3333}, \"category\": \"pr20\"}]}, \"77565\": {\"path\": \"other/77565.jpg\", \"id\": 77565, \"objects\": [{\"bbox\": {\"xmin\": 1219.0257568359375, \"ymin\": 1007.5516967773438, \"xmax\": 1238.3028564453125, \"ymax\": 1026.0362548828125}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1220.1260986328125, \"ymin\": 979.4260864257812, \"xmax\": 1239.0169677734375, \"ymax\": 998.6145629882812}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1220.03271484375, \"ymin\": 951.1009521484375, \"xmax\": 1240.563720703125, \"ymax\": 971.816162109375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 34.842620849609375, \"ymin\": 894.5463256835938, \"xmax\": 56.83307647705078, \"ymax\": 918.7339477539062}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1698.796142578125, \"ymin\": 871.4494018554688, \"xmax\": 1715.9921875, \"ymax\": 900.3272094726562}, \"category\": \"pne\"}]}, \"71676\": {\"path\": \"other/71676.jpg\", \"id\": 71676, \"objects\": [{\"bbox\": {\"xmin\": 713.907, \"ymin\": 996.026, \"xmax\": 735.7613, \"ymax\": 1047.6816}, \"category\": \"pl15\"}]}, \"94455\": {\"path\": \"test/94455.jpg\", \"id\": 94455, \"objects\": [{\"bbox\": {\"xmin\": 1338.16, \"ymin\": 926.316, \"xmax\": 1356.5789, \"ymax\": 944.7370000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1360.53, \"ymin\": 927.632, \"xmax\": 1380.2631999999999, \"ymax\": 947.3684}, \"category\": \"w57\"}]}, \"10839\": {\"path\": \"train/10839.jpg\", \"id\": 10839, \"objects\": [{\"bbox\": {\"xmin\": 435.644, \"ymin\": 828.713, \"xmax\": 457.4257, \"ymax\": 883.1682999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 382.178, \"ymin\": 810.891, \"xmax\": 408.91089999999997, \"ymax\": 867.3267}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 410.891, \"ymin\": 819.802, \"xmax\": 433.6634, \"ymax\": 875.2475000000001}, \"category\": \"pn\"}]}, \"66357\": {\"path\": \"train/66357.jpg\", \"id\": 66357, \"objects\": [{\"bbox\": {\"xmin\": 1828.0, \"ymin\": 774.667, \"xmax\": 1872.0, \"ymax\": 824.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 982.667, \"ymin\": 610.667, \"xmax\": 1044.0003, \"ymax\": 669.3336}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1748.0, \"ymin\": 862.667, \"xmax\": 1789.3333, \"ymax\": 913.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1750.67, \"ymin\": 769.333, \"xmax\": 1792.0, \"ymax\": 820.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1448.0, \"ymin\": 640.0, \"xmax\": 1502.6667, \"ymax\": 696.0}, \"category\": \"pn\"}]}, \"15285\": {\"path\": \"train/15285.jpg\", \"id\": 15285, \"objects\": [{\"bbox\": {\"xmin\": 415.686, \"ymin\": 5.88235, \"xmax\": 570.588, \"ymax\": 207.84335000000002}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 576.471, \"ymin\": 123.529, \"xmax\": 676.4706, \"ymax\": 339.216}, \"category\": \"pn\"}]}, \"67011\": {\"path\": \"train/67011.jpg\", \"id\": 67011, \"objects\": [{\"bbox\": {\"xmin\": 1940.0, \"ymin\": 966.0, \"xmax\": 1973.0, \"ymax\": 1001.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 516.0, \"ymin\": 633.0, \"xmax\": 550.0, \"ymax\": 710.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1942.0, \"ymin\": 933.0, \"xmax\": 1973.0, \"ymax\": 966.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1640.0, \"ymin\": 904.0, \"xmax\": 1669.0, \"ymax\": 934.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1543.0, \"ymin\": 868.0, \"xmax\": 1567.0, \"ymax\": 894.0}, \"category\": \"pl30\"}]}, \"35175\": {\"path\": \"test/35175.jpg\", \"id\": 35175, \"objects\": [{\"bbox\": {\"xmin\": 645.0, \"ymin\": 968.0, \"xmax\": 741.0, \"ymax\": 1117.0}, \"category\": \"pg\"}]}, \"16994\": {\"path\": \"train/16994.jpg\", \"id\": 16994, \"objects\": [{\"bbox\": {\"xmin\": 1911.3048095703125, \"ymin\": 1161.05322265625, \"xmax\": 1930.6055908203125, \"ymax\": 1182.879638671875}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1870.12, \"ymin\": 1125.09, \"xmax\": 1889.6477, \"ymax\": 1147.8088}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1891.24, \"ymin\": 1123.9, \"xmax\": 1912.3506, \"ymax\": 1147.4104}, \"category\": \"pn\"}]}, \"29953\": {\"path\": \"train/29953.jpg\", \"id\": 29953, \"objects\": [{\"bbox\": {\"xmin\": 1396.8, \"ymin\": 1030.4, \"xmax\": 1413.6, \"ymax\": 1048.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 185.6, \"ymin\": 1017.6, \"xmax\": 214.4, \"ymax\": 1052.8}, \"category\": \"pne\"}]}, \"28617\": {\"path\": \"test/28617.jpg\", \"id\": 28617, \"objects\": [{\"bbox\": {\"xmin\": 1874.67, \"ymin\": 552.667, \"xmax\": 1911.3333, \"ymax\": 590.667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1913.34, \"ymin\": 548.0, \"xmax\": 1988.6934999999999, \"ymax\": 634.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1765.34, \"ymin\": 527.334, \"xmax\": 1803.7821, \"ymax\": 567.3336999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 2019.81, \"ymin\": 588.0, \"xmax\": 2047.9876, \"ymax\": 623.3333}, \"category\": \"pl100\"}]}, \"95231\": {\"path\": \"train/95231.jpg\", \"id\": 95231, \"objects\": [{\"bbox\": {\"xmin\": 656.436, \"ymin\": 946.535, \"xmax\": 678.2178, \"ymax\": 970.2976}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 679.208, \"ymin\": 945.545, \"xmax\": 699.0099, \"ymax\": 969.3068999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1778.22, \"ymin\": 635.644, \"xmax\": 1828.7351, \"ymax\": 738.614}, \"category\": \"pne\"}]}, \"62810\": {\"path\": \"train/62810.jpg\", \"id\": 62810, \"objects\": [{\"bbox\": {\"xmin\": 1869.33, \"ymin\": 894.667, \"xmax\": 1921.3333, \"ymax\": 952.0}, \"category\": \"pl60\"}]}, \"31236\": {\"path\": \"train/31236.jpg\", \"id\": 31236, \"objects\": [{\"bbox\": {\"xmin\": 1664.0, \"ymin\": 928.0, \"xmax\": 1689.0, \"ymax\": 952.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1634.0, \"ymin\": 928.0, \"xmax\": 1657.0, \"ymax\": 953.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1649.0, \"ymin\": 974.0, \"xmax\": 1675.0, \"ymax\": 1000.0}, \"category\": \"p27\"}]}, \"33981\": {\"path\": \"test/33981.jpg\", \"id\": 33981, \"objects\": [{\"bbox\": {\"xmin\": 1812.87, \"ymin\": 776.238, \"xmax\": 1863.3663, \"ymax\": 830.6930000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1864.36, \"ymin\": 783.168, \"xmax\": 1912.8914, \"ymax\": 833.6634}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1925.74, \"ymin\": 943.564, \"xmax\": 1966.3256000000001, \"ymax\": 985.1485}, \"category\": \"w57\"}]}, \"61221\": {\"path\": \"train/61221.jpg\", \"id\": 61221, \"objects\": [{\"bbox\": {\"xmin\": 1596.0, \"ymin\": 736.0, \"xmax\": 1644.0, \"ymax\": 786.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1489.33, \"ymin\": 725.333, \"xmax\": 1540.0, \"ymax\": 782.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1544.0, \"ymin\": 730.667, \"xmax\": 1594.6667, \"ymax\": 785.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1646.67, \"ymin\": 740.0, \"xmax\": 1693.3333, \"ymax\": 792.0}, \"category\": \"pn\"}]}, \"55742\": {\"path\": \"test/55742.jpg\", \"id\": 55742, \"objects\": [{\"bbox\": {\"xmin\": 2003.96, \"ymin\": 840.594, \"xmax\": 2033.6634000000001, \"ymax\": 883.1683}, \"category\": \"i4\"}]}, \"67166\": {\"path\": \"train/67166.jpg\", \"id\": 67166, \"objects\": [{\"bbox\": {\"xmin\": 1561.33, \"ymin\": 748.0, \"xmax\": 1610.6667, \"ymax\": 800.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1460.0, \"ymin\": 740.0, \"xmax\": 1509.3366, \"ymax\": 796.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1512.0, \"ymin\": 744.0, \"xmax\": 1560.0, \"ymax\": 798.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1610.67, \"ymin\": 750.667, \"xmax\": 1660.0, \"ymax\": 802.6667}, \"category\": \"pn\"}]}, \"62728\": {\"path\": \"test/62728.jpg\", \"id\": 62728, \"objects\": [{\"bbox\": {\"xmin\": 615.0, \"ymin\": 1033.0, \"xmax\": 653.0, \"ymax\": 1071.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1027.0, \"ymin\": 927.0, \"xmax\": 1045.0, \"ymax\": 946.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1503.0, \"ymin\": 1043.0, \"xmax\": 1540.0, \"ymax\": 1081.0}, \"category\": \"i2r\"}]}, \"12308\": {\"path\": \"test/12308.jpg\", \"id\": 12308, \"objects\": [{\"bbox\": {\"xmin\": 258.667, \"ymin\": 933.333, \"xmax\": 285.33329999999995, \"ymax\": 970.6667}, \"category\": \"p10\"}]}, \"3358\": {\"path\": \"test/3358.jpg\", \"id\": 3358, \"objects\": [{\"bbox\": {\"xmin\": 776.0, \"ymin\": 846.667, \"xmax\": 833.3333, \"ymax\": 900.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 778.667, \"ymin\": 901.333, \"xmax\": 834.6667, \"ymax\": 954.6667}, \"category\": \"ph3\"}]}, \"81474\": {\"path\": \"test/81474.jpg\", \"id\": 81474, \"objects\": [{\"bbox\": {\"xmin\": 880.0, \"ymin\": 887.0, \"xmax\": 912.0, \"ymax\": 919.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1020.0, \"ymin\": 883.0, \"xmax\": 1052.0, \"ymax\": 915.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 877.0, \"xmax\": 1145.0, \"ymax\": 924.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 817.0, \"ymin\": 890.0, \"xmax\": 848.0, \"ymax\": 919.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 955.0, \"ymin\": 883.0, \"xmax\": 984.0, \"ymax\": 916.0}, \"category\": \"pl120\"}]}, \"65760\": {\"path\": \"train/65760.jpg\", \"id\": 65760, \"objects\": [{\"bbox\": {\"xmin\": 1355.0, \"ymin\": 749.0, \"xmax\": 1416.0, \"ymax\": 812.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1287.0, \"ymin\": 746.0, \"xmax\": 1350.0, \"ymax\": 809.0}, \"category\": \"pr60\"}]}, \"90389\": {\"path\": \"train/90389.jpg\", \"id\": 90389, \"objects\": [{\"bbox\": {\"xmin\": 1582.89, \"ymin\": 796.053, \"xmax\": 1624.9953, \"ymax\": 842.1052999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1364.47, \"ymin\": 788.158, \"xmax\": 1413.1579, \"ymax\": 836.8421000000001}, \"category\": \"pne\"}]}, \"89757\": {\"path\": \"train/89757.jpg\", \"id\": 89757, \"objects\": [{\"bbox\": {\"xmin\": 1950.0, \"ymin\": 995.0, \"xmax\": 2005.0, \"ymax\": 1068.0}, \"category\": \"ph2.4\"}, {\"bbox\": {\"xmin\": 1722.0, \"ymin\": 969.0, \"xmax\": 1795.0, \"ymax\": 1050.0}, \"category\": \"pl5\"}]}, \"33641\": {\"path\": \"other/33641.jpg\", \"id\": 33641, \"objects\": [{\"bbox\": {\"xmin\": 1093.33, \"ymin\": 814.667, \"xmax\": 1124.0, \"ymax\": 845.3333}, \"category\": \"pl35\"}]}, \"32566\": {\"path\": \"train/32566.jpg\", \"id\": 32566, \"objects\": [{\"bbox\": {\"xmin\": 737.333, \"ymin\": 926.667, \"xmax\": 773.3333, \"ymax\": 962.6667}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 409.333, \"ymin\": 878.667, \"xmax\": 472.0, \"ymax\": 937.3333}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 933.333, \"xmax\": 1514.6667, \"ymax\": 972.0}, \"category\": \"w57\"}]}, \"12395\": {\"path\": \"train/12395.jpg\", \"id\": 12395, \"objects\": [{\"bbox\": {\"xmin\": 990.667, \"ymin\": 764.0, \"xmax\": 1052.0003, \"ymax\": 822.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1622.67, \"ymin\": 1014.67, \"xmax\": 1654.6667, \"ymax\": 1052.0}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 934.667, \"ymin\": 762.667, \"xmax\": 996.0003, \"ymax\": 816.0}, \"category\": \"w57\"}]}, \"29411\": {\"path\": \"train/29411.jpg\", \"id\": 29411, \"objects\": [{\"bbox\": {\"xmin\": 227.46743774414062, \"ymin\": 1024.11962890625, \"xmax\": 245.38995361328125, \"ymax\": 1041.907958984375}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1756.58, \"ymin\": 864.474, \"xmax\": 1780.2631999999999, \"ymax\": 902.6316}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1686.84, \"ymin\": 877.632, \"xmax\": 1711.8420999999998, \"ymax\": 915.7895}, \"category\": \"pne\"}]}, \"8594\": {\"path\": \"train/8594.jpg\", \"id\": 8594, \"objects\": [{\"bbox\": {\"xmin\": 1419.84, \"ymin\": 915.873, \"xmax\": 1442.0635, \"ymax\": 938.8889}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1346.03, \"ymin\": 918.254, \"xmax\": 1365.0794, \"ymax\": 936.5079000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1092.06, \"ymin\": 886.508, \"xmax\": 1119.0475999999999, \"ymax\": 914.2857}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 960.317, \"ymin\": 888.095, \"xmax\": 988.8889, \"ymax\": 914.2857}, \"category\": \"pne\"}]}, \"18639\": {\"path\": \"test/18639.jpg\", \"id\": 18639, \"objects\": [{\"bbox\": {\"xmin\": 928.409, \"ymin\": 934.659, \"xmax\": 944.8864, \"ymax\": 952.8409}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1121.59, \"ymin\": 946.023, \"xmax\": 1135.7955, \"ymax\": 960.7955000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1092.61, \"ymin\": 946.591, \"xmax\": 1106.8182, \"ymax\": 960.7955000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1106.81, \"ymin\": 945.454, \"xmax\": 1119.8826999999999, \"ymax\": 959.6586}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 860.795, \"ymin\": 938.068, \"xmax\": 877.8408999999999, \"ymax\": 954.5455}, \"category\": \"pne\"}]}, \"14505\": {\"path\": \"test/14505.jpg\", \"id\": 14505, \"objects\": [{\"bbox\": {\"xmin\": 1280.602783203125, \"ymin\": 883.423828125, \"xmax\": 1307.35205078125, \"ymax\": 912.27734375}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1711.3624267578125, \"ymin\": 595.2432250976562, \"xmax\": 1778.4542236328125, \"ymax\": 679.9373168945312}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1951.5380859375, \"ymin\": 655.0440673828125, \"xmax\": 2002.109375, \"ymax\": 723.0672607421875}, \"category\": \"phclr\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 881.0, \"xmax\": 1281.0, \"ymax\": 911.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1309.0, \"ymin\": 885.0, \"xmax\": 1336.0, \"ymax\": 912.0}, \"category\": \"pn\"}]}, \"94966\": {\"path\": \"test/94966.jpg\", \"id\": 94966, \"objects\": [{\"bbox\": {\"xmin\": 1707.92, \"ymin\": 804.95, \"xmax\": 1742.5743, \"ymax\": 843.5644000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1405.94, \"ymin\": 974.257, \"xmax\": 1421.7795, \"ymax\": 998.0197999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1466.34, \"ymin\": 782.178, \"xmax\": 1503.9604, \"ymax\": 824.7521}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1536.36, \"ymin\": 986.364, \"xmax\": 1555.1136, \"ymax\": 1012.5}, \"category\": \"w18\"}]}, \"24121\": {\"path\": \"other/24121.jpg\", \"id\": 24121, \"objects\": [{\"bbox\": {\"xmin\": 1178.0, \"ymin\": 483.0, \"xmax\": 1306.0, \"ymax\": 598.0}, \"category\": \"pr60\"}]}, \"35996\": {\"path\": \"train/35996.jpg\", \"id\": 35996, \"objects\": [{\"bbox\": {\"xmin\": 1570.67, \"ymin\": 717.333, \"xmax\": 1626.6667, \"ymax\": 777.3333}, \"category\": \"pl40\"}]}, \"75147\": {\"path\": \"train/75147.jpg\", \"id\": 75147, \"objects\": [{\"bbox\": {\"xmin\": 740.0, \"ymin\": 970.667, \"xmax\": 774.6667, \"ymax\": 1009.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 741.333, \"ymin\": 1010.67, \"xmax\": 776.0, \"ymax\": 1045.3333}, \"category\": \"pl5\"}]}, \"8024\": {\"path\": \"train/8024.jpg\", \"id\": 8024, \"objects\": [{\"bbox\": {\"xmin\": 1415.0, \"ymin\": 969.0, \"xmax\": 1520.0, \"ymax\": 1077.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1413.0, \"ymin\": 864.0, \"xmax\": 1517.0, \"ymax\": 967.0}, \"category\": \"pr50\"}, {\"bbox\": {\"xmin\": 906.0, \"ymin\": 675.0, \"xmax\": 983.0, \"ymax\": 741.0}, \"category\": \"w22\"}]}, \"11621\": {\"path\": \"test/11621.jpg\", \"id\": 11621, \"objects\": [{\"bbox\": {\"xmin\": 1571.29, \"ymin\": 933.663, \"xmax\": 1590.1195, \"ymax\": 954.4547}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1494.06, \"ymin\": 932.673, \"xmax\": 1513.8627999999999, \"ymax\": 953.4653}, \"category\": \"pne\"}]}, \"67275\": {\"path\": \"train/67275.jpg\", \"id\": 67275, \"objects\": [{\"bbox\": {\"xmin\": 78.6667, \"ymin\": 989.333, \"xmax\": 128.0, \"ymax\": 1062.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 201.333, \"ymin\": 821.333, \"xmax\": 261.3333, \"ymax\": 885.3333}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 1528.0, \"ymin\": 992.0, \"xmax\": 1561.3333, \"ymax\": 1028.0}, \"category\": \"pbm\"}]}, \"43144\": {\"path\": \"test/43144.jpg\", \"id\": 43144, \"objects\": [{\"bbox\": {\"xmin\": 1128.0, \"ymin\": 526.667, \"xmax\": 1256.0, \"ymax\": 641.3330000000001}, \"category\": \"pl40\"}]}, \"32162\": {\"path\": \"test/32162.jpg\", \"id\": 32162, \"objects\": [{\"bbox\": {\"xmin\": 638.348, \"ymin\": 542.308, \"xmax\": 675.2479, \"ymax\": 653.846}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 588.462, \"ymin\": 482.178, \"xmax\": 638.4615, \"ymax\": 623.077}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 676.809, \"ymin\": 583.625, \"xmax\": 715.271, \"ymax\": 689.109}, \"category\": \"pn\"}]}, \"65709\": {\"path\": \"test/65709.jpg\", \"id\": 65709, \"objects\": [{\"bbox\": {\"xmin\": 1630.77, \"ymin\": 849.02, \"xmax\": 1707.8431, \"ymax\": 930.7698}, \"category\": \"ip\"}]}, \"95176\": {\"path\": \"train/95176.jpg\", \"id\": 95176, \"objects\": [{\"bbox\": {\"xmin\": 1444.55, \"ymin\": 877.228, \"xmax\": 1479.2078999999999, \"ymax\": 910.8910999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 504.95, \"ymin\": 949.505, \"xmax\": 532.6733, \"ymax\": 981.1881}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1738.61, \"ymin\": 904.95, \"xmax\": 1763.3663, \"ymax\": 931.6832}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1687.13, \"ymin\": 901.98, \"xmax\": 1710.8911, \"ymax\": 929.703}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1713.86, \"ymin\": 905.941, \"xmax\": 1737.6237999999998, \"ymax\": 932.6733}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1312.87, \"ymin\": 879.208, \"xmax\": 1347.5222999999999, \"ymax\": 912.8713}, \"category\": \"pne\"}]}, \"23985\": {\"path\": \"train/23985.jpg\", \"id\": 23985, \"objects\": [{\"bbox\": {\"xmin\": 1857.0, \"ymin\": 955.0, \"xmax\": 1950.0, \"ymax\": 1052.0}, \"category\": \"p10\"}]}, \"15503\": {\"path\": \"train/15503.jpg\", \"id\": 15503, \"objects\": [{\"bbox\": {\"xmin\": 1172.47, \"ymin\": 891.305, \"xmax\": 1197.4638, \"ymax\": 917.3916999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1227.54, \"ymin\": 890.942, \"xmax\": 1253.6248, \"ymax\": 916.3043}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1199.28, \"ymin\": 890.58, \"xmax\": 1225.3623, \"ymax\": 915.5797}, \"category\": \"pn\"}]}, \"74553\": {\"path\": \"test/74553.jpg\", \"id\": 74553, \"objects\": [{\"bbox\": {\"xmin\": 35.0993, \"ymin\": 1051.65, \"xmax\": 52.9801, \"ymax\": 1071.5209}, \"category\": \"pne\"}]}, \"43560\": {\"path\": \"test/43560.jpg\", \"id\": 43560, \"objects\": [{\"bbox\": {\"xmin\": 1623.68, \"ymin\": 561.842, \"xmax\": 1714.4737, \"ymax\": 668.4209999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1373.68, \"ymin\": 532.895, \"xmax\": 1497.3680000000002, \"ymax\": 652.632}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1506.58, \"ymin\": 538.158, \"xmax\": 1613.158, \"ymax\": 652.6320000000001}, \"category\": \"pn\"}]}, \"63915\": {\"path\": \"test/63915.jpg\", \"id\": 63915, \"objects\": [{\"bbox\": {\"xmin\": 1386.99, \"ymin\": 886.718, \"xmax\": 1470.4047, \"ymax\": 967.3081999999999}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1385.38, \"ymin\": 967.097, \"xmax\": 1470.4184, \"ymax\": 1047.0973999999999}, \"category\": \"w57\"}]}, \"68528\": {\"path\": \"train/68528.jpg\", \"id\": 68528, \"objects\": [{\"bbox\": {\"xmin\": 974.667, \"ymin\": 892.0, \"xmax\": 1006.6667, \"ymax\": 926.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1257.33, \"ymin\": 1000.0, \"xmax\": 1316.0, \"ymax\": 1056.0}, \"category\": \"pcr\"}]}, \"62082\": {\"path\": \"train/62082.jpg\", \"id\": 62082, \"objects\": [{\"bbox\": {\"xmin\": 1336.28, \"ymin\": 980.088, \"xmax\": 1354.4248, \"ymax\": 999.115}, \"category\": \"p5\"}]}, \"70168\": {\"path\": \"train/70168.jpg\", \"id\": 70168, \"objects\": [{\"bbox\": {\"xmin\": 1040.63, \"ymin\": 935.857, \"xmax\": 1058.1673, \"ymax\": 953.7853}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1062.15, \"ymin\": 936.654, \"xmax\": 1079.6797000000001, \"ymax\": 954.1837}, \"category\": \"pl20\"}]}, \"84494\": {\"path\": \"train/84494.jpg\", \"id\": 84494, \"objects\": [{\"bbox\": {\"xmin\": 164.0, \"ymin\": 989.333, \"xmax\": 200.0, \"ymax\": 1032.0}, \"category\": \"p10\"}]}, \"82423\": {\"path\": \"train/82423.jpg\", \"id\": 82423, \"objects\": [{\"bbox\": {\"xmin\": 1514.67, \"ymin\": 413.333, \"xmax\": 1648.0, \"ymax\": 538.667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1141.33, \"ymin\": 897.333, \"xmax\": 1168.0, \"ymax\": 922.6667}, \"category\": \"p1n\"}]}, \"46092\": {\"path\": \"other/46092.jpg\", \"id\": 46092, \"objects\": [{\"bbox\": {\"xmin\": 472.89776611328125, \"ymin\": 977.685791015625, \"xmax\": 499.3070068359375, \"ymax\": 1017.818359375}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 472.093017578125, \"ymin\": 905.4668579101562, \"xmax\": 499.56787109375, \"ymax\": 948.4340209960938}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 473.9538879394531, \"ymin\": 1024.4193115234375, \"xmax\": 496.9887390136719, \"ymax\": 1064.4940185546875}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 475.7037658691406, \"ymin\": 1071.369873046875, \"xmax\": 499.5224304199219, \"ymax\": 1113.201416015625}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 472.2849426269531, \"ymin\": 844.12744140625, \"xmax\": 497.2338562011719, \"ymax\": 885.764404296875}, \"category\": \"pmb\"}]}, \"21349\": {\"path\": \"train/21349.jpg\", \"id\": 21349, \"objects\": [{\"bbox\": {\"xmin\": 866.0, \"ymin\": 819.0, \"xmax\": 903.0, \"ymax\": 856.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 864.0, \"ymin\": 860.0, \"xmax\": 902.0, \"ymax\": 895.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 865.0, \"ymin\": 898.0, \"xmax\": 900.0, \"ymax\": 933.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 534.0, \"ymin\": 873.0, \"xmax\": 569.0, \"ymax\": 909.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 534.0, \"ymin\": 837.0, \"xmax\": 569.0, \"ymax\": 871.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 534.0, \"ymin\": 910.0, \"xmax\": 566.0, \"ymax\": 946.0}, \"category\": \"pm55\"}]}, \"43094\": {\"path\": \"other/43094.jpg\", \"id\": 43094, \"objects\": [{\"bbox\": {\"xmin\": 1197.33, \"ymin\": 736.0, \"xmax\": 1268.0, \"ymax\": 808.0}, \"category\": \"pr60\"}]}, \"61561\": {\"path\": \"other/61561.jpg\", \"id\": 61561, \"objects\": [{\"bbox\": {\"xmin\": 796.9779663085938, \"ymin\": 1023.7266235351562, \"xmax\": 825.4972534179688, \"ymax\": 1056.5089111328125}, \"category\": \"pl30\"}]}, \"96053\": {\"path\": \"test/96053.jpg\", \"id\": 96053, \"objects\": [{\"bbox\": {\"xmin\": 928.713, \"ymin\": 929.703, \"xmax\": 945.5444, \"ymax\": 952.4752}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 862.376, \"ymin\": 938.614, \"xmax\": 878.2178, \"ymax\": 955.4455}, \"category\": \"pne\"}]}, \"89364\": {\"path\": \"train/89364.jpg\", \"id\": 89364, \"objects\": [{\"bbox\": {\"xmin\": 1803.0, \"ymin\": 972.0, \"xmax\": 1844.0, \"ymax\": 1013.0}, \"category\": \"p26\"}]}, \"65858\": {\"path\": \"test/65858.jpg\", \"id\": 65858, \"objects\": [{\"bbox\": {\"xmin\": 80.0, \"ymin\": 1088.8, \"xmax\": 173.6, \"ymax\": 1196.0}, \"category\": \"pl100\"}]}, \"24425\": {\"path\": \"test/24425.jpg\", \"id\": 24425, \"objects\": [{\"bbox\": {\"xmin\": 1652.48, \"ymin\": 774.257, \"xmax\": 1703.9604, \"ymax\": 826.7326999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1696.04, \"ymin\": 879.208, \"xmax\": 1715.8416, \"ymax\": 906.9307}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1646.53, \"ymin\": 873.267, \"xmax\": 1671.2871, \"ymax\": 900.9901000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1674.26, \"ymin\": 878.218, \"xmax\": 1694.0594, \"ymax\": 904.9504999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1447.52, \"ymin\": 760.396, \"xmax\": 1503.9604, \"ymax\": 817.8217999999999}, \"category\": \"pne\"}]}, \"18935\": {\"path\": \"test/18935.jpg\", \"id\": 18935, \"objects\": [{\"bbox\": {\"xmin\": 423.0, \"ymin\": 887.0, \"xmax\": 452.0, \"ymax\": 914.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 86.0, \"ymin\": 914.0, \"xmax\": 103.0, \"ymax\": 934.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 369.0, \"ymin\": 888.0, \"xmax\": 393.0, \"ymax\": 914.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 289.0, \"ymin\": 889.0, \"xmax\": 311.0, \"ymax\": 913.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 260.0, \"ymin\": 888.0, \"xmax\": 285.0, \"ymax\": 916.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 316.0, \"ymin\": 888.0, \"xmax\": 344.0, \"ymax\": 917.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 395.0, \"ymin\": 888.0, \"xmax\": 422.0, \"ymax\": 915.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 653.0, \"ymin\": 957.0, \"xmax\": 670.0, \"ymax\": 974.0}, \"category\": \"pdd\"}]}, \"29178\": {\"path\": \"test/29178.jpg\", \"id\": 29178, \"objects\": [{\"bbox\": {\"xmin\": 1029.33, \"ymin\": 825.333, \"xmax\": 1073.3333, \"ymax\": 869.333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 1008.0, \"xmax\": 1502.6667, \"ymax\": 1034.6667}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 986.667, \"ymin\": 824.0, \"xmax\": 1033.3333, \"ymax\": 865.3333}, \"category\": \"w57\"}]}, \"84104\": {\"path\": \"train/84104.jpg\", \"id\": 84104, \"objects\": [{\"bbox\": {\"xmin\": 1960.78, \"ymin\": 972.549, \"xmax\": 2021.5686, \"ymax\": 1037.2549}, \"category\": \"pm30\"}]}, \"14786\": {\"path\": \"train/14786.jpg\", \"id\": 14786, \"objects\": [{\"bbox\": {\"xmin\": 1117.11, \"ymin\": 780.263, \"xmax\": 1169.7325999999998, \"ymax\": 831.5787}, \"category\": \"pl40\"}]}, \"89395\": {\"path\": \"other/89395.jpg\", \"id\": 89395, \"objects\": [{\"bbox\": {\"xmin\": 1780.0, \"ymin\": 886.667, \"xmax\": 1866.6667, \"ymax\": 973.3333}, \"category\": \"pl65\"}, {\"bbox\": {\"xmin\": 1857.33, \"ymin\": 861.333, \"xmax\": 1946.6600999999998, \"ymax\": 954.6667}, \"category\": \"pl65\"}]}, \"96171\": {\"path\": \"train/96171.jpg\", \"id\": 96171, \"objects\": [{\"bbox\": {\"xmin\": 209.6704864501953, \"ymin\": 964.7291870117188, \"xmax\": 256.9718933105469, \"ymax\": 1038.819580078125}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1533.33, \"ymin\": 938.667, \"xmax\": 1606.6667, \"ymax\": 1014.6667}, \"category\": \"pl80\"}]}, \"29619\": {\"path\": \"train/29619.jpg\", \"id\": 29619, \"objects\": [{\"bbox\": {\"xmin\": 26.6667, \"ymin\": 930.667, \"xmax\": 127.99969999999999, \"ymax\": 1033.333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 25.3333, \"ymin\": 824.0, \"xmax\": 121.33330000000001, \"ymax\": 925.333}, \"category\": \"pr40\"}]}, \"44300\": {\"path\": \"train/44300.jpg\", \"id\": 44300, \"objects\": [{\"bbox\": {\"xmin\": 1788.0, \"ymin\": 967.2, \"xmax\": 1862.4, \"ymax\": 1053.0569}, \"category\": \"i5\"}]}, \"24289\": {\"path\": \"train/24289.jpg\", \"id\": 24289, \"objects\": [{\"bbox\": {\"xmin\": 1571.0, \"ymin\": 916.0, \"xmax\": 1671.0, \"ymax\": 1016.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1578.0, \"ymin\": 838.0, \"xmax\": 1654.0, \"ymax\": 916.0}, \"category\": \"pl50\"}]}, \"25421\": {\"path\": \"test/25421.jpg\", \"id\": 25421, \"objects\": [{\"bbox\": {\"xmin\": 1490.08, \"ymin\": 993.0, \"xmax\": 1522.7694, \"ymax\": 1023.6842}, \"category\": \"w57\"}]}, \"23962\": {\"path\": \"test/23962.jpg\", \"id\": 23962, \"objects\": [{\"bbox\": {\"xmin\": 1394.31, \"ymin\": 839.204, \"xmax\": 1431.2464, \"ymax\": 876.7044}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1435.79, \"ymin\": 840.341, \"xmax\": 1472.7273, \"ymax\": 877.2727}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 488.636, \"ymin\": 963.636, \"xmax\": 522.7273, \"ymax\": 996.0227}, \"category\": \"pne\"}]}, \"7197\": {\"path\": \"train/7197.jpg\", \"id\": 7197, \"objects\": [{\"bbox\": {\"xmin\": 440.594, \"ymin\": 960.396, \"xmax\": 466.336, \"ymax\": 999.0099}, \"category\": \"p26\"}]}, \"15023\": {\"path\": \"test/15023.jpg\", \"id\": 15023, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 921.782, \"xmax\": 1219.802, \"ymax\": 964.3562000000001}, \"category\": \"pl40\"}]}, \"67848\": {\"path\": \"train/67848.jpg\", \"id\": 67848, \"objects\": [{\"bbox\": {\"xmin\": 1166.81, \"ymin\": 933.186, \"xmax\": 1188.0481, \"ymax\": 953.5398}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1335.4, \"ymin\": 949.115, \"xmax\": 1348.2275000000002, \"ymax\": 960.6198}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1347.84, \"ymin\": 950.498, \"xmax\": 1360.4629, \"ymax\": 962.4585000000001}, \"category\": \"pn\"}]}, \"77343\": {\"path\": \"test/77343.jpg\", \"id\": 77343, \"objects\": [{\"bbox\": {\"xmin\": 213.0, \"ymin\": 964.0, \"xmax\": 234.0, \"ymax\": 997.0}, \"category\": \"p6\"}]}, \"69016\": {\"path\": \"train/69016.jpg\", \"id\": 69016, \"objects\": [{\"bbox\": {\"xmin\": 1556.72, \"ymin\": 876.119, \"xmax\": 1581.592, \"ymax\": 905.9702}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1586.07, \"ymin\": 880.597, \"xmax\": 1611.9403, \"ymax\": 909.4526999999999}, \"category\": \"pn\"}]}, \"48378\": {\"path\": \"other/48378.jpg\", \"id\": 48378, \"objects\": [{\"bbox\": {\"xmin\": 1577.0, \"ymin\": 971.0, \"xmax\": 1601.0, \"ymax\": 997.0}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1240.0, \"ymin\": 956.0, \"xmax\": 1263.0, \"ymax\": 982.0}, \"category\": \"pl90\"}]}, \"77771\": {\"path\": \"train/77771.jpg\", \"id\": 77771, \"objects\": [{\"bbox\": {\"xmin\": 1497.0, \"ymin\": 934.0, \"xmax\": 1592.0, \"ymax\": 1032.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 321.0, \"ymin\": 891.0, \"xmax\": 363.0, \"ymax\": 944.0}, \"category\": \"p20\"}]}, \"30437\": {\"path\": \"test/30437.jpg\", \"id\": 30437, \"objects\": [{\"bbox\": {\"xmin\": 1578.67, \"ymin\": 916.0, \"xmax\": 1656.0, \"ymax\": 994.6667}, \"category\": \"pl60\"}]}, \"68388\": {\"path\": \"train/68388.jpg\", \"id\": 68388, \"objects\": [{\"bbox\": {\"xmin\": 906.349, \"ymin\": 938.889, \"xmax\": 923.8095000000001, \"ymax\": 957.1429}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 849.206, \"ymin\": 942.063, \"xmax\": 862.6984, \"ymax\": 957.9365}, \"category\": \"pne\"}]}, \"4694\": {\"path\": \"train/4694.jpg\", \"id\": 4694, \"objects\": [{\"bbox\": {\"xmin\": 992.0, \"ymin\": 570.0, \"xmax\": 1055.0, \"ymax\": 628.0}, \"category\": \"pl70\"}]}, \"71667\": {\"path\": \"other/71667.jpg\", \"id\": 71667, \"objects\": [{\"bbox\": {\"xmin\": 1943.2, \"ymin\": 1022.4, \"xmax\": 1987.2, \"ymax\": 1074.4}, \"category\": \"pl15\"}]}, \"63201\": {\"path\": \"test/63201.jpg\", \"id\": 63201, \"objects\": [{\"bbox\": {\"xmin\": 1225.6, \"ymin\": 881.6, \"xmax\": 1241.6, \"ymax\": 899.2}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1326.4, \"ymin\": 881.6, \"xmax\": 1340.8000000000002, \"ymax\": 899.2}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1274.4, \"ymin\": 882.4, \"xmax\": 1291.2, \"ymax\": 899.1999999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1206.4, \"ymin\": 863.2, \"xmax\": 1224.0, \"ymax\": 880.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1225.6, \"ymin\": 863.2, \"xmax\": 1241.6, \"ymax\": 880.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1256.8, \"ymin\": 880.0, \"xmax\": 1272.8, \"ymax\": 897.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1207.2, \"ymin\": 880.8, \"xmax\": 1222.4, \"ymax\": 896.8}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1307.2, \"ymin\": 881.6, \"xmax\": 1323.2, \"ymax\": 898.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1367.2, \"ymin\": 884.0, \"xmax\": 1383.2, \"ymax\": 900.8}, \"category\": \"pne\"}]}, \"74738\": {\"path\": \"train/74738.jpg\", \"id\": 74738, \"objects\": [{\"bbox\": {\"xmin\": 562.698, \"ymin\": 884.921, \"xmax\": 572.22222, \"ymax\": 908.7302000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1245.24, \"ymin\": 928.571, \"xmax\": 1262.6984, \"ymax\": 948.4127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1924.6, \"ymin\": 926.19, \"xmax\": 1940.4761999999998, \"ymax\": 945.2381}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 536.508, \"ymin\": 878.571, \"xmax\": 548.4127000000001, \"ymax\": 906.3492}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1192.06, \"ymin\": 927.778, \"xmax\": 1209.5238, \"ymax\": 945.2381}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1885.71, \"ymin\": 928.571, \"xmax\": 1899.2063, \"ymax\": 946.8254000000001}, \"category\": \"pne\"}]}, \"11761\": {\"path\": \"train/11761.jpg\", \"id\": 11761, \"objects\": [{\"bbox\": {\"xmin\": 1279.54, \"ymin\": 1154.55, \"xmax\": 1297.1581999999999, \"ymax\": 1172.7273}, \"category\": \"pl5\"}]}, \"97015\": {\"path\": \"train/97015.jpg\", \"id\": 97015, \"objects\": [{\"bbox\": {\"xmin\": 616.1358032226562, \"ymin\": 1015.4766845703125, \"xmax\": 646.4801635742188, \"ymax\": 1049.5262451171875}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1297.6, \"ymin\": 849.6, \"xmax\": 1322.3999999999999, \"ymax\": 875.2}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1361.6, \"ymin\": 893.6, \"xmax\": 1386.3999999999999, \"ymax\": 919.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1019.2, \"ymin\": 839.2, \"xmax\": 1040.8, \"ymax\": 861.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1296.8, \"ymin\": 814.4, \"xmax\": 1320.0, \"ymax\": 839.1999999999999}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1330.4, \"ymin\": 832.8, \"xmax\": 1362.4, \"ymax\": 867.1999999999999}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1641.6, \"ymin\": 907.2, \"xmax\": 1661.6, \"ymax\": 928.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1265.6, \"ymin\": 815.2, \"xmax\": 1288.8, \"ymax\": 840.8000000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 532.8, \"ymin\": 844.0, \"xmax\": 568.8, \"ymax\": 886.4}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1264.8, \"ymin\": 851.2, \"xmax\": 1289.6, \"ymax\": 876.8000000000001}, \"category\": \"pbp\"}]}, \"59342\": {\"path\": \"train/59342.jpg\", \"id\": 59342, \"objects\": [{\"bbox\": {\"xmin\": 649.6, \"ymin\": 804.8, \"xmax\": 770.0, \"ymax\": 1031.25}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 644.0, \"ymin\": 581.6, \"xmax\": 760.0, \"ymax\": 809.3430000000001}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 108.8, \"ymin\": 936.8, \"xmax\": 141.9305, \"ymax\": 975.2198999999999}, \"category\": \"i2r\"}]}, \"70836\": {\"path\": \"train/70836.jpg\", \"id\": 70836, \"objects\": [{\"bbox\": {\"xmin\": 1408.0, \"ymin\": 937.333, \"xmax\": 1454.6667, \"ymax\": 1014.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1060.0, \"ymin\": 758.667, \"xmax\": 1120.0, \"ymax\": 816.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1005.33, \"ymin\": 749.333, \"xmax\": 1068.0, \"ymax\": 800.0}, \"category\": \"w57\"}]}, \"21181\": {\"path\": \"train/21181.jpg\", \"id\": 21181, \"objects\": [{\"bbox\": {\"xmin\": 661.386, \"ymin\": 786.139, \"xmax\": 715.8417999999999, \"ymax\": 834.6539}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1222.19, \"ymin\": 888.748, \"xmax\": 1248.0166000000002, \"ymax\": 915.9008}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1344.37, \"ymin\": 927.815, \"xmax\": 1387.4171999999999, \"ymax\": 966.8874000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1347.02, \"ymin\": 985.43, \"xmax\": 1382.1192, \"ymax\": 1025.1656}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1345.7, \"ymin\": 872.848, \"xmax\": 1384.106, \"ymax\": 908.6093}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1190.73, \"ymin\": 886.093, \"xmax\": 1215.2318, \"ymax\": 921.1921}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1253.64, \"ymin\": 888.079, \"xmax\": 1280.1325000000002, \"ymax\": 916.8317}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 482.178, \"ymin\": 806.931, \"xmax\": 527.7228, \"ymax\": 852.4752000000001}, \"category\": \"pne\"}]}, \"71733\": {\"path\": \"train/71733.jpg\", \"id\": 71733, \"objects\": [{\"bbox\": {\"xmin\": 1908.0, \"ymin\": 769.0, \"xmax\": 1959.0, \"ymax\": 835.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1635.0, \"ymin\": 945.0, \"xmax\": 1673.0, \"ymax\": 983.0}, \"category\": \"pn\"}]}, \"57852\": {\"path\": \"train/57852.jpg\", \"id\": 57852, \"objects\": [{\"bbox\": {\"xmin\": 637.4, \"ymin\": 995.2, \"xmax\": 649.9, \"ymax\": 1008.7}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1390.4, \"ymin\": 929.126, \"xmax\": 1429.6596000000002, \"ymax\": 997.2905}, \"category\": \"pcd\"}]}, \"20229\": {\"path\": \"train/20229.jpg\", \"id\": 20229, \"objects\": [{\"bbox\": {\"xmin\": 537.624, \"ymin\": 986.139, \"xmax\": 574.2574000000001, \"ymax\": 1025.0}, \"category\": \"w57\"}]}, \"23594\": {\"path\": \"train/23594.jpg\", \"id\": 23594, \"objects\": [{\"bbox\": {\"xmin\": 264.239, \"ymin\": 912.582, \"xmax\": 290.0662, \"ymax\": 953.6424}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 263.577, \"ymin\": 967.55, \"xmax\": 292.053, \"ymax\": 1007.2847999999999}, \"category\": \"pn\"}]}, \"53600\": {\"path\": \"train/53600.jpg\", \"id\": 53600, \"objects\": [{\"bbox\": {\"xmin\": 882.895, \"ymin\": 893.421, \"xmax\": 917.1061, \"ymax\": 964.4737}, \"category\": \"pl30\"}]}, \"28530\": {\"path\": \"test/28530.jpg\", \"id\": 28530, \"objects\": [{\"bbox\": {\"xmin\": 929.333, \"ymin\": 797.333, \"xmax\": 974.6667, \"ymax\": 841.3326999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1156.0, \"ymin\": 944.0, \"xmax\": 1193.3333, \"ymax\": 984.0}, \"category\": \"pbm\"}]}, \"12636\": {\"path\": \"train/12636.jpg\", \"id\": 12636, \"objects\": [{\"bbox\": {\"xmin\": 1381.33, \"ymin\": 1060.0, \"xmax\": 1408.0, \"ymax\": 1086.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1381.33, \"ymin\": 1032.0, \"xmax\": 1406.6667, \"ymax\": 1057.3333}, \"category\": \"pss\"}]}, \"83879\": {\"path\": \"test/83879.jpg\", \"id\": 83879, \"objects\": [{\"bbox\": {\"xmin\": 673.81, \"ymin\": 892.857, \"xmax\": 698.4127, \"ymax\": 919.0476}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 874.603, \"ymin\": 930.952, \"xmax\": 899.2062999999999, \"ymax\": 959.5238}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 782.54, \"ymin\": 934.127, \"xmax\": 803.9683, \"ymax\": 957.9364999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 828.571, \"ymin\": 933.333, \"xmax\": 853.1746, \"ymax\": 956.3492}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 529.365, \"ymin\": 899.206, \"xmax\": 554.7619, \"ymax\": 923.0159}, \"category\": \"pne\"}]}, \"9529\": {\"path\": \"other/9529.jpg\", \"id\": 9529, \"objects\": [{\"bbox\": {\"xmin\": 252.941, \"ymin\": 1052.94, \"xmax\": 382.353, \"ymax\": 1196.078}, \"category\": \"pm5\"}]}, \"22879\": {\"path\": \"other/22879.jpg\", \"id\": 22879, \"objects\": [{\"bbox\": {\"xmin\": 1214.8038330078125, \"ymin\": 988.8082885742188, \"xmax\": 1236.6751708984375, \"ymax\": 1005.7167358398438}, \"category\": \"w30\"}]}, \"70751\": {\"path\": \"train/70751.jpg\", \"id\": 70751, \"objects\": [{\"bbox\": {\"xmin\": 1495.0, \"ymin\": 928.0, \"xmax\": 1514.0, \"ymax\": 949.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1517.0, \"ymin\": 929.0, \"xmax\": 1534.0, \"ymax\": 952.0}, \"category\": \"pn\"}]}, \"40141\": {\"path\": \"other/40141.jpg\", \"id\": 40141, \"objects\": [{\"bbox\": {\"xmin\": 547.0, \"ymin\": 1024.0, \"xmax\": 604.0, \"ymax\": 1098.0}, \"category\": \"pr20\"}]}, \"44480\": {\"path\": \"test/44480.jpg\", \"id\": 44480, \"objects\": [{\"bbox\": {\"xmin\": 1317.46, \"ymin\": 912.698, \"xmax\": 1338.0952, \"ymax\": 934.9205999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1518.25, \"ymin\": 928.571, \"xmax\": 1534.127, \"ymax\": 949.2063}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1477.78, \"ymin\": 928.571, \"xmax\": 1496.8254, \"ymax\": 947.619}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1498.41, \"ymin\": 927.778, \"xmax\": 1515.8666, \"ymax\": 948.4127}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1224.6, \"ymin\": 908.73, \"xmax\": 1247.619, \"ymax\": 932.5397}, \"category\": \"pne\"}]}, \"77556\": {\"path\": \"train/77556.jpg\", \"id\": 77556, \"objects\": [{\"bbox\": {\"xmin\": 1394.67, \"ymin\": 905.333, \"xmax\": 1429.3333, \"ymax\": 941.3333}, \"category\": \"pl40\"}]}, \"49924\": {\"path\": \"test/49924.jpg\", \"id\": 49924, \"objects\": [{\"bbox\": {\"xmin\": 58.6667, \"ymin\": 509.333, \"xmax\": 137.3333, \"ymax\": 617.3330000000001}, \"category\": \"pl60\"}]}, \"14551\": {\"path\": \"train/14551.jpg\", \"id\": 14551, \"objects\": [{\"bbox\": {\"xmin\": 382.4, \"ymin\": 815.659, \"xmax\": 415.8108, \"ymax\": 871.9975}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 51.2, \"ymin\": 933.6, \"xmax\": 106.6231, \"ymax\": 991.2}, \"category\": \"i4\"}]}, \"42995\": {\"path\": \"other/42995.jpg\", \"id\": 42995, \"objects\": [{\"bbox\": {\"xmin\": 1561.84, \"ymin\": 814.474, \"xmax\": 1706.5819999999999, \"ymax\": 940.789}, \"category\": \"w30\"}]}, \"5288\": {\"path\": \"test/5288.jpg\", \"id\": 5288, \"objects\": [{\"bbox\": {\"xmin\": 1412.0, \"ymin\": 976.0, \"xmax\": 1441.3333, \"ymax\": 1033.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1085.33, \"ymin\": 825.333, \"xmax\": 1134.6667, \"ymax\": 874.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1037.33, \"ymin\": 818.667, \"xmax\": 1086.6667, \"ymax\": 861.3333}, \"category\": \"w57\"}]}, \"49185\": {\"path\": \"train/49185.jpg\", \"id\": 49185, \"objects\": [{\"bbox\": {\"xmin\": 1511.84, \"ymin\": 861.842, \"xmax\": 1546.0526, \"ymax\": 897.3684}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1548.68, \"ymin\": 859.211, \"xmax\": 1576.3158, \"ymax\": 898.6842}, \"category\": \"pn\"}]}, \"25162\": {\"path\": \"train/25162.jpg\", \"id\": 25162, \"objects\": [{\"bbox\": {\"xmin\": 1322.5723876953125, \"ymin\": 970.4871826171875, \"xmax\": 1361.6055908203125, \"ymax\": 1007.8250732421875}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1352.94, \"ymin\": 680.392, \"xmax\": 1421.5686, \"ymax\": 743.1373000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1262.75, \"ymin\": 672.549, \"xmax\": 1337.2549, \"ymax\": 743.1373}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1435.29, \"ymin\": 682.353, \"xmax\": 1515.6862999999998, \"ymax\": 750.9803999999999}, \"category\": \"pn\"}]}, \"12675\": {\"path\": \"train/12675.jpg\", \"id\": 12675, \"objects\": [{\"bbox\": {\"xmin\": 640.0, \"ymin\": 936.0, \"xmax\": 698.6667, \"ymax\": 994.6667}, \"category\": \"p23\"}]}, \"1120\": {\"path\": \"test/1120.jpg\", \"id\": 1120, \"objects\": [{\"bbox\": {\"xmin\": 1453.47, \"ymin\": 1017.82, \"xmax\": 1487.1287, \"ymax\": 1051.4850000000001}, \"category\": \"pl30\"}]}, \"48103\": {\"path\": \"test/48103.jpg\", \"id\": 48103, \"objects\": [{\"bbox\": {\"xmin\": 674.5552978515625, \"ymin\": 887.8421020507812, \"xmax\": 712.4725341796875, \"ymax\": 927.7413940429688}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 550.7438354492188, \"ymin\": 892.5171508789062, \"xmax\": 589.2800903320312, \"ymax\": 928.2315063476562}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1002.4, \"ymin\": 922.4, \"xmax\": 1017.6, \"ymax\": 937.6}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 968.0, \"ymin\": 924.0, \"xmax\": 982.0, \"ymax\": 937.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 984.8, \"ymin\": 924.0, \"xmax\": 1000.0, \"ymax\": 938.4}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1306.0, \"ymin\": 944.0, \"xmax\": 1330.0, \"ymax\": 971.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1304.0, \"ymin\": 972.0, \"xmax\": 1327.0, \"ymax\": 999.0}, \"category\": \"i2r\"}]}, \"78692\": {\"path\": \"test/78692.jpg\", \"id\": 78692, \"objects\": [{\"bbox\": {\"xmin\": 1305.56, \"ymin\": 874.603, \"xmax\": 1333.3333, \"ymax\": 901.5872999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1167.46, \"ymin\": 878.571, \"xmax\": 1196.8254, \"ymax\": 907.1429}, \"category\": \"i4\"}]}, \"56146\": {\"path\": \"train/56146.jpg\", \"id\": 56146, \"objects\": [{\"bbox\": {\"xmin\": 1704.0, \"ymin\": 477.333, \"xmax\": 1800.0, \"ymax\": 577.3330000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 554.667, \"ymin\": 349.333, \"xmax\": 677.3330000000001, \"ymax\": 452.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1166.67, \"ymin\": 364.0, \"xmax\": 1298.6670000000001, \"ymax\": 473.33299999999997}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1989.33, \"ymin\": 514.667, \"xmax\": 2048.0, \"ymax\": 601.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 104.0, \"ymin\": 401.333, \"xmax\": 237.333, \"ymax\": 549.3330000000001}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 302.667, \"ymin\": 374.667, \"xmax\": 409.33299999999997, \"ymax\": 476.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 866.667, \"ymin\": 341.333, \"xmax\": 1000.0, \"ymax\": 448.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1469.33, \"ymin\": 417.333, \"xmax\": 1582.667, \"ymax\": 520.0}, \"category\": \"pl80\"}]}, \"50505\": {\"path\": \"test/50505.jpg\", \"id\": 50505, \"objects\": [{\"bbox\": {\"xmin\": 1488.8, \"ymin\": 716.0, \"xmax\": 1541.6, \"ymax\": 772.8}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1545.6, \"ymin\": 718.4, \"xmax\": 1597.6, \"ymax\": 773.6}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1599.2, \"ymin\": 717.6, \"xmax\": 1647.2, \"ymax\": 772.0}, \"category\": \"w22\"}]}, \"87629\": {\"path\": \"train/87629.jpg\", \"id\": 87629, \"objects\": [{\"bbox\": {\"xmin\": 1065.87, \"ymin\": 916.667, \"xmax\": 1088.0952, \"ymax\": 936.5079000000001}, \"category\": \"pl40\"}]}, \"336\": {\"path\": \"other/336.jpg\", \"id\": 336, \"objects\": [{\"bbox\": {\"xmin\": 1403.96, \"ymin\": 978.218, \"xmax\": 1419.8020000000001, \"ymax\": 994.0594}, \"category\": \"w30\"}]}, \"9397\": {\"path\": \"test/9397.jpg\", \"id\": 9397, \"objects\": [{\"bbox\": {\"xmin\": 1128.95, \"ymin\": 876.316, \"xmax\": 1171.0574000000001, \"ymax\": 975.0}, \"category\": \"pne\"}]}, \"18925\": {\"path\": \"test/18925.jpg\", \"id\": 18925, \"objects\": [{\"bbox\": {\"xmin\": 1224.63, \"ymin\": 893.116, \"xmax\": 1252.1709, \"ymax\": 921.7395}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1198.19, \"ymin\": 896.015, \"xmax\": 1224.2754, \"ymax\": 921.7393999999999}, \"category\": \"w13\"}]}, \"91392\": {\"path\": \"other/91392.jpg\", \"id\": 91392, \"objects\": [{\"bbox\": {\"xmin\": 537.302, \"ymin\": 995.238, \"xmax\": 550.7937000000001, \"ymax\": 1015.8727}, \"category\": \"pne\"}]}, \"29597\": {\"path\": \"test/29597.jpg\", \"id\": 29597, \"objects\": [{\"bbox\": {\"xmin\": 1884.0, \"ymin\": 1019.0, \"xmax\": 1898.0, \"ymax\": 1035.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1824.0, \"ymin\": 930.0, \"xmax\": 1841.0, \"ymax\": 950.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1842.0, \"ymin\": 931.0, \"xmax\": 1862.0, \"ymax\": 953.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 167.0, \"ymin\": 996.0, \"xmax\": 199.0, \"ymax\": 1044.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 2001.0, \"ymin\": 995.0, \"xmax\": 2016.0, \"ymax\": 1013.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 2004.0, \"ymin\": 1054.0, \"xmax\": 2016.0, \"ymax\": 1067.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 162.0, \"ymin\": 1054.0, \"xmax\": 195.0, \"ymax\": 1101.0}, \"category\": \"i2r\"}]}, \"58710\": {\"path\": \"test/58710.jpg\", \"id\": 58710, \"objects\": [{\"bbox\": {\"xmin\": 790.4, \"ymin\": 931.354, \"xmax\": 834.4292, \"ymax\": 975.9293}, \"category\": \"w59\"}]}, \"26766\": {\"path\": \"train/26766.jpg\", \"id\": 26766, \"objects\": [{\"bbox\": {\"xmin\": 1446.03, \"ymin\": 877.778, \"xmax\": 1478.5714, \"ymax\": 911.9048}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1321.43, \"ymin\": 872.222, \"xmax\": 1354.7619, \"ymax\": 906.3492}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 873.81, \"ymin\": 779.365, \"xmax\": 919.8412999999999, \"ymax\": 830.9524}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1242.06, \"ymin\": 923.81, \"xmax\": 1261.9048, \"ymax\": 945.2380999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1217.46, \"ymin\": 923.81, \"xmax\": 1238.0952, \"ymax\": 946.8254}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1264.29, \"ymin\": 924.603, \"xmax\": 1284.9195, \"ymax\": 944.4444}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 650.794, \"ymin\": 792.857, \"xmax\": 696.8254, \"ymax\": 839.6825}, \"category\": \"pne\"}]}, \"67837\": {\"path\": \"train/67837.jpg\", \"id\": 67837, \"objects\": [{\"bbox\": {\"xmin\": 1238.89, \"ymin\": 919.048, \"xmax\": 1265.873, \"ymax\": 944.4444}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1390.48, \"ymin\": 938.095, \"xmax\": 1406.3492, \"ymax\": 958.7302000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1353.97, \"ymin\": 938.889, \"xmax\": 1370.6349, \"ymax\": 961.1111}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1372.22, \"ymin\": 938.095, \"xmax\": 1388.8889, \"ymax\": 961.1111000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1138.89, \"ymin\": 914.286, \"xmax\": 1165.873, \"ymax\": 944.4444}, \"category\": \"pne\"}]}, \"62184\": {\"path\": \"train/62184.jpg\", \"id\": 62184, \"objects\": [{\"bbox\": {\"xmin\": 696.8, \"ymin\": 956.0, \"xmax\": 726.4, \"ymax\": 985.6}, \"category\": \"i5\"}]}, \"5933\": {\"path\": \"train/5933.jpg\", \"id\": 5933, \"objects\": [{\"bbox\": {\"xmin\": 607.2, \"ymin\": 1159.2, \"xmax\": 634.4000000000001, \"ymax\": 1189.6000000000001}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 606.4, \"ymin\": 1104.0, \"xmax\": 634.4, \"ymax\": 1132.0}, \"category\": \"p26\"}]}, \"74446\": {\"path\": \"test/74446.jpg\", \"id\": 74446, \"objects\": [{\"bbox\": {\"xmin\": 1277.6, \"ymin\": 943.2, \"xmax\": 1303.1999999999998, \"ymax\": 972.0}, \"category\": \"pl20\"}]}, \"81118\": {\"path\": \"train/81118.jpg\", \"id\": 81118, \"objects\": [{\"bbox\": {\"xmin\": 847.059, \"ymin\": 927.451, \"xmax\": 900.0, \"ymax\": 1003.9216}, \"category\": \"p19\"}]}, \"94206\": {\"path\": \"test/94206.jpg\", \"id\": 94206, \"objects\": [{\"bbox\": {\"xmin\": 1053.97, \"ymin\": 938.095, \"xmax\": 1072.2222, \"ymax\": 958.7302000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1074.6, \"ymin\": 938.095, \"xmax\": 1092.8571, \"ymax\": 960.3175}, \"category\": \"pn\"}]}, \"32328\": {\"path\": \"train/32328.jpg\", \"id\": 32328, \"objects\": [{\"bbox\": {\"xmin\": 961.0, \"ymin\": 661.0, \"xmax\": 1047.0, \"ymax\": 743.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1740.0, \"ymin\": 676.0, \"xmax\": 1792.0, \"ymax\": 733.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 961.0, \"ymin\": 574.0, \"xmax\": 1044.0, \"ymax\": 651.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1059.0, \"ymin\": 573.0, \"xmax\": 1144.0, \"ymax\": 651.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1058.0, \"ymin\": 660.0, \"xmax\": 1145.0, \"ymax\": 744.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1447.0, \"ymin\": 875.0, \"xmax\": 1519.0, \"ymax\": 954.0}, \"category\": \"pbp\"}]}, \"70490\": {\"path\": \"train/70490.jpg\", \"id\": 70490, \"objects\": [{\"bbox\": {\"xmin\": 346.032, \"ymin\": 661.111, \"xmax\": 421.42789999999997, \"ymax\": 770.635}, \"category\": \"pl40\"}]}, \"85916\": {\"path\": \"train/85916.jpg\", \"id\": 85916, \"objects\": [{\"bbox\": {\"xmin\": 675.248, \"ymin\": 817.822, \"xmax\": 712.8713, \"ymax\": 856.4356}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1014.85, \"ymin\": 825.743, \"xmax\": 1049.505, \"ymax\": 862.3762}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 535.644, \"ymin\": 826.733, \"xmax\": 570.297, \"ymax\": 869.3068999999999}, \"category\": \"pne\"}]}, \"16424\": {\"path\": \"train/16424.jpg\", \"id\": 16424, \"objects\": [{\"bbox\": {\"xmin\": 1500.0, \"ymin\": 756.0, \"xmax\": 1540.0, \"ymax\": 797.3333}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1752.0, \"ymin\": 780.0, \"xmax\": 1785.3333, \"ymax\": 818.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1629.33, \"ymin\": 766.667, \"xmax\": 1665.3333, \"ymax\": 808.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1448.0, \"ymin\": 705.333, \"xmax\": 1490.6667, \"ymax\": 746.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1498.67, \"ymin\": 709.333, \"xmax\": 1541.3333, \"ymax\": 752.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1582.67, \"ymin\": 761.333, \"xmax\": 1621.3333, \"ymax\": 802.6667}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1448.0, \"ymin\": 752.0, \"xmax\": 1490.6667, \"ymax\": 794.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1708.0, \"ymin\": 774.667, \"xmax\": 1744.0, \"ymax\": 814.6667}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1830.67, \"ymin\": 789.333, \"xmax\": 1864.0, \"ymax\": 826.6667}, \"category\": \"pne\"}]}, \"60075\": {\"path\": \"test/60075.jpg\", \"id\": 60075, \"objects\": [{\"bbox\": {\"xmin\": 1157.0, \"ymin\": 849.0, \"xmax\": 1196.0, \"ymax\": 885.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 912.0, \"ymin\": 832.0, \"xmax\": 957.0, \"ymax\": 871.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 667.0, \"ymin\": 949.0, \"xmax\": 714.0, \"ymax\": 999.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1182.0, \"ymin\": 570.0, \"xmax\": 1248.0, \"ymax\": 641.0}, \"category\": \"ph4.8\"}, {\"bbox\": {\"xmin\": 773.0, \"ymin\": 830.0, \"xmax\": 817.0, \"ymax\": 878.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1050.0, \"ymin\": 550.0, \"xmax\": 1122.0, \"ymax\": 623.0}, \"category\": \"pl50\"}]}, \"29903\": {\"path\": \"train/29903.jpg\", \"id\": 29903, \"objects\": [{\"bbox\": {\"xmin\": 1660.0, \"ymin\": 886.0, \"xmax\": 1679.0, \"ymax\": 910.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1684.0, \"ymin\": 889.0, \"xmax\": 1703.0, \"ymax\": 910.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1504.0, \"ymin\": 942.0, \"xmax\": 1525.0, \"ymax\": 966.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1503.0, \"ymin\": 970.0, \"xmax\": 1525.0, \"ymax\": 994.0}, \"category\": \"i2r\"}]}, \"97512\": {\"path\": \"other/97512.jpg\", \"id\": 97512, \"objects\": [{\"bbox\": {\"xmin\": 1572.0, \"ymin\": 924.0, \"xmax\": 1667.0, \"ymax\": 1029.0}, \"category\": \"pr20\"}, {\"bbox\": {\"xmin\": 786.0, \"ymin\": 636.0, \"xmax\": 854.0, \"ymax\": 694.0}, \"category\": \"w1\"}, {\"bbox\": {\"xmin\": 711.0, \"ymin\": 638.0, \"xmax\": 775.0, \"ymax\": 694.0}, \"category\": \"w41\"}, {\"bbox\": {\"xmin\": 864.0, \"ymin\": 629.0, \"xmax\": 932.0, \"ymax\": 689.0}, \"category\": \"w62\"}]}, \"81455\": {\"path\": \"test/81455.jpg\", \"id\": 81455, \"objects\": [{\"bbox\": {\"xmin\": 1412.7413330078125, \"ymin\": 953.621826171875, \"xmax\": 1462.2933349609375, \"ymax\": 989.6014404296875}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1465.33, \"ymin\": 526.667, \"xmax\": 1577.3329999999999, \"ymax\": 638.667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1342.67, \"ymin\": 501.333, \"xmax\": 1469.333, \"ymax\": 613.3330000000001}, \"category\": \"w55\"}]}, \"7177\": {\"path\": \"train/7177.jpg\", \"id\": 7177, \"objects\": [{\"bbox\": {\"xmin\": 1265.0, \"ymin\": 938.0, \"xmax\": 1288.0, \"ymax\": 963.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1482.0, \"ymin\": 843.0, \"xmax\": 1522.0, \"ymax\": 887.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1236.0, \"ymin\": 937.0, \"xmax\": 1258.0, \"ymax\": 964.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1290.0, \"ymin\": 939.0, \"xmax\": 1312.0, \"ymax\": 966.0}, \"category\": \"pn\"}]}, \"74406\": {\"path\": \"train/74406.jpg\", \"id\": 74406, \"objects\": [{\"bbox\": {\"xmin\": 1188.08, \"ymin\": 928.477, \"xmax\": 1212.5828, \"ymax\": 952.9801}, \"category\": \"pl80\"}]}, \"75833\": {\"path\": \"train/75833.jpg\", \"id\": 75833, \"objects\": [{\"bbox\": {\"xmin\": 587.129, \"ymin\": 971.287, \"xmax\": 616.8317000000001, \"ymax\": 1011.8812}, \"category\": \"w57\"}]}, \"30439\": {\"path\": \"other/30439.jpg\", \"id\": 30439, \"objects\": [{\"bbox\": {\"xmin\": 995.238, \"ymin\": 780.158, \"xmax\": 1095.2379, \"ymax\": 881.746}, \"category\": \"ph2.8\"}]}, \"11344\": {\"path\": \"train/11344.jpg\", \"id\": 11344, \"objects\": [{\"bbox\": {\"xmin\": 1454.67, \"ymin\": 854.667, \"xmax\": 1504.0, \"ymax\": 904.0003}, \"category\": \"pl100\"}]}, \"32729\": {\"path\": \"train/32729.jpg\", \"id\": 32729, \"objects\": [{\"bbox\": {\"xmin\": 429.333, \"ymin\": 1046.67, \"xmax\": 474.66670000000005, \"ymax\": 1102.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 428.0, \"ymin\": 990.667, \"xmax\": 474.6667, \"ymax\": 1045.3333}, \"category\": \"pss\"}]}, \"29580\": {\"path\": \"train/29580.jpg\", \"id\": 29580, \"objects\": [{\"bbox\": {\"xmin\": 1286.84, \"ymin\": 632.895, \"xmax\": 1434.211, \"ymax\": 771.053}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1280.26, \"ymin\": 811.842, \"xmax\": 1427.632, \"ymax\": 957.895}, \"category\": \"pn\"}]}, \"21499\": {\"path\": \"train/21499.jpg\", \"id\": 21499, \"objects\": [{\"bbox\": {\"xmin\": 1910.208740234375, \"ymin\": 961.6698608398438, \"xmax\": 1931.142333984375, \"ymax\": 986.0982055664062}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1314.0, \"ymin\": 909.0, \"xmax\": 1337.0, \"ymax\": 932.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 890.0, \"ymin\": 896.0, \"xmax\": 917.0, \"ymax\": 923.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1243.0, \"ymin\": 984.0, \"xmax\": 1259.0, \"ymax\": 1000.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1262.0, \"ymin\": 909.0, \"xmax\": 1284.0, \"ymax\": 932.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1194.0, \"ymin\": 908.0, \"xmax\": 1216.0, \"ymax\": 932.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1167.0, \"ymin\": 910.0, \"xmax\": 1192.0, \"ymax\": 933.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1217.0, \"ymin\": 909.0, \"xmax\": 1239.0, \"ymax\": 931.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 730.0, \"ymin\": 900.0, \"xmax\": 756.0, \"ymax\": 928.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1287.0, \"ymin\": 907.0, \"xmax\": 1310.0, \"ymax\": 933.0}, \"category\": \"im\"}]}, \"80399\": {\"path\": \"other/80399.jpg\", \"id\": 80399, \"objects\": [{\"bbox\": {\"xmin\": 1253.50439453125, \"ymin\": 337.2728271484375, \"xmax\": 1310.568359375, \"ymax\": 459.30889892578125}, \"category\": \"p10\"}]}, \"4305\": {\"path\": \"other/4305.jpg\", \"id\": 4305, \"objects\": [{\"bbox\": {\"xmin\": 500.0833740234375, \"ymin\": 533.9480590820312, \"xmax\": 545.2530517578125, \"ymax\": 646.8511352539062}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 429.2061767578125, \"ymin\": 482.32818603515625, \"xmax\": 492.1505126953125, \"ymax\": 609.2250366210938}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 553.2074584960938, \"ymin\": 565.4053344726562, \"xmax\": 587.8298950195312, \"ymax\": 679.3225708007812}, \"category\": \"pn\"}]}, \"66334\": {\"path\": \"train/66334.jpg\", \"id\": 66334, \"objects\": [{\"bbox\": {\"xmin\": 1415.87, \"ymin\": 835.714, \"xmax\": 1453.1745999999998, \"ymax\": 876.1905}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1284.13, \"ymin\": 832.54, \"xmax\": 1319.8413, \"ymax\": 873.0159}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 742.857, \"ymin\": 846.825, \"xmax\": 776.1904999999999, \"ymax\": 883.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1164.29, \"ymin\": 911.111, \"xmax\": 1188.8889, \"ymax\": 935.7143}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1137.3, \"ymin\": 909.524, \"xmax\": 1161.1110999999999, \"ymax\": 935.7143}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1192.86, \"ymin\": 910.891, \"xmax\": 1214.2857, \"ymax\": 934.1269}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 576.19, \"ymin\": 854.762, \"xmax\": 607.9365, \"ymax\": 892.0635}, \"category\": \"pne\"}]}, \"94054\": {\"path\": \"train/94054.jpg\", \"id\": 94054, \"objects\": [{\"bbox\": {\"xmin\": 588.0, \"ymin\": 702.667, \"xmax\": 648.0, \"ymax\": 762.667}, \"category\": \"pr40\"}]}, \"87275\": {\"path\": \"test/87275.jpg\", \"id\": 87275, \"objects\": [{\"bbox\": {\"xmin\": 1162.0, \"ymin\": 847.0, \"xmax\": 1197.0, \"ymax\": 884.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1118.0, \"ymin\": 845.0, \"xmax\": 1155.0, \"ymax\": 880.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1206.0, \"ymin\": 844.0, \"xmax\": 1245.0, \"ymax\": 889.0}, \"category\": \"pn\"}]}, \"49537\": {\"path\": \"test/49537.jpg\", \"id\": 49537, \"objects\": [{\"bbox\": {\"xmin\": 2.66667, \"ymin\": 880.0, \"xmax\": 47.999970000000005, \"ymax\": 945.3333}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 608.0, \"ymin\": 881.333, \"xmax\": 700.0, \"ymax\": 977.3333}, \"category\": \"pl5\"}]}, \"72688\": {\"path\": \"test/72688.jpg\", \"id\": 72688, \"objects\": [{\"bbox\": {\"xmin\": 1252.32, \"ymin\": 925.828, \"xmax\": 1272.1853999999998, \"ymax\": 946.3584}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1154.3, \"ymin\": 923.841, \"xmax\": 1173.5099, \"ymax\": 947.0199}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 880.132, \"ymin\": 929.139, \"xmax\": 898.6754999999999, \"ymax\": 948.3444000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 756.954, \"ymin\": 929.139, \"xmax\": 776.1588999999999, \"ymax\": 950.9934000000001}, \"category\": \"pne\"}]}, \"27500\": {\"path\": \"train/27500.jpg\", \"id\": 27500, \"objects\": [{\"bbox\": {\"xmin\": 2013.49, \"ymin\": 890.476, \"xmax\": 2040.4762, \"ymax\": 923.0159}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1920.63, \"ymin\": 890.476, \"xmax\": 1946.0317, \"ymax\": 923.0159}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1639.68, \"ymin\": 857.937, \"xmax\": 1676.1905000000002, \"ymax\": 892.8571000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1727.78, \"ymin\": 918.254, \"xmax\": 1747.619, \"ymax\": 945.2381}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1680.95, \"ymin\": 919.048, \"xmax\": 1704.7619, \"ymax\": 946.8254}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1705.56, \"ymin\": 920.635, \"xmax\": 1726.9841, \"ymax\": 946.0317}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1496.83, \"ymin\": 852.381, \"xmax\": 1534.9206, \"ymax\": 892.8571}, \"category\": \"pne\"}]}, \"70440\": {\"path\": \"train/70440.jpg\", \"id\": 70440, \"objects\": [{\"bbox\": {\"xmin\": 893.0, \"ymin\": 775.0, \"xmax\": 946.0, \"ymax\": 830.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1405.0, \"ymin\": 929.0, \"xmax\": 1427.0, \"ymax\": 953.0}, \"category\": \"pn\"}]}, \"83478\": {\"path\": \"other/83478.jpg\", \"id\": 83478, \"objects\": [{\"bbox\": {\"xmin\": 195.97744750976562, \"ymin\": 574.2303466796875, \"xmax\": 328.7029724121094, \"ymax\": 697.285888671875}, \"category\": \"w60\"}]}, \"66398\": {\"path\": \"test/66398.jpg\", \"id\": 66398, \"objects\": [{\"bbox\": {\"xmin\": 1205.33, \"ymin\": 938.667, \"xmax\": 1228.0, \"ymax\": 960.0}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1710.67, \"ymin\": 801.333, \"xmax\": 1774.6667, \"ymax\": 869.3326999999999}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1789.33, \"ymin\": 980.0, \"xmax\": 1829.3333, \"ymax\": 1022.6667}, \"category\": \"w57\"}]}, \"60364\": {\"path\": \"train/60364.jpg\", \"id\": 60364, \"objects\": [{\"bbox\": {\"xmin\": 1921.0, \"ymin\": 892.0, \"xmax\": 1948.0, \"ymax\": 920.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1364.0, \"ymin\": 904.0, \"xmax\": 1390.0, \"ymax\": 930.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1870.0, \"ymin\": 890.0, \"xmax\": 1894.0, \"ymax\": 917.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1791.0, \"ymin\": 884.0, \"xmax\": 1815.0, \"ymax\": 914.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 136.0, \"ymin\": 919.0, \"xmax\": 151.0, \"ymax\": 935.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1759.0, \"ymin\": 881.0, \"xmax\": 1786.0, \"ymax\": 911.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1819.0, \"ymin\": 885.0, \"xmax\": 1846.0, \"ymax\": 917.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 156.0, \"ymin\": 918.0, \"xmax\": 170.0, \"ymax\": 936.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1207.0, \"ymin\": 907.0, \"xmax\": 1234.0, \"ymax\": 933.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 13.0, \"ymin\": 958.0, \"xmax\": 31.0, \"ymax\": 976.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 16.0, \"ymin\": 980.0, \"xmax\": 29.0, \"ymax\": 995.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1896.0, \"ymin\": 889.0, \"xmax\": 1920.0, \"ymax\": 919.0}, \"category\": \"im\"}]}, \"94990\": {\"path\": \"train/94990.jpg\", \"id\": 94990, \"objects\": [{\"bbox\": {\"xmin\": 1006.67, \"ymin\": 829.333, \"xmax\": 1050.6667, \"ymax\": 868.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1121.33, \"ymin\": 826.667, \"xmax\": 1168.0, \"ymax\": 869.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 889.333, \"ymin\": 830.667, \"xmax\": 932.0, \"ymax\": 870.667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 852.0, \"ymin\": 833.333, \"xmax\": 886.6667, \"ymax\": 868.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 965.333, \"ymin\": 829.333, \"xmax\": 1002.6667, \"ymax\": 866.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1081.33, \"ymin\": 828.0, \"xmax\": 1118.6667, \"ymax\": 866.6667}, \"category\": \"pl100\"}]}, \"51519\": {\"path\": \"test/51519.jpg\", \"id\": 51519, \"objects\": [{\"bbox\": {\"xmin\": 1959.0, \"ymin\": 709.0, \"xmax\": 2009.0, \"ymax\": 773.0}, \"category\": \"pl100\"}]}, \"21541\": {\"path\": \"train/21541.jpg\", \"id\": 21541, \"objects\": [{\"bbox\": {\"xmin\": 60.7954, \"ymin\": 845.455, \"xmax\": 85.7954, \"ymax\": 885.2276}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 89.7727, \"ymin\": 848.295, \"xmax\": 115.9091, \"ymax\": 888.0681999999999}, \"category\": \"pn\"}]}, \"2468\": {\"path\": \"test/2468.jpg\", \"id\": 2468, \"objects\": [{\"bbox\": {\"xmin\": 1832.9068603515625, \"ymin\": 969.1002807617188, \"xmax\": 1874.2650146484375, \"ymax\": 1012.9844360351562}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 229.6, \"ymin\": 963.2, \"xmax\": 270.4, \"ymax\": 1008.8000000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 235.2, \"ymin\": 1009.6, \"xmax\": 279.2, \"ymax\": 1056.8}, \"category\": \"pl10\"}, {\"bbox\": {\"xmin\": 1343.2, \"ymin\": 911.2, \"xmax\": 1396.0, \"ymax\": 964.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1197.6, \"ymin\": 940.0, \"xmax\": 1220.8, \"ymax\": 963.2}, \"category\": \"pn\"}]}, \"67656\": {\"path\": \"train/67656.jpg\", \"id\": 67656, \"objects\": [{\"bbox\": {\"xmin\": 827.815, \"ymin\": 968.212, \"xmax\": 841.0596, \"ymax\": 981.457}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 942.384, \"ymin\": 910.891, \"xmax\": 959.4056, \"ymax\": 931.1257999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 813.245, \"ymin\": 969.536, \"xmax\": 823.7637, \"ymax\": 983.4436999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 2001.99, \"ymin\": 902.97, \"xmax\": 2020.7885, \"ymax\": 925.1656}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 963.576, \"ymin\": 907.921, \"xmax\": 980.1322, \"ymax\": 931.1258}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 842.384, \"ymin\": 967.55, \"xmax\": 853.6424000000001, \"ymax\": 982.1193999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 2025.75, \"ymin\": 904.622, \"xmax\": 2043.7119, \"ymax\": 921.8540999999999}, \"category\": \"pn\"}]}, \"19277\": {\"path\": \"train/19277.jpg\", \"id\": 19277, \"objects\": [{\"bbox\": {\"xmin\": 1189.0, \"ymin\": 677.0, \"xmax\": 1261.0, \"ymax\": 750.4818}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1114.0, \"ymin\": 675.0, \"xmax\": 1188.0, \"ymax\": 747.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1473.0, \"ymin\": 727.0, \"xmax\": 1546.6073, \"ymax\": 796.0}, \"category\": \"pr40\"}]}, \"1113\": {\"path\": \"test/1113.jpg\", \"id\": 1113, \"objects\": [{\"bbox\": {\"xmin\": 573.333, \"ymin\": 1018.67, \"xmax\": 626.6667, \"ymax\": 1070.67}, \"category\": \"pm20\"}]}, \"61517\": {\"path\": \"train/61517.jpg\", \"id\": 61517, \"objects\": [{\"bbox\": {\"xmin\": 1395.24, \"ymin\": 885.714, \"xmax\": 1500.791, \"ymax\": 994.4440000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1397.62, \"ymin\": 999.206, \"xmax\": 1492.0635, \"ymax\": 1073.8095}, \"category\": \"w59\"}]}, \"36799\": {\"path\": \"test/36799.jpg\", \"id\": 36799, \"objects\": [{\"bbox\": {\"xmin\": 1410.67, \"ymin\": 632.0, \"xmax\": 1504.0363, \"ymax\": 724.0}, \"category\": \"pl40\"}]}, \"59623\": {\"path\": \"test/59623.jpg\", \"id\": 59623, \"objects\": [{\"bbox\": {\"xmin\": 174.51, \"ymin\": 1003.92, \"xmax\": 247.0588, \"ymax\": 1084.2875999999999}, \"category\": \"w32\"}]}, \"80639\": {\"path\": \"train/80639.jpg\", \"id\": 80639, \"objects\": [{\"bbox\": {\"xmin\": 1314.29, \"ymin\": 931.746, \"xmax\": 1355.5593999999999, \"ymax\": 969.8412999999999}, \"category\": \"pn\"}]}, \"43970\": {\"path\": \"train/43970.jpg\", \"id\": 43970, \"objects\": [{\"bbox\": {\"xmin\": 1788.8, \"ymin\": 1012.8, \"xmax\": 1818.3999999999999, \"ymax\": 1044.8}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 319.2, \"ymin\": 963.2, \"xmax\": 403.2, \"ymax\": 1046.4}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 319.2, \"ymin\": 880.8, \"xmax\": 405.6, \"ymax\": 963.1999999999999}, \"category\": \"pl30\"}]}, \"65114\": {\"path\": \"train/65114.jpg\", \"id\": 65114, \"objects\": [{\"bbox\": {\"xmin\": 1395.0, \"ymin\": 931.0, \"xmax\": 1421.0, \"ymax\": 960.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1396.0, \"ymin\": 965.0, \"xmax\": 1424.0, \"ymax\": 992.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1396.0, \"ymin\": 996.0, \"xmax\": 1423.0, \"ymax\": 1024.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1366.0, \"ymin\": 965.0, \"xmax\": 1392.0, \"ymax\": 991.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1369.0, \"ymin\": 996.0, \"xmax\": 1393.0, \"ymax\": 1023.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1367.0, \"ymin\": 929.0, \"xmax\": 1391.0, \"ymax\": 960.0}, \"category\": \"pl120\"}]}, \"4515\": {\"path\": \"train/4515.jpg\", \"id\": 4515, \"objects\": [{\"bbox\": {\"xmin\": 1489.0, \"ymin\": 882.0, \"xmax\": 1522.0, \"ymax\": 917.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1488.0, \"ymin\": 969.0, \"xmax\": 1520.0, \"ymax\": 1002.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1455.0, \"ymin\": 962.0, \"xmax\": 1487.0, \"ymax\": 994.0}, \"category\": \"pm20\"}]}, \"59005\": {\"path\": \"test/59005.jpg\", \"id\": 59005, \"objects\": [{\"bbox\": {\"xmin\": 222.772, \"ymin\": 896.04, \"xmax\": 245.5446, \"ymax\": 922.7723}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 249.505, \"ymin\": 893.069, \"xmax\": 269.3069, \"ymax\": 923.7624}, \"category\": \"pn\"}]}, \"36865\": {\"path\": \"train/36865.jpg\", \"id\": 36865, \"objects\": [{\"bbox\": {\"xmin\": 630.667, \"ymin\": 890.667, \"xmax\": 692.0003, \"ymax\": 1041.333}, \"category\": \"p10\"}]}, \"48399\": {\"path\": \"test/48399.jpg\", \"id\": 48399, \"objects\": [{\"bbox\": {\"xmin\": 1560.0, \"ymin\": 1020.0, \"xmax\": 1605.3333, \"ymax\": 1069.3333}, \"category\": \"p5\"}]}, \"10246\": {\"path\": \"train/10246.jpg\", \"id\": 10246, \"objects\": [{\"bbox\": {\"xmin\": 1502.0, \"ymin\": 775.0, \"xmax\": 1588.0, \"ymax\": 877.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1694.0, \"ymin\": 853.0, \"xmax\": 1796.0, \"ymax\": 946.0}, \"category\": \"w30\"}]}, \"4550\": {\"path\": \"other/4550.jpg\", \"id\": 4550, \"objects\": [{\"bbox\": {\"xmin\": 1105.94, \"ymin\": 821.782, \"xmax\": 1152.4752, \"ymax\": 866.3348000000001}, \"category\": \"w22\"}]}, \"64016\": {\"path\": \"train/64016.jpg\", \"id\": 64016, \"objects\": [{\"bbox\": {\"xmin\": 1911.88, \"ymin\": 821.782, \"xmax\": 1946.5347000000002, \"ymax\": 865.3465}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1874.26, \"ymin\": 817.822, \"xmax\": 1906.9307, \"ymax\": 862.3762}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1947.52, \"ymin\": 822.772, \"xmax\": 1980.1979999999999, \"ymax\": 869.3069}, \"category\": \"pn\"}]}, \"75148\": {\"path\": \"test/75148.jpg\", \"id\": 75148, \"objects\": [{\"bbox\": {\"xmin\": 1073.26123046875, \"ymin\": 934.2960205078125, \"xmax\": 1094.611083984375, \"ymax\": 954.211181640625}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1897.33, \"ymin\": 817.333, \"xmax\": 1946.6667, \"ymax\": 874.6667}, \"category\": \"pl40\"}]}, \"15368\": {\"path\": \"train/15368.jpg\", \"id\": 15368, \"objects\": [{\"bbox\": {\"xmin\": 1180.95, \"ymin\": 950.0, \"xmax\": 1196.8254, \"ymax\": 967.4603}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 2008.73, \"ymin\": 931.746, \"xmax\": 2024.6032, \"ymax\": 953.1745999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1129.37, \"ymin\": 953.968, \"xmax\": 1142.0635, \"ymax\": 968.2539999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1961.11, \"ymin\": 935.714, \"xmax\": 1973.8094999999998, \"ymax\": 954.7619000000001}, \"category\": \"pne\"}]}, \"41647\": {\"path\": \"train/41647.jpg\", \"id\": 41647, \"objects\": [{\"bbox\": {\"xmin\": 1606.67, \"ymin\": 796.0, \"xmax\": 1652.0, \"ymax\": 844.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1738.67, \"ymin\": 810.667, \"xmax\": 1780.0033, \"ymax\": 856.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1482.67, \"ymin\": 785.333, \"xmax\": 1528.0, \"ymax\": 836.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1433.33, \"ymin\": 781.333, \"xmax\": 1481.3333, \"ymax\": 832.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1562.67, \"ymin\": 793.333, \"xmax\": 1605.3498, \"ymax\": 840.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1698.67, \"ymin\": 805.333, \"xmax\": 1738.6667, \"ymax\": 849.3333}, \"category\": \"pl100\"}]}, \"43650\": {\"path\": \"other/43650.jpg\", \"id\": 43650, \"objects\": [{\"bbox\": {\"xmin\": 1497.33, \"ymin\": 896.0, \"xmax\": 1577.3333, \"ymax\": 980.0}, \"category\": \"pr60\"}]}, \"47548\": {\"path\": \"train/47548.jpg\", \"id\": 47548, \"objects\": [{\"bbox\": {\"xmin\": 1025.33, \"ymin\": 854.667, \"xmax\": 1102.6667, \"ymax\": 934.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 842.667, \"ymin\": 665.333, \"xmax\": 924.0, \"ymax\": 745.3333}, \"category\": \"pne\"}]}, \"27956\": {\"path\": \"train/27956.jpg\", \"id\": 27956, \"objects\": [{\"bbox\": {\"xmin\": 1161.0, \"ymin\": 821.0, \"xmax\": 1204.0, \"ymax\": 863.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1038.0, \"ymin\": 808.0, \"xmax\": 1084.0, \"ymax\": 850.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1084.0, \"ymin\": 809.0, \"xmax\": 1128.0, \"ymax\": 851.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1164.0, \"ymin\": 873.0, \"xmax\": 1208.0, \"ymax\": 920.0}, \"category\": \"i4l\"}]}, \"12842\": {\"path\": \"train/12842.jpg\", \"id\": 12842, \"objects\": [{\"bbox\": {\"xmin\": 182.353, \"ymin\": 613.725, \"xmax\": 262.7461, \"ymax\": 737.255}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 68.6275, \"ymin\": 570.588, \"xmax\": 160.7843, \"ymax\": 705.882}, \"category\": \"pl60\"}]}, \"49994\": {\"path\": \"test/49994.jpg\", \"id\": 49994, \"objects\": [{\"bbox\": {\"xmin\": 1262.67, \"ymin\": 644.0, \"xmax\": 1333.3333, \"ymax\": 706.6667}, \"category\": \"pl40\"}]}, \"60628\": {\"path\": \"other/60628.jpg\", \"id\": 60628, \"objects\": [{\"bbox\": {\"xmin\": 419.2637634277344, \"ymin\": 842.5921020507812, \"xmax\": 449.1431579589844, \"ymax\": 879.0145874023438}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 323.3703308105469, \"ymin\": 851.2742309570312, \"xmax\": 351.9742126464844, \"ymax\": 886.8817749023438}, \"category\": \"i4\"}]}, \"723\": {\"path\": \"test/723.jpg\", \"id\": 723, \"objects\": [{\"bbox\": {\"xmin\": 1000.1068115234375, \"ymin\": 913.5025024414062, \"xmax\": 1035.212890625, \"ymax\": 941.9332885742188}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 677.632, \"ymin\": 415.789, \"xmax\": 817.105, \"ymax\": 547.3679999999999}, \"category\": \"ph5\"}]}, \"86475\": {\"path\": \"train/86475.jpg\", \"id\": 86475, \"objects\": [{\"bbox\": {\"xmin\": 1256.0, \"ymin\": 998.667, \"xmax\": 1314.6667, \"ymax\": 1057.3333}, \"category\": \"pl60\"}]}, \"50191\": {\"path\": \"train/50191.jpg\", \"id\": 50191, \"objects\": [{\"bbox\": {\"xmin\": 1273.68, \"ymin\": 897.368, \"xmax\": 1300.0, \"ymax\": 925.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1178.95, \"ymin\": 901.316, \"xmax\": 1205.2632, \"ymax\": 926.3158000000001}, \"category\": \"pne\"}]}, \"24197\": {\"path\": \"test/24197.jpg\", \"id\": 24197, \"objects\": [{\"bbox\": {\"xmin\": 1177.0, \"ymin\": 712.0, \"xmax\": 1241.0, \"ymax\": 775.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 716.0, \"xmax\": 1306.0, \"ymax\": 779.0}, \"category\": \"pr40\"}]}, \"24221\": {\"path\": \"other/24221.jpg\", \"id\": 24221, \"objects\": [{\"bbox\": {\"xmin\": 1237.5, \"ymin\": 1005.11, \"xmax\": 1267.0455, \"ymax\": 1034.0936}, \"category\": \"w20\"}]}, \"73019\": {\"path\": \"test/73019.jpg\", \"id\": 73019, \"objects\": [{\"bbox\": {\"xmin\": 311.921, \"ymin\": 868.212, \"xmax\": 330.4636, \"ymax\": 901.3245}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 243.709, \"ymin\": 854.967, \"xmax\": 264.901, \"ymax\": 891.3906999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 273.51, \"ymin\": 977.483, \"xmax\": 288.7414, \"ymax\": 1001.3245}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 272.848, \"ymin\": 1015.23, \"xmax\": 290.06620000000004, \"ymax\": 1044.3709000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 274.172, \"ymin\": 934.437, \"xmax\": 290.06620000000004, \"ymax\": 961.5894000000001}, \"category\": \"p26\"}]}, \"20863\": {\"path\": \"test/20863.jpg\", \"id\": 20863, \"objects\": [{\"bbox\": {\"xmin\": 1406.58, \"ymin\": 721.053, \"xmax\": 1464.4669999999999, \"ymax\": 777.6317}, \"category\": \"pl40\"}]}, \"65788\": {\"path\": \"other/65788.jpg\", \"id\": 65788, \"objects\": [{\"bbox\": {\"xmin\": 1086.67, \"ymin\": 620.0, \"xmax\": 1174.6667, \"ymax\": 704.0}, \"category\": \"pr60\"}]}, \"34623\": {\"path\": \"test/34623.jpg\", \"id\": 34623, \"objects\": [{\"bbox\": {\"xmin\": 1800.0, \"ymin\": 926.667, \"xmax\": 1841.3333, \"ymax\": 974.667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1192.0, \"ymin\": 948.0, \"xmax\": 1217.3234, \"ymax\": 974.6664}, \"category\": \"pl80\"}]}, \"75632\": {\"path\": \"train/75632.jpg\", \"id\": 75632, \"objects\": [{\"bbox\": {\"xmin\": 1006.93, \"ymin\": 958.416, \"xmax\": 1021.7822, \"ymax\": 976.2376}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 943.564, \"ymin\": 958.416, \"xmax\": 963.3662999999999, \"ymax\": 979.2079000000001}, \"category\": \"pne\"}]}, \"8362\": {\"path\": \"train/8362.jpg\", \"id\": 8362, \"objects\": [{\"bbox\": {\"xmin\": 812.0, \"ymin\": 940.0, \"xmax\": 836.0, \"ymax\": 962.6667}, \"category\": \"pl20\"}]}, \"49752\": {\"path\": \"train/49752.jpg\", \"id\": 49752, \"objects\": [{\"bbox\": {\"xmin\": 1299.0, \"ymin\": 936.816, \"xmax\": 1317.4129, \"ymax\": 957.2139000000001}, \"category\": \"pl30\"}]}, \"52286\": {\"path\": \"train/52286.jpg\", \"id\": 52286, \"objects\": [{\"bbox\": {\"xmin\": 1300.0, \"ymin\": 876.316, \"xmax\": 1327.6316, \"ymax\": 910.5263}, \"category\": \"pne\"}]}, \"681\": {\"path\": \"train/681.jpg\", \"id\": 681, \"objects\": [{\"bbox\": {\"xmin\": 1269.84, \"ymin\": 922.222, \"xmax\": 1287.3016, \"ymax\": 943.6508}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1247.62, \"ymin\": 921.429, \"xmax\": 1267.4603, \"ymax\": 942.0635}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1290.48, \"ymin\": 921.854, \"xmax\": 1307.9365, \"ymax\": 941.7215}, \"category\": \"pn\"}]}, \"41412\": {\"path\": \"train/41412.jpg\", \"id\": 41412, \"objects\": [{\"bbox\": {\"xmin\": 1812.87, \"ymin\": 1013.86, \"xmax\": 1840.5940999999998, \"ymax\": 1057.4257}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1813.77, \"ymin\": 965.331, \"xmax\": 1839.5979, \"ymax\": 1015.8403000000001}, \"category\": \"pl5\"}]}, \"32092\": {\"path\": \"train/32092.jpg\", \"id\": 32092, \"objects\": [{\"bbox\": {\"xmin\": 481.579, \"ymin\": 923.81, \"xmax\": 500.0, \"ymax\": 947.6193}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 453.947, \"ymin\": 926.316, \"xmax\": 477.7778, \"ymax\": 948.6842}, \"category\": \"pl40\"}]}, \"29367\": {\"path\": \"train/29367.jpg\", \"id\": 29367, \"objects\": [{\"bbox\": {\"xmin\": 1729.33, \"ymin\": 942.667, \"xmax\": 1826.6667, \"ymax\": 1041.3333}, \"category\": \"pl100\"}]}, \"61789\": {\"path\": \"test/61789.jpg\", \"id\": 61789, \"objects\": [{\"bbox\": {\"xmin\": 974.257, \"ymin\": 913.861, \"xmax\": 992.0791999999999, \"ymax\": 932.6733}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1935.64, \"ymin\": 738.614, \"xmax\": 1971.2871, \"ymax\": 792.0792}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1139.6, \"ymin\": 910.891, \"xmax\": 1161.3861, \"ymax\": 934.6535}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1164.36, \"ymin\": 911.881, \"xmax\": 1188.1188, \"ymax\": 934.6535}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 843.564, \"ymin\": 912.871, \"xmax\": 861.3860999999999, \"ymax\": 936.6337}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1759.41, \"ymin\": 791.089, \"xmax\": 1784.1584, \"ymax\": 830.6931000000001}, \"category\": \"pne\"}]}, \"91683\": {\"path\": \"test/91683.jpg\", \"id\": 91683, \"objects\": [{\"bbox\": {\"xmin\": 1411.88, \"ymin\": 859.406, \"xmax\": 1442.5743000000002, \"ymax\": 893.0693}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 201.98, \"ymin\": 831.683, \"xmax\": 223.76239999999999, \"ymax\": 870.297}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1645.54, \"ymin\": 884.158, \"xmax\": 1668.3168, \"ymax\": 910.8911}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 226.733, \"ymin\": 836.634, \"xmax\": 253.4653, \"ymax\": 873.2673}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1671.29, \"ymin\": 884.158, \"xmax\": 1691.1053, \"ymax\": 912.8707}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1313.86, \"ymin\": 854.455, \"xmax\": 1345.5446, \"ymax\": 889.1089000000001}, \"category\": \"pne\"}]}, \"21465\": {\"path\": \"train/21465.jpg\", \"id\": 21465, \"objects\": [{\"bbox\": {\"xmin\": 1388.0, \"ymin\": 964.0, \"xmax\": 1410.6667, \"ymax\": 986.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1388.0, \"ymin\": 988.0, \"xmax\": 1409.3333, \"ymax\": 1009.3333}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": -1.33333, \"ymin\": 921.333, \"xmax\": 17.33337, \"ymax\": 948.0}, \"category\": \"pn\"}]}, \"62094\": {\"path\": \"train/62094.jpg\", \"id\": 62094, \"objects\": [{\"bbox\": {\"xmin\": 648.684, \"ymin\": 961.842, \"xmax\": 675.0, \"ymax\": 993.4211}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 648.684, \"ymin\": 997.368, \"xmax\": 677.6315999999999, \"ymax\": 1027.6316000000002}, \"category\": \"pn\"}]}, \"42162\": {\"path\": \"test/42162.jpg\", \"id\": 42162, \"objects\": [{\"bbox\": {\"xmin\": 1339.0, \"ymin\": 993.0, \"xmax\": 1405.0, \"ymax\": 1055.0}, \"category\": \"w59\"}]}, \"84287\": {\"path\": \"test/84287.jpg\", \"id\": 84287, \"objects\": [{\"bbox\": {\"xmin\": 13.3333, \"ymin\": 1004.0, \"xmax\": 70.66669999999999, \"ymax\": 1060.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 16.0, \"ymin\": 940.0, \"xmax\": 69.33330000000001, \"ymax\": 1001.3333}, \"category\": \"pl20\"}]}, \"92790\": {\"path\": \"train/92790.jpg\", \"id\": 92790, \"objects\": [{\"bbox\": {\"xmin\": 1800.0, \"ymin\": 983.0, \"xmax\": 1854.0, \"ymax\": 1045.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1507.0, \"ymin\": 1036.0, \"xmax\": 1533.0, \"ymax\": 1060.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1921.0, \"ymin\": 998.0, \"xmax\": 1965.0, \"ymax\": 1040.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 783.0, \"ymin\": 580.0, \"xmax\": 858.0, \"ymax\": 652.0}, \"category\": \"pr40\"}]}, \"67491\": {\"path\": \"train/67491.jpg\", \"id\": 67491, \"objects\": [{\"bbox\": {\"xmin\": 573.017, \"ymin\": 814.613, \"xmax\": 611.1115000000001, \"ymax\": 851.5877}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 686.275, \"ymin\": 973.81, \"xmax\": 727.451, \"ymax\": 1017.6483}, \"category\": \"pne\"}]}, \"663\": {\"path\": \"other/663.jpg\", \"id\": 663, \"objects\": [{\"bbox\": {\"xmin\": 83.1909, \"ymin\": 764.103, \"xmax\": 156.9801, \"ymax\": 841.3104999999999}, \"category\": \"w34\"}]}, \"66019\": {\"path\": \"test/66019.jpg\", \"id\": 66019, \"objects\": [{\"bbox\": {\"xmin\": 1508.91, \"ymin\": 997.03, \"xmax\": 1576.2376000000002, \"ymax\": 1044.5545}, \"category\": \"w57\"}]}, \"18693\": {\"path\": \"test/18693.jpg\", \"id\": 18693, \"objects\": [{\"bbox\": {\"xmin\": 8.0, \"ymin\": 807.0, \"xmax\": 169.0, \"ymax\": 993.0}, \"category\": \"p23\"}]}, \"65821\": {\"path\": \"test/65821.jpg\", \"id\": 65821, \"objects\": [{\"bbox\": {\"xmin\": 1597.0, \"ymin\": 808.0, \"xmax\": 1648.0, \"ymax\": 859.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1650.0, \"ymin\": 811.0, \"xmax\": 1700.0, \"ymax\": 859.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1831.0, \"ymin\": 977.0, \"xmax\": 1859.0, \"ymax\": 1016.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1829.0, \"ymin\": 1020.0, \"xmax\": 1857.0, \"ymax\": 1062.0}, \"category\": \"i2r\"}]}, \"95566\": {\"path\": \"train/95566.jpg\", \"id\": 95566, \"objects\": [{\"bbox\": {\"xmin\": 1237.33, \"ymin\": 937.333, \"xmax\": 1297.3333, \"ymax\": 992.0}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 882.667, \"ymin\": 944.0, \"xmax\": 937.3333, \"ymax\": 994.6667}, \"category\": \"w59\"}]}, \"69901\": {\"path\": \"train/69901.jpg\", \"id\": 69901, \"objects\": [{\"bbox\": {\"xmin\": 1425.0, \"ymin\": 994.0, \"xmax\": 1478.0, \"ymax\": 1039.0}, \"category\": \"pg\"}]}, \"75814\": {\"path\": \"other/75814.jpg\", \"id\": 75814, \"objects\": [{\"bbox\": {\"xmin\": 504.7450866699219, \"ymin\": 1054.3551025390625, \"xmax\": 554.6556396484375, \"ymax\": 1120.6033935546875}, \"category\": \"pc\"}]}, \"58841\": {\"path\": \"train/58841.jpg\", \"id\": 58841, \"objects\": [{\"bbox\": {\"xmin\": 1530.16, \"ymin\": 842.857, \"xmax\": 1571.4286000000002, \"ymax\": 884.127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1701.59, \"ymin\": 897.619, \"xmax\": 1724.6032, \"ymax\": 923.8091000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1655.56, \"ymin\": 896.825, \"xmax\": 1680.1587, \"ymax\": 924.6032}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1374.6, \"ymin\": 836.508, \"xmax\": 1415.0793999999999, \"ymax\": 878.5714}, \"category\": \"pne\"}]}, \"19497\": {\"path\": \"test/19497.jpg\", \"id\": 19497, \"objects\": [{\"bbox\": {\"xmin\": 1418.67, \"ymin\": 1008.0, \"xmax\": 1458.6667, \"ymax\": 1049.3333}, \"category\": \"pl40\"}]}, \"4653\": {\"path\": \"other/4653.jpg\", \"id\": 4653, \"objects\": [{\"bbox\": {\"xmin\": 569.737, \"ymin\": 846.052, \"xmax\": 635.5264999999999, \"ymax\": 926.3156}, \"category\": \"w58\"}]}, \"35379\": {\"path\": \"other/35379.jpg\", \"id\": 35379, \"objects\": [{\"bbox\": {\"xmin\": 1651.2, \"ymin\": 973.6, \"xmax\": 1729.6000000000001, \"ymax\": 1047.2}, \"category\": \"w22\"}]}, \"64528\": {\"path\": \"other/64528.jpg\", \"id\": 64528, \"objects\": [{\"bbox\": {\"xmin\": 1470.0789794921875, \"ymin\": 910.072509765625, \"xmax\": 1498.4239501953125, \"ymax\": 934.34033203125}, \"category\": \"w57\"}]}, \"68768\": {\"path\": \"other/68768.jpg\", \"id\": 68768, \"objects\": [{\"bbox\": {\"xmin\": 1671.3333740234375, \"ymin\": 1000.9030151367188, \"xmax\": 1694.8277587890625, \"ymax\": 1022.8807983398438}, \"category\": \"i5\"}]}, \"20057\": {\"path\": \"train/20057.jpg\", \"id\": 20057, \"objects\": [{\"bbox\": {\"xmin\": 889.058349609375, \"ymin\": 939.1234741210938, \"xmax\": 909.3985595703125, \"ymax\": 963.7346801757812}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1564.0257568359375, \"ymin\": 952.23486328125, \"xmax\": 1600.8431396484375, \"ymax\": 984.1204833984375}, \"category\": \"w45\"}, {\"bbox\": {\"xmin\": 1567.55, \"ymin\": 886.755, \"xmax\": 1604.6358, \"ymax\": 921.1921}, \"category\": \"pl30\"}]}, \"59218\": {\"path\": \"train/59218.jpg\", \"id\": 59218, \"objects\": [{\"bbox\": {\"xmin\": 665.6, \"ymin\": 864.8, \"xmax\": 685.6, \"ymax\": 887.1999999999999}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 717.333, \"ymin\": 904.0, \"xmax\": 740.0, \"ymax\": 930.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 464.8, \"ymin\": 864.8, \"xmax\": 479.2, \"ymax\": 886.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 665.6, \"ymin\": 827.2, \"xmax\": 684.8000000000001, \"ymax\": 853.6}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 692.8, \"ymin\": 844.0, \"xmax\": 719.1999999999999, \"ymax\": 878.4}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 640.0, \"ymin\": 830.4, \"xmax\": 658.4, \"ymax\": 854.4}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 641.6, \"ymin\": 868.0, \"xmax\": 660.0, \"ymax\": 889.6}, \"category\": \"pbp\"}]}, \"89213\": {\"path\": \"test/89213.jpg\", \"id\": 89213, \"objects\": [{\"bbox\": {\"xmin\": 1029.7, \"ymin\": 824.752, \"xmax\": 1079.2079, \"ymax\": 874.2574}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1089.11, \"ymin\": 823.762, \"xmax\": 1137.6237999999998, \"ymax\": 874.2566999999999}, \"category\": \"pn\"}]}, \"8163\": {\"path\": \"train/8163.jpg\", \"id\": 8163, \"objects\": [{\"bbox\": {\"xmin\": 683.168, \"ymin\": 603.96, \"xmax\": 715.8416, \"ymax\": 705.941}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 188.158, \"ymin\": 832.895, \"xmax\": 214.47369999999998, \"ymax\": 872.3684}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1607.92, \"ymin\": 925.743, \"xmax\": 1627.7228, \"ymax\": 947.5248}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1585.15, \"ymin\": 927.723, \"xmax\": 1604.9505000000001, \"ymax\": 947.525}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 125.743, \"ymin\": 823.762, \"xmax\": 156.4356, \"ymax\": 869.3068999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 158.416, \"ymin\": 828.713, \"xmax\": 188.1188, \"ymax\": 873.2673}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1627.72, \"ymin\": 926.733, \"xmax\": 1647.5248000000001, \"ymax\": 947.5247999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 509.211, \"ymin\": 442.105, \"xmax\": 575.0, \"ymax\": 586.842}, \"category\": \"pne\"}]}, \"25417\": {\"path\": \"other/25417.jpg\", \"id\": 25417, \"objects\": [{\"bbox\": {\"xmin\": 1852.6961669921875, \"ymin\": 932.2755126953125, \"xmax\": 1871.5811767578125, \"ymax\": 951.18017578125}, \"category\": \"pn\"}]}, \"57267\": {\"path\": \"test/57267.jpg\", \"id\": 57267, \"objects\": [{\"bbox\": {\"xmin\": 338.4, \"ymin\": 756.8, \"xmax\": 387.2, \"ymax\": 820.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 390.4, \"ymin\": 745.6, \"xmax\": 444.79999999999995, \"ymax\": 812.0}, \"category\": \"pm30\"}]}, \"93925\": {\"path\": \"other/93925.jpg\", \"id\": 93925, \"objects\": [{\"bbox\": {\"xmin\": 1124.327880859375, \"ymin\": 187.30230712890625, \"xmax\": 1375.466552734375, \"ymax\": 341.41253662109375}, \"category\": \"pl40\"}]}, \"33438\": {\"path\": \"train/33438.jpg\", \"id\": 33438, \"objects\": [{\"bbox\": {\"xmin\": 1231.58, \"ymin\": 931.579, \"xmax\": 1253.9542999999999, \"ymax\": 953.9473999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1153.95, \"ymin\": 928.947, \"xmax\": 1176.3158, \"ymax\": 951.3158}, \"category\": \"pne\"}]}, \"97667\": {\"path\": \"train/97667.jpg\", \"id\": 97667, \"objects\": [{\"bbox\": {\"xmin\": 1888.0, \"ymin\": 900.0, \"xmax\": 2022.673, \"ymax\": 1085.334}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1878.67, \"ymin\": 688.0, \"xmax\": 2024.0, \"ymax\": 870.667}, \"category\": \"pm55\"}]}, \"64876\": {\"path\": \"test/64876.jpg\", \"id\": 64876, \"objects\": [{\"bbox\": {\"xmin\": 407.92, \"ymin\": 966.336, \"xmax\": 445.54470000000003, \"ymax\": 1002.9701}, \"category\": \"pne\"}]}, \"91281\": {\"path\": \"test/91281.jpg\", \"id\": 91281, \"objects\": [{\"bbox\": {\"xmin\": 1686.14, \"ymin\": 881.188, \"xmax\": 1781.1881, \"ymax\": 973.2673}, \"category\": \"w57\"}]}, \"31592\": {\"path\": \"other/31592.jpg\", \"id\": 31592, \"objects\": [{\"bbox\": {\"xmin\": 1805.97, \"ymin\": 955.223, \"xmax\": 1828.3582000000001, \"ymax\": 980.5966}, \"category\": \"ph2.8\"}]}, \"39404\": {\"path\": \"train/39404.jpg\", \"id\": 39404, \"objects\": [{\"bbox\": {\"xmin\": 668.0, \"ymin\": 936.0, \"xmax\": 684.0, \"ymax\": 953.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1765.0, \"ymin\": 874.0, \"xmax\": 1786.0, \"ymax\": 902.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1846.0, \"ymin\": 865.0, \"xmax\": 1875.0, \"ymax\": 898.0}, \"category\": \"phclr\"}]}, \"95191\": {\"path\": \"train/95191.jpg\", \"id\": 95191, \"objects\": [{\"bbox\": {\"xmin\": 320.8, \"ymin\": 938.4, \"xmax\": 400.8, \"ymax\": 1020.8}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 220.0, \"ymin\": 975.2, \"xmax\": 291.2, \"ymax\": 1074.4}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 695.2, \"ymin\": 1008.8, \"xmax\": 710.4000000000001, \"ymax\": 1049.6}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1791.2, \"ymin\": 968.0, \"xmax\": 1818.4, \"ymax\": 998.4}, \"category\": \"pl50\"}]}, \"18200\": {\"path\": \"other/18200.jpg\", \"id\": 18200, \"objects\": [{\"bbox\": {\"xmin\": 1766.16, \"ymin\": 791.878, \"xmax\": 1821.8274000000001, \"ymax\": 853.999}, \"category\": \"pa14\"}]}, \"27278\": {\"path\": \"train/27278.jpg\", \"id\": 27278, \"objects\": [{\"bbox\": {\"xmin\": 1456.0775146484375, \"ymin\": 1103.393310546875, \"xmax\": 1491.9764404296875, \"ymax\": 1139.820556640625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 820.0, \"ymin\": 1030.67, \"xmax\": 874.6664, \"ymax\": 1085.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1212.0, \"ymin\": 1025.33, \"xmax\": 1238.6667, \"ymax\": 1080.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1597.33, \"ymin\": 1037.33, \"xmax\": 1634.6667, \"ymax\": 1088.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1853.33, \"ymin\": 1032.0, \"xmax\": 1900.0, \"ymax\": 1077.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 817.333, \"ymin\": 940.0, \"xmax\": 876.0, \"ymax\": 994.6667}, \"category\": \"pw3.2\"}, {\"bbox\": {\"xmin\": 1597.33, \"ymin\": 954.667, \"xmax\": 1632.0, \"ymax\": 1004.0}, \"category\": \"pw3.2\"}, {\"bbox\": {\"xmin\": 1850.67, \"ymin\": 961.333, \"xmax\": 1894.6667, \"ymax\": 1006.6667}, \"category\": \"pw4.2\"}]}, \"15058\": {\"path\": \"train/15058.jpg\", \"id\": 15058, \"objects\": [{\"bbox\": {\"xmin\": 718.667, \"ymin\": 805.333, \"xmax\": 762.6667, \"ymax\": 857.3333}, \"category\": \"pl60\"}]}, \"17814\": {\"path\": \"test/17814.jpg\", \"id\": 17814, \"objects\": [{\"bbox\": {\"xmin\": 1086.67, \"ymin\": 786.667, \"xmax\": 1142.6667, \"ymax\": 842.6667}, \"category\": \"ph4\"}]}, \"51582\": {\"path\": \"other/51582.jpg\", \"id\": 51582, \"objects\": [{\"bbox\": {\"xmin\": 1414.0, \"ymin\": 356.0, \"xmax\": 1562.0, \"ymax\": 485.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 374.0, \"xmax\": 1712.0, \"ymax\": 508.0}, \"category\": \"w47\"}]}, \"34962\": {\"path\": \"test/34962.jpg\", \"id\": 34962, \"objects\": [{\"bbox\": {\"xmin\": 1461.39, \"ymin\": 906.931, \"xmax\": 1487.1287000000002, \"ymax\": 933.6634}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1404.95, \"ymin\": 903.96, \"xmax\": 1426.7327, \"ymax\": 928.7129}, \"category\": \"i4\"}]}, \"58223\": {\"path\": \"test/58223.jpg\", \"id\": 58223, \"objects\": [{\"bbox\": {\"xmin\": 1313.86, \"ymin\": 892.079, \"xmax\": 1339.6039999999998, \"ymax\": 914.8515}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1480.2, \"ymin\": 920.792, \"xmax\": 1493.0693, \"ymax\": 942.5743}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1440.59, \"ymin\": 917.822, \"xmax\": 1460.396, \"ymax\": 943.5644}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1458.42, \"ymin\": 921.782, \"xmax\": 1476.2376000000002, \"ymax\": 943.5644000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1211.88, \"ymin\": 885.149, \"xmax\": 1236.6337, \"ymax\": 912.8713}, \"category\": \"pne\"}]}, \"78471\": {\"path\": \"train/78471.jpg\", \"id\": 78471, \"objects\": [{\"bbox\": {\"xmin\": 1355.0, \"ymin\": 850.0, \"xmax\": 1398.0, \"ymax\": 898.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 909.0, \"ymin\": 765.0, \"xmax\": 952.0, \"ymax\": 804.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1203.0, \"ymin\": 757.0, \"xmax\": 1252.0, \"ymax\": 804.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1260.0, \"ymin\": 757.0, \"xmax\": 1311.0, \"ymax\": 806.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1333.0, \"ymin\": 796.0, \"xmax\": 1381.0, \"ymax\": 845.0}, \"category\": \"pmr\"}]}, \"54336\": {\"path\": \"other/54336.jpg\", \"id\": 54336, \"objects\": [{\"bbox\": {\"xmin\": 863.2, \"ymin\": 936.0, \"xmax\": 984.0, \"ymax\": 1061.6}, \"category\": \"pm10\"}]}, \"2377\": {\"path\": \"test/2377.jpg\", \"id\": 2377, \"objects\": [{\"bbox\": {\"xmin\": 1023.0, \"ymin\": 633.0, \"xmax\": 1087.0, \"ymax\": 693.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 928.0, \"ymin\": 628.0, \"xmax\": 995.0, \"ymax\": 684.0}, \"category\": \"wc\"}]}, \"72500\": {\"path\": \"train/72500.jpg\", \"id\": 72500, \"objects\": [{\"bbox\": {\"xmin\": 151.848, \"ymin\": 945.6, \"xmax\": 196.7991, \"ymax\": 989.6}, \"category\": \"i3\"}, {\"bbox\": {\"xmin\": 704.821, \"ymin\": 947.309, \"xmax\": 722.4213, \"ymax\": 968.0015}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 555.428, \"ymin\": 949.6, \"xmax\": 571.8859, \"ymax\": 965.0825}, \"category\": \"pne\"}]}, \"69609\": {\"path\": \"test/69609.jpg\", \"id\": 69609, \"objects\": [{\"bbox\": {\"xmin\": 1328.0, \"ymin\": 922.667, \"xmax\": 1346.6667, \"ymax\": 942.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1306.67, \"ymin\": 922.667, \"xmax\": 1326.6667, \"ymax\": 945.3333}, \"category\": \"pl80\"}]}, \"19145\": {\"path\": \"train/19145.jpg\", \"id\": 19145, \"objects\": [{\"bbox\": {\"xmin\": 1148.3, \"ymin\": 969.318, \"xmax\": 1164.2045, \"ymax\": 985.2273}, \"category\": \"p5\"}]}, \"37988\": {\"path\": \"train/37988.jpg\", \"id\": 37988, \"objects\": [{\"bbox\": {\"xmin\": 1385.0, \"ymin\": 956.0, \"xmax\": 1445.0, \"ymax\": 1018.0}, \"category\": \"p10\"}]}, \"32706\": {\"path\": \"train/32706.jpg\", \"id\": 32706, \"objects\": [{\"bbox\": {\"xmin\": 899.338, \"ymin\": 934.437, \"xmax\": 916.5563, \"ymax\": 950.3311}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1112.58, \"ymin\": 937.748, \"xmax\": 1126.4901, \"ymax\": 957.6159}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1076.16, \"ymin\": 938.411, \"xmax\": 1092.053, \"ymax\": 957.6158999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1094.7, \"ymin\": 939.073, \"xmax\": 1109.2715, \"ymax\": 954.9669}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 827.815, \"ymin\": 931.788, \"xmax\": 845.6954000000001, \"ymax\": 952.9801}, \"category\": \"pne\"}]}, \"23622\": {\"path\": \"train/23622.jpg\", \"id\": 23622, \"objects\": [{\"bbox\": {\"xmin\": 1421.2, \"ymin\": 868.212, \"xmax\": 1475.5012000000002, \"ymax\": 923.8411}, \"category\": \"p5\"}]}, \"53944\": {\"path\": \"test/53944.jpg\", \"id\": 53944, \"objects\": [{\"bbox\": {\"xmin\": 1647.2, \"ymin\": 413.6, \"xmax\": 1746.4, \"ymax\": 505.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1113.6, \"ymin\": 347.2, \"xmax\": 1236.0, \"ymax\": 442.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 556.0, \"ymin\": 378.4, \"xmax\": 662.4, \"ymax\": 476.79999999999995}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1944.8, \"ymin\": 434.4, \"xmax\": 2016.0, \"ymax\": 516.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 147.2, \"ymin\": 462.4, \"xmax\": 261.6, \"ymax\": 597.5999999999999}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 835.2, \"ymin\": 348.0, \"xmax\": 956.8000000000001, \"ymax\": 445.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 334.4, \"ymin\": 419.2, \"xmax\": 425.59999999999997, \"ymax\": 513.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 368.8, \"xmax\": 1514.4, \"ymax\": 467.20000000000005}, \"category\": \"pl80\"}]}, \"2753\": {\"path\": \"train/2753.jpg\", \"id\": 2753, \"objects\": [{\"bbox\": {\"xmin\": 1068.87, \"ymin\": 936.424, \"xmax\": 1083.4398999999999, \"ymax\": 954.3045999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1054.27, \"ymin\": 937.805, \"xmax\": 1068.2927, \"ymax\": 953.6585}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1075.5, \"ymin\": 816.556, \"xmax\": 1125.1642, \"ymax\": 860.2649}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1190.07, \"ymin\": 936.424, \"xmax\": 1227.8215, \"ymax\": 970.1985}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1127.47, \"ymin\": 817.683, \"xmax\": 1176.2195, \"ymax\": 860.9756}, \"category\": \"w57\"}]}, \"20371\": {\"path\": \"train/20371.jpg\", \"id\": 20371, \"objects\": [{\"bbox\": {\"xmin\": 728.978, \"ymin\": 923.864, \"xmax\": 751.1365999999999, \"ymax\": 950.0002000000001}, \"category\": \"p5\"}]}, \"40588\": {\"path\": \"test/40588.jpg\", \"id\": 40588, \"objects\": [{\"bbox\": {\"xmin\": 398.52093505859375, \"ymin\": 1570.171142578125, \"xmax\": 561.3870849609375, \"ymax\": 1833.910400390625}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 686.0, \"ymin\": 742.0, \"xmax\": 723.0, \"ymax\": 790.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 202.0, \"ymin\": 803.0, \"xmax\": 221.0, \"ymax\": 836.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 543.0, \"ymin\": 825.0, \"xmax\": 570.0, \"ymax\": 865.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 607.0, \"ymin\": 751.0, \"xmax\": 640.0, \"ymax\": 793.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 509.0, \"ymin\": 762.0, \"xmax\": 537.0, \"ymax\": 802.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 476.0, \"ymin\": 765.0, \"xmax\": 504.0, \"ymax\": 806.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 542.0, \"ymin\": 756.0, \"xmax\": 574.0, \"ymax\": 799.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 99.0, \"ymin\": 820.0, \"xmax\": 117.0, \"ymax\": 851.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 642.0, \"ymin\": 745.0, \"xmax\": 685.0, \"ymax\": 793.0}, \"category\": \"im\"}]}, \"361\": {\"path\": \"train/361.jpg\", \"id\": 361, \"objects\": [{\"bbox\": {\"xmin\": 1380.0, \"ymin\": 981.0, \"xmax\": 1436.0, \"ymax\": 1040.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1382.0, \"ymin\": 921.0, \"xmax\": 1439.0, \"ymax\": 979.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1072.0, \"ymin\": 904.0, \"xmax\": 1108.0, \"ymax\": 941.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 926.0, \"ymin\": 852.0, \"xmax\": 964.0, \"ymax\": 891.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 968.0, \"ymin\": 855.0, \"xmax\": 1004.0, \"ymax\": 893.0}, \"category\": \"pn\"}]}, \"75396\": {\"path\": \"train/75396.jpg\", \"id\": 75396, \"objects\": [{\"bbox\": {\"xmin\": 1726.67, \"ymin\": 822.667, \"xmax\": 1760.0, \"ymax\": 861.3333}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1880.0, \"ymin\": 840.0, \"xmax\": 1910.6667, \"ymax\": 877.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1654.67, \"ymin\": 813.333, \"xmax\": 1688.0, \"ymax\": 854.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1818.67, \"ymin\": 829.333, \"xmax\": 1848.0, \"ymax\": 870.6667}, \"category\": \"pl120\"}]}, \"80772\": {\"path\": \"train/80772.jpg\", \"id\": 80772, \"objects\": [{\"bbox\": {\"xmin\": 988.0, \"ymin\": 854.0, \"xmax\": 1020.0, \"ymax\": 886.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 372.0, \"ymin\": 839.0, \"xmax\": 403.0, \"ymax\": 875.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 893.0, \"ymin\": 951.0, \"xmax\": 917.0, \"ymax\": 977.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1748.0, \"ymin\": 941.0, \"xmax\": 1782.0, \"ymax\": 985.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 920.0, \"ymin\": 854.0, \"xmax\": 951.0, \"ymax\": 883.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 830.0, \"ymin\": 855.0, \"xmax\": 860.0, \"ymax\": 886.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 798.0, \"ymin\": 856.0, \"xmax\": 828.0, \"ymax\": 885.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 862.0, \"ymin\": 855.0, \"xmax\": 893.0, \"ymax\": 887.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 200.0, \"ymin\": 851.0, \"xmax\": 228.0, \"ymax\": 883.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 955.0, \"ymin\": 853.0, \"xmax\": 984.0, \"ymax\": 889.0}, \"category\": \"im\"}]}, \"25946\": {\"path\": \"train/25946.jpg\", \"id\": 25946, \"objects\": [{\"bbox\": {\"xmin\": 1924.0, \"ymin\": 990.0, \"xmax\": 1961.0, \"ymax\": 1032.0}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 1324.8, \"ymin\": 953.6, \"xmax\": 1340.8, \"ymax\": 969.6}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1269.6, \"ymin\": 952.0, \"xmax\": 1281.6, \"ymax\": 965.6}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1923.0, \"ymin\": 940.0, \"xmax\": 1961.0, \"ymax\": 983.0}, \"category\": \"p29\"}]}, \"38218\": {\"path\": \"other/38218.jpg\", \"id\": 38218, \"objects\": [{\"bbox\": {\"xmin\": 885.149, \"ymin\": 915.842, \"xmax\": 900.9901, \"ymax\": 929.703}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 838.614, \"ymin\": 912.871, \"xmax\": 853.4653000000001, \"ymax\": 931.6831999999999}, \"category\": \"pne\"}]}, \"94279\": {\"path\": \"train/94279.jpg\", \"id\": 94279, \"objects\": [{\"bbox\": {\"xmin\": 1751.59, \"ymin\": 919.048, \"xmax\": 1772.2222, \"ymax\": 942.8571}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1686.51, \"ymin\": 915.873, \"xmax\": 1705.5556, \"ymax\": 939.6825}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1514.29, \"ymin\": 863.492, \"xmax\": 1547.619, \"ymax\": 897.6189999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1364.29, \"ymin\": 853.968, \"xmax\": 1396.8254, \"ymax\": 886.5079}, \"category\": \"pne\"}]}, \"48172\": {\"path\": \"train/48172.jpg\", \"id\": 48172, \"objects\": [{\"bbox\": {\"xmin\": 1998.41, \"ymin\": 873.81, \"xmax\": 2015.873, \"ymax\": 905.5555999999999}, \"category\": \"pn\"}]}, \"33871\": {\"path\": \"test/33871.jpg\", \"id\": 33871, \"objects\": [{\"bbox\": {\"xmin\": 1196.03, \"ymin\": 996.689, \"xmax\": 1217.8808, \"ymax\": 1021.8543}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1072.85, \"ymin\": 943.709, \"xmax\": 1090.7285, \"ymax\": 962.2516999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1605.3, \"ymin\": 997.351, \"xmax\": 1619.8675, \"ymax\": 1019.8675}, \"category\": \"pne\"}]}, \"63592\": {\"path\": \"train/63592.jpg\", \"id\": 63592, \"objects\": [{\"bbox\": {\"xmin\": 817.46, \"ymin\": 845.238, \"xmax\": 842.0634, \"ymax\": 893.6504000000001}, \"category\": \"pl40\"}]}, \"17697\": {\"path\": \"train/17697.jpg\", \"id\": 17697, \"objects\": [{\"bbox\": {\"xmin\": 257.333, \"ymin\": 641.333, \"xmax\": 380.0, \"ymax\": 782.6669999999999}, \"category\": \"pm20\"}]}, \"73121\": {\"path\": \"test/73121.jpg\", \"id\": 73121, \"objects\": [{\"bbox\": {\"xmin\": 482.387, \"ymin\": 991.477, \"xmax\": 500.0002, \"ymax\": 1021.0227}, \"category\": \"pl40\"}]}, \"91620\": {\"path\": \"train/91620.jpg\", \"id\": 91620, \"objects\": [{\"bbox\": {\"xmin\": 173.24203491210938, \"ymin\": 975.3375854492188, \"xmax\": 192.15652465820312, \"ymax\": 993.4988403320312}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 66.95965576171875, \"ymin\": 901.2136840820312, \"xmax\": 91.34889221191406, \"ymax\": 922.7991333007812}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 581.6, \"ymin\": 892.0, \"xmax\": 604.8000000000001, \"ymax\": 914.4}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 896.0, \"ymin\": 972.0, \"xmax\": 948.0, \"ymax\": 1022.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 590.667, \"ymin\": 924.0, \"xmax\": 630.6667, \"ymax\": 965.3333}, \"category\": \"phcs\"}]}, \"47229\": {\"path\": \"train/47229.jpg\", \"id\": 47229, \"objects\": [{\"bbox\": {\"xmin\": 737.333, \"ymin\": 984.0, \"xmax\": 777.3333, \"ymax\": 1021.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1557.33, \"ymin\": 1024.0, \"xmax\": 1592.0, \"ymax\": 1057.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1558.67, \"ymin\": 988.0, \"xmax\": 1590.6667, \"ymax\": 1021.3333}, \"category\": \"pl5\"}]}, \"45626\": {\"path\": \"train/45626.jpg\", \"id\": 45626, \"objects\": [{\"bbox\": {\"xmin\": 801.0, \"ymin\": 903.0, \"xmax\": 824.0, \"ymax\": 925.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 393.0, \"ymin\": 892.0, \"xmax\": 413.0, \"ymax\": 914.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 739.0, \"ymin\": 969.0, \"xmax\": 755.0, \"ymax\": 985.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 756.0, \"ymin\": 901.0, \"xmax\": 779.0, \"ymax\": 924.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 697.0, \"ymin\": 904.0, \"xmax\": 717.0, \"ymax\": 924.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 676.0, \"ymin\": 903.0, \"xmax\": 694.0, \"ymax\": 925.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 719.0, \"ymin\": 903.0, \"xmax\": 738.0, \"ymax\": 924.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 269.0, \"ymin\": 893.0, \"xmax\": 292.0, \"ymax\": 915.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 780.0, \"ymin\": 901.0, \"xmax\": 802.0, \"ymax\": 924.0}, \"category\": \"im\"}]}, \"64541\": {\"path\": \"train/64541.jpg\", \"id\": 64541, \"objects\": [{\"bbox\": {\"xmin\": 1207.88, \"ymin\": 938.617, \"xmax\": 1226.7327, \"ymax\": 958.4164999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1176.24, \"ymin\": 936.634, \"xmax\": 1192.0792, \"ymax\": 956.4356}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1191.09, \"ymin\": 938.614, \"xmax\": 1208.9151, \"ymax\": 957.4257}, \"category\": \"pn\"}]}, \"92478\": {\"path\": \"test/92478.jpg\", \"id\": 92478, \"objects\": [{\"bbox\": {\"xmin\": 45.5446, \"ymin\": 837.624, \"xmax\": 74.2574, \"ymax\": 879.2079}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1696.04, \"ymin\": 900.99, \"xmax\": 1712.8713, \"ymax\": 924.7525}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 11.8812, \"ymin\": 833.663, \"xmax\": 43.5644, \"ymax\": 878.2178}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1718.81, \"ymin\": 900.99, \"xmax\": 1737.6237999999998, \"ymax\": 925.7426}, \"category\": \"pn\"}]}, \"80393\": {\"path\": \"train/80393.jpg\", \"id\": 80393, \"objects\": [{\"bbox\": {\"xmin\": 1421.0, \"ymin\": 813.0, \"xmax\": 1494.0, \"ymax\": 889.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1418.0, \"ymin\": 889.0, \"xmax\": 1496.0, \"ymax\": 969.0}, \"category\": \"pn\"}]}, \"55157\": {\"path\": \"test/55157.jpg\", \"id\": 55157, \"objects\": [{\"bbox\": {\"xmin\": 738.614, \"ymin\": 846.535, \"xmax\": 775.2475000000001, \"ymax\": 883.1682999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1174.26, \"ymin\": 884.158, \"xmax\": 1204.9505, \"ymax\": 916.8317}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1114.85, \"ymin\": 885.149, \"xmax\": 1144.5545, \"ymax\": 911.8812}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1144.55, \"ymin\": 884.158, \"xmax\": 1175.2475, \"ymax\": 913.8614}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 591.089, \"ymin\": 852.475, \"xmax\": 629.7030000000001, \"ymax\": 890.099}, \"category\": \"pne\"}]}, \"81863\": {\"path\": \"train/81863.jpg\", \"id\": 81863, \"objects\": [{\"bbox\": {\"xmin\": 1347.02, \"ymin\": 915.894, \"xmax\": 1376.8212, \"ymax\": 944.3709}, \"category\": \"pl40\"}]}, \"98494\": {\"path\": \"train/98494.jpg\", \"id\": 98494, \"objects\": [{\"bbox\": {\"xmin\": 1729.99, \"ymin\": 802.631, \"xmax\": 1769.8413, \"ymax\": 856.5785}, \"category\": \"pl80\"}]}, \"81733\": {\"path\": \"test/81733.jpg\", \"id\": 81733, \"objects\": [{\"bbox\": {\"xmin\": 328.947, \"ymin\": 1010.53, \"xmax\": 356.5789, \"ymax\": 1047.3684}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 331.579, \"ymin\": 967.105, \"xmax\": 359.2105, \"ymax\": 1009.2105}, \"category\": \"pl5\"}]}, \"13054\": {\"path\": \"train/13054.jpg\", \"id\": 13054, \"objects\": [{\"bbox\": {\"xmin\": 1762.2471923828125, \"ymin\": 366.720458984375, \"xmax\": 1873.7791748046875, \"ymax\": 507.71173095703125}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1401.96, \"ymin\": 282.353, \"xmax\": 1570.588, \"ymax\": 439.216}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1588.24, \"ymin\": 319.608, \"xmax\": 1754.902, \"ymax\": 468.627}, \"category\": \"pn\"}]}, \"74651\": {\"path\": \"train/74651.jpg\", \"id\": 74651, \"objects\": [{\"bbox\": {\"xmin\": 1308.8, \"ymin\": 976.8, \"xmax\": 1328.8, \"ymax\": 996.8}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1309.6, \"ymin\": 998.4, \"xmax\": 1331.1999999999998, \"ymax\": 1022.4}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1010.4, \"ymin\": 1050.4, \"xmax\": 1023.1999999999999, \"ymax\": 1064.0}, \"category\": \"pne\"}]}, \"38851\": {\"path\": \"train/38851.jpg\", \"id\": 38851, \"objects\": [{\"bbox\": {\"xmin\": 1236.0, \"ymin\": 531.0, \"xmax\": 1313.0, \"ymax\": 601.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1225.0, \"ymin\": 957.0, \"xmax\": 1249.0, \"ymax\": 981.0}, \"category\": \"pm30\"}]}, \"16982\": {\"path\": \"train/16982.jpg\", \"id\": 16982, \"objects\": [{\"bbox\": {\"xmin\": 1362.67, \"ymin\": 865.333, \"xmax\": 1388.0, \"ymax\": 890.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1434.67, \"ymin\": 869.333, \"xmax\": 1460.0, \"ymax\": 893.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1293.33, \"ymin\": 862.667, \"xmax\": 1314.6667, \"ymax\": 888.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 862.667, \"xmax\": 1289.3333, \"ymax\": 886.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1337.33, \"ymin\": 864.0, \"xmax\": 1361.3333, \"ymax\": 888.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1408.0, \"ymin\": 865.333, \"xmax\": 1433.3333, \"ymax\": 892.0}, \"category\": \"pl100\"}]}, \"40461\": {\"path\": \"test/40461.jpg\", \"id\": 40461, \"objects\": [{\"bbox\": {\"xmin\": 983.0, \"ymin\": 714.0, \"xmax\": 1059.0, \"ymax\": 787.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1062.0, \"ymin\": 710.0, \"xmax\": 1135.0, \"ymax\": 787.0}, \"category\": \"pm30\"}]}, \"22326\": {\"path\": \"train/22326.jpg\", \"id\": 22326, \"objects\": [{\"bbox\": {\"xmin\": 810.667, \"ymin\": 868.0, \"xmax\": 850.6667, \"ymax\": 905.3333}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1466.67, \"ymin\": 845.333, \"xmax\": 1524.0, \"ymax\": 909.3333}, \"category\": \"pl40\"}]}, \"90968\": {\"path\": \"train/90968.jpg\", \"id\": 90968, \"objects\": [{\"bbox\": {\"xmin\": 307.895, \"ymin\": 628.947, \"xmax\": 363.1579, \"ymax\": 728.947}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1953.95, \"ymin\": 943.421, \"xmax\": 1969.7368000000001, \"ymax\": 961.8421000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 30.2632, \"ymin\": 851.316, \"xmax\": 52.631600000000006, \"ymax\": 900.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 28.9474, \"ymin\": 513.158, \"xmax\": 94.7368, \"ymax\": 639.474}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1882.89, \"ymin\": 939.474, \"xmax\": 1902.6316000000002, \"ymax\": 961.8421000000001}, \"category\": \"pne\"}]}, \"42577\": {\"path\": \"other/42577.jpg\", \"id\": 42577, \"objects\": [{\"bbox\": {\"xmin\": 1756.86, \"ymin\": 852.941, \"xmax\": 1856.8629999999998, \"ymax\": 952.941}, \"category\": \"p14\"}]}, \"80622\": {\"path\": \"test/80622.jpg\", \"id\": 80622, \"objects\": [{\"bbox\": {\"xmin\": 1620.420166015625, \"ymin\": 947.987548828125, \"xmax\": 1639.03564453125, \"ymax\": 967.4764404296875}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 486.139, \"ymin\": 882.178, \"xmax\": 501.9802, \"ymax\": 912.8713}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1281.19, \"ymin\": 915.842, \"xmax\": 1300.9901, \"ymax\": 937.6238}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 400.0, \"ymin\": 874.257, \"xmax\": 419.8029, \"ymax\": 902.9703}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1181.19, \"ymin\": 914.851, \"xmax\": 1201.9802, \"ymax\": 937.6238}, \"category\": \"pne\"}]}, \"31334\": {\"path\": \"train/31334.jpg\", \"id\": 31334, \"objects\": [{\"bbox\": {\"xmin\": 1657.3836669921875, \"ymin\": 857.0123291015625, \"xmax\": 1686.3192138671875, \"ymax\": 886.6087646484375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 981.333, \"ymin\": 688.0, \"xmax\": 1056.0, \"ymax\": 756.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1236.0, \"ymin\": 688.0, \"xmax\": 1306.6667, \"ymax\": 752.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 744.0, \"ymin\": 698.667, \"xmax\": 813.3333, \"ymax\": 761.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 650.667, \"ymin\": 705.333, \"xmax\": 717.3333, \"ymax\": 770.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 884.0, \"ymin\": 692.0, \"xmax\": 953.3333, \"ymax\": 758.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1137.33, \"ymin\": 686.667, \"xmax\": 1205.3333, \"ymax\": 749.3333}, \"category\": \"pl100\"}]}, \"58440\": {\"path\": \"train/58440.jpg\", \"id\": 58440, \"objects\": [{\"bbox\": {\"xmin\": 1433.66, \"ymin\": 863.366, \"xmax\": 1464.3564000000001, \"ymax\": 895.0495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1308.91, \"ymin\": 859.406, \"xmax\": 1339.604, \"ymax\": 892.0791999999999}, \"category\": \"pne\"}]}, \"68268\": {\"path\": \"test/68268.jpg\", \"id\": 68268, \"objects\": [{\"bbox\": {\"xmin\": 821.333, \"ymin\": 690.667, \"xmax\": 882.6667, \"ymax\": 753.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 689.333, \"ymin\": 694.667, \"xmax\": 752.0, \"ymax\": 758.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1974.67, \"ymin\": 773.333, \"xmax\": 2013.3333, \"ymax\": 820.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 754.667, \"ymin\": 693.333, \"xmax\": 818.6667, \"ymax\": 754.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 885.333, \"ymin\": 690.667, \"xmax\": 952.0, \"ymax\": 752.0}, \"category\": \"pn\"}]}, \"59670\": {\"path\": \"train/59670.jpg\", \"id\": 59670, \"objects\": [{\"bbox\": {\"xmin\": 1848.0, \"ymin\": 1004.0, \"xmax\": 1911.0, \"ymax\": 1064.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1841.0, \"ymin\": 771.0, \"xmax\": 1904.0, \"ymax\": 830.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1762.0, \"ymin\": 924.0, \"xmax\": 1822.0, \"ymax\": 987.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1844.0, \"ymin\": 857.0, \"xmax\": 1905.0, \"ymax\": 920.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1755.0, \"ymin\": 773.0, \"xmax\": 1819.0, \"ymax\": 835.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1762.0, \"ymin\": 1008.0, \"xmax\": 1825.0, \"ymax\": 1067.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1845.0, \"ymin\": 922.0, \"xmax\": 1908.0, \"ymax\": 984.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1756.0, \"ymin\": 860.0, \"xmax\": 1820.0, \"ymax\": 922.0}, \"category\": \"p29\"}]}, \"83632\": {\"path\": \"test/83632.jpg\", \"id\": 83632, \"objects\": [{\"bbox\": {\"xmin\": 892.079, \"ymin\": 943.564, \"xmax\": 907.9208, \"ymax\": 960.396}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1166.34, \"ymin\": 884.158, \"xmax\": 1198.0231999999999, \"ymax\": 917.8218}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1090.1, \"ymin\": 883.168, \"xmax\": 1123.7657, \"ymax\": 919.802}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1128.71, \"ymin\": 884.158, \"xmax\": 1161.3861, \"ymax\": 917.8218}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 824.752, \"ymin\": 942.574, \"xmax\": 842.5743, \"ymax\": 965.3465}, \"category\": \"pne\"}]}, \"40884\": {\"path\": \"train/40884.jpg\", \"id\": 40884, \"objects\": [{\"bbox\": {\"xmin\": 1485.0, \"ymin\": 930.0, \"xmax\": 1511.0, \"ymax\": 967.4603}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1683.0, \"ymin\": 976.19, \"xmax\": 1703.1746, \"ymax\": 999.2049000000001}, \"category\": \"ps\"}]}, \"633\": {\"path\": \"train/633.jpg\", \"id\": 633, \"objects\": [{\"bbox\": {\"xmin\": 661.238, \"ymin\": 960.636, \"xmax\": 695.5841, \"ymax\": 994.9993999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 953.0, \"xmax\": 1472.0, \"ymax\": 1031.0}, \"category\": \"i2r\"}]}, \"58775\": {\"path\": \"train/58775.jpg\", \"id\": 58775, \"objects\": [{\"bbox\": {\"xmin\": 646.0, \"ymin\": 1012.0, \"xmax\": 706.0, \"ymax\": 1072.0}, \"category\": \"p10\"}]}, \"79572\": {\"path\": \"test/79572.jpg\", \"id\": 79572, \"objects\": [{\"bbox\": {\"xmin\": 1051.22, \"ymin\": 976.491, \"xmax\": 1077.5104000000001, \"ymax\": 1003.2545}, \"category\": \"i3\"}, {\"bbox\": {\"xmin\": 862.827, \"ymin\": 988.0, \"xmax\": 895.2245, \"ymax\": 1019.7536}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 255.2, \"ymin\": 1008.9, \"xmax\": 280.8993, \"ymax\": 1038.3888}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1547.23, \"ymin\": 981.078, \"xmax\": 1582.1908, \"ymax\": 1019.4284}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1693.6, \"ymin\": 628.8, \"xmax\": 1778.3999999999999, \"ymax\": 726.1174}, \"category\": \"pr60\"}]}, \"36466\": {\"path\": \"test/36466.jpg\", \"id\": 36466, \"objects\": [{\"bbox\": {\"xmin\": 1040.0, \"ymin\": 862.667, \"xmax\": 1074.6667, \"ymax\": 896.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 929.333, \"ymin\": 861.333, \"xmax\": 962.6667, \"ymax\": 893.3333}, \"category\": \"pl40\"}]}, \"94327\": {\"path\": \"train/94327.jpg\", \"id\": 94327, \"objects\": [{\"bbox\": {\"xmin\": 706.623, \"ymin\": 958.941, \"xmax\": 746.3576, \"ymax\": 1000.6627000000001}, \"category\": \"pm20\"}]}, \"49257\": {\"path\": \"test/49257.jpg\", \"id\": 49257, \"objects\": [{\"bbox\": {\"xmin\": 1649.67, \"ymin\": 898.013, \"xmax\": 1680.7947000000001, \"ymax\": 929.8007}, \"category\": \"pcd\"}]}, \"64759\": {\"path\": \"train/64759.jpg\", \"id\": 64759, \"objects\": [{\"bbox\": {\"xmin\": 1286.67, \"ymin\": 1005.33, \"xmax\": 1308.0, \"ymax\": 1026.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1281.33, \"ymin\": 980.0, \"xmax\": 1309.3333, \"ymax\": 1005.3333}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1809.33, \"ymin\": 966.667, \"xmax\": 1865.3333, \"ymax\": 1021.3333}, \"category\": \"pbm\"}]}, \"62371\": {\"path\": \"train/62371.jpg\", \"id\": 62371, \"objects\": [{\"bbox\": {\"xmin\": 1486.4, \"ymin\": 948.0, \"xmax\": 1511.2, \"ymax\": 974.4}, \"category\": \"i5\"}]}, \"67800\": {\"path\": \"test/67800.jpg\", \"id\": 67800, \"objects\": [{\"bbox\": {\"xmin\": 1467.11, \"ymin\": 861.842, \"xmax\": 1503.9474, \"ymax\": 897.3684}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1327.63, \"ymin\": 852.632, \"xmax\": 1361.8395, \"ymax\": 893.4210999999999}, \"category\": \"pne\"}]}, \"57843\": {\"path\": \"train/57843.jpg\", \"id\": 57843, \"objects\": [{\"bbox\": {\"xmin\": 1282.18, \"ymin\": 719.802, \"xmax\": 1346.5343, \"ymax\": 784.1582000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1351.49, \"ymin\": 721.782, \"xmax\": 1415.8418, \"ymax\": 791.0889000000001}, \"category\": \"pn\"}]}, \"35548\": {\"path\": \"train/35548.jpg\", \"id\": 35548, \"objects\": [{\"bbox\": {\"xmin\": 517.822, \"ymin\": 756.436, \"xmax\": 574.2574, \"ymax\": 815.8416000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 345.545, \"ymin\": 776.238, \"xmax\": 404.95050000000003, \"ymax\": 832.6733}, \"category\": \"pne\"}]}, \"83628\": {\"path\": \"train/83628.jpg\", \"id\": 83628, \"objects\": [{\"bbox\": {\"xmin\": 912.0, \"ymin\": 796.0, \"xmax\": 952.0, \"ymax\": 836.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1177.6, \"ymin\": 791.2, \"xmax\": 1218.3999999999999, \"ymax\": 832.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1048.0, \"ymin\": 793.6, \"xmax\": 1088.8, \"ymax\": 833.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 863.2, \"ymin\": 753.6, \"xmax\": 904.0, \"ymax\": 792.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 912.8, \"ymin\": 752.0, \"xmax\": 952.0, \"ymax\": 790.4}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 998.4, \"ymin\": 794.4, \"xmax\": 1040.0, \"ymax\": 835.1999999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 864.0, \"ymin\": 798.4, \"xmax\": 905.6, \"ymax\": 837.6}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1129.6, \"ymin\": 792.8, \"xmax\": 1171.1999999999998, \"ymax\": 832.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1286.4, \"ymin\": 790.4, \"xmax\": 1324.8000000000002, \"ymax\": 830.4}, \"category\": \"pne\"}]}, \"71639\": {\"path\": \"train/71639.jpg\", \"id\": 71639, \"objects\": [{\"bbox\": {\"xmin\": 832.0, \"ymin\": 474.667, \"xmax\": 924.0003, \"ymax\": 557.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1128.0, \"ymin\": 462.667, \"xmax\": 1228.0, \"ymax\": 544.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 553.333, \"ymin\": 517.333, \"xmax\": 638.6667, \"ymax\": 593.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 469.333, \"ymin\": 536.0, \"xmax\": 542.6667, \"ymax\": 609.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 724.0, \"ymin\": 488.0, \"xmax\": 816.0, \"ymax\": 566.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1016.0, \"ymin\": 464.0, \"xmax\": 1110.6667, \"ymax\": 542.6667}, \"category\": \"pl100\"}]}, \"4270\": {\"path\": \"train/4270.jpg\", \"id\": 4270, \"objects\": [{\"bbox\": {\"xmin\": 1880.2, \"ymin\": 880.198, \"xmax\": 1904.9507, \"ymax\": 910.8910999999999}, \"category\": \"pl30\"}]}, \"87379\": {\"path\": \"train/87379.jpg\", \"id\": 87379, \"objects\": [{\"bbox\": {\"xmin\": 962.686, \"ymin\": 983.085, \"xmax\": 985.0741, \"ymax\": 1006.4681}, \"category\": \"pne\"}]}, \"86532\": {\"path\": \"test/86532.jpg\", \"id\": 86532, \"objects\": [{\"bbox\": {\"xmin\": 1386.14, \"ymin\": 906.931, \"xmax\": 1408.9109, \"ymax\": 931.6832}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1361.39, \"ymin\": 904.95, \"xmax\": 1384.1854, \"ymax\": 930.6931000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1409.9, \"ymin\": 905.941, \"xmax\": 1435.6426000000001, \"ymax\": 932.6733}, \"category\": \"pn\"}]}, \"27202\": {\"path\": \"train/27202.jpg\", \"id\": 27202, \"objects\": [{\"bbox\": {\"xmin\": 889.404, \"ymin\": 925.828, \"xmax\": 905.298, \"ymax\": 944.3709}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 818.543, \"ymin\": 927.152, \"xmax\": 837.0861, \"ymax\": 945.0331}, \"category\": \"pne\"}]}, \"14457\": {\"path\": \"other/14457.jpg\", \"id\": 14457, \"objects\": [{\"bbox\": {\"xmin\": 650.0, \"ymin\": 575.0, \"xmax\": 728.0, \"ymax\": 652.0}, \"category\": \"pr30\"}]}, \"2932\": {\"path\": \"other/2932.jpg\", \"id\": 2932, \"objects\": [{\"bbox\": {\"xmin\": 1846.9, \"ymin\": 780.088, \"xmax\": 1880.0885, \"ymax\": 823.8937999999999}, \"category\": \"ph4.8\"}]}, \"60943\": {\"path\": \"train/60943.jpg\", \"id\": 60943, \"objects\": [{\"bbox\": {\"xmin\": 1271.05, \"ymin\": 905.263, \"xmax\": 1292.1053, \"ymax\": 927.6316}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1193.42, \"ymin\": 907.895, \"xmax\": 1210.5299, \"ymax\": 925.0}, \"category\": \"pne\"}]}, \"84371\": {\"path\": \"train/84371.jpg\", \"id\": 84371, \"objects\": [{\"bbox\": {\"xmin\": 763.366, \"ymin\": 901.98, \"xmax\": 781.1881, \"ymax\": 921.7822}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 639.604, \"ymin\": 908.911, \"xmax\": 659.407, \"ymax\": 927.7227999999999}, \"category\": \"pne\"}]}, \"35812\": {\"path\": \"train/35812.jpg\", \"id\": 35812, \"objects\": [{\"bbox\": {\"xmin\": 1295.24, \"ymin\": 950.794, \"xmax\": 1370.6349, \"ymax\": 1026.9841}, \"category\": \"pn\"}]}, \"26954\": {\"path\": \"train/26954.jpg\", \"id\": 26954, \"objects\": [{\"bbox\": {\"xmin\": 266.667, \"ymin\": 984.0, \"xmax\": 297.33329999999995, \"ymax\": 1014.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 393.333, \"ymin\": 818.667, \"xmax\": 433.3333, \"ymax\": 857.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 726.667, \"ymin\": 944.0, \"xmax\": 753.3333, \"ymax\": 973.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 433.333, \"ymin\": 814.667, \"xmax\": 472.0, \"ymax\": 854.667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 98.6667, \"ymin\": 834.667, \"xmax\": 134.6667, \"ymax\": 874.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 746.667, \"ymin\": 980.0, \"xmax\": 780.0003, \"ymax\": 1009.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 750.667, \"ymin\": 1008.0, \"xmax\": 776.0, \"ymax\": 1034.6667}, \"category\": \"i2r\"}]}, \"51734\": {\"path\": \"train/51734.jpg\", \"id\": 51734, \"objects\": [{\"bbox\": {\"xmin\": 976.0, \"ymin\": 500.0, \"xmax\": 1066.6667, \"ymax\": 582.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 498.667, \"xmax\": 1342.6667, \"ymax\": 581.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 701.333, \"ymin\": 521.333, \"xmax\": 788.0, \"ymax\": 602.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 609.333, \"ymin\": 537.333, \"xmax\": 694.6664, \"ymax\": 614.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 506.667, \"xmax\": 961.3333, \"ymax\": 588.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1145.33, \"ymin\": 497.333, \"xmax\": 1240.0, \"ymax\": 578.6667}, \"category\": \"pl100\"}]}, \"41818\": {\"path\": \"other/41818.jpg\", \"id\": 41818, \"objects\": [{\"bbox\": {\"xmin\": 808.911, \"ymin\": 974.257, \"xmax\": 823.7624, \"ymax\": 990.0989999999999}, \"category\": \"pne\"}]}, \"80235\": {\"path\": \"test/80235.jpg\", \"id\": 80235, \"objects\": [{\"bbox\": {\"xmin\": 1668.63, \"ymin\": 182.353, \"xmax\": 1882.353, \"ymax\": 366.66700000000003}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1888.24, \"ymin\": 221.569, \"xmax\": 2041.176, \"ymax\": 409.804}, \"category\": \"pn\"}]}, \"59813\": {\"path\": \"test/59813.jpg\", \"id\": 59813, \"objects\": [{\"bbox\": {\"xmin\": 1654.0, \"ymin\": 967.0, \"xmax\": 1721.0, \"ymax\": 1049.0}, \"category\": \"pl120\"}]}, \"64248\": {\"path\": \"test/64248.jpg\", \"id\": 64248, \"objects\": [{\"bbox\": {\"xmin\": 245.274, \"ymin\": 1142.29, \"xmax\": 263.6816, \"ymax\": 1167.6616999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 265.672, \"ymin\": 1142.78, \"xmax\": 285.07460000000003, \"ymax\": 1170.1468}, \"category\": \"pn\"}]}, \"26919\": {\"path\": \"train/26919.jpg\", \"id\": 26919, \"objects\": [{\"bbox\": {\"xmin\": 1426.67, \"ymin\": 889.333, \"xmax\": 1472.0, \"ymax\": 938.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1429.33, \"ymin\": 941.333, \"xmax\": 1470.6667, \"ymax\": 982.6667}, \"category\": \"pn\"}]}, \"71550\": {\"path\": \"train/71550.jpg\", \"id\": 71550, \"objects\": [{\"bbox\": {\"xmin\": 1443.0, \"ymin\": 940.0, \"xmax\": 1496.0, \"ymax\": 994.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1442.0, \"ymin\": 882.0, \"xmax\": 1497.0, \"ymax\": 938.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1389.0, \"ymin\": 919.0, \"xmax\": 1436.0, \"ymax\": 968.0}, \"category\": \"pn\"}]}, \"79495\": {\"path\": \"test/79495.jpg\", \"id\": 79495, \"objects\": [{\"bbox\": {\"xmin\": 582.667, \"ymin\": 898.667, \"xmax\": 641.3333, \"ymax\": 956.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1320.0, \"ymin\": 968.0, \"xmax\": 1360.0, \"ymax\": 1008.0}, \"category\": \"pm15\"}]}, \"87628\": {\"path\": \"train/87628.jpg\", \"id\": 87628, \"objects\": [{\"bbox\": {\"xmin\": 1636.63, \"ymin\": 827.632, \"xmax\": 1672.3570000000002, \"ymax\": 864.4737}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1671.05, \"ymin\": 828.947, \"xmax\": 1706.5705, \"ymax\": 867.3267}, \"category\": \"pn\"}]}, \"18660\": {\"path\": \"test/18660.jpg\", \"id\": 18660, \"objects\": [{\"bbox\": {\"xmin\": 281.333, \"ymin\": 628.0, \"xmax\": 365.3333, \"ymax\": 717.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1394.67, \"ymin\": 890.667, \"xmax\": 1480.0099, \"ymax\": 984.0}, \"category\": \"pl40\"}]}, \"68667\": {\"path\": \"test/68667.jpg\", \"id\": 68667, \"objects\": [{\"bbox\": {\"xmin\": 1469.33, \"ymin\": 1013.33, \"xmax\": 1512.0, \"ymax\": 1054.6667}, \"category\": \"pl60\"}]}, \"17573\": {\"path\": \"train/17573.jpg\", \"id\": 17573, \"objects\": [{\"bbox\": {\"xmin\": 1164.6, \"ymin\": 941.593, \"xmax\": 1180.971, \"ymax\": 957.9646}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1631.41, \"ymin\": 1003.54, \"xmax\": 1646.9002, \"ymax\": 1022.1214}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1123.9, \"ymin\": 940.266, \"xmax\": 1140.268, \"ymax\": 957.0801}, \"category\": \"pne\"}]}, \"90677\": {\"path\": \"test/90677.jpg\", \"id\": 90677, \"objects\": [{\"bbox\": {\"xmin\": 1482.0, \"ymin\": 969.0, \"xmax\": 1536.0, \"ymax\": 1027.0}, \"category\": \"p26\"}]}, \"15325\": {\"path\": \"train/15325.jpg\", \"id\": 15325, \"objects\": [{\"bbox\": {\"xmin\": 1654.67, \"ymin\": 936.0, \"xmax\": 1716.0033, \"ymax\": 1001.3333}, \"category\": \"pl40\"}]}, \"90232\": {\"path\": \"train/90232.jpg\", \"id\": 90232, \"objects\": [{\"bbox\": {\"xmin\": 307.895, \"ymin\": 814.474, \"xmax\": 328.94739999999996, \"ymax\": 859.2105}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1334.21, \"ymin\": 875.0, \"xmax\": 1356.5789, \"ymax\": 901.3158}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 243.421, \"ymin\": 807.895, \"xmax\": 267.1053, \"ymax\": 847.3684}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1268.42, \"ymin\": 872.368, \"xmax\": 1290.7895, \"ymax\": 901.3158000000001}, \"category\": \"pne\"}]}, \"25671\": {\"path\": \"train/25671.jpg\", \"id\": 25671, \"objects\": [{\"bbox\": {\"xmin\": 1721.78, \"ymin\": 797.03, \"xmax\": 1768.3168, \"ymax\": 846.5346999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1843.56, \"ymin\": 885.149, \"xmax\": 1866.3365999999999, \"ymax\": 915.8416}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1790.1, \"ymin\": 884.158, \"xmax\": 1815.8416, \"ymax\": 914.8515}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1514.85, \"ymin\": 777.228, \"xmax\": 1569.3068999999998, \"ymax\": 831.6831999999999}, \"category\": \"pne\"}]}, \"72269\": {\"path\": \"other/72269.jpg\", \"id\": 72269, \"objects\": [{\"bbox\": {\"xmin\": 1161.155517578125, \"ymin\": 948.8218994140625, \"xmax\": 1178.346435546875, \"ymax\": 965.15869140625}, \"category\": \"pne\"}]}, \"89318\": {\"path\": \"train/89318.jpg\", \"id\": 89318, \"objects\": [{\"bbox\": {\"xmin\": 809.934, \"ymin\": 970.635, \"xmax\": 823.0163, \"ymax\": 987.4172}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 929.801, \"ymin\": 899.206, \"xmax\": 952.3171000000001, \"ymax\": 921.8543}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 794.702, \"ymin\": 973.81, \"xmax\": 807.947, \"ymax\": 988.0794999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 955.629, \"ymin\": 898.013, \"xmax\": 975.4967, \"ymax\": 924.5034}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 826.49, \"ymin\": 969.536, \"xmax\": 837.7483, \"ymax\": 986.0924}, \"category\": \"pn\"}]}, \"49679\": {\"path\": \"other/49679.jpg\", \"id\": 49679, \"objects\": [{\"bbox\": {\"xmin\": 288.158, \"ymin\": 948.684, \"xmax\": 322.3688, \"ymax\": 985.5263}, \"category\": \"w63\"}]}, \"64120\": {\"path\": \"test/64120.jpg\", \"id\": 64120, \"objects\": [{\"bbox\": {\"xmin\": 1221.59, \"ymin\": 988.068, \"xmax\": 1240.9090999999999, \"ymax\": 1009.6593}, \"category\": \"pm20\"}]}, \"47131\": {\"path\": \"train/47131.jpg\", \"id\": 47131, \"objects\": [{\"bbox\": {\"xmin\": 33.3333, \"ymin\": 878.667, \"xmax\": 106.66669999999999, \"ymax\": 977.3333}, \"category\": \"p5\"}]}, \"70270\": {\"path\": \"train/70270.jpg\", \"id\": 70270, \"objects\": [{\"bbox\": {\"xmin\": 1128.97, \"ymin\": 960.795, \"xmax\": 1156.2464, \"ymax\": 987.5}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1765.91, \"ymin\": 926.704, \"xmax\": 1813.6364, \"ymax\": 976.1361999999999}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1267.62, \"ymin\": 920.454, \"xmax\": 1327.2773, \"ymax\": 976.7044}, \"category\": \"w59\"}]}, \"86875\": {\"path\": \"train/86875.jpg\", \"id\": 86875, \"objects\": [{\"bbox\": {\"xmin\": 1758.82, \"ymin\": 905.882, \"xmax\": 1849.0195999999999, \"ymax\": 994.1175999999999}, \"category\": \"pne\"}]}, \"41280\": {\"path\": \"train/41280.jpg\", \"id\": 41280, \"objects\": [{\"bbox\": {\"xmin\": 1138.67, \"ymin\": 526.667, \"xmax\": 1228.0, \"ymax\": 602.6667}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1526.67, \"ymin\": 549.333, \"xmax\": 1609.3333, \"ymax\": 624.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 720.0, \"ymin\": 541.333, \"xmax\": 806.6667, \"ymax\": 618.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 356.0, \"ymin\": 597.333, \"xmax\": 422.6667, \"ymax\": 672.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 230.667, \"ymin\": 628.0, \"xmax\": 288.0, \"ymax\": 693.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 557.333, \"ymin\": 561.333, \"xmax\": 634.6667, \"ymax\": 636.0002999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 958.667, \"ymin\": 525.333, \"xmax\": 1049.3333, \"ymax\": 605.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1340.0, \"ymin\": 528.0, \"xmax\": 1426.6667, \"ymax\": 606.6667}, \"category\": \"pl80\"}]}, \"76837\": {\"path\": \"test/76837.jpg\", \"id\": 76837, \"objects\": [{\"bbox\": {\"xmin\": 1183.33, \"ymin\": 888.889, \"xmax\": 1207.9365, \"ymax\": 917.4603}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1315.87, \"ymin\": 959.524, \"xmax\": 1339.6812, \"ymax\": 984.9206}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1155.56, \"ymin\": 888.889, \"xmax\": 1180.9524, \"ymax\": 914.2857}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1317.46, \"ymin\": 939.683, \"xmax\": 1339.6825000000001, \"ymax\": 960.3175}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1315.88, \"ymin\": 992.857, \"xmax\": 1339.6825000000001, \"ymax\": 1016.6669999999999}, \"category\": \"w47\"}]}, \"15489\": {\"path\": \"test/15489.jpg\", \"id\": 15489, \"objects\": [{\"bbox\": {\"xmin\": 1054.0, \"ymin\": 716.0, \"xmax\": 1124.0, \"ymax\": 786.0}, \"category\": \"pr40\"}]}, \"33292\": {\"path\": \"test/33292.jpg\", \"id\": 33292, \"objects\": [{\"bbox\": {\"xmin\": 1318.0, \"ymin\": 737.0, \"xmax\": 1371.0, \"ymax\": 788.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1382.0, \"ymin\": 738.0, \"xmax\": 1437.0, \"ymax\": 792.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1503.0, \"ymin\": 825.0, \"xmax\": 1530.0, \"ymax\": 848.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1474.0, \"ymin\": 989.0, \"xmax\": 1523.0, \"ymax\": 1043.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1474.0, \"ymin\": 1052.0, \"xmax\": 1522.0, \"ymax\": 1105.0}, \"category\": \"i2r\"}]}, \"24019\": {\"path\": \"test/24019.jpg\", \"id\": 24019, \"objects\": [{\"bbox\": {\"xmin\": 990.4, \"ymin\": 887.2, \"xmax\": 1012.8, \"ymax\": 908.8000000000001}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1116.8, \"ymin\": 884.8, \"xmax\": 1139.2, \"ymax\": 905.5999999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1054.4, \"ymin\": 886.4, \"xmax\": 1076.0, \"ymax\": 907.1999999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 964.8, \"ymin\": 863.2, \"xmax\": 987.1999999999999, \"ymax\": 884.8000000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 990.4, \"ymin\": 862.4, \"xmax\": 1012.8, \"ymax\": 884.8}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1028.0, \"ymin\": 885.6, \"xmax\": 1050.4, \"ymax\": 907.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 965.6, \"ymin\": 886.4, \"xmax\": 986.4, \"ymax\": 908.8}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1090.4, \"ymin\": 884.8, \"xmax\": 1113.6000000000001, \"ymax\": 906.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1169.6, \"ymin\": 882.4, \"xmax\": 1192.0, \"ymax\": 904.8}, \"category\": \"pne\"}]}, \"27752\": {\"path\": \"train/27752.jpg\", \"id\": 27752, \"objects\": [{\"bbox\": {\"xmin\": 1736.0, \"ymin\": 28.0, \"xmax\": 1990.667, \"ymax\": 242.667}, \"category\": \"pl60\"}]}, \"14135\": {\"path\": \"train/14135.jpg\", \"id\": 14135, \"objects\": [{\"bbox\": {\"xmin\": 1852.0, \"ymin\": 794.667, \"xmax\": 1891.9967, \"ymax\": 842.6667}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1810.67, \"ymin\": 789.333, \"xmax\": 1848.0, \"ymax\": 837.3333}, \"category\": \"p23\"}]}, \"96615\": {\"path\": \"test/96615.jpg\", \"id\": 96615, \"objects\": [{\"bbox\": {\"xmin\": 1757.0, \"ymin\": 765.0, \"xmax\": 1814.0, \"ymax\": 832.0}, \"category\": \"pr40\"}]}, \"24328\": {\"path\": \"test/24328.jpg\", \"id\": 24328, \"objects\": [{\"bbox\": {\"xmin\": 222.159, \"ymin\": 1002.27, \"xmax\": 240.9091, \"ymax\": 1025.0009}, \"category\": \"p5\"}]}, \"4442\": {\"path\": \"test/4442.jpg\", \"id\": 4442, \"objects\": [{\"bbox\": {\"xmin\": 750.993, \"ymin\": 950.993, \"xmax\": 780.7945000000001, \"ymax\": 981.4565}, \"category\": \"pm20\"}]}, \"74742\": {\"path\": \"other/74742.jpg\", \"id\": 74742, \"objects\": [{\"bbox\": {\"xmin\": 1596.0, \"ymin\": 993.0, \"xmax\": 1659.0, \"ymax\": 1055.0}, \"category\": \"pm10\"}]}, \"94440\": {\"path\": \"test/94440.jpg\", \"id\": 94440, \"objects\": [{\"bbox\": {\"xmin\": 1004.0, \"ymin\": 566.667, \"xmax\": 1105.333, \"ymax\": 658.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 653.333, \"ymin\": 597.333, \"xmax\": 748.0, \"ymax\": 688.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 820.0, \"ymin\": 578.667, \"xmax\": 918.6667, \"ymax\": 670.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 493.333, \"ymin\": 618.667, \"xmax\": 578.6667, \"ymax\": 705.3336}, \"category\": \"pl120\"}]}, \"33225\": {\"path\": \"train/33225.jpg\", \"id\": 33225, \"objects\": [{\"bbox\": {\"xmin\": 1192.0, \"ymin\": 891.0, \"xmax\": 1225.0, \"ymax\": 925.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1188.0, \"ymin\": 847.0, \"xmax\": 1231.0, \"ymax\": 889.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1155.0, \"ymin\": 806.0, \"xmax\": 1198.0, \"ymax\": 850.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1196.0, \"ymin\": 951.0, \"xmax\": 1220.0, \"ymax\": 978.0}, \"category\": \"pdd\"}]}, \"14636\": {\"path\": \"other/14636.jpg\", \"id\": 14636, \"objects\": [{\"bbox\": {\"xmin\": 1981.112548828125, \"ymin\": 976.601806640625, \"xmax\": 1999.142333984375, \"ymax\": 997.2308349609375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1837.33, \"ymin\": 913.333, \"xmax\": 1857.3333, \"ymax\": 936.0}, \"category\": \"ph4.2\"}]}, \"96188\": {\"path\": \"test/96188.jpg\", \"id\": 96188, \"objects\": [{\"bbox\": {\"xmin\": 1946.53, \"ymin\": 848.515, \"xmax\": 1982.1782, \"ymax\": 892.0792}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1986.14, \"ymin\": 855.446, \"xmax\": 2016.8317000000002, \"ymax\": 893.0693}, \"category\": \"pn\"}]}, \"33697\": {\"path\": \"train/33697.jpg\", \"id\": 33697, \"objects\": [{\"bbox\": {\"xmin\": 545.333, \"ymin\": 369.333, \"xmax\": 714.6669999999999, \"ymax\": 530.667}, \"category\": \"pl50\"}]}, \"51194\": {\"path\": \"other/51194.jpg\", \"id\": 51194, \"objects\": [{\"bbox\": {\"xmin\": 1417.0, \"ymin\": 935.0, \"xmax\": 1497.0, \"ymax\": 1015.0}, \"category\": \"pr60\"}]}, \"92456\": {\"path\": \"test/92456.jpg\", \"id\": 92456, \"objects\": [{\"bbox\": {\"xmin\": 1881.6, \"ymin\": 918.4, \"xmax\": 1924.8, \"ymax\": 974.108}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 611.2, \"ymin\": 972.508, \"xmax\": 644.8000000000001, \"ymax\": 1008.8993}, \"category\": \"i5\"}]}, \"47735\": {\"path\": \"other/47735.jpg\", \"id\": 47735, \"objects\": [{\"bbox\": {\"xmin\": 1124.8, \"ymin\": 625.6, \"xmax\": 1224.876, \"ymax\": 721.7635}, \"category\": \"pr70\"}]}, \"96754\": {\"path\": \"test/96754.jpg\", \"id\": 96754, \"objects\": [{\"bbox\": {\"xmin\": 1220.0, \"ymin\": 1016.0, \"xmax\": 1236.0, \"ymax\": 1033.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1434.0, \"ymin\": 1015.0, \"xmax\": 1474.0, \"ymax\": 1048.0}, \"category\": \"w47\"}]}, \"84764\": {\"path\": \"other/84764.jpg\", \"id\": 84764, \"objects\": [{\"bbox\": {\"xmin\": 1184.0, \"ymin\": 961.333, \"xmax\": 1253.3333, \"ymax\": 1022.6667}, \"category\": \"w50\"}]}, \"26156\": {\"path\": \"other/26156.jpg\", \"id\": 26156, \"objects\": [{\"bbox\": {\"xmin\": 2016.416259765625, \"ymin\": 853.6769409179688, \"xmax\": 2045.601318359375, \"ymax\": 898.7918090820312}, \"category\": \"pl50\"}]}, \"53794\": {\"path\": \"test/53794.jpg\", \"id\": 53794, \"objects\": [{\"bbox\": {\"xmin\": 1361.84, \"ymin\": 700.0, \"xmax\": 1439.4656, \"ymax\": 777.6319}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1203.95, \"ymin\": 692.105, \"xmax\": 1277.6316000000002, \"ymax\": 765.7895}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1277.63, \"ymin\": 694.737, \"xmax\": 1357.8889000000001, \"ymax\": 769.7367999999999}, \"category\": \"pn\"}]}, \"18042\": {\"path\": \"train/18042.jpg\", \"id\": 18042, \"objects\": [{\"bbox\": {\"xmin\": 960.317, \"ymin\": 903.175, \"xmax\": 978.5714, \"ymax\": 925.3968}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 834.921, \"ymin\": 903.968, \"xmax\": 852.3810000000001, \"ymax\": 923.0156999999999}, \"category\": \"pne\"}]}, \"68795\": {\"path\": \"train/68795.jpg\", \"id\": 68795, \"objects\": [{\"bbox\": {\"xmin\": 1341.0, \"ymin\": 843.0, \"xmax\": 1420.0, \"ymax\": 921.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1344.0, \"ymin\": 758.0, \"xmax\": 1420.0, \"ymax\": 832.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1339.0, \"ymin\": 975.0, \"xmax\": 1381.0, \"ymax\": 1018.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1382.0, \"ymin\": 974.0, \"xmax\": 1425.0, \"ymax\": 1018.0}, \"category\": \"i2r\"}]}, \"8328\": {\"path\": \"train/8328.jpg\", \"id\": 8328, \"objects\": [{\"bbox\": {\"xmin\": 211.0, \"ymin\": 835.0, \"xmax\": 240.0, \"ymax\": 874.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1010.0, \"ymin\": 931.0, \"xmax\": 1025.0, \"ymax\": 948.0}, \"category\": \"pl40\"}]}, \"83944\": {\"path\": \"test/83944.jpg\", \"id\": 83944, \"objects\": [{\"bbox\": {\"xmin\": 840.476, \"ymin\": 923.81, \"xmax\": 865.873, \"ymax\": 952.381}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1123.02, \"ymin\": 957.143, \"xmax\": 1144.4433999999999, \"ymax\": 976.9841}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1084.13, \"ymin\": 958.73, \"xmax\": 1103.1746, \"ymax\": 977.7778000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1103.97, \"ymin\": 956.349, \"xmax\": 1122.2222, \"ymax\": 977.7778000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 745.238, \"ymin\": 928.571, \"xmax\": 770.6349, \"ymax\": 950.7937000000001}, \"category\": \"pne\"}]}, \"36665\": {\"path\": \"train/36665.jpg\", \"id\": 36665, \"objects\": [{\"bbox\": {\"xmin\": 478.0, \"ymin\": 991.0, \"xmax\": 527.0, \"ymax\": 1061.0}, \"category\": \"pl50\"}]}, \"66555\": {\"path\": \"train/66555.jpg\", \"id\": 66555, \"objects\": [{\"bbox\": {\"xmin\": 300.0, \"ymin\": 378.0, \"xmax\": 380.0, \"ymax\": 540.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 384.0, \"ymin\": 441.0, \"xmax\": 454.0, \"ymax\": 583.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 36.0, \"ymin\": 247.0, \"xmax\": 183.0, \"ymax\": 432.0}, \"category\": \"pl50\"}]}, \"51669\": {\"path\": \"train/51669.jpg\", \"id\": 51669, \"objects\": [{\"bbox\": {\"xmin\": 1662.67, \"ymin\": 953.333, \"xmax\": 1738.6799, \"ymax\": 1034.6664}, \"category\": \"p10\"}]}, \"86048\": {\"path\": \"train/86048.jpg\", \"id\": 86048, \"objects\": [{\"bbox\": {\"xmin\": 861.0, \"ymin\": 434.0, \"xmax\": 978.0, \"ymax\": 532.0}, \"category\": \"pl50\"}]}, \"82672\": {\"path\": \"test/82672.jpg\", \"id\": 82672, \"objects\": [{\"bbox\": {\"xmin\": 1423.76, \"ymin\": 817.822, \"xmax\": 1481.1839, \"ymax\": 873.2676}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1429.7, \"ymin\": 877.228, \"xmax\": 1481.1881, \"ymax\": 935.6438999999999}, \"category\": \"pn\"}]}, \"46292\": {\"path\": \"test/46292.jpg\", \"id\": 46292, \"objects\": [{\"bbox\": {\"xmin\": 1284.0, \"ymin\": 912.0, \"xmax\": 1363.0, \"ymax\": 982.0}, \"category\": \"w59\"}]}, \"26520\": {\"path\": \"train/26520.jpg\", \"id\": 26520, \"objects\": [{\"bbox\": {\"xmin\": 590.4, \"ymin\": 958.4, \"xmax\": 628.9354999999999, \"ymax\": 998.0192999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1545.42, \"ymin\": 940.0, \"xmax\": 1641.0745000000002, \"ymax\": 1038.4818}, \"category\": \"i2r\"}]}, \"52910\": {\"path\": \"train/52910.jpg\", \"id\": 52910, \"objects\": [{\"bbox\": {\"xmin\": 1197.3602294921875, \"ymin\": 835.8084106445312, \"xmax\": 1235.8719482421875, \"ymax\": 875.7549438476562}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1156.757080078125, \"ymin\": 834.948974609375, \"xmax\": 1189.041259765625, \"ymax\": 878.6259765625}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1238.079833984375, \"ymin\": 836.8446044921875, \"xmax\": 1279.843994140625, \"ymax\": 875.5302734375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 194.118, \"ymin\": 531.373, \"xmax\": 301.961, \"ymax\": 647.0590000000001}, \"category\": \"i5\"}]}, \"61559\": {\"path\": \"train/61559.jpg\", \"id\": 61559, \"objects\": [{\"bbox\": {\"xmin\": 1122.0, \"ymin\": 756.0, \"xmax\": 1182.0, \"ymax\": 814.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 585.0, \"ymin\": 987.0, \"xmax\": 625.0, \"ymax\": 1029.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 947.0, \"ymin\": 746.0, \"xmax\": 1009.0, \"ymax\": 807.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 868.0, \"ymin\": 739.0, \"xmax\": 932.0, \"ymax\": 799.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1066.0, \"ymin\": 750.0, \"xmax\": 1118.0, \"ymax\": 811.0}, \"category\": \"ph4\"}]}, \"50171\": {\"path\": \"other/50171.jpg\", \"id\": 50171, \"objects\": [{\"bbox\": {\"xmin\": 909.524, \"ymin\": 940.476, \"xmax\": 923.8095, \"ymax\": 956.3492}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 850.794, \"ymin\": 942.857, \"xmax\": 865.8729999999999, \"ymax\": 957.9365}, \"category\": \"pne\"}]}, \"33913\": {\"path\": \"test/33913.jpg\", \"id\": 33913, \"objects\": [{\"bbox\": {\"xmin\": 107.0, \"ymin\": 949.0, \"xmax\": 192.0, \"ymax\": 1058.0}, \"category\": \"pl120\"}]}, \"24796\": {\"path\": \"train/24796.jpg\", \"id\": 24796, \"objects\": [{\"bbox\": {\"xmin\": 2005.3, \"ymin\": 939.073, \"xmax\": 2023.8402999999998, \"ymax\": 958.9404}, \"category\": \"pne\"}]}, \"46785\": {\"path\": \"train/46785.jpg\", \"id\": 46785, \"objects\": [{\"bbox\": {\"xmin\": 714.0, \"ymin\": 879.0, \"xmax\": 734.0, \"ymax\": 901.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 305.0, \"ymin\": 868.0, \"xmax\": 325.0, \"ymax\": 891.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 652.0, \"ymin\": 943.0, \"xmax\": 667.0, \"ymax\": 960.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 670.0, \"ymin\": 879.0, \"xmax\": 692.0, \"ymax\": 900.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 613.0, \"ymin\": 881.0, \"xmax\": 632.0, \"ymax\": 900.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 594.0, \"ymin\": 880.0, \"xmax\": 611.0, \"ymax\": 899.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 632.0, \"ymin\": 880.0, \"xmax\": 651.0, \"ymax\": 900.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 201.0, \"ymin\": 870.0, \"xmax\": 218.0, \"ymax\": 892.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 693.0, \"ymin\": 880.0, \"xmax\": 712.0, \"ymax\": 900.0}, \"category\": \"im\"}]}, \"52488\": {\"path\": \"other/52488.jpg\", \"id\": 52488, \"objects\": [{\"bbox\": {\"xmin\": 1644.0, \"ymin\": 965.333, \"xmax\": 1728.0, \"ymax\": 1056.0}, \"category\": \"pm25\"}]}, \"71844\": {\"path\": \"test/71844.jpg\", \"id\": 71844, \"objects\": [{\"bbox\": {\"xmin\": 672.0, \"ymin\": 907.0, \"xmax\": 705.0, \"ymax\": 944.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 671.0, \"ymin\": 948.0, \"xmax\": 705.0, \"ymax\": 983.0}, \"category\": \"p18\"}]}, \"51899\": {\"path\": \"train/51899.jpg\", \"id\": 51899, \"objects\": [{\"bbox\": {\"xmin\": 1217.784912109375, \"ymin\": 993.2756958007812, \"xmax\": 1235.5390625, \"ymax\": 1010.8911743164062}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1721.33, \"ymin\": 966.667, \"xmax\": 1816.0, \"ymax\": 1065.3333}, \"category\": \"pr40\"}]}, \"46523\": {\"path\": \"other/46523.jpg\", \"id\": 46523, \"objects\": [{\"bbox\": {\"xmin\": 1399.0152587890625, \"ymin\": 411.08880615234375, \"xmax\": 1547.1607666015625, \"ymax\": 527.2314453125}, \"category\": \"w22\"}]}, \"23726\": {\"path\": \"test/23726.jpg\", \"id\": 23726, \"objects\": [{\"bbox\": {\"xmin\": 1925.4, \"ymin\": 915.079, \"xmax\": 1961.1111, \"ymax\": 954.7619}, \"category\": \"p5\"}]}, \"7511\": {\"path\": \"train/7511.jpg\", \"id\": 7511, \"objects\": [{\"bbox\": {\"xmin\": 323.684, \"ymin\": 976.316, \"xmax\": 365.78950000000003, \"ymax\": 1040.5941}, \"category\": \"i2r\"}]}, \"29714\": {\"path\": \"test/29714.jpg\", \"id\": 29714, \"objects\": [{\"bbox\": {\"xmin\": 1602.27, \"ymin\": 956.818, \"xmax\": 1628.9782, \"ymax\": 990.3411}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1971.59, \"ymin\": 1022.16, \"xmax\": 1993.75, \"ymax\": 1046.0209}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1598.3, \"ymin\": 994.318, \"xmax\": 1621.0273, \"ymax\": 1015.9091}, \"category\": \"w59\"}]}, \"71022\": {\"path\": \"test/71022.jpg\", \"id\": 71022, \"objects\": [{\"bbox\": {\"xmin\": 459.8816833496094, \"ymin\": 972.4570922851562, \"xmax\": 488.1671447753906, \"ymax\": 998.9796752929688}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1406.77, \"ymin\": 873.705, \"xmax\": 1436.2549999999999, \"ymax\": 903.9837}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1437.06, \"ymin\": 874.104, \"xmax\": 1464.5418, \"ymax\": 903.188}, \"category\": \"pn\"}]}, \"49852\": {\"path\": \"train/49852.jpg\", \"id\": 49852, \"objects\": [{\"bbox\": {\"xmin\": 665.0, \"ymin\": 860.0, \"xmax\": 693.0, \"ymax\": 891.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 237.0, \"ymin\": 887.0, \"xmax\": 258.0, \"ymax\": 909.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 600.0, \"ymin\": 858.0, \"xmax\": 631.0, \"ymax\": 890.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 512.0, \"ymin\": 860.0, \"xmax\": 541.0, \"ymax\": 889.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 480.0, \"ymin\": 860.0, \"xmax\": 507.0, \"ymax\": 886.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 543.0, \"ymin\": 858.0, \"xmax\": 572.0, \"ymax\": 889.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 111.0, \"ymin\": 891.0, \"xmax\": 133.0, \"ymax\": 913.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 632.0, \"ymin\": 860.0, \"xmax\": 664.0, \"ymax\": 892.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 912.0, \"ymin\": 939.0, \"xmax\": 929.0, \"ymax\": 958.0}, \"category\": \"pdd\"}]}, \"27047\": {\"path\": \"other/27047.jpg\", \"id\": 27047, \"objects\": [{\"bbox\": {\"xmin\": 1303.96, \"ymin\": 955.446, \"xmax\": 1316.8317, \"ymax\": 970.297}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1207.92, \"ymin\": 957.426, \"xmax\": 1221.7822, \"ymax\": 973.2661}, \"category\": \"pne\"}]}, \"25778\": {\"path\": \"train/25778.jpg\", \"id\": 25778, \"objects\": [{\"bbox\": {\"xmin\": 1840.0, \"ymin\": 719.2, \"xmax\": 1906.087, \"ymax\": 793.6}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1774.4, \"ymin\": 712.0, \"xmax\": 1841.4634, \"ymax\": 788.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1700.29, \"ymin\": 702.561, \"xmax\": 1772.9817, \"ymax\": 783.8365}, \"category\": \"pr60\"}]}, \"3264\": {\"path\": \"train/3264.jpg\", \"id\": 3264, \"objects\": [{\"bbox\": {\"xmin\": 1001.33, \"ymin\": 808.0, \"xmax\": 1048.0, \"ymax\": 854.6667}, \"category\": \"ph5\"}]}, \"4943\": {\"path\": \"train/4943.jpg\", \"id\": 4943, \"objects\": [{\"bbox\": {\"xmin\": 627.68212890625, \"ymin\": 0.0, \"xmax\": 837.855712890625, \"ymax\": 167.43795776367188}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 326.2975769042969, \"ymin\": 54.06318664550781, \"xmax\": 536.5323486328125, \"ymax\": 222.2405242919922}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 100.54559326171875, \"ymin\": 125.13166046142578, \"xmax\": 307.369873046875, \"ymax\": 285.9720764160156}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 12.0, \"ymin\": 733.0, \"xmax\": 136.0, \"ymax\": 904.0}, \"category\": \"p10\"}]}, \"85130\": {\"path\": \"train/85130.jpg\", \"id\": 85130, \"objects\": [{\"bbox\": {\"xmin\": 1750.0, \"ymin\": 949.0, \"xmax\": 1901.0, \"ymax\": 1122.0}, \"category\": \"p5\"}]}, \"63094\": {\"path\": \"train/63094.jpg\", \"id\": 63094, \"objects\": [{\"bbox\": {\"xmin\": 1536.6812744140625, \"ymin\": 641.244140625, \"xmax\": 1607.5780029296875, \"ymax\": 715.520263671875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1454.0, \"ymin\": 631.0, \"xmax\": 1530.0, \"ymax\": 706.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1698.0, \"ymin\": 945.0, \"xmax\": 1748.0, \"ymax\": 1005.0}, \"category\": \"i2r\"}]}, \"54551\": {\"path\": \"train/54551.jpg\", \"id\": 54551, \"objects\": [{\"bbox\": {\"xmin\": 1826.98, \"ymin\": 862.698, \"xmax\": 1857.1429, \"ymax\": 898.4127}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1799.21, \"ymin\": 859.524, \"xmax\": 1825.3968, \"ymax\": 894.4444}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1858.73, \"ymin\": 864.286, \"xmax\": 1884.9206, \"ymax\": 900.7937}, \"category\": \"pn\"}]}, \"39118\": {\"path\": \"train/39118.jpg\", \"id\": 39118, \"objects\": [{\"bbox\": {\"xmin\": 1352.0, \"ymin\": 786.667, \"xmax\": 1408.0, \"ymax\": 844.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 782.667, \"xmax\": 1354.6667, \"ymax\": 836.0}, \"category\": \"w42\"}]}, \"2424\": {\"path\": \"train/2424.jpg\", \"id\": 2424, \"objects\": [{\"bbox\": {\"xmin\": 256.2999267578125, \"ymin\": 953.9656372070312, \"xmax\": 289.896728515625, \"ymax\": 997.3986206054688}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 853.968, \"ymin\": 940.476, \"xmax\": 919.0476, \"ymax\": 1003.1746}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1828.57, \"ymin\": 958.73, \"xmax\": 1874.6032, \"ymax\": 1008.7302}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 424.604, \"ymin\": 922.222, \"xmax\": 490.4762, \"ymax\": 994.4444}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 854.762, \"ymin\": 877.778, \"xmax\": 917.4599999999999, \"ymax\": 938.8889}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1214.29, \"ymin\": 947.619, \"xmax\": 1276.9841, \"ymax\": 1012.6981000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1535.71, \"ymin\": 949.206, \"xmax\": 1594.4416, \"ymax\": 1006.3488}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1826.99, \"ymin\": 905.555, \"xmax\": 1871.438, \"ymax\": 954.762}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 855.556, \"ymin\": 1004.76, \"xmax\": 918.2539, \"ymax\": 1068.2549}, \"category\": \"pw3.2\"}]}, \"24931\": {\"path\": \"test/24931.jpg\", \"id\": 24931, \"objects\": [{\"bbox\": {\"xmin\": 1032.0, \"ymin\": 772.0, \"xmax\": 1080.0, \"ymax\": 816.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 876.0, \"ymin\": 773.333, \"xmax\": 921.3327, \"ymax\": 816.0}, \"category\": \"pl40\"}]}, \"35402\": {\"path\": \"train/35402.jpg\", \"id\": 35402, \"objects\": [{\"bbox\": {\"xmin\": 1553.0, \"ymin\": 827.0, \"xmax\": 1584.0, \"ymax\": 862.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1706.0, \"ymin\": 845.0, \"xmax\": 1736.0, \"ymax\": 878.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1755.0, \"ymin\": 845.0, \"xmax\": 1795.0, \"ymax\": 891.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 822.0, \"xmax\": 1518.0, \"ymax\": 859.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1647.0, \"ymin\": 839.0, \"xmax\": 1676.0, \"ymax\": 873.0}, \"category\": \"pl120\"}]}, \"93016\": {\"path\": \"train/93016.jpg\", \"id\": 93016, \"objects\": [{\"bbox\": {\"xmin\": 1180.44, \"ymin\": 945.289, \"xmax\": 1200.7277000000001, \"ymax\": 966.6667}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1664.91, \"ymin\": 960.927, \"xmax\": 1683.4482, \"ymax\": 979.4713}, \"category\": \"pm55\"}]}, \"48163\": {\"path\": \"train/48163.jpg\", \"id\": 48163, \"objects\": [{\"bbox\": {\"xmin\": 1336.84, \"ymin\": 917.105, \"xmax\": 1360.5263, \"ymax\": 942.1053}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1235.53, \"ymin\": 910.526, \"xmax\": 1264.4737, \"ymax\": 942.1052999999999}, \"category\": \"pne\"}]}, \"33143\": {\"path\": \"train/33143.jpg\", \"id\": 33143, \"objects\": [{\"bbox\": {\"xmin\": 1336.84, \"ymin\": 752.632, \"xmax\": 1393.4211, \"ymax\": 811.8421}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1269.74, \"ymin\": 751.316, \"xmax\": 1332.8947, \"ymax\": 813.1579}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 752.632, \"xmax\": 1457.8947, \"ymax\": 817.1052999999999}, \"category\": \"pn\"}]}, \"77176\": {\"path\": \"train/77176.jpg\", \"id\": 77176, \"objects\": [{\"bbox\": {\"xmin\": 1610.0, \"ymin\": 767.0, \"xmax\": 1656.0, \"ymax\": 811.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1553.0, \"ymin\": 983.0, \"xmax\": 1586.0, \"ymax\": 1021.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1550.0, \"ymin\": 946.0, \"xmax\": 1587.0, \"ymax\": 983.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1232.0, \"ymin\": 866.0, \"xmax\": 1272.0, \"ymax\": 909.0}, \"category\": \"pmb\"}, {\"bbox\": {\"xmin\": 1556.0, \"ymin\": 764.0, \"xmax\": 1601.0, \"ymax\": 811.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1535.0, \"ymin\": 712.0, \"xmax\": 1581.0, \"ymax\": 759.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1585.0, \"ymin\": 714.0, \"xmax\": 1627.0, \"ymax\": 759.0}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1630.0, \"ymin\": 717.0, \"xmax\": 1670.0, \"ymax\": 762.0}, \"category\": \"pbm\"}]}, \"15860\": {\"path\": \"train/15860.jpg\", \"id\": 15860, \"objects\": [{\"bbox\": {\"xmin\": 2002.63, \"ymin\": 811.842, \"xmax\": 2042.1053000000002, \"ymax\": 864.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1900.0, \"ymin\": 827.632, \"xmax\": 1938.1579, \"ymax\": 878.9473999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 749.322, \"ymin\": 1019.4, \"xmax\": 765.3465, \"ymax\": 1039.1353}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 95.0495, \"ymin\": 1014.85, \"xmax\": 109.901, \"ymax\": 1033.6587}, \"category\": \"pne\"}]}, \"5563\": {\"path\": \"train/5563.jpg\", \"id\": 5563, \"objects\": [{\"bbox\": {\"xmin\": 311.765, \"ymin\": 900.0, \"xmax\": 456.863, \"ymax\": 1080.392}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 223.529, \"ymin\": 844.444, \"xmax\": 264.7059, \"ymax\": 888.2343999999999}, \"category\": \"pn\"}]}, \"34711\": {\"path\": \"test/34711.jpg\", \"id\": 34711, \"objects\": [{\"bbox\": {\"xmin\": 859.406, \"ymin\": 918.812, \"xmax\": 883.1682999999999, \"ymax\": 941.5842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 772.277, \"ymin\": 919.802, \"xmax\": 793.0693, \"ymax\": 943.5644}, \"category\": \"pne\"}]}, \"26212\": {\"path\": \"test/26212.jpg\", \"id\": 26212, \"objects\": [{\"bbox\": {\"xmin\": 1345.33, \"ymin\": 760.0, \"xmax\": 1486.667, \"ymax\": 904.0}, \"category\": \"p26\"}]}, \"35158\": {\"path\": \"other/35158.jpg\", \"id\": 35158, \"objects\": [{\"bbox\": {\"xmin\": 1094.7, \"ymin\": 1002.65, \"xmax\": 1113.9073, \"ymax\": 1026.4901}, \"category\": \"pl15\"}]}, \"29777\": {\"path\": \"train/29777.jpg\", \"id\": 29777, \"objects\": [{\"bbox\": {\"xmin\": 405.941, \"ymin\": 864.356, \"xmax\": 437.62379999999996, \"ymax\": 900.9901}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 297.03, \"ymin\": 869.307, \"xmax\": 324.7525, \"ymax\": 907.9208}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 52.4752, \"ymin\": 884.158, \"xmax\": 75.2475, \"ymax\": 912.8713}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 558.416, \"ymin\": 905.941, \"xmax\": 578.2178, \"ymax\": 930.6931000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 508.911, \"ymin\": 909.901, \"xmax\": 530.6931, \"ymax\": 937.6238}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 532.673, \"ymin\": 906.931, \"xmax\": 556.4356, \"ymax\": 933.6634}, \"category\": \"pn\"}]}, \"78731\": {\"path\": \"train/78731.jpg\", \"id\": 78731, \"objects\": [{\"bbox\": {\"xmin\": 1314.47, \"ymin\": 775.0, \"xmax\": 1363.1579, \"ymax\": 832.8947000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1198.68, \"ymin\": 777.632, \"xmax\": 1253.9474, \"ymax\": 836.8421}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1257.89, \"ymin\": 777.632, \"xmax\": 1310.5263, \"ymax\": 832.8947}, \"category\": \"pn\"}]}, \"7857\": {\"path\": \"test/7857.jpg\", \"id\": 7857, \"objects\": [{\"bbox\": {\"xmin\": 155.816, \"ymin\": 33.587, \"xmax\": 325.48199999999997, \"ymax\": 236.493}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 166.972, \"ymin\": 218.421, \"xmax\": 326.606, \"ymax\": 452.294}, \"category\": \"i2r\"}]}, \"89421\": {\"path\": \"train/89421.jpg\", \"id\": 89421, \"objects\": [{\"bbox\": {\"xmin\": 1480.0, \"ymin\": 951.0, \"xmax\": 1494.0, \"ymax\": 967.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1720.0, \"ymin\": 242.0, \"xmax\": 1837.0, \"ymax\": 359.0}, \"category\": \"pr40\"}]}, \"9942\": {\"path\": \"train/9942.jpg\", \"id\": 9942, \"objects\": [{\"bbox\": {\"xmin\": 1207.82, \"ymin\": 1041.18, \"xmax\": 1254.9033, \"ymax\": 1105.2632}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1207.84, \"ymin\": 947.059, \"xmax\": 1260.7842999999998, \"ymax\": 1032.8947}, \"category\": \"pl5\"}]}, \"61518\": {\"path\": \"train/61518.jpg\", \"id\": 61518, \"objects\": [{\"bbox\": {\"xmin\": 461.842, \"ymin\": 930.263, \"xmax\": 497.3684, \"ymax\": 969.7368}, \"category\": \"ip\"}]}, \"10523\": {\"path\": \"test/10523.jpg\", \"id\": 10523, \"objects\": [{\"bbox\": {\"xmin\": 1529.0, \"ymin\": 938.0, \"xmax\": 1567.0, \"ymax\": 978.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1531.0, \"ymin\": 900.0, \"xmax\": 1567.0, \"ymax\": 937.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1334.0, \"ymin\": 879.0, \"xmax\": 1365.0, \"ymax\": 911.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1219.0, \"ymin\": 840.0, \"xmax\": 1250.0, \"ymax\": 869.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 841.0, \"xmax\": 1280.0, \"ymax\": 872.0}, \"category\": \"pn\"}]}, \"75458\": {\"path\": \"train/75458.jpg\", \"id\": 75458, \"objects\": [{\"bbox\": {\"xmin\": 1632.0, \"ymin\": 911.0, \"xmax\": 1664.0, \"ymax\": 943.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 878.0, \"ymin\": 935.0, \"xmax\": 910.0, \"ymax\": 966.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 879.0, \"ymin\": 902.0, \"xmax\": 909.0, \"ymax\": 933.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1630.0, \"ymin\": 870.0, \"xmax\": 1662.0, \"ymax\": 903.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1082.0, \"ymin\": 896.0, \"xmax\": 1094.0, \"ymax\": 907.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1142.0, \"ymin\": 895.0, \"xmax\": 1154.0, \"ymax\": 907.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1597.0, \"ymin\": 1007.0, \"xmax\": 1628.0, \"ymax\": 1036.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1599.0, \"ymin\": 1049.0, \"xmax\": 1631.0, \"ymax\": 1080.0}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 984.0, \"xmax\": 1427.0, \"ymax\": 1033.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1730.0, \"ymin\": 977.0, \"xmax\": 1745.0, \"ymax\": 1018.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1896.0, \"ymin\": 881.0, \"xmax\": 1924.0, \"ymax\": 910.0}, \"category\": \"pdd\"}]}, \"9399\": {\"path\": \"test/9399.jpg\", \"id\": 9399, \"objects\": [{\"bbox\": {\"xmin\": 1249.84, \"ymin\": 918.605, \"xmax\": 1269.4362999999998, \"ymax\": 940.1993}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1231.89, \"ymin\": 921.595, \"xmax\": 1250.1672, \"ymax\": 939.5348}, \"category\": \"w13\"}]}, \"85558\": {\"path\": \"train/85558.jpg\", \"id\": 85558, \"objects\": [{\"bbox\": {\"xmin\": 1941.58, \"ymin\": 865.347, \"xmax\": 1966.3365999999999, \"ymax\": 899.0099}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1915.84, \"ymin\": 862.376, \"xmax\": 1938.6138999999998, \"ymax\": 897.0296999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1966.34, \"ymin\": 868.317, \"xmax\": 1992.0792, \"ymax\": 897.0297}, \"category\": \"pn\"}]}, \"22129\": {\"path\": \"other/22129.jpg\", \"id\": 22129, \"objects\": [{\"bbox\": {\"xmin\": 1470.2, \"ymin\": 974.834, \"xmax\": 1485.2273, \"ymax\": 990.7284999999999}, \"category\": \"pl5\"}]}, \"29692\": {\"path\": \"train/29692.jpg\", \"id\": 29692, \"objects\": [{\"bbox\": {\"xmin\": 1741.0, \"ymin\": 793.0, \"xmax\": 1780.0, \"ymax\": 832.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1010.0, \"ymin\": 781.0, \"xmax\": 1052.0, \"ymax\": 826.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1548.0, \"ymin\": 849.0, \"xmax\": 1593.0, \"ymax\": 891.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1657.0, \"ymin\": 787.0, \"xmax\": 1695.0, \"ymax\": 827.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1532.0, \"ymin\": 784.0, \"xmax\": 1572.0, \"ymax\": 826.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1486.0, \"ymin\": 780.0, \"xmax\": 1526.0, \"ymax\": 822.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1575.0, \"ymin\": 782.0, \"xmax\": 1618.0, \"ymax\": 827.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 767.0, \"ymin\": 797.0, \"xmax\": 806.0, \"ymax\": 836.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1698.0, \"ymin\": 790.0, \"xmax\": 1737.0, \"ymax\": 833.0}, \"category\": \"im\"}]}, \"69241\": {\"path\": \"test/69241.jpg\", \"id\": 69241, \"objects\": [{\"bbox\": {\"xmin\": 1058.67, \"ymin\": 881.333, \"xmax\": 1082.6733000000002, \"ymax\": 909.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1158.67, \"ymin\": 878.667, \"xmax\": 1186.6667, \"ymax\": 906.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 954.667, \"ymin\": 884.0, \"xmax\": 982.6667, \"ymax\": 912.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 902.667, \"ymin\": 885.333, \"xmax\": 928.0, \"ymax\": 910.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1005.33, \"ymin\": 882.667, \"xmax\": 1032.0, \"ymax\": 909.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1105.33, \"ymin\": 880.0, \"xmax\": 1133.3036, \"ymax\": 906.6658}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 990.667, \"xmax\": 1453.3234, \"ymax\": 1032.0015}, \"category\": \"pl100\"}]}, \"47291\": {\"path\": \"train/47291.jpg\", \"id\": 47291, \"objects\": [{\"bbox\": {\"xmin\": 1256.0, \"ymin\": 969.333, \"xmax\": 1277.3333, \"ymax\": 993.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1369.33, \"ymin\": 861.333, \"xmax\": 1396.0, \"ymax\": 888.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1137.33, \"ymin\": 862.667, \"xmax\": 1164.0, \"ymax\": 888.0}, \"category\": \"pne\"}]}, \"34919\": {\"path\": \"train/34919.jpg\", \"id\": 34919, \"objects\": [{\"bbox\": {\"xmin\": 1277.88, \"ymin\": 923.452, \"xmax\": 1292.4779, \"ymax\": 942.0354}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1294.69, \"ymin\": 925.221, \"xmax\": 1313.2743, \"ymax\": 944.6903}, \"category\": \"pn\"}]}, \"56214\": {\"path\": \"test/56214.jpg\", \"id\": 56214, \"objects\": [{\"bbox\": {\"xmin\": 25.3333, \"ymin\": 936.0, \"xmax\": 65.33330000000001, \"ymax\": 982.6667}, \"category\": \"pl80\"}]}, \"19094\": {\"path\": \"train/19094.jpg\", \"id\": 19094, \"objects\": [{\"bbox\": {\"xmin\": 60.0, \"ymin\": 932.0, \"xmax\": 84.0, \"ymax\": 961.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 60.0, \"ymin\": 992.0, \"xmax\": 84.0, \"ymax\": 1020.0}, \"category\": \"pl5\"}]}, \"33993\": {\"path\": \"other/33993.jpg\", \"id\": 33993, \"objects\": [{\"bbox\": {\"xmin\": 919.802, \"ymin\": 951.485, \"xmax\": 933.6634, \"ymax\": 963.3663}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 869.307, \"ymin\": 951.485, \"xmax\": 883.1683, \"ymax\": 965.3465}, \"category\": \"pne\"}]}, \"50374\": {\"path\": \"train/50374.jpg\", \"id\": 50374, \"objects\": [{\"bbox\": {\"xmin\": 458.73, \"ymin\": 956.349, \"xmax\": 476.9837, \"ymax\": 973.8095000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 423.016, \"ymin\": 957.143, \"xmax\": 437.3016, \"ymax\": 974.6032}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 439.683, \"ymin\": 957.143, \"xmax\": 456.3492, \"ymax\": 973.0159}, \"category\": \"pn\"}]}, \"27930\": {\"path\": \"test/27930.jpg\", \"id\": 27930, \"objects\": [{\"bbox\": {\"xmin\": 286.667, \"ymin\": 796.0, \"xmax\": 358.6667, \"ymax\": 888.0003}, \"category\": \"pbm\"}]}, \"74162\": {\"path\": \"train/74162.jpg\", \"id\": 74162, \"objects\": [{\"bbox\": {\"xmin\": 1024.0, \"ymin\": 761.0, \"xmax\": 1079.0, \"ymax\": 821.0}, \"category\": \"pmblr\"}]}, \"61672\": {\"path\": \"test/61672.jpg\", \"id\": 61672, \"objects\": [{\"bbox\": {\"xmin\": 1577.33, \"ymin\": 833.333, \"xmax\": 1609.3333, \"ymax\": 869.3333}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 985.333, \"ymin\": 753.333, \"xmax\": 1025.3333, \"ymax\": 790.6667}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1514.67, \"ymin\": 898.667, \"xmax\": 1546.6667, \"ymax\": 933.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1514.67, \"ymin\": 834.667, \"xmax\": 1545.3333, \"ymax\": 868.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1289.33, \"ymin\": 758.667, \"xmax\": 1328.0, \"ymax\": 798.6673000000001}, \"category\": \"pn\"}]}, \"41063\": {\"path\": \"train/41063.jpg\", \"id\": 41063, \"objects\": [{\"bbox\": {\"xmin\": 1718.0, \"ymin\": 737.0, \"xmax\": 1770.0, \"ymax\": 790.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 783.0, \"ymin\": 760.0, \"xmax\": 831.0, \"ymax\": 812.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1604.0, \"ymin\": 730.0, \"xmax\": 1656.0, \"ymax\": 784.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 720.0, \"xmax\": 1491.0, \"ymax\": 777.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1373.0, \"ymin\": 718.0, \"xmax\": 1431.0, \"ymax\": 775.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1497.0, \"ymin\": 724.0, \"xmax\": 1554.0, \"ymax\": 782.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 536.0, \"ymin\": 783.0, \"xmax\": 579.0, \"ymax\": 830.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1661.0, \"ymin\": 732.0, \"xmax\": 1712.0, \"ymax\": 788.0}, \"category\": \"im\"}]}, \"56813\": {\"path\": \"train/56813.jpg\", \"id\": 56813, \"objects\": [{\"bbox\": {\"xmin\": 399.0, \"ymin\": 999.0, \"xmax\": 449.0, \"ymax\": 1054.0}, \"category\": \"i5\"}]}, \"269\": {\"path\": \"train/269.jpg\", \"id\": 269, \"objects\": [{\"bbox\": {\"xmin\": 1086.5894775390625, \"ymin\": 185.41256713867188, \"xmax\": 1238.9613037109375, \"ymax\": 293.1060485839844}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 287.90118408203125, \"ymin\": 290.5018310546875, \"xmax\": 400.22259521484375, \"ymax\": 395.3809814453125}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1803.1591796875, \"ymin\": 309.1641845703125, \"xmax\": 1901.024658203125, \"ymax\": 410.09661865234375}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 763.5457153320312, \"ymin\": 200.63909912109375, \"xmax\": 880.3369750976562, \"ymax\": 315.96038818359375}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1546.0606689453125, \"ymin\": 244.60018920898438, \"xmax\": 1647.8726806640625, \"ymax\": 356.0115661621094}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 75.41809844970703, \"ymin\": 370.9058837890625, \"xmax\": 147.81192016601562, \"ymax\": 477.8421630859375}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 294.4, \"ymin\": 944.0, \"xmax\": 358.4, \"ymax\": 1012.8}, \"category\": \"pl80\"}]}, \"81768\": {\"path\": \"train/81768.jpg\", \"id\": 81768, \"objects\": [{\"bbox\": {\"xmin\": 928.0, \"ymin\": 689.333, \"xmax\": 982.6667, \"ymax\": 740.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1094.67, \"ymin\": 681.333, \"xmax\": 1153.3333, \"ymax\": 734.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 762.667, \"ymin\": 700.0, \"xmax\": 813.3333, \"ymax\": 754.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 706.667, \"ymin\": 708.0, \"xmax\": 754.6667, \"ymax\": 757.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 693.333, \"xmax\": 918.6667, \"ymax\": 741.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1032.0, \"ymin\": 684.0, \"xmax\": 1086.6667, \"ymax\": 734.6667}, \"category\": \"pl100\"}]}, \"35990\": {\"path\": \"train/35990.jpg\", \"id\": 35990, \"objects\": [{\"bbox\": {\"xmin\": 1117.82, \"ymin\": 1014.85, \"xmax\": 1154.4453999999998, \"ymax\": 1045.5446}, \"category\": \"ip\"}]}, \"81385\": {\"path\": \"train/81385.jpg\", \"id\": 81385, \"objects\": [{\"bbox\": {\"xmin\": 1934.67, \"ymin\": 580.0, \"xmax\": 2002.67, \"ymax\": 665.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1852.0, \"ymin\": 560.0, \"xmax\": 1928.0, \"ymax\": 650.6667}, \"category\": \"pl100\"}]}, \"12455\": {\"path\": \"train/12455.jpg\", \"id\": 12455, \"objects\": [{\"bbox\": {\"xmin\": 37.0, \"ymin\": 866.0, \"xmax\": 152.0, \"ymax\": 1002.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 49.0, \"ymin\": 1068.0, \"xmax\": 146.0, \"ymax\": 1175.0}, \"category\": \"p26\"}]}, \"58781\": {\"path\": \"test/58781.jpg\", \"id\": 58781, \"objects\": [{\"bbox\": {\"xmin\": -1.54062, \"ymin\": 990.476, \"xmax\": 31.79268, \"ymax\": 1063.025}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1488.89, \"ymin\": 986.508, \"xmax\": 1532.5397, \"ymax\": 1069.0476}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1211.39, \"ymin\": 929.365, \"xmax\": 1266.2959, \"ymax\": 986.2281}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1211.76, \"ymin\": 987.815, \"xmax\": 1266.6667, \"ymax\": 1060.3641}, \"category\": \"pn\"}]}, \"65016\": {\"path\": \"test/65016.jpg\", \"id\": 65016, \"objects\": [{\"bbox\": {\"xmin\": 1381.33, \"ymin\": 801.333, \"xmax\": 1446.6667, \"ymax\": 866.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1070.67, \"ymin\": 773.333, \"xmax\": 1126.6667, \"ymax\": 825.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1017.33, \"ymin\": 761.333, \"xmax\": 1074.6667, \"ymax\": 813.3333}, \"category\": \"w57\"}]}, \"62641\": {\"path\": \"test/62641.jpg\", \"id\": 62641, \"objects\": [{\"bbox\": {\"xmin\": 1785.33, \"ymin\": 782.667, \"xmax\": 1897.33, \"ymax\": 898.667}, \"category\": \"pl80\"}]}, \"81456\": {\"path\": \"train/81456.jpg\", \"id\": 81456, \"objects\": [{\"bbox\": {\"xmin\": 825.0, \"ymin\": 864.0, \"xmax\": 851.0, \"ymax\": 893.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 281.0, \"ymin\": 848.0, \"xmax\": 311.0, \"ymax\": 878.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 740.0, \"ymin\": 952.0, \"xmax\": 761.0, \"ymax\": 974.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1491.0, \"ymin\": 944.0, \"xmax\": 1517.0, \"ymax\": 980.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 766.0, \"ymin\": 864.0, \"xmax\": 795.0, \"ymax\": 894.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 684.0, \"ymin\": 865.0, \"xmax\": 710.0, \"ymax\": 892.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 652.0, \"ymin\": 864.0, \"xmax\": 681.0, \"ymax\": 895.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 713.0, \"ymin\": 865.0, \"xmax\": 738.0, \"ymax\": 895.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 114.0, \"ymin\": 856.0, \"xmax\": 143.0, \"ymax\": 888.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 797.0, \"ymin\": 865.0, \"xmax\": 823.0, \"ymax\": 893.0}, \"category\": \"im\"}]}, \"12799\": {\"path\": \"train/12799.jpg\", \"id\": 12799, \"objects\": [{\"bbox\": {\"xmin\": 555.556, \"ymin\": 974.51, \"xmax\": 601.5873, \"ymax\": 1023.5294}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1049.02, \"ymin\": 954.902, \"xmax\": 1098.0392, \"ymax\": 1009.8039}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1047.06, \"ymin\": 1007.84, \"xmax\": 1098.0392, \"ymax\": 1061.1111}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 189.683, \"ymin\": 982.54, \"xmax\": 217.6471, \"ymax\": 1015.6865}, \"category\": \"pn\"}]}, \"3519\": {\"path\": \"train/3519.jpg\", \"id\": 3519, \"objects\": [{\"bbox\": {\"xmin\": 1466.17, \"ymin\": 868.16, \"xmax\": 1502.9801, \"ymax\": 908.4586999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1593.75, \"ymin\": 915.908, \"xmax\": 1618.7482, \"ymax\": 941.4769}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1594.03, \"ymin\": 966.169, \"xmax\": 1614.9229, \"ymax\": 989.5518}, \"category\": \"pn\"}]}, \"70064\": {\"path\": \"train/70064.jpg\", \"id\": 70064, \"objects\": [{\"bbox\": {\"xmin\": 1038.0, \"ymin\": 554.0, \"xmax\": 1159.0, \"ymax\": 672.0}, \"category\": \"pr40\"}]}, \"93382\": {\"path\": \"test/93382.jpg\", \"id\": 93382, \"objects\": [{\"bbox\": {\"xmin\": 1929.33, \"ymin\": 1145.33, \"xmax\": 1952.0, \"ymax\": 1169.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1929.33, \"ymin\": 1100.0, \"xmax\": 1949.3333, \"ymax\": 1124.0}, \"category\": \"p26\"}]}, \"5503\": {\"path\": \"train/5503.jpg\", \"id\": 5503, \"objects\": [{\"bbox\": {\"xmin\": 1956.0, \"ymin\": 740.0, \"xmax\": 2029.6, \"ymax\": 828.0}, \"category\": \"pl50\"}]}, \"54532\": {\"path\": \"train/54532.jpg\", \"id\": 54532, \"objects\": [{\"bbox\": {\"xmin\": 1415.0, \"ymin\": 723.0, \"xmax\": 1544.0, \"ymax\": 850.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1428.0, \"ymin\": 844.0, \"xmax\": 1521.0, \"ymax\": 976.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1437.0, \"ymin\": 990.0, \"xmax\": 1526.0, \"ymax\": 1125.0}, \"category\": \"pl25\"}, {\"bbox\": {\"xmin\": 1299.0, \"ymin\": 1031.0, \"xmax\": 1319.0, \"ymax\": 1048.0}, \"category\": \"pn\"}]}, \"9708\": {\"path\": \"train/9708.jpg\", \"id\": 9708, \"objects\": [{\"bbox\": {\"xmin\": 764.0, \"ymin\": 535.0, \"xmax\": 844.0, \"ymax\": 605.0}, \"category\": \"pr40\"}]}, \"3758\": {\"path\": \"train/3758.jpg\", \"id\": 3758, \"objects\": [{\"bbox\": {\"xmin\": 1485.43, \"ymin\": 1028.48, \"xmax\": 1513.2440000000001, \"ymax\": 1054.9691}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1125.83, \"ymin\": 968.212, \"xmax\": 1145.6953999999998, \"ymax\": 987.4172}, \"category\": \"w59\"}]}, \"40702\": {\"path\": \"other/40702.jpg\", \"id\": 40702, \"objects\": [{\"bbox\": {\"xmin\": 1237.25, \"ymin\": -25.49, \"xmax\": 1552.941, \"ymax\": 180.392}, \"category\": \"w21\"}]}, \"68264\": {\"path\": \"train/68264.jpg\", \"id\": 68264, \"objects\": [{\"bbox\": {\"xmin\": 534.653, \"ymin\": 944.554, \"xmax\": 584.1584, \"ymax\": 996.0396}, \"category\": \"p23\"}]}, \"72550\": {\"path\": \"test/72550.jpg\", \"id\": 72550, \"objects\": [{\"bbox\": {\"xmin\": 61.9048, \"ymin\": 947.619, \"xmax\": 88.0952, \"ymax\": 977.7778000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1105.56, \"ymin\": 888.095, \"xmax\": 1134.127, \"ymax\": 916.6667}, \"category\": \"pl40\"}]}, \"89145\": {\"path\": \"train/89145.jpg\", \"id\": 89145, \"objects\": [{\"bbox\": {\"xmin\": 1185.53, \"ymin\": 819.737, \"xmax\": 1227.6316, \"ymax\": 865.7891999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1236.84, \"ymin\": 819.737, \"xmax\": 1282.8872, \"ymax\": 864.4737}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1285.82, \"ymin\": 896.053, \"xmax\": 1322.1326, \"ymax\": 930.2885}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1287.02, \"ymin\": 931.579, \"xmax\": 1322.5191, \"ymax\": 967.9389}, \"category\": \"i2r\"}]}, \"952\": {\"path\": \"train/952.jpg\", \"id\": 952, \"objects\": [{\"bbox\": {\"xmin\": 301.961, \"ymin\": 627.451, \"xmax\": 368.6275, \"ymax\": 717.6471}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 7.84314, \"ymin\": 541.176, \"xmax\": 96.07844, \"ymax\": 652.941}, \"category\": \"pne\"}]}, \"86335\": {\"path\": \"test/86335.jpg\", \"id\": 86335, \"objects\": [{\"bbox\": {\"xmin\": 1048.0, \"ymin\": 384.8, \"xmax\": 1140.0, \"ymax\": 454.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 628.0, \"ymin\": 414.4, \"xmax\": 708.8, \"ymax\": 484.79999999999995}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 546.4, \"ymin\": 428.0, \"xmax\": 624.0, \"ymax\": 496.8}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 884.8, \"ymin\": 388.0, \"xmax\": 972.0, \"ymax\": 458.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 469.6, \"ymin\": 443.2, \"xmax\": 542.4, \"ymax\": 510.4}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1263.2, \"ymin\": 389.6, \"xmax\": 1349.6000000000001, \"ymax\": 459.20000000000005}, \"category\": \"pne\"}]}, \"64985\": {\"path\": \"test/64985.jpg\", \"id\": 64985, \"objects\": [{\"bbox\": {\"xmin\": 1318.67, \"ymin\": 926.667, \"xmax\": 1358.6667, \"ymax\": 969.3333}, \"category\": \"p5\"}]}, \"755\": {\"path\": \"train/755.jpg\", \"id\": 755, \"objects\": [{\"bbox\": {\"xmin\": 1414.67, \"ymin\": 769.333, \"xmax\": 1465.3267, \"ymax\": 824.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1361.33, \"ymin\": 757.333, \"xmax\": 1416.0, \"ymax\": 806.6667}, \"category\": \"w57\"}]}, \"26502\": {\"path\": \"other/26502.jpg\", \"id\": 26502, \"objects\": [{\"bbox\": {\"xmin\": 1576.7945556640625, \"ymin\": 1061.3345947265625, \"xmax\": 1602.7347412109375, \"ymax\": 1089.3433837890625}, \"category\": \"p11\"}]}, \"66884\": {\"path\": \"test/66884.jpg\", \"id\": 66884, \"objects\": [{\"bbox\": {\"xmin\": 401.333, \"ymin\": 790.667, \"xmax\": 432.0, \"ymax\": 837.3333}, \"category\": \"pl30\"}]}, \"6140\": {\"path\": \"test/6140.jpg\", \"id\": 6140, \"objects\": [{\"bbox\": {\"xmin\": 716.0, \"ymin\": 957.333, \"xmax\": 758.6667, \"ymax\": 1010.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 654.667, \"ymin\": 838.667, \"xmax\": 689.3333, \"ymax\": 882.6667}, \"category\": \"pl30\"}]}, \"55980\": {\"path\": \"train/55980.jpg\", \"id\": 55980, \"objects\": [{\"bbox\": {\"xmin\": 1506.4, \"ymin\": 756.0, \"xmax\": 1580.8000000000002, \"ymax\": 826.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 669.6, \"xmax\": 1591.2, \"ymax\": 757.6}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1434.4, \"ymin\": 583.2, \"xmax\": 1522.4, \"ymax\": 669.6}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1516.8, \"ymin\": 883.2, \"xmax\": 1571.2, \"ymax\": 938.4000000000001}, \"category\": \"pdd\"}]}, \"29812\": {\"path\": \"train/29812.jpg\", \"id\": 29812, \"objects\": [{\"bbox\": {\"xmin\": 798.667, \"ymin\": 956.0, \"xmax\": 873.3333, \"ymax\": 1046.6664}, \"category\": \"pm30\"}]}, \"41169\": {\"path\": \"other/41169.jpg\", \"id\": 41169, \"objects\": [{\"bbox\": {\"xmin\": 1991.072998046875, \"ymin\": 885.6583862304688, \"xmax\": 2024.223388671875, \"ymax\": 915.4625854492188}, \"category\": \"i4\"}]}, \"34973\": {\"path\": \"train/34973.jpg\", \"id\": 34973, \"objects\": [{\"bbox\": {\"xmin\": 791.2, \"ymin\": 784.0, \"xmax\": 866.4000000000001, \"ymax\": 866.4}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 789.6, \"ymin\": 860.0, \"xmax\": 866.4, \"ymax\": 939.2}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 363.2, \"ymin\": 951.2, \"xmax\": 383.2, \"ymax\": 972.8000000000001}, \"category\": \"i2r\"}]}, \"81881\": {\"path\": \"other/81881.jpg\", \"id\": 81881, \"objects\": [{\"bbox\": {\"xmin\": 367.0, \"ymin\": 953.0, \"xmax\": 452.0, \"ymax\": 1038.0}, \"category\": \"pr60\"}]}, \"96002\": {\"path\": \"train/96002.jpg\", \"id\": 96002, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 720.0, \"xmax\": 1460.0, \"ymax\": 782.6667}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1325.33, \"ymin\": 713.333, \"xmax\": 1392.0, \"ymax\": 777.3326999999999}, \"category\": \"p23\"}]}, \"32942\": {\"path\": \"test/32942.jpg\", \"id\": 32942, \"objects\": [{\"bbox\": {\"xmin\": 1.0, \"ymin\": 770.0, \"xmax\": 28.0, \"ymax\": 824.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 33.0, \"ymin\": 773.0, \"xmax\": 77.0, \"ymax\": 827.0}, \"category\": \"pm30\"}]}, \"64824\": {\"path\": \"train/64824.jpg\", \"id\": 64824, \"objects\": [{\"bbox\": {\"xmin\": 1336.93, \"ymin\": 910.795, \"xmax\": 1363.0682000000002, \"ymax\": 935.2273}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1467.05, \"ymin\": 946.591, \"xmax\": 1481.8182, \"ymax\": 966.4773}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1428.98, \"ymin\": 947.727, \"xmax\": 1446.5909, \"ymax\": 963.6364}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1450.0, \"ymin\": 947.159, \"xmax\": 1464.2045, \"ymax\": 964.7727}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1227.84, \"ymin\": 909.091, \"xmax\": 1256.25, \"ymax\": 938.0682}, \"category\": \"pne\"}]}, \"81695\": {\"path\": \"other/81695.jpg\", \"id\": 81695, \"objects\": [{\"bbox\": {\"xmin\": 1119.32, \"ymin\": 950.568, \"xmax\": 1132.3863999999999, \"ymax\": 965.9091}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1274.43, \"ymin\": 993.182, \"xmax\": 1287.5, \"ymax\": 1010.7957}, \"category\": \"w58\"}]}, \"90420\": {\"path\": \"test/90420.jpg\", \"id\": 90420, \"objects\": [{\"bbox\": {\"xmin\": 421.569, \"ymin\": 433.333, \"xmax\": 782.3530000000001, \"ymax\": 754.902}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 415.686, \"ymin\": 747.059, \"xmax\": 776.471, \"ymax\": 1084.3139999999999}, \"category\": \"w57\"}]}, \"27121\": {\"path\": \"test/27121.jpg\", \"id\": 27121, \"objects\": [{\"bbox\": {\"xmin\": 1497.6, \"ymin\": 883.2, \"xmax\": 1604.0, \"ymax\": 1095.2}, \"category\": \"i14\"}, {\"bbox\": {\"xmin\": 1129.6, \"ymin\": 993.6, \"xmax\": 1173.6, \"ymax\": 1039.2}, \"category\": \"pne\"}]}, \"42293\": {\"path\": \"test/42293.jpg\", \"id\": 42293, \"objects\": [{\"bbox\": {\"xmin\": 900.794, \"ymin\": 915.873, \"xmax\": 924.6032, \"ymax\": 939.6825}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1156.35, \"ymin\": 932.54, \"xmax\": 1172.2222, \"ymax\": 951.5872999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1116.67, \"ymin\": 932.54, \"xmax\": 1133.3333, \"ymax\": 950.7937}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1136.51, \"ymin\": 932.54, \"xmax\": 1153.9683, \"ymax\": 953.1745999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 812.698, \"ymin\": 917.46, \"xmax\": 833.3333, \"ymax\": 940.4762000000001}, \"category\": \"pne\"}]}, \"56041\": {\"path\": \"train/56041.jpg\", \"id\": 56041, \"objects\": [{\"bbox\": {\"xmin\": 857.333, \"ymin\": 957.333, \"xmax\": 921.3333, \"ymax\": 1020.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 533.333, \"ymin\": 736.0, \"xmax\": 600.0, \"ymax\": 804.0}, \"category\": \"pne\"}]}, \"478\": {\"path\": \"test/478.jpg\", \"id\": 478, \"objects\": [{\"bbox\": {\"xmin\": 928.947, \"ymin\": 902.633, \"xmax\": 948.6836, \"ymax\": 928.9476000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1117.11, \"ymin\": 903.947, \"xmax\": 1138.1599999999999, \"ymax\": 931.5791}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1140.79, \"ymin\": 905.263, \"xmax\": 1164.4737, \"ymax\": 935.5269000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 784.211, \"ymin\": 905.263, \"xmax\": 809.2108000000001, \"ymax\": 928.9474}, \"category\": \"pne\"}]}, \"89049\": {\"path\": \"train/89049.jpg\", \"id\": 89049, \"objects\": [{\"bbox\": {\"xmin\": 392.0, \"ymin\": 813.333, \"xmax\": 444.0, \"ymax\": 872.0002999999999}, \"category\": \"pl100\"}]}, \"95896\": {\"path\": \"test/95896.jpg\", \"id\": 95896, \"objects\": [{\"bbox\": {\"xmin\": 54.4554, \"ymin\": 632.673, \"xmax\": 135.6436, \"ymax\": 723.7626}, \"category\": \"pl30\"}]}, \"11205\": {\"path\": \"test/11205.jpg\", \"id\": 11205, \"objects\": [{\"bbox\": {\"xmin\": 1725.83, \"ymin\": 929.139, \"xmax\": 1759.6072, \"ymax\": 962.2512}, \"category\": \"p5\"}]}, \"38114\": {\"path\": \"test/38114.jpg\", \"id\": 38114, \"objects\": [{\"bbox\": {\"xmin\": 1267.2, \"ymin\": 1013.6, \"xmax\": 1308.0, \"ymax\": 1067.2}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1269.6, \"ymin\": 954.4, \"xmax\": 1309.6, \"ymax\": 1012.0}, \"category\": \"pl15\"}]}, \"44239\": {\"path\": \"train/44239.jpg\", \"id\": 44239, \"objects\": [{\"bbox\": {\"xmin\": 819.802, \"ymin\": 895.05, \"xmax\": 848.5149, \"ymax\": 923.7624}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1132.67, \"ymin\": 929.703, \"xmax\": 1149.5051, \"ymax\": 950.4946}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1092.08, \"ymin\": 929.703, \"xmax\": 1108.9108999999999, \"ymax\": 952.4752}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1113.86, \"ymin\": 934.653, \"xmax\": 1128.7129, \"ymax\": 952.4752}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 708.911, \"ymin\": 902.97, \"xmax\": 735.6436, \"ymax\": 930.6931000000001}, \"category\": \"pne\"}]}, \"64496\": {\"path\": \"other/64496.jpg\", \"id\": 64496, \"objects\": [{\"bbox\": {\"xmin\": 417.881, \"ymin\": 952.318, \"xmax\": 431.7881, \"ymax\": 975.4967}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 425.166, \"ymin\": 927.152, \"xmax\": 439.0728, \"ymax\": 950.3311}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 433.775, \"ymin\": 952.318, \"xmax\": 446.3576, \"ymax\": 974.1726}, \"category\": \"p18\"}]}, \"24922\": {\"path\": \"train/24922.jpg\", \"id\": 24922, \"objects\": [{\"bbox\": {\"xmin\": 292.0, \"ymin\": 1006.67, \"xmax\": 348.0, \"ymax\": 1070.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1636.0, \"ymin\": 790.667, \"xmax\": 1697.3333, \"ymax\": 858.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1636.0, \"ymin\": 857.333, \"xmax\": 1698.6667, \"ymax\": 925.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1517.33, \"ymin\": 672.0, \"xmax\": 1596.0, \"ymax\": 753.3333}, \"category\": \"pl50\"}]}, \"70355\": {\"path\": \"train/70355.jpg\", \"id\": 70355, \"objects\": [{\"bbox\": {\"xmin\": 1287.3, \"ymin\": 920.635, \"xmax\": 1302.3809999999999, \"ymax\": 939.6825}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1184.13, \"ymin\": 917.46, \"xmax\": 1202.381, \"ymax\": 936.5077}, \"category\": \"pne\"}]}, \"30828\": {\"path\": \"train/30828.jpg\", \"id\": 30828, \"objects\": [{\"bbox\": {\"xmin\": 1524.0, \"ymin\": 849.333, \"xmax\": 1560.0, \"ymax\": 890.6667}, \"category\": \"p11\"}]}, \"34200\": {\"path\": \"train/34200.jpg\", \"id\": 34200, \"objects\": [{\"bbox\": {\"xmin\": 1313.0, \"ymin\": 853.0, \"xmax\": 1350.0, \"ymax\": 891.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1908.0, \"ymin\": 559.0, \"xmax\": 1990.0, \"ymax\": 668.0}, \"category\": \"p5\"}]}, \"57622\": {\"path\": \"train/57622.jpg\", \"id\": 57622, \"objects\": [{\"bbox\": {\"xmin\": 186.139, \"ymin\": 973.267, \"xmax\": 219.80200000000002, \"ymax\": 1029.703}, \"category\": \"pn\"}]}, \"40426\": {\"path\": \"train/40426.jpg\", \"id\": 40426, \"objects\": [{\"bbox\": {\"xmin\": 947.02, \"ymin\": 779.47, \"xmax\": 971.5232, \"ymax\": 845.0331}, \"category\": \"pl80\"}]}, \"95039\": {\"path\": \"train/95039.jpg\", \"id\": 95039, \"objects\": [{\"bbox\": {\"xmin\": 1477.33, \"ymin\": 848.0, \"xmax\": 1508.0, \"ymax\": 878.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1370.67, \"ymin\": 841.333, \"xmax\": 1401.3333, \"ymax\": 874.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 840.0, \"xmax\": 1366.6667, \"ymax\": 872.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 846.667, \"xmax\": 1476.0, \"ymax\": 877.3333}, \"category\": \"pl100\"}]}, \"60251\": {\"path\": \"test/60251.jpg\", \"id\": 60251, \"objects\": [{\"bbox\": {\"xmin\": 1757.71, \"ymin\": 883.582, \"xmax\": 1783.0846000000001, \"ymax\": 912.9353}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1785.57, \"ymin\": 884.577, \"xmax\": 1807.9627, \"ymax\": 913.4329}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 576.617, \"ymin\": 953.731, \"xmax\": 606.4680999999999, \"ymax\": 985.0746}, \"category\": \"pne\"}]}, \"40336\": {\"path\": \"other/40336.jpg\", \"id\": 40336, \"objects\": [{\"bbox\": {\"xmin\": 707.968, \"ymin\": 990.04, \"xmax\": 727.0916, \"ymax\": 1012.3499999999999}, \"category\": \"pm10\"}]}, \"22750\": {\"path\": \"train/22750.jpg\", \"id\": 22750, \"objects\": [{\"bbox\": {\"xmin\": 1259.2, \"ymin\": 756.0, \"xmax\": 1295.2, \"ymax\": 789.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1027.2, \"ymin\": 746.4, \"xmax\": 1064.0, \"ymax\": 780.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 796.8, \"ymin\": 743.2, \"xmax\": 832.0, \"ymax\": 777.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1406.4, \"ymin\": 749.6, \"xmax\": 1438.4, \"ymax\": 780.8000000000001}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 863.2, \"ymin\": 736.8, \"xmax\": 918.4000000000001, \"ymax\": 794.4}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 947.2, \"ymin\": 743.2, \"xmax\": 981.6, \"ymax\": 777.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 714.4, \"ymin\": 742.4, \"xmax\": 750.4, \"ymax\": 779.1999999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1780.0, \"ymin\": 928.0, \"xmax\": 1852.0, \"ymax\": 1005.6}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1182.4, \"ymin\": 752.0, \"xmax\": 1216.0, \"ymax\": 788.0}, \"category\": \"pl80\"}]}, \"42493\": {\"path\": \"test/42493.jpg\", \"id\": 42493, \"objects\": [{\"bbox\": {\"xmin\": 1272.0, \"ymin\": 925.333, \"xmax\": 1306.6667, \"ymax\": 962.6667}, \"category\": \"pl40\"}]}, \"64959\": {\"path\": \"train/64959.jpg\", \"id\": 64959, \"objects\": [{\"bbox\": {\"xmin\": 1774.67, \"ymin\": 953.333, \"xmax\": 1884.0, \"ymax\": 1076.0}, \"category\": \"pl40\"}]}, \"5478\": {\"path\": \"train/5478.jpg\", \"id\": 5478, \"objects\": [{\"bbox\": {\"xmin\": 693.651, \"ymin\": 864.286, \"xmax\": 720.6348999999999, \"ymax\": 893.6501}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 724.603, \"ymin\": 862.698, \"xmax\": 750.7937, \"ymax\": 892.0635}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 751.926, \"ymin\": 910.317, \"xmax\": 772.6863000000001, \"ymax\": 933.0665}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 751.95, \"ymin\": 934.921, \"xmax\": 773.5, \"ymax\": 957.3000000000001}, \"category\": \"i2r\"}]}, \"55943\": {\"path\": \"test/55943.jpg\", \"id\": 55943, \"objects\": [{\"bbox\": {\"xmin\": 876.984, \"ymin\": 935.714, \"xmax\": 896.0317, \"ymax\": 956.3492000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1109.52, \"ymin\": 946.032, \"xmax\": 1124.6032, \"ymax\": 965.0794000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1073.81, \"ymin\": 945.238, \"xmax\": 1088.8889, \"ymax\": 965.0794000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1092.06, \"ymin\": 945.238, \"xmax\": 1107.9365, \"ymax\": 965.873}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 803.968, \"ymin\": 938.095, \"xmax\": 821.4286, \"ymax\": 959.5233000000001}, \"category\": \"pne\"}]}, \"58247\": {\"path\": \"test/58247.jpg\", \"id\": 58247, \"objects\": [{\"bbox\": {\"xmin\": 849.206, \"ymin\": 932.54, \"xmax\": 875.3968, \"ymax\": 957.1428999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1112.7, \"ymin\": 965.079, \"xmax\": 1129.3651, \"ymax\": 981.746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1095.24, \"ymin\": 965.873, \"xmax\": 1111.9048, \"ymax\": 984.1270000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1131.75, \"ymin\": 964.286, \"xmax\": 1147.619, \"ymax\": 984.127}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 757.143, \"ymin\": 934.127, \"xmax\": 779.3651, \"ymax\": 958.7302}, \"category\": \"pne\"}]}, \"95573\": {\"path\": \"train/95573.jpg\", \"id\": 95573, \"objects\": [{\"bbox\": {\"xmin\": 1122.73, \"ymin\": 886.932, \"xmax\": 1148.2955, \"ymax\": 910.7955000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1271.59, \"ymin\": 901.705, \"xmax\": 1291.4773, \"ymax\": 918.75}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1246.02, \"ymin\": 898.864, \"xmax\": 1268.75, \"ymax\": 919.3182}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1295.45, \"ymin\": 902.841, \"xmax\": 1313.0682000000002, \"ymax\": 921.5909}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1348.86, \"ymin\": 971.591, \"xmax\": 1369.8863999999999, \"ymax\": 992.6136}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1024.43, \"ymin\": 887.5, \"xmax\": 1048.8636000000001, \"ymax\": 914.2045}, \"category\": \"pne\"}]}, \"49984\": {\"path\": \"test/49984.jpg\", \"id\": 49984, \"objects\": [{\"bbox\": {\"xmin\": 13.1579, \"ymin\": 898.684, \"xmax\": 28.947400000000002, \"ymax\": 926.3158}, \"category\": \"pn\"}]}, \"48162\": {\"path\": \"test/48162.jpg\", \"id\": 48162, \"objects\": [{\"bbox\": {\"xmin\": 1100.57, \"ymin\": 976.705, \"xmax\": 1120.4526999999998, \"ymax\": 998.8638000000001}, \"category\": \"p5\"}]}, \"56645\": {\"path\": \"train/56645.jpg\", \"id\": 56645, \"objects\": [{\"bbox\": {\"xmin\": 1041.66, \"ymin\": 921.429, \"xmax\": 1064.6767, \"ymax\": 986.5079}, \"category\": \"pn\"}]}, \"26615\": {\"path\": \"test/26615.jpg\", \"id\": 26615, \"objects\": [{\"bbox\": {\"xmin\": 293.29443359375, \"ymin\": 958.2164916992188, \"xmax\": 314.58953857421875, \"ymax\": 982.2481079101562}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 2010.23, \"ymin\": 1002.84, \"xmax\": 2047.1573, \"ymax\": 1053.9771}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1090.9, \"ymin\": 912.5, \"xmax\": 1113.6364, \"ymax\": 935.7955}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1959.66, \"ymin\": 1006.25, \"xmax\": 1992.0455000000002, \"ymax\": 1054.5409}, \"category\": \"pne\"}]}, \"72110\": {\"path\": \"train/72110.jpg\", \"id\": 72110, \"objects\": [{\"bbox\": {\"xmin\": 703.9788208007812, \"ymin\": 1013.7272338867188, \"xmax\": 735.1879272460938, \"ymax\": 1044.6146240234375}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 786.667, \"xmax\": 1493.3333, \"ymax\": 844.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1578.67, \"ymin\": 928.0, \"xmax\": 1618.6667, \"ymax\": 973.3333}, \"category\": \"pbm\"}]}, \"51583\": {\"path\": \"train/51583.jpg\", \"id\": 51583, \"objects\": [{\"bbox\": {\"xmin\": 1876.0, \"ymin\": 682.667, \"xmax\": 1956.0, \"ymax\": 773.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1882.67, \"ymin\": 773.333, \"xmax\": 1959.9769000000001, \"ymax\": 871.9988}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1708.0, \"ymin\": 518.667, \"xmax\": 1817.333, \"ymax\": 634.667}, \"category\": \"pl50\"}]}, \"37737\": {\"path\": \"other/37737.jpg\", \"id\": 37737, \"objects\": [{\"bbox\": {\"xmin\": 1104.28857421875, \"ymin\": 982.9246826171875, \"xmax\": 1128.89306640625, \"ymax\": 1003.672119140625}, \"category\": \"w57\"}]}, \"29859\": {\"path\": \"test/29859.jpg\", \"id\": 29859, \"objects\": [{\"bbox\": {\"xmin\": 1040.79, \"ymin\": 906.579, \"xmax\": 1071.0526, \"ymax\": 931.5789}, \"category\": \"w20\"}, {\"bbox\": {\"xmin\": 1073.68, \"ymin\": 906.579, \"xmax\": 1103.9474, \"ymax\": 934.2104999999999}, \"category\": \"w57\"}]}, \"69452\": {\"path\": \"train/69452.jpg\", \"id\": 69452, \"objects\": [{\"bbox\": {\"xmin\": 1954.46, \"ymin\": 871.287, \"xmax\": 1982.1782, \"ymax\": 903.9604}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1920.79, \"ymin\": 866.337, \"xmax\": 1952.4751999999999, \"ymax\": 903.9603999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1985.15, \"ymin\": 873.267, \"xmax\": 2008.9109, \"ymax\": 911.8812}, \"category\": \"pn\"}]}, \"71634\": {\"path\": \"train/71634.jpg\", \"id\": 71634, \"objects\": [{\"bbox\": {\"xmin\": 1027.89, \"ymin\": 886.056, \"xmax\": 1065.7407, \"ymax\": 923.1080000000001}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1072.91, \"ymin\": 887.649, \"xmax\": 1110.3586, \"ymax\": 923.506}, \"category\": \"pl20\"}]}, \"48869\": {\"path\": \"test/48869.jpg\", \"id\": 48869, \"objects\": [{\"bbox\": {\"xmin\": 1422.18, \"ymin\": 647.769, \"xmax\": 1497.5998, \"ymax\": 725.1013}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1130.4, \"ymin\": 621.6, \"xmax\": 1211.2, \"ymax\": 700.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 826.4, \"ymin\": 620.0, \"xmax\": 908.0, \"ymax\": 697.6}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 980.8, \"ymin\": 614.4, \"xmax\": 1062.3999999999999, \"ymax\": 697.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1282.4, \"ymin\": 636.8, \"xmax\": 1360.8000000000002, \"ymax\": 712.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 690.4, \"ymin\": 624.0, \"xmax\": 765.6, \"ymax\": 701.6}, \"category\": \"pl120\"}]}, \"96062\": {\"path\": \"test/96062.jpg\", \"id\": 96062, \"objects\": [{\"bbox\": {\"xmin\": 453.0, \"ymin\": 868.0, \"xmax\": 553.0, \"ymax\": 989.0}, \"category\": \"pm20\"}]}, \"67797\": {\"path\": \"train/67797.jpg\", \"id\": 67797, \"objects\": [{\"bbox\": {\"xmin\": 1295.45, \"ymin\": 978.977, \"xmax\": 1311.9318, \"ymax\": 994.8862}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1293.75, \"ymin\": 1004.55, \"xmax\": 1315.3409, \"ymax\": 1022.1591}, \"category\": \"pl30\"}]}, \"87135\": {\"path\": \"other/87135.jpg\", \"id\": 87135, \"objects\": [{\"bbox\": {\"xmin\": 899.3654174804688, \"ymin\": 940.1626586914062, \"xmax\": 923.0390014648438, \"ymax\": 960.1176147460938}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 872.7279663085938, \"ymin\": 939.6246948242188, \"xmax\": 897.5829467773438, \"ymax\": 963.9649047851562}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 292.105, \"ymin\": 1098.68, \"xmax\": 314.4737, \"ymax\": 1130.2632}, \"category\": \"w63\"}]}, \"86836\": {\"path\": \"train/86836.jpg\", \"id\": 86836, \"objects\": [{\"bbox\": {\"xmin\": 1470.67, \"ymin\": 596.0, \"xmax\": 1537.3333, \"ymax\": 666.6667}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1376.0, \"ymin\": 936.0, \"xmax\": 1429.3333, \"ymax\": 996.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1370.67, \"ymin\": 877.333, \"xmax\": 1433.3333, \"ymax\": 936.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1376.0, \"ymin\": 589.333, \"xmax\": 1452.0, \"ymax\": 660.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1344.0, \"ymin\": 508.0, \"xmax\": 1417.3333, \"ymax\": 578.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1422.67, \"ymin\": 516.0, \"xmax\": 1490.6667, \"ymax\": 584.0}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1494.67, \"ymin\": 524.0, \"xmax\": 1560.0, \"ymax\": 592.0}, \"category\": \"pbm\"}, {\"bbox\": {\"xmin\": 845.333, \"ymin\": 761.333, \"xmax\": 906.6667, \"ymax\": 825.3333}, \"category\": \"pmb\"}]}, \"60789\": {\"path\": \"train/60789.jpg\", \"id\": 60789, \"objects\": [{\"bbox\": {\"xmin\": 1293.65, \"ymin\": 887.302, \"xmax\": 1315.873, \"ymax\": 913.4921}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1492.86, \"ymin\": 899.206, \"xmax\": 1507.1428999999998, \"ymax\": 919.0476}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 517.46, \"ymin\": 875.397, \"xmax\": 529.3651, \"ymax\": 903.1746}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1512.7, \"ymin\": 900.794, \"xmax\": 1526.1905000000002, \"ymax\": 918.254}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1228.57, \"ymin\": 888.889, \"xmax\": 1250.7937, \"ymax\": 911.1111}, \"category\": \"pne\"}]}, \"83816\": {\"path\": \"test/83816.jpg\", \"id\": 83816, \"objects\": [{\"bbox\": {\"xmin\": 1802.0, \"ymin\": 807.0, \"xmax\": 1899.0, \"ymax\": 913.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1201.0, \"ymin\": 893.0, \"xmax\": 1239.0, \"ymax\": 930.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 933.0, \"xmax\": 1238.0, \"ymax\": 971.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1709.0, \"ymin\": 896.0, \"xmax\": 1749.0, \"ymax\": 960.0}, \"category\": \"pne\"}]}, \"84806\": {\"path\": \"train/84806.jpg\", \"id\": 84806, \"objects\": [{\"bbox\": {\"xmin\": 160.0, \"ymin\": 1127.0, \"xmax\": 211.0, \"ymax\": 1194.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1242.0, \"ymin\": 1023.0, \"xmax\": 1263.0, \"ymax\": 1045.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1340.0, \"ymin\": 960.0, \"xmax\": 1374.0, \"ymax\": 994.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1342.0, \"ymin\": 1001.0, \"xmax\": 1374.0, \"ymax\": 1033.0}, \"category\": \"i2r\"}]}, \"6867\": {\"path\": \"train/6867.jpg\", \"id\": 6867, \"objects\": [{\"bbox\": {\"xmin\": 757.426, \"ymin\": 952.475, \"xmax\": 783.1688, \"ymax\": 976.2376}, \"category\": \"ip\"}]}, \"70116\": {\"path\": \"train/70116.jpg\", \"id\": 70116, \"objects\": [{\"bbox\": {\"xmin\": 11.2582, \"ymin\": 1043.71, \"xmax\": 39.0728, \"ymax\": 1079.4715}, \"category\": \"p5\"}]}, \"84859\": {\"path\": \"test/84859.jpg\", \"id\": 84859, \"objects\": [{\"bbox\": {\"xmin\": 1646.4, \"ymin\": 481.6, \"xmax\": 1780.0, \"ymax\": 620.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1780.8, \"ymin\": 510.4, \"xmax\": 1894.3999999999999, \"ymax\": 642.4}, \"category\": \"pm20\"}]}, \"49474\": {\"path\": \"test/49474.jpg\", \"id\": 49474, \"objects\": [{\"bbox\": {\"xmin\": 1261.2098388671875, \"ymin\": 960.7691040039062, \"xmax\": 1282.9617919921875, \"ymax\": 979.4406127929688}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1085.33, \"ymin\": 992.0, \"xmax\": 1133.3333, \"ymax\": 1040.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1094.67, \"ymin\": 906.667, \"xmax\": 1130.6667, \"ymax\": 944.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1088.0, \"ymin\": 1052.0, \"xmax\": 1134.6667, \"ymax\": 1096.0}, \"category\": \"pbp\"}]}, \"63513\": {\"path\": \"train/63513.jpg\", \"id\": 63513, \"objects\": [{\"bbox\": {\"xmin\": 1588.16, \"ymin\": 806.579, \"xmax\": 1631.5789, \"ymax\": 847.3684}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1848.68, \"ymin\": 864.474, \"xmax\": 1873.6842000000001, \"ymax\": 896.0526000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1789.47, \"ymin\": 861.842, \"xmax\": 1819.7368000000001, \"ymax\": 892.1052999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1818.42, \"ymin\": 856.579, \"xmax\": 1848.6842000000001, \"ymax\": 896.0526}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1419.74, \"ymin\": 792.105, \"xmax\": 1464.4737, \"ymax\": 840.7895}, \"category\": \"pne\"}]}, \"60928\": {\"path\": \"test/60928.jpg\", \"id\": 60928, \"objects\": [{\"bbox\": {\"xmin\": 1150.67, \"ymin\": 1028.0, \"xmax\": 1169.3333, \"ymax\": 1048.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1150.67, \"ymin\": 972.0, \"xmax\": 1169.3333, \"ymax\": 990.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 773.333, \"ymin\": 572.0, \"xmax\": 890.6669999999999, \"ymax\": 681.333}, \"category\": \"pl50\"}]}, \"24773\": {\"path\": \"train/24773.jpg\", \"id\": 24773, \"objects\": [{\"bbox\": {\"xmin\": 870.667, \"ymin\": 790.667, \"xmax\": 912.0, \"ymax\": 830.6667}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1158.67, \"ymin\": 785.333, \"xmax\": 1196.0, \"ymax\": 825.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1012.0, \"ymin\": 785.333, \"xmax\": 1056.0, \"ymax\": 828.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 824.0, \"ymin\": 792.0, \"xmax\": 861.3333, \"ymax\": 830.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 966.667, \"ymin\": 789.333, \"xmax\": 1005.3333, \"ymax\": 828.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1109.33, \"ymin\": 784.0, \"xmax\": 1149.3333, \"ymax\": 824.0}, \"category\": \"pl120\"}]}, \"8198\": {\"path\": \"train/8198.jpg\", \"id\": 8198, \"objects\": [{\"bbox\": {\"xmin\": 1396.02, \"ymin\": 938.636, \"xmax\": 1414.2036, \"ymax\": 957.9544999999999}, \"category\": \"pl80\"}]}, \"4477\": {\"path\": \"train/4477.jpg\", \"id\": 4477, \"objects\": [{\"bbox\": {\"xmin\": 1476.0, \"ymin\": 844.0, \"xmax\": 1526.6667, \"ymax\": 897.3333}, \"category\": \"pl60\"}]}, \"7153\": {\"path\": \"test/7153.jpg\", \"id\": 7153, \"objects\": [{\"bbox\": {\"xmin\": 56.2914, \"ymin\": 931.788, \"xmax\": 70.8609, \"ymax\": 948.3444000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 918.543, \"ymin\": 937.748, \"xmax\": 935.0995, \"ymax\": 954.9669}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1764.9, \"ymin\": 877.483, \"xmax\": 1778.8079, \"ymax\": 905.9603}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 843.709, \"ymin\": 941.06, \"xmax\": 861.5894, \"ymax\": 957.6158999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1713.25, \"ymin\": 886.093, \"xmax\": 1723.8411, \"ymax\": 911.9205}, \"category\": \"pne\"}]}, \"9390\": {\"path\": \"train/9390.jpg\", \"id\": 9390, \"objects\": [{\"bbox\": {\"xmin\": 1467.8533935546875, \"ymin\": 1070.3092041015625, \"xmax\": 1528.6192626953125, \"ymax\": 1136.6812744140625}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1660.0, \"ymin\": 389.333, \"xmax\": 1795.991, \"ymax\": 522.667}, \"category\": \"p5\"}]}, \"69886\": {\"path\": \"train/69886.jpg\", \"id\": 69886, \"objects\": [{\"bbox\": {\"xmin\": 1554.67, \"ymin\": 752.0, \"xmax\": 1628.0, \"ymax\": 826.6667}, \"category\": \"ph4\"}]}, \"61229\": {\"path\": \"train/61229.jpg\", \"id\": 61229, \"objects\": [{\"bbox\": {\"xmin\": 1276.0, \"ymin\": 914.667, \"xmax\": 1302.6667, \"ymax\": 945.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1028.0, \"ymin\": 854.667, \"xmax\": 1060.0, \"ymax\": 885.3333}, \"category\": \"pn\"}]}, \"30035\": {\"path\": \"other/30035.jpg\", \"id\": 30035, \"objects\": [{\"bbox\": {\"xmin\": 717.6881713867188, \"ymin\": 648.83544921875, \"xmax\": 746.5659790039062, \"ymax\": 716.77294921875}, \"category\": \"pl60\"}]}, \"24335\": {\"path\": \"train/24335.jpg\", \"id\": 24335, \"objects\": [{\"bbox\": {\"xmin\": 1955.0, \"ymin\": 809.0, \"xmax\": 1993.0, \"ymax\": 856.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1438.0, \"ymin\": 800.0, \"xmax\": 1484.0, \"ymax\": 847.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1608.0, \"ymin\": 813.0, \"xmax\": 1647.0, \"ymax\": 858.0}, \"category\": \"pn\"}]}, \"67042\": {\"path\": \"train/67042.jpg\", \"id\": 67042, \"objects\": [{\"bbox\": {\"xmin\": 1319.0, \"ymin\": 961.0, \"xmax\": 1343.0, \"ymax\": 997.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1611.0, \"ymin\": 944.0, \"xmax\": 1640.0, \"ymax\": 973.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1834.0, \"ymin\": 723.0, \"xmax\": 1876.0, \"ymax\": 781.0}, \"category\": \"pl60\"}]}, \"66315\": {\"path\": \"train/66315.jpg\", \"id\": 66315, \"objects\": [{\"bbox\": {\"xmin\": 1641.3, \"ymin\": 944.565, \"xmax\": 1663.7650999999998, \"ymax\": 966.3043}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1621.74, \"ymin\": 944.203, \"xmax\": 1640.5797, \"ymax\": 965.2171999999999}, \"category\": \"w13\"}]}, \"73380\": {\"path\": \"train/73380.jpg\", \"id\": 73380, \"objects\": [{\"bbox\": {\"xmin\": 1073.0, \"ymin\": 865.0, \"xmax\": 1101.0, \"ymax\": 895.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 554.0, \"ymin\": 841.0, \"xmax\": 590.0, \"ymax\": 875.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 992.0, \"ymin\": 953.0, \"xmax\": 1014.0, \"ymax\": 976.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1826.0, \"ymin\": 930.0, \"xmax\": 1853.0, \"ymax\": 959.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1017.0, \"ymin\": 863.0, \"xmax\": 1045.0, \"ymax\": 893.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 933.0, \"ymin\": 863.0, \"xmax\": 961.0, \"ymax\": 890.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 903.0, \"ymin\": 863.0, \"xmax\": 931.0, \"ymax\": 891.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 963.0, \"ymin\": 864.0, \"xmax\": 989.0, \"ymax\": 892.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 355.0, \"ymin\": 849.0, \"xmax\": 386.0, \"ymax\": 883.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1046.0, \"ymin\": 864.0, \"xmax\": 1073.0, \"ymax\": 894.0}, \"category\": \"im\"}]}, \"85931\": {\"path\": \"train/85931.jpg\", \"id\": 85931, \"objects\": [{\"bbox\": {\"xmin\": 1947.0, \"ymin\": 491.0, \"xmax\": 2025.0, \"ymax\": 599.0}, \"category\": \"pl60\"}]}, \"86506\": {\"path\": \"test/86506.jpg\", \"id\": 86506, \"objects\": [{\"bbox\": {\"xmin\": 1048.51, \"ymin\": 862.376, \"xmax\": 1091.0891, \"ymax\": 906.9307}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 888.119, \"ymin\": 867.327, \"xmax\": 924.7525, \"ymax\": 904.9505}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 492.079, \"ymin\": 865.347, \"xmax\": 526.7327, \"ymax\": 904.9504999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 929.703, \"ymin\": 923.762, \"xmax\": 955.4454999999999, \"ymax\": 949.505}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 375.248, \"ymin\": 878.218, \"xmax\": 411.8812, \"ymax\": 913.8614}, \"category\": \"pne\"}]}, \"28701\": {\"path\": \"train/28701.jpg\", \"id\": 28701, \"objects\": [{\"bbox\": {\"xmin\": 1658.67, \"ymin\": 754.667, \"xmax\": 1704.0, \"ymax\": 809.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1780.0, \"ymin\": 773.333, \"xmax\": 1821.3333, \"ymax\": 822.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1889.33, \"ymin\": 788.0, \"xmax\": 1925.3333, \"ymax\": 833.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1517.33, \"ymin\": 744.0, \"xmax\": 1566.6667, \"ymax\": 797.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 738.667, \"xmax\": 1514.6667, \"ymax\": 790.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1609.33, \"ymin\": 749.333, \"xmax\": 1656.0, \"ymax\": 801.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1737.33, \"ymin\": 766.667, \"xmax\": 1777.3333, \"ymax\": 814.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1850.67, \"ymin\": 778.667, \"xmax\": 1884.0, \"ymax\": 826.6667}, \"category\": \"pl100\"}]}, \"85399\": {\"path\": \"test/85399.jpg\", \"id\": 85399, \"objects\": [{\"bbox\": {\"xmin\": 46.6667, \"ymin\": 661.333, \"xmax\": 81.33330000000001, \"ymax\": 714.6664}, \"category\": \"pl40\"}]}, \"68951\": {\"path\": \"other/68951.jpg\", \"id\": 68951, \"objects\": [{\"bbox\": {\"xmin\": 1105.259521484375, \"ymin\": 1222.1798095703125, \"xmax\": 1126.961669921875, \"ymax\": 1241.8409423828125}, \"category\": \"pn\"}]}, \"42372\": {\"path\": \"test/42372.jpg\", \"id\": 42372, \"objects\": [{\"bbox\": {\"xmin\": 1205.6, \"ymin\": 886.4, \"xmax\": 1226.3999999999999, \"ymax\": 905.6}, \"category\": \"ph3.5\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 906.4, \"xmax\": 1227.2, \"ymax\": 928.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1040.0, \"ymin\": 973.6, \"xmax\": 1060.0, \"ymax\": 1001.6}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1224.8, \"ymin\": 969.6, \"xmax\": 1252.0, \"ymax\": 996.8000000000001}, \"category\": \"pm20\"}]}, \"44549\": {\"path\": \"train/44549.jpg\", \"id\": 44549, \"objects\": [{\"bbox\": {\"xmin\": 92.0, \"ymin\": 737.333, \"xmax\": 137.3333, \"ymax\": 801.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 46.6667, \"ymin\": 726.667, \"xmax\": 92.0, \"ymax\": 788.0}, \"category\": \"pl100\"}]}, \"91261\": {\"path\": \"test/91261.jpg\", \"id\": 91261, \"objects\": [{\"bbox\": {\"xmin\": 889.683, \"ymin\": 918.254, \"xmax\": 908.7302, \"ymax\": 938.0952}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 742.857, \"ymin\": 924.603, \"xmax\": 761.1111, \"ymax\": 941.2697999999999}, \"category\": \"pne\"}]}, \"74806\": {\"path\": \"test/74806.jpg\", \"id\": 74806, \"objects\": [{\"bbox\": {\"xmin\": 109.333, \"ymin\": 905.333, \"xmax\": 178.6664, \"ymax\": 1064.0}, \"category\": \"p5\"}]}, \"66152\": {\"path\": \"train/66152.jpg\", \"id\": 66152, \"objects\": [{\"bbox\": {\"xmin\": 1552.48, \"ymin\": 933.664, \"xmax\": 1569.3069, \"ymax\": 954.4553999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1532.67, \"ymin\": 934.653, \"xmax\": 1549.4912000000002, \"ymax\": 953.4653000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1571.29, \"ymin\": 934.654, \"xmax\": 1591.0892999999999, \"ymax\": 954.4559}, \"category\": \"pn\"}]}, \"20910\": {\"path\": \"train/20910.jpg\", \"id\": 20910, \"objects\": [{\"bbox\": {\"xmin\": 56.0, \"ymin\": 980.0, \"xmax\": 86.0, \"ymax\": 1016.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1561.0, \"ymin\": 956.0, \"xmax\": 1601.0, \"ymax\": 996.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 55.0, \"ymin\": 939.0, \"xmax\": 88.0, \"ymax\": 975.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 53.0, \"ymin\": 1019.0, \"xmax\": 83.0, \"ymax\": 1057.0}, \"category\": \"pn\"}]}, \"60047\": {\"path\": \"train/60047.jpg\", \"id\": 60047, \"objects\": [{\"bbox\": {\"xmin\": 1561.33, \"ymin\": 946.667, \"xmax\": 1580.0, \"ymax\": 981.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1241.33, \"ymin\": 673.333, \"xmax\": 1298.6667, \"ymax\": 732.0}, \"category\": \"ph5\"}]}, \"47278\": {\"path\": \"train/47278.jpg\", \"id\": 47278, \"objects\": [{\"bbox\": {\"xmin\": 300.0, \"ymin\": 748.515, \"xmax\": 340.5941, \"ymax\": 800.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 807.921, \"ymin\": 840.594, \"xmax\": 858.4158, \"ymax\": 888.1188000000001}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 639.604, \"ymin\": 853.465, \"xmax\": 680.1980000000001, \"ymax\": 895.0495000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 722.772, \"ymin\": 851.485, \"xmax\": 768.3168000000001, \"ymax\": 891.0891}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 74.2574, \"ymin\": 790.099, \"xmax\": 107.92080000000001, \"ymax\": 829.7030000000001}, \"category\": \"pne\"}]}, \"63645\": {\"path\": \"test/63645.jpg\", \"id\": 63645, \"objects\": [{\"bbox\": {\"xmin\": 1360.0, \"ymin\": 976.0, \"xmax\": 1394.6667, \"ymax\": 1013.3333}, \"category\": \"pl40\"}]}, \"22591\": {\"path\": \"train/22591.jpg\", \"id\": 22591, \"objects\": [{\"bbox\": {\"xmin\": 817.0, \"ymin\": 666.0, \"xmax\": 885.0, \"ymax\": 733.0}, \"category\": \"pr40\"}]}, \"90428\": {\"path\": \"train/90428.jpg\", \"id\": 90428, \"objects\": [{\"bbox\": {\"xmin\": 246.667, \"ymin\": 857.333, \"xmax\": 292.0003, \"ymax\": 920.0}, \"category\": \"pl80\"}]}, \"80394\": {\"path\": \"test/80394.jpg\", \"id\": 80394, \"objects\": [{\"bbox\": {\"xmin\": 386.43194580078125, \"ymin\": 799.588134765625, \"xmax\": 472.432861328125, \"ymax\": 897.12451171875}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 394.4922790527344, \"ymin\": 936.7105712890625, \"xmax\": 473.5527648925781, \"ymax\": 1023.671142578125}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1241.44, \"ymin\": 788.845, \"xmax\": 1292.8319000000001, \"ymax\": 839.0438}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1295.61, \"ymin\": 790.041, \"xmax\": 1345.8135, \"ymax\": 841.0367000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1701.99, \"ymin\": 1078.81, \"xmax\": 1729.8058, \"ymax\": 1114.5778}, \"category\": \"pne\"}]}, \"42522\": {\"path\": \"train/42522.jpg\", \"id\": 42522, \"objects\": [{\"bbox\": {\"xmin\": 1526.0, \"ymin\": 992.0, \"xmax\": 1581.0, \"ymax\": 1047.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1526.0, \"ymin\": 924.0, \"xmax\": 1582.0, \"ymax\": 978.0}, \"category\": \"pl60\"}]}, \"90311\": {\"path\": \"test/90311.jpg\", \"id\": 90311, \"objects\": [{\"bbox\": {\"xmin\": 1301.33, \"ymin\": 986.667, \"xmax\": 1349.3333, \"ymax\": 1033.3333}, \"category\": \"p5\"}]}, \"73731\": {\"path\": \"train/73731.jpg\", \"id\": 73731, \"objects\": [{\"bbox\": {\"xmin\": 727.632, \"ymin\": 885.526, \"xmax\": 755.2632, \"ymax\": 914.4737}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 700.0, \"ymin\": 885.526, \"xmax\": 725.0, \"ymax\": 914.4737}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 759.211, \"ymin\": 884.211, \"xmax\": 782.8947000000001, \"ymax\": 913.1579}, \"category\": \"pn\"}]}, \"72501\": {\"path\": \"other/72501.jpg\", \"id\": 72501, \"objects\": [{\"bbox\": {\"xmin\": 831.4130859375, \"ymin\": 983.6539916992188, \"xmax\": 851.2801513671875, \"ymax\": 1003.5191040039062}, \"category\": \"iz\"}]}, \"50385\": {\"path\": \"train/50385.jpg\", \"id\": 50385, \"objects\": [{\"bbox\": {\"xmin\": 1833.66, \"ymin\": 948.515, \"xmax\": 1868.3168, \"ymax\": 983.1683}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1837.62, \"ymin\": 983.168, \"xmax\": 1868.3167999999998, \"ymax\": 1015.8416}, \"category\": \"pl5\"}]}, \"39236\": {\"path\": \"train/39236.jpg\", \"id\": 39236, \"objects\": [{\"bbox\": {\"xmin\": 1594.67, \"ymin\": 889.333, \"xmax\": 1634.6667, \"ymax\": 934.6667}, \"category\": \"pcl\"}]}, \"87877\": {\"path\": \"train/87877.jpg\", \"id\": 87877, \"objects\": [{\"bbox\": {\"xmin\": 1571.0, \"ymin\": 724.0, \"xmax\": 1614.0, \"ymax\": 768.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1805.0, \"ymin\": 755.0, \"xmax\": 1839.0, \"ymax\": 795.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1695.0, \"ymin\": 739.0, \"xmax\": 1734.0, \"ymax\": 781.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1518.0, \"ymin\": 668.0, \"xmax\": 1561.0, \"ymax\": 711.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1571.0, \"ymin\": 673.0, \"xmax\": 1614.0, \"ymax\": 718.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1646.0, \"ymin\": 733.0, \"xmax\": 1685.0, \"ymax\": 777.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1518.0, \"ymin\": 719.0, \"xmax\": 1562.0, \"ymax\": 763.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1760.0, \"ymin\": 749.0, \"xmax\": 1797.0, \"ymax\": 790.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1889.0, \"ymin\": 766.0, \"xmax\": 1922.0, \"ymax\": 806.0}, \"category\": \"pne\"}]}, \"65367\": {\"path\": \"train/65367.jpg\", \"id\": 65367, \"objects\": [{\"bbox\": {\"xmin\": 2.63158, \"ymin\": 697.368, \"xmax\": 42.10528, \"ymax\": 780.2632000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1447.37, \"ymin\": 906.579, \"xmax\": 1464.4736999999998, \"ymax\": 928.9473999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1423.68, \"ymin\": 911.842, \"xmax\": 1444.7368000000001, \"ymax\": 931.5789}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1467.11, \"ymin\": 907.895, \"xmax\": 1488.1558, \"ymax\": 930.2636}, \"category\": \"pn\"}]}, \"90521\": {\"path\": \"test/90521.jpg\", \"id\": 90521, \"objects\": [{\"bbox\": {\"xmin\": 1182.0, \"ymin\": 806.0, \"xmax\": 1259.0, \"ymax\": 891.0}, \"category\": \"pl80\"}]}, \"96153\": {\"path\": \"test/96153.jpg\", \"id\": 96153, \"objects\": [{\"bbox\": {\"xmin\": 1440.79, \"ymin\": 702.631, \"xmax\": 1510.5263, \"ymax\": 773.684}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1513.16, \"ymin\": 707.894, \"xmax\": 1578.9447, \"ymax\": 778.9485}, \"category\": \"pn\"}]}, \"37992\": {\"path\": \"train/37992.jpg\", \"id\": 37992, \"objects\": [{\"bbox\": {\"xmin\": 1489.11, \"ymin\": 868.317, \"xmax\": 1521.7933999999998, \"ymax\": 901.9802}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1527.72, \"ymin\": 871.287, \"xmax\": 1562.339, \"ymax\": 904.9505}, \"category\": \"w57\"}]}, \"61276\": {\"path\": \"train/61276.jpg\", \"id\": 61276, \"objects\": [{\"bbox\": {\"xmin\": 1968.0, \"ymin\": 869.0, \"xmax\": 2009.0, \"ymax\": 925.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1072.0, \"ymin\": 963.2, \"xmax\": 1085.6, \"ymax\": 976.8000000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1085.6, \"ymin\": 961.6, \"xmax\": 1100.8, \"ymax\": 976.8000000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1967.0, \"ymin\": 983.0, \"xmax\": 2010.0, \"ymax\": 1033.0}, \"category\": \"w55\"}]}, \"72017\": {\"path\": \"train/72017.jpg\", \"id\": 72017, \"objects\": [{\"bbox\": {\"xmin\": 142.063, \"ymin\": 956.349, \"xmax\": 163.4921, \"ymax\": 976.1905}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 937.302, \"ymin\": 929.365, \"xmax\": 960.3175, \"ymax\": 956.3492}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 808.73, \"ymin\": 951.587, \"xmax\": 831.746, \"ymax\": 973.8095}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 809.524, \"ymin\": 983.333, \"xmax\": 832.5397, \"ymax\": 1011.9048}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 807.937, \"ymin\": 913.492, \"xmax\": 833.3333, \"ymax\": 942.0635}, \"category\": \"p26\"}]}, \"97058\": {\"path\": \"train/97058.jpg\", \"id\": 97058, \"objects\": [{\"bbox\": {\"xmin\": 1447.62, \"ymin\": 965.079, \"xmax\": 1483.3332999999998, \"ymax\": 1003.9683}, \"category\": \"pg\"}]}, \"55228\": {\"path\": \"other/55228.jpg\", \"id\": 55228, \"objects\": [{\"bbox\": {\"xmin\": 1624.0, \"ymin\": 760.0, \"xmax\": 1693.3333, \"ymax\": 836.0}, \"category\": \"pl35\"}]}, \"44366\": {\"path\": \"other/44366.jpg\", \"id\": 44366, \"objects\": [{\"bbox\": {\"xmin\": 979.104, \"ymin\": 836.318, \"xmax\": 1039.8005, \"ymax\": 894.5274}, \"category\": \"ph3.3\"}]}, \"50453\": {\"path\": \"test/50453.jpg\", \"id\": 50453, \"objects\": [{\"bbox\": {\"xmin\": 1885.33, \"ymin\": 920.0, \"xmax\": 1965.3333, \"ymax\": 1006.6664}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1890.67, \"ymin\": 1008.0, \"xmax\": 1969.3333, \"ymax\": 1088.0}, \"category\": \"pr60\"}]}, \"50090\": {\"path\": \"train/50090.jpg\", \"id\": 50090, \"objects\": [{\"bbox\": {\"xmin\": 666.667, \"ymin\": 982.667, \"xmax\": 709.3333, \"ymax\": 1025.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1057.33, \"ymin\": 828.0, \"xmax\": 1093.3333, \"ymax\": 864.0}, \"category\": \"ph4.5\"}]}, \"44171\": {\"path\": \"train/44171.jpg\", \"id\": 44171, \"objects\": [{\"bbox\": {\"xmin\": 1470.52, \"ymin\": 990.438, \"xmax\": 1486.8526, \"ymax\": 1004.7807}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1741.43, \"ymin\": 998.008, \"xmax\": 1755.7721000000001, \"ymax\": 1012.3506}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1265.73, \"ymin\": 984.462, \"xmax\": 1281.2717, \"ymax\": 998.4064}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1385.26, \"ymin\": 981.673, \"xmax\": 1402.7868, \"ymax\": 999.6016}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1470.92, \"ymin\": 968.924, \"xmax\": 1487.6494, \"ymax\": 986.4542}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1567.34, \"ymin\": 991.634, \"xmax\": 1584.0706, \"ymax\": 1009.9604}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1652.99, \"ymin\": 993.625, \"xmax\": 1669.7211, \"ymax\": 1011.1554}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1740.63, \"ymin\": 979.681, \"xmax\": 1757.3637, \"ymax\": 994.4227000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1821.11, \"ymin\": 1001.19, \"xmax\": 1833.0676999999998, \"ymax\": 1015.5347}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1892.03, \"ymin\": 985.658, \"xmax\": 1907.5713, \"ymax\": 1001.1952}, \"category\": \"pl5\"}]}, \"43070\": {\"path\": \"test/43070.jpg\", \"id\": 43070, \"objects\": [{\"bbox\": {\"xmin\": 1565.998046875, \"ymin\": 999.1856689453125, \"xmax\": 1586.986572265625, \"ymax\": 1018.6875}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 238.645, \"ymin\": 1125.5, \"xmax\": 259.761, \"ymax\": 1155.3665}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 260.956, \"ymin\": 1124.3, \"xmax\": 282.0715, \"ymax\": 1154.1801}, \"category\": \"pn\"}]}, \"48307\": {\"path\": \"test/48307.jpg\", \"id\": 48307, \"objects\": [{\"bbox\": {\"xmin\": 318.667, \"ymin\": 910.667, \"xmax\": 368.0003, \"ymax\": 1013.3330000000001}, \"category\": \"pbm\"}]}, \"75079\": {\"path\": \"train/75079.jpg\", \"id\": 75079, \"objects\": [{\"bbox\": {\"xmin\": 1072.0, \"ymin\": 876.0, \"xmax\": 1138.0, \"ymax\": 942.0}, \"category\": \"pl5\"}]}, \"64926\": {\"path\": \"train/64926.jpg\", \"id\": 64926, \"objects\": [{\"bbox\": {\"xmin\": 21.3333, \"ymin\": 862.667, \"xmax\": 101.33330000000001, \"ymax\": 962.667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1541.33, \"ymin\": 938.667, \"xmax\": 1578.6667, \"ymax\": 976.0}, \"category\": \"pl80\"}]}, \"35398\": {\"path\": \"other/35398.jpg\", \"id\": 35398, \"objects\": [{\"bbox\": {\"xmin\": 1967.459716796875, \"ymin\": 790.7523803710938, \"xmax\": 2002.121337890625, \"ymax\": 831.5305786132812}, \"category\": \"pn\"}]}, \"69142\": {\"path\": \"train/69142.jpg\", \"id\": 69142, \"objects\": [{\"bbox\": {\"xmin\": 1317.02, \"ymin\": 920.652, \"xmax\": 1331.8794, \"ymax\": 935.5076}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1680.63, \"ymin\": 976.068, \"xmax\": 1704.2733, \"ymax\": 1002.2791}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1333.05, \"ymin\": 921.082, \"xmax\": 1346.4385, \"ymax\": 934.7574999999999}, \"category\": \"pn\"}]}, \"67193\": {\"path\": \"other/67193.jpg\", \"id\": 67193, \"objects\": [{\"bbox\": {\"xmin\": 746.535, \"ymin\": 999.01, \"xmax\": 764.3564, \"ymax\": 1021.7822}, \"category\": \"pl15\"}]}, \"18546\": {\"path\": \"other/18546.jpg\", \"id\": 18546, \"objects\": [{\"bbox\": {\"xmin\": 1248.61, \"ymin\": 934.263, \"xmax\": 1262.5498, \"ymax\": 950.1992}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1265.34, \"ymin\": 933.865, \"xmax\": 1278.8845, \"ymax\": 950.1992}, \"category\": \"pn\"}]}, \"70278\": {\"path\": \"train/70278.jpg\", \"id\": 70278, \"objects\": [{\"bbox\": {\"xmin\": 1224.8, \"ymin\": 846.4, \"xmax\": 1257.6, \"ymax\": 880.8}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1151.2, \"ymin\": 844.8, \"xmax\": 1185.6000000000001, \"ymax\": 880.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1188.8, \"ymin\": 845.6, \"xmax\": 1220.8, \"ymax\": 879.2}, \"category\": \"pn\"}]}, \"61135\": {\"path\": \"test/61135.jpg\", \"id\": 61135, \"objects\": [{\"bbox\": {\"xmin\": 1358.67, \"ymin\": 953.333, \"xmax\": 1401.3333, \"ymax\": 994.6667}, \"category\": \"pcr\"}]}, \"71753\": {\"path\": \"train/71753.jpg\", \"id\": 71753, \"objects\": [{\"bbox\": {\"xmin\": 1250.75, \"ymin\": 881.095, \"xmax\": 1281.592, \"ymax\": 908.9552}, \"category\": \"pl60\"}]}, \"65337\": {\"path\": \"train/65337.jpg\", \"id\": 65337, \"objects\": [{\"bbox\": {\"xmin\": 268.1419982910156, \"ymin\": 838.2549438476562, \"xmax\": 291.2953796386719, \"ymax\": 885.9251098632812}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 215.98585510253906, \"ymin\": 825.0424194335938, \"xmax\": 239.36302185058594, \"ymax\": 874.8008422851562}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 780.392, \"ymin\": 609.804, \"xmax\": 819.6078, \"ymax\": 715.6859999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 617.647, \"ymin\": 437.255, \"xmax\": 690.1961, \"ymax\": 590.196}, \"category\": \"pne\"}]}, \"84923\": {\"path\": \"other/84923.jpg\", \"id\": 84923, \"objects\": [{\"bbox\": {\"xmin\": 1069.1925048828125, \"ymin\": 906.735595703125, \"xmax\": 1090.9879150390625, \"ymax\": 973.696533203125}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1067.6351318359375, \"ymin\": 994.950439453125, \"xmax\": 1094.7879638671875, \"ymax\": 1049.6534423828125}, \"category\": \"w59\"}]}, \"58264\": {\"path\": \"train/58264.jpg\", \"id\": 58264, \"objects\": [{\"bbox\": {\"xmin\": 1860.0, \"ymin\": 1010.67, \"xmax\": 1900.0033, \"ymax\": 1048.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1854.67, \"ymin\": 873.333, \"xmax\": 1893.3333, \"ymax\": 914.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1858.67, \"ymin\": 966.667, \"xmax\": 1896.0, \"ymax\": 1010.6667}, \"category\": \"ph4.3\"}, {\"bbox\": {\"xmin\": 1856.0, \"ymin\": 926.667, \"xmax\": 1897.3267, \"ymax\": 967.9994}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1556.0, \"ymin\": 994.667, \"xmax\": 1614.6667, \"ymax\": 1046.6667}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1862.67, \"ymin\": 1050.67, \"xmax\": 1899.9901, \"ymax\": 1089.3432}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1798.67, \"ymin\": 762.667, \"xmax\": 1824.0, \"ymax\": 792.0}, \"category\": \"pmb\"}]}, \"75714\": {\"path\": \"train/75714.jpg\", \"id\": 75714, \"objects\": [{\"bbox\": {\"xmin\": 1907.0, \"ymin\": 852.0, \"xmax\": 1951.0, \"ymax\": 910.0}, \"category\": \"pl40\"}]}, \"22208\": {\"path\": \"train/22208.jpg\", \"id\": 22208, \"objects\": [{\"bbox\": {\"xmin\": 32.0, \"ymin\": 610.667, \"xmax\": 86.66669999999999, \"ymax\": 689.3339000000001}, \"category\": \"pl60\"}]}, \"1069\": {\"path\": \"train/1069.jpg\", \"id\": 1069, \"objects\": [{\"bbox\": {\"xmin\": 1244.32, \"ymin\": 1291.48, \"xmax\": 1273.8636, \"ymax\": 1327.2754}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1277.84, \"ymin\": 1295.45, \"xmax\": 1307.3863999999999, \"ymax\": 1326.1355}, \"category\": \"pn\"}]}, \"72193\": {\"path\": \"train/72193.jpg\", \"id\": 72193, \"objects\": [{\"bbox\": {\"xmin\": 1277.69, \"ymin\": 939.841, \"xmax\": 1293.6255, \"ymax\": 956.1753}, \"category\": \"pn\"}]}, \"83964\": {\"path\": \"train/83964.jpg\", \"id\": 83964, \"objects\": [{\"bbox\": {\"xmin\": 934.211, \"ymin\": 925.0, \"xmax\": 954.3046, \"ymax\": 947.6821}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1092.78, \"ymin\": 732.877, \"xmax\": 1142.7837, \"ymax\": 781.5614999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 908.557, \"ymin\": 927.622, \"xmax\": 930.4633, \"ymax\": 947.0193999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1146.05, \"ymin\": 732.895, \"xmax\": 1190.7285, \"ymax\": 784.2105}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 957.616, \"ymin\": 925.0, \"xmax\": 975.0001, \"ymax\": 949.0066}, \"category\": \"pn\"}]}, \"20202\": {\"path\": \"train/20202.jpg\", \"id\": 20202, \"objects\": [{\"bbox\": {\"xmin\": 1389.6, \"ymin\": 988.8, \"xmax\": 1449.6, \"ymax\": 1046.3999999999999}, \"category\": \"pm10\"}, {\"bbox\": {\"xmin\": 1719.2, \"ymin\": 985.6, \"xmax\": 1804.0, \"ymax\": 1075.2}, \"category\": \"pr40\"}]}, \"5672\": {\"path\": \"test/5672.jpg\", \"id\": 5672, \"objects\": [{\"bbox\": {\"xmin\": 1150.67, \"ymin\": 973.333, \"xmax\": 1176.0, \"ymax\": 997.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1717.33, \"ymin\": 914.667, \"xmax\": 1764.0, \"ymax\": 965.3333}, \"category\": \"pm20\"}]}, \"16339\": {\"path\": \"train/16339.jpg\", \"id\": 16339, \"objects\": [{\"bbox\": {\"xmin\": 2019.2855224609375, \"ymin\": 1340.08154296875, \"xmax\": 2038.1495361328125, \"ymax\": 1370.609130859375}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1529.33, \"ymin\": 1165.33, \"xmax\": 1572.0, \"ymax\": 1210.6634}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1352.0, \"ymin\": 1176.0, \"xmax\": 1394.6667, \"ymax\": 1214.6667}, \"category\": \"pl50\"}]}, \"26203\": {\"path\": \"test/26203.jpg\", \"id\": 26203, \"objects\": [{\"bbox\": {\"xmin\": 1478.43, \"ymin\": 562.745, \"xmax\": 1580.392, \"ymax\": 670.588}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1358.82, \"ymin\": 558.824, \"xmax\": 1464.696, \"ymax\": 660.784}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1588.24, \"ymin\": 580.392, \"xmax\": 1692.157, \"ymax\": 682.3530000000001}, \"category\": \"pn\"}]}, \"34195\": {\"path\": \"train/34195.jpg\", \"id\": 34195, \"objects\": [{\"bbox\": {\"xmin\": 1700.0, \"ymin\": 937.333, \"xmax\": 1758.6667, \"ymax\": 1002.6667}, \"category\": \"pm20\"}]}, \"2105\": {\"path\": \"test/2105.jpg\", \"id\": 2105, \"objects\": [{\"bbox\": {\"xmin\": 1637.6, \"ymin\": 658.4, \"xmax\": 1708.0, \"ymax\": 737.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1378.4, \"ymin\": 641.6, \"xmax\": 1458.4, \"ymax\": 722.4}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 1090.4, \"ymin\": 636.8, \"xmax\": 1175.2, \"ymax\": 720.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 799.2, \"ymin\": 644.8, \"xmax\": 880.8000000000001, \"ymax\": 730.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1803.2, \"ymin\": 697.6, \"xmax\": 1866.4, \"ymax\": 774.4}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1263.2, \"ymin\": 635.2, \"xmax\": 1348.8, \"ymax\": 719.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 970.4, \"ymin\": 636.8, \"xmax\": 1056.8, \"ymax\": 723.1999999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 683.2, \"ymin\": 655.2, \"xmax\": 768.0, \"ymax\": 738.4000000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1532.8, \"ymin\": 648.0, \"xmax\": 1613.6, \"ymax\": 732.0}, \"category\": \"pl80\"}]}, \"4342\": {\"path\": \"test/4342.jpg\", \"id\": 4342, \"objects\": [{\"bbox\": {\"xmin\": 1548.51, \"ymin\": 781.188, \"xmax\": 1599.0097, \"ymax\": 831.6831999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1601.98, \"ymin\": 785.148, \"xmax\": 1656.4354, \"ymax\": 835.6446000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 328.713, \"ymin\": 953.465, \"xmax\": 371.2871, \"ymax\": 997.0297}, \"category\": \"pne\"}]}, \"767\": {\"path\": \"train/767.jpg\", \"id\": 767, \"objects\": [{\"bbox\": {\"xmin\": 500.794, \"ymin\": 853.968, \"xmax\": 534.127, \"ymax\": 887.3016}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 968.254, \"ymin\": 927.778, \"xmax\": 988.0952, \"ymax\": 949.2066}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 942.857, \"ymin\": 925.397, \"xmax\": 967.4603, \"ymax\": 950.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 362.698, \"ymin\": 865.079, \"xmax\": 388.8889, \"ymax\": 897.6189999999999}, \"category\": \"pne\"}]}, \"77607\": {\"path\": \"test/77607.jpg\", \"id\": 77607, \"objects\": [{\"bbox\": {\"xmin\": 744.0, \"ymin\": 573.0, \"xmax\": 825.0, \"ymax\": 646.0}, \"category\": \"pr40\"}]}, \"38266\": {\"path\": \"train/38266.jpg\", \"id\": 38266, \"objects\": [{\"bbox\": {\"xmin\": 1678.57, \"ymin\": 775.397, \"xmax\": 1726.9841, \"ymax\": 829.3651000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1730.17, \"ymin\": 776.191, \"xmax\": 1775.4051000000002, \"ymax\": 829.366}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 163.492, \"ymin\": 945.238, \"xmax\": 203.96769999999998, \"ymax\": 997.6179000000001}, \"category\": \"pne\"}]}, \"758\": {\"path\": \"other/758.jpg\", \"id\": 758, \"objects\": [{\"bbox\": {\"xmin\": 1161.0, \"ymin\": 757.0, \"xmax\": 1224.0, \"ymax\": 820.0}, \"category\": \"pm10\"}]}, \"91019\": {\"path\": \"other/91019.jpg\", \"id\": 91019, \"objects\": [{\"bbox\": {\"xmin\": 1614.0, \"ymin\": 966.0, \"xmax\": 1691.0, \"ymax\": 1046.0}, \"category\": \"pr30\"}]}, \"82002\": {\"path\": \"train/82002.jpg\", \"id\": 82002, \"objects\": [{\"bbox\": {\"xmin\": 133.0, \"ymin\": 864.0, \"xmax\": 165.0, \"ymax\": 898.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 69.0, \"ymin\": 869.0, \"xmax\": 101.0, \"ymax\": 901.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 14.0, \"ymin\": 872.0, \"xmax\": 39.0, \"ymax\": 901.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 101.0, \"ymin\": 866.0, \"xmax\": 132.0, \"ymax\": 898.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 369.0, \"ymin\": 939.0, \"xmax\": 387.0, \"ymax\": 960.0}, \"category\": \"pdd\"}]}, \"41938\": {\"path\": \"train/41938.jpg\", \"id\": 41938, \"objects\": [{\"bbox\": {\"xmin\": 60.396, \"ymin\": 975.248, \"xmax\": 91.0891, \"ymax\": 1004.9505}, \"category\": \"ip\"}]}, \"17138\": {\"path\": \"train/17138.jpg\", \"id\": 17138, \"objects\": [{\"bbox\": {\"xmin\": 20.6349, \"ymin\": 988.889, \"xmax\": 35.714299999999994, \"ymax\": 1007.1429}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 20.6349, \"ymin\": 919.048, \"xmax\": 39.6825, \"ymax\": 947.619}, \"category\": \"pmb\"}]}, \"31262\": {\"path\": \"test/31262.jpg\", \"id\": 31262, \"objects\": [{\"bbox\": {\"xmin\": 1839.22, \"ymin\": 796.078, \"xmax\": 1886.2745, \"ymax\": 849.0196}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1947.06, \"ymin\": 803.922, \"xmax\": 1988.2353, \"ymax\": 856.8627}, \"category\": \"ph4.5\"}]}, \"61130\": {\"path\": \"train/61130.jpg\", \"id\": 61130, \"objects\": [{\"bbox\": {\"xmin\": 1273.0, \"ymin\": 945.0, \"xmax\": 1308.0, \"ymax\": 980.0}, \"category\": \"p26\"}]}, \"61125\": {\"path\": \"train/61125.jpg\", \"id\": 61125, \"objects\": [{\"bbox\": {\"xmin\": 24.6032, \"ymin\": 932.54, \"xmax\": 62.6984, \"ymax\": 971.4285}, \"category\": \"pl30\"}]}, \"43271\": {\"path\": \"other/43271.jpg\", \"id\": 43271, \"objects\": [{\"bbox\": {\"xmin\": 1114.00390625, \"ymin\": 976.7202758789062, \"xmax\": 1138.092529296875, \"ymax\": 998.6459350585938}, \"category\": \"ph3.3\"}]}, \"36383\": {\"path\": \"train/36383.jpg\", \"id\": 36383, \"objects\": [{\"bbox\": {\"xmin\": 278.667, \"ymin\": 816.0, \"xmax\": 302.667, \"ymax\": 857.3333}, \"category\": \"pl40\"}]}, \"54043\": {\"path\": \"train/54043.jpg\", \"id\": 54043, \"objects\": [{\"bbox\": {\"xmin\": 610.0, \"ymin\": 813.0, \"xmax\": 635.0, \"ymax\": 845.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 639.0, \"ymin\": 809.0, \"xmax\": 668.0, \"ymax\": 843.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 702.0, \"ymin\": 858.0, \"xmax\": 717.0, \"ymax\": 876.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 687.0, \"ymin\": 966.0, \"xmax\": 715.0, \"ymax\": 1000.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 687.0, \"ymin\": 1004.0, \"xmax\": 715.0, \"ymax\": 1040.0}, \"category\": \"i2r\"}]}, \"18717\": {\"path\": \"train/18717.jpg\", \"id\": 18717, \"objects\": [{\"bbox\": {\"xmin\": 1448.0, \"ymin\": 982.667, \"xmax\": 1481.3333, \"ymax\": 1017.3333}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1485.33, \"ymin\": 984.0, \"xmax\": 1517.3333, \"ymax\": 1018.6667}, \"category\": \"pl80\"}]}, \"83504\": {\"path\": \"train/83504.jpg\", \"id\": 83504, \"objects\": [{\"bbox\": {\"xmin\": 1252.0, \"ymin\": 946.667, \"xmax\": 1292.0, \"ymax\": 985.3333}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 905.333, \"xmax\": 1289.3333, \"ymax\": 944.0}, \"category\": \"pm55\"}]}, \"6011\": {\"path\": \"test/6011.jpg\", \"id\": 6011, \"objects\": [{\"bbox\": {\"xmin\": 643.0, \"ymin\": 538.0, \"xmax\": 721.0, \"ymax\": 612.0}, \"category\": \"pr40\"}]}, \"4801\": {\"path\": \"train/4801.jpg\", \"id\": 4801, \"objects\": [{\"bbox\": {\"xmin\": 1166.67, \"ymin\": 530.667, \"xmax\": 1256.0, \"ymax\": 610.6667}, \"category\": \"pl40\"}]}, \"92181\": {\"path\": \"train/92181.jpg\", \"id\": 92181, \"objects\": [{\"bbox\": {\"xmin\": 1046.0, \"ymin\": 745.0, \"xmax\": 1095.0, \"ymax\": 794.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 397.0, \"ymin\": 803.0, \"xmax\": 424.0, \"ymax\": 840.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 856.0, \"ymin\": 831.0, \"xmax\": 895.0, \"ymax\": 877.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 950.0, \"ymin\": 754.0, \"xmax\": 994.0, \"ymax\": 799.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 817.0, \"ymin\": 762.0, \"xmax\": 858.0, \"ymax\": 807.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 775.0, \"ymin\": 766.0, \"xmax\": 817.0, \"ymax\": 810.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 863.0, \"ymin\": 759.0, \"xmax\": 903.0, \"ymax\": 806.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 251.0, \"ymin\": 823.0, \"xmax\": 275.0, \"ymax\": 857.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 997.0, \"ymin\": 750.0, \"xmax\": 1046.0, \"ymax\": 802.0}, \"category\": \"im\"}]}, \"54209\": {\"path\": \"other/54209.jpg\", \"id\": 54209, \"objects\": [{\"bbox\": {\"xmin\": 1291.3, \"ymin\": 933.333, \"xmax\": 1306.5171, \"ymax\": 951.087}, \"category\": \"pn\"}]}, \"83539\": {\"path\": \"train/83539.jpg\", \"id\": 83539, \"objects\": [{\"bbox\": {\"xmin\": 1958.67, \"ymin\": 865.333, \"xmax\": 2002.6667, \"ymax\": 916.0}, \"category\": \"pl100\"}]}, \"49103\": {\"path\": \"train/49103.jpg\", \"id\": 49103, \"objects\": [{\"bbox\": {\"xmin\": 845.0, \"ymin\": 582.0, \"xmax\": 942.0, \"ymax\": 672.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 572.0, \"ymin\": 874.0, \"xmax\": 643.0, \"ymax\": 944.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 653.0, \"ymin\": 594.0, \"xmax\": 742.0, \"ymax\": 681.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 407.0, \"ymin\": 622.0, \"xmax\": 479.0, \"ymax\": 701.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 325.0, \"ymin\": 633.0, \"xmax\": 397.0, \"ymax\": 711.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 491.0, \"ymin\": 613.0, \"xmax\": 569.0, \"ymax\": 693.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 747.0, \"ymin\": 590.0, \"xmax\": 840.0, \"ymax\": 673.0}, \"category\": \"im\"}]}, \"97290\": {\"path\": \"test/97290.jpg\", \"id\": 97290, \"objects\": [{\"bbox\": {\"xmin\": 1318.19, \"ymin\": 922.159, \"xmax\": 1340.3445000000002, \"ymax\": 943.7504}, \"category\": \"pl80\"}]}, \"33013\": {\"path\": \"train/33013.jpg\", \"id\": 33013, \"objects\": [{\"bbox\": {\"xmin\": 1422.0, \"ymin\": 870.0, \"xmax\": 1487.0, \"ymax\": 941.0}, \"category\": \"p5\"}]}, \"41716\": {\"path\": \"train/41716.jpg\", \"id\": 41716, \"objects\": [{\"bbox\": {\"xmin\": 1401.33, \"ymin\": 1060.67, \"xmax\": 1424.6667, \"ymax\": 1085.3333}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1371.33, \"ymin\": 1063.33, \"xmax\": 1394.6667, \"ymax\": 1088.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1360.0, \"ymin\": 1035.33, \"xmax\": 1382.6667, \"ymax\": 1060.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1385.33, \"ymin\": 1034.0, \"xmax\": 1407.3333, \"ymax\": 1058.0}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1411.33, \"ymin\": 1034.0, \"xmax\": 1432.6667, \"ymax\": 1056.6667}, \"category\": \"pbm\"}]}, \"29595\": {\"path\": \"train/29595.jpg\", \"id\": 29595, \"objects\": [{\"bbox\": {\"xmin\": 1442.67, \"ymin\": 732.0, \"xmax\": 1529.3333, \"ymax\": 820.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1448.0, \"ymin\": 822.667, \"xmax\": 1530.6667, \"ymax\": 912.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 936.0, \"ymin\": 666.667, \"xmax\": 989.3333, \"ymax\": 718.6667}, \"category\": \"pl40\"}]}, \"85758\": {\"path\": \"test/85758.jpg\", \"id\": 85758, \"objects\": [{\"bbox\": {\"xmin\": 1137.3994140625, \"ymin\": 986.0892944335938, \"xmax\": 1154.104736328125, \"ymax\": 1002.9363403320312}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1181.42, \"ymin\": 953.982, \"xmax\": 1212.3919, \"ymax\": 984.9558}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1179.65, \"ymin\": 995.133, \"xmax\": 1212.8319000000001, \"ymax\": 1027.4341}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1057.07, \"ymin\": 924.778, \"xmax\": 1074.3312999999998, \"ymax\": 941.15}, \"category\": \"w22\"}]}, \"30629\": {\"path\": \"train/30629.jpg\", \"id\": 30629, \"objects\": [{\"bbox\": {\"xmin\": 1398.0, \"ymin\": 965.0, \"xmax\": 1418.0, \"ymax\": 984.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1758.0, \"ymin\": 963.0, \"xmax\": 1795.0, \"ymax\": 1007.0}, \"category\": \"pr50\"}]}, \"93747\": {\"path\": \"test/93747.jpg\", \"id\": 93747, \"objects\": [{\"bbox\": {\"xmin\": 1282.67, \"ymin\": 450.667, \"xmax\": 1422.6670000000001, \"ymax\": 577.333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1137.33, \"ymin\": 418.667, \"xmax\": 1286.667, \"ymax\": 534.6669999999999}, \"category\": \"w57\"}]}, \"45343\": {\"path\": \"other/45343.jpg\", \"id\": 45343, \"objects\": [{\"bbox\": {\"xmin\": 1380.0, \"ymin\": 888.0, \"xmax\": 1410.6667, \"ymax\": 918.6667}, \"category\": \"i14\"}]}, \"80390\": {\"path\": \"train/80390.jpg\", \"id\": 80390, \"objects\": [{\"bbox\": {\"xmin\": 563.0, \"ymin\": 670.0, \"xmax\": 616.0, \"ymax\": 727.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 621.0, \"ymin\": 666.0, \"xmax\": 674.0, \"ymax\": 723.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 677.0, \"ymin\": 747.0, \"xmax\": 722.0, \"ymax\": 796.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 678.0, \"ymin\": 799.0, \"xmax\": 722.0, \"ymax\": 848.0}, \"category\": \"i2r\"}]}, \"49945\": {\"path\": \"test/49945.jpg\", \"id\": 49945, \"objects\": [{\"bbox\": {\"xmin\": 1238.0, \"ymin\": 753.0, \"xmax\": 1306.0, \"ymax\": 823.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1151.0, \"ymin\": 750.0, \"xmax\": 1223.0, \"ymax\": 821.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1319.0, \"ymin\": 757.0, \"xmax\": 1390.0, \"ymax\": 827.0}, \"category\": \"pn\"}]}, \"65285\": {\"path\": \"test/65285.jpg\", \"id\": 65285, \"objects\": [{\"bbox\": {\"xmin\": 1692.08, \"ymin\": 764.356, \"xmax\": 1743.5644, \"ymax\": 820.7921}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1954.46, \"ymin\": 838.614, \"xmax\": 1980.198, \"ymax\": 876.2376}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1980.2, \"ymin\": 840.594, \"xmax\": 2008.9279000000001, \"ymax\": 879.2079000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1537.62, \"ymin\": 753.465, \"xmax\": 1591.0891, \"ymax\": 810.8911}, \"category\": \"pne\"}]}, \"67245\": {\"path\": \"train/67245.jpg\", \"id\": 67245, \"objects\": [{\"bbox\": {\"xmin\": 2015.79, \"ymin\": 826.316, \"xmax\": 2044.7368, \"ymax\": 872.3684000000001}, \"category\": \"pne\"}]}, \"9664\": {\"path\": \"other/9664.jpg\", \"id\": 9664, \"objects\": [{\"bbox\": {\"xmin\": 1611.3, \"ymin\": 993.688, \"xmax\": 1623.918, \"ymax\": 1007.6416}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 984.385, \"ymin\": 991.695, \"xmax\": 994.35216, \"ymax\": 1001.3291300000001}, \"category\": \"pne\"}]}, \"78744\": {\"path\": \"train/78744.jpg\", \"id\": 78744, \"objects\": [{\"bbox\": {\"xmin\": 1598.67, \"ymin\": 994.667, \"xmax\": 1670.6667, \"ymax\": 1065.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1596.0, \"ymin\": 921.333, \"xmax\": 1669.3333, \"ymax\": 993.3333}, \"category\": \"pr20\"}]}, \"21213\": {\"path\": \"train/21213.jpg\", \"id\": 21213, \"objects\": [{\"bbox\": {\"xmin\": 163.0, \"ymin\": 959.0, \"xmax\": 206.0, \"ymax\": 1034.0}, \"category\": \"p6\"}]}, \"26356\": {\"path\": \"test/26356.jpg\", \"id\": 26356, \"objects\": [{\"bbox\": {\"xmin\": 1485.0, \"ymin\": 561.0, \"xmax\": 1576.0, \"ymax\": 657.0}, \"category\": \"pr40\"}]}, \"80246\": {\"path\": \"test/80246.jpg\", \"id\": 80246, \"objects\": [{\"bbox\": {\"xmin\": 742.2434692382812, \"ymin\": 983.8192749023438, \"xmax\": 760.4308471679688, \"ymax\": 1001.7453002929688}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1190.06, \"ymin\": 926.107, \"xmax\": 1207.6087, \"ymax\": 943.8057}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1210.87, \"ymin\": 927.899, \"xmax\": 1228.6232, \"ymax\": 944.2029}, \"category\": \"pn\"}]}, \"53607\": {\"path\": \"train/53607.jpg\", \"id\": 53607, \"objects\": [{\"bbox\": {\"xmin\": 585.714, \"ymin\": 852.381, \"xmax\": 602.3810000000001, \"ymax\": 894.4444}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 512.698, \"ymin\": 828.571, \"xmax\": 532.5396999999999, \"ymax\": 872.3318}, \"category\": \"i4\"}]}, \"27715\": {\"path\": \"other/27715.jpg\", \"id\": 27715, \"objects\": [{\"bbox\": {\"xmin\": 1277.599365234375, \"ymin\": 920.6131591796875, \"xmax\": 1297.8330078125, \"ymax\": 941.2581787109375}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1202.1015625, \"ymin\": 917.4348754882812, \"xmax\": 1222.821533203125, \"ymax\": 937.3361206054688}, \"category\": \"pne\"}]}, \"45939\": {\"path\": \"test/45939.jpg\", \"id\": 45939, \"objects\": [{\"bbox\": {\"xmin\": 1450.0, \"ymin\": 991.0, \"xmax\": 1484.0, \"ymax\": 1028.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1449.0, \"ymin\": 949.0, \"xmax\": 1484.0, \"ymax\": 987.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1392.0, \"ymin\": 967.0, \"xmax\": 1440.0, \"ymax\": 1024.0}, \"category\": \"ph2.1\"}, {\"bbox\": {\"xmin\": 1448.0, \"ymin\": 1030.0, \"xmax\": 1485.0, \"ymax\": 1071.0}, \"category\": \"pl5\"}]}, \"32067\": {\"path\": \"test/32067.jpg\", \"id\": 32067, \"objects\": [{\"bbox\": {\"xmin\": 578.218, \"ymin\": 857.426, \"xmax\": 602.9703, \"ymax\": 884.1584}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 832.673, \"ymin\": 907.921, \"xmax\": 864.3564, \"ymax\": 938.6139000000001}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 725.743, \"ymin\": 909.901, \"xmax\": 750.495, \"ymax\": 940.5940999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 777.228, \"ymin\": 907.922, \"xmax\": 807.9213, \"ymax\": 938.6143000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 405.941, \"ymin\": 865.347, \"xmax\": 430.69309999999996, \"ymax\": 892.0792}, \"category\": \"pne\"}]}, \"61576\": {\"path\": \"train/61576.jpg\", \"id\": 61576, \"objects\": [{\"bbox\": {\"xmin\": 1633.19, \"ymin\": 916.372, \"xmax\": 1652.6549, \"ymax\": 936.2835}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1657.08, \"ymin\": 916.372, \"xmax\": 1676.5486999999998, \"ymax\": 937.6111}, \"category\": \"pn\"}]}, \"71180\": {\"path\": \"train/71180.jpg\", \"id\": 71180, \"objects\": [{\"bbox\": {\"xmin\": 1153.0, \"ymin\": 496.0, \"xmax\": 1234.0, \"ymax\": 564.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1156.0, \"ymin\": 428.0, \"xmax\": 1230.0, \"ymax\": 485.0}, \"category\": \"w41\"}]}, \"82726\": {\"path\": \"train/82726.jpg\", \"id\": 82726, \"objects\": [{\"bbox\": {\"xmin\": 539.0, \"ymin\": 308.0, \"xmax\": 699.0, \"ymax\": 441.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 691.0, \"ymin\": 287.0, \"xmax\": 869.0, \"ymax\": 416.0}, \"category\": \"wc\"}]}, \"17358\": {\"path\": \"other/17358.jpg\", \"id\": 17358, \"objects\": [{\"bbox\": {\"xmin\": 1286.51, \"ymin\": 935.714, \"xmax\": 1301.5873, \"ymax\": 951.5873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1246.83, \"ymin\": 934.921, \"xmax\": 1261.1110999999999, \"ymax\": 949.2063}, \"category\": \"pne\"}]}, \"60636\": {\"path\": \"test/60636.jpg\", \"id\": 60636, \"objects\": [{\"bbox\": {\"xmin\": 939.073, \"ymin\": 962.914, \"xmax\": 952.9801, \"ymax\": 977.4834}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1194.04, \"ymin\": 988.742, \"xmax\": 1217.2185, \"ymax\": 1009.9338}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 894.702, \"ymin\": 964.238, \"xmax\": 905.298, \"ymax\": 977.4834000000001}, \"category\": \"pne\"}]}, \"25867\": {\"path\": \"train/25867.jpg\", \"id\": 25867, \"objects\": [{\"bbox\": {\"xmin\": 627.451, \"ymin\": 605.882, \"xmax\": 754.902, \"ymax\": 731.3729999999999}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 462.745, \"ymin\": 625.49, \"xmax\": 582.3530000000001, \"ymax\": 741.176}, \"category\": \"pl60\"}]}, \"56796\": {\"path\": \"train/56796.jpg\", \"id\": 56796, \"objects\": [{\"bbox\": {\"xmin\": 904.0, \"ymin\": 801.0, \"xmax\": 947.0, \"ymax\": 845.0}, \"category\": \"pl50\"}]}, \"97173\": {\"path\": \"train/97173.jpg\", \"id\": 97173, \"objects\": [{\"bbox\": {\"xmin\": 1302.97, \"ymin\": 926.733, \"xmax\": 1338.6139, \"ymax\": 964.3563999999999}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 888.119, \"xmax\": 1334.6535, \"ymax\": 924.7525}, \"category\": \"w57\"}]}, \"52147\": {\"path\": \"other/52147.jpg\", \"id\": 52147, \"objects\": [{\"bbox\": {\"xmin\": 1108.52, \"ymin\": 869.318, \"xmax\": 1166.47, \"ymax\": 927.2727}, \"category\": \"ph3.3\"}]}, \"5767\": {\"path\": \"train/5767.jpg\", \"id\": 5767, \"objects\": [{\"bbox\": {\"xmin\": 1308.0, \"ymin\": 937.0, \"xmax\": 1341.0, \"ymax\": 971.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 33.0, \"ymin\": 894.0, \"xmax\": 77.0, \"ymax\": 949.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1307.0, \"ymin\": 971.0, \"xmax\": 1341.0, \"ymax\": 1009.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 32.0, \"ymin\": 947.0, \"xmax\": 79.0, \"ymax\": 1004.0}, \"category\": \"pn\"}]}, \"13931\": {\"path\": \"test/13931.jpg\", \"id\": 13931, \"objects\": [{\"bbox\": {\"xmin\": 1816.0, \"ymin\": 625.0, \"xmax\": 1898.0, \"ymax\": 718.0}, \"category\": \"pr50\"}, {\"bbox\": {\"xmin\": 1832.0, \"ymin\": 1209.0, \"xmax\": 1848.0, \"ymax\": 1233.0}, \"category\": \"i2r\"}]}, \"23320\": {\"path\": \"test/23320.jpg\", \"id\": 23320, \"objects\": [{\"bbox\": {\"xmin\": 1514.4, \"ymin\": 959.2, \"xmax\": 1536.0, \"ymax\": 980.8000000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1334.4, \"ymin\": 956.0, \"xmax\": 1356.0, \"ymax\": 977.6}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1140.0, \"ymin\": 968.0, \"xmax\": 1154.4, \"ymax\": 985.6}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 16.8, \"ymin\": 934.4, \"xmax\": 48.0, \"ymax\": 964.0}, \"category\": \"pn\"}]}, \"15520\": {\"path\": \"test/15520.jpg\", \"id\": 15520, \"objects\": [{\"bbox\": {\"xmin\": 425.743, \"ymin\": 832.673, \"xmax\": 461.3861, \"ymax\": 873.2673}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 465.347, \"ymin\": 830.693, \"xmax\": 497.0297, \"ymax\": 872.2769}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 497.98, \"ymin\": 893.939, \"xmax\": 524.2424, \"ymax\": 926.2626}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 496.97, \"ymin\": 929.293, \"xmax\": 526.2626, \"ymax\": 962.6263}, \"category\": \"i2r\"}]}, \"88048\": {\"path\": \"other/88048.jpg\", \"id\": 88048, \"objects\": [{\"bbox\": {\"xmin\": 908.911, \"ymin\": 942.574, \"xmax\": 921.7822, \"ymax\": 959.4059}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 853.465, \"ymin\": 943.564, \"xmax\": 867.3267000000001, \"ymax\": 961.3860999999999}, \"category\": \"pne\"}]}, \"24839\": {\"path\": \"train/24839.jpg\", \"id\": 24839, \"objects\": [{\"bbox\": {\"xmin\": 282.895, \"ymin\": 667.105, \"xmax\": 348.68469999999996, \"ymax\": 761.8419}, \"category\": \"w55\"}]}, \"50830\": {\"path\": \"train/50830.jpg\", \"id\": 50830, \"objects\": [{\"bbox\": {\"xmin\": 1444.55, \"ymin\": 945.545, \"xmax\": 1488.1188, \"ymax\": 990.0989999999999}, \"category\": \"p19\"}]}, \"2352\": {\"path\": \"train/2352.jpg\", \"id\": 2352, \"objects\": [{\"bbox\": {\"xmin\": 1192.0, \"ymin\": 818.667, \"xmax\": 1232.0, \"ymax\": 860.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 832.0, \"ymin\": 798.667, \"xmax\": 870.6667, \"ymax\": 838.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1013.33, \"ymin\": 805.333, \"xmax\": 1050.6634000000001, \"ymax\": 846.6673}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1329.33, \"ymin\": 808.0, \"xmax\": 1362.6667, \"ymax\": 845.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1672.0, \"ymin\": 882.667, \"xmax\": 1708.0, \"ymax\": 926.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 662.667, \"ymin\": 789.333, \"xmax\": 720.0, \"ymax\": 845.3333}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 745.333, \"ymin\": 794.667, \"xmax\": 781.3333, \"ymax\": 832.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 926.667, \"ymin\": 802.667, \"xmax\": 964.0, \"ymax\": 838.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1108.0, \"ymin\": 812.0, \"xmax\": 1144.0, \"ymax\": 850.6667}, \"category\": \"pl80\"}]}, \"86466\": {\"path\": \"train/86466.jpg\", \"id\": 86466, \"objects\": [{\"bbox\": {\"xmin\": 1344.55, \"ymin\": 914.851, \"xmax\": 1371.2871, \"ymax\": 938.613}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1612.87, \"ymin\": 968.317, \"xmax\": 1640.5940999999998, \"ymax\": 992.0794}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1374.26, \"ymin\": 919.802, \"xmax\": 1397.0347, \"ymax\": 939.604}, \"category\": \"w57\"}]}, \"26568\": {\"path\": \"train/26568.jpg\", \"id\": 26568, \"objects\": [{\"bbox\": {\"xmin\": 1262.03, \"ymin\": 635.93, \"xmax\": 1352.2227, \"ymax\": 724.1651999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1152.94, \"ymin\": 633.333, \"xmax\": 1250.9804000000001, \"ymax\": 721.5686}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1362.75, \"ymin\": 637.255, \"xmax\": 1449.0196, \"ymax\": 727.451}, \"category\": \"pn\"}]}, \"21835\": {\"path\": \"train/21835.jpg\", \"id\": 21835, \"objects\": [{\"bbox\": {\"xmin\": 889.109, \"ymin\": 936.634, \"xmax\": 909.9010000000001, \"ymax\": 954.4554}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 822.772, \"ymin\": 937.624, \"xmax\": 843.5644000000001, \"ymax\": 958.4158}, \"category\": \"pne\"}]}, \"21882\": {\"path\": \"train/21882.jpg\", \"id\": 21882, \"objects\": [{\"bbox\": {\"xmin\": 1279.0, \"ymin\": 531.0, \"xmax\": 1381.0, \"ymax\": 630.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1531.0, \"ymin\": 566.0, \"xmax\": 1621.0, \"ymax\": 658.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1411.0, \"ymin\": 549.0, \"xmax\": 1506.0, \"ymax\": 645.0}, \"category\": \"pbm\"}]}, \"50643\": {\"path\": \"other/50643.jpg\", \"id\": 50643, \"objects\": [{\"bbox\": {\"xmin\": 1136.28, \"ymin\": 944.248, \"xmax\": 1149.5575, \"ymax\": 960.1774}, \"category\": \"pn\"}]}, \"84783\": {\"path\": \"test/84783.jpg\", \"id\": 84783, \"objects\": [{\"bbox\": {\"xmin\": 1853.33, \"ymin\": 710.667, \"xmax\": 1894.6667, \"ymax\": 758.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1973.33, \"ymin\": 730.667, \"xmax\": 2006.6699999999998, \"ymax\": 773.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1806.67, \"ymin\": 650.667, \"xmax\": 1846.6667, \"ymax\": 700.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1854.67, \"ymin\": 657.333, \"xmax\": 1896.0, \"ymax\": 705.3333}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1930.67, \"ymin\": 721.333, \"xmax\": 1968.0, \"ymax\": 768.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1804.0, \"ymin\": 704.0, \"xmax\": 1848.0, \"ymax\": 752.0}, \"category\": \"pl120\"}]}, \"33351\": {\"path\": \"test/33351.jpg\", \"id\": 33351, \"objects\": [{\"bbox\": {\"xmin\": 1669.33, \"ymin\": 412.0, \"xmax\": 1818.667, \"ymax\": 561.333}, \"category\": \"p23\"}]}, \"39047\": {\"path\": \"train/39047.jpg\", \"id\": 39047, \"objects\": [{\"bbox\": {\"xmin\": 1539.07, \"ymin\": 1358.94, \"xmax\": 1564.8973999999998, \"ymax\": 1386.755}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1359.6, \"ymin\": 1222.52, \"xmax\": 1397.3476999999998, \"ymax\": 1262.9139}, \"category\": \"pn\"}]}, \"66302\": {\"path\": \"train/66302.jpg\", \"id\": 66302, \"objects\": [{\"bbox\": {\"xmin\": 1568.32, \"ymin\": 761.386, \"xmax\": 1621.7821999999999, \"ymax\": 817.8217999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1389.11, \"ymin\": 752.475, \"xmax\": 1441.5842, \"ymax\": 809.9010000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 635.644, \"ymin\": 781.184, \"xmax\": 681.1876, \"ymax\": 834.6533}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1197.03, \"ymin\": 881.188, \"xmax\": 1224.7525, \"ymax\": 909.901}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1162.38, \"ymin\": 881.188, \"xmax\": 1192.0870000000002, \"ymax\": 909.901}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1228.71, \"ymin\": 881.188, \"xmax\": 1258.4158, \"ymax\": 910.8910999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 418.812, \"ymin\": 801.98, \"xmax\": 462.37600000000003, \"ymax\": 846.5347}, \"category\": \"pne\"}]}, \"8099\": {\"path\": \"test/8099.jpg\", \"id\": 8099, \"objects\": [{\"bbox\": {\"xmin\": 1196.0, \"ymin\": 940.0, \"xmax\": 1220.0, \"ymax\": 964.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 929.333, \"xmax\": 1400.0, \"ymax\": 990.6667}, \"category\": \"pm30\"}]}, \"68468\": {\"path\": \"train/68468.jpg\", \"id\": 68468, \"objects\": [{\"bbox\": {\"xmin\": 1147.3974609375, \"ymin\": 985.8232421875, \"xmax\": 1166.9921875, \"ymax\": 1006.114013671875}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1222.52, \"ymin\": 937.086, \"xmax\": 1266.2296999999999, \"ymax\": 981.4572000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1220.53, \"ymin\": 994.702, \"xmax\": 1266.8874, \"ymax\": 1040.3976}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1051.66, \"ymin\": 908.609, \"xmax\": 1075.4967000000001, \"ymax\": 931.7881}, \"category\": \"w22\"}]}, \"60415\": {\"path\": \"test/60415.jpg\", \"id\": 60415, \"objects\": [{\"bbox\": {\"xmin\": 1102.0, \"ymin\": 672.0, \"xmax\": 1183.0, \"ymax\": 746.0}, \"category\": \"pr40\"}]}, \"19608\": {\"path\": \"train/19608.jpg\", \"id\": 19608, \"objects\": [{\"bbox\": {\"xmin\": 793.333, \"ymin\": 881.333, \"xmax\": 842.6667, \"ymax\": 930.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 790.667, \"ymin\": 928.0, \"xmax\": 842.6667, \"ymax\": 977.3333}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 101.333, \"ymin\": 406.667, \"xmax\": 200.0, \"ymax\": 512.0}, \"category\": \"pm20\"}]}, \"66122\": {\"path\": \"train/66122.jpg\", \"id\": 66122, \"objects\": [{\"bbox\": {\"xmin\": 1365.33, \"ymin\": 960.0, \"xmax\": 1402.6667, \"ymax\": 997.3333}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1313.33, \"ymin\": 808.0, \"xmax\": 1357.3333, \"ymax\": 850.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1369.33, \"ymin\": 808.0, \"xmax\": 1410.6667, \"ymax\": 850.6667}, \"category\": \"pl60\"}]}, \"42930\": {\"path\": \"train/42930.jpg\", \"id\": 42930, \"objects\": [{\"bbox\": {\"xmin\": 1885.0, \"ymin\": 634.0, \"xmax\": 1951.0, \"ymax\": 703.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 557.0, \"xmax\": 1497.0, \"ymax\": 641.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1211.0, \"ymin\": 970.0, \"xmax\": 1227.0, \"ymax\": 986.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 907.0, \"ymin\": 1028.0, \"xmax\": 923.0, \"ymax\": 1046.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 905.0, \"ymin\": 560.0, \"xmax\": 985.0, \"ymax\": 640.0}, \"category\": \"ph4\"}]}, \"11731\": {\"path\": \"train/11731.jpg\", \"id\": 11731, \"objects\": [{\"bbox\": {\"xmin\": 1306.67, \"ymin\": 974.667, \"xmax\": 1362.6667, \"ymax\": 1032.0}, \"category\": \"p5\"}]}, \"81174\": {\"path\": \"train/81174.jpg\", \"id\": 81174, \"objects\": [{\"bbox\": {\"xmin\": 434.667, \"ymin\": 944.0, \"xmax\": 484.0, \"ymax\": 993.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 876.0, \"ymin\": 790.667, \"xmax\": 929.3333, \"ymax\": 838.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 306.667, \"ymin\": 796.0, \"xmax\": 350.6667, \"ymax\": 840.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1229.33, \"ymin\": 949.333, \"xmax\": 1268.0, \"ymax\": 990.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1230.67, \"ymin\": 986.667, \"xmax\": 1266.6667, \"ymax\": 1024.0}, \"category\": \"i2r\"}]}, \"86608\": {\"path\": \"train/86608.jpg\", \"id\": 86608, \"objects\": [{\"bbox\": {\"xmin\": 1632.67, \"ymin\": 882.178, \"xmax\": 1666.3366, \"ymax\": 916.8317}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 122.772, \"ymin\": 980.198, \"xmax\": 144.55450000000002, \"ymax\": 1010.8910999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 120.792, \"ymin\": 941.584, \"xmax\": 144.5545, \"ymax\": 970.2969999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 122.772, \"ymin\": 900.0, \"xmax\": 143.5644, \"ymax\": 928.7129}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1766.34, \"ymin\": 952.475, \"xmax\": 1790.099, \"ymax\": 974.2574000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1766.34, \"ymin\": 976.238, \"xmax\": 1789.1089, \"ymax\": 1000.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1515.84, \"ymin\": 875.248, \"xmax\": 1547.5248, \"ymax\": 907.9208000000001}, \"category\": \"pne\"}]}, \"72658\": {\"path\": \"train/72658.jpg\", \"id\": 72658, \"objects\": [{\"bbox\": {\"xmin\": 1670.3, \"ymin\": 993.069, \"xmax\": 1698.0198, \"ymax\": 1024.7525}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1688.12, \"ymin\": 964.356, \"xmax\": 1715.8416, \"ymax\": 991.0891}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1702.97, \"ymin\": 996.04, \"xmax\": 1730.6891, \"ymax\": 1023.7624}, \"category\": \"p18\"}]}, \"62322\": {\"path\": \"train/62322.jpg\", \"id\": 62322, \"objects\": [{\"bbox\": {\"xmin\": 453.947, \"ymin\": 768.421, \"xmax\": 534.2105, \"ymax\": 851.3158000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 460.527, \"ymin\": 856.579, \"xmax\": 538.1582999999999, \"ymax\": 936.8422999999999}, \"category\": \"pn\"}]}, \"94571\": {\"path\": \"train/94571.jpg\", \"id\": 94571, \"objects\": [{\"bbox\": {\"xmin\": 1245.0, \"ymin\": 726.0, \"xmax\": 1305.0, \"ymax\": 790.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1385.0, \"ymin\": 804.0, \"xmax\": 1444.0, \"ymax\": 864.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1310.0, \"ymin\": 727.0, \"xmax\": 1372.0, \"ymax\": 792.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1387.0, \"ymin\": 868.0, \"xmax\": 1450.0, \"ymax\": 933.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1391.0, \"ymin\": 934.0, \"xmax\": 1452.0, \"ymax\": 996.0}, \"category\": \"i2r\"}]}, \"25451\": {\"path\": \"test/25451.jpg\", \"id\": 25451, \"objects\": [{\"bbox\": {\"xmin\": 1211.84, \"ymin\": 932.895, \"xmax\": 1261.8420999999998, \"ymax\": 981.5787}, \"category\": \"pl30\"}]}, \"198\": {\"path\": \"test/198.jpg\", \"id\": 198, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 891.2, \"xmax\": 1418.4, \"ymax\": 908.0}, \"category\": \"p10\"}]}, \"31107\": {\"path\": \"train/31107.jpg\", \"id\": 31107, \"objects\": [{\"bbox\": {\"xmin\": 1782.67, \"ymin\": 997.333, \"xmax\": 1809.3333, \"ymax\": 1038.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1781.33, \"ymin\": 964.0, \"xmax\": 1809.3333, \"ymax\": 1000.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 224.0, \"ymin\": 1001.33, \"xmax\": 250.6667, \"ymax\": 1034.6667}, \"category\": \"pl5\"}]}, \"74279\": {\"path\": \"other/74279.jpg\", \"id\": 74279, \"objects\": [{\"bbox\": {\"xmin\": 1290.0, \"ymin\": 942.0, \"xmax\": 1303.0, \"ymax\": 956.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1307.0, \"ymin\": 942.0, \"xmax\": 1321.0, \"ymax\": 958.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1367.0, \"ymin\": 964.0, \"xmax\": 1380.0, \"ymax\": 980.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1367.0, \"ymin\": 982.0, \"xmax\": 1380.0, \"ymax\": 997.0}, \"category\": \"i2r\"}]}, \"37540\": {\"path\": \"train/37540.jpg\", \"id\": 37540, \"objects\": [{\"bbox\": {\"xmin\": 1241.1048583984375, \"ymin\": 898.1699829101562, \"xmax\": 1268.7196044921875, \"ymax\": 926.8287963867188}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 940.594, \"ymin\": 946.535, \"xmax\": 974.2572, \"ymax\": 980.1981999999999}, \"category\": \"pne\"}]}, \"91888\": {\"path\": \"train/91888.jpg\", \"id\": 91888, \"objects\": [{\"bbox\": {\"xmin\": 1289.6, \"ymin\": 876.0, \"xmax\": 1308.8, \"ymax\": 894.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1347.2, \"ymin\": 878.4, \"xmax\": 1365.6000000000001, \"ymax\": 896.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1234.4, \"ymin\": 873.6, \"xmax\": 1252.8000000000002, \"ymax\": 893.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1212.8, \"ymin\": 873.6, \"xmax\": 1231.2, \"ymax\": 892.8000000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1268.8, \"ymin\": 874.4, \"xmax\": 1288.8, \"ymax\": 894.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1325.6, \"ymin\": 876.0, \"xmax\": 1344.0, \"ymax\": 893.6}, \"category\": \"pl100\"}]}, \"63788\": {\"path\": \"train/63788.jpg\", \"id\": 63788, \"objects\": [{\"bbox\": {\"xmin\": 1538.0, \"ymin\": 932.0, \"xmax\": 1574.0, \"ymax\": 967.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1539.0, \"ymin\": 971.0, \"xmax\": 1571.0, \"ymax\": 1006.0}, \"category\": \"p18\"}]}, \"63393\": {\"path\": \"train/63393.jpg\", \"id\": 63393, \"objects\": [{\"bbox\": {\"xmin\": 1714.41, \"ymin\": 688.288, \"xmax\": 1781.5315, \"ymax\": 794.144}, \"category\": \"pl80\"}]}, \"87538\": {\"path\": \"train/87538.jpg\", \"id\": 87538, \"objects\": [{\"bbox\": {\"xmin\": 1855.33, \"ymin\": 884.667, \"xmax\": 1931.3333, \"ymax\": 963.3333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1853.33, \"ymin\": 724.667, \"xmax\": 1920.0, \"ymax\": 805.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1856.67, \"ymin\": 806.0, \"xmax\": 1932.0033, \"ymax\": 884.0}, \"category\": \"p27\"}]}, \"97658\": {\"path\": \"train/97658.jpg\", \"id\": 97658, \"objects\": [{\"bbox\": {\"xmin\": 249.333, \"ymin\": 990.667, \"xmax\": 284.0, \"ymax\": 1032.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1356.0, \"ymin\": 853.333, \"xmax\": 1472.0, \"ymax\": 1034.667}, \"category\": \"w34\"}]}, \"62105\": {\"path\": \"test/62105.jpg\", \"id\": 62105, \"objects\": [{\"bbox\": {\"xmin\": 180.0, \"ymin\": 950.667, \"xmax\": 221.3333, \"ymax\": 998.6667}, \"category\": \"pl80\"}]}, \"71242\": {\"path\": \"train/71242.jpg\", \"id\": 71242, \"objects\": [{\"bbox\": {\"xmin\": 74.6667, \"ymin\": 889.333, \"xmax\": 154.6667, \"ymax\": 978.6667}, \"category\": \"w59\"}]}, \"57619\": {\"path\": \"other/57619.jpg\", \"id\": 57619, \"objects\": [{\"bbox\": {\"xmin\": 205.333, \"ymin\": 906.667, \"xmax\": 236.0, \"ymax\": 945.3333}, \"category\": \"pl15\"}]}, \"72910\": {\"path\": \"train/72910.jpg\", \"id\": 72910, \"objects\": [{\"bbox\": {\"xmin\": 762.667, \"ymin\": 978.667, \"xmax\": 818.6667, \"ymax\": 1033.3342}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1000.0, \"ymin\": 844.0, \"xmax\": 1040.0, \"ymax\": 882.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 521.333, \"ymin\": 982.667, \"xmax\": 572.0, \"ymax\": 1036.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1040.0, \"ymin\": 842.667, \"xmax\": 1081.3333, \"ymax\": 880.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1325.33, \"ymin\": 977.333, \"xmax\": 1353.3333, \"ymax\": 1000.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1330.67, \"ymin\": 1004.0, \"xmax\": 1350.6667, \"ymax\": 1021.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1629.33, \"ymin\": 998.667, \"xmax\": 1662.6667, \"ymax\": 1036.0003}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1329.33, \"ymin\": 1024.0, \"xmax\": 1350.6667, \"ymax\": 1044.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1632.0, \"ymin\": 1038.67, \"xmax\": 1661.3333, \"ymax\": 1073.3333}, \"category\": \"i2r\"}]}, \"67356\": {\"path\": \"train/67356.jpg\", \"id\": 67356, \"objects\": [{\"bbox\": {\"xmin\": 1375.0, \"ymin\": 995.0, \"xmax\": 1429.0, \"ymax\": 1055.0}, \"category\": \"i5\"}]}, \"81493\": {\"path\": \"train/81493.jpg\", \"id\": 81493, \"objects\": [{\"bbox\": {\"xmin\": 1650.0, \"ymin\": 961.842, \"xmax\": 1698.6842, \"ymax\": 1122.368}, \"category\": \"pm20\"}]}, \"18203\": {\"path\": \"test/18203.jpg\", \"id\": 18203, \"objects\": [{\"bbox\": {\"xmin\": 189.0, \"ymin\": 770.0, \"xmax\": 222.0, \"ymax\": 801.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 182.0, \"ymin\": 901.0, \"xmax\": 214.0, \"ymax\": 936.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1109.0, \"ymin\": 885.0, \"xmax\": 1146.0, \"ymax\": 941.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 962.0, \"ymin\": 1015.0, \"xmax\": 1010.0, \"ymax\": 1082.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1097.0, \"ymin\": 1024.0, \"xmax\": 1136.0, \"ymax\": 1082.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1161.0, \"ymin\": 959.0, \"xmax\": 1195.0, \"ymax\": 1017.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1044.0, \"ymin\": 871.0, \"xmax\": 1086.0, \"ymax\": 936.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1164.0, \"ymin\": 893.0, \"xmax\": 1202.0, \"ymax\": 948.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1030.0, \"ymin\": 1023.0, \"xmax\": 1074.0, \"ymax\": 1084.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 970.0, \"ymin\": 861.0, \"xmax\": 1019.0, \"ymax\": 926.0}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 1155.0, \"ymin\": 1027.0, \"xmax\": 1189.0, \"ymax\": 1082.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1919.0, \"ymin\": 993.0, \"xmax\": 1939.0, \"ymax\": 1042.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 62.0, \"ymin\": 762.0, \"xmax\": 94.0, \"ymax\": 795.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 57.0, \"ymin\": 897.0, \"xmax\": 91.0, \"ymax\": 930.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 114.0, \"ymin\": 998.0, \"xmax\": 147.0, \"ymax\": 1031.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 968.0, \"ymin\": 939.0, \"xmax\": 1012.0, \"ymax\": 1005.0}, \"category\": \"p29\"}, {\"bbox\": {\"xmin\": 1102.0, \"ymin\": 951.0, \"xmax\": 1143.0, \"ymax\": 1011.0}, \"category\": \"p29\"}]}, \"44437\": {\"path\": \"train/44437.jpg\", \"id\": 44437, \"objects\": [{\"bbox\": {\"xmin\": 1437.33, \"ymin\": 964.0, \"xmax\": 1472.0, \"ymax\": 998.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 925.333, \"xmax\": 1470.6667, \"ymax\": 964.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1417.33, \"ymin\": 853.333, \"xmax\": 1444.0, \"ymax\": 878.6667}, \"category\": \"pmb\"}]}, \"17677\": {\"path\": \"other/17677.jpg\", \"id\": 17677, \"objects\": [{\"bbox\": {\"xmin\": 1390.22802734375, \"ymin\": 968.3938598632812, \"xmax\": 1408.919677734375, \"ymax\": 988.9295043945312}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1342.69677734375, \"ymin\": 969.1216430664062, \"xmax\": 1361.9677734375, \"ymax\": 989.5211791992188}, \"category\": \"p13\"}]}, \"31812\": {\"path\": \"train/31812.jpg\", \"id\": 31812, \"objects\": [{\"bbox\": {\"xmin\": 1768.0, \"ymin\": 907.0, \"xmax\": 1815.0, \"ymax\": 956.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1766.0, \"ymin\": 855.0, \"xmax\": 1814.0, \"ymax\": 905.0}, \"category\": \"pn\"}]}, \"11108\": {\"path\": \"train/11108.jpg\", \"id\": 11108, \"objects\": [{\"bbox\": {\"xmin\": 997.351, \"ymin\": 986.755, \"xmax\": 1017.2185, \"ymax\": 1009.2715}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1060.93, \"ymin\": 988.742, \"xmax\": 1080.7947000000001, \"ymax\": 1008.6093}, \"category\": \"ph2\"}, {\"bbox\": {\"xmin\": 1029.14, \"ymin\": 988.079, \"xmax\": 1049.6660000000002, \"ymax\": 1008.6093}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1092.05, \"ymin\": 990.066, \"xmax\": 1112.5828, \"ymax\": 1007.947}, \"category\": \"pbp\"}]}, \"91943\": {\"path\": \"train/91943.jpg\", \"id\": 91943, \"objects\": [{\"bbox\": {\"xmin\": 1215.34, \"ymin\": 798.295, \"xmax\": 1272.1590999999999, \"ymax\": 853.4091}, \"category\": \"pl60\"}]}, \"30746\": {\"path\": \"train/30746.jpg\", \"id\": 30746, \"objects\": [{\"bbox\": {\"xmin\": 1153.0, \"ymin\": 579.0, \"xmax\": 1261.0, \"ymax\": 680.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1263.0, \"ymin\": 583.0, \"xmax\": 1365.0, \"ymax\": 680.0}, \"category\": \"pn\"}]}, \"40578\": {\"path\": \"train/40578.jpg\", \"id\": 40578, \"objects\": [{\"bbox\": {\"xmin\": 1349.33, \"ymin\": 938.667, \"xmax\": 1386.6667, \"ymax\": 974.6667}, \"category\": \"pm30\"}]}, \"54537\": {\"path\": \"train/54537.jpg\", \"id\": 54537, \"objects\": [{\"bbox\": {\"xmin\": 1260.32, \"ymin\": 906.349, \"xmax\": 1284.1231, \"ymax\": 930.9524}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1145.24, \"ymin\": 909.524, \"xmax\": 1170.6349, \"ymax\": 934.127}, \"category\": \"i4\"}]}, \"53491\": {\"path\": \"train/53491.jpg\", \"id\": 53491, \"objects\": [{\"bbox\": {\"xmin\": 456.0, \"ymin\": 829.333, \"xmax\": 478.6667, \"ymax\": 880.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 32.0, \"ymin\": 688.0, \"xmax\": 89.33330000000001, \"ymax\": 765.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 366.667, \"ymin\": 796.0, \"xmax\": 396.0, \"ymax\": 853.3333}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 204.0, \"ymin\": 741.333, \"xmax\": 245.3333, \"ymax\": 809.3333}, \"category\": \"pl90\"}]}, \"78996\": {\"path\": \"other/78996.jpg\", \"id\": 78996, \"objects\": [{\"bbox\": {\"xmin\": 1158.54638671875, \"ymin\": 925.2979736328125, \"xmax\": 1177.8017578125, \"ymax\": 942.669677734375}, \"category\": \"pne\"}]}, \"31980\": {\"path\": \"train/31980.jpg\", \"id\": 31980, \"objects\": [{\"bbox\": {\"xmin\": 1108.8, \"ymin\": 961.6, \"xmax\": 1126.3999999999999, \"ymax\": 977.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1105.6, \"ymin\": 940.0, \"xmax\": 1127.1999999999998, \"ymax\": 960.8}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1090.4, \"ymin\": 918.4, \"xmax\": 1111.2, \"ymax\": 943.1999999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 85.6, \"ymin\": 945.6, \"xmax\": 98.39999999999999, \"ymax\": 962.4}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 84.0, \"ymin\": 968.0, \"xmax\": 97.6, \"ymax\": 984.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1109.6, \"ymin\": 991.2, \"xmax\": 1122.3999999999999, \"ymax\": 1005.6}, \"category\": \"pdd\"}]}, \"38486\": {\"path\": \"test/38486.jpg\", \"id\": 38486, \"objects\": [{\"bbox\": {\"xmin\": 609.901, \"ymin\": 539.604, \"xmax\": 646.5346999999999, \"ymax\": 644.5540000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 39.2156, \"ymin\": 149.02, \"xmax\": 196.0786, \"ymax\": 329.41200000000003}, \"category\": \"pn\"}]}, \"69296\": {\"path\": \"test/69296.jpg\", \"id\": 69296, \"objects\": [{\"bbox\": {\"xmin\": 1964.0, \"ymin\": 691.0, \"xmax\": 2029.0, \"ymax\": 766.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1835.0, \"ymin\": 886.0, \"xmax\": 1863.0, \"ymax\": 918.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1750.0, \"ymin\": 668.0, \"xmax\": 1828.0, \"ymax\": 750.0}, \"category\": \"pne\"}]}, \"47182\": {\"path\": \"other/47182.jpg\", \"id\": 47182, \"objects\": [{\"bbox\": {\"xmin\": 934.513, \"ymin\": 1072.12, \"xmax\": 950.0, \"ymax\": 1097.3451}, \"category\": \"pne\"}]}, \"25343\": {\"path\": \"train/25343.jpg\", \"id\": 25343, \"objects\": [{\"bbox\": {\"xmin\": 1905.0, \"ymin\": 774.0, \"xmax\": 1984.0, \"ymax\": 871.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1906.0, \"ymin\": 893.0, \"xmax\": 1986.0, \"ymax\": 987.0}, \"category\": \"pn\"}]}, \"57720\": {\"path\": \"train/57720.jpg\", \"id\": 57720, \"objects\": [{\"bbox\": {\"xmin\": 1897.15, \"ymin\": 750.001, \"xmax\": 1945.4427, \"ymax\": 809.6599}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1947.72, \"ymin\": 761.363, \"xmax\": 1992.6100000000001, \"ymax\": 819.8860000000001}, \"category\": \"pn\"}]}, \"73804\": {\"path\": \"test/73804.jpg\", \"id\": 73804, \"objects\": [{\"bbox\": {\"xmin\": 1349.33, \"ymin\": 954.667, \"xmax\": 1412.0, \"ymax\": 1013.3333}, \"category\": \"pl100\"}]}, \"98752\": {\"path\": \"train/98752.jpg\", \"id\": 98752, \"objects\": [{\"bbox\": {\"xmin\": 1769.05, \"ymin\": 803.968, \"xmax\": 1806.3491999999999, \"ymax\": 850.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1816.67, \"ymin\": 858.73, \"xmax\": 1846.0317, \"ymax\": 892.0635}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1846.83, \"ymin\": 865.079, \"xmax\": 1873.8094999999998, \"ymax\": 896.8254}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1646.03, \"ymin\": 796.825, \"xmax\": 1688.8889, \"ymax\": 847.619}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1892.86, \"ymin\": 901.587, \"xmax\": 1911.9047999999998, \"ymax\": 926.1905}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1892.86, \"ymin\": 928.571, \"xmax\": 1911.9047999999998, \"ymax\": 949.2063}, \"category\": \"i2r\"}]}, \"80758\": {\"path\": \"train/80758.jpg\", \"id\": 80758, \"objects\": [{\"bbox\": {\"xmin\": 782.667, \"ymin\": 732.0, \"xmax\": 845.3333, \"ymax\": 796.0}, \"category\": \"pl40\"}]}, \"4951\": {\"path\": \"train/4951.jpg\", \"id\": 4951, \"objects\": [{\"bbox\": {\"xmin\": 1981.33, \"ymin\": 656.0, \"xmax\": 2042.6667, \"ymax\": 734.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1900.0, \"ymin\": 636.0, \"xmax\": 1967.9934, \"ymax\": 717.3327}, \"category\": \"pl100\"}]}, \"41469\": {\"path\": \"train/41469.jpg\", \"id\": 41469, \"objects\": [{\"bbox\": {\"xmin\": 1296.0, \"ymin\": 905.333, \"xmax\": 1341.3333, \"ymax\": 947.9975999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1301.33, \"ymin\": 1001.33, \"xmax\": 1341.3464999999999, \"ymax\": 1040.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1298.67, \"ymin\": 953.333, \"xmax\": 1338.6667, \"ymax\": 992.0}, \"category\": \"pl90\"}]}, \"66885\": {\"path\": \"other/66885.jpg\", \"id\": 66885, \"objects\": [{\"bbox\": {\"xmin\": 1206.77, \"ymin\": 944.223, \"xmax\": 1220.3187, \"ymax\": 959.3625}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1223.11, \"ymin\": 943.825, \"xmax\": 1238.2486, \"ymax\": 958.1673000000001}, \"category\": \"pn\"}]}, \"18882\": {\"path\": \"other/18882.jpg\", \"id\": 18882, \"objects\": [{\"bbox\": {\"xmin\": 156.0, \"ymin\": 750.667, \"xmax\": 190.6667, \"ymax\": 805.3333}, \"category\": \"pl10\"}]}, \"1134\": {\"path\": \"other/1134.jpg\", \"id\": 1134, \"objects\": [{\"bbox\": {\"xmin\": 1899.21, \"ymin\": 961.111, \"xmax\": 1925.3968, \"ymax\": 986.5079}, \"category\": \"w45\"}]}, \"46459\": {\"path\": \"test/46459.jpg\", \"id\": 46459, \"objects\": [{\"bbox\": {\"xmin\": 1543.19921875, \"ymin\": 871.8139038085938, \"xmax\": 1570.139404296875, \"ymax\": 900.8700561523438}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1674.51, \"ymin\": 727.451, \"xmax\": 1731.3725, \"ymax\": 794.1176}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1413.73, \"ymin\": 700.0, \"xmax\": 1488.2353, \"ymax\": 772.549}, \"category\": \"pne\"}]}, \"20227\": {\"path\": \"train/20227.jpg\", \"id\": 20227, \"objects\": [{\"bbox\": {\"xmin\": 521.053, \"ymin\": 875.0, \"xmax\": 563.1579, \"ymax\": 921.0526}, \"category\": \"p10\"}]}, \"48382\": {\"path\": \"train/48382.jpg\", \"id\": 48382, \"objects\": [{\"bbox\": {\"xmin\": 952.0, \"ymin\": 998.0, \"xmax\": 988.0, \"ymax\": 1074.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 963.0, \"ymin\": 936.0, \"xmax\": 990.0, \"ymax\": 997.0}, \"category\": \"pl50\"}]}, \"24253\": {\"path\": \"train/24253.jpg\", \"id\": 24253, \"objects\": [{\"bbox\": {\"xmin\": 822.667, \"ymin\": 680.0, \"xmax\": 888.0, \"ymax\": 742.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 821.333, \"ymin\": 620.0, \"xmax\": 885.3333, \"ymax\": 678.6667}, \"category\": \"pm35\"}]}, \"138\": {\"path\": \"test/138.jpg\", \"id\": 138, \"objects\": [{\"bbox\": {\"xmin\": 34.6535, \"ymin\": 913.861, \"xmax\": 49.505, \"ymax\": 939.604}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 53.4653, \"ymin\": 913.861, \"xmax\": 69.3069, \"ymax\": 938.6133}, \"category\": \"pn\"}]}, \"65779\": {\"path\": \"test/65779.jpg\", \"id\": 65779, \"objects\": [{\"bbox\": {\"xmin\": 1866.67, \"ymin\": 758.667, \"xmax\": 1902.67, \"ymax\": 802.6667}, \"category\": \"pl40\"}]}, \"68248\": {\"path\": \"train/68248.jpg\", \"id\": 68248, \"objects\": [{\"bbox\": {\"xmin\": 544.737, \"ymin\": 744.737, \"xmax\": 665.789, \"ymax\": 926.316}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 535.526, \"ymin\": 573.684, \"xmax\": 696.0529999999999, \"ymax\": 748.684}, \"category\": \"w57\"}]}, \"82461\": {\"path\": \"test/82461.jpg\", \"id\": 82461, \"objects\": [{\"bbox\": {\"xmin\": 1314.11328125, \"ymin\": 974.72412109375, \"xmax\": 1341.38916015625, \"ymax\": 997.3927001953125}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1416.0, \"ymin\": 980.0, \"xmax\": 1450.67, \"ymax\": 1014.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 720.0, \"ymin\": 929.333, \"xmax\": 762.6667, \"ymax\": 966.6667}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1194.67, \"ymin\": 938.667, \"xmax\": 1238.6667, \"ymax\": 976.0}, \"category\": \"w57\"}]}, \"46969\": {\"path\": \"train/46969.jpg\", \"id\": 46969, \"objects\": [{\"bbox\": {\"xmin\": 14.4737, \"ymin\": 998.684, \"xmax\": 40.7895, \"ymax\": 1038.1577}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1114.47, \"ymin\": 847.368, \"xmax\": 1153.9452, \"ymax\": 884.2105}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1156.58, \"ymin\": 847.368, \"xmax\": 1197.3643, \"ymax\": 884.2105}, \"category\": \"w57\"}]}, \"4300\": {\"path\": \"train/4300.jpg\", \"id\": 4300, \"objects\": [{\"bbox\": {\"xmin\": 1802.65, \"ymin\": 860.265, \"xmax\": 1833.1126000000002, \"ymax\": 896.0317}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1658.28, \"ymin\": 849.669, \"xmax\": 1692.7151999999999, \"ymax\": 890.7284999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1508.61, \"ymin\": 910.596, \"xmax\": 1530.4635999999998, \"ymax\": 933.7748}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1476.82, \"ymin\": 911.921, \"xmax\": 1502.649, \"ymax\": 935.0993000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1535.1, \"ymin\": 911.258, \"xmax\": 1558.9404, \"ymax\": 938.4106}, \"category\": \"pn\"}]}, \"97150\": {\"path\": \"train/97150.jpg\", \"id\": 97150, \"objects\": [{\"bbox\": {\"xmin\": 1815.0, \"ymin\": 809.0, \"xmax\": 1959.0, \"ymax\": 988.0}, \"category\": \"pl100\"}]}, \"5468\": {\"path\": \"test/5468.jpg\", \"id\": 5468, \"objects\": [{\"bbox\": {\"xmin\": 641.4052734375, \"ymin\": 925.9164428710938, \"xmax\": 680.7977294921875, \"ymax\": 967.3164672851562}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1369.33, \"ymin\": 905.333, \"xmax\": 1441.3333, \"ymax\": 977.3333}, \"category\": \"pl5\"}]}, \"11244\": {\"path\": \"other/11244.jpg\", \"id\": 11244, \"objects\": [{\"bbox\": {\"xmin\": 754.667, \"ymin\": 786.667, \"xmax\": 806.6667, \"ymax\": 836.0}, \"category\": \"pl35\"}]}, \"56054\": {\"path\": \"test/56054.jpg\", \"id\": 56054, \"objects\": [{\"bbox\": {\"xmin\": 133.663, \"ymin\": 970.297, \"xmax\": 154.4554, \"ymax\": 996.0396000000001}, \"category\": \"ip\"}]}, \"73838\": {\"path\": \"test/73838.jpg\", \"id\": 73838, \"objects\": [{\"bbox\": {\"xmin\": 1212.0, \"ymin\": 473.0, \"xmax\": 1319.0, \"ymax\": 573.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 466.0, \"xmax\": 1203.0, \"ymax\": 566.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 976.0, \"ymin\": 461.0, \"xmax\": 1097.0, \"ymax\": 562.0}, \"category\": \"w57\"}]}, \"640\": {\"path\": \"test/640.jpg\", \"id\": 640, \"objects\": [{\"bbox\": {\"xmin\": 1832.92041015625, \"ymin\": 1066.5567626953125, \"xmax\": 1879.183837890625, \"ymax\": 1117.1243896484375}, \"category\": \"pc\"}, {\"bbox\": {\"xmin\": 1902.97, \"ymin\": 919.802, \"xmax\": 1943.5648, \"ymax\": 987.128}, \"category\": \"pne\"}]}, \"58894\": {\"path\": \"test/58894.jpg\", \"id\": 58894, \"objects\": [{\"bbox\": {\"xmin\": 1900.66, \"ymin\": 833.113, \"xmax\": 2007.9440000000002, \"ymax\": 951.6560000000001}, \"category\": \"pn\"}]}, \"18994\": {\"path\": \"other/18994.jpg\", \"id\": 18994, \"objects\": [{\"bbox\": {\"xmin\": 1832.0, \"ymin\": 796.0, \"xmax\": 1986.0, \"ymax\": 960.0}, \"category\": \"pr30\"}]}, \"61396\": {\"path\": \"test/61396.jpg\", \"id\": 61396, \"objects\": [{\"bbox\": {\"xmin\": 1282.67, \"ymin\": 945.333, \"xmax\": 1309.3333, \"ymax\": 974.6667}, \"category\": \"pl30\"}]}, \"76290\": {\"path\": \"train/76290.jpg\", \"id\": 76290, \"objects\": [{\"bbox\": {\"xmin\": 437.333, \"ymin\": 929.333, \"xmax\": 486.66670000000005, \"ymax\": 981.3333}, \"category\": \"pl20\"}]}, \"45936\": {\"path\": \"train/45936.jpg\", \"id\": 45936, \"objects\": [{\"bbox\": {\"xmin\": 816.0, \"ymin\": 830.667, \"xmax\": 858.6667, \"ymax\": 874.6667}, \"category\": \"pl40\"}]}, \"97519\": {\"path\": \"train/97519.jpg\", \"id\": 97519, \"objects\": [{\"bbox\": {\"xmin\": 1526.67, \"ymin\": 729.333, \"xmax\": 1596.0033, \"ymax\": 803.9997}, \"category\": \"pl80\"}]}, \"97021\": {\"path\": \"train/97021.jpg\", \"id\": 97021, \"objects\": [{\"bbox\": {\"xmin\": 1167.67, \"ymin\": 951.243, \"xmax\": 1185.0796, \"ymax\": 968.6562}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1121.39, \"ymin\": 949.254, \"xmax\": 1139.8055000000002, \"ymax\": 968.1592}, \"category\": \"pne\"}]}, \"89304\": {\"path\": \"test/89304.jpg\", \"id\": 89304, \"objects\": [{\"bbox\": {\"xmin\": 1292.0, \"ymin\": 993.333, \"xmax\": 1353.3333, \"ymax\": 1052.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1754.67, \"ymin\": 857.333, \"xmax\": 1794.6667, \"ymax\": 896.0002999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1293.33, \"ymin\": 822.667, \"xmax\": 1357.3333, \"ymax\": 884.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1757.33, \"ymin\": 898.667, \"xmax\": 1796.0, \"ymax\": 936.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1756.0, \"ymin\": 936.0, \"xmax\": 1796.0, \"ymax\": 977.3336}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1834.67, \"ymin\": 981.333, \"xmax\": 1854.6667, \"ymax\": 1013.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1756.0, \"ymin\": 976.0, \"xmax\": 1796.0, \"ymax\": 1020.0}, \"category\": \"pbp\"}]}, \"16392\": {\"path\": \"train/16392.jpg\", \"id\": 16392, \"objects\": [{\"bbox\": {\"xmin\": 1744.85, \"ymin\": 992.691, \"xmax\": 1760.4629, \"ymax\": 1009.3019}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 973.754, \"ymin\": 989.369, \"xmax\": 984.7176000000001, \"ymax\": 1000.0005}, \"category\": \"pne\"}]}, \"29303\": {\"path\": \"other/29303.jpg\", \"id\": 29303, \"objects\": [{\"bbox\": {\"xmin\": 1649.0, \"ymin\": 906.0, \"xmax\": 1770.0, \"ymax\": 1038.0}, \"category\": \"pl110\"}]}, \"49288\": {\"path\": \"test/49288.jpg\", \"id\": 49288, \"objects\": [{\"bbox\": {\"xmin\": 677.333, \"ymin\": 914.667, \"xmax\": 738.6667, \"ymax\": 977.3336}, \"category\": \"p5\"}]}, \"96327\": {\"path\": \"train/96327.jpg\", \"id\": 96327, \"objects\": [{\"bbox\": {\"xmin\": 526.316, \"ymin\": 1017.11, \"xmax\": 550.0, \"ymax\": 1039.4737}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 523.684, \"ymin\": 980.263, \"xmax\": 553.9474, \"ymax\": 1009.2114}, \"category\": \"pl5\"}]}, \"66284\": {\"path\": \"train/66284.jpg\", \"id\": 66284, \"objects\": [{\"bbox\": {\"xmin\": 36.8159, \"ymin\": 1112.44, \"xmax\": 53.731300000000005, \"ymax\": 1133.3359}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 55.2239, \"ymin\": 1110.94, \"xmax\": 72.1393, \"ymax\": 1132.3333}, \"category\": \"pn\"}]}, \"10013\": {\"path\": \"other/10013.jpg\", \"id\": 10013, \"objects\": [{\"bbox\": {\"xmin\": 394.7855529785156, \"ymin\": 1335.2557373046875, \"xmax\": 416.0282897949219, \"ymax\": 1360.1549072265625}, \"category\": \"pl30\"}]}, \"34665\": {\"path\": \"test/34665.jpg\", \"id\": 34665, \"objects\": [{\"bbox\": {\"xmin\": 1252.48, \"ymin\": 925.743, \"xmax\": 1269.3069, \"ymax\": 947.5248}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1177.23, \"ymin\": 924.752, \"xmax\": 1196.0396, \"ymax\": 945.5446}, \"category\": \"pne\"}]}, \"92480\": {\"path\": \"train/92480.jpg\", \"id\": 92480, \"objects\": [{\"bbox\": {\"xmin\": 1161.11, \"ymin\": 841.27, \"xmax\": 1200.0, \"ymax\": 881.746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1309.52, \"ymin\": 943.651, \"xmax\": 1347.619, \"ymax\": 976.1904999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1308.64, \"ymin\": 991.664, \"xmax\": 1347.5327000000002, \"ymax\": 1029.2035}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1310.32, \"ymin\": 886.508, \"xmax\": 1347.619, \"ymax\": 924.6032}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1116.67, \"ymin\": 838.095, \"xmax\": 1158.7302, \"ymax\": 880.1587000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1203.97, \"ymin\": 839.683, \"xmax\": 1242.0635, \"ymax\": 880.9524}, \"category\": \"pn\"}]}, \"31443\": {\"path\": \"other/31443.jpg\", \"id\": 31443, \"objects\": [{\"bbox\": {\"xmin\": 819.217041015625, \"ymin\": 944.2085571289062, \"xmax\": 836.374267578125, \"ymax\": 964.4496459960938}, \"category\": \"p5\"}]}, \"90080\": {\"path\": \"train/90080.jpg\", \"id\": 90080, \"objects\": [{\"bbox\": {\"xmin\": 154.455, \"ymin\": 937.624, \"xmax\": 184.1584, \"ymax\": 975.2475000000001}, \"category\": \"p26\"}]}, \"996\": {\"path\": \"other/996.jpg\", \"id\": 996, \"objects\": [{\"bbox\": {\"xmin\": 1522.1419677734375, \"ymin\": 1075.6759033203125, \"xmax\": 1551.8311767578125, \"ymax\": 1104.8153076171875}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1407.116943359375, \"ymin\": 1076.145751953125, \"xmax\": 1439.064208984375, \"ymax\": 1105.655517578125}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1254.1180419921875, \"ymin\": 1038.17431640625, \"xmax\": 1273.9029541015625, \"ymax\": 1055.544677734375}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1274.8046875, \"ymin\": 1037.0341796875, \"xmax\": 1295.42822265625, \"ymax\": 1058.27685546875}, \"category\": \"pn\"}]}, \"84902\": {\"path\": \"other/84902.jpg\", \"id\": 84902, \"objects\": [{\"bbox\": {\"xmin\": 1157.0, \"ymin\": 657.0, \"xmax\": 1227.0, \"ymax\": 722.0}, \"category\": \"w3\"}]}, \"67709\": {\"path\": \"test/67709.jpg\", \"id\": 67709, \"objects\": [{\"bbox\": {\"xmin\": 1408.91, \"ymin\": 866.337, \"xmax\": 1440.5941, \"ymax\": 900.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 162.376, \"ymin\": 797.03, \"xmax\": 188.1188, \"ymax\": 841.5842}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1656.44, \"ymin\": 890.099, \"xmax\": 1674.2574, \"ymax\": 913.8614}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 186.139, \"ymin\": 803.96, \"xmax\": 211.8812, \"ymax\": 845.5439}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1681.19, \"ymin\": 891.089, \"xmax\": 1700.0, \"ymax\": 914.8515000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1314.85, \"ymin\": 863.366, \"xmax\": 1346.5347, \"ymax\": 896.0396}, \"category\": \"pne\"}]}, \"27371\": {\"path\": \"train/27371.jpg\", \"id\": 27371, \"objects\": [{\"bbox\": {\"xmin\": 985.333, \"ymin\": 901.333, \"xmax\": 1004.0, \"ymax\": 918.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1102.0, \"ymin\": 898.0, \"xmax\": 1120.6667, \"ymax\": 915.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1044.67, \"ymin\": 898.667, \"xmax\": 1061.3333, \"ymax\": 916.6667}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 965.333, \"ymin\": 882.0, \"xmax\": 982.0, \"ymax\": 899.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 984.667, \"ymin\": 881.333, \"xmax\": 1003.3333, \"ymax\": 898.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1022.67, \"ymin\": 899.333, \"xmax\": 1042.6667, \"ymax\": 917.3333}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 965.333, \"ymin\": 901.333, \"xmax\": 983.3333, \"ymax\": 918.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1080.67, \"ymin\": 898.667, \"xmax\": 1099.3333, \"ymax\": 917.3333}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1148.0, \"ymin\": 897.333, \"xmax\": 1166.6667, \"ymax\": 914.0}, \"category\": \"pne\"}]}, \"1931\": {\"path\": \"other/1931.jpg\", \"id\": 1931, \"objects\": [{\"bbox\": {\"xmin\": 1038.05, \"ymin\": 938.053, \"xmax\": 1061.9468, \"ymax\": 965.4877}, \"category\": \"ph2.8\"}]}, \"46232\": {\"path\": \"test/46232.jpg\", \"id\": 46232, \"objects\": [{\"bbox\": {\"xmin\": 1898.0, \"ymin\": 1002.0, \"xmax\": 1948.0, \"ymax\": 1051.0}, \"category\": \"w59\"}]}, \"48292\": {\"path\": \"train/48292.jpg\", \"id\": 48292, \"objects\": [{\"bbox\": {\"xmin\": 1845.0, \"ymin\": 936.0, \"xmax\": 1867.0, \"ymax\": 963.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 108.0, \"ymin\": 884.0, \"xmax\": 135.0, \"ymax\": 917.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 107.0, \"ymin\": 821.0, \"xmax\": 131.0, \"ymax\": 852.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1758.0, \"ymin\": 731.0, \"xmax\": 1788.0, \"ymax\": 786.0}, \"category\": \"ph4.5\"}]}, \"14157\": {\"path\": \"test/14157.jpg\", \"id\": 14157, \"objects\": [{\"bbox\": {\"xmin\": 909.523, \"ymin\": 965.869, \"xmax\": 955.5556, \"ymax\": 1006.349}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1603.96, \"ymin\": 974.603, \"xmax\": 1641.2662, \"ymax\": 1011.9047999999999}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1950.8, \"ymin\": 986.508, \"xmax\": 1980.956, \"ymax\": 1015.873}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 469.048, \"ymin\": 969.048, \"xmax\": 497.6188, \"ymax\": 1001.5873}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 630.953, \"ymin\": 950.793, \"xmax\": 676.1908, \"ymax\": 1000.7933}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 911.905, \"ymin\": 922.222, \"xmax\": 953.9683, \"ymax\": 963.4920999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1153.97, \"ymin\": 970.635, \"xmax\": 1196.0317, \"ymax\": 1013.4920999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1380.16, \"ymin\": 969.047, \"xmax\": 1417.4576000000002, \"ymax\": 1010.3171}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1602.38, \"ymin\": 934.127, \"xmax\": 1639.6749000000002, \"ymax\": 972.2224}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1788.89, \"ymin\": 980.952, \"xmax\": 1822.2259000000001, \"ymax\": 1017.46}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1950.33, \"ymin\": 949.669, \"xmax\": 1979.4714999999999, \"ymax\": 981.457}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 910.318, \"ymin\": 1007.94, \"xmax\": 956.3497, \"ymax\": 1052.3846}, \"category\": \"pw3.2\"}, {\"bbox\": {\"xmin\": 1952.38, \"ymin\": 1017.47, \"xmax\": 1981.7487, \"ymax\": 1046.8337000000001}, \"category\": \"pw4\"}]}, \"33783\": {\"path\": \"train/33783.jpg\", \"id\": 33783, \"objects\": [{\"bbox\": {\"xmin\": 1955.0, \"ymin\": 981.0, \"xmax\": 2035.0, \"ymax\": 1062.0}, \"category\": \"pl30\"}]}, \"35530\": {\"path\": \"train/35530.jpg\", \"id\": 35530, \"objects\": [{\"bbox\": {\"xmin\": 354.762, \"ymin\": 815.873, \"xmax\": 394.4444, \"ymax\": 861.1111000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 26.1905, \"ymin\": 869.048, \"xmax\": 49.2063, \"ymax\": 907.9365}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 644.444, \"ymin\": 911.111, \"xmax\": 663.4920999999999, \"ymax\": 934.9206}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 619.048, \"ymin\": 912.698, \"xmax\": 640.4762, \"ymax\": 938.0952}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 665.079, \"ymin\": 911.111, \"xmax\": 687.3016, \"ymax\": 935.7143}, \"category\": \"pn\"}]}, \"32399\": {\"path\": \"train/32399.jpg\", \"id\": 32399, \"objects\": [{\"bbox\": {\"xmin\": 727.0, \"ymin\": 888.0, \"xmax\": 783.0, \"ymax\": 943.0}, \"category\": \"ip\"}]}, \"97597\": {\"path\": \"test/97597.jpg\", \"id\": 97597, \"objects\": [{\"bbox\": {\"xmin\": 419.841, \"ymin\": 884.127, \"xmax\": 442.8571, \"ymax\": 908.7302}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 346.032, \"ymin\": 888.095, \"xmax\": 365.07939999999996, \"ymax\": 912.6984}, \"category\": \"i4\"}]}, \"28772\": {\"path\": \"train/28772.jpg\", \"id\": 28772, \"objects\": [{\"bbox\": {\"xmin\": 20.0, \"ymin\": 936.0, \"xmax\": 58.6667, \"ymax\": 982.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 456.0, \"ymin\": 786.667, \"xmax\": 498.6667, \"ymax\": 826.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 5.33333, \"ymin\": 814.667, \"xmax\": 35.99983, \"ymax\": 851.9988000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 653.333, \"ymin\": 924.0, \"xmax\": 693.3333, \"ymax\": 962.6664}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 656.0, \"ymin\": 962.667, \"xmax\": 693.3333, \"ymax\": 996.0}, \"category\": \"i2r\"}]}, \"27136\": {\"path\": \"train/27136.jpg\", \"id\": 27136, \"objects\": [{\"bbox\": {\"xmin\": 1425.0, \"ymin\": 1070.0, \"xmax\": 1443.0, \"ymax\": 1090.0}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1722.0, \"ymin\": 1049.0, \"xmax\": 1896.0, \"ymax\": 1238.0}, \"category\": \"p19\"}]}, \"75954\": {\"path\": \"train/75954.jpg\", \"id\": 75954, \"objects\": [{\"bbox\": {\"xmin\": 965.333, \"ymin\": 1002.67, \"xmax\": 988.0, \"ymax\": 1026.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 964.0, \"ymin\": 982.667, \"xmax\": 988.0, \"ymax\": 1005.3333}, \"category\": \"pl30\"}]}, \"6404\": {\"path\": \"train/6404.jpg\", \"id\": 6404, \"objects\": [{\"bbox\": {\"xmin\": 203.0, \"ymin\": 999.0, \"xmax\": 221.0, \"ymax\": 1019.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 203.0, \"ymin\": 1022.0, \"xmax\": 221.0, \"ymax\": 1042.0}, \"category\": \"pn\"}]}, \"19339\": {\"path\": \"test/19339.jpg\", \"id\": 19339, \"objects\": [{\"bbox\": {\"xmin\": 1822.4, \"ymin\": 326.4, \"xmax\": 1959.241, \"ymax\": 481.822}, \"category\": \"ph4\"}]}, \"12074\": {\"path\": \"train/12074.jpg\", \"id\": 12074, \"objects\": [{\"bbox\": {\"xmin\": 754.762, \"ymin\": 347.619, \"xmax\": 892.0629999999999, \"ymax\": 461.11100000000005}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 747.619, \"ymin\": 210.317, \"xmax\": 890.476, \"ymax\": 310.317}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 920.635, \"ymin\": 335.714, \"xmax\": 1061.1109999999999, \"ymax\": 450.794}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1090.48, \"ymin\": 195.238, \"xmax\": 1234.921, \"ymax\": 296.032}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 918.254, \"ymin\": 197.619, \"xmax\": 1061.111, \"ymax\": 296.0311}, \"category\": \"p29\"}, {\"bbox\": {\"xmin\": 1092.06, \"ymin\": 332.54, \"xmax\": 1234.92, \"ymax\": 447.619}, \"category\": \"pcd\"}]}, \"78691\": {\"path\": \"train/78691.jpg\", \"id\": 78691, \"objects\": [{\"bbox\": {\"xmin\": 306.579, \"ymin\": 1019.74, \"xmax\": 351.3158, \"ymax\": 1078.9474}, \"category\": \"pn\"}]}, \"80761\": {\"path\": \"train/80761.jpg\", \"id\": 80761, \"objects\": [{\"bbox\": {\"xmin\": 1948.0, \"ymin\": 789.333, \"xmax\": 2017.3333, \"ymax\": 890.6669999999999}, \"category\": \"pl40\"}]}, \"30447\": {\"path\": \"train/30447.jpg\", \"id\": 30447, \"objects\": [{\"bbox\": {\"xmin\": 1463.0, \"ymin\": 875.0, \"xmax\": 1499.0, \"ymax\": 907.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1465.0, \"ymin\": 914.0, \"xmax\": 1500.0, \"ymax\": 950.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1468.0, \"ymin\": 955.0, \"xmax\": 1501.0, \"ymax\": 991.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1426.0, \"ymin\": 875.0, \"xmax\": 1459.0, \"ymax\": 906.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1428.0, \"ymin\": 915.0, \"xmax\": 1460.0, \"ymax\": 949.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1429.0, \"ymin\": 956.0, \"xmax\": 1464.0, \"ymax\": 990.0}, \"category\": \"pl80\"}]}, \"27983\": {\"path\": \"test/27983.jpg\", \"id\": 27983, \"objects\": [{\"bbox\": {\"xmin\": 278.667, \"ymin\": 868.0, \"xmax\": 332.0, \"ymax\": 953.3333}, \"category\": \"pn\"}]}, \"39663\": {\"path\": \"test/39663.jpg\", \"id\": 39663, \"objects\": [{\"bbox\": {\"xmin\": 1048.26, \"ymin\": 897.512, \"xmax\": 1078.1118999999999, \"ymax\": 926.3680999999999}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1084.57, \"ymin\": 898.507, \"xmax\": 1112.9329, \"ymax\": 926.3682}, \"category\": \"w57\"}]}, \"31421\": {\"path\": \"test/31421.jpg\", \"id\": 31421, \"objects\": [{\"bbox\": {\"xmin\": 1565.08, \"ymin\": 850.0, \"xmax\": 1599.2062999999998, \"ymax\": 885.7143}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1603.17, \"ymin\": 852.381, \"xmax\": 1635.7143, \"ymax\": 889.6825}, \"category\": \"pn\"}]}, \"56263\": {\"path\": \"test/56263.jpg\", \"id\": 56263, \"objects\": [{\"bbox\": {\"xmin\": 511.2, \"ymin\": 940.8, \"xmax\": 544.8, \"ymax\": 979.1999999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 508.0, \"ymin\": 903.2, \"xmax\": 545.6, \"ymax\": 939.2}, \"category\": \"w24\"}]}, \"87799\": {\"path\": \"test/87799.jpg\", \"id\": 87799, \"objects\": [{\"bbox\": {\"xmin\": 1620.0, \"ymin\": 802.667, \"xmax\": 1745.333, \"ymax\": 941.3330000000001}, \"category\": \"pl100\"}]}, \"8949\": {\"path\": \"other/8949.jpg\", \"id\": 8949, \"objects\": [{\"bbox\": {\"xmin\": 603.482, \"ymin\": 988.06, \"xmax\": 627.3627, \"ymax\": 1016.4178999999999}, \"category\": \"pm10\"}]}, \"87349\": {\"path\": \"test/87349.jpg\", \"id\": 87349, \"objects\": [{\"bbox\": {\"xmin\": 1270.0, \"ymin\": 878.0, \"xmax\": 1325.0, \"ymax\": 934.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1268.0, \"ymin\": 817.0, \"xmax\": 1326.0, \"ymax\": 875.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1269.0, \"ymin\": 963.0, \"xmax\": 1297.0, \"ymax\": 994.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1303.0, \"ymin\": 962.0, \"xmax\": 1331.0, \"ymax\": 993.0}, \"category\": \"i2r\"}]}, \"34129\": {\"path\": \"train/34129.jpg\", \"id\": 34129, \"objects\": [{\"bbox\": {\"xmin\": 847.8143920898438, \"ymin\": 1036.0677490234375, \"xmax\": 867.3311157226562, \"ymax\": 1056.7125244140625}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 1611.0, \"ymin\": 1023.0, \"xmax\": 1636.0, \"ymax\": 1053.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 262.0, \"ymin\": 768.0, \"xmax\": 317.0, \"ymax\": 829.0}, \"category\": \"pcl\"}]}, \"85003\": {\"path\": \"train/85003.jpg\", \"id\": 85003, \"objects\": [{\"bbox\": {\"xmin\": 1629.7, \"ymin\": 982.179, \"xmax\": 1678.218, \"ymax\": 1037.6241}, \"category\": \"pl30\"}]}, \"27197\": {\"path\": \"train/27197.jpg\", \"id\": 27197, \"objects\": [{\"bbox\": {\"xmin\": 155.263, \"ymin\": 786.842, \"xmax\": 213.1579, \"ymax\": 847.3684}, \"category\": \"ph4.5\"}]}, \"45295\": {\"path\": \"other/45295.jpg\", \"id\": 45295, \"objects\": [{\"bbox\": {\"xmin\": 1157.26, \"ymin\": 988.319, \"xmax\": 1167.5164, \"ymax\": 997.7207999999999}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1205.98, \"ymin\": 940.171, \"xmax\": 1219.0879, \"ymax\": 953.2764000000001}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1090.03, \"ymin\": 982.906, \"xmax\": 1103.9882, \"ymax\": 996.2962}, \"category\": \"w59\"}]}, \"55694\": {\"path\": \"train/55694.jpg\", \"id\": 55694, \"objects\": [{\"bbox\": {\"xmin\": 359.406, \"ymin\": 815.842, \"xmax\": 376.2376, \"ymax\": 861.3860999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 379.208, \"ymin\": 824.752, \"xmax\": 400.99010000000004, \"ymax\": 866.3366}, \"category\": \"pn\"}]}, \"93189\": {\"path\": \"train/93189.jpg\", \"id\": 93189, \"objects\": [{\"bbox\": {\"xmin\": 89.1089, \"ymin\": 954.455, \"xmax\": 102.97030000000001, \"ymax\": 974.2574000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 44.5545, \"ymin\": 951.485, \"xmax\": 61.3861, \"ymax\": 971.2871}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 905.941, \"ymin\": 951.485, \"xmax\": 921.7822, \"ymax\": 968.3168000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1960.4, \"ymin\": 871.287, \"xmax\": 1983.1683, \"ymax\": 904.9505}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 839.606, \"ymin\": 952.474, \"xmax\": 860.3957, \"ymax\": 972.2766}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1890.1, \"ymin\": 878.218, \"xmax\": 1910.8910999999998, \"ymax\": 907.9208}, \"category\": \"pne\"}]}, \"31665\": {\"path\": \"train/31665.jpg\", \"id\": 31665, \"objects\": [{\"bbox\": {\"xmin\": 1696.03, \"ymin\": 1022.52, \"xmax\": 1719.8688, \"ymax\": 1045.0330999999999}, \"category\": \"p5\"}]}, \"63086\": {\"path\": \"train/63086.jpg\", \"id\": 63086, \"objects\": [{\"bbox\": {\"xmin\": 1687.05, \"ymin\": 585.325, \"xmax\": 1773.2782, \"ymax\": 679.725}, \"category\": \"pm15\"}, {\"bbox\": {\"xmin\": 1449.97, \"ymin\": 541.786, \"xmax\": 1576.007, \"ymax\": 678.4749999999999}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1576.43, \"ymin\": 564.0, \"xmax\": 1687.538, \"ymax\": 683.502}, \"category\": \"p1n\"}]}, \"97518\": {\"path\": \"train/97518.jpg\", \"id\": 97518, \"objects\": [{\"bbox\": {\"xmin\": 1524.0, \"ymin\": 516.0, \"xmax\": 1653.0, \"ymax\": 736.0}, \"category\": \"pl40\"}]}, \"23981\": {\"path\": \"other/23981.jpg\", \"id\": 23981, \"objects\": [{\"bbox\": {\"xmin\": 692.908203125, \"ymin\": 1441.240966796875, \"xmax\": 736.65576171875, \"ymax\": 1483.232177734375}, \"category\": \"pne\"}]}, \"6405\": {\"path\": \"train/6405.jpg\", \"id\": 6405, \"objects\": [{\"bbox\": {\"xmin\": 1893.07, \"ymin\": 843.564, \"xmax\": 1919.802, \"ymax\": 882.1782}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1923.76, \"ymin\": 846.535, \"xmax\": 1953.4653, \"ymax\": 882.1782}, \"category\": \"pn\"}]}, \"66519\": {\"path\": \"train/66519.jpg\", \"id\": 66519, \"objects\": [{\"bbox\": {\"xmin\": 1664.0, \"ymin\": 0.0, \"xmax\": 1892.0, \"ymax\": 120.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 16.0, \"ymin\": 24.0, \"xmax\": 212.0, \"ymax\": 196.0}, \"category\": \"il80\"}]}, \"32646\": {\"path\": \"train/32646.jpg\", \"id\": 32646, \"objects\": [{\"bbox\": {\"xmin\": 122.667, \"ymin\": 1005.33, \"xmax\": 152.0, \"ymax\": 1053.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 120.0, \"ymin\": 958.667, \"xmax\": 156.0, \"ymax\": 1005.3333}, \"category\": \"pl5\"}]}, \"81412\": {\"path\": \"test/81412.jpg\", \"id\": 81412, \"objects\": [{\"bbox\": {\"xmin\": 1427.0, \"ymin\": 967.0, \"xmax\": 1467.0, \"ymax\": 1006.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1426.0, \"ymin\": 1009.0, \"xmax\": 1468.0, \"ymax\": 1051.0}, \"category\": \"pn\"}]}, \"78430\": {\"path\": \"train/78430.jpg\", \"id\": 78430, \"objects\": [{\"bbox\": {\"xmin\": 1650.0, \"ymin\": 1018.42, \"xmax\": 1666.3366, \"ymax\": 1036.8420999999998}, \"category\": \"p11\"}]}, \"13006\": {\"path\": \"train/13006.jpg\", \"id\": 13006, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 938.411, \"xmax\": 1217.8808, \"ymax\": 959.6025999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1176.16, \"ymin\": 937.086, \"xmax\": 1195.3642, \"ymax\": 960.2649}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1223.18, \"ymin\": 940.397, \"xmax\": 1239.7351, \"ymax\": 958.9404000000001}, \"category\": \"pn\"}]}, \"66556\": {\"path\": \"other/66556.jpg\", \"id\": 66556, \"objects\": [{\"bbox\": {\"xmin\": 758.416, \"ymin\": 971.287, \"xmax\": 777.2277, \"ymax\": 996.0396000000001}, \"category\": \"p14\"}]}, \"78565\": {\"path\": \"train/78565.jpg\", \"id\": 78565, \"objects\": [{\"bbox\": {\"xmin\": 1325.0, \"ymin\": 1153.95, \"xmax\": 1388.1553, \"ymax\": 1252.6316000000002}, \"category\": \"w32\"}]}, \"79126\": {\"path\": \"test/79126.jpg\", \"id\": 79126, \"objects\": [{\"bbox\": {\"xmin\": 773.267, \"ymin\": 894.059, \"xmax\": 803.9604, \"ymax\": 925.7425999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1130.69, \"ymin\": 927.723, \"xmax\": 1150.4950000000001, \"ymax\": 952.4752}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1085.15, \"ymin\": 927.723, \"xmax\": 1106.9307000000001, \"ymax\": 950.4947999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1108.91, \"ymin\": 927.723, \"xmax\": 1127.7228, \"ymax\": 951.4851}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 656.436, \"ymin\": 896.04, \"xmax\": 685.1485, \"ymax\": 924.7524999999999}, \"category\": \"pne\"}]}, \"26672\": {\"path\": \"test/26672.jpg\", \"id\": 26672, \"objects\": [{\"bbox\": {\"xmin\": 849.333, \"ymin\": 1078.67, \"xmax\": 886.6667, \"ymax\": 1136.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1478.67, \"ymin\": 897.333, \"xmax\": 1501.3333, \"ymax\": 920.0}, \"category\": \"pl40\"}]}, \"971\": {\"path\": \"other/971.jpg\", \"id\": 971, \"objects\": [{\"bbox\": {\"xmin\": 1631.2, \"ymin\": 1012.0, \"xmax\": 1678.4, \"ymax\": 1062.4}, \"category\": \"pr50\"}]}, \"8261\": {\"path\": \"train/8261.jpg\", \"id\": 8261, \"objects\": [{\"bbox\": {\"xmin\": 1197.03, \"ymin\": 936.634, \"xmax\": 1211.8812, \"ymax\": 953.4653000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1136.63, \"ymin\": 932.673, \"xmax\": 1153.4653, \"ymax\": 951.4851}, \"category\": \"pne\"}]}, \"8796\": {\"path\": \"train/8796.jpg\", \"id\": 8796, \"objects\": [{\"bbox\": {\"xmin\": 1984.0, \"ymin\": 907.2, \"xmax\": 2006.4, \"ymax\": 945.6}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1973.6, \"ymin\": 816.0, \"xmax\": 2005.6, \"ymax\": 864.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1916.8, \"ymin\": 768.8, \"xmax\": 1946.3999999999999, \"ymax\": 818.4}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1886.4, \"ymin\": 759.2, \"xmax\": 1916.8000000000002, \"ymax\": 811.2}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1331.2, \"ymin\": 979.2, \"xmax\": 1356.8, \"ymax\": 1007.2}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1942.4, \"ymin\": 771.2, \"xmax\": 1968.8000000000002, \"ymax\": 820.8000000000001}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1176.8, \"ymin\": 987.2, \"xmax\": 1191.2, \"ymax\": 1004.8000000000001}, \"category\": \"pl60\"}]}, \"83469\": {\"path\": \"train/83469.jpg\", \"id\": 83469, \"objects\": [{\"bbox\": {\"xmin\": 1881.19, \"ymin\": 1027.72, \"xmax\": 1899.0099, \"ymax\": 1049.505}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1882.18, \"ymin\": 1008.91, \"xmax\": 1900.0, \"ymax\": 1027.7228}, \"category\": \"pl5\"}]}, \"13960\": {\"path\": \"train/13960.jpg\", \"id\": 13960, \"objects\": [{\"bbox\": {\"xmin\": 1068.65, \"ymin\": 836.816, \"xmax\": 1111.9403000000002, \"ymax\": 879.1045}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1118.41, \"ymin\": 841.792, \"xmax\": 1157.7114000000001, \"ymax\": 879.6025000000001}, \"category\": \"w57\"}]}, \"22515\": {\"path\": \"test/22515.jpg\", \"id\": 22515, \"objects\": [{\"bbox\": {\"xmin\": 473.2334899902344, \"ymin\": 1119.8963623046875, \"xmax\": 513.9456176757812, \"ymax\": 1222.3363037109375}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1000.0, \"ymin\": 424.0, \"xmax\": 1137.333, \"ymax\": 533.333}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 556.0, \"ymin\": 444.0, \"xmax\": 673.333, \"ymax\": 561.333}, \"category\": \"pl40\"}]}, \"80895\": {\"path\": \"train/80895.jpg\", \"id\": 80895, \"objects\": [{\"bbox\": {\"xmin\": 1892.16, \"ymin\": 594.118, \"xmax\": 1978.4314000000002, \"ymax\": 696.0780000000001}, \"category\": \"pne\"}]}, \"5822\": {\"path\": \"train/5822.jpg\", \"id\": 5822, \"objects\": [{\"bbox\": {\"xmin\": 1645.0, \"ymin\": 684.0, \"xmax\": 1714.0, \"ymax\": 769.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 702.0, \"ymin\": 935.0, \"xmax\": 736.0, \"ymax\": 973.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 675.0, \"xmax\": 1641.0, \"ymax\": 759.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1717.0, \"ymin\": 699.0, \"xmax\": 1783.0, \"ymax\": 781.0}, \"category\": \"pn\"}]}, \"44547\": {\"path\": \"train/44547.jpg\", \"id\": 44547, \"objects\": [{\"bbox\": {\"xmin\": 1701.1099853515625, \"ymin\": 990.3487548828125, \"xmax\": 1727.7159423828125, \"ymax\": 1017.732666015625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 100.99, \"ymin\": 982.178, \"xmax\": 128.7129, \"ymax\": 1016.8317}, \"category\": \"i2r\"}]}, \"70140\": {\"path\": \"train/70140.jpg\", \"id\": 70140, \"objects\": [{\"bbox\": {\"xmin\": 537.333, \"ymin\": 1006.67, \"xmax\": 581.3333, \"ymax\": 1049.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1630.67, \"ymin\": 878.667, \"xmax\": 1668.0, \"ymax\": 921.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1274.67, \"ymin\": 834.667, \"xmax\": 1318.6667, \"ymax\": 877.3333}, \"category\": \"pl50\"}]}, \"79643\": {\"path\": \"test/79643.jpg\", \"id\": 79643, \"objects\": [{\"bbox\": {\"xmin\": 769.333, \"ymin\": 944.0, \"xmax\": 825.3333, \"ymax\": 1005.3333}, \"category\": \"pl5\"}]}, \"38723\": {\"path\": \"test/38723.jpg\", \"id\": 38723, \"objects\": [{\"bbox\": {\"xmin\": 1362.67, \"ymin\": 873.333, \"xmax\": 1400.0, \"ymax\": 913.3333}, \"category\": \"pl60\"}]}, \"52692\": {\"path\": \"train/52692.jpg\", \"id\": 52692, \"objects\": [{\"bbox\": {\"xmin\": 1359.09, \"ymin\": 953.409, \"xmax\": 1398.8636, \"ymax\": 1011.9317}, \"category\": \"pg\"}]}, \"24313\": {\"path\": \"other/24313.jpg\", \"id\": 24313, \"objects\": [{\"bbox\": {\"xmin\": 585.714, \"ymin\": 982.54, \"xmax\": 597.619, \"ymax\": 1007.9364999999999}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 590.476, \"ymin\": 957.143, \"xmax\": 605.5556, \"ymax\": 980.9524}, \"category\": \"p17\"}]}, \"34363\": {\"path\": \"test/34363.jpg\", \"id\": 34363, \"objects\": [{\"bbox\": {\"xmin\": 1600.57, \"ymin\": 944.886, \"xmax\": 1626.7044999999998, \"ymax\": 972.7273}, \"category\": \"p5\"}]}, \"79137\": {\"path\": \"train/79137.jpg\", \"id\": 79137, \"objects\": [{\"bbox\": {\"xmin\": 538.614, \"ymin\": 846.535, \"xmax\": 555.4455, \"ymax\": 889.1089}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1946.03, \"ymin\": 920.635, \"xmax\": 1969.0475999999999, \"ymax\": 945.2381}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1726.98, \"ymin\": 913.492, \"xmax\": 1749.9954, \"ymax\": 938.8888999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1652.38, \"ymin\": 908.73, \"xmax\": 1673.0159, \"ymax\": 935.7143}, \"category\": \"pne\"}]}, \"54093\": {\"path\": \"test/54093.jpg\", \"id\": 54093, \"objects\": [{\"bbox\": {\"xmin\": 1481.33, \"ymin\": 1074.67, \"xmax\": 1509.3333, \"ymax\": 1108.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1514.67, \"ymin\": 1030.67, \"xmax\": 1546.6667, \"ymax\": 1065.3333}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1480.0, \"ymin\": 1032.0, \"xmax\": 1509.3333, \"ymax\": 1064.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1514.67, \"ymin\": 1073.33, \"xmax\": 1544.0033, \"ymax\": 1104.0}, \"category\": \"pbp\"}]}, \"13349\": {\"path\": \"train/13349.jpg\", \"id\": 13349, \"objects\": [{\"bbox\": {\"xmin\": 1376.0, \"ymin\": 981.6, \"xmax\": 1399.2, \"ymax\": 1005.6}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1198.4, \"ymin\": 984.0, \"xmax\": 1222.4, \"ymax\": 1008.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 68.0, \"ymin\": 993.6, \"xmax\": 85.6, \"ymax\": 1012.0}, \"category\": \"pn\"}]}, \"8143\": {\"path\": \"train/8143.jpg\", \"id\": 8143, \"objects\": [{\"bbox\": {\"xmin\": 64.0, \"ymin\": 952.8, \"xmax\": 119.2, \"ymax\": 1009.5999999999999}, \"category\": \"pne\"}]}, \"69969\": {\"path\": \"train/69969.jpg\", \"id\": 69969, \"objects\": [{\"bbox\": {\"xmin\": 1962.19, \"ymin\": 1084.58, \"xmax\": 1984.5746000000001, \"ymax\": 1111.4461}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1908.46, \"ymin\": 1086.07, \"xmax\": 1927.8582000000001, \"ymax\": 1108.9526999999998}, \"category\": \"pne\"}]}, \"80914\": {\"path\": \"train/80914.jpg\", \"id\": 80914, \"objects\": [{\"bbox\": {\"xmin\": 761.386, \"ymin\": 875.248, \"xmax\": 793.0693, \"ymax\": 906.9307}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1153.47, \"ymin\": 910.891, \"xmax\": 1177.2278000000001, \"ymax\": 936.6338}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1096.04, \"ymin\": 907.921, \"xmax\": 1121.7821999999999, \"ymax\": 936.6337000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1123.76, \"ymin\": 909.901, \"xmax\": 1148.5149, \"ymax\": 940.5940999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 636.634, \"ymin\": 879.208, \"xmax\": 664.3564, \"ymax\": 908.9109}, \"category\": \"pne\"}]}, \"6740\": {\"path\": \"train/6740.jpg\", \"id\": 6740, \"objects\": [{\"bbox\": {\"xmin\": 1249.8, \"ymin\": 895.246, \"xmax\": 1272.0258999999999, \"ymax\": 919.8495}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1223.02, \"ymin\": 895.238, \"xmax\": 1245.2381, \"ymax\": 919.0476000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1273.21, \"ymin\": 893.855, \"xmax\": 1300.99, \"ymax\": 920.8395}, \"category\": \"pn\"}]}, \"27692\": {\"path\": \"other/27692.jpg\", \"id\": 27692, \"objects\": [{\"bbox\": {\"xmin\": 687.001953125, \"ymin\": 1037.7122802734375, \"xmax\": 725.1629638671875, \"ymax\": 1079.2593994140625}, \"category\": \"pc\"}, {\"bbox\": {\"xmin\": 1954.3804931640625, \"ymin\": 859.7913208007812, \"xmax\": 1977.0745849609375, \"ymax\": 891.6354370117188}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1980.7701416015625, \"ymin\": 862.7229614257812, \"xmax\": 2007.6273193359375, \"ymax\": 897.4619750976562}, \"category\": \"pn\"}]}, \"53121\": {\"path\": \"train/53121.jpg\", \"id\": 53121, \"objects\": [{\"bbox\": {\"xmin\": 1714.0, \"ymin\": 860.0, \"xmax\": 1793.0, \"ymax\": 934.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1757.0, \"ymin\": 775.0, \"xmax\": 1834.0, \"ymax\": 848.0}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1803.0, \"ymin\": 858.0, \"xmax\": 1875.0, \"ymax\": 932.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 872.0, \"ymin\": 683.0, \"xmax\": 949.0, \"ymax\": 757.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1157.0, \"ymin\": 689.0, \"xmax\": 1233.0, \"ymax\": 763.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1511.0, \"ymin\": 763.0, \"xmax\": 1565.0, \"ymax\": 819.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1508.0, \"ymin\": 822.0, \"xmax\": 1565.0, \"ymax\": 878.0}, \"category\": \"i2r\"}]}, \"92253\": {\"path\": \"train/92253.jpg\", \"id\": 92253, \"objects\": [{\"bbox\": {\"xmin\": 1286.67, \"ymin\": 1014.67, \"xmax\": 1314.6667, \"ymax\": 1046.6667}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 997.333, \"ymin\": 366.667, \"xmax\": 1173.333, \"ymax\": 509.33299999999997}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1221.33, \"ymin\": 940.0, \"xmax\": 1240.0, \"ymax\": 957.3336}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1288.0, \"ymin\": 988.0, \"xmax\": 1316.0, \"ymax\": 1017.3333}, \"category\": \"pne\"}]}, \"20516\": {\"path\": \"test/20516.jpg\", \"id\": 20516, \"objects\": [{\"bbox\": {\"xmin\": 1338.0, \"ymin\": 824.0, \"xmax\": 1388.0, \"ymax\": 875.0}, \"category\": \"pm30\"}]}, \"52885\": {\"path\": \"train/52885.jpg\", \"id\": 52885, \"objects\": [{\"bbox\": {\"xmin\": 1409.33, \"ymin\": 789.333, \"xmax\": 1441.3333, \"ymax\": 825.3333}, \"category\": \"pl40\"}]}, \"37870\": {\"path\": \"train/37870.jpg\", \"id\": 37870, \"objects\": [{\"bbox\": {\"xmin\": 1581.33, \"ymin\": 972.0, \"xmax\": 1612.0, \"ymax\": 1005.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 858.667, \"ymin\": 656.0, \"xmax\": 946.6667, \"ymax\": 744.0003}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 948.0, \"ymin\": 650.667, \"xmax\": 1038.6667, \"ymax\": 733.3333}, \"category\": \"pcl\"}]}, \"27936\": {\"path\": \"other/27936.jpg\", \"id\": 27936, \"objects\": [{\"bbox\": {\"xmin\": 1308.41, \"ymin\": 968.142, \"xmax\": 1346.9027, \"ymax\": 1006.1952}, \"category\": \"w47\"}]}, \"46591\": {\"path\": \"test/46591.jpg\", \"id\": 46591, \"objects\": [{\"bbox\": {\"xmin\": 1377.33, \"ymin\": 1097.21, \"xmax\": 1390.8751, \"ymax\": 1112.7474}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1393.48, \"ymin\": 1095.29, \"xmax\": 1409.0603, \"ymax\": 1112.3093999999999}, \"category\": \"pn\"}]}, \"54019\": {\"path\": \"train/54019.jpg\", \"id\": 54019, \"objects\": [{\"bbox\": {\"xmin\": 1053.62, \"ymin\": 928.623, \"xmax\": 1071.0145, \"ymax\": 946.3768}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1073.91, \"ymin\": 927.536, \"xmax\": 1091.6667, \"ymax\": 947.4638}, \"category\": \"pn\"}]}, \"49551\": {\"path\": \"test/49551.jpg\", \"id\": 49551, \"objects\": [{\"bbox\": {\"xmin\": 462.4, \"ymin\": 948.8, \"xmax\": 503.2, \"ymax\": 988.8}, \"category\": \"i2r\"}]}, \"39033\": {\"path\": \"other/39033.jpg\", \"id\": 39033, \"objects\": [{\"bbox\": {\"xmin\": 1041.0, \"ymin\": 656.0, \"xmax\": 1109.0, \"ymax\": 720.0}, \"category\": \"pr30\"}]}, \"13435\": {\"path\": \"train/13435.jpg\", \"id\": 13435, \"objects\": [{\"bbox\": {\"xmin\": 922.517, \"ymin\": 926.49, \"xmax\": 940.3974000000001, \"ymax\": 949.6689}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1142.38, \"ymin\": 943.709, \"xmax\": 1156.9536, \"ymax\": 960.2648999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1107.95, \"ymin\": 944.371, \"xmax\": 1123.8411, \"ymax\": 960.2649}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1125.83, \"ymin\": 943.709, \"xmax\": 1139.7394, \"ymax\": 961.5894}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 844.371, \"ymin\": 929.139, \"xmax\": 863.5762, \"ymax\": 945.6954000000001}, \"category\": \"pne\"}]}, \"82505\": {\"path\": \"test/82505.jpg\", \"id\": 82505, \"objects\": [{\"bbox\": {\"xmin\": 881.188, \"ymin\": 957.426, \"xmax\": 901.9796, \"ymax\": 982.1782000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 878.218, \"ymin\": 985.149, \"xmax\": 902.9703, \"ymax\": 1007.9208}, \"category\": \"pl15\"}]}, \"22436\": {\"path\": \"test/22436.jpg\", \"id\": 22436, \"objects\": [{\"bbox\": {\"xmin\": 1582.54, \"ymin\": 895.238, \"xmax\": 1603.9683, \"ymax\": 921.4281000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1557.94, \"ymin\": 894.444, \"xmax\": 1580.9524000000001, \"ymax\": 920.6349}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1606.35, \"ymin\": 897.619, \"xmax\": 1625.3968, \"ymax\": 920.6349}, \"category\": \"pn\"}]}, \"24872\": {\"path\": \"train/24872.jpg\", \"id\": 24872, \"objects\": [{\"bbox\": {\"xmin\": 1846.03, \"ymin\": 884.921, \"xmax\": 1872.2222, \"ymax\": 915.873}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1770.63, \"ymin\": 879.365, \"xmax\": 1799.2063, \"ymax\": 911.1111}, \"category\": \"i4\"}]}, \"23753\": {\"path\": \"other/23753.jpg\", \"id\": 23753, \"objects\": [{\"bbox\": {\"xmin\": 1331.60498046875, \"ymin\": 987.99560546875, \"xmax\": 1352.852294921875, \"ymax\": 1007.33251953125}, \"category\": \"w58\"}]}, \"10202\": {\"path\": \"other/10202.jpg\", \"id\": 10202, \"objects\": [{\"bbox\": {\"xmin\": 1773.68, \"ymin\": 460.526, \"xmax\": 1909.211, \"ymax\": 609.211}, \"category\": \"p1\"}]}, \"95554\": {\"path\": \"train/95554.jpg\", \"id\": 95554, \"objects\": [{\"bbox\": {\"xmin\": 481.333, \"ymin\": 896.0, \"xmax\": 521.3333, \"ymax\": 946.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 385.333, \"ymin\": 770.667, \"xmax\": 429.3333, \"ymax\": 832.0}, \"category\": \"pne\"}]}, \"68955\": {\"path\": \"train/68955.jpg\", \"id\": 68955, \"objects\": [{\"bbox\": {\"xmin\": 1783.0, \"ymin\": 691.0, \"xmax\": 1848.0, \"ymax\": 763.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1418.0, \"ymin\": 615.0, \"xmax\": 1501.0, \"ymax\": 694.0}, \"category\": \"pl60\"}]}, \"8965\": {\"path\": \"other/8965.jpg\", \"id\": 8965, \"objects\": [{\"bbox\": {\"xmin\": 894.1014404296875, \"ymin\": 943.0969848632812, \"xmax\": 911.8834228515625, \"ymax\": 959.9762573242188}, \"category\": \"pne\"}]}, \"14119\": {\"path\": \"other/14119.jpg\", \"id\": 14119, \"objects\": [{\"bbox\": {\"xmin\": 764.0, \"ymin\": 1017.0, \"xmax\": 814.0, \"ymax\": 1067.0}, \"category\": \"w63\"}]}, \"51742\": {\"path\": \"train/51742.jpg\", \"id\": 51742, \"objects\": [{\"bbox\": {\"xmin\": 1323.02, \"ymin\": 966.667, \"xmax\": 1335.7143, \"ymax\": 982.5397}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1428.57, \"ymin\": 895.238, \"xmax\": 1455.5603999999998, \"ymax\": 925.3968000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1457.94, \"ymin\": 896.825, \"xmax\": 1486.5111000000002, \"ymax\": 925.3968000000001}, \"category\": \"pn\"}]}, \"65166\": {\"path\": \"train/65166.jpg\", \"id\": 65166, \"objects\": [{\"bbox\": {\"xmin\": 629.333, \"ymin\": 696.0, \"xmax\": 681.3333, \"ymax\": 748.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1170.67, \"ymin\": 689.333, \"xmax\": 1229.3333, \"ymax\": 744.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 801.333, \"ymin\": 690.667, \"xmax\": 858.6667, \"ymax\": 745.3333}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 982.667, \"ymin\": 686.667, \"xmax\": 1042.6667, \"ymax\": 741.3333}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 576.0, \"ymin\": 701.333, \"xmax\": 625.3333, \"ymax\": 749.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 744.0, \"ymin\": 693.333, \"xmax\": 796.0, \"ymax\": 744.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 922.667, \"ymin\": 688.0, \"xmax\": 978.6667, \"ymax\": 738.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1114.67, \"ymin\": 689.333, \"xmax\": 1168.0, \"ymax\": 741.3333}, \"category\": \"pl120\"}]}, \"42319\": {\"path\": \"train/42319.jpg\", \"id\": 42319, \"objects\": [{\"bbox\": {\"xmin\": 189.474, \"ymin\": 980.392, \"xmax\": 217.64749999999998, \"ymax\": 1011.8421000000001}, \"category\": \"pne\"}]}, \"64871\": {\"path\": \"test/64871.jpg\", \"id\": 64871, \"objects\": [{\"bbox\": {\"xmin\": 32.0, \"ymin\": 162.667, \"xmax\": 269.33299999999997, \"ymax\": 354.66700000000003}, \"category\": \"pl50\"}]}, \"38594\": {\"path\": \"train/38594.jpg\", \"id\": 38594, \"objects\": [{\"bbox\": {\"xmin\": 1876.0, \"ymin\": 876.0, \"xmax\": 1952.0, \"ymax\": 952.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1878.67, \"ymin\": 804.0, \"xmax\": 1952.0, \"ymax\": 878.6673}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1872.0, \"ymin\": 953.333, \"xmax\": 1954.6667, \"ymax\": 1022.6667}, \"category\": \"w55\"}]}, \"12118\": {\"path\": \"other/12118.jpg\", \"id\": 12118, \"objects\": [{\"bbox\": {\"xmin\": 1627.6568603515625, \"ymin\": 916.39111328125, \"xmax\": 1651.9976806640625, \"ymax\": 941.095947265625}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1546.915283203125, \"ymin\": 912.609619140625, \"xmax\": 1571.01171875, \"ymax\": 937.90234375}, \"category\": \"i4\"}]}, \"70599\": {\"path\": \"train/70599.jpg\", \"id\": 70599, \"objects\": [{\"bbox\": {\"xmin\": 1299.0, \"ymin\": 931.0, \"xmax\": 1349.0, \"ymax\": 984.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 111.0, \"ymin\": 911.0, \"xmax\": 188.0, \"ymax\": 994.0}, \"category\": \"w59\"}]}, \"2564\": {\"path\": \"train/2564.jpg\", \"id\": 2564, \"objects\": [{\"bbox\": {\"xmin\": 863.492, \"ymin\": 926.19, \"xmax\": 880.9524, \"ymax\": 946.8254000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 882.54, \"ymin\": 927.778, \"xmax\": 901.5872999999999, \"ymax\": 947.6188}, \"category\": \"pn\"}]}, \"46453\": {\"path\": \"train/46453.jpg\", \"id\": 46453, \"objects\": [{\"bbox\": {\"xmin\": 1332.0, \"ymin\": 945.333, \"xmax\": 1353.3333, \"ymax\": 969.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1406.67, \"ymin\": 973.333, \"xmax\": 1437.3333, \"ymax\": 1005.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1584.0, \"ymin\": 1033.33, \"xmax\": 1616.0, \"ymax\": 1065.3333}, \"category\": \"pne\"}]}, \"21216\": {\"path\": \"test/21216.jpg\", \"id\": 21216, \"objects\": [{\"bbox\": {\"xmin\": 245.14540100097656, \"ymin\": 1299.9061279296875, \"xmax\": 270.56304931640625, \"ymax\": 1332.4918212890625}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 243.62948608398438, \"ymin\": 1266.34912109375, \"xmax\": 271.1269226074219, \"ymax\": 1296.681884765625}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 181.25, \"ymin\": 1180.12, \"xmax\": 211.3633, \"ymax\": 1219.8863999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 214.204, \"ymin\": 1185.23, \"xmax\": 246.5907, \"ymax\": 1227.2745}, \"category\": \"pn\"}]}, \"6045\": {\"path\": \"train/6045.jpg\", \"id\": 6045, \"objects\": [{\"bbox\": {\"xmin\": 1268.32, \"ymin\": 944.554, \"xmax\": 1293.0692999999999, \"ymax\": 970.297}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1235.64, \"ymin\": 945.545, \"xmax\": 1260.3849, \"ymax\": 970.2969999999999}, \"category\": \"pl60\"}]}, \"26741\": {\"path\": \"other/26741.jpg\", \"id\": 26741, \"objects\": [{\"bbox\": {\"xmin\": 532.45, \"ymin\": 965.563, \"xmax\": 541.72185, \"ymax\": 985.4304999999999}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 537.748, \"ymin\": 944.371, \"xmax\": 548.3444000000001, \"ymax\": 963.5762}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 543.709, \"ymin\": 966.225, \"xmax\": 553.64238, \"ymax\": 984.7682}, \"category\": \"p18\"}]}, \"82524\": {\"path\": \"test/82524.jpg\", \"id\": 82524, \"objects\": [{\"bbox\": {\"xmin\": 1131.79, \"ymin\": 946.358, \"xmax\": 1151.6556, \"ymax\": 964.9006999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 601.987, \"ymin\": 960.265, \"xmax\": 610.5960299999999, \"ymax\": 981.457}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1086.75, \"ymin\": 949.007, \"xmax\": 1103.3113, \"ymax\": 964.9006999999999}, \"category\": \"pne\"}]}, \"45770\": {\"path\": \"train/45770.jpg\", \"id\": 45770, \"objects\": [{\"bbox\": {\"xmin\": 1632.0, \"ymin\": 670.0, \"xmax\": 1672.0, \"ymax\": 726.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1584.0, \"ymin\": 660.0, \"xmax\": 1629.0, \"ymax\": 720.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1673.0, \"ymin\": 680.0, \"xmax\": 1713.0, \"ymax\": 734.0}, \"category\": \"pn\"}]}, \"83172\": {\"path\": \"test/83172.jpg\", \"id\": 83172, \"objects\": [{\"bbox\": {\"xmin\": 1382.12, \"ymin\": 899.338, \"xmax\": 1407.947, \"ymax\": 924.5033}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1452.98, \"ymin\": 900.0, \"xmax\": 1475.5012, \"ymax\": 924.5036}, \"category\": \"pn\"}]}, \"51859\": {\"path\": \"test/51859.jpg\", \"id\": 51859, \"objects\": [{\"bbox\": {\"xmin\": 71.0526, \"ymin\": 932.895, \"xmax\": 101.3158, \"ymax\": 973.6842}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 69.7368, \"ymin\": 975.0, \"xmax\": 100.0, \"ymax\": 1014.4737}, \"category\": \"pn\"}]}, \"62778\": {\"path\": \"train/62778.jpg\", \"id\": 62778, \"objects\": [{\"bbox\": {\"xmin\": 1421.78, \"ymin\": 876.238, \"xmax\": 1477.2274, \"ymax\": 932.6733}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1419.8, \"ymin\": 937.624, \"xmax\": 1476.2377, \"ymax\": 990.0992}, \"category\": \"pn\"}]}, \"85009\": {\"path\": \"train/85009.jpg\", \"id\": 85009, \"objects\": [{\"bbox\": {\"xmin\": 1694.0, \"ymin\": 748.0, \"xmax\": 1749.0, \"ymax\": 811.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1632.0, \"ymin\": 739.0, \"xmax\": 1688.0, \"ymax\": 812.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1824.0, \"ymin\": 938.0, \"xmax\": 1866.0, \"ymax\": 992.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1826.0, \"ymin\": 993.0, \"xmax\": 1868.0, \"ymax\": 1047.0}, \"category\": \"i2r\"}]}, \"17655\": {\"path\": \"test/17655.jpg\", \"id\": 17655, \"objects\": [{\"bbox\": {\"xmin\": 989.0, \"ymin\": 781.0, \"xmax\": 1035.0, \"ymax\": 828.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1268.0, \"ymin\": 937.0, \"xmax\": 1307.0, \"ymax\": 978.0}, \"category\": \"p26\"}]}, \"7063\": {\"path\": \"other/7063.jpg\", \"id\": 7063, \"objects\": [{\"bbox\": {\"xmin\": 953.175, \"ymin\": 953.175, \"xmax\": 965.0794, \"ymax\": 966.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 906.349, \"ymin\": 953.968, \"xmax\": 919.0476000000001, \"ymax\": 967.4603}, \"category\": \"pne\"}]}, \"57123\": {\"path\": \"train/57123.jpg\", \"id\": 57123, \"objects\": [{\"bbox\": {\"xmin\": 1381.46, \"ymin\": 1017.22, \"xmax\": 1408.6093, \"ymax\": 1045.6976}, \"category\": \"pl30\"}]}, \"83621\": {\"path\": \"other/83621.jpg\", \"id\": 83621, \"objects\": [{\"bbox\": {\"xmin\": 1535.2, \"ymin\": 841.6, \"xmax\": 1580.8, \"ymax\": 884.8000000000001}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1405.6, \"ymin\": 836.8, \"xmax\": 1440.0, \"ymax\": 874.4}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1507.2, \"ymin\": 742.4, \"xmax\": 1530.4, \"ymax\": 768.0}, \"category\": \"ph3\"}]}, \"24661\": {\"path\": \"test/24661.jpg\", \"id\": 24661, \"objects\": [{\"bbox\": {\"xmin\": 1402.63, \"ymin\": 890.789, \"xmax\": 1434.2105000000001, \"ymax\": 919.7363}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1792.11, \"ymin\": 950.0, \"xmax\": 1827.6315, \"ymax\": 982.8953}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1438.16, \"ymin\": 892.105, \"xmax\": 1464.4737, \"ymax\": 919.7368}, \"category\": \"w57\"}]}, \"28112\": {\"path\": \"train/28112.jpg\", \"id\": 28112, \"objects\": [{\"bbox\": {\"xmin\": 1065.35, \"ymin\": 951.485, \"xmax\": 1086.1454999999999, \"ymax\": 975.2475000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1089.11, \"ymin\": 953.465, \"xmax\": 1111.8833, \"ymax\": 975.2470000000001}, \"category\": \"pn\"}]}, \"91045\": {\"path\": \"test/91045.jpg\", \"id\": 91045, \"objects\": [{\"bbox\": {\"xmin\": 1084.13, \"ymin\": 870.635, \"xmax\": 1115.0794, \"ymax\": 904.7632}, \"category\": \"pn\"}]}, \"51753\": {\"path\": \"test/51753.jpg\", \"id\": 51753, \"objects\": [{\"bbox\": {\"xmin\": 1521.57, \"ymin\": 529.412, \"xmax\": 1633.3329999999999, \"ymax\": 641.176}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1372.55, \"ymin\": 521.569, \"xmax\": 1494.118, \"ymax\": 633.333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1636.26, \"ymin\": 545.079, \"xmax\": 1755.873, \"ymax\": 652.9219999999999}, \"category\": \"pn\"}]}, \"92492\": {\"path\": \"train/92492.jpg\", \"id\": 92492, \"objects\": [{\"bbox\": {\"xmin\": 230.667, \"ymin\": 814.667, \"xmax\": 308.0, \"ymax\": 918.667}, \"category\": \"p26\"}]}, \"88759\": {\"path\": \"train/88759.jpg\", \"id\": 88759, \"objects\": [{\"bbox\": {\"xmin\": 550.0, \"ymin\": 969.048, \"xmax\": 581.7469, \"ymax\": 1007.938}, \"category\": \"pm55\"}]}, \"28700\": {\"path\": \"train/28700.jpg\", \"id\": 28700, \"objects\": [{\"bbox\": {\"xmin\": 1919.05, \"ymin\": 932.54, \"xmax\": 1938.0952, \"ymax\": 950.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1931.75, \"ymin\": 952.98, \"xmax\": 1944.4444, \"ymax\": 969.5364000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1914.29, \"ymin\": 950.794, \"xmax\": 1930.1587, \"ymax\": 969.8412999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1946.03, \"ymin\": 952.381, \"xmax\": 1961.1131, \"ymax\": 973.8095}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1846.83, \"ymin\": 930.952, \"xmax\": 1865.8729999999998, \"ymax\": 952.381}, \"category\": \"pne\"}]}, \"8269\": {\"path\": \"other/8269.jpg\", \"id\": 8269, \"objects\": [{\"bbox\": {\"xmin\": 1333.33, \"ymin\": 978.667, \"xmax\": 1372.0, \"ymax\": 1032.0}, \"category\": \"pm15\"}]}, \"34553\": {\"path\": \"train/34553.jpg\", \"id\": 34553, \"objects\": [{\"bbox\": {\"xmin\": 1680.0, \"ymin\": 980.0, \"xmax\": 1704.0, \"ymax\": 1002.6667}, \"category\": \"pne\"}]}, \"21763\": {\"path\": \"train/21763.jpg\", \"id\": 21763, \"objects\": [{\"bbox\": {\"xmin\": 811.842, \"ymin\": 732.895, \"xmax\": 860.5263, \"ymax\": 785.5263}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 526.316, \"ymin\": 764.474, \"xmax\": 564.4737, \"ymax\": 805.2632000000001}, \"category\": \"pne\"}]}, \"32181\": {\"path\": \"train/32181.jpg\", \"id\": 32181, \"objects\": [{\"bbox\": {\"xmin\": 12.0, \"ymin\": 657.333, \"xmax\": 82.6667, \"ymax\": 738.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 200.0, \"ymin\": 838.667, \"xmax\": 266.6667, \"ymax\": 908.0}, \"category\": \"pbm\"}]}, \"80014\": {\"path\": \"train/80014.jpg\", \"id\": 80014, \"objects\": [{\"bbox\": {\"xmin\": 19.0476, \"ymin\": 937.302, \"xmax\": 63.49209999999999, \"ymax\": 987.3016}, \"category\": \"pn\"}]}, \"67543\": {\"path\": \"train/67543.jpg\", \"id\": 67543, \"objects\": [{\"bbox\": {\"xmin\": 1029.33, \"ymin\": 472.0, \"xmax\": 1148.0, \"ymax\": 572.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1454.67, \"ymin\": 490.667, \"xmax\": 1564.0, \"ymax\": 588.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 610.667, \"ymin\": 504.0, \"xmax\": 714.667, \"ymax\": 602.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 422.667, \"ymin\": 537.333, \"xmax\": 514.6667, \"ymax\": 630.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 806.667, \"ymin\": 482.667, \"xmax\": 918.667, \"ymax\": 584.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1241.33, \"ymin\": 477.333, \"xmax\": 1353.321, \"ymax\": 577.3330000000001}, \"category\": \"pl100\"}]}, \"21094\": {\"path\": \"test/21094.jpg\", \"id\": 21094, \"objects\": [{\"bbox\": {\"xmin\": 1720.0, \"ymin\": 977.333, \"xmax\": 1794.6667, \"ymax\": 1042.6667}, \"category\": \"w32\"}]}, \"78829\": {\"path\": \"train/78829.jpg\", \"id\": 78829, \"objects\": [{\"bbox\": {\"xmin\": 1242.1771240234375, \"ymin\": 984.2034301757812, \"xmax\": 1284.4608154296875, \"ymax\": 1026.6915283203125}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1690.0, \"ymin\": 912.0, \"xmax\": 1784.0, \"ymax\": 991.0}, \"category\": \"pg\"}]}, \"85922\": {\"path\": \"train/85922.jpg\", \"id\": 85922, \"objects\": [{\"bbox\": {\"xmin\": 818.812, \"ymin\": 890.099, \"xmax\": 853.4653000000001, \"ymax\": 924.7525}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1251.49, \"ymin\": 995.05, \"xmax\": 1277.2277, \"ymax\": 1026.7327}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1251.49, \"ymin\": 1036.63, \"xmax\": 1278.2178, \"ymax\": 1063.3663000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1249.5, \"ymin\": 955.446, \"xmax\": 1278.2178, \"ymax\": 987.1286}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 690.099, \"ymin\": 893.069, \"xmax\": 722.7723000000001, \"ymax\": 926.7326999999999}, \"category\": \"pne\"}]}, \"68547\": {\"path\": \"train/68547.jpg\", \"id\": 68547, \"objects\": [{\"bbox\": {\"xmin\": 1610.67, \"ymin\": 913.333, \"xmax\": 1652.0, \"ymax\": 961.3333}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1358.67, \"ymin\": 969.333, \"xmax\": 1385.3333, \"ymax\": 996.0}, \"category\": \"p5\"}]}, \"28421\": {\"path\": \"test/28421.jpg\", \"id\": 28421, \"objects\": [{\"bbox\": {\"xmin\": 113.725, \"ymin\": 754.902, \"xmax\": 266.66700000000003, \"ymax\": 976.471}, \"category\": \"w59\"}]}, \"85295\": {\"path\": \"train/85295.jpg\", \"id\": 85295, \"objects\": [{\"bbox\": {\"xmin\": 900.8, \"ymin\": 952.8, \"xmax\": 941.5999999999999, \"ymax\": 992.8}, \"category\": \"i2r\"}]}, \"13703\": {\"path\": \"train/13703.jpg\", \"id\": 13703, \"objects\": [{\"bbox\": {\"xmin\": 1968.0, \"ymin\": 993.6, \"xmax\": 2006.4, \"ymax\": 1040.3457}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1410.4, \"ymin\": 967.2, \"xmax\": 1444.2535, \"ymax\": 1004.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1938.66, \"ymin\": 972.549, \"xmax\": 1986.4146, \"ymax\": 1027.1709}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1135.18, \"ymin\": 890.044, \"xmax\": 1158.486, \"ymax\": 913.4599}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1708.58, \"ymin\": 967.2, \"xmax\": 1750.9153, \"ymax\": 1013.8444000000001}, \"category\": \"w46\"}]}, \"47874\": {\"path\": \"train/47874.jpg\", \"id\": 47874, \"objects\": [{\"bbox\": {\"xmin\": 1449.33, \"ymin\": 937.333, \"xmax\": 1505.3333, \"ymax\": 993.3333}, \"category\": \"p11\"}]}, \"49322\": {\"path\": \"other/49322.jpg\", \"id\": 49322, \"objects\": [{\"bbox\": {\"xmin\": 918.254, \"ymin\": 987.417, \"xmax\": 928.4768, \"ymax\": 1001.9864}, \"category\": \"p23\"}]}, \"69524\": {\"path\": \"train/69524.jpg\", \"id\": 69524, \"objects\": [{\"bbox\": {\"xmin\": 1636.0, \"ymin\": 900.0, \"xmax\": 1669.3333, \"ymax\": 932.0}, \"category\": \"w59\"}]}, \"63264\": {\"path\": \"test/63264.jpg\", \"id\": 63264, \"objects\": [{\"bbox\": {\"xmin\": 1778.0, \"ymin\": 703.0, \"xmax\": 1829.0, \"ymax\": 759.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1657.0, \"ymin\": 697.0, \"xmax\": 1712.0, \"ymax\": 751.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 689.0, \"xmax\": 1542.0, \"ymax\": 739.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1416.0, \"ymin\": 682.0, \"xmax\": 1476.0, \"ymax\": 740.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1549.0, \"ymin\": 689.0, \"xmax\": 1602.0, \"ymax\": 747.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1719.0, \"ymin\": 698.0, \"xmax\": 1773.0, \"ymax\": 755.0}, \"category\": \"im\"}]}, \"25021\": {\"path\": \"train/25021.jpg\", \"id\": 25021, \"objects\": [{\"bbox\": {\"xmin\": 1381.75, \"ymin\": 927.778, \"xmax\": 1398.4127, \"ymax\": 949.2063}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1361.11, \"ymin\": 930.952, \"xmax\": 1377.7777999999998, \"ymax\": 949.2063}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 930.159, \"xmax\": 1419.0476, \"ymax\": 949.2062999999999}, \"category\": \"pn\"}]}, \"38304\": {\"path\": \"test/38304.jpg\", \"id\": 38304, \"objects\": [{\"bbox\": {\"xmin\": 1027.45, \"ymin\": 421.569, \"xmax\": 1172.55, \"ymax\": 554.902}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1180.41, \"ymin\": 429.412, \"xmax\": 1323.529, \"ymax\": 554.9019999999999}, \"category\": \"pn\"}]}, \"83237\": {\"path\": \"train/83237.jpg\", \"id\": 83237, \"objects\": [{\"bbox\": {\"xmin\": 1364.0, \"ymin\": 854.667, \"xmax\": 1388.0, \"ymax\": 878.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1170.67, \"ymin\": 924.0, \"xmax\": 1196.0, \"ymax\": 950.6667}, \"category\": \"pne\"}]}, \"4814\": {\"path\": \"train/4814.jpg\", \"id\": 4814, \"objects\": [{\"bbox\": {\"xmin\": 180.769, \"ymin\": 153.846, \"xmax\": 319.231, \"ymax\": 288.462}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1373.08, \"ymin\": 469.231, \"xmax\": 1476.923, \"ymax\": 561.5385}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1496.15, \"ymin\": 476.923, \"xmax\": 1592.3077, \"ymax\": 580.769}, \"category\": \"pn\"}]}, \"55730\": {\"path\": \"test/55730.jpg\", \"id\": 55730, \"objects\": [{\"bbox\": {\"xmin\": 1374.73, \"ymin\": 622.043, \"xmax\": 1484.671, \"ymax\": 723.7570000000001}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1472.0, \"ymin\": 970.4, \"xmax\": 1524.8, \"ymax\": 1024.0}, \"category\": \"iz\"}]}, \"37237\": {\"path\": \"train/37237.jpg\", \"id\": 37237, \"objects\": [{\"bbox\": {\"xmin\": 795.2, \"ymin\": 824.8, \"xmax\": 824.0, \"ymax\": 864.8}, \"category\": \"ph4.5\"}]}, \"59798\": {\"path\": \"test/59798.jpg\", \"id\": 59798, \"objects\": [{\"bbox\": {\"xmin\": 810.317, \"ymin\": 929.365, \"xmax\": 827.7778, \"ymax\": 951.5873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1020.63, \"ymin\": 944.444, \"xmax\": 1036.5079, \"ymax\": 962.6984}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 984.921, \"ymin\": 944.444, \"xmax\": 1003.9683, \"ymax\": 961.1111}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1004.76, \"ymin\": 942.857, \"xmax\": 1021.4286, \"ymax\": 961.1111}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 732.54, \"ymin\": 930.159, \"xmax\": 751.5874, \"ymax\": 949.2062999999999}, \"category\": \"pne\"}]}, \"41091\": {\"path\": \"test/41091.jpg\", \"id\": 41091, \"objects\": [{\"bbox\": {\"xmin\": 1615.69, \"ymin\": 682.353, \"xmax\": 1694.1184, \"ymax\": 760.7845}, \"category\": \"pl60\"}]}, \"91200\": {\"path\": \"test/91200.jpg\", \"id\": 91200, \"objects\": [{\"bbox\": {\"xmin\": 914.286, \"ymin\": 961.905, \"xmax\": 929.3651, \"ymax\": 977.7778}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 857.143, \"ymin\": 959.524, \"xmax\": 873.8095000000001, \"ymax\": 976.9841}, \"category\": \"pne\"}]}, \"19211\": {\"path\": \"train/19211.jpg\", \"id\": 19211, \"objects\": [{\"bbox\": {\"xmin\": 988.447, \"ymin\": 707.171, \"xmax\": 1070.9167, \"ymax\": 784.8606000000001}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1088.85, \"ymin\": 706.773, \"xmax\": 1168.9243, \"ymax\": 784.4617000000001}, \"category\": \"pl20\"}]}, \"24352\": {\"path\": \"test/24352.jpg\", \"id\": 24352, \"objects\": [{\"bbox\": {\"xmin\": 84.1584, \"ymin\": 977.228, \"xmax\": 125.74260000000001, \"ymax\": 1025.7426}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 792.715, \"ymin\": 903.974, \"xmax\": 814.5695000000001, \"ymax\": 929.1391000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 607.921, \"ymin\": 902.97, \"xmax\": 644.5545000000001, \"ymax\": 944.5545000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 819.886, \"ymin\": 984.091, \"xmax\": 835.2273, \"ymax\": 1006.25}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 817.613, \"ymin\": 903.977, \"xmax\": 838.6359000000001, \"ymax\": 928.4093}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 36.6337, \"ymin\": 980.198, \"xmax\": 72.2772, \"ymax\": 1024.7525}, \"category\": \"pne\"}]}, \"97255\": {\"path\": \"other/97255.jpg\", \"id\": 97255, \"objects\": [{\"bbox\": {\"xmin\": 1950.0, \"ymin\": 922.368, \"xmax\": 1993.4211, \"ymax\": 964.4737}, \"category\": \"w63\"}]}, \"9447\": {\"path\": \"train/9447.jpg\", \"id\": 9447, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 936.0, \"xmax\": 1419.2, \"ymax\": 956.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 927.2, \"ymin\": 946.4, \"xmax\": 948.0, \"ymax\": 968.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 927.2, \"ymin\": 926.4, \"xmax\": 945.6, \"ymax\": 946.4}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 912.0, \"xmax\": 1419.2, \"ymax\": 932.8}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1330.4, \"ymin\": 997.6, \"xmax\": 1347.2, \"ymax\": 1012.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1331.2, \"ymin\": 1020.0, \"xmax\": 1346.4, \"ymax\": 1035.2}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 1219.2, \"ymin\": 983.2, \"xmax\": 1244.0, \"ymax\": 1008.8000000000001}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1424.8, \"ymin\": 979.2, \"xmax\": 1437.6, \"ymax\": 1004.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1535.2, \"ymin\": 920.8, \"xmax\": 1552.8, \"ymax\": 939.1999999999999}, \"category\": \"pdd\"}]}, \"29785\": {\"path\": \"test/29785.jpg\", \"id\": 29785, \"objects\": [{\"bbox\": {\"xmin\": 1592.0, \"ymin\": 740.0, \"xmax\": 1656.0, \"ymax\": 800.0}, \"category\": \"pl40\"}]}, \"1433\": {\"path\": \"train/1433.jpg\", \"id\": 1433, \"objects\": [{\"bbox\": {\"xmin\": 1213.86, \"ymin\": 940.594, \"xmax\": 1227.7228, \"ymax\": 957.4257}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1156.44, \"ymin\": 940.594, \"xmax\": 1172.2772, \"ymax\": 956.4356}, \"category\": \"pne\"}]}, \"4918\": {\"path\": \"test/4918.jpg\", \"id\": 4918, \"objects\": [{\"bbox\": {\"xmin\": 1451.0, \"ymin\": 804.0, \"xmax\": 1487.0, \"ymax\": 844.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 867.0, \"ymin\": 853.0, \"xmax\": 895.0, \"ymax\": 883.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1371.0, \"ymin\": 801.0, \"xmax\": 1408.0, \"ymax\": 840.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1258.0, \"ymin\": 804.0, \"xmax\": 1296.0, \"ymax\": 842.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1217.0, \"ymin\": 804.0, \"xmax\": 1253.0, \"ymax\": 840.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1298.0, \"ymin\": 800.0, \"xmax\": 1338.0, \"ymax\": 840.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 708.0, \"ymin\": 865.0, \"xmax\": 734.0, \"ymax\": 889.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 801.0, \"xmax\": 1448.0, \"ymax\": 841.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 1747.0, \"ymin\": 902.0, \"xmax\": 1767.0, \"ymax\": 922.0}, \"category\": \"pdd\"}]}, \"38189\": {\"path\": \"train/38189.jpg\", \"id\": 38189, \"objects\": [{\"bbox\": {\"xmin\": 1790.67, \"ymin\": 880.0, \"xmax\": 1829.3465, \"ymax\": 919.9997}, \"category\": \"pl100\"}]}, \"43825\": {\"path\": \"other/43825.jpg\", \"id\": 43825, \"objects\": [{\"bbox\": {\"xmin\": 1102.49, \"ymin\": 923.881, \"xmax\": 1124.3781, \"ymax\": 945.2736}, \"category\": \"w21\"}]}, \"22796\": {\"path\": \"train/22796.jpg\", \"id\": 22796, \"objects\": [{\"bbox\": {\"xmin\": 1423.0, \"ymin\": 773.0, \"xmax\": 1563.0, \"ymax\": 962.0}, \"category\": \"p5\"}]}, \"56649\": {\"path\": \"test/56649.jpg\", \"id\": 56649, \"objects\": [{\"bbox\": {\"xmin\": 1050.0, \"ymin\": 887.0, \"xmax\": 1073.0, \"ymax\": 911.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1079.0, \"ymin\": 888.0, \"xmax\": 1106.0, \"ymax\": 913.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1156.0, \"ymin\": 914.0, \"xmax\": 1185.0, \"ymax\": 943.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1155.0, \"ymin\": 951.0, \"xmax\": 1184.0, \"ymax\": 981.0}, \"category\": \"i2r\"}]}, \"16570\": {\"path\": \"test/16570.jpg\", \"id\": 16570, \"objects\": [{\"bbox\": {\"xmin\": 1427.84, \"ymin\": 947.727, \"xmax\": 1458.5227, \"ymax\": 977.2728999999999}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 1248.3, \"ymin\": 808.523, \"xmax\": 1302.8436, \"ymax\": 862.5002000000001}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 1426.71, \"ymin\": 980.114, \"xmax\": 1457.9591, \"ymax\": 1008.5229}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1312.5, \"ymin\": 812.5, \"xmax\": 1371.0227, \"ymax\": 865.9095}, \"category\": \"w57\"}]}, \"31884\": {\"path\": \"test/31884.jpg\", \"id\": 31884, \"objects\": [{\"bbox\": {\"xmin\": 1081.0, \"ymin\": 451.0, \"xmax\": 1219.0, \"ymax\": 577.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 936.0, \"ymin\": 449.0, \"xmax\": 1077.0, \"ymax\": 574.0}, \"category\": \"pr20\"}]}, \"10418\": {\"path\": \"train/10418.jpg\", \"id\": 10418, \"objects\": [{\"bbox\": {\"xmin\": 906.579, \"ymin\": 868.421, \"xmax\": 952.6321999999999, \"ymax\": 917.105}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 843.421, \"ymin\": 868.421, \"xmax\": 889.4744000000001, \"ymax\": 917.1049}, \"category\": \"pl60\"}]}, \"84128\": {\"path\": \"train/84128.jpg\", \"id\": 84128, \"objects\": [{\"bbox\": {\"xmin\": 1828.8, \"ymin\": 872.8, \"xmax\": 2042.3999999999999, \"ymax\": 1134.4}, \"category\": \"pcl\"}]}, \"65076\": {\"path\": \"train/65076.jpg\", \"id\": 65076, \"objects\": [{\"bbox\": {\"xmin\": 1177.3485107421875, \"ymin\": 1009.9452514648438, \"xmax\": 1196.6209716796875, \"ymax\": 1028.665283203125}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1228.71, \"ymin\": 919.802, \"xmax\": 1250.4950000000001, \"ymax\": 939.604}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1130.69, \"ymin\": 916.832, \"xmax\": 1150.4950000000001, \"ymax\": 938.6146}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 843.564, \"ymin\": 922.772, \"xmax\": 868.3176, \"ymax\": 945.5446000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 712.871, \"ymin\": 924.752, \"xmax\": 733.6634, \"ymax\": 945.5446}, \"category\": \"pne\"}]}, \"52583\": {\"path\": \"other/52583.jpg\", \"id\": 52583, \"objects\": [{\"bbox\": {\"xmin\": 1508.73, \"ymin\": 1003.17, \"xmax\": 1530.1587, \"ymax\": 1022.2174}, \"category\": \"w30\"}]}, \"39567\": {\"path\": \"train/39567.jpg\", \"id\": 39567, \"objects\": [{\"bbox\": {\"xmin\": 1469.33, \"ymin\": 706.667, \"xmax\": 1554.6667, \"ymax\": 792.0}, \"category\": \"pl100\"}]}, \"62953\": {\"path\": \"test/62953.jpg\", \"id\": 62953, \"objects\": [{\"bbox\": {\"xmin\": 524.0, \"ymin\": 985.0, \"xmax\": 599.0, \"ymax\": 1054.0}, \"category\": \"p5\"}]}, \"64484\": {\"path\": \"train/64484.jpg\", \"id\": 64484, \"objects\": [{\"bbox\": {\"xmin\": 1937.25, \"ymin\": 945.098, \"xmax\": 1984.3137, \"ymax\": 990.1961}, \"category\": \"pne\"}]}, \"89270\": {\"path\": \"train/89270.jpg\", \"id\": 89270, \"objects\": [{\"bbox\": {\"xmin\": 1771.0, \"ymin\": 911.0, \"xmax\": 1836.0, \"ymax\": 979.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1774.0, \"ymin\": 847.0, \"xmax\": 1839.0, \"ymax\": 915.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1771.0, \"ymin\": 977.0, \"xmax\": 1839.0, \"ymax\": 1035.0}, \"category\": \"w55\"}]}, \"90300\": {\"path\": \"train/90300.jpg\", \"id\": 90300, \"objects\": [{\"bbox\": {\"xmin\": 1906.0, \"ymin\": 945.0, \"xmax\": 1943.0, \"ymax\": 994.0}, \"category\": \"p26\"}]}, \"8095\": {\"path\": \"train/8095.jpg\", \"id\": 8095, \"objects\": [{\"bbox\": {\"xmin\": 344.0, \"ymin\": 821.0, \"xmax\": 377.0, \"ymax\": 860.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 897.0, \"ymin\": 985.0, \"xmax\": 932.0, \"ymax\": 1017.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 436.0, \"ymin\": 934.0, \"xmax\": 466.0, \"ymax\": 968.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 433.0, \"ymin\": 968.0, \"xmax\": 464.0, \"ymax\": 1000.0}, \"category\": \"i2r\"}]}, \"72512\": {\"path\": \"train/72512.jpg\", \"id\": 72512, \"objects\": [{\"bbox\": {\"xmin\": 1913.86, \"ymin\": 915.841, \"xmax\": 2001.9802, \"ymax\": 1008.9108}, \"category\": \"w59\"}]}, \"27520\": {\"path\": \"test/27520.jpg\", \"id\": 27520, \"objects\": [{\"bbox\": {\"xmin\": 543.75, \"ymin\": 871.591, \"xmax\": 584.0905, \"ymax\": 930.1136}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 543.75, \"ymin\": 938.068, \"xmax\": 584.0905, \"ymax\": 999.4315}, \"category\": \"pn\"}]}, \"62161\": {\"path\": \"test/62161.jpg\", \"id\": 62161, \"objects\": [{\"bbox\": {\"xmin\": 321.053, \"ymin\": 934.211, \"xmax\": 367.1053, \"ymax\": 1088.158}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 248.684, \"ymin\": 784.211, \"xmax\": 288.1579, \"ymax\": 848.6842}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 76.3158, \"ymin\": 748.684, \"xmax\": 130.26319999999998, \"ymax\": 821.0526}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 172.368, \"ymin\": 764.474, \"xmax\": 215.7895, \"ymax\": 831.5789000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 748.684, \"ymin\": 143.421, \"xmax\": 792.1052999999999, \"ymax\": 300.0}, \"category\": \"pne\"}]}, \"60181\": {\"path\": \"train/60181.jpg\", \"id\": 60181, \"objects\": [{\"bbox\": {\"xmin\": 965.347, \"ymin\": 894.059, \"xmax\": 996.0396, \"ymax\": 926.7327}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 901.98, \"ymin\": 899.01, \"xmax\": 932.6733, \"ymax\": 928.7129}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 931.683, \"ymin\": 896.04, \"xmax\": 967.3267, \"ymax\": 929.703}, \"category\": \"pn\"}]}, \"96180\": {\"path\": \"train/96180.jpg\", \"id\": 96180, \"objects\": [{\"bbox\": {\"xmin\": 1865.87, \"ymin\": 904.762, \"xmax\": 1879.3651, \"ymax\": 921.4286}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1844.55, \"ymin\": 901.587, \"xmax\": 1863.4876, \"ymax\": 924.7524999999999}, \"category\": \"pl40\"}]}, \"44235\": {\"path\": \"test/44235.jpg\", \"id\": 44235, \"objects\": [{\"bbox\": {\"xmin\": 1306.93, \"ymin\": 989.109, \"xmax\": 1326.7327, \"ymax\": 1012.8713}, \"category\": \"p23\"}]}, \"41464\": {\"path\": \"test/41464.jpg\", \"id\": 41464, \"objects\": [{\"bbox\": {\"xmin\": 1672.0, \"ymin\": 713.0, \"xmax\": 1842.0, \"ymax\": 888.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1681.0, \"ymin\": 897.0, \"xmax\": 1828.0, \"ymax\": 1030.0}, \"category\": \"w58\"}]}, \"20134\": {\"path\": \"train/20134.jpg\", \"id\": 20134, \"objects\": [{\"bbox\": {\"xmin\": 1604.95, \"ymin\": 892.079, \"xmax\": 1631.6832, \"ymax\": 921.7822}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1492.08, \"ymin\": 888.119, \"xmax\": 1515.8416, \"ymax\": 917.8218}, \"category\": \"pne\"}]}, \"42136\": {\"path\": \"test/42136.jpg\", \"id\": 42136, \"objects\": [{\"bbox\": {\"xmin\": 136.842, \"ymin\": 896.053, \"xmax\": 239.473, \"ymax\": 1014.474}, \"category\": \"w57\"}]}, \"27865\": {\"path\": \"test/27865.jpg\", \"id\": 27865, \"objects\": [{\"bbox\": {\"xmin\": 1380.16, \"ymin\": 884.921, \"xmax\": 1407.9365, \"ymax\": 912.6984}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1276.98, \"ymin\": 879.365, \"xmax\": 1309.5238, \"ymax\": 911.9048}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1241.27, \"ymin\": 930.159, \"xmax\": 1259.5238, \"ymax\": 951.5873}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1219.84, \"ymin\": 930.159, \"xmax\": 1238.0952, \"ymax\": 950.7937}, \"category\": \"pl40\"}]}, \"2638\": {\"path\": \"train/2638.jpg\", \"id\": 2638, \"objects\": [{\"bbox\": {\"xmin\": 1271.0, \"ymin\": 909.0, \"xmax\": 1332.0, \"ymax\": 969.0}, \"category\": \"pl100\"}]}, \"17359\": {\"path\": \"train/17359.jpg\", \"id\": 17359, \"objects\": [{\"bbox\": {\"xmin\": 1588.89, \"ymin\": 977.778, \"xmax\": 1611.1111, \"ymax\": 1007.9365}, \"category\": \"pn\"}]}, \"37303\": {\"path\": \"train/37303.jpg\", \"id\": 37303, \"objects\": [{\"bbox\": {\"xmin\": 198.667, \"ymin\": 598.667, \"xmax\": 248.0, \"ymax\": 673.3333}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 58.6667, \"ymin\": 546.667, \"xmax\": 121.33330000000001, \"ymax\": 629.3333}, \"category\": \"pm30\"}]}, \"34111\": {\"path\": \"train/34111.jpg\", \"id\": 34111, \"objects\": [{\"bbox\": {\"xmin\": 660.0, \"ymin\": 948.0, \"xmax\": 727.0, \"ymax\": 1020.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1319.0, \"ymin\": 949.0, \"xmax\": 1363.0, \"ymax\": 995.0}, \"category\": \"pn\"}]}, \"19950\": {\"path\": \"train/19950.jpg\", \"id\": 19950, \"objects\": [{\"bbox\": {\"xmin\": 2015.84, \"ymin\": 700.0, \"xmax\": 2046.5347, \"ymax\": 775.2475}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1882.18, \"ymin\": 860.396, \"xmax\": 1906.9307000000001, \"ymax\": 897.0296999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1853.47, \"ymin\": 861.386, \"xmax\": 1876.2376, \"ymax\": 893.0693}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1758.42, \"ymin\": 659.406, \"xmax\": 1829.703, \"ymax\": 738.6139}, \"category\": \"pne\"}]}, \"51144\": {\"path\": \"train/51144.jpg\", \"id\": 51144, \"objects\": [{\"bbox\": {\"xmin\": 550.6206665039062, \"ymin\": 949.654052734375, \"xmax\": 572.4037475585938, \"ymax\": 969.0819091796875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 525.3551025390625, \"ymin\": 944.7409057617188, \"xmax\": 546.2705078125, \"ymax\": 969.9917602539062}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1209.33, \"ymin\": 1028.0, \"xmax\": 1246.6600999999998, \"ymax\": 1062.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1209.33, \"ymin\": 986.667, \"xmax\": 1248.0, \"ymax\": 1026.6667}, \"category\": \"pl5\"}]}, \"13735\": {\"path\": \"train/13735.jpg\", \"id\": 13735, \"objects\": [{\"bbox\": {\"xmin\": 858.0, \"ymin\": 722.0, \"xmax\": 925.0, \"ymax\": 790.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 830.0, \"ymin\": 1010.0, \"xmax\": 846.0, \"ymax\": 1028.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 657.0, \"ymin\": 731.0, \"xmax\": 719.0, \"ymax\": 791.0}, \"category\": \"p26\"}]}, \"88639\": {\"path\": \"train/88639.jpg\", \"id\": 88639, \"objects\": [{\"bbox\": {\"xmin\": 860.8917846679688, \"ymin\": 969.8959350585938, \"xmax\": 888.4324340820312, \"ymax\": 993.2699584960938}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1505.12, \"ymin\": 980.113, \"xmax\": 1531.25, \"ymax\": 1002.2727000000001}, \"category\": \"pm55\"}]}, \"67315\": {\"path\": \"test/67315.jpg\", \"id\": 67315, \"objects\": [{\"bbox\": {\"xmin\": 416.0, \"ymin\": 973.333, \"xmax\": 448.0, \"ymax\": 1036.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 413.333, \"ymin\": 1041.33, \"xmax\": 446.66670000000005, \"ymax\": 1102.6667}, \"category\": \"p27\"}]}, \"20099\": {\"path\": \"train/20099.jpg\", \"id\": 20099, \"objects\": [{\"bbox\": {\"xmin\": 822.667, \"ymin\": 662.667, \"xmax\": 892.0, \"ymax\": 728.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 680.0, \"ymin\": 665.333, \"xmax\": 750.6667, \"ymax\": 732.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 753.333, \"ymin\": 664.0, \"xmax\": 821.3333, \"ymax\": 730.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 896.0, \"ymin\": 661.333, \"xmax\": 968.0, \"ymax\": 728.0}, \"category\": \"pn\"}]}, \"19398\": {\"path\": \"train/19398.jpg\", \"id\": 19398, \"objects\": [{\"bbox\": {\"xmin\": 962.0, \"ymin\": 640.0, \"xmax\": 1039.0, \"ymax\": 712.0}, \"category\": \"pr30\"}, {\"bbox\": {\"xmin\": 1030.0, \"ymin\": 644.0, \"xmax\": 1108.0, \"ymax\": 711.0}, \"category\": \"w57\"}]}, \"60801\": {\"path\": \"test/60801.jpg\", \"id\": 60801, \"objects\": [{\"bbox\": {\"xmin\": 1621.6, \"ymin\": 922.4, \"xmax\": 1772.0, \"ymax\": 1085.6}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 751.2, \"ymin\": 945.6, \"xmax\": 785.6, \"ymax\": 977.6}, \"category\": \"w57\"}]}, \"10239\": {\"path\": \"train/10239.jpg\", \"id\": 10239, \"objects\": [{\"bbox\": {\"xmin\": 967.105, \"ymin\": 927.632, \"xmax\": 1013.1579, \"ymax\": 973.6841999999999}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 990.789, \"ymin\": 873.684, \"xmax\": 1038.1579, \"ymax\": 922.3684}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1019.74, \"ymin\": 925.0, \"xmax\": 1067.1053, \"ymax\": 972.3685}, \"category\": \"p18\"}]}, \"38022\": {\"path\": \"test/38022.jpg\", \"id\": 38022, \"objects\": [{\"bbox\": {\"xmin\": 1688.24, \"ymin\": 1027.45, \"xmax\": 1774.5098, \"ymax\": 1119.6078}, \"category\": \"w32\"}]}, \"3913\": {\"path\": \"test/3913.jpg\", \"id\": 3913, \"objects\": [{\"bbox\": {\"xmin\": 1765.91, \"ymin\": 881.25, \"xmax\": 1823.2955000000002, \"ymax\": 1011.364}, \"category\": \"pg\"}]}, \"58323\": {\"path\": \"test/58323.jpg\", \"id\": 58323, \"objects\": [{\"bbox\": {\"xmin\": 1283.33, \"ymin\": 915.232, \"xmax\": 1309.2653, \"ymax\": 944.3709}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1170.2, \"ymin\": 915.232, \"xmax\": 1193.3775, \"ymax\": 942.3841}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 843.709, \"ymin\": 916.556, \"xmax\": 868.8742, \"ymax\": 944.3711000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1124.5, \"ymin\": 960.265, \"xmax\": 1140.3908, \"ymax\": 977.4834}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1227.15, \"ymin\": 992.715, \"xmax\": 1246.3576, \"ymax\": 1013.9073000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1226.49, \"ymin\": 1021.85, \"xmax\": 1247.6821, \"ymax\": 1042.3841}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1225.83, \"ymin\": 962.252, \"xmax\": 1247.0199, \"ymax\": 986.0926999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1108.61, \"ymin\": 960.927, \"xmax\": 1123.1788, \"ymax\": 978.1457}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1141.72, \"ymin\": 960.927, \"xmax\": 1157.6182000000001, \"ymax\": 976.1589}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 700.0, \"ymin\": 918.543, \"xmax\": 721.1921, \"ymax\": 943.0464}, \"category\": \"pne\"}]}, \"81888\": {\"path\": \"test/81888.jpg\", \"id\": 81888, \"objects\": [{\"bbox\": {\"xmin\": 428.713, \"ymin\": 819.802, \"xmax\": 453.4653, \"ymax\": 874.2574}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 368.317, \"ymin\": 814.851, \"xmax\": 399.0099, \"ymax\": 861.3860999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 399.01, \"ymin\": 820.792, \"xmax\": 424.7525, \"ymax\": 863.3663}, \"category\": \"pn\"}]}, \"61820\": {\"path\": \"train/61820.jpg\", \"id\": 61820, \"objects\": [{\"bbox\": {\"xmin\": 845.238, \"ymin\": 922.222, \"xmax\": 870.6353, \"ymax\": 947.6187}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1119.84, \"ymin\": 940.476, \"xmax\": 1138.0952, \"ymax\": 958.7302}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1081.75, \"ymin\": 942.857, \"xmax\": 1100.7937, \"ymax\": 961.9048}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1101.59, \"ymin\": 940.476, \"xmax\": 1119.0475999999999, \"ymax\": 962.6984}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 753.968, \"ymin\": 925.397, \"xmax\": 778.5713999999999, \"ymax\": 946.0317}, \"category\": \"pne\"}]}, \"33239\": {\"path\": \"other/33239.jpg\", \"id\": 33239, \"objects\": [{\"bbox\": {\"xmin\": 1644.74, \"ymin\": 972.368, \"xmax\": 1663.1579, \"ymax\": 992.1053}, \"category\": \"w63\"}]}, \"4417\": {\"path\": \"train/4417.jpg\", \"id\": 4417, \"objects\": [{\"bbox\": {\"xmin\": 566.0, \"ymin\": 891.0, \"xmax\": 658.0, \"ymax\": 969.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 555.0, \"ymin\": 784.0, \"xmax\": 661.0, \"ymax\": 889.0}, \"category\": \"pr40\"}]}, \"63799\": {\"path\": \"test/63799.jpg\", \"id\": 63799, \"objects\": [{\"bbox\": {\"xmin\": 1068.25, \"ymin\": 916.667, \"xmax\": 1091.2698, \"ymax\": 939.6825}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1043.65, \"ymin\": 915.079, \"xmax\": 1066.6667, \"ymax\": 939.6825}, \"category\": \"pl60\"}]}, \"75280\": {\"path\": \"train/75280.jpg\", \"id\": 75280, \"objects\": [{\"bbox\": {\"xmin\": 1039.2, \"ymin\": 739.2, \"xmax\": 1070.4, \"ymax\": 768.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 884.0, \"ymin\": 740.0, \"xmax\": 912.8, \"ymax\": 768.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 854.4, \"ymin\": 741.6, \"xmax\": 881.6, \"ymax\": 768.8000000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 990.4, \"ymin\": 739.2, \"xmax\": 1022.4, \"ymax\": 767.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 824.0, \"ymin\": 742.4, \"xmax\": 852.0, \"ymax\": 769.6}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1248.0, \"ymin\": 925.6, \"xmax\": 1296.0, \"ymax\": 975.2}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1114.4, \"ymin\": 743.2, \"xmax\": 1145.6000000000001, \"ymax\": 772.0}, \"category\": \"pne\"}]}, \"47591\": {\"path\": \"train/47591.jpg\", \"id\": 47591, \"objects\": [{\"bbox\": {\"xmin\": 569.2146606445312, \"ymin\": 1012.6749267578125, \"xmax\": 609.6536254882812, \"ymax\": 1056.1942138671875}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1670.67, \"ymin\": 649.333, \"xmax\": 1758.6667, \"ymax\": 736.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1880.0, \"ymin\": 880.0, \"xmax\": 1930.6667, \"ymax\": 950.6667}, \"category\": \"pbm\"}]}, \"1468\": {\"path\": \"train/1468.jpg\", \"id\": 1468, \"objects\": [{\"bbox\": {\"xmin\": 1041.59, \"ymin\": 705.753, \"xmax\": 1084.9533, \"ymax\": 748.6726000000001}, \"category\": \"p23\"}]}, \"42224\": {\"path\": \"other/42224.jpg\", \"id\": 42224, \"objects\": [{\"bbox\": {\"xmin\": 565.563, \"ymin\": 996.689, \"xmax\": 574.83444, \"ymax\": 1012.5828}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 564.238, \"ymin\": 1011.26, \"xmax\": 576.1589, \"ymax\": 1030.473}, \"category\": \"pl5\"}]}, \"1839\": {\"path\": \"train/1839.jpg\", \"id\": 1839, \"objects\": [{\"bbox\": {\"xmin\": 1462.67, \"ymin\": 962.667, \"xmax\": 1489.3333, \"ymax\": 989.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1461.33, \"ymin\": 992.0, \"xmax\": 1486.6667, \"ymax\": 1017.3333}, \"category\": \"p18\"}]}, \"36126\": {\"path\": \"other/36126.jpg\", \"id\": 36126, \"objects\": [{\"bbox\": {\"xmin\": 1300.213134765625, \"ymin\": 971.6548461914062, \"xmax\": 1333.12158203125, \"ymax\": 1000.5707397460938}, \"category\": \"w30\"}]}, \"67401\": {\"path\": \"test/67401.jpg\", \"id\": 67401, \"objects\": [{\"bbox\": {\"xmin\": 155.0, \"ymin\": 584.0, \"xmax\": 219.0, \"ymax\": 649.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 15.0, \"ymin\": 547.0, \"xmax\": 84.0, \"ymax\": 635.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 92.0, \"ymin\": 563.0, \"xmax\": 153.0, \"ymax\": 647.0}, \"category\": \"im\"}]}, \"91884\": {\"path\": \"train/91884.jpg\", \"id\": 91884, \"objects\": [{\"bbox\": {\"xmin\": 1093.33, \"ymin\": 976.0, \"xmax\": 1124.0, \"ymax\": 1004.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1094.67, \"ymin\": 946.667, \"xmax\": 1126.6667, \"ymax\": 973.3333}, \"category\": \"pl5\"}]}, \"32571\": {\"path\": \"test/32571.jpg\", \"id\": 32571, \"objects\": [{\"bbox\": {\"xmin\": 85.3333, \"ymin\": 952.0, \"xmax\": 109.3333, \"ymax\": 989.3333}, \"category\": \"p26\"}]}, \"48965\": {\"path\": \"test/48965.jpg\", \"id\": 48965, \"objects\": [{\"bbox\": {\"xmin\": 1484.92, \"ymin\": 823.016, \"xmax\": 1521.4286000000002, \"ymax\": 861.9048}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1560.32, \"ymin\": 906.349, \"xmax\": 1577.7777999999998, \"ymax\": 926.9841}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1957.14, \"ymin\": 884.921, \"xmax\": 1977.7778, \"ymax\": 915.0794000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1957.14, \"ymin\": 952.381, \"xmax\": 1980.1587000000002, \"ymax\": 980.9524}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1956.35, \"ymin\": 917.46, \"xmax\": 1980.9524, \"ymax\": 942.8571000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1534.92, \"ymin\": 901.587, \"xmax\": 1556.3492, \"ymax\": 924.6032}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1581.75, \"ymin\": 906.349, \"xmax\": 1599.2063, \"ymax\": 928.5714}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1370.63, \"ymin\": 819.048, \"xmax\": 1408.7302000000002, \"ymax\": 857.9365}, \"category\": \"pne\"}]}, \"93332\": {\"path\": \"test/93332.jpg\", \"id\": 93332, \"objects\": [{\"bbox\": {\"xmin\": 1567.11, \"ymin\": 761.842, \"xmax\": 1622.3683999999998, \"ymax\": 823.6842}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1373.68, \"ymin\": 755.263, \"xmax\": 1434.2105000000001, \"ymax\": 811.8421000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 326.316, \"ymin\": 628.947, \"xmax\": 411.84209999999996, \"ymax\": 707.8947000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1197.37, \"ymin\": 856.579, \"xmax\": 1230.2631999999999, \"ymax\": 892.1052999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1446.05, \"ymin\": 931.579, \"xmax\": 1494.7368, \"ymax\": 978.9473999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1444.74, \"ymin\": 996.053, \"xmax\": 1493.4211, \"ymax\": 1039.4737}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1447.37, \"ymin\": 867.105, \"xmax\": 1492.1053, \"ymax\": 913.1579}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1161.84, \"ymin\": 856.579, \"xmax\": 1194.7368, \"ymax\": 890.7895}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1236.84, \"ymin\": 855.263, \"xmax\": 1268.4211, \"ymax\": 889.4737}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 47.3684, \"ymin\": 689.474, \"xmax\": 105.2632, \"ymax\": 759.2105}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1268.42, \"ymin\": 931.579, \"xmax\": 1305.2632, \"ymax\": 968.4210999999999}, \"category\": \"p29\"}]}, \"84423\": {\"path\": \"test/84423.jpg\", \"id\": 84423, \"objects\": [{\"bbox\": {\"xmin\": 1761.91, \"ymin\": 791.27, \"xmax\": 1819.0486, \"ymax\": 848.4127}, \"category\": \"pl40\"}]}, \"90261\": {\"path\": \"train/90261.jpg\", \"id\": 90261, \"objects\": [{\"bbox\": {\"xmin\": 1086.67, \"ymin\": 738.667, \"xmax\": 1148.0, \"ymax\": 796.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 693.333, \"ymin\": 1058.67, \"xmax\": 716.0, \"ymax\": 1106.6667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 884.0, \"ymin\": 726.667, \"xmax\": 944.0, \"ymax\": 786.667}, \"category\": \"pl40\"}]}, \"76434\": {\"path\": \"test/76434.jpg\", \"id\": 76434, \"objects\": [{\"bbox\": {\"xmin\": 750.667, \"ymin\": 989.333, \"xmax\": 786.6667, \"ymax\": 1025.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 916.0, \"ymin\": 830.667, \"xmax\": 956.0, \"ymax\": 869.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 586.667, \"ymin\": 837.333, \"xmax\": 620.0, \"ymax\": 874.6667}, \"category\": \"pne\"}]}, \"62839\": {\"path\": \"train/62839.jpg\", \"id\": 62839, \"objects\": [{\"bbox\": {\"xmin\": 1074.1, \"ymin\": 913.944, \"xmax\": 1095.6174999999998, \"ymax\": 935.0598}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1099.01, \"ymin\": 915.423, \"xmax\": 1118.9055, \"ymax\": 936.3184}, \"category\": \"w57\"}]}, \"95386\": {\"path\": \"test/95386.jpg\", \"id\": 95386, \"objects\": [{\"bbox\": {\"xmin\": 1656.0, \"ymin\": 913.333, \"xmax\": 1696.0, \"ymax\": 954.6667}, \"category\": \"w59\"}]}, \"64304\": {\"path\": \"train/64304.jpg\", \"id\": 64304, \"objects\": [{\"bbox\": {\"xmin\": 1803.95, \"ymin\": 721.053, \"xmax\": 2027.635, \"ymax\": 948.684}, \"category\": \"pl30\"}]}, \"28120\": {\"path\": \"train/28120.jpg\", \"id\": 28120, \"objects\": [{\"bbox\": {\"xmin\": 466.667, \"ymin\": 1225.4, \"xmax\": 507.93649999999997, \"ymax\": 1265.873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 332.541, \"ymin\": 1206.35, \"xmax\": 364.2867, \"ymax\": 1246.8227}, \"category\": \"pne\"}]}, \"55055\": {\"path\": \"test/55055.jpg\", \"id\": 55055, \"objects\": [{\"bbox\": {\"xmin\": 16.9154, \"ymin\": 729.353, \"xmax\": 103.4826, \"ymax\": 836.8159999999999}, \"category\": \"p5\"}]}, \"94305\": {\"path\": \"train/94305.jpg\", \"id\": 94305, \"objects\": [{\"bbox\": {\"xmin\": 1092.48, \"ymin\": 994.248, \"xmax\": 1114.6042, \"ymax\": 1029.6461}, \"category\": \"pl5\"}]}, \"67226\": {\"path\": \"test/67226.jpg\", \"id\": 67226, \"objects\": [{\"bbox\": {\"xmin\": 2011.9, \"ymin\": 942.857, \"xmax\": 2031.746, \"ymax\": 965.0794}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1960.32, \"ymin\": 939.683, \"xmax\": 1978.5714, \"ymax\": 961.9048}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1793.65, \"ymin\": 930.159, \"xmax\": 1815.873, \"ymax\": 956.3492}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 957.937, \"xmax\": 1715.873, \"ymax\": 976.1905}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1684.92, \"ymin\": 958.73, \"xmax\": 1699.2063, \"ymax\": 973.8095000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1711.9, \"ymin\": 929.365, \"xmax\": 1736.5079, \"ymax\": 951.5873}, \"category\": \"pne\"}]}, \"17898\": {\"path\": \"train/17898.jpg\", \"id\": 17898, \"objects\": [{\"bbox\": {\"xmin\": 1655.23046875, \"ymin\": 1001.7247314453125, \"xmax\": 1674.14208984375, \"ymax\": 1020.7371826171875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 232.895, \"ymin\": 790.789, \"xmax\": 267.1053, \"ymax\": 840.7895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1382.89, \"ymin\": 881.579, \"xmax\": 1413.1579000000002, \"ymax\": 914.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 109.211, \"ymin\": 772.368, \"xmax\": 153.94740000000002, \"ymax\": 826.3158000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1267.11, \"ymin\": 881.579, \"xmax\": 1296.0526, \"ymax\": 913.1578999999999}, \"category\": \"pne\"}]}, \"17722\": {\"path\": \"test/17722.jpg\", \"id\": 17722, \"objects\": [{\"bbox\": {\"xmin\": 1809.0, \"ymin\": 734.0, \"xmax\": 1857.0, \"ymax\": 788.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1867.0, \"ymin\": 740.0, \"xmax\": 1913.0, \"ymax\": 797.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1378.0, \"ymin\": 860.0, \"xmax\": 1447.0, \"ymax\": 931.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 940.0, \"xmax\": 1446.0, \"ymax\": 1011.0}, \"category\": \"i2r\"}]}, \"14025\": {\"path\": \"test/14025.jpg\", \"id\": 14025, \"objects\": [{\"bbox\": {\"xmin\": 1394.67, \"ymin\": 977.333, \"xmax\": 1448.0, \"ymax\": 1037.3333}, \"category\": \"pl80\"}]}, \"81046\": {\"path\": \"train/81046.jpg\", \"id\": 81046, \"objects\": [{\"bbox\": {\"xmin\": 108.911, \"ymin\": 1029.7, \"xmax\": 129.703, \"ymax\": 1054.4554}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 899.01, \"ymin\": 801.98, \"xmax\": 911.8812, \"ymax\": 855.4455}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 866.337, \"ymin\": 784.158, \"xmax\": 884.1584, \"ymax\": 842.5743}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 107.921, \"ymin\": 1003.96, \"xmax\": 126.73270000000001, \"ymax\": 1027.7228}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 886.139, \"ymin\": 792.079, \"xmax\": 898.0198, \"ymax\": 849.505}, \"category\": \"pn\"}]}, \"19801\": {\"path\": \"test/19801.jpg\", \"id\": 19801, \"objects\": [{\"bbox\": {\"xmin\": 1336.0, \"ymin\": 939.0, \"xmax\": 1365.0, \"ymax\": 968.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1374.0, \"ymin\": 971.0, \"xmax\": 1397.0, \"ymax\": 993.0}, \"category\": \"w30\"}]}, \"65242\": {\"path\": \"test/65242.jpg\", \"id\": 65242, \"objects\": [{\"bbox\": {\"xmin\": 1865.79, \"ymin\": 653.947, \"xmax\": 1921.0526, \"ymax\": 746.0526}, \"category\": \"pne\"}]}, \"61883\": {\"path\": \"train/61883.jpg\", \"id\": 61883, \"objects\": [{\"bbox\": {\"xmin\": 1119.8, \"ymin\": 879.208, \"xmax\": 1160.396, \"ymax\": 918.8117}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1120.79, \"ymin\": 919.802, \"xmax\": 1162.3718, \"ymax\": 957.4253}, \"category\": \"pn\"}]}, \"59242\": {\"path\": \"test/59242.jpg\", \"id\": 59242, \"objects\": [{\"bbox\": {\"xmin\": 742.667, \"ymin\": 917.333, \"xmax\": 820.0, \"ymax\": 985.3333}, \"category\": \"w57\"}]}, \"63659\": {\"path\": \"test/63659.jpg\", \"id\": 63659, \"objects\": [{\"bbox\": {\"xmin\": 1201.33, \"ymin\": 973.333, \"xmax\": 1233.3333, \"ymax\": 1006.6667}, \"category\": \"w59\"}]}, \"34930\": {\"path\": \"train/34930.jpg\", \"id\": 34930, \"objects\": [{\"bbox\": {\"xmin\": 1794.67, \"ymin\": 689.333, \"xmax\": 1842.6667, \"ymax\": 745.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1930.67, \"ymin\": 716.0, \"xmax\": 1970.6667, \"ymax\": 766.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1642.67, \"ymin\": 668.0, \"xmax\": 1696.0, \"ymax\": 724.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1577.33, \"ymin\": 657.333, \"xmax\": 1633.3333, \"ymax\": 716.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1740.0, \"ymin\": 680.0, \"xmax\": 1788.0, \"ymax\": 740.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1880.0, \"ymin\": 702.667, \"xmax\": 1924.0, \"ymax\": 758.6667}, \"category\": \"pl100\"}]}, \"54944\": {\"path\": \"test/54944.jpg\", \"id\": 54944, \"objects\": [{\"bbox\": {\"xmin\": 1157.61279296875, \"ymin\": 1020.6732788085938, \"xmax\": 1184.944091796875, \"ymax\": 1041.908935546875}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1159.09, \"ymin\": 982.955, \"xmax\": 1190.3409, \"ymax\": 1011.9318000000001}, \"category\": \"p5\"}]}, \"7061\": {\"path\": \"train/7061.jpg\", \"id\": 7061, \"objects\": [{\"bbox\": {\"xmin\": 762.667, \"ymin\": 1008.0, \"xmax\": 794.6667, \"ymax\": 1045.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1948.0, \"ymin\": 789.333, \"xmax\": 1984.0, \"ymax\": 844.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 509.333, \"ymin\": 880.0, \"xmax\": 542.6667, \"ymax\": 912.0}, \"category\": \"pne\"}]}, \"92338\": {\"path\": \"train/92338.jpg\", \"id\": 92338, \"objects\": [{\"bbox\": {\"xmin\": 651.2, \"ymin\": 395.2, \"xmax\": 780.8000000000001, \"ymax\": 508.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1501.6, \"ymin\": 412.0, \"xmax\": 1619.1999999999998, \"ymax\": 516.8}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1079.2, \"ymin\": 379.2, \"xmax\": 1214.4, \"ymax\": 489.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 505.6, \"ymin\": 299.2, \"xmax\": 625.6, \"ymax\": 400.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 647.2, \"ymin\": 278.4, \"xmax\": 776.0, \"ymax\": 380.79999999999995}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 917.6, \"ymin\": 376.0, \"xmax\": 1055.2, \"ymax\": 492.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 511.2, \"ymin\": 415.2, \"xmax\": 631.2, \"ymax\": 524.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1356.0, \"ymin\": 393.6, \"xmax\": 1480.8, \"ymax\": 503.20000000000005}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1771.2, \"ymin\": 453.6, \"xmax\": 1864.8, \"ymax\": 553.6}, \"category\": \"pne\"}]}, \"96080\": {\"path\": \"train/96080.jpg\", \"id\": 96080, \"objects\": [{\"bbox\": {\"xmin\": 1704.0, \"ymin\": 954.667, \"xmax\": 1773.3069, \"ymax\": 1068.0}, \"category\": \"p5\"}]}, \"1334\": {\"path\": \"test/1334.jpg\", \"id\": 1334, \"objects\": [{\"bbox\": {\"xmin\": 1616.0, \"ymin\": 744.0, \"xmax\": 1660.0, \"ymax\": 792.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1890.67, \"ymin\": 781.333, \"xmax\": 1924.0, \"ymax\": 824.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1761.33, \"ymin\": 761.333, \"xmax\": 1800.0, \"ymax\": 808.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1562.67, \"ymin\": 737.333, \"xmax\": 1608.0, \"ymax\": 785.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1717.33, \"ymin\": 758.666, \"xmax\": 1753.3264, \"ymax\": 801.3331000000001}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1850.67, \"ymin\": 776.0, \"xmax\": 1885.3333, \"ymax\": 817.3333}, \"category\": \"pl120\"}]}, \"26449\": {\"path\": \"other/26449.jpg\", \"id\": 26449, \"objects\": [{\"bbox\": {\"xmin\": 1095.52, \"ymin\": 902.488, \"xmax\": 1121.393, \"ymax\": 927.3632}, \"category\": \"w21\"}]}, \"10748\": {\"path\": \"train/10748.jpg\", \"id\": 10748, \"objects\": [{\"bbox\": {\"xmin\": 466.4, \"ymin\": 932.8, \"xmax\": 520.0, \"ymax\": 1005.5999999999999}, \"category\": \"pss\"}]}, \"85061\": {\"path\": \"train/85061.jpg\", \"id\": 85061, \"objects\": [{\"bbox\": {\"xmin\": 1576.0, \"ymin\": 710.667, \"xmax\": 1624.0, \"ymax\": 757.3333}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1830.67, \"ymin\": 730.667, \"xmax\": 1866.6667, \"ymax\": 773.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1932.0, \"ymin\": 740.0, \"xmax\": 1966.6667, \"ymax\": 780.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1709.33, \"ymin\": 720.0, \"xmax\": 1750.6667, \"ymax\": 764.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1517.33, \"ymin\": 654.667, \"xmax\": 1565.3333, \"ymax\": 701.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1656.0, \"ymin\": 664.0, \"xmax\": 1698.6667, \"ymax\": 709.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1574.67, \"ymin\": 657.333, \"xmax\": 1621.3333, \"ymax\": 704.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1657.33, \"ymin\": 714.667, \"xmax\": 1700.0, \"ymax\": 761.3333}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1518.67, \"ymin\": 706.667, \"xmax\": 1565.3333, \"ymax\": 754.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1892.0, \"ymin\": 734.667, \"xmax\": 1925.3333, \"ymax\": 777.3333}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1782.67, \"ymin\": 726.667, \"xmax\": 1820.0, \"ymax\": 770.6667}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 2008.0, \"ymin\": 749.333, \"xmax\": 2040.0, \"ymax\": 788.0}, \"category\": \"pne\"}]}, \"37804\": {\"path\": \"train/37804.jpg\", \"id\": 37804, \"objects\": [{\"bbox\": {\"xmin\": 1725.0, \"ymin\": 834.211, \"xmax\": 1757.8947, \"ymax\": 867.1053}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1516.98, \"ymin\": 815.686, \"xmax\": 1550.0, \"ymax\": 853.9474}, \"category\": \"pne\"}]}, \"42180\": {\"path\": \"train/42180.jpg\", \"id\": 42180, \"objects\": [{\"bbox\": {\"xmin\": 973.0, \"ymin\": 705.0, \"xmax\": 1006.0, \"ymax\": 763.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1011.0, \"ymin\": 718.0, \"xmax\": 1043.0, \"ymax\": 771.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1394.0, \"ymin\": 999.0, \"xmax\": 1404.0, \"ymax\": 1037.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1394.0, \"ymin\": 1045.0, \"xmax\": 1406.0, \"ymax\": 1082.0}, \"category\": \"i2r\"}]}, \"93681\": {\"path\": \"train/93681.jpg\", \"id\": 93681, \"objects\": [{\"bbox\": {\"xmin\": 1556.0, \"ymin\": 896.0, \"xmax\": 1677.333, \"ymax\": 1028.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1572.0, \"ymin\": 1033.33, \"xmax\": 1668.0, \"ymax\": 1138.664}, \"category\": \"pr30\"}, {\"bbox\": {\"xmin\": 1734.67, \"ymin\": 949.333, \"xmax\": 1770.6667, \"ymax\": 990.6667}, \"category\": \"pbp\"}]}, \"51486\": {\"path\": \"train/51486.jpg\", \"id\": 51486, \"objects\": [{\"bbox\": {\"xmin\": 290.667, \"ymin\": 860.0, \"xmax\": 332.0, \"ymax\": 900.0}, \"category\": \"pcr\"}, {\"bbox\": {\"xmin\": 290.667, \"ymin\": 912.0, \"xmax\": 333.33329999999995, \"ymax\": 952.0}, \"category\": \"pcl\"}]}, \"89122\": {\"path\": \"train/89122.jpg\", \"id\": 89122, \"objects\": [{\"bbox\": {\"xmin\": 1721.33, \"ymin\": 904.0, \"xmax\": 1780.0, \"ymax\": 969.3333}, \"category\": \"pcl\"}]}, \"51128\": {\"path\": \"train/51128.jpg\", \"id\": 51128, \"objects\": [{\"bbox\": {\"xmin\": 1469.05, \"ymin\": 796.032, \"xmax\": 1515.873, \"ymax\": 848.4127000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1295.24, \"ymin\": 789.683, \"xmax\": 1350.0, \"ymax\": 842.8571}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 738.889, \"ymin\": 811.905, \"xmax\": 788.8889, \"ymax\": 864.2857}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1179.37, \"ymin\": 873.016, \"xmax\": 1212.6984, \"ymax\": 903.9683}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1364.29, \"ymin\": 950.794, \"xmax\": 1403.1746, \"ymax\": 986.5079}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1362.7, \"ymin\": 1002.38, \"xmax\": 1404.7619, \"ymax\": 1042.0635}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1364.29, \"ymin\": 892.857, \"xmax\": 1398.4126999999999, \"ymax\": 932.5396999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1142.86, \"ymin\": 872.222, \"xmax\": 1176.1905, \"ymax\": 905.5556}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1216.67, \"ymin\": 872.222, \"xmax\": 1248.4127, \"ymax\": 906.3492}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 561.111, \"ymin\": 820.635, \"xmax\": 602.381, \"ymax\": 865.873}, \"category\": \"pne\"}]}, \"67192\": {\"path\": \"train/67192.jpg\", \"id\": 67192, \"objects\": [{\"bbox\": {\"xmin\": 538.667, \"ymin\": 946.667, \"xmax\": 605.3333, \"ymax\": 1012.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 196.0, \"ymin\": 720.0, \"xmax\": 262.6667, \"ymax\": 786.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1854.67, \"ymin\": 940.0, \"xmax\": 1873.3333, \"ymax\": 969.3333}, \"category\": \"pbm\"}]}, \"46428\": {\"path\": \"test/46428.jpg\", \"id\": 46428, \"objects\": [{\"bbox\": {\"xmin\": 44.7368, \"ymin\": 903.947, \"xmax\": 61.8421, \"ymax\": 926.3158}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 28.9474, \"ymin\": 903.947, \"xmax\": 44.7368, \"ymax\": 927.6316}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 60.5263, \"ymin\": 902.632, \"xmax\": 81.5789, \"ymax\": 928.9473999999999}, \"category\": \"pn\"}]}, \"12803\": {\"path\": \"train/12803.jpg\", \"id\": 12803, \"objects\": [{\"bbox\": {\"xmin\": 295.05, \"ymin\": 672.277, \"xmax\": 364.3564, \"ymax\": 746.5347}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 117.822, \"ymin\": 708.911, \"xmax\": 173.2673, \"ymax\": 779.2078999999999}, \"category\": \"pne\"}]}, \"12435\": {\"path\": \"train/12435.jpg\", \"id\": 12435, \"objects\": [{\"bbox\": {\"xmin\": 1262.4, \"ymin\": 800.0, \"xmax\": 1297.6000000000001, \"ymax\": 840.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1084.0, \"ymin\": 795.2, \"xmax\": 1121.6, \"ymax\": 833.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 903.2, \"ymin\": 796.8, \"xmax\": 939.2, \"ymax\": 834.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1396.0, \"ymin\": 779.2, \"xmax\": 1431.2, \"ymax\": 815.2}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1750.4, \"ymin\": 838.4, \"xmax\": 1786.4, \"ymax\": 879.1999999999999}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 730.4, \"ymin\": 800.8, \"xmax\": 784.8, \"ymax\": 856.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 996.8, \"ymin\": 795.2, \"xmax\": 1033.6, \"ymax\": 833.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 818.4, \"ymin\": 798.4, \"xmax\": 854.4, \"ymax\": 836.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 799.2, \"xmax\": 1211.2, \"ymax\": 836.0}, \"category\": \"pl80\"}]}, \"6688\": {\"path\": \"test/6688.jpg\", \"id\": 6688, \"objects\": [{\"bbox\": {\"xmin\": 1349.56, \"ymin\": 903.54, \"xmax\": 1378.3211, \"ymax\": 932.7438}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1441.16, \"ymin\": 935.841, \"xmax\": 1460.1819, \"ymax\": 956.6371}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1442.92, \"ymin\": 973.009, \"xmax\": 1457.9621, \"ymax\": 989.8234}, \"category\": \"pn\"}]}, \"21428\": {\"path\": \"train/21428.jpg\", \"id\": 21428, \"objects\": [{\"bbox\": {\"xmin\": 1215.84, \"ymin\": 919.802, \"xmax\": 1232.6733, \"ymax\": 939.604}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1492.08, \"ymin\": 925.743, \"xmax\": 1525.7426, \"ymax\": 971.2871}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1149.5, \"ymin\": 919.802, \"xmax\": 1168.3168, \"ymax\": 940.5941}, \"category\": \"pne\"}]}, \"43033\": {\"path\": \"test/43033.jpg\", \"id\": 43033, \"objects\": [{\"bbox\": {\"xmin\": 620.0, \"ymin\": 935.0, \"xmax\": 678.0, \"ymax\": 993.0}, \"category\": \"p5\"}]}, \"41257\": {\"path\": \"train/41257.jpg\", \"id\": 41257, \"objects\": [{\"bbox\": {\"xmin\": 1688.0, \"ymin\": 663.0, \"xmax\": 1769.0, \"ymax\": 752.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1599.0, \"ymin\": 657.0, \"xmax\": 1684.0, \"ymax\": 750.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1775.0, \"ymin\": 671.0, \"xmax\": 1849.0, \"ymax\": 757.0}, \"category\": \"pn\"}]}, \"37426\": {\"path\": \"train/37426.jpg\", \"id\": 37426, \"objects\": [{\"bbox\": {\"xmin\": 1270.67, \"ymin\": 701.333, \"xmax\": 1345.3333, \"ymax\": 774.6667}, \"category\": \"i4\"}]}, \"68109\": {\"path\": \"test/68109.jpg\", \"id\": 68109, \"objects\": [{\"bbox\": {\"xmin\": 1569.33, \"ymin\": 933.333, \"xmax\": 1613.3333, \"ymax\": 976.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 5.33333, \"ymin\": 941.333, \"xmax\": 42.66663, \"ymax\": 980.0}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 6.66667, \"ymin\": 994.667, \"xmax\": 42.666669999999996, \"ymax\": 1033.3333}, \"category\": \"pbm\"}]}, \"8221\": {\"path\": \"test/8221.jpg\", \"id\": 8221, \"objects\": [{\"bbox\": {\"xmin\": 79.2036, \"ymin\": 850.885, \"xmax\": 105.75229999999999, \"ymax\": 888.9381}, \"category\": \"pl40\"}]}, \"91987\": {\"path\": \"test/91987.jpg\", \"id\": 91987, \"objects\": [{\"bbox\": {\"xmin\": 248.515, \"ymin\": 901.98, \"xmax\": 298.0198, \"ymax\": 954.4554}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 248.515, \"ymin\": 972.278, \"xmax\": 297.0297, \"ymax\": 1029.7034}, \"category\": \"pn\"}]}, \"34441\": {\"path\": \"test/34441.jpg\", \"id\": 34441, \"objects\": [{\"bbox\": {\"xmin\": 1132.0, \"ymin\": 906.667, \"xmax\": 1197.3366, \"ymax\": 968.0}, \"category\": \"w32\"}]}, \"72812\": {\"path\": \"train/72812.jpg\", \"id\": 72812, \"objects\": [{\"bbox\": {\"xmin\": 849.333, \"ymin\": 726.667, \"xmax\": 886.6667, \"ymax\": 762.6673000000001}, \"category\": \"p26\"}]}, \"61176\": {\"path\": \"test/61176.jpg\", \"id\": 61176, \"objects\": [{\"bbox\": {\"xmin\": 1866.34, \"ymin\": 912.871, \"xmax\": 1878.2178, \"ymax\": 930.6931}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1843.56, \"ymin\": 909.901, \"xmax\": 1864.3564, \"ymax\": 930.6931}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1884.16, \"ymin\": 910.891, \"xmax\": 1900.0, \"ymax\": 929.703}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1983.17, \"ymin\": 859.406, \"xmax\": 2014.8515, \"ymax\": 891.0890999999999}, \"category\": \"pne\"}]}, \"60037\": {\"path\": \"test/60037.jpg\", \"id\": 60037, \"objects\": [{\"bbox\": {\"xmin\": 49.3333, \"ymin\": 756.0, \"xmax\": 114.66669999999999, \"ymax\": 854.6667}, \"category\": \"pl40\"}]}, \"71982\": {\"path\": \"test/71982.jpg\", \"id\": 71982, \"objects\": [{\"bbox\": {\"xmin\": 1591.0, \"ymin\": 1004.0, \"xmax\": 1647.0, \"ymax\": 1063.0}, \"category\": \"pl120\"}]}, \"21088\": {\"path\": \"train/21088.jpg\", \"id\": 21088, \"objects\": [{\"bbox\": {\"xmin\": 296.0, \"ymin\": 585.333, \"xmax\": 337.3333, \"ymax\": 657.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 241.333, \"ymin\": 644.0, \"xmax\": 289.3333, \"ymax\": 721.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 344.0, \"ymin\": 608.0, \"xmax\": 382.6663, \"ymax\": 678.6667}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 294.667, \"ymin\": 662.667, \"xmax\": 337.33329999999995, \"ymax\": 738.6667}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 345.333, \"ymin\": 684.0, \"xmax\": 382.66670000000005, \"ymax\": 756.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 240.0, \"ymin\": 557.333, \"xmax\": 292.0, \"ymax\": 634.6667}, \"category\": \"p29\"}]}, \"66140\": {\"path\": \"train/66140.jpg\", \"id\": 66140, \"objects\": [{\"bbox\": {\"xmin\": 1049.8, \"ymin\": 843.028, \"xmax\": 1085.6574, \"ymax\": 882.4701}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1088.84, \"ymin\": 845.817, \"xmax\": 1126.2948, \"ymax\": 882.0724}, \"category\": \"pn\"}]}, \"88704\": {\"path\": \"other/88704.jpg\", \"id\": 88704, \"objects\": [{\"bbox\": {\"xmin\": 371.523, \"ymin\": 967.55, \"xmax\": 380.13245, \"ymax\": 982.7814999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 962.252, \"ymin\": 969.536, \"xmax\": 973.5098999999999, \"ymax\": 981.457}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 350.99, \"ymin\": 965.562, \"xmax\": 357.61635, \"ymax\": 980.7945}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 911.921, \"ymin\": 970.861, \"xmax\": 921.8543000000001, \"ymax\": 981.457}, \"category\": \"pne\"}]}, \"60195\": {\"path\": \"train/60195.jpg\", \"id\": 60195, \"objects\": [{\"bbox\": {\"xmin\": 48.0, \"ymin\": 712.0, \"xmax\": 101.0, \"ymax\": 788.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1299.0, \"ymin\": 984.0, \"xmax\": 1315.0, \"ymax\": 1003.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1735.0, \"ymin\": 922.0, \"xmax\": 1759.0, \"ymax\": 952.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1.0, \"ymin\": 866.0, \"xmax\": 25.0, \"ymax\": 903.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1284.0, \"ymin\": 982.0, \"xmax\": 1299.0, \"ymax\": 1003.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1671.0, \"ymin\": 1031.0, \"xmax\": 1693.0, \"ymax\": 1056.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1761.0, \"ymin\": 924.0, \"xmax\": 1785.0, \"ymax\": 958.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1318.0, \"ymin\": 984.0, \"xmax\": 1334.0, \"ymax\": 1003.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 27.0, \"ymin\": 867.0, \"xmax\": 52.0, \"ymax\": 903.0}, \"category\": \"pn\"}]}, \"58000\": {\"path\": \"train/58000.jpg\", \"id\": 58000, \"objects\": [{\"bbox\": {\"xmin\": 227.778, \"ymin\": 949.206, \"xmax\": 269.8413, \"ymax\": 992.8571000000001}, \"category\": \"pne\"}]}, \"86247\": {\"path\": \"test/86247.jpg\", \"id\": 86247, \"objects\": [{\"bbox\": {\"xmin\": 1299.01, \"ymin\": 964.356, \"xmax\": 1321.7822, \"ymax\": 990.099}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1300.99, \"ymin\": 1001.98, \"xmax\": 1325.7426, \"ymax\": 1028.7129}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1299.01, \"ymin\": 921.782, \"xmax\": 1324.7525, \"ymax\": 953.4653000000001}, \"category\": \"p26\"}]}, \"30162\": {\"path\": \"train/30162.jpg\", \"id\": 30162, \"objects\": [{\"bbox\": {\"xmin\": 452.0, \"ymin\": 718.0, \"xmax\": 520.0, \"ymax\": 788.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1310.0, \"ymin\": 681.0, \"xmax\": 1388.0, \"ymax\": 759.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1016.0, \"ymin\": 678.0, \"xmax\": 1094.0, \"ymax\": 758.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 718.0, \"ymin\": 691.0, \"xmax\": 792.0, \"ymax\": 768.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 870.0, \"ymin\": 683.0, \"xmax\": 947.0, \"ymax\": 758.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1169.0, \"ymin\": 674.0, \"xmax\": 1247.0, \"ymax\": 751.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 337.0, \"ymin\": 730.0, \"xmax\": 399.0, \"ymax\": 798.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 579.0, \"ymin\": 702.0, \"xmax\": 650.0, \"ymax\": 776.0}, \"category\": \"pl120\"}]}, \"53637\": {\"path\": \"other/53637.jpg\", \"id\": 53637, \"objects\": [{\"bbox\": {\"xmin\": 876.984, \"ymin\": 1000.0, \"xmax\": 896.8254000000001, \"ymax\": 1025.3968}, \"category\": \"pb\"}]}, \"54130\": {\"path\": \"train/54130.jpg\", \"id\": 54130, \"objects\": [{\"bbox\": {\"xmin\": 1241.0, \"ymin\": 813.0, \"xmax\": 1284.0, \"ymax\": 858.0}, \"category\": \"pl50\"}]}, \"18581\": {\"path\": \"test/18581.jpg\", \"id\": 18581, \"objects\": [{\"bbox\": {\"xmin\": 1838.67, \"ymin\": 786.667, \"xmax\": 1937.3267, \"ymax\": 912.0}, \"category\": \"pl80\"}]}, \"12244\": {\"path\": \"train/12244.jpg\", \"id\": 12244, \"objects\": [{\"bbox\": {\"xmin\": 1336.0, \"ymin\": 811.0, \"xmax\": 1394.0, \"ymax\": 871.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1202.0, \"ymin\": 708.0, \"xmax\": 1262.0, \"ymax\": 766.0}, \"category\": \"pn\"}]}, \"13629\": {\"path\": \"other/13629.jpg\", \"id\": 13629, \"objects\": [{\"bbox\": {\"xmin\": 1657.7930908203125, \"ymin\": 997.465576171875, \"xmax\": 1674.9925537109375, \"ymax\": 1017.4681396484375}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1658.645751953125, \"ymin\": 971.5707397460938, \"xmax\": 1676.335205078125, \"ymax\": 990.3875122070312}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1659.875, \"ymin\": 942.5750122070312, \"xmax\": 1677.623779296875, \"ymax\": 963.4724731445312}, \"category\": \"p26\"}]}, \"77690\": {\"path\": \"train/77690.jpg\", \"id\": 77690, \"objects\": [{\"bbox\": {\"xmin\": 58.6667, \"ymin\": 1050.67, \"xmax\": 177.3337, \"ymax\": 1202.6670000000001}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1502.67, \"ymin\": 937.333, \"xmax\": 1677.333, \"ymax\": 1124.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1498.67, \"ymin\": 578.667, \"xmax\": 1665.333, \"ymax\": 750.667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1497.33, \"ymin\": 376.0, \"xmax\": 1665.3329999999999, \"ymax\": 530.667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 48.0, \"ymin\": 585.333, \"xmax\": 157.333, \"ymax\": 730.6669999999999}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 50.6667, \"ymin\": 744.0, \"xmax\": 163.9997, \"ymax\": 890.667}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 58.6667, \"ymin\": 896.0, \"xmax\": 169.3337, \"ymax\": 1045.333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1504.0, \"ymin\": 753.333, \"xmax\": 1672.0, \"ymax\": 933.333}, \"category\": \"pbp\"}]}, \"3747\": {\"path\": \"train/3747.jpg\", \"id\": 3747, \"objects\": [{\"bbox\": {\"xmin\": 781.188, \"ymin\": 922.772, \"xmax\": 804.9505, \"ymax\": 942.5743}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 805.941, \"ymin\": 918.812, \"xmax\": 827.7228, \"ymax\": 944.5545}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 645.545, \"ymin\": 936.634, \"xmax\": 676.2375999999999, \"ymax\": 967.3267}, \"category\": \"pne\"}]}, \"92853\": {\"path\": \"test/92853.jpg\", \"id\": 92853, \"objects\": [{\"bbox\": {\"xmin\": 1945.0, \"ymin\": 881.0, \"xmax\": 1976.0, \"ymax\": 937.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1672.0, \"ymin\": 953.0, \"xmax\": 1702.0, \"ymax\": 996.0}, \"category\": \"pne\"}]}, \"5107\": {\"path\": \"other/5107.jpg\", \"id\": 5107, \"objects\": [{\"bbox\": {\"xmin\": 461.333, \"ymin\": 882.667, \"xmax\": 542.6667, \"ymax\": 960.0}, \"category\": \"ps\"}]}, \"84591\": {\"path\": \"train/84591.jpg\", \"id\": 84591, \"objects\": [{\"bbox\": {\"xmin\": 878.218, \"ymin\": 920.792, \"xmax\": 897.0296999999999, \"ymax\": 941.5842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1213.86, \"ymin\": 826.733, \"xmax\": 1258.4158, \"ymax\": 877.2276999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1117.82, \"ymin\": 829.703, \"xmax\": 1162.3762, \"ymax\": 875.2475}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1167.33, \"ymin\": 831.683, \"xmax\": 1211.8812, \"ymax\": 875.2475}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 800.99, \"ymin\": 920.792, \"xmax\": 821.7822, \"ymax\": 943.5644}, \"category\": \"pne\"}]}, \"81422\": {\"path\": \"test/81422.jpg\", \"id\": 81422, \"objects\": [{\"bbox\": {\"xmin\": 1583.52, \"ymin\": 1015.91, \"xmax\": 1603.9773, \"ymax\": 1036.9318}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1404.55, \"ymin\": 980.114, \"xmax\": 1421.5909, \"ymax\": 997.1598}, \"category\": \"w59\"}]}, \"58303\": {\"path\": \"test/58303.jpg\", \"id\": 58303, \"objects\": [{\"bbox\": {\"xmin\": 99.4318, \"ymin\": 878.977, \"xmax\": 123.86359999999999, \"ymax\": 909.6591}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 23.2955, \"ymin\": 875.568, \"xmax\": 48.863600000000005, \"ymax\": 905.6818}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1294.32, \"ymin\": 918.182, \"xmax\": 1315.3409, \"ymax\": 942.6136}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1423.3, \"ymin\": 948.295, \"xmax\": 1437.5, \"ymax\": 966.4773}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1390.34, \"ymin\": 949.432, \"xmax\": 1404.5374, \"ymax\": 965.9091}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1406.25, \"ymin\": 948.864, \"xmax\": 1421.5909, \"ymax\": 965.9091000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1200.57, \"ymin\": 920.455, \"xmax\": 1225.0, \"ymax\": 942.0455000000001}, \"category\": \"pne\"}]}, \"69105\": {\"path\": \"train/69105.jpg\", \"id\": 69105, \"objects\": [{\"bbox\": {\"xmin\": 289.333, \"ymin\": 916.0, \"xmax\": 341.3324, \"ymax\": 969.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 160.0, \"ymin\": 777.333, \"xmax\": 208.0009, \"ymax\": 842.6660999999999}, \"category\": \"pne\"}]}, \"4496\": {\"path\": \"test/4496.jpg\", \"id\": 4496, \"objects\": [{\"bbox\": {\"xmin\": 1138.67, \"ymin\": 397.333, \"xmax\": 1293.333, \"ymax\": 530.667}, \"category\": \"pl40\"}]}, \"96566\": {\"path\": \"test/96566.jpg\", \"id\": 96566, \"objects\": [{\"bbox\": {\"xmin\": 378.667, \"ymin\": 837.333, \"xmax\": 438.6667, \"ymax\": 922.6667}, \"category\": \"pl120\"}]}, \"89524\": {\"path\": \"other/89524.jpg\", \"id\": 89524, \"objects\": [{\"bbox\": {\"xmin\": 386.667, \"ymin\": 649.333, \"xmax\": 448.0, \"ymax\": 732.0}, \"category\": \"i3\"}]}, \"21546\": {\"path\": \"test/21546.jpg\", \"id\": 21546, \"objects\": [{\"bbox\": {\"xmin\": 366.814, \"ymin\": 999.558, \"xmax\": 387.16810000000004, \"ymax\": 1042.4779}, \"category\": \"p5\"}]}, \"54700\": {\"path\": \"train/54700.jpg\", \"id\": 54700, \"objects\": [{\"bbox\": {\"xmin\": 848.0, \"ymin\": 584.0, \"xmax\": 925.0, \"ymax\": 660.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1473.0, \"ymin\": 1088.0, \"xmax\": 1503.0, \"ymax\": 1121.0}, \"category\": \"iz\"}]}, \"11300\": {\"path\": \"test/11300.jpg\", \"id\": 11300, \"objects\": [{\"bbox\": {\"xmin\": 465.0, \"ymin\": 582.0, \"xmax\": 537.0, \"ymax\": 659.0}, \"category\": \"pr40\"}]}, \"97160\": {\"path\": \"train/97160.jpg\", \"id\": 97160, \"objects\": [{\"bbox\": {\"xmin\": 1879.21, \"ymin\": 984.158, \"xmax\": 1917.8344, \"ymax\": 1021.7812}, \"category\": \"w57\"}]}, \"44966\": {\"path\": \"test/44966.jpg\", \"id\": 44966, \"objects\": [{\"bbox\": {\"xmin\": 1808.0, \"ymin\": 885.333, \"xmax\": 1864.0, \"ymax\": 949.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1806.67, \"ymin\": 948.0, \"xmax\": 1866.6667, \"ymax\": 1006.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 756.0, \"xmax\": 1309.3333, \"ymax\": 798.6667}, \"category\": \"pl40\"}]}, \"64015\": {\"path\": \"train/64015.jpg\", \"id\": 64015, \"objects\": [{\"bbox\": {\"xmin\": 192.079, \"ymin\": 898.02, \"xmax\": 213.8614, \"ymax\": 922.7723}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 132.673, \"ymin\": 905.941, \"xmax\": 151.4851, \"ymax\": 929.703}, \"category\": \"pne\"}]}, \"82133\": {\"path\": \"train/82133.jpg\", \"id\": 82133, \"objects\": [{\"bbox\": {\"xmin\": 273.333, \"ymin\": 814.667, \"xmax\": 336.0, \"ymax\": 902.6667}, \"category\": \"ph5\"}]}, \"56815\": {\"path\": \"test/56815.jpg\", \"id\": 56815, \"objects\": [{\"bbox\": {\"xmin\": 579.208, \"ymin\": 844.554, \"xmax\": 616.8317, \"ymax\": 917.8217999999999}, \"category\": \"ip\"}]}, \"37146\": {\"path\": \"other/37146.jpg\", \"id\": 37146, \"objects\": [{\"bbox\": {\"xmin\": 1565.49, \"ymin\": 987.168, \"xmax\": 1580.9759, \"ymax\": 1002.2124}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1192.04, \"ymin\": 952.212, \"xmax\": 1205.3147, \"ymax\": 968.5841}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1037.17, \"ymin\": 983.186, \"xmax\": 1052.2124000000001, \"ymax\": 999.115}, \"category\": \"pne\"}]}, \"15392\": {\"path\": \"test/15392.jpg\", \"id\": 15392, \"objects\": [{\"bbox\": {\"xmin\": 496.6304016113281, \"ymin\": 1045.45947265625, \"xmax\": 525.5856323242188, \"ymax\": 1112.606689453125}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 497.21038818359375, \"ymin\": 982.806884765625, \"xmax\": 524.1270751953125, \"ymax\": 1050.029541015625}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1430.67, \"ymin\": 973.333, \"xmax\": 1466.6667, \"ymax\": 1012.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1433.33, \"ymin\": 1009.33, \"xmax\": 1468.0, \"ymax\": 1045.3333}, \"category\": \"pl5\"}]}, \"10463\": {\"path\": \"train/10463.jpg\", \"id\": 10463, \"objects\": [{\"bbox\": {\"xmin\": 732.451, \"ymin\": 1212.58, \"xmax\": 758.2786, \"ymax\": 1241.7219}, \"category\": \"pl50\"}]}, \"96997\": {\"path\": \"train/96997.jpg\", \"id\": 96997, \"objects\": [{\"bbox\": {\"xmin\": 553.465, \"ymin\": 922.772, \"xmax\": 569.3069, \"ymax\": 941.5842}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 533.663, \"ymin\": 922.772, \"xmax\": 552.4752, \"ymax\": 944.5545000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 570.297, \"ymin\": 920.792, \"xmax\": 588.1188000000001, \"ymax\": 944.5545000000001}, \"category\": \"pn\"}]}, \"59155\": {\"path\": \"test/59155.jpg\", \"id\": 59155, \"objects\": [{\"bbox\": {\"xmin\": 173.0, \"ymin\": 898.0, \"xmax\": 364.0, \"ymax\": 1110.0}, \"category\": \"w59\"}]}, \"8783\": {\"path\": \"test/8783.jpg\", \"id\": 8783, \"objects\": [{\"bbox\": {\"xmin\": 1874.0977783203125, \"ymin\": 730.9573974609375, \"xmax\": 1911.4339599609375, \"ymax\": 774.3140869140625}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1916.77783203125, \"ymin\": 737.3055419921875, \"xmax\": 1952.277099609375, \"ymax\": 779.6409912109375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1449.0, \"ymin\": 951.0, \"xmax\": 1469.0, \"ymax\": 970.0}, \"category\": \"w57\"}]}, \"7273\": {\"path\": \"test/7273.jpg\", \"id\": 7273, \"objects\": [{\"bbox\": {\"xmin\": 1478.0, \"ymin\": 959.0, \"xmax\": 1532.0, \"ymax\": 1017.0}, \"category\": \"pl50\"}]}, \"5202\": {\"path\": \"test/5202.jpg\", \"id\": 5202, \"objects\": [{\"bbox\": {\"xmin\": 283.1846618652344, \"ymin\": 989.6165161132812, \"xmax\": 302.1071472167969, \"ymax\": 1015.7334594726562}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 228.0, \"ymin\": 940.0, \"xmax\": 262.6667, \"ymax\": 982.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 696.0, \"ymin\": 984.0, \"xmax\": 717.3333, \"ymax\": 1006.6667}, \"category\": \"pcl\"}]}, \"80022\": {\"path\": \"train/80022.jpg\", \"id\": 80022, \"objects\": [{\"bbox\": {\"xmin\": 1080.26, \"ymin\": 868.421, \"xmax\": 1113.1579, \"ymax\": 900.0007}, \"category\": \"w55\"}]}, \"97233\": {\"path\": \"train/97233.jpg\", \"id\": 97233, \"objects\": [{\"bbox\": {\"xmin\": 1902.0, \"ymin\": 664.0, \"xmax\": 1967.0, \"ymax\": 735.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 730.0, \"ymin\": 769.0, \"xmax\": 778.0, \"ymax\": 820.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1766.0, \"ymin\": 643.0, \"xmax\": 1833.0, \"ymax\": 719.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1530.0, \"ymin\": 616.0, \"xmax\": 1608.0, \"ymax\": 699.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 613.0, \"xmax\": 1523.0, \"ymax\": 693.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1617.0, \"ymin\": 625.0, \"xmax\": 1692.0, \"ymax\": 705.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 475.0, \"ymin\": 796.0, \"xmax\": 515.0, \"ymax\": 839.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1836.0, \"ymin\": 655.0, \"xmax\": 1900.0, \"ymax\": 729.0}, \"category\": \"im\"}]}, \"55068\": {\"path\": \"other/55068.jpg\", \"id\": 55068, \"objects\": [{\"bbox\": {\"xmin\": 550.3860473632812, \"ymin\": 1133.8636474609375, \"xmax\": 572.2261352539062, \"ymax\": 1157.5452880859375}, \"category\": \"pmb\"}]}, \"33723\": {\"path\": \"other/33723.jpg\", \"id\": 33723, \"objects\": [{\"bbox\": {\"xmin\": 1141.04, \"ymin\": 983.665, \"xmax\": 1149.0071699999999, \"ymax\": 993.6255}, \"category\": \"pne\"}]}, \"1277\": {\"path\": \"train/1277.jpg\", \"id\": 1277, \"objects\": [{\"bbox\": {\"xmin\": 1190.61279296875, \"ymin\": 1007.4560546875, \"xmax\": 1219.224609375, \"ymax\": 1032.0570068359375}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1185.8, \"ymin\": 961.932, \"xmax\": 1227.2727, \"ymax\": 1004.5455000000001}, \"category\": \"p5\"}]}, \"47669\": {\"path\": \"other/47669.jpg\", \"id\": 47669, \"objects\": [{\"bbox\": {\"xmin\": 1910.67, \"ymin\": 918.667, \"xmax\": 1974.6667, \"ymax\": 977.3333}, \"category\": \"w3\"}]}, \"64606\": {\"path\": \"train/64606.jpg\", \"id\": 64606, \"objects\": [{\"bbox\": {\"xmin\": 1036.84, \"ymin\": 885.526, \"xmax\": 1075.0, \"ymax\": 917.1052999999999}, \"category\": \"w20\"}, {\"bbox\": {\"xmin\": 1078.95, \"ymin\": 885.526, \"xmax\": 1115.7895, \"ymax\": 917.1052999999999}, \"category\": \"w57\"}]}, \"4809\": {\"path\": \"test/4809.jpg\", \"id\": 4809, \"objects\": [{\"bbox\": {\"xmin\": 930.0, \"ymin\": 780.0, \"xmax\": 991.0, \"ymax\": 844.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1023.0, \"ymin\": 890.0, \"xmax\": 1050.0, \"ymax\": 922.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 993.0, \"ymin\": 778.0, \"xmax\": 1056.0, \"ymax\": 839.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 989.0, \"ymin\": 891.0, \"xmax\": 1017.0, \"ymax\": 922.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1054.0, \"ymin\": 893.0, \"xmax\": 1086.0, \"ymax\": 924.0}, \"category\": \"pn\"}]}, \"60750\": {\"path\": \"test/60750.jpg\", \"id\": 60750, \"objects\": [{\"bbox\": {\"xmin\": 1748.51, \"ymin\": 773.267, \"xmax\": 1802.9703, \"ymax\": 826.7327}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1779.21, \"ymin\": 891.089, \"xmax\": 1800.9901, \"ymax\": 917.8218}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1729.7, \"ymin\": 889.109, \"xmax\": 1753.4653, \"ymax\": 916.8317000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1755.45, \"ymin\": 889.109, \"xmax\": 1778.2223000000001, \"ymax\": 917.8218}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1527.72, \"ymin\": 754.455, \"xmax\": 1590.0869, \"ymax\": 812.8713}, \"category\": \"pne\"}]}, \"67828\": {\"path\": \"test/67828.jpg\", \"id\": 67828, \"objects\": [{\"bbox\": {\"xmin\": 1757.33, \"ymin\": 938.667, \"xmax\": 1818.6667, \"ymax\": 1016.0}, \"category\": \"w32\"}]}, \"75462\": {\"path\": \"train/75462.jpg\", \"id\": 75462, \"objects\": [{\"bbox\": {\"xmin\": 1758.42, \"ymin\": 772.277, \"xmax\": 1801.9802, \"ymax\": 823.7624000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1893.07, \"ymin\": 982.178, \"xmax\": 1913.8614, \"ymax\": 1007.9208}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1892.08, \"ymin\": 1018.81, \"xmax\": 1913.8614, \"ymax\": 1039.604}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1894.06, \"ymin\": 946.535, \"xmax\": 1914.8515, \"ymax\": 973.2673}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1547.52, \"ymin\": 742.574, \"xmax\": 1601.9802, \"ymax\": 800.0}, \"category\": \"pne\"}]}, \"86621\": {\"path\": \"train/86621.jpg\", \"id\": 86621, \"objects\": [{\"bbox\": {\"xmin\": 467.46, \"ymin\": 538.158, \"xmax\": 517.4603, \"ymax\": 651.587}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 406.83, \"ymin\": 491.562, \"xmax\": 464.72429999999997, \"ymax\": 619.193}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 519.215, \"ymin\": 574.457, \"xmax\": 565.2677, \"ymax\": 672.2218}, \"category\": \"pn\"}]}, \"54910\": {\"path\": \"train/54910.jpg\", \"id\": 54910, \"objects\": [{\"bbox\": {\"xmin\": 1037.33, \"ymin\": 768.0, \"xmax\": 1078.6667, \"ymax\": 806.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1164.0, \"ymin\": 765.333, \"xmax\": 1204.0, \"ymax\": 805.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 910.667, \"ymin\": 773.333, \"xmax\": 953.3333, \"ymax\": 812.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 865.333, \"ymin\": 776.0, \"xmax\": 906.6667, \"ymax\": 816.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 989.333, \"ymin\": 769.333, \"xmax\": 1030.6667, \"ymax\": 809.333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1116.0, \"ymin\": 765.333, \"xmax\": 1158.6667, \"ymax\": 808.0}, \"category\": \"pl100\"}]}, \"74716\": {\"path\": \"test/74716.jpg\", \"id\": 74716, \"objects\": [{\"bbox\": {\"xmin\": 1066.34, \"ymin\": 844.554, \"xmax\": 1100.0, \"ymax\": 882.1782}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1100.99, \"ymin\": 845.545, \"xmax\": 1137.6195, \"ymax\": 882.1782}, \"category\": \"pn\"}]}, \"53500\": {\"path\": \"test/53500.jpg\", \"id\": 53500, \"objects\": [{\"bbox\": {\"xmin\": 1726.8775634765625, \"ymin\": 1061.7447509765625, \"xmax\": 1760.5504150390625, \"ymax\": 1091.2493896484375}, \"category\": \"pmb\"}, {\"bbox\": {\"xmin\": 1391.16, \"ymin\": 872.124, \"xmax\": 1434.5133, \"ymax\": 915.0447}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1391.15, \"ymin\": 931.416, \"xmax\": 1435.3982, \"ymax\": 974.3368}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1873.63, \"ymin\": 1116.92, \"xmax\": 1894.5274000000002, \"ymax\": 1141.7910000000002}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1287.56, \"ymin\": 933.333, \"xmax\": 1302.9850999999999, \"ymax\": 949.7511999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1147.35, \"ymin\": 930.088, \"xmax\": 1163.2742999999998, \"ymax\": 946.9026}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1305.75, \"ymin\": 933.628, \"xmax\": 1323.4513, \"ymax\": 951.7699}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1167.25, \"ymin\": 930.53, \"xmax\": 1184.9534, \"ymax\": 947.3447}, \"category\": \"pn\"}]}, \"23202\": {\"path\": \"train/23202.jpg\", \"id\": 23202, \"objects\": [{\"bbox\": {\"xmin\": 1233.0, \"ymin\": 890.0, \"xmax\": 1261.0, \"ymax\": 922.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1353.0, \"ymin\": 788.0, \"xmax\": 1402.0, \"ymax\": 841.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1203.0, \"ymin\": 893.0, \"xmax\": 1229.0, \"ymax\": 922.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1265.0, \"ymin\": 891.0, \"xmax\": 1293.0, \"ymax\": 921.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1647.0, \"ymin\": 948.0, \"xmax\": 1677.0, \"ymax\": 984.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1644.0, \"ymin\": 983.0, \"xmax\": 1676.0, \"ymax\": 1017.0}, \"category\": \"i2r\"}]}, \"24317\": {\"path\": \"train/24317.jpg\", \"id\": 24317, \"objects\": [{\"bbox\": {\"xmin\": 1517.0, \"ymin\": 854.0, \"xmax\": 1552.0, \"ymax\": 891.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1201.0, \"ymin\": 923.0, \"xmax\": 1211.0, \"ymax\": 934.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1540.0, \"ymin\": 834.667, \"xmax\": 1556.0, \"ymax\": 850.6667}, \"category\": \"w63\"}]}, \"51908\": {\"path\": \"train/51908.jpg\", \"id\": 51908, \"objects\": [{\"bbox\": {\"xmin\": 1688.24, \"ymin\": 803.922, \"xmax\": 1727.451, \"ymax\": 858.8235}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1628.95, \"ymin\": 807.843, \"xmax\": 1676.4758, \"ymax\": 852.6315999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1733.33, \"ymin\": 809.804, \"xmax\": 1778.9474, \"ymax\": 861.8421}, \"category\": \"pn\"}]}, \"34173\": {\"path\": \"other/34173.jpg\", \"id\": 34173, \"objects\": [{\"bbox\": {\"xmin\": 752.381, \"ymin\": 920.635, \"xmax\": 764.2857, \"ymax\": 933.3333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 665.873, \"ymin\": 922.222, \"xmax\": 680.1587000000001, \"ymax\": 934.9206}, \"category\": \"pne\"}]}, \"34197\": {\"path\": \"train/34197.jpg\", \"id\": 34197, \"objects\": [{\"bbox\": {\"xmin\": 1240.0, \"ymin\": 970.4, \"xmax\": 1300.0, \"ymax\": 1030.4}, \"category\": \"pa12\"}, {\"bbox\": {\"xmin\": 1236.8, \"ymin\": 908.0, \"xmax\": 1297.6, \"ymax\": 968.0}, \"category\": \"pm30\"}]}, \"5045\": {\"path\": \"train/5045.jpg\", \"id\": 5045, \"objects\": [{\"bbox\": {\"xmin\": 1894.67, \"ymin\": 885.333, \"xmax\": 1924.0, \"ymax\": 922.6667}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1510.67, \"ymin\": 840.0, \"xmax\": 1550.6667, \"ymax\": 884.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1789.33, \"ymin\": 872.0, \"xmax\": 1820.0, \"ymax\": 909.3333}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1638.67, \"ymin\": 856.0, \"xmax\": 1674.6667, \"ymax\": 894.6667}, \"category\": \"pl90\"}]}, \"82881\": {\"path\": \"train/82881.jpg\", \"id\": 82881, \"objects\": [{\"bbox\": {\"xmin\": 1490.403076171875, \"ymin\": 940.972900390625, \"xmax\": 1542.605224609375, \"ymax\": 990.1759033203125}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1135.64, \"ymin\": 938.614, \"xmax\": 1162.3762000000002, \"ymax\": 964.3564}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1435.64, \"ymin\": 938.614, \"xmax\": 1479.2079, \"ymax\": 983.1683}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1459.41, \"ymin\": 887.129, \"xmax\": 1501.9802, \"ymax\": 931.6835}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1108.91, \"ymin\": 937.624, \"xmax\": 1132.6733000000002, \"ymax\": 964.3564}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1270.3, \"ymin\": 1008.91, \"xmax\": 1302.9703, \"ymax\": 1037.6238}, \"category\": \"pl40\"}]}, \"80009\": {\"path\": \"train/80009.jpg\", \"id\": 80009, \"objects\": [{\"bbox\": {\"xmin\": 953.333, \"ymin\": 934.667, \"xmax\": 978.6667, \"ymax\": 960.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 953.333, \"ymin\": 960.0, \"xmax\": 980.0, \"ymax\": 986.6667}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 805.333, \"ymin\": 802.667, \"xmax\": 842.6667, \"ymax\": 840.0}, \"category\": \"pm20\"}]}, \"80692\": {\"path\": \"test/80692.jpg\", \"id\": 80692, \"objects\": [{\"bbox\": {\"xmin\": 741.74951171875, \"ymin\": 910.1207275390625, \"xmax\": 759.088134765625, \"ymax\": 930.5673828125}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 377.333, \"ymin\": 864.0, \"xmax\": 408.0, \"ymax\": 902.6667}, \"category\": \"p19\"}]}, \"77340\": {\"path\": \"train/77340.jpg\", \"id\": 77340, \"objects\": [{\"bbox\": {\"xmin\": 32.6733, \"ymin\": 955.446, \"xmax\": 60.396, \"ymax\": 990.099}, \"category\": \"p26\"}]}, \"3411\": {\"path\": \"train/3411.jpg\", \"id\": 3411, \"objects\": [{\"bbox\": {\"xmin\": 1550.79, \"ymin\": 846.825, \"xmax\": 1593.6508, \"ymax\": 889.6825}, \"category\": \"pl40\"}]}, \"11050\": {\"path\": \"test/11050.jpg\", \"id\": 11050, \"objects\": [{\"bbox\": {\"xmin\": 1235.0, \"ymin\": 815.0, \"xmax\": 1277.0, \"ymax\": 859.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1279.0, \"ymin\": 814.0, \"xmax\": 1319.0, \"ymax\": 857.0}, \"category\": \"pn\"}]}, \"82267\": {\"path\": \"train/82267.jpg\", \"id\": 82267, \"objects\": [{\"bbox\": {\"xmin\": 504.0, \"ymin\": 1034.67, \"xmax\": 557.3333, \"ymax\": 1086.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 504.0, \"ymin\": 980.0, \"xmax\": 558.6667, \"ymax\": 1032.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 501.333, \"ymin\": 1085.33, \"xmax\": 556.0, \"ymax\": 1134.6667}, \"category\": \"w30\"}]}, \"61986\": {\"path\": \"other/61986.jpg\", \"id\": 61986, \"objects\": [{\"bbox\": {\"xmin\": 1535.2, \"ymin\": 934.4, \"xmax\": 1623.2, \"ymax\": 1020.0}, \"category\": \"pr50\"}]}, \"33565\": {\"path\": \"test/33565.jpg\", \"id\": 33565, \"objects\": [{\"bbox\": {\"xmin\": 1862.67, \"ymin\": 768.0, \"xmax\": 1929.3333, \"ymax\": 845.3333}, \"category\": \"pl60\"}]}, \"8912\": {\"path\": \"train/8912.jpg\", \"id\": 8912, \"objects\": [{\"bbox\": {\"xmin\": 1222.52, \"ymin\": 901.987, \"xmax\": 1247.6812, \"ymax\": 927.8145999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1256.29, \"ymin\": 903.974, \"xmax\": 1279.4651999999999, \"ymax\": 929.1402}, \"category\": \"pn\"}]}, \"21434\": {\"path\": \"train/21434.jpg\", \"id\": 21434, \"objects\": [{\"bbox\": {\"xmin\": 1896.05, \"ymin\": 634.211, \"xmax\": 1964.4737, \"ymax\": 723.6842}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1623.68, \"ymin\": 593.421, \"xmax\": 1713.1579000000002, \"ymax\": 694.7370000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1253.95, \"ymin\": 811.842, \"xmax\": 1297.3684, \"ymax\": 857.8947}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1735.53, \"ymin\": 890.789, \"xmax\": 1800.0074, \"ymax\": 959.2101}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1728.95, \"ymin\": 993.421, \"xmax\": 1797.3684, \"ymax\": 1063.1579000000002}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1735.53, \"ymin\": 785.526, \"xmax\": 1800.0, \"ymax\": 861.8421}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1206.58, \"ymin\": 813.158, \"xmax\": 1246.0526, \"ymax\": 860.5263}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1302.63, \"ymin\": 809.211, \"xmax\": 1346.0526000000002, \"ymax\": 855.2632}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1348.68, \"ymin\": 915.789, \"xmax\": 1388.1579000000002, \"ymax\": 956.5789}, \"category\": \"p29\"}]}, \"95808\": {\"path\": \"test/95808.jpg\", \"id\": 95808, \"objects\": [{\"bbox\": {\"xmin\": 1576.1, \"ymin\": 960.558, \"xmax\": 1600.3983999999998, \"ymax\": 990.0398}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1317.13, \"ymin\": 944.622, \"xmax\": 1329.4821000000002, \"ymax\": 958.1673}, \"category\": \"pn\"}]}, \"40982\": {\"path\": \"train/40982.jpg\", \"id\": 40982, \"objects\": [{\"bbox\": {\"xmin\": 526.4, \"ymin\": 933.6, \"xmax\": 620.8, \"ymax\": 1069.6}, \"category\": \"p26\"}]}, \"74641\": {\"path\": \"other/74641.jpg\", \"id\": 74641, \"objects\": [{\"bbox\": {\"xmin\": 1109.5823974609375, \"ymin\": 975.699462890625, \"xmax\": 1148.4166259765625, \"ymax\": 998.533935546875}, \"category\": \"w26\"}]}, \"76329\": {\"path\": \"test/76329.jpg\", \"id\": 76329, \"objects\": [{\"bbox\": {\"xmin\": 351.0, \"ymin\": 664.0, \"xmax\": 408.0, \"ymax\": 760.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1132.0, \"ymin\": 938.0, \"xmax\": 1158.0, \"ymax\": 1010.0}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 1807.0, \"ymin\": 947.0, \"xmax\": 1823.0, \"ymax\": 962.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 364.0, \"ymin\": 924.0, \"xmax\": 432.0, \"ymax\": 1032.0}, \"category\": \"pn\"}]}, \"824\": {\"path\": \"train/824.jpg\", \"id\": 824, \"objects\": [{\"bbox\": {\"xmin\": 1693.33, \"ymin\": 738.667, \"xmax\": 1772.0, \"ymax\": 858.667}, \"category\": \"pm55\"}]}, \"83878\": {\"path\": \"test/83878.jpg\", \"id\": 83878, \"objects\": [{\"bbox\": {\"xmin\": 116.0, \"ymin\": 923.0, \"xmax\": 160.0, \"ymax\": 974.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 165.0, \"ymin\": 923.0, \"xmax\": 203.0, \"ymax\": 975.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 118.0, \"ymin\": 978.0, \"xmax\": 161.0, \"ymax\": 1031.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 167.0, \"ymin\": 979.0, \"xmax\": 204.0, \"ymax\": 1028.0}, \"category\": \"ph4\"}]}, \"39661\": {\"path\": \"other/39661.jpg\", \"id\": 39661, \"objects\": [{\"bbox\": {\"xmin\": 1060.4, \"ymin\": 902.97, \"xmax\": 1107.9208, \"ymax\": 956.4356}, \"category\": \"ph2.8\"}]}, \"40429\": {\"path\": \"train/40429.jpg\", \"id\": 40429, \"objects\": [{\"bbox\": {\"xmin\": 1230.95, \"ymin\": 952.381, \"xmax\": 1247.6190000000001, \"ymax\": 969.8412999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1169.84, \"ymin\": 948.413, \"xmax\": 1187.3016, \"ymax\": 967.4603}, \"category\": \"pne\"}]}, \"22741\": {\"path\": \"train/22741.jpg\", \"id\": 22741, \"objects\": [{\"bbox\": {\"xmin\": 866.0, \"ymin\": 932.0, \"xmax\": 892.0, \"ymax\": 972.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 867.0, \"ymin\": 973.0, \"xmax\": 891.0, \"ymax\": 1011.0}, \"category\": \"pl5\"}]}, \"61600\": {\"path\": \"train/61600.jpg\", \"id\": 61600, \"objects\": [{\"bbox\": {\"xmin\": 1864.71, \"ymin\": 650.98, \"xmax\": 1925.4925, \"ymax\": 719.6078}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1433.33, \"ymin\": 588.235, \"xmax\": 1511.7647, \"ymax\": 672.549}, \"category\": \"pne\"}]}, \"16720\": {\"path\": \"train/16720.jpg\", \"id\": 16720, \"objects\": [{\"bbox\": {\"xmin\": 1706.58, \"ymin\": 800.0, \"xmax\": 1760.5221999999999, \"ymax\": 846.0528}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1765.79, \"ymin\": 805.263, \"xmax\": 1814.4778999999999, \"ymax\": 852.6316}, \"category\": \"w57\"}]}, \"95393\": {\"path\": \"test/95393.jpg\", \"id\": 95393, \"objects\": [{\"bbox\": {\"xmin\": 730.3720092773438, \"ymin\": 1045.2503662109375, \"xmax\": 747.5172729492188, \"ymax\": 1065.4473876953125}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 867.472412109375, \"ymin\": 940.9970703125, \"xmax\": 897.6951904296875, \"ymax\": 974.0875244140625}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 870.0360717773438, \"ymin\": 984.576904296875, \"xmax\": 902.2067260742188, \"ymax\": 1016.22900390625}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1356.19, \"ymin\": 909.734, \"xmax\": 1377.4272, \"ymax\": 931.8584000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1171.24, \"ymin\": 907.522, \"xmax\": 1195.5727, \"ymax\": 932.7434000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1379.2, \"ymin\": 909.292, \"xmax\": 1403.0973000000001, \"ymax\": 933.1858}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1198.23, \"ymin\": 907.965, \"xmax\": 1221.6789, \"ymax\": 931.4164000000001}, \"category\": \"pn\"}]}, \"90644\": {\"path\": \"other/90644.jpg\", \"id\": 90644, \"objects\": [{\"bbox\": {\"xmin\": 973.81, \"ymin\": 927.778, \"xmax\": 988.0952, \"ymax\": 942.8571000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 877.778, \"ymin\": 926.984, \"xmax\": 892.0635, \"ymax\": 942.8571000000001}, \"category\": \"pne\"}]}, \"40162\": {\"path\": \"train/40162.jpg\", \"id\": 40162, \"objects\": [{\"bbox\": {\"xmin\": 1296.02, \"ymin\": 894.886, \"xmax\": 1325.5682, \"ymax\": 921.0227}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1337.5, \"ymin\": 946.023, \"xmax\": 1350.5682, \"ymax\": 962.5}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1304.55, \"ymin\": 947.159, \"xmax\": 1318.75, \"ymax\": 963.0682}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1321.59, \"ymin\": 947.727, \"xmax\": 1336.3636, \"ymax\": 964.2044999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1182.95, \"ymin\": 892.045, \"xmax\": 1211.3636000000001, \"ymax\": 919.3181999999999}, \"category\": \"pne\"}]}, \"6026\": {\"path\": \"train/6026.jpg\", \"id\": 6026, \"objects\": [{\"bbox\": {\"xmin\": 892.079, \"ymin\": 918.812, \"xmax\": 913.8614, \"ymax\": 938.6139000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1946.53, \"ymin\": 769.307, \"xmax\": 1979.2078999999999, \"ymax\": 822.7723}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 802.97, \"ymin\": 918.812, \"xmax\": 822.7723, \"ymax\": 941.5842}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1873.27, \"ymin\": 789.109, \"xmax\": 1895.0495, \"ymax\": 838.6139000000001}, \"category\": \"pne\"}]}, \"35587\": {\"path\": \"test/35587.jpg\", \"id\": 35587, \"objects\": [{\"bbox\": {\"xmin\": 1006.93, \"ymin\": 915.842, \"xmax\": 1027.7228, \"ymax\": 939.604}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 963.366, \"ymin\": 915.842, \"xmax\": 984.1584, \"ymax\": 939.604}, \"category\": \"pl40\"}]}, \"9156\": {\"path\": \"train/9156.jpg\", \"id\": 9156, \"objects\": [{\"bbox\": {\"xmin\": 1053.47, \"ymin\": 850.495, \"xmax\": 1097.0297, \"ymax\": 887.4172}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1017.22, \"ymin\": 850.993, \"xmax\": 1051.4765, \"ymax\": 889.109}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1098.02, \"ymin\": 845.545, \"xmax\": 1138.4106, \"ymax\": 883.1691999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 978.539, \"ymin\": 857.419, \"xmax\": 1014.1827, \"ymax\": 892.0724}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1159.41, \"ymin\": 990.728, \"xmax\": 1177.4834, \"ymax\": 1011.2579}, \"category\": \"i2r\"}]}, \"84637\": {\"path\": \"other/84637.jpg\", \"id\": 84637, \"objects\": [{\"bbox\": {\"xmin\": 1188.8, \"ymin\": 942.4, \"xmax\": 1231.2, \"ymax\": 991.1999999999999}, \"category\": \"pl15\"}]}, \"58029\": {\"path\": \"test/58029.jpg\", \"id\": 58029, \"objects\": [{\"bbox\": {\"xmin\": 1225.1, \"ymin\": 982.072, \"xmax\": 1244.2214999999999, \"ymax\": 1000.3989}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1225.9, \"ymin\": 1006.37, \"xmax\": 1243.4339, \"ymax\": 1024.3028}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1337.45, \"ymin\": 537.849, \"xmax\": 1483.665, \"ymax\": 655.379}, \"category\": \"w21\"}]}, \"1569\": {\"path\": \"test/1569.jpg\", \"id\": 1569, \"objects\": [{\"bbox\": {\"xmin\": 1264.71, \"ymin\": 292.157, \"xmax\": 1435.294, \"ymax\": 464.706}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1447.06, \"ymin\": 337.256, \"xmax\": 1594.123, \"ymax\": 490.197}, \"category\": \"pn\"}]}, \"76624\": {\"path\": \"other/76624.jpg\", \"id\": 76624, \"objects\": [{\"bbox\": {\"xmin\": 1253.97, \"ymin\": 959.524, \"xmax\": 1269.8457, \"ymax\": 973.0159}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1774.6, \"ymin\": 981.746, \"xmax\": 1804.7573, \"ymax\": 1012.6984}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1271.43, \"ymin\": 957.937, \"xmax\": 1284.1303, \"ymax\": 972.2222}, \"category\": \"w57\"}]}, \"84604\": {\"path\": \"train/84604.jpg\", \"id\": 84604, \"objects\": [{\"bbox\": {\"xmin\": 899.01, \"ymin\": 940.594, \"xmax\": 919.802, \"ymax\": 965.3465000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1119.8, \"ymin\": 961.386, \"xmax\": 1131.6832, \"ymax\": 974.2574}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1088.12, \"ymin\": 961.386, \"xmax\": 1100.0, \"ymax\": 975.2475}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1101.98, \"ymin\": 963.366, \"xmax\": 1115.8416, \"ymax\": 977.2277}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 823.762, \"ymin\": 944.554, \"xmax\": 840.5940999999999, \"ymax\": 960.396}, \"category\": \"pne\"}]}, \"31516\": {\"path\": \"test/31516.jpg\", \"id\": 31516, \"objects\": [{\"bbox\": {\"xmin\": 88.8889, \"ymin\": 887.302, \"xmax\": 111.90480000000001, \"ymax\": 918.254}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 423.81, \"ymin\": 890.476, \"xmax\": 446.0314, \"ymax\": 922.2222}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 397.619, \"ymin\": 892.063, \"xmax\": 420.6349, \"ymax\": 921.4286}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 451.587, \"ymin\": 889.683, \"xmax\": 476.9841, \"ymax\": 920.6349}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 18.254, \"ymin\": 896.032, \"xmax\": 34.9206, \"ymax\": 923.8095000000001}, \"category\": \"pne\"}]}, \"18044\": {\"path\": \"train/18044.jpg\", \"id\": 18044, \"objects\": [{\"bbox\": {\"xmin\": 1142.0, \"ymin\": 825.0, \"xmax\": 1174.0, \"ymax\": 859.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1106.0, \"ymin\": 823.0, \"xmax\": 1139.0, \"ymax\": 859.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1179.0, \"ymin\": 823.0, \"xmax\": 1211.0, \"ymax\": 859.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 885.0, \"xmax\": 1539.0, \"ymax\": 930.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1501.0, \"ymin\": 933.0, \"xmax\": 1540.0, \"ymax\": 978.0}, \"category\": \"i2r\"}]}, \"29593\": {\"path\": \"test/29593.jpg\", \"id\": 29593, \"objects\": [{\"bbox\": {\"xmin\": 1468.25, \"ymin\": 984.127, \"xmax\": 1489.6825, \"ymax\": 1011.9047999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1401.59, \"ymin\": 987.302, \"xmax\": 1426.1905, \"ymax\": 1010.3175}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1465.87, \"ymin\": 944.444, \"xmax\": 1491.2697999999998, \"ymax\": 974.6032}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1615.08, \"ymin\": 944.444, \"xmax\": 1635.7142999999999, \"ymax\": 973.809}, \"category\": \"p6\"}]}, \"88615\": {\"path\": \"train/88615.jpg\", \"id\": 88615, \"objects\": [{\"bbox\": {\"xmin\": 243.137, \"ymin\": 611.765, \"xmax\": 301.9608, \"ymax\": 703.9216}, \"category\": \"i5\"}]}, \"62803\": {\"path\": \"train/62803.jpg\", \"id\": 62803, \"objects\": [{\"bbox\": {\"xmin\": 964.0, \"ymin\": 796.0, \"xmax\": 1006.0, \"ymax\": 837.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1234.0, \"ymin\": 992.0, \"xmax\": 1258.0, \"ymax\": 1020.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 22.0, \"ymin\": 1030.0, \"xmax\": 47.0, \"ymax\": 1061.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1536.0, \"ymin\": 986.0, \"xmax\": 1551.0, \"ymax\": 1015.0}, \"category\": \"pne\"}]}, \"64109\": {\"path\": \"test/64109.jpg\", \"id\": 64109, \"objects\": [{\"bbox\": {\"xmin\": 942.391, \"ymin\": 986.232, \"xmax\": 957.971, \"ymax\": 1003.2611999999999}, \"category\": \"pne\"}]}, \"68182\": {\"path\": \"other/68182.jpg\", \"id\": 68182, \"objects\": [{\"bbox\": {\"xmin\": 1413.91, \"ymin\": 956.953, \"xmax\": 1431.1281000000001, \"ymax\": 976.1595}, \"category\": \"w63\"}]}, \"55869\": {\"path\": \"test/55869.jpg\", \"id\": 55869, \"objects\": [{\"bbox\": {\"xmin\": 1596.03, \"ymin\": 841.27, \"xmax\": 1631.7459999999999, \"ymax\": 880.1587}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1580.95, \"ymin\": 931.746, \"xmax\": 1595.2381, \"ymax\": 952.381}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1558.73, \"ymin\": 930.952, \"xmax\": 1577.7778, \"ymax\": 951.5873}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 933.333, \"xmax\": 1615.8722, \"ymax\": 950.7937}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1432.54, \"ymin\": 834.127, \"xmax\": 1473.0171, \"ymax\": 874.6037}, \"category\": \"pne\"}]}, \"62071\": {\"path\": \"train/62071.jpg\", \"id\": 62071, \"objects\": [{\"bbox\": {\"xmin\": 1137.54, \"ymin\": 996.489, \"xmax\": 1187.9488999999999, \"ymax\": 1056.0093}, \"category\": \"pl30\"}]}, \"26262\": {\"path\": \"train/26262.jpg\", \"id\": 26262, \"objects\": [{\"bbox\": {\"xmin\": 246.0, \"ymin\": 1021.0, \"xmax\": 287.0, \"ymax\": 1066.0}, \"category\": \"w32\"}]}, \"77686\": {\"path\": \"train/77686.jpg\", \"id\": 77686, \"objects\": [{\"bbox\": {\"xmin\": 1376.0, \"ymin\": 706.667, \"xmax\": 1460.0, \"ymax\": 789.3333}, \"category\": \"p23\"}]}, \"92419\": {\"path\": \"test/92419.jpg\", \"id\": 92419, \"objects\": [{\"bbox\": {\"xmin\": 438.158, \"ymin\": 878.947, \"xmax\": 461.8421, \"ymax\": 909.2105}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 460.526, \"ymin\": 881.579, \"xmax\": 485.5263, \"ymax\": 911.8421}, \"category\": \"pn\"}]}, \"48209\": {\"path\": \"train/48209.jpg\", \"id\": 48209, \"objects\": [{\"bbox\": {\"xmin\": 430.0, \"ymin\": 933.0, \"xmax\": 474.0, \"ymax\": 978.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 451.0, \"ymin\": 1139.0, \"xmax\": 490.0, \"ymax\": 1179.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 453.0, \"ymin\": 765.0, \"xmax\": 520.0, \"ymax\": 830.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 427.0, \"ymin\": 805.0, \"xmax\": 477.0, \"ymax\": 856.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 426.0, \"ymin\": 859.0, \"xmax\": 477.0, \"ymax\": 912.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 431.0, \"ymin\": 984.0, \"xmax\": 476.0, \"ymax\": 1029.0}, \"category\": \"i2r\"}]}, \"65729\": {\"path\": \"train/65729.jpg\", \"id\": 65729, \"objects\": [{\"bbox\": {\"xmin\": 1372.0, \"ymin\": 968.0, \"xmax\": 1416.0, \"ymax\": 1010.6667}, \"category\": \"p10\"}]}, \"84003\": {\"path\": \"test/84003.jpg\", \"id\": 84003, \"objects\": [{\"bbox\": {\"xmin\": 1199.0, \"ymin\": 949.0, \"xmax\": 1233.0, \"ymax\": 982.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1148.0, \"ymin\": 952.0, \"xmax\": 1182.0, \"ymax\": 986.0}, \"category\": \"pl120\"}]}, \"37759\": {\"path\": \"other/37759.jpg\", \"id\": 37759, \"objects\": [{\"bbox\": {\"xmin\": 1834.0, \"ymin\": 734.0, \"xmax\": 2004.0, \"ymax\": 933.0}, \"category\": \"pr50\"}]}, \"3853\": {\"path\": \"train/3853.jpg\", \"id\": 3853, \"objects\": [{\"bbox\": {\"xmin\": 875.248, \"ymin\": 929.703, \"xmax\": 897.0297, \"ymax\": 955.4454999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1123.76, \"ymin\": 952.475, \"xmax\": 1138.6018, \"ymax\": 969.3068000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1091.09, \"ymin\": 950.495, \"xmax\": 1106.9307, \"ymax\": 968.3168000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1107.92, \"ymin\": 949.505, \"xmax\": 1123.7624, \"ymax\": 970.297}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 791.089, \"ymin\": 929.703, \"xmax\": 813.8614, \"ymax\": 952.4752}, \"category\": \"pne\"}]}, \"63993\": {\"path\": \"test/63993.jpg\", \"id\": 63993, \"objects\": [{\"bbox\": {\"xmin\": 1303.0, \"ymin\": 1001.0, \"xmax\": 1350.0, \"ymax\": 1051.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1609.0, \"ymin\": 905.0, \"xmax\": 1680.0, \"ymax\": 988.0}, \"category\": \"pl60\"}]}, \"64409\": {\"path\": \"train/64409.jpg\", \"id\": 64409, \"objects\": [{\"bbox\": {\"xmin\": 1971.0, \"ymin\": 970.0, \"xmax\": 2017.0, \"ymax\": 1019.0}, \"category\": \"pl50\"}]}, \"15932\": {\"path\": \"train/15932.jpg\", \"id\": 15932, \"objects\": [{\"bbox\": {\"xmin\": 1856.35, \"ymin\": 954.762, \"xmax\": 1872.2222, \"ymax\": 975.3968}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1951.59, \"ymin\": 964.286, \"xmax\": 1961.1111099999998, \"ymax\": 981.746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1933.33, \"ymin\": 960.317, \"xmax\": 1947.619, \"ymax\": 976.9841}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1962.25, \"ymin\": 964.286, \"xmax\": 1974.6284, \"ymax\": 979.4702}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1798.41, \"ymin\": 954.762, \"xmax\": 1812.5828000000001, \"ymax\": 974.6031999999999}, \"category\": \"pne\"}]}, \"46351\": {\"path\": \"train/46351.jpg\", \"id\": 46351, \"objects\": [{\"bbox\": {\"xmin\": 183.0, \"ymin\": 908.0, \"xmax\": 219.0, \"ymax\": 948.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 146.0, \"ymin\": 907.0, \"xmax\": 181.0, \"ymax\": 948.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 772.0, \"ymin\": 960.0, \"xmax\": 826.0, \"ymax\": 1008.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 183.0, \"ymin\": 864.0, \"xmax\": 217.0, \"ymax\": 903.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 184.0, \"ymin\": 948.0, \"xmax\": 221.0, \"ymax\": 988.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 122.0, \"ymin\": 847.0, \"xmax\": 145.0, \"ymax\": 873.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 147.0, \"ymin\": 869.0, \"xmax\": 181.0, \"ymax\": 907.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 149.0, \"ymin\": 950.0, \"xmax\": 183.0, \"ymax\": 990.0}, \"category\": \"pn\"}]}, \"14331\": {\"path\": \"test/14331.jpg\", \"id\": 14331, \"objects\": [{\"bbox\": {\"xmin\": 1470.515380859375, \"ymin\": 889.6367797851562, \"xmax\": 1495.151611328125, \"ymax\": 913.4661254882812}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 787.0, \"ymin\": 771.0, \"xmax\": 849.0, \"ymax\": 828.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 494.0, \"ymin\": 921.0, \"xmax\": 518.0, \"ymax\": 959.0}, \"category\": \"pn\"}]}, \"65908\": {\"path\": \"train/65908.jpg\", \"id\": 65908, \"objects\": [{\"bbox\": {\"xmin\": 1430.0, \"ymin\": 725.0, \"xmax\": 1484.0, \"ymax\": 784.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 980.0, \"xmax\": 1194.0, \"ymax\": 996.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1248.0, \"ymin\": 712.0, \"xmax\": 1307.0, \"ymax\": 772.0}, \"category\": \"p26\"}]}, \"57995\": {\"path\": \"test/57995.jpg\", \"id\": 57995, \"objects\": [{\"bbox\": {\"xmin\": 1282.6903076171875, \"ymin\": 896.1600341796875, \"xmax\": 1303.0875244140625, \"ymax\": 914.0352783203125}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1304.0, \"ymin\": 935.0, \"xmax\": 1324.0, \"ymax\": 956.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1313.0, \"ymin\": 909.0, \"xmax\": 1334.0, \"ymax\": 930.0}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1326.0, \"ymin\": 933.0, \"xmax\": 1347.0, \"ymax\": 955.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1071.0, \"ymin\": 874.0, \"xmax\": 1096.0, \"ymax\": 899.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1164.0, \"ymin\": 874.0, \"xmax\": 1188.0, \"ymax\": 899.0}, \"category\": \"pn\"}]}, \"56320\": {\"path\": \"test/56320.jpg\", \"id\": 56320, \"objects\": [{\"bbox\": {\"xmin\": 1343.0, \"ymin\": 991.0, \"xmax\": 1362.0, \"ymax\": 1011.0}, \"category\": \"p26\"}]}, \"6071\": {\"path\": \"test/6071.jpg\", \"id\": 6071, \"objects\": [{\"bbox\": {\"xmin\": 1029.33, \"ymin\": 774.667, \"xmax\": 1072.0, \"ymax\": 816.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 126.667, \"ymin\": 1025.33, \"xmax\": 208.0, \"ymax\": 1104.0}, \"category\": \"p23\"}]}, \"6958\": {\"path\": \"train/6958.jpg\", \"id\": 6958, \"objects\": [{\"bbox\": {\"xmin\": 1018.0, \"ymin\": 805.0, \"xmax\": 1052.0, \"ymax\": 839.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 821.0, \"ymin\": 924.0, \"xmax\": 859.0, \"ymax\": 962.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1429.0, \"ymin\": 910.0, \"xmax\": 1466.0, \"ymax\": 948.0}, \"category\": \"pl40\"}]}, \"69281\": {\"path\": \"other/69281.jpg\", \"id\": 69281, \"objects\": [{\"bbox\": {\"xmin\": 1051.77, \"ymin\": 920.354, \"xmax\": 1072.5664, \"ymax\": 944.2483000000001}, \"category\": \"w22\"}]}, \"44378\": {\"path\": \"other/44378.jpg\", \"id\": 44378, \"objects\": [{\"bbox\": {\"xmin\": 1877.33, \"ymin\": 960.0, \"xmax\": 1914.6667, \"ymax\": 1012.0}, \"category\": \"ps\"}]}, \"40621\": {\"path\": \"train/40621.jpg\", \"id\": 40621, \"objects\": [{\"bbox\": {\"xmin\": 1475.4, \"ymin\": 858.73, \"xmax\": 1513.4921000000002, \"ymax\": 900.7937000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1633.33, \"ymin\": 924.603, \"xmax\": 1653.9683, \"ymax\": 947.6189999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1587.3, \"ymin\": 920.635, \"xmax\": 1607.9365, \"ymax\": 945.2381}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1610.32, \"ymin\": 922.222, \"xmax\": 1630.9524, \"ymax\": 946.8254}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1318.25, \"ymin\": 858.73, \"xmax\": 1357.9365, \"ymax\": 900.0}, \"category\": \"pne\"}]}, \"82986\": {\"path\": \"train/82986.jpg\", \"id\": 82986, \"objects\": [{\"bbox\": {\"xmin\": 135.099, \"ymin\": 691.391, \"xmax\": 182.7817, \"ymax\": 764.9006999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 187.417, \"ymin\": 705.298, \"xmax\": 231.7878, \"ymax\": 778.1463}, \"category\": \"pn\"}]}, \"65067\": {\"path\": \"train/65067.jpg\", \"id\": 65067, \"objects\": [{\"bbox\": {\"xmin\": 1888.0, \"ymin\": 863.0, \"xmax\": 1922.0, \"ymax\": 905.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1852.0, \"ymin\": 860.0, \"xmax\": 1886.0, \"ymax\": 902.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1924.0, \"ymin\": 868.0, \"xmax\": 1957.0, \"ymax\": 908.0}, \"category\": \"pn\"}]}, \"72604\": {\"path\": \"train/72604.jpg\", \"id\": 72604, \"objects\": [{\"bbox\": {\"xmin\": 1122.0, \"ymin\": 991.0, \"xmax\": 1139.0, \"ymax\": 1010.0}, \"category\": \"p26\"}]}, \"36476\": {\"path\": \"test/36476.jpg\", \"id\": 36476, \"objects\": [{\"bbox\": {\"xmin\": 623.0, \"ymin\": 948.0, \"xmax\": 677.0, \"ymax\": 1029.0}, \"category\": \"p11\"}]}, \"91723\": {\"path\": \"other/91723.jpg\", \"id\": 91723, \"objects\": [{\"bbox\": {\"xmin\": 254.6118927001953, \"ymin\": 905.4947509765625, \"xmax\": 317.72833251953125, \"ymax\": 947.447265625}, \"category\": \"ip\"}]}, \"69047\": {\"path\": \"train/69047.jpg\", \"id\": 69047, \"objects\": [{\"bbox\": {\"xmin\": 1878.57, \"ymin\": 859.524, \"xmax\": 1908.7302, \"ymax\": 890.4762}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1743.65, \"ymin\": 936.508, \"xmax\": 1759.5238000000002, \"ymax\": 955.5556}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1726.98, \"ymin\": 934.921, \"xmax\": 1741.2698, \"ymax\": 955.5556}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1763.49, \"ymin\": 934.921, \"xmax\": 1777.7778, \"ymax\": 955.5556}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1753.97, \"ymin\": 850.794, \"xmax\": 1784.127, \"ymax\": 883.3333}, \"category\": \"pne\"}]}, \"60095\": {\"path\": \"train/60095.jpg\", \"id\": 60095, \"objects\": [{\"bbox\": {\"xmin\": 990.667, \"ymin\": 501.333, \"xmax\": 1102.667, \"ymax\": 600.0}, \"category\": \"p23\"}]}, \"1747\": {\"path\": \"test/1747.jpg\", \"id\": 1747, \"objects\": [{\"bbox\": {\"xmin\": 20.0, \"ymin\": 841.333, \"xmax\": 88.0, \"ymax\": 921.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1690.67, \"ymin\": 869.333, \"xmax\": 1730.6667, \"ymax\": 949.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 726.667, \"ymin\": 882.667, \"xmax\": 764.0, \"ymax\": 918.6667}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1742.67, \"ymin\": 893.333, \"xmax\": 1824.0, \"ymax\": 964.0}, \"category\": \"pg\"}]}, \"25377\": {\"path\": \"other/25377.jpg\", \"id\": 25377, \"objects\": [{\"bbox\": {\"xmin\": 1041.0751953125, \"ymin\": 912.0738525390625, \"xmax\": 1065.228759765625, \"ymax\": 940.3995361328125}, \"category\": \"w57\"}]}, \"62974\": {\"path\": \"train/62974.jpg\", \"id\": 62974, \"objects\": [{\"bbox\": {\"xmin\": 254.0, \"ymin\": 953.0, \"xmax\": 267.0, \"ymax\": 969.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1523.0, \"ymin\": 908.0, \"xmax\": 1576.0, \"ymax\": 963.0}, \"category\": \"pr40\"}]}, \"48070\": {\"path\": \"train/48070.jpg\", \"id\": 48070, \"objects\": [{\"bbox\": {\"xmin\": 1634.0, \"ymin\": 601.0, \"xmax\": 1738.0, \"ymax\": 704.0}, \"category\": \"p10\"}]}, \"68255\": {\"path\": \"other/68255.jpg\", \"id\": 68255, \"objects\": [{\"bbox\": {\"xmin\": 1365.56, \"ymin\": 919.868, \"xmax\": 1422.5166, \"ymax\": 973.5099}, \"category\": \"w63\"}]}, \"97016\": {\"path\": \"train/97016.jpg\", \"id\": 97016, \"objects\": [{\"bbox\": {\"xmin\": 1488.0, \"ymin\": 927.0, \"xmax\": 1539.0, \"ymax\": 975.0}, \"category\": \"ip\"}]}, \"40159\": {\"path\": \"train/40159.jpg\", \"id\": 40159, \"objects\": [{\"bbox\": {\"xmin\": 32.03117752075195, \"ymin\": 814.850830078125, \"xmax\": 93.93522644042969, \"ymax\": 894.7298583984375}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 241.4627685546875, \"ymin\": 891.957275390625, \"xmax\": 293.34173583984375, \"ymax\": 956.356201171875}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1996.0, \"ymin\": 1012.0, \"xmax\": 2016.0, \"ymax\": 1031.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1513.0, \"ymin\": 967.0, \"xmax\": 1524.0, \"ymax\": 980.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1525.0, \"ymin\": 967.0, \"xmax\": 1538.0, \"ymax\": 981.0}, \"category\": \"pn\"}]}, \"41417\": {\"path\": \"train/41417.jpg\", \"id\": 41417, \"objects\": [{\"bbox\": {\"xmin\": 1795.0, \"ymin\": 775.0, \"xmax\": 1819.0, \"ymax\": 802.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1799.0, \"ymin\": 829.0, \"xmax\": 1820.0, \"ymax\": 853.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1797.0, \"ymin\": 802.0, \"xmax\": 1821.0, \"ymax\": 826.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1551.0, \"ymin\": 533.0, \"xmax\": 1627.0, \"ymax\": 607.0}, \"category\": \"pm10\"}]}, \"72880\": {\"path\": \"test/72880.jpg\", \"id\": 72880, \"objects\": [{\"bbox\": {\"xmin\": 1692.08, \"ymin\": 791.089, \"xmax\": 1736.6336999999999, \"ymax\": 838.6139000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1735.64, \"ymin\": 882.178, \"xmax\": 1759.4059000000002, \"ymax\": 908.9109}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1711.88, \"ymin\": 880.198, \"xmax\": 1733.6634000000001, \"ymax\": 909.901}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1763.37, \"ymin\": 883.168, \"xmax\": 1789.1089, \"ymax\": 910.8911}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1496.04, \"ymin\": 772.277, \"xmax\": 1547.5248, \"ymax\": 830.6931000000001}, \"category\": \"pne\"}]}, \"26401\": {\"path\": \"test/26401.jpg\", \"id\": 26401, \"objects\": [{\"bbox\": {\"xmin\": 1114.47, \"ymin\": 851.316, \"xmax\": 1148.6842, \"ymax\": 955.263}, \"category\": \"p23\"}]}, \"79058\": {\"path\": \"test/79058.jpg\", \"id\": 79058, \"objects\": [{\"bbox\": {\"xmin\": 56.9536, \"ymin\": 492.715, \"xmax\": 121.8543, \"ymax\": 574.1722}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 279.47, \"ymin\": 887.417, \"xmax\": 334.43710000000004, \"ymax\": 960.2649}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 126.49, \"ymin\": 620.53, \"xmax\": 190.0665, \"ymax\": 701.3247}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 208.61, \"ymin\": 550.993, \"xmax\": 261.5897, \"ymax\": 625.1653000000001}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 45.6954, \"ymin\": 594.702, \"xmax\": 113.245, \"ymax\": 678.8079}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 201.987, \"ymin\": 644.371, \"xmax\": 253.6424, \"ymax\": 722.5165999999999}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 137.085, \"ymin\": 520.53, \"xmax\": 198.0123, \"ymax\": 599.3376999999999}, \"category\": \"p29\"}]}, \"23840\": {\"path\": \"test/23840.jpg\", \"id\": 23840, \"objects\": [{\"bbox\": {\"xmin\": 19.802, \"ymin\": 913.861, \"xmax\": 43.5644, \"ymax\": 954.4553999999999}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 20.7921, \"ymin\": 965.347, \"xmax\": 43.564400000000006, \"ymax\": 998.0198}, \"category\": \"pl5\"}]}, \"6400\": {\"path\": \"train/6400.jpg\", \"id\": 6400, \"objects\": [{\"bbox\": {\"xmin\": 413.333, \"ymin\": 316.0, \"xmax\": 561.3330000000001, \"ymax\": 485.33299999999997}, \"category\": \"pl40\"}]}, \"92774\": {\"path\": \"test/92774.jpg\", \"id\": 92774, \"objects\": [{\"bbox\": {\"xmin\": 1764.0, \"ymin\": 830.667, \"xmax\": 1796.0, \"ymax\": 873.3333}, \"category\": \"pl40\"}]}, \"2676\": {\"path\": \"train/2676.jpg\", \"id\": 2676, \"objects\": [{\"bbox\": {\"xmin\": 1424.0, \"ymin\": 1025.0, \"xmax\": 1487.0, \"ymax\": 1089.0}, \"category\": \"pl120\"}]}, \"36971\": {\"path\": \"train/36971.jpg\", \"id\": 36971, \"objects\": [{\"bbox\": {\"xmin\": 752.0, \"ymin\": 878.667, \"xmax\": 786.6664, \"ymax\": 910.6667}, \"category\": \"pcl\"}]}, \"9150\": {\"path\": \"train/9150.jpg\", \"id\": 9150, \"objects\": [{\"bbox\": {\"xmin\": 600.0, \"ymin\": 782.895, \"xmax\": 657.8947000000001, \"ymax\": 836.8421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 850.0, \"xmax\": 1235.5263, \"ymax\": 885.5263}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1121.05, \"ymin\": 844.737, \"xmax\": 1157.8947, \"ymax\": 885.5263}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1160.53, \"ymin\": 847.368, \"xmax\": 1197.3684, \"ymax\": 886.8421000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 415.789, \"ymin\": 800.0, \"xmax\": 459.21049999999997, \"ymax\": 850.0}, \"category\": \"pne\"}]}, \"58207\": {\"path\": \"train/58207.jpg\", \"id\": 58207, \"objects\": [{\"bbox\": {\"xmin\": 1414.34, \"ymin\": 964.941, \"xmax\": 1437.847, \"ymax\": 988.4466}, \"category\": \"p5\"}]}, \"71737\": {\"path\": \"train/71737.jpg\", \"id\": 71737, \"objects\": [{\"bbox\": {\"xmin\": 1209.95, \"ymin\": 1093.63, \"xmax\": 1226.6853, \"ymax\": 1109.9602000000002}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1229.08, \"ymin\": 1092.83, \"xmax\": 1245.0167, \"ymax\": 1109.9586}, \"category\": \"pn\"}]}, \"74020\": {\"path\": \"test/74020.jpg\", \"id\": 74020, \"objects\": [{\"bbox\": {\"xmin\": 1248.68, \"ymin\": 959.211, \"xmax\": 1277.6316000000002, \"ymax\": 989.4737}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1246.05, \"ymin\": 992.105, \"xmax\": 1275.0, \"ymax\": 1018.4211}, \"category\": \"pl20\"}]}, \"68416\": {\"path\": \"train/68416.jpg\", \"id\": 68416, \"objects\": [{\"bbox\": {\"xmin\": 902.381, \"ymin\": 932.54, \"xmax\": 917.4603, \"ymax\": 946.8254}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1093.65, \"ymin\": 928.571, \"xmax\": 1107.9365, \"ymax\": 944.4444}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1111.11, \"ymin\": 929.365, \"xmax\": 1123.0158999999999, \"ymax\": 945.2381}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 856.349, \"ymin\": 932.54, \"xmax\": 872.2222, \"ymax\": 948.4127}, \"category\": \"pne\"}]}, \"69435\": {\"path\": \"test/69435.jpg\", \"id\": 69435, \"objects\": [{\"bbox\": {\"xmin\": 1241.0, \"ymin\": 733.0, \"xmax\": 1303.0, \"ymax\": 796.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1270.0, \"ymin\": 929.0, \"xmax\": 1304.0, \"ymax\": 964.0}, \"category\": \"pn\"}]}, \"54739\": {\"path\": \"test/54739.jpg\", \"id\": 54739, \"objects\": [{\"bbox\": {\"xmin\": 1315.04, \"ymin\": 921.681, \"xmax\": 1332.3009, \"ymax\": 941.1504}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1334.51, \"ymin\": 922.566, \"xmax\": 1353.5366999999999, \"ymax\": 943.3626}, \"category\": \"pn\"}]}, \"58280\": {\"path\": \"other/58280.jpg\", \"id\": 58280, \"objects\": [{\"bbox\": {\"xmin\": 1409.56, \"ymin\": 951.793, \"xmax\": 1423.1038999999998, \"ymax\": 965.3386}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1425.9, \"ymin\": 952.191, \"xmax\": 1438.6490000000001, \"ymax\": 965.7371}, \"category\": \"pn\"}]}, \"11494\": {\"path\": \"train/11494.jpg\", \"id\": 11494, \"objects\": [{\"bbox\": {\"xmin\": 2001.794921875, \"ymin\": 964.025390625, \"xmax\": 2021.918212890625, \"ymax\": 985.0294189453125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 760.0, \"ymin\": 1024.0, \"xmax\": 842.0, \"ymax\": 1118.0}, \"category\": \"p10\"}]}, \"96132\": {\"path\": \"train/96132.jpg\", \"id\": 96132, \"objects\": [{\"bbox\": {\"xmin\": 1856.0, \"ymin\": 1005.33, \"xmax\": 1886.6667, \"ymax\": 1061.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 220.0, \"ymin\": 678.667, \"xmax\": 321.33299999999997, \"ymax\": 816.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1844.0, \"ymin\": 942.667, \"xmax\": 1893.3333, \"ymax\": 1004.0}, \"category\": \"pl5\"}]}, \"41862\": {\"path\": \"train/41862.jpg\", \"id\": 41862, \"objects\": [{\"bbox\": {\"xmin\": 1330.0, \"ymin\": 720.0, \"xmax\": 1387.0, \"ymax\": 775.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 773.333, \"ymin\": 682.667, \"xmax\": 836.0, \"ymax\": 738.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1056.0, \"ymin\": 694.667, \"xmax\": 1117.3333, \"ymax\": 752.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1526.0, \"ymin\": 713.0, \"xmax\": 1574.0, \"ymax\": 765.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1959.0, \"ymin\": 843.0, \"xmax\": 2000.0, \"ymax\": 901.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 520.0, \"ymin\": 673.333, \"xmax\": 602.6667, \"ymax\": 758.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 641.333, \"ymin\": 678.667, \"xmax\": 696.0, \"ymax\": 736.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 914.667, \"ymin\": 684.0, \"xmax\": 977.3333, \"ymax\": 744.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1201.33, \"ymin\": 706.667, \"xmax\": 1258.6667, \"ymax\": 764.0}, \"category\": \"pl80\"}]}, \"20986\": {\"path\": \"test/20986.jpg\", \"id\": 20986, \"objects\": [{\"bbox\": {\"xmin\": 1322.0, \"ymin\": 909.0, \"xmax\": 1381.0, \"ymax\": 969.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1229.0, \"ymin\": 907.0, \"xmax\": 1295.0, \"ymax\": 969.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 923.0, \"ymin\": 1025.0, \"xmax\": 946.0, \"ymax\": 1047.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1312.0, \"ymin\": 760.0, \"xmax\": 1355.0, \"ymax\": 800.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1110.0, \"ymin\": 763.0, \"xmax\": 1169.0, \"ymax\": 823.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1173.0, \"ymin\": 763.0, \"xmax\": 1234.0, \"ymax\": 824.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1277.0, \"ymin\": 857.0, \"xmax\": 1336.0, \"ymax\": 920.0}, \"category\": \"pmr\"}]}, \"81948\": {\"path\": \"other/81948.jpg\", \"id\": 81948, \"objects\": [{\"bbox\": {\"xmin\": 1196.03, \"ymin\": 1004.64, \"xmax\": 1205.29801, \"ymax\": 1018.543}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1194.04, \"ymin\": 983.444, \"xmax\": 1204.6358, \"ymax\": 1004.6358}, \"category\": \"ps\"}]}, \"25220\": {\"path\": \"test/25220.jpg\", \"id\": 25220, \"objects\": [{\"bbox\": {\"xmin\": 969.536, \"ymin\": 862.252, \"xmax\": 998.6754999999999, \"ymax\": 894.039}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1003.97, \"ymin\": 862.252, \"xmax\": 1031.1258, \"ymax\": 893.3774}, \"category\": \"pn\"}]}, \"60399\": {\"path\": \"train/60399.jpg\", \"id\": 60399, \"objects\": [{\"bbox\": {\"xmin\": 284.211, \"ymin\": 697.368, \"xmax\": 315.78950000000003, \"ymax\": 753.9474}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 317.105, \"ymin\": 706.579, \"xmax\": 350.0, \"ymax\": 765.7895}, \"category\": \"pn\"}]}, \"58754\": {\"path\": \"train/58754.jpg\", \"id\": 58754, \"objects\": [{\"bbox\": {\"xmin\": 1346.83, \"ymin\": 919.048, \"xmax\": 1369.0475999999999, \"ymax\": 938.0952}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1533.33, \"ymin\": 934.127, \"xmax\": 1548.4126999999999, \"ymax\": 953.1745999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1497.62, \"ymin\": 934.921, \"xmax\": 1512.6984, \"ymax\": 953.9683}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1515.87, \"ymin\": 936.508, \"xmax\": 1530.1579, \"ymax\": 953.1746}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1258.73, \"ymin\": 918.254, \"xmax\": 1281.746, \"ymax\": 941.2698}, \"category\": \"pne\"}]}, \"95998\": {\"path\": \"other/95998.jpg\", \"id\": 95998, \"objects\": [{\"bbox\": {\"xmin\": 1115.5782470703125, \"ymin\": 970.1127319335938, \"xmax\": 1135.3067626953125, \"ymax\": 991.1538696289062}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 755.3613891601562, \"ymin\": 993.1600341796875, \"xmax\": 776.0624389648438, \"ymax\": 1012.0859375}, \"category\": \"pne\"}]}, \"94611\": {\"path\": \"train/94611.jpg\", \"id\": 94611, \"objects\": [{\"bbox\": {\"xmin\": 1426.37, \"ymin\": 1266.67, \"xmax\": 1450.2543999999998, \"ymax\": 1290.5473000000002}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1476.12, \"ymin\": 1265.17, \"xmax\": 1501.9899999999998, \"ymax\": 1288.0597}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1514.93, \"ymin\": 1258.21, \"xmax\": 1538.806, \"ymax\": 1284.0796}, \"category\": \"pne\"}]}, \"6599\": {\"path\": \"test/6599.jpg\", \"id\": 6599, \"objects\": [{\"bbox\": {\"xmin\": 317.256, \"ymin\": 1129.2, \"xmax\": 333.6278, \"ymax\": 1151.3274000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 261.505, \"ymin\": 1134.07, \"xmax\": 278.3191, \"ymax\": 1161.0619}, \"category\": \"pne\"}]}, \"82980\": {\"path\": \"train/82980.jpg\", \"id\": 82980, \"objects\": [{\"bbox\": {\"xmin\": 1626.682373046875, \"ymin\": 38.61437225341797, \"xmax\": 1819.1298828125, \"ymax\": 176.58425903320312}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1823.94384765625, \"ymin\": 92.0189208984375, \"xmax\": 1986.16064453125, \"ymax\": 238.24380493164062}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1057.62, \"ymin\": 880.132, \"xmax\": 1085.4305, \"ymax\": 909.9324999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1023.18, \"ymin\": 881.579, \"xmax\": 1052.6253, \"ymax\": 911.2583}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1090.12, \"ymin\": 877.483, \"xmax\": 1116.5529999999999, \"ymax\": 910.5958999999999}, \"category\": \"pn\"}]}, \"21248\": {\"path\": \"train/21248.jpg\", \"id\": 21248, \"objects\": [{\"bbox\": {\"xmin\": 1118.67, \"ymin\": 725.333, \"xmax\": 1205.3333, \"ymax\": 816.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1114.67, \"ymin\": 845.333, \"xmax\": 1204.0, \"ymax\": 934.6664}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 941.333, \"ymin\": 536.0, \"xmax\": 1056.0, \"ymax\": 645.333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 821.333, \"ymin\": 493.333, \"xmax\": 940.0, \"ymax\": 596.0}, \"category\": \"w57\"}]}, \"17285\": {\"path\": \"other/17285.jpg\", \"id\": 17285, \"objects\": [{\"bbox\": {\"xmin\": 1357.43, \"ymin\": 1009.9, \"xmax\": 1368.3168, \"ymax\": 1022.7723}, \"category\": \"w30\"}]}, \"95067\": {\"path\": \"train/95067.jpg\", \"id\": 95067, \"objects\": [{\"bbox\": {\"xmin\": 729.646, \"ymin\": 985.398, \"xmax\": 748.2305, \"ymax\": 1003.0969}, \"category\": \"pne\"}]}, \"86867\": {\"path\": \"other/86867.jpg\", \"id\": 86867, \"objects\": [{\"bbox\": {\"xmin\": 1195.1756591796875, \"ymin\": 941.1398315429688, \"xmax\": 1214.5257568359375, \"ymax\": 959.8268432617188}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1137.5196533203125, \"ymin\": 942.8311157226562, \"xmax\": 1156.6282958984375, \"ymax\": 959.8843383789062}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 904.5636596679688, \"ymin\": 929.2926025390625, \"xmax\": 923.8311157226562, \"ymax\": 947.9820556640625}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 819.9454345703125, \"ymin\": 930.2953491210938, \"xmax\": 839.5235595703125, \"ymax\": 950.1437377929688}, \"category\": \"pne\"}]}, \"36575\": {\"path\": \"other/36575.jpg\", \"id\": 36575, \"objects\": [{\"bbox\": {\"xmin\": 1174.13, \"ymin\": 966.667, \"xmax\": 1201.99, \"ymax\": 995.0249}, \"category\": \"ph2.8\"}]}, \"30363\": {\"path\": \"test/30363.jpg\", \"id\": 30363, \"objects\": [{\"bbox\": {\"xmin\": 1312.0, \"ymin\": 1013.0, \"xmax\": 1384.0, \"ymax\": 1085.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1313.0, \"ymin\": 937.0, \"xmax\": 1383.0, \"ymax\": 1008.0}, \"category\": \"pr45\"}]}, \"84142\": {\"path\": \"other/84142.jpg\", \"id\": 84142, \"objects\": [{\"bbox\": {\"xmin\": 1080.79, \"ymin\": 991.304, \"xmax\": 1093.1128999999999, \"ymax\": 1002.5358}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1353.99, \"ymin\": 971.014, \"xmax\": 1373.1914, \"ymax\": 990.2178}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1122.83, \"ymin\": 993.479, \"xmax\": 1144.5674999999999, \"ymax\": 1013.0438}, \"category\": \"w59\"}]}, \"88546\": {\"path\": \"test/88546.jpg\", \"id\": 88546, \"objects\": [{\"bbox\": {\"xmin\": 1392.08, \"ymin\": 936.634, \"xmax\": 1447.5248, \"ymax\": 994.0594}, \"category\": \"w57\"}]}, \"18828\": {\"path\": \"train/18828.jpg\", \"id\": 18828, \"objects\": [{\"bbox\": {\"xmin\": 1462.4583740234375, \"ymin\": 295.4554138183594, \"xmax\": 1634.5853271484375, \"ymax\": 422.4798278808594}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 2023.0, \"ymin\": 1062.0, \"xmax\": 2041.0, \"ymax\": 1084.0}, \"category\": \"i3\"}, {\"bbox\": {\"xmin\": 2025.6, \"ymin\": 1031.2, \"xmax\": 2036.8, \"ymax\": 1057.6000000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1820.0, \"ymin\": 1011.0, \"xmax\": 1953.0, \"ymax\": 1169.0}, \"category\": \"pl60\"}]}, \"58861\": {\"path\": \"train/58861.jpg\", \"id\": 58861, \"objects\": [{\"bbox\": {\"xmin\": 544.0, \"ymin\": 745.0, \"xmax\": 686.0, \"ymax\": 959.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 390.0, \"ymin\": 964.0, \"xmax\": 410.0, \"ymax\": 987.0}, \"category\": \"p26\"}]}, \"25054\": {\"path\": \"other/25054.jpg\", \"id\": 25054, \"objects\": [{\"bbox\": {\"xmin\": 729.703, \"ymin\": 905.941, \"xmax\": 744.5545, \"ymax\": 921.7822}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 635.644, \"ymin\": 908.911, \"xmax\": 650.4958, \"ymax\": 923.7624}, \"category\": \"pne\"}]}, \"97102\": {\"path\": \"train/97102.jpg\", \"id\": 97102, \"objects\": [{\"bbox\": {\"xmin\": 1154.67, \"ymin\": 880.0, \"xmax\": 1181.3333, \"ymax\": 908.0}, \"category\": \"pl40\"}]}, \"29088\": {\"path\": \"train/29088.jpg\", \"id\": 29088, \"objects\": [{\"bbox\": {\"xmin\": 10.6667, \"ymin\": 889.333, \"xmax\": 38.6667, \"ymax\": 924.0}, \"category\": \"pl60\"}]}, \"4013\": {\"path\": \"other/4013.jpg\", \"id\": 4013, \"objects\": [{\"bbox\": {\"xmin\": 1441.33, \"ymin\": 1012.0, \"xmax\": 1485.3333, \"ymax\": 1061.3333}, \"category\": \"pm15\"}]}, \"72963\": {\"path\": \"other/72963.jpg\", \"id\": 72963, \"objects\": [{\"bbox\": {\"xmin\": 1865.709716796875, \"ymin\": 1001.276123046875, \"xmax\": 1884.600830078125, \"ymax\": 1019.8492431640625}, \"category\": \"p23\"}]}, \"23199\": {\"path\": \"train/23199.jpg\", \"id\": 23199, \"objects\": [{\"bbox\": {\"xmin\": 702.97, \"ymin\": 835.644, \"xmax\": 745.5446000000001, \"ymax\": 878.2178}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1183.17, \"ymin\": 915.842, \"xmax\": 1207.9208, \"ymax\": 943.5644}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1127.72, \"ymin\": 915.842, \"xmax\": 1154.4554, \"ymax\": 945.5446}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1156.44, \"ymin\": 914.851, \"xmax\": 1179.2209, \"ymax\": 942.5743}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 538.614, \"ymin\": 846.535, \"xmax\": 578.2178, \"ymax\": 888.1188}, \"category\": \"pne\"}]}, \"20642\": {\"path\": \"train/20642.jpg\", \"id\": 20642, \"objects\": [{\"bbox\": {\"xmin\": 1624.0, \"ymin\": 958.667, \"xmax\": 1701.3333, \"ymax\": 1037.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1242.67, \"ymin\": 865.333, \"xmax\": 1269.3333, \"ymax\": 893.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1178.67, \"ymin\": 869.333, \"xmax\": 1205.3333, \"ymax\": 894.6667}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1277.33, \"ymin\": 978.667, \"xmax\": 1301.3266999999998, \"ymax\": 1001.3333}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 865.333, \"xmax\": 1237.3333, \"ymax\": 893.3333}, \"category\": \"w57\"}]}, \"39899\": {\"path\": \"train/39899.jpg\", \"id\": 39899, \"objects\": [{\"bbox\": {\"xmin\": 1253.33, \"ymin\": 970.667, \"xmax\": 1276.0, \"ymax\": 993.3333}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1589.33, \"ymin\": 1001.33, \"xmax\": 1610.6667, \"ymax\": 1024.0}, \"category\": \"pl70\"}]}, \"55989\": {\"path\": \"train/55989.jpg\", \"id\": 55989, \"objects\": [{\"bbox\": {\"xmin\": 1607.14, \"ymin\": 993.651, \"xmax\": 1635.7227, \"ymax\": 1022.2221999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1455.56, \"ymin\": 976.984, \"xmax\": 1471.4286, \"ymax\": 994.4444000000001}, \"category\": \"w55\"}]}, \"33752\": {\"path\": \"train/33752.jpg\", \"id\": 33752, \"objects\": [{\"bbox\": {\"xmin\": 1706.58, \"ymin\": 830.263, \"xmax\": 1739.4737, \"ymax\": 865.7895000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1506.58, \"ymin\": 811.842, \"xmax\": 1544.7368, \"ymax\": 851.3158}, \"category\": \"pne\"}]}, \"43668\": {\"path\": \"other/43668.jpg\", \"id\": 43668, \"objects\": [{\"bbox\": {\"xmin\": 1210.67, \"ymin\": 1018.67, \"xmax\": 1240.0, \"ymax\": 1046.6667}, \"category\": \"w43\"}]}, \"84496\": {\"path\": \"train/84496.jpg\", \"id\": 84496, \"objects\": [{\"bbox\": {\"xmin\": 1610.67, \"ymin\": 773.333, \"xmax\": 1650.6667, \"ymax\": 813.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1722.67, \"ymin\": 784.0, \"xmax\": 1754.6667, \"ymax\": 826.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1486.67, \"ymin\": 762.667, \"xmax\": 1529.3333, \"ymax\": 806.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 757.333, \"xmax\": 1481.3333, \"ymax\": 800.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1565.33, \"ymin\": 768.0, \"xmax\": 1602.6667, \"ymax\": 810.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1680.0, \"ymin\": 780.0, \"xmax\": 1717.3333, \"ymax\": 821.3333}, \"category\": \"pl100\"}]}, \"53127\": {\"path\": \"test/53127.jpg\", \"id\": 53127, \"objects\": [{\"bbox\": {\"xmin\": 1844.0, \"ymin\": 614.667, \"xmax\": 1928.0, \"ymax\": 709.3333}, \"category\": \"pl40\"}]}, \"79694\": {\"path\": \"test/79694.jpg\", \"id\": 79694, \"objects\": [{\"bbox\": {\"xmin\": 646.667, \"ymin\": 740.0, \"xmax\": 721.3333, \"ymax\": 816.0}, \"category\": \"ph4.5\"}]}, \"28039\": {\"path\": \"train/28039.jpg\", \"id\": 28039, \"objects\": [{\"bbox\": {\"xmin\": 1972.0, \"ymin\": 933.0, \"xmax\": 2002.0, \"ymax\": 967.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1970.0, \"ymin\": 896.0, \"xmax\": 2003.0, \"ymax\": 932.0}, \"category\": \"pn\"}]}, \"44610\": {\"path\": \"test/44610.jpg\", \"id\": 44610, \"objects\": [{\"bbox\": {\"xmin\": 524.0, \"ymin\": 526.667, \"xmax\": 632.0, \"ymax\": 630.667}, \"category\": \"pl40\"}]}, \"51997\": {\"path\": \"test/51997.jpg\", \"id\": 51997, \"objects\": [{\"bbox\": {\"xmin\": 593.333, \"ymin\": 842.667, \"xmax\": 656.0, \"ymax\": 914.6667}, \"category\": \"p26\"}]}, \"51572\": {\"path\": \"test/51572.jpg\", \"id\": 51572, \"objects\": [{\"bbox\": {\"xmin\": 1692.72, \"ymin\": 920.53, \"xmax\": 1722.5166, \"ymax\": 954.3045999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1663.58, \"ymin\": 921.192, \"xmax\": 1691.3907, \"ymax\": 954.9669}, \"category\": \"pl50\"}]}, \"40008\": {\"path\": \"test/40008.jpg\", \"id\": 40008, \"objects\": [{\"bbox\": {\"xmin\": 182.587, \"ymin\": 1148.26, \"xmax\": 201.99009999999998, \"ymax\": 1176.6169}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 103.98, \"ymin\": 1157.22, \"xmax\": 126.8657, \"ymax\": 1186.5697}, \"category\": \"pne\"}]}, \"56248\": {\"path\": \"test/56248.jpg\", \"id\": 56248, \"objects\": [{\"bbox\": {\"xmin\": 1813.33, \"ymin\": 881.333, \"xmax\": 1872.0, \"ymax\": 953.3333}, \"category\": \"pm55\"}]}, \"55027\": {\"path\": \"train/55027.jpg\", \"id\": 55027, \"objects\": [{\"bbox\": {\"xmin\": 1419.8, \"ymin\": 987.129, \"xmax\": 1446.8254, \"ymax\": 1016.6667}, \"category\": \"w57\"}]}, \"49248\": {\"path\": \"test/49248.jpg\", \"id\": 49248, \"objects\": [{\"bbox\": {\"xmin\": 889.205, \"ymin\": 890.221, \"xmax\": 916.4776, \"ymax\": 912.5002}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1103.2, \"ymin\": 874.073, \"xmax\": 1128.2016, \"ymax\": 899.0734}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1130.26, \"ymin\": 872.159, \"xmax\": 1155.2632, \"ymax\": 898.296}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 734.211, \"ymin\": 892.105, \"xmax\": 761.9318000000001, \"ymax\": 918.1818000000001}, \"category\": \"pne\"}]}, \"2736\": {\"path\": \"test/2736.jpg\", \"id\": 2736, \"objects\": [{\"bbox\": {\"xmin\": 1479.641845703125, \"ymin\": 99.23100280761719, \"xmax\": 1658.350341796875, \"ymax\": 235.7180938720703}, \"category\": \"pr30\"}, {\"bbox\": {\"xmin\": 1591.0, \"ymin\": 917.0, \"xmax\": 1609.0, \"ymax\": 938.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1221.0, \"ymin\": 939.0, \"xmax\": 1235.0, \"ymax\": 953.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1365.0, \"ymin\": 932.0, \"xmax\": 1391.0, \"ymax\": 957.0}, \"category\": \"pg\"}]}, \"70201\": {\"path\": \"train/70201.jpg\", \"id\": 70201, \"objects\": [{\"bbox\": {\"xmin\": 1418.0654296875, \"ymin\": 958.3008422851562, \"xmax\": 1446.030517578125, \"ymax\": 984.5371704101562}, \"category\": \"w45\"}, {\"bbox\": {\"xmin\": 1418.75, \"ymin\": 906.25, \"xmax\": 1448.8636, \"ymax\": 934.0911}, \"category\": \"pl30\"}]}, \"71147\": {\"path\": \"other/71147.jpg\", \"id\": 71147, \"objects\": [{\"bbox\": {\"xmin\": 516.0, \"ymin\": 973.333, \"xmax\": 580.0, \"ymax\": 1039.9997}, \"category\": \"pr80\"}]}, \"35507\": {\"path\": \"test/35507.jpg\", \"id\": 35507, \"objects\": [{\"bbox\": {\"xmin\": 1070.63, \"ymin\": 886.508, \"xmax\": 1100.7937000000002, \"ymax\": 918.254}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1036.51, \"ymin\": 887.302, \"xmax\": 1069.0475999999999, \"ymax\": 919.8414}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1103.97, \"ymin\": 885.714, \"xmax\": 1134.9206, \"ymax\": 917.4603000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1167.46, \"ymin\": 957.143, \"xmax\": 1193.6508000000001, \"ymax\": 985.7143}, \"category\": \"w55\"}]}, \"52972\": {\"path\": \"train/52972.jpg\", \"id\": 52972, \"objects\": [{\"bbox\": {\"xmin\": 36.8421, \"ymin\": 934.211, \"xmax\": 94.7368, \"ymax\": 998.6842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1948.68, \"ymin\": 957.895, \"xmax\": 1998.6842000000001, \"ymax\": 1052.6316}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1892.11, \"ymin\": 952.632, \"xmax\": 1934.2105, \"ymax\": 1039.4737}, \"category\": \"pne\"}]}, \"9383\": {\"path\": \"train/9383.jpg\", \"id\": 9383, \"objects\": [{\"bbox\": {\"xmin\": 1672.28, \"ymin\": 481.188, \"xmax\": 1738.6139, \"ymax\": 613.861}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 575.248, \"ymin\": 978.218, \"xmax\": 595.0495000000001, \"ymax\": 998.0197999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 577.228, \"ymin\": 1000.0, \"xmax\": 597.0296999999999, \"ymax\": 1025.7426}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 605.941, \"ymin\": 997.03, \"xmax\": 626.7327, \"ymax\": 1016.8317}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1529.7, \"ymin\": 616.832, \"xmax\": 1565.3465, \"ymax\": 717.822}, \"category\": \"pne\"}]}, \"83301\": {\"path\": \"test/83301.jpg\", \"id\": 83301, \"objects\": [{\"bbox\": {\"xmin\": 968.627, \"ymin\": 768.627, \"xmax\": 1027.451, \"ymax\": 823.5293999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1029.41, \"ymin\": 768.627, \"xmax\": 1090.1885, \"ymax\": 829.4118}, \"category\": \"pn\"}]}, \"11620\": {\"path\": \"test/11620.jpg\", \"id\": 11620, \"objects\": [{\"bbox\": {\"xmin\": 1529.0, \"ymin\": 859.0, \"xmax\": 1605.0, \"ymax\": 936.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1529.0, \"ymin\": 938.0, \"xmax\": 1603.0, \"ymax\": 1010.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1533.0, \"ymin\": 1013.0, \"xmax\": 1605.0, \"ymax\": 1089.0}, \"category\": \"i2r\"}]}, \"13044\": {\"path\": \"test/13044.jpg\", \"id\": 13044, \"objects\": [{\"bbox\": {\"xmin\": 787.302, \"ymin\": 889.683, \"xmax\": 807.9208, \"ymax\": 915.0794}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1161.11, \"ymin\": 895.238, \"xmax\": 1184.9206, \"ymax\": 920.7921}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1187.3, \"ymin\": 896.825, \"xmax\": 1210.3183, \"ymax\": 920.7921}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 635.714, \"ymin\": 894.444, \"xmax\": 657.9365, \"ymax\": 918.2539999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1213.25, \"ymin\": 1010.6, \"xmax\": 1234.4371, \"ymax\": 1030.4636}, \"category\": \"i2r\"}]}, \"76533\": {\"path\": \"train/76533.jpg\", \"id\": 76533, \"objects\": [{\"bbox\": {\"xmin\": 268.8729248046875, \"ymin\": 997.3541870117188, \"xmax\": 300.1116943359375, \"ymax\": 1021.2693481445312}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 766.667, \"ymin\": 976.19, \"xmax\": 789.6825, \"ymax\": 1000.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 767.46, \"ymin\": 1001.59, \"xmax\": 791.2698, \"ymax\": 1026.1905}, \"category\": \"pn\"}]}, \"95581\": {\"path\": \"train/95581.jpg\", \"id\": 95581, \"objects\": [{\"bbox\": {\"xmin\": 1517.33, \"ymin\": 801.333, \"xmax\": 1562.6667, \"ymax\": 846.6667}, \"category\": \"pl30\"}]}, \"34486\": {\"path\": \"train/34486.jpg\", \"id\": 34486, \"objects\": [{\"bbox\": {\"xmin\": 1733.83, \"ymin\": 900.995, \"xmax\": 1759.204, \"ymax\": 927.3637}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1761.69, \"ymin\": 902.488, \"xmax\": 1785.0746000000001, \"ymax\": 927.8607000000001}, \"category\": \"pn\"}]}, \"1379\": {\"path\": \"other/1379.jpg\", \"id\": 1379, \"objects\": [{\"bbox\": {\"xmin\": 1115.87, \"ymin\": 976.19, \"xmax\": 1130.9524, \"ymax\": 988.8889}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1115.87, \"ymin\": 993.651, \"xmax\": 1130.9524, \"ymax\": 1007.1428999999999}, \"category\": \"w57\"}]}, \"1742\": {\"path\": \"train/1742.jpg\", \"id\": 1742, \"objects\": [{\"bbox\": {\"xmin\": 1937.62, \"ymin\": 725.743, \"xmax\": 1994.0593999999999, \"ymax\": 794.0594000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 2004.95, \"ymin\": 862.376, \"xmax\": 2028.711, \"ymax\": 900.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1946.53, \"ymin\": 859.406, \"xmax\": 1975.2475, \"ymax\": 899.0098999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1975.25, \"ymin\": 859.406, \"xmax\": 2003.9604, \"ymax\": 899.0098999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1683.17, \"ymin\": 695.05, \"xmax\": 1750.4950000000001, \"ymax\": 771.2871}, \"category\": \"pne\"}]}, \"13073\": {\"path\": \"test/13073.jpg\", \"id\": 13073, \"objects\": [{\"bbox\": {\"xmin\": 287.302, \"ymin\": 880.159, \"xmax\": 308.7302, \"ymax\": 907.9365}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 214.286, \"ymin\": 882.54, \"xmax\": 232.5396, \"ymax\": 909.5237999999999}, \"category\": \"i4\"}]}, \"66106\": {\"path\": \"train/66106.jpg\", \"id\": 66106, \"objects\": [{\"bbox\": {\"xmin\": 532.552001953125, \"ymin\": 998.2801513671875, \"xmax\": 557.2470703125, \"ymax\": 1024.429931640625}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 748.0, \"ymin\": 893.333, \"xmax\": 788.0, \"ymax\": 933.3333}, \"category\": \"ph4.5\"}]}, \"48260\": {\"path\": \"test/48260.jpg\", \"id\": 48260, \"objects\": [{\"bbox\": {\"xmin\": 1046.67, \"ymin\": 857.333, \"xmax\": 1072.0, \"ymax\": 882.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1126.67, \"ymin\": 856.0, \"xmax\": 1153.3333, \"ymax\": 881.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 966.667, \"ymin\": 860.0, \"xmax\": 992.0, \"ymax\": 885.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 937.333, \"ymin\": 860.0, \"xmax\": 964.0, \"ymax\": 886.6664}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1016.0, \"ymin\": 857.333, \"xmax\": 1041.3333, \"ymax\": 882.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1096.0, \"ymin\": 856.0, \"xmax\": 1122.6667, \"ymax\": 882.6667}, \"category\": \"pl100\"}]}, \"49013\": {\"path\": \"test/49013.jpg\", \"id\": 49013, \"objects\": [{\"bbox\": {\"xmin\": 189.474, \"ymin\": 921.053, \"xmax\": 209.2105, \"ymax\": 950.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 190.789, \"ymin\": 950.0, \"xmax\": 209.2105, \"ymax\": 981.5785}, \"category\": \"i2r\"}]}, \"2301\": {\"path\": \"train/2301.jpg\", \"id\": 2301, \"objects\": [{\"bbox\": {\"xmin\": 1263.16, \"ymin\": 810.526, \"xmax\": 1303.9474, \"ymax\": 863.1578999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1210.53, \"ymin\": 811.842, \"xmax\": 1255.2631999999999, \"ymax\": 859.2105}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1313.16, \"ymin\": 817.105, \"xmax\": 1357.8947, \"ymax\": 860.5263}, \"category\": \"pn\"}]}, \"21110\": {\"path\": \"other/21110.jpg\", \"id\": 21110, \"objects\": [{\"bbox\": {\"xmin\": 318.5356140136719, \"ymin\": 938.8143310546875, \"xmax\": 335.5934143066406, \"ymax\": 960.5107421875}, \"category\": \"pne\"}]}, \"24945\": {\"path\": \"test/24945.jpg\", \"id\": 24945, \"objects\": [{\"bbox\": {\"xmin\": 377.333, \"ymin\": 966.667, \"xmax\": 469.3333, \"ymax\": 1058.6667}, \"category\": \"p5\"}]}, \"15642\": {\"path\": \"test/15642.jpg\", \"id\": 15642, \"objects\": [{\"bbox\": {\"xmin\": 798.667, \"ymin\": 797.333, \"xmax\": 841.3333, \"ymax\": 838.6667}, \"category\": \"pl40\"}]}, \"3605\": {\"path\": \"train/3605.jpg\", \"id\": 3605, \"objects\": [{\"bbox\": {\"xmin\": 902.0, \"ymin\": 816.0, \"xmax\": 968.0, \"ymax\": 1000.0}, \"category\": \"pcr\"}]}, \"46491\": {\"path\": \"train/46491.jpg\", \"id\": 46491, \"objects\": [{\"bbox\": {\"xmin\": 232.0, \"ymin\": 957.333, \"xmax\": 284.0, \"ymax\": 1008.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1522.67, \"ymin\": 957.333, \"xmax\": 1557.3333, \"ymax\": 997.3333}, \"category\": \"pl60\"}]}, \"56782\": {\"path\": \"train/56782.jpg\", \"id\": 56782, \"objects\": [{\"bbox\": {\"xmin\": 173.81, \"ymin\": 926.19, \"xmax\": 191.2698, \"ymax\": 946.8254000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 128.571, \"ymin\": 920.635, \"xmax\": 149.2063, \"ymax\": 943.6508}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1203.97, \"ymin\": 957.143, \"xmax\": 1223.019, \"ymax\": 976.1908000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1137.3, \"ymin\": 957.143, \"xmax\": 1153.9683, \"ymax\": 974.6027}, \"category\": \"pne\"}]}, \"97521\": {\"path\": \"other/97521.jpg\", \"id\": 97521, \"objects\": [{\"bbox\": {\"xmin\": 1384.08, \"ymin\": 942.786, \"xmax\": 1399.5, \"ymax\": 959.204}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1401.2, \"ymin\": 943.426, \"xmax\": 1415.5426, \"ymax\": 958.5653000000001}, \"category\": \"pn\"}]}, \"39821\": {\"path\": \"train/39821.jpg\", \"id\": 39821, \"objects\": [{\"bbox\": {\"xmin\": 1290.4, \"ymin\": 926.4, \"xmax\": 1379.2, \"ymax\": 1024.8}, \"category\": \"pr40\"}]}, \"25067\": {\"path\": \"train/25067.jpg\", \"id\": 25067, \"objects\": [{\"bbox\": {\"xmin\": 860.396, \"ymin\": 924.752, \"xmax\": 880.198, \"ymax\": 948.5148999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 782.178, \"ymin\": 926.733, \"xmax\": 803.9604, \"ymax\": 947.5247999999999}, \"category\": \"pne\"}]}, \"66056\": {\"path\": \"test/66056.jpg\", \"id\": 66056, \"objects\": [{\"bbox\": {\"xmin\": 949.333, \"ymin\": 422.667, \"xmax\": 1077.333, \"ymax\": 530.6669999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 550.667, \"ymin\": 456.0, \"xmax\": 668.0, \"ymax\": 561.333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 416.0, \"ymin\": 476.0, \"xmax\": 528.0, \"ymax\": 577.333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 797.333, \"ymin\": 428.0, \"xmax\": 925.333, \"ymax\": 538.667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 58.6667, \"ymin\": 556.0, \"xmax\": 94.66669999999999, \"ymax\": 589.3333}, \"category\": \"w32\"}]}, \"78667\": {\"path\": \"train/78667.jpg\", \"id\": 78667, \"objects\": [{\"bbox\": {\"xmin\": 1628.0, \"ymin\": 860.0, \"xmax\": 1674.6667, \"ymax\": 924.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1630.67, \"ymin\": 744.0, \"xmax\": 1686.6667, \"ymax\": 805.3333}, \"category\": \"p26\"}]}, \"33204\": {\"path\": \"train/33204.jpg\", \"id\": 33204, \"objects\": [{\"bbox\": {\"xmin\": 164.474, \"ymin\": 968.421, \"xmax\": 197.36839999999998, \"ymax\": 1007.8947000000001}, \"category\": \"pne\"}]}, \"16870\": {\"path\": \"train/16870.jpg\", \"id\": 16870, \"objects\": [{\"bbox\": {\"xmin\": 764.474, \"ymin\": 909.211, \"xmax\": 797.3684000000001, \"ymax\": 976.3163}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 765.789, \"ymin\": 978.947, \"xmax\": 805.2632, \"ymax\": 1044.7368}, \"category\": \"pn\"}]}, \"3233\": {\"path\": \"train/3233.jpg\", \"id\": 3233, \"objects\": [{\"bbox\": {\"xmin\": 751.0, \"ymin\": 537.0, \"xmax\": 861.0, \"ymax\": 635.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 864.0, \"ymin\": 537.0, \"xmax\": 970.0, \"ymax\": 638.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 697.0, \"ymin\": 662.0, \"xmax\": 760.0, \"ymax\": 714.0}, \"category\": \"w30\"}]}, \"88512\": {\"path\": \"other/88512.jpg\", \"id\": 88512, \"objects\": [{\"bbox\": {\"xmin\": 486.0300598144531, \"ymin\": 1021.9815063476562, \"xmax\": 508.7210998535156, \"ymax\": 1048.264404296875}, \"category\": \"pl30\"}]}, \"62828\": {\"path\": \"train/62828.jpg\", \"id\": 62828, \"objects\": [{\"bbox\": {\"xmin\": 674.0, \"ymin\": 1001.0, \"xmax\": 718.0, \"ymax\": 1065.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 210.0, \"ymin\": 938.0, \"xmax\": 287.0, \"ymax\": 1011.0}, \"category\": \"pr40\"}]}, \"75023\": {\"path\": \"train/75023.jpg\", \"id\": 75023, \"objects\": [{\"bbox\": {\"xmin\": 967.0, \"ymin\": 656.0, \"xmax\": 1045.0, \"ymax\": 731.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1052.0, \"ymin\": 651.0, \"xmax\": 1132.0, \"ymax\": 726.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1368.0, \"ymin\": 904.0, \"xmax\": 1429.0, \"ymax\": 971.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1368.0, \"ymin\": 975.0, \"xmax\": 1430.0, \"ymax\": 1041.0}, \"category\": \"i2r\"}]}, \"55073\": {\"path\": \"train/55073.jpg\", \"id\": 55073, \"objects\": [{\"bbox\": {\"xmin\": 1156.19, \"ymin\": 987.168, \"xmax\": 1173.0088, \"ymax\": 1003.5398}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1119.91, \"ymin\": 993.805, \"xmax\": 1130.9735, \"ymax\": 1005.7521999999999}, \"category\": \"pn\"}]}, \"20933\": {\"path\": \"train/20933.jpg\", \"id\": 20933, \"objects\": [{\"bbox\": {\"xmin\": 1556.0, \"ymin\": 560.0, \"xmax\": 1641.3333, \"ymax\": 641.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1850.67, \"ymin\": 610.667, \"xmax\": 1916.0, \"ymax\": 688.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 733.333, \"ymin\": 538.667, \"xmax\": 830.6667, \"ymax\": 626.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1128.0, \"ymin\": 525.333, \"xmax\": 1233.333, \"ymax\": 616.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 528.0, \"ymin\": 560.0, \"xmax\": 620.0, \"ymax\": 644.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 908.0, \"ymin\": 525.333, \"xmax\": 1010.667, \"ymax\": 616.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1358.67, \"ymin\": 537.333, \"xmax\": 1453.3333, \"ymax\": 624.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1712.0, \"ymin\": 581.333, \"xmax\": 1788.0, \"ymax\": 664.0}, \"category\": \"pl80\"}]}, \"8031\": {\"path\": \"test/8031.jpg\", \"id\": 8031, \"objects\": [{\"bbox\": {\"xmin\": 722.368, \"ymin\": 959.211, \"xmax\": 747.3684000000001, \"ymax\": 986.8421}, \"category\": \"p23\"}]}, \"35059\": {\"path\": \"test/35059.jpg\", \"id\": 35059, \"objects\": [{\"bbox\": {\"xmin\": 1346.0, \"ymin\": 839.0, \"xmax\": 1430.0, \"ymax\": 922.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1361.0, \"ymin\": 949.0, \"xmax\": 1426.0, \"ymax\": 1012.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1366.0, \"ymin\": 1012.0, \"xmax\": 1429.0, \"ymax\": 1077.0}, \"category\": \"i2r\"}]}, \"77454\": {\"path\": \"other/77454.jpg\", \"id\": 77454, \"objects\": [{\"bbox\": {\"xmin\": 1400.127685546875, \"ymin\": 299.5722351074219, \"xmax\": 1607.581298828125, \"ymax\": 466.1884460449219}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1605.864013671875, \"ymin\": 330.732421875, \"xmax\": 1811.46728515625, \"ymax\": 503.08636474609375}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1181.3291015625, \"ymin\": 263.1811218261719, \"xmax\": 1407.62646484375, \"ymax\": 428.8294372558594}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 955.4213256835938, \"ymin\": 994.7484741210938, \"xmax\": 973.4465942382812, \"ymax\": 1012.1199340820312}, \"category\": \"pl80\"}]}, \"57258\": {\"path\": \"train/57258.jpg\", \"id\": 57258, \"objects\": [{\"bbox\": {\"xmin\": 1935.53, \"ymin\": 821.053, \"xmax\": 1965.7894999999999, \"ymax\": 864.4737}, \"category\": \"pne\"}]}, \"93906\": {\"path\": \"test/93906.jpg\", \"id\": 93906, \"objects\": [{\"bbox\": {\"xmin\": 1527.49, \"ymin\": 987.649, \"xmax\": 1554.5785, \"ymax\": 1015.5378}, \"category\": \"p5\"}]}, \"65984\": {\"path\": \"train/65984.jpg\", \"id\": 65984, \"objects\": [{\"bbox\": {\"xmin\": 307.921, \"ymin\": 920.792, \"xmax\": 324.7525, \"ymax\": 939.604}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 248.515, \"ymin\": 918.812, \"xmax\": 265.3465, \"ymax\": 936.6337}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 114.851, \"ymin\": 889.109, \"xmax\": 136.6337, \"ymax\": 919.802}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1311.88, \"ymin\": 937.624, \"xmax\": 1329.7030000000002, \"ymax\": 952.4752}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 20.7924, \"ymin\": 886.138, \"xmax\": 47.5248, \"ymax\": 913.8607000000001}, \"category\": \"pne\"}]}, \"92682\": {\"path\": \"train/92682.jpg\", \"id\": 92682, \"objects\": [{\"bbox\": {\"xmin\": 1288.0, \"ymin\": 983.0, \"xmax\": 1310.0, \"ymax\": 1008.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1658.0, \"ymin\": 952.0, \"xmax\": 1682.0, \"ymax\": 978.0}, \"category\": \"pn\"}]}, \"46208\": {\"path\": \"train/46208.jpg\", \"id\": 46208, \"objects\": [{\"bbox\": {\"xmin\": 1905.33, \"ymin\": 1006.67, \"xmax\": 1981.3333, \"ymax\": 1089.3333}, \"category\": \"w59\"}]}, \"29231\": {\"path\": \"train/29231.jpg\", \"id\": 29231, \"objects\": [{\"bbox\": {\"xmin\": 229.0, \"ymin\": 1050.0, \"xmax\": 300.0, \"ymax\": 1134.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1233.0, \"ymin\": 1010.0, \"xmax\": 1253.0, \"ymax\": 1035.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1485.0, \"ymin\": 648.0, \"xmax\": 1566.0, \"ymax\": 734.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 138.0, \"ymin\": 1047.0, \"xmax\": 197.0, \"ymax\": 1128.0}, \"category\": \"pne\"}]}, \"74972\": {\"path\": \"train/74972.jpg\", \"id\": 74972, \"objects\": [{\"bbox\": {\"xmin\": 1553.33, \"ymin\": 617.333, \"xmax\": 1621.3333, \"ymax\": 685.3333}, \"category\": \"pl40\"}]}, \"634\": {\"path\": \"test/634.jpg\", \"id\": 634, \"objects\": [{\"bbox\": {\"xmin\": 1261.0, \"ymin\": 999.0, \"xmax\": 1318.0, \"ymax\": 1064.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1261.0, \"ymin\": 935.0, \"xmax\": 1315.0, \"ymax\": 998.0}, \"category\": \"pr45\"}]}, \"57309\": {\"path\": \"train/57309.jpg\", \"id\": 57309, \"objects\": [{\"bbox\": {\"xmin\": 1712.0, \"ymin\": 958.667, \"xmax\": 1785.3333, \"ymax\": 1050.6667}, \"category\": \"pm20\"}]}, \"16397\": {\"path\": \"train/16397.jpg\", \"id\": 16397, \"objects\": [{\"bbox\": {\"xmin\": 1604.55, \"ymin\": 1063.64, \"xmax\": 1625.0018, \"ymax\": 1086.3655}, \"category\": \"pne\"}]}, \"36909\": {\"path\": \"train/36909.jpg\", \"id\": 36909, \"objects\": [{\"bbox\": {\"xmin\": 65.3333, \"ymin\": 753.333, \"xmax\": 174.6673, \"ymax\": 874.6669999999999}, \"category\": \"pcl\"}]}, \"31814\": {\"path\": \"train/31814.jpg\", \"id\": 31814, \"objects\": [{\"bbox\": {\"xmin\": 230.667, \"ymin\": 1010.67, \"xmax\": 294.6664, \"ymax\": 1082.6634}, \"category\": \"p5\"}]}, \"57154\": {\"path\": \"train/57154.jpg\", \"id\": 57154, \"objects\": [{\"bbox\": {\"xmin\": 289.473, \"ymin\": 918.42, \"xmax\": 311.8417, \"ymax\": 947.3682}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 214.474, \"ymin\": 918.421, \"xmax\": 232.8947, \"ymax\": 948.6842}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1915.79, \"ymin\": 664.474, \"xmax\": 1984.2105, \"ymax\": 742.1053}, \"category\": \"pne\"}]}, \"77506\": {\"path\": \"train/77506.jpg\", \"id\": 77506, \"objects\": [{\"bbox\": {\"xmin\": 1751.0, \"ymin\": 734.0, \"xmax\": 1896.0, \"ymax\": 913.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1757.0, \"ymin\": 549.0, \"xmax\": 1897.0, \"ymax\": 723.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1743.0, \"ymin\": 925.0, \"xmax\": 1899.0, \"ymax\": 1082.0}, \"category\": \"w57\"}]}, \"93045\": {\"path\": \"test/93045.jpg\", \"id\": 93045, \"objects\": [{\"bbox\": {\"xmin\": 1468.0, \"ymin\": 838.667, \"xmax\": 1501.3333, \"ymax\": 876.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1612.0, \"ymin\": 846.667, \"xmax\": 1645.3333, \"ymax\": 880.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1718.67, \"ymin\": 849.333, \"xmax\": 1748.0, \"ymax\": 882.6667}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1398.67, \"ymin\": 840.0, \"xmax\": 1430.6667, \"ymax\": 874.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1550.67, \"ymin\": 846.667, \"xmax\": 1580.0, \"ymax\": 876.0}, \"category\": \"pl120\"}]}, \"51670\": {\"path\": \"other/51670.jpg\", \"id\": 51670, \"objects\": [{\"bbox\": {\"xmin\": 939.073, \"ymin\": 949.669, \"xmax\": 952.9801, \"ymax\": 965.5629}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 919.868, \"ymin\": 949.007, \"xmax\": 934.4371000000001, \"ymax\": 965.5628999999999}, \"category\": \"pl50\"}]}, \"82871\": {\"path\": \"train/82871.jpg\", \"id\": 82871, \"objects\": [{\"bbox\": {\"xmin\": 748.413, \"ymin\": 991.27, \"xmax\": 769.8413, \"ymax\": 1009.5237999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 778.571, \"ymin\": 991.27, \"xmax\": 798.4127, \"ymax\": 1008.7302}, \"category\": \"pne\"}]}, \"92673\": {\"path\": \"test/92673.jpg\", \"id\": 92673, \"objects\": [{\"bbox\": {\"xmin\": 1232.95, \"ymin\": 1167.04, \"xmax\": 1264.2027, \"ymax\": 1197.1572999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1266.48, \"ymin\": 1166.48, \"xmax\": 1297.7236, \"ymax\": 1198.2991}, \"category\": \"pn\"}]}, \"33490\": {\"path\": \"train/33490.jpg\", \"id\": 33490, \"objects\": [{\"bbox\": {\"xmin\": 1980.26, \"ymin\": 927.632, \"xmax\": 2009.2117, \"ymax\": 973.6839}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1980.26, \"ymin\": 971.053, \"xmax\": 2011.8421, \"ymax\": 1011.8421}, \"category\": \"pn\"}]}, \"26923\": {\"path\": \"other/26923.jpg\", \"id\": 26923, \"objects\": [{\"bbox\": {\"xmin\": 377.5036315917969, \"ymin\": 827.259033203125, \"xmax\": 398.1878967285156, \"ymax\": 883.171142578125}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 327.55902099609375, \"ymin\": 821.5968627929688, \"xmax\": 351.2169189453125, \"ymax\": 871.8463745117188}, \"category\": \"pl40\"}]}, \"87682\": {\"path\": \"test/87682.jpg\", \"id\": 87682, \"objects\": [{\"bbox\": {\"xmin\": 382.667, \"ymin\": 1018.67, \"xmax\": 424.0, \"ymax\": 1060.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1582.67, \"ymin\": 1012.0, \"xmax\": 1629.3333, \"ymax\": 1050.6667}, \"category\": \"w32\"}]}, \"58416\": {\"path\": \"train/58416.jpg\", \"id\": 58416, \"objects\": [{\"bbox\": {\"xmin\": 1060.0, \"ymin\": 816.0, \"xmax\": 1097.3333, \"ymax\": 856.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 158.667, \"ymin\": 654.667, \"xmax\": 217.3327, \"ymax\": 732.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1097.33, \"ymin\": 818.667, \"xmax\": 1136.0, \"ymax\": 854.6667}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1625.33, \"ymin\": 1153.33, \"xmax\": 1699.9967, \"ymax\": 1228.0}, \"category\": \"i4l\"}]}, \"18745\": {\"path\": \"other/18745.jpg\", \"id\": 18745, \"objects\": [{\"bbox\": {\"xmin\": 1426.081298828125, \"ymin\": 995.2675170898438, \"xmax\": 1457.3408203125, \"ymax\": 1031.312255859375}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1511.925537109375, \"ymin\": 959.3536376953125, \"xmax\": 1556.1689453125, \"ymax\": 1003.4482421875}, \"category\": \"pn\"}]}, \"17442\": {\"path\": \"other/17442.jpg\", \"id\": 17442, \"objects\": [{\"bbox\": {\"xmin\": 307.522, \"ymin\": 1081.42, \"xmax\": 318.5841, \"ymax\": 1097.7876}, \"category\": \"pn\"}]}, \"17315\": {\"path\": \"train/17315.jpg\", \"id\": 17315, \"objects\": [{\"bbox\": {\"xmin\": 376.0, \"ymin\": 756.0, \"xmax\": 412.0, \"ymax\": 794.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 422.667, \"ymin\": 753.333, \"xmax\": 461.33329999999995, \"ymax\": 793.3333}, \"category\": \"p8\"}]}, \"81980\": {\"path\": \"train/81980.jpg\", \"id\": 81980, \"objects\": [{\"bbox\": {\"xmin\": 841.584, \"ymin\": 919.802, \"xmax\": 865.3465, \"ymax\": 940.5941}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1436.63, \"ymin\": 973.267, \"xmax\": 1456.4356, \"ymax\": 995.0495000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1121.78, \"ymin\": 945.545, \"xmax\": 1137.6238, \"ymax\": 962.3761999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1084.16, \"ymin\": 945.545, \"xmax\": 1100.9901, \"ymax\": 962.3761999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1102.97, \"ymin\": 942.574, \"xmax\": 1118.8119, \"ymax\": 963.3662999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 751.485, \"ymin\": 922.772, \"xmax\": 774.2574, \"ymax\": 945.5446000000001}, \"category\": \"pne\"}]}, \"85519\": {\"path\": \"train/85519.jpg\", \"id\": 85519, \"objects\": [{\"bbox\": {\"xmin\": 1942.67, \"ymin\": 1017.33, \"xmax\": 1985.3333, \"ymax\": 1070.6667}, \"category\": \"pl30\"}]}, \"97842\": {\"path\": \"test/97842.jpg\", \"id\": 97842, \"objects\": [{\"bbox\": {\"xmin\": 459.211, \"ymin\": 936.842, \"xmax\": 500.0, \"ymax\": 977.6315999999999}, \"category\": \"p23\"}]}, \"37034\": {\"path\": \"train/37034.jpg\", \"id\": 37034, \"objects\": [{\"bbox\": {\"xmin\": 280.263, \"ymin\": 988.158, \"xmax\": 305.2632, \"ymax\": 1017.1053}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 276.316, \"ymin\": 955.263, \"xmax\": 307.8947, \"ymax\": 986.8421000000001}, \"category\": \"pn\"}]}, \"73559\": {\"path\": \"train/73559.jpg\", \"id\": 73559, \"objects\": [{\"bbox\": {\"xmin\": 1784.0, \"ymin\": 912.0, \"xmax\": 1873.3333, \"ymax\": 1021.333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1784.0, \"ymin\": 1024.0, \"xmax\": 1873.3333, \"ymax\": 1126.667}, \"category\": \"pr20\"}]}, \"12679\": {\"path\": \"train/12679.jpg\", \"id\": 12679, \"objects\": [{\"bbox\": {\"xmin\": 1466.67, \"ymin\": 586.275, \"xmax\": 1566.6667, \"ymax\": 694.1179999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1235.29, \"ymin\": 582.353, \"xmax\": 1345.1, \"ymax\": 680.3922}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1349.02, \"ymin\": 582.353, \"xmax\": 1458.824, \"ymax\": 682.3529}, \"category\": \"pn\"}]}, \"18985\": {\"path\": \"test/18985.jpg\", \"id\": 18985, \"objects\": [{\"bbox\": {\"xmin\": 788.236, \"ymin\": 907.843, \"xmax\": 860.7846999999999, \"ymax\": 974.51}, \"category\": \"pne\"}]}, \"60070\": {\"path\": \"other/60070.jpg\", \"id\": 60070, \"objects\": [{\"bbox\": {\"xmin\": 31.3725, \"ymin\": 901.961, \"xmax\": 145.0995, \"ymax\": 1015.686}, \"category\": \"w30\"}]}, \"20272\": {\"path\": \"other/20272.jpg\", \"id\": 20272, \"objects\": [{\"bbox\": {\"xmin\": 1195.24, \"ymin\": 906.349, \"xmax\": 1221.4344, \"ymax\": 931.7460000000001}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1144.44, \"ymin\": 905.556, \"xmax\": 1169.8369, \"ymax\": 929.3657000000001}, \"category\": \"w42\"}, {\"bbox\": {\"xmin\": 1169.84, \"ymin\": 905.556, \"xmax\": 1194.4245999999998, \"ymax\": 930.9524}, \"category\": \"w8\"}]}, \"11151\": {\"path\": \"test/11151.jpg\", \"id\": 11151, \"objects\": [{\"bbox\": {\"xmin\": 1093.33, \"ymin\": 1045.33, \"xmax\": 1144.0, \"ymax\": 1105.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 981.333, \"xmax\": 1141.3333, \"ymax\": 1045.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1094.67, \"ymin\": 1106.67, \"xmax\": 1149.3333, \"ymax\": 1162.6667}, \"category\": \"w30\"}]}, \"70733\": {\"path\": \"train/70733.jpg\", \"id\": 70733, \"objects\": [{\"bbox\": {\"xmin\": 1512.0, \"ymin\": 701.0, \"xmax\": 1571.0, \"ymax\": 759.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 914.0, \"ymin\": 605.0, \"xmax\": 978.0, \"ymax\": 666.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 914.0, \"ymin\": 544.0, \"xmax\": 972.0, \"ymax\": 602.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 848.0, \"ymin\": 609.0, \"xmax\": 912.0, \"ymax\": 671.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1443.0, \"ymin\": 759.0, \"xmax\": 1538.0, \"ymax\": 853.0}, \"category\": \"ph2.9\"}, {\"bbox\": {\"xmin\": 976.0, \"ymin\": 757.0, \"xmax\": 1074.0, \"ymax\": 855.0}, \"category\": \"ph2.9\"}, {\"bbox\": {\"xmin\": 781.0, \"ymin\": 586.0, \"xmax\": 842.0, \"ymax\": 645.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1198.0, \"ymin\": 755.0, \"xmax\": 1298.0, \"ymax\": 854.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 743.0, \"ymin\": 761.0, \"xmax\": 833.0, \"ymax\": 854.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 847.0, \"ymin\": 549.0, \"xmax\": 908.0, \"ymax\": 607.0}, \"category\": \"pbm\"}]}, \"27174\": {\"path\": \"train/27174.jpg\", \"id\": 27174, \"objects\": [{\"bbox\": {\"xmin\": 782.781, \"ymin\": 864.238, \"xmax\": 819.2053, \"ymax\": 893.3775}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 648.344, \"ymin\": 867.55, \"xmax\": 682.1192000000001, \"ymax\": 900.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 672.185, \"ymin\": 1017.88, \"xmax\": 690.7284999999999, \"ymax\": 1043.0464}, \"category\": \"w55\"}]}, \"38711\": {\"path\": \"test/38711.jpg\", \"id\": 38711, \"objects\": [{\"bbox\": {\"xmin\": 1092.04, \"ymin\": 936.283, \"xmax\": 1108.4071, \"ymax\": 954.8673}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1110.62, \"ymin\": 936.283, \"xmax\": 1126.1111999999998, \"ymax\": 954.4247}, \"category\": \"pn\"}]}, \"1431\": {\"path\": \"train/1431.jpg\", \"id\": 1431, \"objects\": [{\"bbox\": {\"xmin\": 995.364, \"ymin\": 1245.03, \"xmax\": 1027.1523, \"ymax\": 1274.1722}, \"category\": \"pne\"}]}, \"44428\": {\"path\": \"train/44428.jpg\", \"id\": 44428, \"objects\": [{\"bbox\": {\"xmin\": 1136.0, \"ymin\": 712.0, \"xmax\": 1204.0, \"ymax\": 777.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 924.0, \"ymin\": 702.667, \"xmax\": 993.3333, \"ymax\": 769.3333}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1633.33, \"ymin\": 854.667, \"xmax\": 1697.3333, \"ymax\": 926.6667}, \"category\": \"i2r\"}]}, \"38171\": {\"path\": \"train/38171.jpg\", \"id\": 38171, \"objects\": [{\"bbox\": {\"xmin\": 1284.0, \"ymin\": 146.0, \"xmax\": 1476.0, \"ymax\": 323.0}, \"category\": \"ph4.5\"}]}, \"75635\": {\"path\": \"train/75635.jpg\", \"id\": 75635, \"objects\": [{\"bbox\": {\"xmin\": 1325.33, \"ymin\": 946.667, \"xmax\": 1355.9834999999998, \"ymax\": 977.3333}, \"category\": \"pl40\"}]}, \"11864\": {\"path\": \"train/11864.jpg\", \"id\": 11864, \"objects\": [{\"bbox\": {\"xmin\": 1565.0, \"ymin\": 866.0, \"xmax\": 1602.0, \"ymax\": 912.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1516.0, \"ymin\": 863.0, \"xmax\": 1556.0, \"ymax\": 907.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1609.0, \"ymin\": 869.0, \"xmax\": 1647.0, \"ymax\": 915.0}, \"category\": \"pn\"}]}, \"88027\": {\"path\": \"test/88027.jpg\", \"id\": 88027, \"objects\": [{\"bbox\": {\"xmin\": 1985.0, \"ymin\": 558.0, \"xmax\": 2047.0, \"ymax\": 640.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1909.0, \"ymin\": 441.0, \"xmax\": 1979.0, \"ymax\": 526.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1990.0, \"ymin\": 469.0, \"xmax\": 2047.0, \"ymax\": 549.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1904.0, \"ymin\": 535.0, \"xmax\": 1975.0, \"ymax\": 621.0}, \"category\": \"pl120\"}]}, \"25679\": {\"path\": \"train/25679.jpg\", \"id\": 25679, \"objects\": [{\"bbox\": {\"xmin\": 1338.0, \"ymin\": 1000.0, \"xmax\": 1391.0, \"ymax\": 1056.0}, \"category\": \"pl120\"}]}, \"25942\": {\"path\": \"train/25942.jpg\", \"id\": 25942, \"objects\": [{\"bbox\": {\"xmin\": 1228.8, \"ymin\": 977.6, \"xmax\": 1247.2, \"ymax\": 998.4}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1513.6, \"ymin\": 1006.4, \"xmax\": 1532.8, \"ymax\": 1024.8}, \"category\": \"pl70\"}]}, \"26409\": {\"path\": \"other/26409.jpg\", \"id\": 26409, \"objects\": [{\"bbox\": {\"xmin\": 265.333, \"ymin\": 997.333, \"xmax\": 340.0, \"ymax\": 1078.6637}, \"category\": \"pm15\"}]}, \"1378\": {\"path\": \"train/1378.jpg\", \"id\": 1378, \"objects\": [{\"bbox\": {\"xmin\": 90.6667, \"ymin\": 360.0, \"xmax\": 213.33370000000002, \"ymax\": 522.667}, \"category\": \"pl60\"}]}, \"89174\": {\"path\": \"test/89174.jpg\", \"id\": 89174, \"objects\": [{\"bbox\": {\"xmin\": 1660.0, \"ymin\": 930.667, \"xmax\": 1717.3333, \"ymax\": 984.0}, \"category\": \"w59\"}]}, \"87695\": {\"path\": \"train/87695.jpg\", \"id\": 87695, \"objects\": [{\"bbox\": {\"xmin\": 1120.63, \"ymin\": 893.651, \"xmax\": 1146.8254000000002, \"ymax\": 924.6031999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1088.89, \"ymin\": 896.825, \"xmax\": 1115.873, \"ymax\": 924.6032}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1147.62, \"ymin\": 895.238, \"xmax\": 1176.9841, \"ymax\": 925.3968000000001}, \"category\": \"pn\"}]}, \"84844\": {\"path\": \"train/84844.jpg\", \"id\": 84844, \"objects\": [{\"bbox\": {\"xmin\": 1049.33, \"ymin\": 800.0, \"xmax\": 1097.3333, \"ymax\": 844.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1216.0, \"ymin\": 797.333, \"xmax\": 1262.6667, \"ymax\": 841.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 886.667, \"ymin\": 805.333, \"xmax\": 929.3333, \"ymax\": 849.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 800.0, \"ymin\": 809.333, \"xmax\": 845.3333, \"ymax\": 853.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 965.333, \"ymin\": 804.0, \"xmax\": 1009.3321, \"ymax\": 845.333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1130.67, \"ymin\": 798.667, \"xmax\": 1174.6667, \"ymax\": 842.6667}, \"category\": \"pl100\"}]}, \"81264\": {\"path\": \"test/81264.jpg\", \"id\": 81264, \"objects\": [{\"bbox\": {\"xmin\": 1115.0225830078125, \"ymin\": 942.0748901367188, \"xmax\": 1132.2813720703125, \"ymax\": 959.0199584960938}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1252.32, \"ymin\": 921.854, \"xmax\": 1273.5099, \"ymax\": 944.3709}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1177.48, \"ymin\": 922.517, \"xmax\": 1197.351, \"ymax\": 943.7086}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 862.252, \"ymin\": 901.987, \"xmax\": 884.7682, \"ymax\": 927.1523}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 747.02, \"ymin\": 902.649, \"xmax\": 772.8477, \"ymax\": 927.8146}, \"category\": \"pne\"}]}, \"52970\": {\"path\": \"other/52970.jpg\", \"id\": 52970, \"objects\": [{\"bbox\": {\"xmin\": 686.139, \"ymin\": 1005.94, \"xmax\": 695.0495, \"ymax\": 1021.7822000000001}, \"category\": \"pne\"}]}, \"58864\": {\"path\": \"other/58864.jpg\", \"id\": 58864, \"objects\": [{\"bbox\": {\"xmin\": 1202.97, \"ymin\": 947.525, \"xmax\": 1211.88119, \"ymax\": 960.396}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1121.78, \"ymin\": 943.564, \"xmax\": 1134.6535, \"ymax\": 960.396}, \"category\": \"pne\"}]}, \"71794\": {\"path\": \"train/71794.jpg\", \"id\": 71794, \"objects\": [{\"bbox\": {\"xmin\": 20.0, \"ymin\": 937.333, \"xmax\": 52.0, \"ymax\": 978.6667}, \"category\": \"p19\"}]}, \"12747\": {\"path\": \"train/12747.jpg\", \"id\": 12747, \"objects\": [{\"bbox\": {\"xmin\": 1371.37744140625, \"ymin\": 854.4779052734375, \"xmax\": 1391.7763671875, \"ymax\": 873.9075927734375}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1432.365234375, \"ymin\": 929.6732177734375, \"xmax\": 1454.512939453125, \"ymax\": 952.1220703125}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1144.55, \"ymin\": 949.505, \"xmax\": 1171.2871, \"ymax\": 974.2574}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 644.554, \"ymin\": 980.198, \"xmax\": 670.297, \"ymax\": 1004.9505}, \"category\": \"pne\"}]}, \"52271\": {\"path\": \"train/52271.jpg\", \"id\": 52271, \"objects\": [{\"bbox\": {\"xmin\": 643.651, \"ymin\": 1003.95, \"xmax\": 661.9047999999999, \"ymax\": 1022.3684000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 642.105, \"ymin\": 977.778, \"xmax\": 665.7895, \"ymax\": 1000.7938}, \"category\": \"pl5\"}]}, \"49586\": {\"path\": \"train/49586.jpg\", \"id\": 49586, \"objects\": [{\"bbox\": {\"xmin\": 957.143, \"ymin\": 922.222, \"xmax\": 974.6032, \"ymax\": 939.683}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 852.381, \"ymin\": 925.397, \"xmax\": 866.6667, \"ymax\": 942.8571000000001}, \"category\": \"pne\"}]}, \"69092\": {\"path\": \"train/69092.jpg\", \"id\": 69092, \"objects\": [{\"bbox\": {\"xmin\": 1180.0, \"ymin\": 964.0, \"xmax\": 1206.6667, \"ymax\": 988.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1184.0, \"ymin\": 912.0, \"xmax\": 1208.0, \"ymax\": 936.0}, \"category\": \"pcl\"}]}, \"71253\": {\"path\": \"other/71253.jpg\", \"id\": 71253, \"objects\": [{\"bbox\": {\"xmin\": 1228.57, \"ymin\": 933.333, \"xmax\": 1241.2698, \"ymax\": 948.4127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1705.56, \"ymin\": 907.143, \"xmax\": 1715.09573, \"ymax\": 929.3651}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1146.03, \"ymin\": 930.952, \"xmax\": 1157.9365, \"ymax\": 947.619}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1651.59, \"ymin\": 913.492, \"xmax\": 1661.1111099999998, \"ymax\": 932.5396999999999}, \"category\": \"pne\"}]}, \"62320\": {\"path\": \"train/62320.jpg\", \"id\": 62320, \"objects\": [{\"bbox\": {\"xmin\": 1448.0, \"ymin\": 829.0, \"xmax\": 1550.0, \"ymax\": 929.0}, \"category\": \"w59\"}]}, \"83257\": {\"path\": \"train/83257.jpg\", \"id\": 83257, \"objects\": [{\"bbox\": {\"xmin\": 1050.79, \"ymin\": 970.635, \"xmax\": 1080.9524, \"ymax\": 1008.9109}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1052.38, \"ymin\": 926.984, \"xmax\": 1080.9524000000001, \"ymax\": 969.0476}, \"category\": \"w57\"}]}, \"32355\": {\"path\": \"train/32355.jpg\", \"id\": 32355, \"objects\": [{\"bbox\": {\"xmin\": 1334.4, \"ymin\": 939.2, \"xmax\": 1372.0, \"ymax\": 990.4000000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 831.2, \"ymin\": 984.8, \"xmax\": 863.2, \"ymax\": 1018.4}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1713.6, \"ymin\": 970.4, \"xmax\": 1751.1999999999998, \"ymax\": 1012.0}, \"category\": \"p10\"}]}, \"87828\": {\"path\": \"other/87828.jpg\", \"id\": 87828, \"objects\": [{\"bbox\": {\"xmin\": 280.0, \"ymin\": 960.42, \"xmax\": 293.6, \"ymax\": 983.9986}, \"category\": \"pn\"}]}, \"66835\": {\"path\": \"train/66835.jpg\", \"id\": 66835, \"objects\": [{\"bbox\": {\"xmin\": 730.667, \"ymin\": 474.667, \"xmax\": 828.0, \"ymax\": 564.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 852.0, \"ymin\": 454.667, \"xmax\": 980.0, \"ymax\": 568.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1105.33, \"ymin\": 933.333, \"xmax\": 1126.6667, \"ymax\": 954.6667}, \"category\": \"pn\"}]}, \"7075\": {\"path\": \"train/7075.jpg\", \"id\": 7075, \"objects\": [{\"bbox\": {\"xmin\": 1277.33, \"ymin\": 894.667, \"xmax\": 1292.0, \"ymax\": 910.6667}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1460.0, \"ymin\": 886.667, \"xmax\": 1504.0, \"ymax\": 929.3333}, \"category\": \"i14\"}, {\"bbox\": {\"xmin\": 1290.67, \"ymin\": 932.0, \"xmax\": 1313.3333, \"ymax\": 956.0}, \"category\": \"pm20\"}]}, \"38177\": {\"path\": \"test/38177.jpg\", \"id\": 38177, \"objects\": [{\"bbox\": {\"xmin\": 1223.0, \"ymin\": 997.0, \"xmax\": 1272.0, \"ymax\": 1044.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1195.0, \"ymin\": 959.0, \"xmax\": 1244.0, \"ymax\": 1006.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1224.0, \"ymin\": 919.0, \"xmax\": 1270.0, \"ymax\": 968.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1253.0, \"ymin\": 959.0, \"xmax\": 1298.0, \"ymax\": 1004.0}, \"category\": \"pm2\"}]}, \"64223\": {\"path\": \"train/64223.jpg\", \"id\": 64223, \"objects\": [{\"bbox\": {\"xmin\": 1675.0, \"ymin\": 531.0, \"xmax\": 1766.0, \"ymax\": 625.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1770.0, \"ymin\": 546.0, \"xmax\": 1865.0, \"ymax\": 637.0}, \"category\": \"pn\"}]}, \"80850\": {\"path\": \"train/80850.jpg\", \"id\": 80850, \"objects\": [{\"bbox\": {\"xmin\": 632.0, \"ymin\": 883.2, \"xmax\": 708.8, \"ymax\": 1057.6000000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1765.6, \"ymin\": 1004.0, \"xmax\": 1800.8, \"ymax\": 1042.4}, \"category\": \"i5\"}]}, \"6764\": {\"path\": \"test/6764.jpg\", \"id\": 6764, \"objects\": [{\"bbox\": {\"xmin\": 389.0, \"ymin\": 992.0, \"xmax\": 421.0, \"ymax\": 1023.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1011.0, \"ymin\": 791.0, \"xmax\": 1051.0, \"ymax\": 834.0}, \"category\": \"pl60\"}]}, \"97932\": {\"path\": \"test/97932.jpg\", \"id\": 97932, \"objects\": [{\"bbox\": {\"xmin\": 279.0, \"ymin\": 763.0, \"xmax\": 344.0, \"ymax\": 852.0}, \"category\": \"pr40\"}]}, \"97200\": {\"path\": \"train/97200.jpg\", \"id\": 97200, \"objects\": [{\"bbox\": {\"xmin\": 1057.9, \"ymin\": 700.0, \"xmax\": 1148.6842000000001, \"ymax\": 781.5785}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1165.79, \"ymin\": 700.0, \"xmax\": 1253.9474, \"ymax\": 780.2632}, \"category\": \"w57\"}]}, \"96881\": {\"path\": \"other/96881.jpg\", \"id\": 96881, \"objects\": [{\"bbox\": {\"xmin\": 1338.64, \"ymin\": 983.333, \"xmax\": 1356.25, \"ymax\": 1008.5209}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1335.8, \"ymin\": 946.032, \"xmax\": 1353.4090999999999, \"ymax\": 979.5457}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 1296.03, \"ymin\": 992.857, \"xmax\": 1327.778, \"ymax\": 1023.2953}, \"category\": \"w18\"}]}, \"48580\": {\"path\": \"other/48580.jpg\", \"id\": 48580, \"objects\": [{\"bbox\": {\"xmin\": 483.48297119140625, \"ymin\": 602.95947265625, \"xmax\": 537.9105834960938, \"ymax\": 687.7061767578125}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 541.5814819335938, \"ymin\": 619.5880737304688, \"xmax\": 585.5690307617188, \"ymax\": 712.4009399414062}, \"category\": \"pn\"}]}, \"43773\": {\"path\": \"test/43773.jpg\", \"id\": 43773, \"objects\": [{\"bbox\": {\"xmin\": 957.895, \"ymin\": 856.579, \"xmax\": 1002.6315999999999, \"ymax\": 896.0526}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1002.63, \"ymin\": 855.263, \"xmax\": 1044.7372, \"ymax\": 897.3691}, \"category\": \"pn\"}]}, \"5745\": {\"path\": \"other/5745.jpg\", \"id\": 5745, \"objects\": [{\"bbox\": {\"xmin\": 1649.0, \"ymin\": 906.0, \"xmax\": 1724.0, \"ymax\": 984.0}, \"category\": \"ps\"}]}, \"72129\": {\"path\": \"other/72129.jpg\", \"id\": 72129, \"objects\": [{\"bbox\": {\"xmin\": 315.079, \"ymin\": 1026.98, \"xmax\": 328.5714, \"ymax\": 1046.0317}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 315.079, \"ymin\": 1004.76, \"xmax\": 330.1587, \"ymax\": 1026.9841}, \"category\": \"ps\"}]}, \"66218\": {\"path\": \"train/66218.jpg\", \"id\": 66218, \"objects\": [{\"bbox\": {\"xmin\": 631.0, \"ymin\": 994.0, \"xmax\": 679.0, \"ymax\": 1041.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1349.0, \"ymin\": 972.0, \"xmax\": 1392.0, \"ymax\": 1015.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1206.0, \"ymin\": 636.0, \"xmax\": 1289.0, \"ymax\": 719.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1609.0, \"ymin\": 790.0, \"xmax\": 1681.0, \"ymax\": 870.0}, \"category\": \"i2r\"}]}, \"79756\": {\"path\": \"train/79756.jpg\", \"id\": 79756, \"objects\": [{\"bbox\": {\"xmin\": 653.642, \"ymin\": 848.344, \"xmax\": 711.2577, \"ymax\": 902.6489}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 658.278, \"ymin\": 906.623, \"xmax\": 710.596, \"ymax\": 961.5894000000001}, \"category\": \"pn\"}]}, \"92458\": {\"path\": \"train/92458.jpg\", \"id\": 92458, \"objects\": [{\"bbox\": {\"xmin\": 1752.0, \"ymin\": 650.667, \"xmax\": 1822.6667, \"ymax\": 741.3333}, \"category\": \"pl40\"}]}, \"93491\": {\"path\": \"test/93491.jpg\", \"id\": 93491, \"objects\": [{\"bbox\": {\"xmin\": 1620.61, \"ymin\": 937.296, \"xmax\": 1662.4677, \"ymax\": 995.2985000000001}, \"category\": \"i5\"}]}, \"25397\": {\"path\": \"test/25397.jpg\", \"id\": 25397, \"objects\": [{\"bbox\": {\"xmin\": 1437.19, \"ymin\": 944.8, \"xmax\": 1501.2718, \"ymax\": 1008.3036}, \"category\": \"pr40\"}]}, \"11222\": {\"path\": \"train/11222.jpg\", \"id\": 11222, \"objects\": [{\"bbox\": {\"xmin\": 1307.29, \"ymin\": 907.947, \"xmax\": 1345.6976, \"ymax\": 947.6821}, \"category\": \"p5\"}]}, \"5051\": {\"path\": \"test/5051.jpg\", \"id\": 5051, \"objects\": [{\"bbox\": {\"xmin\": 1350.67, \"ymin\": 649.333, \"xmax\": 1410.6667, \"ymax\": 705.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 582.667, \"ymin\": 642.667, \"xmax\": 608.0, \"ymax\": 669.3333}, \"category\": \"w63\"}]}, \"72365\": {\"path\": \"train/72365.jpg\", \"id\": 72365, \"objects\": [{\"bbox\": {\"xmin\": 1225.33, \"ymin\": 925.333, \"xmax\": 1286.6667, \"ymax\": 984.0}, \"category\": \"pl60\"}]}, \"32994\": {\"path\": \"train/32994.jpg\", \"id\": 32994, \"objects\": [{\"bbox\": {\"xmin\": 451.2, \"ymin\": 972.8, \"xmax\": 472.0, \"ymax\": 996.0}, \"category\": \"i5\"}]}, \"67892\": {\"path\": \"train/67892.jpg\", \"id\": 67892, \"objects\": [{\"bbox\": {\"xmin\": 696.8, \"ymin\": 720.8, \"xmax\": 764.0, \"ymax\": 792.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 767.2, \"ymin\": 713.6, \"xmax\": 836.8000000000001, \"ymax\": 786.4}, \"category\": \"pm30\"}]}, \"84391\": {\"path\": \"other/84391.jpg\", \"id\": 84391, \"objects\": [{\"bbox\": {\"xmin\": 1396.0, \"ymin\": 996.0, \"xmax\": 1447.0, \"ymax\": 1046.0}, \"category\": \"pr30\"}]}, \"98439\": {\"path\": \"test/98439.jpg\", \"id\": 98439, \"objects\": [{\"bbox\": {\"xmin\": 1002.0, \"ymin\": 825.0, \"xmax\": 1047.0, \"ymax\": 867.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 813.0, \"ymin\": 494.0, \"xmax\": 939.0, \"ymax\": 607.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 953.0, \"ymin\": 826.0, \"xmax\": 1001.0, \"ymax\": 872.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1049.0, \"ymin\": 828.0, \"xmax\": 1090.0, \"ymax\": 869.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1552.0, \"ymin\": 858.0, \"xmax\": 1630.0, \"ymax\": 947.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1546.0, \"ymin\": 952.0, \"xmax\": 1622.0, \"ymax\": 1040.0}, \"category\": \"i2r\"}]}, \"66687\": {\"path\": \"train/66687.jpg\", \"id\": 66687, \"objects\": [{\"bbox\": {\"xmin\": 1552.84, \"ymin\": 838.636, \"xmax\": 1596.0227, \"ymax\": 877.8408999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1421.59, \"ymin\": 837.5, \"xmax\": 1465.3409, \"ymax\": 881.25}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1044.89, \"ymin\": 839.205, \"xmax\": 1090.3409000000001, \"ymax\": 878.9773}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1253.98, \"ymin\": 916.477, \"xmax\": 1274.4318, \"ymax\": 938.6364}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1226.7, \"ymin\": 916.477, \"xmax\": 1247.1591, \"ymax\": 938.6364}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 872.727, \"ymin\": 844.318, \"xmax\": 913.6364, \"ymax\": 888.6364}, \"category\": \"pne\"}]}, \"16949\": {\"path\": \"other/16949.jpg\", \"id\": 16949, \"objects\": [{\"bbox\": {\"xmin\": 1376.19, \"ymin\": 957.143, \"xmax\": 1450.0, \"ymax\": 1028.5714}, \"category\": \"pl15\"}]}, \"51776\": {\"path\": \"test/51776.jpg\", \"id\": 51776, \"objects\": [{\"bbox\": {\"xmin\": 1246.03, \"ymin\": 865.079, \"xmax\": 1276.9850999999999, \"ymax\": 896.8249999999999}, \"category\": \"pl40\"}]}, \"4481\": {\"path\": \"test/4481.jpg\", \"id\": 4481, \"objects\": [{\"bbox\": {\"xmin\": 1850.98, \"ymin\": 939.216, \"xmax\": 1882.3529, \"ymax\": 980.3922}, \"category\": \"ip\"}]}, \"75642\": {\"path\": \"train/75642.jpg\", \"id\": 75642, \"objects\": [{\"bbox\": {\"xmin\": 1059.3, \"ymin\": 917.257, \"xmax\": 1076.9936, \"ymax\": 936.2832}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1078.76, \"ymin\": 916.814, \"xmax\": 1098.6765, \"ymax\": 936.2832999999999}, \"category\": \"pn\"}]}, \"16452\": {\"path\": \"other/16452.jpg\", \"id\": 16452, \"objects\": [{\"bbox\": {\"xmin\": 1136.0, \"ymin\": 822.667, \"xmax\": 1196.0, \"ymax\": 880.0}, \"category\": \"w34\"}]}, \"54049\": {\"path\": \"train/54049.jpg\", \"id\": 54049, \"objects\": [{\"bbox\": {\"xmin\": 946.0, \"ymin\": 937.0, \"xmax\": 962.0, \"ymax\": 956.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1102.0, \"ymin\": 936.0, \"xmax\": 1119.0, \"ymax\": 953.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1051.0, \"ymin\": 936.0, \"xmax\": 1067.0, \"ymax\": 953.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 996.0, \"ymin\": 936.0, \"xmax\": 1014.0, \"ymax\": 955.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 975.0, \"ymin\": 919.0, \"xmax\": 991.0, \"ymax\": 936.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 923.0, \"ymin\": 919.0, \"xmax\": 940.0, \"ymax\": 937.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 944.0, \"ymin\": 920.0, \"xmax\": 959.0, \"ymax\": 935.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1026.0, \"ymin\": 937.0, \"xmax\": 1043.0, \"ymax\": 954.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 974.0, \"ymin\": 937.0, \"xmax\": 991.0, \"ymax\": 955.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 923.0, \"ymin\": 938.0, \"xmax\": 941.0, \"ymax\": 956.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1079.0, \"ymin\": 935.0, \"xmax\": 1097.0, \"ymax\": 952.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1143.0, \"ymin\": 935.0, \"xmax\": 1160.0, \"ymax\": 953.0}, \"category\": \"pne\"}]}, \"30732\": {\"path\": \"test/30732.jpg\", \"id\": 30732, \"objects\": [{\"bbox\": {\"xmin\": 200.0, \"ymin\": 989.474, \"xmax\": 225.0, \"ymax\": 1023.6842}, \"category\": \"pne\"}]}, \"36686\": {\"path\": \"test/36686.jpg\", \"id\": 36686, \"objects\": [{\"bbox\": {\"xmin\": 1120.0, \"ymin\": 1050.67, \"xmax\": 1142.6667, \"ymax\": 1074.67}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1269.33, \"ymin\": 1116.0, \"xmax\": 1330.6667, \"ymax\": 1178.6634}, \"category\": \"pl60\"}]}, \"35456\": {\"path\": \"train/35456.jpg\", \"id\": 35456, \"objects\": [{\"bbox\": {\"xmin\": 975.248, \"ymin\": 928.713, \"xmax\": 989.7727000000001, \"ymax\": 945.4544999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1127.44, \"ymin\": 917.254, \"xmax\": 1141.304, \"ymax\": 933.0954}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1141.48, \"ymin\": 915.341, \"xmax\": 1158.5191, \"ymax\": 935.7969}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 883.168, \"ymin\": 928.713, \"xmax\": 903.9604, \"ymax\": 952.2727}, \"category\": \"pne\"}]}, \"83153\": {\"path\": \"train/83153.jpg\", \"id\": 83153, \"objects\": [{\"bbox\": {\"xmin\": 972.0, \"ymin\": 856.0, \"xmax\": 1007.0, \"ymax\": 892.0}, \"category\": \"ph4.5\"}]}, \"14369\": {\"path\": \"train/14369.jpg\", \"id\": 14369, \"objects\": [{\"bbox\": {\"xmin\": 1350.67, \"ymin\": 860.0, \"xmax\": 1373.3333, \"ymax\": 880.0}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 909.333, \"xmax\": 1477.3333, \"ymax\": 944.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 386.667, \"ymin\": 920.0, \"xmax\": 398.6667, \"ymax\": 941.3333}, \"category\": \"pne\"}]}, \"71937\": {\"path\": \"test/71937.jpg\", \"id\": 71937, \"objects\": [{\"bbox\": {\"xmin\": 1464.47, \"ymin\": 926.316, \"xmax\": 1486.2745, \"ymax\": 964.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1375.0, \"ymin\": 927.632, \"xmax\": 1400.0, \"ymax\": 955.2632}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 253.947, \"ymin\": 956.579, \"xmax\": 284.3137, \"ymax\": 1010.5263}, \"category\": \"i2r\"}]}, \"93463\": {\"path\": \"train/93463.jpg\", \"id\": 93463, \"objects\": [{\"bbox\": {\"xmin\": 64.8, \"ymin\": 924.8, \"xmax\": 139.2, \"ymax\": 1028.0}, \"category\": \"pl60\"}]}, \"18783\": {\"path\": \"train/18783.jpg\", \"id\": 18783, \"objects\": [{\"bbox\": {\"xmin\": 1395.0509033203125, \"ymin\": 657.0502319335938, \"xmax\": 1450.3541259765625, \"ymax\": 712.7893676757812}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 888.0, \"ymin\": 627.0, \"xmax\": 949.0, \"ymax\": 682.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 954.0, \"ymin\": 623.0, \"xmax\": 1018.0, \"ymax\": 682.0}, \"category\": \"pn\"}]}, \"12903\": {\"path\": \"train/12903.jpg\", \"id\": 12903, \"objects\": [{\"bbox\": {\"xmin\": 1608.0, \"ymin\": 829.333, \"xmax\": 1654.6667, \"ymax\": 881.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1610.67, \"ymin\": 885.333, \"xmax\": 1654.6667, \"ymax\": 934.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1609.33, \"ymin\": 942.667, \"xmax\": 1660.0, \"ymax\": 992.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1558.67, \"ymin\": 885.333, \"xmax\": 1604.0, \"ymax\": 933.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1560.0, \"ymin\": 940.0, \"xmax\": 1606.6667, \"ymax\": 990.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1556.0, \"ymin\": 829.333, \"xmax\": 1604.0, \"ymax\": 877.3333}, \"category\": \"pl120\"}]}, \"68778\": {\"path\": \"test/68778.jpg\", \"id\": 68778, \"objects\": [{\"bbox\": {\"xmin\": 1384.13, \"ymin\": 908.73, \"xmax\": 1407.9365, \"ymax\": 932.5397}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1284.92, \"ymin\": 903.968, \"xmax\": 1307.1429, \"ymax\": 927.7778}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1004.76, \"ymin\": 892.857, \"xmax\": 1026.1905, \"ymax\": 918.254}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1257.14, \"ymin\": 925.397, \"xmax\": 1276.9841000000001, \"ymax\": 948.4127000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1216.67, \"ymin\": 926.984, \"xmax\": 1234.9206000000001, \"ymax\": 948.4127000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1236.51, \"ymin\": 927.778, \"xmax\": 1256.3491999999999, \"ymax\": 948.4127}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 900.794, \"ymin\": 896.032, \"xmax\": 926.9841, \"ymax\": 920.6349}, \"category\": \"pne\"}]}, \"4888\": {\"path\": \"train/4888.jpg\", \"id\": 4888, \"objects\": [{\"bbox\": {\"xmin\": 1040.79, \"ymin\": 968.421, \"xmax\": 1082.5397, \"ymax\": 1017.4603000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1726.32, \"ymin\": 987.302, \"xmax\": 1751.5873, \"ymax\": 1013.158}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 980.159, \"ymin\": 969.048, \"xmax\": 1016.6665, \"ymax\": 1015.8735}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1728.57, \"ymin\": 1015.87, \"xmax\": 1747.619, \"ymax\": 1036.5079}, \"category\": \"w57\"}]}, \"95018\": {\"path\": \"test/95018.jpg\", \"id\": 95018, \"objects\": [{\"bbox\": {\"xmin\": 855.629, \"ymin\": 893.377, \"xmax\": 882.1192, \"ymax\": 919.8675}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1143.04, \"ymin\": 909.934, \"xmax\": 1164.2362, \"ymax\": 932.4506}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1096.69, \"ymin\": 911.258, \"xmax\": 1118.5430000000001, \"ymax\": 932.4503000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1121.19, \"ymin\": 907.285, \"xmax\": 1141.0596, \"ymax\": 931.1258}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 763.576, \"ymin\": 894.04, \"xmax\": 785.4305, \"ymax\": 921.1921}, \"category\": \"pne\"}]}, \"67615\": {\"path\": \"train/67615.jpg\", \"id\": 67615, \"objects\": [{\"bbox\": {\"xmin\": 341.584, \"ymin\": 738.614, \"xmax\": 422.7722, \"ymax\": 828.7130000000001}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 345.545, \"ymin\": 877.227, \"xmax\": 423.7624, \"ymax\": 967.3266}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 775.248, \"ymin\": 385.148, \"xmax\": 879.2080000000001, \"ymax\": 469.30670000000003}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 505.941, \"ymin\": 415.842, \"xmax\": 595.0495, \"ymax\": 495.0496}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1078.22, \"ymin\": 375.247, \"xmax\": 1184.159, \"ymax\": 462.37600000000003}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 636.634, \"ymin\": 397.03, \"xmax\": 732.6733, \"ymax\": 482.17819999999995}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 932.673, \"ymin\": 461.386, \"xmax\": 1016.8316, \"ymax\": 532.6732000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1085.15, \"ymin\": 464.356, \"xmax\": 1169.3069, \"ymax\": 535.6436}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 921.782, \"ymin\": 378.218, \"xmax\": 1035.644, \"ymax\": 461.3861}, \"category\": \"pbp\"}]}, \"95709\": {\"path\": \"train/95709.jpg\", \"id\": 95709, \"objects\": [{\"bbox\": {\"xmin\": 1153.33, \"ymin\": 992.0, \"xmax\": 1192.0, \"ymax\": 1028.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1525.33, \"ymin\": 922.667, \"xmax\": 1626.667, \"ymax\": 1024.0}, \"category\": \"pr40\"}]}, \"26491\": {\"path\": \"train/26491.jpg\", \"id\": 26491, \"objects\": [{\"bbox\": {\"xmin\": 719.802, \"ymin\": 855.446, \"xmax\": 759.4059, \"ymax\": 895.0495000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1151.49, \"ymin\": 919.802, \"xmax\": 1176.2379, \"ymax\": 945.5449}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 919.802, \"xmax\": 1123.7613, \"ymax\": 946.5347}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1123.76, \"ymin\": 919.802, \"xmax\": 1151.4851, \"ymax\": 948.5149}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 578.218, \"ymin\": 858.416, \"xmax\": 612.8713, \"ymax\": 896.0396000000001}, \"category\": \"pne\"}]}, \"62236\": {\"path\": \"test/62236.jpg\", \"id\": 62236, \"objects\": [{\"bbox\": {\"xmin\": 1660.53, \"ymin\": 631.579, \"xmax\": 1728.9474, \"ymax\": 702.6315999999999}, \"category\": \"pne\"}]}, \"69328\": {\"path\": \"train/69328.jpg\", \"id\": 69328, \"objects\": [{\"bbox\": {\"xmin\": 740.789, \"ymin\": 902.632, \"xmax\": 793.4211, \"ymax\": 956.5789}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 742.105, \"ymin\": 964.474, \"xmax\": 793.4211, \"ymax\": 1021.0526000000001}, \"category\": \"pn\"}]}, \"15274\": {\"path\": \"train/15274.jpg\", \"id\": 15274, \"objects\": [{\"bbox\": {\"xmin\": 298.684, \"ymin\": 839.474, \"xmax\": 335.52630000000005, \"ymax\": 910.5263}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 372.368, \"ymin\": 980.263, \"xmax\": 417.1053, \"ymax\": 1031.5789}, \"category\": \"p13\"}]}, \"73792\": {\"path\": \"test/73792.jpg\", \"id\": 73792, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 887.5, \"xmax\": 1430.1118, \"ymax\": 918.7502}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1505.11, \"ymin\": 925.568, \"xmax\": 1527.2709, \"ymax\": 948.295}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1506.25, \"ymin\": 968.75, \"xmax\": 1522.7318, \"ymax\": 988.6364}, \"category\": \"pn\"}]}, \"78593\": {\"path\": \"train/78593.jpg\", \"id\": 78593, \"objects\": [{\"bbox\": {\"xmin\": 837.6, \"ymin\": 962.4, \"xmax\": 856.8000000000001, \"ymax\": 982.4}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1465.6, \"ymin\": 1034.4, \"xmax\": 1516.8, \"ymax\": 1090.4}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 837.6, \"ymin\": 940.8, \"xmax\": 856.0, \"ymax\": 961.5999999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1400.8, \"ymin\": 914.4, \"xmax\": 1416.0, \"ymax\": 931.1999999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1416.8, \"ymin\": 914.4, \"xmax\": 1434.3999999999999, \"ymax\": 931.1999999999999}, \"category\": \"pn\"}]}, \"37182\": {\"path\": \"train/37182.jpg\", \"id\": 37182, \"objects\": [{\"bbox\": {\"xmin\": 834.667, \"ymin\": 809.333, \"xmax\": 865.3333, \"ymax\": 838.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1141.33, \"ymin\": 888.0, \"xmax\": 1176.0, \"ymax\": 922.6664}, \"category\": \"pl35\"}]}, \"83801\": {\"path\": \"train/83801.jpg\", \"id\": 83801, \"objects\": [{\"bbox\": {\"xmin\": 1605.0, \"ymin\": 920.0, \"xmax\": 1686.0, \"ymax\": 1004.0}, \"category\": \"p5\"}]}, \"86358\": {\"path\": \"test/86358.jpg\", \"id\": 86358, \"objects\": [{\"bbox\": {\"xmin\": 1169.33, \"ymin\": 847.727, \"xmax\": 1205.6863999999998, \"ymax\": 885.2271}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1210.23, \"ymin\": 850.568, \"xmax\": 1247.1591, \"ymax\": 887.4997999999999}, \"category\": \"pn\"}]}, \"66155\": {\"path\": \"train/66155.jpg\", \"id\": 66155, \"objects\": [{\"bbox\": {\"xmin\": 1310.67, \"ymin\": 966.667, \"xmax\": 1366.6667, \"ymax\": 1021.3336}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1054.67, \"ymin\": 774.667, \"xmax\": 1106.6667, \"ymax\": 830.6667}, \"category\": \"pne\"}]}, \"30464\": {\"path\": \"train/30464.jpg\", \"id\": 30464, \"objects\": [{\"bbox\": {\"xmin\": 1345.78, \"ymin\": 969.651, \"xmax\": 1365.6766, \"ymax\": 990.5468}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1342.29, \"ymin\": 1000.5, \"xmax\": 1367.1642, \"ymax\": 1024.3781}, \"category\": \"pl30\"}]}, \"33880\": {\"path\": \"train/33880.jpg\", \"id\": 33880, \"objects\": [{\"bbox\": {\"xmin\": 1992.0, \"ymin\": 901.333, \"xmax\": 2044.0, \"ymax\": 965.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1333.33, \"ymin\": 748.0, \"xmax\": 1406.6667, \"ymax\": 825.3333}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1752.0, \"ymin\": 884.0, \"xmax\": 1784.0, \"ymax\": 922.6667}, \"category\": \"pl70\"}]}, \"83939\": {\"path\": \"train/83939.jpg\", \"id\": 83939, \"objects\": [{\"bbox\": {\"xmin\": 521.568, \"ymin\": 872.549, \"xmax\": 643.137, \"ymax\": 1001.961}, \"category\": \"pne\"}]}, \"18071\": {\"path\": \"test/18071.jpg\", \"id\": 18071, \"objects\": [{\"bbox\": {\"xmin\": 1312.0, \"ymin\": 965.0, \"xmax\": 1341.0, \"ymax\": 994.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1177.0, \"ymin\": 970.0, \"xmax\": 1192.0, \"ymax\": 983.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1274.0, \"ymin\": 972.0, \"xmax\": 1297.0, \"ymax\": 997.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1123.0, \"ymin\": 404.0, \"xmax\": 1247.0, \"ymax\": 508.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1533.0, \"ymin\": 945.0, \"xmax\": 1588.0, \"ymax\": 1000.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 767.0, \"ymin\": 410.0, \"xmax\": 874.0, \"ymax\": 495.0}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 944.0, \"ymin\": 410.0, \"xmax\": 1051.0, \"ymax\": 492.0}, \"category\": \"w57\"}]}, \"59788\": {\"path\": \"train/59788.jpg\", \"id\": 59788, \"objects\": [{\"bbox\": {\"xmin\": 1376.0, \"ymin\": 945.333, \"xmax\": 1438.6667, \"ymax\": 1010.6667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1378.67, \"ymin\": 874.667, \"xmax\": 1441.3333, \"ymax\": 937.3336}, \"category\": \"pm55\"}]}, \"80709\": {\"path\": \"test/80709.jpg\", \"id\": 80709, \"objects\": [{\"bbox\": {\"xmin\": 958.4, \"ymin\": 864.8, \"xmax\": 984.8, \"ymax\": 892.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1135.2, \"ymin\": 862.4, \"xmax\": 1163.2, \"ymax\": 889.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1048.0, \"ymin\": 864.0, \"xmax\": 1076.0, \"ymax\": 890.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 926.4, \"ymin\": 835.2, \"xmax\": 954.4, \"ymax\": 861.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 958.4, \"ymin\": 835.2, \"xmax\": 985.6, \"ymax\": 860.8000000000001}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1016.0, \"ymin\": 864.0, \"xmax\": 1044.8, \"ymax\": 891.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 927.2, \"ymin\": 865.6, \"xmax\": 953.6, \"ymax\": 892.8000000000001}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1103.2, \"ymin\": 863.2, \"xmax\": 1129.6000000000001, \"ymax\": 889.6}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 860.0, \"xmax\": 1235.2, \"ymax\": 886.4}, \"category\": \"pne\"}]}, \"68330\": {\"path\": \"test/68330.jpg\", \"id\": 68330, \"objects\": [{\"bbox\": {\"xmin\": 1391.0, \"ymin\": 210.0, \"xmax\": 1538.0, \"ymax\": 327.0}, \"category\": \"pl40\"}]}, \"38731\": {\"path\": \"test/38731.jpg\", \"id\": 38731, \"objects\": [{\"bbox\": {\"xmin\": 922.368, \"ymin\": 901.316, \"xmax\": 942.1053, \"ymax\": 927.6316}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1911.84, \"ymin\": 722.368, \"xmax\": 1947.3683999999998, \"ymax\": 776.3158000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 776.316, \"ymin\": 902.632, \"xmax\": 806.5789, \"ymax\": 931.5789}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1760.53, \"ymin\": 769.737, \"xmax\": 1790.7894999999999, \"ymax\": 825.0}, \"category\": \"pne\"}]}, \"52304\": {\"path\": \"test/52304.jpg\", \"id\": 52304, \"objects\": [{\"bbox\": {\"xmin\": 1511.0, \"ymin\": 833.0, \"xmax\": 1542.0, \"ymax\": 865.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1555.0, \"ymin\": 828.0, \"xmax\": 1591.0, \"ymax\": 865.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1379.0, \"ymin\": 819.0, \"xmax\": 1418.0, \"ymax\": 860.0}, \"category\": \"pl40\"}]}, \"6779\": {\"path\": \"train/6779.jpg\", \"id\": 6779, \"objects\": [{\"bbox\": {\"xmin\": 1649.0, \"ymin\": 789.0, \"xmax\": 1688.0, \"ymax\": 834.0}, \"category\": \"p19\"}]}, \"41624\": {\"path\": \"train/41624.jpg\", \"id\": 41624, \"objects\": [{\"bbox\": {\"xmin\": 234.127, \"ymin\": 984.127, \"xmax\": 250.0, \"ymax\": 1003.1745999999999}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 242.063, \"ymin\": 962.698, \"xmax\": 258.72929999999997, \"ymax\": 982.5396999999999}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 251.587, \"ymin\": 985.714, \"xmax\": 266.6667, \"ymax\": 1004.7619000000001}, \"category\": \"p18\"}]}, \"83743\": {\"path\": \"train/83743.jpg\", \"id\": 83743, \"objects\": [{\"bbox\": {\"xmin\": 612.0, \"ymin\": 641.333, \"xmax\": 701.3333, \"ymax\": 725.3333}, \"category\": \"pl40\"}]}, \"97010\": {\"path\": \"other/97010.jpg\", \"id\": 97010, \"objects\": [{\"bbox\": {\"xmin\": 1205.79833984375, \"ymin\": 862.50537109375, \"xmax\": 1239.721435546875, \"ymax\": 897.403076171875}, \"category\": \"pn\"}]}, \"5836\": {\"path\": \"test/5836.jpg\", \"id\": 5836, \"objects\": [{\"bbox\": {\"xmin\": 1559.41, \"ymin\": 800.0, \"xmax\": 1601.9802, \"ymax\": 840.5941}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1567.33, \"ymin\": 900.0, \"xmax\": 1586.1386, \"ymax\": 920.7921}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1524.75, \"ymin\": 897.03, \"xmax\": 1543.5644, \"ymax\": 922.7723}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1545.54, \"ymin\": 900.99, \"xmax\": 1565.3464999999999, \"ymax\": 923.7624}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1384.16, \"ymin\": 795.05, \"xmax\": 1425.7426, \"ymax\": 837.6238}, \"category\": \"pne\"}]}, \"33929\": {\"path\": \"train/33929.jpg\", \"id\": 33929, \"objects\": [{\"bbox\": {\"xmin\": 242.105, \"ymin\": 905.263, \"xmax\": 267.1053, \"ymax\": 935.5263}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 184.211, \"ymin\": 909.211, \"xmax\": 207.89540000000002, \"ymax\": 936.8428}, \"category\": \"pne\"}]}, \"43510\": {\"path\": \"train/43510.jpg\", \"id\": 43510, \"objects\": [{\"bbox\": {\"xmin\": 1279.2, \"ymin\": 1028.8, \"xmax\": 1352.6213, \"ymax\": 1097.878}, \"category\": \"pl40\"}]}, \"39625\": {\"path\": \"train/39625.jpg\", \"id\": 39625, \"objects\": [{\"bbox\": {\"xmin\": 1190.44, \"ymin\": 974.502, \"xmax\": 1213.9422, \"ymax\": 996.4146999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1133.87, \"ymin\": 986.454, \"xmax\": 1147.0167, \"ymax\": 999.6016}, \"category\": \"pn\"}]}, \"35687\": {\"path\": \"test/35687.jpg\", \"id\": 35687, \"objects\": [{\"bbox\": {\"xmin\": 268.421, \"ymin\": 911.842, \"xmax\": 310.5263, \"ymax\": 964.4737}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 269.737, \"ymin\": 961.842, \"xmax\": 310.5263, \"ymax\": 1021.0526}, \"category\": \"pn\"}]}, \"34480\": {\"path\": \"train/34480.jpg\", \"id\": 34480, \"objects\": [{\"bbox\": {\"xmin\": 1624.0, \"ymin\": 889.0, \"xmax\": 1688.0, \"ymax\": 955.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1633.0, \"ymin\": 957.0, \"xmax\": 1692.0, \"ymax\": 1020.0}, \"category\": \"i2r\"}]}, \"43821\": {\"path\": \"train/43821.jpg\", \"id\": 43821, \"objects\": [{\"bbox\": {\"xmin\": 233.333, \"ymin\": 688.0, \"xmax\": 269.3333, \"ymax\": 746.6667}, \"category\": \"pl40\"}]}, \"14459\": {\"path\": \"test/14459.jpg\", \"id\": 14459, \"objects\": [{\"bbox\": {\"xmin\": 1259.6, \"ymin\": 920.53, \"xmax\": 1278.8079, \"ymax\": 941.0595999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 276.821, \"ymin\": 911.921, \"xmax\": 294.702, \"ymax\": 933.7748}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 296.689, \"ymin\": 914.57, \"xmax\": 315.894, \"ymax\": 938.4106}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1283.44, \"ymin\": 921.854, \"xmax\": 1302.6490000000001, \"ymax\": 941.7216000000001}, \"category\": \"pn\"}]}, \"88797\": {\"path\": \"train/88797.jpg\", \"id\": 88797, \"objects\": [{\"bbox\": {\"xmin\": 282.667, \"ymin\": 785.333, \"xmax\": 337.33329999999995, \"ymax\": 840.0}, \"category\": \"pl30\"}]}, \"62817\": {\"path\": \"other/62817.jpg\", \"id\": 62817, \"objects\": [{\"bbox\": {\"xmin\": 1354.4, \"ymin\": 826.254, \"xmax\": 1453.9492, \"ymax\": 911.5656}, \"category\": \"w66\"}]}, \"16984\": {\"path\": \"train/16984.jpg\", \"id\": 16984, \"objects\": [{\"bbox\": {\"xmin\": 865.0, \"ymin\": 777.0, \"xmax\": 905.0, \"ymax\": 815.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1247.0, \"ymin\": 773.0, \"xmax\": 1287.0, \"ymax\": 812.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1049.0, \"ymin\": 773.0, \"xmax\": 1085.0, \"ymax\": 810.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 918.0, \"xmax\": 1546.0, \"ymax\": 970.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 792.0, \"ymin\": 780.0, \"xmax\": 828.0, \"ymax\": 816.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 972.0, \"ymin\": 773.0, \"xmax\": 1010.0, \"ymax\": 811.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1175.0, \"ymin\": 772.0, \"xmax\": 1214.0, \"ymax\": 811.0}, \"category\": \"pl120\"}]}, \"91400\": {\"path\": \"train/91400.jpg\", \"id\": 91400, \"objects\": [{\"bbox\": {\"xmin\": 767.46, \"ymin\": 1003.17, \"xmax\": 784.1270000000001, \"ymax\": 1024.6032}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 767.46, \"ymin\": 983.333, \"xmax\": 784.1270000000001, \"ymax\": 1003.1745999999999}, \"category\": \"pl5\"}]}, \"4945\": {\"path\": \"train/4945.jpg\", \"id\": 4945, \"objects\": [{\"bbox\": {\"xmin\": 1351.2, \"ymin\": 835.2, \"xmax\": 1391.2, \"ymax\": 878.4000000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1214.4, \"ymin\": 835.2, \"xmax\": 1255.2, \"ymax\": 878.4000000000001}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 1076.0, \"ymin\": 839.2, \"xmax\": 1113.6, \"ymax\": 880.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 933.6, \"ymin\": 841.6, \"xmax\": 972.8000000000001, \"ymax\": 884.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1452.0, \"ymin\": 848.8, \"xmax\": 1488.8, \"ymax\": 889.5999999999999}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1159.2, \"ymin\": 836.0, \"xmax\": 1198.4, \"ymax\": 880.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1019.2, \"ymin\": 837.6, \"xmax\": 1057.6000000000001, \"ymax\": 880.8000000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 877.6, \"ymin\": 844.0, \"xmax\": 918.4, \"ymax\": 887.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1296.8, \"ymin\": 833.6, \"xmax\": 1336.0, \"ymax\": 876.0}, \"category\": \"pl80\"}]}, \"57045\": {\"path\": \"train/57045.jpg\", \"id\": 57045, \"objects\": [{\"bbox\": {\"xmin\": 673.333, \"ymin\": 906.667, \"xmax\": 713.3333, \"ymax\": 954.6667}, \"category\": \"pcs\"}]}, \"53398\": {\"path\": \"train/53398.jpg\", \"id\": 53398, \"objects\": [{\"bbox\": {\"xmin\": 1209.0, \"ymin\": 888.0, \"xmax\": 1232.0, \"ymax\": 913.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1180.0, \"ymin\": 886.0, \"xmax\": 1206.0, \"ymax\": 912.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1807.0, \"ymin\": 930.0, \"xmax\": 1866.0, \"ymax\": 996.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1236.0, \"ymin\": 888.0, \"xmax\": 1260.0, \"ymax\": 916.0}, \"category\": \"pn\"}]}, \"40416\": {\"path\": \"train/40416.jpg\", \"id\": 40416, \"objects\": [{\"bbox\": {\"xmin\": 1467.46, \"ymin\": 959.524, \"xmax\": 1500.0037, \"ymax\": 994.4447}, \"category\": \"p5\"}]}, \"86131\": {\"path\": \"train/86131.jpg\", \"id\": 86131, \"objects\": [{\"bbox\": {\"xmin\": 1350.0, \"ymin\": 893.651, \"xmax\": 1373.8095, \"ymax\": 920.6348999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1451.59, \"ymin\": 924.603, \"xmax\": 1470.6349, \"ymax\": 945.2380999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1472.22, \"ymin\": 926.984, \"xmax\": 1490.4798, \"ymax\": 946.0317}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1242.06, \"ymin\": 892.857, \"xmax\": 1268.254, \"ymax\": 920.6349}, \"category\": \"pne\"}]}, \"57405\": {\"path\": \"train/57405.jpg\", \"id\": 57405, \"objects\": [{\"bbox\": {\"xmin\": 1358.42, \"ymin\": 936.634, \"xmax\": 1404.9505000000001, \"ymax\": 981.1884}, \"category\": \"pn\"}]}, \"90180\": {\"path\": \"train/90180.jpg\", \"id\": 90180, \"objects\": [{\"bbox\": {\"xmin\": 1085.095458984375, \"ymin\": 868.1378173828125, \"xmax\": 1104.375, \"ymax\": 895.2379150390625}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 652.0, \"ymin\": 805.333, \"xmax\": 689.3333, \"ymax\": 851.9997}, \"category\": \"p19\"}]}, \"73118\": {\"path\": \"train/73118.jpg\", \"id\": 73118, \"objects\": [{\"bbox\": {\"xmin\": 1516.83, \"ymin\": 966.337, \"xmax\": 1541.5748999999998, \"ymax\": 991.0891}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1517.82, \"ymin\": 991.089, \"xmax\": 1542.5484999999999, \"ymax\": 1015.8416000000001}, \"category\": \"pn\"}]}, \"8753\": {\"path\": \"test/8753.jpg\", \"id\": 8753, \"objects\": [{\"bbox\": {\"xmin\": 1386.67, \"ymin\": 788.0, \"xmax\": 1445.3333, \"ymax\": 849.3333}, \"category\": \"p26\"}]}, \"13748\": {\"path\": \"train/13748.jpg\", \"id\": 13748, \"objects\": [{\"bbox\": {\"xmin\": 1669.33, \"ymin\": 794.667, \"xmax\": 1713.3333, \"ymax\": 842.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1668.0, \"ymin\": 745.333, \"xmax\": 1712.0, \"ymax\": 792.0}, \"category\": \"pm35\"}]}, \"52461\": {\"path\": \"test/52461.jpg\", \"id\": 52461, \"objects\": [{\"bbox\": {\"xmin\": 1520.0, \"ymin\": 670.667, \"xmax\": 1574.6667, \"ymax\": 750.6667}, \"category\": \"pl40\"}]}, \"52432\": {\"path\": \"train/52432.jpg\", \"id\": 52432, \"objects\": [{\"bbox\": {\"xmin\": 691.27, \"ymin\": 926.984, \"xmax\": 709.5237999999999, \"ymax\": 946.0317}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 710.317, \"ymin\": 928.571, \"xmax\": 731.746, \"ymax\": 947.619}, \"category\": \"pn\"}]}, \"54997\": {\"path\": \"train/54997.jpg\", \"id\": 54997, \"objects\": [{\"bbox\": {\"xmin\": 814.667, \"ymin\": 884.0, \"xmax\": 890.6673000000001, \"ymax\": 1046.667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": -2.66667, \"ymin\": 13.3333, \"xmax\": 157.33333, \"ymax\": 212.0003}, \"category\": \"pl30\"}]}, \"79054\": {\"path\": \"other/79054.jpg\", \"id\": 79054, \"objects\": [{\"bbox\": {\"xmin\": 1235.76, \"ymin\": 874.172, \"xmax\": 1266.2219, \"ymax\": 908.6095}, \"category\": \"w21\"}]}, \"3397\": {\"path\": \"train/3397.jpg\", \"id\": 3397, \"objects\": [{\"bbox\": {\"xmin\": 1457.0, \"ymin\": 814.0, \"xmax\": 1505.0, \"ymax\": 865.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 719.0, \"ymin\": 823.0, \"xmax\": 757.0, \"ymax\": 864.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1356.0, \"ymin\": 807.0, \"xmax\": 1401.0, \"ymax\": 855.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1215.0, \"ymin\": 802.0, \"xmax\": 1262.0, \"ymax\": 849.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1164.0, \"ymin\": 800.0, \"xmax\": 1209.0, \"ymax\": 845.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1267.0, \"ymin\": 803.0, \"xmax\": 1314.0, \"ymax\": 850.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 527.0, \"ymin\": 832.0, \"xmax\": 558.0, \"ymax\": 870.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1407.0, \"ymin\": 810.0, \"xmax\": 1453.0, \"ymax\": 859.0}, \"category\": \"im\"}]}, \"65377\": {\"path\": \"train/65377.jpg\", \"id\": 65377, \"objects\": [{\"bbox\": {\"xmin\": 1854.9, \"ymin\": 935.294, \"xmax\": 1907.8431, \"ymax\": 988.2352999999999}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1856.86, \"ymin\": 986.275, \"xmax\": 1909.5238, \"ymax\": 1040.4762}, \"category\": \"pn\"}]}, \"75272\": {\"path\": \"train/75272.jpg\", \"id\": 75272, \"objects\": [{\"bbox\": {\"xmin\": 1313.33, \"ymin\": 902.667, \"xmax\": 1390.6667, \"ymax\": 978.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1310.67, \"ymin\": 826.667, \"xmax\": 1385.3333, \"ymax\": 901.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1309.33, \"ymin\": 978.667, \"xmax\": 1397.3333, \"ymax\": 1050.6667}, \"category\": \"w55\"}]}, \"43942\": {\"path\": \"train/43942.jpg\", \"id\": 43942, \"objects\": [{\"bbox\": {\"xmin\": 814.851, \"ymin\": 953.465, \"xmax\": 833.6634, \"ymax\": 970.297}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 747.525, \"ymin\": 951.485, \"xmax\": 764.3564, \"ymax\": 971.2871}, \"category\": \"pne\"}]}, \"74195\": {\"path\": \"train/74195.jpg\", \"id\": 74195, \"objects\": [{\"bbox\": {\"xmin\": 1023.43, \"ymin\": 840.571, \"xmax\": 1048.0043, \"ymax\": 865.1429}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1108.57, \"ymin\": 838.286, \"xmax\": 1132.5714, \"ymax\": 861.7143}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 940.0, \"ymin\": 843.429, \"xmax\": 965.7147, \"ymax\": 867.4294}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 909.143, \"ymin\": 845.714, \"xmax\": 932.5714, \"ymax\": 869.1429}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 992.0, \"ymin\": 842.286, \"xmax\": 1015.4286, \"ymax\": 864.5713999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1076.57, \"ymin\": 839.429, \"xmax\": 1099.4286, \"ymax\": 862.8571}, \"category\": \"pl100\"}]}, \"30271\": {\"path\": \"train/30271.jpg\", \"id\": 30271, \"objects\": [{\"bbox\": {\"xmin\": 1476.47, \"ymin\": 582.353, \"xmax\": 1584.314, \"ymax\": 692.1569999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1254.9, \"ymin\": 576.471, \"xmax\": 1364.7060000000001, \"ymax\": 672.549}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1374.51, \"ymin\": 566.667, \"xmax\": 1476.471, \"ymax\": 674.51}, \"category\": \"pn\"}]}, \"64225\": {\"path\": \"other/64225.jpg\", \"id\": 64225, \"objects\": [{\"bbox\": {\"xmin\": 1271.0, \"ymin\": 635.0, \"xmax\": 1369.0, \"ymax\": 728.0}, \"category\": \"pr30\"}]}, \"3236\": {\"path\": \"test/3236.jpg\", \"id\": 3236, \"objects\": [{\"bbox\": {\"xmin\": 870.667, \"ymin\": 806.667, \"xmax\": 906.6667, \"ymax\": 841.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 798.667, \"ymin\": 805.333, \"xmax\": 833.3333, \"ymax\": 844.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1353.33, \"ymin\": 848.0, \"xmax\": 1378.6667, \"ymax\": 881.3333}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 836.0, \"ymin\": 806.667, \"xmax\": 868.0, \"ymax\": 840.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 908.0, \"ymin\": 806.667, \"xmax\": 944.0, \"ymax\": 842.6667}, \"category\": \"pn\"}]}, \"68479\": {\"path\": \"other/68479.jpg\", \"id\": 68479, \"objects\": [{\"bbox\": {\"xmin\": 1572.6771240234375, \"ymin\": 967.722412109375, \"xmax\": 1596.6026611328125, \"ymax\": 993.97314453125}, \"category\": \"p5\"}]}, \"97653\": {\"path\": \"train/97653.jpg\", \"id\": 97653, \"objects\": [{\"bbox\": {\"xmin\": 1550.67, \"ymin\": 750.667, \"xmax\": 1593.3333, \"ymax\": 796.0}, \"category\": \"p11\"}]}, \"86042\": {\"path\": \"test/86042.jpg\", \"id\": 86042, \"objects\": [{\"bbox\": {\"xmin\": 1296.04, \"ymin\": 943.564, \"xmax\": 1323.6842, \"ymax\": 971.2871}, \"category\": \"p10\"}]}, \"86942\": {\"path\": \"test/86942.jpg\", \"id\": 86942, \"objects\": [{\"bbox\": {\"xmin\": 1189.68, \"ymin\": 993.651, \"xmax\": 1230.9506000000001, \"ymax\": 1034.1269}, \"category\": \"pm20\"}]}, \"17334\": {\"path\": \"other/17334.jpg\", \"id\": 17334, \"objects\": [{\"bbox\": {\"xmin\": 1440.59, \"ymin\": 1001.98, \"xmax\": 1458.4158, \"ymax\": 1017.8218}, \"category\": \"w30\"}]}, \"32691\": {\"path\": \"test/32691.jpg\", \"id\": 32691, \"objects\": [{\"bbox\": {\"xmin\": 1392.1226806640625, \"ymin\": 300.39190673828125, \"xmax\": 1483.3211669921875, \"ymax\": 498.70166015625}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 270.9138488769531, \"ymin\": 1021.5864868164062, \"xmax\": 293.8174133300781, \"ymax\": 1047.746826171875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 453.333, \"ymin\": 918.667, \"xmax\": 486.66670000000005, \"ymax\": 957.3333}, \"category\": \"ph4.5\"}]}, \"55006\": {\"path\": \"train/55006.jpg\", \"id\": 55006, \"objects\": [{\"bbox\": {\"xmin\": 1306.0, \"ymin\": 931.0, \"xmax\": 1347.0, \"ymax\": 976.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1247.0, \"ymin\": 932.0, \"xmax\": 1289.0, \"ymax\": 976.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 751.0, \"ymin\": 1010.0, \"xmax\": 770.0, \"ymax\": 1036.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1039.0, \"ymin\": 815.0, \"xmax\": 1084.0, \"ymax\": 860.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1155.0, \"ymin\": 988.0, \"xmax\": 1181.0, \"ymax\": 1012.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1276.0, \"ymin\": 888.0, \"xmax\": 1316.0, \"ymax\": 933.0}, \"category\": \"pmr\"}]}, \"96950\": {\"path\": \"test/96950.jpg\", \"id\": 96950, \"objects\": [{\"bbox\": {\"xmin\": 52.9412, \"ymin\": 941.176, \"xmax\": 135.29410000000001, \"ymax\": 1039.2157}, \"category\": \"pg\"}]}, \"82459\": {\"path\": \"train/82459.jpg\", \"id\": 82459, \"objects\": [{\"bbox\": {\"xmin\": 1597.33, \"ymin\": 962.667, \"xmax\": 1620.0, \"ymax\": 984.0}, \"category\": \"pl40\"}]}, \"30196\": {\"path\": \"train/30196.jpg\", \"id\": 30196, \"objects\": [{\"bbox\": {\"xmin\": 430.4, \"ymin\": 256.8, \"xmax\": 599.2, \"ymax\": 416.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 213.751, \"ymin\": 317.6, \"xmax\": 364.8, \"ymax\": 470.51200000000006}, \"category\": \"ph4\"}]}, \"2158\": {\"path\": \"other/2158.jpg\", \"id\": 2158, \"objects\": [{\"bbox\": {\"xmin\": 474.8561706542969, \"ymin\": 848.4852905273438, \"xmax\": 512.9925537109375, \"ymax\": 884.0155639648438}, \"category\": \"i4\"}]}, \"2521\": {\"path\": \"train/2521.jpg\", \"id\": 2521, \"objects\": [{\"bbox\": {\"xmin\": 1669.88, \"ymin\": 851.704, \"xmax\": 1755.68, \"ymax\": 939.2044999999999}, \"category\": \"pn\"}]}, \"7711\": {\"path\": \"other/7711.jpg\", \"id\": 7711, \"objects\": [{\"bbox\": {\"xmin\": 977.174, \"ymin\": 986.957, \"xmax\": 987.3188, \"ymax\": 996.73913}, \"category\": \"pne\"}]}, \"93566\": {\"path\": \"train/93566.jpg\", \"id\": 93566, \"objects\": [{\"bbox\": {\"xmin\": 1348.0, \"ymin\": 884.0, \"xmax\": 1408.0, \"ymax\": 960.0}, \"category\": \"p23\"}]}, \"83381\": {\"path\": \"other/83381.jpg\", \"id\": 83381, \"objects\": [{\"bbox\": {\"xmin\": 1060.62, \"ymin\": 978.319, \"xmax\": 1073.4513, \"ymax\": 993.3633}, \"category\": \"pne\"}]}, \"2066\": {\"path\": \"train/2066.jpg\", \"id\": 2066, \"objects\": [{\"bbox\": {\"xmin\": 1551.0, \"ymin\": 938.0, \"xmax\": 1612.0, \"ymax\": 994.0}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1550.0, \"ymin\": 1003.0, \"xmax\": 1612.0, \"ymax\": 1055.0}, \"category\": \"w57\"}]}, \"68228\": {\"path\": \"test/68228.jpg\", \"id\": 68228, \"objects\": [{\"bbox\": {\"xmin\": 1355.26, \"ymin\": 713.158, \"xmax\": 1419.7368, \"ymax\": 775.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1282.89, \"ymin\": 715.789, \"xmax\": 1348.6842000000001, \"ymax\": 777.6315999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1431.58, \"ymin\": 715.789, \"xmax\": 1490.7894999999999, \"ymax\": 780.2632}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1489.47, \"ymin\": 861.842, \"xmax\": 1550.0, \"ymax\": 925.0}, \"category\": \"p29\"}]}, \"8208\": {\"path\": \"train/8208.jpg\", \"id\": 8208, \"objects\": [{\"bbox\": {\"xmin\": 1634.0, \"ymin\": 829.0, \"xmax\": 1749.0, \"ymax\": 939.0}, \"category\": \"pg\"}]}, \"70524\": {\"path\": \"test/70524.jpg\", \"id\": 70524, \"objects\": [{\"bbox\": {\"xmin\": 788.0, \"ymin\": 579.0, \"xmax\": 893.0, \"ymax\": 682.0}, \"category\": \"pne\"}]}, \"49751\": {\"path\": \"other/49751.jpg\", \"id\": 49751, \"objects\": [{\"bbox\": {\"xmin\": 10.7955, \"ymin\": 927.273, \"xmax\": 38.068200000000004, \"ymax\": 962.5}, \"category\": \"ph2.6\"}]}, \"34595\": {\"path\": \"test/34595.jpg\", \"id\": 34595, \"objects\": [{\"bbox\": {\"xmin\": 1601.98, \"ymin\": 975.248, \"xmax\": 1638.6139, \"ymax\": 1021.7822000000001}, \"category\": \"p23\"}]}, \"32975\": {\"path\": \"other/32975.jpg\", \"id\": 32975, \"objects\": [{\"bbox\": {\"xmin\": 1395.0, \"ymin\": 711.0, \"xmax\": 1465.0, \"ymax\": 786.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1267.0, \"ymin\": 704.0, \"xmax\": 1347.0, \"ymax\": 771.0}, \"category\": \"w22\"}]}, \"62464\": {\"path\": \"train/62464.jpg\", \"id\": 62464, \"objects\": [{\"bbox\": {\"xmin\": 1372.08837890625, \"ymin\": 1138.2958984375, \"xmax\": 1450.551025390625, \"ymax\": 1224.781494140625}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1686.51, \"ymin\": 993.651, \"xmax\": 1740.4762, \"ymax\": 1045.2381}, \"category\": \"pg\"}]}, \"69363\": {\"path\": \"train/69363.jpg\", \"id\": 69363, \"objects\": [{\"bbox\": {\"xmin\": 1749.02, \"ymin\": 717.647, \"xmax\": 1794.1176, \"ymax\": 770.5882}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1421.57, \"ymin\": 700.0, \"xmax\": 1474.5098, \"ymax\": 750.9804}, \"category\": \"pne\"}]}, \"40418\": {\"path\": \"train/40418.jpg\", \"id\": 40418, \"objects\": [{\"bbox\": {\"xmin\": 642.857, \"ymin\": 838.889, \"xmax\": 663.4924, \"ymax\": 861.9045}, \"category\": \"pne\"}]}, \"76921\": {\"path\": \"train/76921.jpg\", \"id\": 76921, \"objects\": [{\"bbox\": {\"xmin\": 1070.67, \"ymin\": 673.333, \"xmax\": 1141.3333, \"ymax\": 737.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 673.333, \"xmax\": 1365.3333, \"ymax\": 736.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 841.333, \"ymin\": 684.0, \"xmax\": 910.6667, \"ymax\": 748.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 760.0, \"ymin\": 689.333, \"xmax\": 825.3333, \"ymax\": 753.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 984.0, \"ymin\": 676.0, \"xmax\": 1053.3333, \"ymax\": 740.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1213.33, \"ymin\": 672.0, \"xmax\": 1280.0, \"ymax\": 737.3333}, \"category\": \"pl100\"}]}, \"59662\": {\"path\": \"test/59662.jpg\", \"id\": 59662, \"objects\": [{\"bbox\": {\"xmin\": 1558.67, \"ymin\": 926.667, \"xmax\": 1621.3333, \"ymax\": 989.3333}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 890.667, \"xmax\": 1537.3333, \"ymax\": 929.3333}, \"category\": \"pn\"}]}, \"28000\": {\"path\": \"other/28000.jpg\", \"id\": 28000, \"objects\": [{\"bbox\": {\"xmin\": 916.667, \"ymin\": 939.683, \"xmax\": 930.9524, \"ymax\": 954.7619}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 857.144, \"ymin\": 941.269, \"xmax\": 869.0482, \"ymax\": 955.5556}, \"category\": \"pne\"}]}, \"93824\": {\"path\": \"train/93824.jpg\", \"id\": 93824, \"objects\": [{\"bbox\": {\"xmin\": 172.0, \"ymin\": 732.0, \"xmax\": 222.6667, \"ymax\": 792.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1214.67, \"ymin\": 905.333, \"xmax\": 1241.3333, \"ymax\": 933.3333}, \"category\": \"pl40\"}]}, \"42192\": {\"path\": \"train/42192.jpg\", \"id\": 42192, \"objects\": [{\"bbox\": {\"xmin\": 1087.32, \"ymin\": 976.087, \"xmax\": 1102.9032, \"ymax\": 992.0293}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1519.93, \"ymin\": 942.391, \"xmax\": 1551.8116, \"ymax\": 971.0142}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1165.58, \"ymin\": 972.464, \"xmax\": 1201.4493, \"ymax\": 1002.8989}, \"category\": \"w59\"}]}, \"52584\": {\"path\": \"other/52584.jpg\", \"id\": 52584, \"objects\": [{\"bbox\": {\"xmin\": 1459.13, \"ymin\": 984.718, \"xmax\": 1474.0831, \"ymax\": 1001.3290999999999}, \"category\": \"w59\"}]}, \"20781\": {\"path\": \"test/20781.jpg\", \"id\": 20781, \"objects\": [{\"bbox\": {\"xmin\": 1559.8743896484375, \"ymin\": 550.3941650390625, \"xmax\": 1646.7803955078125, \"ymax\": 641.8890380859375}, \"category\": \"w41\"}, {\"bbox\": {\"xmin\": 1660.0, \"ymin\": 574.0, \"xmax\": 1727.0, \"ymax\": 648.0}, \"category\": \"pl60\"}]}, \"17257\": {\"path\": \"test/17257.jpg\", \"id\": 17257, \"objects\": [{\"bbox\": {\"xmin\": 1885.33, \"ymin\": 882.667, \"xmax\": 1976.0, \"ymax\": 986.667}, \"category\": \"pl100\"}]}, \"24166\": {\"path\": \"train/24166.jpg\", \"id\": 24166, \"objects\": [{\"bbox\": {\"xmin\": 1259.0, \"ymin\": 926.0, \"xmax\": 1280.0, \"ymax\": 947.0}, \"category\": \"pl5\"}]}, \"35\": {\"path\": \"train/35.jpg\", \"id\": 35, \"objects\": [{\"bbox\": {\"xmin\": 952.318, \"ymin\": 973.51, \"xmax\": 977.4834, \"ymax\": 998.013}, \"category\": \"pne\"}]}, \"25418\": {\"path\": \"test/25418.jpg\", \"id\": 25418, \"objects\": [{\"bbox\": {\"xmin\": 152.0, \"ymin\": 676.0, \"xmax\": 236.0, \"ymax\": 782.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 328.0, \"ymin\": 829.0, \"xmax\": 436.0, \"ymax\": 937.0}, \"category\": \"pn\"}]}, \"5988\": {\"path\": \"other/5988.jpg\", \"id\": 5988, \"objects\": [{\"bbox\": {\"xmin\": 1955.6402587890625, \"ymin\": 872.1709594726562, \"xmax\": 1981.4254150390625, \"ymax\": 900.2092895507812}, \"category\": \"i4\"}]}, \"15158\": {\"path\": \"train/15158.jpg\", \"id\": 15158, \"objects\": [{\"bbox\": {\"xmin\": 1803.97, \"ymin\": 1204.64, \"xmax\": 1827.8113, \"ymax\": 1232.4571}, \"category\": \"pne\"}]}, \"10056\": {\"path\": \"test/10056.jpg\", \"id\": 10056, \"objects\": [{\"bbox\": {\"xmin\": 452.475, \"ymin\": 886.139, \"xmax\": 468.3168, \"ymax\": 916.8317}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1274.26, \"ymin\": 927.723, \"xmax\": 1294.0594, \"ymax\": 949.505}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 414.851, \"ymin\": 877.228, \"xmax\": 431.6832, \"ymax\": 909.901}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1215.84, \"ymin\": 928.713, \"xmax\": 1237.6237999999998, \"ymax\": 950.495}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 2016.83, \"ymin\": 910.891, \"xmax\": 2032.6733, \"ymax\": 934.6535}, \"category\": \"pne\"}]}, \"69489\": {\"path\": \"train/69489.jpg\", \"id\": 69489, \"objects\": [{\"bbox\": {\"xmin\": 1020.2279663085938, \"ymin\": 1001.0970458984375, \"xmax\": 1037.572509765625, \"ymax\": 1019.789306640625}, \"category\": \"pm10\"}, {\"bbox\": {\"xmin\": 1078.0, \"ymin\": 945.0, \"xmax\": 1100.0, \"ymax\": 978.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1078.0, \"ymin\": 985.0, \"xmax\": 1100.0, \"ymax\": 1020.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1077.0, \"ymin\": 1036.0, \"xmax\": 1093.0, \"ymax\": 1055.0}, \"category\": \"i4l\"}]}, \"74791\": {\"path\": \"test/74791.jpg\", \"id\": 74791, \"objects\": [{\"bbox\": {\"xmin\": 499.0, \"ymin\": 885.0, \"xmax\": 539.0, \"ymax\": 976.0}, \"category\": \"pm15\"}, {\"bbox\": {\"xmin\": 1167.0, \"ymin\": 850.0, \"xmax\": 1232.0, \"ymax\": 969.0}, \"category\": \"pn\"}]}, \"61760\": {\"path\": \"train/61760.jpg\", \"id\": 61760, \"objects\": [{\"bbox\": {\"xmin\": 406.667, \"ymin\": 1072.0, \"xmax\": 450.6667, \"ymax\": 1124.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 522.667, \"ymin\": 1137.33, \"xmax\": 566.667, \"ymax\": 1189.3333}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 405.333, \"ymin\": 1130.67, \"xmax\": 450.66670000000005, \"ymax\": 1182.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 461.333, \"ymin\": 1134.67, \"xmax\": 508.0, \"ymax\": 1186.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 462.667, \"ymin\": 1072.0, \"xmax\": 508.0, \"ymax\": 1126.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 521.333, \"ymin\": 1073.33, \"xmax\": 565.3299999999999, \"ymax\": 1127.9933999999998}, \"category\": \"pn\"}]}, \"15366\": {\"path\": \"test/15366.jpg\", \"id\": 15366, \"objects\": [{\"bbox\": {\"xmin\": 1499.2, \"ymin\": 1173.81, \"xmax\": 1530.9497000000001, \"ymax\": 1202.649}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1465.56, \"ymin\": 1174.17, \"xmax\": 1496.691, \"ymax\": 1205.957}, \"category\": \"pbp\"}]}, \"35574\": {\"path\": \"train/35574.jpg\", \"id\": 35574, \"objects\": [{\"bbox\": {\"xmin\": 1639.47, \"ymin\": 922.368, \"xmax\": 1676.3158, \"ymax\": 965.7895000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1160.53, \"ymin\": 905.263, \"xmax\": 1188.1579, \"ymax\": 935.5263}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1101.32, \"ymin\": 903.947, \"xmax\": 1128.9474, \"ymax\": 931.5789}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1128.95, \"ymin\": 900.0, \"xmax\": 1157.8947, \"ymax\": 936.8421}, \"category\": \"pn\"}]}, \"34228\": {\"path\": \"train/34228.jpg\", \"id\": 34228, \"objects\": [{\"bbox\": {\"xmin\": 1636.0, \"ymin\": 934.667, \"xmax\": 1661.3333, \"ymax\": 957.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 157.333, \"ymin\": 978.667, \"xmax\": 178.6661, \"ymax\": 1005.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 157.333, \"ymin\": 952.0, \"xmax\": 177.3333, \"ymax\": 977.3333}, \"category\": \"pl5\"}]}, \"3972\": {\"path\": \"train/3972.jpg\", \"id\": 3972, \"objects\": [{\"bbox\": {\"xmin\": 1564.0, \"ymin\": 579.0, \"xmax\": 1668.0, \"ymax\": 679.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1563.0, \"ymin\": 691.0, \"xmax\": 1665.0, \"ymax\": 796.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1560.0, \"ymin\": 855.0, \"xmax\": 1613.0, \"ymax\": 914.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1616.0, \"ymin\": 856.0, \"xmax\": 1670.0, \"ymax\": 914.0}, \"category\": \"i2r\"}]}, \"54901\": {\"path\": \"train/54901.jpg\", \"id\": 54901, \"objects\": [{\"bbox\": {\"xmin\": 1494.88, \"ymin\": 621.591, \"xmax\": 1580.1118000000001, \"ymax\": 711.9323}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1665.91, \"ymin\": 641.477, \"xmax\": 1741.4755, \"ymax\": 728.9775}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1584.65, \"ymin\": 628.977, \"xmax\": 1664.2, \"ymax\": 716.4769}, \"category\": \"pn\"}]}, \"63511\": {\"path\": \"train/63511.jpg\", \"id\": 63511, \"objects\": [{\"bbox\": {\"xmin\": 46.6667, \"ymin\": 920.0, \"xmax\": 101.33330000000001, \"ymax\": 993.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 88.0, \"ymin\": 722.667, \"xmax\": 140.0, \"ymax\": 793.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 92.0, \"ymin\": 820.0, \"xmax\": 142.6667, \"ymax\": 894.6667}, \"category\": \"pl80\"}]}, \"648\": {\"path\": \"train/648.jpg\", \"id\": 648, \"objects\": [{\"bbox\": {\"xmin\": 509.804, \"ymin\": 756.863, \"xmax\": 568.6274999999999, \"ymax\": 823.5294}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 307.843, \"ymin\": 782.353, \"xmax\": 354.90200000000004, \"ymax\": 841.1764999999999}, \"category\": \"pne\"}]}, \"45047\": {\"path\": \"other/45047.jpg\", \"id\": 45047, \"objects\": [{\"bbox\": {\"xmin\": 1050.79, \"ymin\": 958.73, \"xmax\": 1067.4603, \"ymax\": 973.0141}, \"category\": \"pl40\"}]}, \"14214\": {\"path\": \"train/14214.jpg\", \"id\": 14214, \"objects\": [{\"bbox\": {\"xmin\": 1132.0, \"ymin\": 905.0, \"xmax\": 1173.0, \"ymax\": 947.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1132.0, \"ymin\": 859.0, \"xmax\": 1173.0, \"ymax\": 900.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1133.0, \"ymin\": 953.0, \"xmax\": 1173.0, \"ymax\": 994.0}, \"category\": \"pn\"}]}, \"20774\": {\"path\": \"test/20774.jpg\", \"id\": 20774, \"objects\": [{\"bbox\": {\"xmin\": 1560.0, \"ymin\": 704.0, \"xmax\": 1611.0, \"ymax\": 755.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1623.0, \"ymin\": 809.0, \"xmax\": 1657.0, \"ymax\": 847.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1622.0, \"ymin\": 854.0, \"xmax\": 1659.0, \"ymax\": 891.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1624.0, \"ymin\": 896.0, \"xmax\": 1659.0, \"ymax\": 936.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 704.0, \"xmax\": 1498.0, \"ymax\": 737.0}, \"category\": \"w63\"}]}, \"68258\": {\"path\": \"train/68258.jpg\", \"id\": 68258, \"objects\": [{\"bbox\": {\"xmin\": 1003.98, \"ymin\": 891.477, \"xmax\": 1027.8409, \"ymax\": 919.3179}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1032.39, \"ymin\": 893.182, \"xmax\": 1056.8182000000002, \"ymax\": 918.182}, \"category\": \"pn\"}]}, \"23055\": {\"path\": \"train/23055.jpg\", \"id\": 23055, \"objects\": [{\"bbox\": {\"xmin\": 1524.0, \"ymin\": 925.333, \"xmax\": 1572.0, \"ymax\": 972.0}, \"category\": \"pl40\"}]}, \"83528\": {\"path\": \"test/83528.jpg\", \"id\": 83528, \"objects\": [{\"bbox\": {\"xmin\": 1356.0, \"ymin\": 974.0, \"xmax\": 1390.0, \"ymax\": 1009.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1124.0, \"ymin\": 728.0, \"xmax\": 1170.0, \"ymax\": 774.0}, \"category\": \"pm30\"}]}, \"50818\": {\"path\": \"train/50818.jpg\", \"id\": 50818, \"objects\": [{\"bbox\": {\"xmin\": 1181.33, \"ymin\": 1105.33, \"xmax\": 1208.0, \"ymax\": 1133.3333}, \"category\": \"pl5\"}]}, \"76286\": {\"path\": \"test/76286.jpg\", \"id\": 76286, \"objects\": [{\"bbox\": {\"xmin\": 906.931, \"ymin\": 938.614, \"xmax\": 924.7525, \"ymax\": 959.4059}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 847.525, \"ymin\": 939.603, \"xmax\": 862.3759, \"ymax\": 954.4549999999999}, \"category\": \"pne\"}]}, \"84252\": {\"path\": \"test/84252.jpg\", \"id\": 84252, \"objects\": [{\"bbox\": {\"xmin\": 126.316, \"ymin\": 890.789, \"xmax\": 150.0, \"ymax\": 927.6312}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 909.211, \"ymin\": 911.842, \"xmax\": 930.2632, \"ymax\": 938.1578999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1613.16, \"ymin\": 788.158, \"xmax\": 1632.8947, \"ymax\": 827.6316}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 14.4737, \"ymin\": 877.632, \"xmax\": 34.210499999999996, \"ymax\": 910.5263}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 793.421, \"ymin\": 915.789, \"xmax\": 807.8947000000001, \"ymax\": 939.4732}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1535.53, \"ymin\": 815.789, \"xmax\": 1552.6316, \"ymax\": 860.5263}, \"category\": \"pne\"}]}, \"2624\": {\"path\": \"test/2624.jpg\", \"id\": 2624, \"objects\": [{\"bbox\": {\"xmin\": 1897.37, \"ymin\": 744.737, \"xmax\": 1956.5814999999998, \"ymax\": 811.8421}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1959.21, \"ymin\": 760.526, \"xmax\": 2014.4774, \"ymax\": 823.6837999999999}, \"category\": \"w57\"}]}, \"56474\": {\"path\": \"train/56474.jpg\", \"id\": 56474, \"objects\": [{\"bbox\": {\"xmin\": 1486.0, \"ymin\": 803.0, \"xmax\": 1554.0, \"ymax\": 872.0}, \"category\": \"w59\"}]}, \"4372\": {\"path\": \"other/4372.jpg\", \"id\": 4372, \"objects\": [{\"bbox\": {\"xmin\": 1190.1, \"ymin\": 952.475, \"xmax\": 1204.9505, \"ymax\": 968.3168000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1128.71, \"ymin\": 952.475, \"xmax\": 1140.5941, \"ymax\": 966.3366}, \"category\": \"pne\"}]}, \"22949\": {\"path\": \"other/22949.jpg\", \"id\": 22949, \"objects\": [{\"bbox\": {\"xmin\": 1551.7, \"ymin\": 950.0, \"xmax\": 1567.0455, \"ymax\": 985.2273}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 810.227, \"ymin\": 1001.7, \"xmax\": 817.61364, \"ymax\": 1009.65909}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1131.82, \"ymin\": 1005.11, \"xmax\": 1139.77273, \"ymax\": 1015.3409}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1612.5, \"ymin\": 946.591, \"xmax\": 1622.7327, \"ymax\": 964.7727}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1271.02, \"ymin\": 954.545, \"xmax\": 1288.6363999999999, \"ymax\": 972.7273}, \"category\": \"w47\"}]}, \"69556\": {\"path\": \"train/69556.jpg\", \"id\": 69556, \"objects\": [{\"bbox\": {\"xmin\": 1113.33, \"ymin\": 574.667, \"xmax\": 1170.6667, \"ymax\": 625.3333}, \"category\": \"pl80\"}]}, \"46561\": {\"path\": \"other/46561.jpg\", \"id\": 46561, \"objects\": [{\"bbox\": {\"xmin\": 197.333, \"ymin\": 994.667, \"xmax\": 274.6667, \"ymax\": 1092.0}, \"category\": \"pr20\"}]}, \"8417\": {\"path\": \"train/8417.jpg\", \"id\": 8417, \"objects\": [{\"bbox\": {\"xmin\": 531.0, \"ymin\": 865.0, \"xmax\": 588.0, \"ymax\": 923.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1478.0, \"ymin\": 769.0, \"xmax\": 1549.0, \"ymax\": 838.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1474.0, \"ymin\": 913.0, \"xmax\": 1543.0, \"ymax\": 979.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1478.0, \"ymin\": 843.0, \"xmax\": 1547.0, \"ymax\": 911.0}, \"category\": \"pw2.5\"}]}, \"54022\": {\"path\": \"test/54022.jpg\", \"id\": 54022, \"objects\": [{\"bbox\": {\"xmin\": 1265.0, \"ymin\": 767.0, \"xmax\": 1326.0, \"ymax\": 827.0}, \"category\": \"ph4.5\"}]}, \"57696\": {\"path\": \"train/57696.jpg\", \"id\": 57696, \"objects\": [{\"bbox\": {\"xmin\": 884.0, \"ymin\": 563.0, \"xmax\": 990.0, \"ymax\": 660.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 961.0, \"ymin\": 833.0, \"xmax\": 992.0, \"ymax\": 865.0}, \"category\": \"ph5\"}]}, \"8557\": {\"path\": \"test/8557.jpg\", \"id\": 8557, \"objects\": [{\"bbox\": {\"xmin\": 1447.52, \"ymin\": 972.277, \"xmax\": 1469.2833, \"ymax\": 993.0672000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1448.51, \"ymin\": 992.079, \"xmax\": 1470.297, \"ymax\": 1013.8614}, \"category\": \"pn\"}]}, \"32320\": {\"path\": \"test/32320.jpg\", \"id\": 32320, \"objects\": [{\"bbox\": {\"xmin\": 1793.5225830078125, \"ymin\": 895.026611328125, \"xmax\": 1834.6107177734375, \"ymax\": 965.6273193359375}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1145.33, \"ymin\": 602.667, \"xmax\": 1236.0, \"ymax\": 686.6667}, \"category\": \"p23\"}]}, \"9854\": {\"path\": \"test/9854.jpg\", \"id\": 9854, \"objects\": [{\"bbox\": {\"xmin\": 1576.24, \"ymin\": 883.168, \"xmax\": 1602.9703, \"ymax\": 913.8614}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1492.08, \"ymin\": 878.218, \"xmax\": 1517.8218, \"ymax\": 909.901}, \"category\": \"pne\"}]}, \"84327\": {\"path\": \"test/84327.jpg\", \"id\": 84327, \"objects\": [{\"bbox\": {\"xmin\": 847.619, \"ymin\": 915.873, \"xmax\": 869.8413, \"ymax\": 937.3016}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1103.17, \"ymin\": 933.333, \"xmax\": 1115.873, \"ymax\": 952.381}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1080.16, \"ymin\": 934.127, \"xmax\": 1096.8254000000002, \"ymax\": 954.7629}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1121.43, \"ymin\": 934.127, \"xmax\": 1138.0952, \"ymax\": 953.9683}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 755.556, \"ymin\": 916.667, \"xmax\": 778.5714, \"ymax\": 941.2698}, \"category\": \"pne\"}]}, \"72014\": {\"path\": \"train/72014.jpg\", \"id\": 72014, \"objects\": [{\"bbox\": {\"xmin\": 1272.0, \"ymin\": 914.0, \"xmax\": 1296.0, \"ymax\": 940.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1266.0, \"ymin\": 1003.0, \"xmax\": 1290.0, \"ymax\": 1032.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1243.0, \"ymin\": 915.0, \"xmax\": 1268.0, \"ymax\": 941.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 957.0, \"xmax\": 1269.0, \"ymax\": 980.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1273.0, \"ymin\": 954.0, \"xmax\": 1298.0, \"ymax\": 979.0}, \"category\": \"i2r\"}]}, \"62975\": {\"path\": \"other/62975.jpg\", \"id\": 62975, \"objects\": [{\"bbox\": {\"xmin\": 1162.91, \"ymin\": 932.45, \"xmax\": 1205.298, \"ymax\": 978.1457}, \"category\": \"w45\"}]}, \"79332\": {\"path\": \"test/79332.jpg\", \"id\": 79332, \"objects\": [{\"bbox\": {\"xmin\": 717.647, \"ymin\": 707.843, \"xmax\": 858.8240000000001, \"ymax\": 1049.02}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 731.373, \"ymin\": 1058.82, \"xmax\": 870.5880000000001, \"ymax\": 1341.176}, \"category\": \"w57\"}]}, \"42660\": {\"path\": \"train/42660.jpg\", \"id\": 42660, \"objects\": [{\"bbox\": {\"xmin\": 1606.62, \"ymin\": 947.02, \"xmax\": 1632.4503, \"ymax\": 972.1854}, \"category\": \"p10\"}]}, \"28138\": {\"path\": \"other/28138.jpg\", \"id\": 28138, \"objects\": [{\"bbox\": {\"xmin\": 17.1053, \"ymin\": 1123.68, \"xmax\": 47.3684, \"ymax\": 1169.7368000000001}, \"category\": \"w63\"}]}, \"38418\": {\"path\": \"train/38418.jpg\", \"id\": 38418, \"objects\": [{\"bbox\": {\"xmin\": 1417.0, \"ymin\": 577.0, \"xmax\": 1501.0, \"ymax\": 661.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1220.0, \"ymin\": 546.0, \"xmax\": 1334.0, \"ymax\": 655.0}, \"category\": \"pr40\"}]}, \"29988\": {\"path\": \"train/29988.jpg\", \"id\": 29988, \"objects\": [{\"bbox\": {\"xmin\": 1501.0, \"ymin\": 1008.0, \"xmax\": 1531.0, \"ymax\": 1039.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1232.0, \"ymin\": 1109.0, \"xmax\": 1259.0, \"ymax\": 1138.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1984.0, \"ymin\": 953.0, \"xmax\": 2026.0, \"ymax\": 1008.0}, \"category\": \"pcr\"}]}, \"84916\": {\"path\": \"train/84916.jpg\", \"id\": 84916, \"objects\": [{\"bbox\": {\"xmin\": 1289.33, \"ymin\": 908.0, \"xmax\": 1348.0, \"ymax\": 965.3333}, \"category\": \"p10\"}]}, \"12787\": {\"path\": \"train/12787.jpg\", \"id\": 12787, \"objects\": [{\"bbox\": {\"xmin\": 857.333, \"ymin\": 982.667, \"xmax\": 886.6667, \"ymax\": 1009.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1398.67, \"ymin\": 809.333, \"xmax\": 1457.3300000000002, \"ymax\": 866.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1360.0, \"ymin\": 986.667, \"xmax\": 1388.0, \"ymax\": 1018.6667}, \"category\": \"i2r\"}]}, \"44376\": {\"path\": \"test/44376.jpg\", \"id\": 44376, \"objects\": [{\"bbox\": {\"xmin\": 896.053, \"ymin\": 721.053, \"xmax\": 959.2105, \"ymax\": 778.9474}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 971.053, \"ymin\": 713.158, \"xmax\": 1034.2105, \"ymax\": 782.8947000000001}, \"category\": \"pn\"}]}, \"14210\": {\"path\": \"train/14210.jpg\", \"id\": 14210, \"objects\": [{\"bbox\": {\"xmin\": 221.053, \"ymin\": 873.684, \"xmax\": 243.4211, \"ymax\": 902.6315999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 155.263, \"ymin\": 876.316, \"xmax\": 178.9471, \"ymax\": 902.6317}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1115.79, \"ymin\": 1015.79, \"xmax\": 1134.2105, \"ymax\": 1044.7368}, \"category\": \"pne\"}]}, \"68430\": {\"path\": \"test/68430.jpg\", \"id\": 68430, \"objects\": [{\"bbox\": {\"xmin\": 196.053, \"ymin\": 638.158, \"xmax\": 256.5789, \"ymax\": 731.5789}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1951.31, \"ymin\": 930.263, \"xmax\": 1972.3642, \"ymax\": 955.2629000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1876.32, \"ymin\": 926.316, \"xmax\": 1898.6842, \"ymax\": 946.0526}, \"category\": \"pne\"}]}, \"42791\": {\"path\": \"test/42791.jpg\", \"id\": 42791, \"objects\": [{\"bbox\": {\"xmin\": 1196.08, \"ymin\": 1072.55, \"xmax\": 1256.8651, \"ymax\": 1131.3725}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 1009.8, \"xmax\": 1262.7451, \"ymax\": 1074.5098}, \"category\": \"pl5\"}]}, \"51813\": {\"path\": \"train/51813.jpg\", \"id\": 51813, \"objects\": [{\"bbox\": {\"xmin\": 1265.33, \"ymin\": 960.0, \"xmax\": 1313.3333, \"ymax\": 1008.0}, \"category\": \"pm20\"}]}, \"70442\": {\"path\": \"train/70442.jpg\", \"id\": 70442, \"objects\": [{\"bbox\": {\"xmin\": 777.6, \"ymin\": 956.0, \"xmax\": 805.6, \"ymax\": 986.4}, \"category\": \"pn\"}]}, \"21142\": {\"path\": \"train/21142.jpg\", \"id\": 21142, \"objects\": [{\"bbox\": {\"xmin\": 57.3333, \"ymin\": 702.667, \"xmax\": 120.0, \"ymax\": 766.6667}, \"category\": \"pl40\"}]}, \"26912\": {\"path\": \"train/26912.jpg\", \"id\": 26912, \"objects\": [{\"bbox\": {\"xmin\": 1300.0, \"ymin\": 853.333, \"xmax\": 1333.3333, \"ymax\": 886.6667}, \"category\": \"pl5\"}]}, \"73412\": {\"path\": \"other/73412.jpg\", \"id\": 73412, \"objects\": [{\"bbox\": {\"xmin\": 1291.238525390625, \"ymin\": 951.0289916992188, \"xmax\": 1315.28515625, \"ymax\": 974.3129272460938}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1290.8739013671875, \"ymin\": 976.6429443359375, \"xmax\": 1316.8289794921875, \"ymax\": 1000.91259765625}, \"category\": \"pn\"}]}, \"40544\": {\"path\": \"train/40544.jpg\", \"id\": 40544, \"objects\": [{\"bbox\": {\"xmin\": 418.0, \"ymin\": 958.0, \"xmax\": 430.0, \"ymax\": 974.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 386.0, \"ymin\": 913.0, \"xmax\": 399.0, \"ymax\": 933.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 387.0, \"ymin\": 937.0, \"xmax\": 399.0, \"ymax\": 957.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 728.0, \"ymin\": 975.0, \"xmax\": 750.0, \"ymax\": 999.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 725.0, \"ymin\": 1005.0, \"xmax\": 749.0, \"ymax\": 1028.0}, \"category\": \"i2r\"}]}, \"45006\": {\"path\": \"other/45006.jpg\", \"id\": 45006, \"objects\": [{\"bbox\": {\"xmin\": 1245.03, \"ymin\": 941.06, \"xmax\": 1256.2914, \"ymax\": 951.6555999999999}, \"category\": \"pn\"}]}, \"75657\": {\"path\": \"other/75657.jpg\", \"id\": 75657, \"objects\": [{\"bbox\": {\"xmin\": 127.33710479736328, \"ymin\": 985.29833984375, \"xmax\": 159.44119262695312, \"ymax\": 1017.4521484375}, \"category\": \"w57\"}]}, \"69264\": {\"path\": \"test/69264.jpg\", \"id\": 69264, \"objects\": [{\"bbox\": {\"xmin\": 396.078, \"ymin\": 696.078, \"xmax\": 445.09799999999996, \"ymax\": 776.4706}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 503.922, \"ymin\": 727.451, \"xmax\": 543.1373, \"ymax\": 803.9216}, \"category\": \"ph4.5\"}]}, \"95908\": {\"path\": \"train/95908.jpg\", \"id\": 95908, \"objects\": [{\"bbox\": {\"xmin\": 1971.05, \"ymin\": 905.263, \"xmax\": 1988.1579, \"ymax\": 931.5789}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1950.0, \"ymin\": 901.316, \"xmax\": 1971.0526, \"ymax\": 931.5789}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1989.47, \"ymin\": 907.895, \"xmax\": 2011.8421, \"ymax\": 936.8421}, \"category\": \"pn\"}]}, \"78753\": {\"path\": \"train/78753.jpg\", \"id\": 78753, \"objects\": [{\"bbox\": {\"xmin\": 1253.95, \"ymin\": 973.684, \"xmax\": 1277.6316, \"ymax\": 997.3684}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1252.63, \"ymin\": 997.368, \"xmax\": 1280.2632, \"ymax\": 1023.6842}, \"category\": \"pn\"}]}, \"46729\": {\"path\": \"test/46729.jpg\", \"id\": 46729, \"objects\": [{\"bbox\": {\"xmin\": 1237.3, \"ymin\": 763.492, \"xmax\": 1294.4443999999999, \"ymax\": 821.4286}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1474.6, \"ymin\": 901.587, \"xmax\": 1536.5078999999998, \"ymax\": 957.9365}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1480.95, \"ymin\": 979.365, \"xmax\": 1537.3016, \"ymax\": 1037.3016}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1477.78, \"ymin\": 820.635, \"xmax\": 1536.5079, \"ymax\": 877.7778}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1174.6, \"ymin\": 761.111, \"xmax\": 1234.127, \"ymax\": 819.8413}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1297.62, \"ymin\": 765.873, \"xmax\": 1353.9683, \"ymax\": 819.0476000000001}, \"category\": \"pn\"}]}, \"51346\": {\"path\": \"other/51346.jpg\", \"id\": 51346, \"objects\": [{\"bbox\": {\"xmin\": 1049.56, \"ymin\": 1008.41, \"xmax\": 1068.1464999999998, \"ymax\": 1029.6485}, \"category\": \"pm8\"}]}, \"38677\": {\"path\": \"other/38677.jpg\", \"id\": 38677, \"objects\": [{\"bbox\": {\"xmin\": 21.227760314941406, \"ymin\": 961.510498046875, \"xmax\": 43.048858642578125, \"ymax\": 983.9593505859375}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 44.8864, \"ymin\": 989.772, \"xmax\": 62.5, \"ymax\": 1010.7953}, \"category\": \"p9\"}]}, \"3470\": {\"path\": \"other/3470.jpg\", \"id\": 3470, \"objects\": [{\"bbox\": {\"xmin\": 1079.21, \"ymin\": 956.638, \"xmax\": 1094.2504000000001, \"ymax\": 971.6819}, \"category\": \"pn\"}]}, \"95121\": {\"path\": \"train/95121.jpg\", \"id\": 95121, \"objects\": [{\"bbox\": {\"xmin\": 14.0, \"ymin\": 893.0, \"xmax\": 91.0, \"ymax\": 989.0}, \"category\": \"p23\"}]}, \"78365\": {\"path\": \"train/78365.jpg\", \"id\": 78365, \"objects\": [{\"bbox\": {\"xmin\": 983.2, \"ymin\": 896.8, \"xmax\": 1005.6, \"ymax\": 918.4}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1116.8, \"ymin\": 895.2, \"xmax\": 1136.0, \"ymax\": 915.2}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1052.0, \"ymin\": 896.0, \"xmax\": 1072.0, \"ymax\": 915.2}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 959.2, \"ymin\": 873.6, \"xmax\": 980.8000000000001, \"ymax\": 895.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 984.0, \"ymin\": 872.8, \"xmax\": 1002.4, \"ymax\": 894.4}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1027.2, \"ymin\": 896.0, \"xmax\": 1049.6000000000001, \"ymax\": 916.8}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 960.0, \"ymin\": 897.6, \"xmax\": 980.0, \"ymax\": 916.8000000000001}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 894.4, \"xmax\": 1112.8, \"ymax\": 914.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1170.4, \"ymin\": 892.8, \"xmax\": 1191.2, \"ymax\": 912.8}, \"category\": \"pne\"}]}, \"96223\": {\"path\": \"train/96223.jpg\", \"id\": 96223, \"objects\": [{\"bbox\": {\"xmin\": 1159.0, \"ymin\": 957.0, \"xmax\": 1201.0, \"ymax\": 1002.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1160.0, \"ymin\": 1003.0, \"xmax\": 1203.0, \"ymax\": 1050.0}, \"category\": \"pn\"}]}, \"62269\": {\"path\": \"test/62269.jpg\", \"id\": 62269, \"objects\": [{\"bbox\": {\"xmin\": 1924.0, \"ymin\": 973.6, \"xmax\": 1973.6, \"ymax\": 1035.2}, \"category\": \"pg\"}]}, \"95135\": {\"path\": \"test/95135.jpg\", \"id\": 95135, \"objects\": [{\"bbox\": {\"xmin\": 1302.0, \"ymin\": 969.0, \"xmax\": 1326.0, \"ymax\": 994.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1509.0, \"ymin\": 977.0, \"xmax\": 1536.0, \"ymax\": 1012.0}, \"category\": \"pne\"}]}, \"31258\": {\"path\": \"train/31258.jpg\", \"id\": 31258, \"objects\": [{\"bbox\": {\"xmin\": 1586.0, \"ymin\": 951.0, \"xmax\": 1651.0, \"ymax\": 1021.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1588.0, \"ymin\": 873.0, \"xmax\": 1648.0, \"ymax\": 942.0}, \"category\": \"pm55\"}]}, \"54387\": {\"path\": \"train/54387.jpg\", \"id\": 54387, \"objects\": [{\"bbox\": {\"xmin\": 126.667, \"ymin\": 809.333, \"xmax\": 197.3333, \"ymax\": 881.3333}, \"category\": \"pl30\"}]}, \"77234\": {\"path\": \"other/77234.jpg\", \"id\": 77234, \"objects\": [{\"bbox\": {\"xmin\": 1259.0, \"ymin\": 850.0, \"xmax\": 1303.0, \"ymax\": 895.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1304.0, \"ymin\": 851.0, \"xmax\": 1347.0, \"ymax\": 894.0}, \"category\": \"pr60\"}]}, \"55021\": {\"path\": \"test/55021.jpg\", \"id\": 55021, \"objects\": [{\"bbox\": {\"xmin\": 1378.81, \"ymin\": 896.689, \"xmax\": 1403.9758, \"ymax\": 923.8411}, \"category\": \"pl80\"}]}, \"72517\": {\"path\": \"test/72517.jpg\", \"id\": 72517, \"objects\": [{\"bbox\": {\"xmin\": 169.333, \"ymin\": 752.0, \"xmax\": 208.0, \"ymax\": 817.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": -1.33333, \"ymin\": 702.667, \"xmax\": 46.66667, \"ymax\": 776.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 92.0, \"ymin\": 726.667, \"xmax\": 138.6667, \"ymax\": 798.6667}, \"category\": \"pl80\"}]}, \"1126\": {\"path\": \"train/1126.jpg\", \"id\": 1126, \"objects\": [{\"bbox\": {\"xmin\": 56.8627, \"ymin\": 200.0, \"xmax\": 196.0787, \"ymax\": 394.118}, \"category\": \"p11\"}]}, \"68278\": {\"path\": \"train/68278.jpg\", \"id\": 68278, \"objects\": [{\"bbox\": {\"xmin\": 1327.49, \"ymin\": 964.94, \"xmax\": 1344.2195, \"ymax\": 984.0633}, \"category\": \"p5\"}]}, \"10706\": {\"path\": \"other/10706.jpg\", \"id\": 10706, \"objects\": [{\"bbox\": {\"xmin\": 1037.21, \"ymin\": 944.851, \"xmax\": 1051.8239, \"ymax\": 961.462}, \"category\": \"pn\"}]}, \"18667\": {\"path\": \"test/18667.jpg\", \"id\": 18667, \"objects\": [{\"bbox\": {\"xmin\": 909.333, \"ymin\": 884.0, \"xmax\": 938.6667, \"ymax\": 916.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 876.0, \"ymin\": 881.333, \"xmax\": 908.0, \"ymax\": 910.6667}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1454.67, \"ymin\": 954.667, \"xmax\": 1509.3333, \"ymax\": 1014.6667}, \"category\": \"pcl\"}]}, \"17488\": {\"path\": \"test/17488.jpg\", \"id\": 17488, \"objects\": [{\"bbox\": {\"xmin\": 513.725, \"ymin\": 813.725, \"xmax\": 545.0980000000001, \"ymax\": 849.0196000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 309.804, \"ymin\": 819.608, \"xmax\": 337.25489999999996, \"ymax\": 870.5881999999999}, \"category\": \"pne\"}]}, \"82727\": {\"path\": \"train/82727.jpg\", \"id\": 82727, \"objects\": [{\"bbox\": {\"xmin\": 1185.4, \"ymin\": 892.92, \"xmax\": 1210.6219, \"ymax\": 918.1410999999999}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1157.52, \"ymin\": 893.805, \"xmax\": 1183.1858, \"ymax\": 917.6987999999999}, \"category\": \"w13\"}]}, \"43224\": {\"path\": \"train/43224.jpg\", \"id\": 43224, \"objects\": [{\"bbox\": {\"xmin\": 788.235, \"ymin\": 933.333, \"xmax\": 835.2941000000001, \"ymax\": 994.1174}, \"category\": \"pne\"}]}, \"87288\": {\"path\": \"test/87288.jpg\", \"id\": 87288, \"objects\": [{\"bbox\": {\"xmin\": 1223.0048828125, \"ymin\": 929.7118530273438, \"xmax\": 1245.18701171875, \"ymax\": 949.8156127929688}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1843.42, \"ymin\": 974.502, \"xmax\": 1865.3371, \"ymax\": 998.8051999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1004.38, \"ymin\": 968.127, \"xmax\": 1027.0869, \"ymax\": 991.6333}, \"category\": \"pne\"}]}, \"68231\": {\"path\": \"test/68231.jpg\", \"id\": 68231, \"objects\": [{\"bbox\": {\"xmin\": 798.413, \"ymin\": 996.032, \"xmax\": 822.2222, \"ymax\": 1019.0476}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1366.67, \"ymin\": 709.804, \"xmax\": 1431.3967, \"ymax\": 780.3922}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1290.2, \"ymin\": 705.882, \"xmax\": 1360.7843, \"ymax\": 780.3922}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1439.22, \"ymin\": 717.647, \"xmax\": 1503.9259, \"ymax\": 780.3922}, \"category\": \"pn\"}]}, \"32275\": {\"path\": \"train/32275.jpg\", \"id\": 32275, \"objects\": [{\"bbox\": {\"xmin\": 1779.0, \"ymin\": 261.0, \"xmax\": 1890.0, \"ymax\": 363.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1711.0, \"ymin\": 886.0, \"xmax\": 1764.0, \"ymax\": 940.0}, \"category\": \"pm30\"}]}, \"23934\": {\"path\": \"train/23934.jpg\", \"id\": 23934, \"objects\": [{\"bbox\": {\"xmin\": 1496.0, \"ymin\": 857.333, \"xmax\": 1522.6667, \"ymax\": 892.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1465.33, \"ymin\": 857.333, \"xmax\": 1493.3333, \"ymax\": 888.0}, \"category\": \"pl30\"}]}, \"1634\": {\"path\": \"train/1634.jpg\", \"id\": 1634, \"objects\": [{\"bbox\": {\"xmin\": 1680.0, \"ymin\": 404.0, \"xmax\": 1836.0, \"ymax\": 550.667}, \"category\": \"pl60\"}]}, \"72034\": {\"path\": \"test/72034.jpg\", \"id\": 72034, \"objects\": [{\"bbox\": {\"xmin\": 951.0, \"ymin\": 937.0, \"xmax\": 1000.0, \"ymax\": 994.0}, \"category\": \"p10\"}]}, \"67809\": {\"path\": \"train/67809.jpg\", \"id\": 67809, \"objects\": [{\"bbox\": {\"xmin\": 1030.67, \"ymin\": 629.333, \"xmax\": 1112.0, \"ymax\": 708.0}, \"category\": \"pl60\"}]}, \"15436\": {\"path\": \"train/15436.jpg\", \"id\": 15436, \"objects\": [{\"bbox\": {\"xmin\": 1717.0, \"ymin\": 859.0, \"xmax\": 1765.0, \"ymax\": 913.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1827.0, \"ymin\": 915.0, \"xmax\": 1868.0, \"ymax\": 956.0}, \"category\": \"w30\"}]}, \"94159\": {\"path\": \"train/94159.jpg\", \"id\": 94159, \"objects\": [{\"bbox\": {\"xmin\": 336.0, \"ymin\": 967.0, \"xmax\": 410.0, \"ymax\": 1044.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 569.0, \"ymin\": 981.0, \"xmax\": 629.0, \"ymax\": 1043.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 561.0, \"ymin\": 899.0, \"xmax\": 642.0, \"ymax\": 981.0}, \"category\": \"pn\"}]}, \"9291\": {\"path\": \"train/9291.jpg\", \"id\": 9291, \"objects\": [{\"bbox\": {\"xmin\": 692.0, \"ymin\": 988.0, \"xmax\": 747.0, \"ymax\": 1046.0}, \"category\": \"p5\"}]}, \"70306\": {\"path\": \"train/70306.jpg\", \"id\": 70306, \"objects\": [{\"bbox\": {\"xmin\": 1683.44, \"ymin\": 943.564, \"xmax\": 1701.9735, \"ymax\": 968.2119}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1797.03, \"ymin\": 957.426, \"xmax\": 1810.8911, \"ymax\": 974.2574000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1782.18, \"ymin\": 953.465, \"xmax\": 1794.0594, \"ymax\": 976.2376}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1812.54, \"ymin\": 956.101, \"xmax\": 1825.4126999999999, \"ymax\": 972.9324}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1617.22, \"ymin\": 943.564, \"xmax\": 1633.6655, \"ymax\": 965.3465}, \"category\": \"pne\"}]}, \"78754\": {\"path\": \"test/78754.jpg\", \"id\": 78754, \"objects\": [{\"bbox\": {\"xmin\": 1523.53, \"ymin\": 613.725, \"xmax\": 1611.7647, \"ymax\": 705.8824}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1413.73, \"ymin\": 596.078, \"xmax\": 1509.8039, \"ymax\": 694.1175999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1627.45, \"ymin\": 619.608, \"xmax\": 1711.7647, \"ymax\": 715.6863}, \"category\": \"pn\"}]}, \"60005\": {\"path\": \"train/60005.jpg\", \"id\": 60005, \"objects\": [{\"bbox\": {\"xmin\": 1576.0, \"ymin\": 769.0, \"xmax\": 1617.0, \"ymax\": 814.0}, \"category\": \"p11\"}]}, \"66058\": {\"path\": \"train/66058.jpg\", \"id\": 66058, \"objects\": [{\"bbox\": {\"xmin\": 1520.0, \"ymin\": 849.0, \"xmax\": 1601.0, \"ymax\": 938.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1514.0, \"ymin\": 656.0, \"xmax\": 1598.0, \"ymax\": 742.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1516.0, \"ymin\": 750.0, \"xmax\": 1600.0, \"ymax\": 842.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1516.0, \"ymin\": 991.0, \"xmax\": 1559.0, \"ymax\": 1039.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1566.0, \"ymin\": 988.0, \"xmax\": 1610.0, \"ymax\": 1036.0}, \"category\": \"i2r\"}]}, \"79046\": {\"path\": \"train/79046.jpg\", \"id\": 79046, \"objects\": [{\"bbox\": {\"xmin\": 1127.2, \"ymin\": 834.261, \"xmax\": 1168.3691000000001, \"ymax\": 876.7529}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1168.4, \"ymin\": 829.244, \"xmax\": 1211.3838, \"ymax\": 866.9284}, \"category\": \"w57\"}]}, \"2273\": {\"path\": \"test/2273.jpg\", \"id\": 2273, \"objects\": [{\"bbox\": {\"xmin\": 1886.67, \"ymin\": 593.333, \"xmax\": 1950.6667, \"ymax\": 668.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1809.33, \"ymin\": 576.0, \"xmax\": 1876.0, \"ymax\": 653.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1998.67, \"ymin\": 621.333, \"xmax\": 2049.3333000000002, \"ymax\": 692.0}, \"category\": \"pl100\"}]}, \"2543\": {\"path\": \"other/2543.jpg\", \"id\": 2543, \"objects\": [{\"bbox\": {\"xmin\": 1952.74, \"ymin\": 918.408, \"xmax\": 1989.5574, \"ymax\": 962.6865}, \"category\": \"ph3.3\"}]}, \"61558\": {\"path\": \"test/61558.jpg\", \"id\": 61558, \"objects\": [{\"bbox\": {\"xmin\": 1000.0, \"ymin\": 849.505, \"xmax\": 1033.6634, \"ymax\": 883.1686}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 965.347, \"ymin\": 850.495, \"xmax\": 999.0099, \"ymax\": 884.158}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1033.66, \"ymin\": 851.485, \"xmax\": 1070.2677, \"ymax\": 886.1386}, \"category\": \"pn\"}]}, \"23109\": {\"path\": \"train/23109.jpg\", \"id\": 23109, \"objects\": [{\"bbox\": {\"xmin\": 1057.33, \"ymin\": 818.667, \"xmax\": 1104.0, \"ymax\": 865.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1118.67, \"ymin\": 984.0, \"xmax\": 1146.6667, \"ymax\": 1012.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1118.67, \"ymin\": 1012.0, \"xmax\": 1150.6667, \"ymax\": 1044.0}, \"category\": \"i2r\"}]}, \"32708\": {\"path\": \"other/32708.jpg\", \"id\": 32708, \"objects\": [{\"bbox\": {\"xmin\": 1147.37, \"ymin\": 936.842, \"xmax\": 1171.0526, \"ymax\": 986.8421}, \"category\": \"w63\"}]}, \"32565\": {\"path\": \"test/32565.jpg\", \"id\": 32565, \"objects\": [{\"bbox\": {\"xmin\": 878.947, \"ymin\": 965.789, \"xmax\": 925.0011, \"ymax\": 1035.5263}, \"category\": \"w57\"}]}, \"28572\": {\"path\": \"train/28572.jpg\", \"id\": 28572, \"objects\": [{\"bbox\": {\"xmin\": 1906.82, \"ymin\": 869.318, \"xmax\": 1929.5455, \"ymax\": 899.9995}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1678.97, \"ymin\": 845.455, \"xmax\": 1709.6555, \"ymax\": 884.0915}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1934.09, \"ymin\": 872.159, \"xmax\": 1957.9508999999998, \"ymax\": 904.5455}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1715.35, \"ymin\": 846.591, \"xmax\": 1746.0291, \"ymax\": 887.5002}, \"category\": \"pn\"}]}, \"80173\": {\"path\": \"other/80173.jpg\", \"id\": 80173, \"objects\": [{\"bbox\": {\"xmin\": 380.435, \"ymin\": 1107.97, \"xmax\": 394.92810000000003, \"ymax\": 1132.6064000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 394.565, \"ymin\": 1107.97, \"xmax\": 409.4205, \"ymax\": 1131.1594}, \"category\": \"pn\"}]}, \"64154\": {\"path\": \"train/64154.jpg\", \"id\": 64154, \"objects\": [{\"bbox\": {\"xmin\": 1482.667724609375, \"ymin\": 896.591552734375, \"xmax\": 1504.49853515625, \"ymax\": 920.8590087890625}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1490.2, \"ymin\": 813.725, \"xmax\": 1535.2941, \"ymax\": 858.8235}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1309.8, \"ymin\": 800.0, \"xmax\": 1358.8235, \"ymax\": 854.902}, \"category\": \"pne\"}]}, \"62428\": {\"path\": \"train/62428.jpg\", \"id\": 62428, \"objects\": [{\"bbox\": {\"xmin\": 1237.6, \"ymin\": 785.6, \"xmax\": 1280.4906999999998, \"ymax\": 825.6}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1279.2, \"ymin\": 785.6, \"xmax\": 1318.4, \"ymax\": 830.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1362.22, \"ymin\": 817.6, \"xmax\": 1404.9834, \"ymax\": 860.8000000000001}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1320.8, \"ymin\": 788.8, \"xmax\": 1358.3999999999999, \"ymax\": 829.5999999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1361.41, \"ymin\": 856.8, \"xmax\": 1401.8149, \"ymax\": 898.1092}, \"category\": \"pbm\"}]}, \"94973\": {\"path\": \"train/94973.jpg\", \"id\": 94973, \"objects\": [{\"bbox\": {\"xmin\": 1469.33, \"ymin\": 989.333, \"xmax\": 1504.0, \"ymax\": 1034.6667}, \"category\": \"pl60\"}]}, \"94719\": {\"path\": \"other/94719.jpg\", \"id\": 94719, \"objects\": [{\"bbox\": {\"xmin\": 1330.67, \"ymin\": 942.667, \"xmax\": 1376.0, \"ymax\": 992.0}, \"category\": \"pm15\"}]}, \"69525\": {\"path\": \"train/69525.jpg\", \"id\": 69525, \"objects\": [{\"bbox\": {\"xmin\": 758.667, \"ymin\": 848.0, \"xmax\": 786.6667, \"ymax\": 877.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 754.667, \"ymin\": 894.667, \"xmax\": 789.3333, \"ymax\": 929.3333}, \"category\": \"pl50\"}]}, \"34485\": {\"path\": \"train/34485.jpg\", \"id\": 34485, \"objects\": [{\"bbox\": {\"xmin\": 840.0, \"ymin\": 980.0, \"xmax\": 880.8, \"ymax\": 1020.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 112.0, \"ymin\": 995.2, \"xmax\": 144.8, \"ymax\": 1031.2}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1345.6, \"ymin\": 956.8, \"xmax\": 1381.6, \"ymax\": 995.1999999999999}, \"category\": \"w22\"}]}, \"11378\": {\"path\": \"other/11378.jpg\", \"id\": 11378, \"objects\": [{\"bbox\": {\"xmin\": 613.245, \"ymin\": 960.927, \"xmax\": 625.1656, \"ymax\": 975.4967}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 596.689, \"ymin\": 960.265, \"xmax\": 610.596, \"ymax\": 977.4834}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 627.815, \"ymin\": 959.603, \"xmax\": 643.0477000000001, \"ymax\": 975.4966999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 126.49, \"ymin\": 926.49, \"xmax\": 140.3974, \"ymax\": 949.0066}, \"category\": \"pne\"}]}, \"7504\": {\"path\": \"train/7504.jpg\", \"id\": 7504, \"objects\": [{\"bbox\": {\"xmin\": 1783.0, \"ymin\": 884.0, \"xmax\": 1808.0, \"ymax\": 910.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 223.0, \"ymin\": 738.0, \"xmax\": 259.0, \"ymax\": 796.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 262.0, \"ymin\": 750.0, \"xmax\": 297.0, \"ymax\": 806.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 302.0, \"ymin\": 836.0, \"xmax\": 330.0, \"ymax\": 882.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 301.0, \"ymin\": 882.0, \"xmax\": 331.0, \"ymax\": 926.0}, \"category\": \"i2r\"}]}, \"88078\": {\"path\": \"train/88078.jpg\", \"id\": 88078, \"objects\": [{\"bbox\": {\"xmin\": 1285.15, \"ymin\": 912.871, \"xmax\": 1308.9109, \"ymax\": 934.6535}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1201.98, \"ymin\": 910.891, \"xmax\": 1223.7624, \"ymax\": 936.6337}, \"category\": \"pne\"}]}, \"11088\": {\"path\": \"train/11088.jpg\", \"id\": 11088, \"objects\": [{\"bbox\": {\"xmin\": 1680.26, \"ymin\": 794.737, \"xmax\": 1768.4087, \"ymax\": 886.8438}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1677.63, \"ymin\": 890.789, \"xmax\": 1769.7169000000001, \"ymax\": 978.9474}, \"category\": \"pn\"}]}, \"58384\": {\"path\": \"other/58384.jpg\", \"id\": 58384, \"objects\": [{\"bbox\": {\"xmin\": 628.713, \"ymin\": 1003.96, \"xmax\": 641.5842, \"ymax\": 1017.8218}, \"category\": \"pne\"}]}, \"73094\": {\"path\": \"other/73094.jpg\", \"id\": 73094, \"objects\": [{\"bbox\": {\"xmin\": 754.0, \"ymin\": 1049.0, \"xmax\": 783.0, \"ymax\": 1088.0}, \"category\": \"pl15\"}]}, \"79528\": {\"path\": \"train/79528.jpg\", \"id\": 79528, \"objects\": [{\"bbox\": {\"xmin\": 69.0, \"ymin\": 802.0, \"xmax\": 172.0, \"ymax\": 927.0}, \"category\": \"w57\"}]}, \"31752\": {\"path\": \"test/31752.jpg\", \"id\": 31752, \"objects\": [{\"bbox\": {\"xmin\": 286.275, \"ymin\": 1270.59, \"xmax\": 372.549, \"ymax\": 1354.9019999999998}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 568.627, \"ymin\": 1131.37, \"xmax\": 625.4898, \"ymax\": 1192.1569}, \"category\": \"pne\"}]}, \"35874\": {\"path\": \"train/35874.jpg\", \"id\": 35874, \"objects\": [{\"bbox\": {\"xmin\": 929.545, \"ymin\": 1013.07, \"xmax\": 1009.6591, \"ymax\": 1089.7727}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 929.545, \"ymin\": 932.955, \"xmax\": 1007.9544999999999, \"ymax\": 1009.6591000000001}, \"category\": \"pl5\"}]}, \"87963\": {\"path\": \"test/87963.jpg\", \"id\": 87963, \"objects\": [{\"bbox\": {\"xmin\": 1423.68, \"ymin\": 885.526, \"xmax\": 1452.6316000000002, \"ymax\": 921.0526}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1388.16, \"ymin\": 888.158, \"xmax\": 1422.3684, \"ymax\": 922.3684000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1453.95, \"ymin\": 886.842, \"xmax\": 1485.5263, \"ymax\": 922.3684}, \"category\": \"pn\"}]}, \"4890\": {\"path\": \"train/4890.jpg\", \"id\": 4890, \"objects\": [{\"bbox\": {\"xmin\": 1355.45, \"ymin\": 952.475, \"xmax\": 1377.2277000000001, \"ymax\": 977.2277}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1816.83, \"ymin\": 810.891, \"xmax\": 1838.6138999999998, \"ymax\": 848.5138999999999}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1840.59, \"ymin\": 805.941, \"xmax\": 1861.3861, \"ymax\": 845.5446000000001}, \"category\": \"pn\"}]}, \"88500\": {\"path\": \"train/88500.jpg\", \"id\": 88500, \"objects\": [{\"bbox\": {\"xmin\": 481.1483154296875, \"ymin\": 900.8533935546875, \"xmax\": 501.01397705078125, \"ymax\": 926.3333740234375}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 368.421, \"ymin\": 863.158, \"xmax\": 394.7368, \"ymax\": 892.1053}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 261.842, \"ymin\": 871.053, \"xmax\": 292.1053, \"ymax\": 905.2632}, \"category\": \"i4\"}]}, \"29849\": {\"path\": \"test/29849.jpg\", \"id\": 29849, \"objects\": [{\"bbox\": {\"xmin\": 1583.0, \"ymin\": 900.0, \"xmax\": 1608.0, \"ymax\": 925.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1514.0, \"ymin\": 979.0, \"xmax\": 1540.0, \"ymax\": 1003.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1261.0, \"ymin\": 990.0, \"xmax\": 1272.0, \"ymax\": 1004.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 918.0, \"ymin\": 967.0, \"xmax\": 938.0, \"ymax\": 987.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 756.0, \"ymin\": 986.0, \"xmax\": 769.0, \"ymax\": 1000.0}, \"category\": \"pne\"}]}, \"81400\": {\"path\": \"train/81400.jpg\", \"id\": 81400, \"objects\": [{\"bbox\": {\"xmin\": 1690.67, \"ymin\": 892.0, \"xmax\": 1738.6667, \"ymax\": 942.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1690.67, \"ymin\": 837.333, \"xmax\": 1738.6667, \"ymax\": 890.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1688.0, \"ymin\": 942.667, \"xmax\": 1741.3333, \"ymax\": 990.6667}, \"category\": \"w55\"}]}, \"46746\": {\"path\": \"test/46746.jpg\", \"id\": 46746, \"objects\": [{\"bbox\": {\"xmin\": 1931.58, \"ymin\": 471.053, \"xmax\": 2014.4737, \"ymax\": 598.684}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1731.58, \"ymin\": 614.474, \"xmax\": 1775.0, \"ymax\": 705.2632000000001}, \"category\": \"pne\"}]}, \"16337\": {\"path\": \"train/16337.jpg\", \"id\": 16337, \"objects\": [{\"bbox\": {\"xmin\": 354.455, \"ymin\": 1007.92, \"xmax\": 378.2178, \"ymax\": 1028.7129}, \"category\": \"pne\"}]}, \"48087\": {\"path\": \"other/48087.jpg\", \"id\": 48087, \"objects\": [{\"bbox\": {\"xmin\": 1736.84, \"ymin\": 971.053, \"xmax\": 1759.2115, \"ymax\": 997.3684}, \"category\": \"w63\"}]}, \"23862\": {\"path\": \"train/23862.jpg\", \"id\": 23862, \"objects\": [{\"bbox\": {\"xmin\": 126.0, \"ymin\": 731.0, \"xmax\": 168.0, \"ymax\": 779.0}, \"category\": \"pr40\"}]}, \"30543\": {\"path\": \"test/30543.jpg\", \"id\": 30543, \"objects\": [{\"bbox\": {\"xmin\": 1542.11, \"ymin\": 973.684, \"xmax\": 1598.6842, \"ymax\": 1028.9474}, \"category\": \"pl50\"}]}, \"58021\": {\"path\": \"train/58021.jpg\", \"id\": 58021, \"objects\": [{\"bbox\": {\"xmin\": 823.81, \"ymin\": 938.889, \"xmax\": 846.8254, \"ymax\": 965.873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1076.19, \"ymin\": 967.46, \"xmax\": 1088.8889000000001, \"ymax\": 984.9206}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1059.52, \"ymin\": 970.635, \"xmax\": 1073.8095, \"ymax\": 983.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1092.86, \"ymin\": 968.254, \"xmax\": 1105.5556, \"ymax\": 986.5079000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 757.937, \"ymin\": 941.27, \"xmax\": 782.5397, \"ymax\": 966.6667}, \"category\": \"pne\"}]}, \"35945\": {\"path\": \"train/35945.jpg\", \"id\": 35945, \"objects\": [{\"bbox\": {\"xmin\": 634.653, \"ymin\": 1013.86, \"xmax\": 654.4542, \"ymax\": 1035.6436}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 635.644, \"ymin\": 989.109, \"xmax\": 655.4455, \"ymax\": 1012.8713}, \"category\": \"pl5\"}]}, \"10686\": {\"path\": \"test/10686.jpg\", \"id\": 10686, \"objects\": [{\"bbox\": {\"xmin\": 1470.67, \"ymin\": 1125.33, \"xmax\": 1500.0, \"ymax\": 1157.3266999999998}, \"category\": \"pl60\"}]}, \"8898\": {\"path\": \"train/8898.jpg\", \"id\": 8898, \"objects\": [{\"bbox\": {\"xmin\": 1902.67, \"ymin\": 382.667, \"xmax\": 1994.6667, \"ymax\": 497.33299999999997}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1798.67, \"ymin\": 338.667, \"xmax\": 1902.67, \"ymax\": 456.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1990.67, \"ymin\": 833.333, \"xmax\": 2048.0, \"ymax\": 956.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1994.67, \"ymin\": 958.667, \"xmax\": 2052.0, \"ymax\": 1074.667}, \"category\": \"i2r\"}]}, \"42251\": {\"path\": \"other/42251.jpg\", \"id\": 42251, \"objects\": [{\"bbox\": {\"xmin\": 1401.2796630859375, \"ymin\": 1143.764892578125, \"xmax\": 1431.2330322265625, \"ymax\": 1167.845703125}, \"category\": \"p12\"}]}, \"61429\": {\"path\": \"train/61429.jpg\", \"id\": 61429, \"objects\": [{\"bbox\": {\"xmin\": 300.0, \"ymin\": 947.525, \"xmax\": 322.7723, \"ymax\": 982.1782}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 299.01, \"ymin\": 982.178, \"xmax\": 321.7822, \"ymax\": 1012.8713}, \"category\": \"pn\"}]}, \"14662\": {\"path\": \"other/14662.jpg\", \"id\": 14662, \"objects\": [{\"bbox\": {\"xmin\": 1067.05, \"ymin\": 885.227, \"xmax\": 1096.5909, \"ymax\": 916.4773}, \"category\": \"w21\"}]}, \"3319\": {\"path\": \"train/3319.jpg\", \"id\": 3319, \"objects\": [{\"bbox\": {\"xmin\": 1425.33, \"ymin\": 1014.67, \"xmax\": 1508.0, \"ymax\": 1100.0066}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1450.67, \"ymin\": 824.0, \"xmax\": 1493.3333, \"ymax\": 876.0003}, \"category\": \"ph4.5\"}]}, \"60374\": {\"path\": \"train/60374.jpg\", \"id\": 60374, \"objects\": [{\"bbox\": {\"xmin\": 1473.0, \"ymin\": 842.0, \"xmax\": 1498.0, \"ymax\": 865.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1503.0, \"ymin\": 839.0, \"xmax\": 1529.0, \"ymax\": 865.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1283.0, \"ymin\": 906.0, \"xmax\": 1307.0, \"ymax\": 929.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1282.0, \"ymin\": 934.0, \"xmax\": 1305.0, \"ymax\": 958.0}, \"category\": \"i2r\"}]}, \"62720\": {\"path\": \"train/62720.jpg\", \"id\": 62720, \"objects\": [{\"bbox\": {\"xmin\": 1272.64, \"ymin\": 1241.79, \"xmax\": 1303.4826, \"ymax\": 1271.6417999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1307.96, \"ymin\": 1240.3, \"xmax\": 1337.3134, \"ymax\": 1271.1443}, \"category\": \"pn\"}]}, \"56537\": {\"path\": \"test/56537.jpg\", \"id\": 56537, \"objects\": [{\"bbox\": {\"xmin\": 1633.0, \"ymin\": 963.0, \"xmax\": 1654.0, \"ymax\": 986.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1634.0, \"ymin\": 985.0, \"xmax\": 1654.0, \"ymax\": 1005.0}, \"category\": \"pl10\"}, {\"bbox\": {\"xmin\": 515.0, \"ymin\": 921.0, \"xmax\": 557.0, \"ymax\": 970.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 515.0, \"ymin\": 869.0, \"xmax\": 556.0, \"ymax\": 918.0}, \"category\": \"pn\"}]}, \"5200\": {\"path\": \"train/5200.jpg\", \"id\": 5200, \"objects\": [{\"bbox\": {\"xmin\": 1641.33, \"ymin\": 930.667, \"xmax\": 1786.667, \"ymax\": 1064.0}, \"category\": \"w59\"}]}, \"24081\": {\"path\": \"train/24081.jpg\", \"id\": 24081, \"objects\": [{\"bbox\": {\"xmin\": 1430.67, \"ymin\": 782.667, \"xmax\": 1473.3333, \"ymax\": 826.6667}, \"category\": \"pl60\"}]}, \"21891\": {\"path\": \"train/21891.jpg\", \"id\": 21891, \"objects\": [{\"bbox\": {\"xmin\": 1720.0, \"ymin\": 610.4, \"xmax\": 1834.462, \"ymax\": 734.342}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 1249.6, \"ymin\": 416.0, \"xmax\": 1391.1999999999998, \"ymax\": 544.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1518.4, \"ymin\": 451.2, \"xmax\": 1640.0, \"ymax\": 565.6}, \"category\": \"w55\"}]}, \"40965\": {\"path\": \"train/40965.jpg\", \"id\": 40965, \"objects\": [{\"bbox\": {\"xmin\": 1140.0, \"ymin\": 869.333, \"xmax\": 1186.6667, \"ymax\": 917.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1189.33, \"ymin\": 870.667, \"xmax\": 1234.6667, \"ymax\": 918.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1230.67, \"ymin\": 873.333, \"xmax\": 1274.67, \"ymax\": 914.6660999999999}, \"category\": \"w41\"}]}, \"28315\": {\"path\": \"train/28315.jpg\", \"id\": 28315, \"objects\": [{\"bbox\": {\"xmin\": 1292.16, \"ymin\": 998.039, \"xmax\": 1326.3158, \"ymax\": 1038.1579}, \"category\": \"w57\"}]}, \"68466\": {\"path\": \"train/68466.jpg\", \"id\": 68466, \"objects\": [{\"bbox\": {\"xmin\": 1497.33, \"ymin\": 926.667, \"xmax\": 1544.0, \"ymax\": 970.6667}, \"category\": \"pm55\"}]}, \"42709\": {\"path\": \"test/42709.jpg\", \"id\": 42709, \"objects\": [{\"bbox\": {\"xmin\": 734.437, \"ymin\": 708.609, \"xmax\": 753.6424000000001, \"ymax\": 781.457}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 755.629, \"ymin\": 729.801, \"xmax\": 774.8347, \"ymax\": 796.0260000000001}, \"category\": \"pn\"}]}, \"47787\": {\"path\": \"test/47787.jpg\", \"id\": 47787, \"objects\": [{\"bbox\": {\"xmin\": 765.44677734375, \"ymin\": 950.6119384765625, \"xmax\": 782.4716796875, \"ymax\": 969.1937255859375}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 593.0, \"ymin\": 1083.0, \"xmax\": 621.0, \"ymax\": 1140.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1125.0, \"ymin\": 849.0, \"xmax\": 1168.0, \"ymax\": 887.0}, \"category\": \"p26\"}]}, \"90544\": {\"path\": \"other/90544.jpg\", \"id\": 90544, \"objects\": [{\"bbox\": {\"xmin\": 329.333, \"ymin\": 389.333, \"xmax\": 453.333, \"ymax\": 520.0}, \"category\": \"pl35\"}]}, \"24074\": {\"path\": \"other/24074.jpg\", \"id\": 24074, \"objects\": [{\"bbox\": {\"xmin\": 601.961, \"ymin\": 929.412, \"xmax\": 743.137, \"ymax\": 1066.667}, \"category\": \"w47\"}]}, \"46718\": {\"path\": \"train/46718.jpg\", \"id\": 46718, \"objects\": [{\"bbox\": {\"xmin\": 991.15, \"ymin\": 877.876, \"xmax\": 1023.8937999999999, \"ymax\": 910.6195}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1026.99, \"ymin\": 877.876, \"xmax\": 1057.5221, \"ymax\": 910.1763}, \"category\": \"pn\"}]}, \"400\": {\"path\": \"test/400.jpg\", \"id\": 400, \"objects\": [{\"bbox\": {\"xmin\": 1705.56, \"ymin\": 908.73, \"xmax\": 1728.5714, \"ymax\": 934.9206}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1654.76, \"ymin\": 909.524, \"xmax\": 1676.9841, \"ymax\": 937.3016}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1680.95, \"ymin\": 909.524, \"xmax\": 1702.381, \"ymax\": 934.9206}, \"category\": \"pn\"}]}, \"97847\": {\"path\": \"train/97847.jpg\", \"id\": 97847, \"objects\": [{\"bbox\": {\"xmin\": 1380.0, \"ymin\": 842.667, \"xmax\": 1424.0, \"ymax\": 886.6667}, \"category\": \"p26\"}]}, \"6345\": {\"path\": \"other/6345.jpg\", \"id\": 6345, \"objects\": [{\"bbox\": {\"xmin\": 1449.02, \"ymin\": 972.549, \"xmax\": 1498.0392, \"ymax\": 1029.4118}, \"category\": \"pl15\"}]}, \"18996\": {\"path\": \"train/18996.jpg\", \"id\": 18996, \"objects\": [{\"bbox\": {\"xmin\": 1420.0, \"ymin\": 926.667, \"xmax\": 1474.6667, \"ymax\": 981.3333}, \"category\": \"p10\"}]}, \"21298\": {\"path\": \"test/21298.jpg\", \"id\": 21298, \"objects\": [{\"bbox\": {\"xmin\": 992.0, \"ymin\": 853.0, \"xmax\": 1019.0, \"ymax\": 882.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1023.0, \"ymin\": 852.0, \"xmax\": 1052.0, \"ymax\": 883.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1082.0, \"ymin\": 858.0, \"xmax\": 1110.0, \"ymax\": 882.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1108.0, \"ymin\": 937.0, \"xmax\": 1132.0, \"ymax\": 961.0}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 1632.0, \"ymin\": 895.0, \"xmax\": 1674.0, \"ymax\": 937.0}, \"category\": \"pdd\"}]}, \"66309\": {\"path\": \"train/66309.jpg\", \"id\": 66309, \"objects\": [{\"bbox\": {\"xmin\": 1503.17, \"ymin\": 831.746, \"xmax\": 1541.2698, \"ymax\": 872.2221999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1766.67, \"ymin\": 871.429, \"xmax\": 1790.4762, \"ymax\": 901.5873}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1793.65, \"ymin\": 873.81, \"xmax\": 1817.4574, \"ymax\": 904.7619}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1387.3, \"ymin\": 823.016, \"xmax\": 1423.0158999999999, \"ymax\": 868.2539999999999}, \"category\": \"pne\"}]}, \"9649\": {\"path\": \"train/9649.jpg\", \"id\": 9649, \"objects\": [{\"bbox\": {\"xmin\": 1364.94, \"ymin\": 960.558, \"xmax\": 1386.059, \"ymax\": 980.4784999999999}, \"category\": \"p5\"}]}, \"27314\": {\"path\": \"train/27314.jpg\", \"id\": 27314, \"objects\": [{\"bbox\": {\"xmin\": 53.4653, \"ymin\": 882.178, \"xmax\": 82.1782, \"ymax\": 918.8118}, \"category\": \"pl40\"}]}, \"30077\": {\"path\": \"test/30077.jpg\", \"id\": 30077, \"objects\": [{\"bbox\": {\"xmin\": 366.0, \"ymin\": 970.0, \"xmax\": 387.0, \"ymax\": 992.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 366.0, \"ymin\": 946.0, \"xmax\": 390.0, \"ymax\": 968.0}, \"category\": \"wc\"}]}, \"84655\": {\"path\": \"train/84655.jpg\", \"id\": 84655, \"objects\": [{\"bbox\": {\"xmin\": 130.0, \"ymin\": 956.0, \"xmax\": 151.0, \"ymax\": 982.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 130.0, \"ymin\": 985.0, \"xmax\": 149.0, \"ymax\": 1009.0}, \"category\": \"p18\"}]}, \"48544\": {\"path\": \"train/48544.jpg\", \"id\": 48544, \"objects\": [{\"bbox\": {\"xmin\": 940.581, \"ymin\": 985.145, \"xmax\": 959.4202, \"ymax\": 1003.6241}, \"category\": \"pne\"}]}, \"47815\": {\"path\": \"test/47815.jpg\", \"id\": 47815, \"objects\": [{\"bbox\": {\"xmin\": 1550.0, \"ymin\": 938.0, \"xmax\": 1630.0, \"ymax\": 1026.0}, \"category\": \"pl120\"}]}, \"15641\": {\"path\": \"test/15641.jpg\", \"id\": 15641, \"objects\": [{\"bbox\": {\"xmin\": 279.365, \"ymin\": 734.127, \"xmax\": 316.6667, \"ymax\": 804.7619}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 319.842, \"ymin\": 748.413, \"xmax\": 354.7622, \"ymax\": 814.2857}, \"category\": \"pn\"}]}, \"58945\": {\"path\": \"train/58945.jpg\", \"id\": 58945, \"objects\": [{\"bbox\": {\"xmin\": 930.667, \"ymin\": 708.0, \"xmax\": 992.0, \"ymax\": 766.667}, \"category\": \"p23\"}]}, \"13195\": {\"path\": \"train/13195.jpg\", \"id\": 13195, \"objects\": [{\"bbox\": {\"xmin\": 1072.0, \"ymin\": 781.0, \"xmax\": 1111.0, \"ymax\": 819.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1110.0, \"ymin\": 781.0, \"xmax\": 1149.0, \"ymax\": 818.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1153.0, \"ymin\": 837.0, \"xmax\": 1184.0, \"ymax\": 869.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1152.0, \"ymin\": 868.0, \"xmax\": 1183.0, \"ymax\": 899.0}, \"category\": \"i2r\"}]}, \"29217\": {\"path\": \"train/29217.jpg\", \"id\": 29217, \"objects\": [{\"bbox\": {\"xmin\": 1405.2666015625, \"ymin\": 796.2741088867188, \"xmax\": 1453.455078125, \"ymax\": 851.6343383789062}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 676.47, \"ymin\": 837.255, \"xmax\": 768.6272, \"ymax\": 939.216}, \"category\": \"pne\"}]}, \"60494\": {\"path\": \"train/60494.jpg\", \"id\": 60494, \"objects\": [{\"bbox\": {\"xmin\": 1568.42, \"ymin\": 890.789, \"xmax\": 1597.3684, \"ymax\": 922.3684}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1931.58, \"ymin\": 939.474, \"xmax\": 1964.4737, \"ymax\": 976.3158000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1936.84, \"ymin\": 996.053, \"xmax\": 1967.1053, \"ymax\": 1035.5263}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1926.32, \"ymin\": 882.895, \"xmax\": 1964.4737, \"ymax\": 925.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1497.37, \"ymin\": 890.789, \"xmax\": 1528.9473999999998, \"ymax\": 923.6842}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1532.89, \"ymin\": 890.789, \"xmax\": 1563.1579000000002, \"ymax\": 922.3684}, \"category\": \"pn\"}]}, \"22089\": {\"path\": \"train/22089.jpg\", \"id\": 22089, \"objects\": [{\"bbox\": {\"xmin\": 431.0, \"ymin\": 820.0, \"xmax\": 538.0, \"ymax\": 953.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 437.0, \"ymin\": 956.0, \"xmax\": 542.0, \"ymax\": 1084.0}, \"category\": \"pl5\"}]}, \"82675\": {\"path\": \"train/82675.jpg\", \"id\": 82675, \"objects\": [{\"bbox\": {\"xmin\": 713.492, \"ymin\": 1053.97, \"xmax\": 737.3012, \"ymax\": 1102.3805}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 611.111, \"ymin\": 955.556, \"xmax\": 651.5873, \"ymax\": 1013.4929000000001}, \"category\": \"w59\"}]}, \"73464\": {\"path\": \"test/73464.jpg\", \"id\": 73464, \"objects\": [{\"bbox\": {\"xmin\": 1356.95, \"ymin\": 945.695, \"xmax\": 1370.1987000000001, \"ymax\": 962.9139}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1323.18, \"ymin\": 945.033, \"xmax\": 1339.0728000000001, \"ymax\": 960.2649}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1339.07, \"ymin\": 945.695, \"xmax\": 1354.9605999999999, \"ymax\": 963.5762000000001}, \"category\": \"pn\"}]}, \"39762\": {\"path\": \"test/39762.jpg\", \"id\": 39762, \"objects\": [{\"bbox\": {\"xmin\": 1741.58, \"ymin\": 900.99, \"xmax\": 1766.3202999999999, \"ymax\": 925.7434000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1669.31, \"ymin\": 899.01, \"xmax\": 1692.0792, \"ymax\": 924.7524999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1394.06, \"ymin\": 867.327, \"xmax\": 1425.7426, \"ymax\": 900.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1239.6, \"ymin\": 860.396, \"xmax\": 1274.2574, \"ymax\": 896.0396}, \"category\": \"pne\"}]}, \"70823\": {\"path\": \"other/70823.jpg\", \"id\": 70823, \"objects\": [{\"bbox\": {\"xmin\": 1311.11, \"ymin\": 985.714, \"xmax\": 1323.8094999999998, \"ymax\": 1004.7619000000001}, \"category\": \"ps\"}]}, \"47185\": {\"path\": \"other/47185.jpg\", \"id\": 47185, \"objects\": [{\"bbox\": {\"xmin\": 1259.56201171875, \"ymin\": 929.491455078125, \"xmax\": 1279.89501953125, \"ymax\": 948.2950439453125}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1190.7735595703125, \"ymin\": 930.569580078125, \"xmax\": 1209.1551513671875, \"ymax\": 948.154541015625}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 908.6965942382812, \"ymin\": 935.1552124023438, \"xmax\": 927.3328247070312, \"ymax\": 954.1256713867188}, \"category\": \"i5\"}]}, \"76422\": {\"path\": \"train/76422.jpg\", \"id\": 76422, \"objects\": [{\"bbox\": {\"xmin\": 834.653, \"ymin\": 953.465, \"xmax\": 854.4554, \"ymax\": 972.2772}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 788.119, \"ymin\": 954.455, \"xmax\": 804.9505, \"ymax\": 973.2673000000001}, \"category\": \"pne\"}]}, \"98011\": {\"path\": \"train/98011.jpg\", \"id\": 98011, \"objects\": [{\"bbox\": {\"xmin\": 998.0, \"ymin\": 1127.0, \"xmax\": 1031.0, \"ymax\": 1164.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 915.0, \"ymin\": 928.0, \"xmax\": 934.0, \"ymax\": 948.0}, \"category\": \"p10\"}]}, \"90940\": {\"path\": \"test/90940.jpg\", \"id\": 90940, \"objects\": [{\"bbox\": {\"xmin\": 1231.84, \"ymin\": 931.678, \"xmax\": 1248.6970999999999, \"ymax\": 949.43}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1513.14, \"ymin\": 952.0, \"xmax\": 1558.4, \"ymax\": 1008.7993}, \"category\": \"pl100\"}]}, \"43172\": {\"path\": \"train/43172.jpg\", \"id\": 43172, \"objects\": [{\"bbox\": {\"xmin\": 1814.29, \"ymin\": 757.142, \"xmax\": 1861.9084, \"ymax\": 816.6663000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1864.28, \"ymin\": 769.048, \"xmax\": 1910.3183999999999, \"ymax\": 825.3971}, \"category\": \"pn\"}]}, \"40100\": {\"path\": \"train/40100.jpg\", \"id\": 40100, \"objects\": [{\"bbox\": {\"xmin\": 1299.01, \"ymin\": 742.574, \"xmax\": 1358.4158, \"ymax\": 811.8811999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1152.48, \"ymin\": 738.614, \"xmax\": 1220.7921000000001, \"ymax\": 810.8911}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1228.71, \"ymin\": 742.574, \"xmax\": 1287.1287, \"ymax\": 807.9208}, \"category\": \"pn\"}]}, \"84834\": {\"path\": \"train/84834.jpg\", \"id\": 84834, \"objects\": [{\"bbox\": {\"xmin\": 1664.0, \"ymin\": 665.333, \"xmax\": 1746.6667, \"ymax\": 754.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1574.67, \"ymin\": 662.667, \"xmax\": 1657.3333, \"ymax\": 746.6667}, \"category\": \"w55\"}]}, \"85624\": {\"path\": \"train/85624.jpg\", \"id\": 85624, \"objects\": [{\"bbox\": {\"xmin\": 237.333, \"ymin\": 978.667, \"xmax\": 290.6664, \"ymax\": 1044.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1268.0, \"ymin\": 872.0, \"xmax\": 1285.3333, \"ymax\": 892.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 876.0, \"xmax\": 1262.6667, \"ymax\": 890.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": -2.66667, \"ymin\": 702.667, \"xmax\": 42.66663, \"ymax\": 765.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1269.33, \"ymin\": 898.667, \"xmax\": 1285.3333, \"ymax\": 917.3333}, \"category\": \"pbp\"}]}, \"68855\": {\"path\": \"test/68855.jpg\", \"id\": 68855, \"objects\": [{\"bbox\": {\"xmin\": 1526.0, \"ymin\": 869.0, \"xmax\": 1587.0, \"ymax\": 927.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1528.0, \"ymin\": 926.0, \"xmax\": 1583.0, \"ymax\": 986.0}, \"category\": \"pn\"}]}, \"93877\": {\"path\": \"test/93877.jpg\", \"id\": 93877, \"objects\": [{\"bbox\": {\"xmin\": 1731.58, \"ymin\": 884.211, \"xmax\": 1830.2631999999999, \"ymax\": 1000.0}, \"category\": \"w57\"}]}, \"91715\": {\"path\": \"test/91715.jpg\", \"id\": 91715, \"objects\": [{\"bbox\": {\"xmin\": 1456.0, \"ymin\": 932.0, \"xmax\": 1584.0, \"ymax\": 1045.0}, \"category\": \"w59\"}]}, \"13717\": {\"path\": \"train/13717.jpg\", \"id\": 13717, \"objects\": [{\"bbox\": {\"xmin\": 1197.0, \"ymin\": 1009.0, \"xmax\": 1230.0, \"ymax\": 1056.0}, \"category\": \"pr40\"}]}, \"55149\": {\"path\": \"test/55149.jpg\", \"id\": 55149, \"objects\": [{\"bbox\": {\"xmin\": 1280.0, \"ymin\": 477.333, \"xmax\": 1358.67, \"ymax\": 544.0}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 993.333, \"ymin\": 540.0, \"xmax\": 1120.0, \"ymax\": 656.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1129.33, \"ymin\": 536.0, \"xmax\": 1253.3329999999999, \"ymax\": 646.667}, \"category\": \"pn\"}]}, \"5841\": {\"path\": \"test/5841.jpg\", \"id\": 5841, \"objects\": [{\"bbox\": {\"xmin\": 1472.0, \"ymin\": 1013.0, \"xmax\": 1522.0, \"ymax\": 1062.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1254.0, \"ymin\": 576.0, \"xmax\": 1330.0, \"ymax\": 649.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1470.0, \"ymin\": 964.0, \"xmax\": 1519.0, \"ymax\": 1013.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1469.0, \"ymin\": 922.0, \"xmax\": 1523.0, \"ymax\": 966.0}, \"category\": \"w57\"}]}, \"13367\": {\"path\": \"train/13367.jpg\", \"id\": 13367, \"objects\": [{\"bbox\": {\"xmin\": 1011.85, \"ymin\": 859.211, \"xmax\": 1044.7404000000001, \"ymax\": 896.0532000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 917.105, \"ymin\": 860.526, \"xmax\": 948.6842, \"ymax\": 898.6841999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1871.05, \"ymin\": 1018.42, \"xmax\": 1889.4737, \"ymax\": 1040.7894999999999}, \"category\": \"pne\"}]}, \"70845\": {\"path\": \"train/70845.jpg\", \"id\": 70845, \"objects\": [{\"bbox\": {\"xmin\": 1802.67, \"ymin\": 940.0, \"xmax\": 1898.6667, \"ymax\": 1056.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1929.33, \"ymin\": 941.333, \"xmax\": 2012.0, \"ymax\": 1046.667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1921.33, \"ymin\": 786.667, \"xmax\": 2004.0, \"ymax\": 896.0}, \"category\": \"pl90\"}]}, \"1967\": {\"path\": \"train/1967.jpg\", \"id\": 1967, \"objects\": [{\"bbox\": {\"xmin\": 916.0, \"ymin\": 723.0, \"xmax\": 972.0, \"ymax\": 781.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 326.0, \"ymin\": 839.0, \"xmax\": 353.0, \"ymax\": 872.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 794.0, \"ymin\": 727.0, \"xmax\": 850.0, \"ymax\": 782.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 626.0, \"ymin\": 738.0, \"xmax\": 681.0, \"ymax\": 792.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 572.0, \"ymin\": 742.0, \"xmax\": 624.0, \"ymax\": 794.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 689.0, \"ymin\": 736.0, \"xmax\": 740.0, \"ymax\": 790.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 168.0, \"ymin\": 852.0, \"xmax\": 192.0, \"ymax\": 888.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 854.0, \"ymin\": 726.0, \"xmax\": 914.0, \"ymax\": 782.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 1387.0, \"ymin\": 864.0, \"xmax\": 1423.0, \"ymax\": 901.0}, \"category\": \"pdd\"}]}, \"52171\": {\"path\": \"train/52171.jpg\", \"id\": 52171, \"objects\": [{\"bbox\": {\"xmin\": 509.804, \"ymin\": 941.176, \"xmax\": 637.255, \"ymax\": 1080.392}, \"category\": \"w57\"}]}, \"46007\": {\"path\": \"train/46007.jpg\", \"id\": 46007, \"objects\": [{\"bbox\": {\"xmin\": 1821.78, \"ymin\": 994.059, \"xmax\": 1853.4653, \"ymax\": 1024.7525}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1321.78, \"ymin\": 929.703, \"xmax\": 1339.604, \"ymax\": 945.5446}, \"category\": \"pn\"}]}, \"53763\": {\"path\": \"other/53763.jpg\", \"id\": 53763, \"objects\": [{\"bbox\": {\"xmin\": 662.667, \"ymin\": 672.0, \"xmax\": 736.0, \"ymax\": 746.6667}, \"category\": \"pl35\"}]}, \"46043\": {\"path\": \"other/46043.jpg\", \"id\": 46043, \"objects\": [{\"bbox\": {\"xmin\": 1274.0, \"ymin\": 956.0, \"xmax\": 1321.0, \"ymax\": 1018.0}, \"category\": \"i3\"}]}, \"86003\": {\"path\": \"train/86003.jpg\", \"id\": 86003, \"objects\": [{\"bbox\": {\"xmin\": 926.667, \"ymin\": 682.667, \"xmax\": 1006.6667, \"ymax\": 758.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1010.67, \"ymin\": 678.667, \"xmax\": 1089.3333, \"ymax\": 754.6667}, \"category\": \"pn\"}]}, \"53145\": {\"path\": \"train/53145.jpg\", \"id\": 53145, \"objects\": [{\"bbox\": {\"xmin\": 1753.33, \"ymin\": 973.333, \"xmax\": 1781.3333, \"ymax\": 1005.3333}, \"category\": \"pl20\"}]}, \"2958\": {\"path\": \"other/2958.jpg\", \"id\": 2958, \"objects\": [{\"bbox\": {\"xmin\": 844.737, \"ymin\": 910.526, \"xmax\": 931.5789, \"ymax\": 1057.895}, \"category\": \"w42\"}]}, \"7192\": {\"path\": \"train/7192.jpg\", \"id\": 7192, \"objects\": [{\"bbox\": {\"xmin\": 1420.0, \"ymin\": 804.0, \"xmax\": 1451.0, \"ymax\": 834.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1460.0, \"ymin\": 803.0, \"xmax\": 1492.0, \"ymax\": 835.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 248.0, \"ymin\": 978.0, \"xmax\": 257.0, \"ymax\": 992.0}, \"category\": \"pne\"}]}, \"51333\": {\"path\": \"train/51333.jpg\", \"id\": 51333, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 608.2041015625, \"xmax\": 20.825298309326172, \"ymax\": 691.6732177734375}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 236.842, \"ymin\": 675.0, \"xmax\": 288.15790000000004, \"ymax\": 748.6842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1617.11, \"ymin\": 913.158, \"xmax\": 1638.1579, \"ymax\": 942.1053}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1734.92, \"ymin\": 933.333, \"xmax\": 1750.0, \"ymax\": 952.381}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1753.17, \"ymin\": 932.54, \"xmax\": 1769.8348, \"ymax\": 954.7619}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1544.74, \"ymin\": 910.526, \"xmax\": 1572.3684, \"ymax\": 938.1578999999999}, \"category\": \"pne\"}]}, \"83300\": {\"path\": \"train/83300.jpg\", \"id\": 83300, \"objects\": [{\"bbox\": {\"xmin\": 318.667, \"ymin\": 1058.67, \"xmax\": 365.33329999999995, \"ymax\": 1105.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 320.0, \"ymin\": 998.667, \"xmax\": 365.3333, \"ymax\": 1046.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 1033.33, \"xmax\": 1464.0, \"ymax\": 1066.6667}, \"category\": \"pm2\"}]}, \"34603\": {\"path\": \"test/34603.jpg\", \"id\": 34603, \"objects\": [{\"bbox\": {\"xmin\": 316.667, \"ymin\": 1046.03, \"xmax\": 342.85709999999995, \"ymax\": 1091.2698}, \"category\": \"p5\"}]}, \"88569\": {\"path\": \"test/88569.jpg\", \"id\": 88569, \"objects\": [{\"bbox\": {\"xmin\": 1984.07, \"ymin\": 994.821, \"xmax\": 2003.9887999999999, \"ymax\": 1014.7412}, \"category\": \"p5\"}]}, \"25458\": {\"path\": \"train/25458.jpg\", \"id\": 25458, \"objects\": [{\"bbox\": {\"xmin\": 1623.39, \"ymin\": 696.518, \"xmax\": 1687.5648, \"ymax\": 789.0552}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1568.16, \"ymin\": 897.015, \"xmax\": 1586.0638000000001, \"ymax\": 918.9055}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1588.06, \"ymin\": 898.507, \"xmax\": 1606.4651999999999, \"ymax\": 920.3979999999999}, \"category\": \"pn\"}]}, \"76180\": {\"path\": \"other/76180.jpg\", \"id\": 76180, \"objects\": [{\"bbox\": {\"xmin\": 1093.03, \"ymin\": 937.542, \"xmax\": 1106.9812, \"ymax\": 952.1599}, \"category\": \"pn\"}]}, \"27051\": {\"path\": \"train/27051.jpg\", \"id\": 27051, \"objects\": [{\"bbox\": {\"xmin\": 431.373, \"ymin\": 615.686, \"xmax\": 492.1569, \"ymax\": 686.2735}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 96.0784, \"ymin\": 686.275, \"xmax\": 137.2549, \"ymax\": 754.9019999999999}, \"category\": \"pne\"}]}, \"12914\": {\"path\": \"train/12914.jpg\", \"id\": 12914, \"objects\": [{\"bbox\": {\"xmin\": 1130.35, \"ymin\": 909.452, \"xmax\": 1151.2463, \"ymax\": 931.8403}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1154.67, \"ymin\": 909.735, \"xmax\": 1177.057, \"ymax\": 934.2724000000001}, \"category\": \"pn\"}]}, \"21430\": {\"path\": \"other/21430.jpg\", \"id\": 21430, \"objects\": [{\"bbox\": {\"xmin\": 1394.89, \"ymin\": 1010.8, \"xmax\": 1434.6591, \"ymax\": 1053.4090999999999}, \"category\": \"pm5\"}]}, \"24334\": {\"path\": \"train/24334.jpg\", \"id\": 24334, \"objects\": [{\"bbox\": {\"xmin\": 991.089, \"ymin\": 908.911, \"xmax\": 1010.8911, \"ymax\": 929.703}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 857.426, \"ymin\": 913.861, \"xmax\": 877.2277, \"ymax\": 935.6436}, \"category\": \"pne\"}]}, \"82411\": {\"path\": \"test/82411.jpg\", \"id\": 82411, \"objects\": [{\"bbox\": {\"xmin\": 1902.0, \"ymin\": 709.0, \"xmax\": 1933.0, \"ymax\": 753.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1812.0, \"ymin\": 746.0, \"xmax\": 1848.0, \"ymax\": 792.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1813.0, \"ymin\": 691.0, \"xmax\": 1852.0, \"ymax\": 738.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1859.0, \"ymin\": 699.0, \"xmax\": 1894.0, \"ymax\": 747.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1953.0, \"ymin\": 887.0, \"xmax\": 1990.0, \"ymax\": 940.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 1900.0, \"ymin\": 759.0, \"xmax\": 1932.0, \"ymax\": 807.0}, \"category\": \"pbp\"}]}, \"20893\": {\"path\": \"train/20893.jpg\", \"id\": 20893, \"objects\": [{\"bbox\": {\"xmin\": 1843.0, \"ymin\": 962.0, \"xmax\": 1887.0, \"ymax\": 1006.0}, \"category\": \"w32\"}]}, \"87542\": {\"path\": \"train/87542.jpg\", \"id\": 87542, \"objects\": [{\"bbox\": {\"xmin\": 1624.0, \"ymin\": 793.0, \"xmax\": 1675.0, \"ymax\": 851.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1623.0, \"ymin\": 865.0, \"xmax\": 1672.0, \"ymax\": 920.0}, \"category\": \"pn\"}]}, \"18347\": {\"path\": \"train/18347.jpg\", \"id\": 18347, \"objects\": [{\"bbox\": {\"xmin\": 572.0, \"ymin\": 978.667, \"xmax\": 620.0003, \"ymax\": 1025.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 844.0, \"ymin\": 701.333, \"xmax\": 906.6667, \"ymax\": 761.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 332.0, \"ymin\": 752.0, \"xmax\": 384.0, \"ymax\": 809.3333}, \"category\": \"pne\"}]}, \"23766\": {\"path\": \"train/23766.jpg\", \"id\": 23766, \"objects\": [{\"bbox\": {\"xmin\": 1496.03, \"ymin\": 1017.46, \"xmax\": 1515.0794, \"ymax\": 1034.9206}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1496.83, \"ymin\": 992.857, \"xmax\": 1513.4921, \"ymax\": 1012.6984}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1496.03, \"ymin\": 1042.06, \"xmax\": 1512.6977, \"ymax\": 1060.3174999999999}, \"category\": \"pl5\"}]}, \"68474\": {\"path\": \"test/68474.jpg\", \"id\": 68474, \"objects\": [{\"bbox\": {\"xmin\": 643.564, \"ymin\": 734.653, \"xmax\": 706.9307, \"ymax\": 799.0096}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1215.84, \"ymin\": 811.881, \"xmax\": 1257.4257, \"ymax\": 858.4141999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1610.89, \"ymin\": 881.188, \"xmax\": 1673.2673000000002, \"ymax\": 945.5446}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1608.91, \"ymin\": 971.287, \"xmax\": 1671.2871, \"ymax\": 1032.6733}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1606.93, \"ymin\": 793.069, \"xmax\": 1673.2673, \"ymax\": 858.4158}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1172.28, \"ymin\": 812.871, \"xmax\": 1213.8614, \"ymax\": 853.4653}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1260.4, \"ymin\": 815.842, \"xmax\": 1301.9881, \"ymax\": 859.4059}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 399.01, \"ymin\": 748.515, \"xmax\": 452.4752, \"ymax\": 808.9109}, \"category\": \"pne\"}]}, \"82103\": {\"path\": \"other/82103.jpg\", \"id\": 82103, \"objects\": [{\"bbox\": {\"xmin\": 1475.7, \"ymin\": 995.617, \"xmax\": 1490.8407, \"ymax\": 1011.952}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1934.42, \"ymin\": 1001.09, \"xmax\": 1948.5477, \"ymax\": 1016.3088}, \"category\": \"w58\"}]}, \"3914\": {\"path\": \"train/3914.jpg\", \"id\": 3914, \"objects\": [{\"bbox\": {\"xmin\": 715.789, \"ymin\": 580.263, \"xmax\": 755.2632, \"ymax\": 685.5260000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 393.421, \"ymin\": 815.789, \"xmax\": 417.1053, \"ymax\": 865.7895}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 330.263, \"ymin\": 803.947, \"xmax\": 360.5263, \"ymax\": 856.5789}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 364.474, \"ymin\": 809.211, \"xmax\": 389.4737, \"ymax\": 863.1579}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 498.684, \"ymin\": 431.579, \"xmax\": 576.3158000000001, \"ymax\": 569.737}, \"category\": \"pne\"}]}, \"98340\": {\"path\": \"test/98340.jpg\", \"id\": 98340, \"objects\": [{\"bbox\": {\"xmin\": 851.316, \"ymin\": 831.579, \"xmax\": 883.5227, \"ymax\": 868.1818}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1225.0, \"ymin\": 811.842, \"xmax\": 1259.2105, \"ymax\": 848.8636}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1261.93, \"ymin\": 813.158, \"xmax\": 1300.0171, \"ymax\": 847.7273}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 626.316, \"ymin\": 839.474, \"xmax\": 664.2045, \"ymax\": 875.5682}, \"category\": \"pne\"}]}, \"52777\": {\"path\": \"test/52777.jpg\", \"id\": 52777, \"objects\": [{\"bbox\": {\"xmin\": 939.2, \"ymin\": 944.8, \"xmax\": 960.0, \"ymax\": 965.5999999999999}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1134.4, \"ymin\": 941.6, \"xmax\": 1155.2, \"ymax\": 966.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1004.0, \"ymin\": 944.8, \"xmax\": 1023.2, \"ymax\": 967.1999999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1068.8, \"ymin\": 944.0, \"xmax\": 1088.8, \"ymax\": 965.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 911.2, \"ymin\": 922.4, \"xmax\": 931.2, \"ymax\": 944.8}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 975.2, \"ymin\": 921.6, \"xmax\": 996.8000000000001, \"ymax\": 942.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 937.6, \"ymin\": 921.6, \"xmax\": 959.2, \"ymax\": 943.2}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 975.2, \"ymin\": 944.0, \"xmax\": 995.2, \"ymax\": 965.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1040.0, \"ymin\": 942.4, \"xmax\": 1060.8, \"ymax\": 964.8}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 911.2, \"ymin\": 943.2, \"xmax\": 930.4000000000001, \"ymax\": 967.2}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1106.4, \"ymin\": 942.4, \"xmax\": 1128.0, \"ymax\": 965.6}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1185.6, \"ymin\": 941.6, \"xmax\": 1206.3999999999999, \"ymax\": 963.2}, \"category\": \"pne\"}]}, \"5958\": {\"path\": \"train/5958.jpg\", \"id\": 5958, \"objects\": [{\"bbox\": {\"xmin\": 620.0, \"ymin\": 992.0, \"xmax\": 669.3333, \"ymax\": 1041.3333}, \"category\": \"p5\"}]}, \"65357\": {\"path\": \"test/65357.jpg\", \"id\": 65357, \"objects\": [{\"bbox\": {\"xmin\": 1185.0, \"ymin\": 809.0, \"xmax\": 1218.0, \"ymax\": 844.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1039.0, \"ymin\": 808.0, \"xmax\": 1073.0, \"ymax\": 843.0}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 885.0, \"ymin\": 812.0, \"xmax\": 920.0, \"ymax\": 847.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1692.0, \"ymin\": 860.0, \"xmax\": 1723.0, \"ymax\": 894.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 818.0, \"ymin\": 816.0, \"xmax\": 849.0, \"ymax\": 847.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 969.0, \"ymin\": 810.0, \"xmax\": 1003.0, \"ymax\": 844.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1575.0, \"ymin\": 850.0, \"xmax\": 1607.0, \"ymax\": 884.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1116.0, \"ymin\": 810.0, \"xmax\": 1147.0, \"ymax\": 841.0}, \"category\": \"pl80\"}]}, \"82774\": {\"path\": \"train/82774.jpg\", \"id\": 82774, \"objects\": [{\"bbox\": {\"xmin\": 1276.0, \"ymin\": 983.0, \"xmax\": 1303.0, \"ymax\": 1010.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 882.0, \"xmax\": 1511.0, \"ymax\": 929.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1466.0, \"ymin\": 941.0, \"xmax\": 1511.0, \"ymax\": 989.0}, \"category\": \"i2r\"}]}, \"87797\": {\"path\": \"test/87797.jpg\", \"id\": 87797, \"objects\": [{\"bbox\": {\"xmin\": 1833.6, \"ymin\": 396.0, \"xmax\": 1985.6, \"ymax\": 554.4}, \"category\": \"pr40\"}]}, \"39315\": {\"path\": \"train/39315.jpg\", \"id\": 39315, \"objects\": [{\"bbox\": {\"xmin\": 1339.22, \"ymin\": 654.902, \"xmax\": 1433.3349, \"ymax\": 745.0976}, \"category\": \"pl60\"}]}, \"5324\": {\"path\": \"other/5324.jpg\", \"id\": 5324, \"objects\": [{\"bbox\": {\"xmin\": 1036.29, \"ymin\": 958.85, \"xmax\": 1049.1176, \"ymax\": 972.5664}, \"category\": \"pn\"}]}, \"64513\": {\"path\": \"train/64513.jpg\", \"id\": 64513, \"objects\": [{\"bbox\": {\"xmin\": 937.302, \"ymin\": 957.143, \"xmax\": 951.5873, \"ymax\": 972.2222}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1119.84, \"ymin\": 931.746, \"xmax\": 1138.0952, \"ymax\": 954.7619}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1078.57, \"ymin\": 933.333, \"xmax\": 1096.0317, \"ymax\": 953.9683}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1097.62, \"ymin\": 932.54, \"xmax\": 1119.0478999999998, \"ymax\": 954.7619}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 890.476, \"ymin\": 956.349, \"xmax\": 900.7937, \"ymax\": 971.4294000000001}, \"category\": \"pne\"}]}, \"4115\": {\"path\": \"train/4115.jpg\", \"id\": 4115, \"objects\": [{\"bbox\": {\"xmin\": 431.858, \"ymin\": 1006.19, \"xmax\": 448.6726, \"ymax\": 1035.8407}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1104.42, \"ymin\": 948.23, \"xmax\": 1121.679, \"ymax\": 965.9288}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 413.433, \"ymin\": 1004.47, \"xmax\": 429.3532, \"ymax\": 1037.3085}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1606.64, \"ymin\": 1022.12, \"xmax\": 1621.2389, \"ymax\": 1053.0973}, \"category\": \"pne\"}]}, \"42661\": {\"path\": \"test/42661.jpg\", \"id\": 42661, \"objects\": [{\"bbox\": {\"xmin\": 1580.0, \"ymin\": 984.0, \"xmax\": 1662.6568, \"ymax\": 1073.333}, \"category\": \"pr40\"}]}, \"42088\": {\"path\": \"train/42088.jpg\", \"id\": 42088, \"objects\": [{\"bbox\": {\"xmin\": 1609.33, \"ymin\": 973.333, \"xmax\": 1660.0, \"ymax\": 1026.6667}, \"category\": \"i11\"}, {\"bbox\": {\"xmin\": 1766.67, \"ymin\": 946.667, \"xmax\": 1842.6667, \"ymax\": 1029.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1768.0, \"ymin\": 838.667, \"xmax\": 1845.3333, \"ymax\": 918.6667}, \"category\": \"pr20\"}, {\"bbox\": {\"xmin\": 1617.33, \"ymin\": 918.667, \"xmax\": 1654.6667, \"ymax\": 966.6667}, \"category\": \"w20\"}]}, \"14901\": {\"path\": \"test/14901.jpg\", \"id\": 14901, \"objects\": [{\"bbox\": {\"xmin\": 1285.37, \"ymin\": 1241.38, \"xmax\": 1315.9090999999999, \"ymax\": 1272.1591}, \"category\": \"pne\"}]}, \"18529\": {\"path\": \"train/18529.jpg\", \"id\": 18529, \"objects\": [{\"bbox\": {\"xmin\": 1382.0, \"ymin\": 627.0, \"xmax\": 1469.0, \"ymax\": 717.0}, \"category\": \"pr40\"}]}, \"88935\": {\"path\": \"train/88935.jpg\", \"id\": 88935, \"objects\": [{\"bbox\": {\"xmin\": 663.0, \"ymin\": 652.0, \"xmax\": 737.0, \"ymax\": 728.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1405.0, \"ymin\": 639.0, \"xmax\": 1480.0, \"ymax\": 716.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 999.0, \"ymin\": 631.0, \"xmax\": 1080.0, \"ymax\": 709.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 905.0, \"ymin\": 1017.0, \"xmax\": 925.0, \"ymax\": 1039.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 529.0, \"ymin\": 669.0, \"xmax\": 593.0, \"ymax\": 738.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 844.0, \"ymin\": 640.0, \"xmax\": 923.0, \"ymax\": 716.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1256.0, \"ymin\": 634.0, \"xmax\": 1331.0, \"ymax\": 709.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1885.0, \"ymin\": 929.0, \"xmax\": 1956.0, \"ymax\": 1025.0}, \"category\": \"pl120\"}]}, \"39380\": {\"path\": \"test/39380.jpg\", \"id\": 39380, \"objects\": [{\"bbox\": {\"xmin\": 1679.0, \"ymin\": 748.0, \"xmax\": 1747.0, \"ymax\": 817.0}, \"category\": \"pl40\"}]}, \"72346\": {\"path\": \"train/72346.jpg\", \"id\": 72346, \"objects\": [{\"bbox\": {\"xmin\": 1129.33, \"ymin\": 892.0, \"xmax\": 1176.0, \"ymax\": 936.0}, \"category\": \"pcs\"}]}, \"1140\": {\"path\": \"train/1140.jpg\", \"id\": 1140, \"objects\": [{\"bbox\": {\"xmin\": 1109.0, \"ymin\": 613.0, \"xmax\": 1205.0, \"ymax\": 707.0}, \"category\": \"pr40\"}]}, \"98111\": {\"path\": \"other/98111.jpg\", \"id\": 98111, \"objects\": [{\"bbox\": {\"xmin\": 12.89058780670166, \"ymin\": 1146.3363037109375, \"xmax\": 33.04934310913086, \"ymax\": 1165.1661376953125}, \"category\": \"i4l\"}]}, \"83962\": {\"path\": \"train/83962.jpg\", \"id\": 83962, \"objects\": [{\"bbox\": {\"xmin\": 1294.0, \"ymin\": 995.0, \"xmax\": 1320.0, \"ymax\": 1017.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 985.0, \"ymin\": 764.0, \"xmax\": 1045.0, \"ymax\": 821.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1191.0, \"ymin\": 763.0, \"xmax\": 1251.0, \"ymax\": 820.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1399.0, \"ymin\": 808.0, \"xmax\": 1444.0, \"ymax\": 852.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 856.0, \"xmax\": 1443.0, \"ymax\": 900.0}, \"category\": \"i2r\"}]}, \"78534\": {\"path\": \"test/78534.jpg\", \"id\": 78534, \"objects\": [{\"bbox\": {\"xmin\": 1600.0, \"ymin\": 986.667, \"xmax\": 1681.3333, \"ymax\": 1066.6667}, \"category\": \"pl60\"}]}, \"9500\": {\"path\": \"train/9500.jpg\", \"id\": 9500, \"objects\": [{\"bbox\": {\"xmin\": 1237.33, \"ymin\": 812.0, \"xmax\": 1276.0, \"ymax\": 849.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1273.33, \"ymin\": 808.0, \"xmax\": 1312.0, \"ymax\": 846.6667}, \"category\": \"w55\"}]}, \"66362\": {\"path\": \"train/66362.jpg\", \"id\": 66362, \"objects\": [{\"bbox\": {\"xmin\": 914.286, \"ymin\": 583.333, \"xmax\": 928.5713999999999, \"ymax\": 688.095}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 409.901, \"ymin\": 979.208, \"xmax\": 430.6931, \"ymax\": 1014.8515}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 408.911, \"ymin\": 1027.72, \"xmax\": 429.703, \"ymax\": 1067.3267}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 412.698, \"ymin\": 928.571, \"xmax\": 430.95239999999995, \"ymax\": 964.2857}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 839.604, \"ymin\": 390.099, \"xmax\": 867.3267000000001, \"ymax\": 534.653}, \"category\": \"pne\"}]}, \"62770\": {\"path\": \"test/62770.jpg\", \"id\": 62770, \"objects\": [{\"bbox\": {\"xmin\": 396.04, \"ymin\": 887.129, \"xmax\": 426.7327, \"ymax\": 922.7723}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1680.39, \"ymin\": 101.961, \"xmax\": 1833.333, \"ymax\": 311.765}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 935.644, \"ymin\": 962.376, \"xmax\": 969.3069, \"ymax\": 998.0198}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 756.436, \"ymin\": 885.149, \"xmax\": 787.1287, \"ymax\": 918.8119}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 274.257, \"ymin\": 895.05, \"xmax\": 306.9307, \"ymax\": 929.703}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1394.12, \"ymin\": 443.137, \"xmax\": 1458.8235, \"ymax\": 586.275}, \"category\": \"pne\"}]}, \"93752\": {\"path\": \"test/93752.jpg\", \"id\": 93752, \"objects\": [{\"bbox\": {\"xmin\": 1209.93, \"ymin\": 923.179, \"xmax\": 1224.5033, \"ymax\": 941.7219}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1374.83, \"ymin\": 927.815, \"xmax\": 1386.7549999999999, \"ymax\": 943.7086}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1816.56, \"ymin\": 915.894, \"xmax\": 1828.4768, \"ymax\": 935.0993}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1162.91, \"ymin\": 924.503, \"xmax\": 1179.4702, \"ymax\": 940.3974000000001}, \"category\": \"pne\"}]}, \"96661\": {\"path\": \"test/96661.jpg\", \"id\": 96661, \"objects\": [{\"bbox\": {\"xmin\": 841.27, \"ymin\": 896.032, \"xmax\": 869.8412999999999, \"ymax\": 925.7426}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1136.51, \"ymin\": 911.111, \"xmax\": 1158.7318, \"ymax\": 936.5079}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1161.11, \"ymin\": 912.698, \"xmax\": 1184.127, \"ymax\": 937.3016}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 760.317, \"ymin\": 896.032, \"xmax\": 787.3016, \"ymax\": 926.1905}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1201.59, \"ymin\": 965.873, \"xmax\": 1220.6349, \"ymax\": 986.5079000000001}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1201.59, \"ymin\": 985.714, \"xmax\": 1219.8412999999998, \"ymax\": 1005.9406}, \"category\": \"i2r\"}]}, \"27510\": {\"path\": \"test/27510.jpg\", \"id\": 27510, \"objects\": [{\"bbox\": {\"xmin\": 307.0, \"ymin\": 1036.0, \"xmax\": 346.0, \"ymax\": 1092.0}, \"category\": \"pl60\"}]}, \"47415\": {\"path\": \"train/47415.jpg\", \"id\": 47415, \"objects\": [{\"bbox\": {\"xmin\": 236.0, \"ymin\": 837.333, \"xmax\": 288.0, \"ymax\": 894.6667}, \"category\": \"p10\"}]}, \"52052\": {\"path\": \"train/52052.jpg\", \"id\": 52052, \"objects\": [{\"bbox\": {\"xmin\": 1766.34, \"ymin\": 891.089, \"xmax\": 1792.0792, \"ymax\": 917.8218}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1737.62, \"ymin\": 884.158, \"xmax\": 1763.3663, \"ymax\": 914.8515}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1794.06, \"ymin\": 888.119, \"xmax\": 1816.8357999999998, \"ymax\": 922.7723000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1973.27, \"ymin\": 496.04, \"xmax\": 2046.5347, \"ymax\": 611.881}, \"category\": \"pne\"}]}, \"51816\": {\"path\": \"train/51816.jpg\", \"id\": 51816, \"objects\": [{\"bbox\": {\"xmin\": 1441.33, \"ymin\": 796.0, \"xmax\": 1496.0, \"ymax\": 850.6667}, \"category\": \"pl80\"}]}, \"29863\": {\"path\": \"train/29863.jpg\", \"id\": 29863, \"objects\": [{\"bbox\": {\"xmin\": 1554.55, \"ymin\": 948.864, \"xmax\": 1586.9335999999998, \"ymax\": 978.9775000000001}, \"category\": \"p5\"}]}, \"59138\": {\"path\": \"train/59138.jpg\", \"id\": 59138, \"objects\": [{\"bbox\": {\"xmin\": 1904.0, \"ymin\": 301.0, \"xmax\": 2037.0, \"ymax\": 451.0}, \"category\": \"pl50\"}]}, \"44566\": {\"path\": \"train/44566.jpg\", \"id\": 44566, \"objects\": [{\"bbox\": {\"xmin\": 1220.63, \"ymin\": 992.063, \"xmax\": 1235.7143, \"ymax\": 1010.3175}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1219.05, \"ymin\": 1011.11, \"xmax\": 1236.5079, \"ymax\": 1030.1587}, \"category\": \"pn\"}]}, \"95151\": {\"path\": \"test/95151.jpg\", \"id\": 95151, \"objects\": [{\"bbox\": {\"xmin\": 1937.6, \"ymin\": 1014.4, \"xmax\": 1961.6, \"ymax\": 1045.6}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1688.0, \"ymin\": 966.4, \"xmax\": 1740.8, \"ymax\": 1021.6}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1686.4, \"ymin\": 852.0, \"xmax\": 1732.0, \"ymax\": 909.6}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1940.0, \"ymin\": 972.8, \"xmax\": 1958.4, \"ymax\": 1000.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1684.8, \"ymin\": 909.6, \"xmax\": 1736.8, \"ymax\": 964.0}, \"category\": \"p27\"}]}, \"38485\": {\"path\": \"train/38485.jpg\", \"id\": 38485, \"objects\": [{\"bbox\": {\"xmin\": 629.0, \"ymin\": 161.0, \"xmax\": 780.0, \"ymax\": 272.0}, \"category\": \"pr40\"}]}, \"39052\": {\"path\": \"train/39052.jpg\", \"id\": 39052, \"objects\": [{\"bbox\": {\"xmin\": 1885.0, \"ymin\": 850.0, \"xmax\": 1917.0, \"ymax\": 893.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1743.0, \"ymin\": 832.0, \"xmax\": 1782.0, \"ymax\": 883.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1569.0, \"ymin\": 819.0, \"xmax\": 1613.0, \"ymax\": 869.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1971.0, \"ymin\": 862.0, \"xmax\": 2002.0, \"ymax\": 905.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1664.0, \"ymin\": 825.0, \"xmax\": 1706.0, \"ymax\": 875.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1819.0, \"ymin\": 841.0, \"xmax\": 1855.0, \"ymax\": 889.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1483.0, \"ymin\": 813.0, \"xmax\": 1532.0, \"ymax\": 864.0}, \"category\": \"pl120\"}]}, \"77533\": {\"path\": \"test/77533.jpg\", \"id\": 77533, \"objects\": [{\"bbox\": {\"xmin\": 845.0, \"ymin\": 560.0, \"xmax\": 914.0, \"ymax\": 624.0}, \"category\": \"p19\"}]}, \"23863\": {\"path\": \"train/23863.jpg\", \"id\": 23863, \"objects\": [{\"bbox\": {\"xmin\": 1502.63, \"ymin\": 968.421, \"xmax\": 1525.0016, \"ymax\": 994.7366000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1498.68, \"ymin\": 993.421, \"xmax\": 1527.6190000000001, \"ymax\": 1021.0527000000001}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1421.05, \"ymin\": 989.474, \"xmax\": 1446.0526, \"ymax\": 1018.4211}, \"category\": \"pn\"}]}, \"92316\": {\"path\": \"train/92316.jpg\", \"id\": 92316, \"objects\": [{\"bbox\": {\"xmin\": 392.0, \"ymin\": 948.0, \"xmax\": 438.0, \"ymax\": 996.0}, \"category\": \"pl40\"}]}, \"19347\": {\"path\": \"other/19347.jpg\", \"id\": 19347, \"objects\": [{\"bbox\": {\"xmin\": 1252.38, \"ymin\": 926.984, \"xmax\": 1265.0794, \"ymax\": 942.0635000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1158.73, \"ymin\": 926.19, \"xmax\": 1174.6032, \"ymax\": 941.2698}, \"category\": \"pne\"}]}, \"90960\": {\"path\": \"test/90960.jpg\", \"id\": 90960, \"objects\": [{\"bbox\": {\"xmin\": 617.0, \"ymin\": 906.0, \"xmax\": 657.0, \"ymax\": 951.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 573.0, \"ymin\": 909.0, \"xmax\": 615.0, \"ymax\": 952.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1457.0, \"ymin\": 966.0, \"xmax\": 1504.0, \"ymax\": 1011.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 615.0, \"ymin\": 856.0, \"xmax\": 658.0, \"ymax\": 902.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 618.0, \"ymin\": 956.0, \"xmax\": 662.0, \"ymax\": 997.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 537.0, \"ymin\": 836.0, \"xmax\": 569.0, \"ymax\": 866.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 571.0, \"ymin\": 860.0, \"xmax\": 613.0, \"ymax\": 905.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 575.0, \"ymin\": 956.0, \"xmax\": 618.0, \"ymax\": 1000.0}, \"category\": \"pn\"}]}, \"28493\": {\"path\": \"other/28493.jpg\", \"id\": 28493, \"objects\": [{\"bbox\": {\"xmin\": 1632.27294921875, \"ymin\": 999.1878051757812, \"xmax\": 1651.44775390625, \"ymax\": 1017.2997436523438}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1632.9150390625, \"ymin\": 1018.3838500976562, \"xmax\": 1651.323486328125, \"ymax\": 1035.943115234375}, \"category\": \"pn\"}]}, \"37046\": {\"path\": \"train/37046.jpg\", \"id\": 37046, \"objects\": [{\"bbox\": {\"xmin\": 12.6984, \"ymin\": 828.571, \"xmax\": 42.8571, \"ymax\": 873.0159}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 44.4444, \"ymin\": 833.333, \"xmax\": 74.6032, \"ymax\": 875.3968}, \"category\": \"pn\"}]}, \"48735\": {\"path\": \"train/48735.jpg\", \"id\": 48735, \"objects\": [{\"bbox\": {\"xmin\": 250.667, \"ymin\": 821.333, \"xmax\": 317.3333, \"ymax\": 909.333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 173.333, \"ymin\": 816.0, \"xmax\": 246.6667, \"ymax\": 908.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 262.667, \"ymin\": 753.333, \"xmax\": 313.33329999999995, \"ymax\": 816.0}, \"category\": \"wc\"}]}, \"39925\": {\"path\": \"train/39925.jpg\", \"id\": 39925, \"objects\": [{\"bbox\": {\"xmin\": 1454.0, \"ymin\": 828.0, \"xmax\": 1526.0, \"ymax\": 904.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1450.0, \"ymin\": 909.0, \"xmax\": 1527.0, \"ymax\": 984.0}, \"category\": \"p1n\"}]}, \"12596\": {\"path\": \"test/12596.jpg\", \"id\": 12596, \"objects\": [{\"bbox\": {\"xmin\": 1529.33, \"ymin\": 817.333, \"xmax\": 1582.6667, \"ymax\": 870.6667}, \"category\": \"pl40\"}]}, \"14179\": {\"path\": \"train/14179.jpg\", \"id\": 14179, \"objects\": [{\"bbox\": {\"xmin\": 1015.84, \"ymin\": 970.297, \"xmax\": 1041.5842, \"ymax\": 995.0495000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1015.84, \"ymin\": 1003.96, \"xmax\": 1042.5743, \"ymax\": 1030.6931}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1017.82, \"ymin\": 930.693, \"xmax\": 1041.5842, \"ymax\": 959.4059}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1783.17, \"ymin\": 614.851, \"xmax\": 1844.5545000000002, \"ymax\": 716.832}, \"category\": \"pne\"}]}, \"84180\": {\"path\": \"train/84180.jpg\", \"id\": 84180, \"objects\": [{\"bbox\": {\"xmin\": 675.248, \"ymin\": 848.515, \"xmax\": 703.9618, \"ymax\": 881.1881}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 502.97, \"ymin\": 867.327, \"xmax\": 525.7426, \"ymax\": 894.0594}, \"category\": \"pne\"}]}, \"2231\": {\"path\": \"test/2231.jpg\", \"id\": 2231, \"objects\": [{\"bbox\": {\"xmin\": 1644.74, \"ymin\": 898.684, \"xmax\": 1681.5789, \"ymax\": 931.5788}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1647.37, \"ymin\": 930.263, \"xmax\": 1680.2648, \"ymax\": 968.4211}, \"category\": \"pn\"}]}, \"18610\": {\"path\": \"train/18610.jpg\", \"id\": 18610, \"objects\": [{\"bbox\": {\"xmin\": 1122.1209716796875, \"ymin\": 967.5427856445312, \"xmax\": 1148.6226806640625, \"ymax\": 989.0090942382812}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1388.0, \"ymin\": 928.0, \"xmax\": 1453.3333, \"ymax\": 1032.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1273.33, \"ymin\": 957.333, \"xmax\": 1333.3333, \"ymax\": 1021.3333}, \"category\": \"pm10\"}]}, \"34692\": {\"path\": \"other/34692.jpg\", \"id\": 34692, \"objects\": [{\"bbox\": {\"xmin\": 1265.984130859375, \"ymin\": 983.5712280273438, \"xmax\": 1282.288330078125, \"ymax\": 1002.2081909179688}, \"category\": \"p23\"}]}, \"25281\": {\"path\": \"train/25281.jpg\", \"id\": 25281, \"objects\": [{\"bbox\": {\"xmin\": 435.527, \"ymin\": 1030.26, \"xmax\": 475.0002, \"ymax\": 1069.7368}, \"category\": \"pl30\"}]}, \"46818\": {\"path\": \"test/46818.jpg\", \"id\": 46818, \"objects\": [{\"bbox\": {\"xmin\": 1471.02, \"ymin\": 901.704, \"xmax\": 1493.7482, \"ymax\": 927.2724999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1496.02, \"ymin\": 904.546, \"xmax\": 1520.4564, \"ymax\": 928.4093}, \"category\": \"pn\"}]}, \"77963\": {\"path\": \"other/77963.jpg\", \"id\": 77963, \"objects\": [{\"bbox\": {\"xmin\": 1563.46, \"ymin\": 998.672, \"xmax\": 1574.7531000000001, \"ymax\": 1010.6318}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 990.366, \"ymin\": 992.027, \"xmax\": 998.67132, \"ymax\": 1000.3322300000001}, \"category\": \"pne\"}]}, \"15943\": {\"path\": \"test/15943.jpg\", \"id\": 15943, \"objects\": [{\"bbox\": {\"xmin\": 1489.82080078125, \"ymin\": 859.0311279296875, \"xmax\": 1529.575439453125, \"ymax\": 898.6593017578125}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1282.73, \"ymin\": 988.371, \"xmax\": 1301.3332, \"ymax\": 1009.3016}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1303.99, \"ymin\": 918.605, \"xmax\": 1375.0831, \"ymax\": 986.711}, \"category\": \"w59\"}]}, \"62523\": {\"path\": \"train/62523.jpg\", \"id\": 62523, \"objects\": [{\"bbox\": {\"xmin\": 696.0, \"ymin\": 668.0, \"xmax\": 754.667, \"ymax\": 725.3333}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1180.0, \"ymin\": 645.333, \"xmax\": 1245.3333, \"ymax\": 705.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 924.0, \"ymin\": 649.333, \"xmax\": 990.6667, \"ymax\": 710.6667}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 618.667, \"ymin\": 674.667, \"xmax\": 681.3333, \"ymax\": 730.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 844.0, \"ymin\": 656.0, \"xmax\": 912.0, \"ymax\": 714.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1101.33, \"ymin\": 644.0, \"xmax\": 1165.3333, \"ymax\": 706.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1598.67, \"ymin\": 834.667, \"xmax\": 1665.3333, \"ymax\": 902.6667}, \"category\": \"pl120\"}]}, \"17857\": {\"path\": \"test/17857.jpg\", \"id\": 17857, \"objects\": [{\"bbox\": {\"xmin\": 123.529, \"ymin\": 654.902, \"xmax\": 188.2353, \"ymax\": 739.2157000000001}, \"category\": \"i5\"}]}, \"84588\": {\"path\": \"train/84588.jpg\", \"id\": 84588, \"objects\": [{\"bbox\": {\"xmin\": 1838.06, \"ymin\": 948.863, \"xmax\": 1878.9736, \"ymax\": 994.3180000000001}, \"category\": \"pl20\"}]}, \"44892\": {\"path\": \"train/44892.jpg\", \"id\": 44892, \"objects\": [{\"bbox\": {\"xmin\": 114.852, \"ymin\": 783.168, \"xmax\": 173.2673, \"ymax\": 854.4555}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 111.881, \"ymin\": 909.901, \"xmax\": 171.2871, \"ymax\": 980.198}, \"category\": \"w45\"}]}, \"72873\": {\"path\": \"train/72873.jpg\", \"id\": 72873, \"objects\": [{\"bbox\": {\"xmin\": 436.79510498046875, \"ymin\": 813.4852294921875, \"xmax\": 478.70831298828125, \"ymax\": 856.9901123046875}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 608.911, \"ymin\": 804.95, \"xmax\": 656.4355999999999, \"ymax\": 852.4752000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1196.04, \"ymin\": 878.218, \"xmax\": 1222.7745, \"ymax\": 908.9109}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1120.79, \"ymin\": 875.248, \"xmax\": 1153.4653, \"ymax\": 906.9307}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1157.43, \"ymin\": 879.208, \"xmax\": 1189.1089000000002, \"ymax\": 907.9208}, \"category\": \"pn\"}]}, \"65096\": {\"path\": \"test/65096.jpg\", \"id\": 65096, \"objects\": [{\"bbox\": {\"xmin\": 542.106, \"ymin\": 759.209, \"xmax\": 600.0001, \"ymax\": 823.6836}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1189.47, \"ymin\": 878.947, \"xmax\": 1219.7368000000001, \"ymax\": 913.1579}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1125.0, \"ymin\": 881.579, \"xmax\": 1155.2632, \"ymax\": 913.1578999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1157.89, \"ymin\": 878.947, \"xmax\": 1185.5263, \"ymax\": 911.8421}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 339.474, \"ymin\": 786.842, \"xmax\": 388.1579, \"ymax\": 844.7361999999999}, \"category\": \"pne\"}]}, \"74868\": {\"path\": \"train/74868.jpg\", \"id\": 74868, \"objects\": [{\"bbox\": {\"xmin\": 1574.67, \"ymin\": 604.0, \"xmax\": 1681.333, \"ymax\": 702.6667}, \"category\": \"i1\"}, {\"bbox\": {\"xmin\": 1714.67, \"ymin\": 781.333, \"xmax\": 1822.6670000000001, \"ymax\": 882.6669999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 600.0, \"xmax\": 1573.333, \"ymax\": 700.0}, \"category\": \"pne\"}]}, \"5338\": {\"path\": \"train/5338.jpg\", \"id\": 5338, \"objects\": [{\"bbox\": {\"xmin\": 1613.0, \"ymin\": 851.0, \"xmax\": 1693.0, \"ymax\": 941.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1608.0, \"ymin\": 659.0, \"xmax\": 1688.0, \"ymax\": 746.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1610.0, \"ymin\": 755.0, \"xmax\": 1690.0, \"ymax\": 840.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1612.0, \"ymin\": 989.0, \"xmax\": 1653.0, \"ymax\": 1035.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1664.0, \"ymin\": 988.0, \"xmax\": 1703.0, \"ymax\": 1034.0}, \"category\": \"i2r\"}]}, \"68287\": {\"path\": \"train/68287.jpg\", \"id\": 68287, \"objects\": [{\"bbox\": {\"xmin\": 377.333, \"ymin\": 1104.0, \"xmax\": 436.0, \"ymax\": 1197.3333}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1116.0, \"ymin\": 533.333, \"xmax\": 1224.0, \"ymax\": 630.6669999999999}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 753.333, \"ymin\": 522.667, \"xmax\": 858.6669999999999, \"ymax\": 622.667}, \"category\": \"pl40\"}]}, \"53459\": {\"path\": \"test/53459.jpg\", \"id\": 53459, \"objects\": [{\"bbox\": {\"xmin\": 474.257, \"ymin\": 885.149, \"xmax\": 500.9901, \"ymax\": 914.8515}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 500.99, \"ymin\": 884.158, \"xmax\": 528.7129, \"ymax\": 910.8911}, \"category\": \"pn\"}]}, \"51818\": {\"path\": \"train/51818.jpg\", \"id\": 51818, \"objects\": [{\"bbox\": {\"xmin\": 751.0, \"ymin\": 684.0, \"xmax\": 800.0, \"ymax\": 732.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1554.0, \"ymin\": 971.0, \"xmax\": 1591.0, \"ymax\": 1011.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 749.0, \"ymin\": 736.0, \"xmax\": 797.0, \"ymax\": 784.0}, \"category\": \"p27\"}]}, \"11953\": {\"path\": \"other/11953.jpg\", \"id\": 11953, \"objects\": [{\"bbox\": {\"xmin\": 1922.67, \"ymin\": 985.333, \"xmax\": 1958.6667, \"ymax\": 1029.3333}, \"category\": \"pm50\"}]}, \"22006\": {\"path\": \"test/22006.jpg\", \"id\": 22006, \"objects\": [{\"bbox\": {\"xmin\": 102.667, \"ymin\": 841.333, \"xmax\": 212.0, \"ymax\": 948.0}, \"category\": \"w32\"}]}, \"28592\": {\"path\": \"test/28592.jpg\", \"id\": 28592, \"objects\": [{\"bbox\": {\"xmin\": 1417.75439453125, \"ymin\": 925.0574951171875, \"xmax\": 1435.892822265625, \"ymax\": 941.9886474609375}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1292.08, \"ymin\": 899.01, \"xmax\": 1313.8631, \"ymax\": 921.7822}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1193.07, \"ymin\": 896.04, \"xmax\": 1218.8119, \"ymax\": 920.7921}, \"category\": \"pne\"}]}, \"58762\": {\"path\": \"other/58762.jpg\", \"id\": 58762, \"objects\": [{\"bbox\": {\"xmin\": 923.841, \"ymin\": 943.709, \"xmax\": 936.4238, \"ymax\": 956.9535999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 848.344, \"ymin\": 945.695, \"xmax\": 858.9404000000001, \"ymax\": 957.6159}, \"category\": \"pne\"}]}, \"33902\": {\"path\": \"test/33902.jpg\", \"id\": 33902, \"objects\": [{\"bbox\": {\"xmin\": 1528.95, \"ymin\": 850.0, \"xmax\": 1568.4211, \"ymax\": 889.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1360.53, \"ymin\": 850.0, \"xmax\": 1407.8947, \"ymax\": 888.1579}, \"category\": \"pne\"}]}, \"81104\": {\"path\": \"test/81104.jpg\", \"id\": 81104, \"objects\": [{\"bbox\": {\"xmin\": 1374.67, \"ymin\": 888.0, \"xmax\": 1442.6667, \"ymax\": 958.6667}, \"category\": \"p10\"}]}, \"47682\": {\"path\": \"train/47682.jpg\", \"id\": 47682, \"objects\": [{\"bbox\": {\"xmin\": 1502.0, \"ymin\": 832.0, \"xmax\": 1549.0, \"ymax\": 879.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1761.0, \"ymin\": 904.0, \"xmax\": 1785.0, \"ymax\": 931.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1820.0, \"ymin\": 942.0, \"xmax\": 1845.0, \"ymax\": 971.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1788.0, \"ymin\": 905.0, \"xmax\": 1813.0, \"ymax\": 934.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1245.0, \"ymin\": 822.0, \"xmax\": 1295.0, \"ymax\": 873.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1819.0, \"ymin\": 972.0, \"xmax\": 1845.0, \"ymax\": 1002.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1819.0, \"ymin\": 1003.0, \"xmax\": 1844.0, \"ymax\": 1030.0}, \"category\": \"i2r\"}]}, \"79312\": {\"path\": \"other/79312.jpg\", \"id\": 79312, \"objects\": [{\"bbox\": {\"xmin\": 417.822, \"ymin\": 970.297, \"xmax\": 440.5941, \"ymax\": 1000.0}, \"category\": \"p18\"}]}, \"63581\": {\"path\": \"test/63581.jpg\", \"id\": 63581, \"objects\": [{\"bbox\": {\"xmin\": 1538.0, \"ymin\": 933.0, \"xmax\": 1560.0, \"ymax\": 957.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1535.0, \"ymin\": 964.0, \"xmax\": 1558.0, \"ymax\": 989.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1537.0, \"ymin\": 902.0, \"xmax\": 1558.0, \"ymax\": 927.0}, \"category\": \"pn\"}]}, \"58306\": {\"path\": \"other/58306.jpg\", \"id\": 58306, \"objects\": [{\"bbox\": {\"xmin\": 1043.37, \"ymin\": 903.54, \"xmax\": 1068.589, \"ymax\": 927.4335}, \"category\": \"w22\"}]}, \"70896\": {\"path\": \"train/70896.jpg\", \"id\": 70896, \"objects\": [{\"bbox\": {\"xmin\": 781.333, \"ymin\": 892.0, \"xmax\": 816.0, \"ymax\": 945.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1552.0, \"ymin\": 853.333, \"xmax\": 1630.6667, \"ymax\": 934.6667}, \"category\": \"pm10\"}]}, \"80196\": {\"path\": \"other/80196.jpg\", \"id\": 80196, \"objects\": [{\"bbox\": {\"xmin\": 884.955, \"ymin\": 760.177, \"xmax\": 984.0708000000001, \"ymax\": 867.6990000000001}, \"category\": \"ph2.8\"}]}, \"87115\": {\"path\": \"train/87115.jpg\", \"id\": 87115, \"objects\": [{\"bbox\": {\"xmin\": 1780.0, \"ymin\": 954.0, \"xmax\": 1850.0, \"ymax\": 1027.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1255.0, \"ymin\": 722.0, \"xmax\": 1315.0, \"ymax\": 780.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1441.0, \"ymin\": 339.0, \"xmax\": 1550.0, \"ymax\": 440.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1783.0, \"ymin\": 1026.0, \"xmax\": 1849.0, \"ymax\": 1104.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1426.0, \"ymin\": 739.0, \"xmax\": 1493.0, \"ymax\": 801.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1778.0, \"ymin\": 856.0, \"xmax\": 1857.0, \"ymax\": 931.0}, \"category\": \"w57\"}]}, \"20058\": {\"path\": \"train/20058.jpg\", \"id\": 20058, \"objects\": [{\"bbox\": {\"xmin\": 323.529, \"ymin\": 670.588, \"xmax\": 492.157, \"ymax\": 850.98}, \"category\": \"w57\"}]}, \"27872\": {\"path\": \"other/27872.jpg\", \"id\": 27872, \"objects\": [{\"bbox\": {\"xmin\": 1152.84, \"ymin\": 957.387, \"xmax\": 1167.6163999999999, \"ymax\": 971.0232}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1117.05, \"ymin\": 955.681, \"xmax\": 1132.3863999999999, \"ymax\": 968.7495}, \"category\": \"pne\"}]}, \"91845\": {\"path\": \"train/91845.jpg\", \"id\": 91845, \"objects\": [{\"bbox\": {\"xmin\": 617.333, \"ymin\": 950.667, \"xmax\": 668.0, \"ymax\": 1013.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 828.0, \"xmax\": 1384.0, \"ymax\": 870.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1170.67, \"ymin\": 725.333, \"xmax\": 1253.3333, \"ymax\": 804.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1241.33, \"ymin\": 830.667, \"xmax\": 1289.3333, \"ymax\": 876.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1288.0, \"ymin\": 828.0, \"xmax\": 1334.6667, \"ymax\": 873.3333}, \"category\": \"pn\"}]}, \"57695\": {\"path\": \"train/57695.jpg\", \"id\": 57695, \"objects\": [{\"bbox\": {\"xmin\": 39.0, \"ymin\": 706.0, \"xmax\": 90.0, \"ymax\": 767.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 429.0, \"ymin\": 783.0, \"xmax\": 462.0, \"ymax\": 830.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 255.0, \"ymin\": 747.0, \"xmax\": 298.0, \"ymax\": 796.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 167.0, \"ymin\": 729.0, \"xmax\": 209.0, \"ymax\": 783.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 360.0, \"ymin\": 767.0, \"xmax\": 394.0, \"ymax\": 813.0}, \"category\": \"pl120\"}]}, \"72451\": {\"path\": \"train/72451.jpg\", \"id\": 72451, \"objects\": [{\"bbox\": {\"xmin\": 98.6667, \"ymin\": 977.333, \"xmax\": 166.6667, \"ymax\": 1044.0}, \"category\": \"pm55\"}]}, \"27524\": {\"path\": \"train/27524.jpg\", \"id\": 27524, \"objects\": [{\"bbox\": {\"xmin\": 1462.67, \"ymin\": 946.667, \"xmax\": 1506.6667, \"ymax\": 990.6667}, \"category\": \"p10\"}]}, \"94445\": {\"path\": \"train/94445.jpg\", \"id\": 94445, \"objects\": [{\"bbox\": {\"xmin\": 1729.14, \"ymin\": 806.623, \"xmax\": 1795.3642, \"ymax\": 870.1987}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1730.47, \"ymin\": 879.47, \"xmax\": 1797.3532, \"ymax\": 941.0596}, \"category\": \"pn\"}]}, \"26387\": {\"path\": \"train/26387.jpg\", \"id\": 26387, \"objects\": [{\"bbox\": {\"xmin\": 154.528, \"ymin\": 1073.53, \"xmax\": 171.44379999999998, \"ymax\": 1101.395}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 114.427, \"ymin\": 1080.6, \"xmax\": 133.33280000000002, \"ymax\": 1109.4526999999998}, \"category\": \"pne\"}]}, \"32764\": {\"path\": \"train/32764.jpg\", \"id\": 32764, \"objects\": [{\"bbox\": {\"xmin\": 717.46, \"ymin\": 976.984, \"xmax\": 742.8571000000001, \"ymax\": 1002.3810000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 718.255, \"ymin\": 1015.07, \"xmax\": 742.8567, \"ymax\": 1040.4831000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 717.46, \"ymin\": 941.27, \"xmax\": 741.2698, \"ymax\": 967.4603}, \"category\": \"p26\"}]}, \"34063\": {\"path\": \"test/34063.jpg\", \"id\": 34063, \"objects\": [{\"bbox\": {\"xmin\": 1766.0238037109375, \"ymin\": 979.6325073242188, \"xmax\": 1790.6195068359375, \"ymax\": 1000.8745727539062}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 324.0, \"ymin\": 864.0, \"xmax\": 366.0, \"ymax\": 920.0}, \"category\": \"i5\"}]}, \"53081\": {\"path\": \"train/53081.jpg\", \"id\": 53081, \"objects\": [{\"bbox\": {\"xmin\": 473.0, \"ymin\": 836.0, \"xmax\": 513.0, \"ymax\": 935.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 482.0, \"ymin\": 726.0, \"xmax\": 518.0, \"ymax\": 823.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 995.0, \"xmax\": 1348.0, \"ymax\": 1009.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 484.0, \"ymin\": 615.0, \"xmax\": 523.0, \"ymax\": 714.0}, \"category\": \"pn\"}]}, \"21457\": {\"path\": \"train/21457.jpg\", \"id\": 21457, \"objects\": [{\"bbox\": {\"xmin\": 1151.32, \"ymin\": 826.316, \"xmax\": 1222.3704, \"ymax\": 894.7368}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1150.0, \"ymin\": 913.158, \"xmax\": 1217.1053, \"ymax\": 986.8421000000001}, \"category\": \"pn\"}]}, \"38646\": {\"path\": \"train/38646.jpg\", \"id\": 38646, \"objects\": [{\"bbox\": {\"xmin\": 263.7077941894531, \"ymin\": 890.5828247070312, \"xmax\": 283.1669616699219, \"ymax\": 911.2965698242188}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1202.65, \"ymin\": 926.49, \"xmax\": 1220.5298, \"ymax\": 946.3576}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1186.75, \"ymin\": 929.801, \"xmax\": 1200.6623, \"ymax\": 946.3576}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1221.85, \"ymin\": 929.139, \"xmax\": 1234.4370999999999, \"ymax\": 945.0331}, \"category\": \"pn\"}]}, \"54039\": {\"path\": \"train/54039.jpg\", \"id\": 54039, \"objects\": [{\"bbox\": {\"xmin\": 1724.0, \"ymin\": 940.0, \"xmax\": 1758.6667, \"ymax\": 989.3333}, \"category\": \"pg\"}]}, \"14240\": {\"path\": \"test/14240.jpg\", \"id\": 14240, \"objects\": [{\"bbox\": {\"xmin\": 10.6667, \"ymin\": 926.667, \"xmax\": 64.0, \"ymax\": 980.0003}, \"category\": \"pm30\"}]}, \"89191\": {\"path\": \"other/89191.jpg\", \"id\": 89191, \"objects\": [{\"bbox\": {\"xmin\": 35.44145965576172, \"ymin\": 842.5579223632812, \"xmax\": 58.639442443847656, \"ymax\": 892.9025268554688}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 91.9519271850586, \"ymin\": 853.2937622070312, \"xmax\": 120.88985443115234, \"ymax\": 895.6471557617188}, \"category\": \"pn\"}]}, \"38886\": {\"path\": \"train/38886.jpg\", \"id\": 38886, \"objects\": [{\"bbox\": {\"xmin\": 640.0, \"ymin\": 993.333, \"xmax\": 678.6667, \"ymax\": 1034.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 637.333, \"ymin\": 950.667, \"xmax\": 680.0, \"ymax\": 992.0}, \"category\": \"pl15\"}]}, \"62282\": {\"path\": \"test/62282.jpg\", \"id\": 62282, \"objects\": [{\"bbox\": {\"xmin\": 1720.0, \"ymin\": 884.0, \"xmax\": 1903.0, \"ymax\": 1103.0}, \"category\": \"pl50\"}]}, \"87091\": {\"path\": \"train/87091.jpg\", \"id\": 87091, \"objects\": [{\"bbox\": {\"xmin\": 730.973, \"ymin\": 893.805, \"xmax\": 747.3451, \"ymax\": 912.8313999999999}, \"category\": \"pne\"}]}, \"45684\": {\"path\": \"train/45684.jpg\", \"id\": 45684, \"objects\": [{\"bbox\": {\"xmin\": 668.0, \"ymin\": 728.0, \"xmax\": 745.3333, \"ymax\": 862.667}, \"category\": \"p12\"}]}, \"89545\": {\"path\": \"test/89545.jpg\", \"id\": 89545, \"objects\": [{\"bbox\": {\"xmin\": 1281.3021240234375, \"ymin\": 925.9287719726562, \"xmax\": 1301.7398681640625, \"ymax\": 945.6055297851562}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1302.673828125, \"ymin\": 926.131591796875, \"xmax\": 1323.637451171875, \"ymax\": 946.6312255859375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 501.961, \"ymin\": 827.451, \"xmax\": 627.451, \"ymax\": 972.549}, \"category\": \"pne\"}]}, \"55236\": {\"path\": \"train/55236.jpg\", \"id\": 55236, \"objects\": [{\"bbox\": {\"xmin\": 634.921, \"ymin\": 896.825, \"xmax\": 656.3492, \"ymax\": 919.0476000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 850.0, \"ymin\": 898.413, \"xmax\": 866.6667, \"ymax\": 921.4286}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 825.397, \"ymin\": 901.587, \"xmax\": 848.4127000000001, \"ymax\": 919.8413}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 871.429, \"ymin\": 897.619, \"xmax\": 888.0952, \"ymax\": 918.254}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 855.556, \"ymin\": 969.048, \"xmax\": 874.6032, \"ymax\": 992.8571}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 542.857, \"ymin\": 897.619, \"xmax\": 572.2221999999999, \"ymax\": 926.1905}, \"category\": \"pne\"}]}, \"35708\": {\"path\": \"train/35708.jpg\", \"id\": 35708, \"objects\": [{\"bbox\": {\"xmin\": 1512.5, \"ymin\": 935.227, \"xmax\": 1561.9318, \"ymax\": 986.3638}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1510.8, \"ymin\": 1002.27, \"xmax\": 1560.2246, \"ymax\": 1053.4091}, \"category\": \"pn\"}]}, \"17417\": {\"path\": \"test/17417.jpg\", \"id\": 17417, \"objects\": [{\"bbox\": {\"xmin\": 264.706, \"ymin\": 990.196, \"xmax\": 300.99010000000004, \"ymax\": 1035.2941}, \"category\": \"pne\"}]}, \"63525\": {\"path\": \"train/63525.jpg\", \"id\": 63525, \"objects\": [{\"bbox\": {\"xmin\": 1500.0, \"ymin\": 931.0, \"xmax\": 1523.0, \"ymax\": 957.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1167.0, \"ymin\": 976.0, \"xmax\": 1181.0, \"ymax\": 991.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1499.0, \"ymin\": 969.0, \"xmax\": 1522.0, \"ymax\": 994.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 124.0, \"ymin\": 834.0, \"xmax\": 175.0, \"ymax\": 897.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1472.0, \"ymin\": 970.0, \"xmax\": 1495.0, \"ymax\": 994.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 125.0, \"ymin\": 933.0, \"xmax\": 178.0, \"ymax\": 989.0}, \"category\": \"wc\"}, {\"bbox\": {\"xmin\": 1472.0, \"ymin\": 932.0, \"xmax\": 1495.0, \"ymax\": 957.0}, \"category\": \"pbp\"}]}, \"94826\": {\"path\": \"train/94826.jpg\", \"id\": 94826, \"objects\": [{\"bbox\": {\"xmin\": 272.0, \"ymin\": 822.667, \"xmax\": 362.6667, \"ymax\": 916.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 105.333, \"ymin\": 618.667, \"xmax\": 166.6667, \"ymax\": 714.6667}, \"category\": \"pne\"}]}, \"73557\": {\"path\": \"train/73557.jpg\", \"id\": 73557, \"objects\": [{\"bbox\": {\"xmin\": 1393.0, \"ymin\": 811.0, \"xmax\": 1428.0, \"ymax\": 843.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 911.0, \"ymin\": 855.0, \"xmax\": 939.0, \"ymax\": 884.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1323.0, \"ymin\": 810.0, \"xmax\": 1356.0, \"ymax\": 844.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1221.0, \"ymin\": 809.0, \"xmax\": 1255.0, \"ymax\": 844.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1182.0, \"ymin\": 810.0, \"xmax\": 1214.0, \"ymax\": 844.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1257.0, \"ymin\": 808.0, \"xmax\": 1292.0, \"ymax\": 844.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 740.0, \"ymin\": 865.0, \"xmax\": 767.0, \"ymax\": 892.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1359.0, \"ymin\": 809.0, \"xmax\": 1391.0, \"ymax\": 843.0}, \"category\": \"im\"}]}, \"26234\": {\"path\": \"test/26234.jpg\", \"id\": 26234, \"objects\": [{\"bbox\": {\"xmin\": 210.0, \"ymin\": 892.0, \"xmax\": 254.0, \"ymax\": 948.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1644.8, \"ymin\": 987.2, \"xmax\": 1654.3999999999999, \"ymax\": 999.2}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1984.0, \"ymin\": 968.0, \"xmax\": 2000.8, \"ymax\": 988.0}, \"category\": \"p26\"}]}, \"28931\": {\"path\": \"train/28931.jpg\", \"id\": 28931, \"objects\": [{\"bbox\": {\"xmin\": 1629.33, \"ymin\": 841.333, \"xmax\": 1688.0, \"ymax\": 910.6667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1657.33, \"ymin\": 1062.67, \"xmax\": 1680.0, \"ymax\": 1086.6667}, \"category\": \"pne\"}]}, \"30029\": {\"path\": \"test/30029.jpg\", \"id\": 30029, \"objects\": [{\"bbox\": {\"xmin\": 1326.98, \"ymin\": 892.063, \"xmax\": 1353.961, \"ymax\": 919.8413}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 88.8889, \"ymin\": 888.095, \"xmax\": 107.14290000000001, \"ymax\": 916.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1489.68, \"ymin\": 926.984, \"xmax\": 1506.3492, \"ymax\": 944.4444000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 48.4127, \"ymin\": 886.508, \"xmax\": 69.8413, \"ymax\": 912.6984}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1453.97, \"ymin\": 925.397, \"xmax\": 1470.6349, \"ymax\": 942.8571000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 70.6349, \"ymin\": 889.683, \"xmax\": 88.0952, \"ymax\": 912.6984}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1472.22, \"ymin\": 926.19, \"xmax\": 1488.0952, \"ymax\": 942.8571000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1226.19, \"ymin\": 891.27, \"xmax\": 1253.1746, \"ymax\": 920.6349}, \"category\": \"pne\"}]}, \"37771\": {\"path\": \"test/37771.jpg\", \"id\": 37771, \"objects\": [{\"bbox\": {\"xmin\": 1626.73, \"ymin\": 995.05, \"xmax\": 1648.5149000000001, \"ymax\": 1017.8217999999999}, \"category\": \"w57\"}]}, \"57605\": {\"path\": \"train/57605.jpg\", \"id\": 57605, \"objects\": [{\"bbox\": {\"xmin\": 1914.0, \"ymin\": 813.0, \"xmax\": 1966.0, \"ymax\": 896.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 272.0, \"ymin\": 959.0, \"xmax\": 285.0, \"ymax\": 972.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1879.0, \"ymin\": 633.0, \"xmax\": 1918.0, \"ymax\": 728.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 285.0, \"ymin\": 960.0, \"xmax\": 300.0, \"ymax\": 972.0}, \"category\": \"pn\"}]}, \"36076\": {\"path\": \"other/36076.jpg\", \"id\": 36076, \"objects\": [{\"bbox\": {\"xmin\": 972.847, \"ymin\": 933.112, \"xmax\": 1025.1656, \"ymax\": 983.4431999999999}, \"category\": \"ph2\"}]}, \"82412\": {\"path\": \"train/82412.jpg\", \"id\": 82412, \"objects\": [{\"bbox\": {\"xmin\": 885.0, \"ymin\": 717.0, \"xmax\": 944.0, \"ymax\": 775.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1097.0, \"ymin\": 717.0, \"xmax\": 1158.0, \"ymax\": 774.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1319.0, \"ymin\": 769.0, \"xmax\": 1362.0, \"ymax\": 814.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1321.0, \"ymin\": 817.0, \"xmax\": 1367.0, \"ymax\": 865.0}, \"category\": \"i2r\"}]}, \"342\": {\"path\": \"other/342.jpg\", \"id\": 342, \"objects\": [{\"bbox\": {\"xmin\": 1.8917875289916992, \"ymin\": 1004.1455078125, \"xmax\": 27.28852081298828, \"ymax\": 1040.6468505859375}, \"category\": \"p13\"}]}, \"26370\": {\"path\": \"train/26370.jpg\", \"id\": 26370, \"objects\": [{\"bbox\": {\"xmin\": 1293.71, \"ymin\": 982.857, \"xmax\": 1324.5757, \"ymax\": 1013.1428999999999}, \"category\": \"w57\"}]}, \"79087\": {\"path\": \"train/79087.jpg\", \"id\": 79087, \"objects\": [{\"bbox\": {\"xmin\": 1737.33, \"ymin\": 957.333, \"xmax\": 1778.6667, \"ymax\": 1001.3333}, \"category\": \"pbm\"}]}, \"97514\": {\"path\": \"train/97514.jpg\", \"id\": 97514, \"objects\": [{\"bbox\": {\"xmin\": 1237.81, \"ymin\": 870.647, \"xmax\": 1270.6468, \"ymax\": 902.9851000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1204.48, \"ymin\": 872.139, \"xmax\": 1234.8259, \"ymax\": 901.99}, \"category\": \"w13\"}]}, \"3677\": {\"path\": \"train/3677.jpg\", \"id\": 3677, \"objects\": [{\"bbox\": {\"xmin\": 1112.0, \"ymin\": 613.0, \"xmax\": 1192.0, \"ymax\": 687.0}, \"category\": \"pl60\"}]}, \"52857\": {\"path\": \"other/52857.jpg\", \"id\": 52857, \"objects\": [{\"bbox\": {\"xmin\": 38.6667, \"ymin\": 890.667, \"xmax\": 89.33330000000001, \"ymax\": 950.6667}, \"category\": \"pm15\"}]}, \"72076\": {\"path\": \"other/72076.jpg\", \"id\": 72076, \"objects\": [{\"bbox\": {\"xmin\": 670.0, \"ymin\": 711.0, \"xmax\": 737.0, \"ymax\": 779.0}, \"category\": \"pr30\"}]}, \"37451\": {\"path\": \"test/37451.jpg\", \"id\": 37451, \"objects\": [{\"bbox\": {\"xmin\": 1368.0, \"ymin\": 782.4, \"xmax\": 1401.6, \"ymax\": 815.1999999999999}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1569.6, \"ymin\": 784.0, \"xmax\": 1600.8, \"ymax\": 816.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1470.4, \"ymin\": 781.6, \"xmax\": 1503.2, \"ymax\": 816.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1327.2, \"ymin\": 743.2, \"xmax\": 1360.8, \"ymax\": 776.8000000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1366.4, \"ymin\": 742.4, \"xmax\": 1400.8000000000002, \"ymax\": 778.4}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1433.6, \"ymin\": 781.6, \"xmax\": 1465.6, \"ymax\": 814.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1328.8, \"ymin\": 780.8, \"xmax\": 1363.2, \"ymax\": 816.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1534.4, \"ymin\": 782.4, \"xmax\": 1565.6000000000001, \"ymax\": 815.1999999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1644.8, \"ymin\": 785.6, \"xmax\": 1676.0, \"ymax\": 817.6}, \"category\": \"pne\"}]}, \"3492\": {\"path\": \"test/3492.jpg\", \"id\": 3492, \"objects\": [{\"bbox\": {\"xmin\": 1262.67, \"ymin\": 961.333, \"xmax\": 1336.0, \"ymax\": 1058.6667}, \"category\": \"pl40\"}]}, \"79029\": {\"path\": \"train/79029.jpg\", \"id\": 79029, \"objects\": [{\"bbox\": {\"xmin\": 1623.0113525390625, \"ymin\": 760.2191162109375, \"xmax\": 1705.2520751953125, \"ymax\": 835.748046875}, \"category\": \"w60\"}, {\"bbox\": {\"xmin\": 1215.34, \"ymin\": 950.0, \"xmax\": 1240.9090999999999, \"ymax\": 974.4322}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1215.91, \"ymin\": 976.136, \"xmax\": 1240.9091, \"ymax\": 1001.7044999999999}, \"category\": \"pn\"}]}, \"33845\": {\"path\": \"train/33845.jpg\", \"id\": 33845, \"objects\": [{\"bbox\": {\"xmin\": 1846.67, \"ymin\": 828.0, \"xmax\": 1905.3333, \"ymax\": 896.0}, \"category\": \"pl80\"}]}, \"50069\": {\"path\": \"train/50069.jpg\", \"id\": 50069, \"objects\": [{\"bbox\": {\"xmin\": 321.333, \"ymin\": 974.667, \"xmax\": 358.66670000000005, \"ymax\": 1018.6667}, \"category\": \"p5\"}]}, \"98821\": {\"path\": \"other/98821.jpg\", \"id\": 98821, \"objects\": [{\"bbox\": {\"xmin\": 1427.86767578125, \"ymin\": 869.73291015625, \"xmax\": 1455.3515625, \"ymax\": 904.3465576171875}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1457.1220703125, \"ymin\": 871.2398071289062, \"xmax\": 1486.64111328125, \"ymax\": 902.5687866210938}, \"category\": \"pn\"}]}, \"10502\": {\"path\": \"test/10502.jpg\", \"id\": 10502, \"objects\": [{\"bbox\": {\"xmin\": 465.079, \"ymin\": 866.667, \"xmax\": 493.6508, \"ymax\": 902.3821}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1000.0, \"ymin\": 923.016, \"xmax\": 1021.4286, \"ymax\": 950.7937}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 973.81, \"ymin\": 922.222, \"xmax\": 997.6189999999999, \"ymax\": 947.619}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1023.81, \"ymin\": 920.635, \"xmax\": 1046.8254, \"ymax\": 946.0317}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 354.762, \"ymin\": 876.984, \"xmax\": 382.5397, \"ymax\": 908.7302000000001}, \"category\": \"pne\"}]}, \"13870\": {\"path\": \"test/13870.jpg\", \"id\": 13870, \"objects\": [{\"bbox\": {\"xmin\": 126.316, \"ymin\": 894.737, \"xmax\": 157.8947, \"ymax\": 928.9474}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 494.737, \"ymin\": 960.526, \"xmax\": 523.6842, \"ymax\": 994.7367999999999}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 486.842, \"ymin\": 877.632, \"xmax\": 509.21049999999997, \"ymax\": 910.5263}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 36.8421, \"ymin\": 900.0, \"xmax\": 65.7895, \"ymax\": 936.8421}, \"category\": \"pne\"}]}, \"44883\": {\"path\": \"test/44883.jpg\", \"id\": 44883, \"objects\": [{\"bbox\": {\"xmin\": 1257.14, \"ymin\": 925.397, \"xmax\": 1280.1587000000002, \"ymax\": 946.0317}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1178.57, \"ymin\": 923.81, \"xmax\": 1198.4126999999999, \"ymax\": 944.4444}, \"category\": \"pne\"}]}, \"8786\": {\"path\": \"train/8786.jpg\", \"id\": 8786, \"objects\": [{\"bbox\": {\"xmin\": 132.54, \"ymin\": 979.365, \"xmax\": 164.7062, \"ymax\": 1018.2531}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 467.833, \"ymin\": 963.119, \"xmax\": 509.0099, \"ymax\": 1002.3346}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 470.214, \"ymin\": 1008.92, \"xmax\": 505.5086, \"ymax\": 1050.0935}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": -3.12792, \"ymin\": 983.94, \"xmax\": 11.90478, \"ymax\": 1015.3125}, \"category\": \"pn\"}]}, \"46878\": {\"path\": \"train/46878.jpg\", \"id\": 46878, \"objects\": [{\"bbox\": {\"xmin\": 701.0, \"ymin\": 491.0, \"xmax\": 808.0, \"ymax\": 585.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1388.0, \"ymin\": 489.0, \"xmax\": 1491.0, \"ymax\": 583.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1042.0, \"ymin\": 474.0, \"xmax\": 1153.0, \"ymax\": 570.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 584.0, \"ymin\": 403.0, \"xmax\": 684.0, \"ymax\": 492.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 700.0, \"ymin\": 388.0, \"xmax\": 805.0, \"ymax\": 479.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 911.0, \"ymin\": 477.0, \"xmax\": 1024.0, \"ymax\": 573.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 587.0, \"ymin\": 504.0, \"xmax\": 687.0, \"ymax\": 597.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1263.0, \"ymin\": 479.0, \"xmax\": 1371.0, \"ymax\": 576.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1631.0, \"ymin\": 519.0, \"xmax\": 1722.0, \"ymax\": 609.0}, \"category\": \"pne\"}]}, \"34096\": {\"path\": \"train/34096.jpg\", \"id\": 34096, \"objects\": [{\"bbox\": {\"xmin\": 1260.0, \"ymin\": 937.0, \"xmax\": 1305.0, \"ymax\": 981.0}, \"category\": \"pl100\"}]}, \"23858\": {\"path\": \"train/23858.jpg\", \"id\": 23858, \"objects\": [{\"bbox\": {\"xmin\": 323.684, \"ymin\": 1014.47, \"xmax\": 346.05260000000004, \"ymax\": 1040.7894000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1299.01, \"ymin\": 939.604, \"xmax\": 1319.801, \"ymax\": 959.4059000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1322.77, \"ymin\": 939.604, \"xmax\": 1340.5843, \"ymax\": 960.3966}, \"category\": \"w57\"}]}, \"76439\": {\"path\": \"train/76439.jpg\", \"id\": 76439, \"objects\": [{\"bbox\": {\"xmin\": 313.637, \"ymin\": 1015.91, \"xmax\": 332.9549, \"ymax\": 1056.2518}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1875.0, \"ymin\": 1000.57, \"xmax\": 1901.1364, \"ymax\": 1038.0691000000002}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1164.77, \"ymin\": 920.455, \"xmax\": 1185.2273, \"ymax\": 940.9091000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 282.781, \"ymin\": 1016.56, \"xmax\": 304.6347, \"ymax\": 1060.9271999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1841.48, \"ymin\": 1001.13, \"xmax\": 1865.3436, \"ymax\": 1040.3391}, \"category\": \"pne\"}]}, \"90111\": {\"path\": \"train/90111.jpg\", \"id\": 90111, \"objects\": [{\"bbox\": {\"xmin\": 1240.8, \"ymin\": 935.2, \"xmax\": 1296.0, \"ymax\": 989.6}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1240.0, \"ymin\": 880.0, \"xmax\": 1292.0, \"ymax\": 933.6}, \"category\": \"pg\"}]}, \"48297\": {\"path\": \"other/48297.jpg\", \"id\": 48297, \"objects\": [{\"bbox\": {\"xmin\": 749.206, \"ymin\": 904.762, \"xmax\": 783.3333, \"ymax\": 949.2062999999999}, \"category\": \"ph3.3\"}]}, \"50613\": {\"path\": \"other/50613.jpg\", \"id\": 50613, \"objects\": [{\"bbox\": {\"xmin\": 384.0329284667969, \"ymin\": 1209.3043212890625, \"xmax\": 407.2774353027344, \"ymax\": 1235.2183837890625}, \"category\": \"pn\"}]}, \"8793\": {\"path\": \"test/8793.jpg\", \"id\": 8793, \"objects\": [{\"bbox\": {\"xmin\": 1164.0, \"ymin\": 973.0, \"xmax\": 1186.0, \"ymax\": 995.0}, \"category\": \"p26\"}]}, \"81983\": {\"path\": \"train/81983.jpg\", \"id\": 81983, \"objects\": [{\"bbox\": {\"xmin\": 1203.96, \"ymin\": 871.287, \"xmax\": 1232.6733, \"ymax\": 903.9604}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1166.34, \"ymin\": 870.297, \"xmax\": 1198.0198, \"ymax\": 903.9604}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1234.65, \"ymin\": 870.297, \"xmax\": 1267.3198, \"ymax\": 903.9604}, \"category\": \"pn\"}]}, \"5715\": {\"path\": \"test/5715.jpg\", \"id\": 5715, \"objects\": [{\"bbox\": {\"xmin\": 69.3333, \"ymin\": 725.333, \"xmax\": 109.3333, \"ymax\": 780.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 26.6667, \"ymin\": 717.333, \"xmax\": 64.0, \"ymax\": 765.3333}, \"category\": \"pl100\"}]}, \"92518\": {\"path\": \"test/92518.jpg\", \"id\": 92518, \"objects\": [{\"bbox\": {\"xmin\": 1466.0, \"ymin\": 911.0, \"xmax\": 1501.0, \"ymax\": 943.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1224.0, \"ymin\": 978.0, \"xmax\": 1238.0, \"ymax\": 994.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1611.0, \"ymin\": 988.0, \"xmax\": 1646.0, \"ymax\": 1028.0}, \"category\": \"pr40\"}]}, \"98318\": {\"path\": \"test/98318.jpg\", \"id\": 98318, \"objects\": [{\"bbox\": {\"xmin\": 1284.0, \"ymin\": 1009.33, \"xmax\": 1302.6667, \"ymax\": 1028.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1278.67, \"ymin\": 989.333, \"xmax\": 1301.3333, \"ymax\": 1008.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1594.67, \"ymin\": 985.333, \"xmax\": 1636.0, \"ymax\": 1026.6667}, \"category\": \"pbm\"}]}, \"69534\": {\"path\": \"train/69534.jpg\", \"id\": 69534, \"objects\": [{\"bbox\": {\"xmin\": 1916.0, \"ymin\": 1006.67, \"xmax\": 1972.0, \"ymax\": 1077.3333}, \"category\": \"p5\"}]}, \"63115\": {\"path\": \"other/63115.jpg\", \"id\": 63115, \"objects\": [{\"bbox\": {\"xmin\": 1151.49, \"ymin\": 983.168, \"xmax\": 1173.3042, \"ymax\": 1004.9505}, \"category\": \"pl15\"}]}, \"12621\": {\"path\": \"train/12621.jpg\", \"id\": 12621, \"objects\": [{\"bbox\": {\"xmin\": 749.6, \"ymin\": 253.6, \"xmax\": 975.2, \"ymax\": 428.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 976.0, \"ymin\": 245.6, \"xmax\": 1209.427, \"ymax\": 403.74699999999996}, \"category\": \"w12\"}]}, \"81243\": {\"path\": \"train/81243.jpg\", \"id\": 81243, \"objects\": [{\"bbox\": {\"xmin\": 1615.0, \"ymin\": 1044.0, \"xmax\": 1658.0, \"ymax\": 1086.0}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 1727.0, \"ymin\": 1036.0, \"xmax\": 1768.0, \"ymax\": 1078.0}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 1357.0, \"ymin\": 1043.0, \"xmax\": 1399.0, \"ymax\": 1091.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1295.0, \"ymin\": 946.0, \"xmax\": 1310.0, \"ymax\": 959.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 131.0, \"ymin\": 964.0, \"xmax\": 143.0, \"ymax\": 977.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 130.0, \"ymin\": 980.0, \"xmax\": 143.0, \"ymax\": 994.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1495.0, \"ymin\": 1043.0, \"xmax\": 1535.0, \"ymax\": 1088.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1295.0, \"ymin\": 927.0, \"xmax\": 1308.0, \"ymax\": 941.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 268.0, \"ymin\": 944.0, \"xmax\": 283.0, \"ymax\": 960.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 267.0, \"ymin\": 967.0, \"xmax\": 284.0, \"ymax\": 984.0}, \"category\": \"i2r\"}]}, \"86846\": {\"path\": \"train/86846.jpg\", \"id\": 86846, \"objects\": [{\"bbox\": {\"xmin\": 697.368, \"ymin\": 1038.16, \"xmax\": 730.2627, \"ymax\": 1067.1053000000002}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 698.684, \"ymin\": 1009.21, \"xmax\": 731.5789, \"ymax\": 1040.7895}, \"category\": \"pl5\"}]}, \"765\": {\"path\": \"train/765.jpg\", \"id\": 765, \"objects\": [{\"bbox\": {\"xmin\": 677.333, \"ymin\": 866.667, \"xmax\": 761.3333, \"ymax\": 954.6667}, \"category\": \"pl30\"}]}, \"25315\": {\"path\": \"train/25315.jpg\", \"id\": 25315, \"objects\": [{\"bbox\": {\"xmin\": 202.667, \"ymin\": 830.667, \"xmax\": 270.6667, \"ymax\": 934.667}, \"category\": \"pl80\"}]}, \"9823\": {\"path\": \"test/9823.jpg\", \"id\": 9823, \"objects\": [{\"bbox\": {\"xmin\": 650.794, \"ymin\": 857.937, \"xmax\": 665.0794, \"ymax\": 887.3016}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1280.16, \"ymin\": 920.635, \"xmax\": 1296.0317, \"ymax\": 935.7143}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1994.44, \"ymin\": 876.19, \"xmax\": 2011.1111, \"ymax\": 900.7937000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1383.33, \"ymin\": 918.254, \"xmax\": 1399.2062999999998, \"ymax\": 934.9206}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1403.97, \"ymin\": 916.667, \"xmax\": 1419.0476, \"ymax\": 937.3016}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 575.397, \"ymin\": 838.095, \"xmax\": 589.6825, \"ymax\": 869.8413}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1176.19, \"ymin\": 915.079, \"xmax\": 1189.6825000000001, \"ymax\": 936.5079}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1893.65, \"ymin\": 885.714, \"xmax\": 1908.7302000000002, \"ymax\": 909.5238}, \"category\": \"pne\"}]}, \"95568\": {\"path\": \"train/95568.jpg\", \"id\": 95568, \"objects\": [{\"bbox\": {\"xmin\": 1368.0, \"ymin\": 1039.0, \"xmax\": 1438.0, \"ymax\": 1112.0}, \"category\": \"pl40\"}]}, \"64025\": {\"path\": \"train/64025.jpg\", \"id\": 64025, \"objects\": [{\"bbox\": {\"xmin\": 1222.67, \"ymin\": 905.333, \"xmax\": 1252.0, \"ymax\": 936.0}, \"category\": \"pl40\"}]}, \"86240\": {\"path\": \"other/86240.jpg\", \"id\": 86240, \"objects\": [{\"bbox\": {\"xmin\": 536.5330200195312, \"ymin\": 785.2852783203125, \"xmax\": 559.7632446289062, \"ymax\": 841.286376953125}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 2007.3341064453125, \"ymin\": 983.87548828125, \"xmax\": 2026.2279052734375, \"ymax\": 1003.89453125}, \"category\": \"pn\"}]}, \"17968\": {\"path\": \"test/17968.jpg\", \"id\": 17968, \"objects\": [{\"bbox\": {\"xmin\": 561.0, \"ymin\": 880.0, \"xmax\": 581.0, \"ymax\": 902.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 584.0, \"ymin\": 880.0, \"xmax\": 600.0, \"ymax\": 902.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 591.0, \"ymin\": 1007.0, \"xmax\": 613.0, \"ymax\": 1030.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 590.0, \"ymin\": 1037.0, \"xmax\": 613.0, \"ymax\": 1061.0}, \"category\": \"i2r\"}]}, \"77583\": {\"path\": \"train/77583.jpg\", \"id\": 77583, \"objects\": [{\"bbox\": {\"xmin\": 229.0, \"ymin\": 648.0, \"xmax\": 327.0, \"ymax\": 760.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 248.0, \"ymin\": 769.0, \"xmax\": 332.0, \"ymax\": 865.0}, \"category\": \"pm10\"}]}, \"3199\": {\"path\": \"train/3199.jpg\", \"id\": 3199, \"objects\": [{\"bbox\": {\"xmin\": 1199.0, \"ymin\": 1037.0, \"xmax\": 1216.0, \"ymax\": 1056.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 634.0, \"ymin\": 434.0, \"xmax\": 739.0, \"ymax\": 525.0}, \"category\": \"pr40\"}]}, \"78441\": {\"path\": \"test/78441.jpg\", \"id\": 78441, \"objects\": [{\"bbox\": {\"xmin\": 842.105, \"ymin\": 777.632, \"xmax\": 882.8947000000001, \"ymax\": 817.1052999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1180.26, \"ymin\": 796.053, \"xmax\": 1225.0, \"ymax\": 840.7895}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1231.58, \"ymin\": 800.0, \"xmax\": 1272.3683999999998, \"ymax\": 842.1052999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 572.368, \"ymin\": 786.842, \"xmax\": 607.8945000000001, \"ymax\": 827.6315999999999}, \"category\": \"pne\"}]}, \"87676\": {\"path\": \"train/87676.jpg\", \"id\": 87676, \"objects\": [{\"bbox\": {\"xmin\": 1761.33, \"ymin\": 942.667, \"xmax\": 1800.0, \"ymax\": 992.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 529.333, \"ymin\": 200.0, \"xmax\": 748.0, \"ymax\": 380.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 752.0, \"ymin\": 168.0, \"xmax\": 984.0, \"ymax\": 346.66700000000003}, \"category\": \"pcl\"}]}, \"77384\": {\"path\": \"train/77384.jpg\", \"id\": 77384, \"objects\": [{\"bbox\": {\"xmin\": 1489.86, \"ymin\": 893.478, \"xmax\": 1513.4058, \"ymax\": 919.2029}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1515.94, \"ymin\": 894.927, \"xmax\": 1539.488, \"ymax\": 920.6515}, \"category\": \"pn\"}]}, \"36907\": {\"path\": \"other/36907.jpg\", \"id\": 36907, \"objects\": [{\"bbox\": {\"xmin\": 1456.58, \"ymin\": 909.21, \"xmax\": 1502.6342, \"ymax\": 953.9472000000001}, \"category\": \"w63\"}]}, \"1663\": {\"path\": \"train/1663.jpg\", \"id\": 1663, \"objects\": [{\"bbox\": {\"xmin\": 1323.53, \"ymin\": 952.941, \"xmax\": 1425.49, \"ymax\": 1058.824}, \"category\": \"pm20\"}]}, \"51239\": {\"path\": \"train/51239.jpg\", \"id\": 51239, \"objects\": [{\"bbox\": {\"xmin\": 667.614, \"ymin\": 990.341, \"xmax\": 692.6136, \"ymax\": 1017.6136}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 746.591, \"ymin\": 994.886, \"xmax\": 766.4773, \"ymax\": 1022.1591}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 667.045, \"ymin\": 953.977, \"xmax\": 693.75, \"ymax\": 982.3864}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 575.568, \"ymin\": 950.0, \"xmax\": 600.5681999999999, \"ymax\": 979.5455}, \"category\": \"p6\"}]}, \"75952\": {\"path\": \"test/75952.jpg\", \"id\": 75952, \"objects\": [{\"bbox\": {\"xmin\": 1411.36, \"ymin\": 970.455, \"xmax\": 1427.2718, \"ymax\": 988.6368}, \"category\": \"pl30\"}]}, \"10982\": {\"path\": \"train/10982.jpg\", \"id\": 10982, \"objects\": [{\"bbox\": {\"xmin\": 1177.33, \"ymin\": 826.667, \"xmax\": 1222.6667, \"ymax\": 872.0}, \"category\": \"pl60\"}]}, \"72419\": {\"path\": \"train/72419.jpg\", \"id\": 72419, \"objects\": [{\"bbox\": {\"xmin\": 1328.57, \"ymin\": 873.81, \"xmax\": 1357.1428999999998, \"ymax\": 908.7302}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1219.05, \"ymin\": 875.397, \"xmax\": 1248.4126999999999, \"ymax\": 907.1429}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 728.571, \"ymin\": 832.54, \"xmax\": 768.254, \"ymax\": 869.0476}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1142.06, \"ymin\": 908.73, \"xmax\": 1165.873, \"ymax\": 934.1270000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1259.52, \"ymin\": 972.222, \"xmax\": 1279.3618999999999, \"ymax\": 994.4444}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1257.14, \"ymin\": 1006.35, \"xmax\": 1280.9524000000001, \"ymax\": 1032.5397}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1257.94, \"ymin\": 938.889, \"xmax\": 1282.5432, \"ymax\": 961.9048}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1117.46, \"ymin\": 911.905, \"xmax\": 1138.8889, \"ymax\": 935.7143}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1167.46, \"ymin\": 911.111, \"xmax\": 1188.8889, \"ymax\": 934.9206}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 556.349, \"ymin\": 842.857, \"xmax\": 591.2698, \"ymax\": 878.5713999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1190.48, \"ymin\": 965.079, \"xmax\": 1212.6984, \"ymax\": 984.9205999999999}, \"category\": \"p29\"}]}, \"91081\": {\"path\": \"train/91081.jpg\", \"id\": 91081, \"objects\": [{\"bbox\": {\"xmin\": 1356.0, \"ymin\": 989.333, \"xmax\": 1393.3333, \"ymax\": 1028.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 234.667, \"ymin\": 1050.67, \"xmax\": 300.0, \"ymax\": 1122.67}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1350.67, \"ymin\": 1030.67, \"xmax\": 1394.67, \"ymax\": 1072.0198}, \"category\": \"pl20\"}]}, \"72458\": {\"path\": \"train/72458.jpg\", \"id\": 72458, \"objects\": [{\"bbox\": {\"xmin\": 437.0, \"ymin\": 1041.0, \"xmax\": 464.0, \"ymax\": 1089.0}, \"category\": \"pl5\"}]}, \"42803\": {\"path\": \"other/42803.jpg\", \"id\": 42803, \"objects\": [{\"bbox\": {\"xmin\": 1569.33, \"ymin\": 925.333, \"xmax\": 1649.33, \"ymax\": 1006.6667}, \"category\": \"pm15\"}]}, \"27234\": {\"path\": \"test/27234.jpg\", \"id\": 27234, \"objects\": [{\"bbox\": {\"xmin\": 704.762, \"ymin\": 998.039, \"xmax\": 734.1278, \"ymax\": 1027.451}, \"category\": \"ip\"}]}, \"49490\": {\"path\": \"test/49490.jpg\", \"id\": 49490, \"objects\": [{\"bbox\": {\"xmin\": 304.874, \"ymin\": 867.901, \"xmax\": 397.2941, \"ymax\": 1013.858}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1948.95, \"ymin\": 914.327, \"xmax\": 2006.9465, \"ymax\": 975.9768}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 542.137, \"ymin\": 937.826, \"xmax\": 556.7091999999999, \"ymax\": 960.7165}, \"category\": \"pn\"}]}, \"83828\": {\"path\": \"test/83828.jpg\", \"id\": 83828, \"objects\": [{\"bbox\": {\"xmin\": 1577.33, \"ymin\": 902.667, \"xmax\": 1597.3333, \"ymax\": 922.6667}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1574.67, \"ymin\": 969.333, \"xmax\": 1594.6667, \"ymax\": 992.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 82.6667, \"ymin\": 933.333, \"xmax\": 106.6667, \"ymax\": 957.3333}, \"category\": \"i2r\"}]}, \"56334\": {\"path\": \"test/56334.jpg\", \"id\": 56334, \"objects\": [{\"bbox\": {\"xmin\": 896.0, \"ymin\": 818.667, \"xmax\": 950.6664, \"ymax\": 872.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 546.667, \"ymin\": 780.0, \"xmax\": 589.3333, \"ymax\": 821.3333}, \"category\": \"pn\"}]}, \"18885\": {\"path\": \"test/18885.jpg\", \"id\": 18885, \"objects\": [{\"bbox\": {\"xmin\": 35.5263, \"ymin\": 713.158, \"xmax\": 86.8421, \"ymax\": 785.5263}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 89.4737, \"ymin\": 730.263, \"xmax\": 140.7895, \"ymax\": 797.3684000000001}, \"category\": \"w57\"}]}, \"54199\": {\"path\": \"train/54199.jpg\", \"id\": 54199, \"objects\": [{\"bbox\": {\"xmin\": 588.095, \"ymin\": 773.016, \"xmax\": 635.7143, \"ymax\": 821.4286}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1173.02, \"ymin\": 876.19, \"xmax\": 1201.5873, \"ymax\": 907.9365}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1107.94, \"ymin\": 879.365, \"xmax\": 1138.0952, \"ymax\": 907.9365}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1139.68, \"ymin\": 876.984, \"xmax\": 1169.8413, \"ymax\": 910.3175}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 398.413, \"ymin\": 783.333, \"xmax\": 444.44440000000003, \"ymax\": 832.5396999999999}, \"category\": \"pne\"}]}, \"69024\": {\"path\": \"train/69024.jpg\", \"id\": 69024, \"objects\": [{\"bbox\": {\"xmin\": 1768.52, \"ymin\": 938.247, \"xmax\": 1824.3011999999999, \"ymax\": 993.2269}, \"category\": \"pne\"}]}, \"56052\": {\"path\": \"train/56052.jpg\", \"id\": 56052, \"objects\": [{\"bbox\": {\"xmin\": 168.0, \"ymin\": 1005.0, \"xmax\": 200.0, \"ymax\": 1052.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 164.0, \"ymin\": 903.0, \"xmax\": 197.0, \"ymax\": 947.0}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 167.0, \"ymin\": 947.0, \"xmax\": 200.0, \"ymax\": 990.0}, \"category\": \"pn\"}]}, \"74290\": {\"path\": \"train/74290.jpg\", \"id\": 74290, \"objects\": [{\"bbox\": {\"xmin\": 1405.94, \"ymin\": 890.099, \"xmax\": 1425.7411, \"ymax\": 918.8119}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1385.15, \"ymin\": 889.109, \"xmax\": 1407.8462000000002, \"ymax\": 916.8330000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1428.71, \"ymin\": 892.157, \"xmax\": 1446.5347, \"ymax\": 919.802}, \"category\": \"pn\"}]}, \"33336\": {\"path\": \"train/33336.jpg\", \"id\": 33336, \"objects\": [{\"bbox\": {\"xmin\": 1276.14, \"ymin\": 940.909, \"xmax\": 1301.1382, \"ymax\": 963.6364}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1981.82, \"ymin\": 1022.16, \"xmax\": 2002.2755, \"ymax\": 1044.8863999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1216.48, \"ymin\": 939.773, \"xmax\": 1242.0455, \"ymax\": 964.2045}, \"category\": \"pne\"}]}, \"2430\": {\"path\": \"train/2430.jpg\", \"id\": 2430, \"objects\": [{\"bbox\": {\"xmin\": 484.127, \"ymin\": 988.889, \"xmax\": 516.6667, \"ymax\": 1034.127}, \"category\": \"pl30\"}]}, \"54912\": {\"path\": \"train/54912.jpg\", \"id\": 54912, \"objects\": [{\"bbox\": {\"xmin\": 1742.67, \"ymin\": 773.333, \"xmax\": 1781.3333, \"ymax\": 820.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1577.33, \"ymin\": 801.333, \"xmax\": 1625.3333, \"ymax\": 853.3333}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1493.33, \"ymin\": 792.0, \"xmax\": 1542.6667, \"ymax\": 841.3333}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1686.67, \"ymin\": 765.333, \"xmax\": 1729.3366, \"ymax\": 813.3333}, \"category\": \"pl90\"}]}, \"86414\": {\"path\": \"train/86414.jpg\", \"id\": 86414, \"objects\": [{\"bbox\": {\"xmin\": 1834.65, \"ymin\": 729.703, \"xmax\": 1891.0891000000001, \"ymax\": 796.0396}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1694.06, \"ymin\": 894.059, \"xmax\": 1714.8515, \"ymax\": 920.7921}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1645.54, \"ymin\": 891.089, \"xmax\": 1668.3168, \"ymax\": 919.802}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1669.31, \"ymin\": 892.079, \"xmax\": 1692.0792, \"ymax\": 920.7921}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1585.15, \"ymin\": 708.911, \"xmax\": 1654.4554, \"ymax\": 777.2276999999999}, \"category\": \"pne\"}]}, \"60423\": {\"path\": \"train/60423.jpg\", \"id\": 60423, \"objects\": [{\"bbox\": {\"xmin\": 1857.33, \"ymin\": 704.0, \"xmax\": 1910.6667, \"ymax\": 768.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1996.0, \"ymin\": 729.333, \"xmax\": 2045.3333, \"ymax\": 790.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1690.67, \"ymin\": 681.333, \"xmax\": 1753.3333, \"ymax\": 749.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1622.67, \"ymin\": 672.0, \"xmax\": 1686.6667, \"ymax\": 740.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1800.0, \"ymin\": 694.667, \"xmax\": 1854.6667, \"ymax\": 762.667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1950.67, \"ymin\": 722.667, \"xmax\": 1994.6667, \"ymax\": 781.3333}, \"category\": \"pl100\"}]}, \"86128\": {\"path\": \"train/86128.jpg\", \"id\": 86128, \"objects\": [{\"bbox\": {\"xmin\": 1378.0, \"ymin\": 971.0, \"xmax\": 1451.0, \"ymax\": 1049.0}, \"category\": \"pr40\"}]}, \"6490\": {\"path\": \"other/6490.jpg\", \"id\": 6490, \"objects\": [{\"bbox\": {\"xmin\": 1223.76, \"ymin\": 940.594, \"xmax\": 1236.6337, \"ymax\": 953.4653000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1134.65, \"ymin\": 936.634, \"xmax\": 1148.5149000000001, \"ymax\": 950.495}, \"category\": \"pne\"}]}, \"36150\": {\"path\": \"train/36150.jpg\", \"id\": 36150, \"objects\": [{\"bbox\": {\"xmin\": 724.603, \"ymin\": 857.143, \"xmax\": 754.7619, \"ymax\": 888.8889}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1196.03, \"ymin\": 870.635, \"xmax\": 1226.9841, \"ymax\": 901.5873}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1229.37, \"ymin\": 871.429, \"xmax\": 1257.4256999999998, \"ymax\": 900.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 542.857, \"ymin\": 864.286, \"xmax\": 567.4603, \"ymax\": 893.6507999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1260.32, \"ymin\": 1007.94, \"xmax\": 1285.7142999999999, \"ymax\": 1035.7143}, \"category\": \"i2r\"}]}, \"94559\": {\"path\": \"other/94559.jpg\", \"id\": 94559, \"objects\": [{\"bbox\": {\"xmin\": 1127.8931884765625, \"ymin\": 970.2890014648438, \"xmax\": 1155.6221923828125, \"ymax\": 998.0841674804688}, \"category\": \"ph3.3\"}]}, \"6889\": {\"path\": \"other/6889.jpg\", \"id\": 6889, \"objects\": [{\"bbox\": {\"xmin\": 1521.5703125, \"ymin\": 513.765380859375, \"xmax\": 1618.8212890625, \"ymax\": 645.486572265625}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1623.5648193359375, \"ymin\": 536.275390625, \"xmax\": 1729.8106689453125, \"ymax\": 641.22607421875}, \"category\": \"pn\"}]}, \"9193\": {\"path\": \"train/9193.jpg\", \"id\": 9193, \"objects\": [{\"bbox\": {\"xmin\": 1544.0, \"ymin\": 1024.0, \"xmax\": 1574.6667, \"ymax\": 1049.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 785.333, \"ymin\": 1008.0, \"xmax\": 809.3333, \"ymax\": 1032.0}, \"category\": \"ip\"}]}, \"55941\": {\"path\": \"train/55941.jpg\", \"id\": 55941, \"objects\": [{\"bbox\": {\"xmin\": 839.683, \"ymin\": 969.048, \"xmax\": 867.4603, \"ymax\": 996.0317}, \"category\": \"pne\"}]}, \"88555\": {\"path\": \"train/88555.jpg\", \"id\": 88555, \"objects\": [{\"bbox\": {\"xmin\": 835.714, \"ymin\": 926.19, \"xmax\": 858.7302000000001, \"ymax\": 953.9683}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1074.6, \"ymin\": 968.254, \"xmax\": 1090.4761999999998, \"ymax\": 987.3016}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 740.476, \"ymin\": 931.746, \"xmax\": 762.6984, \"ymax\": 955.5556}, \"category\": \"pne\"}]}, \"5679\": {\"path\": \"train/5679.jpg\", \"id\": 5679, \"objects\": [{\"bbox\": {\"xmin\": 1531.25, \"ymin\": 1375.57, \"xmax\": 1574.9964, \"ymax\": 1415.3436}, \"category\": \"i1\"}, {\"bbox\": {\"xmin\": 1532.39, \"ymin\": 1332.95, \"xmax\": 1572.7273, \"ymax\": 1374.4318}, \"category\": \"pne\"}]}, \"74171\": {\"path\": \"test/74171.jpg\", \"id\": 74171, \"objects\": [{\"bbox\": {\"xmin\": 1661.0, \"ymin\": 951.0, \"xmax\": 1748.0, \"ymax\": 1048.0}, \"category\": \"pl120\"}]}, \"20047\": {\"path\": \"train/20047.jpg\", \"id\": 20047, \"objects\": [{\"bbox\": {\"xmin\": 1415.34, \"ymin\": 980.113, \"xmax\": 1436.3609, \"ymax\": 1001.1362}, \"category\": \"pm55\"}]}, \"84497\": {\"path\": \"train/84497.jpg\", \"id\": 84497, \"objects\": [{\"bbox\": {\"xmin\": 1557.95, \"ymin\": 992.613, \"xmax\": 1578.9736, \"ymax\": 1012.4996000000001}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1335.23, \"ymin\": 990.909, \"xmax\": 1357.9545, \"ymax\": 1009.6595}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 970.455, \"ymin\": 987.5, \"xmax\": 994.3182, \"ymax\": 1008.5231}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 734.091, \"ymin\": 988.636, \"xmax\": 750.5682, \"ymax\": 1005.6818}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 839.773, \"ymin\": 982.386, \"xmax\": 861.9318000000001, \"ymax\": 1005.6818}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 972.159, \"ymin\": 965.34, \"xmax\": 994.8859, \"ymax\": 985.2268}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1096.59, \"ymin\": 989.205, \"xmax\": 1117.0427, \"ymax\": 1013.6368}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1213.64, \"ymin\": 987.5, \"xmax\": 1232.3864, \"ymax\": 1010.7955}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1334.66, \"ymin\": 967.614, \"xmax\": 1357.3845000000001, \"ymax\": 989.2047}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1453.97, \"ymin\": 992.613, \"xmax\": 1468.18, \"ymax\": 1014.2047}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1558.52, \"ymin\": 972.728, \"xmax\": 1578.4055, \"ymax\": 990.3412999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1558.52, \"ymin\": 1013.07, \"xmax\": 1580.1136, \"ymax\": 1034.0909000000001}, \"category\": \"pw4\"}]}, \"77303\": {\"path\": \"test/77303.jpg\", \"id\": 77303, \"objects\": [{\"bbox\": {\"xmin\": 1719.0, \"ymin\": 932.0, \"xmax\": 1818.0, \"ymax\": 1032.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1104.0, \"ymin\": 913.0, \"xmax\": 1124.0, \"ymax\": 933.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1129.0, \"ymin\": 913.0, \"xmax\": 1150.0, \"ymax\": 933.0}, \"category\": \"pn\"}]}, \"58222\": {\"path\": \"other/58222.jpg\", \"id\": 58222, \"objects\": [{\"bbox\": {\"xmin\": 324.0, \"ymin\": 1044.0, \"xmax\": 384.0, \"ymax\": 1104.0}, \"category\": \"pm50\"}]}, \"23566\": {\"path\": \"train/23566.jpg\", \"id\": 23566, \"objects\": [{\"bbox\": {\"xmin\": 1658.0, \"ymin\": 977.0, \"xmax\": 1708.0, \"ymax\": 1028.0}, \"category\": \"pcl\"}]}, \"36916\": {\"path\": \"train/36916.jpg\", \"id\": 36916, \"objects\": [{\"bbox\": {\"xmin\": 748.684, \"ymin\": 805.263, \"xmax\": 796.0526, \"ymax\": 855.2632}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1325.0, \"ymin\": 952.632, \"xmax\": 1361.8421, \"ymax\": 993.4209}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1323.68, \"ymin\": 1003.95, \"xmax\": 1363.1579000000002, \"ymax\": 1040.7921000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1325.0, \"ymin\": 898.684, \"xmax\": 1361.8421, \"ymax\": 938.1578999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 578.947, \"ymin\": 810.526, \"xmax\": 622.3684, \"ymax\": 857.8947}, \"category\": \"pne\"}]}, \"15910\": {\"path\": \"train/15910.jpg\", \"id\": 15910, \"objects\": [{\"bbox\": {\"xmin\": 1120.0, \"ymin\": 749.333, \"xmax\": 1168.0, \"ymax\": 793.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1341.33, \"ymin\": 749.333, \"xmax\": 1385.3333, \"ymax\": 793.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 878.667, \"ymin\": 757.333, \"xmax\": 926.6667, \"ymax\": 805.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 678.667, \"ymin\": 774.667, \"xmax\": 718.6667, \"ymax\": 818.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 592.0, \"ymin\": 784.0, \"xmax\": 630.6667, \"ymax\": 822.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 786.667, \"ymin\": 766.667, \"xmax\": 830.6667, \"ymax\": 809.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1025.33, \"ymin\": 753.333, \"xmax\": 1066.6667, \"ymax\": 796.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1236.0, \"ymin\": 748.0, \"xmax\": 1278.6667, \"ymax\": 789.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1526.67, \"ymin\": 961.333, \"xmax\": 1600.0, \"ymax\": 1037.3333}, \"category\": \"pm55\"}]}, \"7018\": {\"path\": \"train/7018.jpg\", \"id\": 7018, \"objects\": [{\"bbox\": {\"xmin\": 929.6, \"ymin\": 749.6, \"xmax\": 980.0, \"ymax\": 796.8000000000001}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1215.2, \"ymin\": 744.0, \"xmax\": 1264.8, \"ymax\": 792.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1074.4, \"ymin\": 744.0, \"xmax\": 1123.2, \"ymax\": 792.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 869.6, \"ymin\": 698.4, \"xmax\": 918.4, \"ymax\": 746.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 928.0, \"ymin\": 694.4, \"xmax\": 978.4, \"ymax\": 743.1999999999999}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1010.4, \"ymin\": 747.2, \"xmax\": 1060.0, \"ymax\": 795.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 871.2, \"ymin\": 752.8, \"xmax\": 919.2, \"ymax\": 799.1999999999999}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1153.6, \"ymin\": 745.6, \"xmax\": 1203.1999999999998, \"ymax\": 792.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1327.2, \"ymin\": 744.8, \"xmax\": 1376.8, \"ymax\": 795.1999999999999}, \"category\": \"pne\"}]}, \"17707\": {\"path\": \"train/17707.jpg\", \"id\": 17707, \"objects\": [{\"bbox\": {\"xmin\": 1470.0, \"ymin\": 734.0, \"xmax\": 1526.0, \"ymax\": 794.0}, \"category\": \"p10\"}]}, \"73162\": {\"path\": \"train/73162.jpg\", \"id\": 73162, \"objects\": [{\"bbox\": {\"xmin\": 761.333, \"ymin\": 1109.33, \"xmax\": 802.6667, \"ymax\": 1150.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1144.0, \"ymin\": 1112.0, \"xmax\": 1185.3333, \"ymax\": 1154.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1206.67, \"ymin\": 1061.33, \"xmax\": 1229.3333, \"ymax\": 1085.3333}, \"category\": \"pne\"}]}, \"1125\": {\"path\": \"train/1125.jpg\", \"id\": 1125, \"objects\": [{\"bbox\": {\"xmin\": 840.0, \"ymin\": 1037.33, \"xmax\": 880.0003, \"ymax\": 1080.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 837.333, \"ymin\": 993.333, \"xmax\": 880.0, \"ymax\": 1036.0}, \"category\": \"pl5\"}]}, \"92134\": {\"path\": \"train/92134.jpg\", \"id\": 92134, \"objects\": [{\"bbox\": {\"xmin\": 608.0, \"ymin\": 921.0, \"xmax\": 662.0, \"ymax\": 992.0}, \"category\": \"pr40\"}]}, \"53134\": {\"path\": \"test/53134.jpg\", \"id\": 53134, \"objects\": [{\"bbox\": {\"xmin\": 1322.67, \"ymin\": 881.333, \"xmax\": 1366.67, \"ymax\": 926.6667}, \"category\": \"pl100\"}]}, \"57510\": {\"path\": \"train/57510.jpg\", \"id\": 57510, \"objects\": [{\"bbox\": {\"xmin\": 673.333, \"ymin\": 966.667, \"xmax\": 721.3333, \"ymax\": 1017.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 878.667, \"ymin\": 712.0, \"xmax\": 940.0, \"ymax\": 773.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1372.0, \"ymin\": 918.667, \"xmax\": 1416.0, \"ymax\": 962.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 938.667, \"ymin\": 705.333, \"xmax\": 1001.3333, \"ymax\": 768.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 421.333, \"ymin\": 744.0, \"xmax\": 474.66670000000005, \"ymax\": 797.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1492.0, \"ymin\": 970.667, \"xmax\": 1538.6667, \"ymax\": 1018.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1497.33, \"ymin\": 1014.67, \"xmax\": 1539.9967, \"ymax\": 1064.0}, \"category\": \"i2r\"}]}, \"65455\": {\"path\": \"train/65455.jpg\", \"id\": 65455, \"objects\": [{\"bbox\": {\"xmin\": 944.0, \"ymin\": 766.4, \"xmax\": 989.6, \"ymax\": 809.6}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 766.4, \"xmax\": 1252.8, \"ymax\": 808.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1076.0, \"ymin\": 766.4, \"xmax\": 1121.6, \"ymax\": 808.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 889.6, \"ymin\": 722.4, \"xmax\": 932.8000000000001, \"ymax\": 763.1999999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 943.2, \"ymin\": 719.2, \"xmax\": 987.2, \"ymax\": 761.6}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1023.2, \"ymin\": 766.4, \"xmax\": 1066.4, \"ymax\": 809.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 891.2, \"ymin\": 771.2, \"xmax\": 935.2, \"ymax\": 812.8000000000001}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1152.0, \"ymin\": 767.2, \"xmax\": 1196.0, \"ymax\": 807.2}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1312.8, \"ymin\": 764.0, \"xmax\": 1360.8, \"ymax\": 808.0}, \"category\": \"pne\"}]}, \"53551\": {\"path\": \"train/53551.jpg\", \"id\": 53551, \"objects\": [{\"bbox\": {\"xmin\": 328.713, \"ymin\": 800.0, \"xmax\": 371.2871, \"ymax\": 845.5446}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 791.089, \"ymin\": 827.723, \"xmax\": 825.7426, \"ymax\": 867.3267}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 831.683, \"ymin\": 829.703, \"xmax\": 868.3168, \"ymax\": 869.3068999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 211.881, \"ymin\": 810.891, \"xmax\": 251.4851, \"ymax\": 858.4158}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 895.05, \"ymin\": 875.248, \"xmax\": 926.7326999999999, \"ymax\": 902.9703000000001}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 895.05, \"ymin\": 903.96, \"xmax\": 925.7425999999999, \"ymax\": 932.6733}, \"category\": \"i2r\"}]}, \"77270\": {\"path\": \"train/77270.jpg\", \"id\": 77270, \"objects\": [{\"bbox\": {\"xmin\": 1957.0, \"ymin\": 969.0, \"xmax\": 1969.0, \"ymax\": 981.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 36.0, \"ymin\": 903.0, \"xmax\": 58.0, \"ymax\": 935.0}, \"category\": \"pdd\"}]}, \"78015\": {\"path\": \"train/78015.jpg\", \"id\": 78015, \"objects\": [{\"bbox\": {\"xmin\": 1141.529541015625, \"ymin\": 963.5948486328125, \"xmax\": 1162.22705078125, \"ymax\": 984.7843017578125}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1068.25, \"ymin\": 903.175, \"xmax\": 1092.0635, \"ymax\": 928.5717999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1038.89, \"ymin\": 903.175, \"xmax\": 1065.873, \"ymax\": 930.1587}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1094.44, \"ymin\": 903.968, \"xmax\": 1119.8369, \"ymax\": 929.3651}, \"category\": \"pn\"}]}, \"73277\": {\"path\": \"train/73277.jpg\", \"id\": 73277, \"objects\": [{\"bbox\": {\"xmin\": 1451.0, \"ymin\": 840.0, \"xmax\": 1483.0, \"ymax\": 872.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1453.0, \"ymin\": 878.0, \"xmax\": 1483.0, \"ymax\": 911.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1453.0, \"ymin\": 917.0, \"xmax\": 1482.0, \"ymax\": 949.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1288.0, \"ymin\": 749.0, \"xmax\": 1319.0, \"ymax\": 778.0}, \"category\": \"w63\"}]}, \"72809\": {\"path\": \"test/72809.jpg\", \"id\": 72809, \"objects\": [{\"bbox\": {\"xmin\": 1818.81, \"ymin\": 655.446, \"xmax\": 1891.0891, \"ymax\": 741.5842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1679.21, \"ymin\": 864.356, \"xmax\": 1704.9505000000001, \"ymax\": 894.0594}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1655.45, \"ymin\": 860.396, \"xmax\": 1677.2277000000001, \"ymax\": 894.0594}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1704.95, \"ymin\": 863.366, \"xmax\": 1730.6931, \"ymax\": 897.0296999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1587.13, \"ymin\": 631.683, \"xmax\": 1673.2673000000002, \"ymax\": 718.8119}, \"category\": \"pne\"}]}, \"49888\": {\"path\": \"other/49888.jpg\", \"id\": 49888, \"objects\": [{\"bbox\": {\"xmin\": 1173.68, \"ymin\": 989.474, \"xmax\": 1203.9773, \"ymax\": 1022.1591000000001}, \"category\": \"pl15\"}]}, \"38142\": {\"path\": \"test/38142.jpg\", \"id\": 38142, \"objects\": [{\"bbox\": {\"xmin\": 843.0, \"ymin\": 798.0, \"xmax\": 879.0, \"ymax\": 833.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 797.0, \"ymin\": 760.0, \"xmax\": 830.0, \"ymax\": 790.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 843.0, \"ymin\": 755.0, \"xmax\": 877.0, \"ymax\": 788.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 798.0, \"ymin\": 801.0, \"xmax\": 830.0, \"ymax\": 833.0}, \"category\": \"pl110\"}]}, \"45573\": {\"path\": \"train/45573.jpg\", \"id\": 45573, \"objects\": [{\"bbox\": {\"xmin\": 1561.33, \"ymin\": 974.667, \"xmax\": 1581.3333, \"ymax\": 1002.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 424.0, \"ymin\": 998.667, \"xmax\": 449.3333, \"ymax\": 1036.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 880.0, \"xmax\": 1241.3333, \"ymax\": 912.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1677.33, \"ymin\": 998.667, \"xmax\": 1694.6667, \"ymax\": 1017.3336}, \"category\": \"pne\"}]}, \"80064\": {\"path\": \"test/80064.jpg\", \"id\": 80064, \"objects\": [{\"bbox\": {\"xmin\": 100.0, \"ymin\": 846.667, \"xmax\": 122.66669999999999, \"ymax\": 872.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1049.33, \"ymin\": 1350.67, \"xmax\": 1287.9969999999998, \"ymax\": 1561.345}, \"category\": \"p23\"}]}, \"70815\": {\"path\": \"test/70815.jpg\", \"id\": 70815, \"objects\": [{\"bbox\": {\"xmin\": 1197.62, \"ymin\": 816.667, \"xmax\": 1239.6816, \"ymax\": 862.6985000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1242.86, \"ymin\": 816.666, \"xmax\": 1288.8889, \"ymax\": 861.1107000000001}, \"category\": \"pn\"}]}, \"47783\": {\"path\": \"train/47783.jpg\", \"id\": 47783, \"objects\": [{\"bbox\": {\"xmin\": 1151.66, \"ymin\": 896.026, \"xmax\": 1172.1854, \"ymax\": 916.5563}, \"category\": \"pne\"}]}, \"39092\": {\"path\": \"train/39092.jpg\", \"id\": 39092, \"objects\": [{\"bbox\": {\"xmin\": 669.2503662109375, \"ymin\": 978.4271240234375, \"xmax\": 689.3272705078125, \"ymax\": 998.3931884765625}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 993.333, \"ymin\": 800.0, \"xmax\": 1021.3333, \"ymax\": 828.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 994.667, \"ymin\": 842.667, \"xmax\": 1021.3333, \"ymax\": 870.667}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 949.333, \"ymin\": 901.333, \"xmax\": 977.3333, \"ymax\": 929.3333}, \"category\": \"pl35\"}]}, \"59745\": {\"path\": \"test/59745.jpg\", \"id\": 59745, \"objects\": [{\"bbox\": {\"xmin\": 1436.63, \"ymin\": 934.653, \"xmax\": 1464.3564000000001, \"ymax\": 969.3069}, \"category\": \"ip\"}]}, \"20015\": {\"path\": \"test/20015.jpg\", \"id\": 20015, \"objects\": [{\"bbox\": {\"xmin\": 1485.8, \"ymin\": 794.737, \"xmax\": 1526.7099, \"ymax\": 836.3636}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1742.11, \"ymin\": 800.0, \"xmax\": 1775.0, \"ymax\": 840.3415}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1776.68, \"ymin\": 804.666, \"xmax\": 1808.2563, \"ymax\": 845.455}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1229.88, \"ymin\": 786.931, \"xmax\": 1270.6684, \"ymax\": 831.249}, \"category\": \"pne\"}]}, \"89813\": {\"path\": \"train/89813.jpg\", \"id\": 89813, \"objects\": [{\"bbox\": {\"xmin\": 911.2, \"ymin\": 668.0, \"xmax\": 976.0, \"ymax\": 728.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1291.2, \"ymin\": 663.2, \"xmax\": 1353.6000000000001, \"ymax\": 722.4000000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1103.2, \"ymin\": 660.0, \"xmax\": 1166.4, \"ymax\": 719.2}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 832.0, \"ymin\": 606.4, \"xmax\": 894.4, \"ymax\": 664.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 913.6, \"ymin\": 604.8, \"xmax\": 975.2, \"ymax\": 663.1999999999999}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1022.4, \"ymin\": 661.6, \"xmax\": 1086.4, \"ymax\": 721.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 833.6, \"ymin\": 668.0, \"xmax\": 894.4, \"ymax\": 728.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1212.0, \"ymin\": 662.4, \"xmax\": 1274.4, \"ymax\": 721.6}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1425.6, \"ymin\": 666.4, \"xmax\": 1485.6, \"ymax\": 728.8}, \"category\": \"pne\"}]}, \"58579\": {\"path\": \"train/58579.jpg\", \"id\": 58579, \"objects\": [{\"bbox\": {\"xmin\": 1486.67, \"ymin\": 894.667, \"xmax\": 1548.0, \"ymax\": 952.0}, \"category\": \"w59\"}]}, \"1191\": {\"path\": \"test/1191.jpg\", \"id\": 1191, \"objects\": [{\"bbox\": {\"xmin\": 553.333, \"ymin\": 905.333, \"xmax\": 609.3333, \"ymax\": 964.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1202.67, \"ymin\": 828.0, \"xmax\": 1244.0, \"ymax\": 870.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 353.333, \"ymin\": 916.0, \"xmax\": 400.0, \"ymax\": 972.0}, \"category\": \"pne\"}]}, \"78507\": {\"path\": \"test/78507.jpg\", \"id\": 78507, \"objects\": [{\"bbox\": {\"xmin\": 1411.5, \"ymin\": 960.177, \"xmax\": 1430.531, \"ymax\": 979.6460000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1411.5, \"ymin\": 980.974, \"xmax\": 1432.2959, \"ymax\": 1000.0}, \"category\": \"pn\"}]}, \"4232\": {\"path\": \"test/4232.jpg\", \"id\": 4232, \"objects\": [{\"bbox\": {\"xmin\": 1256.0, \"ymin\": 1013.0, \"xmax\": 1274.0, \"ymax\": 1032.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1779.0, \"ymin\": 995.0, \"xmax\": 1847.0, \"ymax\": 1068.0}, \"category\": \"w47\"}]}, \"28402\": {\"path\": \"other/28402.jpg\", \"id\": 28402, \"objects\": [{\"bbox\": {\"xmin\": 1872.37, \"ymin\": 957.895, \"xmax\": 1898.6842, \"ymax\": 986.8421}, \"category\": \"w63\"}]}, \"79023\": {\"path\": \"test/79023.jpg\", \"id\": 79023, \"objects\": [{\"bbox\": {\"xmin\": 725.333, \"ymin\": 940.0, \"xmax\": 764.0, \"ymax\": 981.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1861.33, \"ymin\": 1021.33, \"xmax\": 1889.3333, \"ymax\": 1049.3333}, \"category\": \"pl15\"}]}, \"7249\": {\"path\": \"train/7249.jpg\", \"id\": 7249, \"objects\": [{\"bbox\": {\"xmin\": -2.0, \"ymin\": 702.0, \"xmax\": 70.0, \"ymax\": 822.0}, \"category\": \"pl60\"}]}, \"42026\": {\"path\": \"train/42026.jpg\", \"id\": 42026, \"objects\": [{\"bbox\": {\"xmin\": 1984.31, \"ymin\": 584.314, \"xmax\": 2047.0588, \"ymax\": 684.3136999999999}, \"category\": \"pne\"}]}, \"27559\": {\"path\": \"other/27559.jpg\", \"id\": 27559, \"objects\": [{\"bbox\": {\"xmin\": 45.419979095458984, \"ymin\": 842.8780517578125, \"xmax\": 68.69178771972656, \"ymax\": 879.202880859375}, \"category\": \"i2\"}]}, \"72516\": {\"path\": \"train/72516.jpg\", \"id\": 72516, \"objects\": [{\"bbox\": {\"xmin\": 649.0, \"ymin\": 843.0, \"xmax\": 735.0, \"ymax\": 930.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1068.0, \"ymin\": 992.0, \"xmax\": 1086.0, \"ymax\": 1009.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1103.0, \"ymin\": 969.0, \"xmax\": 1123.0, \"ymax\": 988.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 655.0, \"ymin\": 928.0, \"xmax\": 718.0, \"ymax\": 991.0}, \"category\": \"w59\"}]}, \"72374\": {\"path\": \"train/72374.jpg\", \"id\": 72374, \"objects\": [{\"bbox\": {\"xmin\": 815.0, \"ymin\": 720.0, \"xmax\": 862.0, \"ymax\": 767.0}, \"category\": \"pr40\"}]}, \"12529\": {\"path\": \"test/12529.jpg\", \"id\": 12529, \"objects\": [{\"bbox\": {\"xmin\": 309.804, \"ymin\": 584.314, \"xmax\": 400.0, \"ymax\": 680.3922}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1124.17, \"ymin\": 859.486, \"xmax\": 1155.5427, \"ymax\": 892.8189}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1082.38, \"ymin\": 853.642, \"xmax\": 1118.5430000000001, \"ymax\": 894.0634}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1161.47, \"ymin\": 857.499, \"xmax\": 1194.8069, \"ymax\": 886.9103}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 13.6736, \"ymin\": 657.473, \"xmax\": 70.5363, \"ymax\": 737.8655}, \"category\": \"pne\"}]}, \"68199\": {\"path\": \"other/68199.jpg\", \"id\": 68199, \"objects\": [{\"bbox\": {\"xmin\": 1774.51, \"ymin\": 956.863, \"xmax\": 1856.8627, \"ymax\": 1047.0588}, \"category\": \"pl15\"}]}, \"94411\": {\"path\": \"train/94411.jpg\", \"id\": 94411, \"objects\": [{\"bbox\": {\"xmin\": 1579.0860595703125, \"ymin\": 980.5939331054688, \"xmax\": 1612.5552978515625, \"ymax\": 1010.3178100585938}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 846.667, \"ymin\": 946.667, \"xmax\": 876.0, \"ymax\": 977.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 842.667, \"ymin\": 880.0, \"xmax\": 873.3333, \"ymax\": 909.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 849.333, \"ymin\": 922.667, \"xmax\": 870.6667, \"ymax\": 944.0}, \"category\": \"p23\"}]}, \"38865\": {\"path\": \"train/38865.jpg\", \"id\": 38865, \"objects\": [{\"bbox\": {\"xmin\": 1032.0, \"ymin\": 854.667, \"xmax\": 1062.6667, \"ymax\": 881.3333}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1069.33, \"ymin\": 812.0, \"xmax\": 1100.0, \"ymax\": 842.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1030.67, \"ymin\": 814.667, \"xmax\": 1060.0, \"ymax\": 844.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1070.67, \"ymin\": 854.667, \"xmax\": 1101.3333, \"ymax\": 882.6667}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1069.33, \"ymin\": 906.667, \"xmax\": 1096.0, \"ymax\": 930.6667}, \"category\": \"pmb\"}]}, \"14002\": {\"path\": \"train/14002.jpg\", \"id\": 14002, \"objects\": [{\"bbox\": {\"xmin\": 107.843, \"ymin\": 831.373, \"xmax\": 133.3333, \"ymax\": 880.3922}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 591.089, \"ymin\": 1042.57, \"xmax\": 606.9307, \"ymax\": 1064.3564}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1221.78, \"ymin\": 1035.64, \"xmax\": 1238.6139, \"ymax\": 1056.4356}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 11.7647, \"ymin\": 823.529, \"xmax\": 47.0588, \"ymax\": 868.6275}, \"category\": \"pne\"}]}, \"51886\": {\"path\": \"test/51886.jpg\", \"id\": 51886, \"objects\": [{\"bbox\": {\"xmin\": 981.746, \"ymin\": 942.063, \"xmax\": 999.2062999999999, \"ymax\": 957.9365}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1083.33, \"ymin\": 940.476, \"xmax\": 1093.6508, \"ymax\": 956.3492}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1096.03, \"ymin\": 942.063, \"xmax\": 1107.2848, \"ymax\": 956.2914}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 909.934, \"ymin\": 942.857, \"xmax\": 923.0165999999999, \"ymax\": 960.3175}, \"category\": \"pne\"}]}, \"10790\": {\"path\": \"test/10790.jpg\", \"id\": 10790, \"objects\": [{\"bbox\": {\"xmin\": 796.026, \"ymin\": 805.96, \"xmax\": 812.5827999999999, \"ymax\": 856.2914000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 815.231, \"ymin\": 813.245, \"xmax\": 829.8008, \"ymax\": 862.2519}, \"category\": \"pn\"}]}, \"18727\": {\"path\": \"train/18727.jpg\", \"id\": 18727, \"objects\": [{\"bbox\": {\"xmin\": 1378.67, \"ymin\": 929.333, \"xmax\": 1453.3333, \"ymax\": 1002.6667}, \"category\": \"pl40\"}]}, \"73829\": {\"path\": \"train/73829.jpg\", \"id\": 73829, \"objects\": [{\"bbox\": {\"xmin\": 412.0, \"ymin\": 393.333, \"xmax\": 536.0, \"ymax\": 510.66700000000003}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 778.667, \"xmax\": 1480.0, \"ymax\": 813.3333}, \"category\": \"w55\"}]}, \"23196\": {\"path\": \"train/23196.jpg\", \"id\": 23196, \"objects\": [{\"bbox\": {\"xmin\": 2028.0, \"ymin\": 896.0, \"xmax\": 2046.6667, \"ymax\": 942.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1926.67, \"ymin\": 781.333, \"xmax\": 1974.6667, \"ymax\": 833.3333}, \"category\": \"pne\"}]}, \"32874\": {\"path\": \"train/32874.jpg\", \"id\": 32874, \"objects\": [{\"bbox\": {\"xmin\": 1237.25, \"ymin\": 696.078, \"xmax\": 1301.9608, \"ymax\": 768.6274999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1147.06, \"ymin\": 688.235, \"xmax\": 1221.5686, \"ymax\": 766.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1309.8, \"ymin\": 692.157, \"xmax\": 1388.2353, \"ymax\": 770.5882}, \"category\": \"pn\"}]}, \"91876\": {\"path\": \"test/91876.jpg\", \"id\": 91876, \"objects\": [{\"bbox\": {\"xmin\": 1273.27, \"ymin\": 964.356, \"xmax\": 1308.9109, \"ymax\": 998.0198}, \"category\": \"w57\"}]}, \"44812\": {\"path\": \"other/44812.jpg\", \"id\": 44812, \"objects\": [{\"bbox\": {\"xmin\": 1350.494384765625, \"ymin\": 942.6868286132812, \"xmax\": 1381.770263671875, \"ymax\": 977.1381225585938}, \"category\": \"w55\"}]}, \"18405\": {\"path\": \"train/18405.jpg\", \"id\": 18405, \"objects\": [{\"bbox\": {\"xmin\": 1860.62, \"ymin\": 946.461, \"xmax\": 1877.8786, \"ymax\": 963.7172}, \"category\": \"pl20\"}]}, \"8358\": {\"path\": \"other/8358.jpg\", \"id\": 8358, \"objects\": [{\"bbox\": {\"xmin\": 889.109, \"ymin\": 605.941, \"xmax\": 903.9604, \"ymax\": 682.1782000000001}, \"category\": \"pn\"}]}, \"51925\": {\"path\": \"other/51925.jpg\", \"id\": 51925, \"objects\": [{\"bbox\": {\"xmin\": 847.619, \"ymin\": 983.333, \"xmax\": 861.9048, \"ymax\": 998.4127}, \"category\": \"p23\"}]}, \"34293\": {\"path\": \"other/34293.jpg\", \"id\": 34293, \"objects\": [{\"bbox\": {\"xmin\": 1196.03, \"ymin\": 923.179, \"xmax\": 1209.2715, \"ymax\": 938.4105999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1350.99, \"ymin\": 924.503, \"xmax\": 1360.2649, \"ymax\": 938.4106}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1156.95, \"ymin\": 922.516, \"xmax\": 1169.5364, \"ymax\": 936.4232999999999}, \"category\": \"pne\"}]}, \"39482\": {\"path\": \"train/39482.jpg\", \"id\": 39482, \"objects\": [{\"bbox\": {\"xmin\": 179.208, \"ymin\": 873.267, \"xmax\": 200.0, \"ymax\": 900.9901000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 200.99, \"ymin\": 872.277, \"xmax\": 224.7525, \"ymax\": 900.9901000000001}, \"category\": \"pn\"}]}, \"86424\": {\"path\": \"train/86424.jpg\", \"id\": 86424, \"objects\": [{\"bbox\": {\"xmin\": 538.1488647460938, \"ymin\": 1157.2081298828125, \"xmax\": 557.3250122070312, \"ymax\": 1196.2196044921875}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1335.2, \"ymin\": 1051.2, \"xmax\": 1378.4, \"ymax\": 1094.4}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 714.4, \"ymin\": 1060.8, \"xmax\": 746.4, \"ymax\": 1116.8}, \"category\": \"pn\"}]}, \"24153\": {\"path\": \"train/24153.jpg\", \"id\": 24153, \"objects\": [{\"bbox\": {\"xmin\": 614.0, \"ymin\": 634.0, \"xmax\": 669.0, \"ymax\": 684.0}, \"category\": \"p23\"}]}, \"78631\": {\"path\": \"train/78631.jpg\", \"id\": 78631, \"objects\": [{\"bbox\": {\"xmin\": 548.515, \"ymin\": 907.921, \"xmax\": 569.3069, \"ymax\": 927.7228}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 450.495, \"ymin\": 909.901, \"xmax\": 472.2772, \"ymax\": 936.6337}, \"category\": \"pne\"}]}, \"20512\": {\"path\": \"other/20512.jpg\", \"id\": 20512, \"objects\": [{\"bbox\": {\"xmin\": 1835.1881103515625, \"ymin\": 927.0377807617188, \"xmax\": 1852.1676025390625, \"ymax\": 948.8241577148438}, \"category\": \"pne\"}]}, \"59096\": {\"path\": \"train/59096.jpg\", \"id\": 59096, \"objects\": [{\"bbox\": {\"xmin\": 1550.67, \"ymin\": 1021.33, \"xmax\": 1581.3333, \"ymax\": 1050.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1550.67, \"ymin\": 989.333, \"xmax\": 1582.6667, \"ymax\": 1021.3333}, \"category\": \"pl5\"}]}, \"85429\": {\"path\": \"test/85429.jpg\", \"id\": 85429, \"objects\": [{\"bbox\": {\"xmin\": 1048.67, \"ymin\": 910.177, \"xmax\": 1068.5841, \"ymax\": 932.7429}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1072.13, \"ymin\": 911.061, \"xmax\": 1091.6004, \"ymax\": 931.4155000000001}, \"category\": \"pn\"}]}, \"71011\": {\"path\": \"train/71011.jpg\", \"id\": 71011, \"objects\": [{\"bbox\": {\"xmin\": 494.118, \"ymin\": 558.824, \"xmax\": 552.9412, \"ymax\": 662.745}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 325.49, \"ymin\": 458.824, \"xmax\": 398.0392, \"ymax\": 578.431}, \"category\": \"pne\"}]}, \"9704\": {\"path\": \"train/9704.jpg\", \"id\": 9704, \"objects\": [{\"bbox\": {\"xmin\": 129.0, \"ymin\": 906.0, \"xmax\": 209.0, \"ymax\": 995.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 131.0, \"ymin\": 811.0, \"xmax\": 207.0, \"ymax\": 900.0}, \"category\": \"pm55\"}]}, \"81701\": {\"path\": \"train/81701.jpg\", \"id\": 81701, \"objects\": [{\"bbox\": {\"xmin\": 1896.0, \"ymin\": 976.8, \"xmax\": 1907.2, \"ymax\": 992.8}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1260.0, \"ymin\": 960.0, \"xmax\": 1295.2, \"ymax\": 999.2}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1126.4, \"ymin\": 996.0, \"xmax\": 1155.2, \"ymax\": 1024.0}, \"category\": \"i2r\"}]}, \"88781\": {\"path\": \"test/88781.jpg\", \"id\": 88781, \"objects\": [{\"bbox\": {\"xmin\": 1494.0, \"ymin\": 585.0, \"xmax\": 1557.0, \"ymax\": 648.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1419.0, \"ymin\": 575.0, \"xmax\": 1485.0, \"ymax\": 635.0}, \"category\": \"wc\"}]}, \"31778\": {\"path\": \"train/31778.jpg\", \"id\": 31778, \"objects\": [{\"bbox\": {\"xmin\": 1849.21, \"ymin\": 987.302, \"xmax\": 1873.0159, \"ymax\": 1013.4921}, \"category\": \"w57\"}]}, \"72252\": {\"path\": \"train/72252.jpg\", \"id\": 72252, \"objects\": [{\"bbox\": {\"xmin\": 99.0919418334961, \"ymin\": 1242.1300048828125, \"xmax\": 123.04261016845703, \"ymax\": 1267.6646728515625}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 98.34230041503906, \"ymin\": 1210.9896240234375, \"xmax\": 124.24259948730469, \"ymax\": 1238.0145263671875}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 44.6903, \"ymin\": 1153.1, \"xmax\": 72.12389999999999, \"ymax\": 1188.0486999999998}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 73.4513, \"ymin\": 1150.89, \"xmax\": 101.7699, \"ymax\": 1187.1806000000001}, \"category\": \"pn\"}]}, \"72671\": {\"path\": \"train/72671.jpg\", \"id\": 72671, \"objects\": [{\"bbox\": {\"xmin\": 1302.21, \"ymin\": 916.371, \"xmax\": 1321.6814, \"ymax\": 934.0705}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1326.11, \"ymin\": 916.372, \"xmax\": 1343.3627999999999, \"ymax\": 935.3982}, \"category\": \"pn\"}]}, \"6737\": {\"path\": \"train/6737.jpg\", \"id\": 6737, \"objects\": [{\"bbox\": {\"xmin\": 1844.0, \"ymin\": 993.0, \"xmax\": 1866.0, \"ymax\": 1020.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 988.0, \"xmax\": 1597.0, \"ymax\": 1018.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1726.0, \"ymin\": 984.0, \"xmax\": 1767.0, \"ymax\": 1037.0}, \"category\": \"i5\"}]}, \"463\": {\"path\": \"other/463.jpg\", \"id\": 463, \"objects\": [{\"bbox\": {\"xmin\": 275.497, \"ymin\": 937.086, \"xmax\": 289.404, \"ymax\": 952.3179}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1067.55, \"ymin\": 947.682, \"xmax\": 1078.1457, \"ymax\": 958.9404000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1845.03, \"ymin\": 890.066, \"xmax\": 1859.6026, \"ymax\": 914.5695000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 229.801, \"ymin\": 935.099, \"xmax\": 241.0596, \"ymax\": 949.6689}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1019.87, \"ymin\": 946.358, \"xmax\": 1030.4636, \"ymax\": 959.6025999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1805.96, \"ymin\": 896.689, \"xmax\": 1815.23179, \"ymax\": 919.2053}, \"category\": \"pne\"}]}, \"65776\": {\"path\": \"test/65776.jpg\", \"id\": 65776, \"objects\": [{\"bbox\": {\"xmin\": 1505.33, \"ymin\": 1056.0, \"xmax\": 1548.0, \"ymax\": 1094.6667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1508.0, \"ymin\": 1014.67, \"xmax\": 1548.0, \"ymax\": 1056.0}, \"category\": \"pm55\"}]}, \"69051\": {\"path\": \"train/69051.jpg\", \"id\": 69051, \"objects\": [{\"bbox\": {\"xmin\": 635.0, \"ymin\": 902.0, \"xmax\": 661.0, \"ymax\": 930.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1008.0, \"ymin\": 958.0, \"xmax\": 1030.0, \"ymax\": 980.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 593.0, \"ymin\": 905.0, \"xmax\": 615.0, \"ymax\": 928.0}, \"category\": \"pne\"}]}, \"62588\": {\"path\": \"train/62588.jpg\", \"id\": 62588, \"objects\": [{\"bbox\": {\"xmin\": 1384.42, \"ymin\": 921.739, \"xmax\": 1402.5339000000001, \"ymax\": 942.7533000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1405.43, \"ymin\": 922.826, \"xmax\": 1423.1884, \"ymax\": 942.7536}, \"category\": \"pn\"}]}, \"39032\": {\"path\": \"train/39032.jpg\", \"id\": 39032, \"objects\": [{\"bbox\": {\"xmin\": 1513.0, \"ymin\": 985.0, \"xmax\": 1547.0, \"ymax\": 1027.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 222.0, \"ymin\": 1049.0, \"xmax\": 242.0, \"ymax\": 1070.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 226.0, \"ymin\": 1023.0, \"xmax\": 239.0, \"ymax\": 1046.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 220.0, \"ymin\": 995.0, \"xmax\": 248.0, \"ymax\": 1022.0}, \"category\": \"pne\"}]}, \"44062\": {\"path\": \"train/44062.jpg\", \"id\": 44062, \"objects\": [{\"bbox\": {\"xmin\": 763.0, \"ymin\": 722.0, \"xmax\": 822.0, \"ymax\": 783.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1362.0, \"ymin\": 709.0, \"xmax\": 1418.0, \"ymax\": 768.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1054.0, \"ymin\": 711.0, \"xmax\": 1115.0, \"ymax\": 773.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1778.0, \"ymin\": 937.0, \"xmax\": 1842.0, \"ymax\": 1017.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 931.0, \"ymin\": 714.0, \"xmax\": 991.0, \"ymax\": 772.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1241.0, \"ymin\": 708.0, \"xmax\": 1300.0, \"ymax\": 769.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 651.0, \"ymin\": 731.0, \"xmax\": 705.0, \"ymax\": 791.0}, \"category\": \"pl120\"}]}, \"79794\": {\"path\": \"train/79794.jpg\", \"id\": 79794, \"objects\": [{\"bbox\": {\"xmin\": 1210.0, \"ymin\": 521.0, \"xmax\": 1323.0, \"ymax\": 629.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1325.0, \"ymin\": 528.0, \"xmax\": 1434.0, \"ymax\": 632.0}, \"category\": \"pn\"}]}, \"5937\": {\"path\": \"test/5937.jpg\", \"id\": 5937, \"objects\": [{\"bbox\": {\"xmin\": 984.0, \"ymin\": 960.0, \"xmax\": 1007.0, \"ymax\": 984.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 36.0, \"ymin\": 613.0, \"xmax\": 97.0, \"ymax\": 703.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1826.0, \"ymin\": 771.0, \"xmax\": 1871.0, \"ymax\": 823.0}, \"category\": \"pne\"}]}, \"80227\": {\"path\": \"train/80227.jpg\", \"id\": 80227, \"objects\": [{\"bbox\": {\"xmin\": 158.667, \"ymin\": 1092.0, \"xmax\": 226.6667, \"ymax\": 1176.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 158.667, \"ymin\": 1002.67, \"xmax\": 229.3333, \"ymax\": 1090.6667}, \"category\": \"pm55\"}]}, \"47948\": {\"path\": \"test/47948.jpg\", \"id\": 47948, \"objects\": [{\"bbox\": {\"xmin\": 3.94737, \"ymin\": 876.316, \"xmax\": 30.26317, \"ymax\": 935.5263}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 305.96, \"ymin\": 982.119, \"xmax\": 319.20529999999997, \"ymax\": 1005.9603000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 222.517, \"ymin\": 817.881, \"xmax\": 239.0728, \"ymax\": 847.6821}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 305.96, \"ymin\": 899.338, \"xmax\": 324.50329999999997, \"ymax\": 932.4503}, \"category\": \"pmb\"}, {\"bbox\": {\"xmin\": 272.185, \"ymin\": 828.477, \"xmax\": 289.404, \"ymax\": 858.2781}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 246.358, \"ymin\": 822.517, \"xmax\": 266.226, \"ymax\": 854.9669}, \"category\": \"pl40\"}]}, \"86757\": {\"path\": \"test/86757.jpg\", \"id\": 86757, \"objects\": [{\"bbox\": {\"xmin\": 1537.33, \"ymin\": 730.667, \"xmax\": 1596.0, \"ymax\": 789.3333}, \"category\": \"pl100\"}]}, \"73933\": {\"path\": \"train/73933.jpg\", \"id\": 73933, \"objects\": [{\"bbox\": {\"xmin\": 1897.1, \"ymin\": 870.29, \"xmax\": 1922.0991, \"ymax\": 901.4495999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1683.71, \"ymin\": 845.29, \"xmax\": 1713.7728, \"ymax\": 880.0725}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1923.92, \"ymin\": 872.826, \"xmax\": 1948.193, \"ymax\": 903.2612}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1717.03, \"ymin\": 848.551, \"xmax\": 1746.7438, \"ymax\": 884.7826}, \"category\": \"pn\"}]}, \"46871\": {\"path\": \"other/46871.jpg\", \"id\": 46871, \"objects\": [{\"bbox\": {\"xmin\": 1139.0, \"ymin\": 530.0, \"xmax\": 1254.0, \"ymax\": 636.0}, \"category\": \"pr60\"}]}, \"26934\": {\"path\": \"train/26934.jpg\", \"id\": 26934, \"objects\": [{\"bbox\": {\"xmin\": 1336.0, \"ymin\": 801.333, \"xmax\": 1372.0, \"ymax\": 834.6660999999999}, \"category\": \"pl40\"}]}, \"80340\": {\"path\": \"train/80340.jpg\", \"id\": 80340, \"objects\": [{\"bbox\": {\"xmin\": 167.045, \"ymin\": 827.841, \"xmax\": 194.3182, \"ymax\": 869.3182}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 197.16, \"ymin\": 831.25, \"xmax\": 221.5913, \"ymax\": 872.727}, \"category\": \"pn\"}]}, \"585\": {\"path\": \"train/585.jpg\", \"id\": 585, \"objects\": [{\"bbox\": {\"xmin\": 990.196, \"ymin\": 884.211, \"xmax\": 1021.5686000000001, \"ymax\": 917.1053}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1218.42, \"ymin\": 873.684, \"xmax\": 1245.0959, \"ymax\": 902.6315}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1252.94, \"ymin\": 876.316, \"xmax\": 1280.3922, \"ymax\": 901.3158000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 868.421, \"ymin\": 888.235, \"xmax\": 901.3158000000001, \"ymax\": 917.6467}, \"category\": \"pne\"}]}, \"15495\": {\"path\": \"train/15495.jpg\", \"id\": 15495, \"objects\": [{\"bbox\": {\"xmin\": 1688.7139892578125, \"ymin\": 0.0, \"xmax\": 1893.4283447265625, \"ymax\": 160.09652709960938}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 318.667, \"ymin\": 721.333, \"xmax\": 352.0, \"ymax\": 780.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 154.667, \"ymin\": 661.333, \"xmax\": 200.0, \"ymax\": 729.3333}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 100.0, \"ymin\": 644.0, \"xmax\": 150.6667, \"ymax\": 713.3333}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 278.667, \"ymin\": 706.667, \"xmax\": 316.0, \"ymax\": 769.3333}, \"category\": \"pl90\"}]}, \"65028\": {\"path\": \"train/65028.jpg\", \"id\": 65028, \"objects\": [{\"bbox\": {\"xmin\": 1233.52, \"ymin\": 944.886, \"xmax\": 1252.8409, \"ymax\": 961.9318}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1367.61, \"ymin\": 957.954, \"xmax\": 1379.5436, \"ymax\": 972.1578999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1336.93, \"ymin\": 956.818, \"xmax\": 1351.7045, \"ymax\": 973.2955}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1352.84, \"ymin\": 959.659, \"xmax\": 1365.9090999999999, \"ymax\": 973.2955}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1155.68, \"ymin\": 940.341, \"xmax\": 1173.8636000000001, \"ymax\": 961.9318000000001}, \"category\": \"pne\"}]}, \"44125\": {\"path\": \"train/44125.jpg\", \"id\": 44125, \"objects\": [{\"bbox\": {\"xmin\": 1169.33, \"ymin\": 800.0, \"xmax\": 1238.6667, \"ymax\": 862.6667}, \"category\": \"pl60\"}]}, \"8570\": {\"path\": \"other/8570.jpg\", \"id\": 8570, \"objects\": [{\"bbox\": {\"xmin\": 208.63717651367188, \"ymin\": 1185.013671875, \"xmax\": 225.02090454101562, \"ymax\": 1202.685546875}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 224.9211883544922, \"ymin\": 1183.0758056640625, \"xmax\": 244.2653045654297, \"ymax\": 1205.1671142578125}, \"category\": \"pn\"}]}, \"20252\": {\"path\": \"train/20252.jpg\", \"id\": 20252, \"objects\": [{\"bbox\": {\"xmin\": 1114.0, \"ymin\": 813.0, \"xmax\": 1148.0, \"ymax\": 842.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1507.0, \"ymin\": 820.0, \"xmax\": 1535.0, \"ymax\": 855.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1536.0, \"ymin\": 820.0, \"xmax\": 1568.0, \"ymax\": 856.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1056.0, \"ymin\": 809.0, \"xmax\": 1086.0, \"ymax\": 844.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 889.0, \"xmax\": 1225.0, \"ymax\": 902.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1573.0, \"ymin\": 928.0, \"xmax\": 1591.0, \"ymax\": 950.0}, \"category\": \"pdd\"}]}, \"31371\": {\"path\": \"train/31371.jpg\", \"id\": 31371, \"objects\": [{\"bbox\": {\"xmin\": 390.067, \"ymin\": 1005.3, \"xmax\": 417.21930000000003, \"ymax\": 1039.7419}, \"category\": \"pg\"}]}, \"86813\": {\"path\": \"train/86813.jpg\", \"id\": 86813, \"objects\": [{\"bbox\": {\"xmin\": 4.0, \"ymin\": 876.0, \"xmax\": 156.0, \"ymax\": 1108.8}, \"category\": \"i5\"}]}, \"96338\": {\"path\": \"train/96338.jpg\", \"id\": 96338, \"objects\": [{\"bbox\": {\"xmin\": 1494.67, \"ymin\": 785.333, \"xmax\": 1533.3333, \"ymax\": 828.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1442.67, \"ymin\": 781.333, \"xmax\": 1486.6667, \"ymax\": 828.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 834.667, \"xmax\": 1484.0, \"ymax\": 880.0003}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1242.67, \"ymin\": 916.0, \"xmax\": 1276.0, \"ymax\": 946.6667}, \"category\": \"p15\"}, {\"bbox\": {\"xmin\": 1242.67, \"ymin\": 974.667, \"xmax\": 1272.0, \"ymax\": 1005.3333}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1298.67, \"ymin\": 945.333, \"xmax\": 1334.6667, \"ymax\": 982.6667}, \"category\": \"ph2.5\"}, {\"bbox\": {\"xmin\": 1425.33, \"ymin\": 948.0, \"xmax\": 1462.6667, \"ymax\": 984.0}, \"category\": \"ph2.5\"}, {\"bbox\": {\"xmin\": 1493.33, \"ymin\": 837.333, \"xmax\": 1534.6667, \"ymax\": 880.0}, \"category\": \"pbp\"}]}, \"31104\": {\"path\": \"train/31104.jpg\", \"id\": 31104, \"objects\": [{\"bbox\": {\"xmin\": 372.0, \"ymin\": 944.0, \"xmax\": 425.3333, \"ymax\": 1001.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 369.333, \"ymin\": 885.333, \"xmax\": 426.66670000000005, \"ymax\": 944.0}, \"category\": \"pl5\"}]}, \"89793\": {\"path\": \"train/89793.jpg\", \"id\": 89793, \"objects\": [{\"bbox\": {\"xmin\": 842.5364379882812, \"ymin\": 954.16162109375, \"xmax\": 859.6611938476562, \"ymax\": 970.2738037109375}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 828.713, \"ymin\": 924.752, \"xmax\": 847.5247999999999, \"ymax\": 946.5346999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 373.267, \"ymin\": 910.891, \"xmax\": 394.0594, \"ymax\": 935.6436}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1590.2, \"ymin\": 337.255, \"xmax\": 1696.078, \"ymax\": 490.196}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 283.168, \"ymin\": 914.851, \"xmax\": 300.9901, \"ymax\": 938.6139}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1388.24, \"ymin\": 566.667, \"xmax\": 1447.0588, \"ymax\": 676.471}, \"category\": \"pne\"}]}, \"65965\": {\"path\": \"train/65965.jpg\", \"id\": 65965, \"objects\": [{\"bbox\": {\"xmin\": 1481.33, \"ymin\": 848.0, \"xmax\": 1601.3329999999999, \"ymax\": 980.0}, \"category\": \"pl5\"}]}, \"41829\": {\"path\": \"other/41829.jpg\", \"id\": 41829, \"objects\": [{\"bbox\": {\"xmin\": 907.08, \"ymin\": 917.699, \"xmax\": 942.0354, \"ymax\": 956.1958}, \"category\": \"ph2.8\"}]}, \"16790\": {\"path\": \"train/16790.jpg\", \"id\": 16790, \"objects\": [{\"bbox\": {\"xmin\": 366.0, \"ymin\": 494.0, \"xmax\": 445.0, \"ymax\": 575.0}, \"category\": \"pr40\"}]}, \"58663\": {\"path\": \"train/58663.jpg\", \"id\": 58663, \"objects\": [{\"bbox\": {\"xmin\": 66.6667, \"ymin\": 952.0, \"xmax\": 101.33330000000001, \"ymax\": 992.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 65.3333, \"ymin\": 912.0, \"xmax\": 104.0, \"ymax\": 953.3333}, \"category\": \"pl5\"}]}, \"66351\": {\"path\": \"other/66351.jpg\", \"id\": 66351, \"objects\": [{\"bbox\": {\"xmin\": 1039.61, \"ymin\": 737.624, \"xmax\": 1129.7033999999999, \"ymax\": 829.703}, \"category\": \"ph3.3\"}]}, \"91939\": {\"path\": \"test/91939.jpg\", \"id\": 91939, \"objects\": [{\"bbox\": {\"xmin\": 1507.0, \"ymin\": 874.0, \"xmax\": 1576.0, \"ymax\": 943.0}, \"category\": \"pl50\"}]}, \"57280\": {\"path\": \"test/57280.jpg\", \"id\": 57280, \"objects\": [{\"bbox\": {\"xmin\": 1920.0, \"ymin\": 777.333, \"xmax\": 1976.0, \"ymax\": 836.0}, \"category\": \"pl50\"}]}, \"95134\": {\"path\": \"train/95134.jpg\", \"id\": 95134, \"objects\": [{\"bbox\": {\"xmin\": 1852.0, \"ymin\": 724.0, \"xmax\": 1908.0, \"ymax\": 789.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 701.333, \"xmax\": 1792.0, \"ymax\": 770.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1792.0, \"ymin\": 710.667, \"xmax\": 1849.3333, \"ymax\": 778.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1906.67, \"ymin\": 728.0, \"xmax\": 1958.6667, \"ymax\": 794.6667}, \"category\": \"pn\"}]}, \"5201\": {\"path\": \"test/5201.jpg\", \"id\": 5201, \"objects\": [{\"bbox\": {\"xmin\": 1996.25537109375, \"ymin\": 967.210693359375, \"xmax\": 2021.001220703125, \"ymax\": 994.175048828125}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1230.3641357421875, \"ymin\": 911.2715454101562, \"xmax\": 1255.1256103515625, \"ymax\": 935.5346069335938}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 977.778, \"ymin\": 954.762, \"xmax\": 1006.3492, \"ymax\": 984.127}, \"category\": \"pne\"}]}, \"51554\": {\"path\": \"test/51554.jpg\", \"id\": 51554, \"objects\": [{\"bbox\": {\"xmin\": 1886.0, \"ymin\": 744.0, \"xmax\": 1934.0, \"ymax\": 804.0}, \"category\": \"pl50\"}]}, \"13802\": {\"path\": \"test/13802.jpg\", \"id\": 13802, \"objects\": [{\"bbox\": {\"xmin\": 192.715, \"ymin\": 896.689, \"xmax\": 211.2583, \"ymax\": 921.1921}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 112.698, \"ymin\": 888.742, \"xmax\": 135.76069999999999, \"ymax\": 911.1111}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1221.85, \"ymin\": 933.113, \"xmax\": 1237.0861, \"ymax\": 950.9934000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1203.31, \"ymin\": 933.775, \"xmax\": 1219.8674999999998, \"ymax\": 949.0065999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1240.4, \"ymin\": 930.464, \"xmax\": 1257.9365, \"ymax\": 952.3179}, \"category\": \"pn\"}]}, \"84263\": {\"path\": \"test/84263.jpg\", \"id\": 84263, \"objects\": [{\"bbox\": {\"xmin\": 1225.0, \"ymin\": 797.0, \"xmax\": 1270.0, \"ymax\": 841.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1039.0, \"ymin\": 798.0, \"xmax\": 1086.0, \"ymax\": 844.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 853.0, \"ymin\": 801.0, \"xmax\": 899.0, \"ymax\": 847.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 766.0, \"ymin\": 806.0, \"xmax\": 810.0, \"ymax\": 853.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 949.0, \"ymin\": 799.0, \"xmax\": 999.0, \"ymax\": 847.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1138.0, \"ymin\": 798.0, \"xmax\": 1182.0, \"ymax\": 841.0}, \"category\": \"pl80\"}]}, \"72750\": {\"path\": \"train/72750.jpg\", \"id\": 72750, \"objects\": [{\"bbox\": {\"xmin\": 1478.43, \"ymin\": 647.059, \"xmax\": 1570.5882000000001, \"ymax\": 735.2941}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1294.12, \"ymin\": 631.373, \"xmax\": 1388.2352999999998, \"ymax\": 727.451}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1394.12, \"ymin\": 637.255, \"xmax\": 1484.3137, \"ymax\": 725.4902}, \"category\": \"pn\"}]}, \"15423\": {\"path\": \"train/15423.jpg\", \"id\": 15423, \"objects\": [{\"bbox\": {\"xmin\": 1888.0, \"ymin\": 690.667, \"xmax\": 1960.0, \"ymax\": 776.0}, \"category\": \"pl40\"}]}, \"8985\": {\"path\": \"train/8985.jpg\", \"id\": 8985, \"objects\": [{\"bbox\": {\"xmin\": 2017.22, \"ymin\": 856.954, \"xmax\": 2045.6954, \"ymax\": 894.0396999999999}, \"category\": \"pl50\"}]}, \"45213\": {\"path\": \"train/45213.jpg\", \"id\": 45213, \"objects\": [{\"bbox\": {\"xmin\": 1905.33, \"ymin\": 821.333, \"xmax\": 1969.3333, \"ymax\": 898.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1906.67, \"ymin\": 938.667, \"xmax\": 1969.3333, \"ymax\": 1014.6667}, \"category\": \"pl80\"}]}, \"73390\": {\"path\": \"test/73390.jpg\", \"id\": 73390, \"objects\": [{\"bbox\": {\"xmin\": 1189.0, \"ymin\": 783.0, \"xmax\": 1238.0, \"ymax\": 831.0}, \"category\": \"p19\"}]}, \"81478\": {\"path\": \"test/81478.jpg\", \"id\": 81478, \"objects\": [{\"bbox\": {\"xmin\": 154.667, \"ymin\": 866.667, \"xmax\": 286.66700000000003, \"ymax\": 1106.667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1737.33, \"ymin\": 413.333, \"xmax\": 1920.0, \"ymax\": 601.3330000000001}, \"category\": \"pl5\"}]}, \"69041\": {\"path\": \"other/69041.jpg\", \"id\": 69041, \"objects\": [{\"bbox\": {\"xmin\": 461.99566650390625, \"ymin\": 989.8306274414062, \"xmax\": 479.392333984375, \"ymax\": 1005.9141235351562}, \"category\": \"pl5\"}]}, \"58596\": {\"path\": \"other/58596.jpg\", \"id\": 58596, \"objects\": [{\"bbox\": {\"xmin\": 632.0, \"ymin\": 916.0, \"xmax\": 670.6667, \"ymax\": 968.0}, \"category\": \"ps\"}]}, \"31317\": {\"path\": \"train/31317.jpg\", \"id\": 31317, \"objects\": [{\"bbox\": {\"xmin\": 1550.0, \"ymin\": 455.0, \"xmax\": 1604.0, \"ymax\": 562.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 592.0, \"ymin\": 963.0, \"xmax\": 609.0, \"ymax\": 982.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1502.0, \"ymin\": 491.0, \"xmax\": 1553.0, \"ymax\": 593.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1467.0, \"ymin\": 524.0, \"xmax\": 1509.0, \"ymax\": 625.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 603.2, \"ymin\": 991.2, \"xmax\": 614.4000000000001, \"ymax\": 1005.6}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 603.0, \"ymin\": 1006.0, \"xmax\": 616.0, \"ymax\": 1021.0}, \"category\": \"pn\"}]}, \"46601\": {\"path\": \"test/46601.jpg\", \"id\": 46601, \"objects\": [{\"bbox\": {\"xmin\": 710.667, \"ymin\": 990.667, \"xmax\": 748.0, \"ymax\": 1028.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 908.0, \"ymin\": 800.0, \"xmax\": 952.0, \"ymax\": 844.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 528.0, \"ymin\": 820.0, \"xmax\": 566.6667, \"ymax\": 860.0}, \"category\": \"pne\"}]}, \"85022\": {\"path\": \"train/85022.jpg\", \"id\": 85022, \"objects\": [{\"bbox\": {\"xmin\": 785.149, \"ymin\": 980.198, \"xmax\": 810.8911, \"ymax\": 1006.9307}, \"category\": \"p23\"}]}, \"7736\": {\"path\": \"test/7736.jpg\", \"id\": 7736, \"objects\": [{\"bbox\": {\"xmin\": 1838.67, \"ymin\": 314.667, \"xmax\": 1938.6667, \"ymax\": 429.33299999999997}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1681.33, \"ymin\": 885.333, \"xmax\": 1769.3333, \"ymax\": 1000.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1673.33, \"ymin\": 764.0, \"xmax\": 1777.3329999999999, \"ymax\": 878.667}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1689.33, \"ymin\": 268.0, \"xmax\": 1813.3329999999999, \"ymax\": 384.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1630.67, \"ymin\": 141.333, \"xmax\": 1757.333, \"ymax\": 246.667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1765.33, \"ymin\": 180.0, \"xmax\": 1870.667, \"ymax\": 284.0}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1880.0, \"ymin\": 224.0, \"xmax\": 1970.6667, \"ymax\": 328.0}, \"category\": \"pbm\"}, {\"bbox\": {\"xmin\": 578.667, \"ymin\": 506.667, \"xmax\": 702.667, \"ymax\": 630.6669999999999}, \"category\": \"pmb\"}]}, \"24470\": {\"path\": \"train/24470.jpg\", \"id\": 24470, \"objects\": [{\"bbox\": {\"xmin\": 1602.0, \"ymin\": 925.0, \"xmax\": 1643.0, \"ymax\": 971.0}, \"category\": \"p19\"}]}, \"97673\": {\"path\": \"test/97673.jpg\", \"id\": 97673, \"objects\": [{\"bbox\": {\"xmin\": 1917.65, \"ymin\": 503.922, \"xmax\": 2000.0, \"ymax\": 615.686}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1688.24, \"ymin\": 627.451, \"xmax\": 1743.1373, \"ymax\": 717.6471}, \"category\": \"pne\"}]}, \"3465\": {\"path\": \"test/3465.jpg\", \"id\": 3465, \"objects\": [{\"bbox\": {\"xmin\": 153.333, \"ymin\": 997.333, \"xmax\": 189.3333, \"ymax\": 1036.0}, \"category\": \"pl5\"}]}, \"13914\": {\"path\": \"other/13914.jpg\", \"id\": 13914, \"objects\": [{\"bbox\": {\"xmin\": 261.99920654296875, \"ymin\": 1156.49951171875, \"xmax\": 286.4964599609375, \"ymax\": 1194.09423828125}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 162.0757293701172, \"ymin\": 1170.1575927734375, \"xmax\": 190.9452362060547, \"ymax\": 1203.6583251953125}, \"category\": \"pne\"}]}, \"57750\": {\"path\": \"train/57750.jpg\", \"id\": 57750, \"objects\": [{\"bbox\": {\"xmin\": 983.168, \"ymin\": 1142.57, \"xmax\": 1008.9109, \"ymax\": 1175.2475}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 887.129, \"ymin\": 1132.67, \"xmax\": 912.8713, \"ymax\": 1160.3960000000002}, \"category\": \"i4\"}]}, \"45046\": {\"path\": \"test/45046.jpg\", \"id\": 45046, \"objects\": [{\"bbox\": {\"xmin\": 1056.0, \"ymin\": 774.667, \"xmax\": 1105.3333, \"ymax\": 825.3333}, \"category\": \"p27\"}]}, \"21820\": {\"path\": \"train/21820.jpg\", \"id\": 21820, \"objects\": [{\"bbox\": {\"xmin\": 1821.78, \"ymin\": 855.446, \"xmax\": 1854.4554, \"ymax\": 889.1089000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1691.09, \"ymin\": 916.832, \"xmax\": 1706.9307, \"ymax\": 935.6436}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1670.3, \"ymin\": 914.851, \"xmax\": 1683.1683, \"ymax\": 934.6518}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1709.9, \"ymin\": 914.851, \"xmax\": 1731.6832000000002, \"ymax\": 938.6139}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1684.16, \"ymin\": 845.545, \"xmax\": 1721.7822, \"ymax\": 886.1386}, \"category\": \"pne\"}]}, \"11486\": {\"path\": \"train/11486.jpg\", \"id\": 11486, \"objects\": [{\"bbox\": {\"xmin\": 1258.94, \"ymin\": 764.901, \"xmax\": 1318.5430000000001, \"ymax\": 823.1787999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1190.07, \"ymin\": 761.589, \"xmax\": 1250.9933999999998, \"ymax\": 825.8278}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1327.15, \"ymin\": 766.225, \"xmax\": 1385.4305000000002, \"ymax\": 826.4901}, \"category\": \"pn\"}]}, \"10983\": {\"path\": \"train/10983.jpg\", \"id\": 10983, \"objects\": [{\"bbox\": {\"xmin\": 829.6, \"ymin\": 507.2, \"xmax\": 927.2, \"ymax\": 589.6}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1400.8, \"ymin\": 516.8, \"xmax\": 1492.0, \"ymax\": 598.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1121.6, \"ymin\": 501.6, \"xmax\": 1218.3999999999999, \"ymax\": 588.8000000000001}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 712.8, \"ymin\": 425.6, \"xmax\": 804.8, \"ymax\": 503.20000000000005}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 824.8, \"ymin\": 416.8, \"xmax\": 922.4, \"ymax\": 496.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1000.8, \"ymin\": 503.2, \"xmax\": 1096.8, \"ymax\": 588.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 713.6, \"ymin\": 516.8, \"xmax\": 807.2, \"ymax\": 600.8}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1287.2, \"ymin\": 510.4, \"xmax\": 1379.2, \"ymax\": 593.6}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1618.4, \"ymin\": 534.4, \"xmax\": 1699.2, \"ymax\": 615.1999999999999}, \"category\": \"pne\"}]}, \"40962\": {\"path\": \"other/40962.jpg\", \"id\": 40962, \"objects\": [{\"bbox\": {\"xmin\": 182.4, \"ymin\": 860.8, \"xmax\": 263.2, \"ymax\": 960.8}, \"category\": \"pl10\"}]}, \"64750\": {\"path\": \"train/64750.jpg\", \"id\": 64750, \"objects\": [{\"bbox\": {\"xmin\": 651.949462890625, \"ymin\": 1012.0952758789062, \"xmax\": 670.2254638671875, \"ymax\": 1031.4527587890625}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1355.0, \"ymin\": 1027.0, \"xmax\": 1425.0, \"ymax\": 1107.0}, \"category\": \"pl30\"}]}, \"91649\": {\"path\": \"train/91649.jpg\", \"id\": 91649, \"objects\": [{\"bbox\": {\"xmin\": 266.667, \"ymin\": 920.0, \"xmax\": 340.0, \"ymax\": 1010.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 972.0, \"ymin\": 753.333, \"xmax\": 1033.3333, \"ymax\": 813.3333}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 141.333, \"ymin\": 957.333, \"xmax\": 194.6667, \"ymax\": 1030.6667}, \"category\": \"pne\"}]}, \"4227\": {\"path\": \"test/4227.jpg\", \"id\": 4227, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 996.053, \"xmax\": 25.0, \"ymax\": 1017.1052999999999}, \"category\": \"p11\"}]}, \"60205\": {\"path\": \"train/60205.jpg\", \"id\": 60205, \"objects\": [{\"bbox\": {\"xmin\": 1840.0, \"ymin\": 765.333, \"xmax\": 1920.0, \"ymax\": 845.3333}, \"category\": \"pl40\"}]}, \"52230\": {\"path\": \"other/52230.jpg\", \"id\": 52230, \"objects\": [{\"bbox\": {\"xmin\": 1835.74, \"ymin\": 475.2, \"xmax\": 1941.781, \"ymax\": 603.413}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1692.58, \"ymin\": 437.6, \"xmax\": 1827.971, \"ymax\": 577.317}, \"category\": \"w21\"}]}, \"84650\": {\"path\": \"train/84650.jpg\", \"id\": 84650, \"objects\": [{\"bbox\": {\"xmin\": 829.703, \"ymin\": 987.129, \"xmax\": 855.4454999999999, \"ymax\": 1010.8911}, \"category\": \"p23\"}]}, \"85822\": {\"path\": \"test/85822.jpg\", \"id\": 85822, \"objects\": [{\"bbox\": {\"xmin\": 1748.8, \"ymin\": 905.6, \"xmax\": 1766.3999999999999, \"ymax\": 927.2}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1570.4, \"ymin\": 878.4, \"xmax\": 1592.0, \"ymax\": 902.4}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1702.0, \"ymin\": 964.0, \"xmax\": 1715.3333, \"ymax\": 978.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1716.0, \"ymin\": 903.2, \"xmax\": 1731.2, \"ymax\": 924.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1670.4, \"ymin\": 900.8, \"xmax\": 1685.6000000000001, \"ymax\": 920.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1652.8, \"ymin\": 901.6, \"xmax\": 1668.8, \"ymax\": 919.2}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1687.2, \"ymin\": 902.4, \"xmax\": 1700.8, \"ymax\": 919.1999999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1444.8, \"ymin\": 871.2, \"xmax\": 1467.2, \"ymax\": 895.2}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1732.0, \"ymin\": 904.0, \"xmax\": 1747.2, \"ymax\": 925.6}, \"category\": \"im\"}]}, \"42912\": {\"path\": \"train/42912.jpg\", \"id\": 42912, \"objects\": [{\"bbox\": {\"xmin\": 1405.5697021484375, \"ymin\": 927.6361694335938, \"xmax\": 1431.6134033203125, \"ymax\": 954.3220825195312}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1338.89, \"ymin\": 889.683, \"xmax\": 1359.5238000000002, \"ymax\": 912.6984}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1324.6, \"ymin\": 928.571, \"xmax\": 1346.8254, \"ymax\": 950.7937000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1365.08, \"ymin\": 929.365, \"xmax\": 1387.3016, \"ymax\": 950.7937000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1198.41, \"ymin\": 884.127, \"xmax\": 1219.8413, \"ymax\": 904.7619}, \"category\": \"pne\"}]}, \"4259\": {\"path\": \"other/4259.jpg\", \"id\": 4259, \"objects\": [{\"bbox\": {\"xmin\": 138.667, \"ymin\": 1037.33, \"xmax\": 238.667, \"ymax\": 1164.0}, \"category\": \"pr20\"}]}, \"44238\": {\"path\": \"train/44238.jpg\", \"id\": 44238, \"objects\": [{\"bbox\": {\"xmin\": 29.703, \"ymin\": 987.129, \"xmax\": 58.415800000000004, \"ymax\": 1016.6667}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 30.348, \"ymin\": 954.455, \"xmax\": 59.4059, \"ymax\": 985.7143000000001}, \"category\": \"w57\"}]}, \"48536\": {\"path\": \"test/48536.jpg\", \"id\": 48536, \"objects\": [{\"bbox\": {\"xmin\": 1563.48974609375, \"ymin\": 954.5525512695312, \"xmax\": 1591.624267578125, \"ymax\": 978.2522583007812}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1830.67, \"ymin\": 574.667, \"xmax\": 2030.67, \"ymax\": 792.0}, \"category\": \"w59\"}]}, \"92700\": {\"path\": \"train/92700.jpg\", \"id\": 92700, \"objects\": [{\"bbox\": {\"xmin\": 1933.33, \"ymin\": 812.0, \"xmax\": 2005.3333, \"ymax\": 906.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1212.0, \"ymin\": 164.0, \"xmax\": 1362.667, \"ymax\": 265.33299999999997}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1006.67, \"ymin\": 153.333, \"xmax\": 1165.333, \"ymax\": 262.66700000000003}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 194.667, \"ymin\": 784.0, \"xmax\": 274.6667, \"ymax\": 877.3333}, \"category\": \"ph2.5\"}]}, \"13702\": {\"path\": \"train/13702.jpg\", \"id\": 13702, \"objects\": [{\"bbox\": {\"xmin\": 1960.0, \"ymin\": 424.0, \"xmax\": 2003.0, \"ymax\": 475.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1849.0, \"ymin\": 393.0, \"xmax\": 1898.0, \"ymax\": 445.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1744.0, \"ymin\": 373.0, \"xmax\": 1830.0, \"ymax\": 466.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1935.0, \"ymin\": 461.0, \"xmax\": 1967.0, \"ymax\": 494.0}, \"category\": \"w37\"}, {\"bbox\": {\"xmin\": 1908.0, \"ymin\": 410.0, \"xmax\": 1953.0, \"ymax\": 458.0}, \"category\": \"pbm\"}]}, \"32152\": {\"path\": \"train/32152.jpg\", \"id\": 32152, \"objects\": [{\"bbox\": {\"xmin\": 1758.67, \"ymin\": 944.0, \"xmax\": 1800.0, \"ymax\": 984.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1928.0, \"ymin\": 958.667, \"xmax\": 1962.6667, \"ymax\": 1006.6667}, \"category\": \"p6\"}]}, \"66729\": {\"path\": \"train/66729.jpg\", \"id\": 66729, \"objects\": [{\"bbox\": {\"xmin\": 206.579, \"ymin\": 921.053, \"xmax\": 255.2632, \"ymax\": 978.9474}, \"category\": \"pne\"}]}, \"8463\": {\"path\": \"train/8463.jpg\", \"id\": 8463, \"objects\": [{\"bbox\": {\"xmin\": 975.2, \"ymin\": 986.4, \"xmax\": 997.6, \"ymax\": 1007.1999999999999}, \"category\": \"w57\"}]}, \"3589\": {\"path\": \"test/3589.jpg\", \"id\": 3589, \"objects\": [{\"bbox\": {\"xmin\": 1992.11, \"ymin\": 846.053, \"xmax\": 2018.4210999999998, \"ymax\": 896.0526}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2017.11, \"ymin\": 852.632, \"xmax\": 2044.7368, \"ymax\": 900.0}, \"category\": \"pn\"}]}, \"81138\": {\"path\": \"train/81138.jpg\", \"id\": 81138, \"objects\": [{\"bbox\": {\"xmin\": 225.0, \"ymin\": 485.526, \"xmax\": 298.6838, \"ymax\": 606.579}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 51.3158, \"ymin\": 825.0, \"xmax\": 130.2632, \"ymax\": 939.474}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 51.3158, \"ymin\": 989.474, \"xmax\": 125.0, \"ymax\": 1125.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 43.4211, \"ymin\": 660.526, \"xmax\": 121.05260000000001, \"ymax\": 781.579}, \"category\": \"p26\"}]}, \"6926\": {\"path\": \"train/6926.jpg\", \"id\": 6926, \"objects\": [{\"bbox\": {\"xmin\": 1564.36, \"ymin\": 908.911, \"xmax\": 1592.0792, \"ymax\": 932.6732999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1628.71, \"ymin\": 924.752, \"xmax\": 1645.5446, \"ymax\": 942.5743}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1610.89, \"ymin\": 920.792, \"xmax\": 1627.7228, \"ymax\": 938.6139000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1648.51, \"ymin\": 921.782, \"xmax\": 1663.3663, \"ymax\": 943.5644000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1746.53, \"ymin\": 990.099, \"xmax\": 1769.3069, \"ymax\": 1011.8812}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1475.25, \"ymin\": 904.95, \"xmax\": 1500.9901, \"ymax\": 933.6634}, \"category\": \"pne\"}]}, \"16590\": {\"path\": \"train/16590.jpg\", \"id\": 16590, \"objects\": [{\"bbox\": {\"xmin\": 420.8, \"ymin\": 962.448, \"xmax\": 440.8, \"ymax\": 986.3992}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1061.6, \"ymin\": 773.372, \"xmax\": 1097.3851, \"ymax\": 809.9321}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1510.74, \"ymin\": 928.925, \"xmax\": 1539.2063, \"ymax\": 957.7764}, \"category\": \"pn\"}]}, \"18849\": {\"path\": \"other/18849.jpg\", \"id\": 18849, \"objects\": [{\"bbox\": {\"xmin\": 1987.7578125, \"ymin\": 963.474853515625, \"xmax\": 2015.489013671875, \"ymax\": 988.61376953125}, \"category\": \"w63\"}]}, \"33182\": {\"path\": \"test/33182.jpg\", \"id\": 33182, \"objects\": [{\"bbox\": {\"xmin\": 1077.63, \"ymin\": 934.211, \"xmax\": 1107.8947, \"ymax\": 967.1053}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1075.0, \"ymin\": 972.368, \"xmax\": 1107.8947, \"ymax\": 1009.2105}, \"category\": \"pn\"}]}, \"23426\": {\"path\": \"other/23426.jpg\", \"id\": 23426, \"objects\": [{\"bbox\": {\"xmin\": 1653.33, \"ymin\": 968.0, \"xmax\": 1732.0050999999999, \"ymax\": 1064.0}, \"category\": \"pm15\"}]}, \"38163\": {\"path\": \"other/38163.jpg\", \"id\": 38163, \"objects\": [{\"bbox\": {\"xmin\": 889.109, \"ymin\": 932.673, \"xmax\": 904.9505, \"ymax\": 947.5248}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 825.743, \"ymin\": 933.663, \"xmax\": 840.5941, \"ymax\": 950.495}, \"category\": \"pne\"}]}, \"22696\": {\"path\": \"test/22696.jpg\", \"id\": 22696, \"objects\": [{\"bbox\": {\"xmin\": 1489.47, \"ymin\": 952.632, \"xmax\": 1532.8947, \"ymax\": 998.6841999999999}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1246.05, \"ymin\": 984.211, \"xmax\": 1272.3684, \"ymax\": 1007.8947000000001}, \"category\": \"i2r\"}]}, \"95561\": {\"path\": \"test/95561.jpg\", \"id\": 95561, \"objects\": [{\"bbox\": {\"xmin\": 1767.33, \"ymin\": 992.829, \"xmax\": 1793.2287, \"ymax\": 1020.7175}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1451.39, \"ymin\": 981.673, \"xmax\": 1476.0908000000002, \"ymax\": 1008.3665}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1661.76, \"ymin\": 979.681, \"xmax\": 1692.4303, \"ymax\": 1012.3499}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1901.99, \"ymin\": 1000.0, \"xmax\": 1924.6936, \"ymax\": 1028.2869}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1768.12, \"ymin\": 963.745, \"xmax\": 1793.2190999999998, \"ymax\": 990.4373}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 2010.36, \"ymin\": 1003.98, \"xmax\": 2035.8565999999998, \"ymax\": 1029.8805}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1766.54, \"ymin\": 1021.91, \"xmax\": 1793.2271, \"ymax\": 1051.7928}, \"category\": \"pw3.2\"}]}, \"84694\": {\"path\": \"other/84694.jpg\", \"id\": 84694, \"objects\": [{\"bbox\": {\"xmin\": 585.333, \"ymin\": 1210.67, \"xmax\": 625.333, \"ymax\": 1229.3333}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 582.667, \"ymin\": 1161.33, \"xmax\": 621.3333, \"ymax\": 1198.6667}, \"category\": \"ps\"}]}, \"65891\": {\"path\": \"train/65891.jpg\", \"id\": 65891, \"objects\": [{\"bbox\": {\"xmin\": 1329.33, \"ymin\": 901.333, \"xmax\": 1377.3333, \"ymax\": 945.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1992.0, \"ymin\": 893.333, \"xmax\": 2020.0, \"ymax\": 928.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1992.0, \"ymin\": 928.0, \"xmax\": 2021.3333, \"ymax\": 964.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1625.33, \"ymin\": 852.0, \"xmax\": 1661.3333, \"ymax\": 889.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1184.0, \"ymin\": 774.667, \"xmax\": 1237.3333, \"ymax\": 828.0003}, \"category\": \"pne\"}]}, \"74528\": {\"path\": \"train/74528.jpg\", \"id\": 74528, \"objects\": [{\"bbox\": {\"xmin\": 1077.33, \"ymin\": 690.667, \"xmax\": 1159.9967, \"ymax\": 768.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 990.667, \"ymin\": 672.0, \"xmax\": 1078.6667, \"ymax\": 745.3333}, \"category\": \"w57\"}]}, \"39604\": {\"path\": \"other/39604.jpg\", \"id\": 39604, \"objects\": [{\"bbox\": {\"xmin\": 1832.89, \"ymin\": 976.316, \"xmax\": 1881.5789000000002, \"ymax\": 1022.3684000000001}, \"category\": \"w45\"}]}, \"51386\": {\"path\": \"test/51386.jpg\", \"id\": 51386, \"objects\": [{\"bbox\": {\"xmin\": 1849.0, \"ymin\": 978.0, \"xmax\": 1956.0, \"ymax\": 1088.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1491.0, \"ymin\": 897.0, \"xmax\": 1572.0, \"ymax\": 992.0}, \"category\": \"pr40\"}]}, \"36185\": {\"path\": \"test/36185.jpg\", \"id\": 36185, \"objects\": [{\"bbox\": {\"xmin\": 1520.79, \"ymin\": 788.119, \"xmax\": 1567.3267, \"ymax\": 837.6248}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1346.53, \"ymin\": 777.228, \"xmax\": 1396.0396, \"ymax\": 830.6931}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1182.18, \"ymin\": 894.059, \"xmax\": 1207.9208, \"ymax\": 920.7921}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 545.545, \"ymin\": 938.614, \"xmax\": 604.9511, \"ymax\": 999.0099}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1153.47, \"ymin\": 895.05, \"xmax\": 1179.2079, \"ymax\": 919.8019999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1212.87, \"ymin\": 892.079, \"xmax\": 1239.6039999999998, \"ymax\": 922.7723}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 43.5644, \"ymin\": 954.455, \"xmax\": 147.52439999999999, \"ymax\": 1067.327}, \"category\": \"w47\"}]}, \"676\": {\"path\": \"test/676.jpg\", \"id\": 676, \"objects\": [{\"bbox\": {\"xmin\": 1673.0, \"ymin\": 990.0, \"xmax\": 1733.0, \"ymax\": 1059.0}, \"category\": \"pl120\"}]}, \"56716\": {\"path\": \"train/56716.jpg\", \"id\": 56716, \"objects\": [{\"bbox\": {\"xmin\": 1558.67, \"ymin\": 600.0, \"xmax\": 1648.0, \"ymax\": 694.667}, \"category\": \"pl60\"}]}, \"84587\": {\"path\": \"train/84587.jpg\", \"id\": 84587, \"objects\": [{\"bbox\": {\"xmin\": 1238.0, \"ymin\": 971.0, \"xmax\": 1304.0, \"ymax\": 1038.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 718.0, \"ymin\": 917.0, \"xmax\": 769.0, \"ymax\": 968.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1241.0, \"ymin\": 909.0, \"xmax\": 1302.0, \"ymax\": 972.0}, \"category\": \"ps\"}]}, \"68027\": {\"path\": \"test/68027.jpg\", \"id\": 68027, \"objects\": [{\"bbox\": {\"xmin\": 1835.2, \"ymin\": 963.2, \"xmax\": 1896.8, \"ymax\": 1060.8}, \"category\": \"p5\"}]}, \"84701\": {\"path\": \"test/84701.jpg\", \"id\": 84701, \"objects\": [{\"bbox\": {\"xmin\": 756.0, \"ymin\": 734.667, \"xmax\": 848.0, \"ymax\": 826.667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 310.667, \"ymin\": 724.0, \"xmax\": 361.33329999999995, \"ymax\": 781.3333}, \"category\": \"pn\"}]}, \"37016\": {\"path\": \"train/37016.jpg\", \"id\": 37016, \"objects\": [{\"bbox\": {\"xmin\": 389.683, \"ymin\": 886.508, \"xmax\": 404.6358, \"ymax\": 911.2583000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1290.48, \"ymin\": 930.159, \"xmax\": 1307.9365, \"ymax\": 946.0321}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 354.762, \"ymin\": 880.159, \"xmax\": 367.4603, \"ymax\": 903.9683}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1210.32, \"ymin\": 929.365, \"xmax\": 1226.1905, \"ymax\": 946.0317}, \"category\": \"pne\"}]}, \"63065\": {\"path\": \"test/63065.jpg\", \"id\": 63065, \"objects\": [{\"bbox\": {\"xmin\": 1632.67, \"ymin\": 777.228, \"xmax\": 1686.1386, \"ymax\": 829.703}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1752.48, \"ymin\": 876.238, \"xmax\": 1779.2079, \"ymax\": 903.9604}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1701.98, \"ymin\": 875.248, \"xmax\": 1724.7525, \"ymax\": 900.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1726.73, \"ymin\": 877.228, \"xmax\": 1752.4752, \"ymax\": 905.9405999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1411.88, \"ymin\": 767.327, \"xmax\": 1470.297, \"ymax\": 818.8119}, \"category\": \"pne\"}]}, \"27609\": {\"path\": \"test/27609.jpg\", \"id\": 27609, \"objects\": [{\"bbox\": {\"xmin\": 1476.0, \"ymin\": 868.0, \"xmax\": 1524.0, \"ymax\": 921.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1473.0, \"ymin\": 918.0, \"xmax\": 1524.0, \"ymax\": 974.0}, \"category\": \"pn\"}]}, \"5730\": {\"path\": \"train/5730.jpg\", \"id\": 5730, \"objects\": [{\"bbox\": {\"xmin\": 648.413, \"ymin\": 882.54, \"xmax\": 689.6825, \"ymax\": 925.3968}, \"category\": \"p5\"}]}, \"47089\": {\"path\": \"train/47089.jpg\", \"id\": 47089, \"objects\": [{\"bbox\": {\"xmin\": 162.0, \"ymin\": 892.0, \"xmax\": 212.0, \"ymax\": 950.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1990.0, \"ymin\": 997.0, \"xmax\": 2018.0, \"ymax\": 1031.0}, \"category\": \"pn\"}]}, \"69857\": {\"path\": \"test/69857.jpg\", \"id\": 69857, \"objects\": [{\"bbox\": {\"xmin\": 629.333, \"ymin\": 936.0, \"xmax\": 653.3333, \"ymax\": 957.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 485.333, \"ymin\": 700.0, \"xmax\": 542.6664000000001, \"ymax\": 754.667}, \"category\": \"pl30\"}]}, \"23997\": {\"path\": \"train/23997.jpg\", \"id\": 23997, \"objects\": [{\"bbox\": {\"xmin\": 1268.42, \"ymin\": 993.421, \"xmax\": 1282.8947, \"ymax\": 1015.7895000000001}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1923.53, \"ymin\": 1019.61, \"xmax\": 1950.9804, \"ymax\": 1063.1579}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1919.74, \"ymin\": 974.51, \"xmax\": 1949.0140000000001, \"ymax\": 1021.5686}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1267.11, \"ymin\": 963.158, \"xmax\": 1282.8946999999998, \"ymax\": 989.4737}, \"category\": \"ps\"}]}, \"25651\": {\"path\": \"train/25651.jpg\", \"id\": 25651, \"objects\": [{\"bbox\": {\"xmin\": 140.789, \"ymin\": 851.316, \"xmax\": 172.36839999999998, \"ymax\": 892.1053}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 40.7895, \"ymin\": 860.526, \"xmax\": 67.1053, \"ymax\": 905.2632}, \"category\": \"pne\"}]}, \"17746\": {\"path\": \"other/17746.jpg\", \"id\": 17746, \"objects\": [{\"bbox\": {\"xmin\": 1249.25, \"ymin\": 987.065, \"xmax\": 1264.1763, \"ymax\": 1002.4903}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1395.52, \"ymin\": 883.085, \"xmax\": 1421.8931, \"ymax\": 913.4328}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1205.48, \"ymin\": 951.244, \"xmax\": 1247.2637, \"ymax\": 990.5473000000001}, \"category\": \"w59\"}]}, \"48750\": {\"path\": \"train/48750.jpg\", \"id\": 48750, \"objects\": [{\"bbox\": {\"xmin\": 1859.2, \"ymin\": 980.0, \"xmax\": 1892.8, \"ymax\": 1024.0}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 453.6, \"ymin\": 979.2, \"xmax\": 494.40000000000003, \"ymax\": 1024.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1778.4, \"ymin\": 992.0, \"xmax\": 1804.8000000000002, \"ymax\": 1031.2}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1151.2, \"ymin\": 984.0, \"xmax\": 1173.6000000000001, \"ymax\": 1008.0}, \"category\": \"w57\"}]}, \"24133\": {\"path\": \"train/24133.jpg\", \"id\": 24133, \"objects\": [{\"bbox\": {\"xmin\": 1451.32, \"ymin\": 906.579, \"xmax\": 1572.368, \"ymax\": 1027.632}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1465.79, \"ymin\": 1026.32, \"xmax\": 1561.8420999999998, \"ymax\": 1127.6319999999998}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1065.79, \"ymin\": 906.579, \"xmax\": 1090.7894999999999, \"ymax\": 932.8947}, \"category\": \"w57\"}]}, \"47891\": {\"path\": \"train/47891.jpg\", \"id\": 47891, \"objects\": [{\"bbox\": {\"xmin\": 767.0, \"ymin\": 536.0, \"xmax\": 851.0, \"ymax\": 614.0}, \"category\": \"pr40\"}]}, \"56593\": {\"path\": \"train/56593.jpg\", \"id\": 56593, \"objects\": [{\"bbox\": {\"xmin\": 1364.36, \"ymin\": 884.158, \"xmax\": 1396.0395999999998, \"ymax\": 913.8614}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1398.02, \"ymin\": 882.178, \"xmax\": 1429.703, \"ymax\": 915.8416}, \"category\": \"pn\"}]}, \"25959\": {\"path\": \"train/25959.jpg\", \"id\": 25959, \"objects\": [{\"bbox\": {\"xmin\": 1281.33, \"ymin\": 524.0, \"xmax\": 1385.3329999999999, \"ymax\": 619.9997}, \"category\": \"i4\"}]}, \"45495\": {\"path\": \"test/45495.jpg\", \"id\": 45495, \"objects\": [{\"bbox\": {\"xmin\": 871.60009765625, \"ymin\": 1004.3252563476562, \"xmax\": 889.7265625, \"ymax\": 1023.9922485351562}, \"category\": \"w47\"}, {\"bbox\": {\"xmin\": 819.802, \"ymin\": 899.01, \"xmax\": 845.5435, \"ymax\": 926.7327}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 624.752, \"ymin\": 909.901, \"xmax\": 647.5247999999999, \"ymax\": 934.6535}, \"category\": \"pne\"}]}, \"30069\": {\"path\": \"other/30069.jpg\", \"id\": 30069, \"objects\": [{\"bbox\": {\"xmin\": 323.864, \"ymin\": 1048.87, \"xmax\": 338.0685, \"ymax\": 1061.9363999999998}, \"category\": \"pne\"}]}, \"26390\": {\"path\": \"train/26390.jpg\", \"id\": 26390, \"objects\": [{\"bbox\": {\"xmin\": 1835.2, \"ymin\": 876.0, \"xmax\": 2000.8, \"ymax\": 1072.8}, \"category\": \"i5\"}]}, \"20409\": {\"path\": \"other/20409.jpg\", \"id\": 20409, \"objects\": [{\"bbox\": {\"xmin\": 1065.08, \"ymin\": 842.857, \"xmax\": 1109.5238, \"ymax\": 885.7142}, \"category\": \"w24\"}]}, \"93888\": {\"path\": \"test/93888.jpg\", \"id\": 93888, \"objects\": [{\"bbox\": {\"xmin\": 1797.33, \"ymin\": 261.333, \"xmax\": 2022.667, \"ymax\": 437.333}, \"category\": \"pl60\"}]}, \"81946\": {\"path\": \"train/81946.jpg\", \"id\": 81946, \"objects\": [{\"bbox\": {\"xmin\": 558.0, \"ymin\": 408.0, \"xmax\": 656.0, \"ymax\": 497.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1606.0, \"ymin\": 362.0, \"xmax\": 1712.0, \"ymax\": 455.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1054.0, \"ymin\": 343.0, \"xmax\": 1176.0, \"ymax\": 438.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1350.0, \"ymin\": 343.0, \"xmax\": 1464.0, \"ymax\": 432.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 367.0, \"ymin\": 454.0, \"xmax\": 445.0, \"ymax\": 538.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 801.0, \"ymin\": 365.0, \"xmax\": 907.0, \"ymax\": 456.0}, \"category\": \"pl120\"}]}, \"44354\": {\"path\": \"train/44354.jpg\", \"id\": 44354, \"objects\": [{\"bbox\": {\"xmin\": 1292.0, \"ymin\": 1001.0, \"xmax\": 1337.0, \"ymax\": 1045.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 821.0, \"ymin\": 1007.0, \"xmax\": 835.0, \"ymax\": 1022.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1532.0, \"ymin\": 944.0, \"xmax\": 1560.0, \"ymax\": 974.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 1294.0, \"ymin\": 943.0, \"xmax\": 1336.0, \"ymax\": 984.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1586.0, \"ymin\": 993.0, \"xmax\": 1611.0, \"ymax\": 1021.0}, \"category\": \"i2r\"}]}, \"17483\": {\"path\": \"test/17483.jpg\", \"id\": 17483, \"objects\": [{\"bbox\": {\"xmin\": 1801.33, \"ymin\": 1012.0, \"xmax\": 1840.0, \"ymax\": 1053.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1689.33, \"ymin\": 814.667, \"xmax\": 1741.3333, \"ymax\": 865.3333}, \"category\": \"pne\"}]}, \"76626\": {\"path\": \"test/76626.jpg\", \"id\": 76626, \"objects\": [{\"bbox\": {\"xmin\": 1876.47, \"ymin\": 729.411, \"xmax\": 1974.5098, \"ymax\": 827.4504999999999}, \"category\": \"pne\"}]}, \"9620\": {\"path\": \"other/9620.jpg\", \"id\": 9620, \"objects\": [{\"bbox\": {\"xmin\": 1662.19, \"ymin\": 982.09, \"xmax\": 1683.5821, \"ymax\": 1001.4926}, \"category\": \"w59\"}]}, \"92807\": {\"path\": \"train/92807.jpg\", \"id\": 92807, \"objects\": [{\"bbox\": {\"xmin\": 1906.0950927734375, \"ymin\": 867.171142578125, \"xmax\": 1929.8182373046875, \"ymax\": 898.0208740234375}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 74.6667, \"ymin\": 596.0, \"xmax\": 170.6667, \"ymax\": 692.0003}, \"category\": \"pl40\"}]}, \"74841\": {\"path\": \"test/74841.jpg\", \"id\": 74841, \"objects\": [{\"bbox\": {\"xmin\": 534.0, \"ymin\": 810.0, \"xmax\": 570.0, \"ymax\": 849.0}, \"category\": \"pl60\"}]}, \"43380\": {\"path\": \"test/43380.jpg\", \"id\": 43380, \"objects\": [{\"bbox\": {\"xmin\": 244.0, \"ymin\": 1040.0, \"xmax\": 281.6, \"ymax\": 1087.2}, \"category\": \"pl20\"}]}, \"59199\": {\"path\": \"other/59199.jpg\", \"id\": 59199, \"objects\": [{\"bbox\": {\"xmin\": 1554.23, \"ymin\": 996.517, \"xmax\": 1571.1443, \"ymax\": 1012.9353000000001}, \"category\": \"w59\"}]}, \"43726\": {\"path\": \"train/43726.jpg\", \"id\": 43726, \"objects\": [{\"bbox\": {\"xmin\": 707.921, \"ymin\": 926.733, \"xmax\": 745.5446000000001, \"ymax\": 988.1190999999999}, \"category\": \"pne\"}]}, \"295\": {\"path\": \"test/295.jpg\", \"id\": 295, \"objects\": [{\"bbox\": {\"xmin\": 1813.73, \"ymin\": 978.431, \"xmax\": 1880.3922, \"ymax\": 1043.1373}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1813.73, \"ymin\": 911.765, \"xmax\": 1880.3922, \"ymax\": 978.4313999999999}, \"category\": \"pl5\"}]}, \"38098\": {\"path\": \"train/38098.jpg\", \"id\": 38098, \"objects\": [{\"bbox\": {\"xmin\": 766.0, \"ymin\": 904.0, \"xmax\": 824.0, \"ymax\": 963.0}, \"category\": \"p5\"}]}, \"31643\": {\"path\": \"test/31643.jpg\", \"id\": 31643, \"objects\": [{\"bbox\": {\"xmin\": 1950.99, \"ymin\": 1018.55, \"xmax\": 1974.1667, \"ymax\": 1043.0566999999999}, \"category\": \"pl30\"}]}, \"76675\": {\"path\": \"test/76675.jpg\", \"id\": 76675, \"objects\": [{\"bbox\": {\"xmin\": 1799.0, \"ymin\": 948.0, \"xmax\": 1818.0, \"ymax\": 971.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1799.0, \"ymin\": 976.0, \"xmax\": 1817.0, \"ymax\": 999.0}, \"category\": \"pn\"}]}, \"69474\": {\"path\": \"train/69474.jpg\", \"id\": 69474, \"objects\": [{\"bbox\": {\"xmin\": 1231.0, \"ymin\": 562.0, \"xmax\": 1326.0, \"ymax\": 661.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 389.0, \"ymin\": 976.0, \"xmax\": 450.0, \"ymax\": 1038.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 917.0, \"ymin\": 536.0, \"xmax\": 1026.0, \"ymax\": 643.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 775.0, \"ymin\": 528.0, \"xmax\": 887.0, \"ymax\": 636.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1125.0, \"ymin\": 551.0, \"xmax\": 1228.0, \"ymax\": 653.0}, \"category\": \"ph4\"}]}, \"3265\": {\"path\": \"test/3265.jpg\", \"id\": 3265, \"objects\": [{\"bbox\": {\"xmin\": 1480.0, \"ymin\": 975.0, \"xmax\": 1573.0, \"ymax\": 1084.0}, \"category\": \"p10\"}]}, \"31626\": {\"path\": \"train/31626.jpg\", \"id\": 31626, \"objects\": [{\"bbox\": {\"xmin\": 194.667, \"ymin\": 845.333, \"xmax\": 261.3336, \"ymax\": 922.6667}, \"category\": \"pl60\"}]}, \"80794\": {\"path\": \"train/80794.jpg\", \"id\": 80794, \"objects\": [{\"bbox\": {\"xmin\": 1398.67, \"ymin\": 914.667, \"xmax\": 1452.0, \"ymax\": 965.3333}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1737.33, \"ymin\": 900.0, \"xmax\": 1812.0, \"ymax\": 974.6667}, \"category\": \"pr30\"}]}, \"92306\": {\"path\": \"train/92306.jpg\", \"id\": 92306, \"objects\": [{\"bbox\": {\"xmin\": 1701.32, \"ymin\": 978.947, \"xmax\": 1742.1053, \"ymax\": 1040.7895}, \"category\": \"ip\"}]}, \"8375\": {\"path\": \"test/8375.jpg\", \"id\": 8375, \"objects\": [{\"bbox\": {\"xmin\": 1886.56, \"ymin\": 855.223, \"xmax\": 1910.9429, \"ymax\": 886.0681999999999}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1779.6, \"ymin\": 957.711, \"xmax\": 1813.4329, \"ymax\": 992.0398}, \"category\": \"w59\"}]}, \"15886\": {\"path\": \"train/15886.jpg\", \"id\": 15886, \"objects\": [{\"bbox\": {\"xmin\": 1310.53, \"ymin\": 971.053, \"xmax\": 1343.4211, \"ymax\": 1009.2105}, \"category\": \"i2r\"}]}, \"80285\": {\"path\": \"train/80285.jpg\", \"id\": 80285, \"objects\": [{\"bbox\": {\"xmin\": 1112.9932861328125, \"ymin\": 999.1956787109375, \"xmax\": 1132.7049560546875, \"ymax\": 1016.9176025390625}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1112.93, \"ymin\": 976.119, \"xmax\": 1137.3134, \"ymax\": 998.5075}, \"category\": \"p5\"}]}, \"25828\": {\"path\": \"train/25828.jpg\", \"id\": 25828, \"objects\": [{\"bbox\": {\"xmin\": 1460.62, \"ymin\": 934.071, \"xmax\": 1480.531, \"ymax\": 954.8673}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1481.67, \"ymin\": 935.06, \"xmax\": 1500.7920000000001, \"ymax\": 955.7769}, \"category\": \"pn\"}]}, \"44110\": {\"path\": \"other/44110.jpg\", \"id\": 44110, \"objects\": [{\"bbox\": {\"xmin\": 1029.89, \"ymin\": 931.873, \"xmax\": 1047.0167000000001, \"ymax\": 948.2077}, \"category\": \"w22\"}]}, \"31530\": {\"path\": \"train/31530.jpg\", \"id\": 31530, \"objects\": [{\"bbox\": {\"xmin\": 1028.71, \"ymin\": 766.337, \"xmax\": 1085.1487, \"ymax\": 825.7425}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1090.1, \"ymin\": 767.326, \"xmax\": 1147.5248, \"ymax\": 823.7622}, \"category\": \"pn\"}]}, \"55813\": {\"path\": \"test/55813.jpg\", \"id\": 55813, \"objects\": [{\"bbox\": {\"xmin\": 1437.1278076171875, \"ymin\": 971.904541015625, \"xmax\": 1460.7012939453125, \"ymax\": 993.8399658203125}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1798.0, \"ymin\": 672.0, \"xmax\": 1859.0, \"ymax\": 740.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1585.0, \"ymin\": 639.0, \"xmax\": 1655.0, \"ymax\": 712.0}, \"category\": \"p26\"}]}, \"32825\": {\"path\": \"train/32825.jpg\", \"id\": 32825, \"objects\": [{\"bbox\": {\"xmin\": 278.667, \"ymin\": 864.0, \"xmax\": 314.6667, \"ymax\": 910.6667}, \"category\": \"pl40\"}]}, \"60599\": {\"path\": \"other/60599.jpg\", \"id\": 60599, \"objects\": [{\"bbox\": {\"xmin\": 1539.22, \"ymin\": 958.824, \"xmax\": 1666.667, \"ymax\": 1090.196}, \"category\": \"pl15\"}]}, \"78606\": {\"path\": \"other/78606.jpg\", \"id\": 78606, \"objects\": [{\"bbox\": {\"xmin\": 159.211, \"ymin\": 957.895, \"xmax\": 206.5789, \"ymax\": 1015.7895}, \"category\": \"w45\"}]}, \"58749\": {\"path\": \"train/58749.jpg\", \"id\": 58749, \"objects\": [{\"bbox\": {\"xmin\": 1190.48, \"ymin\": 937.302, \"xmax\": 1208.7302, \"ymax\": 954.7619}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1132.54, \"ymin\": 938.889, \"xmax\": 1149.2063, \"ymax\": 957.1429}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 923.016, \"ymin\": 936.508, \"xmax\": 938.0952, \"ymax\": 956.3492}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 842.857, \"ymin\": 941.27, \"xmax\": 858.7302, \"ymax\": 959.5237999999999}, \"category\": \"pne\"}]}, \"33987\": {\"path\": \"train/33987.jpg\", \"id\": 33987, \"objects\": [{\"bbox\": {\"xmin\": 1346.39, \"ymin\": 803.922, \"xmax\": 1389.5269, \"ymax\": 843.1373}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1095.41, \"ymin\": 791.46, \"xmax\": 1138.5465000000002, \"ymax\": 832.6367}, \"category\": \"pne\"}]}, \"36302\": {\"path\": \"test/36302.jpg\", \"id\": 36302, \"objects\": [{\"bbox\": {\"xmin\": 1691.27, \"ymin\": 1017.46, \"xmax\": 1712.6957, \"ymax\": 1043.6508000000001}, \"category\": \"pl30\"}]}, \"73884\": {\"path\": \"train/73884.jpg\", \"id\": 73884, \"objects\": [{\"bbox\": {\"xmin\": 1451.0, \"ymin\": 875.0, \"xmax\": 1523.0, \"ymax\": 950.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1455.0, \"ymin\": 949.0, \"xmax\": 1525.0, \"ymax\": 1022.0}, \"category\": \"pn\"}]}, \"46880\": {\"path\": \"train/46880.jpg\", \"id\": 46880, \"objects\": [{\"bbox\": {\"xmin\": 1659.0, \"ymin\": 635.0, \"xmax\": 1709.0, \"ymax\": 684.0}, \"category\": \"pctl\"}]}, \"43477\": {\"path\": \"train/43477.jpg\", \"id\": 43477, \"objects\": [{\"bbox\": {\"xmin\": 1276.0, \"ymin\": 937.333, \"xmax\": 1324.0, \"ymax\": 986.6667}, \"category\": \"pl80\"}]}, \"46128\": {\"path\": \"train/46128.jpg\", \"id\": 46128, \"objects\": [{\"bbox\": {\"xmin\": 30.6931, \"ymin\": 837.624, \"xmax\": 58.415800000000004, \"ymax\": 874.2574000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1373.27, \"ymin\": 911.881, \"xmax\": 1396.0396, \"ymax\": 935.6422}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1265.35, \"ymin\": 905.941, \"xmax\": 1290.099, \"ymax\": 930.6931000000001}, \"category\": \"pne\"}]}, \"20378\": {\"path\": \"other/20378.jpg\", \"id\": 20378, \"objects\": [{\"bbox\": {\"xmin\": 1776.12, \"ymin\": 957.711, \"xmax\": 1796.0223999999998, \"ymax\": 984.5757}, \"category\": \"w63\"}]}, \"8194\": {\"path\": \"train/8194.jpg\", \"id\": 8194, \"objects\": [{\"bbox\": {\"xmin\": 376.617, \"ymin\": 819.403, \"xmax\": 400.0, \"ymax\": 864.1786}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 404.975, \"ymin\": 824.378, \"xmax\": 428.3582, \"ymax\": 868.6567}, \"category\": \"pn\"}]}, \"86543\": {\"path\": \"test/86543.jpg\", \"id\": 86543, \"objects\": [{\"bbox\": {\"xmin\": 186.667, \"ymin\": 865.333, \"xmax\": 224.0, \"ymax\": 912.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 913.333, \"ymin\": 954.667, \"xmax\": 952.0, \"ymax\": 992.0}, \"category\": \"pm50\"}]}, \"90501\": {\"path\": \"train/90501.jpg\", \"id\": 90501, \"objects\": [{\"bbox\": {\"xmin\": 1154.87, \"ymin\": 935.399, \"xmax\": 1173.4538, \"ymax\": 954.8677}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1174.78, \"ymin\": 935.841, \"xmax\": 1194.2503, \"ymax\": 955.7521}, \"category\": \"pn\"}]}, \"81390\": {\"path\": \"train/81390.jpg\", \"id\": 81390, \"objects\": [{\"bbox\": {\"xmin\": 1567.11, \"ymin\": 955.263, \"xmax\": 1602.6316, \"ymax\": 997.3684000000001}, \"category\": \"p10\"}]}, \"76443\": {\"path\": \"train/76443.jpg\", \"id\": 76443, \"objects\": [{\"bbox\": {\"xmin\": 1228.95, \"ymin\": 928.947, \"xmax\": 1301.3158, \"ymax\": 996.0526}, \"category\": \"w57\"}]}, \"57702\": {\"path\": \"train/57702.jpg\", \"id\": 57702, \"objects\": [{\"bbox\": {\"xmin\": 1965.79, \"ymin\": 788.158, \"xmax\": 2005.2631999999999, \"ymax\": 835.5263}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 2009.21, \"ymin\": 794.737, \"xmax\": 2044.7368000000001, \"ymax\": 840.7895}, \"category\": \"pn\"}]}, \"93241\": {\"path\": \"test/93241.jpg\", \"id\": 93241, \"objects\": [{\"bbox\": {\"xmin\": 1744.0, \"ymin\": 780.0, \"xmax\": 1832.0, \"ymax\": 865.3333}, \"category\": \"pcr\"}, {\"bbox\": {\"xmin\": 1748.0, \"ymin\": 897.333, \"xmax\": 1836.0, \"ymax\": 984.0}, \"category\": \"pcl\"}]}, \"44916\": {\"path\": \"test/44916.jpg\", \"id\": 44916, \"objects\": [{\"bbox\": {\"xmin\": 1609.33, \"ymin\": 916.0, \"xmax\": 1668.0, \"ymax\": 978.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1606.67, \"ymin\": 845.333, \"xmax\": 1673.3333, \"ymax\": 917.3333}, \"category\": \"pl50\"}]}, \"2952\": {\"path\": \"test/2952.jpg\", \"id\": 2952, \"objects\": [{\"bbox\": {\"xmin\": 1118.25, \"ymin\": 962.687, \"xmax\": 1145.7711, \"ymax\": 988.4984000000001}, \"category\": \"p5\"}]}, \"68241\": {\"path\": \"train/68241.jpg\", \"id\": 68241, \"objects\": [{\"bbox\": {\"xmin\": 352.0, \"ymin\": 912.0, \"xmax\": 416.0003, \"ymax\": 1041.333}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 353.333, \"ymin\": 761.333, \"xmax\": 420.0, \"ymax\": 894.6669999999999}, \"category\": \"pm55\"}]}, \"18305\": {\"path\": \"other/18305.jpg\", \"id\": 18305, \"objects\": [{\"bbox\": {\"xmin\": 1356.01, \"ymin\": 866.758, \"xmax\": 1386.0769, \"ymax\": 894.6673000000001}, \"category\": \"w22\"}]}, \"25437\": {\"path\": \"other/25437.jpg\", \"id\": 25437, \"objects\": [{\"bbox\": {\"xmin\": 1737.2647705078125, \"ymin\": 901.7715454101562, \"xmax\": 1762.2335205078125, \"ymax\": 930.3140258789062}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1646.1776123046875, \"ymin\": 893.928955078125, \"xmax\": 1672.3160400390625, \"ymax\": 924.59375}, \"category\": \"i4\"}]}, \"17434\": {\"path\": \"train/17434.jpg\", \"id\": 17434, \"objects\": [{\"bbox\": {\"xmin\": 257.333, \"ymin\": 878.667, \"xmax\": 332.0, \"ymax\": 960.0003}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1824.0, \"ymin\": 761.333, \"xmax\": 1914.6667, \"ymax\": 862.6669999999999}, \"category\": \"pl80\"}]}, \"52365\": {\"path\": \"train/52365.jpg\", \"id\": 52365, \"objects\": [{\"bbox\": {\"xmin\": 560.784, \"ymin\": 980.392, \"xmax\": 615.6863, \"ymax\": 1039.2157}, \"category\": \"ip\"}]}, \"89780\": {\"path\": \"test/89780.jpg\", \"id\": 89780, \"objects\": [{\"bbox\": {\"xmin\": 619.737, \"ymin\": 825.0, \"xmax\": 669.7368, \"ymax\": 876.3158}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1176.32, \"ymin\": 903.947, \"xmax\": 1209.2105, \"ymax\": 939.4737}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1107.89, \"ymin\": 902.632, \"xmax\": 1138.1579000000002, \"ymax\": 938.1578999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1140.79, \"ymin\": 903.947, \"xmax\": 1176.3157999999999, \"ymax\": 944.7368}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 442.105, \"ymin\": 836.842, \"xmax\": 490.78950000000003, \"ymax\": 889.4737}, \"category\": \"pne\"}]}, \"80156\": {\"path\": \"test/80156.jpg\", \"id\": 80156, \"objects\": [{\"bbox\": {\"xmin\": 1078.0, \"ymin\": 677.0, \"xmax\": 1145.0, \"ymax\": 751.0}, \"category\": \"pl50\"}]}, \"58095\": {\"path\": \"train/58095.jpg\", \"id\": 58095, \"objects\": [{\"bbox\": {\"xmin\": 1052.48, \"ymin\": 801.98, \"xmax\": 1099.0099, \"ymax\": 848.5149}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1100.91, \"ymin\": 800.989, \"xmax\": 1152.4846, \"ymax\": 847.5247}, \"category\": \"pn\"}]}, \"71957\": {\"path\": \"test/71957.jpg\", \"id\": 71957, \"objects\": [{\"bbox\": {\"xmin\": 1610.32, \"ymin\": 882.54, \"xmax\": 1643.6544, \"ymax\": 915.8729999999999}, \"category\": \"pl80\"}]}, \"54677\": {\"path\": \"test/54677.jpg\", \"id\": 54677, \"objects\": [{\"bbox\": {\"xmin\": 1329.33, \"ymin\": 690.667, \"xmax\": 1408.0, \"ymax\": 768.0}, \"category\": \"pl40\"}]}, \"73961\": {\"path\": \"other/73961.jpg\", \"id\": 73961, \"objects\": [{\"bbox\": {\"xmin\": 897.333, \"ymin\": 1040.0, \"xmax\": 952.0, \"ymax\": 1096.0}, \"category\": \"pm15\"}]}, \"7478\": {\"path\": \"train/7478.jpg\", \"id\": 7478, \"objects\": [{\"bbox\": {\"xmin\": 752.632, \"ymin\": 689.474, \"xmax\": 809.2104999999999, \"ymax\": 748.6842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 392.105, \"ymin\": 717.105, \"xmax\": 439.4737, \"ymax\": 771.0521}, \"category\": \"pne\"}]}, \"81128\": {\"path\": \"train/81128.jpg\", \"id\": 81128, \"objects\": [{\"bbox\": {\"xmin\": 1448.0, \"ymin\": 855.2, \"xmax\": 1513.6, \"ymax\": 904.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 637.6, \"ymin\": 904.0, \"xmax\": 673.6, \"ymax\": 944.0}, \"category\": \"pl100\"}]}, \"80978\": {\"path\": \"other/80978.jpg\", \"id\": 80978, \"objects\": [{\"bbox\": {\"xmin\": 1209.9332275390625, \"ymin\": 1004.64990234375, \"xmax\": 1229.9698486328125, \"ymax\": 1022.5966796875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1209.79736328125, \"ymin\": 978.8291625976562, \"xmax\": 1230.232177734375, \"ymax\": 995.9481811523438}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1209.27685546875, \"ymin\": 952.4939575195312, \"xmax\": 1229.298583984375, \"ymax\": 972.0942993164062}, \"category\": \"p26\"}]}, \"28615\": {\"path\": \"train/28615.jpg\", \"id\": 28615, \"objects\": [{\"bbox\": {\"xmin\": 1116.0, \"ymin\": 789.0, \"xmax\": 1266.0, \"ymax\": 988.0}, \"category\": \"pcl\"}]}, \"13027\": {\"path\": \"test/13027.jpg\", \"id\": 13027, \"objects\": [{\"bbox\": {\"xmin\": 541.333, \"ymin\": 862.667, \"xmax\": 590.6667, \"ymax\": 913.3333}, \"category\": \"pl20\"}]}, \"91465\": {\"path\": \"test/91465.jpg\", \"id\": 91465, \"objects\": [{\"bbox\": {\"xmin\": 1826.67, \"ymin\": 798.667, \"xmax\": 1958.6670000000001, \"ymax\": 968.0}, \"category\": \"pl120\"}]}, \"72454\": {\"path\": \"train/72454.jpg\", \"id\": 72454, \"objects\": [{\"bbox\": {\"xmin\": 1095.0, \"ymin\": 672.0, \"xmax\": 1153.0, \"ymax\": 730.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1150.0, \"ymin\": 676.0, \"xmax\": 1213.0, \"ymax\": 730.0}, \"category\": \"w3\"}]}, \"53434\": {\"path\": \"train/53434.jpg\", \"id\": 53434, \"objects\": [{\"bbox\": {\"xmin\": 275.0, \"ymin\": 846.0, \"xmax\": 289.0, \"ymax\": 869.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1319.0, \"ymin\": 913.0, \"xmax\": 1333.0, \"ymax\": 930.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 292.0, \"ymin\": 848.0, \"xmax\": 309.0, \"ymax\": 870.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 914.0, \"xmax\": 1351.0, \"ymax\": 928.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 323.0, \"ymin\": 920.0, \"xmax\": 334.0, \"ymax\": 936.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1390.0, \"ymin\": 1003.0, \"xmax\": 1404.0, \"ymax\": 1019.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 320.0, \"ymin\": 974.0, \"xmax\": 334.0, \"ymax\": 992.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1390.0, \"ymin\": 1022.0, \"xmax\": 1404.0, \"ymax\": 1036.0}, \"category\": \"i2r\"}]}, \"56621\": {\"path\": \"train/56621.jpg\", \"id\": 56621, \"objects\": [{\"bbox\": {\"xmin\": 283.7268981933594, \"ymin\": 1028.7740478515625, \"xmax\": 310.2033996582031, \"ymax\": 1058.7857666015625}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 981.6, \"ymin\": 856.0, \"xmax\": 1007.2, \"ymax\": 881.6}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 729.6, \"ymin\": 854.4, \"xmax\": 751.2, \"ymax\": 879.1999999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1044.0, \"ymin\": 899.2, \"xmax\": 1071.2, \"ymax\": 924.8000000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 980.8, \"ymin\": 817.6, \"xmax\": 1006.4, \"ymax\": 844.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1014.4, \"ymin\": 836.8, \"xmax\": 1046.4, \"ymax\": 872.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 952.0, \"ymin\": 822.4, \"xmax\": 974.4, \"ymax\": 847.1999999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1453.6, \"ymin\": 904.8, \"xmax\": 1474.3999999999999, \"ymax\": 927.1999999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 230.4, \"ymin\": 881.6, \"xmax\": 255.20000000000002, \"ymax\": 920.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 952.8, \"ymin\": 859.2, \"xmax\": 976.8, \"ymax\": 884.0}, \"category\": \"pbp\"}]}, \"21919\": {\"path\": \"test/21919.jpg\", \"id\": 21919, \"objects\": [{\"bbox\": {\"xmin\": 1574.0, \"ymin\": 805.0, \"xmax\": 1635.0, \"ymax\": 869.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1512.0, \"ymin\": 803.0, \"xmax\": 1574.0, \"ymax\": 869.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1634.0, \"ymin\": 805.0, \"xmax\": 1692.0, \"ymax\": 870.0}, \"category\": \"pn\"}]}, \"50523\": {\"path\": \"test/50523.jpg\", \"id\": 50523, \"objects\": [{\"bbox\": {\"xmin\": 912.0, \"ymin\": 980.0, \"xmax\": 984.0, \"ymax\": 1080.0}, \"category\": \"pl30\"}]}, \"60737\": {\"path\": \"test/60737.jpg\", \"id\": 60737, \"objects\": [{\"bbox\": {\"xmin\": 27.7778, \"ymin\": 743.651, \"xmax\": 69.04759999999999, \"ymax\": 807.1432}, \"category\": \"pn\"}]}, \"32171\": {\"path\": \"train/32171.jpg\", \"id\": 32171, \"objects\": [{\"bbox\": {\"xmin\": 1910.0, \"ymin\": 794.0, \"xmax\": 2046.0, \"ymax\": 950.0}, \"category\": \"p5\"}]}, \"32259\": {\"path\": \"test/32259.jpg\", \"id\": 32259, \"objects\": [{\"bbox\": {\"xmin\": 325.6, \"ymin\": 830.4, \"xmax\": 406.40000000000003, \"ymax\": 915.1999999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1424.8, \"ymin\": 941.6, \"xmax\": 1486.3999999999999, \"ymax\": 1001.6}, \"category\": \"pl80\"}]}, \"65768\": {\"path\": \"test/65768.jpg\", \"id\": 65768, \"objects\": [{\"bbox\": {\"xmin\": 447.02, \"ymin\": 531.314, \"xmax\": 507.80469999999997, \"ymax\": 641.1179999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 366.667, \"ymin\": 484.314, \"xmax\": 441.1765, \"ymax\": 605.8820000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 513.706, \"ymin\": 561.833, \"xmax\": 568.6074, \"ymax\": 675.558}, \"category\": \"pn\"}]}, \"25999\": {\"path\": \"train/25999.jpg\", \"id\": 25999, \"objects\": [{\"bbox\": {\"xmin\": 954.762, \"ymin\": 952.318, \"xmax\": 968.2539999999999, \"ymax\": 966.888}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1119.21, \"ymin\": 963.576, \"xmax\": 1134.4371, \"ymax\": 984.106}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1121.19, \"ymin\": 982.781, \"xmax\": 1135.0993, \"ymax\": 999.3376999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 907.937, \"ymin\": 955.556, \"xmax\": 919.8675000000001, \"ymax\": 967.5497}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1028.48, \"ymin\": 852.98, \"xmax\": 1067.4637, \"ymax\": 893.3775}, \"category\": \"w57\"}]}, \"35198\": {\"path\": \"train/35198.jpg\", \"id\": 35198, \"objects\": [{\"bbox\": {\"xmin\": 1142.67, \"ymin\": 760.0, \"xmax\": 1198.6667, \"ymax\": 817.3333}, \"category\": \"pl40\"}]}, \"54481\": {\"path\": \"train/54481.jpg\", \"id\": 54481, \"objects\": [{\"bbox\": {\"xmin\": 1576.99, \"ymin\": 822.223, \"xmax\": 1615.0794, \"ymax\": 865.0797}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1618.26, \"ymin\": 827.778, \"xmax\": 1654.7619, \"ymax\": 869.048}, \"category\": \"pn\"}]}, \"41668\": {\"path\": \"other/41668.jpg\", \"id\": 41668, \"objects\": [{\"bbox\": {\"xmin\": 685.0, \"ymin\": 1086.0, \"xmax\": 699.0, \"ymax\": 1100.0}, \"category\": \"pne\"}]}, \"8225\": {\"path\": \"train/8225.jpg\", \"id\": 8225, \"objects\": [{\"bbox\": {\"xmin\": 1281.33, \"ymin\": 862.667, \"xmax\": 1348.0, \"ymax\": 930.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1282.67, \"ymin\": 937.333, \"xmax\": 1350.6667, \"ymax\": 1008.0}, \"category\": \"p18\"}]}, \"60811\": {\"path\": \"train/60811.jpg\", \"id\": 60811, \"objects\": [{\"bbox\": {\"xmin\": 488.158, \"ymin\": 934.211, \"xmax\": 585.5260000000001, \"ymax\": 1043.421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 356.579, \"ymin\": 944.737, \"xmax\": 453.947, \"ymax\": 1043.4211}, \"category\": \"pne\"}]}, \"48513\": {\"path\": \"train/48513.jpg\", \"id\": 48513, \"objects\": [{\"bbox\": {\"xmin\": 1910.0, \"ymin\": 633.0, \"xmax\": 1981.0, \"ymax\": 738.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1150.0, \"ymin\": 814.0, \"xmax\": 1193.0, \"ymax\": 857.0}, \"category\": \"pne\"}]}, \"9280\": {\"path\": \"test/9280.jpg\", \"id\": 9280, \"objects\": [{\"bbox\": {\"xmin\": 1708.0, \"ymin\": 972.0, \"xmax\": 1741.6, \"ymax\": 1006.4}, \"category\": \"pl30\"}]}, \"89987\": {\"path\": \"test/89987.jpg\", \"id\": 89987, \"objects\": [{\"bbox\": {\"xmin\": 1313.73, \"ymin\": 962.745, \"xmax\": 1329.4118, \"ymax\": 986.2745}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1352.94, \"ymin\": 962.745, \"xmax\": 1368.6275, \"ymax\": 982.3529}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1458.82, \"ymin\": 874.51, \"xmax\": 1488.2295, \"ymax\": 913.7255}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1490.2, \"ymin\": 878.431, \"xmax\": 1525.5003000000002, \"ymax\": 911.7639}, \"category\": \"pn\"}]}, \"67880\": {\"path\": \"train/67880.jpg\", \"id\": 67880, \"objects\": [{\"bbox\": {\"xmin\": 594.667, \"ymin\": 942.667, \"xmax\": 628.0, \"ymax\": 1016.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 190.667, \"ymin\": 749.333, \"xmax\": 253.3333, \"ymax\": 860.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 186.667, \"ymin\": 549.333, \"xmax\": 252.0, \"ymax\": 657.333}, \"category\": \"p26\"}]}, \"6531\": {\"path\": \"train/6531.jpg\", \"id\": 6531, \"objects\": [{\"bbox\": {\"xmin\": 1195.37, \"ymin\": 970.199, \"xmax\": 1227.8146, \"ymax\": 996.6881999999999}, \"category\": \"pg\"}]}, \"76399\": {\"path\": \"train/76399.jpg\", \"id\": 76399, \"objects\": [{\"bbox\": {\"xmin\": 1234.67, \"ymin\": 828.0, \"xmax\": 1273.3333, \"ymax\": 873.3333}, \"category\": \"pl40\"}]}, \"2829\": {\"path\": \"train/2829.jpg\", \"id\": 2829, \"objects\": [{\"bbox\": {\"xmin\": 1905.68, \"ymin\": 873.295, \"xmax\": 1942.0455000000002, \"ymax\": 910.2273}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1806.82, \"ymin\": 865.341, \"xmax\": 1841.4773, \"ymax\": 903.9773}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1485.23, \"ymin\": 851.136, \"xmax\": 1523.8636000000001, \"ymax\": 890.9091}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1497.73, \"ymin\": 928.977, \"xmax\": 1515.9073, \"ymax\": 947.7275}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1471.59, \"ymin\": 926.705, \"xmax\": 1493.1817999999998, \"ymax\": 948.2962}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1521.59, \"ymin\": 926.136, \"xmax\": 1542.0455, \"ymax\": 948.2955}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1309.66, \"ymin\": 848.295, \"xmax\": 1352.2727, \"ymax\": 888.6364}, \"category\": \"pne\"}]}, \"93599\": {\"path\": \"train/93599.jpg\", \"id\": 93599, \"objects\": [{\"bbox\": {\"xmin\": 1354.67, \"ymin\": 892.0, \"xmax\": 1390.67, \"ymax\": 928.0}, \"category\": \"pl40\"}]}, \"96382\": {\"path\": \"test/96382.jpg\", \"id\": 96382, \"objects\": [{\"bbox\": {\"xmin\": 1234.67, \"ymin\": 678.667, \"xmax\": 1298.6667, \"ymax\": 736.0}, \"category\": \"p23\"}]}, \"39586\": {\"path\": \"train/39586.jpg\", \"id\": 39586, \"objects\": [{\"bbox\": {\"xmin\": 1446.05, \"ymin\": 880.263, \"xmax\": 1477.6316, \"ymax\": 909.2102}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1480.26, \"ymin\": 881.579, \"xmax\": 1507.8832, \"ymax\": 909.2104999999999}, \"category\": \"w57\"}]}, \"12047\": {\"path\": \"test/12047.jpg\", \"id\": 12047, \"objects\": [{\"bbox\": {\"xmin\": 650.98, \"ymin\": 835.294, \"xmax\": 696.0784, \"ymax\": 907.8433}, \"category\": \"ip\"}]}, \"10480\": {\"path\": \"train/10480.jpg\", \"id\": 10480, \"objects\": [{\"bbox\": {\"xmin\": 1599.01, \"ymin\": 976.238, \"xmax\": 1634.6535, \"ymax\": 1014.8515000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1775.25, \"ymin\": 972.277, \"xmax\": 1808.9109, \"ymax\": 1015.8416000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1774.26, \"ymin\": 908.911, \"xmax\": 1805.9406, \"ymax\": 951.4851}, \"category\": \"p26\"}]}, \"61011\": {\"path\": \"train/61011.jpg\", \"id\": 61011, \"objects\": [{\"bbox\": {\"xmin\": 1584.21, \"ymin\": 856.579, \"xmax\": 1607.8947, \"ymax\": 881.5789}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1428.95, \"ymin\": 846.053, \"xmax\": 1457.8947, \"ymax\": 875.0}, \"category\": \"pne\"}]}, \"68054\": {\"path\": \"test/68054.jpg\", \"id\": 68054, \"objects\": [{\"bbox\": {\"xmin\": 1252.63, \"ymin\": 984.211, \"xmax\": 1326.3184, \"ymax\": 1046.053}, \"category\": \"w57\"}]}, \"91702\": {\"path\": \"test/91702.jpg\", \"id\": 91702, \"objects\": [{\"bbox\": {\"xmin\": 1758.67, \"ymin\": 714.667, \"xmax\": 1808.0, \"ymax\": 773.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1886.67, \"ymin\": 737.333, \"xmax\": 1930.6667, \"ymax\": 790.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1613.33, \"ymin\": 694.667, \"xmax\": 1669.3333, \"ymax\": 754.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1552.0, \"ymin\": 690.667, \"xmax\": 1609.3333, \"ymax\": 748.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1705.33, \"ymin\": 708.0, \"xmax\": 1757.3333, \"ymax\": 765.3336}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1842.67, \"ymin\": 726.667, \"xmax\": 1888.0, \"ymax\": 781.3333}, \"category\": \"pl100\"}]}, \"90919\": {\"path\": \"train/90919.jpg\", \"id\": 90919, \"objects\": [{\"bbox\": {\"xmin\": 1207.14, \"ymin\": 939.683, \"xmax\": 1222.2222000000002, \"ymax\": 955.5556}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1165.08, \"ymin\": 940.476, \"xmax\": 1181.7504999999999, \"ymax\": 956.3473}, \"category\": \"pne\"}]}, \"54237\": {\"path\": \"test/54237.jpg\", \"id\": 54237, \"objects\": [{\"bbox\": {\"xmin\": 1908.8, \"ymin\": 938.4, \"xmax\": 1942.3999999999999, \"ymax\": 971.1999999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 586.4, \"ymin\": 998.4, \"xmax\": 604.8, \"ymax\": 1020.8}, \"category\": \"pne\"}]}, \"94942\": {\"path\": \"test/94942.jpg\", \"id\": 94942, \"objects\": [{\"bbox\": {\"xmin\": 1507.14, \"ymin\": 957.143, \"xmax\": 1561.1111, \"ymax\": 1010.3186000000001}, \"category\": \"w59\"}]}, \"22452\": {\"path\": \"other/22452.jpg\", \"id\": 22452, \"objects\": [{\"bbox\": {\"xmin\": 1761.5001220703125, \"ymin\": 972.943115234375, \"xmax\": 1785.4779052734375, \"ymax\": 994.934326171875}, \"category\": \"pl50\"}]}, \"74638\": {\"path\": \"test/74638.jpg\", \"id\": 74638, \"objects\": [{\"bbox\": {\"xmin\": 672.0, \"ymin\": 639.0, \"xmax\": 755.0, \"ymax\": 724.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 605.0, \"ymin\": 596.0, \"xmax\": 688.0, \"ymax\": 681.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 529.0, \"ymin\": 611.0, \"xmax\": 604.0, \"ymax\": 689.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 687.0, \"ymin\": 693.0, \"xmax\": 762.0, \"ymax\": 777.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 991.0, \"ymin\": 964.0, \"xmax\": 1010.0, \"ymax\": 987.0}, \"category\": \"pn\"}]}, \"117\": {\"path\": \"test/117.jpg\", \"id\": 117, \"objects\": [{\"bbox\": {\"xmin\": 1456.0, \"ymin\": 849.0, \"xmax\": 1489.0, \"ymax\": 884.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1652.0, \"ymin\": 862.0, \"xmax\": 1683.0, \"ymax\": 894.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1561.0, \"ymin\": 854.0, \"xmax\": 1595.0, \"ymax\": 889.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1416.0, \"ymin\": 808.0, \"xmax\": 1452.0, \"ymax\": 844.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1457.0, \"ymin\": 812.0, \"xmax\": 1491.0, \"ymax\": 847.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1520.0, \"ymin\": 852.0, \"xmax\": 1553.0, \"ymax\": 887.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1417.0, \"ymin\": 849.0, \"xmax\": 1451.0, \"ymax\": 883.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1614.0, \"ymin\": 858.0, \"xmax\": 1645.0, \"ymax\": 891.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1720.0, \"ymin\": 869.0, \"xmax\": 1747.0, \"ymax\": 903.0}, \"category\": \"pne\"}]}, \"10939\": {\"path\": \"test/10939.jpg\", \"id\": 10939, \"objects\": [{\"bbox\": {\"xmin\": 828.713, \"ymin\": 915.842, \"xmax\": 866.3367999999999, \"ymax\": 973.2673}, \"category\": \"pl30\"}]}, \"46959\": {\"path\": \"train/46959.jpg\", \"id\": 46959, \"objects\": [{\"bbox\": {\"xmin\": 1188.33, \"ymin\": 836.0, \"xmax\": 1227.6494, \"ymax\": 872.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 536.8, \"ymin\": 675.2, \"xmax\": 565.6627, \"ymax\": 746.1847}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1009.84, \"ymin\": 834.639, \"xmax\": 1042.3994, \"ymax\": 873.6948}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1.6, \"ymin\": 380.97, \"xmax\": 65.2985, \"ymax\": 520.896}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1151.2, \"ymin\": 835.2, \"xmax\": 1187.5504, \"ymax\": 873.7822000000001}, \"category\": \"p2\"}]}, \"5217\": {\"path\": \"other/5217.jpg\", \"id\": 5217, \"objects\": [{\"bbox\": {\"xmin\": 230.682, \"ymin\": 1105.11, \"xmax\": 244.88619999999997, \"ymax\": 1121.5873}, \"category\": \"p23\"}]}, \"6492\": {\"path\": \"other/6492.jpg\", \"id\": 6492, \"objects\": [{\"bbox\": {\"xmin\": 1287.65, \"ymin\": 984.063, \"xmax\": 1298.8016, \"ymax\": 996.0156}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1286.85, \"ymin\": 997.211, \"xmax\": 1299.9984, \"ymax\": 1009.9604}, \"category\": \"pn\"}]}, \"38053\": {\"path\": \"test/38053.jpg\", \"id\": 38053, \"objects\": [{\"bbox\": {\"xmin\": 1748.41, \"ymin\": 1211.91, \"xmax\": 1785.7152, \"ymax\": 1253.9683}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1597.62, \"ymin\": 1223.02, \"xmax\": 1638.8898, \"ymax\": 1265.083}, \"category\": \"pne\"}]}, \"96330\": {\"path\": \"other/96330.jpg\", \"id\": 96330, \"objects\": [{\"bbox\": {\"xmin\": 1646.0, \"ymin\": 977.0, \"xmax\": 1731.0, \"ymax\": 1071.0}, \"category\": \"pr60\"}]}, \"17607\": {\"path\": \"train/17607.jpg\", \"id\": 17607, \"objects\": [{\"bbox\": {\"xmin\": 92.0, \"ymin\": 769.333, \"xmax\": 190.6667, \"ymax\": 894.6669999999999}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1564.0, \"ymin\": 878.667, \"xmax\": 1598.6667, \"ymax\": 914.6667}, \"category\": \"pl30\"}]}, \"52142\": {\"path\": \"train/52142.jpg\", \"id\": 52142, \"objects\": [{\"bbox\": {\"xmin\": 448.0, \"ymin\": 1029.33, \"xmax\": 480.0, \"ymax\": 1056.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 448.0, \"ymin\": 996.0, \"xmax\": 478.6667, \"ymax\": 1028.0}, \"category\": \"pl5\"}]}, \"60702\": {\"path\": \"test/60702.jpg\", \"id\": 60702, \"objects\": [{\"bbox\": {\"xmin\": 1209.33, \"ymin\": 934.667, \"xmax\": 1273.3333, \"ymax\": 1001.3333}, \"category\": \"pr40\"}]}, \"48687\": {\"path\": \"other/48687.jpg\", \"id\": 48687, \"objects\": [{\"bbox\": {\"xmin\": 1221.78, \"ymin\": 875.248, \"xmax\": 1253.4653, \"ymax\": 904.9505}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1156.44, \"ymin\": 873.267, \"xmax\": 1190.1078, \"ymax\": 902.9703000000001}, \"category\": \"w42\"}, {\"bbox\": {\"xmin\": 1189.11, \"ymin\": 874.257, \"xmax\": 1219.8072, \"ymax\": 903.9597}, \"category\": \"w8\"}]}, \"63046\": {\"path\": \"train/63046.jpg\", \"id\": 63046, \"objects\": [{\"bbox\": {\"xmin\": 1423.18, \"ymin\": 909.272, \"xmax\": 1482.7792000000002, \"ymax\": 964.9007}, \"category\": \"pn\"}]}, \"57102\": {\"path\": \"train/57102.jpg\", \"id\": 57102, \"objects\": [{\"bbox\": {\"xmin\": 942.574, \"ymin\": 934.653, \"xmax\": 956.4353, \"ymax\": 952.4763}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 461.386, \"ymin\": 979.208, \"xmax\": 535.6436, \"ymax\": 1056.4356}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 858.416, \"ymin\": 937.624, \"xmax\": 872.2772000000001, \"ymax\": 952.4752}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 808.73, \"ymin\": 859.524, \"xmax\": 830.1587000000001, \"ymax\": 883.3333}, \"category\": \"pss\"}]}, \"46907\": {\"path\": \"test/46907.jpg\", \"id\": 46907, \"objects\": [{\"bbox\": {\"xmin\": 289.0, \"ymin\": 718.0, \"xmax\": 444.0, \"ymax\": 916.0}, \"category\": \"pg\"}]}, \"43598\": {\"path\": \"test/43598.jpg\", \"id\": 43598, \"objects\": [{\"bbox\": {\"xmin\": 837.624, \"ymin\": 890.099, \"xmax\": 868.3168000000001, \"ymax\": 920.7921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1206.93, \"ymin\": 904.95, \"xmax\": 1235.6436, \"ymax\": 934.6535}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1145.54, \"ymin\": 903.96, \"xmax\": 1175.2475, \"ymax\": 933.6634}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1179.21, \"ymin\": 906.931, \"xmax\": 1205.9406000000001, \"ymax\": 934.6535}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 725.743, \"ymin\": 893.069, \"xmax\": 754.4554, \"ymax\": 924.7524999999999}, \"category\": \"pne\"}]}, \"67033\": {\"path\": \"test/67033.jpg\", \"id\": 67033, \"objects\": [{\"bbox\": {\"xmin\": 870.635, \"ymin\": 924.603, \"xmax\": 889.6825, \"ymax\": 943.6508}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1091.27, \"ymin\": 937.302, \"xmax\": 1105.5556, \"ymax\": 954.7619}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1071.43, \"ymin\": 938.889, \"xmax\": 1088.8889000000001, \"ymax\": 953.9683}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1106.35, \"ymin\": 938.095, \"xmax\": 1123.0197999999998, \"ymax\": 954.7619}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 791.27, \"ymin\": 924.603, \"xmax\": 810.3175, \"ymax\": 946.0317}, \"category\": \"pne\"}]}, \"33508\": {\"path\": \"train/33508.jpg\", \"id\": 33508, \"objects\": [{\"bbox\": {\"xmin\": 558.667, \"ymin\": 977.333, \"xmax\": 604.0, \"ymax\": 1026.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1501.33, \"ymin\": 921.333, \"xmax\": 1537.3333, \"ymax\": 962.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1668.0, \"ymin\": 901.333, \"xmax\": 1693.3333, \"ymax\": 930.6667}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 345.333, \"ymin\": 797.333, \"xmax\": 392.0, \"ymax\": 850.6667}, \"category\": \"pne\"}]}, \"56349\": {\"path\": \"train/56349.jpg\", \"id\": 56349, \"objects\": [{\"bbox\": {\"xmin\": 860.317, \"ymin\": 1075.4, \"xmax\": 888.0952, \"ymax\": 1107.9365}, \"category\": \"w32\"}]}, \"82059\": {\"path\": \"train/82059.jpg\", \"id\": 82059, \"objects\": [{\"bbox\": {\"xmin\": 1815.79, \"ymin\": 889.474, \"xmax\": 1890.7894999999999, \"ymax\": 969.7368}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 756.25, \"ymin\": 960.795, \"xmax\": 773.6848, \"ymax\": 980.1125999999999}, \"category\": \"p23\"}]}, \"7331\": {\"path\": \"test/7331.jpg\", \"id\": 7331, \"objects\": [{\"bbox\": {\"xmin\": 238.667, \"ymin\": 1001.33, \"xmax\": 290.6667, \"ymax\": 1077.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1516.0, \"ymin\": 809.333, \"xmax\": 1568.0, \"ymax\": 865.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1512.0, \"ymin\": 864.0, \"xmax\": 1568.0, \"ymax\": 921.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1390.67, \"ymin\": 729.333, \"xmax\": 1457.3366, \"ymax\": 797.3333}, \"category\": \"pl50\"}]}, \"14148\": {\"path\": \"train/14148.jpg\", \"id\": 14148, \"objects\": [{\"bbox\": {\"xmin\": 750.4, \"ymin\": 924.8, \"xmax\": 780.0, \"ymax\": 953.5999999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1207.2, \"ymin\": 840.8, \"xmax\": 1243.2, \"ymax\": 875.1999999999999}, \"category\": \"pl60\"}]}, \"66042\": {\"path\": \"train/66042.jpg\", \"id\": 66042, \"objects\": [{\"bbox\": {\"xmin\": 1382.0, \"ymin\": 409.0, \"xmax\": 1483.0, \"ymax\": 494.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1495.0, \"ymin\": 419.0, \"xmax\": 1596.0, \"ymax\": 504.0}, \"category\": \"pn\"}]}, \"75881\": {\"path\": \"test/75881.jpg\", \"id\": 75881, \"objects\": [{\"bbox\": {\"xmin\": 11.8812, \"ymin\": 975.248, \"xmax\": 40.5941, \"ymax\": 1003.9604}, \"category\": \"w57\"}]}, \"71839\": {\"path\": \"test/71839.jpg\", \"id\": 71839, \"objects\": [{\"bbox\": {\"xmin\": 1021.12, \"ymin\": 837.052, \"xmax\": 1070.92, \"ymax\": 886.8526}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1082.07, \"ymin\": 837.45, \"xmax\": 1132.6644999999999, \"ymax\": 886.4542}, \"category\": \"pl20\"}]}, \"61377\": {\"path\": \"test/61377.jpg\", \"id\": 61377, \"objects\": [{\"bbox\": {\"xmin\": 1444.44, \"ymin\": 858.73, \"xmax\": 1477.7778, \"ymax\": 895.2381}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1506.35, \"ymin\": 927.778, \"xmax\": 1523.8094999999998, \"ymax\": 948.4127}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1468.25, \"ymin\": 926.984, \"xmax\": 1484.9206, \"ymax\": 948.4127000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1488.1, \"ymin\": 927.778, \"xmax\": 1504.7619, \"ymax\": 948.4127}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1307.94, \"ymin\": 857.937, \"xmax\": 1339.6825000000001, \"ymax\": 892.0635}, \"category\": \"pne\"}]}, \"46305\": {\"path\": \"train/46305.jpg\", \"id\": 46305, \"objects\": [{\"bbox\": {\"xmin\": 1067.46, \"ymin\": 876.19, \"xmax\": 1094.4444, \"ymax\": 901.5873}, \"category\": \"pl40\"}]}, \"13306\": {\"path\": \"train/13306.jpg\", \"id\": 13306, \"objects\": [{\"bbox\": {\"xmin\": 1973.3070068359375, \"ymin\": 940.3735961914062, \"xmax\": 1990.9371337890625, \"ymax\": 960.1865844726562}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 96.8254, \"ymin\": 860.317, \"xmax\": 122.2222, \"ymax\": 896.8254000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 67.4603, \"ymin\": 853.968, \"xmax\": 92.8571, \"ymax\": 892.8571}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 124.603, \"ymin\": 862.698, \"xmax\": 148.4127, \"ymax\": 899.2062999999999}, \"category\": \"pn\"}]}, \"65992\": {\"path\": \"train/65992.jpg\", \"id\": 65992, \"objects\": [{\"bbox\": {\"xmin\": 1928.41, \"ymin\": 801.705, \"xmax\": 1966.4773, \"ymax\": 851.1364000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1969.32, \"ymin\": 806.819, \"xmax\": 2004.5464, \"ymax\": 854.5462}, \"category\": \"pn\"}]}, \"65217\": {\"path\": \"other/65217.jpg\", \"id\": 65217, \"objects\": [{\"bbox\": {\"xmin\": 1269.72, \"ymin\": 939.442, \"xmax\": 1282.4669000000001, \"ymax\": 953.7847}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1284.86, \"ymin\": 940.239, \"xmax\": 1298.8064, \"ymax\": 955.7773000000001}, \"category\": \"pn\"}]}, \"70907\": {\"path\": \"other/70907.jpg\", \"id\": 70907, \"objects\": [{\"bbox\": {\"xmin\": 874.9, \"ymin\": 1008.37, \"xmax\": 897.2108, \"ymax\": 1035.8582}, \"category\": \"ph3.3\"}]}, \"10377\": {\"path\": \"test/10377.jpg\", \"id\": 10377, \"objects\": [{\"bbox\": {\"xmin\": 1472.265869140625, \"ymin\": 911.27587890625, \"xmax\": 1490.8642578125, \"ymax\": 928.7684326171875}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1371.05, \"ymin\": 907.895, \"xmax\": 1388.1579, \"ymax\": 928.9474}, \"category\": \"pne\"}]}, \"56725\": {\"path\": \"train/56725.jpg\", \"id\": 56725, \"objects\": [{\"bbox\": {\"xmin\": 1028.0, \"ymin\": 950.667, \"xmax\": 1077.3333, \"ymax\": 1025.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 782.667, \"ymin\": 693.333, \"xmax\": 857.3333, \"ymax\": 768.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 718.667, \"ymin\": 698.667, \"xmax\": 785.3333, \"ymax\": 762.6667}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 642.667, \"ymin\": 698.667, \"xmax\": 712.0, \"ymax\": 768.0006000000001}, \"category\": \"w57\"}]}, \"72994\": {\"path\": \"test/72994.jpg\", \"id\": 72994, \"objects\": [{\"bbox\": {\"xmin\": 1608.46, \"ymin\": 906.468, \"xmax\": 1663.6816000000001, \"ymax\": 977.612}, \"category\": \"pne\"}]}, \"35492\": {\"path\": \"train/35492.jpg\", \"id\": 35492, \"objects\": [{\"bbox\": {\"xmin\": 809.292, \"ymin\": 903.097, \"xmax\": 840.2655, \"ymax\": 936.7252}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 809.292, \"ymin\": 938.938, \"xmax\": 841.1504, \"ymax\": 970.354}, \"category\": \"pn\"}]}, \"4280\": {\"path\": \"train/4280.jpg\", \"id\": 4280, \"objects\": [{\"bbox\": {\"xmin\": 1374.0, \"ymin\": 736.0, \"xmax\": 1440.0, \"ymax\": 804.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 733.0, \"xmax\": 1515.0, \"ymax\": 802.0}, \"category\": \"pm30\"}]}, \"21361\": {\"path\": \"train/21361.jpg\", \"id\": 21361, \"objects\": [{\"bbox\": {\"xmin\": 1676.0, \"ymin\": 838.667, \"xmax\": 1778.664, \"ymax\": 932.0}, \"category\": \"w59\"}]}, \"23742\": {\"path\": \"train/23742.jpg\", \"id\": 23742, \"objects\": [{\"bbox\": {\"xmin\": 1613.0, \"ymin\": 915.0, \"xmax\": 1653.0, \"ymax\": 961.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1570.0, \"ymin\": 912.0, \"xmax\": 1612.0, \"ymax\": 958.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 971.0, \"ymin\": 989.0, \"xmax\": 1019.0, \"ymax\": 1032.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1612.0, \"ymin\": 867.0, \"xmax\": 1650.0, \"ymax\": 910.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1615.0, \"ymin\": 962.0, \"xmax\": 1654.0, \"ymax\": 1005.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1537.0, \"ymin\": 841.0, \"xmax\": 1567.0, \"ymax\": 870.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1574.0, \"ymin\": 867.0, \"xmax\": 1613.0, \"ymax\": 912.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1576.0, \"ymin\": 960.0, \"xmax\": 1612.0, \"ymax\": 1004.0}, \"category\": \"pn\"}]}, \"96014\": {\"path\": \"train/96014.jpg\", \"id\": 96014, \"objects\": [{\"bbox\": {\"xmin\": 13.3333, \"ymin\": 752.0, \"xmax\": 45.3333, \"ymax\": 798.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 262.667, \"ymin\": 805.333, \"xmax\": 284.0, \"ymax\": 844.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 110.667, \"ymin\": 774.667, \"xmax\": 138.6667, \"ymax\": 813.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 192.0, \"ymin\": 789.333, \"xmax\": 213.3333, \"ymax\": 829.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 78.6667, \"ymin\": 717.333, \"xmax\": 108.0, \"ymax\": 760.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 13.3333, \"ymin\": 700.0, \"xmax\": 48.0, \"ymax\": 746.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 74.6667, \"ymin\": 765.333, \"xmax\": 106.6667, \"ymax\": 809.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 161.333, \"ymin\": 785.333, \"xmax\": 188.0, \"ymax\": 825.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 237.333, \"ymin\": 802.667, \"xmax\": 257.3333, \"ymax\": 838.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 312.0, \"ymin\": 820.0, \"xmax\": 332.0, \"ymax\": 854.6667}, \"category\": \"pne\"}]}, \"49401\": {\"path\": \"train/49401.jpg\", \"id\": 49401, \"objects\": [{\"bbox\": {\"xmin\": 1202.97, \"ymin\": 906.931, \"xmax\": 1257.4257, \"ymax\": 966.3366000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1202.97, \"ymin\": 969.307, \"xmax\": 1262.3762, \"ymax\": 1019.802}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1113.8, \"ymin\": 962.376, \"xmax\": 1157.4341, \"ymax\": 1006.9297}, \"category\": \"pn\"}]}, \"55629\": {\"path\": \"train/55629.jpg\", \"id\": 55629, \"objects\": [{\"bbox\": {\"xmin\": 1172.73, \"ymin\": 906.25, \"xmax\": 1197.7273, \"ymax\": 931.8183}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1201.71, \"ymin\": 908.523, \"xmax\": 1226.1364, \"ymax\": 932.3864}, \"category\": \"w57\"}]}, \"15698\": {\"path\": \"train/15698.jpg\", \"id\": 15698, \"objects\": [{\"bbox\": {\"xmin\": 924.0, \"ymin\": 972.0, \"xmax\": 941.3333, \"ymax\": 990.6667}, \"category\": \"p10\"}]}, \"60522\": {\"path\": \"test/60522.jpg\", \"id\": 60522, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 932.54, \"xmax\": 1216.6667, \"ymax\": 948.4127}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1336.51, \"ymin\": 977.778, \"xmax\": 1350.7937, \"ymax\": 990.4762000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1182.54, \"ymin\": 934.921, \"xmax\": 1199.2063, \"ymax\": 950.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1219.84, \"ymin\": 933.333, \"xmax\": 1237.2839, \"ymax\": 950.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1334.92, \"ymin\": 960.317, \"xmax\": 1353.1746, \"ymax\": 977.7778}, \"category\": \"w55\"}]}, \"87215\": {\"path\": \"train/87215.jpg\", \"id\": 87215, \"objects\": [{\"bbox\": {\"xmin\": 85.0, \"ymin\": 890.0, \"xmax\": 293.0, \"ymax\": 1099.0}, \"category\": \"pg\"}]}, \"54175\": {\"path\": \"other/54175.jpg\", \"id\": 54175, \"objects\": [{\"bbox\": {\"xmin\": 1615.69, \"ymin\": 949.02, \"xmax\": 1700.0, \"ymax\": 1037.2549}, \"category\": \"w26\"}]}, \"17164\": {\"path\": \"train/17164.jpg\", \"id\": 17164, \"objects\": [{\"bbox\": {\"xmin\": 1.96078, \"ymin\": 952.941, \"xmax\": 25.49018, \"ymax\": 984.3137}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1486.27, \"ymin\": 941.176, \"xmax\": 1519.6078, \"ymax\": 980.3922}, \"category\": \"ip\"}]}, \"14012\": {\"path\": \"test/14012.jpg\", \"id\": 14012, \"objects\": [{\"bbox\": {\"xmin\": 674.257, \"ymin\": 915.842, \"xmax\": 705.9405999999999, \"ymax\": 942.5743}, \"category\": \"ph4.5\"}]}, \"88549\": {\"path\": \"train/88549.jpg\", \"id\": 88549, \"objects\": [{\"bbox\": {\"xmin\": 1340.91, \"ymin\": 922.159, \"xmax\": 1362.5036, \"ymax\": 972.7268}, \"category\": \"pl30\"}]}, \"47114\": {\"path\": \"train/47114.jpg\", \"id\": 47114, \"objects\": [{\"bbox\": {\"xmin\": 450.0, \"ymin\": 1011.0, \"xmax\": 662.0, \"ymax\": 1273.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 414.0, \"ymin\": 744.0, \"xmax\": 669.0, \"ymax\": 1003.0}, \"category\": \"pg\"}]}, \"31915\": {\"path\": \"train/31915.jpg\", \"id\": 31915, \"objects\": [{\"bbox\": {\"xmin\": 1476.0, \"ymin\": 822.0, \"xmax\": 1565.0, \"ymax\": 922.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1483.0, \"ymin\": 949.0, \"xmax\": 1554.0, \"ymax\": 1024.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 1027.0, \"xmax\": 1557.0, \"ymax\": 1105.0}, \"category\": \"i2r\"}]}, \"24085\": {\"path\": \"other/24085.jpg\", \"id\": 24085, \"objects\": [{\"bbox\": {\"xmin\": 929.139, \"ymin\": 964.238, \"xmax\": 939.7351, \"ymax\": 977.4834000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 878.808, \"ymin\": 962.252, \"xmax\": 890.7284999999999, \"ymax\": 976.1588999999999}, \"category\": \"pne\"}]}, \"18733\": {\"path\": \"test/18733.jpg\", \"id\": 18733, \"objects\": [{\"bbox\": {\"xmin\": 1007.0, \"ymin\": 982.0, \"xmax\": 1024.0, \"ymax\": 1002.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1007.0, \"ymin\": 1004.0, \"xmax\": 1024.0, \"ymax\": 1022.0}, \"category\": \"pn\"}]}, \"46252\": {\"path\": \"train/46252.jpg\", \"id\": 46252, \"objects\": [{\"bbox\": {\"xmin\": 178.0, \"ymin\": 957.0, \"xmax\": 246.0, \"ymax\": 1053.0}, \"category\": \"p23\"}]}, \"60396\": {\"path\": \"train/60396.jpg\", \"id\": 60396, \"objects\": [{\"bbox\": {\"xmin\": 906.579, \"ymin\": 876.316, \"xmax\": 930.2629999999999, \"ymax\": 899.9998}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 731.579, \"ymin\": 875.0, \"xmax\": 756.5789, \"ymax\": 905.2632}, \"category\": \"pne\"}]}, \"36549\": {\"path\": \"test/36549.jpg\", \"id\": 36549, \"objects\": [{\"bbox\": {\"xmin\": 116.0, \"ymin\": 950.667, \"xmax\": 186.6667, \"ymax\": 1032.0}, \"category\": \"pl80\"}]}, \"24658\": {\"path\": \"test/24658.jpg\", \"id\": 24658, \"objects\": [{\"bbox\": {\"xmin\": 518.812, \"ymin\": 912.871, \"xmax\": 565.3467, \"ymax\": 988.119}, \"category\": \"p5\"}]}, \"79681\": {\"path\": \"train/79681.jpg\", \"id\": 79681, \"objects\": [{\"bbox\": {\"xmin\": 1673.6, \"ymin\": 948.8, \"xmax\": 1754.3999999999999, \"ymax\": 1032.0}, \"category\": \"i4\"}]}, \"51701\": {\"path\": \"other/51701.jpg\", \"id\": 51701, \"objects\": [{\"bbox\": {\"xmin\": 949.007, \"ymin\": 515.232, \"xmax\": 1100.0, \"ymax\": 638.41}, \"category\": \"w24\"}]}, \"60087\": {\"path\": \"other/60087.jpg\", \"id\": 60087, \"objects\": [{\"bbox\": {\"xmin\": 1494.74, \"ymin\": 976.316, \"xmax\": 1519.7378, \"ymax\": 1005.2632}, \"category\": \"ps\"}]}, \"92523\": {\"path\": \"test/92523.jpg\", \"id\": 92523, \"objects\": [{\"bbox\": {\"xmin\": 982.895, \"ymin\": 848.684, \"xmax\": 1014.4737, \"ymax\": 885.5263}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1018.42, \"ymin\": 847.368, \"xmax\": 1053.9474, \"ymax\": 885.5263}, \"category\": \"pn\"}]}, \"20340\": {\"path\": \"train/20340.jpg\", \"id\": 20340, \"objects\": [{\"bbox\": {\"xmin\": 1914.29, \"ymin\": 866.461, \"xmax\": 1942.0635, \"ymax\": 900.6625}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1818.4, \"ymin\": 857.895, \"xmax\": 1843.4026000000001, \"ymax\": 893.4211}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1684.11, \"ymin\": 852.98, \"xmax\": 1706.6225, \"ymax\": 879.4673}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1710.6, \"ymin\": 853.921, \"xmax\": 1734.8492999999999, \"ymax\": 880.1322}, \"category\": \"pn\"}]}, \"22625\": {\"path\": \"train/22625.jpg\", \"id\": 22625, \"objects\": [{\"bbox\": {\"xmin\": 1252.0, \"ymin\": 619.0, \"xmax\": 1319.0, \"ymax\": 690.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1184.0, \"ymin\": 616.0, \"xmax\": 1258.0, \"ymax\": 680.0}, \"category\": \"wc\"}]}, \"98599\": {\"path\": \"train/98599.jpg\", \"id\": 98599, \"objects\": [{\"bbox\": {\"xmin\": 719.0, \"ymin\": 927.0, \"xmax\": 780.0, \"ymax\": 986.0}, \"category\": \"w57\"}]}, \"83597\": {\"path\": \"other/83597.jpg\", \"id\": 83597, \"objects\": [{\"bbox\": {\"xmin\": 2029.71, \"ymin\": 1208.69, \"xmax\": 2040.9443, \"ymax\": 1226.087}, \"category\": \"pn\"}]}, \"86090\": {\"path\": \"test/86090.jpg\", \"id\": 86090, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 900.497, \"xmax\": 1224.3781, \"ymax\": 923.3820999999999}, \"category\": \"pl60\"}]}, \"42129\": {\"path\": \"train/42129.jpg\", \"id\": 42129, \"objects\": [{\"bbox\": {\"xmin\": 1184.92, \"ymin\": 918.543, \"xmax\": 1200.6601, \"ymax\": 938.0952}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1313.25, \"ymin\": 911.921, \"xmax\": 1328.4768, \"ymax\": 929.8013000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1330.46, \"ymin\": 911.258, \"xmax\": 1344.3709000000001, \"ymax\": 931.7460000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1088.08, \"ymin\": 919.737, \"xmax\": 1105.298, \"ymax\": 937.0867}, \"category\": \"pne\"}]}, \"10835\": {\"path\": \"other/10835.jpg\", \"id\": 10835, \"objects\": [{\"bbox\": {\"xmin\": 988.742, \"ymin\": 958.94, \"xmax\": 996.6887399999999, \"ymax\": 970.1983}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1090.05, \"ymin\": 954.305, \"xmax\": 1101.9868, \"ymax\": 966.8874}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 938.806, \"ymin\": 957.711, \"xmax\": 952.7363, \"ymax\": 970.1493}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 565.174, \"ymin\": 952.239, \"xmax\": 571.64179, \"ymax\": 965.1741000000001}, \"category\": \"pne\"}]}, \"70970\": {\"path\": \"train/70970.jpg\", \"id\": 70970, \"objects\": [{\"bbox\": {\"xmin\": 1455.0, \"ymin\": 705.0, \"xmax\": 1531.0, \"ymax\": 780.0}, \"category\": \"pr40\"}]}, \"75159\": {\"path\": \"train/75159.jpg\", \"id\": 75159, \"objects\": [{\"bbox\": {\"xmin\": 585.526, \"ymin\": 743.421, \"xmax\": 651.3158, \"ymax\": 809.2105}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1160.53, \"ymin\": 893.421, \"xmax\": 1189.4737, \"ymax\": 926.3158000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1544.74, \"ymin\": 919.737, \"xmax\": 1611.8421, \"ymax\": 990.7895}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1542.11, \"ymin\": 1014.47, \"xmax\": 1602.6316, \"ymax\": 1080.2632}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1547.37, \"ymin\": 832.895, \"xmax\": 1605.2631999999999, \"ymax\": 900.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1123.68, \"ymin\": 892.105, \"xmax\": 1155.2632, \"ymax\": 925.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1190.79, \"ymin\": 890.789, \"xmax\": 1223.6783, \"ymax\": 926.3158}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 348.684, \"ymin\": 759.211, \"xmax\": 394.7368, \"ymax\": 823.6842}, \"category\": \"pne\"}]}, \"38572\": {\"path\": \"train/38572.jpg\", \"id\": 38572, \"objects\": [{\"bbox\": {\"xmin\": 190.667, \"ymin\": 1001.33, \"xmax\": 256.0, \"ymax\": 1080.0}, \"category\": \"p5\"}]}, \"53775\": {\"path\": \"train/53775.jpg\", \"id\": 53775, \"objects\": [{\"bbox\": {\"xmin\": 1431.0, \"ymin\": 881.0, \"xmax\": 1451.0, \"ymax\": 901.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1454.0, \"ymin\": 882.0, \"xmax\": 1475.0, \"ymax\": 904.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1581.0, \"ymin\": 912.0, \"xmax\": 1603.0, \"ymax\": 937.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1581.0, \"ymin\": 941.0, \"xmax\": 1604.0, \"ymax\": 967.0}, \"category\": \"i2r\"}]}, \"6257\": {\"path\": \"other/6257.jpg\", \"id\": 6257, \"objects\": [{\"bbox\": {\"xmin\": 1425.37, \"ymin\": 1022.39, \"xmax\": 1438.8059999999998, \"ymax\": 1036.8159}, \"category\": \"p5\"}]}, \"17987\": {\"path\": \"test/17987.jpg\", \"id\": 17987, \"objects\": [{\"bbox\": {\"xmin\": 1911.0, \"ymin\": 1037.0, \"xmax\": 1945.0, \"ymax\": 1085.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1909.0, \"ymin\": 907.0, \"xmax\": 1944.0, \"ymax\": 955.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1908.0, \"ymin\": 962.0, \"xmax\": 1945.0, \"ymax\": 1009.0}, \"category\": \"pn\"}]}, \"54864\": {\"path\": \"test/54864.jpg\", \"id\": 54864, \"objects\": [{\"bbox\": {\"xmin\": 2003.95, \"ymin\": 844.737, \"xmax\": 2026.3158, \"ymax\": 873.6841999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 2031.58, \"ymin\": 839.474, \"xmax\": 2047.3683999999998, \"ymax\": 880.2632000000001}, \"category\": \"pn\"}]}, \"77438\": {\"path\": \"train/77438.jpg\", \"id\": 77438, \"objects\": [{\"bbox\": {\"xmin\": 1419.74, \"ymin\": 953.947, \"xmax\": 1442.1093, \"ymax\": 975.0007}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 746.053, \"ymin\": 973.684, \"xmax\": 765.7895, \"ymax\": 997.3682}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 960.526, \"ymin\": 969.737, \"xmax\": 978.9473999999999, \"ymax\": 990.7895}, \"category\": \"pne\"}]}, \"45354\": {\"path\": \"train/45354.jpg\", \"id\": 45354, \"objects\": [{\"bbox\": {\"xmin\": 1395.0, \"ymin\": 981.0, \"xmax\": 1439.0, \"ymax\": 1027.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1393.0, \"ymin\": 933.0, \"xmax\": 1439.0, \"ymax\": 978.0}, \"category\": \"pl120\"}]}, \"70719\": {\"path\": \"test/70719.jpg\", \"id\": 70719, \"objects\": [{\"bbox\": {\"xmin\": 1927.49853515625, \"ymin\": 939.0617065429688, \"xmax\": 1959.330322265625, \"ymax\": 966.1321411132812}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1601.500732421875, \"ymin\": 957.595947265625, \"xmax\": 1621.73388671875, \"ymax\": 975.9520263671875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 210.667, \"ymin\": 298.667, \"xmax\": 292.0, \"ymax\": 420.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 96.0, \"ymin\": 242.667, \"xmax\": 184.0, \"ymax\": 352.0}, \"category\": \"p26\"}]}, \"96799\": {\"path\": \"train/96799.jpg\", \"id\": 96799, \"objects\": [{\"bbox\": {\"xmin\": 1502.67, \"ymin\": 960.0, \"xmax\": 1586.6667, \"ymax\": 1040.0}, \"category\": \"pl100\"}]}, \"67665\": {\"path\": \"train/67665.jpg\", \"id\": 67665, \"objects\": [{\"bbox\": {\"xmin\": 1168.0, \"ymin\": 795.0, \"xmax\": 1219.0, \"ymax\": 845.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 837.0, \"ymin\": 1010.0, \"xmax\": 857.0, \"ymax\": 1036.0}, \"category\": \"i5\"}]}, \"79464\": {\"path\": \"test/79464.jpg\", \"id\": 79464, \"objects\": [{\"bbox\": {\"xmin\": 1940.429443359375, \"ymin\": 903.35400390625, \"xmax\": 1964.423828125, \"ymax\": 930.1090087890625}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1855.6939697265625, \"ymin\": 897.09033203125, \"xmax\": 1884.6317138671875, \"ymax\": 925.7509765625}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1780.26, \"ymin\": 815.789, \"xmax\": 1817.1053, \"ymax\": 859.211}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1582.89, \"ymin\": 806.579, \"xmax\": 1625.0, \"ymax\": 847.3684}, \"category\": \"pne\"}]}, \"31390\": {\"path\": \"other/31390.jpg\", \"id\": 31390, \"objects\": [{\"bbox\": {\"xmin\": 1099.5189208984375, \"ymin\": 1207.2030029296875, \"xmax\": 1128.6571044921875, \"ymax\": 1236.9893798828125}, \"category\": \"pl30\"}]}, \"39498\": {\"path\": \"train/39498.jpg\", \"id\": 39498, \"objects\": [{\"bbox\": {\"xmin\": 447.0, \"ymin\": 935.0, \"xmax\": 525.0, \"ymax\": 1019.0}, \"category\": \"p5\"}]}, \"57064\": {\"path\": \"test/57064.jpg\", \"id\": 57064, \"objects\": [{\"bbox\": {\"xmin\": 1657.0, \"ymin\": 950.0, \"xmax\": 1686.0, \"ymax\": 979.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1490.0, \"ymin\": 828.0, \"xmax\": 1518.0, \"ymax\": 859.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1519.0, \"ymin\": 829.0, \"xmax\": 1550.0, \"ymax\": 861.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1656.0, \"ymin\": 1007.0, \"xmax\": 1685.0, \"ymax\": 1032.0}, \"category\": \"w57\"}]}, \"24533\": {\"path\": \"train/24533.jpg\", \"id\": 24533, \"objects\": [{\"bbox\": {\"xmin\": 1732.0, \"ymin\": 718.667, \"xmax\": 1784.0, \"ymax\": 778.6667}, \"category\": \"pl40\"}]}, \"96124\": {\"path\": \"train/96124.jpg\", \"id\": 96124, \"objects\": [{\"bbox\": {\"xmin\": 661.329833984375, \"ymin\": 753.39453125, \"xmax\": 713.5540771484375, \"ymax\": 793.8179931640625}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 710.9024047851562, \"ymin\": 735.7194213867188, \"xmax\": 768.8849487304688, \"ymax\": 786.4297485351562}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 770.0603637695312, \"ymin\": 736.9573364257812, \"xmax\": 819.9099731445312, \"ymax\": 783.6165161132812}, \"category\": \"pmb\"}, {\"bbox\": {\"xmin\": 79.0, \"ymin\": 981.0, \"xmax\": 114.0, \"ymax\": 1033.0}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 213.0, \"ymin\": 940.0, \"xmax\": 247.0, \"ymax\": 997.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1173.0, \"ymin\": 962.0, \"xmax\": 1199.0, \"ymax\": 994.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 212.0, \"ymin\": 998.0, \"xmax\": 251.0, \"ymax\": 1054.0}, \"category\": \"pn\"}]}, \"32148\": {\"path\": \"other/32148.jpg\", \"id\": 32148, \"objects\": [{\"bbox\": {\"xmin\": 398.864, \"ymin\": 1088.63, \"xmax\": 410.79549999999995, \"ymax\": 1103.4064}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 412.5, \"ymin\": 1089.2, \"xmax\": 426.7045, \"ymax\": 1104.5436}, \"category\": \"pn\"}]}, \"95059\": {\"path\": \"train/95059.jpg\", \"id\": 95059, \"objects\": [{\"bbox\": {\"xmin\": 1648.0, \"ymin\": 1138.67, \"xmax\": 1683.9967, \"ymax\": 1180.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1409.33, \"ymin\": 1150.67, \"xmax\": 1452.0, \"ymax\": 1193.3333}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1270.67, \"ymin\": 1090.67, \"xmax\": 1337.3333, \"ymax\": 1154.67}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1269.33, \"ymin\": 1145.33, \"xmax\": 1337.3333, \"ymax\": 1209.3333}, \"category\": \"w57\"}]}, \"15195\": {\"path\": \"train/15195.jpg\", \"id\": 15195, \"objects\": [{\"bbox\": {\"xmin\": 1288.12, \"ymin\": 806.931, \"xmax\": 1328.7131, \"ymax\": 848.5151000000001}, \"category\": \"pl40\"}]}, \"20968\": {\"path\": \"test/20968.jpg\", \"id\": 20968, \"objects\": [{\"bbox\": {\"xmin\": 1740.0, \"ymin\": 306.0, \"xmax\": 1826.0, \"ymax\": 434.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1833.0, \"ymin\": 250.0, \"xmax\": 1935.0, \"ymax\": 383.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 549.0, \"ymin\": 881.0, \"xmax\": 629.0, \"ymax\": 973.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 553.0, \"ymin\": 974.0, \"xmax\": 626.0, \"ymax\": 1065.0}, \"category\": \"pn\"}]}, \"20018\": {\"path\": \"train/20018.jpg\", \"id\": 20018, \"objects\": [{\"bbox\": {\"xmin\": 1242.57, \"ymin\": 923.762, \"xmax\": 1262.3762, \"ymax\": 945.5446}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1729.7, \"ymin\": 916.832, \"xmax\": 1775.2475, \"ymax\": 973.2673}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1166.34, \"ymin\": 924.752, \"xmax\": 1186.1386, \"ymax\": 945.5446}, \"category\": \"pne\"}]}, \"813\": {\"path\": \"test/813.jpg\", \"id\": 813, \"objects\": [{\"bbox\": {\"xmin\": 782.54, \"ymin\": 855.555, \"xmax\": 808.7302, \"ymax\": 881.7456999999999}, \"category\": \"p10\"}]}, \"71530\": {\"path\": \"other/71530.jpg\", \"id\": 71530, \"objects\": [{\"bbox\": {\"xmin\": 1100.5, \"ymin\": 917.91, \"xmax\": 1139.3035, \"ymax\": 957.2131999999999}, \"category\": \"ph3.3\"}]}, \"37172\": {\"path\": \"test/37172.jpg\", \"id\": 37172, \"objects\": [{\"bbox\": {\"xmin\": 1012.57, \"ymin\": 769.143, \"xmax\": 1061.1415, \"ymax\": 816.5714}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1151.43, \"ymin\": 768.0, \"xmax\": 1198.2871, \"ymax\": 816.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 876.571, \"ymin\": 772.571, \"xmax\": 924.5711, \"ymax\": 818.8571000000001}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 826.286, \"ymin\": 774.286, \"xmax\": 874.2856999999999, \"ymax\": 821.1438999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 962.857, \"ymin\": 770.286, \"xmax\": 1010.8571, \"ymax\": 817.1428999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1101.71, \"ymin\": 769.143, \"xmax\": 1149.1429, \"ymax\": 816.0}, \"category\": \"pl100\"}]}, \"25260\": {\"path\": \"test/25260.jpg\", \"id\": 25260, \"objects\": [{\"bbox\": {\"xmin\": 1763.0, \"ymin\": 959.0, \"xmax\": 1844.0, \"ymax\": 1049.0}, \"category\": \"pl60\"}]}, \"72116\": {\"path\": \"train/72116.jpg\", \"id\": 72116, \"objects\": [{\"bbox\": {\"xmin\": 876.0, \"ymin\": 1009.33, \"xmax\": 894.6667, \"ymax\": 1026.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1261.33, \"ymin\": 954.667, \"xmax\": 1305.3333, \"ymax\": 1004.0003}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 25.3333, \"ymin\": 1061.33, \"xmax\": 61.3333, \"ymax\": 1101.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 469.333, \"ymin\": 1105.33, \"xmax\": 488.0, \"ymax\": 1125.3333}, \"category\": \"pne\"}]}, \"17276\": {\"path\": \"train/17276.jpg\", \"id\": 17276, \"objects\": [{\"bbox\": {\"xmin\": 716.0, \"ymin\": 482.0, \"xmax\": 836.0, \"ymax\": 589.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 840.0, \"ymin\": 481.0, \"xmax\": 960.0, \"ymax\": 595.0}, \"category\": \"pn\"}]}, \"31755\": {\"path\": \"test/31755.jpg\", \"id\": 31755, \"objects\": [{\"bbox\": {\"xmin\": 1052.0, \"ymin\": 994.667, \"xmax\": 1102.6667, \"ymax\": 1045.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1769.33, \"ymin\": 886.667, \"xmax\": 1802.6667, \"ymax\": 921.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1770.67, \"ymin\": 921.333, \"xmax\": 1802.6667, \"ymax\": 958.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1629.33, \"ymin\": 822.667, \"xmax\": 1668.0, \"ymax\": 868.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1589.33, \"ymin\": 813.333, \"xmax\": 1628.0, \"ymax\": 856.0}, \"category\": \"w57\"}]}, \"33162\": {\"path\": \"test/33162.jpg\", \"id\": 33162, \"objects\": [{\"bbox\": {\"xmin\": 908.0, \"ymin\": 429.333, \"xmax\": 1054.667, \"ymax\": 554.667}, \"category\": \"p23\"}]}, \"92429\": {\"path\": \"train/92429.jpg\", \"id\": 92429, \"objects\": [{\"bbox\": {\"xmin\": 1571.0, \"ymin\": 796.0, \"xmax\": 1611.0, \"ymax\": 843.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1981.0, \"ymin\": 978.0, \"xmax\": 1998.0, \"ymax\": 1001.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 796.0, \"xmax\": 1524.0, \"ymax\": 835.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1358.0, \"ymin\": 795.0, \"xmax\": 1394.0, \"ymax\": 832.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1309.0, \"ymin\": 795.0, \"xmax\": 1349.0, \"ymax\": 831.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1398.0, \"ymin\": 794.0, \"xmax\": 1443.0, \"ymax\": 839.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 342.0, \"ymin\": 745.0, \"xmax\": 394.0, \"ymax\": 804.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1527.0, \"ymin\": 796.0, \"xmax\": 1567.0, \"ymax\": 839.0}, \"category\": \"im\"}]}, \"55804\": {\"path\": \"train/55804.jpg\", \"id\": 55804, \"objects\": [{\"bbox\": {\"xmin\": 1330.16, \"ymin\": 865.079, \"xmax\": 1360.3175, \"ymax\": 894.4444}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1453.97, \"ymin\": 907.937, \"xmax\": 1470.6349, \"ymax\": 927.7778000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1435.71, \"ymin\": 906.349, \"xmax\": 1452.381, \"ymax\": 925.3968000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1473.02, \"ymin\": 908.73, \"xmax\": 1488.8889, \"ymax\": 926.1905}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1242.06, \"ymin\": 864.286, \"xmax\": 1272.2222, \"ymax\": 896.0317}, \"category\": \"pne\"}]}, \"35155\": {\"path\": \"test/35155.jpg\", \"id\": 35155, \"objects\": [{\"bbox\": {\"xmin\": 1283.36, \"ymin\": 850.362, \"xmax\": 1359.5123999999998, \"ymax\": 927.2496}, \"category\": \"pl50\"}]}, \"6075\": {\"path\": \"test/6075.jpg\", \"id\": 6075, \"objects\": [{\"bbox\": {\"xmin\": 1256.31494140625, \"ymin\": 940.2212524414062, \"xmax\": 1275.59228515625, \"ymax\": 959.5712280273438}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1255.43, \"ymin\": 960.145, \"xmax\": 1275.3623, \"ymax\": 980.0725}, \"category\": \"pn\"}]}, \"42763\": {\"path\": \"train/42763.jpg\", \"id\": 42763, \"objects\": [{\"bbox\": {\"xmin\": 684.0, \"ymin\": 447.0, \"xmax\": 765.0, \"ymax\": 627.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1769.0, \"ymin\": 865.0, \"xmax\": 1790.0, \"ymax\": 897.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 803.0, \"ymin\": 142.0, \"xmax\": 840.0, \"ymax\": 325.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 733.0, \"ymin\": 10.0, \"xmax\": 793.0, \"ymax\": 217.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1792.0, \"ymin\": 869.0, \"xmax\": 1811.0, \"ymax\": 900.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 842.0, \"ymin\": 247.0, \"xmax\": 872.0, \"ymax\": 405.0}, \"category\": \"pn\"}]}, \"5496\": {\"path\": \"train/5496.jpg\", \"id\": 5496, \"objects\": [{\"bbox\": {\"xmin\": 973.81, \"ymin\": 960.317, \"xmax\": 985.7143, \"ymax\": 972.2222}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 925.397, \"ymin\": 959.524, \"xmax\": 938.8889, \"ymax\": 974.6032}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1069.84, \"ymin\": 887.302, \"xmax\": 1096.0317, \"ymax\": 916.6667}, \"category\": \"w57\"}]}, \"70650\": {\"path\": \"train/70650.jpg\", \"id\": 70650, \"objects\": [{\"bbox\": {\"xmin\": 1926.67, \"ymin\": 490.667, \"xmax\": 2006.6667, \"ymax\": 585.3333}, \"category\": \"pl40\"}]}, \"76867\": {\"path\": \"train/76867.jpg\", \"id\": 76867, \"objects\": [{\"bbox\": {\"xmin\": 518.181, \"ymin\": 1150.57, \"xmax\": 542.0451, \"ymax\": 1181.8218}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 544.319, \"ymin\": 1153.41, \"xmax\": 569.3185, \"ymax\": 1182.3864}, \"category\": \"pn\"}]}, \"25392\": {\"path\": \"train/25392.jpg\", \"id\": 25392, \"objects\": [{\"bbox\": {\"xmin\": 1686.84, \"ymin\": 625.49, \"xmax\": 1752.9162999999999, \"ymax\": 696.0526}, \"category\": \"pne\"}]}, \"85955\": {\"path\": \"train/85955.jpg\", \"id\": 85955, \"objects\": [{\"bbox\": {\"xmin\": 1614.0, \"ymin\": 881.0, \"xmax\": 1674.0, \"ymax\": 949.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1347.0, \"ymin\": 535.0, \"xmax\": 1434.0, \"ymax\": 616.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1437.0, \"ymin\": 540.0, \"xmax\": 1525.0, \"ymax\": 623.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1349.0, \"ymin\": 902.0, \"xmax\": 1388.0, \"ymax\": 939.0}, \"category\": \"w57\"}]}, \"57976\": {\"path\": \"train/57976.jpg\", \"id\": 57976, \"objects\": [{\"bbox\": {\"xmin\": 1863.2100830078125, \"ymin\": 916.6427001953125, \"xmax\": 1937.4383544921875, \"ymax\": 1016.7762451171875}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1432.0, \"ymin\": 769.333, \"xmax\": 1476.0, \"ymax\": 814.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1072.0, \"ymin\": 766.667, \"xmax\": 1124.0, \"ymax\": 816.0}, \"category\": \"pne\"}]}, \"42889\": {\"path\": \"train/42889.jpg\", \"id\": 42889, \"objects\": [{\"bbox\": {\"xmin\": 1824.0, \"ymin\": 704.0, \"xmax\": 1872.0, \"ymax\": 760.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1657.0, \"ymin\": 921.0, \"xmax\": 1713.0, \"ymax\": 985.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1656.0, \"ymin\": 854.0, \"xmax\": 1713.0, \"ymax\": 919.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1719.0, \"ymin\": 699.0, \"xmax\": 1771.0, \"ymax\": 761.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1773.0, \"ymin\": 707.0, \"xmax\": 1824.0, \"ymax\": 770.0}, \"category\": \"pm20\"}]}, \"79069\": {\"path\": \"train/79069.jpg\", \"id\": 79069, \"objects\": [{\"bbox\": {\"xmin\": 1569.33, \"ymin\": 934.667, \"xmax\": 1617.3333, \"ymax\": 977.3333}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1574.67, \"ymin\": 844.0, \"xmax\": 1620.0, \"ymax\": 886.6667}, \"category\": \"pcl\"}]}, \"90818\": {\"path\": \"test/90818.jpg\", \"id\": 90818, \"objects\": [{\"bbox\": {\"xmin\": 1742.88, \"ymin\": 854.185, \"xmax\": 1868.8990000000001, \"ymax\": 990.4}, \"category\": \"pr40\"}]}, \"73196\": {\"path\": \"train/73196.jpg\", \"id\": 73196, \"objects\": [{\"bbox\": {\"xmin\": 704.95, \"ymin\": 827.723, \"xmax\": 744.5545000000001, \"ymax\": 870.2969999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1180.2, \"ymin\": 891.089, \"xmax\": 1209.901, \"ymax\": 922.7723000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1149.5, \"ymin\": 887.129, \"xmax\": 1176.2376, \"ymax\": 921.7822}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1213.86, \"ymin\": 891.089, \"xmax\": 1244.5545, \"ymax\": 921.7822000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 540.594, \"ymin\": 830.693, \"xmax\": 582.1782000000001, \"ymax\": 873.2673}, \"category\": \"pne\"}]}, \"73587\": {\"path\": \"test/73587.jpg\", \"id\": 73587, \"objects\": [{\"bbox\": {\"xmin\": 981.333, \"ymin\": 868.0, \"xmax\": 1022.6667, \"ymax\": 905.3333}, \"category\": \"pl50\"}]}, \"59197\": {\"path\": \"train/59197.jpg\", \"id\": 59197, \"objects\": [{\"bbox\": {\"xmin\": 42.1053, \"ymin\": 705.263, \"xmax\": 105.2632, \"ymax\": 789.4737}, \"category\": \"i5\"}]}, \"29959\": {\"path\": \"test/29959.jpg\", \"id\": 29959, \"objects\": [{\"bbox\": {\"xmin\": 1070.0, \"ymin\": 1006.0, \"xmax\": 1168.0, \"ymax\": 1101.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 673.0, \"ymin\": 975.0, \"xmax\": 759.0, \"ymax\": 1066.0}, \"category\": \"ph2.4\"}, {\"bbox\": {\"xmin\": 415.0, \"ymin\": 949.0, \"xmax\": 493.0, \"ymax\": 1038.0}, \"category\": \"pl5\"}]}, \"75658\": {\"path\": \"train/75658.jpg\", \"id\": 75658, \"objects\": [{\"bbox\": {\"xmin\": 348.515, \"ymin\": 879.47, \"xmax\": 378.80789999999996, \"ymax\": 909.9338}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 218.812, \"ymin\": 882.178, \"xmax\": 251.48510000000002, \"ymax\": 916.8317}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 151.485, \"ymin\": 888.742, \"xmax\": 175.2475, \"ymax\": 913.8618}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 182.506, \"ymin\": 891.744, \"xmax\": 202.3083, \"ymax\": 910.5955}, \"category\": \"pn\"}]}, \"45430\": {\"path\": \"train/45430.jpg\", \"id\": 45430, \"objects\": [{\"bbox\": {\"xmin\": 1729.8, \"ymin\": 973.51, \"xmax\": 1747.6788999999999, \"ymax\": 990.7287}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1213.25, \"ymin\": 935.099, \"xmax\": 1229.8013, \"ymax\": 952.9801}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1019.2, \"ymin\": 972.848, \"xmax\": 1038.4083, \"ymax\": 990.7284}, \"category\": \"pne\"}]}, \"33711\": {\"path\": \"other/33711.jpg\", \"id\": 33711, \"objects\": [{\"bbox\": {\"xmin\": 1821.9969482421875, \"ymin\": 947.094482421875, \"xmax\": 1877.6751708984375, \"ymax\": 999.735107421875}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1465.1937255859375, \"ymin\": 974.3731079101562, \"xmax\": 1505.5584716796875, \"ymax\": 1013.5568237304688}, \"category\": \"i5\"}]}, \"43061\": {\"path\": \"train/43061.jpg\", \"id\": 43061, \"objects\": [{\"bbox\": {\"xmin\": 1223.76, \"ymin\": 959.406, \"xmax\": 1240.5941, \"ymax\": 979.2079}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 958.416, \"xmax\": 1216.8317, \"ymax\": 979.2079000000001}, \"category\": \"pl60\"}]}, \"35250\": {\"path\": \"train/35250.jpg\", \"id\": 35250, \"objects\": [{\"bbox\": {\"xmin\": 969.0, \"ymin\": 983.0, \"xmax\": 995.0, \"ymax\": 1012.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 764.0, \"ymin\": 966.0, \"xmax\": 834.0, \"ymax\": 1034.0}, \"category\": \"p5\"}]}, \"4710\": {\"path\": \"test/4710.jpg\", \"id\": 4710, \"objects\": [{\"bbox\": {\"xmin\": 1004.0, \"ymin\": 0.0, \"xmax\": 1304.0, \"ymax\": 136.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1748.0, \"ymin\": 125.333, \"xmax\": 1942.667, \"ymax\": 297.33299999999997}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 205.333, \"ymin\": 58.6667, \"xmax\": 433.33299999999997, \"ymax\": 225.3287}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 16.0, \"ymin\": 146.667, \"xmax\": 189.333, \"ymax\": 313.33299999999997}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 608.0, \"ymin\": -2.66667, \"xmax\": 900.0, \"ymax\": 138.66532999999998}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1486.67, \"ymin\": 34.6667, \"xmax\": 1733.333, \"ymax\": 209.3337}, \"category\": \"pl100\"}]}, \"64307\": {\"path\": \"train/64307.jpg\", \"id\": 64307, \"objects\": [{\"bbox\": {\"xmin\": 1698.04, \"ymin\": 1237.25, \"xmax\": 1747.0588, \"ymax\": 1299.9965}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1478.43, \"ymin\": 1254.9, \"xmax\": 1529.4118, \"ymax\": 1309.8039}, \"category\": \"pne\"}]}, \"37015\": {\"path\": \"other/37015.jpg\", \"id\": 37015, \"objects\": [{\"bbox\": {\"xmin\": 1274.18, \"ymin\": 843.046, \"xmax\": 1316.5608, \"ymax\": 887.4178}, \"category\": \"w21\"}]}, \"29439\": {\"path\": \"test/29439.jpg\", \"id\": 29439, \"objects\": [{\"bbox\": {\"xmin\": 243.137, \"ymin\": 1050.98, \"xmax\": 282.3529, \"ymax\": 1137.2266}, \"category\": \"w32\"}]}, \"34548\": {\"path\": \"test/34548.jpg\", \"id\": 34548, \"objects\": [{\"bbox\": {\"xmin\": 1370.2, \"ymin\": 860.526, \"xmax\": 1390.0672, \"ymax\": 887.4172}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1547.37, \"ymin\": 864.901, \"xmax\": 1568.2118999999998, \"ymax\": 890.7284999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1573.51, \"ymin\": 865.789, \"xmax\": 1591.3917999999999, \"ymax\": 895.3642}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1220.37, \"ymin\": 854.592, \"xmax\": 1254.5846999999999, \"ymax\": 884.8551}, \"category\": \"pne\"}]}, \"12260\": {\"path\": \"train/12260.jpg\", \"id\": 12260, \"objects\": [{\"bbox\": {\"xmin\": 647.059, \"ymin\": 923.529, \"xmax\": 680.3922, \"ymax\": 962.7451}, \"category\": \"ip\"}]}, \"28271\": {\"path\": \"train/28271.jpg\", \"id\": 28271, \"objects\": [{\"bbox\": {\"xmin\": 1255.26, \"ymin\": 913.158, \"xmax\": 1277.6316, \"ymax\": 940.7895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1167.11, \"ymin\": 910.526, \"xmax\": 1192.1053, \"ymax\": 935.5263}, \"category\": \"pne\"}]}, \"56711\": {\"path\": \"test/56711.jpg\", \"id\": 56711, \"objects\": [{\"bbox\": {\"xmin\": 1794.67, \"ymin\": 382.667, \"xmax\": 1917.333, \"ymax\": 504.0}, \"category\": \"pl60\"}]}, \"82896\": {\"path\": \"train/82896.jpg\", \"id\": 82896, \"objects\": [{\"bbox\": {\"xmin\": 811.0, \"ymin\": 811.0, \"xmax\": 851.0, \"ymax\": 849.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1186.0, \"ymin\": 804.0, \"xmax\": 1228.0, \"ymax\": 843.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 939.0, \"ymin\": 806.0, \"xmax\": 979.0, \"ymax\": 846.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1062.0, \"ymin\": 804.0, \"xmax\": 1101.0, \"ymax\": 843.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 766.0, \"ymin\": 769.0, \"xmax\": 804.0, \"ymax\": 807.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 892.0, \"ymin\": 764.0, \"xmax\": 932.0, \"ymax\": 802.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 811.0, \"ymin\": 767.0, \"xmax\": 850.0, \"ymax\": 805.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 893.0, \"ymin\": 810.0, \"xmax\": 932.0, \"ymax\": 847.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1014.0, \"ymin\": 804.0, \"xmax\": 1055.0, \"ymax\": 844.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 767.0, \"ymin\": 813.0, \"xmax\": 806.0, \"ymax\": 852.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1141.0, \"ymin\": 804.0, \"xmax\": 1181.0, \"ymax\": 843.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1285.0, \"ymin\": 805.0, \"xmax\": 1325.0, \"ymax\": 842.0}, \"category\": \"pne\"}]}, \"30124\": {\"path\": \"other/30124.jpg\", \"id\": 30124, \"objects\": [{\"bbox\": {\"xmin\": 1260.79, \"ymin\": 986.379, \"xmax\": 1273.0864, \"ymax\": 999.6682000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1326.91, \"ymin\": 977.076, \"xmax\": 1339.1993, \"ymax\": 990.3651}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 993.688, \"xmax\": 1410.6268, \"ymax\": 1005.9801}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1466.44, \"ymin\": 994.353, \"xmax\": 1477.4053000000001, \"ymax\": 1007.3095999999999}, \"category\": \"pl5\"}]}, \"45735\": {\"path\": \"train/45735.jpg\", \"id\": 45735, \"objects\": [{\"bbox\": {\"xmin\": 1242.29, \"ymin\": 959.701, \"xmax\": 1259.7014, \"ymax\": 977.1139000000001}, \"category\": \"pl40\"}]}, \"36342\": {\"path\": \"test/36342.jpg\", \"id\": 36342, \"objects\": [{\"bbox\": {\"xmin\": 167.0, \"ymin\": 1030.0, \"xmax\": 182.0, \"ymax\": 1048.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1028.0, \"ymin\": 608.0, \"xmax\": 1070.0, \"ymax\": 651.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 890.0, \"ymin\": 851.0, \"xmax\": 912.0, \"ymax\": 870.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 166.0, \"ymin\": 1013.0, \"xmax\": 182.0, \"ymax\": 1033.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1461.0, \"ymin\": 770.0, \"xmax\": 1497.0, \"ymax\": 802.0}, \"category\": \"w32\"}]}, \"1616\": {\"path\": \"test/1616.jpg\", \"id\": 1616, \"objects\": [{\"bbox\": {\"xmin\": 1813.16, \"ymin\": 913.158, \"xmax\": 1838.1579000000002, \"ymax\": 948.6842}, \"category\": \"pne\"}]}, \"83690\": {\"path\": \"train/83690.jpg\", \"id\": 83690, \"objects\": [{\"bbox\": {\"xmin\": 1534.67, \"ymin\": 856.0, \"xmax\": 1586.6667, \"ymax\": 906.6667}, \"category\": \"pl40\"}]}, \"54934\": {\"path\": \"test/54934.jpg\", \"id\": 54934, \"objects\": [{\"bbox\": {\"xmin\": 1770.63, \"ymin\": 873.81, \"xmax\": 1803.1707000000001, \"ymax\": 908.7302}, \"category\": \"pl60\"}]}, \"6393\": {\"path\": \"train/6393.jpg\", \"id\": 6393, \"objects\": [{\"bbox\": {\"xmin\": 269.333, \"ymin\": 681.333, \"xmax\": 305.3333, \"ymax\": 746.6667}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 196.0, \"ymin\": 789.333, \"xmax\": 237.3333, \"ymax\": 857.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 196.0, \"ymin\": 656.0, \"xmax\": 240.0, \"ymax\": 726.6667}, \"category\": \"p26\"}]}, \"53176\": {\"path\": \"test/53176.jpg\", \"id\": 53176, \"objects\": [{\"bbox\": {\"xmin\": 1830.95, \"ymin\": 674.603, \"xmax\": 1900.7937, \"ymax\": 753.1745999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1907.93, \"ymin\": 683.333, \"xmax\": 1969.8413, \"ymax\": 762.6986999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 53.1746, \"ymin\": 933.334, \"xmax\": 105.5556, \"ymax\": 992.8575}, \"category\": \"pne\"}]}, \"61508\": {\"path\": \"train/61508.jpg\", \"id\": 61508, \"objects\": [{\"bbox\": {\"xmin\": 1541.0, \"ymin\": 856.0, \"xmax\": 1617.0, \"ymax\": 931.0}, \"category\": \"p10\"}]}, \"4620\": {\"path\": \"test/4620.jpg\", \"id\": 4620, \"objects\": [{\"bbox\": {\"xmin\": 1268.32, \"ymin\": 898.02, \"xmax\": 1296.0395999999998, \"ymax\": 926.7327}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1426.73, \"ymin\": 890.095, \"xmax\": 1447.5066, \"ymax\": 914.8508}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1451.49, \"ymin\": 886.139, \"xmax\": 1472.3684, \"ymax\": 912.8713}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1140.91, \"ymin\": 890.437, \"xmax\": 1163.678, \"ymax\": 919.1502}, \"category\": \"pne\"}]}, \"2440\": {\"path\": \"other/2440.jpg\", \"id\": 2440, \"objects\": [{\"bbox\": {\"xmin\": 84.7682, \"ymin\": 935.762, \"xmax\": 119.86749999999999, \"ymax\": 976.8212}, \"category\": \"ph3.3\"}]}, \"96971\": {\"path\": \"test/96971.jpg\", \"id\": 96971, \"objects\": [{\"bbox\": {\"xmin\": 1905.33, \"ymin\": 776.0, \"xmax\": 1949.3333, \"ymax\": 829.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1812.0, \"ymin\": 761.333, \"xmax\": 1857.3333, \"ymax\": 811.9995}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1981.33, \"ymin\": 792.0, \"xmax\": 2016.0, \"ymax\": 841.3333}, \"category\": \"pl80\"}]}, \"33887\": {\"path\": \"test/33887.jpg\", \"id\": 33887, \"objects\": [{\"bbox\": {\"xmin\": 2007.89, \"ymin\": 915.789, \"xmax\": 2023.6842000000001, \"ymax\": 940.7895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1953.95, \"ymin\": 910.526, \"xmax\": 1973.6842000000001, \"ymax\": 935.5263}, \"category\": \"pne\"}]}, \"91216\": {\"path\": \"train/91216.jpg\", \"id\": 91216, \"objects\": [{\"bbox\": {\"xmin\": 991.391, \"ymin\": 935.099, \"xmax\": 1011.2583, \"ymax\": 957.6159}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1211.92, \"ymin\": 950.331, \"xmax\": 1225.8290000000002, \"ymax\": 965.5629}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1176.82, \"ymin\": 949.669, \"xmax\": 1193.3774999999998, \"ymax\": 966.2252}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1194.04, \"ymin\": 947.682, \"xmax\": 1209.9338, \"ymax\": 964.9010000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 923.841, \"ymin\": 935.762, \"xmax\": 941.0596, \"ymax\": 954.9668999999999}, \"category\": \"pne\"}]}, \"90688\": {\"path\": \"other/90688.jpg\", \"id\": 90688, \"objects\": [{\"bbox\": {\"xmin\": 1168.42, \"ymin\": 996.053, \"xmax\": 1203.9474, \"ymax\": 1035.5263}, \"category\": \"pl15\"}]}, \"56\": {\"path\": \"train/56.jpg\", \"id\": 56, \"objects\": [{\"bbox\": {\"xmin\": 1613.33, \"ymin\": 985.333, \"xmax\": 1652.0, \"ymax\": 1025.3333}, \"category\": \"pl120\"}]}, \"78027\": {\"path\": \"other/78027.jpg\", \"id\": 78027, \"objects\": [{\"bbox\": {\"xmin\": 574.8768310546875, \"ymin\": 1150.38720703125, \"xmax\": 592.070556640625, \"ymax\": 1168.641845703125}, \"category\": \"pne\"}]}, \"88545\": {\"path\": \"train/88545.jpg\", \"id\": 88545, \"objects\": [{\"bbox\": {\"xmin\": 1705.56, \"ymin\": 927.778, \"xmax\": 1721.4286, \"ymax\": 949.2063}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1693.65, \"ymin\": 930.952, \"xmax\": 1705.5556000000001, \"ymax\": 948.4127}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1726.19, \"ymin\": 928.571, \"xmax\": 1740.4762, \"ymax\": 949.2063}, \"category\": \"pn\"}]}, \"43600\": {\"path\": \"test/43600.jpg\", \"id\": 43600, \"objects\": [{\"bbox\": {\"xmin\": 243.651, \"ymin\": 969.841, \"xmax\": 267.4603, \"ymax\": 995.2381}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 246.825, \"ymin\": 1002.38, \"xmax\": 265.07779999999997, \"ymax\": 1026.9753}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 245.238, \"ymin\": 934.921, \"xmax\": 263.3663, \"ymax\": 957.9365}, \"category\": \"p26\"}]}, \"90522\": {\"path\": \"other/90522.jpg\", \"id\": 90522, \"objects\": [{\"bbox\": {\"xmin\": 1338.67, \"ymin\": 962.667, \"xmax\": 1398.6667, \"ymax\": 1013.3333}, \"category\": \"w37\"}]}, \"13701\": {\"path\": \"test/13701.jpg\", \"id\": 13701, \"objects\": [{\"bbox\": {\"xmin\": 1992.16, \"ymin\": 507.843, \"xmax\": 2045.0980000000002, \"ymax\": 627.451}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1758.82, \"ymin\": 631.373, \"xmax\": 1809.8038999999999, \"ymax\": 713.7255}, \"category\": \"pne\"}]}, \"48898\": {\"path\": \"other/48898.jpg\", \"id\": 48898, \"objects\": [{\"bbox\": {\"xmin\": 1479.30908203125, \"ymin\": 937.9239501953125, \"xmax\": 1500.01708984375, \"ymax\": 956.2838134765625}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1415.3853759765625, \"ymin\": 936.1232299804688, \"xmax\": 1435.6632080078125, \"ymax\": 953.8046264648438}, \"category\": \"i4\"}]}, \"52240\": {\"path\": \"test/52240.jpg\", \"id\": 52240, \"objects\": [{\"bbox\": {\"xmin\": 1443.75, \"ymin\": 998.864, \"xmax\": 1460.2255, \"ymax\": 1015.3409}, \"category\": \"pl30\"}]}, \"65465\": {\"path\": \"test/65465.jpg\", \"id\": 65465, \"objects\": [{\"bbox\": {\"xmin\": 1480.26, \"ymin\": 923.684, \"xmax\": 1551.3158, \"ymax\": 993.4211}, \"category\": \"w57\"}]}, \"36415\": {\"path\": \"other/36415.jpg\", \"id\": 36415, \"objects\": [{\"bbox\": {\"xmin\": 1400.0281982421875, \"ymin\": 1026.624755859375, \"xmax\": 1423.1705322265625, \"ymax\": 1049.0390625}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1401.671142578125, \"ymin\": 1000.4111328125, \"xmax\": 1422.30126953125, \"ymax\": 1023.8487548828125}, \"category\": \"pl5\"}]}, \"1929\": {\"path\": \"train/1929.jpg\", \"id\": 1929, \"objects\": [{\"bbox\": {\"xmin\": 1860.4, \"ymin\": 874.257, \"xmax\": 1888.1188000000002, \"ymax\": 907.9208}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1829.7, \"ymin\": 866.337, \"xmax\": 1858.4158, \"ymax\": 904.9505}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1889.11, \"ymin\": 873.267, \"xmax\": 1915.8416, \"ymax\": 906.9307}, \"category\": \"pn\"}]}, \"61891\": {\"path\": \"train/61891.jpg\", \"id\": 61891, \"objects\": [{\"bbox\": {\"xmin\": 285.526, \"ymin\": 621.053, \"xmax\": 339.4737, \"ymax\": 707.8947000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 318.421, \"ymin\": 802.632, \"xmax\": 343.42109999999997, \"ymax\": 855.2638}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 255.263, \"ymin\": 790.789, \"xmax\": 285.5263, \"ymax\": 839.4737}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 286.842, \"ymin\": 794.737, \"xmax\": 311.8425, \"ymax\": 847.3675999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 25.0, \"ymin\": 514.474, \"xmax\": 102.6316, \"ymax\": 625.0}, \"category\": \"pne\"}]}, \"76601\": {\"path\": \"other/76601.jpg\", \"id\": 76601, \"objects\": [{\"bbox\": {\"xmin\": 226.0, \"ymin\": 952.0, \"xmax\": 310.0, \"ymax\": 1036.0}, \"category\": \"i3\"}, {\"bbox\": {\"xmin\": 228.0, \"ymin\": 866.0, \"xmax\": 308.0, \"ymax\": 951.0}, \"category\": \"pr50\"}]}, \"98640\": {\"path\": \"test/98640.jpg\", \"id\": 98640, \"objects\": [{\"bbox\": {\"xmin\": 1500.0, \"ymin\": 826.667, \"xmax\": 1541.3333, \"ymax\": 870.6667}, \"category\": \"pl40\"}]}, \"81808\": {\"path\": \"train/81808.jpg\", \"id\": 81808, \"objects\": [{\"bbox\": {\"xmin\": 958.8001708984375, \"ymin\": 998.3018798828125, \"xmax\": 975.95361328125, \"ymax\": 1014.5955810546875}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 854.667, \"ymin\": 968.0, \"xmax\": 889.3333, \"ymax\": 1004.0003}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1274.67, \"ymin\": 1032.0, \"xmax\": 1301.3333, \"ymax\": 1058.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1273.33, \"ymin\": 1058.67, \"xmax\": 1300.0, \"ymax\": 1086.6667}, \"category\": \"i2r\"}]}, \"78779\": {\"path\": \"train/78779.jpg\", \"id\": 78779, \"objects\": [{\"bbox\": {\"xmin\": 1016.3042602539062, \"ymin\": 883.823486328125, \"xmax\": 1048.7010498046875, \"ymax\": 913.56103515625}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1050.67, \"ymin\": 380.0, \"xmax\": 1204.0, \"ymax\": 502.66700000000003}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1474.67, \"ymin\": 786.667, \"xmax\": 1589.333, \"ymax\": 902.667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 917.333, \"xmax\": 1585.333, \"ymax\": 1032.0}, \"category\": \"i2r\"}]}, \"93354\": {\"path\": \"train/93354.jpg\", \"id\": 93354, \"objects\": [{\"bbox\": {\"xmin\": 68.4211, \"ymin\": 578.947, \"xmax\": 153.94740000000002, \"ymax\": 677.6316}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1217.11, \"ymin\": 789.474, \"xmax\": 1265.7894999999999, \"ymax\": 847.3684000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1161.84, \"ymin\": 790.789, \"xmax\": 1207.8946999999998, \"ymax\": 844.7368}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1275.0, \"ymin\": 792.105, \"xmax\": 1323.6842, \"ymax\": 840.7895}, \"category\": \"pn\"}]}, \"55904\": {\"path\": \"train/55904.jpg\", \"id\": 55904, \"objects\": [{\"bbox\": {\"xmin\": 1526.67, \"ymin\": 849.333, \"xmax\": 1613.3333, \"ymax\": 933.3333}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 1624.0, \"ymin\": 913.333, \"xmax\": 1649.3333, \"ymax\": 949.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1617.33, \"ymin\": 950.667, \"xmax\": 1646.6667, \"ymax\": 990.6667}, \"category\": \"i2r\"}]}, \"54477\": {\"path\": \"train/54477.jpg\", \"id\": 54477, \"objects\": [{\"bbox\": {\"xmin\": 1623.84, \"ymin\": 911.258, \"xmax\": 1646.3564999999999, \"ymax\": 932.45}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1417.22, \"ymin\": 933.113, \"xmax\": 1431.1258, \"ymax\": 950.3311000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1398.68, \"ymin\": 932.45, \"xmax\": 1415.2318, \"ymax\": 949.0066}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1433.77, \"ymin\": 932.45, \"xmax\": 1448.3444, \"ymax\": 950.9934000000001}, \"category\": \"pn\"}]}, \"76840\": {\"path\": \"train/76840.jpg\", \"id\": 76840, \"objects\": [{\"bbox\": {\"xmin\": 1525.49, \"ymin\": 737.255, \"xmax\": 1580.3922, \"ymax\": 800.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1454.9, \"ymin\": 733.333, \"xmax\": 1511.7647000000002, \"ymax\": 800.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1592.16, \"ymin\": 739.216, \"xmax\": 1647.0588, \"ymax\": 803.9216}, \"category\": \"pn\"}]}, \"29508\": {\"path\": \"train/29508.jpg\", \"id\": 29508, \"objects\": [{\"bbox\": {\"xmin\": 515.2, \"ymin\": 677.6, \"xmax\": 568.0, \"ymax\": 756.8000000000001}, \"category\": \"ph4.5\"}]}, \"40189\": {\"path\": \"train/40189.jpg\", \"id\": 40189, \"objects\": [{\"bbox\": {\"xmin\": 473.333, \"ymin\": 957.333, \"xmax\": 548.0, \"ymax\": 1048.0}, \"category\": \"p26\"}]}, \"61040\": {\"path\": \"train/61040.jpg\", \"id\": 61040, \"objects\": [{\"bbox\": {\"xmin\": 380.0, \"ymin\": 528.0, \"xmax\": 424.0, \"ymax\": 609.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 496.0, \"ymin\": 608.0, \"xmax\": 529.3333, \"ymax\": 674.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 204.0, \"ymin\": 424.0, \"xmax\": 266.6667, \"ymax\": 521.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 114.667, \"ymin\": 380.0, \"xmax\": 190.6667, \"ymax\": 481.33299999999997}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 324.0, \"ymin\": 492.0, \"xmax\": 372.0, \"ymax\": 578.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 458.667, \"ymin\": 578.667, \"xmax\": 494.6667, \"ymax\": 653.3333}, \"category\": \"pl100\"}]}, \"22748\": {\"path\": \"test/22748.jpg\", \"id\": 22748, \"objects\": [{\"bbox\": {\"xmin\": 1405.94, \"ymin\": 877.228, \"xmax\": 1432.6733000000002, \"ymax\": 910.8910999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1616.83, \"ymin\": 914.851, \"xmax\": 1635.6435999999999, \"ymax\": 939.604}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1573.27, \"ymin\": 913.861, \"xmax\": 1592.087, \"ymax\": 936.6337}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1594.06, \"ymin\": 914.851, \"xmax\": 1613.8614, \"ymax\": 939.604}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1280.2, \"ymin\": 877.228, \"xmax\": 1313.8614, \"ymax\": 911.8811999999999}, \"category\": \"pne\"}]}, \"42060\": {\"path\": \"test/42060.jpg\", \"id\": 42060, \"objects\": [{\"bbox\": {\"xmin\": 92.0635, \"ymin\": 866.667, \"xmax\": 115.0794, \"ymax\": 900.794}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 39.6825, \"ymin\": 969.048, \"xmax\": 57.936499999999995, \"ymax\": 997.619}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 41.2698, \"ymin\": 1007.94, \"xmax\": 59.523799999999994, \"ymax\": 1036.5079}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 38.0952, \"ymin\": 928.571, \"xmax\": 61.11109999999999, \"ymax\": 960.3175}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 16.6667, \"ymin\": 853.968, \"xmax\": 37.30159999999999, \"ymax\": 888.0952}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 37.3016, \"ymin\": 893.651, \"xmax\": 63.4921, \"ymax\": 928.5713999999999}, \"category\": \"pn\"}]}, \"19271\": {\"path\": \"other/19271.jpg\", \"id\": 19271, \"objects\": [{\"bbox\": {\"xmin\": 1233.66, \"ymin\": 934.653, \"xmax\": 1251.4851, \"ymax\": 949.505}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1828.71, \"ymin\": 926.733, \"xmax\": 1842.5743, \"ymax\": 945.5446}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1191.09, \"ymin\": 933.663, \"xmax\": 1205.9484, \"ymax\": 951.4851}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1797.03, \"ymin\": 927.723, \"xmax\": 1809.901, \"ymax\": 946.5346999999999}, \"category\": \"pne\"}]}, \"505\": {\"path\": \"test/505.jpg\", \"id\": 505, \"objects\": [{\"bbox\": {\"xmin\": 77.0, \"ymin\": 866.0, \"xmax\": 116.0, \"ymax\": 921.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 35.0, \"ymin\": 866.0, \"xmax\": 77.0, \"ymax\": 920.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1668.0, \"ymin\": 1000.0, \"xmax\": 1701.0, \"ymax\": 1040.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 74.0, \"ymin\": 929.0, \"xmax\": 112.0, \"ymax\": 979.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 16.0, \"ymin\": 770.0, \"xmax\": 51.0, \"ymax\": 808.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 60.0, \"ymin\": 818.0, \"xmax\": 96.0, \"ymax\": 864.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 33.0, \"ymin\": 926.0, \"xmax\": 71.0, \"ymax\": 981.0}, \"category\": \"pn\"}]}, \"64792\": {\"path\": \"train/64792.jpg\", \"id\": 64792, \"objects\": [{\"bbox\": {\"xmin\": 815.789, \"ymin\": 960.526, \"xmax\": 844.555, \"ymax\": 987.1287}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 811.842, \"ymin\": 986.842, \"xmax\": 843.5642, \"ymax\": 1014.851}, \"category\": \"pl20\"}]}, \"53421\": {\"path\": \"train/53421.jpg\", \"id\": 53421, \"objects\": [{\"bbox\": {\"xmin\": 1596.02, \"ymin\": 659.3, \"xmax\": 1643.0415, \"ymax\": 708.6099999999999}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1151.66, \"ymin\": 945.696, \"xmax\": 1169.5387, \"ymax\": 964.9009}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1311.94, \"ymin\": 957.711, \"xmax\": 1324.3781000000001, \"ymax\": 968.6562}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1323.88, \"ymin\": 958.209, \"xmax\": 1335.3184, \"ymax\": 970.1492999999999}, \"category\": \"pn\"}]}, \"41399\": {\"path\": \"train/41399.jpg\", \"id\": 41399, \"objects\": [{\"bbox\": {\"xmin\": 1368.0, \"ymin\": 638.667, \"xmax\": 1440.0, \"ymax\": 712.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 2004.0, \"ymin\": 929.333, \"xmax\": 2028.0, \"ymax\": 952.0}, \"category\": \"pne\"}]}, \"31423\": {\"path\": \"train/31423.jpg\", \"id\": 31423, \"objects\": [{\"bbox\": {\"xmin\": 875.248, \"ymin\": 819.802, \"xmax\": 914.8515, \"ymax\": 969.307}, \"category\": \"p23\"}]}, \"25424\": {\"path\": \"train/25424.jpg\", \"id\": 25424, \"objects\": [{\"bbox\": {\"xmin\": 1017.0, \"ymin\": 817.0, \"xmax\": 1056.0, \"ymax\": 861.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1057.0, \"ymin\": 815.0, \"xmax\": 1097.0, \"ymax\": 859.0}, \"category\": \"pn\"}]}, \"31313\": {\"path\": \"train/31313.jpg\", \"id\": 31313, \"objects\": [{\"bbox\": {\"xmin\": 1972.0, \"ymin\": 1025.0, \"xmax\": 2009.0, \"ymax\": 1077.0}, \"category\": \"p5\"}]}, \"90792\": {\"path\": \"train/90792.jpg\", \"id\": 90792, \"objects\": [{\"bbox\": {\"xmin\": 1690.4, \"ymin\": 668.0, \"xmax\": 1756.0, \"ymax\": 739.2}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1760.8, \"ymin\": 676.0, \"xmax\": 1823.2, \"ymax\": 747.2}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1877.6, \"ymin\": 694.4, \"xmax\": 1937.6, \"ymax\": 758.4}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1935.2, \"ymin\": 882.4, \"xmax\": 1984.8, \"ymax\": 937.6}, \"category\": \"pcl\"}]}, \"89828\": {\"path\": \"train/89828.jpg\", \"id\": 89828, \"objects\": [{\"bbox\": {\"xmin\": 1426.32, \"ymin\": 963.158, \"xmax\": 1465.7894999999999, \"ymax\": 1018.4211}, \"category\": \"i2r\"}]}, \"92987\": {\"path\": \"train/92987.jpg\", \"id\": 92987, \"objects\": [{\"bbox\": {\"xmin\": 1618.0, \"ymin\": 935.0, \"xmax\": 1671.0, \"ymax\": 1026.0}, \"category\": \"p5\"}]}, \"94958\": {\"path\": \"test/94958.jpg\", \"id\": 94958, \"objects\": [{\"bbox\": {\"xmin\": 590.099, \"ymin\": 779.208, \"xmax\": 611.8812, \"ymax\": 844.5545}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 171.053, \"ymin\": 997.368, \"xmax\": 188.15789999999998, \"ymax\": 1025.0}, \"category\": \"pne\"}]}, \"46668\": {\"path\": \"other/46668.jpg\", \"id\": 46668, \"objects\": [{\"bbox\": {\"xmin\": 205.9283905029297, \"ymin\": 945.2373046875, \"xmax\": 224.2495880126953, \"ymax\": 970.2685546875}, \"category\": \"pne\"}]}, \"89256\": {\"path\": \"other/89256.jpg\", \"id\": 89256, \"objects\": [{\"bbox\": {\"xmin\": 1367.66, \"ymin\": 990.05, \"xmax\": 1384.5771, \"ymax\": 1005.9701}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1476.61, \"ymin\": 930.348, \"xmax\": 1492.0373, \"ymax\": 945.7711999999999}, \"category\": \"w59\"}]}, \"43204\": {\"path\": \"train/43204.jpg\", \"id\": 43204, \"objects\": [{\"bbox\": {\"xmin\": 38.54659652709961, \"ymin\": 946.5036010742188, \"xmax\": 59.07204818725586, \"ymax\": 973.4030151367188}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 39.31306076049805, \"ymin\": 987.5961303710938, \"xmax\": 59.550846099853516, \"ymax\": 1016.8943481445312}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 36.852848052978516, \"ymin\": 902.7236938476562, \"xmax\": 58.352542877197266, \"ymax\": 933.7694702148438}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 903.947, \"ymin\": 840.789, \"xmax\": 939.4737, \"ymax\": 878.9474}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 738.158, \"ymin\": 850.0, \"xmax\": 771.0526, \"ymax\": 885.5263}, \"category\": \"pne\"}]}, \"18504\": {\"path\": \"train/18504.jpg\", \"id\": 18504, \"objects\": [{\"bbox\": {\"xmin\": 1786.67, \"ymin\": 869.333, \"xmax\": 1902.67, \"ymax\": 996.0}, \"category\": \"pl80\"}]}, \"3325\": {\"path\": \"train/3325.jpg\", \"id\": 3325, \"objects\": [{\"bbox\": {\"xmin\": 660.396, \"ymin\": 817.822, \"xmax\": 706.9307, \"ymax\": 861.3861}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1172.28, \"ymin\": 908.911, \"xmax\": 1198.0198, \"ymax\": 939.6039999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1110.89, \"ymin\": 908.911, \"xmax\": 1139.604, \"ymax\": 937.6238}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1145.54, \"ymin\": 909.901, \"xmax\": 1167.3267, \"ymax\": 935.6422}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 482.178, \"ymin\": 830.693, \"xmax\": 522.7723, \"ymax\": 873.2673}, \"category\": \"pne\"}]}, \"56067\": {\"path\": \"train/56067.jpg\", \"id\": 56067, \"objects\": [{\"bbox\": {\"xmin\": 1120.5716552734375, \"ymin\": 953.2078857421875, \"xmax\": 1158.9359130859375, \"ymax\": 983.6612548828125}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1002.67, \"ymin\": 744.0, \"xmax\": 1058.6667, \"ymax\": 794.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1210.67, \"ymin\": 949.333, \"xmax\": 1253.3333, \"ymax\": 989.3333}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 948.0, \"ymin\": 737.333, \"xmax\": 1006.6667, \"ymax\": 785.3333}, \"category\": \"w57\"}]}, \"50538\": {\"path\": \"train/50538.jpg\", \"id\": 50538, \"objects\": [{\"bbox\": {\"xmin\": 1364.0, \"ymin\": 542.0, \"xmax\": 1429.0, \"ymax\": 603.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1292.0, \"ymin\": 538.0, \"xmax\": 1356.0, \"ymax\": 600.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1365.0, \"ymin\": 475.0, \"xmax\": 1432.0, \"ymax\": 540.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 482.0, \"xmax\": 1502.0, \"ymax\": 544.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1656.0, \"ymin\": 753.0, \"xmax\": 1728.0, \"ymax\": 832.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 1291.0, \"ymin\": 467.0, \"xmax\": 1360.0, \"ymax\": 532.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1788.0, \"ymin\": 928.0, \"xmax\": 1880.0, \"ymax\": 1035.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 547.0, \"xmax\": 1501.0, \"ymax\": 611.0}, \"category\": \"pbp\"}]}, \"3030\": {\"path\": \"train/3030.jpg\", \"id\": 3030, \"objects\": [{\"bbox\": {\"xmin\": 984.0, \"ymin\": 780.8, \"xmax\": 1033.6, \"ymax\": 829.5999999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1040.8, \"ymin\": 778.4, \"xmax\": 1093.6, \"ymax\": 831.1999999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1144.8, \"ymin\": 782.4, \"xmax\": 1197.6, \"ymax\": 826.4}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1192.8, \"ymin\": 927.2, \"xmax\": 1235.2, \"ymax\": 972.8000000000001}, \"category\": \"pcl\"}]}, \"63576\": {\"path\": \"train/63576.jpg\", \"id\": 63576, \"objects\": [{\"bbox\": {\"xmin\": 1566.67, \"ymin\": 858.824, \"xmax\": 1601.9608, \"ymax\": 898.0391999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1647.06, \"ymin\": 858.824, \"xmax\": 1682.3528999999999, \"ymax\": 900.0006}, \"category\": \"ph4.5\"}]}, \"91574\": {\"path\": \"test/91574.jpg\", \"id\": 91574, \"objects\": [{\"bbox\": {\"xmin\": 513.725, \"ymin\": 752.941, \"xmax\": 572.549, \"ymax\": 813.7255}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 290.196, \"ymin\": 774.51, \"xmax\": 349.0196, \"ymax\": 833.3333}, \"category\": \"pne\"}]}, \"63140\": {\"path\": \"train/63140.jpg\", \"id\": 63140, \"objects\": [{\"bbox\": {\"xmin\": 1822.67, \"ymin\": 900.0, \"xmax\": 1850.6667, \"ymax\": 930.6667}, \"category\": \"pl40\"}]}, \"19183\": {\"path\": \"other/19183.jpg\", \"id\": 19183, \"objects\": [{\"bbox\": {\"xmin\": 1262.75, \"ymin\": 980.392, \"xmax\": 1319.6078, \"ymax\": 1039.2157}, \"category\": \"pl15\"}]}, \"60094\": {\"path\": \"test/60094.jpg\", \"id\": 60094, \"objects\": [{\"bbox\": {\"xmin\": 434.667, \"ymin\": 473.333, \"xmax\": 546.6669999999999, \"ymax\": 585.3330000000001}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 966.667, \"ymin\": 405.333, \"xmax\": 1108.0, \"ymax\": 520.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1465.33, \"ymin\": 413.333, \"xmax\": 1592.0, \"ymax\": 528.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 702.667, \"ymin\": 425.333, \"xmax\": 837.3330000000001, \"ymax\": 546.667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 236.0, \"ymin\": 526.667, \"xmax\": 334.6667, \"ymax\": 636.0}, \"category\": \"pl120\"}]}, \"81573\": {\"path\": \"train/81573.jpg\", \"id\": 81573, \"objects\": [{\"bbox\": {\"xmin\": 487.0, \"ymin\": 607.0, \"xmax\": 567.0, \"ymax\": 690.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1576.0, \"ymin\": 381.0, \"xmax\": 1708.0, \"ymax\": 511.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1710.0, \"ymin\": 410.0, \"xmax\": 1830.0, \"ymax\": 534.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1838.0, \"ymin\": 818.0, \"xmax\": 1907.0, \"ymax\": 901.0}, \"category\": \"pdd\"}]}, \"95189\": {\"path\": \"test/95189.jpg\", \"id\": 95189, \"objects\": [{\"bbox\": {\"xmin\": 791.0, \"ymin\": 937.0, \"xmax\": 824.0, \"ymax\": 999.0}, \"category\": \"p10\"}]}, \"23457\": {\"path\": \"other/23457.jpg\", \"id\": 23457, \"objects\": [{\"bbox\": {\"xmin\": 1831.1781005859375, \"ymin\": 992.9500732421875, \"xmax\": 1850.2071533203125, \"ymax\": 1011.5679931640625}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1831.841552734375, \"ymin\": 1014.1021118164062, \"xmax\": 1853.01953125, \"ymax\": 1036.4144287109375}, \"category\": \"pn\"}]}, \"65531\": {\"path\": \"train/65531.jpg\", \"id\": 65531, \"objects\": [{\"bbox\": {\"xmin\": 1911.0, \"ymin\": 999.0, \"xmax\": 2010.0, \"ymax\": 1121.0}, \"category\": \"pl40\"}]}, \"91618\": {\"path\": \"test/91618.jpg\", \"id\": 91618, \"objects\": [{\"bbox\": {\"xmin\": 1879.4, \"ymin\": 999.96, \"xmax\": 1902.9316000000001, \"ymax\": 1033.2949}, \"category\": \"pne\"}]}, \"63856\": {\"path\": \"train/63856.jpg\", \"id\": 63856, \"objects\": [{\"bbox\": {\"xmin\": 585.714, \"ymin\": 911.905, \"xmax\": 611.9048, \"ymax\": 938.0952}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 915.079, \"ymin\": 921.429, \"xmax\": 938.0952, \"ymax\": 942.8571}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 942.063, \"ymin\": 919.048, \"xmax\": 965.0794, \"ymax\": 944.4444}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 512.698, \"ymin\": 911.905, \"xmax\": 537.3012, \"ymax\": 938.0952}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 983.333, \"ymin\": 973.81, \"xmax\": 1000.0, \"ymax\": 994.4444}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 981.746, \"ymin\": 993.651, \"xmax\": 1001.5873, \"ymax\": 1013.4920999999999}, \"category\": \"i2r\"}]}, \"8262\": {\"path\": \"train/8262.jpg\", \"id\": 8262, \"objects\": [{\"bbox\": {\"xmin\": 1260.0, \"ymin\": 801.333, \"xmax\": 1341.3333, \"ymax\": 874.6667}, \"category\": \"pl40\"}]}, \"29332\": {\"path\": \"test/29332.jpg\", \"id\": 29332, \"objects\": [{\"bbox\": {\"xmin\": 1033.66, \"ymin\": 880.198, \"xmax\": 1060.3662000000002, \"ymax\": 904.9505}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1064.36, \"ymin\": 880.198, \"xmax\": 1090.099, \"ymax\": 905.9406}, \"category\": \"pn\"}]}, \"69758\": {\"path\": \"train/69758.jpg\", \"id\": 69758, \"objects\": [{\"bbox\": {\"xmin\": 1421.0, \"ymin\": 1009.0, \"xmax\": 1487.0, \"ymax\": 1076.0}, \"category\": \"pl120\"}]}, \"86716\": {\"path\": \"test/86716.jpg\", \"id\": 86716, \"objects\": [{\"bbox\": {\"xmin\": 1411.84, \"ymin\": 856.579, \"xmax\": 1535.5259999999998, \"ymax\": 980.2629999999999}, \"category\": \"w57\"}]}, \"94090\": {\"path\": \"other/94090.jpg\", \"id\": 94090, \"objects\": [{\"bbox\": {\"xmin\": 1256.95, \"ymin\": 958.94, \"xmax\": 1267.5497, \"ymax\": 973.5099}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1244.37, \"ymin\": 959.603, \"xmax\": 1257.6158999999998, \"ymax\": 972.1854}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1272.19, \"ymin\": 960.265, \"xmax\": 1282.11921, \"ymax\": 972.8477}, \"category\": \"pn\"}]}, \"4107\": {\"path\": \"test/4107.jpg\", \"id\": 4107, \"objects\": [{\"bbox\": {\"xmin\": 1344.44, \"ymin\": 961.905, \"xmax\": 1355.5556000000001, \"ymax\": 976.1904999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1415.87, \"ymin\": 904.762, \"xmax\": 1438.0952, \"ymax\": 929.3651}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1438.89, \"ymin\": 905.556, \"xmax\": 1462.6970000000001, \"ymax\": 929.3651}, \"category\": \"pn\"}]}, \"70393\": {\"path\": \"train/70393.jpg\", \"id\": 70393, \"objects\": [{\"bbox\": {\"xmin\": 82.176, \"ymin\": 834.653, \"xmax\": 112.87100000000001, \"ymax\": 881.1883}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 45.5446, \"ymin\": 831.683, \"xmax\": 79.2079, \"ymax\": 871.2877}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 115.842, \"ymin\": 841.584, \"xmax\": 145.5446, \"ymax\": 884.1583999999999}, \"category\": \"pn\"}]}, \"46120\": {\"path\": \"test/46120.jpg\", \"id\": 46120, \"objects\": [{\"bbox\": {\"xmin\": 1118.8846435546875, \"ymin\": 936.26953125, \"xmax\": 1141.4595947265625, \"ymax\": 961.06982421875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 826.733, \"ymin\": 910.891, \"xmax\": 852.4752, \"ymax\": 938.6139}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1141.58, \"ymin\": 932.673, \"xmax\": 1164.3564, \"ymax\": 960.3954}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1097.03, \"ymin\": 936.634, \"xmax\": 1114.8515, \"ymax\": 958.4158}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 723.762, \"ymin\": 910.891, \"xmax\": 750.4949999999999, \"ymax\": 940.5940999999999}, \"category\": \"pne\"}]}, \"83407\": {\"path\": \"test/83407.jpg\", \"id\": 83407, \"objects\": [{\"bbox\": {\"xmin\": 680.795, \"ymin\": 1009.27, \"xmax\": 711.2588, \"ymax\": 1041.057}, \"category\": \"pl80\"}]}, \"4542\": {\"path\": \"other/4542.jpg\", \"id\": 4542, \"objects\": [{\"bbox\": {\"xmin\": 1086.28, \"ymin\": 945.133, \"xmax\": 1099.5526, \"ymax\": 957.9651}, \"category\": \"pn\"}]}, \"36975\": {\"path\": \"train/36975.jpg\", \"id\": 36975, \"objects\": [{\"bbox\": {\"xmin\": 1684.0, \"ymin\": 753.333, \"xmax\": 1724.0, \"ymax\": 797.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1536.0, \"ymin\": 742.667, \"xmax\": 1581.3333, \"ymax\": 788.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1485.33, \"ymin\": 740.0, \"xmax\": 1530.6667, \"ymax\": 786.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1640.0, \"ymin\": 750.667, \"xmax\": 1680.0, \"ymax\": 790.6667}, \"category\": \"pl100\"}]}, \"83515\": {\"path\": \"train/83515.jpg\", \"id\": 83515, \"objects\": [{\"bbox\": {\"xmin\": 590.667, \"ymin\": 562.667, \"xmax\": 693.3330000000001, \"ymax\": 658.6663000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 789.333, \"xmax\": 961.3333, \"ymax\": 880.0}, \"category\": \"pbm\"}]}, \"20452\": {\"path\": \"other/20452.jpg\", \"id\": 20452, \"objects\": [{\"bbox\": {\"xmin\": 91.0891, \"ymin\": 964.356, \"xmax\": 134.6535, \"ymax\": 1014.8515}, \"category\": \"w58\"}]}, \"50585\": {\"path\": \"train/50585.jpg\", \"id\": 50585, \"objects\": [{\"bbox\": {\"xmin\": 1370.59, \"ymin\": 919.608, \"xmax\": 1445.0973, \"ymax\": 996.0784}, \"category\": \"w59\"}]}, \"21723\": {\"path\": \"test/21723.jpg\", \"id\": 21723, \"objects\": [{\"bbox\": {\"xmin\": 17.6471, \"ymin\": 256.863, \"xmax\": 139.2161, \"ymax\": 447.05899999999997}, \"category\": \"p11\"}]}, \"20182\": {\"path\": \"train/20182.jpg\", \"id\": 20182, \"objects\": [{\"bbox\": {\"xmin\": 825.397, \"ymin\": 915.079, \"xmax\": 842.0635000000001, \"ymax\": 935.7143}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1135.71, \"ymin\": 917.46, \"xmax\": 1157.9365, \"ymax\": 938.0952000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1159.52, \"ymin\": 917.46, \"xmax\": 1180.1587, \"ymax\": 939.604}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 696.032, \"ymin\": 917.46, \"xmax\": 716.6667, \"ymax\": 938.8889}, \"category\": \"pne\"}]}, \"97083\": {\"path\": \"train/97083.jpg\", \"id\": 97083, \"objects\": [{\"bbox\": {\"xmin\": 1804.0, \"ymin\": 471.0, \"xmax\": 1871.0, \"ymax\": 534.0}, \"category\": \"pr40\"}]}, \"31583\": {\"path\": \"test/31583.jpg\", \"id\": 31583, \"objects\": [{\"bbox\": {\"xmin\": 1742.6785888671875, \"ymin\": 559.8778686523438, \"xmax\": 1816.5352783203125, \"ymax\": 642.5730590820312}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1502.988525390625, \"ymin\": 511.14495849609375, \"xmax\": 1619.503173828125, \"ymax\": 615.2339477539062}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1624.35791015625, \"ymin\": 534.3401489257812, \"xmax\": 1728.508056640625, \"ymax\": 630.1856079101562}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1352.0, \"ymin\": 976.0, \"xmax\": 1386.6535, \"ymax\": 1012.0}, \"category\": \"pm30\"}]}, \"46211\": {\"path\": \"test/46211.jpg\", \"id\": 46211, \"objects\": [{\"bbox\": {\"xmin\": 948.0, \"ymin\": 929.333, \"xmax\": 989.3333, \"ymax\": 976.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 880.0, \"ymin\": 932.0, \"xmax\": 920.0, \"ymax\": 972.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 197.333, \"ymin\": 1000.0, \"xmax\": 218.6667, \"ymax\": 1029.3333}, \"category\": \"pne\"}]}, \"57933\": {\"path\": \"train/57933.jpg\", \"id\": 57933, \"objects\": [{\"bbox\": {\"xmin\": 266.0, \"ymin\": 1012.0, \"xmax\": 360.0, \"ymax\": 1115.0}, \"category\": \"pl60\"}]}, \"24414\": {\"path\": \"train/24414.jpg\", \"id\": 24414, \"objects\": [{\"bbox\": {\"xmin\": 601.333, \"ymin\": 986.667, \"xmax\": 645.3333, \"ymax\": 1036.0003}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1524.0, \"ymin\": 733.333, \"xmax\": 1610.6601, \"ymax\": 817.3335999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1498.67, \"ymin\": 1008.0, \"xmax\": 1552.0, \"ymax\": 1068.0}, \"category\": \"i2r\"}]}, \"53709\": {\"path\": \"train/53709.jpg\", \"id\": 53709, \"objects\": [{\"bbox\": {\"xmin\": 1773.33, \"ymin\": 569.333, \"xmax\": 1830.6667, \"ymax\": 634.6667}, \"category\": \"p26\"}]}, \"23731\": {\"path\": \"train/23731.jpg\", \"id\": 23731, \"objects\": [{\"bbox\": {\"xmin\": 131.0, \"ymin\": 679.0, \"xmax\": 218.0, \"ymax\": 795.0}, \"category\": \"pl40\"}]}, \"55083\": {\"path\": \"train/55083.jpg\", \"id\": 55083, \"objects\": [{\"bbox\": {\"xmin\": 286.0, \"ymin\": 1024.0, \"xmax\": 303.0, \"ymax\": 1044.0}, \"category\": \"pl10\"}]}, \"19429\": {\"path\": \"train/19429.jpg\", \"id\": 19429, \"objects\": [{\"bbox\": {\"xmin\": 1763.0, \"ymin\": 1033.0, \"xmax\": 1796.0, \"ymax\": 1067.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1916.0, \"ymin\": 984.0, \"xmax\": 1947.0, \"ymax\": 1015.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1732.0, \"ymin\": 1034.0, \"xmax\": 1767.0, \"ymax\": 1064.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1874.0, \"ymin\": 1033.0, \"xmax\": 1914.0, \"ymax\": 1073.0}, \"category\": \"w32\"}]}, \"20351\": {\"path\": \"test/20351.jpg\", \"id\": 20351, \"objects\": [{\"bbox\": {\"xmin\": 1035.353759765625, \"ymin\": 910.0081787109375, \"xmax\": 1058.720947265625, \"ymax\": 934.7005615234375}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 285.526, \"ymin\": 828.947, \"xmax\": 319.7368, \"ymax\": 872.3684}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 172.368, \"ymin\": 844.737, \"xmax\": 205.26319999999998, \"ymax\": 886.8421}, \"category\": \"pne\"}]}, \"85636\": {\"path\": \"test/85636.jpg\", \"id\": 85636, \"objects\": [{\"bbox\": {\"xmin\": 1018.0, \"ymin\": 776.0, \"xmax\": 1069.0, \"ymax\": 828.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 962.0, \"ymin\": 779.0, \"xmax\": 1012.0, \"ymax\": 830.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1075.0, \"ymin\": 777.0, \"xmax\": 1127.0, \"ymax\": 826.0}, \"category\": \"pn\"}]}, \"64423\": {\"path\": \"test/64423.jpg\", \"id\": 64423, \"objects\": [{\"bbox\": {\"xmin\": 1581.33, \"ymin\": 1018.67, \"xmax\": 1600.0, \"ymax\": 1041.3333}, \"category\": \"w32\"}]}, \"9422\": {\"path\": \"train/9422.jpg\", \"id\": 9422, \"objects\": [{\"bbox\": {\"xmin\": 1318.0, \"ymin\": 953.0, \"xmax\": 1341.0, \"ymax\": 980.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1799.0, \"ymin\": 949.0, \"xmax\": 1874.0, \"ymax\": 1032.0}, \"category\": \"pr40\"}]}, \"65268\": {\"path\": \"train/65268.jpg\", \"id\": 65268, \"objects\": [{\"bbox\": {\"xmin\": 1069.72, \"ymin\": 894.024, \"xmax\": 1097.6042, \"ymax\": 919.5225}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 894.024, \"xmax\": 1128.6893, \"ymax\": 918.3267}, \"category\": \"w57\"}]}, \"57757\": {\"path\": \"other/57757.jpg\", \"id\": 57757, \"objects\": [{\"bbox\": {\"xmin\": 1214.29, \"ymin\": 945.238, \"xmax\": 1222.2222199999999, \"ymax\": 955.5556}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1136.51, \"ymin\": 942.063, \"xmax\": 1152.381, \"ymax\": 954.7619}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1577.78, \"ymin\": 927.778, \"xmax\": 1584.91903, \"ymax\": 943.6505}, \"category\": \"pne\"}]}, \"3070\": {\"path\": \"train/3070.jpg\", \"id\": 3070, \"objects\": [{\"bbox\": {\"xmin\": 1154.42, \"ymin\": 954.867, \"xmax\": 1170.354, \"ymax\": 971.6809}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1154.42, \"ymin\": 972.124, \"xmax\": 1170.3514, \"ymax\": 989.381}, \"category\": \"pn\"}]}, \"65912\": {\"path\": \"train/65912.jpg\", \"id\": 65912, \"objects\": [{\"bbox\": {\"xmin\": 982.667, \"ymin\": 772.0, \"xmax\": 1036.0, \"ymax\": 821.3333}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 810.667, \"ymin\": 768.0, \"xmax\": 858.6667, \"ymax\": 818.6664}, \"category\": \"pl40\"}]}, \"50431\": {\"path\": \"train/50431.jpg\", \"id\": 50431, \"objects\": [{\"bbox\": {\"xmin\": 359.091, \"ymin\": 1017.05, \"xmax\": 381.25, \"ymax\": 1048.2955}, \"category\": \"pg\"}]}, \"72105\": {\"path\": \"train/72105.jpg\", \"id\": 72105, \"objects\": [{\"bbox\": {\"xmin\": 1554.9, \"ymin\": 819.608, \"xmax\": 1596.0784, \"ymax\": 872.549}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1372.55, \"ymin\": 809.804, \"xmax\": 1423.5294, \"ymax\": 866.6667}, \"category\": \"pne\"}]}, \"90439\": {\"path\": \"other/90439.jpg\", \"id\": 90439, \"objects\": [{\"bbox\": {\"xmin\": 679.3512573242188, \"ymin\": 876.7835693359375, \"xmax\": 729.1670532226562, \"ymax\": 925.7236328125}, \"category\": \"w45\"}]}, \"13488\": {\"path\": \"train/13488.jpg\", \"id\": 13488, \"objects\": [{\"bbox\": {\"xmin\": 1707.92, \"ymin\": 868.317, \"xmax\": 1745.5446000000002, \"ymax\": 909.9010000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1571.29, \"ymin\": 864.356, \"xmax\": 1607.9207999999999, \"ymax\": 903.9603999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1140.59, \"ymin\": 848.515, \"xmax\": 1183.1682999999998, \"ymax\": 889.1089}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1422.77, \"ymin\": 915.842, \"xmax\": 1449.5049999999999, \"ymax\": 939.604}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1371.29, \"ymin\": 917.822, \"xmax\": 1397.0297, \"ymax\": 943.5644}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1399.01, \"ymin\": 914.851, \"xmax\": 1420.7921, \"ymax\": 941.5842}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 982.178, \"ymin\": 852.475, \"xmax\": 1018.8119, \"ymax\": 893.0693}, \"category\": \"pne\"}]}, \"29507\": {\"path\": \"test/29507.jpg\", \"id\": 29507, \"objects\": [{\"bbox\": {\"xmin\": 880.159, \"ymin\": 923.81, \"xmax\": 896.8254, \"ymax\": 942.0635}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1095.24, \"ymin\": 918.254, \"xmax\": 1110.3175, \"ymax\": 938.0952}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1114.29, \"ymin\": 920.635, \"xmax\": 1129.3651, \"ymax\": 936.5079}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 828.571, \"ymin\": 926.19, \"xmax\": 844.4444, \"ymax\": 943.6508}, \"category\": \"pne\"}]}, \"58418\": {\"path\": \"train/58418.jpg\", \"id\": 58418, \"objects\": [{\"bbox\": {\"xmin\": 1900.0, \"ymin\": 834.667, \"xmax\": 1970.6667, \"ymax\": 916.0}, \"category\": \"pm55\"}]}, \"85735\": {\"path\": \"train/85735.jpg\", \"id\": 85735, \"objects\": [{\"bbox\": {\"xmin\": 284.127, \"ymin\": 880.159, \"xmax\": 314.2857, \"ymax\": 913.4923}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 668.254, \"ymin\": 987.302, \"xmax\": 685.7136, \"ymax\": 1015.873}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 118.254, \"ymin\": 895.238, \"xmax\": 143.6508, \"ymax\": 919.0476000000001}, \"category\": \"pne\"}]}, \"19522\": {\"path\": \"other/19522.jpg\", \"id\": 19522, \"objects\": [{\"bbox\": {\"xmin\": 225.18914794921875, \"ymin\": 920.8577270507812, \"xmax\": 286.2417907714844, \"ymax\": 977.8230590820312}, \"category\": \"iz\"}]}, \"67469\": {\"path\": \"train/67469.jpg\", \"id\": 67469, \"objects\": [{\"bbox\": {\"xmin\": 765.873, \"ymin\": 925.397, \"xmax\": 786.5083000000001, \"ymax\": 946.8257000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 743.651, \"ymin\": 926.19, \"xmax\": 763.4920999999999, \"ymax\": 947.619}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 788.095, \"ymin\": 923.016, \"xmax\": 807.1429, \"ymax\": 947.6189999999999}, \"category\": \"pn\"}]}, \"7811\": {\"path\": \"train/7811.jpg\", \"id\": 7811, \"objects\": [{\"bbox\": {\"xmin\": 1971.84814453125, \"ymin\": 904.071044921875, \"xmax\": 1992.129150390625, \"ymax\": 934.42138671875}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1258.73, \"ymin\": 929.365, \"xmax\": 1276.9841000000001, \"ymax\": 946.8254000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1183.33, \"ymin\": 928.571, \"xmax\": 1202.3746999999998, \"ymax\": 947.619}, \"category\": \"pne\"}]}, \"5262\": {\"path\": \"train/5262.jpg\", \"id\": 5262, \"objects\": [{\"bbox\": {\"xmin\": 743.75, \"ymin\": 1101.14, \"xmax\": 779.5451, \"ymax\": 1159.6609}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 685.398, \"ymin\": 1104.87, \"xmax\": 726.1062000000001, \"ymax\": 1166.8141999999998}, \"category\": \"pmb\"}]}, \"82707\": {\"path\": \"train/82707.jpg\", \"id\": 82707, \"objects\": [{\"bbox\": {\"xmin\": 823.529, \"ymin\": 992.105, \"xmax\": 876.4706, \"ymax\": 1074.4579}, \"category\": \"w57\"}]}, \"50849\": {\"path\": \"train/50849.jpg\", \"id\": 50849, \"objects\": [{\"bbox\": {\"xmin\": 1780.0, \"ymin\": 952.0, \"xmax\": 1810.6667, \"ymax\": 986.6667}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1806.67, \"ymin\": 810.667, \"xmax\": 1841.3333, \"ymax\": 849.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1852.0, \"ymin\": 812.0, \"xmax\": 1885.3333, \"ymax\": 850.6667}, \"category\": \"pl60\"}]}, \"47316\": {\"path\": \"train/47316.jpg\", \"id\": 47316, \"objects\": [{\"bbox\": {\"xmin\": 1649.5152587890625, \"ymin\": 906.2606811523438, \"xmax\": 1669.1947021484375, \"ymax\": 931.1913452148438}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1604.7489013671875, \"ymin\": 904.9285888671875, \"xmax\": 1625.9320068359375, \"ymax\": 928.040283203125}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1625.6033935546875, \"ymin\": 906.6679077148438, \"xmax\": 1647.3236083984375, \"ymax\": 930.9695434570312}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1442.11, \"ymin\": 872.368, \"xmax\": 1473.6842, \"ymax\": 905.2632000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1310.53, \"ymin\": 869.737, \"xmax\": 1344.7368, \"ymax\": 901.3158}, \"category\": \"pne\"}]}, \"18888\": {\"path\": \"train/18888.jpg\", \"id\": 18888, \"objects\": [{\"bbox\": {\"xmin\": 1360.9989013671875, \"ymin\": 1039.12353515625, \"xmax\": 1381.6302490234375, \"ymax\": 1058.299072265625}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1077.33, \"ymin\": 73.3333, \"xmax\": 1352.0, \"ymax\": 241.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1422.67, \"ymin\": 106.667, \"xmax\": 1658.6670000000001, \"ymax\": 280.001}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 729.333, \"ymin\": 77.3333, \"xmax\": 1001.333, \"ymax\": 250.66629999999998}, \"category\": \"pl80\"}]}, \"57917\": {\"path\": \"other/57917.jpg\", \"id\": 57917, \"objects\": [{\"bbox\": {\"xmin\": 631.683, \"ymin\": 963.366, \"xmax\": 645.5446, \"ymax\": 981.1881}, \"category\": \"pne\"}]}, \"90948\": {\"path\": \"train/90948.jpg\", \"id\": 90948, \"objects\": [{\"bbox\": {\"xmin\": 1613.33, \"ymin\": 976.0, \"xmax\": 1721.3329999999999, \"ymax\": 1093.333}, \"category\": \"ip\"}]}, \"93137\": {\"path\": \"other/93137.jpg\", \"id\": 93137, \"objects\": [{\"bbox\": {\"xmin\": 862.886962890625, \"ymin\": 926.7638549804688, \"xmax\": 896.424072265625, \"ymax\": 957.9583129882812}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 867.0, \"ymin\": 962.0, \"xmax\": 895.0, \"ymax\": 990.0}, \"category\": \"w30\"}]}, \"46728\": {\"path\": \"train/46728.jpg\", \"id\": 46728, \"objects\": [{\"bbox\": {\"xmin\": 1799.0, \"ymin\": 877.0, \"xmax\": 1870.0, \"ymax\": 957.0}, \"category\": \"ip\"}]}, \"84195\": {\"path\": \"train/84195.jpg\", \"id\": 84195, \"objects\": [{\"bbox\": {\"xmin\": 1740.0, \"ymin\": 958.851, \"xmax\": 1809.593, \"ymax\": 1029.8766}, \"category\": \"pr40\"}]}, \"69267\": {\"path\": \"train/69267.jpg\", \"id\": 69267, \"objects\": [{\"bbox\": {\"xmin\": 1517.33, \"ymin\": 844.0, \"xmax\": 1566.6667, \"ymax\": 901.3333}, \"category\": \"p11\"}]}, \"25773\": {\"path\": \"test/25773.jpg\", \"id\": 25773, \"objects\": [{\"bbox\": {\"xmin\": 1255.45, \"ymin\": 942.575, \"xmax\": 1277.2419, \"ymax\": 964.3567}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1279.21, \"ymin\": 942.574, \"xmax\": 1297.0297, \"ymax\": 965.3465}, \"category\": \"pn\"}]}, \"75054\": {\"path\": \"train/75054.jpg\", \"id\": 75054, \"objects\": [{\"bbox\": {\"xmin\": 338.667, \"ymin\": 888.0, \"xmax\": 417.33299999999997, \"ymax\": 965.3333}, \"category\": \"pl120\"}]}, \"68832\": {\"path\": \"train/68832.jpg\", \"id\": 68832, \"objects\": [{\"bbox\": {\"xmin\": 1506.67, \"ymin\": 808.0, \"xmax\": 1624.0, \"ymax\": 926.667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1510.67, \"ymin\": 930.667, \"xmax\": 1630.67, \"ymax\": 1048.0}, \"category\": \"pn\"}]}, \"77634\": {\"path\": \"train/77634.jpg\", \"id\": 77634, \"objects\": [{\"bbox\": {\"xmin\": 1753.41796875, \"ymin\": 939.3099365234375, \"xmax\": 1771.145751953125, \"ymax\": 957.6585693359375}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1665.79, \"ymin\": 823.684, \"xmax\": 1707.8947, \"ymax\": 869.7368}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1709.21, \"ymin\": 823.684, \"xmax\": 1748.6842000000001, \"ymax\": 876.3158}, \"category\": \"pn\"}]}, \"8241\": {\"path\": \"test/8241.jpg\", \"id\": 8241, \"objects\": [{\"bbox\": {\"xmin\": 1241.0, \"ymin\": 970.0, \"xmax\": 1279.0, \"ymax\": 1073.0}, \"category\": \"i5\"}]}, \"52172\": {\"path\": \"train/52172.jpg\", \"id\": 52172, \"objects\": [{\"bbox\": {\"xmin\": 1938.16, \"ymin\": 1047.37, \"xmax\": 1986.8421, \"ymax\": 1100.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1940.79, \"ymin\": 998.684, \"xmax\": 1982.8947, \"ymax\": 1047.3684}, \"category\": \"pl5\"}]}, \"14686\": {\"path\": \"train/14686.jpg\", \"id\": 14686, \"objects\": [{\"bbox\": {\"xmin\": 1907.96, \"ymin\": 682.743, \"xmax\": 1965.0297, \"ymax\": 755.7504}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1312.84, \"ymin\": 598.671, \"xmax\": 1406.6446999999998, \"ymax\": 688.4947000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1969.92, \"ymin\": 692.921, \"xmax\": 2025.2261, \"ymax\": 765.4872}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1411.51, \"ymin\": 607.08, \"xmax\": 1500.0, \"ymax\": 694.6903}, \"category\": \"pn\"}]}, \"77352\": {\"path\": \"test/77352.jpg\", \"id\": 77352, \"objects\": [{\"bbox\": {\"xmin\": 1512.0, \"ymin\": 850.0, \"xmax\": 1573.0, \"ymax\": 912.0}, \"category\": \"pl40\"}]}, \"92888\": {\"path\": \"other/92888.jpg\", \"id\": 92888, \"objects\": [{\"bbox\": {\"xmin\": 1076.11, \"ymin\": 849.115, \"xmax\": 1119.9115, \"ymax\": 890.7079}, \"category\": \"w22\"}]}, \"89171\": {\"path\": \"train/89171.jpg\", \"id\": 89171, \"objects\": [{\"bbox\": {\"xmin\": 1653.33, \"ymin\": 360.0, \"xmax\": 1749.3333, \"ymax\": 452.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 197.333, \"ymin\": 396.0, \"xmax\": 236.0, \"ymax\": 436.0}, \"category\": \"w63\"}]}, \"2121\": {\"path\": \"train/2121.jpg\", \"id\": 2121, \"objects\": [{\"bbox\": {\"xmin\": 896.825, \"ymin\": 823.016, \"xmax\": 942.8571000000001, \"ymax\": 870.6349}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1133.33, \"ymin\": 936.508, \"xmax\": 1152.3809999999999, \"ymax\": 957.1429}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1152.38, \"ymin\": 937.302, \"xmax\": 1173.0159, \"ymax\": 959.5238}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 712.698, \"ymin\": 829.365, \"xmax\": 753.9683, \"ymax\": 877.7778}, \"category\": \"pne\"}]}, \"61081\": {\"path\": \"other/61081.jpg\", \"id\": 61081, \"objects\": [{\"bbox\": {\"xmin\": 969.333, \"ymin\": 657.333, \"xmax\": 1042.6667, \"ymax\": 730.6667}, \"category\": \"pr30\"}]}, \"17389\": {\"path\": \"test/17389.jpg\", \"id\": 17389, \"objects\": [{\"bbox\": {\"xmin\": 858.667, \"ymin\": 777.333, \"xmax\": 1040.0, \"ymax\": 953.333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 702.667, \"ymin\": 884.0, \"xmax\": 789.3333, \"ymax\": 982.6667}, \"category\": \"p11\"}]}, \"89437\": {\"path\": \"train/89437.jpg\", \"id\": 89437, \"objects\": [{\"bbox\": {\"xmin\": 1437.0, \"ymin\": 788.0, \"xmax\": 1489.0, \"ymax\": 845.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1494.0, \"ymin\": 793.0, \"xmax\": 1546.0, \"ymax\": 849.0}, \"category\": \"pm55\"}]}, \"26480\": {\"path\": \"train/26480.jpg\", \"id\": 26480, \"objects\": [{\"bbox\": {\"xmin\": 1502.67, \"ymin\": 886.667, \"xmax\": 1588.0, \"ymax\": 974.6667}, \"category\": \"pm30\"}]}, \"33229\": {\"path\": \"train/33229.jpg\", \"id\": 33229, \"objects\": [{\"bbox\": {\"xmin\": 1186.67, \"ymin\": 716.0, \"xmax\": 1264.0, \"ymax\": 790.6667}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1266.67, \"ymin\": 717.333, \"xmax\": 1341.3333, \"ymax\": 791.9997}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1342.67, \"ymin\": 722.667, \"xmax\": 1416.0033, \"ymax\": 792.0}, \"category\": \"pl50\"}]}, \"6055\": {\"path\": \"train/6055.jpg\", \"id\": 6055, \"objects\": [{\"bbox\": {\"xmin\": 1446.4, \"ymin\": 626.4, \"xmax\": 1503.2, \"ymax\": 684.8}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1080.0, \"ymin\": 608.0, \"xmax\": 1140.8, \"ymax\": 668.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 711.2, \"ymin\": 624.8, \"xmax\": 771.2, \"ymax\": 683.1999999999999}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1700.8, \"ymin\": 655.2, \"xmax\": 1746.3999999999999, \"ymax\": 705.6}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 924.0, \"ymin\": 608.0, \"xmax\": 987.2, \"ymax\": 668.8}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1301.6, \"ymin\": 615.2, \"xmax\": 1360.8, \"ymax\": 672.8000000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 566.4, \"ymin\": 636.8, \"xmax\": 624.8, \"ymax\": 692.8}, \"category\": \"pl120\"}]}, \"80397\": {\"path\": \"train/80397.jpg\", \"id\": 80397, \"objects\": [{\"bbox\": {\"xmin\": 1315.0, \"ymin\": 958.0, \"xmax\": 1396.0, \"ymax\": 1042.0}, \"category\": \"pl50\"}]}, \"43341\": {\"path\": \"train/43341.jpg\", \"id\": 43341, \"objects\": [{\"bbox\": {\"xmin\": 1725.0, \"ymin\": 590.0, \"xmax\": 1804.0, \"ymax\": 675.0}, \"category\": \"pl60\"}]}, \"4238\": {\"path\": \"train/4238.jpg\", \"id\": 4238, \"objects\": [{\"bbox\": {\"xmin\": 1549.02, \"ymin\": 931.373, \"xmax\": 1609.8038999999999, \"ymax\": 996.0786}, \"category\": \"i2r\"}]}, \"92469\": {\"path\": \"test/92469.jpg\", \"id\": 92469, \"objects\": [{\"bbox\": {\"xmin\": 1391.0, \"ymin\": 998.0, \"xmax\": 1430.0, \"ymax\": 1038.0}, \"category\": \"pl120\"}]}, \"91534\": {\"path\": \"test/91534.jpg\", \"id\": 91534, \"objects\": [{\"bbox\": {\"xmin\": 1884.0, \"ymin\": 756.0, \"xmax\": 1933.3333, \"ymax\": 812.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1982.67, \"ymin\": 962.667, \"xmax\": 2014.6667, \"ymax\": 1001.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1984.0, \"ymin\": 997.333, \"xmax\": 2014.6667, \"ymax\": 1041.3333}, \"category\": \"i2r\"}]}, \"27903\": {\"path\": \"test/27903.jpg\", \"id\": 27903, \"objects\": [{\"bbox\": {\"xmin\": 1347.06, \"ymin\": 1052.94, \"xmax\": 1400.0, \"ymax\": 1107.8431}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1342.77, \"ymin\": 996.032, \"xmax\": 1397.6684, \"ymax\": 1050.934}, \"category\": \"pl5\"}]}, \"11129\": {\"path\": \"train/11129.jpg\", \"id\": 11129, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 315.80633544921875, \"xmax\": 66.15388488769531, \"ymax\": 482.938232421875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 2011.0, \"ymin\": 878.0, \"xmax\": 2026.0, \"ymax\": 905.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 97.0, \"ymin\": 532.0, \"xmax\": 201.0, \"ymax\": 681.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 2027.0, \"ymin\": 880.0, \"xmax\": 2041.0, \"ymax\": 905.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 108.0, \"ymin\": 681.0, \"xmax\": 206.0, \"ymax\": 832.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 98.0, \"ymin\": 835.0, \"xmax\": 208.0, \"ymax\": 993.0}, \"category\": \"i2r\"}]}, \"81311\": {\"path\": \"train/81311.jpg\", \"id\": 81311, \"objects\": [{\"bbox\": {\"xmin\": 526.5845947265625, \"ymin\": 913.3396606445312, \"xmax\": 544.76416015625, \"ymax\": 929.7665405273438}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 628.571, \"ymin\": 875.397, \"xmax\": 655.5556, \"ymax\": 900.7937000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 547.619, \"ymin\": 879.365, \"xmax\": 572.2225000000001, \"ymax\": 904.7619}, \"category\": \"i4\"}]}, \"40558\": {\"path\": \"train/40558.jpg\", \"id\": 40558, \"objects\": [{\"bbox\": {\"xmin\": 1559.73, \"ymin\": 945.576, \"xmax\": 1587.1587, \"ymax\": 970.7969}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1559.3, \"ymin\": 973.451, \"xmax\": 1585.8456999999999, \"ymax\": 1000.0}, \"category\": \"pn\"}]}, \"16091\": {\"path\": \"train/16091.jpg\", \"id\": 16091, \"objects\": [{\"bbox\": {\"xmin\": 1535.33, \"ymin\": 990.0, \"xmax\": 1557.1428999999998, \"ymax\": 1025.3968}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 226.0, \"ymin\": 990.0, \"xmax\": 242.0635, \"ymax\": 1008.7302}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1.33333, \"ymin\": 946.825, \"xmax\": 29.36503, \"ymax\": 981.9999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1498.67, \"ymin\": 990.667, \"xmax\": 1525.3333, \"ymax\": 1023.0159}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 133.333, \"ymin\": 986.508, \"xmax\": 152.6663, \"ymax\": 1008.7302000000001}, \"category\": \"ps\"}]}, \"15857\": {\"path\": \"other/15857.jpg\", \"id\": 15857, \"objects\": [{\"bbox\": {\"xmin\": 1244.32, \"ymin\": 919.887, \"xmax\": 1269.8908999999999, \"ymax\": 943.7506999999999}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1247.16, \"ymin\": 952.841, \"xmax\": 1272.1636, \"ymax\": 980.6816}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1490.07, \"ymin\": 1060.93, \"xmax\": 1503.3112999999998, \"ymax\": 1074.8344}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1129.55, \"ymin\": 938.636, \"xmax\": 1141.4773, \"ymax\": 954.5455}, \"category\": \"pn\"}]}, \"57515\": {\"path\": \"test/57515.jpg\", \"id\": 57515, \"objects\": [{\"bbox\": {\"xmin\": 476.0, \"ymin\": 926.667, \"xmax\": 534.6667, \"ymax\": 1000.0006000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1310.67, \"ymin\": 1013.33, \"xmax\": 1333.3333, \"ymax\": 1038.6667}, \"category\": \"pl50\"}]}, \"67568\": {\"path\": \"train/67568.jpg\", \"id\": 67568, \"objects\": [{\"bbox\": {\"xmin\": 1192.08, \"ymin\": 774.257, \"xmax\": 1244.5545, \"ymax\": 829.703}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1515.84, \"ymin\": 886.139, \"xmax\": 1540.5941, \"ymax\": 919.8023000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1790.1, \"ymin\": 924.752, \"xmax\": 1822.7722999999999, \"ymax\": 968.3168}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1794.06, \"ymin\": 981.188, \"xmax\": 1827.7228, \"ymax\": 1014.8515}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1787.13, \"ymin\": 879.208, \"xmax\": 1821.7822, \"ymax\": 913.8614}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1483.17, \"ymin\": 890.099, \"xmax\": 1508.9109, \"ymax\": 914.8515000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1543.56, \"ymin\": 892.079, \"xmax\": 1569.3069, \"ymax\": 914.8515}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 974.257, \"ymin\": 783.168, \"xmax\": 1031.6832, \"ymax\": 833.664}, \"category\": \"pne\"}]}, \"36078\": {\"path\": \"train/36078.jpg\", \"id\": 36078, \"objects\": [{\"bbox\": {\"xmin\": 773.809, \"ymin\": 960.8, \"xmax\": 800.1700999999999, \"ymax\": 987.1999999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1257.6, \"ymin\": 967.2, \"xmax\": 1297.2006999999999, \"ymax\": 1008.0981}, \"category\": \"i2r\"}]}, \"28351\": {\"path\": \"test/28351.jpg\", \"id\": 28351, \"objects\": [{\"bbox\": {\"xmin\": 1722.67, \"ymin\": 1010.67, \"xmax\": 1765.3333, \"ymax\": 1058.6667}, \"category\": \"i5\"}]}, \"97737\": {\"path\": \"test/97737.jpg\", \"id\": 97737, \"objects\": [{\"bbox\": {\"xmin\": 439.216, \"ymin\": 607.843, \"xmax\": 490.1961, \"ymax\": 725.49}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 196.078, \"ymin\": 488.235, \"xmax\": 278.4314, \"ymax\": 611.765}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1937.25, \"ymin\": 682.353, \"xmax\": 1992.1569, \"ymax\": 756.8626999999999}, \"category\": \"pne\"}]}, \"68429\": {\"path\": \"other/68429.jpg\", \"id\": 68429, \"objects\": [{\"bbox\": {\"xmin\": 335.8387451171875, \"ymin\": 0.0, \"xmax\": 472.12322998046875, \"ymax\": 106.05770111083984}, \"category\": \"pn\"}]}, \"89775\": {\"path\": \"train/89775.jpg\", \"id\": 89775, \"objects\": [{\"bbox\": {\"xmin\": 1524.43, \"ymin\": 1019.32, \"xmax\": 1541.4773, \"ymax\": 1038.6364}, \"category\": \"p5\"}]}, \"60784\": {\"path\": \"test/60784.jpg\", \"id\": 60784, \"objects\": [{\"bbox\": {\"xmin\": 1444.0, \"ymin\": 91.0, \"xmax\": 1589.0, \"ymax\": 194.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1094.0, \"ymin\": 168.0, \"xmax\": 1254.0, \"ymax\": 280.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1091.0, \"ymin\": 56.0, \"xmax\": 1252.0, \"ymax\": 158.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1272.0, \"ymin\": 66.0, \"xmax\": 1430.0, \"ymax\": 172.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1648.0, \"ymin\": 523.0, \"xmax\": 1787.0, \"ymax\": 682.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 1446.0, \"ymin\": 201.0, \"xmax\": 1589.0, \"ymax\": 315.0}, \"category\": \"pbp\"}]}, \"46994\": {\"path\": \"test/46994.jpg\", \"id\": 46994, \"objects\": [{\"bbox\": {\"xmin\": 1406.0, \"ymin\": 991.0, \"xmax\": 1443.0, \"ymax\": 1032.0}, \"category\": \"pm20\"}]}, \"44047\": {\"path\": \"other/44047.jpg\", \"id\": 44047, \"objects\": [{\"bbox\": {\"xmin\": 288.889, \"ymin\": 1261.12, \"xmax\": 311.1109, \"ymax\": 1286.5051999999998}, \"category\": \"i10\"}]}, \"65427\": {\"path\": \"train/65427.jpg\", \"id\": 65427, \"objects\": [{\"bbox\": {\"xmin\": 1060.53, \"ymin\": 872.368, \"xmax\": 1096.0526, \"ymax\": 905.2632000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1097.37, \"ymin\": 869.737, \"xmax\": 1131.5789, \"ymax\": 903.9474}, \"category\": \"pn\"}]}, \"56763\": {\"path\": \"test/56763.jpg\", \"id\": 56763, \"objects\": [{\"bbox\": {\"xmin\": 414.286, \"ymin\": 916.667, \"xmax\": 434.9206, \"ymax\": 941.2696000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 649.206, \"ymin\": 918.254, \"xmax\": 665.0794, \"ymax\": 937.3016}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 625.397, \"ymin\": 918.254, \"xmax\": 645.2381, \"ymax\": 940.4762000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 669.048, \"ymin\": 915.873, \"xmax\": 685.715, \"ymax\": 938.8889}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 341.27, \"ymin\": 919.841, \"xmax\": 360.3175, \"ymax\": 946.8254000000001}, \"category\": \"pne\"}]}, \"18509\": {\"path\": \"test/18509.jpg\", \"id\": 18509, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 846.7033081054688, \"xmax\": 61.92604064941406, \"ymax\": 973.1795043945312}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 798.667, \"ymin\": 980.0, \"xmax\": 826.6667, \"ymax\": 1021.3333}, \"category\": \"pm20\"}]}, \"40846\": {\"path\": \"other/40846.jpg\", \"id\": 40846, \"objects\": [{\"bbox\": {\"xmin\": 876.664306640625, \"ymin\": 949.6497802734375, \"xmax\": 894.534912109375, \"ymax\": 965.8414306640625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 245.46694946289062, \"ymin\": 944.9906005859375, \"xmax\": 263.050537109375, \"ymax\": 966.3826904296875}, \"category\": \"pne\"}]}, \"56294\": {\"path\": \"train/56294.jpg\", \"id\": 56294, \"objects\": [{\"bbox\": {\"xmin\": 1918.0, \"ymin\": 809.0, \"xmax\": 2009.0, \"ymax\": 917.0}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 1428.0, \"ymin\": 713.0, \"xmax\": 1486.0, \"ymax\": 776.0}, \"category\": \"pr10\"}, {\"bbox\": {\"xmin\": 1494.0, \"ymin\": 720.0, \"xmax\": 1549.0, \"ymax\": 780.0}, \"category\": \"p1n\"}]}, \"16135\": {\"path\": \"train/16135.jpg\", \"id\": 16135, \"objects\": [{\"bbox\": {\"xmin\": 1831.58, \"ymin\": 865.789, \"xmax\": 1853.9474, \"ymax\": 900.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1798.68, \"ymin\": 867.105, \"xmax\": 1824.9974, \"ymax\": 899.9994}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1823.68, \"ymin\": 571.053, \"xmax\": 1898.6842000000001, \"ymax\": 665.7895}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1860.53, \"ymin\": 871.053, \"xmax\": 1885.5263, \"ymax\": 903.9474}, \"category\": \"pn\"}]}, \"88564\": {\"path\": \"train/88564.jpg\", \"id\": 88564, \"objects\": [{\"bbox\": {\"xmin\": 1382.73, \"ymin\": 973.09, \"xmax\": 1408.6401, \"ymax\": 999.3358000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1948.84, \"ymin\": 720.598, \"xmax\": 1998.6744999999999, \"ymax\": 795.3493}, \"category\": \"w58\"}]}, \"3006\": {\"path\": \"train/3006.jpg\", \"id\": 3006, \"objects\": [{\"bbox\": {\"xmin\": 1549.33, \"ymin\": 804.0, \"xmax\": 1590.6667, \"ymax\": 846.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1657.33, \"ymin\": 813.333, \"xmax\": 1693.3333, \"ymax\": 850.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 798.667, \"xmax\": 1480.0, \"ymax\": 838.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1393.33, \"ymin\": 797.333, \"xmax\": 1433.3333, \"ymax\": 837.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1506.67, \"ymin\": 802.667, \"xmax\": 1546.6667, \"ymax\": 842.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1618.67, \"ymin\": 812.0, \"xmax\": 1653.3333, \"ymax\": 846.6667}, \"category\": \"pl100\"}]}, \"28184\": {\"path\": \"test/28184.jpg\", \"id\": 28184, \"objects\": [{\"bbox\": {\"xmin\": 1329.36, \"ymin\": 908.955, \"xmax\": 1353.7364, \"ymax\": 936.8159}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1355.71, \"ymin\": 908.955, \"xmax\": 1381.0945, \"ymax\": 935.3229}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 607.96, \"ymin\": 989.055, \"xmax\": 631.3433, \"ymax\": 1013.9304}, \"category\": \"pne\"}]}, \"5161\": {\"path\": \"train/5161.jpg\", \"id\": 5161, \"objects\": [{\"bbox\": {\"xmin\": 1293.0, \"ymin\": 875.0, \"xmax\": 1353.0, \"ymax\": 934.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1372.0, \"ymin\": 925.0, \"xmax\": 1424.0, \"ymax\": 975.0}, \"category\": \"w30\"}]}, \"40452\": {\"path\": \"train/40452.jpg\", \"id\": 40452, \"objects\": [{\"bbox\": {\"xmin\": 440.0, \"ymin\": 994.667, \"xmax\": 457.3333, \"ymax\": 1017.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1117.33, \"ymin\": 909.333, \"xmax\": 1140.0, \"ymax\": 932.0}, \"category\": \"pbm\"}]}, \"1949\": {\"path\": \"train/1949.jpg\", \"id\": 1949, \"objects\": [{\"bbox\": {\"xmin\": 1442.57, \"ymin\": 884.158, \"xmax\": 1473.2540999999999, \"ymax\": 911.8812}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1474.26, \"ymin\": 888.119, \"xmax\": 1502.9821, \"ymax\": 911.8812}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1511.88, \"ymin\": 969.307, \"xmax\": 1536.6337, \"ymax\": 990.099}, \"category\": \"w57\"}]}, \"85446\": {\"path\": \"train/85446.jpg\", \"id\": 85446, \"objects\": [{\"bbox\": {\"xmin\": 1454.67, \"ymin\": 868.0, \"xmax\": 1500.0, \"ymax\": 920.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1034.67, \"ymin\": 765.333, \"xmax\": 1088.0, \"ymax\": 814.6667}, \"category\": \"pn\"}]}, \"36325\": {\"path\": \"test/36325.jpg\", \"id\": 36325, \"objects\": [{\"bbox\": {\"xmin\": 1167.04, \"ymin\": 1015.91, \"xmax\": 1193.1755, \"ymax\": 1042.0509}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1166.23, \"ymin\": 986.755, \"xmax\": 1192.0575000000001, \"ymax\": 1014.2045}, \"category\": \"pss\"}]}, \"67594\": {\"path\": \"train/67594.jpg\", \"id\": 67594, \"objects\": [{\"bbox\": {\"xmin\": 896.032, \"ymin\": 957.143, \"xmax\": 913.4916000000001, \"ymax\": 973.0159}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 827.778, \"ymin\": 956.349, \"xmax\": 842.0635, \"ymax\": 975.3968000000001}, \"category\": \"pne\"}]}, \"21055\": {\"path\": \"train/21055.jpg\", \"id\": 21055, \"objects\": [{\"bbox\": {\"xmin\": 1068.0, \"ymin\": 852.0, \"xmax\": 1100.0, \"ymax\": 885.6}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1103.2, \"ymin\": 852.0, \"xmax\": 1135.2, \"ymax\": 883.2}, \"category\": \"pn\"}]}, \"73820\": {\"path\": \"train/73820.jpg\", \"id\": 73820, \"objects\": [{\"bbox\": {\"xmin\": 1240.48, \"ymin\": 932.539, \"xmax\": 1300.0, \"ymax\": 993.6508}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1247.62, \"ymin\": 996.825, \"xmax\": 1294.4443999999999, \"ymax\": 1039.6821}, \"category\": \"w59\"}]}, \"60746\": {\"path\": \"train/60746.jpg\", \"id\": 60746, \"objects\": [{\"bbox\": {\"xmin\": 1175.4, \"ymin\": 979.365, \"xmax\": 1192.0635000000002, \"ymax\": 1001.5873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 543.651, \"ymin\": 996.032, \"xmax\": 553.9683, \"ymax\": 1018.254}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1123.81, \"ymin\": 982.54, \"xmax\": 1139.6825, \"ymax\": 1000.7937}, \"category\": \"pne\"}]}, \"83987\": {\"path\": \"train/83987.jpg\", \"id\": 83987, \"objects\": [{\"bbox\": {\"xmin\": 871.429, \"ymin\": 933.333, \"xmax\": 892.0635, \"ymax\": 952.381}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1121.43, \"ymin\": 953.175, \"xmax\": 1136.5079, \"ymax\": 971.4286}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1088.89, \"ymin\": 955.556, \"xmax\": 1103.1746, \"ymax\": 973.0159}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1103.97, \"ymin\": 955.556, \"xmax\": 1119.8413, \"ymax\": 970.6349}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 786.508, \"ymin\": 934.921, \"xmax\": 806.3492, \"ymax\": 957.1429}, \"category\": \"pne\"}]}, \"94825\": {\"path\": \"test/94825.jpg\", \"id\": 94825, \"objects\": [{\"bbox\": {\"xmin\": 1398.67, \"ymin\": 873.333, \"xmax\": 1420.0, \"ymax\": 894.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1420.0, \"ymin\": 873.333, \"xmax\": 1444.0, \"ymax\": 896.0002999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1406.67, \"ymin\": 844.0, \"xmax\": 1436.0, \"ymax\": 871.9997}, \"category\": \"w55\"}]}, \"50759\": {\"path\": \"train/50759.jpg\", \"id\": 50759, \"objects\": [{\"bbox\": {\"xmin\": 1237.75, \"ymin\": 919.205, \"xmax\": 1260.9272, \"ymax\": 944.3709}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1238.07, \"ymin\": 960.227, \"xmax\": 1263.0682, \"ymax\": 985.7955}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1365.78, \"ymin\": 828.239, \"xmax\": 1392.3544, \"ymax\": 855.1495}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1289.55, \"ymin\": 824.378, \"xmax\": 1316.9129, \"ymax\": 850.7458}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1325.87, \"ymin\": 825.373, \"xmax\": 1356.2188999999998, \"ymax\": 853.2338000000001}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1405.98, \"ymin\": 856.695, \"xmax\": 1425.9243000000001, \"ymax\": 876.3536}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1441.6, \"ymin\": 858.974, \"xmax\": 1462.3934, \"ymax\": 878.3473}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1403.98, \"ymin\": 830.114, \"xmax\": 1429.5455, \"ymax\": 855.1136}, \"category\": \"pbp\"}]}, \"51001\": {\"path\": \"test/51001.jpg\", \"id\": 51001, \"objects\": [{\"bbox\": {\"xmin\": 1322.77, \"ymin\": 781.188, \"xmax\": 1370.297, \"ymax\": 831.6831999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1265.35, \"ymin\": 779.208, \"xmax\": 1314.8515, \"ymax\": 827.7228}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1378.22, \"ymin\": 781.188, \"xmax\": 1425.7426, \"ymax\": 831.6831999999999}, \"category\": \"pn\"}]}, \"6769\": {\"path\": \"test/6769.jpg\", \"id\": 6769, \"objects\": [{\"bbox\": {\"xmin\": 410.251, \"ymin\": 868.902, \"xmax\": 716.787, \"ymax\": 1196.949}, \"category\": \"ip\"}]}, \"74763\": {\"path\": \"other/74763.jpg\", \"id\": 74763, \"objects\": [{\"bbox\": {\"xmin\": 1446.0, \"ymin\": 950.0, \"xmax\": 1484.0, \"ymax\": 987.0}, \"category\": \"w47\"}]}, \"65305\": {\"path\": \"test/65305.jpg\", \"id\": 65305, \"objects\": [{\"bbox\": {\"xmin\": 1914.67, \"ymin\": 610.667, \"xmax\": 1986.6667, \"ymax\": 706.6667}, \"category\": \"pl40\"}]}, \"88700\": {\"path\": \"train/88700.jpg\", \"id\": 88700, \"objects\": [{\"bbox\": {\"xmin\": 58.0, \"ymin\": 1010.0, \"xmax\": 122.0, \"ymax\": 1077.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 61.0, \"ymin\": 945.0, \"xmax\": 123.0, \"ymax\": 1012.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 57.0, \"ymin\": 877.0, \"xmax\": 131.0, \"ymax\": 942.0}, \"category\": \"w55\"}]}, \"58616\": {\"path\": \"train/58616.jpg\", \"id\": 58616, \"objects\": [{\"bbox\": {\"xmin\": 1322.55, \"ymin\": 903.61, \"xmax\": 1373.8838, \"ymax\": 961.2006}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 921.6, \"ymin\": 912.0, \"xmax\": 981.6926, \"ymax\": 971.2}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 208.537, \"ymin\": 910.575, \"xmax\": 241.60070000000002, \"ymax\": 946.4526000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 862.4, \"ymin\": 888.616, \"xmax\": 924.8687, \"ymax\": 953.5987}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 407.549, \"ymin\": 857.133, \"xmax\": 428.7188, \"ymax\": 878.8181000000001}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 763.2, \"ymin\": 901.6, \"xmax\": 810.4000000000001, \"ymax\": 943.3411}, \"category\": \"w46\"}]}, \"19499\": {\"path\": \"train/19499.jpg\", \"id\": 19499, \"objects\": [{\"bbox\": {\"xmin\": 1325.0, \"ymin\": 965.0, \"xmax\": 1365.0, \"ymax\": 1006.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 269.0, \"ymin\": 752.0, \"xmax\": 298.0, \"ymax\": 784.0}, \"category\": \"w32\"}]}, \"49207\": {\"path\": \"train/49207.jpg\", \"id\": 49207, \"objects\": [{\"bbox\": {\"xmin\": 854.667, \"ymin\": 634.667, \"xmax\": 949.3333, \"ymax\": 721.3333}, \"category\": \"pl60\"}]}, \"55540\": {\"path\": \"test/55540.jpg\", \"id\": 55540, \"objects\": [{\"bbox\": {\"xmin\": 1853.0, \"ymin\": 474.0, \"xmax\": 1947.0, \"ymax\": 610.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 789.0, \"ymin\": 985.0, \"xmax\": 805.0, \"ymax\": 1004.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 733.0, \"ymin\": 910.0, \"xmax\": 765.0, \"ymax\": 945.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 751.0, \"ymin\": 1034.0, \"xmax\": 772.0, \"ymax\": 1060.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 770.0, \"ymin\": 911.0, \"xmax\": 803.0, \"ymax\": 949.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 809.0, \"ymin\": 986.0, \"xmax\": 823.0, \"ymax\": 1003.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1544.0, \"ymin\": 648.0, \"xmax\": 1586.0, \"ymax\": 742.0}, \"category\": \"pne\"}]}, \"17671\": {\"path\": \"train/17671.jpg\", \"id\": 17671, \"objects\": [{\"bbox\": {\"xmin\": 1072.22, \"ymin\": 911.111, \"xmax\": 1092.8514, \"ymax\": 931.746}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1096.03, \"ymin\": 911.905, \"xmax\": 1115.0794, \"ymax\": 929.3647}, \"category\": \"w57\"}]}, \"71233\": {\"path\": \"test/71233.jpg\", \"id\": 71233, \"objects\": [{\"bbox\": {\"xmin\": 61.3333, \"ymin\": 982.667, \"xmax\": 104.0, \"ymax\": 1036.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 62.6667, \"ymin\": 924.0, \"xmax\": 100.0, \"ymax\": 977.3333}, \"category\": \"pm55\"}]}, \"45247\": {\"path\": \"train/45247.jpg\", \"id\": 45247, \"objects\": [{\"bbox\": {\"xmin\": 1081.0, \"ymin\": 616.0, \"xmax\": 1162.0, \"ymax\": 696.0}, \"category\": \"i4\"}]}, \"30407\": {\"path\": \"train/30407.jpg\", \"id\": 30407, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 574.6998291015625, \"xmax\": 43.526710510253906, \"ymax\": 701.9158935546875}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 201.333, \"ymin\": 817.333, \"xmax\": 289.33299999999997, \"ymax\": 922.6669999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 945.333, \"ymin\": 929.333, \"xmax\": 974.6667, \"ymax\": 954.6667}, \"category\": \"w22\"}]}, \"90161\": {\"path\": \"train/90161.jpg\", \"id\": 90161, \"objects\": [{\"bbox\": {\"xmin\": 1690.2, \"ymin\": 333.333, \"xmax\": 1837.255, \"ymax\": 474.51}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1509.8, \"ymin\": 290.196, \"xmax\": 1680.392, \"ymax\": 445.098}, \"category\": \"pl50\"}]}, \"39785\": {\"path\": \"test/39785.jpg\", \"id\": 39785, \"objects\": [{\"bbox\": {\"xmin\": 1190.67, \"ymin\": 964.0, \"xmax\": 1229.3333, \"ymax\": 1016.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 297.333, \"ymin\": 818.667, \"xmax\": 397.33270000000005, \"ymax\": 924.0}, \"category\": \"pcl\"}]}, \"30727\": {\"path\": \"train/30727.jpg\", \"id\": 30727, \"objects\": [{\"bbox\": {\"xmin\": 1652.0, \"ymin\": 725.0, \"xmax\": 1698.0, \"ymax\": 784.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1471.0, \"ymin\": 661.0, \"xmax\": 1539.0, \"ymax\": 732.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1394.0, \"ymin\": 657.0, \"xmax\": 1465.0, \"ymax\": 729.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1533.0, \"ymin\": 748.0, \"xmax\": 1604.0, \"ymax\": 819.0}, \"category\": \"pn\"}]}, \"32464\": {\"path\": \"other/32464.jpg\", \"id\": 32464, \"objects\": [{\"bbox\": {\"xmin\": 1233.44482421875, \"ymin\": 324.73138427734375, \"xmax\": 1425.009033203125, \"ymax\": 469.9903564453125}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 401.98004150390625, \"ymin\": 963.4783325195312, \"xmax\": 449.6954345703125, \"ymax\": 1012.2879028320312}, \"category\": \"i5\"}]}, \"131\": {\"path\": \"other/131.jpg\", \"id\": 131, \"objects\": [{\"bbox\": {\"xmin\": 2014.5035400390625, \"ymin\": 864.8775634765625, \"xmax\": 2048.0, \"ymax\": 954.3768310546875}, \"category\": \"pl30\"}]}, \"40023\": {\"path\": \"train/40023.jpg\", \"id\": 40023, \"objects\": [{\"bbox\": {\"xmin\": 225.0, \"ymin\": 844.0, \"xmax\": 302.0, \"ymax\": 943.0}, \"category\": \"pa8\"}, {\"bbox\": {\"xmin\": 226.0, \"ymin\": 946.0, \"xmax\": 304.0, \"ymax\": 1033.0}, \"category\": \"pm20\"}]}, \"24550\": {\"path\": \"test/24550.jpg\", \"id\": 24550, \"objects\": [{\"bbox\": {\"xmin\": 719.841, \"ymin\": 858.73, \"xmax\": 756.3492, \"ymax\": 893.6508}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1102.38, \"ymin\": 908.73, \"xmax\": 1122.2222000000002, \"ymax\": 931.746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1079.37, \"ymin\": 907.937, \"xmax\": 1100.0, \"ymax\": 930.1587}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1124.6, \"ymin\": 909.524, \"xmax\": 1143.6508, \"ymax\": 931.746}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 626.984, \"ymin\": 865.079, \"xmax\": 661.1111000000001, \"ymax\": 899.2062999999999}, \"category\": \"pne\"}]}, \"65690\": {\"path\": \"train/65690.jpg\", \"id\": 65690, \"objects\": [{\"bbox\": {\"xmin\": 1603.92, \"ymin\": 500.0, \"xmax\": 1717.6470000000002, \"ymax\": 611.765}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1466.67, \"ymin\": 474.51, \"xmax\": 1590.1960000000001, \"ymax\": 609.804}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1733.33, \"ymin\": 511.765, \"xmax\": 1837.2549999999999, \"ymax\": 631.373}, \"category\": \"pn\"}]}, \"65857\": {\"path\": \"test/65857.jpg\", \"id\": 65857, \"objects\": [{\"bbox\": {\"xmin\": 1270.67, \"ymin\": 805.333, \"xmax\": 1357.3333, \"ymax\": 877.3333}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1165.33, \"ymin\": 918.667, \"xmax\": 1192.0, \"ymax\": 944.0}, \"category\": \"pl60\"}]}, \"24583\": {\"path\": \"train/24583.jpg\", \"id\": 24583, \"objects\": [{\"bbox\": {\"xmin\": 1951.0, \"ymin\": 920.0, \"xmax\": 1976.0, \"ymax\": 965.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1950.0, \"ymin\": 967.0, \"xmax\": 1980.0, \"ymax\": 1002.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1182.0, \"ymin\": 958.0, \"xmax\": 1228.0, \"ymax\": 998.0}, \"category\": \"w59\"}]}, \"79816\": {\"path\": \"test/79816.jpg\", \"id\": 79816, \"objects\": [{\"bbox\": {\"xmin\": 1194.45, \"ymin\": 968.254, \"xmax\": 1242.8608000000002, \"ymax\": 1015.0794000000001}, \"category\": \"pl80\"}]}, \"62713\": {\"path\": \"test/62713.jpg\", \"id\": 62713, \"objects\": [{\"bbox\": {\"xmin\": 1030.0, \"ymin\": 734.0, \"xmax\": 1109.0, \"ymax\": 811.0}, \"category\": \"ph4.5\"}]}, \"48373\": {\"path\": \"other/48373.jpg\", \"id\": 48373, \"objects\": [{\"bbox\": {\"xmin\": 597.1334838867188, \"ymin\": 962.9327392578125, \"xmax\": 645.5774536132812, \"ymax\": 1009.8955078125}, \"category\": \"iz\"}]}, \"66670\": {\"path\": \"other/66670.jpg\", \"id\": 66670, \"objects\": [{\"bbox\": {\"xmin\": 1234.67, \"ymin\": 381.333, \"xmax\": 1386.6670000000001, \"ymax\": 514.667}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1032.0, \"ymin\": 368.0, \"xmax\": 1190.667, \"ymax\": 493.33299999999997}, \"category\": \"ps\"}]}, \"89951\": {\"path\": \"train/89951.jpg\", \"id\": 89951, \"objects\": [{\"bbox\": {\"xmin\": 439.604, \"ymin\": 801.98, \"xmax\": 467.32669999999996, \"ymax\": 854.4554}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 408.911, \"ymin\": 790.099, \"xmax\": 437.6238, \"ymax\": 847.5248}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 468.317, \"ymin\": 810.891, \"xmax\": 493.0693, \"ymax\": 861.386}, \"category\": \"pn\"}]}, \"97383\": {\"path\": \"test/97383.jpg\", \"id\": 97383, \"objects\": [{\"bbox\": {\"xmin\": 548.0, \"ymin\": 621.333, \"xmax\": 608.0, \"ymax\": 792.0}, \"category\": \"ph4.5\"}]}, \"33345\": {\"path\": \"train/33345.jpg\", \"id\": 33345, \"objects\": [{\"bbox\": {\"xmin\": 1466.47, \"ymin\": 936.932, \"xmax\": 1487.4964, \"ymax\": 958.5227}, \"category\": \"pl60\"}]}, \"2643\": {\"path\": \"train/2643.jpg\", \"id\": 2643, \"objects\": [{\"bbox\": {\"xmin\": 22.2222, \"ymin\": 960.317, \"xmax\": 45.2381, \"ymax\": 985.7131}, \"category\": \"p19\"}]}, \"8957\": {\"path\": \"train/8957.jpg\", \"id\": 8957, \"objects\": [{\"bbox\": {\"xmin\": 1413.42, \"ymin\": 918.667, \"xmax\": 1443.3456, \"ymax\": 950.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 620.584, \"ymin\": 895.971, \"xmax\": 654.6565999999999, \"ymax\": 930.7441}, \"category\": \"pl100\"}]}, \"30729\": {\"path\": \"train/30729.jpg\", \"id\": 30729, \"objects\": [{\"bbox\": {\"xmin\": 1759.0, \"ymin\": 831.0, \"xmax\": 1804.0, \"ymax\": 889.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1698.0, \"ymin\": 822.0, \"xmax\": 1750.0, \"ymax\": 881.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1813.0, \"ymin\": 838.0, \"xmax\": 1855.0, \"ymax\": 891.0}, \"category\": \"pn\"}]}, \"15655\": {\"path\": \"train/15655.jpg\", \"id\": 15655, \"objects\": [{\"bbox\": {\"xmin\": 15.6863, \"ymin\": 752.941, \"xmax\": 52.941199999999995, \"ymax\": 805.8824000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 58.8235, \"ymin\": 749.02, \"xmax\": 100.0, \"ymax\": 796.0784}, \"category\": \"pn\"}]}, \"80942\": {\"path\": \"other/80942.jpg\", \"id\": 80942, \"objects\": [{\"bbox\": {\"xmin\": 112.0, \"ymin\": 852.0, \"xmax\": 234.667, \"ymax\": 1013.333}, \"category\": \"ph5.3\"}]}, \"81447\": {\"path\": \"train/81447.jpg\", \"id\": 81447, \"objects\": [{\"bbox\": {\"xmin\": 1613.86, \"ymin\": 893.069, \"xmax\": 1788.119, \"ymax\": 1067.327}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1143.56, \"ymin\": 981.188, \"xmax\": 1169.3069, \"ymax\": 1006.9307}, \"category\": \"w55\"}]}, \"11146\": {\"path\": \"train/11146.jpg\", \"id\": 11146, \"objects\": [{\"bbox\": {\"xmin\": 1345.0, \"ymin\": 997.0, \"xmax\": 1418.0, \"ymax\": 1073.0}, \"category\": \"pl40\"}]}, \"5143\": {\"path\": \"other/5143.jpg\", \"id\": 5143, \"objects\": [{\"bbox\": {\"xmin\": 445.7731018066406, \"ymin\": 993.2588500976562, \"xmax\": 464.8660583496094, \"ymax\": 1031.37841796875}, \"category\": \"pl5\"}]}, \"15713\": {\"path\": \"test/15713.jpg\", \"id\": 15713, \"objects\": [{\"bbox\": {\"xmin\": 1325.33, \"ymin\": 716.0, \"xmax\": 1384.0, \"ymax\": 773.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1322.67, \"ymin\": 649.333, \"xmax\": 1384.0, \"ymax\": 706.6667}, \"category\": \"pl40\"}]}, \"85300\": {\"path\": \"train/85300.jpg\", \"id\": 85300, \"objects\": [{\"bbox\": {\"xmin\": 412.0, \"ymin\": 922.667, \"xmax\": 464.0, \"ymax\": 988.0015000000001}, \"category\": \"p5\"}]}, \"35934\": {\"path\": \"train/35934.jpg\", \"id\": 35934, \"objects\": [{\"bbox\": {\"xmin\": 1122.0, \"ymin\": 826.0, \"xmax\": 1172.0, \"ymax\": 875.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1175.0, \"ymin\": 824.0, \"xmax\": 1224.0, \"ymax\": 874.0}, \"category\": \"pm55\"}]}, \"29102\": {\"path\": \"train/29102.jpg\", \"id\": 29102, \"objects\": [{\"bbox\": {\"xmin\": 845.771, \"ymin\": 925.373, \"xmax\": 871.1442999999999, \"ymax\": 953.2334000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 846.268, \"ymin\": 955.223, \"xmax\": 872.6363, \"ymax\": 981.0939999999999}, \"category\": \"pn\"}]}, \"13518\": {\"path\": \"train/13518.jpg\", \"id\": 13518, \"objects\": [{\"bbox\": {\"xmin\": 1064.0, \"ymin\": 864.0, \"xmax\": 1092.0, \"ymax\": 897.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 460.0, \"ymin\": 773.333, \"xmax\": 508.0, \"ymax\": 826.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 178.667, \"ymin\": 808.0, \"xmax\": 216.0, \"ymax\": 852.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 868.0, \"xmax\": 1120.0, \"ymax\": 894.6661}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1248.0, \"ymin\": 1057.33, \"xmax\": 1278.6667, \"ymax\": 1086.6634}, \"category\": \"i4l\"}]}, \"63557\": {\"path\": \"other/63557.jpg\", \"id\": 63557, \"objects\": [{\"bbox\": {\"xmin\": 1769.0634765625, \"ymin\": 566.5314331054688, \"xmax\": 1842.11181640625, \"ymax\": 679.5197143554688}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1848.1590576171875, \"ymin\": 588.7203369140625, \"xmax\": 1927.9925537109375, \"ymax\": 677.892333984375}, \"category\": \"pn\"}]}, \"81884\": {\"path\": \"train/81884.jpg\", \"id\": 81884, \"objects\": [{\"bbox\": {\"xmin\": 761.386, \"ymin\": 890.099, \"xmax\": 786.1386, \"ymax\": 912.8713}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 606.931, \"ymin\": 890.099, \"xmax\": 632.6733, \"ymax\": 912.8713}, \"category\": \"pne\"}]}, \"421\": {\"path\": \"train/421.jpg\", \"id\": 421, \"objects\": [{\"bbox\": {\"xmin\": 788.0, \"ymin\": 1036.0, \"xmax\": 801.0, \"ymax\": 1049.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1313.0, \"ymin\": 867.0, \"xmax\": 1345.0, \"ymax\": 901.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1313.0, \"ymin\": 978.0, \"xmax\": 1346.0, \"ymax\": 1009.0}, \"category\": \"p26\"}]}, \"82439\": {\"path\": \"train/82439.jpg\", \"id\": 82439, \"objects\": [{\"bbox\": {\"xmin\": 1436.84, \"ymin\": 947.368, \"xmax\": 1492.1053, \"ymax\": 997.3684000000001}, \"category\": \"pne\"}]}, \"79845\": {\"path\": \"other/79845.jpg\", \"id\": 79845, \"objects\": [{\"bbox\": {\"xmin\": 1304.7073974609375, \"ymin\": 897.003173828125, \"xmax\": 1337.2139892578125, \"ymax\": 924.2581787109375}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1339.4991455078125, \"ymin\": 899.8566284179688, \"xmax\": 1365.0745849609375, \"ymax\": 927.8814086914062}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1289.7335205078125, \"ymin\": 899.8905029296875, \"xmax\": 1319.2733154296875, \"ymax\": 925.3319091796875}, \"category\": \"w21\"}]}, \"51517\": {\"path\": \"train/51517.jpg\", \"id\": 51517, \"objects\": [{\"bbox\": {\"xmin\": 1255.2767333984375, \"ymin\": 914.87646484375, \"xmax\": 1276.5399169921875, \"ymax\": 936.3997802734375}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1175.5272216796875, \"ymin\": 915.65380859375, \"xmax\": 1197.2391357421875, \"ymax\": 937.111328125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 347.059, \"ymin\": 901.961, \"xmax\": 396.07840000000004, \"ymax\": 960.7843}, \"category\": \"ip\"}]}, \"71251\": {\"path\": \"train/71251.jpg\", \"id\": 71251, \"objects\": [{\"bbox\": {\"xmin\": 917.0, \"ymin\": 459.0, \"xmax\": 1090.0, \"ymax\": 627.0}, \"category\": \"ph4\"}]}, \"10726\": {\"path\": \"other/10726.jpg\", \"id\": 10726, \"objects\": [{\"bbox\": {\"xmin\": 786.0, \"ymin\": 953.0, \"xmax\": 845.0, \"ymax\": 1014.0}, \"category\": \"pr20\"}]}, \"27370\": {\"path\": \"other/27370.jpg\", \"id\": 27370, \"objects\": [{\"bbox\": {\"xmin\": 2007.4949951171875, \"ymin\": 887.4474487304688, \"xmax\": 2025.9801025390625, \"ymax\": 909.9655151367188}, \"category\": \"pl30\"}]}, \"66780\": {\"path\": \"train/66780.jpg\", \"id\": 66780, \"objects\": [{\"bbox\": {\"xmin\": 640.594, \"ymin\": 863.366, \"xmax\": 673.2673000000001, \"ymax\": 895.0495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 547.525, \"ymin\": 866.337, \"xmax\": 578.2178, \"ymax\": 900.0}, \"category\": \"pne\"}]}, \"27663\": {\"path\": \"test/27663.jpg\", \"id\": 27663, \"objects\": [{\"bbox\": {\"xmin\": 511.842, \"ymin\": 1009.21, \"xmax\": 527.6315999999999, \"ymax\": 1051.3158}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 512.698, \"ymin\": 956.579, \"xmax\": 526.9834, \"ymax\": 1006.5789}, \"category\": \"pl5\"}]}, \"79125\": {\"path\": \"test/79125.jpg\", \"id\": 79125, \"objects\": [{\"bbox\": {\"xmin\": 1318.0, \"ymin\": 1070.0, \"xmax\": 1345.0, \"ymax\": 1099.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 40.0, \"ymin\": 1105.0, \"xmax\": 75.0, \"ymax\": 1168.0}, \"category\": \"p10\"}]}, \"68004\": {\"path\": \"other/68004.jpg\", \"id\": 68004, \"objects\": [{\"bbox\": {\"xmin\": 1098.67, \"ymin\": 870.667, \"xmax\": 1137.3333, \"ymax\": 909.3333}, \"category\": \"w34\"}]}, \"53757\": {\"path\": \"train/53757.jpg\", \"id\": 53757, \"objects\": [{\"bbox\": {\"xmin\": 1565.0, \"ymin\": 896.0, \"xmax\": 1652.0, \"ymax\": 985.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 537.0, \"xmax\": 1345.0, \"ymax\": 626.0}, \"category\": \"pr40\"}]}, \"40320\": {\"path\": \"test/40320.jpg\", \"id\": 40320, \"objects\": [{\"bbox\": {\"xmin\": 1280.0, \"ymin\": 950.667, \"xmax\": 1328.0, \"ymax\": 1001.3333}, \"category\": \"pl80\"}]}, \"48877\": {\"path\": \"other/48877.jpg\", \"id\": 48877, \"objects\": [{\"bbox\": {\"xmin\": 610.945, \"ymin\": 980.1, \"xmax\": 623.8806000000001, \"ymax\": 1004.4776}, \"category\": \"pn\"}]}, \"84336\": {\"path\": \"other/84336.jpg\", \"id\": 84336, \"objects\": [{\"bbox\": {\"xmin\": 1098.121826171875, \"ymin\": 1087.327392578125, \"xmax\": 1120.167236328125, \"ymax\": 1106.56689453125}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1019.9816284179688, \"ymin\": 1087.8740234375, \"xmax\": 1042.99951171875, \"ymax\": 1108.063720703125}, \"category\": \"i4\"}]}, \"51397\": {\"path\": \"other/51397.jpg\", \"id\": 51397, \"objects\": [{\"bbox\": {\"xmin\": 545.098, \"ymin\": 986.275, \"xmax\": 574.5097999999999, \"ymax\": 1019.802}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 545.545, \"ymin\": 951.485, \"xmax\": 572.2772, \"ymax\": 988.2355}, \"category\": \"ps\"}]}, \"2441\": {\"path\": \"other/2441.jpg\", \"id\": 2441, \"objects\": [{\"bbox\": {\"xmin\": 980.1515502929688, \"ymin\": 1000.1283569335938, \"xmax\": 997.9237670898438, \"ymax\": 1017.4170532226562}, \"category\": \"pl30\"}]}, \"51178\": {\"path\": \"test/51178.jpg\", \"id\": 51178, \"objects\": [{\"bbox\": {\"xmin\": 493.069, \"ymin\": 631.683, \"xmax\": 644.5540000000001, \"ymax\": 1059.406}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 800.0, \"ymin\": 865.347, \"xmax\": 931.683, \"ymax\": 1025.742}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 938.614, \"ymin\": 955.445, \"xmax\": 1001.9803, \"ymax\": 1020.7896000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 974.257, \"ymin\": 915.842, \"xmax\": 998.0197999999999, \"ymax\": 955.4455}, \"category\": \"pl5\"}]}, \"27337\": {\"path\": \"other/27337.jpg\", \"id\": 27337, \"objects\": [{\"bbox\": {\"xmin\": 1780.73583984375, \"ymin\": 950.5953979492188, \"xmax\": 1798.114990234375, \"ymax\": 967.5481567382812}, \"category\": \"pne\"}]}, \"92367\": {\"path\": \"test/92367.jpg\", \"id\": 92367, \"objects\": [{\"bbox\": {\"xmin\": 314.667, \"ymin\": 561.333, \"xmax\": 357.33329999999995, \"ymax\": 646.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 424.0, \"ymin\": 624.0, \"xmax\": 458.6667, \"ymax\": 698.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 154.667, \"ymin\": 485.333, \"xmax\": 218.6667, \"ymax\": 582.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 78.6667, \"ymin\": 453.333, \"xmax\": 152.0, \"ymax\": 553.3327}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 261.333, \"ymin\": 537.333, \"xmax\": 310.66670000000005, \"ymax\": 624.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 389.333, \"ymin\": 604.0, \"xmax\": 424.0, \"ymax\": 682.6667}, \"category\": \"pl100\"}]}, \"44186\": {\"path\": \"train/44186.jpg\", \"id\": 44186, \"objects\": [{\"bbox\": {\"xmin\": 1249.33, \"ymin\": 717.333, \"xmax\": 1297.3333, \"ymax\": 761.3333}, \"category\": \"w55\"}]}, \"91582\": {\"path\": \"other/91582.jpg\", \"id\": 91582, \"objects\": [{\"bbox\": {\"xmin\": 307.13623046875, \"ymin\": 909.737060546875, \"xmax\": 373.0439453125, \"ymax\": 970.6591796875}, \"category\": \"iz\"}]}, \"29460\": {\"path\": \"other/29460.jpg\", \"id\": 29460, \"objects\": [{\"bbox\": {\"xmin\": 914.6052856445312, \"ymin\": 955.0104370117188, \"xmax\": 935.7157592773438, \"ymax\": 974.6644897460938}, \"category\": \"w45\"}]}, \"72008\": {\"path\": \"other/72008.jpg\", \"id\": 72008, \"objects\": [{\"bbox\": {\"xmin\": 3.9720611572265625, \"ymin\": 1093.9403076171875, \"xmax\": 62.9390869140625, \"ymax\": 1218.5926513671875}, \"category\": \"pc\"}]}, \"90060\": {\"path\": \"train/90060.jpg\", \"id\": 90060, \"objects\": [{\"bbox\": {\"xmin\": 301.6, \"ymin\": 454.4, \"xmax\": 372.0, \"ymax\": 575.1999999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 372.0, \"ymin\": 493.6, \"xmax\": 432.0, \"ymax\": 608.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 471.2, \"ymin\": 560.0, \"xmax\": 525.6, \"ymax\": 661.6}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 516.0, \"ymin\": 841.6, \"xmax\": 560.8, \"ymax\": 919.2}, \"category\": \"pcl\"}]}, \"48901\": {\"path\": \"train/48901.jpg\", \"id\": 48901, \"objects\": [{\"bbox\": {\"xmin\": 1035.83, \"ymin\": 973.134, \"xmax\": 1066.6716, \"ymax\": 1002.9851}, \"category\": \"pg\"}]}, \"48932\": {\"path\": \"test/48932.jpg\", \"id\": 48932, \"objects\": [{\"bbox\": {\"xmin\": 677.499, \"ymin\": 1058.8, \"xmax\": 730.6931000000001, \"ymax\": 1109.7847}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 677.461, \"ymin\": 997.01, \"xmax\": 724.5194, \"ymax\": 1057.7951}, \"category\": \"pl5\"}]}, \"65625\": {\"path\": \"train/65625.jpg\", \"id\": 65625, \"objects\": [{\"bbox\": {\"xmin\": 98.6842, \"ymin\": 856.579, \"xmax\": 127.6316, \"ymax\": 898.6841999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1596.05, \"ymin\": 932.895, \"xmax\": 1614.4737, \"ymax\": 957.8947}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1555.26, \"ymin\": 932.895, \"xmax\": 1571.0526, \"ymax\": 956.5789}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 35.5263, \"ymin\": 850.0, \"xmax\": 64.4737, \"ymax\": 888.1579}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 71.0526, \"ymin\": 852.632, \"xmax\": 96.0526, \"ymax\": 893.4210999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1575.0, \"ymin\": 932.895, \"xmax\": 1596.0526, \"ymax\": 960.5263}, \"category\": \"pn\"}]}, \"17876\": {\"path\": \"train/17876.jpg\", \"id\": 17876, \"objects\": [{\"bbox\": {\"xmin\": 144.8, \"ymin\": 756.0, \"xmax\": 179.20000000000002, \"ymax\": 810.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 250.4, \"ymin\": 781.6, \"xmax\": 278.4, \"ymax\": 832.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 66.4, \"ymin\": 737.6, \"xmax\": 104.0, \"ymax\": 796.8000000000001}, \"category\": \"pl100\"}]}, \"20259\": {\"path\": \"train/20259.jpg\", \"id\": 20259, \"objects\": [{\"bbox\": {\"xmin\": 1492.0, \"ymin\": 717.0, \"xmax\": 1640.0, \"ymax\": 863.0}, \"category\": \"pl60\"}]}, \"84593\": {\"path\": \"train/84593.jpg\", \"id\": 84593, \"objects\": [{\"bbox\": {\"xmin\": 1777.33, \"ymin\": 781.333, \"xmax\": 1820.0, \"ymax\": 826.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1401.33, \"ymin\": 854.667, \"xmax\": 1424.0, \"ymax\": 882.6667}, \"category\": \"pcl\"}]}, \"10873\": {\"path\": \"train/10873.jpg\", \"id\": 10873, \"objects\": [{\"bbox\": {\"xmin\": 792.3969116210938, \"ymin\": 930.1724243164062, \"xmax\": 820.1602172851562, \"ymax\": 951.8916625976562}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1376.99, \"ymin\": 892.638, \"xmax\": 1425.7636, \"ymax\": 938.6503}, \"category\": \"p10\"}]}, \"15041\": {\"path\": \"train/15041.jpg\", \"id\": 15041, \"objects\": [{\"bbox\": {\"xmin\": 1772.37, \"ymin\": 935.526, \"xmax\": 1818.4210999999998, \"ymax\": 989.4737}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1772.37, \"ymin\": 986.842, \"xmax\": 1819.7368, \"ymax\": 1034.2105}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1582.89, \"ymin\": 985.526, \"xmax\": 1622.3684, \"ymax\": 1023.6835}, \"category\": \"pn\"}]}, \"43992\": {\"path\": \"train/43992.jpg\", \"id\": 43992, \"objects\": [{\"bbox\": {\"xmin\": 575.397, \"ymin\": 919.841, \"xmax\": 592.0635000000001, \"ymax\": 937.3016}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 553.968, \"ymin\": 919.048, \"xmax\": 573.8095, \"ymax\": 936.5079}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 597.619, \"ymin\": 918.254, \"xmax\": 613.4921, \"ymax\": 937.3016}, \"category\": \"pn\"}]}, \"13322\": {\"path\": \"train/13322.jpg\", \"id\": 13322, \"objects\": [{\"bbox\": {\"xmin\": 1378.22, \"ymin\": 831.683, \"xmax\": 1418.8119, \"ymax\": 871.0526}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1252.48, \"ymin\": 831.683, \"xmax\": 1288.1579, \"ymax\": 868.3168}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 129.703, \"ymin\": 552.475, \"xmax\": 218.81150000000002, \"ymax\": 650.495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1147.52, \"ymin\": 902.97, \"xmax\": 1171.2871, \"ymax\": 927.7225000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 704.95, \"ymin\": 956.436, \"xmax\": 740.5941, \"ymax\": 996.0396000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1120.79, \"ymin\": 902.97, \"xmax\": 1143.5644, \"ymax\": 926.7327}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1175.25, \"ymin\": 903.96, \"xmax\": 1197.0412, \"ymax\": 926.7327}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 512.871, \"ymin\": 970.297, \"xmax\": 573.6842, \"ymax\": 1031.6832}, \"category\": \"w47\"}]}, \"30838\": {\"path\": \"test/30838.jpg\", \"id\": 30838, \"objects\": [{\"bbox\": {\"xmin\": 997.0, \"ymin\": 834.0, \"xmax\": 1035.0, \"ymax\": 873.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1102.0, \"ymin\": 833.0, \"xmax\": 1143.0, \"ymax\": 872.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 888.0, \"ymin\": 839.0, \"xmax\": 929.0, \"ymax\": 878.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 852.0, \"ymin\": 841.0, \"xmax\": 887.0, \"ymax\": 877.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 958.0, \"ymin\": 837.0, \"xmax\": 992.0, \"ymax\": 873.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1063.0, \"ymin\": 834.0, \"xmax\": 1101.0, \"ymax\": 871.0}, \"category\": \"pl100\"}]}, \"4161\": {\"path\": \"train/4161.jpg\", \"id\": 4161, \"objects\": [{\"bbox\": {\"xmin\": 1282.18, \"ymin\": 924.752, \"xmax\": 1300.9901, \"ymax\": 947.5247999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1199.01, \"ymin\": 926.733, \"xmax\": 1219.802, \"ymax\": 947.5247999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 879.208, \"ymin\": 930.693, \"xmax\": 899.0099, \"ymax\": 952.4752}, \"category\": \"i5\"}]}, \"94511\": {\"path\": \"other/94511.jpg\", \"id\": 94511, \"objects\": [{\"bbox\": {\"xmin\": 1616.0, \"ymin\": 849.333, \"xmax\": 1706.6667, \"ymax\": 942.6667}, \"category\": \"w42\"}]}, \"20408\": {\"path\": \"train/20408.jpg\", \"id\": 20408, \"objects\": [{\"bbox\": {\"xmin\": 1526.0, \"ymin\": 832.0, \"xmax\": 1552.0, \"ymax\": 860.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1752.0, \"ymin\": 849.0, \"xmax\": 1773.0, \"ymax\": 875.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1609.0, \"ymin\": 838.0, \"xmax\": 1632.0, \"ymax\": 865.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1681.0, \"ymin\": 843.0, \"xmax\": 1703.0, \"ymax\": 868.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1496.0, \"ymin\": 798.0, \"xmax\": 1522.0, \"ymax\": 825.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1580.0, \"ymin\": 805.0, \"xmax\": 1605.0, \"ymax\": 832.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1527.0, \"ymin\": 801.0, \"xmax\": 1553.0, \"ymax\": 828.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1579.0, \"ymin\": 836.0, \"xmax\": 1604.0, \"ymax\": 863.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1653.0, \"ymin\": 839.0, \"xmax\": 1678.0, \"ymax\": 867.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1495.0, \"ymin\": 830.0, \"xmax\": 1522.0, \"ymax\": 857.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1725.0, \"ymin\": 847.0, \"xmax\": 1749.0, \"ymax\": 873.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1803.0, \"ymin\": 854.0, \"xmax\": 1824.0, \"ymax\": 879.0}, \"category\": \"pne\"}]}, \"14710\": {\"path\": \"train/14710.jpg\", \"id\": 14710, \"objects\": [{\"bbox\": {\"xmin\": 1226.98, \"ymin\": 961.905, \"xmax\": 1257.1429, \"ymax\": 989.6825}, \"category\": \"w57\"}]}, \"49902\": {\"path\": \"test/49902.jpg\", \"id\": 49902, \"objects\": [{\"bbox\": {\"xmin\": 1092.0, \"ymin\": 784.0, \"xmax\": 1141.3333, \"ymax\": 836.0}, \"category\": \"ph4.5\"}]}, \"74140\": {\"path\": \"train/74140.jpg\", \"id\": 74140, \"objects\": [{\"bbox\": {\"xmin\": 133.333, \"ymin\": 970.635, \"xmax\": 176.9841, \"ymax\": 1029.3651}, \"category\": \"p5\"}]}, \"2341\": {\"path\": \"train/2341.jpg\", \"id\": 2341, \"objects\": [{\"bbox\": {\"xmin\": 1051.0, \"ymin\": 1054.0, \"xmax\": 1081.0, \"ymax\": 1083.0}, \"category\": \"pl10\"}, {\"bbox\": {\"xmin\": 61.0, \"ymin\": 1008.0, \"xmax\": 76.0, \"ymax\": 1027.0}, \"category\": \"pl10\"}]}, \"59980\": {\"path\": \"test/59980.jpg\", \"id\": 59980, \"objects\": [{\"bbox\": {\"xmin\": 698.0, \"ymin\": 1046.0, \"xmax\": 723.0, \"ymax\": 1074.0}, \"category\": \"pl10\"}, {\"bbox\": {\"xmin\": 1900.0, \"ymin\": 1064.0, \"xmax\": 1919.0, \"ymax\": 1086.0}, \"category\": \"pl10\"}]}, \"23149\": {\"path\": \"train/23149.jpg\", \"id\": 23149, \"objects\": [{\"bbox\": {\"xmin\": 1276.0, \"ymin\": 927.0, \"xmax\": 1318.0, \"ymax\": 973.0}, \"category\": \"p5\"}]}, \"34779\": {\"path\": \"train/34779.jpg\", \"id\": 34779, \"objects\": [{\"bbox\": {\"xmin\": 1382.67, \"ymin\": 772.0, \"xmax\": 1457.3333, \"ymax\": 845.3333}, \"category\": \"pl40\"}]}, \"59965\": {\"path\": \"train/59965.jpg\", \"id\": 59965, \"objects\": [{\"bbox\": {\"xmin\": 1306.58, \"ymin\": 905.263, \"xmax\": 1385.5263, \"ymax\": 984.2105}, \"category\": \"pl30\"}]}, \"67023\": {\"path\": \"train/67023.jpg\", \"id\": 67023, \"objects\": [{\"bbox\": {\"xmin\": 1261.06, \"ymin\": 947.345, \"xmax\": 1281.4184, \"ymax\": 968.1416}, \"category\": \"pl40\"}]}, \"85475\": {\"path\": \"train/85475.jpg\", \"id\": 85475, \"objects\": [{\"bbox\": {\"xmin\": 438.0, \"ymin\": 779.0, \"xmax\": 514.0, \"ymax\": 852.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1406.0, \"ymin\": 699.0, \"xmax\": 1475.0, \"ymax\": 769.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1401.0, \"ymin\": 620.0, \"xmax\": 1475.0, \"ymax\": 695.0}, \"category\": \"pn\"}]}, \"47600\": {\"path\": \"train/47600.jpg\", \"id\": 47600, \"objects\": [{\"bbox\": {\"xmin\": 1988.0, \"ymin\": 958.0, \"xmax\": 2020.0, \"ymax\": 1004.0}, \"category\": \"pr40\"}]}, \"75282\": {\"path\": \"test/75282.jpg\", \"id\": 75282, \"objects\": [{\"bbox\": {\"xmin\": 876.821, \"ymin\": 932.45, \"xmax\": 894.0397, \"ymax\": 950.3311}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 805.96, \"ymin\": 935.099, \"xmax\": 822.5166, \"ymax\": 952.3179}, \"category\": \"pne\"}]}, \"90782\": {\"path\": \"train/90782.jpg\", \"id\": 90782, \"objects\": [{\"bbox\": {\"xmin\": 605.333, \"ymin\": 965.333, \"xmax\": 660.0, \"ymax\": 1016.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 898.667, \"ymin\": 701.333, \"xmax\": 966.6667, \"ymax\": 764.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 345.333, \"ymin\": 749.333, \"xmax\": 398.66670000000005, \"ymax\": 805.3333}, \"category\": \"pne\"}]}, \"39868\": {\"path\": \"train/39868.jpg\", \"id\": 39868, \"objects\": [{\"bbox\": {\"xmin\": 1756.0, \"ymin\": 921.333, \"xmax\": 1868.0, \"ymax\": 1030.667}, \"category\": \"pl60\"}]}, \"95635\": {\"path\": \"train/95635.jpg\", \"id\": 95635, \"objects\": [{\"bbox\": {\"xmin\": 212.0, \"ymin\": 721.333, \"xmax\": 294.6667, \"ymax\": 812.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 209.333, \"ymin\": 613.333, \"xmax\": 295.9997, \"ymax\": 705.3317999999999}, \"category\": \"pl80\"}]}, \"52341\": {\"path\": \"train/52341.jpg\", \"id\": 52341, \"objects\": [{\"bbox\": {\"xmin\": 369.307, \"ymin\": 953.465, \"xmax\": 397.0297, \"ymax\": 989.1089000000001}, \"category\": \"p26\"}]}, \"2929\": {\"path\": \"train/2929.jpg\", \"id\": 2929, \"objects\": [{\"bbox\": {\"xmin\": 1660.0, \"ymin\": 726.667, \"xmax\": 1704.0, \"ymax\": 773.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1781.33, \"ymin\": 741.333, \"xmax\": 1822.6667, \"ymax\": 785.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1522.67, \"ymin\": 710.667, \"xmax\": 1566.6667, \"ymax\": 762.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1468.0, \"ymin\": 705.333, \"xmax\": 1516.0, \"ymax\": 757.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1610.67, \"ymin\": 720.0, \"xmax\": 1653.3333, \"ymax\": 768.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1736.0, \"ymin\": 736.0, \"xmax\": 1776.0, \"ymax\": 782.6667}, \"category\": \"pl100\"}]}, \"62440\": {\"path\": \"train/62440.jpg\", \"id\": 62440, \"objects\": [{\"bbox\": {\"xmin\": 1468.0, \"ymin\": 854.667, \"xmax\": 1529.3333, \"ymax\": 916.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1365.33, \"ymin\": 852.0, \"xmax\": 1433.3333, \"ymax\": 914.6667}, \"category\": \"w30\"}]}, \"15705\": {\"path\": \"test/15705.jpg\", \"id\": 15705, \"objects\": [{\"bbox\": {\"xmin\": 1556.44, \"ymin\": 808.911, \"xmax\": 1603.9604000000002, \"ymax\": 858.4158}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1695.05, \"ymin\": 900.99, \"xmax\": 1721.7821999999999, \"ymax\": 927.7228}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1644.55, \"ymin\": 898.02, \"xmax\": 1669.3069, \"ymax\": 925.7426}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1672.28, \"ymin\": 898.02, \"xmax\": 1695.0495, \"ymax\": 925.7426}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1361.39, \"ymin\": 790.099, \"xmax\": 1409.901, \"ymax\": 842.5743}, \"category\": \"pne\"}]}, \"33240\": {\"path\": \"train/33240.jpg\", \"id\": 33240, \"objects\": [{\"bbox\": {\"xmin\": 1619.0, \"ymin\": 947.0, \"xmax\": 1682.0, \"ymax\": 1033.0}, \"category\": \"p5\"}]}, \"86481\": {\"path\": \"test/86481.jpg\", \"id\": 86481, \"objects\": [{\"bbox\": {\"xmin\": 421.333, \"ymin\": 769.333, \"xmax\": 474.66670000000005, \"ymax\": 822.6667}, \"category\": \"pl50\"}]}, \"97549\": {\"path\": \"test/97549.jpg\", \"id\": 97549, \"objects\": [{\"bbox\": {\"xmin\": 860.0, \"ymin\": 660.0, \"xmax\": 924.0, \"ymax\": 719.0}, \"category\": \"pl40\"}]}, \"31311\": {\"path\": \"test/31311.jpg\", \"id\": 31311, \"objects\": [{\"bbox\": {\"xmin\": 833.333, \"ymin\": 997.333, \"xmax\": 874.6667, \"ymax\": 1038.6667}, \"category\": \"pl60\"}]}, \"33237\": {\"path\": \"test/33237.jpg\", \"id\": 33237, \"objects\": [{\"bbox\": {\"xmin\": 1601.32, \"ymin\": 821.854, \"xmax\": 1640.3973999999998, \"ymax\": 865.5629}, \"category\": \"pl80\"}]}, \"29113\": {\"path\": \"other/29113.jpg\", \"id\": 29113, \"objects\": [{\"bbox\": {\"xmin\": 1212.5714111328125, \"ymin\": 1010.0476684570312, \"xmax\": 1228.6009521484375, \"ymax\": 1027.0189208984375}, \"category\": \"pl30\"}]}, \"41129\": {\"path\": \"test/41129.jpg\", \"id\": 41129, \"objects\": [{\"bbox\": {\"xmin\": 1469.84, \"ymin\": 842.063, \"xmax\": 1499.2015, \"ymax\": 873.809}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1773.81, \"ymin\": 958.73, \"xmax\": 1805.5556, \"ymax\": 991.2698}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1502.38, \"ymin\": 843.651, \"xmax\": 1530.9531000000002, \"ymax\": 873.8096999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1533.33, \"ymin\": 845.238, \"xmax\": 1563.4839, \"ymax\": 876.984}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1569.05, \"ymin\": 924.603, \"xmax\": 1585.7088999999999, \"ymax\": 943.6508}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1773.81, \"ymin\": 923.016, \"xmax\": 1806.3571, \"ymax\": 957.9364999999999}, \"category\": \"pcd\"}]}, \"18892\": {\"path\": \"other/18892.jpg\", \"id\": 18892, \"objects\": [{\"bbox\": {\"xmin\": 1499.76318359375, \"ymin\": 949.443359375, \"xmax\": 1520.416259765625, \"ymax\": 971.313232421875}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1977.8758544921875, \"ymin\": 899.1756591796875, \"xmax\": 2006.8443603515625, \"ymax\": 934.5234375}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1521.6981201171875, \"ymin\": 952.3624267578125, \"xmax\": 1538.1776123046875, \"ymax\": 970.416259765625}, \"category\": \"pl70\"}]}, \"9652\": {\"path\": \"test/9652.jpg\", \"id\": 9652, \"objects\": [{\"bbox\": {\"xmin\": 1120.4183349609375, \"ymin\": 956.0921630859375, \"xmax\": 1141.4742431640625, \"ymax\": 978.14208984375}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1208.06201171875, \"ymin\": 1029.8001708984375, \"xmax\": 1228.148193359375, \"ymax\": 1050.3323974609375}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1207.902587890625, \"ymin\": 1003.5995483398438, \"xmax\": 1226.677490234375, \"ymax\": 1021.9375610351562}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1208.57470703125, \"ymin\": 975.40771484375, \"xmax\": 1227.101806640625, \"ymax\": 994.326171875}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1101.2989501953125, \"ymin\": 955.4666137695312, \"xmax\": 1121.6109619140625, \"ymax\": 976.2728881835938}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1141.288818359375, \"ymin\": 959.2171020507812, \"xmax\": 1161.983154296875, \"ymax\": 977.1734008789062}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 915.842, \"xmax\": 23.7624, \"ymax\": 941.5842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 906.931, \"ymin\": 945.545, \"xmax\": 931.6832, \"ymax\": 969.3068999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 814.851, \"ymin\": 944.554, \"xmax\": 837.6238, \"ymax\": 970.297}, \"category\": \"pne\"}]}, \"26517\": {\"path\": \"train/26517.jpg\", \"id\": 26517, \"objects\": [{\"bbox\": {\"xmin\": 1445.54, \"ymin\": 848.515, \"xmax\": 1484.1584, \"ymax\": 883.1683}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1580.2, \"ymin\": 879.208, \"xmax\": 1604.9505000000001, \"ymax\": 903.9603999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1550.5, \"ymin\": 876.238, \"xmax\": 1577.2277, \"ymax\": 903.9604}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1606.93, \"ymin\": 877.228, \"xmax\": 1635.6436, \"ymax\": 900.9901}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1759.41, \"ymin\": 971.287, \"xmax\": 1789.1089000000002, \"ymax\": 1003.9604}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1286.14, \"ymin\": 843.564, \"xmax\": 1323.7624, \"ymax\": 884.1583999999999}, \"category\": \"pne\"}]}, \"90538\": {\"path\": \"train/90538.jpg\", \"id\": 90538, \"objects\": [{\"bbox\": {\"xmin\": 1366.67, \"ymin\": 960.0, \"xmax\": 1396.0, \"ymax\": 988.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1366.67, \"ymin\": 1005.33, \"xmax\": 1398.6667, \"ymax\": 1034.6667}, \"category\": \"pl80\"}]}, \"89771\": {\"path\": \"train/89771.jpg\", \"id\": 89771, \"objects\": [{\"bbox\": {\"xmin\": 154.762, \"ymin\": 949.206, \"xmax\": 173.0159, \"ymax\": 975.3968}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 215.079, \"ymin\": 880.952, \"xmax\": 238.8889, \"ymax\": 909.5238}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 239.683, \"ymin\": 873.81, \"xmax\": 261.11109999999996, \"ymax\": 907.9364999999999}, \"category\": \"pn\"}]}, \"41857\": {\"path\": \"test/41857.jpg\", \"id\": 41857, \"objects\": [{\"bbox\": {\"xmin\": 132.0, \"ymin\": 130.667, \"xmax\": 300.0, \"ymax\": 321.33299999999997}, \"category\": \"pl40\"}]}, \"28116\": {\"path\": \"train/28116.jpg\", \"id\": 28116, \"objects\": [{\"bbox\": {\"xmin\": 1438.67, \"ymin\": 753.333, \"xmax\": 1486.6667, \"ymax\": 808.0}, \"category\": \"pl40\"}]}, \"26687\": {\"path\": \"other/26687.jpg\", \"id\": 26687, \"objects\": [{\"bbox\": {\"xmin\": 613.0, \"ymin\": 1007.0, \"xmax\": 677.0, \"ymax\": 1089.0}, \"category\": \"pm10\"}]}, \"5151\": {\"path\": \"train/5151.jpg\", \"id\": 5151, \"objects\": [{\"bbox\": {\"xmin\": 525.333, \"ymin\": 909.333, \"xmax\": 586.6667, \"ymax\": 972.0009}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1569.33, \"ymin\": 586.667, \"xmax\": 1657.3333, \"ymax\": 674.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1685.33, \"ymin\": 600.0, \"xmax\": 1770.6667, \"ymax\": 688.0}, \"category\": \"i2r\"}]}, \"98887\": {\"path\": \"train/98887.jpg\", \"id\": 98887, \"objects\": [{\"bbox\": {\"xmin\": 93.0, \"ymin\": 699.0, \"xmax\": 134.0, \"ymax\": 752.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 93.0, \"ymin\": 760.0, \"xmax\": 135.0, \"ymax\": 814.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 95.0, \"ymin\": 821.0, \"xmax\": 136.0, \"ymax\": 873.0}, \"category\": \"pn\"}]}, \"95020\": {\"path\": \"train/95020.jpg\", \"id\": 95020, \"objects\": [{\"bbox\": {\"xmin\": 1904.95, \"ymin\": 863.366, \"xmax\": 1931.6832, \"ymax\": 900.9901}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1871.29, \"ymin\": 860.396, \"xmax\": 1900.9901, \"ymax\": 898.0197999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1935.64, \"ymin\": 871.287, \"xmax\": 1961.3861000000002, \"ymax\": 904.9505}, \"category\": \"pn\"}]}, \"80988\": {\"path\": \"other/80988.jpg\", \"id\": 80988, \"objects\": [{\"bbox\": {\"xmin\": 938.6783447265625, \"ymin\": 953.381591796875, \"xmax\": 955.1295166015625, \"ymax\": 969.5595703125}, \"category\": \"i5\"}]}, \"9888\": {\"path\": \"train/9888.jpg\", \"id\": 9888, \"objects\": [{\"bbox\": {\"xmin\": 1254.55, \"ymin\": 950.0, \"xmax\": 1284.6590999999999, \"ymax\": 980.6818}, \"category\": \"pn\"}]}, \"62\": {\"path\": \"train/62.jpg\", \"id\": 62, \"objects\": [{\"bbox\": {\"xmin\": 451.485, \"ymin\": 1006.93, \"xmax\": 471.2871, \"ymax\": 1029.703}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 447.525, \"ymin\": 980.198, \"xmax\": 471.28709999999995, \"ymax\": 1003.9603999999999}, \"category\": \"pn\"}]}, \"83325\": {\"path\": \"test/83325.jpg\", \"id\": 83325, \"objects\": [{\"bbox\": {\"xmin\": 262.667, \"ymin\": 674.667, \"xmax\": 294.6667, \"ymax\": 732.0}, \"category\": \"pl40\"}]}, \"14359\": {\"path\": \"test/14359.jpg\", \"id\": 14359, \"objects\": [{\"bbox\": {\"xmin\": 1343.65, \"ymin\": 918.254, \"xmax\": 1365.0815, \"ymax\": 938.8889}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1232.54, \"ymin\": 913.492, \"xmax\": 1256.3491999999999, \"ymax\": 935.7143}, \"category\": \"pne\"}]}, \"44231\": {\"path\": \"train/44231.jpg\", \"id\": 44231, \"objects\": [{\"bbox\": {\"xmin\": 1286.27, \"ymin\": 796.078, \"xmax\": 1335.2941, \"ymax\": 854.9019999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1172.55, \"ymin\": 788.235, \"xmax\": 1229.4117999999999, \"ymax\": 850.9804}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1233.33, \"ymin\": 790.196, \"xmax\": 1282.3528999999999, \"ymax\": 854.902}, \"category\": \"pn\"}]}, \"55829\": {\"path\": \"test/55829.jpg\", \"id\": 55829, \"objects\": [{\"bbox\": {\"xmin\": 1290.787353515625, \"ymin\": 1014.2818603515625, \"xmax\": 1308.06591796875, \"ymax\": 1034.4720458984375}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1410.67, \"ymin\": 774.667, \"xmax\": 1473.3333, \"ymax\": 837.3333}, \"category\": \"p26\"}]}, \"28017\": {\"path\": \"train/28017.jpg\", \"id\": 28017, \"objects\": [{\"bbox\": {\"xmin\": 752.6019897460938, \"ymin\": 1276.2733154296875, \"xmax\": 784.9801635742188, \"ymax\": 1308.2518310546875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 749.333, \"ymin\": 1308.0, \"xmax\": 782.6667, \"ymax\": 1337.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 749.333, \"ymin\": 1340.0, \"xmax\": 782.6667, \"ymax\": 1369.3333}, \"category\": \"pn\"}]}, \"59301\": {\"path\": \"test/59301.jpg\", \"id\": 59301, \"objects\": [{\"bbox\": {\"xmin\": 1770.6793212890625, \"ymin\": 834.3984985351562, \"xmax\": 1790.9454345703125, \"ymax\": 873.1958618164062}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1793.649658203125, \"ymin\": 833.2001342773438, \"xmax\": 1815.6279296875, \"ymax\": 869.4373168945312}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 850.0, \"ymin\": 910.317, \"xmax\": 871.4286, \"ymax\": 932.5397}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 910.317, \"xmax\": 1118.254, \"ymax\": 930.1587}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1122.22, \"ymin\": 907.143, \"xmax\": 1140.4762, \"ymax\": 927.7778000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 794.444, \"ymin\": 913.492, \"xmax\": 811.9047999999999, \"ymax\": 934.127}, \"category\": \"pne\"}]}, \"73393\": {\"path\": \"train/73393.jpg\", \"id\": 73393, \"objects\": [{\"bbox\": {\"xmin\": 1676.55, \"ymin\": 932.743, \"xmax\": 1707.0809, \"ymax\": 962.3894}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1676.55, \"ymin\": 966.814, \"xmax\": 1706.6371, \"ymax\": 998.2301}, \"category\": \"pn\"}]}, \"92360\": {\"path\": \"train/92360.jpg\", \"id\": 92360, \"objects\": [{\"bbox\": {\"xmin\": 1978.67, \"ymin\": 940.0, \"xmax\": 2026.6667, \"ymax\": 994.6667}, \"category\": \"pbm\"}]}, \"16395\": {\"path\": \"test/16395.jpg\", \"id\": 16395, \"objects\": [{\"bbox\": {\"xmin\": 89.4737, \"ymin\": 1043.42, \"xmax\": 113.1579, \"ymax\": 1080.2632}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 89.4737, \"ymin\": 1115.79, \"xmax\": 115.78949999999999, \"ymax\": 1144.7368}, \"category\": \"pm5\"}]}, \"40375\": {\"path\": \"test/40375.jpg\", \"id\": 40375, \"objects\": [{\"bbox\": {\"xmin\": 1089.0, \"ymin\": 952.0, \"xmax\": 1110.0, \"ymax\": 971.0}, \"category\": \"pn\"}]}, \"84526\": {\"path\": \"other/84526.jpg\", \"id\": 84526, \"objects\": [{\"bbox\": {\"xmin\": 1276.1, \"ymin\": 941.434, \"xmax\": 1289.6414, \"ymax\": 955.3784999999999}, \"category\": \"pn\"}]}, \"39920\": {\"path\": \"train/39920.jpg\", \"id\": 39920, \"objects\": [{\"bbox\": {\"xmin\": 1421.33, \"ymin\": 960.0, \"xmax\": 1450.6667, \"ymax\": 990.6667}, \"category\": \"p26\"}]}, \"72246\": {\"path\": \"train/72246.jpg\", \"id\": 72246, \"objects\": [{\"bbox\": {\"xmin\": 1646.83, \"ymin\": 910.317, \"xmax\": 1669.8412999999998, \"ymax\": 934.9206}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1624.6, \"ymin\": 910.317, \"xmax\": 1644.4443999999999, \"ymax\": 935.7143}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1673.02, \"ymin\": 910.317, \"xmax\": 1694.4463, \"ymax\": 935.7143}, \"category\": \"pn\"}]}, \"28075\": {\"path\": \"test/28075.jpg\", \"id\": 28075, \"objects\": [{\"bbox\": {\"xmin\": 1571.0, \"ymin\": 943.0, \"xmax\": 1629.0, \"ymax\": 1005.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1570.0, \"ymin\": 880.0, \"xmax\": 1629.0, \"ymax\": 943.0}, \"category\": \"pn\"}]}, \"54871\": {\"path\": \"other/54871.jpg\", \"id\": 54871, \"objects\": [{\"bbox\": {\"xmin\": 1113.0, \"ymin\": 942.0, \"xmax\": 1135.0, \"ymax\": 964.0}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 795.0, \"ymin\": 941.0, \"xmax\": 814.0, \"ymax\": 961.0}, \"category\": \"pl90\"}]}, \"50549\": {\"path\": \"test/50549.jpg\", \"id\": 50549, \"objects\": [{\"bbox\": {\"xmin\": 1692.86, \"ymin\": 1046.83, \"xmax\": 1719.0574, \"ymax\": 1072.2222}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 114.474, \"ymin\": 1309.21, \"xmax\": 180.263, \"ymax\": 1401.3158}, \"category\": \"w63\"}]}, \"78990\": {\"path\": \"test/78990.jpg\", \"id\": 78990, \"objects\": [{\"bbox\": {\"xmin\": 1987.0, \"ymin\": 793.0, \"xmax\": 2050.0, \"ymax\": 860.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1994.0, \"ymin\": 860.0, \"xmax\": 2047.0, \"ymax\": 929.0}, \"category\": \"pn\"}]}, \"89862\": {\"path\": \"train/89862.jpg\", \"id\": 89862, \"objects\": [{\"bbox\": {\"xmin\": 917.219, \"ymin\": 939.073, \"xmax\": 933.7748, \"ymax\": 954.9669}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1114.57, \"ymin\": 942.384, \"xmax\": 1129.8012999999999, \"ymax\": 960.2649}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1447.68, \"ymin\": 947.682, \"xmax\": 1505.298, \"ymax\": 1005.9603}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1082.78, \"ymin\": 943.709, \"xmax\": 1096.6887, \"ymax\": 960.2648999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1098.01, \"ymin\": 943.709, \"xmax\": 1113.9073, \"ymax\": 962.2516999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 856.291, \"ymin\": 937.748, \"xmax\": 872.1854000000001, \"ymax\": 954.3046}, \"category\": \"pne\"}]}, \"62021\": {\"path\": \"other/62021.jpg\", \"id\": 62021, \"objects\": [{\"bbox\": {\"xmin\": 312.957, \"ymin\": 951.163, \"xmax\": 327.9068, \"ymax\": 969.1030000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 328.903, \"ymin\": 950.831, \"xmax\": 343.85360000000003, \"ymax\": 968.7708}, \"category\": \"pn\"}]}, \"94604\": {\"path\": \"test/94604.jpg\", \"id\": 94604, \"objects\": [{\"bbox\": {\"xmin\": 1280.8, \"ymin\": 819.2, \"xmax\": 1323.2, \"ymax\": 860.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1325.6, \"ymin\": 817.6, \"xmax\": 1368.8, \"ymax\": 860.8000000000001}, \"category\": \"pn\"}]}, \"13151\": {\"path\": \"other/13151.jpg\", \"id\": 13151, \"objects\": [{\"bbox\": {\"xmin\": 1641.33, \"ymin\": 845.333, \"xmax\": 1735.9967, \"ymax\": 942.6667}, \"category\": \"w31\"}]}, \"41008\": {\"path\": \"train/41008.jpg\", \"id\": 41008, \"objects\": [{\"bbox\": {\"xmin\": 1362.67, \"ymin\": 704.0, \"xmax\": 1433.3333, \"ymax\": 770.6667}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1565.33, \"ymin\": 1034.67, \"xmax\": 1622.6667, \"ymax\": 1090.6667}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1437.33, \"ymin\": 706.667, \"xmax\": 1504.0, \"ymax\": 770.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1566.67, \"ymin\": 941.333, \"xmax\": 1616.0, \"ymax\": 984.0}, \"category\": \"w32\"}]}, \"39091\": {\"path\": \"train/39091.jpg\", \"id\": 39091, \"objects\": [{\"bbox\": {\"xmin\": 1804.0, \"ymin\": 945.333, \"xmax\": 1926.667, \"ymax\": 1092.0}, \"category\": \"p5\"}]}, \"15908\": {\"path\": \"other/15908.jpg\", \"id\": 15908, \"objects\": [{\"bbox\": {\"xmin\": 1084.42, \"ymin\": 984.783, \"xmax\": 1098.913, \"ymax\": 999.6376}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1419.57, \"ymin\": 960.145, \"xmax\": 1445.2945, \"ymax\": 985.1451999999999}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1139.85, \"ymin\": 986.232, \"xmax\": 1167.3906, \"ymax\": 1010.1446}, \"category\": \"w59\"}]}, \"98348\": {\"path\": \"train/98348.jpg\", \"id\": 98348, \"objects\": [{\"bbox\": {\"xmin\": 664.0, \"ymin\": 929.333, \"xmax\": 708.0, \"ymax\": 973.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 972.0, \"ymin\": 762.667, \"xmax\": 1013.3333, \"ymax\": 804.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 670.667, \"ymin\": 717.333, \"xmax\": 700.0, \"ymax\": 745.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 924.0, \"ymin\": 762.667, \"xmax\": 966.6667, \"ymax\": 802.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1020.0, \"ymin\": 717.333, \"xmax\": 1062.6667, \"ymax\": 756.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 970.667, \"ymin\": 718.667, \"xmax\": 1012.0, \"ymax\": 760.0}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 837.333, \"ymin\": 698.667, \"xmax\": 870.6667, \"ymax\": 730.6667}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 922.667, \"ymin\": 718.667, \"xmax\": 965.3333, \"ymax\": 760.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1020.0, \"ymin\": 761.333, \"xmax\": 1062.6667, \"ymax\": 804.0}, \"category\": \"pbp\"}]}, \"64408\": {\"path\": \"test/64408.jpg\", \"id\": 64408, \"objects\": [{\"bbox\": {\"xmin\": 1250.67, \"ymin\": 764.0, \"xmax\": 1292.0, \"ymax\": 802.6664}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1801.33, \"ymin\": 381.333, \"xmax\": 1850.6667, \"ymax\": 424.0}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 736.0, \"ymin\": 754.667, \"xmax\": 756.0, \"ymax\": 774.6667}, \"category\": \"w63\"}]}, \"52211\": {\"path\": \"test/52211.jpg\", \"id\": 52211, \"objects\": [{\"bbox\": {\"xmin\": 223.529, \"ymin\": 896.154, \"xmax\": 284.6149, \"ymax\": 954.902}, \"category\": \"ip\"}]}, \"45259\": {\"path\": \"test/45259.jpg\", \"id\": 45259, \"objects\": [{\"bbox\": {\"xmin\": 1878.236572265625, \"ymin\": 1005.039794921875, \"xmax\": 1898.29345703125, \"ymax\": 1027.8707275390625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1877.6331787109375, \"ymin\": 971.3994140625, \"xmax\": 1898.3665771484375, \"ymax\": 994.692626953125}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1931.68, \"ymin\": 882.178, \"xmax\": 1953.4653, \"ymax\": 910.8911}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1830.69, \"ymin\": 870.297, \"xmax\": 1853.4653, \"ymax\": 902.9703000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1855.45, \"ymin\": 873.267, \"xmax\": 1875.2475, \"ymax\": 907.9208000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1875.25, \"ymin\": 906.931, \"xmax\": 1901.9802, \"ymax\": 939.604}, \"category\": \"pn\"}]}, \"25439\": {\"path\": \"train/25439.jpg\", \"id\": 25439, \"objects\": [{\"bbox\": {\"xmin\": 281.0, \"ymin\": 807.0, \"xmax\": 335.0, \"ymax\": 880.0}, \"category\": \"p21\"}, {\"bbox\": {\"xmin\": 2018.0, \"ymin\": 898.0, \"xmax\": 2048.0, \"ymax\": 950.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1857.0, \"ymin\": 961.0, \"xmax\": 1885.0, \"ymax\": 995.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1524.0, \"ymin\": 798.0, \"xmax\": 1558.0, \"ymax\": 835.0}, \"category\": \"pl50\"}]}, \"76677\": {\"path\": \"test/76677.jpg\", \"id\": 76677, \"objects\": [{\"bbox\": {\"xmin\": 1249.0, \"ymin\": 999.603, \"xmax\": 1267.3307, \"ymax\": 1019.9221}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1272.51, \"ymin\": 859.362, \"xmax\": 1307.1681, \"ymax\": 897.6092}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1239.84, \"ymin\": 864.94, \"xmax\": 1273.7051999999999, \"ymax\": 897.211}, \"category\": \"w13\"}]}, \"77795\": {\"path\": \"test/77795.jpg\", \"id\": 77795, \"objects\": [{\"bbox\": {\"xmin\": 1720.8, \"ymin\": 1242.48, \"xmax\": 1741.5928999999999, \"ymax\": 1262.8319000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1746.02, \"ymin\": 1238.05, \"xmax\": 1766.3717, \"ymax\": 1260.1769}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1778.76, \"ymin\": 1233.19, \"xmax\": 1798.2326, \"ymax\": 1257.5246}, \"category\": \"pne\"}]}, \"93203\": {\"path\": \"train/93203.jpg\", \"id\": 93203, \"objects\": [{\"bbox\": {\"xmin\": 1234.21, \"ymin\": 963.158, \"xmax\": 1273.6826, \"ymax\": 994.7354}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1239.47, \"ymin\": 997.368, \"xmax\": 1271.0526, \"ymax\": 1032.8947}, \"category\": \"pn\"}]}, \"85216\": {\"path\": \"train/85216.jpg\", \"id\": 85216, \"objects\": [{\"bbox\": {\"xmin\": 1905.0, \"ymin\": 774.0, \"xmax\": 2019.0, \"ymax\": 906.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1362.0, \"ymin\": 913.0, \"xmax\": 1385.0, \"ymax\": 941.0}, \"category\": \"pr40\"}]}, \"78306\": {\"path\": \"train/78306.jpg\", \"id\": 78306, \"objects\": [{\"bbox\": {\"xmin\": 46.54448699951172, \"ymin\": 653.2757568359375, \"xmax\": 119.72266387939453, \"ymax\": 729.515869140625}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1074.67, \"ymin\": 1110.67, \"xmax\": 1261.336, \"ymax\": 1408.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1124.0, \"ymin\": 796.0, \"xmax\": 1184.0, \"ymax\": 1106.667}, \"category\": \"pl5\"}]}, \"70218\": {\"path\": \"test/70218.jpg\", \"id\": 70218, \"objects\": [{\"bbox\": {\"xmin\": 1450.0, \"ymin\": 805.263, \"xmax\": 1503.9501, \"ymax\": 864.4739000000001}, \"category\": \"pl80\"}]}, \"49073\": {\"path\": \"train/49073.jpg\", \"id\": 49073, \"objects\": [{\"bbox\": {\"xmin\": 1409.9, \"ymin\": 836.634, \"xmax\": 1445.5446000000002, \"ymax\": 872.2772}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1368.32, \"ymin\": 831.683, \"xmax\": 1406.9307, \"ymax\": 872.2772}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1451.49, \"ymin\": 834.653, \"xmax\": 1486.1484, \"ymax\": 875.2475000000001}, \"category\": \"pn\"}]}, \"92054\": {\"path\": \"test/92054.jpg\", \"id\": 92054, \"objects\": [{\"bbox\": {\"xmin\": 1379.21, \"ymin\": 874.257, \"xmax\": 1411.8812, \"ymax\": 910.8910999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1411.88, \"ymin\": 879.208, \"xmax\": 1443.5644000000002, \"ymax\": 909.901}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1348.51, \"ymin\": 871.287, \"xmax\": 1379.2078999999999, \"ymax\": 908.9109000000001}, \"category\": \"w21\"}]}, \"6999\": {\"path\": \"test/6999.jpg\", \"id\": 6999, \"objects\": [{\"bbox\": {\"xmin\": 210.667, \"ymin\": 696.0, \"xmax\": 241.3333, \"ymax\": 753.3333}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 460.0, \"ymin\": 781.333, \"xmax\": 478.6667, \"ymax\": 822.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 314.667, \"ymin\": 729.333, \"xmax\": 344.0, \"ymax\": 780.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 392.0, \"ymin\": 757.333, \"xmax\": 418.6667, \"ymax\": 802.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 166.667, \"ymin\": 613.333, \"xmax\": 205.3333, \"ymax\": 672.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 281.333, \"ymin\": 658.667, \"xmax\": 310.66670000000005, \"ymax\": 709.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 212.0, \"ymin\": 629.333, \"xmax\": 246.6664, \"ymax\": 686.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 280.0, \"ymin\": 717.333, \"xmax\": 310.6667, \"ymax\": 772.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 368.0, \"ymin\": 744.0, \"xmax\": 392.0, \"ymax\": 794.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 164.0, \"ymin\": 681.333, \"xmax\": 204.0, \"ymax\": 741.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 434.667, \"ymin\": 772.0, \"xmax\": 458.6667, \"ymax\": 817.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 502.667, \"ymin\": 797.333, \"xmax\": 520.0, \"ymax\": 838.6667}, \"category\": \"pne\"}]}, \"21964\": {\"path\": \"train/21964.jpg\", \"id\": 21964, \"objects\": [{\"bbox\": {\"xmin\": 570.0, \"ymin\": 639.0, \"xmax\": 681.0, \"ymax\": 787.0}, \"category\": \"pm10\"}, {\"bbox\": {\"xmin\": 274.0, \"ymin\": 924.0, \"xmax\": 321.0, \"ymax\": 974.0}, \"category\": \"pn\"}]}, \"43694\": {\"path\": \"train/43694.jpg\", \"id\": 43694, \"objects\": [{\"bbox\": {\"xmin\": 1769.33, \"ymin\": 862.667, \"xmax\": 1886.6699999999998, \"ymax\": 1000.0}, \"category\": \"pm30\"}]}, \"9948\": {\"path\": \"train/9948.jpg\", \"id\": 9948, \"objects\": [{\"bbox\": {\"xmin\": 1200.0689697265625, \"ymin\": 975.9747314453125, \"xmax\": 1220.5946044921875, \"ymax\": 994.663818359375}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 88.0952, \"ymin\": 866.667, \"xmax\": 108.73020000000001, \"ymax\": 903.9683}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1.5873, \"ymin\": 854.762, \"xmax\": 20.6349, \"ymax\": 892.8571}, \"category\": \"i4\"}]}, \"40479\": {\"path\": \"train/40479.jpg\", \"id\": 40479, \"objects\": [{\"bbox\": {\"xmin\": 843.2, \"ymin\": 903.2, \"xmax\": 888.8000000000001, \"ymax\": 959.2}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1057.6, \"ymin\": 969.6, \"xmax\": 1092.8, \"ymax\": 1004.8000000000001}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1273.6, \"ymin\": 882.4, \"xmax\": 1335.1999999999998, \"ymax\": 944.8}, \"category\": \"pm20\"}]}, \"58148\": {\"path\": \"train/58148.jpg\", \"id\": 58148, \"objects\": [{\"bbox\": {\"xmin\": 493.333, \"ymin\": 832.0, \"xmax\": 528.0, \"ymax\": 868.0}, \"category\": \"pl60\"}]}, \"8410\": {\"path\": \"train/8410.jpg\", \"id\": 8410, \"objects\": [{\"bbox\": {\"xmin\": 1921.0, \"ymin\": 638.0, \"xmax\": 2022.0, \"ymax\": 760.0}, \"category\": \"p10\"}]}, \"23019\": {\"path\": \"test/23019.jpg\", \"id\": 23019, \"objects\": [{\"bbox\": {\"xmin\": 1688.12, \"ymin\": 817.822, \"xmax\": 1729.703, \"ymax\": 868.3168000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1640.59, \"ymin\": 814.851, \"xmax\": 1687.1026, \"ymax\": 866.3366}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1729.7, \"ymin\": 820.792, \"xmax\": 1772.2648000000002, \"ymax\": 872.2773000000001}, \"category\": \"pn\"}]}, \"55632\": {\"path\": \"test/55632.jpg\", \"id\": 55632, \"objects\": [{\"bbox\": {\"xmin\": 950.495, \"ymin\": 927.054, \"xmax\": 968.3168000000001, \"ymax\": 942.8956}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1108.91, \"ymin\": 925.743, \"xmax\": 1125.7426, \"ymax\": 944.5545000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1127.72, \"ymin\": 924.752, \"xmax\": 1147.6821, \"ymax\": 947.0199}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 827.716, \"ymin\": 923.094, \"xmax\": 851.4783, \"ymax\": 945.8659}, \"category\": \"pne\"}]}, \"40043\": {\"path\": \"test/40043.jpg\", \"id\": 40043, \"objects\": [{\"bbox\": {\"xmin\": 1350.0, \"ymin\": 865.789, \"xmax\": 1378.9474, \"ymax\": 889.4737}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1594.74, \"ymin\": 856.579, \"xmax\": 1625.0, \"ymax\": 889.4737}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1622.37, \"ymin\": 859.211, \"xmax\": 1652.6316, \"ymax\": 892.1053}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1180.26, \"ymin\": 864.474, \"xmax\": 1210.5263, \"ymax\": 894.7368}, \"category\": \"pne\"}]}, \"56842\": {\"path\": \"other/56842.jpg\", \"id\": 56842, \"objects\": [{\"bbox\": {\"xmin\": 1889.0, \"ymin\": 531.0, \"xmax\": 1941.0, \"ymax\": 581.0}, \"category\": \"w63\"}]}, \"14688\": {\"path\": \"train/14688.jpg\", \"id\": 14688, \"objects\": [{\"bbox\": {\"xmin\": 919.0, \"ymin\": 1057.0, \"xmax\": 976.0, \"ymax\": 1112.0}, \"category\": \"p19\"}]}, \"69921\": {\"path\": \"test/69921.jpg\", \"id\": 69921, \"objects\": [{\"bbox\": {\"xmin\": 1419.0, \"ymin\": 977.0, \"xmax\": 1477.0, \"ymax\": 1043.0}, \"category\": \"p5\"}]}, \"40424\": {\"path\": \"other/40424.jpg\", \"id\": 40424, \"objects\": [{\"bbox\": {\"xmin\": 1898.67, \"ymin\": 662.667, \"xmax\": 1964.0, \"ymax\": 738.6667}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1816.0, \"ymin\": 649.333, \"xmax\": 1882.6667, \"ymax\": 722.6667}, \"category\": \"ps\"}]}, \"54869\": {\"path\": \"test/54869.jpg\", \"id\": 54869, \"objects\": [{\"bbox\": {\"xmin\": 1137.0, \"ymin\": 728.0, \"xmax\": 1205.0, \"ymax\": 796.0}, \"category\": \"ph4.5\"}]}, \"13079\": {\"path\": \"train/13079.jpg\", \"id\": 13079, \"objects\": [{\"bbox\": {\"xmin\": 1205.88, \"ymin\": 964.706, \"xmax\": 1290.1961000000001, \"ymax\": 1047.0588}, \"category\": \"pm30\"}]}, \"46473\": {\"path\": \"test/46473.jpg\", \"id\": 46473, \"objects\": [{\"bbox\": {\"xmin\": 709.804, \"ymin\": 819.608, \"xmax\": 752.9412, \"ymax\": 868.6274999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 558.798, \"ymin\": 829.386, \"xmax\": 601.9354, \"ymax\": 870.5627999999999}, \"category\": \"pne\"}]}, \"50155\": {\"path\": \"other/50155.jpg\", \"id\": 50155, \"objects\": [{\"bbox\": {\"xmin\": 1481.59, \"ymin\": 951.741, \"xmax\": 1497.0174, \"ymax\": 967.6617}, \"category\": \"pl40\"}]}, \"42282\": {\"path\": \"test/42282.jpg\", \"id\": 42282, \"objects\": [{\"bbox\": {\"xmin\": 1317.82, \"ymin\": 980.198, \"xmax\": 1346.5201, \"ymax\": 1013.8614}, \"category\": \"p10\"}]}, \"69444\": {\"path\": \"test/69444.jpg\", \"id\": 69444, \"objects\": [{\"bbox\": {\"xmin\": 0.990099, \"ymin\": 508.911, \"xmax\": 71.287099, \"ymax\": 631.683}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1340.59, \"ymin\": 751.485, \"xmax\": 1401.9802, \"ymax\": 815.8416}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1204.95, \"ymin\": 748.515, \"xmax\": 1269.3069, \"ymax\": 817.8217999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1276.24, \"ymin\": 748.515, \"xmax\": 1336.6337, \"ymax\": 814.8515}, \"category\": \"pn\"}]}, \"81617\": {\"path\": \"train/81617.jpg\", \"id\": 81617, \"objects\": [{\"bbox\": {\"xmin\": 1417.65, \"ymin\": 974.51, \"xmax\": 1472.549, \"ymax\": 1023.5294}, \"category\": \"pne\"}]}, \"58176\": {\"path\": \"train/58176.jpg\", \"id\": 58176, \"objects\": [{\"bbox\": {\"xmin\": 1750.0, \"ymin\": 707.0, \"xmax\": 1804.0, \"ymax\": 769.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1807.0, \"ymin\": 712.0, \"xmax\": 1865.0, \"ymax\": 776.0}, \"category\": \"pn\"}]}, \"71745\": {\"path\": \"test/71745.jpg\", \"id\": 71745, \"objects\": [{\"bbox\": {\"xmin\": 1447.62, \"ymin\": 1025.4, \"xmax\": 1477.7777999999998, \"ymax\": 1056.3538}, \"category\": \"pl30\"}]}, \"59832\": {\"path\": \"train/59832.jpg\", \"id\": 59832, \"objects\": [{\"bbox\": {\"xmin\": 1804.0, \"ymin\": 874.0, \"xmax\": 1904.0, \"ymax\": 989.0}, \"category\": \"p5\"}]}, \"40500\": {\"path\": \"train/40500.jpg\", \"id\": 40500, \"objects\": [{\"bbox\": {\"xmin\": 437.6, \"ymin\": 930.4, \"xmax\": 536.8000000000001, \"ymax\": 1037.6}, \"category\": \"ip\"}]}, \"47533\": {\"path\": \"train/47533.jpg\", \"id\": 47533, \"objects\": [{\"bbox\": {\"xmin\": 1277.33, \"ymin\": 902.667, \"xmax\": 1309.3333, \"ymax\": 933.3333}, \"category\": \"pl60\"}]}, \"97915\": {\"path\": \"other/97915.jpg\", \"id\": 97915, \"objects\": [{\"bbox\": {\"xmin\": 1128.32, \"ymin\": 945.133, \"xmax\": 1141.5979, \"ymax\": 960.1779}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1338.63, \"ymin\": 985.228, \"xmax\": 1354.5418000000002, \"ymax\": 1013.0685}, \"category\": \"w58\"}]}, \"58237\": {\"path\": \"train/58237.jpg\", \"id\": 58237, \"objects\": [{\"bbox\": {\"xmin\": 1834.2, \"ymin\": 863.397, \"xmax\": 1945.726, \"ymax\": 1027.915}, \"category\": \"pr40\"}]}, \"68301\": {\"path\": \"other/68301.jpg\", \"id\": 68301, \"objects\": [{\"bbox\": {\"xmin\": 1077.84, \"ymin\": 952.98, \"xmax\": 1087.4163099999998, \"ymax\": 965.9091}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1088.74, \"ymin\": 953.642, \"xmax\": 1098.01325, \"ymax\": 966.2252000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 927.815, \"ymin\": 964.238, \"xmax\": 936.42384, \"ymax\": 974.8344000000001}, \"category\": \"pne\"}]}, \"88645\": {\"path\": \"train/88645.jpg\", \"id\": 88645, \"objects\": [{\"bbox\": {\"xmin\": 1053.47, \"ymin\": 806.931, \"xmax\": 1099.0099, \"ymax\": 855.4455}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1101.98, \"ymin\": 808.609, \"xmax\": 1148.51, \"ymax\": 855.1247000000001}, \"category\": \"pn\"}]}, \"88787\": {\"path\": \"other/88787.jpg\", \"id\": 88787, \"objects\": [{\"bbox\": {\"xmin\": 52.9801, \"ymin\": 978.145, \"xmax\": 84.106, \"ymax\": 1010.5916}, \"category\": \"w59\"}]}, \"21211\": {\"path\": \"train/21211.jpg\", \"id\": 21211, \"objects\": [{\"bbox\": {\"xmin\": 1603.2, \"ymin\": 912.0, \"xmax\": 1642.4, \"ymax\": 988.8}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1608.0, \"ymin\": 992.0, \"xmax\": 1649.6, \"ymax\": 1070.4}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 552.0, \"ymin\": 965.6, \"xmax\": 622.4, \"ymax\": 1039.2}, \"category\": \"pne\"}]}, \"68575\": {\"path\": \"train/68575.jpg\", \"id\": 68575, \"objects\": [{\"bbox\": {\"xmin\": 1030.4, \"ymin\": 960.0, \"xmax\": 1042.4, \"ymax\": 973.6}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1044.0, \"ymin\": 958.4, \"xmax\": 1056.8, \"ymax\": 972.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1787.0, \"ymin\": 730.0, \"xmax\": 1992.0, \"ymax\": 927.0}, \"category\": \"w59\"}]}, \"5147\": {\"path\": \"train/5147.jpg\", \"id\": 5147, \"objects\": [{\"bbox\": {\"xmin\": 1948.0, \"ymin\": 640.0, \"xmax\": 1997.3333, \"ymax\": 702.6664}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1772.0, \"ymin\": 602.667, \"xmax\": 1832.0, \"ymax\": 668.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1698.67, \"ymin\": 588.0, \"xmax\": 1761.3333, \"ymax\": 658.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1884.0, \"ymin\": 622.667, \"xmax\": 1938.6667, \"ymax\": 689.3333}, \"category\": \"pl100\"}]}, \"63704\": {\"path\": \"test/63704.jpg\", \"id\": 63704, \"objects\": [{\"bbox\": {\"xmin\": 1325.0, \"ymin\": 922.0, \"xmax\": 1379.0, \"ymax\": 976.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 720.289, \"ymin\": 990.683, \"xmax\": 747.645, \"ymax\": 1020.4029}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1321.61, \"ymin\": 866.0, \"xmax\": 1384.858, \"ymax\": 920.8202}, \"category\": \"pl70\"}]}, \"23670\": {\"path\": \"train/23670.jpg\", \"id\": 23670, \"objects\": [{\"bbox\": {\"xmin\": 1436.0, \"ymin\": 869.333, \"xmax\": 1457.3333, \"ymax\": 892.0}, \"category\": \"pl40\"}]}, \"48715\": {\"path\": \"other/48715.jpg\", \"id\": 48715, \"objects\": [{\"bbox\": {\"xmin\": 1933.0, \"ymin\": 833.0, \"xmax\": 1982.0, \"ymax\": 884.0}, \"category\": \"pr30\"}]}, \"97536\": {\"path\": \"test/97536.jpg\", \"id\": 97536, \"objects\": [{\"bbox\": {\"xmin\": 1430.3922119140625, \"ymin\": 938.3274536132812, \"xmax\": 1457.3011474609375, \"ymax\": 969.2714233398438}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 523.762, \"ymin\": 713.861, \"xmax\": 550.4949999999999, \"ymax\": 781.1881}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 551.485, \"ymin\": 732.673, \"xmax\": 578.2178, \"ymax\": 792.0792}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1899.01, \"ymin\": 884.158, \"xmax\": 1925.7426, \"ymax\": 920.7921}, \"category\": \"pne\"}]}, \"69598\": {\"path\": \"train/69598.jpg\", \"id\": 69598, \"objects\": [{\"bbox\": {\"xmin\": 16.0, \"ymin\": 799.0, \"xmax\": 55.0, \"ymax\": 838.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 62.0, \"ymin\": 801.0, \"xmax\": 101.0, \"ymax\": 839.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 601.0, \"ymin\": 1003.0, \"xmax\": 630.0, \"ymax\": 1038.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 601.0, \"ymin\": 1047.0, \"xmax\": 629.0, \"ymax\": 1082.0}, \"category\": \"i2r\"}]}, \"91227\": {\"path\": \"other/91227.jpg\", \"id\": 91227, \"objects\": [{\"bbox\": {\"xmin\": 1053.47, \"ymin\": 602.97, \"xmax\": 1169.307, \"ymax\": 705.941}, \"category\": \"w22\"}]}, \"18569\": {\"path\": \"test/18569.jpg\", \"id\": 18569, \"objects\": [{\"bbox\": {\"xmin\": 1994.1419677734375, \"ymin\": 827.0736083984375, \"xmax\": 2015.3072509765625, \"ymax\": 851.056640625}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1381.0, \"ymin\": 876.0, \"xmax\": 1411.0, \"ymax\": 907.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1346.0, \"ymin\": 877.0, \"xmax\": 1379.0, \"ymax\": 909.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1281.0, \"ymin\": 968.0, \"xmax\": 1307.0, \"ymax\": 990.0}, \"category\": \"w45\"}]}, \"48601\": {\"path\": \"other/48601.jpg\", \"id\": 48601, \"objects\": [{\"bbox\": {\"xmin\": 1157.33, \"ymin\": 856.0, \"xmax\": 1200.0, \"ymax\": 901.3333}, \"category\": \"ph4.3\"}]}, \"68796\": {\"path\": \"train/68796.jpg\", \"id\": 68796, \"objects\": [{\"bbox\": {\"xmin\": 1770.67, \"ymin\": 766.667, \"xmax\": 1806.6667, \"ymax\": 817.3333}, \"category\": \"ph4.5\"}]}, \"32208\": {\"path\": \"train/32208.jpg\", \"id\": 32208, \"objects\": [{\"bbox\": {\"xmin\": 990.196, \"ymin\": 305.882, \"xmax\": 1172.549, \"ymax\": 456.863}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1178.43, \"ymin\": 311.765, \"xmax\": 1358.825, \"ymax\": 466.667}, \"category\": \"pn\"}]}, \"73993\": {\"path\": \"train/73993.jpg\", \"id\": 73993, \"objects\": [{\"bbox\": {\"xmin\": 889.0, \"ymin\": 53.0, \"xmax\": 1086.0, \"ymax\": 177.0}, \"category\": \"pl40\"}]}, \"75451\": {\"path\": \"train/75451.jpg\", \"id\": 75451, \"objects\": [{\"bbox\": {\"xmin\": 1397.1884765625, \"ymin\": 1093.3212890625, \"xmax\": 1444.489990234375, \"ymax\": 1149.64697265625}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 1493.0, \"ymin\": 1095.0, \"xmax\": 1524.0, \"ymax\": 1147.0}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 731.0, \"ymin\": 965.0, \"xmax\": 747.0, \"ymax\": 982.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1637.0, \"ymin\": 1089.0, \"xmax\": 1658.0, \"ymax\": 1130.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 311.0, \"ymin\": 956.0, \"xmax\": 328.0, \"ymax\": 971.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 312.0, \"ymin\": 937.0, \"xmax\": 330.0, \"ymax\": 956.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 731.0, \"ymin\": 944.0, \"xmax\": 746.0, \"ymax\": 963.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 365.0, \"ymin\": 917.0, \"xmax\": 375.0, \"ymax\": 928.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 407.0, \"ymin\": 919.0, \"xmax\": 417.0, \"ymax\": 929.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1568.0, \"ymin\": 1090.0, \"xmax\": 1599.0, \"ymax\": 1138.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 601.0, \"ymin\": 995.0, \"xmax\": 622.0, \"ymax\": 1016.0}, \"category\": \"i4l\"}]}, \"52658\": {\"path\": \"train/52658.jpg\", \"id\": 52658, \"objects\": [{\"bbox\": {\"xmin\": 219.867, \"ymin\": 416.556, \"xmax\": 292.0532, \"ymax\": 505.9609}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 603.922, \"ymin\": 772.549, \"xmax\": 709.8040000000001, \"ymax\": 903.922}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 311.258, \"ymin\": 501.986, \"xmax\": 396.02619999999996, \"ymax\": 605.298}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 420.529, \"ymin\": 345.695, \"xmax\": 519.2048, \"ymax\": 447.02}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 219.867, \"ymin\": 531.126, \"xmax\": 292.7152, \"ymax\": 629.8018}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 419.867, \"ymin\": 472.185, \"xmax\": 516.5563, \"ymax\": 583.444}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 309.271, \"ymin\": 380.795, \"xmax\": 398.0138, \"ymax\": 477.4837}, \"category\": \"p29\"}]}, \"67987\": {\"path\": \"test/67987.jpg\", \"id\": 67987, \"objects\": [{\"bbox\": {\"xmin\": 258.667, \"ymin\": 1062.67, \"xmax\": 298.6667, \"ymax\": 1102.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 258.667, \"ymin\": 1010.67, \"xmax\": 298.6667, \"ymax\": 1052.0}, \"category\": \"pl5\"}]}, \"14887\": {\"path\": \"train/14887.jpg\", \"id\": 14887, \"objects\": [{\"bbox\": {\"xmin\": 1923.0, \"ymin\": 672.0, \"xmax\": 1980.0, \"ymax\": 740.0}, \"category\": \"pl50\"}]}, \"47532\": {\"path\": \"train/47532.jpg\", \"id\": 47532, \"objects\": [{\"bbox\": {\"xmin\": 2013.86, \"ymin\": 952.475, \"xmax\": 2036.6336999999999, \"ymax\": 999.0099}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 2012.87, \"ymin\": 1017.82, \"xmax\": 2033.6634, \"ymax\": 1062.3762000000002}, \"category\": \"w18\"}]}, \"31602\": {\"path\": \"test/31602.jpg\", \"id\": 31602, \"objects\": [{\"bbox\": {\"xmin\": 701.98, \"ymin\": 852.475, \"xmax\": 740.5941, \"ymax\": 894.0592}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1158.42, \"ymin\": 903.96, \"xmax\": 1182.1782, \"ymax\": 928.7129}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1104.95, \"ymin\": 902.97, \"xmax\": 1128.7129, \"ymax\": 930.6931000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1130.69, \"ymin\": 902.97, \"xmax\": 1156.4356, \"ymax\": 930.6931000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 552.475, \"ymin\": 853.465, \"xmax\": 590.099, \"ymax\": 894.0594}, \"category\": \"pne\"}]}, \"54930\": {\"path\": \"test/54930.jpg\", \"id\": 54930, \"objects\": [{\"bbox\": {\"xmin\": 1434.67, \"ymin\": 986.667, \"xmax\": 1456.0, \"ymax\": 1008.0}, \"category\": \"pl20\"}]}, \"86907\": {\"path\": \"train/86907.jpg\", \"id\": 86907, \"objects\": [{\"bbox\": {\"xmin\": 1954.67, \"ymin\": 413.333, \"xmax\": 2050.6865000000003, \"ymax\": 562.667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1816.0, \"ymin\": 348.0, \"xmax\": 1956.0, \"ymax\": 498.66700000000003}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1644.0, \"ymin\": 298.667, \"xmax\": 1813.333, \"ymax\": 460.0}, \"category\": \"w57\"}]}, \"89258\": {\"path\": \"train/89258.jpg\", \"id\": 89258, \"objects\": [{\"bbox\": {\"xmin\": 331.858, \"ymin\": 787.611, \"xmax\": 372.1238, \"ymax\": 843.8053}, \"category\": \"pl60\"}]}, \"58646\": {\"path\": \"train/58646.jpg\", \"id\": 58646, \"objects\": [{\"bbox\": {\"xmin\": 841.584, \"ymin\": 954.455, \"xmax\": 857.4256999999999, \"ymax\": 973.2673000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 2006.93, \"ymin\": 878.218, \"xmax\": 2027.7228, \"ymax\": 909.901}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 781.188, \"ymin\": 957.426, \"xmax\": 799.0099, \"ymax\": 978.2178}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1947.52, \"ymin\": 889.109, \"xmax\": 1965.3464999999999, \"ymax\": 914.8515}, \"category\": \"pne\"}]}, \"28053\": {\"path\": \"other/28053.jpg\", \"id\": 28053, \"objects\": [{\"bbox\": {\"xmin\": 190.39703369140625, \"ymin\": 925.9323120117188, \"xmax\": 210.68203735351562, \"ymax\": 948.1417846679688}, \"category\": \"i4\"}]}, \"25737\": {\"path\": \"train/25737.jpg\", \"id\": 25737, \"objects\": [{\"bbox\": {\"xmin\": 1173.0, \"ymin\": 946.0, \"xmax\": 1197.0, \"ymax\": 970.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1171.0, \"ymin\": 901.0, \"xmax\": 1195.0, \"ymax\": 925.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 56.0, \"ymin\": 976.0, \"xmax\": 71.0, \"ymax\": 1001.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 56.0, \"ymin\": 1004.0, \"xmax\": 71.0, \"ymax\": 1031.0}, \"category\": \"i2r\"}]}, \"6218\": {\"path\": \"train/6218.jpg\", \"id\": 6218, \"objects\": [{\"bbox\": {\"xmin\": 1997.37, \"ymin\": 738.158, \"xmax\": 2036.8453, \"ymax\": 786.8421000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1468.32, \"ymin\": 971.287, \"xmax\": 1492.0792, \"ymax\": 995.0495000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1685.15, \"ymin\": 678.218, \"xmax\": 1737.6238, \"ymax\": 744.5545}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1666.34, \"ymin\": 980.198, \"xmax\": 1691.0891, \"ymax\": 1015.8417}, \"category\": \"w18\"}]}, \"77151\": {\"path\": \"train/77151.jpg\", \"id\": 77151, \"objects\": [{\"bbox\": {\"xmin\": 2001.32, \"ymin\": 1023.53, \"xmax\": 2043.1457, \"ymax\": 1072.3684}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1998.04, \"ymin\": 964.706, \"xmax\": 2047.0588, \"ymax\": 1019.7368}, \"category\": \"pl5\"}]}, \"52509\": {\"path\": \"train/52509.jpg\", \"id\": 52509, \"objects\": [{\"bbox\": {\"xmin\": 1150.0, \"ymin\": 884.0, \"xmax\": 1173.0, \"ymax\": 908.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 837.0, \"ymin\": 797.0, \"xmax\": 886.0, \"ymax\": 844.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1123.0, \"ymin\": 884.0, \"xmax\": 1145.0, \"ymax\": 905.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 882.0, \"xmax\": 1200.0, \"ymax\": 907.0}, \"category\": \"pn\"}]}, \"12886\": {\"path\": \"train/12886.jpg\", \"id\": 12886, \"objects\": [{\"bbox\": {\"xmin\": 160.784, \"ymin\": 943.137, \"xmax\": 205.9406, \"ymax\": 1015.6863}, \"category\": \"p19\"}]}, \"37734\": {\"path\": \"train/37734.jpg\", \"id\": 37734, \"objects\": [{\"bbox\": {\"xmin\": 1548.0, \"ymin\": 956.0, \"xmax\": 1613.3333, \"ymax\": 1021.3333}, \"category\": \"pl40\"}]}, \"18654\": {\"path\": \"train/18654.jpg\", \"id\": 18654, \"objects\": [{\"bbox\": {\"xmin\": 1748.3, \"ymin\": 992.614, \"xmax\": 1767.6181, \"ymax\": 1010.7951}, \"category\": \"p19\"}]}, \"74998\": {\"path\": \"train/74998.jpg\", \"id\": 74998, \"objects\": [{\"bbox\": {\"xmin\": 156.0, \"ymin\": 248.0, \"xmax\": 270.66700000000003, \"ymax\": 401.33299999999997}, \"category\": \"pl50\"}]}, \"47303\": {\"path\": \"train/47303.jpg\", \"id\": 47303, \"objects\": [{\"bbox\": {\"xmin\": 1640.0, \"ymin\": 1012.0, \"xmax\": 1672.0, \"ymax\": 1044.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1637.33, \"ymin\": 905.333, \"xmax\": 1668.0, \"ymax\": 938.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1638.67, \"ymin\": 980.0, \"xmax\": 1672.0, \"ymax\": 1012.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1998.67, \"ymin\": 1013.33, \"xmax\": 2032.0, \"ymax\": 1046.6667}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1640.0, \"ymin\": 950.667, \"xmax\": 1670.6634, \"ymax\": 977.3336}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 121.333, \"ymin\": 1014.67, \"xmax\": 138.6667, \"ymax\": 1034.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1396.0, \"ymin\": 1000.0, \"xmax\": 1441.3333, \"ymax\": 1040.0}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1641.33, \"ymin\": 1044.0, \"xmax\": 1673.3333, \"ymax\": 1074.6667}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1589.33, \"ymin\": 821.333, \"xmax\": 1610.6667, \"ymax\": 845.3333}, \"category\": \"pmb\"}]}, \"77551\": {\"path\": \"test/77551.jpg\", \"id\": 77551, \"objects\": [{\"bbox\": {\"xmin\": 1773.0, \"ymin\": 956.0, \"xmax\": 1802.0, \"ymax\": 994.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1775.0, \"ymin\": 996.0, \"xmax\": 1804.0, \"ymax\": 1031.0}, \"category\": \"p18\"}]}, \"25995\": {\"path\": \"train/25995.jpg\", \"id\": 25995, \"objects\": [{\"bbox\": {\"xmin\": 737.624, \"ymin\": 798.02, \"xmax\": 801.9798000000001, \"ymax\": 861.3860999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1970.3, \"ymin\": 933.663, \"xmax\": 2025.7426, \"ymax\": 985.1485}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1164.36, \"ymin\": 855.446, \"xmax\": 1200.9901, \"ymax\": 896.0396000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1203.96, \"ymin\": 855.446, \"xmax\": 1242.5743, \"ymax\": 892.1569000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 528.713, \"ymin\": 803.96, \"xmax\": 581.1881, \"ymax\": 862.3762}, \"category\": \"pne\"}]}, \"26169\": {\"path\": \"other/26169.jpg\", \"id\": 26169, \"objects\": [{\"bbox\": {\"xmin\": 1185.501953125, \"ymin\": 974.98583984375, \"xmax\": 1213.347900390625, \"ymax\": 993.1099853515625}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1724.8, \"ymin\": 868.8, \"xmax\": 1816.0, \"ymax\": 962.4}, \"category\": \"pr30\"}]}, \"41460\": {\"path\": \"test/41460.jpg\", \"id\": 41460, \"objects\": [{\"bbox\": {\"xmin\": 1421.33, \"ymin\": 806.667, \"xmax\": 1461.3333, \"ymax\": 848.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1341.33, \"ymin\": 805.333, \"xmax\": 1380.0, \"ymax\": 845.3333}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1382.67, \"ymin\": 806.667, \"xmax\": 1420.0, \"ymax\": 848.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1461.33, \"ymin\": 810.667, \"xmax\": 1497.3333, \"ymax\": 848.0}, \"category\": \"pn\"}]}, \"1978\": {\"path\": \"test/1978.jpg\", \"id\": 1978, \"objects\": [{\"bbox\": {\"xmin\": 1536.0, \"ymin\": 778.667, \"xmax\": 1605.3333, \"ymax\": 849.3333}, \"category\": \"pl60\"}]}, \"95541\": {\"path\": \"train/95541.jpg\", \"id\": 95541, \"objects\": [{\"bbox\": {\"xmin\": 1018.42, \"ymin\": 781.579, \"xmax\": 1084.213, \"ymax\": 839.4737}, \"category\": \"w20\"}, {\"bbox\": {\"xmin\": 1094.74, \"ymin\": 784.211, \"xmax\": 1161.8401, \"ymax\": 839.4737}, \"category\": \"w57\"}]}, \"34194\": {\"path\": \"train/34194.jpg\", \"id\": 34194, \"objects\": [{\"bbox\": {\"xmin\": 227.632, \"ymin\": 0.0, \"xmax\": 388.158, \"ymax\": 215.789}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 394.737, \"ymin\": 109.211, \"xmax\": 500.0, \"ymax\": 313.158}, \"category\": \"pn\"}]}, \"29810\": {\"path\": \"train/29810.jpg\", \"id\": 29810, \"objects\": [{\"bbox\": {\"xmin\": 542.0, \"ymin\": 1016.0, \"xmax\": 583.0, \"ymax\": 1058.0}, \"category\": \"p10\"}]}, \"55401\": {\"path\": \"train/55401.jpg\", \"id\": 55401, \"objects\": [{\"bbox\": {\"xmin\": 1620.35, \"ymin\": 945.133, \"xmax\": 1662.8292999999999, \"ymax\": 990.2656000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1128.32, \"ymin\": 955.31, \"xmax\": 1140.7079999999999, \"ymax\": 969.4689999999999}, \"category\": \"pn\"}]}, \"62376\": {\"path\": \"train/62376.jpg\", \"id\": 62376, \"objects\": [{\"bbox\": {\"xmin\": 1211.15, \"ymin\": 967.729, \"xmax\": 1229.8789000000002, \"ymax\": 984.462}, \"category\": \"pn\"}]}, \"91837\": {\"path\": \"other/91837.jpg\", \"id\": 91837, \"objects\": [{\"bbox\": {\"xmin\": 1050.0, \"ymin\": 923.451, \"xmax\": 1069.914, \"ymax\": 941.5926000000001}, \"category\": \"w22\"}]}, \"32751\": {\"path\": \"other/32751.jpg\", \"id\": 32751, \"objects\": [{\"bbox\": {\"xmin\": 284.0, \"ymin\": 842.0, \"xmax\": 357.0, \"ymax\": 930.0}, \"category\": \"p9\"}]}, \"40522\": {\"path\": \"train/40522.jpg\", \"id\": 40522, \"objects\": [{\"bbox\": {\"xmin\": 1269.05, \"ymin\": 1002.38, \"xmax\": 1334.1316, \"ymax\": 1071.4259}, \"category\": \"pm20\"}]}, \"71132\": {\"path\": \"train/71132.jpg\", \"id\": 71132, \"objects\": [{\"bbox\": {\"xmin\": 513.0, \"ymin\": 612.0, \"xmax\": 584.0, \"ymax\": 684.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1050.0, \"ymin\": 577.0, \"xmax\": 1131.0, \"ymax\": 651.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1303.0, \"ymin\": 583.0, \"xmax\": 1381.0, \"ymax\": 653.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 776.0, \"ymin\": 586.0, \"xmax\": 856.0, \"ymax\": 661.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 427.0, \"ymin\": 546.0, \"xmax\": 494.0, \"ymax\": 611.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 680.0, \"ymin\": 517.0, \"xmax\": 756.0, \"ymax\": 586.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 512.0, \"ymin\": 530.0, \"xmax\": 583.0, \"ymax\": 598.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 684.0, \"ymin\": 596.0, \"xmax\": 759.0, \"ymax\": 668.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 431.0, \"ymin\": 625.0, \"xmax\": 498.0, \"ymax\": 693.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 951.0, \"ymin\": 578.0, \"xmax\": 1032.0, \"ymax\": 653.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1205.0, \"ymin\": 577.0, \"xmax\": 1285.0, \"ymax\": 650.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1478.0, \"ymin\": 590.0, \"xmax\": 1553.0, \"ymax\": 665.0}, \"category\": \"pne\"}]}, \"14984\": {\"path\": \"other/14984.jpg\", \"id\": 14984, \"objects\": [{\"bbox\": {\"xmin\": 376.8597717285156, \"ymin\": 891.5553588867188, \"xmax\": 393.0146789550781, \"ymax\": 918.5093383789062}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 300.2402038574219, \"ymin\": 881.40771484375, \"xmax\": 322.5833435058594, \"ymax\": 906.201416015625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1216.8551025390625, \"ymin\": 940.8386840820312, \"xmax\": 1236.0401611328125, \"ymax\": 956.9357299804688}, \"category\": \"pne\"}]}, \"97306\": {\"path\": \"train/97306.jpg\", \"id\": 97306, \"objects\": [{\"bbox\": {\"xmin\": 1268.0, \"ymin\": 997.0, \"xmax\": 1308.0, \"ymax\": 1035.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 650.0, \"ymin\": 847.0, \"xmax\": 698.0, \"ymax\": 899.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 936.0, \"ymin\": 997.0, \"xmax\": 950.0, \"ymax\": 1011.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1190.0, \"ymin\": 876.0, \"xmax\": 1225.0, \"ymax\": 912.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1269.0, \"ymin\": 920.0, \"xmax\": 1305.0, \"ymax\": 958.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1227.0, \"ymin\": 875.0, \"xmax\": 1264.0, \"ymax\": 914.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 411.0, \"ymin\": 859.0, \"xmax\": 455.0, \"ymax\": 904.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 874.0, \"ymin\": 999.0, \"xmax\": 885.0, \"ymax\": 1010.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1270.0, \"ymin\": 958.0, \"xmax\": 1310.0, \"ymax\": 996.0}, \"category\": \"i4l\"}]}, \"18678\": {\"path\": \"test/18678.jpg\", \"id\": 18678, \"objects\": [{\"bbox\": {\"xmin\": 1166.0, \"ymin\": 908.0, \"xmax\": 1207.0, \"ymax\": 949.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 641.0, \"ymin\": 939.0, \"xmax\": 667.0, \"ymax\": 969.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1348.0, \"ymin\": 814.0, \"xmax\": 1451.0, \"ymax\": 907.0}, \"category\": \"pg\"}]}, \"14881\": {\"path\": \"train/14881.jpg\", \"id\": 14881, \"objects\": [{\"bbox\": {\"xmin\": -1.33333, \"ymin\": 990.667, \"xmax\": 55.999970000000005, \"ymax\": 1066.667}, \"category\": \"pr40\"}]}, \"38872\": {\"path\": \"train/38872.jpg\", \"id\": 38872, \"objects\": [{\"bbox\": {\"xmin\": 292.307, \"ymin\": 967.521, \"xmax\": 323.3618, \"ymax\": 1003.4187}, \"category\": \"pm55\"}]}, \"4571\": {\"path\": \"train/4571.jpg\", \"id\": 4571, \"objects\": [{\"bbox\": {\"xmin\": 1253.0, \"ymin\": 990.0, \"xmax\": 1319.0, \"ymax\": 1058.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1254.0, \"ymin\": 919.0, \"xmax\": 1317.0, \"ymax\": 985.0}, \"category\": \"pr50\"}]}, \"41761\": {\"path\": \"train/41761.jpg\", \"id\": 41761, \"objects\": [{\"bbox\": {\"xmin\": 704.0, \"ymin\": 557.0, \"xmax\": 803.0, \"ymax\": 654.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1135.0, \"ymin\": 871.0, \"xmax\": 1152.0, \"ymax\": 890.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1343.0, \"ymin\": 936.0, \"xmax\": 1376.0, \"ymax\": 966.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1343.0, \"ymin\": 969.0, \"xmax\": 1376.0, \"ymax\": 1001.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 444.0, \"ymin\": 588.0, \"xmax\": 531.0, \"ymax\": 674.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 826.0, \"xmax\": 1544.0, \"ymax\": 874.0}, \"category\": \"i2r\"}]}, \"77030\": {\"path\": \"train/77030.jpg\", \"id\": 77030, \"objects\": [{\"bbox\": {\"xmin\": 1914.67, \"ymin\": 960.0, \"xmax\": 1942.6667, \"ymax\": 996.0}, \"category\": \"p10\"}]}, \"37902\": {\"path\": \"train/37902.jpg\", \"id\": 37902, \"objects\": [{\"bbox\": {\"xmin\": 1234.92, \"ymin\": 930.952, \"xmax\": 1255.6291, \"ymax\": 952.381}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1415.08, \"ymin\": 940.476, \"xmax\": 1429.3651, \"ymax\": 953.9683}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1393.65, \"ymin\": 938.889, \"xmax\": 1412.6984, \"ymax\": 959.5238}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1433.33, \"ymin\": 938.095, \"xmax\": 1452.3809999999999, \"ymax\": 960.3175}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1152.32, \"ymin\": 929.801, \"xmax\": 1173.816, \"ymax\": 950.793}, \"category\": \"pne\"}]}, \"91516\": {\"path\": \"train/91516.jpg\", \"id\": 91516, \"objects\": [{\"bbox\": {\"xmin\": 384.0, \"ymin\": 984.0, \"xmax\": 426.0, \"ymax\": 1042.0}, \"category\": \"pl120\"}]}, \"34327\": {\"path\": \"train/34327.jpg\", \"id\": 34327, \"objects\": [{\"bbox\": {\"xmin\": 58.6667, \"ymin\": 1041.33, \"xmax\": 92.0, \"ymax\": 1081.33}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 57.3333, \"ymin\": 994.667, \"xmax\": 89.33330000000001, \"ymax\": 1037.3333}, \"category\": \"pss\"}]}, \"86854\": {\"path\": \"train/86854.jpg\", \"id\": 86854, \"objects\": [{\"bbox\": {\"xmin\": 316.0, \"ymin\": 702.667, \"xmax\": 406.6667, \"ymax\": 790.6667}, \"category\": \"pr40\"}]}, \"45579\": {\"path\": \"other/45579.jpg\", \"id\": 45579, \"objects\": [{\"bbox\": {\"xmin\": 1171.322021484375, \"ymin\": 942.8153076171875, \"xmax\": 1191.72802734375, \"ymax\": 966.1424560546875}, \"category\": \"pl80\"}]}, \"29614\": {\"path\": \"test/29614.jpg\", \"id\": 29614, \"objects\": [{\"bbox\": {\"xmin\": 1250.0, \"ymin\": 1011.0, \"xmax\": 1299.0, \"ymax\": 1061.0}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1923.0, \"ymin\": 734.0, \"xmax\": 1976.0, \"ymax\": 796.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1337.0, \"ymin\": 967.0, \"xmax\": 1392.0, \"ymax\": 1027.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1978.0, \"ymin\": 719.0, \"xmax\": 2032.0, \"ymax\": 785.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1335.0, \"ymin\": 1026.0, \"xmax\": 1393.0, \"ymax\": 1083.0}, \"category\": \"pn\"}]}, \"20501\": {\"path\": \"train/20501.jpg\", \"id\": 20501, \"objects\": [{\"bbox\": {\"xmin\": 1321.78, \"ymin\": 969.307, \"xmax\": 1352.4751999999999, \"ymax\": 1000.9901}, \"category\": \"p19\"}]}, \"63276\": {\"path\": \"test/63276.jpg\", \"id\": 63276, \"objects\": [{\"bbox\": {\"xmin\": 644.203, \"ymin\": 944.565, \"xmax\": 662.6812, \"ymax\": 965.5797}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 664.13, \"ymin\": 945.29, \"xmax\": 682.971, \"ymax\": 965.5797}, \"category\": \"pn\"}]}, \"16433\": {\"path\": \"test/16433.jpg\", \"id\": 16433, \"objects\": [{\"bbox\": {\"xmin\": 863.0, \"ymin\": 928.0, \"xmax\": 883.0, \"ymax\": 948.0}, \"category\": \"pn\"}]}, \"96342\": {\"path\": \"train/96342.jpg\", \"id\": 96342, \"objects\": [{\"bbox\": {\"xmin\": 1856.0, \"ymin\": 672.0, \"xmax\": 1933.3366, \"ymax\": 788.0}, \"category\": \"pl60\"}]}, \"4942\": {\"path\": \"train/4942.jpg\", \"id\": 4942, \"objects\": [{\"bbox\": {\"xmin\": 1620.0, \"ymin\": 960.0, \"xmax\": 1635.2, \"ymax\": 1005.6}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 442.0, \"ymin\": 972.0, \"xmax\": 500.0, \"ymax\": 1032.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1557.6, \"ymin\": 939.2, \"xmax\": 1596.0, \"ymax\": 981.6}, \"category\": \"pn\"}]}, \"958\": {\"path\": \"train/958.jpg\", \"id\": 958, \"objects\": [{\"bbox\": {\"xmin\": 437.0, \"ymin\": 939.0, \"xmax\": 457.0, \"ymax\": 967.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 433.0, \"ymin\": 969.0, \"xmax\": 458.0, \"ymax\": 997.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1941.0, \"ymin\": 928.0, \"xmax\": 2043.0, \"ymax\": 1053.0}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 1945.0, \"ymin\": 780.0, \"xmax\": 2046.0, \"ymax\": 890.0}, \"category\": \"w13\"}]}, \"98489\": {\"path\": \"train/98489.jpg\", \"id\": 98489, \"objects\": [{\"bbox\": {\"xmin\": 777.0, \"ymin\": 646.0, \"xmax\": 857.0, \"ymax\": 718.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1626.0, \"ymin\": 980.0, \"xmax\": 1666.0, \"ymax\": 1019.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 625.0, \"ymin\": 657.0, \"xmax\": 694.0, \"ymax\": 724.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 424.0, \"ymin\": 679.0, \"xmax\": 485.0, \"ymax\": 745.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 359.0, \"ymin\": 690.0, \"xmax\": 420.0, \"ymax\": 742.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 491.0, \"ymin\": 670.0, \"xmax\": 556.0, \"ymax\": 737.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 699.0, \"ymin\": 646.0, \"xmax\": 772.0, \"ymax\": 718.0}, \"category\": \"im\"}]}, \"81223\": {\"path\": \"test/81223.jpg\", \"id\": 81223, \"objects\": [{\"bbox\": {\"xmin\": 645.333, \"ymin\": 1006.67, \"xmax\": 676.0, \"ymax\": 1041.3365999999999}, \"category\": \"pl5\"}]}, \"39475\": {\"path\": \"test/39475.jpg\", \"id\": 39475, \"objects\": [{\"bbox\": {\"xmin\": 1631.68, \"ymin\": 828.713, \"xmax\": 1673.2421000000002, \"ymax\": 871.2871}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1676.24, \"ymin\": 831.683, \"xmax\": 1712.8801, \"ymax\": 872.2769}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1728.71, \"ymin\": 958.416, \"xmax\": 1765.3436000000002, \"ymax\": 989.1089000000001}, \"category\": \"w57\"}]}, \"78095\": {\"path\": \"train/78095.jpg\", \"id\": 78095, \"objects\": [{\"bbox\": {\"xmin\": 1270.0, \"ymin\": 1046.0, \"xmax\": 1314.0, \"ymax\": 1090.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1314.0, \"ymin\": 897.0, \"xmax\": 1335.0, \"ymax\": 917.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1335.0, \"ymin\": 898.0, \"xmax\": 1356.0, \"ymax\": 919.0}, \"category\": \"pn\"}]}, \"58709\": {\"path\": \"train/58709.jpg\", \"id\": 58709, \"objects\": [{\"bbox\": {\"xmin\": 1258.67, \"ymin\": 904.0, \"xmax\": 1313.3333, \"ymax\": 956.0}, \"category\": \"pm20\"}]}, \"37858\": {\"path\": \"train/37858.jpg\", \"id\": 37858, \"objects\": [{\"bbox\": {\"xmin\": 1146.05, \"ymin\": 1032.56, \"xmax\": 1221.0526, \"ymax\": 1104.9247}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1143.42, \"ymin\": 956.436, \"xmax\": 1221.0526, \"ymax\": 1027.7228}, \"category\": \"pl5\"}]}, \"5306\": {\"path\": \"train/5306.jpg\", \"id\": 5306, \"objects\": [{\"bbox\": {\"xmin\": 1520.0, \"ymin\": 698.0, \"xmax\": 1576.0, \"ymax\": 762.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1578.0, \"ymin\": 703.0, \"xmax\": 1637.0, \"ymax\": 768.0}, \"category\": \"pn\"}]}, \"49901\": {\"path\": \"train/49901.jpg\", \"id\": 49901, \"objects\": [{\"bbox\": {\"xmin\": 730.159, \"ymin\": 836.508, \"xmax\": 769.0476, \"ymax\": 873.0159}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1207.14, \"ymin\": 860.317, \"xmax\": 1242.8562000000002, \"ymax\": 899.2063}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1132.54, \"ymin\": 860.317, \"xmax\": 1166.6667, \"ymax\": 897.619}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1169.05, \"ymin\": 861.905, \"xmax\": 1203.9683, \"ymax\": 897.6189999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 590.476, \"ymin\": 841.27, \"xmax\": 624.6032, \"ymax\": 878.5714}, \"category\": \"pne\"}]}, \"27044\": {\"path\": \"test/27044.jpg\", \"id\": 27044, \"objects\": [{\"bbox\": {\"xmin\": 1731.0, \"ymin\": 987.0, \"xmax\": 1823.0, \"ymax\": 1094.0}, \"category\": \"p5\"}]}, \"27509\": {\"path\": \"train/27509.jpg\", \"id\": 27509, \"objects\": [{\"bbox\": {\"xmin\": 1543.65, \"ymin\": 853.968, \"xmax\": 1580.1587000000002, \"ymax\": 893.6508}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1414.29, \"ymin\": 853.968, \"xmax\": 1455.5556, \"ymax\": 891.2697999999999}, \"category\": \"i4\"}]}, \"85037\": {\"path\": \"train/85037.jpg\", \"id\": 85037, \"objects\": [{\"bbox\": {\"xmin\": 1220.63, \"ymin\": 938.889, \"xmax\": 1241.2698, \"ymax\": 959.5238}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 444.444, \"ymin\": 953.175, \"xmax\": 457.1429, \"ymax\": 983.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1160.32, \"ymin\": 938.889, \"xmax\": 1179.3651, \"ymax\": 962.6984}, \"category\": \"pne\"}]}, \"85282\": {\"path\": \"train/85282.jpg\", \"id\": 85282, \"objects\": [{\"bbox\": {\"xmin\": 1593.42, \"ymin\": 1075.0, \"xmax\": 1689.4727, \"ymax\": 1176.317}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1592.11, \"ymin\": 978.947, \"xmax\": 1692.1053, \"ymax\": 1078.9470000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1340.79, \"ymin\": 971.053, \"xmax\": 1403.9474, \"ymax\": 1044.7368}, \"category\": \"pm30\"}]}, \"22194\": {\"path\": \"test/22194.jpg\", \"id\": 22194, \"objects\": [{\"bbox\": {\"xmin\": 1093.33, \"ymin\": 964.0, \"xmax\": 1142.6667, \"ymax\": 1017.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 912.0, \"xmax\": 1140.0, \"ymax\": 965.3333}, \"category\": \"pl5\"}]}, \"6750\": {\"path\": \"train/6750.jpg\", \"id\": 6750, \"objects\": [{\"bbox\": {\"xmin\": 772.277, \"ymin\": 946.535, \"xmax\": 789.1089000000001, \"ymax\": 978.2178}, \"category\": \"ip\"}]}, \"33106\": {\"path\": \"test/33106.jpg\", \"id\": 33106, \"objects\": [{\"bbox\": {\"xmin\": 1218.4, \"ymin\": 855.2, \"xmax\": 1250.7477000000001, \"ymax\": 889.0654000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1100.9, \"ymin\": 850.862, \"xmax\": 1138.6057, \"ymax\": 886.6809999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 966.4, \"ymin\": 849.6, \"xmax\": 1002.6721, \"ymax\": 885.2601}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1159.2, \"ymin\": 854.4, \"xmax\": 1196.2161, \"ymax\": 888.8}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1044.0, \"ymin\": 851.2, \"xmax\": 1077.6, \"ymax\": 884.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 910.4, \"ymin\": 851.2, \"xmax\": 941.6, \"ymax\": 884.0}, \"category\": \"pl120\"}]}, \"9273\": {\"path\": \"other/9273.jpg\", \"id\": 9273, \"objects\": [{\"bbox\": {\"xmin\": 1490.1, \"ymin\": 672.277, \"xmax\": 1573.2724999999998, \"ymax\": 747.5250000000001}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1315.84, \"ymin\": 655.446, \"xmax\": 1402.9703, \"ymax\": 732.6733}, \"category\": \"w42\"}, {\"bbox\": {\"xmin\": 1404.95, \"ymin\": 664.356, \"xmax\": 1488.1108, \"ymax\": 739.604}, \"category\": \"w8\"}]}, \"81963\": {\"path\": \"other/81963.jpg\", \"id\": 81963, \"objects\": [{\"bbox\": {\"xmin\": 1331.68, \"ymin\": 788.119, \"xmax\": 1385.1191000000001, \"ymax\": 835.6429}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1217.82, \"ymin\": 781.188, \"xmax\": 1274.2574, \"ymax\": 832.6733}, \"category\": \"w42\"}, {\"bbox\": {\"xmin\": 1274.26, \"ymin\": 785.149, \"xmax\": 1329.7056, \"ymax\": 834.6533}, \"category\": \"w8\"}]}, \"12167\": {\"path\": \"train/12167.jpg\", \"id\": 12167, \"objects\": [{\"bbox\": {\"xmin\": 1022.73, \"ymin\": 1029.55, \"xmax\": 1053.4091, \"ymax\": 1059.6590999999999}, \"category\": \"pm20\"}]}, \"56699\": {\"path\": \"test/56699.jpg\", \"id\": 56699, \"objects\": [{\"bbox\": {\"xmin\": 1819.0, \"ymin\": 924.0, \"xmax\": 1862.0, \"ymax\": 972.0}, \"category\": \"pr40\"}]}, \"63994\": {\"path\": \"test/63994.jpg\", \"id\": 63994, \"objects\": [{\"bbox\": {\"xmin\": 1358.0, \"ymin\": 720.0, \"xmax\": 1421.0, \"ymax\": 781.0}, \"category\": \"pl80\"}]}, \"15461\": {\"path\": \"train/15461.jpg\", \"id\": 15461, \"objects\": [{\"bbox\": {\"xmin\": 1900.93, \"ymin\": 1053.53, \"xmax\": 1922.8625, \"ymax\": 1075.4647}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1904.95, \"ymin\": 1009.9, \"xmax\": 1923.7624, \"ymax\": 1030.6931}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1902.97, \"ymin\": 1029.7, \"xmax\": 1923.7624, \"ymax\": 1051.4851}, \"category\": \"pm2\"}]}, \"20474\": {\"path\": \"train/20474.jpg\", \"id\": 20474, \"objects\": [{\"bbox\": {\"xmin\": 555.0, \"ymin\": 980.0, \"xmax\": 596.0, \"ymax\": 1023.0}, \"category\": \"i5\"}]}, \"57142\": {\"path\": \"test/57142.jpg\", \"id\": 57142, \"objects\": [{\"bbox\": {\"xmin\": 1920.0, \"ymin\": 947.2, \"xmax\": 1972.0, \"ymax\": 1000.8000000000001}, \"category\": \"pss\"}]}, \"65930\": {\"path\": \"train/65930.jpg\", \"id\": 65930, \"objects\": [{\"bbox\": {\"xmin\": 543.65, \"ymin\": 568.883, \"xmax\": 629.9243, \"ymax\": 645.3538000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1467.05, \"ymin\": 555.114, \"xmax\": 1547.0624, \"ymax\": 641.1211000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1550.98, \"ymin\": 565.909, \"xmax\": 1626.1364, \"ymax\": 650.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 93.1818, \"ymin\": 648.863, \"xmax\": 163.0682, \"ymax\": 722.7269000000001}, \"category\": \"pne\"}]}, \"49602\": {\"path\": \"train/49602.jpg\", \"id\": 49602, \"objects\": [{\"bbox\": {\"xmin\": 833.0, \"ymin\": 626.0, \"xmax\": 902.0, \"ymax\": 691.0}, \"category\": \"pr40\"}]}, \"36319\": {\"path\": \"train/36319.jpg\", \"id\": 36319, \"objects\": [{\"bbox\": {\"xmin\": 1550.0, \"ymin\": 933.0, \"xmax\": 1567.0, \"ymax\": 952.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1273.0, \"ymin\": 912.0, \"xmax\": 1296.0, \"ymax\": 934.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1496.0, \"ymin\": 992.0, \"xmax\": 1509.0, \"ymax\": 1006.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1513.0, \"ymin\": 932.0, \"xmax\": 1529.0, \"ymax\": 951.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1460.0, \"ymin\": 933.0, \"xmax\": 1476.0, \"ymax\": 950.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 929.0, \"xmax\": 1457.0, \"ymax\": 949.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1478.0, \"ymin\": 932.0, \"xmax\": 1497.0, \"ymax\": 953.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1140.0, \"ymin\": 906.0, \"xmax\": 1164.0, \"ymax\": 930.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1529.0, \"ymin\": 935.0, \"xmax\": 1546.0, \"ymax\": 954.0}, \"category\": \"im\"}]}, \"33973\": {\"path\": \"train/33973.jpg\", \"id\": 33973, \"objects\": [{\"bbox\": {\"xmin\": 1485.33, \"ymin\": 881.333, \"xmax\": 1513.3333, \"ymax\": 912.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1585.33, \"ymin\": 890.667, \"xmax\": 1614.6667, \"ymax\": 920.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 876.0, \"xmax\": 1408.0, \"ymax\": 905.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1338.67, \"ymin\": 873.333, \"xmax\": 1365.3333, \"ymax\": 901.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1446.67, \"ymin\": 881.333, \"xmax\": 1473.3333, \"ymax\": 908.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1548.0, \"ymin\": 889.333, \"xmax\": 1576.0, \"ymax\": 917.3333}, \"category\": \"pl100\"}]}, \"18028\": {\"path\": \"train/18028.jpg\", \"id\": 18028, \"objects\": [{\"bbox\": {\"xmin\": 2008.1470947265625, \"ymin\": 837.2430419921875, \"xmax\": 2033.0120849609375, \"ymax\": 874.8426513671875}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1684.16, \"ymin\": 748.515, \"xmax\": 1737.6238, \"ymax\": 804.9505}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1552.48, \"ymin\": 904.95, \"xmax\": 1574.2298, \"ymax\": 927.7228}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1602.97, \"ymin\": 904.95, \"xmax\": 1625.7426, \"ymax\": 927.7231}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1420.79, \"ymin\": 722.772, \"xmax\": 1484.1584, \"ymax\": 786.1386}, \"category\": \"pne\"}]}, \"1166\": {\"path\": \"train/1166.jpg\", \"id\": 1166, \"objects\": [{\"bbox\": {\"xmin\": 1288.0, \"ymin\": 909.333, \"xmax\": 1314.6667, \"ymax\": 936.0}, \"category\": \"pl40\"}]}, \"17057\": {\"path\": \"train/17057.jpg\", \"id\": 17057, \"objects\": [{\"bbox\": {\"xmin\": 658.0, \"ymin\": 884.0, \"xmax\": 705.0, \"ymax\": 951.0}, \"category\": \"pn\"}]}, \"42208\": {\"path\": \"train/42208.jpg\", \"id\": 42208, \"objects\": [{\"bbox\": {\"xmin\": 1059.8314208984375, \"ymin\": 925.9493408203125, \"xmax\": 1079.3094482421875, \"ymax\": 945.977294921875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1143.56, \"ymin\": 871.287, \"xmax\": 1181.1880999999998, \"ymax\": 907.9208}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1025.74, \"ymin\": 869.307, \"xmax\": 1058.4158, \"ymax\": 905.9406}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 453.465, \"ymin\": 803.96, \"xmax\": 494.0594, \"ymax\": 848.5149}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1035.64, \"ymin\": 922.772, \"xmax\": 1058.4158, \"ymax\": 947.5248}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 286.139, \"ymin\": 821.782, \"xmax\": 319.802, \"ymax\": 865.3465}, \"category\": \"pne\"}]}, \"97378\": {\"path\": \"test/97378.jpg\", \"id\": 97378, \"objects\": [{\"bbox\": {\"xmin\": 1361.33, \"ymin\": 973.0, \"xmax\": 1400.0, \"ymax\": 1014.6667}, \"category\": \"w57\"}]}, \"74401\": {\"path\": \"other/74401.jpg\", \"id\": 74401, \"objects\": [{\"bbox\": {\"xmin\": 1194.67, \"ymin\": 906.667, \"xmax\": 1245.3333, \"ymax\": 952.0}, \"category\": \"w66\"}]}, \"60950\": {\"path\": \"other/60950.jpg\", \"id\": 60950, \"objects\": [{\"bbox\": {\"xmin\": 1533.33, \"ymin\": 916.0, \"xmax\": 1625.3333, \"ymax\": 1005.3333}, \"category\": \"pr30\"}]}, \"13674\": {\"path\": \"train/13674.jpg\", \"id\": 13674, \"objects\": [{\"bbox\": {\"xmin\": 22.6667, \"ymin\": 706.667, \"xmax\": 78.66669999999999, \"ymax\": 780.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 238.667, \"ymin\": 965.333, \"xmax\": 276.0, \"ymax\": 1017.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 240.0, \"ymin\": 1014.67, \"xmax\": 273.3333, \"ymax\": 1068.0}, \"category\": \"i2r\"}]}, \"76351\": {\"path\": \"train/76351.jpg\", \"id\": 76351, \"objects\": [{\"bbox\": {\"xmin\": 737.0, \"ymin\": 956.0, \"xmax\": 766.0, \"ymax\": 989.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1212.8, \"ymin\": 953.6, \"xmax\": 1237.6, \"ymax\": 979.2}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1903.2, \"ymin\": 948.8, \"xmax\": 1927.2, \"ymax\": 979.1999999999999}, \"category\": \"ip\"}]}, \"6869\": {\"path\": \"train/6869.jpg\", \"id\": 6869, \"objects\": [{\"bbox\": {\"xmin\": 919.205, \"ymin\": 1309.28, \"xmax\": 943.0459000000001, \"ymax\": 1333.1126}, \"category\": \"pne\"}]}, \"45598\": {\"path\": \"train/45598.jpg\", \"id\": 45598, \"objects\": [{\"bbox\": {\"xmin\": 756.162, \"ymin\": 1017.22, \"xmax\": 776.8212000000001, \"ymax\": 1037.7558000000001}, \"category\": \"w63\"}]}, \"83786\": {\"path\": \"test/83786.jpg\", \"id\": 83786, \"objects\": [{\"bbox\": {\"xmin\": 1365.0, \"ymin\": 718.0, \"xmax\": 1415.0, \"ymax\": 769.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1419.0, \"ymin\": 722.0, \"xmax\": 1470.0, \"ymax\": 770.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1277.0, \"ymin\": 750.0, \"xmax\": 1315.0, \"ymax\": 785.0}, \"category\": \"w30\"}]}, \"30699\": {\"path\": \"train/30699.jpg\", \"id\": 30699, \"objects\": [{\"bbox\": {\"xmin\": 1709.08056640625, \"ymin\": 905.99609375, \"xmax\": 1773.69140625, \"ymax\": 971.1641845703125}, \"category\": \"p24\"}, {\"bbox\": {\"xmin\": 1883.0, \"ymin\": 943.0, \"xmax\": 1907.0, \"ymax\": 967.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1275.0, \"ymin\": 932.0, \"xmax\": 1288.0, \"ymax\": 946.0}, \"category\": \"pl50\"}]}, \"81788\": {\"path\": \"train/81788.jpg\", \"id\": 81788, \"objects\": [{\"bbox\": {\"xmin\": 802.667, \"ymin\": 596.0, \"xmax\": 916.0, \"ymax\": 701.333}, \"category\": \"ph5\"}]}, \"8012\": {\"path\": \"test/8012.jpg\", \"id\": 8012, \"objects\": [{\"bbox\": {\"xmin\": 1713.49, \"ymin\": 930.159, \"xmax\": 1730.9524, \"ymax\": 950.7937}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1650.0, \"ymin\": 928.571, \"xmax\": 1671.4286, \"ymax\": 947.619}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 48.4127, \"ymin\": 837.302, \"xmax\": 77.7778, \"ymax\": 879.3651}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1380.16, \"ymin\": 910.317, \"xmax\": 1401.6056, \"ymax\": 930.9524}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 4.7619, \"ymin\": 878.571, \"xmax\": 21.4286, \"ymax\": 906.3492}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 27.7778, \"ymin\": 881.746, \"xmax\": 46.5347, \"ymax\": 911.9048}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1273.02, \"ymin\": 910.317, \"xmax\": 1296.0317, \"ymax\": 932.5397}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 57.9365, \"ymin\": 916.667, \"xmax\": 75.3968, \"ymax\": 935.7143}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 59.5238, \"ymin\": 938.095, \"xmax\": 75.3968, \"ymax\": 957.9365}, \"category\": \"i2r\"}]}, \"20819\": {\"path\": \"train/20819.jpg\", \"id\": 20819, \"objects\": [{\"bbox\": {\"xmin\": 1569.0, \"ymin\": 978.0, \"xmax\": 1692.0, \"ymax\": 1119.0}, \"category\": \"pl40\"}]}, \"68366\": {\"path\": \"other/68366.jpg\", \"id\": 68366, \"objects\": [{\"bbox\": {\"xmin\": 1251.74, \"ymin\": 896.02, \"xmax\": 1284.0796, \"ymax\": 926.8657}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1183.57, \"ymin\": 886.567, \"xmax\": 1208.4577, \"ymax\": 913.4324}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1218.4, \"ymin\": 893.035, \"xmax\": 1246.2637000000002, \"ymax\": 918.408}, \"category\": \"w43\"}]}, \"61752\": {\"path\": \"train/61752.jpg\", \"id\": 61752, \"objects\": [{\"bbox\": {\"xmin\": 921.0, \"ymin\": 781.0, \"xmax\": 971.0, \"ymax\": 832.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 819.0, \"ymin\": 783.0, \"xmax\": 868.0, \"ymax\": 834.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1891.0, \"ymin\": 830.0, \"xmax\": 1916.0, \"ymax\": 868.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 869.0, \"ymin\": 783.0, \"xmax\": 919.0, \"ymax\": 833.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 971.0, \"ymin\": 780.0, \"xmax\": 1021.0, \"ymax\": 830.0}, \"category\": \"pn\"}]}, \"76445\": {\"path\": \"other/76445.jpg\", \"id\": 76445, \"objects\": [{\"bbox\": {\"xmin\": 1341.48, \"ymin\": 1019.89, \"xmax\": 1386.3636000000001, \"ymax\": 1057.9545}, \"category\": \"w20\"}]}, \"87624\": {\"path\": \"train/87624.jpg\", \"id\": 87624, \"objects\": [{\"bbox\": {\"xmin\": 1648.0, \"ymin\": 324.0, \"xmax\": 1795.0, \"ymax\": 467.0}, \"category\": \"p19\"}]}, \"53707\": {\"path\": \"other/53707.jpg\", \"id\": 53707, \"objects\": [{\"bbox\": {\"xmin\": 1358.4716796875, \"ymin\": 936.130126953125, \"xmax\": 1393.406005859375, \"ymax\": 973.6162109375}, \"category\": \"pl110\"}]}, \"74722\": {\"path\": \"test/74722.jpg\", \"id\": 74722, \"objects\": [{\"bbox\": {\"xmin\": 337.0, \"ymin\": 951.0, \"xmax\": 380.0, \"ymax\": 996.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 240.0, \"ymin\": 616.0, \"xmax\": 283.0, \"ymax\": 684.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 337.0, \"ymin\": 997.0, \"xmax\": 382.0, \"ymax\": 1046.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 339.0, \"ymin\": 892.0, \"xmax\": 384.0, \"ymax\": 934.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 192.0, \"ymin\": 595.0, \"xmax\": 243.0, \"ymax\": 667.0}, \"category\": \"wc\"}]}, \"42804\": {\"path\": \"test/42804.jpg\", \"id\": 42804, \"objects\": [{\"bbox\": {\"xmin\": 1457.0, \"ymin\": 941.0, \"xmax\": 1494.0, \"ymax\": 973.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1195.0, \"ymin\": 621.0, \"xmax\": 1287.0, \"ymax\": 714.0}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 657.0, \"xmax\": 1461.0, \"ymax\": 739.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1623.0, \"ymin\": 829.0, \"xmax\": 1664.0, \"ymax\": 869.0}, \"category\": \"pn\"}]}, \"87338\": {\"path\": \"test/87338.jpg\", \"id\": 87338, \"objects\": [{\"bbox\": {\"xmin\": 1192.05, \"ymin\": 953.409, \"xmax\": 1203.4090999999999, \"ymax\": 968.6567}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1175.0, \"ymin\": 953.977, \"xmax\": 1189.2045, \"ymax\": 968.6567}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1205.68, \"ymin\": 955.114, \"xmax\": 1217.9104, \"ymax\": 969.1542000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1988.5, \"ymin\": 908.237, \"xmax\": 2007.25, \"ymax\": 928.6918}, \"category\": \"pne\"}]}, \"8076\": {\"path\": \"train/8076.jpg\", \"id\": 8076, \"objects\": [{\"bbox\": {\"xmin\": 1797.33, \"ymin\": 478.667, \"xmax\": 1917.3329999999999, \"ymax\": 604.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1920.0, \"ymin\": 501.333, \"xmax\": 2024.0, \"ymax\": 625.3330000000001}, \"category\": \"pn\"}]}, \"91027\": {\"path\": \"test/91027.jpg\", \"id\": 91027, \"objects\": [{\"bbox\": {\"xmin\": 591.27, \"ymin\": 827.777, \"xmax\": 650.7937, \"ymax\": 885.7139000000001}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 592.857, \"ymin\": 918.254, \"xmax\": 646.8257, \"ymax\": 976.9838}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 880.159, \"ymin\": 603.968, \"xmax\": 950.0, \"ymax\": 661.9047999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 707.143, \"ymin\": 611.905, \"xmax\": 768.2548, \"ymax\": 668.254}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1064.29, \"ymin\": 601.587, \"xmax\": 1136.5079, \"ymax\": 660.3175}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 791.27, \"ymin\": 604.762, \"xmax\": 857.9365, \"ymax\": 665.0794}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 979.365, \"ymin\": 662.698, \"xmax\": 1031.746, \"ymax\": 709.5237999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1072.22, \"ymin\": 661.904, \"xmax\": 1123.0122000000001, \"ymax\": 708.7302}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1735.22, \"ymin\": 1050.57, \"xmax\": 1749.9955, \"ymax\": 1063.6399999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 975.397, \"ymin\": 601.587, \"xmax\": 1040.4765, \"ymax\": 660.3175}, \"category\": \"pbp\"}]}, \"69177\": {\"path\": \"train/69177.jpg\", \"id\": 69177, \"objects\": [{\"bbox\": {\"xmin\": 1589.33, \"ymin\": 764.0, \"xmax\": 1628.0, \"ymax\": 804.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1702.67, \"ymin\": 776.0, \"xmax\": 1736.0, \"ymax\": 814.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1469.33, \"ymin\": 754.667, \"xmax\": 1508.0, \"ymax\": 797.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1421.33, \"ymin\": 749.333, \"xmax\": 1462.6667, \"ymax\": 793.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1545.33, \"ymin\": 760.0, \"xmax\": 1582.6667, \"ymax\": 802.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1660.0, \"ymin\": 772.0, \"xmax\": 1697.3333, \"ymax\": 810.6667}, \"category\": \"pl100\"}]}, \"2942\": {\"path\": \"train/2942.jpg\", \"id\": 2942, \"objects\": [{\"bbox\": {\"xmin\": 54.6667, \"ymin\": 936.0, \"xmax\": 76.0, \"ymax\": 968.0}, \"category\": \"p26\"}]}, \"67754\": {\"path\": \"test/67754.jpg\", \"id\": 67754, \"objects\": [{\"bbox\": {\"xmin\": 1390.48, \"ymin\": 879.365, \"xmax\": 1418.254, \"ymax\": 908.7302}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1276.98, \"ymin\": 880.159, \"xmax\": 1305.5556, \"ymax\": 907.9365}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 820.635, \"ymin\": 886.508, \"xmax\": 848.4127, \"ymax\": 915.873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1191.27, \"ymin\": 926.19, \"xmax\": 1210.3174999999999, \"ymax\": 946.0317}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1170.63, \"ymin\": 927.778, \"xmax\": 1188.8889000000001, \"ymax\": 949.2063}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1213.49, \"ymin\": 925.397, \"xmax\": 1234.127, \"ymax\": 945.239}, \"category\": \"pn\"}]}, \"77793\": {\"path\": \"train/77793.jpg\", \"id\": 77793, \"objects\": [{\"bbox\": {\"xmin\": 1773.6, \"ymin\": 627.2, \"xmax\": 1851.1999999999998, \"ymax\": 716.8000000000001}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1852.8, \"ymin\": 639.2, \"xmax\": 1923.2, \"ymax\": 726.4000000000001}, \"category\": \"pm20\"}]}, \"10582\": {\"path\": \"test/10582.jpg\", \"id\": 10582, \"objects\": [{\"bbox\": {\"xmin\": 246.052, \"ymin\": 934.211, \"xmax\": 297.3684, \"ymax\": 994.7368}, \"category\": \"pm55\"}]}, \"30555\": {\"path\": \"train/30555.jpg\", \"id\": 30555, \"objects\": [{\"bbox\": {\"xmin\": 1663.2210693359375, \"ymin\": 887.251953125, \"xmax\": 1680.8658447265625, \"ymax\": 909.027099609375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1773.27, \"ymin\": 717.822, \"xmax\": 1828.7129, \"ymax\": 785.1485}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1637.62, \"ymin\": 886.139, \"xmax\": 1660.396, \"ymax\": 909.9010000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1611.88, \"ymin\": 884.158, \"xmax\": 1634.6480000000001, \"ymax\": 908.9096000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1523.76, \"ymin\": 689.109, \"xmax\": 1590.099, \"ymax\": 763.3663}, \"category\": \"pne\"}]}, \"68359\": {\"path\": \"test/68359.jpg\", \"id\": 68359, \"objects\": [{\"bbox\": {\"xmin\": 1232.0, \"ymin\": 955.0, \"xmax\": 1287.0, \"ymax\": 1011.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1312.0, \"ymin\": 998.0, \"xmax\": 1331.0, \"ymax\": 1017.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1233.0, \"ymin\": 1015.0, \"xmax\": 1283.0, \"ymax\": 1057.0}, \"category\": \"w59\"}]}, \"10254\": {\"path\": \"train/10254.jpg\", \"id\": 10254, \"objects\": [{\"bbox\": {\"xmin\": 317.647, \"ymin\": 978.947, \"xmax\": 353.9474, \"ymax\": 1030.2632}, \"category\": \"pm30\"}]}, \"43019\": {\"path\": \"other/43019.jpg\", \"id\": 43019, \"objects\": [{\"bbox\": {\"xmin\": 895.238, \"ymin\": 1301.59, \"xmax\": 915.873, \"ymax\": 1334.127}, \"category\": \"i10\"}]}, \"37758\": {\"path\": \"train/37758.jpg\", \"id\": 37758, \"objects\": [{\"bbox\": {\"xmin\": 1939.6, \"ymin\": 926.733, \"xmax\": 1959.3892999999998, \"ymax\": 952.4752}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1867.33, \"ymin\": 925.743, \"xmax\": 1887.1287, \"ymax\": 946.5347}, \"category\": \"pne\"}]}, \"69059\": {\"path\": \"other/69059.jpg\", \"id\": 69059, \"objects\": [{\"bbox\": {\"xmin\": 984.211, \"ymin\": 706.579, \"xmax\": 1114.474, \"ymax\": 835.526}, \"category\": \"ph3.3\"}]}, \"80512\": {\"path\": \"train/80512.jpg\", \"id\": 80512, \"objects\": [{\"bbox\": {\"xmin\": 1611.54, \"ymin\": 892.308, \"xmax\": 1815.385, \"ymax\": 1057.692}, \"category\": \"pg\"}]}, \"96334\": {\"path\": \"train/96334.jpg\", \"id\": 96334, \"objects\": [{\"bbox\": {\"xmin\": 1238.89, \"ymin\": 911.111, \"xmax\": 1260.3175, \"ymax\": 930.9524}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1168.25, \"ymin\": 914.286, \"xmax\": 1188.0952, \"ymax\": 934.4371}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 878.571, \"ymin\": 917.46, \"xmax\": 897.619, \"ymax\": 938.8889}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1121.19, \"ymin\": 941.722, \"xmax\": 1135.7616, \"ymax\": 958.2781}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1102.65, \"ymin\": 941.06, \"xmax\": 1118.5430000000001, \"ymax\": 958.9404}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1138.41, \"ymin\": 942.384, \"xmax\": 1153.6424000000002, \"ymax\": 956.9536}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 783.333, \"ymin\": 921.429, \"xmax\": 800.7937, \"ymax\": 942.8571}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1981.75, \"ymin\": 849.206, \"xmax\": 2006.3492, \"ymax\": 886.5079000000001}, \"category\": \"pne\"}]}, \"82088\": {\"path\": \"train/82088.jpg\", \"id\": 82088, \"objects\": [{\"bbox\": {\"xmin\": 785.0, \"ymin\": 764.0, \"xmax\": 834.0, \"ymax\": 814.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1069.0, \"ymin\": 928.0, \"xmax\": 1109.0, \"ymax\": 967.0}, \"category\": \"p26\"}]}, \"5461\": {\"path\": \"train/5461.jpg\", \"id\": 5461, \"objects\": [{\"bbox\": {\"xmin\": 1140.79, \"ymin\": 817.106, \"xmax\": 1184.2115999999999, \"ymax\": 857.895}, \"category\": \"pl20\"}]}, \"8022\": {\"path\": \"test/8022.jpg\", \"id\": 8022, \"objects\": [{\"bbox\": {\"xmin\": 1110.67, \"ymin\": 681.333, \"xmax\": 1194.67, \"ymax\": 761.3333}, \"category\": \"ph4.5\"}]}, \"89110\": {\"path\": \"train/89110.jpg\", \"id\": 89110, \"objects\": [{\"bbox\": {\"xmin\": 428.0608215332031, \"ymin\": 1659.4356689453125, \"xmax\": 681.0225830078125, \"ymax\": 1779.7513427734375}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 457.693, \"xmax\": 1684.612, \"ymax\": 800.0}, \"category\": \"pne\"}]}, \"10496\": {\"path\": \"test/10496.jpg\", \"id\": 10496, \"objects\": [{\"bbox\": {\"xmin\": 786.275, \"ymin\": 541.584, \"xmax\": 817.6471, \"ymax\": 628.7129}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 470.588, \"ymin\": 690.196, \"xmax\": 496.07840000000004, \"ymax\": 760.7843}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 500.0, \"ymin\": 705.882, \"xmax\": 529.4118, \"ymax\": 778.4313999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 550.495, \"ymin\": 231.683, \"xmax\": 617.8223, \"ymax\": 371.28700000000003}, \"category\": \"pne\"}]}, \"480\": {\"path\": \"train/480.jpg\", \"id\": 480, \"objects\": [{\"bbox\": {\"xmin\": 1446.0, \"ymin\": 736.0, \"xmax\": 1506.0, \"ymax\": 798.0}, \"category\": \"pl100\"}]}, \"11877\": {\"path\": \"train/11877.jpg\", \"id\": 11877, \"objects\": [{\"bbox\": {\"xmin\": 86.1386, \"ymin\": 906.931, \"xmax\": 110.8911, \"ymax\": 934.6535}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 6.93069, \"ymin\": 898.02, \"xmax\": 30.693089999999998, \"ymax\": 926.7327}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1189.11, \"ymin\": 928.713, \"xmax\": 1209.9009999999998, \"ymax\": 950.495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1326.49, \"ymin\": 946.358, \"xmax\": 1343.0464, \"ymax\": 964.2384}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1295.36, \"ymin\": 946.358, \"xmax\": 1309.9337999999998, \"ymax\": 962.2516999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1311.26, \"ymin\": 946.358, \"xmax\": 1327.1523, \"ymax\": 965.5628999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1103.96, \"ymin\": 928.713, \"xmax\": 1128.7129, \"ymax\": 951.4851}, \"category\": \"pne\"}]}, \"26703\": {\"path\": \"train/26703.jpg\", \"id\": 26703, \"objects\": [{\"bbox\": {\"xmin\": 1696.0, \"ymin\": 1002.0, \"xmax\": 1762.0, \"ymax\": 1074.0}, \"category\": \"pr40\"}]}, \"64834\": {\"path\": \"test/64834.jpg\", \"id\": 64834, \"objects\": [{\"bbox\": {\"xmin\": 863.158, \"ymin\": 914.474, \"xmax\": 884.2105, \"ymax\": 935.5263}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 789.474, \"ymin\": 915.789, \"xmax\": 805.2632000000001, \"ymax\": 934.2105}, \"category\": \"pne\"}]}, \"92103\": {\"path\": \"train/92103.jpg\", \"id\": 92103, \"objects\": [{\"bbox\": {\"xmin\": 1984.13, \"ymin\": 1041.27, \"xmax\": 2012.6975000000002, \"ymax\": 1076.9850999999999}, \"category\": \"pl30\"}]}, \"21456\": {\"path\": \"train/21456.jpg\", \"id\": 21456, \"objects\": [{\"bbox\": {\"xmin\": 1702.0, \"ymin\": 689.0, \"xmax\": 1765.0, \"ymax\": 759.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1925.0, \"ymin\": 726.0, \"xmax\": 1974.0, \"ymax\": 791.0}, \"category\": \"pn\"}]}, \"94853\": {\"path\": \"train/94853.jpg\", \"id\": 94853, \"objects\": [{\"bbox\": {\"xmin\": 1078.95, \"ymin\": 844.737, \"xmax\": 1119.7368000000001, \"ymax\": 888.1581}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1031.58, \"ymin\": 842.105, \"xmax\": 1076.3157999999999, \"ymax\": 886.8421000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1122.37, \"ymin\": 844.737, \"xmax\": 1164.4737, \"ymax\": 886.8423}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1211.84, \"ymin\": 935.526, \"xmax\": 1253.9452999999999, \"ymax\": 973.6841999999999}, \"category\": \"w55\"}]}, \"52695\": {\"path\": \"train/52695.jpg\", \"id\": 52695, \"objects\": [{\"bbox\": {\"xmin\": 892.063, \"ymin\": 936.508, \"xmax\": 910.3175, \"ymax\": 956.3492}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1092.86, \"ymin\": 944.444, \"xmax\": 1109.5260999999998, \"ymax\": 963.4920999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1063.49, \"ymin\": 946.825, \"xmax\": 1075.3968, \"ymax\": 961.9048}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1079.37, \"ymin\": 945.238, \"xmax\": 1091.2697999999998, \"ymax\": 965.0794000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 826.984, \"ymin\": 938.889, \"xmax\": 841.2698, \"ymax\": 955.5556}, \"category\": \"pne\"}]}, \"91084\": {\"path\": \"test/91084.jpg\", \"id\": 91084, \"objects\": [{\"bbox\": {\"xmin\": 143.81695556640625, \"ymin\": 1020.6481323242188, \"xmax\": 165.17739868164062, \"ymax\": 1044.5904541015625}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1470.63, \"ymin\": 884.921, \"xmax\": 1514.2857000000001, \"ymax\": 926.1904000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1367.46, \"ymin\": 884.127, \"xmax\": 1408.7302, \"ymax\": 923.81}, \"category\": \"pne\"}]}, \"32414\": {\"path\": \"other/32414.jpg\", \"id\": 32414, \"objects\": [{\"bbox\": {\"xmin\": 1240.48, \"ymin\": 961.905, \"xmax\": 1253.1746, \"ymax\": 976.1904999999999}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1605.56, \"ymin\": 988.889, \"xmax\": 1630.1587, \"ymax\": 1015.0797}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1254.76, \"ymin\": 961.905, \"xmax\": 1267.4584, \"ymax\": 976.1904999999999}, \"category\": \"w57\"}]}, \"51564\": {\"path\": \"test/51564.jpg\", \"id\": 51564, \"objects\": [{\"bbox\": {\"xmin\": 121.333, \"ymin\": 952.0, \"xmax\": 190.6664, \"ymax\": 1038.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 844.0, \"xmax\": 1450.6667, \"ymax\": 881.3333}, \"category\": \"pl40\"}]}, \"32363\": {\"path\": \"other/32363.jpg\", \"id\": 32363, \"objects\": [{\"bbox\": {\"xmin\": 1508.0, \"ymin\": 942.667, \"xmax\": 1636.0, \"ymax\": 1090.667}, \"category\": \"pr30\"}]}, \"64860\": {\"path\": \"train/64860.jpg\", \"id\": 64860, \"objects\": [{\"bbox\": {\"xmin\": 1374.0, \"ymin\": 672.0, \"xmax\": 1439.0, \"ymax\": 743.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1302.0, \"ymin\": 672.0, \"xmax\": 1369.0, \"ymax\": 742.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1447.0, \"ymin\": 679.0, \"xmax\": 1512.0, \"ymax\": 744.0}, \"category\": \"pn\"}]}, \"9360\": {\"path\": \"test/9360.jpg\", \"id\": 9360, \"objects\": [{\"bbox\": {\"xmin\": 1403.41, \"ymin\": 1056.84, \"xmax\": 1423.8636000000001, \"ymax\": 1096.4400999999998}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1401.98, \"ymin\": 1102.97, \"xmax\": 1426.7327, \"ymax\": 1146.5347}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1401.98, \"ymin\": 1153.47, \"xmax\": 1426.7327, \"ymax\": 1198.0198}, \"category\": \"pm5\"}]}, \"39576\": {\"path\": \"train/39576.jpg\", \"id\": 39576, \"objects\": [{\"bbox\": {\"xmin\": 79.0, \"ymin\": 837.0, \"xmax\": 109.0, \"ymax\": 875.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 78.0, \"ymin\": 972.0, \"xmax\": 109.0, \"ymax\": 1013.0}, \"category\": \"p26\"}]}, \"70846\": {\"path\": \"train/70846.jpg\", \"id\": 70846, \"objects\": [{\"bbox\": {\"xmin\": 1504.0, \"ymin\": 948.0, \"xmax\": 1536.0, \"ymax\": 985.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1502.67, \"ymin\": 902.667, \"xmax\": 1538.6667, \"ymax\": 948.0}, \"category\": \"pl50\"}]}, \"51450\": {\"path\": \"other/51450.jpg\", \"id\": 51450, \"objects\": [{\"bbox\": {\"xmin\": 1460.0, \"ymin\": 1010.67, \"xmax\": 1528.0, \"ymax\": 1080.0032999999999}, \"category\": \"pm10\"}]}, \"70131\": {\"path\": \"train/70131.jpg\", \"id\": 70131, \"objects\": [{\"bbox\": {\"xmin\": 1443.0, \"ymin\": 977.0, \"xmax\": 1515.0, \"ymax\": 1056.0}, \"category\": \"pr40\"}]}, \"97552\": {\"path\": \"test/97552.jpg\", \"id\": 97552, \"objects\": [{\"bbox\": {\"xmin\": 1160.93, \"ymin\": 984.326, \"xmax\": 1176.5487, \"ymax\": 1000.2203000000001}, \"category\": \"pn\"}]}, \"4986\": {\"path\": \"train/4986.jpg\", \"id\": 4986, \"objects\": [{\"bbox\": {\"xmin\": 1148.3, \"ymin\": 889.205, \"xmax\": 1179.5455, \"ymax\": 916.4773}, \"category\": \"ph4.5\"}]}, \"65298\": {\"path\": \"train/65298.jpg\", \"id\": 65298, \"objects\": [{\"bbox\": {\"xmin\": 210.227, \"ymin\": 847.159, \"xmax\": 235.2273, \"ymax\": 876.1364}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 45.4545, \"ymin\": 901.136, \"xmax\": 57.3864, \"ymax\": 922.7273}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 389.773, \"ymin\": 948.295, \"xmax\": 403.4091, \"ymax\": 964.7727}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 388.636, \"ymin\": 975.0, \"xmax\": 403.4091, \"ymax\": 993.1818}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 386.364, \"ymin\": 917.614, \"xmax\": 404.54549999999995, \"ymax\": 939.2045}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 22.1591, \"ymin\": 900.0, \"xmax\": 40.909099999999995, \"ymax\": 920.4545}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 59.6591, \"ymin\": 901.136, \"xmax\": 75.5682, \"ymax\": 923.2955}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 115.909, \"ymin\": 835.795, \"xmax\": 143.75, \"ymax\": 865.9091}, \"category\": \"pne\"}]}, \"96725\": {\"path\": \"train/96725.jpg\", \"id\": 96725, \"objects\": [{\"bbox\": {\"xmin\": 1598.68, \"ymin\": 815.789, \"xmax\": 1640.7895, \"ymax\": 864.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1419.74, \"ymin\": 800.0, \"xmax\": 1463.1579, \"ymax\": 853.9474}, \"category\": \"pne\"}]}, \"28851\": {\"path\": \"other/28851.jpg\", \"id\": 28851, \"objects\": [{\"bbox\": {\"xmin\": 1160.32, \"ymin\": 950.0, \"xmax\": 1172.2222, \"ymax\": 960.3175}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1112.7, \"ymin\": 946.032, \"xmax\": 1126.9798, \"ymax\": 961.1111000000001}, \"category\": \"pne\"}]}, \"29465\": {\"path\": \"train/29465.jpg\", \"id\": 29465, \"objects\": [{\"bbox\": {\"xmin\": 1410.4, \"ymin\": 937.259, \"xmax\": 1460.4847, \"ymax\": 990.6969}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1314.4, \"ymin\": 735.2, \"xmax\": 1378.8091000000002, \"ymax\": 795.2}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1245.6, \"ymin\": 736.0, \"xmax\": 1313.6, \"ymax\": 798.4}, \"category\": \"w34\"}, {\"bbox\": {\"xmin\": 1374.4, \"ymin\": 736.86, \"xmax\": 1443.3447, \"ymax\": 803.241}, \"category\": \"w57\"}]}, \"11061\": {\"path\": \"test/11061.jpg\", \"id\": 11061, \"objects\": [{\"bbox\": {\"xmin\": 177.0, \"ymin\": 945.0, \"xmax\": 196.0, \"ymax\": 980.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1882.0, \"ymin\": 979.0, \"xmax\": 1916.0, \"ymax\": 1023.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1883.0, \"ymin\": 1027.0, \"xmax\": 1919.0, \"ymax\": 1069.0}, \"category\": \"i2r\"}]}, \"74599\": {\"path\": \"test/74599.jpg\", \"id\": 74599, \"objects\": [{\"bbox\": {\"xmin\": 1034.0, \"ymin\": 782.0, \"xmax\": 1089.0, \"ymax\": 837.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1031.0, \"ymin\": 954.0, \"xmax\": 1063.0, \"ymax\": 985.0}, \"category\": \"pn\"}]}, \"7206\": {\"path\": \"test/7206.jpg\", \"id\": 7206, \"objects\": [{\"bbox\": {\"xmin\": 76.0, \"ymin\": 997.333, \"xmax\": 120.0, \"ymax\": 1040.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 77.3333, \"ymin\": 952.0, \"xmax\": 120.0, \"ymax\": 997.3333}, \"category\": \"pl5\"}]}, \"17140\": {\"path\": \"train/17140.jpg\", \"id\": 17140, \"objects\": [{\"bbox\": {\"xmin\": 66.6667, \"ymin\": 886.667, \"xmax\": 164.0, \"ymax\": 998.667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 68.0, \"ymin\": 773.333, \"xmax\": 164.0, \"ymax\": 884.0}, \"category\": \"pr20\"}]}, \"8998\": {\"path\": \"test/8998.jpg\", \"id\": 8998, \"objects\": [{\"bbox\": {\"xmin\": 1258.67, \"ymin\": 973.333, \"xmax\": 1271.9901, \"ymax\": 1017.3335999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1308.0, \"ymin\": 970.667, \"xmax\": 1322.6667, \"ymax\": 1028.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1398.67, \"ymin\": 962.667, \"xmax\": 1429.3333, \"ymax\": 1036.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1582.67, \"ymin\": 936.0, \"xmax\": 1644.0, \"ymax\": 1060.0}, \"category\": \"pl5\"}]}, \"92170\": {\"path\": \"train/92170.jpg\", \"id\": 92170, \"objects\": [{\"bbox\": {\"xmin\": 1852.63, \"ymin\": 978.947, \"xmax\": 1892.1079000000002, \"ymax\": 1019.7368}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1356.58, \"ymin\": 967.105, \"xmax\": 1380.2631999999999, \"ymax\": 990.7889}, \"category\": \"w55\"}]}, \"810\": {\"path\": \"train/810.jpg\", \"id\": 810, \"objects\": [{\"bbox\": {\"xmin\": 1221.05, \"ymin\": 943.421, \"xmax\": 1238.1579, \"ymax\": 961.8421000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1153.95, \"ymin\": 942.105, \"xmax\": 1172.3684, \"ymax\": 957.8947000000001}, \"category\": \"pne\"}]}, \"40821\": {\"path\": \"train/40821.jpg\", \"id\": 40821, \"objects\": [{\"bbox\": {\"xmin\": 426.667, \"ymin\": 909.333, \"xmax\": 466.6667, \"ymax\": 965.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 302.667, \"ymin\": 917.333, \"xmax\": 336.0, \"ymax\": 966.6667}, \"category\": \"ph2.1\"}, {\"bbox\": {\"xmin\": 341.333, \"ymin\": 916.0, \"xmax\": 376.0, \"ymax\": 966.6667}, \"category\": \"pl5\"}]}, \"48108\": {\"path\": \"other/48108.jpg\", \"id\": 48108, \"objects\": [{\"bbox\": {\"xmin\": 900.99, \"ymin\": 957.426, \"xmax\": 914.8515, \"ymax\": 973.2673000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 842.574, \"ymin\": 955.446, \"xmax\": 857.4257, \"ymax\": 971.2871}, \"category\": \"pne\"}]}, \"96081\": {\"path\": \"train/96081.jpg\", \"id\": 96081, \"objects\": [{\"bbox\": {\"xmin\": 786.4, \"ymin\": 564.0, \"xmax\": 876.0, \"ymax\": 646.4}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1337.6, \"ymin\": 557.6, \"xmax\": 1425.6, \"ymax\": 638.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1585.6, \"ymin\": 574.4, \"xmax\": 1663.1999999999998, \"ymax\": 654.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1063.2, \"ymin\": 550.4, \"xmax\": 1153.6000000000001, \"ymax\": 635.1999999999999}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 683.2, \"ymin\": 485.6, \"xmax\": 768.0, \"ymax\": 563.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 949.6, \"ymin\": 464.8, \"xmax\": 1040.0, \"ymax\": 543.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 785.6, \"ymin\": 476.0, \"xmax\": 874.4, \"ymax\": 553.6}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 951.2, \"ymin\": 553.6, \"xmax\": 1042.4, \"ymax\": 637.6}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 683.2, \"ymin\": 573.6, \"xmax\": 768.0, \"ymax\": 652.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1226.4, \"ymin\": 553.6, \"xmax\": 1316.8000000000002, \"ymax\": 636.0}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1486.4, \"ymin\": 565.6, \"xmax\": 1568.0, \"ymax\": 645.6}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1768.0, \"ymin\": 601.6, \"xmax\": 1836.0, \"ymax\": 675.2}, \"category\": \"pne\"}]}, \"16826\": {\"path\": \"test/16826.jpg\", \"id\": 16826, \"objects\": [{\"bbox\": {\"xmin\": 1781.33, \"ymin\": 1096.0, \"xmax\": 1830.6667, \"ymax\": 1148.0}, \"category\": \"pne\"}]}, \"70501\": {\"path\": \"test/70501.jpg\", \"id\": 70501, \"objects\": [{\"bbox\": {\"xmin\": 1088.0, \"ymin\": 701.333, \"xmax\": 1161.3333, \"ymax\": 769.3333}, \"category\": \"pl40\"}]}, \"11869\": {\"path\": \"train/11869.jpg\", \"id\": 11869, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 292.6231994628906, \"xmax\": 98.66486358642578, \"ymax\": 451.8741760253906}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1696.0, \"ymin\": 976.0, \"xmax\": 1747.0, \"ymax\": 1028.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 749.0, \"ymin\": 975.0, \"xmax\": 778.0, \"ymax\": 1004.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1525.0, \"ymin\": 953.0, \"xmax\": 1558.0, \"ymax\": 989.0}, \"category\": \"pn\"}]}, \"23248\": {\"path\": \"train/23248.jpg\", \"id\": 23248, \"objects\": [{\"bbox\": {\"xmin\": 413.492, \"ymin\": 967.46, \"xmax\": 434.92060000000004, \"ymax\": 987.3016}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1350.0, \"ymin\": 942.857, \"xmax\": 1376.1905, \"ymax\": 971.4286}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1120.63, \"ymin\": 958.73, \"xmax\": 1147.6190000000001, \"ymax\": 984.1270000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1121.43, \"ymin\": 996.032, \"xmax\": 1148.4127, \"ymax\": 1021.4286000000001}, \"category\": \"p13\"}]}, \"81495\": {\"path\": \"other/81495.jpg\", \"id\": 81495, \"objects\": [{\"bbox\": {\"xmin\": 915.0, \"ymin\": 640.0, \"xmax\": 1000.0, \"ymax\": 723.0}, \"category\": \"pm10\"}]}, \"84078\": {\"path\": \"train/84078.jpg\", \"id\": 84078, \"objects\": [{\"bbox\": {\"xmin\": 478.947, \"ymin\": 889.474, \"xmax\": 505.2632, \"ymax\": 919.7368}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 405.263, \"ymin\": 893.421, \"xmax\": 428.94739999999996, \"ymax\": 925.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1955.26, \"ymin\": 619.737, \"xmax\": 2021.0353, \"ymax\": 714.4737}, \"category\": \"pne\"}]}, \"96667\": {\"path\": \"test/96667.jpg\", \"id\": 96667, \"objects\": [{\"bbox\": {\"xmin\": 59.1324348449707, \"ymin\": 938.0879516601562, \"xmax\": 82.13029479980469, \"ymax\": 971.5537719726562}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1469.33, \"ymin\": 876.0, \"xmax\": 1492.0, \"ymax\": 900.0}, \"category\": \"p10\"}]}, \"77956\": {\"path\": \"train/77956.jpg\", \"id\": 77956, \"objects\": [{\"bbox\": {\"xmin\": 1268.0, \"ymin\": 621.333, \"xmax\": 1376.0, \"ymax\": 728.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1384.0, \"ymin\": 629.333, \"xmax\": 1486.67, \"ymax\": 732.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 642.667, \"xmax\": 1573.3333, \"ymax\": 737.3333}, \"category\": \"w41\"}]}, \"18444\": {\"path\": \"train/18444.jpg\", \"id\": 18444, \"objects\": [{\"bbox\": {\"xmin\": 50.0, \"ymin\": 1246.0, \"xmax\": 109.0, \"ymax\": 1311.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 289.0, \"ymin\": 1152.0, \"xmax\": 329.0, \"ymax\": 1213.0}, \"category\": \"pl30\"}]}, \"21400\": {\"path\": \"other/21400.jpg\", \"id\": 21400, \"objects\": [{\"bbox\": {\"xmin\": 1102.49, \"ymin\": 978.109, \"xmax\": 1117.4155, \"ymax\": 995.5224000000001}, \"category\": \"pl80\"}]}, \"32530\": {\"path\": \"train/32530.jpg\", \"id\": 32530, \"objects\": [{\"bbox\": {\"xmin\": 661.842, \"ymin\": 801.316, \"xmax\": 703.9474, \"ymax\": 843.4211}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1177.63, \"ymin\": 855.263, \"xmax\": 1209.2105000000001, \"ymax\": 888.1579}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1107.89, \"ymin\": 853.947, \"xmax\": 1140.7895, \"ymax\": 893.4211}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1140.79, \"ymin\": 856.579, \"xmax\": 1176.3157999999999, \"ymax\": 889.4737}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 502.632, \"ymin\": 810.526, \"xmax\": 542.1053, \"ymax\": 851.3158}, \"category\": \"pne\"}]}, \"47647\": {\"path\": \"train/47647.jpg\", \"id\": 47647, \"objects\": [{\"bbox\": {\"xmin\": 760.0, \"ymin\": 986.667, \"xmax\": 812.0, \"ymax\": 1036.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 761.333, \"ymin\": 934.667, \"xmax\": 809.3333, \"ymax\": 985.3333}, \"category\": \"pl5\"}]}, \"79656\": {\"path\": \"test/79656.jpg\", \"id\": 79656, \"objects\": [{\"bbox\": {\"xmin\": 706.667, \"ymin\": 712.0, \"xmax\": 764.0, \"ymax\": 769.3327}, \"category\": \"pr40\"}]}, \"67207\": {\"path\": \"train/67207.jpg\", \"id\": 67207, \"objects\": [{\"bbox\": {\"xmin\": 637.6, \"ymin\": 460.8, \"xmax\": 741.6, \"ymax\": 555.2}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1367.2, \"ymin\": 454.4, \"xmax\": 1470.4, \"ymax\": 545.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1000.8, \"ymin\": 438.4, \"xmax\": 1113.6, \"ymax\": 532.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 515.2, \"ymin\": 380.8, \"xmax\": 614.4000000000001, \"ymax\": 465.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 635.2, \"ymin\": 361.6, \"xmax\": 738.4000000000001, \"ymax\": 449.6}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 865.6, \"ymin\": 440.8, \"xmax\": 981.6, \"ymax\": 536.0}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 518.4, \"ymin\": 476.8, \"xmax\": 616.0, \"ymax\": 567.2}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1240.0, \"ymin\": 445.6, \"xmax\": 1346.4, \"ymax\": 538.4}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1627.2, \"ymin\": 482.4, \"xmax\": 1715.2, \"ymax\": 571.1999999999999}, \"category\": \"pne\"}]}, \"33105\": {\"path\": \"train/33105.jpg\", \"id\": 33105, \"objects\": [{\"bbox\": {\"xmin\": 1878.581787109375, \"ymin\": 900.4083862304688, \"xmax\": 1900.434326171875, \"ymax\": 926.7518920898438}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1803.80126953125, \"ymin\": 893.9703369140625, \"xmax\": 1827.912109375, \"ymax\": 921.93603515625}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1829.9107666015625, \"ymin\": 1001.6088256835938, \"xmax\": 1848.8135986328125, \"ymax\": 1021.5692749023438}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1831.670166015625, \"ymin\": 946.06982421875, \"xmax\": 1849.697021484375, \"ymax\": 967.438720703125}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1667.33, \"ymin\": 816.832, \"xmax\": 1703.9604, \"ymax\": 860.396}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1469.31, \"ymin\": 797.03, \"xmax\": 1515.8583999999998, \"ymax\": 842.5743}, \"category\": \"pne\"}]}, \"94799\": {\"path\": \"train/94799.jpg\", \"id\": 94799, \"objects\": [{\"bbox\": {\"xmin\": 1336.42, \"ymin\": 889.404, \"xmax\": 1362.9139, \"ymax\": 914.5695}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1434.44, \"ymin\": 925.828, \"xmax\": 1447.0199, \"ymax\": 945.0331}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1230.46, \"ymin\": 885.43, \"xmax\": 1255.6291, \"ymax\": 915.2317999999999}, \"category\": \"pne\"}]}, \"77025\": {\"path\": \"train/77025.jpg\", \"id\": 77025, \"objects\": [{\"bbox\": {\"xmin\": 1056.8, \"ymin\": 884.8, \"xmax\": 1144.0, \"ymax\": 972.8}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 140.8, \"ymin\": 955.2, \"xmax\": 160.8, \"ymax\": 976.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 670.4, \"ymin\": 908.0, \"xmax\": 735.1999999999999, \"ymax\": 978.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 664.0, \"ymin\": 822.4, \"xmax\": 728.0, \"ymax\": 891.1999999999999}, \"category\": \"pm20\"}]}, \"85331\": {\"path\": \"train/85331.jpg\", \"id\": 85331, \"objects\": [{\"bbox\": {\"xmin\": 1612.8, \"ymin\": 976.8, \"xmax\": 1647.2, \"ymax\": 1008.8}, \"category\": \"pg\"}]}, \"8466\": {\"path\": \"train/8466.jpg\", \"id\": 8466, \"objects\": [{\"bbox\": {\"xmin\": 22.7723, \"ymin\": 979.208, \"xmax\": 59.4059, \"ymax\": 1011.8811999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 22.7723, \"ymin\": 937.624, \"xmax\": 58.415800000000004, \"ymax\": 972.2768}, \"category\": \"pn\"}]}, \"2790\": {\"path\": \"other/2790.jpg\", \"id\": 2790, \"objects\": [{\"bbox\": {\"xmin\": 1195.05, \"ymin\": 939.604, \"xmax\": 1208.911, \"ymax\": 955.4455}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1152.48, \"ymin\": 939.604, \"xmax\": 1167.3267, \"ymax\": 954.4554}, \"category\": \"pne\"}]}, \"7480\": {\"path\": \"train/7480.jpg\", \"id\": 7480, \"objects\": [{\"bbox\": {\"xmin\": 415.385, \"ymin\": 423.077, \"xmax\": 523.077, \"ymax\": 523.0769}, \"category\": \"i5\"}]}, \"93470\": {\"path\": \"other/93470.jpg\", \"id\": 93470, \"objects\": [{\"bbox\": {\"xmin\": 1103.97, \"ymin\": 1058.73, \"xmax\": 1119.0476, \"ymax\": 1077.7778}, \"category\": \"pn\"}]}, \"49747\": {\"path\": \"train/49747.jpg\", \"id\": 49747, \"objects\": [{\"bbox\": {\"xmin\": 1666.17, \"ymin\": 1018.91, \"xmax\": 1693.0398, \"ymax\": 1051.7438}, \"category\": \"pl80\"}]}, \"44980\": {\"path\": \"test/44980.jpg\", \"id\": 44980, \"objects\": [{\"bbox\": {\"xmin\": 1378.41, \"ymin\": 888.636, \"xmax\": 1403.4091, \"ymax\": 913.6364}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1522.73, \"ymin\": 921.591, \"xmax\": 1542.0455, \"ymax\": 939.2045}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1501.14, \"ymin\": 918.182, \"xmax\": 1519.8864, \"ymax\": 937.5}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1547.73, \"ymin\": 920.455, \"xmax\": 1563.0682, \"ymax\": 940.3409}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1264.77, \"ymin\": 884.091, \"xmax\": 1292.0455, \"ymax\": 913.0682}, \"category\": \"pne\"}]}, \"75562\": {\"path\": \"other/75562.jpg\", \"id\": 75562, \"objects\": [{\"bbox\": {\"xmin\": 1195.33, \"ymin\": 958.667, \"xmax\": 1241.0926, \"ymax\": 1002.2565000000001}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 1194.87, \"ymin\": 917.73, \"xmax\": 1239.2395, \"ymax\": 959.7731}, \"category\": \"pm46\"}]}, \"49547\": {\"path\": \"train/49547.jpg\", \"id\": 49547, \"objects\": [{\"bbox\": {\"xmin\": 1368.0, \"ymin\": 990.0, \"xmax\": 1416.0, \"ymax\": 1041.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1638.0, \"ymin\": 995.0, \"xmax\": 1670.0, \"ymax\": 1030.0}, \"category\": \"pn\"}]}, \"8836\": {\"path\": \"train/8836.jpg\", \"id\": 8836, \"objects\": [{\"bbox\": {\"xmin\": 626.667, \"ymin\": 1032.0, \"xmax\": 652.0, \"ymax\": 1060.0}, \"category\": \"ph2\"}, {\"bbox\": {\"xmin\": 208.0, \"ymin\": 937.333, \"xmax\": 244.0, \"ymax\": 974.6667}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 660.0, \"ymin\": 1030.67, \"xmax\": 688.0, \"ymax\": 1060.0}, \"category\": \"pl5\"}]}, \"45969\": {\"path\": \"train/45969.jpg\", \"id\": 45969, \"objects\": [{\"bbox\": {\"xmin\": 1182.0, \"ymin\": 982.0, \"xmax\": 1232.0, \"ymax\": 1029.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 486.0, \"ymin\": 823.0, \"xmax\": 534.0, \"ymax\": 873.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 438.0, \"ymin\": 823.0, \"xmax\": 484.0, \"ymax\": 868.0}, \"category\": \"pl40\"}]}, \"38061\": {\"path\": \"train/38061.jpg\", \"id\": 38061, \"objects\": [{\"bbox\": {\"xmin\": 1297.0, \"ymin\": 916.0, \"xmax\": 1318.0, \"ymax\": 939.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 900.0, \"ymin\": 817.0, \"xmax\": 940.0, \"ymax\": 858.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1277.0, \"ymin\": 918.0, \"xmax\": 1293.0, \"ymax\": 938.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1320.0, \"ymin\": 916.0, \"xmax\": 1342.0, \"ymax\": 938.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1060.0, \"ymin\": 806.0, \"xmax\": 1109.0, \"ymax\": 854.0}, \"category\": \"phclr\"}]}, \"65191\": {\"path\": \"train/65191.jpg\", \"id\": 65191, \"objects\": [{\"bbox\": {\"xmin\": 392.079, \"ymin\": 959.406, \"xmax\": 415.8416, \"ymax\": 992.0791999999999}, \"category\": \"p19\"}]}, \"94607\": {\"path\": \"train/94607.jpg\", \"id\": 94607, \"objects\": [{\"bbox\": {\"xmin\": 1894.0, \"ymin\": 1017.0, \"xmax\": 1908.0, \"ymax\": 1033.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 464.0, \"ymin\": 781.0, \"xmax\": 490.0, \"ymax\": 834.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1857.0, \"ymin\": 982.0, \"xmax\": 1876.0, \"ymax\": 1003.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 435.0, \"ymin\": 970.0, \"xmax\": 475.0, \"ymax\": 1050.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 354.0, \"ymin\": 738.0, \"xmax\": 389.0, \"ymax\": 795.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 321.0, \"ymin\": 728.0, \"xmax\": 354.0, \"ymax\": 791.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 411.0, \"ymin\": 887.0, \"xmax\": 483.0, \"ymax\": 957.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 437.0, \"ymin\": 772.0, \"xmax\": 464.0, \"ymax\": 822.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1818.0, \"ymin\": 1008.0, \"xmax\": 1834.0, \"ymax\": 1025.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1818.0, \"ymin\": 1027.0, \"xmax\": 1833.0, \"ymax\": 1042.0}, \"category\": \"pn\"}]}, \"79220\": {\"path\": \"train/79220.jpg\", \"id\": 79220, \"objects\": [{\"bbox\": {\"xmin\": 900.662, \"ymin\": 943.709, \"xmax\": 919.2053000000001, \"ymax\": 962.9138999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1111.92, \"ymin\": 961.589, \"xmax\": 1125.1656, \"ymax\": 974.8344000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1080.79, \"ymin\": 962.252, \"xmax\": 1094.0397, \"ymax\": 974.1722}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1096.03, \"ymin\": 961.589, \"xmax\": 1111.2583, \"ymax\": 975.4967}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 833.113, \"ymin\": 942.384, \"xmax\": 847.0199, \"ymax\": 960.2649}, \"category\": \"pne\"}]}, \"78590\": {\"path\": \"train/78590.jpg\", \"id\": 78590, \"objects\": [{\"bbox\": {\"xmin\": 605.088, \"ymin\": 987.769, \"xmax\": 638.4217, \"ymax\": 1021.102}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 424.603, \"ymin\": 957.143, \"xmax\": 449.2063, \"ymax\": 990.4764}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 421.522, \"ymin\": 991.316, \"xmax\": 447.0124, \"ymax\": 1018.7674000000001}, \"category\": \"pn\"}]}, \"62920\": {\"path\": \"train/62920.jpg\", \"id\": 62920, \"objects\": [{\"bbox\": {\"xmin\": 953.465, \"ymin\": 890.099, \"xmax\": 978.2178, \"ymax\": 914.8518}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1155.45, \"ymin\": 891.089, \"xmax\": 1181.1881, \"ymax\": 917.8218}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1186.14, \"ymin\": 892.079, \"xmax\": 1210.8911, \"ymax\": 915.8416}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 798.02, \"ymin\": 889.109, \"xmax\": 818.8118999999999, \"ymax\": 913.8614}, \"category\": \"pne\"}]}, \"2108\": {\"path\": \"train/2108.jpg\", \"id\": 2108, \"objects\": [{\"bbox\": {\"xmin\": 1648.0, \"ymin\": 697.333, \"xmax\": 1677.3333, \"ymax\": 740.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1602.67, \"ymin\": 688.0, \"xmax\": 1636.0, \"ymax\": 732.0}, \"category\": \"p23\"}]}, \"72848\": {\"path\": \"train/72848.jpg\", \"id\": 72848, \"objects\": [{\"bbox\": {\"xmin\": 101.0, \"ymin\": 435.0, \"xmax\": 198.0, \"ymax\": 576.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 198.0, \"ymin\": 482.0, \"xmax\": 280.0, \"ymax\": 612.0}, \"category\": \"pm55\"}]}, \"81489\": {\"path\": \"train/81489.jpg\", \"id\": 81489, \"objects\": [{\"bbox\": {\"xmin\": 1583.0, \"ymin\": 1056.0, \"xmax\": 1610.0, \"ymax\": 1082.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1015.0, \"ymin\": 991.0, \"xmax\": 1034.0, \"ymax\": 1011.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 490.0, \"ymin\": 995.0, \"xmax\": 510.0, \"ymax\": 1017.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 488.0, \"ymin\": 973.0, \"xmax\": 511.0, \"ymax\": 997.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1015.0, \"ymin\": 962.0, \"xmax\": 1036.0, \"ymax\": 983.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 523.0, \"ymin\": 955.0, \"xmax\": 532.0, \"ymax\": 967.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 573.0, \"ymin\": 959.0, \"xmax\": 583.0, \"ymax\": 969.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1018.0, \"ymin\": 1049.0, \"xmax\": 1035.0, \"ymax\": 1066.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1021.0, \"ymin\": 1075.0, \"xmax\": 1036.0, \"ymax\": 1091.0}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 888.0, \"ymin\": 1036.0, \"xmax\": 916.0, \"ymax\": 1064.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1189.0, \"ymin\": 974.0, \"xmax\": 1206.0, \"ymax\": 993.0}, \"category\": \"pdd\"}]}, \"76860\": {\"path\": \"other/76860.jpg\", \"id\": 76860, \"objects\": [{\"bbox\": {\"xmin\": 1627.45, \"ymin\": 860.784, \"xmax\": 1719.6078, \"ymax\": 947.0588}, \"category\": \"w63\"}]}, \"33969\": {\"path\": \"train/33969.jpg\", \"id\": 33969, \"objects\": [{\"bbox\": {\"xmin\": 584.0, \"ymin\": 967.2, \"xmax\": 624.0, \"ymax\": 1010.4000000000001}, \"category\": \"pl80\"}]}, \"61901\": {\"path\": \"test/61901.jpg\", \"id\": 61901, \"objects\": [{\"bbox\": {\"xmin\": 1679.21, \"ymin\": 894.059, \"xmax\": 1706.9307000000001, \"ymax\": 927.7228}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 151.485, \"ymin\": 945.545, \"xmax\": 175.2475, \"ymax\": 976.2375999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 151.485, \"ymin\": 991.089, \"xmax\": 175.2475, \"ymax\": 1021.7822000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 152.475, \"ymin\": 900.0, \"xmax\": 178.21779999999998, \"ymax\": 931.6831999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1595.05, \"ymin\": 894.059, \"xmax\": 1621.7821999999999, \"ymax\": 922.7723}, \"category\": \"pne\"}]}, \"26942\": {\"path\": \"train/26942.jpg\", \"id\": 26942, \"objects\": [{\"bbox\": {\"xmin\": 909.1224975585938, \"ymin\": 934.69189453125, \"xmax\": 931.1044311523438, \"ymax\": 957.0736083984375}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 744.554, \"ymin\": 906.931, \"xmax\": 765.3466, \"ymax\": 924.7525}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 827.723, \"ymin\": 937.624, \"xmax\": 846.5368, \"ymax\": 958.4158}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 869.307, \"ymin\": 935.644, \"xmax\": 889.11, \"ymax\": 958.4158}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 621.782, \"ymin\": 906.931, \"xmax\": 640.5941, \"ymax\": 926.7327}, \"category\": \"pne\"}]}, \"76262\": {\"path\": \"train/76262.jpg\", \"id\": 76262, \"objects\": [{\"bbox\": {\"xmin\": 328.200927734375, \"ymin\": 959.8040161132812, \"xmax\": 361.65313720703125, \"ymax\": 990.1996459960938}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1509.96, \"ymin\": 841.833, \"xmax\": 1545.8167, \"ymax\": 879.2828999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1548.2, \"ymin\": 842.629, \"xmax\": 1582.8685, \"ymax\": 878.8827}, \"category\": \"pn\"}]}, \"17694\": {\"path\": \"train/17694.jpg\", \"id\": 17694, \"objects\": [{\"bbox\": {\"xmin\": 176.471, \"ymin\": 311.765, \"xmax\": 290.196, \"ymax\": 437.255}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1360.78, \"ymin\": 450.98, \"xmax\": 1460.7839999999999, \"ymax\": 547.0588}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1464.71, \"ymin\": 462.745, \"xmax\": 1570.588, \"ymax\": 558.8235}, \"category\": \"pn\"}]}, \"59164\": {\"path\": \"test/59164.jpg\", \"id\": 59164, \"objects\": [{\"bbox\": {\"xmin\": 758.667, \"ymin\": 1029.33, \"xmax\": 802.6667, \"ymax\": 1077.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 758.667, \"ymin\": 984.0, \"xmax\": 806.6667, \"ymax\": 1028.0}, \"category\": \"pl5\"}]}, \"31690\": {\"path\": \"train/31690.jpg\", \"id\": 31690, \"objects\": [{\"bbox\": {\"xmin\": 1848.0, \"ymin\": 926.667, \"xmax\": 1921.3333, \"ymax\": 1000.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1598.67, \"ymin\": 737.333, \"xmax\": 1674.6667, \"ymax\": 818.6667}, \"category\": \"pl60\"}]}, \"57899\": {\"path\": \"train/57899.jpg\", \"id\": 57899, \"objects\": [{\"bbox\": {\"xmin\": 1843.213134765625, \"ymin\": 608.3140869140625, \"xmax\": 1890.458740234375, \"ymax\": 665.1663818359375}, \"category\": \"pbm\"}, {\"bbox\": {\"xmin\": 1822.0, \"ymin\": 672.0, \"xmax\": 1874.0, \"ymax\": 733.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1743.0, \"ymin\": 968.0, \"xmax\": 1783.0, \"ymax\": 1021.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1741.0, \"ymin\": 915.0, \"xmax\": 1787.0, \"ymax\": 964.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1750.0, \"ymin\": 662.0, \"xmax\": 1807.0, \"ymax\": 728.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1725.0, \"ymin\": 588.0, \"xmax\": 1784.0, \"ymax\": 652.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1787.0, \"ymin\": 600.0, \"xmax\": 1841.0, \"ymax\": 660.0}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1289.0, \"ymin\": 788.0, \"xmax\": 1348.0, \"ymax\": 847.0}, \"category\": \"pmb\"}]}, \"15965\": {\"path\": \"other/15965.jpg\", \"id\": 15965, \"objects\": [{\"bbox\": {\"xmin\": 250.667, \"ymin\": 897.333, \"xmax\": 302.6667, \"ymax\": 949.3333}, \"category\": \"ps\"}]}, \"39271\": {\"path\": \"train/39271.jpg\", \"id\": 39271, \"objects\": [{\"bbox\": {\"xmin\": 52.0, \"ymin\": 1020.0, \"xmax\": 88.0, \"ymax\": 1072.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 52.0, \"ymin\": 962.667, \"xmax\": 88.0, \"ymax\": 1012.0}, \"category\": \"pm55\"}]}, \"4374\": {\"path\": \"train/4374.jpg\", \"id\": 4374, \"objects\": [{\"bbox\": {\"xmin\": 65.0, \"ymin\": 718.0, \"xmax\": 148.0, \"ymax\": 830.0}, \"category\": \"pl80\"}]}, \"92093\": {\"path\": \"train/92093.jpg\", \"id\": 92093, \"objects\": [{\"bbox\": {\"xmin\": 1275.3, \"ymin\": 917.818, \"xmax\": 1292.0843, \"ymax\": 938.6142}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 155.446, \"ymin\": 980.198, \"xmax\": 174.2574, \"ymax\": 1002.9703}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1198.0, \"ymin\": 918.812, \"xmax\": 1217.8218, \"ymax\": 938.6133}, \"category\": \"pne\"}]}, \"49372\": {\"path\": \"test/49372.jpg\", \"id\": 49372, \"objects\": [{\"bbox\": {\"xmin\": 924.3215942382812, \"ymin\": 887.0662841796875, \"xmax\": 940.3646850585938, \"ymax\": 911.9599609375}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 465.333, \"ymin\": 917.333, \"xmax\": 521.3333, \"ymax\": 977.3333}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 462.667, \"ymin\": 826.667, \"xmax\": 522.6667, \"ymax\": 882.6667}, \"category\": \"p23\"}]}, \"47186\": {\"path\": \"train/47186.jpg\", \"id\": 47186, \"objects\": [{\"bbox\": {\"xmin\": 1117.37, \"ymin\": 829.365, \"xmax\": 1150.7954, \"ymax\": 870.6357}, \"category\": \"pn\"}]}, \"44682\": {\"path\": \"other/44682.jpg\", \"id\": 44682, \"objects\": [{\"bbox\": {\"xmin\": 168.20164489746094, \"ymin\": 901.6298828125, \"xmax\": 191.77760314941406, \"ymax\": 933.784912109375}, \"category\": \"i4\"}]}, \"10446\": {\"path\": \"test/10446.jpg\", \"id\": 10446, \"objects\": [{\"bbox\": {\"xmin\": 1376.0, \"ymin\": 1034.67, \"xmax\": 1402.6667, \"ymax\": 1058.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1762.67, \"ymin\": 886.667, \"xmax\": 1812.0066000000002, \"ymax\": 934.667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1798.67, \"ymin\": 1040.0, \"xmax\": 1821.3333, \"ymax\": 1064.0}, \"category\": \"i2r\"}]}, \"52207\": {\"path\": \"test/52207.jpg\", \"id\": 52207, \"objects\": [{\"bbox\": {\"xmin\": 1815.0, \"ymin\": 938.0, \"xmax\": 1835.0, \"ymax\": 961.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1815.0, \"ymin\": 967.0, \"xmax\": 1834.0, \"ymax\": 990.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1812.0, \"ymin\": 1012.0, \"xmax\": 1823.0, \"ymax\": 1026.0}, \"category\": \"i4l\"}]}, \"49384\": {\"path\": \"train/49384.jpg\", \"id\": 49384, \"objects\": [{\"bbox\": {\"xmin\": 1390.1783447265625, \"ymin\": 924.969482421875, \"xmax\": 1419.9337158203125, \"ymax\": 956.597900390625}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1953.47, \"ymin\": 937.624, \"xmax\": 1989.1089, \"ymax\": 988.1188}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1973.27, \"ymin\": 890.099, \"xmax\": 2013.8614, \"ymax\": 937.6238000000001}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1999.01, \"ymin\": 942.574, \"xmax\": 2031.6832, \"ymax\": 988.1188}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1357.43, \"ymin\": 920.792, \"xmax\": 1389.1352000000002, \"ymax\": 957.4257}, \"category\": \"pl50\"}]}, \"5982\": {\"path\": \"test/5982.jpg\", \"id\": 5982, \"objects\": [{\"bbox\": {\"xmin\": 1368.0, \"ymin\": 885.333, \"xmax\": 1416.0, \"ymax\": 936.0}, \"category\": \"pl60\"}]}, \"44754\": {\"path\": \"test/44754.jpg\", \"id\": 44754, \"objects\": [{\"bbox\": {\"xmin\": 956.0, \"ymin\": 716.0, \"xmax\": 1021.3333, \"ymax\": 781.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1241.33, \"ymin\": 925.333, \"xmax\": 1292.0, \"ymax\": 973.3333}, \"category\": \"pm20\"}]}, \"97030\": {\"path\": \"test/97030.jpg\", \"id\": 97030, \"objects\": [{\"bbox\": {\"xmin\": 1782.35, \"ymin\": 882.353, \"xmax\": 1841.1733, \"ymax\": 968.6270999999999}, \"category\": \"pne\"}]}, \"91522\": {\"path\": \"train/91522.jpg\", \"id\": 91522, \"objects\": [{\"bbox\": {\"xmin\": 284.963623046875, \"ymin\": 1095.5284423828125, \"xmax\": 310.7828369140625, \"ymax\": 1121.9268798828125}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 284.106, \"ymin\": 1045.7, \"xmax\": 314.5695, \"ymax\": 1088.0795}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 37.7483, \"ymin\": 960.927, \"xmax\": 82.1192, \"ymax\": 1009.2715000000001}, \"category\": \"w59\"}]}, \"95671\": {\"path\": \"train/95671.jpg\", \"id\": 95671, \"objects\": [{\"bbox\": {\"xmin\": 1583.0, \"ymin\": 751.0, \"xmax\": 1635.0, \"ymax\": 807.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1641.0, \"ymin\": 756.0, \"xmax\": 1692.0, \"ymax\": 814.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1327.0, \"ymin\": 951.0, \"xmax\": 1345.0, \"ymax\": 967.0}, \"category\": \"w47\"}, {\"bbox\": {\"xmin\": 1324.0, \"ymin\": 970.0, \"xmax\": 1343.0, \"ymax\": 988.0}, \"category\": \"w57\"}]}, \"33768\": {\"path\": \"test/33768.jpg\", \"id\": 33768, \"objects\": [{\"bbox\": {\"xmin\": 1398.02, \"ymin\": 879.208, \"xmax\": 1425.7426, \"ymax\": 911.8811999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1566.34, \"ymin\": 919.802, \"xmax\": 1583.1682999999998, \"ymax\": 943.5644}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1522.77, \"ymin\": 917.822, \"xmax\": 1540.5941, \"ymax\": 941.5842}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1542.57, \"ymin\": 922.772, \"xmax\": 1562.3762, \"ymax\": 944.5545000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1268.32, \"ymin\": 874.257, \"xmax\": 1303.9604, \"ymax\": 907.9208}, \"category\": \"pne\"}]}, \"44081\": {\"path\": \"train/44081.jpg\", \"id\": 44081, \"objects\": [{\"bbox\": {\"xmin\": 29.4117, \"ymin\": 729.412, \"xmax\": 82.3529, \"ymax\": 794.1174000000001}, \"category\": \"pl80\"}]}, \"18447\": {\"path\": \"test/18447.jpg\", \"id\": 18447, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 739.216, \"xmax\": 28.9474, \"ymax\": 786.2745}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 27.6316, \"ymin\": 749.02, \"xmax\": 61.8421, \"ymax\": 794.1176}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 456.863, \"ymin\": 996.078, \"xmax\": 482.3529, \"ymax\": 1021.5686}, \"category\": \"pne\"}]}, \"61231\": {\"path\": \"test/61231.jpg\", \"id\": 61231, \"objects\": [{\"bbox\": {\"xmin\": 1666.67, \"ymin\": 762.667, \"xmax\": 1710.6667, \"ymax\": 817.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1620.0, \"ymin\": 764.0, \"xmax\": 1662.6667, \"ymax\": 816.0}, \"category\": \"w55\"}]}, \"74252\": {\"path\": \"train/74252.jpg\", \"id\": 74252, \"objects\": [{\"bbox\": {\"xmin\": 1669.23, \"ymin\": 307.692, \"xmax\": 1792.308, \"ymax\": 453.846}, \"category\": \"pne\"}]}, \"30141\": {\"path\": \"train/30141.jpg\", \"id\": 30141, \"objects\": [{\"bbox\": {\"xmin\": 290.667, \"ymin\": 532.0, \"xmax\": 337.33329999999995, \"ymax\": 610.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 413.333, \"ymin\": 600.0, \"xmax\": 445.3333, \"ymax\": 668.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 116.0, \"ymin\": 444.0, \"xmax\": 178.6667, \"ymax\": 540.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 28.0, \"ymin\": 406.667, \"xmax\": 105.3333, \"ymax\": 504.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 230.667, \"ymin\": 500.0, \"xmax\": 285.3333, \"ymax\": 586.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 372.0, \"ymin\": 574.667, \"xmax\": 413.3333, \"ymax\": 648.0}, \"category\": \"pl100\"}]}, \"57156\": {\"path\": \"train/57156.jpg\", \"id\": 57156, \"objects\": [{\"bbox\": {\"xmin\": 176.5943603515625, \"ymin\": 840.2473754882812, \"xmax\": 202.92013549804688, \"ymax\": 885.0682983398438}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 114.19071960449219, \"ymin\": 829.2899169921875, \"xmax\": 144.6587677001953, \"ymax\": 875.68408203125}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 147.55044555664062, \"ymin\": 837.468505859375, \"xmax\": 174.42303466796875, \"ymax\": 882.846923828125}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 761.842, \"ymin\": 576.316, \"xmax\": 806.5789, \"ymax\": 686.842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 568.421, \"ymin\": 372.368, \"xmax\": 655.2632000000001, \"ymax\": 536.842}, \"category\": \"pne\"}]}, \"76219\": {\"path\": \"train/76219.jpg\", \"id\": 76219, \"objects\": [{\"bbox\": {\"xmin\": 1421.57, \"ymin\": 868.627, \"xmax\": 1452.6316, \"ymax\": 897.3684}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1386.27, \"ymin\": 863.158, \"xmax\": 1415.7895, \"ymax\": 901.3165}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1456.86, \"ymin\": 866.667, \"xmax\": 1482.8946999999998, \"ymax\": 898.6842}, \"category\": \"pn\"}]}, \"69483\": {\"path\": \"test/69483.jpg\", \"id\": 69483, \"objects\": [{\"bbox\": {\"xmin\": 1974.51, \"ymin\": 537.255, \"xmax\": 2043.1373, \"ymax\": 627.4509}, \"category\": \"pne\"}]}, \"82506\": {\"path\": \"test/82506.jpg\", \"id\": 82506, \"objects\": [{\"bbox\": {\"xmin\": 933.333, \"ymin\": 777.333, \"xmax\": 986.6667, \"ymax\": 826.6667}, \"category\": \"pl60\"}]}, \"60049\": {\"path\": \"train/60049.jpg\", \"id\": 60049, \"objects\": [{\"bbox\": {\"xmin\": 1428.53, \"ymin\": 922.086, \"xmax\": 1449.6963, \"ymax\": 942.9448}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1451.84, \"ymin\": 923.006, \"xmax\": 1471.1655999999998, \"ymax\": 943.5585}, \"category\": \"pn\"}]}, \"37349\": {\"path\": \"train/37349.jpg\", \"id\": 37349, \"objects\": [{\"bbox\": {\"xmin\": 863.0, \"ymin\": 954.0, \"xmax\": 879.0, \"ymax\": 973.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 812.0, \"ymin\": 906.0, \"xmax\": 831.0, \"ymax\": 927.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 815.0, \"ymin\": 933.0, \"xmax\": 833.0, \"ymax\": 954.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1214.0, \"ymin\": 976.0, \"xmax\": 1237.0, \"ymax\": 998.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1213.0, \"ymin\": 1002.0, \"xmax\": 1236.0, \"ymax\": 1027.0}, \"category\": \"i2r\"}]}, \"6789\": {\"path\": \"train/6789.jpg\", \"id\": 6789, \"objects\": [{\"bbox\": {\"xmin\": 1468.0, \"ymin\": 952.0, \"xmax\": 1500.0, \"ymax\": 985.3333}, \"category\": \"p26\"}]}, \"31493\": {\"path\": \"test/31493.jpg\", \"id\": 31493, \"objects\": [{\"bbox\": {\"xmin\": 1444.52, \"ymin\": 974.751, \"xmax\": 1467.4474, \"ymax\": 995.0165999999999}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1537.87, \"ymin\": 983.056, \"xmax\": 1557.4750999999999, \"ymax\": 1002.3256}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1994.35, \"ymin\": 1000.34, \"xmax\": 2009.3013999999998, \"ymax\": 1014.9546}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1835.54, \"ymin\": 994.02, \"xmax\": 1851.4917, \"ymax\": 1009.6342}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1304.65, \"ymin\": 975.415, \"xmax\": 1321.5925000000002, \"ymax\": 994.0199}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1539.21, \"ymin\": 961.462, \"xmax\": 1557.8095, \"ymax\": 980.3984}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1645.51, \"ymin\": 988.04, \"xmax\": 1664.7818, \"ymax\": 1008.6379}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1739.53, \"ymin\": 990.033, \"xmax\": 1760.4607, \"ymax\": 1009.6348}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1836.88, \"ymin\": 975.416, \"xmax\": 1851.8295, \"ymax\": 991.0301000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1918.27, \"ymin\": 996.346, \"xmax\": 1935.2182, \"ymax\": 1015.9468}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1996.68, \"ymin\": 983.389, \"xmax\": 2010.9635, \"ymax\": 997.6749}, \"category\": \"pl5\"}]}, \"47695\": {\"path\": \"train/47695.jpg\", \"id\": 47695, \"objects\": [{\"bbox\": {\"xmin\": 1562.67, \"ymin\": 444.0, \"xmax\": 1656.0, \"ymax\": 536.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 518.667, \"ymin\": 385.333, \"xmax\": 629.3330000000001, \"ymax\": 477.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1060.0, \"ymin\": 370.667, \"xmax\": 1177.333, \"ymax\": 465.3336}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1853.33, \"ymin\": 462.666, \"xmax\": 1921.3333, \"ymax\": 541.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 105.333, \"ymin\": 456.0, \"xmax\": 224.0, \"ymax\": 588.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 300.0, \"ymin\": 420.0, \"xmax\": 394.6667, \"ymax\": 505.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 794.667, \"ymin\": 365.333, \"xmax\": 910.667, \"ymax\": 455.9997}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1330.67, \"ymin\": 401.333, \"xmax\": 1437.333, \"ymax\": 493.3333}, \"category\": \"pl80\"}]}, \"13587\": {\"path\": \"other/13587.jpg\", \"id\": 13587, \"objects\": [{\"bbox\": {\"xmin\": 925.333, \"ymin\": 1009.33, \"xmax\": 940.0, \"ymax\": 1024.0}, \"category\": \"pne\"}]}, \"40339\": {\"path\": \"train/40339.jpg\", \"id\": 40339, \"objects\": [{\"bbox\": {\"xmin\": 1124.5, \"ymin\": 899.338, \"xmax\": 1149.6689, \"ymax\": 927.8145999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1095.36, \"ymin\": 901.325, \"xmax\": 1119.8674999999998, \"ymax\": 929.1391000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1152.98, \"ymin\": 901.987, \"xmax\": 1177.4834, \"ymax\": 931.1257999999999}, \"category\": \"pn\"}]}, \"2359\": {\"path\": \"other/2359.jpg\", \"id\": 2359, \"objects\": [{\"bbox\": {\"xmin\": 1260.7489013671875, \"ymin\": 1015.3642578125, \"xmax\": 1290.5718994140625, \"ymax\": 1054.877685546875}, \"category\": \"pl5\"}]}, \"86814\": {\"path\": \"train/86814.jpg\", \"id\": 86814, \"objects\": [{\"bbox\": {\"xmin\": 330.263, \"ymin\": 773.684, \"xmax\": 369.73679999999996, \"ymax\": 823.6841999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 376.316, \"ymin\": 764.474, \"xmax\": 428.94739999999996, \"ymax\": 821.0526000000001}, \"category\": \"pn\"}]}, \"77841\": {\"path\": \"test/77841.jpg\", \"id\": 77841, \"objects\": [{\"bbox\": {\"xmin\": 533.333, \"ymin\": 948.0, \"xmax\": 574.6667, \"ymax\": 1013.3333}, \"category\": \"pl30\"}]}, \"88612\": {\"path\": \"train/88612.jpg\", \"id\": 88612, \"objects\": [{\"bbox\": {\"xmin\": 1527.37, \"ymin\": 914.926, \"xmax\": 1549.7537, \"ymax\": 938.8065}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1552.24, \"ymin\": 915.92, \"xmax\": 1572.1394, \"ymax\": 939.3035}, \"category\": \"pn\"}]}, \"42329\": {\"path\": \"test/42329.jpg\", \"id\": 42329, \"objects\": [{\"bbox\": {\"xmin\": 780.0, \"ymin\": 1016.0, \"xmax\": 799.0, \"ymax\": 1032.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1110.0, \"ymin\": 900.0, \"xmax\": 1136.0, \"ymax\": 929.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1946.0, \"ymin\": 1001.0, \"xmax\": 1962.0, \"ymax\": 1020.0}, \"category\": \"pne\"}]}, \"11600\": {\"path\": \"train/11600.jpg\", \"id\": 11600, \"objects\": [{\"bbox\": {\"xmin\": 1394.67, \"ymin\": 488.0, \"xmax\": 1505.333, \"ymax\": 589.333}, \"category\": \"p11\"}]}, \"14637\": {\"path\": \"train/14637.jpg\", \"id\": 14637, \"objects\": [{\"bbox\": {\"xmin\": 915.661, \"ymin\": 824.794, \"xmax\": 956.8372999999999, \"ymax\": 875.7739}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 868.627, \"ymin\": 830.263, \"xmax\": 909.8039, \"ymax\": 876.4707000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 960.784, \"ymin\": 823.529, \"xmax\": 1013.1579, \"ymax\": 878.9474}, \"category\": \"pn\"}]}, \"48001\": {\"path\": \"train/48001.jpg\", \"id\": 48001, \"objects\": [{\"bbox\": {\"xmin\": 1309.6, \"ymin\": 845.6, \"xmax\": 1354.3999999999999, \"ymax\": 892.8000000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1308.0, \"ymin\": 792.0, \"xmax\": 1362.4, \"ymax\": 846.4}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1265.6, \"ymin\": 738.4, \"xmax\": 1320.0, \"ymax\": 795.1999999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1315.2, \"ymin\": 928.0, \"xmax\": 1349.6000000000001, \"ymax\": 961.6}, \"category\": \"pdd\"}]}, \"9376\": {\"path\": \"train/9376.jpg\", \"id\": 9376, \"objects\": [{\"bbox\": {\"xmin\": 1882.67, \"ymin\": 980.0, \"xmax\": 1972.0, \"ymax\": 1084.0}, \"category\": \"pl60\"}]}, \"37466\": {\"path\": \"other/37466.jpg\", \"id\": 37466, \"objects\": [{\"bbox\": {\"xmin\": 1203.97, \"ymin\": 926.19, \"xmax\": 1219.0476, \"ymax\": 943.6508}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1134.92, \"ymin\": 928.571, \"xmax\": 1149.2063, \"ymax\": 942.8571000000001}, \"category\": \"pne\"}]}, \"97157\": {\"path\": \"train/97157.jpg\", \"id\": 97157, \"objects\": [{\"bbox\": {\"xmin\": 62.3762, \"ymin\": 946.535, \"xmax\": 79.2079, \"ymax\": 970.297}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 948.515, \"ymin\": 964.356, \"xmax\": 961.3860999999999, \"ymax\": 981.1881}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1926.73, \"ymin\": 894.059, \"xmax\": 1940.5941, \"ymax\": 919.802}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1.9802, \"ymin\": 942.574, \"xmax\": 13.8614, \"ymax\": 966.3366}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 887.129, \"ymin\": 965.347, \"xmax\": 900.0, \"ymax\": 981.1881}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1869.31, \"ymin\": 904.95, \"xmax\": 1886.1386, \"ymax\": 925.7426}, \"category\": \"pne\"}]}, \"77988\": {\"path\": \"test/77988.jpg\", \"id\": 77988, \"objects\": [{\"bbox\": {\"xmin\": 1342.86, \"ymin\": 879.365, \"xmax\": 1370.6348999999998, \"ymax\": 902.381}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 385.714, \"ymin\": 850.0, \"xmax\": 400.0, \"ymax\": 878.5714}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1560.32, \"ymin\": 895.238, \"xmax\": 1577.7777999999998, \"ymax\": 915.873}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 402.381, \"ymin\": 853.175, \"xmax\": 419.8413, \"ymax\": 883.3333}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1579.37, \"ymin\": 894.444, \"xmax\": 1600.0, \"ymax\": 918.2539999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1263.49, \"ymin\": 871.429, \"xmax\": 1290.4762, \"ymax\": 902.381}, \"category\": \"pne\"}]}, \"58828\": {\"path\": \"test/58828.jpg\", \"id\": 58828, \"objects\": [{\"bbox\": {\"xmin\": 1900.0, \"ymin\": 410.0, \"xmax\": 2014.0, \"ymax\": 537.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1761.0, \"ymin\": 370.0, \"xmax\": 1892.0, \"ymax\": 502.0}, \"category\": \"pl70\"}]}, \"29390\": {\"path\": \"train/29390.jpg\", \"id\": 29390, \"objects\": [{\"bbox\": {\"xmin\": 1365.79, \"ymin\": 823.684, \"xmax\": 1406.5789, \"ymax\": 865.7895}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1315.79, \"ymin\": 823.684, \"xmax\": 1357.8947, \"ymax\": 871.0526}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1417.11, \"ymin\": 818.421, \"xmax\": 1457.8946999999998, \"ymax\": 867.1047000000001}, \"category\": \"pn\"}]}, \"31325\": {\"path\": \"other/31325.jpg\", \"id\": 31325, \"objects\": [{\"bbox\": {\"xmin\": 652.841, \"ymin\": 897.159, \"xmax\": 659.09091, \"ymax\": 919.8864}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1800.0, \"ymin\": 932.386, \"xmax\": 1812.5, \"ymax\": 948.8636}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 635.227, \"ymin\": 894.886, \"xmax\": 642.61364, \"ymax\": 916.4773}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 778.977, \"ymin\": 997.159, \"xmax\": 787.5, \"ymax\": 1007.3864}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1164.77, \"ymin\": 1003.41, \"xmax\": 1173.29545, \"ymax\": 1014.7727}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1769.89, \"ymin\": 934.659, \"xmax\": 1780.6818, \"ymax\": 953.4091}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1413.64, \"ymin\": 926.136, \"xmax\": 1438.0682000000002, \"ymax\": 956.8181999999999}, \"category\": \"w47\"}]}, \"4323\": {\"path\": \"test/4323.jpg\", \"id\": 4323, \"objects\": [{\"bbox\": {\"xmin\": 61.3861, \"ymin\": 978.218, \"xmax\": 92.0792, \"ymax\": 1009.901}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1480.2, \"ymin\": 950.495, \"xmax\": 1508.9109, \"ymax\": 992.0792}, \"category\": \"ip\"}]}, \"36592\": {\"path\": \"train/36592.jpg\", \"id\": 36592, \"objects\": [{\"bbox\": {\"xmin\": 1481.6, \"ymin\": 941.6, \"xmax\": 1498.3999999999999, \"ymax\": 964.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 398.43, \"ymin\": 577.6, \"xmax\": 546.4, \"ymax\": 716.0}, \"category\": \"pl50\"}]}, \"95448\": {\"path\": \"train/95448.jpg\", \"id\": 95448, \"objects\": [{\"bbox\": {\"xmin\": 1297.6, \"ymin\": 1026.4, \"xmax\": 1420.8, \"ymax\": 1152.8000000000002}, \"category\": \"pr40\"}]}, \"18366\": {\"path\": \"train/18366.jpg\", \"id\": 18366, \"objects\": [{\"bbox\": {\"xmin\": 1313.73, \"ymin\": 756.863, \"xmax\": 1372.5649, \"ymax\": 819.6078}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1252.94, \"ymin\": 750.98, \"xmax\": 1309.8039, \"ymax\": 819.6078}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1378.43, \"ymin\": 758.824, \"xmax\": 1439.2157, \"ymax\": 823.5293999999999}, \"category\": \"pn\"}]}, \"94908\": {\"path\": \"test/94908.jpg\", \"id\": 94908, \"objects\": [{\"bbox\": {\"xmin\": 831.4995727539062, \"ymin\": 955.6973876953125, \"xmax\": 862.6766967773438, \"ymax\": 983.123779296875}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1586.37, \"ymin\": 965.341, \"xmax\": 1614.2044999999998, \"ymax\": 996.5909}, \"category\": \"pm55\"}]}, \"40491\": {\"path\": \"test/40491.jpg\", \"id\": 40491, \"objects\": [{\"bbox\": {\"xmin\": 1494.67, \"ymin\": 850.667, \"xmax\": 1553.3333, \"ymax\": 910.6667}, \"category\": \"pm20\"}]}, \"41410\": {\"path\": \"train/41410.jpg\", \"id\": 41410, \"objects\": [{\"bbox\": {\"xmin\": 1313.0, \"ymin\": 965.0, \"xmax\": 1331.0, \"ymax\": 985.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1715.0, \"ymin\": 916.0, \"xmax\": 1781.0, \"ymax\": 994.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 956.0, \"xmax\": 1728.0, \"ymax\": 997.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1197.0, \"ymin\": 517.0, \"xmax\": 1288.0, \"ymax\": 594.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1767.0, \"ymin\": 898.0, \"xmax\": 1863.0, \"ymax\": 997.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 950.0, \"ymin\": 521.0, \"xmax\": 1025.0, \"ymax\": 582.0}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1075.0, \"ymin\": 521.0, \"xmax\": 1153.0, \"ymax\": 581.0}, \"category\": \"w57\"}]}, \"66847\": {\"path\": \"train/66847.jpg\", \"id\": 66847, \"objects\": [{\"bbox\": {\"xmin\": 1726.73, \"ymin\": 806.931, \"xmax\": 1774.2574, \"ymax\": 857.4249}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1777.23, \"ymin\": 812.871, \"xmax\": 1819.8226, \"ymax\": 862.3759}, \"category\": \"w57\"}]}, \"2823\": {\"path\": \"train/2823.jpg\", \"id\": 2823, \"objects\": [{\"bbox\": {\"xmin\": 1040.8, \"ymin\": 705.6, \"xmax\": 1076.8, \"ymax\": 738.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 864.8, \"ymin\": 710.4, \"xmax\": 900.0, \"ymax\": 745.6}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 829.6, \"ymin\": 715.2, \"xmax\": 862.4, \"ymax\": 747.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 972.0, \"ymin\": 706.4, \"xmax\": 1009.6, \"ymax\": 739.1999999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 793.6, \"ymin\": 716.8, \"xmax\": 825.6, \"ymax\": 748.8}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1128.0, \"ymin\": 703.2, \"xmax\": 1164.8, \"ymax\": 738.4000000000001}, \"category\": \"pne\"}]}, \"73154\": {\"path\": \"train/73154.jpg\", \"id\": 73154, \"objects\": [{\"bbox\": {\"xmin\": 1686.84, \"ymin\": 790.789, \"xmax\": 1738.1579, \"ymax\": 859.2105}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1738.16, \"ymin\": 796.053, \"xmax\": 1786.8421, \"ymax\": 856.5789}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1627.63, \"ymin\": 784.211, \"xmax\": 1684.2105000000001, \"ymax\": 846.0526}, \"category\": \"w21\"}]}, \"9978\": {\"path\": \"train/9978.jpg\", \"id\": 9978, \"objects\": [{\"bbox\": {\"xmin\": 1063.0, \"ymin\": 273.0, \"xmax\": 1191.0, \"ymax\": 366.0}, \"category\": \"pl60\"}]}, \"52335\": {\"path\": \"test/52335.jpg\", \"id\": 52335, \"objects\": [{\"bbox\": {\"xmin\": 262.667, \"ymin\": 928.0, \"xmax\": 394.667, \"ymax\": 1064.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 281.333, \"ymin\": 668.0, \"xmax\": 389.333, \"ymax\": 773.333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1002.67, \"ymin\": 894.667, \"xmax\": 1028.0, \"ymax\": 921.3333}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 834.667, \"ymin\": 960.0, \"xmax\": 857.3333, \"ymax\": 981.3324}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 796.0, \"ymin\": 928.0, \"xmax\": 820.0, \"ymax\": 957.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 834.667, \"ymin\": 982.667, \"xmax\": 856.0, \"ymax\": 1005.3333}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 265.333, \"ymin\": 1110.67, \"xmax\": 401.333, \"ymax\": 1246.6670000000001}, \"category\": \"pbp\"}]}, \"48607\": {\"path\": \"test/48607.jpg\", \"id\": 48607, \"objects\": [{\"bbox\": {\"xmin\": 994.736, \"ymin\": 996.053, \"xmax\": 1053.9469, \"ymax\": 1178.9470000000001}, \"category\": \"pm20\"}]}, \"4541\": {\"path\": \"test/4541.jpg\", \"id\": 4541, \"objects\": [{\"bbox\": {\"xmin\": 1674.26, \"ymin\": 1026.73, \"xmax\": 1734.6535, \"ymax\": 1092.0792000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1577.23, \"ymin\": 1028.71, \"xmax\": 1639.604, \"ymax\": 1098.0198}, \"category\": \"pne\"}]}, \"72238\": {\"path\": \"train/72238.jpg\", \"id\": 72238, \"objects\": [{\"bbox\": {\"xmin\": 1196.0, \"ymin\": 599.0, \"xmax\": 1277.0, \"ymax\": 676.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1278.0, \"ymin\": 595.0, \"xmax\": 1361.0, \"ymax\": 666.0}, \"category\": \"w22\"}]}, \"34426\": {\"path\": \"train/34426.jpg\", \"id\": 34426, \"objects\": [{\"bbox\": {\"xmin\": 1641.33, \"ymin\": 913.333, \"xmax\": 1734.6568, \"ymax\": 1016.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1925.33, \"ymin\": 944.0, \"xmax\": 2006.6667, \"ymax\": 1038.6667}, \"category\": \"pm30\"}]}, \"59094\": {\"path\": \"other/59094.jpg\", \"id\": 59094, \"objects\": [{\"bbox\": {\"xmin\": 42.71305847167969, \"ymin\": 927.6705932617188, \"xmax\": 61.217079162597656, \"ymax\": 950.7984008789062}, \"category\": \"i5\"}]}, \"26176\": {\"path\": \"test/26176.jpg\", \"id\": 26176, \"objects\": [{\"bbox\": {\"xmin\": 1684.31, \"ymin\": 645.098, \"xmax\": 1829.412, \"ymax\": 813.7249999999999}, \"category\": \"ip\"}]}, \"11075\": {\"path\": \"train/11075.jpg\", \"id\": 11075, \"objects\": [{\"bbox\": {\"xmin\": 1380.0, \"ymin\": 952.0, \"xmax\": 1393.33, \"ymax\": 965.333}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1303.33, \"ymin\": 952.0, \"xmax\": 1317.3333, \"ymax\": 967.3333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1825.0, \"ymin\": 982.0, \"xmax\": 1860.0, \"ymax\": 1028.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 532.0, \"ymin\": 899.0, \"xmax\": 605.0, \"ymax\": 973.0}, \"category\": \"pne\"}]}, \"29305\": {\"path\": \"train/29305.jpg\", \"id\": 29305, \"objects\": [{\"bbox\": {\"xmin\": 1705.33, \"ymin\": 1004.0, \"xmax\": 1749.3333, \"ymax\": 1053.3333}, \"category\": \"i5\"}]}, \"39382\": {\"path\": \"test/39382.jpg\", \"id\": 39382, \"objects\": [{\"bbox\": {\"xmin\": 1469.0, \"ymin\": 956.0, \"xmax\": 1533.0, \"ymax\": 1023.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1473.6, \"ymin\": 878.0, \"xmax\": 1543.1999999999998, \"ymax\": 952.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 463.0, \"ymin\": 831.0, \"xmax\": 491.0, \"ymax\": 864.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 462.0, \"ymin\": 868.0, \"xmax\": 490.0, \"ymax\": 898.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 462.0, \"ymin\": 905.0, \"xmax\": 491.0, \"ymax\": 936.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 923.2, \"xmax\": 1306.4, \"ymax\": 935.2}, \"category\": \"w30\"}]}, \"49607\": {\"path\": \"train/49607.jpg\", \"id\": 49607, \"objects\": [{\"bbox\": {\"xmin\": 653.0, \"ymin\": 855.0, \"xmax\": 720.0, \"ymax\": 923.0}, \"category\": \"pm20\"}]}, \"52118\": {\"path\": \"train/52118.jpg\", \"id\": 52118, \"objects\": [{\"bbox\": {\"xmin\": 1816.1898193359375, \"ymin\": 927.66259765625, \"xmax\": 1835.5533447265625, \"ymax\": 977.9615478515625}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 407.895, \"ymin\": 1057.89, \"xmax\": 467.1053, \"ymax\": 1122.3684}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 407.895, \"ymin\": 994.737, \"xmax\": 459.21049999999997, \"ymax\": 1052.6316}, \"category\": \"pl5\"}]}, \"14091\": {\"path\": \"train/14091.jpg\", \"id\": 14091, \"objects\": [{\"bbox\": {\"xmin\": 1372.0, \"ymin\": 917.6, \"xmax\": 1397.6, \"ymax\": 945.6}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1263.2, \"ymin\": 989.6, \"xmax\": 1300.0, \"ymax\": 1024.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2004.8, \"ymin\": 939.2, \"xmax\": 2037.6, \"ymax\": 978.4000000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1264.8, \"ymin\": 946.4, \"xmax\": 1297.6, \"ymax\": 976.8}, \"category\": \"w34\"}, {\"bbox\": {\"xmin\": 1655.2, \"ymin\": 1007.2, \"xmax\": 1672.0, \"ymax\": 1029.6000000000001}, \"category\": \"i2r\"}]}, \"19451\": {\"path\": \"train/19451.jpg\", \"id\": 19451, \"objects\": [{\"bbox\": {\"xmin\": 1332.0, \"ymin\": 820.0, \"xmax\": 1365.3333, \"ymax\": 856.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1362.67, \"ymin\": 910.667, \"xmax\": 1382.6667, \"ymax\": 933.3339000000001}, \"category\": \"p15\"}, {\"bbox\": {\"xmin\": 1292.0, \"ymin\": 820.0, \"xmax\": 1325.3333, \"ymax\": 856.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1362.67, \"ymin\": 933.333, \"xmax\": 1382.6667, \"ymax\": 958.6667}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 780.0, \"ymin\": 853.333, \"xmax\": 833.3333, \"ymax\": 910.6667}, \"category\": \"ph2.5\"}, {\"bbox\": {\"xmin\": 1214.67, \"ymin\": 878.667, \"xmax\": 1269.3333, \"ymax\": 930.6667}, \"category\": \"ph2.5\"}, {\"bbox\": {\"xmin\": 1288.0, \"ymin\": 936.0, \"xmax\": 1316.0, \"ymax\": 962.6667}, \"category\": \"ph2.5\"}, {\"bbox\": {\"xmin\": 1290.67, \"ymin\": 861.333, \"xmax\": 1326.6535000000001, \"ymax\": 896.0002999999999}, \"category\": \"p29\"}, {\"bbox\": {\"xmin\": 1333.33, \"ymin\": 862.667, \"xmax\": 1365.33, \"ymax\": 897.3333}, \"category\": \"pbp\"}]}, \"38175\": {\"path\": \"test/38175.jpg\", \"id\": 38175, \"objects\": [{\"bbox\": {\"xmin\": 1717.03, \"ymin\": 895.652, \"xmax\": 1740.942, \"ymax\": 921.7388000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1530.07, \"ymin\": 878.623, \"xmax\": 1555.4348, \"ymax\": 908.6957000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1742.03, \"ymin\": 898.188, \"xmax\": 1764.4928, \"ymax\": 922.8261}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1557.25, \"ymin\": 882.246, \"xmax\": 1583.6957, \"ymax\": 909.4203}, \"category\": \"pn\"}]}, \"65138\": {\"path\": \"test/65138.jpg\", \"id\": 65138, \"objects\": [{\"bbox\": {\"xmin\": 1343.56, \"ymin\": 912.871, \"xmax\": 1363.3663, \"ymax\": 935.6436}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1365.35, \"ymin\": 912.871, \"xmax\": 1384.1583999999998, \"ymax\": 931.6831999999999}, \"category\": \"pn\"}]}, \"63796\": {\"path\": \"train/63796.jpg\", \"id\": 63796, \"objects\": [{\"bbox\": {\"xmin\": 998.286, \"ymin\": 580.0, \"xmax\": 1084.0, \"ymax\": 658.2859}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1243.43, \"ymin\": 582.857, \"xmax\": 1324.5714, \"ymax\": 661.1424999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 757.143, \"ymin\": 592.0, \"xmax\": 841.1429, \"ymax\": 669.1419}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 672.571, \"ymin\": 598.286, \"xmax\": 753.7143, \"ymax\": 675.4288999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 909.143, \"ymin\": 582.857, \"xmax\": 994.8571000000001, \"ymax\": 660.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1155.43, \"ymin\": 578.857, \"xmax\": 1237.7143, \"ymax\": 658.2857}, \"category\": \"pl100\"}]}, \"49575\": {\"path\": \"train/49575.jpg\", \"id\": 49575, \"objects\": [{\"bbox\": {\"xmin\": 1268.0, \"ymin\": 737.333, \"xmax\": 1333.3333, \"ymax\": 802.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1205.33, \"ymin\": 726.667, \"xmax\": 1273.3333, \"ymax\": 788.0}, \"category\": \"w55\"}]}, \"52021\": {\"path\": \"train/52021.jpg\", \"id\": 52021, \"objects\": [{\"bbox\": {\"xmin\": 937.624, \"ymin\": 910.891, \"xmax\": 964.3564, \"ymax\": 938.6139}, \"category\": \"ph5\"}]}, \"27097\": {\"path\": \"train/27097.jpg\", \"id\": 27097, \"objects\": [{\"bbox\": {\"xmin\": 1223.0, \"ymin\": 899.0, \"xmax\": 1257.0, \"ymax\": 933.0}, \"category\": \"pm30\"}]}, \"61826\": {\"path\": \"train/61826.jpg\", \"id\": 61826, \"objects\": [{\"bbox\": {\"xmin\": 1421.33, \"ymin\": 890.667, \"xmax\": 1439.9868, \"ymax\": 910.6667}, \"category\": \"pl40\"}]}, \"39351\": {\"path\": \"train/39351.jpg\", \"id\": 39351, \"objects\": [{\"bbox\": {\"xmin\": 1229.88, \"ymin\": 971.713, \"xmax\": 1245.8131, \"ymax\": 988.4463999999999}, \"category\": \"pl40\"}]}, \"57734\": {\"path\": \"train/57734.jpg\", \"id\": 57734, \"objects\": [{\"bbox\": {\"xmin\": 991.089, \"ymin\": 981.188, \"xmax\": 1018.8119, \"ymax\": 1027.7228}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 536.634, \"ymin\": 886.139, \"xmax\": 560.396, \"ymax\": 913.8614}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 601.98, \"ymin\": 990.099, \"xmax\": 623.7624000000001, \"ymax\": 1016.8317000000001}, \"category\": \"pne\"}]}, \"18427\": {\"path\": \"train/18427.jpg\", \"id\": 18427, \"objects\": [{\"bbox\": {\"xmin\": 1786.67, \"ymin\": 949.333, \"xmax\": 1820.0, \"ymax\": 998.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1404.0, \"ymin\": 500.0, \"xmax\": 1498.6667, \"ymax\": 590.6667}, \"category\": \"ph5\"}]}, \"82487\": {\"path\": \"train/82487.jpg\", \"id\": 82487, \"objects\": [{\"bbox\": {\"xmin\": 955.0, \"ymin\": 804.0, \"xmax\": 1074.0, \"ymax\": 915.0}, \"category\": \"pm30\"}]}, \"45703\": {\"path\": \"test/45703.jpg\", \"id\": 45703, \"objects\": [{\"bbox\": {\"xmin\": 1250.5, \"ymin\": 924.752, \"xmax\": 1267.3267, \"ymax\": 943.5640999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1206.93, \"ymin\": 925.743, \"xmax\": 1226.7327, \"ymax\": 941.5842}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1230.69, \"ymin\": 925.743, \"xmax\": 1247.515, \"ymax\": 942.5745000000001}, \"category\": \"pn\"}]}, \"12030\": {\"path\": \"other/12030.jpg\", \"id\": 12030, \"objects\": [{\"bbox\": {\"xmin\": 1612.0, \"ymin\": 965.333, \"xmax\": 1738.664, \"ymax\": 1128.0}, \"category\": \"pm5\"}]}, \"53540\": {\"path\": \"train/53540.jpg\", \"id\": 53540, \"objects\": [{\"bbox\": {\"xmin\": 959.0, \"ymin\": 651.0, \"xmax\": 1034.0, \"ymax\": 726.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 628.0, \"ymin\": 782.0, \"xmax\": 700.0, \"ymax\": 853.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 791.0, \"ymin\": 660.0, \"xmax\": 872.0, \"ymax\": 734.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 577.0, \"ymin\": 676.0, \"xmax\": 642.0, \"ymax\": 745.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 498.0, \"ymin\": 682.0, \"xmax\": 567.0, \"ymax\": 748.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 649.0, \"ymin\": 666.0, \"xmax\": 719.0, \"ymax\": 742.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 876.0, \"ymin\": 655.0, \"xmax\": 951.0, \"ymax\": 730.0}, \"category\": \"im\"}]}, \"65521\": {\"path\": \"train/65521.jpg\", \"id\": 65521, \"objects\": [{\"bbox\": {\"xmin\": 1000.0, \"ymin\": 728.0, \"xmax\": 1062.6667, \"ymax\": 789.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1172.0, \"ymin\": 730.667, \"xmax\": 1232.0, \"ymax\": 788.0006000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 830.667, \"ymin\": 732.0, \"xmax\": 890.6667, \"ymax\": 789.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 769.333, \"ymin\": 733.333, \"xmax\": 826.6667, \"ymax\": 790.6664}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 937.333, \"ymin\": 729.333, \"xmax\": 998.6667, \"ymax\": 786.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1108.0, \"ymin\": 729.333, \"xmax\": 1168.0, \"ymax\": 785.3333}, \"category\": \"pl100\"}]}, \"33288\": {\"path\": \"train/33288.jpg\", \"id\": 33288, \"objects\": [{\"bbox\": {\"xmin\": 1167.66, \"ymin\": 952.239, \"xmax\": 1183.5796, \"ymax\": 971.6423}, \"category\": \"pl80\"}]}, \"1687\": {\"path\": \"other/1687.jpg\", \"id\": 1687, \"objects\": [{\"bbox\": {\"xmin\": 951.478, \"ymin\": 949.505, \"xmax\": 963.3594999999999, \"ymax\": 962.3762}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 902.315, \"ymin\": 949.505, \"xmax\": 912.2153300000001, \"ymax\": 962.3764}, \"category\": \"pne\"}]}, \"52279\": {\"path\": \"other/52279.jpg\", \"id\": 52279, \"objects\": [{\"bbox\": {\"xmin\": 1743.56, \"ymin\": 992.025, \"xmax\": 1752.14724, \"ymax\": 1002.454}, \"category\": \"p10\"}]}, \"82908\": {\"path\": \"train/82908.jpg\", \"id\": 82908, \"objects\": [{\"bbox\": {\"xmin\": 1812.0, \"ymin\": 722.0, \"xmax\": 1874.0, \"ymax\": 784.0}, \"category\": \"pl60\"}]}, \"20566\": {\"path\": \"test/20566.jpg\", \"id\": 20566, \"objects\": [{\"bbox\": {\"xmin\": 1238.16, \"ymin\": 881.746, \"xmax\": 1260.3175, \"ymax\": 903.9674}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1551.59, \"ymin\": 940.476, \"xmax\": 1581.7459999999999, \"ymax\": 969.0476}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1209.52, \"ymin\": 880.159, \"xmax\": 1233.3333, \"ymax\": 906.3495}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1264.29, \"ymin\": 877.777, \"xmax\": 1288.8898, \"ymax\": 905.5552}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1553.18, \"ymin\": 911.111, \"xmax\": 1581.7497, \"ymax\": 939.6828}, \"category\": \"w55\"}]}, \"74120\": {\"path\": \"train/74120.jpg\", \"id\": 74120, \"objects\": [{\"bbox\": {\"xmin\": 1686.67, \"ymin\": 873.333, \"xmax\": 1752.0, \"ymax\": 938.6664}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1688.0, \"ymin\": 938.667, \"xmax\": 1752.0, \"ymax\": 1005.3333}, \"category\": \"pn\"}]}, \"44270\": {\"path\": \"other/44270.jpg\", \"id\": 44270, \"objects\": [{\"bbox\": {\"xmin\": 400.7174987792969, \"ymin\": 812.4525756835938, \"xmax\": 423.1712341308594, \"ymax\": 873.2687377929688}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 448.76812744140625, \"ymin\": 830.1492309570312, \"xmax\": 473.66485595703125, \"ymax\": 878.6912231445312}, \"category\": \"pn\"}]}, \"52388\": {\"path\": \"train/52388.jpg\", \"id\": 52388, \"objects\": [{\"bbox\": {\"xmin\": 865.873, \"ymin\": 910.317, \"xmax\": 886.5079000000001, \"ymax\": 934.127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1130.95, \"ymin\": 927.778, \"xmax\": 1148.4113, \"ymax\": 948.4127}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1091.27, \"ymin\": 927.778, \"xmax\": 1110.3174999999999, \"ymax\": 947.619}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1111.11, \"ymin\": 926.984, \"xmax\": 1129.3651, \"ymax\": 947.619}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 778.571, \"ymin\": 912.698, \"xmax\": 798.4127, \"ymax\": 938.0952}, \"category\": \"pne\"}]}, \"52842\": {\"path\": \"train/52842.jpg\", \"id\": 52842, \"objects\": [{\"bbox\": {\"xmin\": 403.846, \"ymin\": 2.84217e-14, \"xmax\": 569.231, \"ymax\": 219.23100000000002}, \"category\": \"p11\"}]}, \"3720\": {\"path\": \"train/3720.jpg\", \"id\": 3720, \"objects\": [{\"bbox\": {\"xmin\": 1558.67, \"ymin\": 514.667, \"xmax\": 1714.6670000000001, \"ymax\": 661.3330000000001}, \"category\": \"pl50\"}]}, \"78585\": {\"path\": \"train/78585.jpg\", \"id\": 78585, \"objects\": [{\"bbox\": {\"xmin\": 698.0, \"ymin\": 963.0, \"xmax\": 808.0, \"ymax\": 1082.0}, \"category\": \"pl30\"}]}, \"24644\": {\"path\": \"other/24644.jpg\", \"id\": 24644, \"objects\": [{\"bbox\": {\"xmin\": 1778.76, \"ymin\": 1252.65, \"xmax\": 1790.7064, \"ymax\": 1267.6991}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1792.04, \"ymin\": 1250.44, \"xmax\": 1806.6421, \"ymax\": 1268.1416000000002}, \"category\": \"pn\"}]}, \"11993\": {\"path\": \"test/11993.jpg\", \"id\": 11993, \"objects\": [{\"bbox\": {\"xmin\": 80.2632, \"ymin\": 952.632, \"xmax\": 105.2632, \"ymax\": 985.5263}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 92.1053, \"ymin\": 918.421, \"xmax\": 118.4211, \"ymax\": 951.3158000000001}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 105.263, \"ymin\": 953.947, \"xmax\": 132.8947, \"ymax\": 986.8421}, \"category\": \"p18\"}]}, \"69424\": {\"path\": \"train/69424.jpg\", \"id\": 69424, \"objects\": [{\"bbox\": {\"xmin\": 1434.67, \"ymin\": 934.667, \"xmax\": 1477.3333, \"ymax\": 974.6667}, \"category\": \"w59\"}]}, \"5749\": {\"path\": \"train/5749.jpg\", \"id\": 5749, \"objects\": [{\"bbox\": {\"xmin\": 1487.0, \"ymin\": 908.0, \"xmax\": 1614.0, \"ymax\": 1041.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 392.0, \"ymin\": 822.0, \"xmax\": 496.0, \"ymax\": 926.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1486.0, \"ymin\": 766.0, \"xmax\": 1617.0, \"ymax\": 906.0}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 399.0, \"ymin\": 788.0, \"xmax\": 416.0, \"ymax\": 804.0}, \"category\": \"w58\"}]}, \"80681\": {\"path\": \"train/80681.jpg\", \"id\": 80681, \"objects\": [{\"bbox\": {\"xmin\": 1600.8, \"ymin\": 975.2, \"xmax\": 1620.0, \"ymax\": 995.2}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1602.4, \"ymin\": 992.8, \"xmax\": 1622.4, \"ymax\": 1016.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1302.4, \"ymin\": 1050.4, \"xmax\": 1312.8000000000002, \"ymax\": 1063.2}, \"category\": \"pne\"}]}, \"42115\": {\"path\": \"train/42115.jpg\", \"id\": 42115, \"objects\": [{\"bbox\": {\"xmin\": 91.0, \"ymin\": 926.0, \"xmax\": 126.0, \"ymax\": 989.0}, \"category\": \"pr40\"}]}, \"60598\": {\"path\": \"test/60598.jpg\", \"id\": 60598, \"objects\": [{\"bbox\": {\"xmin\": 1129.2021484375, \"ymin\": 850.2835693359375, \"xmax\": 1151.126220703125, \"ymax\": 871.674072265625}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1204.0, \"ymin\": 846.667, \"xmax\": 1233.3333, \"ymax\": 874.6667}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1770.67, \"ymin\": 997.333, \"xmax\": 1804.0, \"ymax\": 1030.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1766.67, \"ymin\": 1030.67, \"xmax\": 1808.0033, \"ymax\": 1068.0}, \"category\": \"pn\"}]}, \"79532\": {\"path\": \"test/79532.jpg\", \"id\": 79532, \"objects\": [{\"bbox\": {\"xmin\": 1342.67, \"ymin\": 660.0, \"xmax\": 1418.67, \"ymax\": 734.6664}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1049.33, \"ymin\": 658.667, \"xmax\": 1129.3333, \"ymax\": 730.6667}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 744.0, \"ymin\": 666.667, \"xmax\": 821.3333, \"ymax\": 744.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1538.67, \"ymin\": 672.0, \"xmax\": 1614.6667, \"ymax\": 745.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 890.667, \"ymin\": 657.333, \"xmax\": 973.3333, \"ymax\": 736.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 593.333, \"ymin\": 678.667, \"xmax\": 669.3333, \"ymax\": 754.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1188.0, \"ymin\": 653.333, \"xmax\": 1272.0, \"ymax\": 732.0}, \"category\": \"pl80\"}]}, \"656\": {\"path\": \"train/656.jpg\", \"id\": 656, \"objects\": [{\"bbox\": {\"xmin\": 737.0, \"ymin\": 936.0, \"xmax\": 775.0, \"ymax\": 977.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1308.0, \"ymin\": 728.0, \"xmax\": 1356.0, \"ymax\": 775.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1638.0, \"ymin\": 935.0, \"xmax\": 1708.0, \"ymax\": 1017.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1414.0, \"ymin\": 737.0, \"xmax\": 1464.0, \"ymax\": 794.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1359.0, \"ymin\": 731.0, \"xmax\": 1411.0, \"ymax\": 788.0}, \"category\": \"pn\"}]}, \"6280\": {\"path\": \"train/6280.jpg\", \"id\": 6280, \"objects\": [{\"bbox\": {\"xmin\": 1541.58, \"ymin\": 820.792, \"xmax\": 1580.1979999999999, \"ymax\": 864.3564}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1732.67, \"ymin\": 872.277, \"xmax\": 1756.4356, \"ymax\": 902.9703000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1956.44, \"ymin\": 956.436, \"xmax\": 1975.2475, \"ymax\": 982.1782000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1954.46, \"ymin\": 993.069, \"xmax\": 1975.2475, \"ymax\": 1020.7921}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1954.46, \"ymin\": 917.822, \"xmax\": 1975.2475, \"ymax\": 945.5446}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 870.297, \"xmax\": 1728.7129, \"ymax\": 900.9901}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1758.42, \"ymin\": 872.277, \"xmax\": 1785.1485, \"ymax\": 900.9898000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1383.17, \"ymin\": 815.842, \"xmax\": 1422.7723, \"ymax\": 859.4059}, \"category\": \"pne\"}]}, \"81523\": {\"path\": \"train/81523.jpg\", \"id\": 81523, \"objects\": [{\"bbox\": {\"xmin\": 1603.0, \"ymin\": 756.0, \"xmax\": 1647.0, \"ymax\": 807.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 821.0, \"ymin\": 832.0, \"xmax\": 860.0, \"ymax\": 868.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1499.0, \"ymin\": 750.0, \"xmax\": 1545.0, \"ymax\": 801.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1340.0, \"ymin\": 748.0, \"xmax\": 1393.0, \"ymax\": 802.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1285.0, \"ymin\": 748.0, \"xmax\": 1337.0, \"ymax\": 801.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1396.0, \"ymin\": 750.0, \"xmax\": 1450.0, \"ymax\": 802.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 624.0, \"ymin\": 850.0, \"xmax\": 656.0, \"ymax\": 883.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1550.0, \"ymin\": 752.0, \"xmax\": 1598.0, \"ymax\": 802.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 1991.0, \"ymin\": 885.0, \"xmax\": 2018.0, \"ymax\": 913.0}, \"category\": \"pdd\"}]}, \"48757\": {\"path\": \"test/48757.jpg\", \"id\": 48757, \"objects\": [{\"bbox\": {\"xmin\": 1326.67, \"ymin\": 745.333, \"xmax\": 1369.3333, \"ymax\": 789.3333}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 892.0, \"xmax\": 1770.6667, \"ymax\": 940.0}, \"category\": \"pl35\"}]}, \"29871\": {\"path\": \"train/29871.jpg\", \"id\": 29871, \"objects\": [{\"bbox\": {\"xmin\": 1088.45, \"ymin\": 882.47, \"xmax\": 1116.7378, \"ymax\": 910.3586}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1118.73, \"ymin\": 883.267, \"xmax\": 1146.2151000000001, \"ymax\": 911.5538}, \"category\": \"pn\"}]}, \"16366\": {\"path\": \"test/16366.jpg\", \"id\": 16366, \"objects\": [{\"bbox\": {\"xmin\": 533.333, \"ymin\": 865.333, \"xmax\": 612.0, \"ymax\": 950.6667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 533.333, \"ymin\": 950.667, \"xmax\": 601.3333, \"ymax\": 1025.3333}, \"category\": \"pg\"}]}, \"26710\": {\"path\": \"test/26710.jpg\", \"id\": 26710, \"objects\": [{\"bbox\": {\"xmin\": 1120.53, \"ymin\": 966.225, \"xmax\": 1142.3841, \"ymax\": 990.0662}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1538.41, \"ymin\": 949.007, \"xmax\": 1572.1854, \"ymax\": 985.4304999999999}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1192.05, \"ymin\": 955.629, \"xmax\": 1230.4636, \"ymax\": 986.0927}, \"category\": \"w59\"}]}, \"96434\": {\"path\": \"train/96434.jpg\", \"id\": 96434, \"objects\": [{\"bbox\": {\"xmin\": 1172.28, \"ymin\": 963.366, \"xmax\": 1206.9307, \"ymax\": 997.029}, \"category\": \"pl30\"}]}, \"23119\": {\"path\": \"other/23119.jpg\", \"id\": 23119, \"objects\": [{\"bbox\": {\"xmin\": 1803.92, \"ymin\": 954.902, \"xmax\": 2007.8400000000001, \"ymax\": 1162.7450000000001}, \"category\": \"pm5\"}]}, \"51955\": {\"path\": \"train/51955.jpg\", \"id\": 51955, \"objects\": [{\"bbox\": {\"xmin\": 913.333, \"ymin\": 993.333, \"xmax\": 938.6667, \"ymax\": 1017.3333}, \"category\": \"pl60\"}]}, \"65142\": {\"path\": \"test/65142.jpg\", \"id\": 65142, \"objects\": [{\"bbox\": {\"xmin\": 1369.05, \"ymin\": 903.175, \"xmax\": 1395.2381, \"ymax\": 929.3651}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1279.37, \"ymin\": 904.762, \"xmax\": 1302.3809999999999, \"ymax\": 930.9523999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1007.94, \"ymin\": 892.857, \"xmax\": 1034.9206000000001, \"ymax\": 919.8412999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1242.06, \"ymin\": 927.778, \"xmax\": 1260.3147999999999, \"ymax\": 945.238}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1205.56, \"ymin\": 927.778, \"xmax\": 1222.2222, \"ymax\": 946.8254000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1223.81, \"ymin\": 929.365, \"xmax\": 1241.2671, \"ymax\": 947.619}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 911.111, \"ymin\": 896.032, \"xmax\": 934.9206, \"ymax\": 922.2222}, \"category\": \"pne\"}]}, \"68666\": {\"path\": \"train/68666.jpg\", \"id\": 68666, \"objects\": [{\"bbox\": {\"xmin\": 1693.65, \"ymin\": 679.365, \"xmax\": 1762.6984, \"ymax\": 752.381}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1448.41, \"ymin\": 657.143, \"xmax\": 1524.6032, \"ymax\": 734.1270000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 558.73, \"ymin\": 705.556, \"xmax\": 633.3333, \"ymax\": 781.7460000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1220.63, \"ymin\": 821.429, \"xmax\": 1261.1111, \"ymax\": 864.2857}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1546.83, \"ymin\": 901.587, \"xmax\": 1607.9365, \"ymax\": 962.6984}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1551.59, \"ymin\": 988.889, \"xmax\": 1609.5238, \"ymax\": 1048.4127}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1546.03, \"ymin\": 815.079, \"xmax\": 1603.1746, \"ymax\": 877.7778}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1172.22, \"ymin\": 823.81, \"xmax\": 1214.2857000000001, \"ymax\": 865.0794}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1263.49, \"ymin\": 820.635, \"xmax\": 1306.3471, \"ymax\": 864.2857}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 310.317, \"ymin\": 731.746, \"xmax\": 364.2857, \"ymax\": 802.381}, \"category\": \"pne\"}]}, \"65814\": {\"path\": \"train/65814.jpg\", \"id\": 65814, \"objects\": [{\"bbox\": {\"xmin\": 873.016, \"ymin\": 915.873, \"xmax\": 891.2697999999999, \"ymax\": 936.5079000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1115.08, \"ymin\": 924.603, \"xmax\": 1133.3333, \"ymax\": 943.6508}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1078.57, \"ymin\": 925.397, \"xmax\": 1096.0317, \"ymax\": 943.6508}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1096.03, \"ymin\": 923.81, \"xmax\": 1113.4921, \"ymax\": 943.6507999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 793.653, \"ymin\": 915.078, \"xmax\": 811.111, \"ymax\": 935.7140999999999}, \"category\": \"pne\"}]}, \"97540\": {\"path\": \"train/97540.jpg\", \"id\": 97540, \"objects\": [{\"bbox\": {\"xmin\": 1597.33, \"ymin\": 721.333, \"xmax\": 1649.3333, \"ymax\": 776.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1925.33, \"ymin\": 773.333, \"xmax\": 1962.6667, \"ymax\": 820.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1773.33, \"ymin\": 748.0, \"xmax\": 1816.0, \"ymax\": 798.6667}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1729.33, \"ymin\": 740.0, \"xmax\": 1772.0, \"ymax\": 792.0}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1542.67, \"ymin\": 714.667, \"xmax\": 1594.6667, \"ymax\": 770.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1885.33, \"ymin\": 766.667, \"xmax\": 1925.3333, \"ymax\": 816.0}, \"category\": \"pl90\"}]}, \"71626\": {\"path\": \"test/71626.jpg\", \"id\": 71626, \"objects\": [{\"bbox\": {\"xmin\": 1501.96, \"ymin\": 275.0, \"xmax\": 1654.902, \"ymax\": 417.647}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1662.75, \"ymin\": 313.725, \"xmax\": 1788.235, \"ymax\": 447.36800000000005}, \"category\": \"pn\"}]}, \"56226\": {\"path\": \"test/56226.jpg\", \"id\": 56226, \"objects\": [{\"bbox\": {\"xmin\": 635.0, \"ymin\": 988.0, \"xmax\": 658.0, \"ymax\": 1021.0}, \"category\": \"pn\"}]}, \"66414\": {\"path\": \"test/66414.jpg\", \"id\": 66414, \"objects\": [{\"bbox\": {\"xmin\": 332.673, \"ymin\": 706.931, \"xmax\": 396.0396, \"ymax\": 778.2178}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1211.88, \"ymin\": 833.663, \"xmax\": 1254.4554, \"ymax\": 884.1584}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1115.84, \"ymin\": 835.644, \"xmax\": 1162.3762, \"ymax\": 884.1584}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1164.36, \"ymin\": 835.644, \"xmax\": 1209.9009999999998, \"ymax\": 882.1782000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 129.703, \"ymin\": 737.624, \"xmax\": 175.2475, \"ymax\": 799.0099}, \"category\": \"pne\"}]}, \"32805\": {\"path\": \"train/32805.jpg\", \"id\": 32805, \"objects\": [{\"bbox\": {\"xmin\": 1117.75, \"ymin\": 981.159, \"xmax\": 1139.1274, \"ymax\": 1004.3479}, \"category\": \"pl80\"}]}, \"18162\": {\"path\": \"train/18162.jpg\", \"id\": 18162, \"objects\": [{\"bbox\": {\"xmin\": 1011.93, \"ymin\": 905.29, \"xmax\": 1034.2146, \"ymax\": 933.7753}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1242.11, \"ymin\": 548.684, \"xmax\": 1319.8674999999998, \"ymax\": 630.4635999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 982.781, \"ymin\": 905.298, \"xmax\": 1008.6093, \"ymax\": 931.7885}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1330.46, \"ymin\": 559.211, \"xmax\": 1406.6228, \"ymax\": 635.5263}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1037.5, \"ymin\": 904.636, \"xmax\": 1062.2539, \"ymax\": 933.1128}, \"category\": \"pn\"}]}, \"46812\": {\"path\": \"other/46812.jpg\", \"id\": 46812, \"objects\": [{\"bbox\": {\"xmin\": 1539.0, \"ymin\": 986.0, \"xmax\": 1596.0, \"ymax\": 1043.0}, \"category\": \"pr30\"}]}, \"54264\": {\"path\": \"other/54264.jpg\", \"id\": 54264, \"objects\": [{\"bbox\": {\"xmin\": 1731.68, \"ymin\": 952.475, \"xmax\": 1761.3861000000002, \"ymax\": 977.2277}, \"category\": \"w30\"}]}, \"84478\": {\"path\": \"train/84478.jpg\", \"id\": 84478, \"objects\": [{\"bbox\": {\"xmin\": 698.02, \"ymin\": 864.356, \"xmax\": 729.703, \"ymax\": 899.0092}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 665.347, \"ymin\": 866.337, \"xmax\": 696.0396, \"ymax\": 898.0198}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 730.693, \"ymin\": 864.356, \"xmax\": 764.3564, \"ymax\": 900.0}, \"category\": \"pn\"}]}, \"16188\": {\"path\": \"test/16188.jpg\", \"id\": 16188, \"objects\": [{\"bbox\": {\"xmin\": 56.4356, \"ymin\": 802.97, \"xmax\": 96.03960000000001, \"ymax\": 853.4648}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1901.98, \"ymin\": 1029.7, \"xmax\": 1945.5426, \"ymax\": 1075.2475}, \"category\": \"pne\"}]}, \"18532\": {\"path\": \"train/18532.jpg\", \"id\": 18532, \"objects\": [{\"bbox\": {\"xmin\": 1788.94, \"ymin\": 927.434, \"xmax\": 1803.9823000000001, \"ymax\": 945.5752}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 582.539, \"ymin\": 148.413, \"xmax\": 673.8095, \"ymax\": 300.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1805.31, \"ymin\": 928.318, \"xmax\": 1820.7988, \"ymax\": 946.4597}, \"category\": \"pn\"}]}, \"2168\": {\"path\": \"train/2168.jpg\", \"id\": 2168, \"objects\": [{\"bbox\": {\"xmin\": 1694.7279052734375, \"ymin\": 952.2584228515625, \"xmax\": 1767.0330810546875, \"ymax\": 1006.248046875}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1818.67, \"ymin\": 821.333, \"xmax\": 1896.0, \"ymax\": 897.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1821.33, \"ymin\": 740.0, \"xmax\": 1897.3333, \"ymax\": 817.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1822.67, \"ymin\": 897.333, \"xmax\": 1904.0033, \"ymax\": 973.3333}, \"category\": \"w55\"}]}, \"27441\": {\"path\": \"test/27441.jpg\", \"id\": 27441, \"objects\": [{\"bbox\": {\"xmin\": 463.367, \"ymin\": 928.713, \"xmax\": 506.9311, \"ymax\": 990.0989}, \"category\": \"pn\"}]}, \"11576\": {\"path\": \"train/11576.jpg\", \"id\": 11576, \"objects\": [{\"bbox\": {\"xmin\": 1605.33, \"ymin\": 1010.67, \"xmax\": 1657.3333, \"ymax\": 1065.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1606.67, \"ymin\": 1065.33, \"xmax\": 1660.0, \"ymax\": 1121.3333}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1596.0, \"ymin\": 876.0, \"xmax\": 1646.6667, \"ymax\": 929.3333}, \"category\": \"pcr\"}]}, \"2453\": {\"path\": \"test/2453.jpg\", \"id\": 2453, \"objects\": [{\"bbox\": {\"xmin\": 1141.03, \"ymin\": 954.183, \"xmax\": 1156.9689, \"ymax\": 970.9159999999999}, \"category\": \"pl80\"}]}, \"6297\": {\"path\": \"train/6297.jpg\", \"id\": 6297, \"objects\": [{\"bbox\": {\"xmin\": 717.822, \"ymin\": 869.307, \"xmax\": 756.4356, \"ymax\": 905.9406}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 614.851, \"ymin\": 876.238, \"xmax\": 649.505, \"ymax\": 910.8911}, \"category\": \"pne\"}]}, \"22716\": {\"path\": \"train/22716.jpg\", \"id\": 22716, \"objects\": [{\"bbox\": {\"xmin\": 1547.2, \"ymin\": 950.4, \"xmax\": 1601.6000000000001, \"ymax\": 1004.8}, \"category\": \"pl60\"}]}, \"54535\": {\"path\": \"train/54535.jpg\", \"id\": 54535, \"objects\": [{\"bbox\": {\"xmin\": 194.667, \"ymin\": 960.0, \"xmax\": 224.0, \"ymax\": 990.6667}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 505.333, \"ymin\": 948.0, \"xmax\": 526.6658, \"ymax\": 966.6673}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 677.333, \"ymin\": 945.333, \"xmax\": 700.0, \"ymax\": 964.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 853.333, \"ymin\": 945.333, \"xmax\": 876.0, \"ymax\": 964.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1022.67, \"ymin\": 945.333, \"xmax\": 1044.0, \"ymax\": 965.3333}, \"category\": \"pl5\"}]}, \"25438\": {\"path\": \"train/25438.jpg\", \"id\": 25438, \"objects\": [{\"bbox\": {\"xmin\": 1056.0, \"ymin\": 830.667, \"xmax\": 1098.6667, \"ymax\": 868.0003}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 921.333, \"ymin\": 825.333, \"xmax\": 965.3333, \"ymax\": 870.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1165.33, \"ymin\": 858.667, \"xmax\": 1204.0, \"ymax\": 897.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 829.333, \"xmax\": 908.0, \"ymax\": 866.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1002.67, \"ymin\": 829.333, \"xmax\": 1041.3333, \"ymax\": 868.0}, \"category\": \"pl80\"}]}, \"69108\": {\"path\": \"test/69108.jpg\", \"id\": 69108, \"objects\": [{\"bbox\": {\"xmin\": 107.38418579101562, \"ymin\": 969.6768188476562, \"xmax\": 134.85787963867188, \"ymax\": 994.9957885742188}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1180.0, \"ymin\": 369.333, \"xmax\": 1577.333, \"ymax\": 764.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1769.33, \"ymin\": 542.667, \"xmax\": 1924.0, \"ymax\": 850.667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1682.67, \"ymin\": 873.333, \"xmax\": 2004.0030000000002, \"ymax\": 1173.333}, \"category\": \"pg\"}]}, \"87072\": {\"path\": \"train/87072.jpg\", \"id\": 87072, \"objects\": [{\"bbox\": {\"xmin\": 1608.0, \"ymin\": 824.0, \"xmax\": 1640.0, \"ymax\": 857.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1493.0, \"ymin\": 961.0, \"xmax\": 1531.0, \"ymax\": 999.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1494.0, \"ymin\": 924.0, \"xmax\": 1528.0, \"ymax\": 961.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1536.0, \"ymin\": 830.0, \"xmax\": 1571.0, \"ymax\": 867.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1571.0, \"ymin\": 833.0, \"xmax\": 1604.0, \"ymax\": 863.0}, \"category\": \"pm20\"}]}, \"41626\": {\"path\": \"test/41626.jpg\", \"id\": 41626, \"objects\": [{\"bbox\": {\"xmin\": 800.0, \"ymin\": 883.168, \"xmax\": 827.7228, \"ymax\": 918.8119}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1138.61, \"ymin\": 928.713, \"xmax\": 1159.4059, \"ymax\": 957.4257}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1097.03, \"ymin\": 930.693, \"xmax\": 1115.8419, \"ymax\": 952.4747}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1115.84, \"ymin\": 928.713, \"xmax\": 1136.6336999999999, \"ymax\": 955.4454999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 682.178, \"ymin\": 887.129, \"xmax\": 711.8812, \"ymax\": 916.8317000000001}, \"category\": \"pne\"}]}, \"75434\": {\"path\": \"other/75434.jpg\", \"id\": 75434, \"objects\": [{\"bbox\": {\"xmin\": 1365.0, \"ymin\": 750.596, \"xmax\": 1438.9839, \"ymax\": 822.9756}, \"category\": \"pr70\"}]}, \"34851\": {\"path\": \"train/34851.jpg\", \"id\": 34851, \"objects\": [{\"bbox\": {\"xmin\": 1081.75, \"ymin\": 965.079, \"xmax\": 1113.4921, \"ymax\": 995.2380999999999}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1099.21, \"ymin\": 929.365, \"xmax\": 1131.746, \"ymax\": 960.3175}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1116.67, \"ymin\": 963.492, \"xmax\": 1147.6190000000001, \"ymax\": 996.0317}, \"category\": \"p18\"}]}, \"4099\": {\"path\": \"train/4099.jpg\", \"id\": 4099, \"objects\": [{\"bbox\": {\"xmin\": 1350.45, \"ymin\": 928.319, \"xmax\": 1369.034, \"ymax\": 948.2301}, \"category\": \"pl20\"}]}, \"36279\": {\"path\": \"other/36279.jpg\", \"id\": 36279, \"objects\": [{\"bbox\": {\"xmin\": 857.616, \"ymin\": 981.457, \"xmax\": 873.5099, \"ymax\": 998.6754999999999}, \"category\": \"p14\"}]}, \"96272\": {\"path\": \"train/96272.jpg\", \"id\": 96272, \"objects\": [{\"bbox\": {\"xmin\": 839.683, \"ymin\": 919.048, \"xmax\": 861.1111, \"ymax\": 947.619}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1096.03, \"ymin\": 945.238, \"xmax\": 1112.6984, \"ymax\": 962.6984000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1946.83, \"ymin\": 947.619, \"xmax\": 1967.4603, \"ymax\": 980.9524}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1948.41, \"ymin\": 992.063, \"xmax\": 1969.8413, \"ymax\": 1031.746}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1945.24, \"ymin\": 901.587, \"xmax\": 1968.254, \"ymax\": 935.7143}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1062.7, \"ymin\": 944.444, \"xmax\": 1077.7778, \"ymax\": 964.2856999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1080.16, \"ymin\": 945.238, \"xmax\": 1092.8571000000002, \"ymax\": 961.9048}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 753.968, \"ymin\": 923.81, \"xmax\": 775.3968, \"ymax\": 948.4127}, \"category\": \"pne\"}]}, \"93212\": {\"path\": \"other/93212.jpg\", \"id\": 93212, \"objects\": [{\"bbox\": {\"xmin\": 789.683, \"ymin\": 775.397, \"xmax\": 802.381, \"ymax\": 834.1270000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1863.58, \"ymin\": 937.086, \"xmax\": 1871.52318, \"ymax\": 950.9934000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1847.68, \"ymin\": 934.437, \"xmax\": 1858.2781, \"ymax\": 951.6556}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 773.81, \"ymin\": 765.873, \"xmax\": 788.0952, \"ymax\": 818.254}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 801.587, \"ymin\": 783.333, \"xmax\": 816.667, \"ymax\": 838.8888999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1876.82, \"ymin\": 935.099, \"xmax\": 1888.7395, \"ymax\": 950.3306}, \"category\": \"pn\"}]}, \"78350\": {\"path\": \"train/78350.jpg\", \"id\": 78350, \"objects\": [{\"bbox\": {\"xmin\": 870.667, \"ymin\": 781.333, \"xmax\": 909.3333, \"ymax\": 820.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1270.67, \"ymin\": 765.333, \"xmax\": 1309.3333, \"ymax\": 804.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 993.333, \"ymin\": 772.0, \"xmax\": 1037.3333, \"ymax\": 813.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1164.0, \"ymin\": 764.0, \"xmax\": 1208.0, \"ymax\": 805.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 824.0, \"ymin\": 738.667, \"xmax\": 862.6667, \"ymax\": 780.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 946.667, \"ymin\": 730.667, \"xmax\": 989.3333, \"ymax\": 770.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 736.0, \"xmax\": 910.6667, \"ymax\": 776.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 949.333, \"ymin\": 776.0, \"xmax\": 988.0, \"ymax\": 814.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1117.33, \"ymin\": 764.0, \"xmax\": 1161.3201, \"ymax\": 806.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 824.0, \"ymin\": 782.667, \"xmax\": 862.6667, \"ymax\": 824.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1224.0, \"ymin\": 765.333, \"xmax\": 1264.0, \"ymax\": 804.0}, \"category\": \"pl80\"}]}, \"47785\": {\"path\": \"train/47785.jpg\", \"id\": 47785, \"objects\": [{\"bbox\": {\"xmin\": 1658.0, \"ymin\": 903.0, \"xmax\": 1706.0, \"ymax\": 953.0}, \"category\": \"p26\"}]}, \"97779\": {\"path\": \"test/97779.jpg\", \"id\": 97779, \"objects\": [{\"bbox\": {\"xmin\": 200.0, \"ymin\": 929.412, \"xmax\": 262.7451, \"ymax\": 988.2353}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 768.627, \"ymin\": 900.0, \"xmax\": 835.2941, \"ymax\": 978.4313999999999}, \"category\": \"pne\"}]}, \"58503\": {\"path\": \"train/58503.jpg\", \"id\": 58503, \"objects\": [{\"bbox\": {\"xmin\": 1157.896484375, \"ymin\": 983.8463134765625, \"xmax\": 1174.83984375, \"ymax\": 1001.02490234375}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1199.0, \"ymin\": 928.0, \"xmax\": 1226.0, \"ymax\": 959.0}, \"category\": \"pn\"}]}, \"53104\": {\"path\": \"other/53104.jpg\", \"id\": 53104, \"objects\": [{\"bbox\": {\"xmin\": 1742.67, \"ymin\": 892.0, \"xmax\": 1893.333, \"ymax\": 1069.333}, \"category\": \"ph5.3\"}]}, \"33127\": {\"path\": \"test/33127.jpg\", \"id\": 33127, \"objects\": [{\"bbox\": {\"xmin\": 1214.85, \"ymin\": 903.96, \"xmax\": 1236.6336999999999, \"ymax\": 927.7778000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1440.59, \"ymin\": 958.416, \"xmax\": 1461.1110999999999, \"ymax\": 979.2079000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1188.12, \"ymin\": 902.97, \"xmax\": 1211.9047999999998, \"ymax\": 928.7129}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1237.83, \"ymin\": 908.322, \"xmax\": 1260.3201999999999, \"ymax\": 932.5398}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1437.82, \"ymin\": 935.047, \"xmax\": 1464.5565, \"ymax\": 958.809}, \"category\": \"w55\"}]}, \"58978\": {\"path\": \"test/58978.jpg\", \"id\": 58978, \"objects\": [{\"bbox\": {\"xmin\": 1609.21, \"ymin\": 453.948, \"xmax\": 1693.4211, \"ymax\": 547.3688}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 669.737, \"ymin\": 859.211, \"xmax\": 698.6841999999999, \"ymax\": 885.5263}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 702.632, \"ymin\": 853.947, \"xmax\": 734.2104999999999, \"ymax\": 885.5263}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1494.74, \"ymin\": 539.474, \"xmax\": 1540.8015, \"ymax\": 656.5790000000001}, \"category\": \"pne\"}]}, \"89541\": {\"path\": \"other/89541.jpg\", \"id\": 89541, \"objects\": [{\"bbox\": {\"xmin\": 1068.14, \"ymin\": 884.956, \"xmax\": 1101.3274000000001, \"ymax\": 915.4854}, \"category\": \"w22\"}]}, \"80625\": {\"path\": \"train/80625.jpg\", \"id\": 80625, \"objects\": [{\"bbox\": {\"xmin\": 381.823, \"ymin\": 858.322, \"xmax\": 433.2104, \"ymax\": 914.6924}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1767.33, \"ymin\": 896.0, \"xmax\": 1810.6633, \"ymax\": 948.0003}, \"category\": \"pl100\"}]}, \"82379\": {\"path\": \"train/82379.jpg\", \"id\": 82379, \"objects\": [{\"bbox\": {\"xmin\": 1981.58, \"ymin\": 855.263, \"xmax\": 2010.5263, \"ymax\": 892.1053}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1918.42, \"ymin\": 847.368, \"xmax\": 1952.6316000000002, \"ymax\": 890.7895000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1953.95, \"ymin\": 850.0, \"xmax\": 1978.9474, \"ymax\": 890.7895}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1930.26, \"ymin\": 598.684, \"xmax\": 2019.7368, \"ymax\": 694.7368}, \"category\": \"pne\"}]}, \"23842\": {\"path\": \"test/23842.jpg\", \"id\": 23842, \"objects\": [{\"bbox\": {\"xmin\": 269.0, \"ymin\": 1112.0, \"xmax\": 301.0, \"ymax\": 1148.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 263.0, \"ymin\": 1153.0, \"xmax\": 296.0, \"ymax\": 1192.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 231.0, \"ymin\": 1112.0, \"xmax\": 262.0, \"ymax\": 1148.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 270.0, \"ymin\": 977.0, \"xmax\": 330.0, \"ymax\": 1051.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 453.0, \"ymin\": 692.0, \"xmax\": 481.0, \"ymax\": 758.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 225.0, \"ymin\": 1152.0, \"xmax\": 255.0, \"ymax\": 1189.0}, \"category\": \"p29\"}]}, \"62093\": {\"path\": \"train/62093.jpg\", \"id\": 62093, \"objects\": [{\"bbox\": {\"xmin\": 1463.2, \"ymin\": 908.0, \"xmax\": 1526.4, \"ymax\": 987.2}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 618.4, \"ymin\": 980.0, \"xmax\": 670.4, \"ymax\": 1035.2}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 2026.4, \"ymin\": 958.4, \"xmax\": 2048.0, \"ymax\": 1016.8}, \"category\": \"p10\"}]}, \"54844\": {\"path\": \"test/54844.jpg\", \"id\": 54844, \"objects\": [{\"bbox\": {\"xmin\": 1527.63, \"ymin\": 993.421, \"xmax\": 1552.6316000000002, \"ymax\": 1023.6842}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 643.421, \"ymin\": 1018.42, \"xmax\": 664.4737, \"ymax\": 1052.6316}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 644.886, \"ymin\": 988.158, \"xmax\": 663.1573999999999, \"ymax\": 1018.4211}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 442.105, \"ymin\": 984.211, \"xmax\": 467.1053, \"ymax\": 1011.8421}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1523.68, \"ymin\": 964.474, \"xmax\": 1552.6316000000002, \"ymax\": 996.0526000000001}, \"category\": \"ps\"}]}, \"98677\": {\"path\": \"test/98677.jpg\", \"id\": 98677, \"objects\": [{\"bbox\": {\"xmin\": 1874.0, \"ymin\": 704.0, \"xmax\": 1982.0, \"ymax\": 830.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1874.0, \"ymin\": 829.0, \"xmax\": 1980.0, \"ymax\": 956.0}, \"category\": \"pn\"}]}, \"87959\": {\"path\": \"test/87959.jpg\", \"id\": 87959, \"objects\": [{\"bbox\": {\"xmin\": 590.196, \"ymin\": 554.902, \"xmax\": 670.5882, \"ymax\": 631.3725000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 184.314, \"ymin\": 649.02, \"xmax\": 233.3333, \"ymax\": 709.8039}, \"category\": \"pne\"}]}, \"58093\": {\"path\": \"train/58093.jpg\", \"id\": 58093, \"objects\": [{\"bbox\": {\"xmin\": 887.129, \"ymin\": 943.564, \"xmax\": 905.9406, \"ymax\": 964.3564}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 813.861, \"ymin\": 943.564, \"xmax\": 832.6733, \"ymax\": 962.3761999999999}, \"category\": \"pne\"}]}, \"34546\": {\"path\": \"train/34546.jpg\", \"id\": 34546, \"objects\": [{\"bbox\": {\"xmin\": 1909.21, \"ymin\": 992.105, \"xmax\": 1951.3153, \"ymax\": 1034.2105}, \"category\": \"ip\"}]}, \"39259\": {\"path\": \"train/39259.jpg\", \"id\": 39259, \"objects\": [{\"bbox\": {\"xmin\": 1134.92, \"ymin\": 970.635, \"xmax\": 1185.7143, \"ymax\": 1022.2222}, \"category\": \"pne\"}]}, \"3838\": {\"path\": \"test/3838.jpg\", \"id\": 3838, \"objects\": [{\"bbox\": {\"xmin\": 1623.0, \"ymin\": 905.0, \"xmax\": 1684.0, \"ymax\": 974.0}, \"category\": \"pr40\"}]}, \"47637\": {\"path\": \"test/47637.jpg\", \"id\": 47637, \"objects\": [{\"bbox\": {\"xmin\": 161.842, \"ymin\": 700.0, \"xmax\": 234.21030000000002, \"ymax\": 781.5789}, \"category\": \"pl40\"}]}, \"21806\": {\"path\": \"train/21806.jpg\", \"id\": 21806, \"objects\": [{\"bbox\": {\"xmin\": 1287.13, \"ymin\": 853.465, \"xmax\": 1318.8119000000002, \"ymax\": 888.1188000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1253.47, \"ymin\": 853.465, \"xmax\": 1285.1485, \"ymax\": 887.1281}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1317.82, \"ymin\": 855.446, \"xmax\": 1352.4675, \"ymax\": 891.0889}, \"category\": \"pn\"}]}, \"44327\": {\"path\": \"train/44327.jpg\", \"id\": 44327, \"objects\": [{\"bbox\": {\"xmin\": 585.0816650390625, \"ymin\": 1007.2549438476562, \"xmax\": 615.7628173828125, \"ymax\": 1039.719970703125}, \"category\": \"iz\"}, {\"bbox\": {\"xmin\": 1652.0, \"ymin\": 741.0, \"xmax\": 1703.0, \"ymax\": 796.0}, \"category\": \"pl60\"}]}, \"1054\": {\"path\": \"test/1054.jpg\", \"id\": 1054, \"objects\": [{\"bbox\": {\"xmin\": 959.406, \"ymin\": 860.396, \"xmax\": 987.1287, \"ymax\": 889.1089}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 794.059, \"ymin\": 866.337, \"xmax\": 819.802, \"ymax\": 893.0693}, \"category\": \"pne\"}]}, \"60678\": {\"path\": \"test/60678.jpg\", \"id\": 60678, \"objects\": [{\"bbox\": {\"xmin\": 1469.33, \"ymin\": 805.333, \"xmax\": 1546.6667, \"ymax\": 882.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1234.67, \"ymin\": 994.667, \"xmax\": 1256.0, \"ymax\": 1016.0}, \"category\": \"pl80\"}]}, \"307\": {\"path\": \"train/307.jpg\", \"id\": 307, \"objects\": [{\"bbox\": {\"xmin\": 864.0, \"ymin\": 832.0, \"xmax\": 911.0, \"ymax\": 882.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 915.0, \"ymin\": 834.0, \"xmax\": 959.0, \"ymax\": 878.0}, \"category\": \"p19\"}]}, \"89759\": {\"path\": \"test/89759.jpg\", \"id\": 89759, \"objects\": [{\"bbox\": {\"xmin\": 1486.84, \"ymin\": 842.105, \"xmax\": 1528.9474, \"ymax\": 886.8421000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1530.26, \"ymin\": 843.421, \"xmax\": 1564.4737, \"ymax\": 893.4211}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1446.05, \"ymin\": 836.842, \"xmax\": 1485.5263, \"ymax\": 884.2103999999999}, \"category\": \"w21\"}]}, \"4917\": {\"path\": \"test/4917.jpg\", \"id\": 4917, \"objects\": [{\"bbox\": {\"xmin\": 917.333, \"ymin\": 794.667, \"xmax\": 977.3333, \"ymax\": 856.0}, \"category\": \"ph4\"}]}, \"20591\": {\"path\": \"other/20591.jpg\", \"id\": 20591, \"objects\": [{\"bbox\": {\"xmin\": 1217.33, \"ymin\": 945.333, \"xmax\": 1254.6667, \"ymax\": 984.0}, \"category\": \"ph4.2\"}]}, \"98723\": {\"path\": \"other/98723.jpg\", \"id\": 98723, \"objects\": [{\"bbox\": {\"xmin\": 911.111, \"ymin\": 933.334, \"xmax\": 924.6032, \"ymax\": 950.0002999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 851.587, \"ymin\": 932.54, \"xmax\": 864.2857, \"ymax\": 947.6189999999999}, \"category\": \"pne\"}]}, \"69201\": {\"path\": \"train/69201.jpg\", \"id\": 69201, \"objects\": [{\"bbox\": {\"xmin\": 1476.24, \"ymin\": 783.168, \"xmax\": 1516.8317, \"ymax\": 827.451}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 317.822, \"ymin\": 894.059, \"xmax\": 342.5743, \"ymax\": 935.6436}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1668.32, \"ymin\": 808.911, \"xmax\": 1696.0395999999998, \"ymax\": 843.5644}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 811.765, \"xmax\": 1729.4118, \"ymax\": 851.4851}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1302.97, \"ymin\": 781.188, \"xmax\": 1350.4950000000001, \"ymax\": 822.7723}, \"category\": \"pne\"}]}, \"75838\": {\"path\": \"other/75838.jpg\", \"id\": 75838, \"objects\": [{\"bbox\": {\"xmin\": 553.0, \"ymin\": 740.0, \"xmax\": 599.0, \"ymax\": 791.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 602.0, \"ymin\": 737.0, \"xmax\": 648.0, \"ymax\": 787.0}, \"category\": \"pn\"}]}, \"71534\": {\"path\": \"train/71534.jpg\", \"id\": 71534, \"objects\": [{\"bbox\": {\"xmin\": 612.0, \"ymin\": 561.333, \"xmax\": 697.3333, \"ymax\": 637.3333}, \"category\": \"p23\"}]}, \"33584\": {\"path\": \"train/33584.jpg\", \"id\": 33584, \"objects\": [{\"bbox\": {\"xmin\": 1509.117431640625, \"ymin\": 1463.0042724609375, \"xmax\": 1644.519287109375, \"ymax\": 1813.7730712890625}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1249.16552734375, \"ymin\": 1007.801025390625, \"xmax\": 1271.730712890625, \"ymax\": 1032.5538330078125}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1713.138427734375, \"ymin\": 1036.9141845703125, \"xmax\": 1732.547119140625, \"ymax\": 1060.0023193359375}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1078.80029296875, \"ymin\": 1207.14794921875, \"xmax\": 1214.0302734375, \"ymax\": 1333.51708984375}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1290.0, \"ymin\": 977.0, \"xmax\": 1303.0, \"ymax\": 995.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 895.0, \"ymin\": 966.0, \"xmax\": 912.0, \"ymax\": 985.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 895.0, \"ymin\": 947.0, \"xmax\": 909.0, \"ymax\": 964.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 751.0, \"ymin\": 926.0, \"xmax\": 759.0, \"ymax\": 938.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 796.0, \"ymin\": 930.0, \"xmax\": 804.0, \"ymax\": 939.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1290.0, \"ymin\": 957.0, \"xmax\": 1304.0, \"ymax\": 974.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 140.0, \"ymin\": 896.0, \"xmax\": 168.0, \"ymax\": 934.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 140.0, \"ymin\": 942.0, \"xmax\": 167.0, \"ymax\": 979.0}, \"category\": \"i2r\"}]}, \"12604\": {\"path\": \"test/12604.jpg\", \"id\": 12604, \"objects\": [{\"bbox\": {\"xmin\": 1738.64404296875, \"ymin\": 478.60382080078125, \"xmax\": 1848.772705078125, \"ymax\": 591.0114135742188}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 98.0392, \"ymin\": 462.745, \"xmax\": 198.0392, \"ymax\": 568.627}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1197.03, \"ymin\": 858.416, \"xmax\": 1227.7228, \"ymax\": 892.0792}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1159.41, \"ymin\": 858.416, \"xmax\": 1194.0594, \"ymax\": 893.0693000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1231.68, \"ymin\": 855.446, \"xmax\": 1267.3267, \"ymax\": 893.0693}, \"category\": \"pn\"}]}, \"18130\": {\"path\": \"test/18130.jpg\", \"id\": 18130, \"objects\": [{\"bbox\": {\"xmin\": 1562.67, \"ymin\": 868.0, \"xmax\": 1605.3333, \"ymax\": 910.667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1573.33, \"ymin\": 914.667, \"xmax\": 1593.3333, \"ymax\": 930.6667}, \"category\": \"w32\"}]}, \"56533\": {\"path\": \"other/56533.jpg\", \"id\": 56533, \"objects\": [{\"bbox\": {\"xmin\": 1066.34, \"ymin\": 775.248, \"xmax\": 1131.6832, \"ymax\": 834.6539}, \"category\": \"w22\"}]}, \"51123\": {\"path\": \"test/51123.jpg\", \"id\": 51123, \"objects\": [{\"bbox\": {\"xmin\": 68.28247833251953, \"ymin\": 995.5513305664062, \"xmax\": 92.89684295654297, \"ymax\": 1017.7045288085938}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 599.0, \"ymin\": 958.0, \"xmax\": 705.0, \"ymax\": 1067.0}, \"category\": \"p23\"}]}, \"80463\": {\"path\": \"train/80463.jpg\", \"id\": 80463, \"objects\": [{\"bbox\": {\"xmin\": 418.667, \"ymin\": 770.667, \"xmax\": 490.6667, \"ymax\": 834.6667}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 833.333, \"ymin\": 916.0, \"xmax\": 853.3333, \"ymax\": 936.0}, \"category\": \"w32\"}]}, \"4036\": {\"path\": \"train/4036.jpg\", \"id\": 4036, \"objects\": [{\"bbox\": {\"xmin\": 1895.0, \"ymin\": 951.0, \"xmax\": 1932.0, \"ymax\": 987.0}, \"category\": \"w55\"}]}, \"54129\": {\"path\": \"other/54129.jpg\", \"id\": 54129, \"objects\": [{\"bbox\": {\"xmin\": 1116.99951171875, \"ymin\": 975.3646240234375, \"xmax\": 1133.5, \"ymax\": 995.4664306640625}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 799.3829956054688, \"ymin\": 994.7526245117188, \"xmax\": 818.9210815429688, \"ymax\": 1011.9749145507812}, \"category\": \"pne\"}]}, \"19427\": {\"path\": \"train/19427.jpg\", \"id\": 19427, \"objects\": [{\"bbox\": {\"xmin\": 1092.05, \"ymin\": 796.026, \"xmax\": 1143.0464, \"ymax\": 846.3575999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1143.71, \"ymin\": 798.013, \"xmax\": 1191.393, \"ymax\": 847.682}, \"category\": \"pn\"}]}, \"63061\": {\"path\": \"other/63061.jpg\", \"id\": 63061, \"objects\": [{\"bbox\": {\"xmin\": 856.4741821289062, \"ymin\": 945.2308349609375, \"xmax\": 877.6730346679688, \"ymax\": 964.4136962890625}, \"category\": \"pl30\"}]}, \"92514\": {\"path\": \"train/92514.jpg\", \"id\": 92514, \"objects\": [{\"bbox\": {\"xmin\": 1851.0, \"ymin\": 986.0, \"xmax\": 1886.0, \"ymax\": 1020.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1318.0, \"ymin\": 212.0, \"xmax\": 1508.0, \"ymax\": 371.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 802.0, \"ymin\": 1016.0, \"xmax\": 821.0, \"ymax\": 1037.0}, \"category\": \"i5\"}]}, \"86812\": {\"path\": \"test/86812.jpg\", \"id\": 86812, \"objects\": [{\"bbox\": {\"xmin\": 262.667, \"ymin\": 1012.0, \"xmax\": 318.6667, \"ymax\": 1082.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1922.67, \"ymin\": 805.333, \"xmax\": 1964.0, \"ymax\": 862.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1920.0, \"ymin\": 869.333, \"xmax\": 1964.0, \"ymax\": 922.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1360.0, \"ymin\": 758.667, \"xmax\": 1414.6667, \"ymax\": 816.0}, \"category\": \"pl50\"}]}, \"76775\": {\"path\": \"train/76775.jpg\", \"id\": 76775, \"objects\": [{\"bbox\": {\"xmin\": 1643.14, \"ymin\": 92.1569, \"xmax\": 1864.7060000000001, \"ymax\": 298.0389}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1876.47, \"ymin\": 160.784, \"xmax\": 2043.137, \"ymax\": 364.706}, \"category\": \"pn\"}]}, \"29008\": {\"path\": \"test/29008.jpg\", \"id\": 29008, \"objects\": [{\"bbox\": {\"xmin\": 1268.0, \"ymin\": 1001.0, \"xmax\": 1300.0, \"ymax\": 1038.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1081.0, \"ymin\": 953.0, \"xmax\": 1095.0, \"ymax\": 970.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1098.0, \"ymin\": 955.0, \"xmax\": 1114.0, \"ymax\": 971.0}, \"category\": \"pn\"}]}, \"94047\": {\"path\": \"train/94047.jpg\", \"id\": 94047, \"objects\": [{\"bbox\": {\"xmin\": 1004.0, \"ymin\": 713.0, \"xmax\": 1043.0, \"ymax\": 751.0}, \"category\": \"pl70\"}]}, \"46239\": {\"path\": \"train/46239.jpg\", \"id\": 46239, \"objects\": [{\"bbox\": {\"xmin\": 1943.0, \"ymin\": 1082.0, \"xmax\": 1964.0, \"ymax\": 1107.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1921.0, \"ymin\": 1084.0, \"xmax\": 1939.0, \"ymax\": 1106.0}, \"category\": \"pl25\"}, {\"bbox\": {\"xmin\": 1897.0, \"ymin\": 1084.0, \"xmax\": 1914.0, \"ymax\": 1109.0}, \"category\": \"pn\"}]}, \"41621\": {\"path\": \"train/41621.jpg\", \"id\": 41621, \"objects\": [{\"bbox\": {\"xmin\": 1072.85, \"ymin\": 915.894, \"xmax\": 1093.3775999999998, \"ymax\": 937.0861}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1094.7, \"ymin\": 918.543, \"xmax\": 1115.894, \"ymax\": 936.424}, \"category\": \"w57\"}]}, \"21126\": {\"path\": \"test/21126.jpg\", \"id\": 21126, \"objects\": [{\"bbox\": {\"xmin\": 1809.21, \"ymin\": 902.632, \"xmax\": 1839.4737, \"ymax\": 939.4737}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 159.211, \"ymin\": 605.263, \"xmax\": 225.0, \"ymax\": 713.158}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1160.53, \"ymin\": 952.632, \"xmax\": 1184.1973, \"ymax\": 992.1042}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 194.737, \"ymin\": 760.526, \"xmax\": 223.6842, \"ymax\": 809.2104999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1934.21, \"ymin\": 926.316, \"xmax\": 1951.3158, \"ymax\": 948.6842}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 226.316, \"ymin\": 765.789, \"xmax\": 259.2105, \"ymax\": 813.1578999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1956.58, \"ymin\": 919.737, \"xmax\": 1976.3034, \"ymax\": 953.9474}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1686.84, \"ymin\": 889.474, \"xmax\": 1723.6842, \"ymax\": 936.8421000000001}, \"category\": \"pne\"}]}, \"76094\": {\"path\": \"test/76094.jpg\", \"id\": 76094, \"objects\": [{\"bbox\": {\"xmin\": 413.907, \"ymin\": 1217.88, \"xmax\": 443.0464, \"ymax\": 1247.6821000000002}, \"category\": \"pl30\"}]}, \"68585\": {\"path\": \"train/68585.jpg\", \"id\": 68585, \"objects\": [{\"bbox\": {\"xmin\": 1465.33, \"ymin\": 553.333, \"xmax\": 1577.33, \"ymax\": 666.6669999999999}, \"category\": \"pne\"}]}, \"43882\": {\"path\": \"train/43882.jpg\", \"id\": 43882, \"objects\": [{\"bbox\": {\"xmin\": 797.0, \"ymin\": 1029.0, \"xmax\": 811.0, \"ymax\": 1043.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1397.0, \"ymin\": 940.0, \"xmax\": 1430.0, \"ymax\": 973.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1396.0, \"ymin\": 873.0, \"xmax\": 1430.0, \"ymax\": 908.0}, \"category\": \"p26\"}]}, \"54963\": {\"path\": \"test/54963.jpg\", \"id\": 54963, \"objects\": [{\"bbox\": {\"xmin\": 1360.53, \"ymin\": 931.579, \"xmax\": 1380.2627, \"ymax\": 954.3045999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1518.54, \"ymin\": 945.391, \"xmax\": 1534.4370999999999, \"ymax\": 964.9006999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1498.68, \"ymin\": 943.421, \"xmax\": 1513.1575, \"ymax\": 963.5762000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1541.72, \"ymin\": 943.709, \"xmax\": 1553.9455, \"ymax\": 961.843}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1281.46, \"ymin\": 932.45, \"xmax\": 1301.9868000000001, \"ymax\": 953.6418000000001}, \"category\": \"pne\"}]}, \"61747\": {\"path\": \"test/61747.jpg\", \"id\": 61747, \"objects\": [{\"bbox\": {\"xmin\": 53.3333, \"ymin\": 690.667, \"xmax\": 226.6663, \"ymax\": 909.3330000000001}, \"category\": \"pl30\"}]}, \"88690\": {\"path\": \"test/88690.jpg\", \"id\": 88690, \"objects\": [{\"bbox\": {\"xmin\": 101.316, \"ymin\": 653.947, \"xmax\": 153.94740000000002, \"ymax\": 717.1046}, \"category\": \"i4\"}]}, \"58926\": {\"path\": \"other/58926.jpg\", \"id\": 58926, \"objects\": [{\"bbox\": {\"xmin\": 1067.16, \"ymin\": 918.407, \"xmax\": 1087.0647000000001, \"ymax\": 938.8055}, \"category\": \"w22\"}]}, \"85323\": {\"path\": \"train/85323.jpg\", \"id\": 85323, \"objects\": [{\"bbox\": {\"xmin\": 151.316, \"ymin\": 611.842, \"xmax\": 215.7895, \"ymax\": 707.8947}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1912.7, \"ymin\": 937.302, \"xmax\": 1930.9524000000001, \"ymax\": 957.1429}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1840.48, \"ymin\": 934.127, \"xmax\": 1861.1111, \"ymax\": 953.1745999999999}, \"category\": \"pne\"}]}, \"12613\": {\"path\": \"train/12613.jpg\", \"id\": 12613, \"objects\": [{\"bbox\": {\"xmin\": 1850.79, \"ymin\": 907.937, \"xmax\": 1873.8095, \"ymax\": 933.3333}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1772.22, \"ymin\": 904.762, \"xmax\": 1794.4444, \"ymax\": 930.9523999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 163.492, \"ymin\": 875.397, \"xmax\": 184.92059999999998, \"ymax\": 908.7302000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 165.079, \"ymin\": 957.143, \"xmax\": 187.3016, \"ymax\": 987.3016}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 166.667, \"ymin\": 910.317, \"xmax\": 188.0952, \"ymax\": 942.0635}, \"category\": \"p26\"}]}, \"45869\": {\"path\": \"train/45869.jpg\", \"id\": 45869, \"objects\": [{\"bbox\": {\"xmin\": 1577.6, \"ymin\": 676.8, \"xmax\": 1628.8, \"ymax\": 732.8}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1870.4, \"ymin\": 704.0, \"xmax\": 1912.0, \"ymax\": 754.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1732.0, \"ymin\": 691.2, \"xmax\": 1779.2, \"ymax\": 741.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1514.4, \"ymin\": 612.8, \"xmax\": 1568.0, \"ymax\": 667.1999999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1576.0, \"ymin\": 617.6, \"xmax\": 1628.8, \"ymax\": 672.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1678.4, \"ymin\": 684.8, \"xmax\": 1725.6000000000001, \"ymax\": 736.8}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1514.4, \"ymin\": 673.6, \"xmax\": 1569.6000000000001, \"ymax\": 728.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1823.2, \"ymin\": 700.0, \"xmax\": 1864.0, \"ymax\": 750.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1966.4, \"ymin\": 714.4, \"xmax\": 2004.8000000000002, \"ymax\": 761.6}, \"category\": \"pne\"}]}, \"82520\": {\"path\": \"train/82520.jpg\", \"id\": 82520, \"objects\": [{\"bbox\": {\"xmin\": 1492.05, \"ymin\": 900.662, \"xmax\": 1520.5298, \"ymax\": 927.8146}, \"category\": \"pl80\"}]}, \"10956\": {\"path\": \"test/10956.jpg\", \"id\": 10956, \"objects\": [{\"bbox\": {\"xmin\": 45.3333, \"ymin\": 1005.33, \"xmax\": 102.66669999999999, \"ymax\": 1088.0}, \"category\": \"pg\"}]}, \"33937\": {\"path\": \"train/33937.jpg\", \"id\": 33937, \"objects\": [{\"bbox\": {\"xmin\": 1873.33, \"ymin\": 390.667, \"xmax\": 2007.9969999999998, \"ymax\": 524.0}, \"category\": \"pn\"}]}, \"2915\": {\"path\": \"test/2915.jpg\", \"id\": 2915, \"objects\": [{\"bbox\": {\"xmin\": 776.316, \"ymin\": 867.105, \"xmax\": 807.8947000000001, \"ymax\": 902.6316}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 682.895, \"ymin\": 873.684, \"xmax\": 714.4737, \"ymax\": 911.8421}, \"category\": \"pne\"}]}, \"24025\": {\"path\": \"train/24025.jpg\", \"id\": 24025, \"objects\": [{\"bbox\": {\"xmin\": 1616.0, \"ymin\": 1082.67, \"xmax\": 1700.0, \"ymax\": 1181.3333}, \"category\": \"p23\"}]}, \"34147\": {\"path\": \"other/34147.jpg\", \"id\": 34147, \"objects\": [{\"bbox\": {\"xmin\": 765.044, \"ymin\": 995.576, \"xmax\": 780.5309, \"ymax\": 1011.9473}, \"category\": \"pne\"}]}, \"36412\": {\"path\": \"test/36412.jpg\", \"id\": 36412, \"objects\": [{\"bbox\": {\"xmin\": 321.053, \"ymin\": 1040.79, \"xmax\": 336.8421, \"ymax\": 1094.7368}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1273.68, \"ymin\": 1025.0, \"xmax\": 1303.9432000000002, \"ymax\": 1078.9474}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 307.895, \"ymin\": 1032.89, \"xmax\": 321.0526, \"ymax\": 1097.3684}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1242.11, \"ymin\": 1028.95, \"xmax\": 1267.1053, \"ymax\": 1080.2632}, \"category\": \"pne\"}]}, \"65478\": {\"path\": \"test/65478.jpg\", \"id\": 65478, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 755.6181030273438, \"xmax\": 19.934110641479492, \"ymax\": 826.6629028320312}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1638.16, \"ymin\": 1035.53, \"xmax\": 1667.1053000000002, \"ymax\": 1063.1579}, \"category\": \"ip\"}]}, \"73888\": {\"path\": \"train/73888.jpg\", \"id\": 73888, \"objects\": [{\"bbox\": {\"xmin\": 170.667, \"ymin\": 1008.0, \"xmax\": 205.3333, \"ymax\": 1044.0}, \"category\": \"pl40\"}]}, \"88011\": {\"path\": \"train/88011.jpg\", \"id\": 88011, \"objects\": [{\"bbox\": {\"xmin\": 1392.0, \"ymin\": 781.333, \"xmax\": 1438.6667, \"ymax\": 826.6667}, \"category\": \"pl60\"}]}, \"55372\": {\"path\": \"train/55372.jpg\", \"id\": 55372, \"objects\": [{\"bbox\": {\"xmin\": 194.04, \"ymin\": 986.755, \"xmax\": 213.245, \"ymax\": 1009.2715}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 195.364, \"ymin\": 1017.22, \"xmax\": 212.58280000000002, \"ymax\": 1038.4106}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 197.351, \"ymin\": 955.629, \"xmax\": 211.2583, \"ymax\": 977.4834000000001}, \"category\": \"p26\"}]}, \"74380\": {\"path\": \"test/74380.jpg\", \"id\": 74380, \"objects\": [{\"bbox\": {\"xmin\": 817.822, \"ymin\": 911.881, \"xmax\": 842.5743, \"ymax\": 939.6039999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 2.9703, \"ymin\": 920.792, \"xmax\": 18.8119, \"ymax\": 946.5347}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1946.53, \"ymin\": 817.822, \"xmax\": 1975.2475, \"ymax\": 861.3861}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1128.71, \"ymin\": 914.851, \"xmax\": 1145.5446, \"ymax\": 940.5941}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 20.7921, \"ymin\": 923.762, \"xmax\": 37.6238, \"ymax\": 946.5346999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1150.5, \"ymin\": 917.822, \"xmax\": 1172.2772, \"ymax\": 939.604}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1978.22, \"ymin\": 811.881, \"xmax\": 2008.9109, \"ymax\": 856.4356}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 743.564, \"ymin\": 913.861, \"xmax\": 767.3267, \"ymax\": 940.5941}, \"category\": \"pne\"}]}, \"75069\": {\"path\": \"other/75069.jpg\", \"id\": 75069, \"objects\": [{\"bbox\": {\"xmin\": 199.601, \"ymin\": 1099.6, \"xmax\": 213.14679999999998, \"ymax\": 1119.5186999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 213.546, \"ymin\": 1098.41, \"xmax\": 227.09189999999998, \"ymax\": 1117.5299}, \"category\": \"pn\"}]}, \"19708\": {\"path\": \"train/19708.jpg\", \"id\": 19708, \"objects\": [{\"bbox\": {\"xmin\": 1919.0, \"ymin\": 851.0, \"xmax\": 1987.0, \"ymax\": 930.0}, \"category\": \"pr40\"}]}, \"96362\": {\"path\": \"other/96362.jpg\", \"id\": 96362, \"objects\": [{\"bbox\": {\"xmin\": 799.6030883789062, \"ymin\": 978.0762329101562, \"xmax\": 818.0901489257812, \"ymax\": 996.1477661132812}, \"category\": \"pl5\"}]}, \"25058\": {\"path\": \"test/25058.jpg\", \"id\": 25058, \"objects\": [{\"bbox\": {\"xmin\": 1752.1470947265625, \"ymin\": 994.0587158203125, \"xmax\": 1774.7078857421875, \"ymax\": 1016.506103515625}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 2015.84, \"ymin\": 879.208, \"xmax\": 2041.5842, \"ymax\": 911.8811999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1953.47, \"ymin\": 871.287, \"xmax\": 1981.1881, \"ymax\": 911.8812}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1985.15, \"ymin\": 873.267, \"xmax\": 2012.8713, \"ymax\": 911.8812}, \"category\": \"pn\"}]}, \"2357\": {\"path\": \"train/2357.jpg\", \"id\": 2357, \"objects\": [{\"bbox\": {\"xmin\": 1507.0, \"ymin\": 568.0, \"xmax\": 1593.0, \"ymax\": 651.0}, \"category\": \"pl60\"}]}, \"9454\": {\"path\": \"train/9454.jpg\", \"id\": 9454, \"objects\": [{\"bbox\": {\"xmin\": 1381.0, \"ymin\": 684.0, \"xmax\": 1445.0, \"ymax\": 753.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1072.0, \"ymin\": 667.0, \"xmax\": 1143.0, \"ymax\": 736.0}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 748.0, \"ymin\": 671.0, \"xmax\": 818.0, \"ymax\": 739.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1589.0, \"ymin\": 707.0, \"xmax\": 1645.0, \"ymax\": 769.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 930.0, \"ymin\": 667.0, \"xmax\": 1000.0, \"ymax\": 737.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 616.0, \"ymin\": 674.0, \"xmax\": 680.0, \"ymax\": 742.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1246.0, \"ymin\": 675.0, \"xmax\": 1314.0, \"ymax\": 743.0}, \"category\": \"pl80\"}]}, \"58420\": {\"path\": \"train/58420.jpg\", \"id\": 58420, \"objects\": [{\"bbox\": {\"xmin\": 596.032, \"ymin\": 843.651, \"xmax\": 637.3016, \"ymax\": 886.5079}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 933.333, \"ymin\": 969.048, \"xmax\": 959.5237999999999, \"ymax\": 998.4127}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 393.651, \"ymin\": 853.174, \"xmax\": 421.4289, \"ymax\": 884.9203}, \"category\": \"pne\"}]}, \"15866\": {\"path\": \"other/15866.jpg\", \"id\": 15866, \"objects\": [{\"bbox\": {\"xmin\": 1422.52, \"ymin\": 980.132, \"xmax\": 1437.7483, \"ymax\": 998.675}, \"category\": \"p5\"}]}, \"73325\": {\"path\": \"train/73325.jpg\", \"id\": 73325, \"objects\": [{\"bbox\": {\"xmin\": 738.158, \"ymin\": 973.684, \"xmax\": 802.6316, \"ymax\": 1042.1053}, \"category\": \"w32\"}]}, \"49634\": {\"path\": \"train/49634.jpg\", \"id\": 49634, \"objects\": [{\"bbox\": {\"xmin\": 767.327, \"ymin\": 893.069, \"xmax\": 799.0099, \"ymax\": 923.7624}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1122.77, \"ymin\": 924.752, \"xmax\": 1141.5738999999999, \"ymax\": 947.5247999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1077.23, \"ymin\": 924.752, \"xmax\": 1098.0198, \"ymax\": 948.5148999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 923.762, \"xmax\": 1120.7921, \"ymax\": 949.505}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 655.446, \"ymin\": 899.01, \"xmax\": 684.1584, \"ymax\": 930.6931}, \"category\": \"pne\"}]}, \"5857\": {\"path\": \"train/5857.jpg\", \"id\": 5857, \"objects\": [{\"bbox\": {\"xmin\": 1818.81, \"ymin\": 880.198, \"xmax\": 1844.5545, \"ymax\": 913.8614}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1757.43, \"ymin\": 881.188, \"xmax\": 1786.1386, \"ymax\": 916.8317}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1790.1, \"ymin\": 878.218, \"xmax\": 1813.8614, \"ymax\": 912.8713}, \"category\": \"pn\"}]}, \"60704\": {\"path\": \"train/60704.jpg\", \"id\": 60704, \"objects\": [{\"bbox\": {\"xmin\": 1498.04, \"ymin\": 323.529, \"xmax\": 1649.02, \"ymax\": 462.745}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 296.078, \"xmax\": 1472.549, \"ymax\": 443.13699999999994}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1668.63, \"ymin\": 349.02, \"xmax\": 1776.471, \"ymax\": 486.275}, \"category\": \"pn\"}]}, \"11376\": {\"path\": \"other/11376.jpg\", \"id\": 11376, \"objects\": [{\"bbox\": {\"xmin\": 1959.856201171875, \"ymin\": 1249.10205078125, \"xmax\": 2048.0, \"ymax\": 1466.517333984375}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1924.0, \"ymin\": 590.667, \"xmax\": 2000.0, \"ymax\": 742.667}, \"category\": \"ph2.5\"}]}, \"53765\": {\"path\": \"test/53765.jpg\", \"id\": 53765, \"objects\": [{\"bbox\": {\"xmin\": 722.4, \"ymin\": 988.8, \"xmax\": 784.8, \"ymax\": 1050.3999999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 655.2, \"ymin\": 989.6, \"xmax\": 712.0, \"ymax\": 1048.8}, \"category\": \"pl25\"}, {\"bbox\": {\"xmin\": 797.6, \"ymin\": 986.4, \"xmax\": 858.4, \"ymax\": 1049.6}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 300.0, \"ymin\": 861.6, \"xmax\": 369.6, \"ymax\": 959.2}, \"category\": \"w22\"}]}, \"64173\": {\"path\": \"other/64173.jpg\", \"id\": 64173, \"objects\": [{\"bbox\": {\"xmin\": 1125.0, \"ymin\": 1002.18, \"xmax\": 1138.7712, \"ymax\": 1014.4974}, \"category\": \"pn\"}]}, \"80308\": {\"path\": \"train/80308.jpg\", \"id\": 80308, \"objects\": [{\"bbox\": {\"xmin\": 1162.67, \"ymin\": 909.333, \"xmax\": 1194.6667, \"ymax\": 942.6667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1161.33, \"ymin\": 876.0, \"xmax\": 1194.6667, \"ymax\": 908.0}, \"category\": \"pm55\"}]}, \"64550\": {\"path\": \"train/64550.jpg\", \"id\": 64550, \"objects\": [{\"bbox\": {\"xmin\": 1286.67, \"ymin\": 973.333, \"xmax\": 1341.3333, \"ymax\": 1029.3333}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1285.33, \"ymin\": 913.333, \"xmax\": 1340.0, \"ymax\": 968.0}, \"category\": \"pm55\"}]}, \"78321\": {\"path\": \"train/78321.jpg\", \"id\": 78321, \"objects\": [{\"bbox\": {\"xmin\": 1339.0, \"ymin\": 986.0, \"xmax\": 1420.0, \"ymax\": 1064.0}, \"category\": \"pl50\"}]}, \"626\": {\"path\": \"train/626.jpg\", \"id\": 626, \"objects\": [{\"bbox\": {\"xmin\": 1577.33, \"ymin\": 689.333, \"xmax\": 1644.0, \"ymax\": 757.3333}, \"category\": \"pl60\"}]}, \"47907\": {\"path\": \"train/47907.jpg\", \"id\": 47907, \"objects\": [{\"bbox\": {\"xmin\": 1222.4, \"ymin\": 1012.8, \"xmax\": 1281.6000000000001, \"ymax\": 1072.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1224.0, \"ymin\": 952.8, \"xmax\": 1281.6, \"ymax\": 1011.1999999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1078.4, \"ymin\": 1011.2, \"xmax\": 1110.4, \"ymax\": 1044.0}, \"category\": \"pn\"}]}, \"27943\": {\"path\": \"other/27943.jpg\", \"id\": 27943, \"objects\": [{\"bbox\": {\"xmin\": 1854.103515625, \"ymin\": 789.6016235351562, \"xmax\": 1897.423583984375, \"ymax\": 841.9675903320312}, \"category\": \"i5\"}]}, \"91724\": {\"path\": \"train/91724.jpg\", \"id\": 91724, \"objects\": [{\"bbox\": {\"xmin\": 181.457, \"ymin\": 1000.66, \"xmax\": 203.3113, \"ymax\": 1028.4768}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 362.252, \"ymin\": 996.689, \"xmax\": 380.79470000000003, \"ymax\": 1018.543}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 361.589, \"ymin\": 1020.53, \"xmax\": 377.4834, \"ymax\": 1043.7086}, \"category\": \"pl5\"}]}, \"30192\": {\"path\": \"other/30192.jpg\", \"id\": 30192, \"objects\": [{\"bbox\": {\"xmin\": 1906.68994140625, \"ymin\": 61.46928405761719, \"xmax\": 2048.0, \"ymax\": 235.13002014160156}, \"category\": \"pl40\"}]}, \"66482\": {\"path\": \"test/66482.jpg\", \"id\": 66482, \"objects\": [{\"bbox\": {\"xmin\": 1030.69, \"ymin\": 1018.81, \"xmax\": 1055.4455, \"ymax\": 1040.5607}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1032.67, \"ymin\": 993.069, \"xmax\": 1055.432, \"ymax\": 1018.8116}, \"category\": \"pl5\"}]}, \"12989\": {\"path\": \"train/12989.jpg\", \"id\": 12989, \"objects\": [{\"bbox\": {\"xmin\": 1374.0, \"ymin\": 925.0, \"xmax\": 1401.0, \"ymax\": 953.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1460.0, \"ymin\": 988.0, \"xmax\": 1486.0, \"ymax\": 1018.0}, \"category\": \"pr40\"}]}, \"36651\": {\"path\": \"train/36651.jpg\", \"id\": 36651, \"objects\": [{\"bbox\": {\"xmin\": 1197.0, \"ymin\": 973.0, \"xmax\": 1220.0, \"ymax\": 999.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1617.0, \"ymin\": 139.0, \"xmax\": 1802.0, \"ymax\": 285.0}, \"category\": \"pr40\"}]}, \"71994\": {\"path\": \"train/71994.jpg\", \"id\": 71994, \"objects\": [{\"bbox\": {\"xmin\": 1351.0, \"ymin\": 989.0, \"xmax\": 1375.0, \"ymax\": 1016.0}, \"category\": \"i5\"}]}, \"69780\": {\"path\": \"train/69780.jpg\", \"id\": 69780, \"objects\": [{\"bbox\": {\"xmin\": 1134.4, \"ymin\": 501.6, \"xmax\": 1207.2, \"ymax\": 579.2}, \"category\": \"ph4.5\"}]}, \"80245\": {\"path\": \"train/80245.jpg\", \"id\": 80245, \"objects\": [{\"bbox\": {\"xmin\": 725.0, \"ymin\": 1180.26, \"xmax\": 744.7368, \"ymax\": 1261.8421}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 635.526, \"ymin\": 1226.32, \"xmax\": 668.4210999999999, \"ymax\": 1332.895}, \"category\": \"i4\"}]}, \"44503\": {\"path\": \"other/44503.jpg\", \"id\": 44503, \"objects\": [{\"bbox\": {\"xmin\": 1389.47, \"ymin\": 736.842, \"xmax\": 1463.1537, \"ymax\": 813.1577}, \"category\": \"p1\"}]}, \"75349\": {\"path\": \"train/75349.jpg\", \"id\": 75349, \"objects\": [{\"bbox\": {\"xmin\": 1409.0, \"ymin\": 1018.0, \"xmax\": 1468.0, \"ymax\": 1072.0}, \"category\": \"w59\"}]}, \"62498\": {\"path\": \"train/62498.jpg\", \"id\": 62498, \"objects\": [{\"bbox\": {\"xmin\": 1422.0, \"ymin\": 1008.0, \"xmax\": 1462.0, \"ymax\": 1045.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1275.0, \"ymin\": 1012.0, \"xmax\": 1305.0, \"ymax\": 1040.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1424.0, \"ymin\": 957.0, \"xmax\": 1459.0, \"ymax\": 993.0}, \"category\": \"p16\"}]}, \"68031\": {\"path\": \"train/68031.jpg\", \"id\": 68031, \"objects\": [{\"bbox\": {\"xmin\": 802.0, \"ymin\": 998.0, \"xmax\": 848.0, \"ymax\": 1082.0}, \"category\": \"pg\"}]}, \"59559\": {\"path\": \"other/59559.jpg\", \"id\": 59559, \"objects\": [{\"bbox\": {\"xmin\": 999.656005859375, \"ymin\": 907.6768798828125, \"xmax\": 1023.6439208984375, \"ymax\": 931.5877685546875}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 934.9520874023438, \"ymin\": 908.3450927734375, \"xmax\": 962.1710815429688, \"ymax\": 932.6839599609375}, \"category\": \"i4\"}]}, \"8286\": {\"path\": \"train/8286.jpg\", \"id\": 8286, \"objects\": [{\"bbox\": {\"xmin\": 193.0, \"ymin\": 946.0, \"xmax\": 303.0, \"ymax\": 1060.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 192.0, \"ymin\": 795.0, \"xmax\": 312.0, \"ymax\": 908.0}, \"category\": \"w55\"}]}, \"13080\": {\"path\": \"other/13080.jpg\", \"id\": 13080, \"objects\": [{\"bbox\": {\"xmin\": 1282.0, \"ymin\": 996.0, \"xmax\": 1366.0, \"ymax\": 1083.0}, \"category\": \"pr20\"}]}, \"34290\": {\"path\": \"other/34290.jpg\", \"id\": 34290, \"objects\": [{\"bbox\": {\"xmin\": 912.0, \"ymin\": 452.0, \"xmax\": 1025.333, \"ymax\": 536.0}, \"category\": \"w63\"}]}, \"32294\": {\"path\": \"train/32294.jpg\", \"id\": 32294, \"objects\": [{\"bbox\": {\"xmin\": 1152.0, \"ymin\": 944.0, \"xmax\": 1189.3333, \"ymax\": 978.6667}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 980.0, \"ymin\": 593.333, \"xmax\": 1069.3333, \"ymax\": 677.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1312.0, \"ymin\": 922.667, \"xmax\": 1381.33, \"ymax\": 985.3333}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 893.333, \"ymin\": 584.0, \"xmax\": 985.3333, \"ymax\": 668.0}, \"category\": \"w57\"}]}, \"98811\": {\"path\": \"train/98811.jpg\", \"id\": 98811, \"objects\": [{\"bbox\": {\"xmin\": 1213.0, \"ymin\": 965.0, \"xmax\": 1231.0, \"ymax\": 983.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1587.0, \"ymin\": 971.0, \"xmax\": 1601.0, \"ymax\": 991.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 119.0, \"ymin\": 611.0, \"xmax\": 183.0, \"ymax\": 695.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 58.0, \"ymin\": 627.0, \"xmax\": 117.0, \"ymax\": 704.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1588.0, \"ymin\": 992.0, \"xmax\": 1601.0, \"ymax\": 1007.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1187.0, \"ymin\": 971.0, \"xmax\": 1203.0, \"ymax\": 986.0}, \"category\": \"w59\"}]}, \"38257\": {\"path\": \"train/38257.jpg\", \"id\": 38257, \"objects\": [{\"bbox\": {\"xmin\": 383.0, \"ymin\": 781.0, \"xmax\": 422.0, \"ymax\": 823.0}, \"category\": \"p23\"}]}, \"53052\": {\"path\": \"train/53052.jpg\", \"id\": 53052, \"objects\": [{\"bbox\": {\"xmin\": 1648.0, \"ymin\": 680.0, \"xmax\": 1710.6667, \"ymax\": 752.0}, \"category\": \"pl40\"}]}, \"38747\": {\"path\": \"test/38747.jpg\", \"id\": 38747, \"objects\": [{\"bbox\": {\"xmin\": 640.8, \"ymin\": 957.6, \"xmax\": 658.4, \"ymax\": 976.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 785.6, \"ymin\": 962.4, \"xmax\": 809.6, \"ymax\": 987.1999999999999}, \"category\": \"i2r\"}]}, \"18247\": {\"path\": \"test/18247.jpg\", \"id\": 18247, \"objects\": [{\"bbox\": {\"xmin\": 1658.67, \"ymin\": 804.0, \"xmax\": 1701.3333, \"ymax\": 850.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1778.67, \"ymin\": 816.0, \"xmax\": 1816.0, \"ymax\": 862.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1526.67, \"ymin\": 790.667, \"xmax\": 1574.6667, \"ymax\": 841.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1465.33, \"ymin\": 784.0, \"xmax\": 1513.3333, \"ymax\": 834.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1601.33, \"ymin\": 793.333, \"xmax\": 1646.6667, \"ymax\": 842.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 810.667, \"xmax\": 1768.0, \"ymax\": 857.3333}, \"category\": \"pl100\"}]}, \"13567\": {\"path\": \"train/13567.jpg\", \"id\": 13567, \"objects\": [{\"bbox\": {\"xmin\": 1258.42, \"ymin\": 928.713, \"xmax\": 1276.2376000000002, \"ymax\": 953.4653}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1184.16, \"ymin\": 934.653, \"xmax\": 1201.9857000000002, \"ymax\": 951.4849}, \"category\": \"pne\"}]}, \"42647\": {\"path\": \"train/42647.jpg\", \"id\": 42647, \"objects\": [{\"bbox\": {\"xmin\": 1423.53, \"ymin\": 654.902, \"xmax\": 1517.6471, \"ymax\": 735.2941000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1237.25, \"ymin\": 643.137, \"xmax\": 1331.3725, \"ymax\": 729.4118}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1337.25, \"ymin\": 649.02, \"xmax\": 1421.5686, \"ymax\": 733.3333}, \"category\": \"pn\"}]}, \"82094\": {\"path\": \"test/82094.jpg\", \"id\": 82094, \"objects\": [{\"bbox\": {\"xmin\": 642.667, \"ymin\": 798.667, \"xmax\": 693.3333, \"ymax\": 850.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 692.0, \"ymin\": 788.0, \"xmax\": 745.3333, \"ymax\": 842.6667}, \"category\": \"pn\"}]}, \"14776\": {\"path\": \"test/14776.jpg\", \"id\": 14776, \"objects\": [{\"bbox\": {\"xmin\": 653.333, \"ymin\": 805.333, \"xmax\": 721.3333, \"ymax\": 872.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1260.0, \"ymin\": 910.667, \"xmax\": 1330.6667, \"ymax\": 978.6667}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 490.667, \"ymin\": 728.0, \"xmax\": 553.3333, \"ymax\": 790.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1778.67, \"ymin\": 925.333, \"xmax\": 1824.0, \"ymax\": 988.0}, \"category\": \"pne\"}]}, \"22075\": {\"path\": \"test/22075.jpg\", \"id\": 22075, \"objects\": [{\"bbox\": {\"xmin\": 1374.34, \"ymin\": 977.434, \"xmax\": 1393.3627999999999, \"ymax\": 998.6726}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1584.96, \"ymin\": 1016.82, \"xmax\": 1598.2326, \"ymax\": 1031.8609000000001}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1373.45, \"ymin\": 1000.88, \"xmax\": 1389.3805, \"ymax\": 1015.4867}, \"category\": \"w59\"}]}, \"70539\": {\"path\": \"train/70539.jpg\", \"id\": 70539, \"objects\": [{\"bbox\": {\"xmin\": 464.0, \"ymin\": 870.667, \"xmax\": 589.333, \"ymax\": 1116.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 465.333, \"ymin\": 626.667, \"xmax\": 593.3330000000001, \"ymax\": 868.0}, \"category\": \"pm55\"}]}, \"3047\": {\"path\": \"train/3047.jpg\", \"id\": 3047, \"objects\": [{\"bbox\": {\"xmin\": 1321.43, \"ymin\": 953.175, \"xmax\": 1350.0, \"ymax\": 981.746}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1320.63, \"ymin\": 991.27, \"xmax\": 1349.2063, \"ymax\": 1020.6349}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1323.02, \"ymin\": 909.524, \"xmax\": 1352.381, \"ymax\": 940.4762}, \"category\": \"p26\"}]}, \"52662\": {\"path\": \"test/52662.jpg\", \"id\": 52662, \"objects\": [{\"bbox\": {\"xmin\": 56.5789, \"ymin\": 675.0, \"xmax\": 119.73679999999999, \"ymax\": 761.8421}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 123.684, \"ymin\": 696.053, \"xmax\": 180.26319999999998, \"ymax\": 780.2632}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 661.842, \"xmax\": 61.8421, \"ymax\": 760.5263}, \"category\": \"w21\"}]}, \"56983\": {\"path\": \"train/56983.jpg\", \"id\": 56983, \"objects\": [{\"bbox\": {\"xmin\": 1448.8, \"ymin\": 652.8, \"xmax\": 1514.3999999999999, \"ymax\": 723.1999999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1115.2, \"ymin\": 629.6, \"xmax\": 1187.2, \"ymax\": 701.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 776.8, \"ymin\": 625.6, \"xmax\": 846.4, \"ymax\": 696.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1681.6, \"ymin\": 645.6, \"xmax\": 1736.8, \"ymax\": 704.8000000000001}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 489.6, \"ymin\": 636.0, \"xmax\": 579.2, \"ymax\": 732.8}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 953.6, \"ymin\": 625.6, \"xmax\": 1021.6, \"ymax\": 694.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 623.2, \"ymin\": 633.6, \"xmax\": 688.0, \"ymax\": 698.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1293.6, \"ymin\": 642.4, \"xmax\": 1362.3999999999999, \"ymax\": 708.8}, \"category\": \"pl80\"}]}, \"69015\": {\"path\": \"test/69015.jpg\", \"id\": 69015, \"objects\": [{\"bbox\": {\"xmin\": 1154.76, \"ymin\": 1068.25, \"xmax\": 1189.6864, \"ymax\": 1096.0259}, \"category\": \"ip\"}]}, \"28229\": {\"path\": \"test/28229.jpg\", \"id\": 28229, \"objects\": [{\"bbox\": {\"xmin\": 1046.67, \"ymin\": 733.333, \"xmax\": 1088.0, \"ymax\": 776.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 776.0, \"ymin\": 733.333, \"xmax\": 817.3333, \"ymax\": 773.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 676.0, \"ymin\": 737.333, \"xmax\": 716.0, \"ymax\": 780.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 922.667, \"ymin\": 734.667, \"xmax\": 961.3333, \"ymax\": 770.6667}, \"category\": \"pl80\"}]}, \"27969\": {\"path\": \"test/27969.jpg\", \"id\": 27969, \"objects\": [{\"bbox\": {\"xmin\": 1166.0, \"ymin\": 885.0, \"xmax\": 1189.0, \"ymax\": 909.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1196.0, \"ymin\": 884.0, \"xmax\": 1220.0, \"ymax\": 910.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1283.0, \"ymin\": 1034.0, \"xmax\": 1313.0, \"ymax\": 1064.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1284.0, \"ymin\": 1070.0, \"xmax\": 1312.0, \"ymax\": 1098.0}, \"category\": \"i2r\"}]}, \"15237\": {\"path\": \"test/15237.jpg\", \"id\": 15237, \"objects\": [{\"bbox\": {\"xmin\": 1332.54, \"ymin\": 888.889, \"xmax\": 1413.4921, \"ymax\": 967.4603}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1330.95, \"ymin\": 988.095, \"xmax\": 1410.3121, \"ymax\": 1066.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1046.83, \"ymin\": 887.302, \"xmax\": 1073.0158999999999, \"ymax\": 913.4921}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1170.64, \"ymin\": 982.54, \"xmax\": 1191.2708, \"ymax\": 1007.9364999999999}, \"category\": \"w55\"}]}, \"13266\": {\"path\": \"train/13266.jpg\", \"id\": 13266, \"objects\": [{\"bbox\": {\"xmin\": 1098.01, \"ymin\": 987.417, \"xmax\": 1115.894, \"ymax\": 1012.5828}, \"category\": \"i2r\"}]}, \"60406\": {\"path\": \"test/60406.jpg\", \"id\": 60406, \"objects\": [{\"bbox\": {\"xmin\": 1816.0, \"ymin\": 1042.67, \"xmax\": 1849.3333, \"ymax\": 1077.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1816.0, \"ymin\": 1004.0, \"xmax\": 1848.0, \"ymax\": 1041.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1820.0, \"ymin\": 1078.67, \"xmax\": 1852.0, \"ymax\": 1112.0}, \"category\": \"w30\"}]}, \"48208\": {\"path\": \"other/48208.jpg\", \"id\": 48208, \"objects\": [{\"bbox\": {\"xmin\": 1480.16, \"ymin\": 996.825, \"xmax\": 1493.6508000000001, \"ymax\": 1016.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 920.513, \"ymin\": 991.453, \"xmax\": 935.6125000000001, \"ymax\": 1007.4073}, \"category\": \"pne\"}]}, \"90633\": {\"path\": \"test/90633.jpg\", \"id\": 90633, \"objects\": [{\"bbox\": {\"xmin\": 257.333, \"ymin\": 894.667, \"xmax\": 300.0, \"ymax\": 937.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1414.67, \"ymin\": 892.0, \"xmax\": 1438.6667, \"ymax\": 917.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1390.67, \"ymin\": 888.0, \"xmax\": 1412.0, \"ymax\": 912.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1790.67, \"ymin\": 974.667, \"xmax\": 1826.6667, \"ymax\": 1013.3333}, \"category\": \"pcl\"}]}, \"47252\": {\"path\": \"train/47252.jpg\", \"id\": 47252, \"objects\": [{\"bbox\": {\"xmin\": 520.8, \"ymin\": 931.2, \"xmax\": 576.4204, \"ymax\": 1003.2}, \"category\": \"pl30\"}]}, \"83470\": {\"path\": \"test/83470.jpg\", \"id\": 83470, \"objects\": [{\"bbox\": {\"xmin\": 1009.33, \"ymin\": 966.667, \"xmax\": 1044.0, \"ymax\": 1000.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1008.0, \"ymin\": 930.667, \"xmax\": 1041.3333, \"ymax\": 965.3333}, \"category\": \"p23\"}]}, \"15773\": {\"path\": \"test/15773.jpg\", \"id\": 15773, \"objects\": [{\"bbox\": {\"xmin\": 10.6667, \"ymin\": 980.0, \"xmax\": 37.3333, \"ymax\": 1016.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 165.333, \"ymin\": 985.333, \"xmax\": 192.0, \"ymax\": 1022.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 362.667, \"ymin\": 974.667, \"xmax\": 397.33329999999995, \"ymax\": 1014.6673000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 605.333, \"ymin\": 964.0, \"xmax\": 649.333, \"ymax\": 1009.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 904.0, \"ymin\": 953.333, \"xmax\": 946.6667, \"ymax\": 1002.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1216.0, \"ymin\": 848.0, \"xmax\": 1262.6667, \"ymax\": 893.3333}, \"category\": \"pl5\"}]}, \"5424\": {\"path\": \"test/5424.jpg\", \"id\": 5424, \"objects\": [{\"bbox\": {\"xmin\": 1753.33, \"ymin\": 948.0, \"xmax\": 1782.6667, \"ymax\": 978.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1752.0, \"ymin\": 918.667, \"xmax\": 1784.0, \"ymax\": 948.0}, \"category\": \"pl5\"}]}, \"615\": {\"path\": \"train/615.jpg\", \"id\": 615, \"objects\": [{\"bbox\": {\"xmin\": 1242.11, \"ymin\": 778.947, \"xmax\": 1300.0031999999999, \"ymax\": 839.4729}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1125.0, \"ymin\": 784.211, \"xmax\": 1180.2632, \"ymax\": 839.4737}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1186.84, \"ymin\": 781.579, \"xmax\": 1240.7894999999999, \"ymax\": 839.4737}, \"category\": \"pn\"}]}, \"54220\": {\"path\": \"train/54220.jpg\", \"id\": 54220, \"objects\": [{\"bbox\": {\"xmin\": 67.1868, \"ymin\": 901.278, \"xmax\": 92.75500000000001, \"ymax\": 926.8459}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 444.886, \"ymin\": 997.727, \"xmax\": 461.9318, \"ymax\": 1019.3181999999999}, \"category\": \"pl40\"}]}, \"52065\": {\"path\": \"train/52065.jpg\", \"id\": 52065, \"objects\": [{\"bbox\": {\"xmin\": 1856.86, \"ymin\": 951.136, \"xmax\": 1900.5682, \"ymax\": 997.727}, \"category\": \"p19\"}]}, \"2560\": {\"path\": \"test/2560.jpg\", \"id\": 2560, \"objects\": [{\"bbox\": {\"xmin\": 1710.0, \"ymin\": 746.0, \"xmax\": 1757.0, \"ymax\": 800.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1758.0, \"ymin\": 751.0, \"xmax\": 1806.0, \"ymax\": 805.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1811.0, \"ymin\": 832.0, \"xmax\": 1848.0, \"ymax\": 873.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1809.0, \"ymin\": 875.0, \"xmax\": 1845.0, \"ymax\": 917.0}, \"category\": \"i2r\"}]}, \"67961\": {\"path\": \"train/67961.jpg\", \"id\": 67961, \"objects\": [{\"bbox\": {\"xmin\": 1862.38, \"ymin\": 665.346, \"xmax\": 1959.4062000000001, \"ymax\": 770.297}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1868.32, \"ymin\": 811.881, \"xmax\": 1966.3366999999998, \"ymax\": 924.752}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1318.19, \"ymin\": 903.409, \"xmax\": 1339.7773, \"ymax\": 928.4091}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1126.7, \"ymin\": 899.432, \"xmax\": 1150.0, \"ymax\": 923.8636}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1342.05, \"ymin\": 905.113, \"xmax\": 1365.9108999999999, \"ymax\": 928.4089}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1153.41, \"ymin\": 898.863, \"xmax\": 1177.2764000000002, \"ymax\": 924.9998}, \"category\": \"pn\"}]}, \"4021\": {\"path\": \"train/4021.jpg\", \"id\": 4021, \"objects\": [{\"bbox\": {\"xmin\": 1177.33, \"ymin\": 576.0, \"xmax\": 1282.667, \"ymax\": 670.6667}, \"category\": \"pl60\"}]}, \"2298\": {\"path\": \"test/2298.jpg\", \"id\": 2298, \"objects\": [{\"bbox\": {\"xmin\": 1592.0, \"ymin\": 991.2, \"xmax\": 1625.6, \"ymax\": 1029.6000000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1122.4, \"ymin\": 939.2, \"xmax\": 1188.0, \"ymax\": 1009.6}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1119.2, \"ymin\": 816.0, \"xmax\": 1180.8, \"ymax\": 880.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1122.4, \"ymin\": 880.0, \"xmax\": 1187.2, \"ymax\": 939.2}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1593.6, \"ymin\": 946.4, \"xmax\": 1622.3999999999999, \"ymax\": 980.0}, \"category\": \"pbm\"}]}, \"15224\": {\"path\": \"train/15224.jpg\", \"id\": 15224, \"objects\": [{\"bbox\": {\"xmin\": 1184.0, \"ymin\": 702.667, \"xmax\": 1228.0033, \"ymax\": 745.3333}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1232.0, \"ymin\": 650.667, \"xmax\": 1277.3333, \"ymax\": 694.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1185.33, \"ymin\": 650.667, \"xmax\": 1230.6667, \"ymax\": 693.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1233.33, \"ymin\": 704.0, \"xmax\": 1278.6667, \"ymax\": 746.6667}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 856.0, \"ymin\": 813.333, \"xmax\": 896.0, \"ymax\": 852.0}, \"category\": \"pmb\"}]}, \"89359\": {\"path\": \"train/89359.jpg\", \"id\": 89359, \"objects\": [{\"bbox\": {\"xmin\": 1866.0, \"ymin\": 688.0, \"xmax\": 1929.0, \"ymax\": 761.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1332.0, \"ymin\": 917.0, \"xmax\": 1346.0, \"ymax\": 953.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1328.0, \"ymin\": 958.0, \"xmax\": 1361.0, \"ymax\": 994.0}, \"category\": \"pne\"}]}, \"94777\": {\"path\": \"test/94777.jpg\", \"id\": 94777, \"objects\": [{\"bbox\": {\"xmin\": 1530.67, \"ymin\": 926.667, \"xmax\": 1562.6667, \"ymax\": 961.3333}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 1338.67, \"ymin\": 826.667, \"xmax\": 1413.3333, \"ymax\": 889.3333}, \"category\": \"w22\"}]}, \"74518\": {\"path\": \"test/74518.jpg\", \"id\": 74518, \"objects\": [{\"bbox\": {\"xmin\": 769.307, \"ymin\": 1015.84, \"xmax\": 796.0399, \"ymax\": 1041.5842}, \"category\": \"pl70\"}]}, \"86540\": {\"path\": \"train/86540.jpg\", \"id\": 86540, \"objects\": [{\"bbox\": {\"xmin\": 496.0, \"ymin\": 1018.67, \"xmax\": 522.6667, \"ymax\": 1046.6667}, \"category\": \"pt\"}]}, \"3178\": {\"path\": \"test/3178.jpg\", \"id\": 3178, \"objects\": [{\"bbox\": {\"xmin\": 101.0, \"ymin\": 884.0, \"xmax\": 128.0, \"ymax\": 927.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 99.0, \"ymin\": 986.0, \"xmax\": 129.0, \"ymax\": 1026.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 53.0, \"ymin\": 979.0, \"xmax\": 85.0, \"ymax\": 1021.0}, \"category\": \"pm20\"}]}, \"46206\": {\"path\": \"other/46206.jpg\", \"id\": 46206, \"objects\": [{\"bbox\": {\"xmin\": 1567.0, \"ymin\": 897.0, \"xmax\": 1621.0, \"ymax\": 958.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 807.0, \"xmax\": 1623.0, \"ymax\": 871.0}, \"category\": \"pr70\"}]}, \"51461\": {\"path\": \"train/51461.jpg\", \"id\": 51461, \"objects\": [{\"bbox\": {\"xmin\": 913.725, \"ymin\": 919.608, \"xmax\": 932.8947000000001, \"ymax\": 941.1764999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 831.373, \"ymin\": 917.105, \"xmax\": 856.5789000000001, \"ymax\": 943.1371}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1156.86, \"ymin\": 356.863, \"xmax\": 1319.231, \"ymax\": 500.0}, \"category\": \"w57\"}]}, \"18506\": {\"path\": \"test/18506.jpg\", \"id\": 18506, \"objects\": [{\"bbox\": {\"xmin\": 740.594, \"ymin\": 872.277, \"xmax\": 767.3267000000001, \"ymax\": 898.0200000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 598.02, \"ymin\": 883.168, \"xmax\": 618.8118999999999, \"ymax\": 906.9307}, \"category\": \"pne\"}]}, \"32054\": {\"path\": \"test/32054.jpg\", \"id\": 32054, \"objects\": [{\"bbox\": {\"xmin\": 29.3333, \"ymin\": 594.667, \"xmax\": 90.66669999999999, \"ymax\": 677.3333}, \"category\": \"pl80\"}]}, \"83041\": {\"path\": \"train/83041.jpg\", \"id\": 83041, \"objects\": [{\"bbox\": {\"xmin\": 1491.27, \"ymin\": 865.873, \"xmax\": 1526.9841, \"ymax\": 899.9999}, \"category\": \"w55\"}]}, \"36820\": {\"path\": \"other/36820.jpg\", \"id\": 36820, \"objects\": [{\"bbox\": {\"xmin\": 1835.0, \"ymin\": 969.0, \"xmax\": 1938.0, \"ymax\": 1075.0}, \"category\": \"i12\"}]}, \"6922\": {\"path\": \"train/6922.jpg\", \"id\": 6922, \"objects\": [{\"bbox\": {\"xmin\": 208.0, \"ymin\": 1018.67, \"xmax\": 226.6667, \"ymax\": 1048.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 418.667, \"ymin\": 857.333, \"xmax\": 438.6667, \"ymax\": 894.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 320.0, \"ymin\": 1026.67, \"xmax\": 334.6667, \"ymax\": 1050.6667}, \"category\": \"i2r\"}]}, \"69522\": {\"path\": \"test/69522.jpg\", \"id\": 69522, \"objects\": [{\"bbox\": {\"xmin\": 977.333, \"ymin\": 468.0, \"xmax\": 1101.333, \"ymax\": 578.667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1364.0, \"ymin\": 486.667, \"xmax\": 1474.667, \"ymax\": 590.6669999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 602.667, \"ymin\": 500.0, \"xmax\": 718.667, \"ymax\": 604.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 489.333, \"ymin\": 516.0, \"xmax\": 594.667, \"ymax\": 613.333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 846.667, \"ymin\": 477.333, \"xmax\": 966.667, \"ymax\": 581.3330000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1240.0, \"ymin\": 477.333, \"xmax\": 1356.0, \"ymax\": 581.3330000000001}, \"category\": \"pl100\"}]}, \"42323\": {\"path\": \"other/42323.jpg\", \"id\": 42323, \"objects\": [{\"bbox\": {\"xmin\": 1033.33, \"ymin\": 947.618, \"xmax\": 1049.9963, \"ymax\": 962.6977}, \"category\": \"pl40\"}]}, \"23353\": {\"path\": \"test/23353.jpg\", \"id\": 23353, \"objects\": [{\"bbox\": {\"xmin\": 1159.0, \"ymin\": 654.0, \"xmax\": 1238.0, \"ymax\": 732.0}, \"category\": \"pr40\"}]}, \"37460\": {\"path\": \"test/37460.jpg\", \"id\": 37460, \"objects\": [{\"bbox\": {\"xmin\": 1505.0, \"ymin\": 1017.0, \"xmax\": 1539.0, \"ymax\": 1056.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 608.0, \"ymin\": 1036.0, \"xmax\": 646.0, \"ymax\": 1074.0}, \"category\": \"i5\"}]}, \"65721\": {\"path\": \"other/65721.jpg\", \"id\": 65721, \"objects\": [{\"bbox\": {\"xmin\": 1864.0, \"ymin\": 999.0, \"xmax\": 1887.0, \"ymax\": 1025.0}, \"category\": \"pl15\"}]}, \"14428\": {\"path\": \"train/14428.jpg\", \"id\": 14428, \"objects\": [{\"bbox\": {\"xmin\": 1558.67, \"ymin\": 925.333, \"xmax\": 1652.0, \"ymax\": 1010.6667}, \"category\": \"w57\"}]}, \"44063\": {\"path\": \"train/44063.jpg\", \"id\": 44063, \"objects\": [{\"bbox\": {\"xmin\": 1216.0, \"ymin\": 995.0, \"xmax\": 1244.0, \"ymax\": 1023.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1217.0, \"ymin\": 961.0, \"xmax\": 1245.0, \"ymax\": 992.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1172.0, \"ymin\": 980.0, \"xmax\": 1197.0, \"ymax\": 1009.0}, \"category\": \"pn\"}]}, \"52765\": {\"path\": \"train/52765.jpg\", \"id\": 52765, \"objects\": [{\"bbox\": {\"xmin\": 474.667, \"ymin\": 52.0, \"xmax\": 744.0, \"ymax\": 237.333}, \"category\": \"pl60\"}]}, \"31541\": {\"path\": \"train/31541.jpg\", \"id\": 31541, \"objects\": [{\"bbox\": {\"xmin\": 1542.1, \"ymin\": 888.157, \"xmax\": 1574.9984, \"ymax\": 918.4206}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1778.95, \"ymin\": 885.526, \"xmax\": 1801.3158, \"ymax\": 913.1578999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1805.26, \"ymin\": 885.526, \"xmax\": 1828.9474, \"ymax\": 910.5270999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1439.47, \"ymin\": 888.158, \"xmax\": 1473.6768, \"ymax\": 918.4211}, \"category\": \"pne\"}]}, \"81597\": {\"path\": \"train/81597.jpg\", \"id\": 81597, \"objects\": [{\"bbox\": {\"xmin\": 1013.28, \"ymin\": 915.929, \"xmax\": 1035.4008, \"ymax\": 938.0531}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1038.05, \"ymin\": 915.044, \"xmax\": 1059.292, \"ymax\": 936.7252}, \"category\": \"pn\"}]}, \"55619\": {\"path\": \"train/55619.jpg\", \"id\": 55619, \"objects\": [{\"bbox\": {\"xmin\": 552.941, \"ymin\": 805.882, \"xmax\": 639.2157, \"ymax\": 976.471}, \"category\": \"w57\"}]}, \"41056\": {\"path\": \"other/41056.jpg\", \"id\": 41056, \"objects\": [{\"bbox\": {\"xmin\": 1530.2142333984375, \"ymin\": 955.608642578125, \"xmax\": 1549.8529052734375, \"ymax\": 981.1898193359375}, \"category\": \"p10\"}]}, \"2604\": {\"path\": \"test/2604.jpg\", \"id\": 2604, \"objects\": [{\"bbox\": {\"xmin\": 441.6, \"ymin\": 945.6, \"xmax\": 465.6, \"ymax\": 979.2}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 441.6, \"ymin\": 980.0, \"xmax\": 464.8, \"ymax\": 1008.8}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 440.0, \"ymin\": 908.8, \"xmax\": 465.6, \"ymax\": 943.1999999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1148.0, \"ymin\": 948.0, \"xmax\": 1163.2, \"ymax\": 962.4}, \"category\": \"i2r\"}]}, \"38708\": {\"path\": \"train/38708.jpg\", \"id\": 38708, \"objects\": [{\"bbox\": {\"xmin\": 1749.896484375, \"ymin\": 938.1355590820312, \"xmax\": 1769.698486328125, \"ymax\": 959.4487915039062}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1708.08642578125, \"ymin\": 935.8258666992188, \"xmax\": 1728.416015625, \"ymax\": 958.4176635742188}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1729.551513671875, \"ymin\": 937.2005615234375, \"xmax\": 1749.92626953125, \"ymax\": 960.7977294921875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 217.647, \"ymin\": 664.706, \"xmax\": 276.4706, \"ymax\": 745.098}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 424.752, \"ymin\": 832.673, \"xmax\": 447.5245, \"ymax\": 882.1782000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 372.277, \"ymin\": 815.842, \"xmax\": 397.0297, \"ymax\": 867.3267}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 397.03, \"ymin\": 821.782, \"xmax\": 422.7723, \"ymax\": 876.2376}, \"category\": \"pn\"}]}, \"90424\": {\"path\": \"test/90424.jpg\", \"id\": 90424, \"objects\": [{\"bbox\": {\"xmin\": 944.0, \"ymin\": 199.0, \"xmax\": 1102.0, \"ymax\": 319.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 588.0, \"ymin\": 227.0, \"xmax\": 727.0, \"ymax\": 341.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 761.0, \"ymin\": 210.0, \"xmax\": 914.0, \"ymax\": 324.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 767.0, \"ymin\": 365.0, \"xmax\": 916.0, \"ymax\": 493.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1800.0, \"ymin\": 838.0, \"xmax\": 1890.0, \"ymax\": 939.0}, \"category\": \"pm8\"}, {\"bbox\": {\"xmin\": 594.0, \"ymin\": 375.0, \"xmax\": 734.0, \"ymax\": 500.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 952.0, \"ymin\": 358.0, \"xmax\": 1102.0, \"ymax\": 490.0}, \"category\": \"p29\"}]}, \"8082\": {\"path\": \"train/8082.jpg\", \"id\": 8082, \"objects\": [{\"bbox\": {\"xmin\": 1913.100341796875, \"ymin\": 934.92529296875, \"xmax\": 1935.165771484375, \"ymax\": 957.1795654296875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1892.631591796875, \"ymin\": 936.7935180664062, \"xmax\": 1911.787353515625, \"ymax\": 956.9071655273438}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1933.66, \"ymin\": 882.178, \"xmax\": 1960.3960000000002, \"ymax\": 914.8515}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1816.83, \"ymin\": 879.208, \"xmax\": 1846.5347, \"ymax\": 908.9114999999999}, \"category\": \"pne\"}]}, \"14006\": {\"path\": \"train/14006.jpg\", \"id\": 14006, \"objects\": [{\"bbox\": {\"xmin\": 415.842, \"ymin\": 806.931, \"xmax\": 451.4851, \"ymax\": 841.5842}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 769.307, \"ymin\": 874.257, \"xmax\": 803.9604, \"ymax\": 917.8217999999999}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 631.683, \"ymin\": 882.178, \"xmax\": 664.3564, \"ymax\": 915.8416}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 699.01, \"ymin\": 880.198, \"xmax\": 735.6436, \"ymax\": 914.8515}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 212.871, \"ymin\": 820.792, \"xmax\": 242.5743, \"ymax\": 854.4554}, \"category\": \"pne\"}]}, \"64486\": {\"path\": \"train/64486.jpg\", \"id\": 64486, \"objects\": [{\"bbox\": {\"xmin\": 1274.67, \"ymin\": 1033.33, \"xmax\": 1297.3333, \"ymax\": 1057.3333}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1354.67, \"ymin\": 960.0, \"xmax\": 1385.3333, \"ymax\": 990.6664}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1353.33, \"ymin\": 1005.33, \"xmax\": 1384.0, \"ymax\": 1036.0}, \"category\": \"pl80\"}]}, \"25045\": {\"path\": \"train/25045.jpg\", \"id\": 25045, \"objects\": [{\"bbox\": {\"xmin\": 1690.67, \"ymin\": 852.0, \"xmax\": 1718.6667, \"ymax\": 882.6667}, \"category\": \"pl40\"}]}, \"68110\": {\"path\": \"train/68110.jpg\", \"id\": 68110, \"objects\": [{\"bbox\": {\"xmin\": 1707.94, \"ymin\": 754.762, \"xmax\": 1757.9365, \"ymax\": 813.4920999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1678.57, \"ymin\": 888.889, \"xmax\": 1700.0, \"ymax\": 913.4921}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1649.21, \"ymin\": 887.302, \"xmax\": 1674.6032, \"ymax\": 916.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1480.16, \"ymin\": 734.921, \"xmax\": 1538.0952, \"ymax\": 794.4444000000001}, \"category\": \"pne\"}]}, \"57031\": {\"path\": \"train/57031.jpg\", \"id\": 57031, \"objects\": [{\"bbox\": {\"xmin\": 650.0, \"ymin\": 640.0, \"xmax\": 743.0, \"ymax\": 728.0}, \"category\": \"ph4.5\"}]}, \"89003\": {\"path\": \"test/89003.jpg\", \"id\": 89003, \"objects\": [{\"bbox\": {\"xmin\": 116.0, \"ymin\": 1073.33, \"xmax\": 184.00029999999998, \"ymax\": 1136.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 114.667, \"ymin\": 996.0, \"xmax\": 185.3333, \"ymax\": 1072.0}, \"category\": \"pl10\"}]}, \"79543\": {\"path\": \"train/79543.jpg\", \"id\": 79543, \"objects\": [{\"bbox\": {\"xmin\": 455.629, \"ymin\": 956.954, \"xmax\": 480.79470000000003, \"ymax\": 992.7156}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 454.967, \"ymin\": 1009.93, \"xmax\": 482.11899999999997, \"ymax\": 1055.6290999999999}, \"category\": \"pl30\"}]}, \"48271\": {\"path\": \"train/48271.jpg\", \"id\": 48271, \"objects\": [{\"bbox\": {\"xmin\": 1685.33, \"ymin\": 758.667, \"xmax\": 1786.667, \"ymax\": 884.0}, \"category\": \"w57\"}]}, \"12339\": {\"path\": \"test/12339.jpg\", \"id\": 12339, \"objects\": [{\"bbox\": {\"xmin\": 15.2, \"ymin\": 968.0, \"xmax\": 52.0, \"ymax\": 1020.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1562.4, \"ymin\": 1052.8, \"xmax\": 1572.0, \"ymax\": 1065.6}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 379.2, \"ymin\": 877.6, \"xmax\": 395.2, \"ymax\": 913.6}, \"category\": \"pn\"}]}, \"84961\": {\"path\": \"train/84961.jpg\", \"id\": 84961, \"objects\": [{\"bbox\": {\"xmin\": 764.356, \"ymin\": 921.782, \"xmax\": 814.8515, \"ymax\": 966.3366000000001}, \"category\": \"ip\"}]}, \"64943\": {\"path\": \"train/64943.jpg\", \"id\": 64943, \"objects\": [{\"bbox\": {\"xmin\": 1266.67, \"ymin\": 960.0, \"xmax\": 1296.0, \"ymax\": 989.3333}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1554.67, \"ymin\": 960.0, \"xmax\": 1581.3333, \"ymax\": 985.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1265.33, \"ymin\": 933.333, \"xmax\": 1296.0, \"ymax\": 961.3333}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1262.67, \"ymin\": 990.667, \"xmax\": 1297.3333, \"ymax\": 1022.6667}, \"category\": \"pbp\"}]}, \"75590\": {\"path\": \"test/75590.jpg\", \"id\": 75590, \"objects\": [{\"bbox\": {\"xmin\": 1994.0, \"ymin\": 939.0, \"xmax\": 2031.0, \"ymax\": 968.0}, \"category\": \"w32\"}]}, \"16107\": {\"path\": \"other/16107.jpg\", \"id\": 16107, \"objects\": [{\"bbox\": {\"xmin\": 1395.8382568359375, \"ymin\": 909.9609985351562, \"xmax\": 1434.1883544921875, \"ymax\": 935.1058959960938}, \"category\": \"w34\"}]}, \"29127\": {\"path\": \"train/29127.jpg\", \"id\": 29127, \"objects\": [{\"bbox\": {\"xmin\": 984.768, \"ymin\": 822.517, \"xmax\": 1024.5033, \"ymax\": 862.2523000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 983.444, \"ymin\": 770.861, \"xmax\": 1024.5032999999999, \"ymax\": 809.9338}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1031.79, \"ymin\": 819.205, \"xmax\": 1070.8609, \"ymax\": 858.9403000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1076.16, \"ymin\": 768.874, \"xmax\": 1117.2185000000002, \"ymax\": 806.6219}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1031.13, \"ymin\": 771.523, \"xmax\": 1070.8609000000001, \"ymax\": 807.947}, \"category\": \"p29\"}, {\"bbox\": {\"xmin\": 1077.48, \"ymin\": 819.205, \"xmax\": 1117.2185, \"ymax\": 855.6301000000001}, \"category\": \"pcd\"}]}, \"97670\": {\"path\": \"train/97670.jpg\", \"id\": 97670, \"objects\": [{\"bbox\": {\"xmin\": 159.334, \"ymin\": 866.0, \"xmax\": 192.6667, \"ymax\": 906.6667}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 77.6666, \"ymin\": 983.0, \"xmax\": 91.9999, \"ymax\": 998.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 282.0, \"ymin\": 952.0, \"xmax\": 306.0, \"ymax\": 980.0}, \"category\": \"p26\"}]}, \"19715\": {\"path\": \"test/19715.jpg\", \"id\": 19715, \"objects\": [{\"bbox\": {\"xmin\": 138.0, \"ymin\": 914.0, \"xmax\": 184.0, \"ymax\": 954.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1375.0, \"ymin\": 956.0, \"xmax\": 1405.0, \"ymax\": 990.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 313.0, \"ymin\": 990.0, \"xmax\": 331.0, \"ymax\": 1026.0}, \"category\": \"i2r\"}]}, \"33381\": {\"path\": \"train/33381.jpg\", \"id\": 33381, \"objects\": [{\"bbox\": {\"xmin\": 1938.89, \"ymin\": 998.413, \"xmax\": 1978.5700000000002, \"ymax\": 1040.4762}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1583.33, \"ymin\": 971.429, \"xmax\": 1605.5527, \"ymax\": 988.8888999999999}, \"category\": \"w55\"}]}, \"45948\": {\"path\": \"train/45948.jpg\", \"id\": 45948, \"objects\": [{\"bbox\": {\"xmin\": 1032.0, \"ymin\": 689.333, \"xmax\": 1090.6667, \"ymax\": 744.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1206.67, \"ymin\": 685.333, \"xmax\": 1264.0, \"ymax\": 740.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 856.0, \"ymin\": 697.333, \"xmax\": 916.0, \"ymax\": 753.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 792.0, \"ymin\": 704.0, \"xmax\": 850.6667, \"ymax\": 756.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 961.333, \"ymin\": 693.333, \"xmax\": 1025.3333, \"ymax\": 746.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1140.0, \"ymin\": 686.667, \"xmax\": 1200.0, \"ymax\": 742.6667}, \"category\": \"pl100\"}]}, \"92055\": {\"path\": \"other/92055.jpg\", \"id\": 92055, \"objects\": [{\"bbox\": {\"xmin\": 60.5263, \"ymin\": 935.526, \"xmax\": 102.63159999999999, \"ymax\": 981.5789}, \"category\": \"w30\"}]}, \"95440\": {\"path\": \"train/95440.jpg\", \"id\": 95440, \"objects\": [{\"bbox\": {\"xmin\": 160.396, \"ymin\": 924.752, \"xmax\": 182.17849999999999, \"ymax\": 947.5247999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1056.44, \"ymin\": 953.465, \"xmax\": 1079.2079, \"ymax\": 973.2673}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 162.376, \"ymin\": 948.515, \"xmax\": 181.18810000000002, \"ymax\": 973.2673}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1055.45, \"ymin\": 980.198, \"xmax\": 1078.2267, \"ymax\": 1000.9901}, \"category\": \"pn\"}]}, \"819\": {\"path\": \"test/819.jpg\", \"id\": 819, \"objects\": [{\"bbox\": {\"xmin\": 8.0, \"ymin\": 896.0, \"xmax\": 132.001, \"ymax\": 1030.667}, \"category\": \"pl80\"}]}, \"78879\": {\"path\": \"other/78879.jpg\", \"id\": 78879, \"objects\": [{\"bbox\": {\"xmin\": 1529.4415283203125, \"ymin\": 790.5549926757812, \"xmax\": 1576.4259033203125, \"ymax\": 838.4318237304688}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1473.575439453125, \"ymin\": 784.66943359375, \"xmax\": 1522.218017578125, \"ymax\": 833.81396484375}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1577.96875, \"ymin\": 793.758056640625, \"xmax\": 1623.001953125, \"ymax\": 842.4326171875}, \"category\": \"pn\"}]}, \"43252\": {\"path\": \"other/43252.jpg\", \"id\": 43252, \"objects\": [{\"bbox\": {\"xmin\": 1015.9, \"ymin\": 885.431, \"xmax\": 1076.8201999999999, \"ymax\": 944.3714}, \"category\": \"ph3.3\"}]}, \"46698\": {\"path\": \"train/46698.jpg\", \"id\": 46698, \"objects\": [{\"bbox\": {\"xmin\": 1367.46, \"ymin\": 912.698, \"xmax\": 1394.4444, \"ymax\": 935.7137}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1394.44, \"ymin\": 912.698, \"xmax\": 1419.8362, \"ymax\": 935.7143}, \"category\": \"w57\"}]}, \"20499\": {\"path\": \"train/20499.jpg\", \"id\": 20499, \"objects\": [{\"bbox\": {\"xmin\": 597.333, \"ymin\": 457.333, \"xmax\": 701.333, \"ymax\": 548.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1489.33, \"ymin\": 444.0, \"xmax\": 1596.0, \"ymax\": 541.3336}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1033.33, \"ymin\": 421.333, \"xmax\": 1154.667, \"ymax\": 517.3333}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 912.0, \"ymin\": 426.667, \"xmax\": 1028.0, \"ymax\": 522.6673}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 496.0, \"ymin\": 474.667, \"xmax\": 592.0, \"ymax\": 565.3342}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1373.33, \"ymin\": 434.667, \"xmax\": 1483.9969999999998, \"ymax\": 530.6667}, \"category\": \"pl90\"}]}, \"56583\": {\"path\": \"other/56583.jpg\", \"id\": 56583, \"objects\": [{\"bbox\": {\"xmin\": 102.841, \"ymin\": 1092.04, \"xmax\": 121.02269999999999, \"ymax\": 1106.8182}, \"category\": \"p23\"}]}, \"43792\": {\"path\": \"test/43792.jpg\", \"id\": 43792, \"objects\": [{\"bbox\": {\"xmin\": 599.0, \"ymin\": 522.0, \"xmax\": 641.0, \"ymax\": 629.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1684.0, \"ymin\": 932.0, \"xmax\": 1697.0, \"ymax\": 946.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 414.0, \"ymin\": 394.0, \"xmax\": 493.0, \"ymax\": 531.0}, \"category\": \"pne\"}]}, \"28764\": {\"path\": \"train/28764.jpg\", \"id\": 28764, \"objects\": [{\"bbox\": {\"xmin\": 730.0, \"ymin\": 932.0, \"xmax\": 757.0, \"ymax\": 966.0}, \"category\": \"pne\"}]}, \"24093\": {\"path\": \"other/24093.jpg\", \"id\": 24093, \"objects\": [{\"bbox\": {\"xmin\": 1638.4801025390625, \"ymin\": 524.3226318359375, \"xmax\": 1735.0738525390625, \"ymax\": 622.3184814453125}, \"category\": \"pl40\"}]}, \"87441\": {\"path\": \"train/87441.jpg\", \"id\": 87441, \"objects\": [{\"bbox\": {\"xmin\": 1458.0, \"ymin\": 993.0, \"xmax\": 1485.0, \"ymax\": 1026.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1160.0, \"ymin\": 1011.0, \"xmax\": 1190.0, \"ymax\": 1041.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1198.0, \"ymin\": 1100.0, \"xmax\": 1223.0, \"ymax\": 1123.0}, \"category\": \"pn\"}]}, \"26835\": {\"path\": \"train/26835.jpg\", \"id\": 26835, \"objects\": [{\"bbox\": {\"xmin\": 731.788, \"ymin\": 868.212, \"xmax\": 768.2119, \"ymax\": 907.2848}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1146.36, \"ymin\": 915.232, \"xmax\": 1170.8609, \"ymax\": 943.0464}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1092.72, \"ymin\": 914.57, \"xmax\": 1118.5430000000001, \"ymax\": 942.3841000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1119.21, \"ymin\": 915.894, \"xmax\": 1145.0331, \"ymax\": 945.6954000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 596.689, \"ymin\": 876.159, \"xmax\": 629.1391, \"ymax\": 911.9205}, \"category\": \"pne\"}]}, \"80844\": {\"path\": \"train/80844.jpg\", \"id\": 80844, \"objects\": [{\"bbox\": {\"xmin\": 1264.0, \"ymin\": 888.0, \"xmax\": 1319.0, \"ymax\": 944.0}, \"category\": \"pl100\"}]}, \"92596\": {\"path\": \"train/92596.jpg\", \"id\": 92596, \"objects\": [{\"bbox\": {\"xmin\": 1878.4, \"ymin\": 753.6, \"xmax\": 1908.8000000000002, \"ymax\": 793.6}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1978.4, \"ymin\": 768.8, \"xmax\": 2005.6000000000001, \"ymax\": 806.4}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1840.0, \"ymin\": 701.6, \"xmax\": 1872.8, \"ymax\": 744.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1880.0, \"ymin\": 709.6, \"xmax\": 1912.0, \"ymax\": 750.4}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1944.0, \"ymin\": 763.2, \"xmax\": 1972.8, \"ymax\": 803.2}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1840.0, \"ymin\": 748.8, \"xmax\": 1872.0, \"ymax\": 788.0}, \"category\": \"pl120\"}]}, \"82082\": {\"path\": \"test/82082.jpg\", \"id\": 82082, \"objects\": [{\"bbox\": {\"xmin\": 1550.67, \"ymin\": 766.667, \"xmax\": 1596.0, \"ymax\": 810.6667}, \"category\": \"pl80\"}]}, \"15568\": {\"path\": \"train/15568.jpg\", \"id\": 15568, \"objects\": [{\"bbox\": {\"xmin\": 714.667, \"ymin\": 529.333, \"xmax\": 805.3333, \"ymax\": 613.3333}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1354.67, \"ymin\": 516.0, \"xmax\": 1442.6667, \"ymax\": 600.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1022.67, \"ymin\": 512.0, \"xmax\": 1116.0, \"ymax\": 594.6667}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 606.667, \"ymin\": 454.667, \"xmax\": 692.0, \"ymax\": 530.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 712.0, \"ymin\": 440.0, \"xmax\": 800.0, \"ymax\": 520.0003}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 910.667, \"ymin\": 516.0, \"xmax\": 1001.3357000000001, \"ymax\": 598.6664}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 608.0, \"ymin\": 540.0, \"xmax\": 696.0, \"ymax\": 621.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1245.33, \"ymin\": 512.0, \"xmax\": 1337.3333, \"ymax\": 594.6667}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1664.0, \"ymin\": 550.667, \"xmax\": 1741.3333, \"ymax\": 629.3333}, \"category\": \"pne\"}]}, \"38527\": {\"path\": \"test/38527.jpg\", \"id\": 38527, \"objects\": [{\"bbox\": {\"xmin\": 1531.0, \"ymin\": 964.0, \"xmax\": 1548.0, \"ymax\": 1013.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1999.0, \"ymin\": 954.0, \"xmax\": 2035.0, \"ymax\": 1003.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1995.0, \"ymin\": 903.0, \"xmax\": 2030.0, \"ymax\": 954.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 812.0, \"ymin\": 1027.0, \"xmax\": 830.0, \"ymax\": 1047.0}, \"category\": \"pn\"}]}, \"18211\": {\"path\": \"train/18211.jpg\", \"id\": 18211, \"objects\": [{\"bbox\": {\"xmin\": 1515.9, \"ymin\": 957.616, \"xmax\": 1539.0751, \"ymax\": 979.4705}, \"category\": \"p5\"}]}, \"56437\": {\"path\": \"train/56437.jpg\", \"id\": 56437, \"objects\": [{\"bbox\": {\"xmin\": 88.0682, \"ymin\": 1025.0, \"xmax\": 106.25, \"ymax\": 1051.1328}, \"category\": \"pl30\"}]}, \"98619\": {\"path\": \"test/98619.jpg\", \"id\": 98619, \"objects\": [{\"bbox\": {\"xmin\": 878.406, \"ymin\": 865.97, \"xmax\": 911.7393, \"ymax\": 909.1073}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1117.65, \"ymin\": 872.549, \"xmax\": 1141.1765, \"ymax\": 906.5789}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1145.1, \"ymin\": 880.263, \"xmax\": 1176.4705999999999, \"ymax\": 909.2099000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 701.961, \"ymin\": 869.866, \"xmax\": 739.2157, \"ymax\": 905.1603}, \"category\": \"pne\"}]}, \"12256\": {\"path\": \"train/12256.jpg\", \"id\": 12256, \"objects\": [{\"bbox\": {\"xmin\": 444.0, \"ymin\": 417.333, \"xmax\": 572.0, \"ymax\": 525.3330000000001}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 181.333, \"ymin\": 478.667, \"xmax\": 270.6667, \"ymax\": 581.333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 301.333, \"ymin\": 444.0, \"xmax\": 410.66700000000003, \"ymax\": 552.0}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 301.333, \"ymin\": 573.333, \"xmax\": 416.0, \"ymax\": 688.0}, \"category\": \"pbp\"}]}, \"27563\": {\"path\": \"train/27563.jpg\", \"id\": 27563, \"objects\": [{\"bbox\": {\"xmin\": 1560.78, \"ymin\": 501.961, \"xmax\": 1680.392, \"ymax\": 621.569}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1296.08, \"ymin\": 488.235, \"xmax\": 1427.451, \"ymax\": 600.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1433.33, \"ymin\": 498.039, \"xmax\": 1554.902, \"ymax\": 613.725}, \"category\": \"pn\"}]}, \"71932\": {\"path\": \"train/71932.jpg\", \"id\": 71932, \"objects\": [{\"bbox\": {\"xmin\": 1376.98, \"ymin\": 845.238, \"xmax\": 1415.0794, \"ymax\": 878.5714}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1204.76, \"ymin\": 846.032, \"xmax\": 1242.0635, \"ymax\": 884.1270000000001}, \"category\": \"i4\"}]}, \"78825\": {\"path\": \"train/78825.jpg\", \"id\": 78825, \"objects\": [{\"bbox\": {\"xmin\": 1241.18, \"ymin\": 723.881, \"xmax\": 1306.9652, \"ymax\": 788.2374}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1164.68, \"ymin\": 725.49, \"xmax\": 1231.3441, \"ymax\": 782.3529}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1308.46, \"ymin\": 726.368, \"xmax\": 1372.5626, \"ymax\": 790.5472000000001}, \"category\": \"pn\"}]}, \"45092\": {\"path\": \"train/45092.jpg\", \"id\": 45092, \"objects\": [{\"bbox\": {\"xmin\": 1482.67, \"ymin\": 844.0, \"xmax\": 1550.6667, \"ymax\": 912.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1782.67, \"ymin\": 814.667, \"xmax\": 1824.0, \"ymax\": 864.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1253.33, \"ymin\": 640.0, \"xmax\": 1340.0, \"ymax\": 724.0003}, \"category\": \"pne\"}]}, \"58480\": {\"path\": \"other/58480.jpg\", \"id\": 58480, \"objects\": [{\"bbox\": {\"xmin\": 7.2, \"ymin\": 834.4, \"xmax\": 126.4, \"ymax\": 988.0}, \"category\": \"w16\"}]}, \"9994\": {\"path\": \"test/9994.jpg\", \"id\": 9994, \"objects\": [{\"bbox\": {\"xmin\": 1420.8, \"ymin\": 983.2, \"xmax\": 1457.6, \"ymax\": 1061.6000000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1409.6, \"ymin\": 1064.0, \"xmax\": 1485.6, \"ymax\": 1143.2}, \"category\": \"pl10\"}]}, \"8725\": {\"path\": \"other/8725.jpg\", \"id\": 8725, \"objects\": [{\"bbox\": {\"xmin\": 1054.58, \"ymin\": 941.434, \"xmax\": 1063.3466099999998, \"ymax\": 950.5976099999999}, \"category\": \"pne\"}]}, \"3317\": {\"path\": \"other/3317.jpg\", \"id\": 3317, \"objects\": [{\"bbox\": {\"xmin\": 1618.67, \"ymin\": 900.0, \"xmax\": 1685.3333, \"ymax\": 969.3333}, \"category\": \"pl110\"}]}, \"43076\": {\"path\": \"train/43076.jpg\", \"id\": 43076, \"objects\": [{\"bbox\": {\"xmin\": 1345.0, \"ymin\": 824.0, \"xmax\": 1405.0, \"ymax\": 889.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1343.0, \"ymin\": 755.0, \"xmax\": 1405.0, \"ymax\": 816.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1345.0, \"ymin\": 896.0, \"xmax\": 1404.0, \"ymax\": 959.0}, \"category\": \"pn\"}]}, \"46295\": {\"path\": \"test/46295.jpg\", \"id\": 46295, \"objects\": [{\"bbox\": {\"xmin\": 1730.67, \"ymin\": 722.667, \"xmax\": 1842.6670000000001, \"ymax\": 841.3330000000001}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1738.67, \"ymin\": 844.0, \"xmax\": 1846.6670000000001, \"ymax\": 962.667}, \"category\": \"pl80\"}]}, \"62185\": {\"path\": \"train/62185.jpg\", \"id\": 62185, \"objects\": [{\"bbox\": {\"xmin\": 200.99, \"ymin\": 900.0, \"xmax\": 222.7723, \"ymax\": 927.7228}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 182.178, \"ymin\": 902.97, \"xmax\": 199.0099, \"ymax\": 925.7426}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 223.762, \"ymin\": 899.01, \"xmax\": 241.5842, \"ymax\": 921.7822}, \"category\": \"pn\"}]}, \"50345\": {\"path\": \"test/50345.jpg\", \"id\": 50345, \"objects\": [{\"bbox\": {\"xmin\": 879.208, \"ymin\": 938.614, \"xmax\": 894.0594, \"ymax\": 958.4156}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 379.208, \"ymin\": 947.525, \"xmax\": 428.71290000000005, \"ymax\": 989.1089}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 810.891, \"ymin\": 942.574, \"xmax\": 824.7524999999999, \"ymax\": 961.3860999999999}, \"category\": \"pne\"}]}, \"64842\": {\"path\": \"train/64842.jpg\", \"id\": 64842, \"objects\": [{\"bbox\": {\"xmin\": 1990.79, \"ymin\": 859.211, \"xmax\": 2019.7368, \"ymax\": 888.1579}, \"category\": \"pne\"}]}, \"92613\": {\"path\": \"test/92613.jpg\", \"id\": 92613, \"objects\": [{\"bbox\": {\"xmin\": 161.333, \"ymin\": 937.333, \"xmax\": 220.0, \"ymax\": 1001.3333}, \"category\": \"p5\"}]}, \"21427\": {\"path\": \"test/21427.jpg\", \"id\": 21427, \"objects\": [{\"bbox\": {\"xmin\": 1315.0, \"ymin\": 844.0, \"xmax\": 1359.0, \"ymax\": 887.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1363.0, \"ymin\": 844.0, \"xmax\": 1408.0, \"ymax\": 889.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1333.0, \"ymin\": 784.0, \"xmax\": 1392.0, \"ymax\": 837.0}, \"category\": \"w55\"}]}, \"87067\": {\"path\": \"test/87067.jpg\", \"id\": 87067, \"objects\": [{\"bbox\": {\"xmin\": 1907.94, \"ymin\": 1002.39, \"xmax\": 1937.3016, \"ymax\": 1028.576}, \"category\": \"pn\"}]}, \"29905\": {\"path\": \"other/29905.jpg\", \"id\": 29905, \"objects\": [{\"bbox\": {\"xmin\": 1016.56, \"ymin\": 943.709, \"xmax\": 1027.8146, \"ymax\": 956.9535999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 939.735, \"ymin\": 945.695, \"xmax\": 950.9934000000001, \"ymax\": 957.6159}, \"category\": \"pne\"}]}, \"93103\": {\"path\": \"test/93103.jpg\", \"id\": 93103, \"objects\": [{\"bbox\": {\"xmin\": 1264.0, \"ymin\": 994.667, \"xmax\": 1326.6667, \"ymax\": 1052.0006}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1260.0, \"ymin\": 793.333, \"xmax\": 1318.6667, \"ymax\": 852.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1265.33, \"ymin\": 936.0, \"xmax\": 1322.6667, \"ymax\": 993.3333}, \"category\": \"ph4.3\"}, {\"bbox\": {\"xmin\": 1944.0, \"ymin\": 1002.67, \"xmax\": 2025.3333, \"ymax\": 1089.3333}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 876.0, \"xmax\": 1321.3333, \"ymax\": 933.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 802.667, \"ymin\": 976.0, \"xmax\": 870.6673000000001, \"ymax\": 1034.6667}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1262.67, \"ymin\": 1052.0, \"xmax\": 1324.0066000000002, \"ymax\": 1114.6799}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1162.67, \"ymin\": 640.0, \"xmax\": 1206.6667, \"ymax\": 681.3333}, \"category\": \"pmb\"}]}, \"16809\": {\"path\": \"other/16809.jpg\", \"id\": 16809, \"objects\": [{\"bbox\": {\"xmin\": 1431.14404296875, \"ymin\": 883.861572265625, \"xmax\": 1469.583740234375, \"ymax\": 921.926513671875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1466.5015869140625, \"ymin\": 980.9328002929688, \"xmax\": 1491.7950439453125, \"ymax\": 1008.1791381835938}, \"category\": \"p3\"}]}, \"12007\": {\"path\": \"train/12007.jpg\", \"id\": 12007, \"objects\": [{\"bbox\": {\"xmin\": 460.526, \"ymin\": 1013.16, \"xmax\": 484.2105, \"ymax\": 1043.4211}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 459.211, \"ymin\": 977.632, \"xmax\": 481.57890000000003, \"ymax\": 1013.1578999999999}, \"category\": \"pl5\"}]}, \"77424\": {\"path\": \"test/77424.jpg\", \"id\": 77424, \"objects\": [{\"bbox\": {\"xmin\": 201.961, \"ymin\": 960.784, \"xmax\": 309.80400000000003, \"ymax\": 1166.667}, \"category\": \"pg\"}]}, \"73456\": {\"path\": \"train/73456.jpg\", \"id\": 73456, \"objects\": [{\"bbox\": {\"xmin\": 1365.33, \"ymin\": 948.0, \"xmax\": 1424.0, \"ymax\": 1004.0}, \"category\": \"pm30\"}]}, \"9647\": {\"path\": \"train/9647.jpg\", \"id\": 9647, \"objects\": [{\"bbox\": {\"xmin\": 623.0, \"ymin\": 952.0, \"xmax\": 663.0, \"ymax\": 996.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1280.0, \"ymin\": 950.0, \"xmax\": 1314.0, \"ymax\": 985.0}, \"category\": \"ip\"}]}, \"91867\": {\"path\": \"train/91867.jpg\", \"id\": 91867, \"objects\": [{\"bbox\": {\"xmin\": 1260.79, \"ymin\": 701.961, \"xmax\": 1356.8659, \"ymax\": 807.8430000000001}, \"category\": \"p5\"}]}, \"78103\": {\"path\": \"train/78103.jpg\", \"id\": 78103, \"objects\": [{\"bbox\": {\"xmin\": -9.5238, \"ymin\": 1031.75, \"xmax\": 24.6032, \"ymax\": 1068.254}, \"category\": \"p5\"}]}, \"695\": {\"path\": \"train/695.jpg\", \"id\": 695, \"objects\": [{\"bbox\": {\"xmin\": 1662.0, \"ymin\": 924.0, \"xmax\": 1789.0, \"ymax\": 1054.0}, \"category\": \"pl40\"}]}, \"50159\": {\"path\": \"train/50159.jpg\", \"id\": 50159, \"objects\": [{\"bbox\": {\"xmin\": 354.667, \"ymin\": 753.333, \"xmax\": 397.33329999999995, \"ymax\": 821.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 262.667, \"ymin\": 732.0, \"xmax\": 309.33329999999995, \"ymax\": 801.3333}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 310.667, \"ymin\": 744.0, \"xmax\": 354.6667, \"ymax\": 810.6661}, \"category\": \"pn\"}]}, \"85617\": {\"path\": \"train/85617.jpg\", \"id\": 85617, \"objects\": [{\"bbox\": {\"xmin\": 1702.0, \"ymin\": 783.0, \"xmax\": 1734.0, \"ymax\": 832.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1736.0, \"ymin\": 789.0, \"xmax\": 1760.0, \"ymax\": 839.0}, \"category\": \"pn\"}]}, \"70439\": {\"path\": \"test/70439.jpg\", \"id\": 70439, \"objects\": [{\"bbox\": {\"xmin\": 1985.0, \"ymin\": 873.0, \"xmax\": 2034.0, \"ymax\": 928.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1985.0, \"ymin\": 930.0, \"xmax\": 2034.0, \"ymax\": 982.0}, \"category\": \"w47\"}]}, \"73145\": {\"path\": \"train/73145.jpg\", \"id\": 73145, \"objects\": [{\"bbox\": {\"xmin\": 581.188, \"ymin\": 762.376, \"xmax\": 628.7129, \"ymax\": 811.8812}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1142.57, \"ymin\": 890.099, \"xmax\": 1167.3087, \"ymax\": 914.8515000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1089.11, \"ymin\": 890.099, \"xmax\": 1113.8614, \"ymax\": 916.8317000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1115.84, \"ymin\": 888.119, \"xmax\": 1140.5941, \"ymax\": 917.822}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 400.0, \"ymin\": 780.198, \"xmax\": 443.5644, \"ymax\": 825.7426}, \"category\": \"pne\"}]}, \"38609\": {\"path\": \"test/38609.jpg\", \"id\": 38609, \"objects\": [{\"bbox\": {\"xmin\": 1837.0, \"ymin\": 917.0, \"xmax\": 1861.0, \"ymax\": 956.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1768.0, \"ymin\": 1023.0, \"xmax\": 1818.0, \"ymax\": 1071.0}, \"category\": \"w45\"}]}, \"22067\": {\"path\": \"test/22067.jpg\", \"id\": 22067, \"objects\": [{\"bbox\": {\"xmin\": 1276.0, \"ymin\": 970.0, \"xmax\": 1336.0, \"ymax\": 1035.0}, \"category\": \"pr40\"}]}, \"30846\": {\"path\": \"train/30846.jpg\", \"id\": 30846, \"objects\": [{\"bbox\": {\"xmin\": 1189.68, \"ymin\": 965.079, \"xmax\": 1215.873, \"ymax\": 989.6825}, \"category\": \"w57\"}]}, \"64458\": {\"path\": \"other/64458.jpg\", \"id\": 64458, \"objects\": [{\"bbox\": {\"xmin\": 1658.42, \"ymin\": 976.238, \"xmax\": 1678.2178000000001, \"ymax\": 992.7152000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1658.42, \"ymin\": 955.446, \"xmax\": 1677.2277000000001, \"ymax\": 974.8344000000001}, \"category\": \"w57\"}]}, \"45528\": {\"path\": \"train/45528.jpg\", \"id\": 45528, \"objects\": [{\"bbox\": {\"xmin\": 1217.11, \"ymin\": 905.263, \"xmax\": 1238.1618999999998, \"ymax\": 927.6316}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1193.42, \"ymin\": 906.579, \"xmax\": 1215.7895, \"ymax\": 928.9473999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1243.42, \"ymin\": 903.947, \"xmax\": 1265.7895, \"ymax\": 930.2632}, \"category\": \"pn\"}]}, \"6165\": {\"path\": \"train/6165.jpg\", \"id\": 6165, \"objects\": [{\"bbox\": {\"xmin\": 954.0, \"ymin\": 692.0, \"xmax\": 1038.0, \"ymax\": 769.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 863.0, \"ymin\": 693.0, \"xmax\": 942.0, \"ymax\": 771.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1048.0, \"ymin\": 690.0, \"xmax\": 1131.0, \"ymax\": 771.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1860.0, \"ymin\": 949.0, \"xmax\": 1920.0, \"ymax\": 1010.0}, \"category\": \"w55\"}]}, \"10593\": {\"path\": \"test/10593.jpg\", \"id\": 10593, \"objects\": [{\"bbox\": {\"xmin\": 1270.0, \"ymin\": 944.0, \"xmax\": 1308.0, \"ymax\": 976.0}, \"category\": \"w59\"}]}, \"88422\": {\"path\": \"train/88422.jpg\", \"id\": 88422, \"objects\": [{\"bbox\": {\"xmin\": 814.667, \"ymin\": 897.333, \"xmax\": 850.6667, \"ymax\": 934.6667}, \"category\": \"p5\"}]}, \"58660\": {\"path\": \"test/58660.jpg\", \"id\": 58660, \"objects\": [{\"bbox\": {\"xmin\": 1166.67, \"ymin\": 966.667, \"xmax\": 1232.0, \"ymax\": 1029.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 874.667, \"ymin\": 726.667, \"xmax\": 936.0, \"ymax\": 793.3339000000001}, \"category\": \"pne\"}]}, \"47317\": {\"path\": \"train/47317.jpg\", \"id\": 47317, \"objects\": [{\"bbox\": {\"xmin\": 1274.83, \"ymin\": 910.596, \"xmax\": 1299.3377, \"ymax\": 930.4636}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1249.67, \"ymin\": 908.609, \"xmax\": 1275.4967000000001, \"ymax\": 935.0993000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1301.99, \"ymin\": 910.891, \"xmax\": 1323.8411, \"ymax\": 931.7945}, \"category\": \"pn\"}]}, \"9513\": {\"path\": \"train/9513.jpg\", \"id\": 9513, \"objects\": [{\"bbox\": {\"xmin\": 1290.0, \"ymin\": 936.0, \"xmax\": 1321.0, \"ymax\": 968.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1171.0, \"ymin\": 784.0, \"xmax\": 1209.0, \"ymax\": 820.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1210.0, \"ymin\": 783.0, \"xmax\": 1248.0, \"ymax\": 820.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1221.0, \"ymin\": 935.0, \"xmax\": 1243.0, \"ymax\": 955.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1378.0, \"ymin\": 875.0, \"xmax\": 1422.0, \"ymax\": 917.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1387.0, \"ymin\": 999.0, \"xmax\": 1419.0, \"ymax\": 1043.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1676.0, \"ymin\": 915.0, \"xmax\": 1708.0, \"ymax\": 947.0}, \"category\": \"pdd\"}]}, \"53199\": {\"path\": \"train/53199.jpg\", \"id\": 53199, \"objects\": [{\"bbox\": {\"xmin\": 562.667, \"ymin\": 937.333, \"xmax\": 589.3333, \"ymax\": 989.3333}, \"category\": \"pm55\"}]}, \"58362\": {\"path\": \"train/58362.jpg\", \"id\": 58362, \"objects\": [{\"bbox\": {\"xmin\": 53.9474, \"ymin\": 882.895, \"xmax\": 76.3158, \"ymax\": 910.5263}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 167.105, \"ymin\": 1005.26, \"xmax\": 193.4211, \"ymax\": 1025.0}, \"category\": \"pne\"}]}, \"89257\": {\"path\": \"train/89257.jpg\", \"id\": 89257, \"objects\": [{\"bbox\": {\"xmin\": 1572.37, \"ymin\": 913.158, \"xmax\": 1621.0526, \"ymax\": 968.4211}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1568.42, \"ymin\": 988.158, \"xmax\": 1622.3684, \"ymax\": 1042.1053}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1567.11, \"ymin\": 832.895, \"xmax\": 1618.4210999999998, \"ymax\": 893.4211}, \"category\": \"p26\"}]}, \"11625\": {\"path\": \"test/11625.jpg\", \"id\": 11625, \"objects\": [{\"bbox\": {\"xmin\": 1260.0, \"ymin\": 938.667, \"xmax\": 1316.0, \"ymax\": 993.3333}, \"category\": \"pm30\"}]}, \"82236\": {\"path\": \"train/82236.jpg\", \"id\": 82236, \"objects\": [{\"bbox\": {\"xmin\": 1934.67, \"ymin\": 650.667, \"xmax\": 2013.3333, \"ymax\": 754.667}, \"category\": \"pl100\"}]}, \"34892\": {\"path\": \"other/34892.jpg\", \"id\": 34892, \"objects\": [{\"bbox\": {\"xmin\": 1796.0, \"ymin\": 945.333, \"xmax\": 1910.667, \"ymax\": 1069.333}, \"category\": \"pm15\"}]}, \"32421\": {\"path\": \"train/32421.jpg\", \"id\": 32421, \"objects\": [{\"bbox\": {\"xmin\": 686.0, \"ymin\": 447.0, \"xmax\": 773.0, \"ymax\": 526.0}, \"category\": \"pr40\"}]}, \"35792\": {\"path\": \"train/35792.jpg\", \"id\": 35792, \"objects\": [{\"bbox\": {\"xmin\": 1520.79, \"ymin\": 869.307, \"xmax\": 1554.4418, \"ymax\": 902.9703000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1558.42, \"ymin\": 872.277, \"xmax\": 1589.1172000000001, \"ymax\": 902.9703000000001}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1600.99, \"ymin\": 971.287, \"xmax\": 1627.7227, \"ymax\": 998.0198}, \"category\": \"w57\"}]}, \"32803\": {\"path\": \"other/32803.jpg\", \"id\": 32803, \"objects\": [{\"bbox\": {\"xmin\": 661.9642333984375, \"ymin\": 1125.919677734375, \"xmax\": 683.4757080078125, \"ymax\": 1153.71484375}, \"category\": \"i4\"}]}, \"1937\": {\"path\": \"train/1937.jpg\", \"id\": 1937, \"objects\": [{\"bbox\": {\"xmin\": 688.235, \"ymin\": 841.176, \"xmax\": 733.3333, \"ymax\": 886.2745}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 525.49, \"ymin\": 849.02, \"xmax\": 562.7451, \"ymax\": 892.1569}, \"category\": \"pne\"}]}, \"95271\": {\"path\": \"train/95271.jpg\", \"id\": 95271, \"objects\": [{\"bbox\": {\"xmin\": 1204.76, \"ymin\": 939.073, \"xmax\": 1220.6349, \"ymax\": 955.5556}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1150.33, \"ymin\": 941.06, \"xmax\": 1166.8873999999998, \"ymax\": 955.5555999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 926.49, \"ymin\": 942.384, \"xmax\": 941.7219, \"ymax\": 958.9404000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1709.27, \"ymin\": 894.04, \"xmax\": 1723.1788, \"ymax\": 922.5165999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 854.967, \"ymin\": 944.371, \"xmax\": 868.2119, \"ymax\": 960.9272}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1670.2, \"ymin\": 903.311, \"xmax\": 1682.7815, \"ymax\": 930.4636}, \"category\": \"pne\"}]}, \"42210\": {\"path\": \"train/42210.jpg\", \"id\": 42210, \"objects\": [{\"bbox\": {\"xmin\": 1379.2, \"ymin\": 712.0, \"xmax\": 1420.8, \"ymax\": 757.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1017.6, \"ymin\": 705.6, \"xmax\": 1064.8, \"ymax\": 752.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 756.8, \"ymin\": 710.4, \"xmax\": 799.1999999999999, \"ymax\": 759.1999999999999}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1572.8, \"ymin\": 721.6, \"xmax\": 1614.3999999999999, \"ymax\": 764.8000000000001}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 907.2, \"ymin\": 708.0, \"xmax\": 951.2, \"ymax\": 752.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1270.4, \"ymin\": 708.0, \"xmax\": 1316.0, \"ymax\": 754.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 647.2, \"ymin\": 716.8, \"xmax\": 690.4000000000001, \"ymax\": 760.8}, \"category\": \"pl120\"}]}, \"63266\": {\"path\": \"test/63266.jpg\", \"id\": 63266, \"objects\": [{\"bbox\": {\"xmin\": 1793.42, \"ymin\": 744.737, \"xmax\": 1842.1053000000002, \"ymax\": 805.2632}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1643.42, \"ymin\": 734.211, \"xmax\": 1698.6842000000001, \"ymax\": 793.4211}, \"category\": \"pne\"}]}, \"8939\": {\"path\": \"test/8939.jpg\", \"id\": 8939, \"objects\": [{\"bbox\": {\"xmin\": 1382.18, \"ymin\": 969.307, \"xmax\": 1401.9802, \"ymax\": 989.1089000000001}, \"category\": \"p23\"}]}, \"9401\": {\"path\": \"test/9401.jpg\", \"id\": 9401, \"objects\": [{\"bbox\": {\"xmin\": 614.0, \"ymin\": 886.0, \"xmax\": 639.0, \"ymax\": 918.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 92.0, \"ymin\": 891.0, \"xmax\": 116.0, \"ymax\": 919.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 534.0, \"ymin\": 975.0, \"xmax\": 552.0, \"ymax\": 994.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1097.0, \"ymin\": 950.0, \"xmax\": 1115.0, \"ymax\": 989.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 557.0, \"ymin\": 891.0, \"xmax\": 582.0, \"ymax\": 918.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 482.0, \"ymin\": 893.0, \"xmax\": 505.0, \"ymax\": 921.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 455.0, \"ymin\": 893.0, \"xmax\": 479.0, \"ymax\": 922.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 509.0, \"ymin\": 892.0, \"xmax\": 534.0, \"ymax\": 919.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 584.0, \"ymin\": 891.0, \"xmax\": 611.0, \"ymax\": 917.0}, \"category\": \"im\"}]}, \"2185\": {\"path\": \"train/2185.jpg\", \"id\": 2185, \"objects\": [{\"bbox\": {\"xmin\": 1466.34, \"ymin\": 848.515, \"xmax\": 1507.9207999999999, \"ymax\": 892.0792}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1630.69, \"ymin\": 905.941, \"xmax\": 1651.4851, \"ymax\": 934.6535}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1584.16, \"ymin\": 904.95, \"xmax\": 1604.9505000000001, \"ymax\": 928.7129}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1607.92, \"ymin\": 907.921, \"xmax\": 1627.7228, \"ymax\": 934.6535}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1306.93, \"ymin\": 841.584, \"xmax\": 1345.5446000000002, \"ymax\": 884.1583999999999}, \"category\": \"pne\"}]}, \"23021\": {\"path\": \"other/23021.jpg\", \"id\": 23021, \"objects\": [{\"bbox\": {\"xmin\": 199.5287322998047, \"ymin\": 812.775146484375, \"xmax\": 233.22230529785156, \"ymax\": 857.1226806640625}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 237.43194580078125, \"ymin\": 818.7388305664062, \"xmax\": 271.338623046875, \"ymax\": 866.2276000976562}, \"category\": \"pn\"}]}, \"40572\": {\"path\": \"train/40572.jpg\", \"id\": 40572, \"objects\": [{\"bbox\": {\"xmin\": 1703.0, \"ymin\": 953.0, \"xmax\": 1730.0, \"ymax\": 983.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1701.0, \"ymin\": 987.0, \"xmax\": 1730.0, \"ymax\": 1019.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1258.4, \"ymin\": 966.4, \"xmax\": 1271.2, \"ymax\": 979.1999999999999}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1214.4, \"ymin\": 964.8, \"xmax\": 1225.6000000000001, \"ymax\": 977.5999999999999}, \"category\": \"pl50\"}]}, \"85377\": {\"path\": \"test/85377.jpg\", \"id\": 85377, \"objects\": [{\"bbox\": {\"xmin\": 1360.93, \"ymin\": 931.788, \"xmax\": 1409.9338, \"ymax\": 968.7646}, \"category\": \"pl80\"}]}, \"42176\": {\"path\": \"train/42176.jpg\", \"id\": 42176, \"objects\": [{\"bbox\": {\"xmin\": 1341.27, \"ymin\": 896.825, \"xmax\": 1365.0794, \"ymax\": 926.1905}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1537.3, \"ymin\": 924.603, \"xmax\": 1554.7619, \"ymax\": 946.0317}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1496.83, \"ymin\": 922.222, \"xmax\": 1515.8729999999998, \"ymax\": 946.8254}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1517.46, \"ymin\": 925.397, \"xmax\": 1535.7143, \"ymax\": 943.6508}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1241.27, \"ymin\": 897.619, \"xmax\": 1264.2857, \"ymax\": 924.6032}, \"category\": \"pne\"}]}, \"550\": {\"path\": \"train/550.jpg\", \"id\": 550, \"objects\": [{\"bbox\": {\"xmin\": 1296.0, \"ymin\": 904.0, \"xmax\": 1362.6667, \"ymax\": 974.6667}, \"category\": \"p10\"}]}, \"78591\": {\"path\": \"test/78591.jpg\", \"id\": 78591, \"objects\": [{\"bbox\": {\"xmin\": 950.0, \"ymin\": 978.0, \"xmax\": 964.0, \"ymax\": 991.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 454.0, \"ymin\": 729.0, \"xmax\": 525.0, \"ymax\": 807.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1278.0, \"ymin\": 1009.0, \"xmax\": 1296.0, \"ymax\": 1025.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1277.0, \"ymin\": 799.0, \"xmax\": 1328.0, \"ymax\": 850.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1389.0, \"ymin\": 860.0, \"xmax\": 1436.0, \"ymax\": 911.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1330.0, \"ymin\": 800.0, \"xmax\": 1381.0, \"ymax\": 849.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 882.0, \"ymin\": 977.0, \"xmax\": 894.0, \"ymax\": 991.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 134.0, \"ymin\": 767.0, \"xmax\": 189.0, \"ymax\": 834.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1391.0, \"ymin\": 914.0, \"xmax\": 1440.0, \"ymax\": 964.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1389.0, \"ymin\": 968.0, \"xmax\": 1440.0, \"ymax\": 1015.0}, \"category\": \"i2r\"}]}, \"47259\": {\"path\": \"test/47259.jpg\", \"id\": 47259, \"objects\": [{\"bbox\": {\"xmin\": 85.1485, \"ymin\": 990.0, \"xmax\": 106.87049999999999, \"ymax\": 1013.8621}, \"category\": \"ip\"}]}, \"90209\": {\"path\": \"test/90209.jpg\", \"id\": 90209, \"objects\": [{\"bbox\": {\"xmin\": 268.317, \"ymin\": 610.891, \"xmax\": 323.7624, \"ymax\": 694.0594}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 5.94059, \"ymin\": 516.832, \"xmax\": 76.23759, \"ymax\": 617.822}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1509.9, \"ymin\": 905.941, \"xmax\": 1526.7327, \"ymax\": 929.703}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1486.14, \"ymin\": 906.931, \"xmax\": 1505.9406000000001, \"ymax\": 927.7228}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1528.71, \"ymin\": 905.941, \"xmax\": 1545.5324, \"ymax\": 928.7129}, \"category\": \"pn\"}]}, \"11307\": {\"path\": \"test/11307.jpg\", \"id\": 11307, \"objects\": [{\"bbox\": {\"xmin\": 1346.67, \"ymin\": 1026.67, \"xmax\": 1388.0, \"ymax\": 1073.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1348.0, \"ymin\": 986.667, \"xmax\": 1386.6667, \"ymax\": 1028.0}, \"category\": \"pl5\"}]}, \"14823\": {\"path\": \"test/14823.jpg\", \"id\": 14823, \"objects\": [{\"bbox\": {\"xmin\": 1181.1, \"ymin\": 916.915, \"xmax\": 1202.4924999999998, \"ymax\": 939.8009999999999}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1156.72, \"ymin\": 917.413, \"xmax\": 1179.1069, \"ymax\": 940.7965}, \"category\": \"w13\"}]}, \"22033\": {\"path\": \"train/22033.jpg\", \"id\": 22033, \"objects\": [{\"bbox\": {\"xmin\": 392.079, \"ymin\": 953.465, \"xmax\": 422.77230000000003, \"ymax\": 990.099}, \"category\": \"pl40\"}]}, \"2376\": {\"path\": \"train/2376.jpg\", \"id\": 2376, \"objects\": [{\"bbox\": {\"xmin\": 1462.67, \"ymin\": 600.0, \"xmax\": 1600.0, \"ymax\": 730.667}, \"category\": \"pl50\"}]}, \"9974\": {\"path\": \"train/9974.jpg\", \"id\": 9974, \"objects\": [{\"bbox\": {\"xmin\": 13.8614, \"ymin\": 857.426, \"xmax\": 47.5248, \"ymax\": 900.9901000000001}, \"category\": \"pl60\"}]}, \"68662\": {\"path\": \"train/68662.jpg\", \"id\": 68662, \"objects\": [{\"bbox\": {\"xmin\": 1268.0, \"ymin\": 969.333, \"xmax\": 1317.3366, \"ymax\": 1014.6667}, \"category\": \"pl40\"}]}, \"91515\": {\"path\": \"test/91515.jpg\", \"id\": 91515, \"objects\": [{\"bbox\": {\"xmin\": 1157.0, \"ymin\": 956.0, \"xmax\": 1183.0, \"ymax\": 982.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1179.0, \"ymin\": 983.0, \"xmax\": 1200.0, \"ymax\": 1004.0}, \"category\": \"w30\"}]}, \"46891\": {\"path\": \"test/46891.jpg\", \"id\": 46891, \"objects\": [{\"bbox\": {\"xmin\": 68.0, \"ymin\": 891.0, \"xmax\": 126.0, \"ymax\": 958.0}, \"category\": \"pn\"}]}, \"83751\": {\"path\": \"train/83751.jpg\", \"id\": 83751, \"objects\": [{\"bbox\": {\"xmin\": 1271.29, \"ymin\": 904.95, \"xmax\": 1296.0396, \"ymax\": 932.6733}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 263.366, \"ymin\": 918.812, \"xmax\": 291.0891, \"ymax\": 956.4356}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1197.03, \"ymin\": 906.931, \"xmax\": 1223.7624, \"ymax\": 933.6634}, \"category\": \"pne\"}]}, \"64463\": {\"path\": \"train/64463.jpg\", \"id\": 64463, \"objects\": [{\"bbox\": {\"xmin\": 1551.0, \"ymin\": 842.0, \"xmax\": 1580.0, \"ymax\": 881.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1584.0, \"ymin\": 844.0, \"xmax\": 1614.0, \"ymax\": 881.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1625.0, \"ymin\": 956.0, \"xmax\": 1646.0, \"ymax\": 987.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1624.0, \"ymin\": 988.0, \"xmax\": 1650.0, \"ymax\": 1018.0}, \"category\": \"i2r\"}]}, \"64719\": {\"path\": \"test/64719.jpg\", \"id\": 64719, \"objects\": [{\"bbox\": {\"xmin\": 1561.11, \"ymin\": 960.317, \"xmax\": 1588.1579, \"ymax\": 996.0317}, \"category\": \"pl50\"}]}, \"21005\": {\"path\": \"test/21005.jpg\", \"id\": 21005, \"objects\": [{\"bbox\": {\"xmin\": 506.579, \"ymin\": 721.053, \"xmax\": 576.3158, \"ymax\": 792.1052999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1227.63, \"ymin\": 851.316, \"xmax\": 1263.1579000000002, \"ymax\": 897.3684000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1144.74, \"ymin\": 850.0, \"xmax\": 1181.5789, \"ymax\": 894.7368}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1184.21, \"ymin\": 852.632, \"xmax\": 1223.6874, \"ymax\": 890.7895}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 263.158, \"ymin\": 742.105, \"xmax\": 315.7896, \"ymax\": 803.9475}, \"category\": \"pne\"}]}, \"45009\": {\"path\": \"train/45009.jpg\", \"id\": 45009, \"objects\": [{\"bbox\": {\"xmin\": 1648.0, \"ymin\": 905.6, \"xmax\": 1718.4, \"ymax\": 983.2}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 396.0, \"ymin\": 944.8, \"xmax\": 420.0, \"ymax\": 969.5999999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1201.6, \"ymin\": 916.0, \"xmax\": 1272.0, \"ymax\": 985.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1203.2, \"ymin\": 825.6, \"xmax\": 1269.6000000000001, \"ymax\": 895.2}, \"category\": \"pm20\"}]}, \"48944\": {\"path\": \"train/48944.jpg\", \"id\": 48944, \"objects\": [{\"bbox\": {\"xmin\": 1514.67, \"ymin\": 805.333, \"xmax\": 1556.0, \"ymax\": 848.0}, \"category\": \"pl40\"}]}, \"82482\": {\"path\": \"other/82482.jpg\", \"id\": 82482, \"objects\": [{\"bbox\": {\"xmin\": 1429.9, \"ymin\": 929.9, \"xmax\": 1444.1860000000001, \"ymax\": 946.5115999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1323.26, \"ymin\": 926.246, \"xmax\": 1337.5415, \"ymax\": 941.1963}, \"category\": \"pn\"}]}, \"72256\": {\"path\": \"train/72256.jpg\", \"id\": 72256, \"objects\": [{\"bbox\": {\"xmin\": 1547.52, \"ymin\": 852.475, \"xmax\": 1582.1734999999999, \"ymax\": 890.099}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1465.35, \"ymin\": 850.495, \"xmax\": 1500.9901, \"ymax\": 886.138}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1506.93, \"ymin\": 851.485, \"xmax\": 1541.5808, \"ymax\": 888.1188}, \"category\": \"pn\"}]}, \"23450\": {\"path\": \"other/23450.jpg\", \"id\": 23450, \"objects\": [{\"bbox\": {\"xmin\": 1469.33, \"ymin\": 1016.0, \"xmax\": 1497.3333, \"ymax\": 1046.6667}, \"category\": \"pr60\"}]}, \"89800\": {\"path\": \"other/89800.jpg\", \"id\": 89800, \"objects\": [{\"bbox\": {\"xmin\": 1728.32, \"ymin\": 827.434, \"xmax\": 1783.1837, \"ymax\": 886.7266}, \"category\": \"w34\"}]}, \"88333\": {\"path\": \"test/88333.jpg\", \"id\": 88333, \"objects\": [{\"bbox\": {\"xmin\": 1215.947265625, \"ymin\": 706.3978271484375, \"xmax\": 1272.367919921875, \"ymax\": 758.2960205078125}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1273.35205078125, \"ymin\": 708.1358032226562, \"xmax\": 1328.39013671875, \"ymax\": 761.6870727539062}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1385.0, \"ymin\": 918.0, \"xmax\": 1428.0, \"ymax\": 960.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1262.0, \"ymin\": 922.0, \"xmax\": 1295.0, \"ymax\": 951.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1588.0, \"ymin\": 813.0, \"xmax\": 1652.0, \"ymax\": 879.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1604.0, \"ymin\": 1009.0, \"xmax\": 1648.0, \"ymax\": 1078.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 2012.0, \"ymin\": 875.0, \"xmax\": 2049.0, \"ymax\": 925.0}, \"category\": \"pdd\"}]}, \"12182\": {\"path\": \"train/12182.jpg\", \"id\": 12182, \"objects\": [{\"bbox\": {\"xmin\": 1425.37, \"ymin\": 914.855, \"xmax\": 1441.6713, \"ymax\": 934.0579}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1444.56, \"ymin\": 915.58, \"xmax\": 1461.5911999999998, \"ymax\": 934.4206}, \"category\": \"pn\"}]}, \"59957\": {\"path\": \"train/59957.jpg\", \"id\": 59957, \"objects\": [{\"bbox\": {\"xmin\": 1108.76, \"ymin\": 936.653, \"xmax\": 1124.3028, \"ymax\": 952.5896}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1126.69, \"ymin\": 936.654, \"xmax\": 1141.0359, \"ymax\": 952.9885}, \"category\": \"pn\"}]}, \"28256\": {\"path\": \"test/28256.jpg\", \"id\": 28256, \"objects\": [{\"bbox\": {\"xmin\": 1541.6, \"ymin\": 943.2, \"xmax\": 1556.8, \"ymax\": 956.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1942.4, \"ymin\": 864.8, \"xmax\": 1994.4, \"ymax\": 916.8}, \"category\": \"w59\"}]}, \"27744\": {\"path\": \"train/27744.jpg\", \"id\": 27744, \"objects\": [{\"bbox\": {\"xmin\": 583.168, \"ymin\": 944.556, \"xmax\": 606.9307, \"ymax\": 971.2869000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 582.178, \"ymin\": 971.287, \"xmax\": 605.9407, \"ymax\": 997.0300000000001}, \"category\": \"pn\"}]}, \"53759\": {\"path\": \"train/53759.jpg\", \"id\": 53759, \"objects\": [{\"bbox\": {\"xmin\": 959.0, \"ymin\": 951.0, \"xmax\": 978.0, \"ymax\": 966.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 514.0, \"ymin\": 989.0, \"xmax\": 532.0, \"ymax\": 1005.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1353.0, \"ymin\": 611.0, \"xmax\": 1399.0, \"ymax\": 661.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1031.0, \"ymin\": 940.0, \"xmax\": 1050.0, \"ymax\": 961.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1308.0, \"ymin\": 607.0, \"xmax\": 1358.0, \"ymax\": 659.0}, \"category\": \"wc\"}]}, \"56452\": {\"path\": \"other/56452.jpg\", \"id\": 56452, \"objects\": [{\"bbox\": {\"xmin\": 316.0, \"ymin\": 846.667, \"xmax\": 400.0, \"ymax\": 933.3324}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 310.667, \"ymin\": 936.0, \"xmax\": 397.3333, \"ymax\": 1024.0}, \"category\": \"pr80\"}]}, \"51907\": {\"path\": \"train/51907.jpg\", \"id\": 51907, \"objects\": [{\"bbox\": {\"xmin\": 1341.33, \"ymin\": 941.333, \"xmax\": 1373.3333, \"ymax\": 972.0}, \"category\": \"wc\"}]}, \"92083\": {\"path\": \"train/92083.jpg\", \"id\": 92083, \"objects\": [{\"bbox\": {\"xmin\": 1072.28, \"ymin\": 895.05, \"xmax\": 1093.0692999999999, \"ymax\": 922.7723}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1044.55, \"ymin\": 893.069, \"xmax\": 1069.3069, \"ymax\": 920.7921}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1098.02, \"ymin\": 892.079, \"xmax\": 1121.7821999999999, \"ymax\": 917.8217999999999}, \"category\": \"pn\"}]}, \"8492\": {\"path\": \"other/8492.jpg\", \"id\": 8492, \"objects\": [{\"bbox\": {\"xmin\": 1981.2073974609375, \"ymin\": 1066.1761474609375, \"xmax\": 1999.1820068359375, \"ymax\": 1094.9256591796875}, \"category\": \"pl5\"}]}, \"98876\": {\"path\": \"train/98876.jpg\", \"id\": 98876, \"objects\": [{\"bbox\": {\"xmin\": 1685.0, \"ymin\": 948.0, \"xmax\": 1707.0, \"ymax\": 976.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1686.0, \"ymin\": 975.0, \"xmax\": 1707.0, \"ymax\": 999.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1686.0, \"ymin\": 1019.0, \"xmax\": 1708.0, \"ymax\": 1043.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1685.0, \"ymin\": 1049.0, \"xmax\": 1706.0, \"ymax\": 1072.0}, \"category\": \"i2r\"}]}, \"51256\": {\"path\": \"train/51256.jpg\", \"id\": 51256, \"objects\": [{\"bbox\": {\"xmin\": 1107.14, \"ymin\": 875.397, \"xmax\": 1139.6825000000001, \"ymax\": 907.9365}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1215.08, \"ymin\": 956.349, \"xmax\": 1244.4443999999999, \"ymax\": 983.3333}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1215.87, \"ymin\": 992.857, \"xmax\": 1244.4443999999999, \"ymax\": 1021.4286}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1214.29, \"ymin\": 913.636, \"xmax\": 1246.8254, \"ymax\": 942.0631}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1075.4, \"ymin\": 875.397, \"xmax\": 1107.1429, \"ymax\": 907.9365}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1141.27, \"ymin\": 876.984, \"xmax\": 1172.2222, \"ymax\": 907.1429}, \"category\": \"pn\"}]}, \"23574\": {\"path\": \"train/23574.jpg\", \"id\": 23574, \"objects\": [{\"bbox\": {\"xmin\": 1859.0, \"ymin\": 877.0, \"xmax\": 1896.0, \"ymax\": 915.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1246.0, \"ymin\": 910.0, \"xmax\": 1286.0, \"ymax\": 949.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1270.0, \"ymin\": 837.0, \"xmax\": 1300.0, \"ymax\": 869.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1270.0, \"ymin\": 873.0, \"xmax\": 1300.0, \"ymax\": 903.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1236.0, \"ymin\": 837.0, \"xmax\": 1267.0, \"ymax\": 867.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1898.0, \"ymin\": 965.0, \"xmax\": 1926.0, \"ymax\": 995.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1237.0, \"ymin\": 872.0, \"xmax\": 1266.0, \"ymax\": 903.0}, \"category\": \"pbm\"}]}, \"97682\": {\"path\": \"other/97682.jpg\", \"id\": 97682, \"objects\": [{\"bbox\": {\"xmin\": 93.1818, \"ymin\": 965.341, \"xmax\": 135.7954, \"ymax\": 1065.909}, \"category\": \"w47\"}]}, \"25709\": {\"path\": \"other/25709.jpg\", \"id\": 25709, \"objects\": [{\"bbox\": {\"xmin\": 1320.0, \"ymin\": 753.333, \"xmax\": 1365.3333, \"ymax\": 800.0}, \"category\": \"pl35\"}]}, \"91579\": {\"path\": \"other/91579.jpg\", \"id\": 91579, \"objects\": [{\"bbox\": {\"xmin\": 1227.63, \"ymin\": 986.842, \"xmax\": 1282.8947, \"ymax\": 1046.0526}, \"category\": \"w26\"}]}, \"32962\": {\"path\": \"train/32962.jpg\", \"id\": 32962, \"objects\": [{\"bbox\": {\"xmin\": 1607.92, \"ymin\": 784.158, \"xmax\": 1646.5347000000002, \"ymax\": 827.7228}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1713.86, \"ymin\": 854.455, \"xmax\": 1734.6535, \"ymax\": 886.1386}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1684.16, \"ymin\": 853.465, \"xmax\": 1709.901, \"ymax\": 884.1584}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1742.57, \"ymin\": 857.426, \"xmax\": 1764.3564, \"ymax\": 886.1386}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1423.76, \"ymin\": 769.307, \"xmax\": 1471.2871, \"ymax\": 818.8119}, \"category\": \"pne\"}]}, \"67763\": {\"path\": \"test/67763.jpg\", \"id\": 67763, \"objects\": [{\"bbox\": {\"xmin\": 948.515, \"ymin\": 906.931, \"xmax\": 968.3169, \"ymax\": 927.7230000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 822.772, \"ymin\": 910.891, \"xmax\": 840.5941, \"ymax\": 931.6831999999999}, \"category\": \"pne\"}]}, \"22980\": {\"path\": \"train/22980.jpg\", \"id\": 22980, \"objects\": [{\"bbox\": {\"xmin\": 1241.33, \"ymin\": 889.333, \"xmax\": 1286.6667, \"ymax\": 932.0}, \"category\": \"pl120\"}]}, \"93194\": {\"path\": \"test/93194.jpg\", \"id\": 93194, \"objects\": [{\"bbox\": {\"xmin\": 757.895, \"ymin\": 831.126, \"xmax\": 800.0, \"ymax\": 876.3157}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1090.79, \"ymin\": 903.947, \"xmax\": 1106.5789, \"ymax\": 929.8013}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1065.79, \"ymin\": 908.583, \"xmax\": 1084.2105, \"ymax\": 933.1128}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1113.14, \"ymin\": 905.89, \"xmax\": 1132.8721, \"ymax\": 928.2587}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 594.737, \"ymin\": 832.895, \"xmax\": 635.5271, \"ymax\": 880.2632}, \"category\": \"pne\"}]}, \"16065\": {\"path\": \"test/16065.jpg\", \"id\": 16065, \"objects\": [{\"bbox\": {\"xmin\": 326.0, \"ymin\": 663.0, \"xmax\": 429.0, \"ymax\": 785.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 335.0, \"ymin\": 901.0, \"xmax\": 428.0, \"ymax\": 999.0}, \"category\": \"w57\"}]}, \"4545\": {\"path\": \"train/4545.jpg\", \"id\": 4545, \"objects\": [{\"bbox\": {\"xmin\": 1253.41, \"ymin\": 1002.85, \"xmax\": 1274.4282, \"ymax\": 1029.55}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1322.73, \"ymin\": 989.204, \"xmax\": 1342.6136000000001, \"ymax\": 1024.4315}, \"category\": \"pl5\"}]}, \"93168\": {\"path\": \"test/93168.jpg\", \"id\": 93168, \"objects\": [{\"bbox\": {\"xmin\": 314.667, \"ymin\": 896.0, \"xmax\": 362.6667, \"ymax\": 957.3333}, \"category\": \"pbm\"}]}, \"14588\": {\"path\": \"train/14588.jpg\", \"id\": 14588, \"objects\": [{\"bbox\": {\"xmin\": 1344.0, \"ymin\": 946.667, \"xmax\": 1394.6667, \"ymax\": 994.6667}, \"category\": \"pl80\"}]}, \"91058\": {\"path\": \"test/91058.jpg\", \"id\": 91058, \"objects\": [{\"bbox\": {\"xmin\": 331.2621765136719, \"ymin\": 966.3372802734375, \"xmax\": 370.4146423339844, \"ymax\": 996.4873046875}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1818.81, \"ymin\": 966.337, \"xmax\": 1850.495, \"ymax\": 998.0198}, \"category\": \"ip\"}]}, \"16921\": {\"path\": \"test/16921.jpg\", \"id\": 16921, \"objects\": [{\"bbox\": {\"xmin\": 773.0, \"ymin\": 267.0, \"xmax\": 964.0, \"ymax\": 408.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 169.0, \"ymin\": 602.0, \"xmax\": 265.0, \"ymax\": 738.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 423.0, \"ymin\": 318.0, \"xmax\": 577.0, \"ymax\": 449.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": -2.0, \"ymin\": 445.0, \"xmax\": 65.0, \"ymax\": 560.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 160.0, \"ymin\": 381.0, \"xmax\": 279.0, \"ymax\": 513.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 587.0, \"ymin\": 287.0, \"xmax\": 759.0, \"ymax\": 424.0}, \"category\": \"im\"}]}, \"40506\": {\"path\": \"train/40506.jpg\", \"id\": 40506, \"objects\": [{\"bbox\": {\"xmin\": 116.0, \"ymin\": 861.0, \"xmax\": 136.0, \"ymax\": 888.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1360.0, \"ymin\": 900.0, \"xmax\": 1376.0, \"ymax\": 918.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 137.0, \"ymin\": 865.0, \"xmax\": 157.0, \"ymax\": 894.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 901.0, \"xmax\": 1396.0, \"ymax\": 917.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 181.0, \"ymin\": 945.0, \"xmax\": 196.0, \"ymax\": 968.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1451.0, \"ymin\": 1003.0, \"xmax\": 1466.0, \"ymax\": 1020.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 181.0, \"ymin\": 1008.0, \"xmax\": 197.0, \"ymax\": 1035.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1450.0, \"ymin\": 1024.0, \"xmax\": 1468.0, \"ymax\": 1043.0}, \"category\": \"i2r\"}]}, \"82331\": {\"path\": \"train/82331.jpg\", \"id\": 82331, \"objects\": [{\"bbox\": {\"xmin\": 731.746, \"ymin\": 876.19, \"xmax\": 767.4603, \"ymax\": 915.873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1104.76, \"ymin\": 913.492, \"xmax\": 1126.9872, \"ymax\": 939.6825}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1051.59, \"ymin\": 909.524, \"xmax\": 1076.9841, \"ymax\": 938.8889}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1080.16, \"ymin\": 914.286, \"xmax\": 1102.381, \"ymax\": 941.2697999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 604.762, \"ymin\": 880.952, \"xmax\": 636.5079, \"ymax\": 914.2857}, \"category\": \"pne\"}]}, \"70858\": {\"path\": \"test/70858.jpg\", \"id\": 70858, \"objects\": [{\"bbox\": {\"xmin\": 1948.0, \"ymin\": 924.0, \"xmax\": 2017.3333, \"ymax\": 1034.667}, \"category\": \"p5\"}]}, \"39003\": {\"path\": \"train/39003.jpg\", \"id\": 39003, \"objects\": [{\"bbox\": {\"xmin\": 1175.4, \"ymin\": 944.444, \"xmax\": 1193.6508000000001, \"ymax\": 961.1111}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1101.59, \"ymin\": 943.651, \"xmax\": 1117.4603, \"ymax\": 962.6984}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 896.032, \"ymin\": 948.413, \"xmax\": 909.5238, \"ymax\": 965.873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1855.56, \"ymin\": 882.54, \"xmax\": 1872.2222, \"ymax\": 914.2856999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 800.794, \"ymin\": 952.381, \"xmax\": 816.6667, \"ymax\": 967.4603}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1793.64, \"ymin\": 891.268, \"xmax\": 1809.5204, \"ymax\": 919.0484}, \"category\": \"pne\"}]}, \"58436\": {\"path\": \"test/58436.jpg\", \"id\": 58436, \"objects\": [{\"bbox\": {\"xmin\": 1305.33, \"ymin\": 570.667, \"xmax\": 1414.6399999999999, \"ymax\": 672.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1188.0, \"ymin\": 570.667, \"xmax\": 1297.327, \"ymax\": 677.3330000000001}, \"category\": \"pr50\"}]}, \"91677\": {\"path\": \"train/91677.jpg\", \"id\": 91677, \"objects\": [{\"bbox\": {\"xmin\": 1289.11, \"ymin\": 1396.04, \"xmax\": 1332.6734, \"ymax\": 1432.6734999999999}, \"category\": \"pl30\"}]}, \"76697\": {\"path\": \"test/76697.jpg\", \"id\": 76697, \"objects\": [{\"bbox\": {\"xmin\": 1138.0, \"ymin\": 882.0, \"xmax\": 1175.0, \"ymax\": 919.0}, \"category\": \"pn\"}]}, \"6904\": {\"path\": \"train/6904.jpg\", \"id\": 6904, \"objects\": [{\"bbox\": {\"xmin\": 909.0, \"ymin\": 1032.0, \"xmax\": 928.0, \"ymax\": 1052.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1793.0, \"ymin\": 781.0, \"xmax\": 1834.0, \"ymax\": 830.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1796.0, \"ymin\": 942.0, \"xmax\": 1838.0, \"ymax\": 990.0}, \"category\": \"p26\"}]}, \"74044\": {\"path\": \"train/74044.jpg\", \"id\": 74044, \"objects\": [{\"bbox\": {\"xmin\": 742.667, \"ymin\": 142.667, \"xmax\": 900.0, \"ymax\": 254.667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 752.0, \"ymin\": 302.667, \"xmax\": 901.333, \"ymax\": 424.0}, \"category\": \"pr60\"}]}, \"41988\": {\"path\": \"test/41988.jpg\", \"id\": 41988, \"objects\": [{\"bbox\": {\"xmin\": 1948.87, \"ymin\": 1012.5, \"xmax\": 1965.3436, \"ymax\": 1030.1136}, \"category\": \"pn\"}]}, \"739\": {\"path\": \"test/739.jpg\", \"id\": 739, \"objects\": [{\"bbox\": {\"xmin\": 1282.0, \"ymin\": 838.0, \"xmax\": 1304.0, \"ymax\": 860.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1410.0, \"ymin\": 845.0, \"xmax\": 1431.0, \"ymax\": 866.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1347.0, \"ymin\": 841.0, \"xmax\": 1368.0, \"ymax\": 863.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1255.0, \"ymin\": 812.0, \"xmax\": 1276.0, \"ymax\": 833.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1281.0, \"ymin\": 813.0, \"xmax\": 1302.0, \"ymax\": 834.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1320.0, \"ymin\": 840.0, \"xmax\": 1342.0, \"ymax\": 862.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1255.0, \"ymin\": 837.0, \"xmax\": 1276.0, \"ymax\": 859.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1383.0, \"ymin\": 843.0, \"xmax\": 1405.0, \"ymax\": 865.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1462.0, \"ymin\": 847.0, \"xmax\": 1483.0, \"ymax\": 869.0}, \"category\": \"pne\"}]}, \"38764\": {\"path\": \"train/38764.jpg\", \"id\": 38764, \"objects\": [{\"bbox\": {\"xmin\": 1308.0, \"ymin\": 1005.0, \"xmax\": 1353.0, \"ymax\": 1051.0}, \"category\": \"pl120\"}]}, \"28638\": {\"path\": \"test/28638.jpg\", \"id\": 28638, \"objects\": [{\"bbox\": {\"xmin\": 306.235, \"ymin\": 984.0, \"xmax\": 334.25780000000003, \"ymax\": 1020.3492}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 384.0, \"ymin\": 892.0, \"xmax\": 439.1241, \"ymax\": 972.8794}, \"category\": \"pr50\"}]}, \"25839\": {\"path\": \"test/25839.jpg\", \"id\": 25839, \"objects\": [{\"bbox\": {\"xmin\": 1918.81, \"ymin\": 911.881, \"xmax\": 1937.6237999999998, \"ymax\": 937.6238}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1836.63, \"ymin\": 904.95, \"xmax\": 1860.3960000000002, \"ymax\": 928.7129}, \"category\": \"i4\"}]}, \"29324\": {\"path\": \"test/29324.jpg\", \"id\": 29324, \"objects\": [{\"bbox\": {\"xmin\": 311.842, \"ymin\": 1139.47, \"xmax\": 351.31579999999997, \"ymax\": 1223.6842000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 186.842, \"ymin\": 1150.0, \"xmax\": 246.0526, \"ymax\": 1243.4211}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 251.316, \"ymin\": 1142.11, \"xmax\": 302.6316, \"ymax\": 1238.1579}, \"category\": \"pn\"}]}, \"2540\": {\"path\": \"train/2540.jpg\", \"id\": 2540, \"objects\": [{\"bbox\": {\"xmin\": 864.677, \"ymin\": 881.592, \"xmax\": 885.0746, \"ymax\": 901.4925}, \"category\": \"p10\"}]}, \"70121\": {\"path\": \"train/70121.jpg\", \"id\": 70121, \"objects\": [{\"bbox\": {\"xmin\": 1777.23, \"ymin\": 877.228, \"xmax\": 1801.9894, \"ymax\": 906.9309999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1752.48, \"ymin\": 875.248, \"xmax\": 1776.2955, \"ymax\": 905.9406}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1801.98, \"ymin\": 879.208, \"xmax\": 1826.7327, \"ymax\": 909.901}, \"category\": \"pn\"}]}, \"28200\": {\"path\": \"test/28200.jpg\", \"id\": 28200, \"objects\": [{\"bbox\": {\"xmin\": 1599.0, \"ymin\": 1000.0, \"xmax\": 1684.0, \"ymax\": 1089.0}, \"category\": \"pl120\"}]}, \"73558\": {\"path\": \"test/73558.jpg\", \"id\": 73558, \"objects\": [{\"bbox\": {\"xmin\": 1561.0, \"ymin\": 898.0, \"xmax\": 1687.0, \"ymax\": 1030.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 1035.0, \"xmax\": 1277.0, \"ymax\": 1070.0}, \"category\": \"pr40\"}]}, \"17955\": {\"path\": \"other/17955.jpg\", \"id\": 17955, \"objects\": [{\"bbox\": {\"xmin\": 365.69708251953125, \"ymin\": 1034.8421630859375, \"xmax\": 388.79376220703125, \"ymax\": 1054.5347900390625}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 366.0155944824219, \"ymin\": 1057.7626953125, \"xmax\": 386.6761169433594, \"ymax\": 1081.285400390625}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 367.04833984375, \"ymin\": 1080.4324951171875, \"xmax\": 386.1658935546875, \"ymax\": 1102.3419189453125}, \"category\": \"pl5\"}]}, \"29350\": {\"path\": \"train/29350.jpg\", \"id\": 29350, \"objects\": [{\"bbox\": {\"xmin\": 1504.76, \"ymin\": 861.905, \"xmax\": 1538.0952, \"ymax\": 898.4127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1694.44, \"ymin\": 913.492, \"xmax\": 1717.4603, \"ymax\": 939.6825}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1649.21, \"ymin\": 911.111, \"xmax\": 1672.2222, \"ymax\": 938.0952}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1673.81, \"ymin\": 911.905, \"xmax\": 1693.6508, \"ymax\": 939.6825}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1355.56, \"ymin\": 855.556, \"xmax\": 1393.6508, \"ymax\": 892.8571000000001}, \"category\": \"pne\"}]}, \"91100\": {\"path\": \"train/91100.jpg\", \"id\": 91100, \"objects\": [{\"bbox\": {\"xmin\": 777.1838989257812, \"ymin\": 965.4241333007812, \"xmax\": 793.3792114257812, \"ymax\": 987.0266723632812}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 408.57122802734375, \"ymin\": 971.4197387695312, \"xmax\": 429.3162841796875, \"ymax\": 993.4750366210938}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 674.667, \"ymin\": 926.667, \"xmax\": 726.6667, \"ymax\": 981.3339000000001}, \"category\": \"pcl\"}]}, \"20321\": {\"path\": \"train/20321.jpg\", \"id\": 20321, \"objects\": [{\"bbox\": {\"xmin\": 1626.7, \"ymin\": 944.886, \"xmax\": 1642.3841, \"ymax\": 961.9048}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1571.59, \"ymin\": 942.614, \"xmax\": 1586.9317999999998, \"ymax\": 959.6591000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 253.977, \"ymin\": 875.0, \"xmax\": 272.1591, \"ymax\": 904.9505}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1330.11, \"ymin\": 927.841, \"xmax\": 1347.5248, \"ymax\": 944.5545}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 165.341, \"ymin\": 898.295, \"xmax\": 180.11360000000002, \"ymax\": 922.7273}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 182.955, \"ymin\": 900.0, \"xmax\": 197.7278, \"ymax\": 925.7426}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 200.568, \"ymin\": 865.909, \"xmax\": 219.8864, \"ymax\": 901.1364}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1236.63, \"ymin\": 927.723, \"xmax\": 1256.2082, \"ymax\": 946.7382}, \"category\": \"pne\"}]}, \"61592\": {\"path\": \"test/61592.jpg\", \"id\": 61592, \"objects\": [{\"bbox\": {\"xmin\": 1764.0, \"ymin\": 974.667, \"xmax\": 1797.3333, \"ymax\": 1018.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1764.0, \"ymin\": 933.333, \"xmax\": 1800.0, \"ymax\": 974.6667}, \"category\": \"pl5\"}]}, \"967\": {\"path\": \"train/967.jpg\", \"id\": 967, \"objects\": [{\"bbox\": {\"xmin\": 1640.4, \"ymin\": 952.318, \"xmax\": 1673.5099, \"ymax\": 983.4437}, \"category\": \"pn\"}]}, \"30495\": {\"path\": \"train/30495.jpg\", \"id\": 30495, \"objects\": [{\"bbox\": {\"xmin\": 1024.0, \"ymin\": 698.667, \"xmax\": 1128.0, \"ymax\": 798.667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1024.0, \"ymin\": 800.0, \"xmax\": 1130.667, \"ymax\": 898.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 689.333, \"ymin\": 670.667, \"xmax\": 742.6667, \"ymax\": 724.0003}, \"category\": \"pl40\"}]}, \"15577\": {\"path\": \"train/15577.jpg\", \"id\": 15577, \"objects\": [{\"bbox\": {\"xmin\": 1543.28, \"ymin\": 1141.79, \"xmax\": 1561.6915, \"ymax\": 1162.6866}, \"category\": \"pl5\"}]}, \"52682\": {\"path\": \"test/52682.jpg\", \"id\": 52682, \"objects\": [{\"bbox\": {\"xmin\": 957.895, \"ymin\": 905.263, \"xmax\": 978.9474, \"ymax\": 931.5779}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 860.526, \"ymin\": 901.316, \"xmax\": 880.2632, \"ymax\": 926.3158000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 69.7368, \"ymin\": 890.789, \"xmax\": 94.7368, \"ymax\": 918.4211}, \"category\": \"i5\"}]}, \"85773\": {\"path\": \"train/85773.jpg\", \"id\": 85773, \"objects\": [{\"bbox\": {\"xmin\": 1176.47, \"ymin\": 650.98, \"xmax\": 1272.549, \"ymax\": 735.2941000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 915.686, \"ymin\": 656.863, \"xmax\": 1003.9216, \"ymax\": 739.2157000000001}, \"category\": \"pne\"}]}, \"54381\": {\"path\": \"train/54381.jpg\", \"id\": 54381, \"objects\": [{\"bbox\": {\"xmin\": 1607.33, \"ymin\": 875.333, \"xmax\": 1679.9967, \"ymax\": 949.333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 546.0, \"ymin\": 984.0, \"xmax\": 580.0003, \"ymax\": 1022.0}, \"category\": \"i5\"}]}, \"9264\": {\"path\": \"train/9264.jpg\", \"id\": 9264, \"objects\": [{\"bbox\": {\"xmin\": 1152.24, \"ymin\": 972.637, \"xmax\": 1188.0597, \"ymax\": 1009.4526999999999}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1366.17, \"ymin\": 986.567, \"xmax\": 1390.0498, \"ymax\": 1011.9406}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1154.23, \"ymin\": 1010.95, \"xmax\": 1178.1095, \"ymax\": 1035.8234}, \"category\": \"w59\"}]}, \"35242\": {\"path\": \"other/35242.jpg\", \"id\": 35242, \"objects\": [{\"bbox\": {\"xmin\": 339.683, \"ymin\": 956.349, \"xmax\": 350.7942, \"ymax\": 972.2222}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 953.175, \"ymin\": 961.905, \"xmax\": 965.8729999999999, \"ymax\": 974.6032}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 303.968, \"ymin\": 953.968, \"xmax\": 317.4603, \"ymax\": 972.2221999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 908.73, \"ymin\": 960.317, \"xmax\": 919.8413, \"ymax\": 973.8095}, \"category\": \"pne\"}]}, \"29860\": {\"path\": \"train/29860.jpg\", \"id\": 29860, \"objects\": [{\"bbox\": {\"xmin\": 1909.9, \"ymin\": 1057.43, \"xmax\": 1932.6688000000001, \"ymax\": 1097.0297}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1018.81, \"ymin\": 905.941, \"xmax\": 1048.5149, \"ymax\": 937.6238000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1055.45, \"ymin\": 905.941, \"xmax\": 1085.1485, \"ymax\": 939.6054}, \"category\": \"pn\"}]}, \"6873\": {\"path\": \"train/6873.jpg\", \"id\": 6873, \"objects\": [{\"bbox\": {\"xmin\": 1638.05, \"ymin\": 910.619, \"xmax\": 1657.9646, \"ymax\": 934.5133000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1460.18, \"ymin\": 896.018, \"xmax\": 1483.6283, \"ymax\": 924.7788}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1661.07, \"ymin\": 911.062, \"xmax\": 1681.8583999999998, \"ymax\": 936.2832}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1486.28, \"ymin\": 899.558, \"xmax\": 1510.177, \"ymax\": 926.9911999999999}, \"category\": \"pn\"}]}, \"75110\": {\"path\": \"other/75110.jpg\", \"id\": 75110, \"objects\": [{\"bbox\": {\"xmin\": 1085.8, \"ymin\": 928.713, \"xmax\": 1096.599, \"ymax\": 942.5743}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1098.02, \"ymin\": 929.545, \"xmax\": 1110.2273, \"ymax\": 944.5541}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 902.841, \"ymin\": 940.909, \"xmax\": 914.7727, \"ymax\": 955.6818}, \"category\": \"pne\"}]}, \"25988\": {\"path\": \"train/25988.jpg\", \"id\": 25988, \"objects\": [{\"bbox\": {\"xmin\": 1950.79, \"ymin\": 910.317, \"xmax\": 1972.2222, \"ymax\": 946.8254000000001}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1959.52, \"ymin\": 863.492, \"xmax\": 1984.9206, \"ymax\": 902.381}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1975.4, \"ymin\": 904.762, \"xmax\": 1995.2381, \"ymax\": 947.6189999999999}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 16.6667, \"ymin\": 965.079, \"xmax\": 32.539699999999996, \"ymax\": 989.6825}, \"category\": \"pn\"}]}, \"43105\": {\"path\": \"train/43105.jpg\", \"id\": 43105, \"objects\": [{\"bbox\": {\"xmin\": 1098.67, \"ymin\": 793.333, \"xmax\": 1156.0, \"ymax\": 849.3335999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1520.0, \"ymin\": 980.0, \"xmax\": 1566.6667, \"ymax\": 1028.0}, \"category\": \"pm15\"}]}, \"25641\": {\"path\": \"test/25641.jpg\", \"id\": 25641, \"objects\": [{\"bbox\": {\"xmin\": 1345.0, \"ymin\": 885.0, \"xmax\": 1406.0, \"ymax\": 947.0}, \"category\": \"pl60\"}]}, \"56603\": {\"path\": \"other/56603.jpg\", \"id\": 56603, \"objects\": [{\"bbox\": {\"xmin\": 208.11868286132812, \"ymin\": 982.1875610351562, \"xmax\": 268.861328125, \"ymax\": 1051.267578125}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 2000.4437255859375, \"ymin\": 881.1035766601562, \"xmax\": 2032.5096435546875, \"ymax\": 937.5056762695312}, \"category\": \"pbm\"}, {\"bbox\": {\"xmin\": 220.6446990966797, \"ymin\": 829.6671142578125, \"xmax\": 280.05548095703125, \"ymax\": 893.020751953125}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 827.8573608398438, \"ymin\": 961.0694580078125, \"xmax\": 846.1201782226562, \"ymax\": 978.7896728515625}, \"category\": \"pl30\"}]}, \"31784\": {\"path\": \"test/31784.jpg\", \"id\": 31784, \"objects\": [{\"bbox\": {\"xmin\": 984.2537841796875, \"ymin\": 866.5015869140625, \"xmax\": 1010.8236083984375, \"ymax\": 887.541748046875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 883.522, \"ymin\": 942.614, \"xmax\": 903.4086000000001, \"ymax\": 960.7954000000001}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 882.386, \"ymin\": 972.727, \"xmax\": 903.4087999999999, \"ymax\": 996.0224999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 923.451, \"ymin\": 865.487, \"xmax\": 945.5747, \"ymax\": 886.2832}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1047.16, \"ymin\": 864.773, \"xmax\": 1071.0227, \"ymax\": 887.5}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 955.31, \"ymin\": 863.275, \"xmax\": 977.4336, \"ymax\": 886.2832}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1047.79, \"ymin\": 886.726, \"xmax\": 1068.5914, \"ymax\": 903.9823}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1017.61, \"ymin\": 865.909, \"xmax\": 1040.3409, \"ymax\": 885.7955}, \"category\": \"pbp\"}]}, \"1774\": {\"path\": \"test/1774.jpg\", \"id\": 1774, \"objects\": [{\"bbox\": {\"xmin\": 654.0, \"ymin\": 1020.0, \"xmax\": 673.0, \"ymax\": 1039.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1530.0, \"ymin\": 1008.0, \"xmax\": 1572.0, \"ymax\": 1054.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 1422.0, \"ymin\": 976.0, \"xmax\": 1458.0, \"ymax\": 1014.0}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 1046.0, \"ymin\": 787.0, \"xmax\": 1100.0, \"ymax\": 841.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1531.0, \"ymin\": 959.0, \"xmax\": 1572.0, \"ymax\": 1003.0}, \"category\": \"pl60\"}]}, \"26258\": {\"path\": \"train/26258.jpg\", \"id\": 26258, \"objects\": [{\"bbox\": {\"xmin\": 1385.0, \"ymin\": 806.0, \"xmax\": 1428.0, \"ymax\": 853.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1928.0, \"ymin\": 480.0, \"xmax\": 2017.0, \"ymax\": 599.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1335.0, \"ymin\": 809.0, \"xmax\": 1380.0, \"ymax\": 857.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1427.0, \"ymin\": 807.0, \"xmax\": 1473.0, \"ymax\": 854.0}, \"category\": \"pn\"}]}, \"6892\": {\"path\": \"test/6892.jpg\", \"id\": 6892, \"objects\": [{\"bbox\": {\"xmin\": 1726.67, \"ymin\": 1092.0, \"xmax\": 1798.6667, \"ymax\": 1165.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 610.667, \"ymin\": 1016.0, \"xmax\": 677.3333, \"ymax\": 1133.327}, \"category\": \"ph2\"}, {\"bbox\": {\"xmin\": 1726.67, \"ymin\": 994.667, \"xmax\": 1800.0, \"ymax\": 1069.3333}, \"category\": \"pl5\"}]}, \"5038\": {\"path\": \"train/5038.jpg\", \"id\": 5038, \"objects\": [{\"bbox\": {\"xmin\": 1778.22, \"ymin\": 874.257, \"xmax\": 1810.8911, \"ymax\": 908.9101999999999}, \"category\": \"pl80\"}]}, \"88225\": {\"path\": \"other/88225.jpg\", \"id\": 88225, \"objects\": [{\"bbox\": {\"xmin\": 1628.48, \"ymin\": 980.795, \"xmax\": 1662.2517, \"ymax\": 1013.9073}, \"category\": \"w45\"}]}, \"96439\": {\"path\": \"test/96439.jpg\", \"id\": 96439, \"objects\": [{\"bbox\": {\"xmin\": 729.365, \"ymin\": 926.984, \"xmax\": 746.0317, \"ymax\": 945.2381}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 659.603, \"ymin\": 932.54, \"xmax\": 676.1587999999999, \"ymax\": 953.1745999999999}, \"category\": \"pne\"}]}, \"78233\": {\"path\": \"test/78233.jpg\", \"id\": 78233, \"objects\": [{\"bbox\": {\"xmin\": 1347.52, \"ymin\": 861.386, \"xmax\": 1381.1881, \"ymax\": 896.0396}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1230.69, \"ymin\": 860.396, \"xmax\": 1264.3564000000001, \"ymax\": 898.0197999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 802.97, \"ymin\": 851.485, \"xmax\": 837.6238000000001, \"ymax\": 886.1381}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 646.535, \"ymin\": 858.416, \"xmax\": 680.198, \"ymax\": 892.0792}, \"category\": \"pne\"}]}, \"428\": {\"path\": \"train/428.jpg\", \"id\": 428, \"objects\": [{\"bbox\": {\"xmin\": 1318.4, \"ymin\": 920.0, \"xmax\": 1346.4, \"ymax\": 952.8}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1352.8, \"ymin\": 951.2, \"xmax\": 1399.2, \"ymax\": 998.4000000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 826.4, \"ymin\": 980.0, \"xmax\": 851.1999999999999, \"ymax\": 1006.4}, \"category\": \"i5\"}]}, \"32277\": {\"path\": \"test/32277.jpg\", \"id\": 32277, \"objects\": [{\"bbox\": {\"xmin\": 1911.88, \"ymin\": 462.376, \"xmax\": 1999.0099, \"ymax\": 592.079}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 826.733, \"ymin\": 945.545, \"xmax\": 846.5346999999999, \"ymax\": 967.3267}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 849.505, \"ymin\": 946.535, \"xmax\": 871.2871, \"ymax\": 965.3465}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1687.13, \"ymin\": 625.743, \"xmax\": 1739.604, \"ymax\": 718.8119}, \"category\": \"pne\"}]}, \"22409\": {\"path\": \"test/22409.jpg\", \"id\": 22409, \"objects\": [{\"bbox\": {\"xmin\": 598.039, \"ymin\": 1074.51, \"xmax\": 645.098, \"ymax\": 1131.3725}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 601.961, \"ymin\": 1019.61, \"xmax\": 650.9804, \"ymax\": 1078.4314}, \"category\": \"pl5\"}]}, \"69520\": {\"path\": \"train/69520.jpg\", \"id\": 69520, \"objects\": [{\"bbox\": {\"xmin\": 555.4541015625, \"ymin\": 979.1641845703125, \"xmax\": 579.5177001953125, \"ymax\": 1001.6954345703125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1339.44, \"ymin\": 907.968, \"xmax\": 1362.1498000000001, \"ymax\": 931.0757}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1364.14, \"ymin\": 907.171, \"xmax\": 1386.8482000000001, \"ymax\": 930.2789}, \"category\": \"pn\"}]}, \"68158\": {\"path\": \"test/68158.jpg\", \"id\": 68158, \"objects\": [{\"bbox\": {\"xmin\": 1432.0, \"ymin\": 996.0, \"xmax\": 1460.0, \"ymax\": 1024.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1352.8, \"ymin\": 1002.4, \"xmax\": 1378.3999999999999, \"ymax\": 1028.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1840.8, \"ymin\": 815.2, \"xmax\": 1883.2, \"ymax\": 863.2}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1024.8, \"ymin\": 740.0, \"xmax\": 1092.0, \"ymax\": 809.6}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1365.6, \"ymin\": 1025.6, \"xmax\": 1389.6, \"ymax\": 1049.6}, \"category\": \"pl60\"}]}, \"10880\": {\"path\": \"train/10880.jpg\", \"id\": 10880, \"objects\": [{\"bbox\": {\"xmin\": 1375.0, \"ymin\": 979.0, \"xmax\": 1413.0, \"ymax\": 1013.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 787.0, \"ymin\": 753.0, \"xmax\": 844.0, \"ymax\": 810.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1079.0, \"ymin\": 836.0, \"xmax\": 1119.0, \"ymax\": 875.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1122.0, \"ymin\": 837.0, \"xmax\": 1161.0, \"ymax\": 874.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 466.0, \"ymin\": 776.0, \"xmax\": 516.0, \"ymax\": 828.0}, \"category\": \"pne\"}]}, \"61849\": {\"path\": \"train/61849.jpg\", \"id\": 61849, \"objects\": [{\"bbox\": {\"xmin\": 1314.0, \"ymin\": 941.0, \"xmax\": 1337.0, \"ymax\": 965.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1312.0, \"ymin\": 909.0, \"xmax\": 1340.0, \"ymax\": 938.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1292.0, \"ymin\": 882.0, \"xmax\": 1321.0, \"ymax\": 914.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1316.0, \"ymin\": 984.0, \"xmax\": 1332.0, \"ymax\": 1001.0}, \"category\": \"pdd\"}]}, \"81169\": {\"path\": \"train/81169.jpg\", \"id\": 81169, \"objects\": [{\"bbox\": {\"xmin\": 1753.0, \"ymin\": 725.0, \"xmax\": 1822.0, \"ymax\": 792.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1750.0, \"ymin\": 798.0, \"xmax\": 1822.0, \"ymax\": 861.0}, \"category\": \"wc\"}]}, \"14647\": {\"path\": \"train/14647.jpg\", \"id\": 14647, \"objects\": [{\"bbox\": {\"xmin\": 1002.67, \"ymin\": 669.333, \"xmax\": 1061.3333, \"ymax\": 724.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 666.667, \"xmax\": 1230.6667, \"ymax\": 722.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 833.333, \"ymin\": 677.333, \"xmax\": 886.6667, \"ymax\": 729.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 770.667, \"ymin\": 680.0, \"xmax\": 826.6667, \"ymax\": 733.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 940.0, \"ymin\": 672.0, \"xmax\": 994.6667, \"ymax\": 725.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1109.33, \"ymin\": 669.333, \"xmax\": 1166.6634, \"ymax\": 721.3333}, \"category\": \"pl100\"}]}, \"72718\": {\"path\": \"train/72718.jpg\", \"id\": 72718, \"objects\": [{\"bbox\": {\"xmin\": 1117.0, \"ymin\": 844.0, \"xmax\": 1141.0, \"ymax\": 875.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1031.0, \"ymin\": 669.0, \"xmax\": 1097.0, \"ymax\": 740.0}, \"category\": \"p5\"}]}, \"37727\": {\"path\": \"test/37727.jpg\", \"id\": 37727, \"objects\": [{\"bbox\": {\"xmin\": 855.263, \"ymin\": 796.053, \"xmax\": 897.3684000000001, \"ymax\": 843.4211}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 607.895, \"ymin\": 806.579, \"xmax\": 643.4211, \"ymax\": 848.6841999999999}, \"category\": \"pne\"}]}, \"63326\": {\"path\": \"other/63326.jpg\", \"id\": 63326, \"objects\": [{\"bbox\": {\"xmin\": 291.52740478515625, \"ymin\": 1300.9312744140625, \"xmax\": 317.94293212890625, \"ymax\": 1325.3800048828125}, \"category\": \"pn\"}]}, \"13309\": {\"path\": \"train/13309.jpg\", \"id\": 13309, \"objects\": [{\"bbox\": {\"xmin\": 41.5929, \"ymin\": 991.593, \"xmax\": 60.1769, \"ymax\": 1014.1596999999999}, \"category\": \"pl40\"}]}, \"47130\": {\"path\": \"train/47130.jpg\", \"id\": 47130, \"objects\": [{\"bbox\": {\"xmin\": 1144.89, \"ymin\": 884.091, \"xmax\": 1170.4545, \"ymax\": 914.2047}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1173.3, \"ymin\": 885.227, \"xmax\": 1201.7091, \"ymax\": 915.3408999999999}, \"category\": \"pn\"}]}, \"28661\": {\"path\": \"test/28661.jpg\", \"id\": 28661, \"objects\": [{\"bbox\": {\"xmin\": 1308.0, \"ymin\": 805.333, \"xmax\": 1364.0, \"ymax\": 860.0}, \"category\": \"pl100\"}]}, \"13427\": {\"path\": \"other/13427.jpg\", \"id\": 13427, \"objects\": [{\"bbox\": {\"xmin\": 1140.0, \"ymin\": 990.667, \"xmax\": 1178.6667, \"ymax\": 1026.6667}, \"category\": \"pm10\"}]}, \"13782\": {\"path\": \"train/13782.jpg\", \"id\": 13782, \"objects\": [{\"bbox\": {\"xmin\": 732.45, \"ymin\": 887.417, \"xmax\": 764.2382, \"ymax\": 920.5298}, \"category\": \"pl30\"}]}, \"39219\": {\"path\": \"train/39219.jpg\", \"id\": 39219, \"objects\": [{\"bbox\": {\"xmin\": 116.0, \"ymin\": 705.333, \"xmax\": 161.3333, \"ymax\": 774.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 253.333, \"ymin\": 748.0, \"xmax\": 292.0, \"ymax\": 808.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 53.3333, \"ymin\": 686.667, \"xmax\": 105.33330000000001, \"ymax\": 758.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 205.333, \"ymin\": 733.333, \"xmax\": 245.3333, \"ymax\": 796.0}, \"category\": \"pl100\"}]}, \"13502\": {\"path\": \"train/13502.jpg\", \"id\": 13502, \"objects\": [{\"bbox\": {\"xmin\": 288.158, \"ymin\": 635.526, \"xmax\": 328.9474, \"ymax\": 719.7367999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 3.94737, \"ymin\": 496.053, \"xmax\": 80.26317, \"ymax\": 613.158}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1939.47, \"ymin\": 909.211, \"xmax\": 1961.8421, \"ymax\": 939.4737}, \"category\": \"pne\"}]}, \"43421\": {\"path\": \"train/43421.jpg\", \"id\": 43421, \"objects\": [{\"bbox\": {\"xmin\": 1292.86, \"ymin\": 932.54, \"xmax\": 1304.7619, \"ymax\": 949.2062999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1269.84, \"ymin\": 930.952, \"xmax\": 1288.0952, \"ymax\": 948.4127}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1305.56, \"ymin\": 934.127, \"xmax\": 1319.8413, \"ymax\": 948.4127}, \"category\": \"pn\"}]}, \"73489\": {\"path\": \"test/73489.jpg\", \"id\": 73489, \"objects\": [{\"bbox\": {\"xmin\": 733.333, \"ymin\": 952.381, \"xmax\": 749.2062999999999, \"ymax\": 972.2221999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 273.016, \"ymin\": 918.254, \"xmax\": 292.06350000000003, \"ymax\": 939.6825}, \"category\": \"pne\"}]}, \"20942\": {\"path\": \"test/20942.jpg\", \"id\": 20942, \"objects\": [{\"bbox\": {\"xmin\": 809.333, \"ymin\": 1052.0, \"xmax\": 830.6667, \"ymax\": 1073.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1140.0, \"ymin\": 873.333, \"xmax\": 1177.3333, \"ymax\": 909.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1154.67, \"ymin\": 974.667, \"xmax\": 1170.6667, \"ymax\": 1002.6667}, \"category\": \"pl35\"}, {\"bbox\": {\"xmin\": 1102.67, \"ymin\": 861.333, \"xmax\": 1136.0, \"ymax\": 897.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1170.67, \"ymin\": 942.667, \"xmax\": 1202.6667, \"ymax\": 973.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1169.33, \"ymin\": 977.333, \"xmax\": 1202.6667, \"ymax\": 1009.3333}, \"category\": \"i2r\"}]}, \"73457\": {\"path\": \"train/73457.jpg\", \"id\": 73457, \"objects\": [{\"bbox\": {\"xmin\": 1423.76, \"ymin\": 1003.96, \"xmax\": 1437.6238, \"ymax\": 1024.7525}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1362.38, \"ymin\": 1003.96, \"xmax\": 1384.1659000000002, \"ymax\": 1025.7426}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 762.376, \"ymin\": 916.832, \"xmax\": 800.0004, \"ymax\": 986.1376}, \"category\": \"w30\"}]}, \"12661\": {\"path\": \"test/12661.jpg\", \"id\": 12661, \"objects\": [{\"bbox\": {\"xmin\": 255.446, \"ymin\": 953.465, \"xmax\": 290.099, \"ymax\": 988.1188000000001}, \"category\": \"pl50\"}]}, \"63879\": {\"path\": \"train/63879.jpg\", \"id\": 63879, \"objects\": [{\"bbox\": {\"xmin\": 316.0, \"ymin\": 974.667, \"xmax\": 366.6667, \"ymax\": 1056.0}, \"category\": \"pm30\"}]}, \"18967\": {\"path\": \"other/18967.jpg\", \"id\": 18967, \"objects\": [{\"bbox\": {\"xmin\": 1101.99, \"ymin\": 940.637, \"xmax\": 1118.7251, \"ymax\": 958.1673}, \"category\": \"w21\"}]}, \"78688\": {\"path\": \"other/78688.jpg\", \"id\": 78688, \"objects\": [{\"bbox\": {\"xmin\": 1088.67, \"ymin\": 896.667, \"xmax\": 1114.0, \"ymax\": 923.3333}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1061.33, \"ymin\": 898.0, \"xmax\": 1087.3333, \"ymax\": 921.3333}, \"category\": \"w24\"}, {\"bbox\": {\"xmin\": 1033.33, \"ymin\": 898.0, \"xmax\": 1059.33, \"ymax\": 922.6664}, \"category\": \"w3\"}]}, \"16373\": {\"path\": \"train/16373.jpg\", \"id\": 16373, \"objects\": [{\"bbox\": {\"xmin\": 1329.37, \"ymin\": 860.317, \"xmax\": 1365.0793999999999, \"ymax\": 894.4444}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1907.94, \"ymin\": 966.667, \"xmax\": 1930.9524000000001, \"ymax\": 988.0952}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1553.97, \"ymin\": 930.952, \"xmax\": 1580.1587, \"ymax\": 959.5238}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1553.17, \"ymin\": 960.317, \"xmax\": 1579.3651, \"ymax\": 985.7143}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1192.86, \"ymin\": 854.762, \"xmax\": 1228.5713999999998, \"ymax\": 891.2697999999999}, \"category\": \"pne\"}]}, \"69666\": {\"path\": \"test/69666.jpg\", \"id\": 69666, \"objects\": [{\"bbox\": {\"xmin\": 614.0, \"ymin\": 969.0, \"xmax\": 630.0, \"ymax\": 988.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 616.0, \"ymin\": 951.0, \"xmax\": 632.0, \"ymax\": 969.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1254.0, \"ymin\": 925.0, \"xmax\": 1270.0, \"ymax\": 942.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1272.0, \"ymin\": 925.0, \"xmax\": 1289.0, \"ymax\": 942.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 615.0, \"ymin\": 750.0, \"xmax\": 653.0, \"ymax\": 792.0}, \"category\": \"pcl\"}]}, \"84119\": {\"path\": \"train/84119.jpg\", \"id\": 84119, \"objects\": [{\"bbox\": {\"xmin\": 903.175, \"ymin\": 948.413, \"xmax\": 920.6348999999999, \"ymax\": 965.873}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 921.429, \"ymin\": 948.413, \"xmax\": 937.3016, \"ymax\": 965.0794}, \"category\": \"pn\"}]}, \"49676\": {\"path\": \"other/49676.jpg\", \"id\": 49676, \"objects\": [{\"bbox\": {\"xmin\": 1313.6451416015625, \"ymin\": 975.4124755859375, \"xmax\": 1338.5760498046875, \"ymax\": 995.87646484375}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1610.67, \"ymin\": 976.0, \"xmax\": 1672.0, \"ymax\": 1041.3336}, \"category\": \"p1\"}]}, \"48558\": {\"path\": \"train/48558.jpg\", \"id\": 48558, \"objects\": [{\"bbox\": {\"xmin\": 11.7647, \"ymin\": 237.255, \"xmax\": 154.9017, \"ymax\": 431.373}, \"category\": \"p11\"}]}, \"58257\": {\"path\": \"test/58257.jpg\", \"id\": 58257, \"objects\": [{\"bbox\": {\"xmin\": 442.0, \"ymin\": 778.0, \"xmax\": 527.0, \"ymax\": 871.0}, \"category\": \"p5\"}]}, \"57771\": {\"path\": \"test/57771.jpg\", \"id\": 57771, \"objects\": [{\"bbox\": {\"xmin\": 121.0, \"ymin\": 715.0, \"xmax\": 169.0, \"ymax\": 789.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 64.0, \"ymin\": 699.0, \"xmax\": 116.0, \"ymax\": 775.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 174.0, \"ymin\": 731.0, \"xmax\": 217.0, \"ymax\": 802.0}, \"category\": \"pn\"}]}, \"81078\": {\"path\": \"train/81078.jpg\", \"id\": 81078, \"objects\": [{\"bbox\": {\"xmin\": 1606.67, \"ymin\": 970.667, \"xmax\": 1629.3333, \"ymax\": 997.3333}, \"category\": \"ph4\"}]}, \"29389\": {\"path\": \"test/29389.jpg\", \"id\": 29389, \"objects\": [{\"bbox\": {\"xmin\": 519.0, \"ymin\": 638.0, \"xmax\": 593.0, \"ymax\": 714.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 185.0, \"ymin\": 705.0, \"xmax\": 237.0, \"ymax\": 772.0}, \"category\": \"pne\"}]}, \"32938\": {\"path\": \"train/32938.jpg\", \"id\": 32938, \"objects\": [{\"bbox\": {\"xmin\": 1326.7, \"ymin\": 900.568, \"xmax\": 1351.1364, \"ymax\": 926.1364}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1471.59, \"ymin\": 927.273, \"xmax\": 1486.9317999999998, \"ymax\": 943.1818000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1451.14, \"ymin\": 925.568, \"xmax\": 1469.8864, \"ymax\": 943.75}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1492.05, \"ymin\": 927.273, \"xmax\": 1507.9545, \"ymax\": 944.8864}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1233.52, \"ymin\": 900.0, \"xmax\": 1256.8182, \"ymax\": 923.8636}, \"category\": \"pne\"}]}, \"64153\": {\"path\": \"train/64153.jpg\", \"id\": 64153, \"objects\": [{\"bbox\": {\"xmin\": 1164.2, \"ymin\": 860.227, \"xmax\": 1203.9755, \"ymax\": 900.0}, \"category\": \"pl60\"}]}, \"84164\": {\"path\": \"test/84164.jpg\", \"id\": 84164, \"objects\": [{\"bbox\": {\"xmin\": 1401.98, \"ymin\": 719.802, \"xmax\": 1469.3069, \"ymax\": 790.099}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1247.52, \"ymin\": 723.762, \"xmax\": 1316.8317, \"ymax\": 791.0890999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1326.73, \"ymin\": 720.792, \"xmax\": 1397.0297, \"ymax\": 790.099}, \"category\": \"pn\"}]}, \"13687\": {\"path\": \"train/13687.jpg\", \"id\": 13687, \"objects\": [{\"bbox\": {\"xmin\": 1036.0, \"ymin\": 785.333, \"xmax\": 1086.6667, \"ymax\": 836.0}, \"category\": \"pl30\"}]}, \"23745\": {\"path\": \"train/23745.jpg\", \"id\": 23745, \"objects\": [{\"bbox\": {\"xmin\": 1229.33, \"ymin\": 794.667, \"xmax\": 1284.0, \"ymax\": 848.0}, \"category\": \"pl40\"}]}, \"30163\": {\"path\": \"train/30163.jpg\", \"id\": 30163, \"objects\": [{\"bbox\": {\"xmin\": 841.27, \"ymin\": 916.667, \"xmax\": 866.6667, \"ymax\": 943.6508}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1146.83, \"ymin\": 928.571, \"xmax\": 1169.8412999999998, \"ymax\": 953.1746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1094.44, \"ymin\": 927.778, \"xmax\": 1118.2326, \"ymax\": 952.3809}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1119.05, \"ymin\": 926.19, \"xmax\": 1142.8571, \"ymax\": 953.9683}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 749.206, \"ymin\": 920.635, \"xmax\": 773.8095000000001, \"ymax\": 945.2381}, \"category\": \"pne\"}]}, \"25963\": {\"path\": \"other/25963.jpg\", \"id\": 25963, \"objects\": [{\"bbox\": {\"xmin\": 852.8363647460938, \"ymin\": 949.0722045898438, \"xmax\": 869.6723022460938, \"ymax\": 965.6677856445312}, \"category\": \"pne\"}]}, \"19244\": {\"path\": \"other/19244.jpg\", \"id\": 19244, \"objects\": [{\"bbox\": {\"xmin\": 880.47998046875, \"ymin\": 1133.0274658203125, \"xmax\": 898.3463134765625, \"ymax\": 1150.0469970703125}, \"category\": \"p19\"}]}, \"31082\": {\"path\": \"test/31082.jpg\", \"id\": 31082, \"objects\": [{\"bbox\": {\"xmin\": 1127.72, \"ymin\": 959.406, \"xmax\": 1152.4752, \"ymax\": 982.1782}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 713.861, \"ymin\": 986.139, \"xmax\": 732.6733, \"ymax\": 1009.9010000000001}, \"category\": \"pne\"}]}, \"21558\": {\"path\": \"train/21558.jpg\", \"id\": 21558, \"objects\": [{\"bbox\": {\"xmin\": 1412.0, \"ymin\": 732.0, \"xmax\": 1490.6667, \"ymax\": 810.6667}, \"category\": \"pl100\"}]}, \"3321\": {\"path\": \"train/3321.jpg\", \"id\": 3321, \"objects\": [{\"bbox\": {\"xmin\": 1078.22, \"ymin\": 967.327, \"xmax\": 1097.0297, \"ymax\": 987.1287}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 969.307, \"xmax\": 1117.8218, \"ymax\": 989.1089000000001}, \"category\": \"pn\"}]}, \"24688\": {\"path\": \"train/24688.jpg\", \"id\": 24688, \"objects\": [{\"bbox\": {\"xmin\": 1593.33, \"ymin\": 869.333, \"xmax\": 1649.3333, \"ymax\": 929.3333}, \"category\": \"pcl\"}]}, \"69895\": {\"path\": \"train/69895.jpg\", \"id\": 69895, \"objects\": [{\"bbox\": {\"xmin\": 1149.67, \"ymin\": 904.636, \"xmax\": 1169.5330000000001, \"ymax\": 925.1659}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 83.3333, \"ymin\": 895.238, \"xmax\": 104.7619, \"ymax\": 926.1897}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 106.349, \"ymin\": 898.413, \"xmax\": 125.3972, \"ymax\": 927.7781}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1177.48, \"ymin\": 905.96, \"xmax\": 1196.6887, \"ymax\": 925.8278}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 125.963, \"ymin\": 943.651, \"xmax\": 140.6703, \"ymax\": 964.2321}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 126.05, \"ymin\": 966.0, \"xmax\": 141.85, \"ymax\": 986.2}, \"category\": \"i2r\"}]}, \"21121\": {\"path\": \"test/21121.jpg\", \"id\": 21121, \"objects\": [{\"bbox\": {\"xmin\": 1341.15, \"ymin\": 992.478, \"xmax\": 1359.2896, \"ymax\": 1010.1773999999999}, \"category\": \"p5\"}]}, \"73483\": {\"path\": \"other/73483.jpg\", \"id\": 73483, \"objects\": [{\"bbox\": {\"xmin\": 1549.0, \"ymin\": 903.0, \"xmax\": 1620.0, \"ymax\": 978.0}, \"category\": \"pr80\"}]}, \"27917\": {\"path\": \"train/27917.jpg\", \"id\": 27917, \"objects\": [{\"bbox\": {\"xmin\": 670.297, \"ymin\": 965.347, \"xmax\": 741.5840000000001, \"ymax\": 1068.317}, \"category\": \"pl30\"}]}, \"57278\": {\"path\": \"test/57278.jpg\", \"id\": 57278, \"objects\": [{\"bbox\": {\"xmin\": 418.0, \"ymin\": 1013.0, \"xmax\": 478.0, \"ymax\": 1083.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1997.0, \"ymin\": 968.0, \"xmax\": 2023.0, \"ymax\": 1004.0}, \"category\": \"pl40\"}]}, \"82138\": {\"path\": \"other/82138.jpg\", \"id\": 82138, \"objects\": [{\"bbox\": {\"xmin\": 1392.0, \"ymin\": 1041.33, \"xmax\": 1457.3333, \"ymax\": 1108.0}, \"category\": \"pl25\"}]}, \"81977\": {\"path\": \"other/81977.jpg\", \"id\": 81977, \"objects\": [{\"bbox\": {\"xmin\": 1722.323974609375, \"ymin\": 1393.1431884765625, \"xmax\": 1762.482666015625, \"ymax\": 1468.9539794921875}, \"category\": \"pne\"}]}, \"41959\": {\"path\": \"test/41959.jpg\", \"id\": 41959, \"objects\": [{\"bbox\": {\"xmin\": 1958.0, \"ymin\": 1002.0, \"xmax\": 1993.0, \"ymax\": 1035.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 435.0, \"ymin\": 677.0, \"xmax\": 492.0, \"ymax\": 749.0}, \"category\": \"pl60\"}]}, \"84581\": {\"path\": \"train/84581.jpg\", \"id\": 84581, \"objects\": [{\"bbox\": {\"xmin\": 847.619, \"ymin\": 910.318, \"xmax\": 865.0794000000001, \"ymax\": 935.7147}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1130.16, \"ymin\": 928.571, \"xmax\": 1146.8254000000002, \"ymax\": 949.2063}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1088.89, \"ymin\": 930.952, \"xmax\": 1105.5556000000001, \"ymax\": 947.619}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1110.32, \"ymin\": 927.778, \"xmax\": 1125.3968, \"ymax\": 950.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 751.587, \"ymin\": 907.937, \"xmax\": 775.3968, \"ymax\": 932.5397}, \"category\": \"pne\"}]}, \"47738\": {\"path\": \"test/47738.jpg\", \"id\": 47738, \"objects\": [{\"bbox\": {\"xmin\": 1807.28, \"ymin\": 768.874, \"xmax\": 1850.9934, \"ymax\": 825.1656}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1854.97, \"ymin\": 774.834, \"xmax\": 1898.6755, \"ymax\": 829.8013}, \"category\": \"pn\"}]}, \"54207\": {\"path\": \"other/54207.jpg\", \"id\": 54207, \"objects\": [{\"bbox\": {\"xmin\": 1247.81, \"ymin\": 942.629, \"xmax\": 1262.5498, \"ymax\": 958.9641}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1264.14, \"ymin\": 944.622, \"xmax\": 1278.4829000000002, \"ymax\": 959.761}, \"category\": \"pn\"}]}, \"9935\": {\"path\": \"train/9935.jpg\", \"id\": 9935, \"objects\": [{\"bbox\": {\"xmin\": 2002.63, \"ymin\": 866.667, \"xmax\": 2027.4478000000001, \"ymax\": 903.9474}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 107.895, \"ymin\": 747.368, \"xmax\": 142.1053, \"ymax\": 797.3656000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1837.9, \"ymin\": 850.309, \"xmax\": 1873.1898, \"ymax\": 891.4856}, \"category\": \"pne\"}]}, \"71525\": {\"path\": \"train/71525.jpg\", \"id\": 71525, \"objects\": [{\"bbox\": {\"xmin\": 1384.0, \"ymin\": 548.0, \"xmax\": 1538.667, \"ymax\": 692.0}, \"category\": \"pl60\"}]}, \"95748\": {\"path\": \"train/95748.jpg\", \"id\": 95748, \"objects\": [{\"bbox\": {\"xmin\": 1517.65, \"ymin\": 454.902, \"xmax\": 1641.1770000000001, \"ymax\": 580.393}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1647.06, \"ymin\": 478.432, \"xmax\": 1758.8239999999998, \"ymax\": 600.0}, \"category\": \"pn\"}]}, \"40146\": {\"path\": \"other/40146.jpg\", \"id\": 40146, \"objects\": [{\"bbox\": {\"xmin\": 1216.94, \"ymin\": 987.043, \"xmax\": 1231.2292, \"ymax\": 1001.9934}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1319.93, \"ymin\": 907.973, \"xmax\": 1340.5327, \"ymax\": 929.9002999999999}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1150.17, \"ymin\": 966.777, \"xmax\": 1179.0709000000002, \"ymax\": 995.0164000000001}, \"category\": \"w59\"}]}, \"32957\": {\"path\": \"test/32957.jpg\", \"id\": 32957, \"objects\": [{\"bbox\": {\"xmin\": 395.05, \"ymin\": 994.06, \"xmax\": 422.77250000000004, \"ymax\": 1029.7033}, \"category\": \"pn\"}]}, \"69220\": {\"path\": \"train/69220.jpg\", \"id\": 69220, \"objects\": [{\"bbox\": {\"xmin\": 373.864, \"ymin\": 876.705, \"xmax\": 394.3182, \"ymax\": 903.9773}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 175.568, \"ymin\": 913.636, \"xmax\": 186.36360000000002, \"ymax\": 935.7955}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 497.159, \"ymin\": 961.932, \"xmax\": 511.3636, \"ymax\": 977.8409}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 500.568, \"ymin\": 984.091, \"xmax\": 509.65909, \"ymax\": 1001.7045}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 497.727, \"ymin\": 936.364, \"xmax\": 511.93179999999995, \"ymax\": 954.5455000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 156.818, \"ymin\": 914.773, \"xmax\": 172.15910000000002, \"ymax\": 934.0909}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 190.909, \"ymin\": 915.341, \"xmax\": 202.8409, \"ymax\": 935.2273}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 305.114, \"ymin\": 867.614, \"xmax\": 328.40909999999997, \"ymax\": 897.7273}, \"category\": \"pne\"}]}, \"87376\": {\"path\": \"other/87376.jpg\", \"id\": 87376, \"objects\": [{\"bbox\": {\"xmin\": 1136.36, \"ymin\": 975.0, \"xmax\": 1155.1136, \"ymax\": 993.1818}, \"category\": \"w63\"}]}, \"31565\": {\"path\": \"test/31565.jpg\", \"id\": 31565, \"objects\": [{\"bbox\": {\"xmin\": 1756.0, \"ymin\": 734.0, \"xmax\": 1801.0, \"ymax\": 786.0}, \"category\": \"pl40\"}]}, \"3756\": {\"path\": \"train/3756.jpg\", \"id\": 3756, \"objects\": [{\"bbox\": {\"xmin\": 1513.11, \"ymin\": 1016.56, \"xmax\": 1546.4472999999998, \"ymax\": 1049.0403999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1511.76, \"ymin\": 978.431, \"xmax\": 1549.0196, \"ymax\": 1013.9073000000001}, \"category\": \"pl5\"}]}, \"51896\": {\"path\": \"train/51896.jpg\", \"id\": 51896, \"objects\": [{\"bbox\": {\"xmin\": 1492.16, \"ymin\": 596.078, \"xmax\": 1592.1569000000002, \"ymax\": 694.1175999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1288.24, \"ymin\": 588.235, \"xmax\": 1390.196, \"ymax\": 682.3529}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 586.275, \"xmax\": 1492.1569, \"ymax\": 686.2745}, \"category\": \"pn\"}]}, \"54749\": {\"path\": \"test/54749.jpg\", \"id\": 54749, \"objects\": [{\"bbox\": {\"xmin\": 1683.3787841796875, \"ymin\": 1040.9349365234375, \"xmax\": 1710.5660400390625, \"ymax\": 1073.7120361328125}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1362.0, \"ymin\": 923.0, \"xmax\": 1379.0, \"ymax\": 942.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 870.0, \"xmax\": 1296.0, \"ymax\": 902.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1342.0, \"ymin\": 921.0, \"xmax\": 1359.0, \"ymax\": 943.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1382.0, \"ymin\": 922.0, \"xmax\": 1399.0, \"ymax\": 941.0}, \"category\": \"pn\"}]}, \"20717\": {\"path\": \"train/20717.jpg\", \"id\": 20717, \"objects\": [{\"bbox\": {\"xmin\": 376.0, \"ymin\": 326.0, \"xmax\": 480.0, \"ymax\": 413.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 368.0, \"ymin\": 421.0, \"xmax\": 472.0, \"ymax\": 516.0}, \"category\": \"p27\"}]}, \"32477\": {\"path\": \"test/32477.jpg\", \"id\": 32477, \"objects\": [{\"bbox\": {\"xmin\": 1784.0, \"ymin\": 894.667, \"xmax\": 1874.6733, \"ymax\": 998.667}, \"category\": \"pl40\"}]}, \"79937\": {\"path\": \"test/79937.jpg\", \"id\": 79937, \"objects\": [{\"bbox\": {\"xmin\": 1257.33, \"ymin\": 914.667, \"xmax\": 1314.6667, \"ymax\": 968.0}, \"category\": \"w59\"}]}, \"27364\": {\"path\": \"train/27364.jpg\", \"id\": 27364, \"objects\": [{\"bbox\": {\"xmin\": 1686.0, \"ymin\": 665.0, \"xmax\": 1738.0, \"ymax\": 721.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1992.0, \"ymin\": 718.0, \"xmax\": 2031.0, \"ymax\": 769.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1846.0, \"ymin\": 691.0, \"xmax\": 1891.0, \"ymax\": 745.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1623.0, \"ymin\": 591.0, \"xmax\": 1677.0, \"ymax\": 647.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1688.0, \"ymin\": 603.0, \"xmax\": 1740.0, \"ymax\": 658.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1793.0, \"ymin\": 681.0, \"xmax\": 1840.0, \"ymax\": 735.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1623.0, \"ymin\": 654.0, \"xmax\": 1676.0, \"ymax\": 713.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1947.0, \"ymin\": 709.0, \"xmax\": 1986.0, \"ymax\": 760.0}, \"category\": \"pl90\"}]}, \"29994\": {\"path\": \"train/29994.jpg\", \"id\": 29994, \"objects\": [{\"bbox\": {\"xmin\": 1083.0, \"ymin\": 459.0, \"xmax\": 1178.0, \"ymax\": 549.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1192.0, \"ymin\": 445.0, \"xmax\": 1318.0, \"ymax\": 559.0}, \"category\": \"pr40\"}]}, \"83918\": {\"path\": \"test/83918.jpg\", \"id\": 83918, \"objects\": [{\"bbox\": {\"xmin\": 1885.71, \"ymin\": 1110.29, \"xmax\": 1911.44, \"ymax\": 1143.4286}, \"category\": \"w24\"}]}, \"14024\": {\"path\": \"train/14024.jpg\", \"id\": 14024, \"objects\": [{\"bbox\": {\"xmin\": 1530.7943115234375, \"ymin\": 998.92236328125, \"xmax\": 1548.7037353515625, \"ymax\": 1015.6337890625}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 899.079, \"ymin\": 989.571, \"xmax\": 915.3371999999999, \"ymax\": 1007.9757000000001}, \"category\": \"pne\"}]}, \"50716\": {\"path\": \"test/50716.jpg\", \"id\": 50716, \"objects\": [{\"bbox\": {\"xmin\": 1461.33, \"ymin\": 789.333, \"xmax\": 1510.6667, \"ymax\": 838.6667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1298.67, \"ymin\": 777.333, \"xmax\": 1349.3333, \"ymax\": 826.6667}, \"category\": \"pl40\"}]}, \"13155\": {\"path\": \"other/13155.jpg\", \"id\": 13155, \"objects\": [{\"bbox\": {\"xmin\": 943.0, \"ymin\": 1046.0, \"xmax\": 958.0, \"ymax\": 1060.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1994.67, \"ymin\": 1036.0, \"xmax\": 2008.0, \"ymax\": 1053.3333}, \"category\": \"pne\"}]}, \"95056\": {\"path\": \"test/95056.jpg\", \"id\": 95056, \"objects\": [{\"bbox\": {\"xmin\": 1288.5, \"ymin\": 899.115, \"xmax\": 1321.2389, \"ymax\": 933.6283}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1289.38, \"ymin\": 943.363, \"xmax\": 1326.1037000000001, \"ymax\": 977.8765000000001}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1115.92, \"ymin\": 937.313, \"xmax\": 1130.8458, \"ymax\": 952.7358}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1132.84, \"ymin\": 935.323, \"xmax\": 1148.7561999999998, \"ymax\": 953.2338}, \"category\": \"pn\"}]}, \"78492\": {\"path\": \"train/78492.jpg\", \"id\": 78492, \"objects\": [{\"bbox\": {\"xmin\": 1135.53, \"ymin\": 959.211, \"xmax\": 1172.3684, \"ymax\": 1000.0}, \"category\": \"w57\"}]}, \"23832\": {\"path\": \"train/23832.jpg\", \"id\": 23832, \"objects\": [{\"bbox\": {\"xmin\": 1955.0, \"ymin\": 891.0, \"xmax\": 2045.0, \"ymax\": 994.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1274.0, \"ymin\": 962.0, \"xmax\": 1301.0, \"ymax\": 991.0}, \"category\": \"pn\"}]}, \"43136\": {\"path\": \"test/43136.jpg\", \"id\": 43136, \"objects\": [{\"bbox\": {\"xmin\": 1559.21, \"ymin\": 926.316, \"xmax\": 1607.8947, \"ymax\": 978.9483}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1556.58, \"ymin\": 878.947, \"xmax\": 1609.2105, \"ymax\": 932.8947000000001}, \"category\": \"w55\"}]}, \"23060\": {\"path\": \"train/23060.jpg\", \"id\": 23060, \"objects\": [{\"bbox\": {\"xmin\": 1544.0, \"ymin\": 696.0, \"xmax\": 1608.0, \"ymax\": 762.6667}, \"category\": \"p11\"}]}, \"22455\": {\"path\": \"train/22455.jpg\", \"id\": 22455, \"objects\": [{\"bbox\": {\"xmin\": 1812.0, \"ymin\": 948.0, \"xmax\": 1888.0, \"ymax\": 1036.0}, \"category\": \"pg\"}]}, \"48779\": {\"path\": \"other/48779.jpg\", \"id\": 48779, \"objects\": [{\"bbox\": {\"xmin\": 160.34756469726562, \"ymin\": 953.627197265625, \"xmax\": 180.76296997070312, \"ymax\": 976.3216552734375}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 158.42401123046875, \"ymin\": 976.11328125, \"xmax\": 180.35382080078125, \"ymax\": 1000.7435302734375}, \"category\": \"pn\"}]}, \"84445\": {\"path\": \"other/84445.jpg\", \"id\": 84445, \"objects\": [{\"bbox\": {\"xmin\": 1874.508056640625, \"ymin\": 922.43798828125, \"xmax\": 1895.265625, \"ymax\": 943.876220703125}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1896.59375, \"ymin\": 922.709716796875, \"xmax\": 1916.928955078125, \"ymax\": 946.939208984375}, \"category\": \"pn\"}]}, \"65640\": {\"path\": \"train/65640.jpg\", \"id\": 65640, \"objects\": [{\"bbox\": {\"xmin\": 1324.75, \"ymin\": 900.0, \"xmax\": 1348.5149, \"ymax\": 925.7426}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1298.02, \"ymin\": 900.99, \"xmax\": 1319.802, \"ymax\": 925.7426}, \"category\": \"pl40\"}]}, \"28406\": {\"path\": \"train/28406.jpg\", \"id\": 28406, \"objects\": [{\"bbox\": {\"xmin\": 1540.59, \"ymin\": 842.574, \"xmax\": 1569.3068999999998, \"ymax\": 872.2772}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1903.96, \"ymin\": 861.386, \"xmax\": 1925.7426, \"ymax\": 895.0495}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1926.73, \"ymin\": 868.317, \"xmax\": 1948.5149000000001, \"ymax\": 897.0297}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1351.49, \"ymin\": 830.693, \"xmax\": 1378.2178, \"ymax\": 863.3661999999999}, \"category\": \"pne\"}]}, \"55659\": {\"path\": \"other/55659.jpg\", \"id\": 55659, \"objects\": [{\"bbox\": {\"xmin\": 1248.8323974609375, \"ymin\": 972.8176879882812, \"xmax\": 1267.3511962890625, \"ymax\": 990.8418579101562}, \"category\": \"p10\"}]}, \"97925\": {\"path\": \"test/97925.jpg\", \"id\": 97925, \"objects\": [{\"bbox\": {\"xmin\": 30.6667, \"ymin\": 952.0, \"xmax\": 86.66669999999999, \"ymax\": 1017.3333}, \"category\": \"p12\"}]}, \"93065\": {\"path\": \"train/93065.jpg\", \"id\": 93065, \"objects\": [{\"bbox\": {\"xmin\": 1162.77880859375, \"ymin\": 707.0624389648438, \"xmax\": 1210.014404296875, \"ymax\": 751.6299438476562}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 464.0, \"ymin\": 944.8, \"xmax\": 490.4, \"ymax\": 972.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 750.4, \"xmax\": 1636.8, \"ymax\": 791.1999999999999}, \"category\": \"pn\"}]}, \"73241\": {\"path\": \"train/73241.jpg\", \"id\": 73241, \"objects\": [{\"bbox\": {\"xmin\": 671.053, \"ymin\": 575.0, \"xmax\": 719.7368, \"ymax\": 696.053}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 2.63158, \"ymin\": 863.158, \"xmax\": 19.73688, \"ymax\": 898.6842}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 475.0, \"ymin\": 409.211, \"xmax\": 551.3158, \"ymax\": 564.474}, \"category\": \"pne\"}]}, \"30588\": {\"path\": \"train/30588.jpg\", \"id\": 30588, \"objects\": [{\"bbox\": {\"xmin\": 682.353, \"ymin\": 980.392, \"xmax\": 707.8435, \"ymax\": 1019.8675000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 680.392, \"ymin\": 943.709, \"xmax\": 707.8431, \"ymax\": 978.8078999999999}, \"category\": \"pl5\"}]}, \"26329\": {\"path\": \"test/26329.jpg\", \"id\": 26329, \"objects\": [{\"bbox\": {\"xmin\": 1873.02, \"ymin\": 841.27, \"xmax\": 1906.3491999999999, \"ymax\": 886.5079}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1908.73, \"ymin\": 847.619, \"xmax\": 1939.6825000000001, \"ymax\": 888.0952}, \"category\": \"pn\"}]}, \"81726\": {\"path\": \"train/81726.jpg\", \"id\": 81726, \"objects\": [{\"bbox\": {\"xmin\": 116.667, \"ymin\": 891.27, \"xmax\": 133.3333, \"ymax\": 914.2857}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 136.508, \"ymin\": 889.683, \"xmax\": 153.1746, \"ymax\": 914.2857}, \"category\": \"pn\"}]}, \"12686\": {\"path\": \"test/12686.jpg\", \"id\": 12686, \"objects\": [{\"bbox\": {\"xmin\": 1569.74, \"ymin\": 815.789, \"xmax\": 1603.9474, \"ymax\": 859.2105}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 194.737, \"ymin\": 902.632, \"xmax\": 236.8421, \"ymax\": 951.3158}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1897.37, \"ymin\": 865.789, \"xmax\": 1923.6842, \"ymax\": 898.6842}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1838.16, \"ymin\": 857.895, \"xmax\": 1867.1053000000002, \"ymax\": 896.0526}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1868.42, \"ymin\": 860.526, \"xmax\": 1894.7368000000001, \"ymax\": 896.0526}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1398.68, \"ymin\": 810.526, \"xmax\": 1439.4737, \"ymax\": 855.2632}, \"category\": \"pne\"}]}, \"82618\": {\"path\": \"train/82618.jpg\", \"id\": 82618, \"objects\": [{\"bbox\": {\"xmin\": 1718.41, \"ymin\": 798.01, \"xmax\": 1769.6503, \"ymax\": 858.7069}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1909.45, \"ymin\": 873.632, \"xmax\": 1943.2836, \"ymax\": 914.4278999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1909.45, \"ymin\": 950.746, \"xmax\": 1938.3035, \"ymax\": 983.0846}, \"category\": \"pn\"}]}, \"66227\": {\"path\": \"train/66227.jpg\", \"id\": 66227, \"objects\": [{\"bbox\": {\"xmin\": 19.0, \"ymin\": 960.0, \"xmax\": 33.0, \"ymax\": 976.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1722.0, \"ymin\": 841.0, \"xmax\": 1796.0, \"ymax\": 915.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1725.0, \"ymin\": 917.0, \"xmax\": 1797.0, \"ymax\": 989.0}, \"category\": \"pn\"}]}, \"37433\": {\"path\": \"train/37433.jpg\", \"id\": 37433, \"objects\": [{\"bbox\": {\"xmin\": 1592.0, \"ymin\": 704.0, \"xmax\": 1640.0, \"ymax\": 753.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1422.0, \"ymin\": 909.0, \"xmax\": 1480.0, \"ymax\": 967.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1422.0, \"ymin\": 849.0, \"xmax\": 1477.0, \"ymax\": 906.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1485.0, \"ymin\": 709.0, \"xmax\": 1538.0, \"ymax\": 762.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1542.0, \"ymin\": 714.0, \"xmax\": 1589.0, \"ymax\": 765.0}, \"category\": \"pm20\"}]}, \"58928\": {\"path\": \"train/58928.jpg\", \"id\": 58928, \"objects\": [{\"bbox\": {\"xmin\": 24.8, \"ymin\": 712.0, \"xmax\": 81.6, \"ymax\": 788.0}, \"category\": \"pm55\"}]}, \"26515\": {\"path\": \"test/26515.jpg\", \"id\": 26515, \"objects\": [{\"bbox\": {\"xmin\": 479.47, \"ymin\": 930.464, \"xmax\": 498.67550000000006, \"ymax\": 962.2522}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 480.132, \"ymin\": 974.172, \"xmax\": 500.6623, \"ymax\": 1005.2967}, \"category\": \"pn\"}]}, \"36761\": {\"path\": \"other/36761.jpg\", \"id\": 36761, \"objects\": [{\"bbox\": {\"xmin\": 49.505, \"ymin\": 925.743, \"xmax\": 86.1386, \"ymax\": 963.3670000000001}, \"category\": \"w30\"}]}, \"9005\": {\"path\": \"train/9005.jpg\", \"id\": 9005, \"objects\": [{\"bbox\": {\"xmin\": 1629.7, \"ymin\": 826.733, \"xmax\": 1676.2181, \"ymax\": 872.2763}, \"category\": \"w55\"}]}, \"43764\": {\"path\": \"train/43764.jpg\", \"id\": 43764, \"objects\": [{\"bbox\": {\"xmin\": 1363.16, \"ymin\": 909.211, \"xmax\": 1400.0, \"ymax\": 943.4223000000001}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1314.47, \"ymin\": 905.263, \"xmax\": 1353.9474, \"ymax\": 942.1053}, \"category\": \"pl60\"}]}, \"88313\": {\"path\": \"train/88313.jpg\", \"id\": 88313, \"objects\": [{\"bbox\": {\"xmin\": 1184.0, \"ymin\": 845.333, \"xmax\": 1244.0, \"ymax\": 905.3333}, \"category\": \"pl60\"}]}, \"79939\": {\"path\": \"test/79939.jpg\", \"id\": 79939, \"objects\": [{\"bbox\": {\"xmin\": 114.4, \"ymin\": 868.8, \"xmax\": 259.20000000000005, \"ymax\": 1019.1999999999999}, \"category\": \"w57\"}]}, \"25676\": {\"path\": \"train/25676.jpg\", \"id\": 25676, \"objects\": [{\"bbox\": {\"xmin\": 842.0, \"ymin\": 801.0, \"xmax\": 890.0, \"ymax\": 844.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 784.0, \"ymin\": 756.0, \"xmax\": 835.0, \"ymax\": 809.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 735.0, \"ymin\": 761.0, \"xmax\": 783.0, \"ymax\": 811.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1006.0, \"ymin\": 981.0, \"xmax\": 1022.0, \"ymax\": 998.0}, \"category\": \"pn\"}]}, \"45565\": {\"path\": \"train/45565.jpg\", \"id\": 45565, \"objects\": [{\"bbox\": {\"xmin\": 1547.37, \"ymin\": 900.0, \"xmax\": 1572.3673999999999, \"ymax\": 932.8947000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1494.74, \"ymin\": 898.684, \"xmax\": 1517.1117, \"ymax\": 928.9474}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1521.05, \"ymin\": 898.684, \"xmax\": 1544.7368, \"ymax\": 930.2632}, \"category\": \"pn\"}]}, \"32135\": {\"path\": \"train/32135.jpg\", \"id\": 32135, \"objects\": [{\"bbox\": {\"xmin\": 578.947, \"ymin\": 980.263, \"xmax\": 603.9474, \"ymax\": 1010.5263}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 576.316, \"ymin\": 1014.47, \"xmax\": 603.9474, \"ymax\": 1040.7895}, \"category\": \"pl5\"}]}, \"57890\": {\"path\": \"other/57890.jpg\", \"id\": 57890, \"objects\": [{\"bbox\": {\"xmin\": 1610.057373046875, \"ymin\": 1006.263427734375, \"xmax\": 1630.830322265625, \"ymax\": 1025.03271484375}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1609.984130859375, \"ymin\": 975.9130859375, \"xmax\": 1628.39208984375, \"ymax\": 994.6805419921875}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1610.1124267578125, \"ymin\": 946.39404296875, \"xmax\": 1628.9927978515625, \"ymax\": 964.794189453125}, \"category\": \"pmb\"}]}, \"68744\": {\"path\": \"other/68744.jpg\", \"id\": 68744, \"objects\": [{\"bbox\": {\"xmin\": 1797.0, \"ymin\": 1048.24, \"xmax\": 1947.924, \"ymax\": 1214.899}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 1789.0, \"ymin\": 889.0, \"xmax\": 1941.0, \"ymax\": 1053.0}, \"category\": \"pm46\"}]}, \"73791\": {\"path\": \"train/73791.jpg\", \"id\": 73791, \"objects\": [{\"bbox\": {\"xmin\": 2006.35, \"ymin\": 834.126, \"xmax\": 2046.0357, \"ymax\": 876.9834}, \"category\": \"pl60\"}]}, \"4881\": {\"path\": \"train/4881.jpg\", \"id\": 4881, \"objects\": [{\"bbox\": {\"xmin\": 1632.0, \"ymin\": 902.667, \"xmax\": 1720.0, \"ymax\": 997.3333}, \"category\": \"pl100\"}]}, \"39068\": {\"path\": \"train/39068.jpg\", \"id\": 39068, \"objects\": [{\"bbox\": {\"xmin\": 195.90509033203125, \"ymin\": 864.5751342773438, \"xmax\": 221.70120239257812, \"ymax\": 895.6909790039062}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 89.78764343261719, \"ymin\": 857.6963500976562, \"xmax\": 121.1580810546875, \"ymax\": 889.0127563476562}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1300.99, \"ymin\": 912.871, \"xmax\": 1322.7723, \"ymax\": 932.6732999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1214.85, \"ymin\": 908.911, \"xmax\": 1237.6237999999998, \"ymax\": 935.6436}, \"category\": \"pne\"}]}, \"80276\": {\"path\": \"train/80276.jpg\", \"id\": 80276, \"objects\": [{\"bbox\": {\"xmin\": 1877.33, \"ymin\": 949.333, \"xmax\": 1896.0, \"ymax\": 985.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1514.67, \"ymin\": 821.333, \"xmax\": 1625.333, \"ymax\": 952.0}, \"category\": \"pm15\"}]}, \"88825\": {\"path\": \"train/88825.jpg\", \"id\": 88825, \"objects\": [{\"bbox\": {\"xmin\": 1376.32, \"ymin\": 1165.79, \"xmax\": 1443.4262999999999, \"ymax\": 1222.3684}, \"category\": \"w63\"}]}, \"46905\": {\"path\": \"train/46905.jpg\", \"id\": 46905, \"objects\": [{\"bbox\": {\"xmin\": 1746.05, \"ymin\": 682.895, \"xmax\": 1817.1053, \"ymax\": 764.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1807.89, \"ymin\": 842.105, \"xmax\": 1840.7895, \"ymax\": 886.3636}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1769.74, \"ymin\": 839.773, \"xmax\": 1805.2632, \"ymax\": 880.682}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1847.37, \"ymin\": 847.368, \"xmax\": 1877.8409, \"ymax\": 889.2045}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1515.79, \"ymin\": 655.263, \"xmax\": 1605.2631999999999, \"ymax\": 747.3679000000001}, \"category\": \"pne\"}]}, \"79569\": {\"path\": \"train/79569.jpg\", \"id\": 79569, \"objects\": [{\"bbox\": {\"xmin\": 1290.67, \"ymin\": 744.0, \"xmax\": 1338.6667, \"ymax\": 794.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1354.67, \"ymin\": 748.0, \"xmax\": 1401.3333, \"ymax\": 798.6667}, \"category\": \"pl80\"}]}, \"69121\": {\"path\": \"train/69121.jpg\", \"id\": 69121, \"objects\": [{\"bbox\": {\"xmin\": 1428.0, \"ymin\": 863.0, \"xmax\": 1457.0, \"ymax\": 892.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 863.0, \"xmax\": 1491.0, \"ymax\": 892.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1224.0, \"ymin\": 937.0, \"xmax\": 1252.0, \"ymax\": 967.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1222.0, \"ymin\": 973.0, \"xmax\": 1250.0, \"ymax\": 1002.0}, \"category\": \"i2r\"}]}, \"38990\": {\"path\": \"test/38990.jpg\", \"id\": 38990, \"objects\": [{\"bbox\": {\"xmin\": 790.4, \"ymin\": 959.2, \"xmax\": 887.1999999999999, \"ymax\": 1056.8}, \"category\": \"p3\"}]}, \"3360\": {\"path\": \"test/3360.jpg\", \"id\": 3360, \"objects\": [{\"bbox\": {\"xmin\": 96.0526, \"ymin\": 851.316, \"xmax\": 117.1053, \"ymax\": 889.4737}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 26.3158, \"ymin\": 842.105, \"xmax\": 56.578900000000004, \"ymax\": 881.5789}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 61.8421, \"ymin\": 846.053, \"xmax\": 89.47370000000001, \"ymax\": 888.1579}, \"category\": \"pn\"}]}, \"35496\": {\"path\": \"train/35496.jpg\", \"id\": 35496, \"objects\": [{\"bbox\": {\"xmin\": 1210.0, \"ymin\": 996.0, \"xmax\": 1225.0, \"ymax\": 1014.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1357.0, \"ymin\": 594.0, \"xmax\": 1424.0, \"ymax\": 663.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1209.0, \"ymin\": 979.0, \"xmax\": 1227.0, \"ymax\": 997.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1286.0, \"ymin\": 586.0, \"xmax\": 1358.0, \"ymax\": 647.0}, \"category\": \"wc\"}]}, \"27090\": {\"path\": \"test/27090.jpg\", \"id\": 27090, \"objects\": [{\"bbox\": {\"xmin\": 104.0, \"ymin\": 916.0, \"xmax\": 142.0, \"ymax\": 958.0}, \"category\": \"p10\"}]}, \"91827\": {\"path\": \"test/91827.jpg\", \"id\": 91827, \"objects\": [{\"bbox\": {\"xmin\": 1056.0, \"ymin\": 266.667, \"xmax\": 1237.333, \"ymax\": 405.33299999999997}, \"category\": \"pl60\"}]}, \"36287\": {\"path\": \"train/36287.jpg\", \"id\": 36287, \"objects\": [{\"bbox\": {\"xmin\": 53.1746, \"ymin\": 1018.25, \"xmax\": 67.4603, \"ymax\": 1036.5079}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 949.206, \"ymin\": 939.683, \"xmax\": 969.0482000000001, \"ymax\": 958.7302}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 970.635, \"ymin\": 939.683, \"xmax\": 988.8889, \"ymax\": 957.9365}, \"category\": \"pn\"}]}, \"14777\": {\"path\": \"train/14777.jpg\", \"id\": 14777, \"objects\": [{\"bbox\": {\"xmin\": 1017.3896484375, \"ymin\": 367.0607604980469, \"xmax\": 1204.78662109375, \"ymax\": 503.2163391113281}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1341.93, \"ymin\": 946.861, \"xmax\": 1363.7275, \"ymax\": 966.9843}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1263.26, \"ymin\": 933.834, \"xmax\": 1283.5296, \"ymax\": 953.834}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 933.699, \"xmax\": 1262.9115, \"ymax\": 953.5996}, \"category\": \"p12\"}]}, \"91321\": {\"path\": \"other/91321.jpg\", \"id\": 91321, \"objects\": [{\"bbox\": {\"xmin\": 1379.77, \"ymin\": 932.479, \"xmax\": 1391.4528, \"ymax\": 946.7244000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1282.05, \"ymin\": 929.345, \"xmax\": 1294.8718, \"ymax\": 943.0199}, \"category\": \"pn\"}]}, \"38074\": {\"path\": \"other/38074.jpg\", \"id\": 38074, \"objects\": [{\"bbox\": {\"xmin\": 521.854, \"ymin\": 1003.97, \"xmax\": 534.4371, \"ymax\": 1020.5298}, \"category\": \"pl5\"}]}, \"36930\": {\"path\": \"train/36930.jpg\", \"id\": 36930, \"objects\": [{\"bbox\": {\"xmin\": 817.333, \"ymin\": 865.333, \"xmax\": 885.3333, \"ymax\": 965.333}, \"category\": \"pl80\"}]}, \"67217\": {\"path\": \"train/67217.jpg\", \"id\": 67217, \"objects\": [{\"bbox\": {\"xmin\": 434.211, \"ymin\": 615.789, \"xmax\": 481.57890000000003, \"ymax\": 714.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 44.7368, \"ymin\": 835.526, \"xmax\": 69.7368, \"ymax\": 881.5789}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 7.89474, \"ymin\": 830.263, \"xmax\": 38.15794, \"ymax\": 873.6842}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 73.6842, \"ymin\": 838.158, \"xmax\": 103.9474, \"ymax\": 882.8947000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 186.842, \"ymin\": 493.421, \"xmax\": 263.15790000000004, \"ymax\": 617.105}, \"category\": \"pne\"}]}, \"20726\": {\"path\": \"other/20726.jpg\", \"id\": 20726, \"objects\": [{\"bbox\": {\"xmin\": 31.5789, \"ymin\": 803.947, \"xmax\": 111.8421, \"ymax\": 903.9466}, \"category\": \"w63\"}]}, \"40808\": {\"path\": \"train/40808.jpg\", \"id\": 40808, \"objects\": [{\"bbox\": {\"xmin\": 1202.67, \"ymin\": 824.0, \"xmax\": 1241.3333, \"ymax\": 864.0}, \"category\": \"pl40\"}]}, \"83599\": {\"path\": \"test/83599.jpg\", \"id\": 83599, \"objects\": [{\"bbox\": {\"xmin\": 1907.14, \"ymin\": 824.603, \"xmax\": 1933.3239, \"ymax\": 869.8412999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1808.73, \"ymin\": 812.698, \"xmax\": 1837.3016, \"ymax\": 857.9365}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1168.25, \"ymin\": 880.952, \"xmax\": 1189.6825, \"ymax\": 903.1746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1144.44, \"ymin\": 882.54, \"xmax\": 1165.0794, \"ymax\": 904.7619}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1193.07, \"ymin\": 882.178, \"xmax\": 1214.8515, \"ymax\": 909.901}, \"category\": \"pn\"}]}, \"65065\": {\"path\": \"train/65065.jpg\", \"id\": 65065, \"objects\": [{\"bbox\": {\"xmin\": 1616.0, \"ymin\": 999.0, \"xmax\": 1681.0, \"ymax\": 1069.0}, \"category\": \"ph3.5\"}, {\"bbox\": {\"xmin\": 1618.0, \"ymin\": 925.0, \"xmax\": 1681.0, \"ymax\": 994.0}, \"category\": \"pm30\"}]}, \"96478\": {\"path\": \"train/96478.jpg\", \"id\": 96478, \"objects\": [{\"bbox\": {\"xmin\": 514.851, \"ymin\": 910.891, \"xmax\": 538.6139, \"ymax\": 943.5644}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 585.149, \"ymin\": 913.861, \"xmax\": 612.8713, \"ymax\": 945.5446}, \"category\": \"pn\"}]}, \"60748\": {\"path\": \"train/60748.jpg\", \"id\": 60748, \"objects\": [{\"bbox\": {\"xmin\": 1491.54, \"ymin\": 934.328, \"xmax\": 1515.4229, \"ymax\": 958.7061}, \"category\": \"p10\"}]}, \"58493\": {\"path\": \"train/58493.jpg\", \"id\": 58493, \"objects\": [{\"bbox\": {\"xmin\": 1299.01, \"ymin\": 892.079, \"xmax\": 1373.2658999999999, \"ymax\": 956.4355999999999}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1160.4, \"ymin\": 996.04, \"xmax\": 1192.0792000000001, \"ymax\": 1025.743}, \"category\": \"w57\"}]}, \"93958\": {\"path\": \"other/93958.jpg\", \"id\": 93958, \"objects\": [{\"bbox\": {\"xmin\": 1435.0, \"ymin\": 906.0, \"xmax\": 1536.0, \"ymax\": 1008.0}, \"category\": \"pr20\"}]}, \"50893\": {\"path\": \"train/50893.jpg\", \"id\": 50893, \"objects\": [{\"bbox\": {\"xmin\": 1685.84, \"ymin\": 1003.98, \"xmax\": 1705.7533999999998, \"ymax\": 1022.1239}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1827.44, \"ymin\": 985.399, \"xmax\": 1847.7901000000002, \"ymax\": 1012.3899}, \"category\": \"w58\"}]}, \"93742\": {\"path\": \"train/93742.jpg\", \"id\": 93742, \"objects\": [{\"bbox\": {\"xmin\": 1900.79, \"ymin\": 1005.56, \"xmax\": 1922.2222, \"ymax\": 1031.7459999999999}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1433.34, \"ymin\": 919.841, \"xmax\": 1452.3809999999999, \"ymax\": 940.4761}, \"category\": \"pl80\"}]}, \"24431\": {\"path\": \"train/24431.jpg\", \"id\": 24431, \"objects\": [{\"bbox\": {\"xmin\": 180.0, \"ymin\": 849.333, \"xmax\": 298.66700000000003, \"ymax\": 1004.0}, \"category\": \"p11\"}]}, \"27025\": {\"path\": \"other/27025.jpg\", \"id\": 27025, \"objects\": [{\"bbox\": {\"xmin\": 782.667, \"ymin\": 1146.67, \"xmax\": 813.3333, \"ymax\": 1172.0}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 578.667, \"ymin\": 1138.67, \"xmax\": 602.6667, \"ymax\": 1161.3333}, \"category\": \"w63\"}]}, \"40898\": {\"path\": \"train/40898.jpg\", \"id\": 40898, \"objects\": [{\"bbox\": {\"xmin\": 1290.1, \"ymin\": 890.099, \"xmax\": 1317.8218, \"ymax\": 918.8119}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1196.04, \"ymin\": 888.119, \"xmax\": 1223.7624, \"ymax\": 920.7921}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 856.436, \"ymin\": 884.158, \"xmax\": 883.1683, \"ymax\": 913.8614}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 728.713, \"ymin\": 887.129, \"xmax\": 755.4454999999999, \"ymax\": 915.8416}, \"category\": \"pne\"}]}, \"41541\": {\"path\": \"train/41541.jpg\", \"id\": 41541, \"objects\": [{\"bbox\": {\"xmin\": 549.007, \"ymin\": 971.523, \"xmax\": 600.6622, \"ymax\": 1024.5034}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 676.821, \"ymin\": 1016.56, \"xmax\": 750.3306, \"ymax\": 1095.3665999999998}, \"category\": \"pne\"}]}, \"48504\": {\"path\": \"train/48504.jpg\", \"id\": 48504, \"objects\": [{\"bbox\": {\"xmin\": 1406.58, \"ymin\": 888.158, \"xmax\": 1435.5263, \"ymax\": 922.3684000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1436.84, \"ymin\": 889.474, \"xmax\": 1464.4737, \"ymax\": 922.3684000000001}, \"category\": \"pn\"}]}, \"34413\": {\"path\": \"train/34413.jpg\", \"id\": 34413, \"objects\": [{\"bbox\": {\"xmin\": 1012.0, \"ymin\": 377.0, \"xmax\": 1170.0, \"ymax\": 508.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1927.0, \"ymin\": 859.0, \"xmax\": 2025.0, \"ymax\": 977.0}, \"category\": \"p26\"}]}, \"44688\": {\"path\": \"train/44688.jpg\", \"id\": 44688, \"objects\": [{\"bbox\": {\"xmin\": 846.163, \"ymin\": 912.299, \"xmax\": 869.1793, \"ymax\": 937.6954999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1052.38, \"ymin\": 943.046, \"xmax\": 1065.0794, \"ymax\": 962.2517}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1030.95, \"ymin\": 942.063, \"xmax\": 1049.2063, \"ymax\": 965.0794}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1069.05, \"ymin\": 945.238, \"xmax\": 1084.9206, \"ymax\": 963.4921}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 739.814, \"ymin\": 914.149, \"xmax\": 766.7982999999999, \"ymax\": 937.9588}, \"category\": \"pne\"}]}, \"81671\": {\"path\": \"train/81671.jpg\", \"id\": 81671, \"objects\": [{\"bbox\": {\"xmin\": 1234.67, \"ymin\": 917.333, \"xmax\": 1260.0, \"ymax\": 944.0}, \"category\": \"pl60\"}]}, \"51717\": {\"path\": \"train/51717.jpg\", \"id\": 51717, \"objects\": [{\"bbox\": {\"xmin\": 1390.79, \"ymin\": 847.368, \"xmax\": 1417.1053, \"ymax\": 872.3684000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1203.95, \"ymin\": 840.789, \"xmax\": 1231.5789, \"ymax\": 868.4211}, \"category\": \"pne\"}]}, \"45367\": {\"path\": \"test/45367.jpg\", \"id\": 45367, \"objects\": [{\"bbox\": {\"xmin\": 1558.0, \"ymin\": 849.0, \"xmax\": 1660.309, \"ymax\": 948.0}, \"category\": \"pr40\"}]}, \"14211\": {\"path\": \"train/14211.jpg\", \"id\": 14211, \"objects\": [{\"bbox\": {\"xmin\": 1861.33, \"ymin\": 917.333, \"xmax\": 1898.6667, \"ymax\": 966.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1861.33, \"ymin\": 969.333, \"xmax\": 1899.9967, \"ymax\": 1017.3333}, \"category\": \"p18\"}]}, \"60307\": {\"path\": \"train/60307.jpg\", \"id\": 60307, \"objects\": [{\"bbox\": {\"xmin\": 1031.0, \"ymin\": 1010.0, \"xmax\": 1073.0, \"ymax\": 1050.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1504.0, \"ymin\": 947.0, \"xmax\": 1541.0, \"ymax\": 983.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 992.0, \"ymin\": 1013.0, \"xmax\": 1031.0, \"ymax\": 1050.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1158.0, \"ymin\": 1009.0, \"xmax\": 1216.0, \"ymax\": 1057.0}, \"category\": \"w32\"}]}, \"20062\": {\"path\": \"other/20062.jpg\", \"id\": 20062, \"objects\": [{\"bbox\": {\"xmin\": 249.84371948242188, \"ymin\": 1018.0118408203125, \"xmax\": 268.6321716308594, \"ymax\": 1043.5037841796875}, \"category\": \"pl30\"}]}, \"33707\": {\"path\": \"train/33707.jpg\", \"id\": 33707, \"objects\": [{\"bbox\": {\"xmin\": 1376.19, \"ymin\": 899.206, \"xmax\": 1394.4444, \"ymax\": 919.0476}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1653.97, \"ymin\": 905.556, \"xmax\": 1671.4286, \"ymax\": 925.3968}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1671.43, \"ymin\": 906.349, \"xmax\": 1690.4762, \"ymax\": 926.9841}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1243.65, \"ymin\": 895.238, \"xmax\": 1265.8772000000001, \"ymax\": 915.8724000000001}, \"category\": \"pne\"}]}, \"50236\": {\"path\": \"other/50236.jpg\", \"id\": 50236, \"objects\": [{\"bbox\": {\"xmin\": 679.759, \"ymin\": 969.733, \"xmax\": 698.6704, \"ymax\": 999.4144}, \"category\": \"w58\"}]}, \"56260\": {\"path\": \"train/56260.jpg\", \"id\": 56260, \"objects\": [{\"bbox\": {\"xmin\": 534.211, \"ymin\": 621.053, \"xmax\": 627.6316, \"ymax\": 707.8947000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1240.79, \"ymin\": 730.263, \"xmax\": 1303.9474, \"ymax\": 794.7368}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1301.32, \"ymin\": 726.316, \"xmax\": 1360.5321999999999, \"ymax\": 800.0005}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 202.632, \"ymin\": 665.789, \"xmax\": 286.8421, \"ymax\": 755.2632}, \"category\": \"pne\"}]}, \"23094\": {\"path\": \"train/23094.jpg\", \"id\": 23094, \"objects\": [{\"bbox\": {\"xmin\": 1963.0, \"ymin\": 611.0, \"xmax\": 2027.0, \"ymax\": 701.0}, \"category\": \"pl80\"}]}, \"80024\": {\"path\": \"other/80024.jpg\", \"id\": 80024, \"objects\": [{\"bbox\": {\"xmin\": 71.41446685791016, \"ymin\": 987.9586181640625, \"xmax\": 98.02295684814453, \"ymax\": 1017.35205078125}, \"category\": \"w57\"}]}, \"39811\": {\"path\": \"other/39811.jpg\", \"id\": 39811, \"objects\": [{\"bbox\": {\"xmin\": 756.0, \"ymin\": 1019.0, \"xmax\": 806.0, \"ymax\": 1064.0}, \"category\": \"w30\"}]}, \"67280\": {\"path\": \"test/67280.jpg\", \"id\": 67280, \"objects\": [{\"bbox\": {\"xmin\": 1553.95, \"ymin\": 964.474, \"xmax\": 1655.259, \"ymax\": 1073.684}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1405.26, \"ymin\": 964.474, \"xmax\": 1511.842, \"ymax\": 1075.0}, \"category\": \"pne\"}]}, \"58534\": {\"path\": \"test/58534.jpg\", \"id\": 58534, \"objects\": [{\"bbox\": {\"xmin\": 1753.95, \"ymin\": 700.0, \"xmax\": 1796.0526, \"ymax\": 752.6316}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1422.37, \"ymin\": 655.263, \"xmax\": 1480.2631999999999, \"ymax\": 718.4211}, \"category\": \"pne\"}]}, \"63771\": {\"path\": \"test/63771.jpg\", \"id\": 63771, \"objects\": [{\"bbox\": {\"xmin\": 1210.0, \"ymin\": 837.0, \"xmax\": 1236.0, \"ymax\": 862.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1386.0, \"ymin\": 1003.0, \"xmax\": 1414.0, \"ymax\": 1030.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1140.0, \"ymin\": 835.0, \"xmax\": 1167.0, \"ymax\": 863.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1390.0, \"ymin\": 926.0, \"xmax\": 1411.0, \"ymax\": 954.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1173.0, \"ymin\": 836.0, \"xmax\": 1201.0, \"ymax\": 863.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1386.0, \"ymin\": 961.0, \"xmax\": 1413.0, \"ymax\": 989.0}, \"category\": \"pn\"}]}, \"10283\": {\"path\": \"train/10283.jpg\", \"id\": 10283, \"objects\": [{\"bbox\": {\"xmin\": 1986.84, \"ymin\": 1165.79, \"xmax\": 2040.7894999999999, \"ymax\": 1239.4737}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1463.16, \"ymin\": 1055.26, \"xmax\": 1494.7368000000001, \"ymax\": 1090.7895}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1392.11, \"ymin\": 1056.58, \"xmax\": 1423.6842, \"ymax\": 1089.4737}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1427.63, \"ymin\": 1057.9, \"xmax\": 1459.2105000000001, \"ymax\": 1093.4237}, \"category\": \"pn\"}]}, \"43413\": {\"path\": \"other/43413.jpg\", \"id\": 43413, \"objects\": [{\"bbox\": {\"xmin\": 1761.33, \"ymin\": 798.667, \"xmax\": 1852.0, \"ymax\": 925.3330000000001}, \"category\": \"ph2.4\"}]}, \"52646\": {\"path\": \"train/52646.jpg\", \"id\": 52646, \"objects\": [{\"bbox\": {\"xmin\": 1297.0, \"ymin\": 912.0, \"xmax\": 1324.0, \"ymax\": 937.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1297.0, \"ymin\": 955.0, \"xmax\": 1326.0, \"ymax\": 984.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1743.0, \"ymin\": 952.0, \"xmax\": 1792.0, \"ymax\": 1017.0}, \"category\": \"pr40\"}]}, \"97156\": {\"path\": \"train/97156.jpg\", \"id\": 97156, \"objects\": [{\"bbox\": {\"xmin\": 1269.04, \"ymin\": 889.683, \"xmax\": 1300.791, \"ymax\": 926.9841}, \"category\": \"pl80\"}]}, \"32223\": {\"path\": \"test/32223.jpg\", \"id\": 32223, \"objects\": [{\"bbox\": {\"xmin\": 147.0, \"ymin\": 793.0, \"xmax\": 225.0, \"ymax\": 873.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 153.0, \"ymin\": 707.0, \"xmax\": 231.0, \"ymax\": 788.0}, \"category\": \"pn\"}]}, \"96838\": {\"path\": \"train/96838.jpg\", \"id\": 96838, \"objects\": [{\"bbox\": {\"xmin\": 1697.0, \"ymin\": 899.0, \"xmax\": 1770.0, \"ymax\": 961.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1353.0, \"ymin\": 919.0, \"xmax\": 1382.0, \"ymax\": 953.0}, \"category\": \"pn\"}]}, \"41979\": {\"path\": \"train/41979.jpg\", \"id\": 41979, \"objects\": [{\"bbox\": {\"xmin\": 718.812, \"ymin\": 602.97, \"xmax\": 769.3054, \"ymax\": 706.931}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 773.267, \"ymin\": 634.653, \"xmax\": 811.8822, \"ymax\": 735.644}, \"category\": \"w57\"}]}, \"36810\": {\"path\": \"train/36810.jpg\", \"id\": 36810, \"objects\": [{\"bbox\": {\"xmin\": 1432.67, \"ymin\": 868.317, \"xmax\": 1470.297, \"ymax\": 907.9208}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1281.19, \"ymin\": 871.287, \"xmax\": 1317.8218000000002, \"ymax\": 906.9307}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 848.515, \"ymin\": 849.505, \"xmax\": 887.1288, \"ymax\": 889.1092}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1230.69, \"ymin\": 915.842, \"xmax\": 1256.4356, \"ymax\": 943.5644}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1176.24, \"ymin\": 917.822, \"xmax\": 1205.9406, \"ymax\": 944.5545}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1205.94, \"ymin\": 917.822, \"xmax\": 1229.703, \"ymax\": 944.5545}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 705.941, \"ymin\": 855.447, \"xmax\": 741.5837, \"ymax\": 893.0691}, \"category\": \"pne\"}]}, \"59553\": {\"path\": \"train/59553.jpg\", \"id\": 59553, \"objects\": [{\"bbox\": {\"xmin\": 176.0, \"ymin\": 695.0, \"xmax\": 319.0, \"ymax\": 998.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 142.0, \"ymin\": 1000.0, \"xmax\": 341.0, \"ymax\": 1236.0}, \"category\": \"w59\"}]}, \"64209\": {\"path\": \"train/64209.jpg\", \"id\": 64209, \"objects\": [{\"bbox\": {\"xmin\": 281.333, \"ymin\": 972.0, \"xmax\": 352.0, \"ymax\": 1052.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1564.0, \"ymin\": 726.667, \"xmax\": 1614.6667, \"ymax\": 788.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1508.0, \"ymin\": 714.667, \"xmax\": 1562.6667, \"ymax\": 776.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1616.0, \"ymin\": 732.0, \"xmax\": 1665.3333, \"ymax\": 790.6667}, \"category\": \"pn\"}]}, \"98551\": {\"path\": \"test/98551.jpg\", \"id\": 98551, \"objects\": [{\"bbox\": {\"xmin\": 1721.78, \"ymin\": 943.564, \"xmax\": 1739.604, \"ymax\": 962.3761999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1652.48, \"ymin\": 939.604, \"xmax\": 1671.2871, \"ymax\": 961.3867}, \"category\": \"pne\"}]}, \"49080\": {\"path\": \"train/49080.jpg\", \"id\": 49080, \"objects\": [{\"bbox\": {\"xmin\": 127.2, \"ymin\": 599.2, \"xmax\": 187.2, \"ymax\": 693.0108}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 56.4788, \"ymin\": 575.2, \"xmax\": 128.0, \"ymax\": 674.4000000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 184.8, \"ymin\": 623.2, \"xmax\": 239.20000000000002, \"ymax\": 715.9383}, \"category\": \"pn\"}]}, \"63575\": {\"path\": \"train/63575.jpg\", \"id\": 63575, \"objects\": [{\"bbox\": {\"xmin\": 1476.47, \"ymin\": 664.706, \"xmax\": 1545.098, \"ymax\": 741.1765}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1386.25, \"ymin\": 658.756, \"xmax\": 1464.7499, \"ymax\": 736.7541}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1556.83, \"ymin\": 672.549, \"xmax\": 1627.7322, \"ymax\": 749.0196}, \"category\": \"pn\"}]}, \"55654\": {\"path\": \"other/55654.jpg\", \"id\": 55654, \"objects\": [{\"bbox\": {\"xmin\": 1238.94, \"ymin\": 920.796, \"xmax\": 1264.5992, \"ymax\": 946.4601}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1210.62, \"ymin\": 919.912, \"xmax\": 1231.8608, \"ymax\": 940.7083}, \"category\": \"w43\"}]}, \"14846\": {\"path\": \"train/14846.jpg\", \"id\": 14846, \"objects\": [{\"bbox\": {\"xmin\": 923.762, \"ymin\": 967.327, \"xmax\": 940.5940999999999, \"ymax\": 987.1287}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 871.287, \"ymin\": 970.297, \"xmax\": 884.1584, \"ymax\": 986.1386}, \"category\": \"pne\"}]}, \"93184\": {\"path\": \"train/93184.jpg\", \"id\": 93184, \"objects\": [{\"bbox\": {\"xmin\": 1488.8, \"ymin\": 967.2, \"xmax\": 1540.0, \"ymax\": 1026.4}, \"category\": \"pg\"}]}, \"70223\": {\"path\": \"train/70223.jpg\", \"id\": 70223, \"objects\": [{\"bbox\": {\"xmin\": 1213.33, \"ymin\": 780.0, \"xmax\": 1293.3333, \"ymax\": 858.667}, \"category\": \"p28\"}, {\"bbox\": {\"xmin\": 1212.0, \"ymin\": 861.333, \"xmax\": 1297.3333, \"ymax\": 934.6667}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1254.67, \"ymin\": 893.333, \"xmax\": 1345.3333, \"ymax\": 982.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 613.333, \"ymin\": 870.667, \"xmax\": 653.3333, \"ymax\": 909.3333}, \"category\": \"pne\"}]}, \"64142\": {\"path\": \"test/64142.jpg\", \"id\": 64142, \"objects\": [{\"bbox\": {\"xmin\": 1923.0, \"ymin\": 558.0, \"xmax\": 1984.0, \"ymax\": 628.0}, \"category\": \"pl40\"}]}, \"2394\": {\"path\": \"train/2394.jpg\", \"id\": 2394, \"objects\": [{\"bbox\": {\"xmin\": 1566.0, \"ymin\": 423.0, \"xmax\": 1638.0, \"ymax\": 492.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1564.0, \"ymin\": 502.0, \"xmax\": 1635.0, \"ymax\": 571.0}, \"category\": \"pl70\"}]}, \"94686\": {\"path\": \"test/94686.jpg\", \"id\": 94686, \"objects\": [{\"bbox\": {\"xmin\": 1043.42, \"ymin\": 925.498, \"xmax\": 1064.5371, \"ymax\": 947.8092}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1069.33, \"ymin\": 926.693, \"xmax\": 1089.243, \"ymax\": 947.4104}, \"category\": \"pl20\"}]}, \"45248\": {\"path\": \"test/45248.jpg\", \"id\": 45248, \"objects\": [{\"bbox\": {\"xmin\": 825.0, \"ymin\": 730.0, \"xmax\": 879.0, \"ymax\": 786.0}, \"category\": \"pr40\"}]}, \"19319\": {\"path\": \"train/19319.jpg\", \"id\": 19319, \"objects\": [{\"bbox\": {\"xmin\": 937.624, \"ymin\": 899.01, \"xmax\": 963.3663, \"ymax\": 927.7228}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 835.644, \"ymin\": 898.02, \"xmax\": 861.3861, \"ymax\": 924.7524999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 572.277, \"ymin\": 898.02, \"xmax\": 596.0396000000001, \"ymax\": 922.7723}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 490.099, \"ymin\": 900.99, \"xmax\": 512.8713, \"ymax\": 923.7624}, \"category\": \"pne\"}]}, \"60220\": {\"path\": \"train/60220.jpg\", \"id\": 60220, \"objects\": [{\"bbox\": {\"xmin\": 1910.67, \"ymin\": 794.667, \"xmax\": 2018.6670000000001, \"ymax\": 917.3330000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1908.0, \"ymin\": 926.667, \"xmax\": 2018.667, \"ymax\": 1048.0}, \"category\": \"pn\"}]}, \"70318\": {\"path\": \"other/70318.jpg\", \"id\": 70318, \"objects\": [{\"bbox\": {\"xmin\": 1600.0, \"ymin\": 982.54, \"xmax\": 1669.8413, \"ymax\": 1050.0002}, \"category\": \"w18\"}]}, \"61327\": {\"path\": \"train/61327.jpg\", \"id\": 61327, \"objects\": [{\"bbox\": {\"xmin\": 1936.36, \"ymin\": 861.364, \"xmax\": 1962.4982, \"ymax\": 896.5913}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1965.34, \"ymin\": 862.5, \"xmax\": 1991.4773, \"ymax\": 897.7273}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 435.227, \"ymin\": 951.705, \"xmax\": 477.8409, \"ymax\": 994.3182}, \"category\": \"pne\"}]}, \"37811\": {\"path\": \"train/37811.jpg\", \"id\": 37811, \"objects\": [{\"bbox\": {\"xmin\": 1336.0, \"ymin\": 906.667, \"xmax\": 1352.0, \"ymax\": 924.0}, \"category\": \"pl40\"}]}, \"5326\": {\"path\": \"train/5326.jpg\", \"id\": 5326, \"objects\": [{\"bbox\": {\"xmin\": 378.431, \"ymin\": 886.275, \"xmax\": 596.078, \"ymax\": 1190.196}, \"category\": \"pm20\"}]}, \"10274\": {\"path\": \"train/10274.jpg\", \"id\": 10274, \"objects\": [{\"bbox\": {\"xmin\": 136.508, \"ymin\": 1022.22, \"xmax\": 161.1114, \"ymax\": 1056.3492}, \"category\": \"pl30\"}]}, \"15873\": {\"path\": \"other/15873.jpg\", \"id\": 15873, \"objects\": [{\"bbox\": {\"xmin\": 1161.85, \"ymin\": 700.0, \"xmax\": 1296.0559999999998, \"ymax\": 836.842}, \"category\": \"ph3.3\"}]}, \"3391\": {\"path\": \"train/3391.jpg\", \"id\": 3391, \"objects\": [{\"bbox\": {\"xmin\": 1450.0, \"ymin\": 1066.0, \"xmax\": 1476.6667, \"ymax\": 1094.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1413.33, \"ymin\": 1068.0, \"xmax\": 1440.6667, \"ymax\": 1097.3333}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1400.67, \"ymin\": 1034.67, \"xmax\": 1428.0, \"ymax\": 1064.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1432.0, \"ymin\": 1033.33, \"xmax\": 1457.3333, \"ymax\": 1063.3333}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1460.67, \"ymin\": 1032.67, \"xmax\": 1486.6667, \"ymax\": 1061.3333}, \"category\": \"pbm\"}]}, \"75772\": {\"path\": \"other/75772.jpg\", \"id\": 75772, \"objects\": [{\"bbox\": {\"xmin\": 1688.0, \"ymin\": 756.0, \"xmax\": 1737.3333, \"ymax\": 816.0}, \"category\": \"p7\"}]}, \"96878\": {\"path\": \"train/96878.jpg\", \"id\": 96878, \"objects\": [{\"bbox\": {\"xmin\": 739.0, \"ymin\": 886.0, \"xmax\": 789.0, \"ymax\": 949.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 739.0, \"ymin\": 814.0, \"xmax\": 786.0, \"ymax\": 878.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 697.0, \"ymin\": 1002.0, \"xmax\": 710.0, \"ymax\": 1015.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 740.0, \"ymin\": 741.0, \"xmax\": 803.0, \"ymax\": 807.0}, \"category\": \"pn\"}]}, \"23389\": {\"path\": \"train/23389.jpg\", \"id\": 23389, \"objects\": [{\"bbox\": {\"xmin\": 698.0, \"ymin\": 227.0, \"xmax\": 838.0, \"ymax\": 324.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 850.0, \"ymin\": 217.0, \"xmax\": 999.0, \"ymax\": 317.0}, \"category\": \"pn\"}]}, \"64243\": {\"path\": \"other/64243.jpg\", \"id\": 64243, \"objects\": [{\"bbox\": {\"xmin\": 688.543701171875, \"ymin\": 1008.4713745117188, \"xmax\": 720.14794921875, \"ymax\": 1038.9705810546875}, \"category\": \"w32\"}]}, \"40064\": {\"path\": \"train/40064.jpg\", \"id\": 40064, \"objects\": [{\"bbox\": {\"xmin\": 1598.0, \"ymin\": 911.0, \"xmax\": 1640.0, \"ymax\": 952.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1599.0, \"ymin\": 953.0, \"xmax\": 1641.0, \"ymax\": 996.0}, \"category\": \"pn\"}]}, \"26278\": {\"path\": \"train/26278.jpg\", \"id\": 26278, \"objects\": [{\"bbox\": {\"xmin\": 261.333, \"ymin\": 956.0, \"xmax\": 315.9997, \"ymax\": 1034.6667}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 260.0, \"ymin\": 858.667, \"xmax\": 312.0, \"ymax\": 937.3333}, \"category\": \"pm30\"}]}, \"71927\": {\"path\": \"train/71927.jpg\", \"id\": 71927, \"objects\": [{\"bbox\": {\"xmin\": 1639.47, \"ymin\": 978.431, \"xmax\": 1721.0531, \"ymax\": 1058.8235}, \"category\": \"w57\"}]}, \"16137\": {\"path\": \"train/16137.jpg\", \"id\": 16137, \"objects\": [{\"bbox\": {\"xmin\": 738.4, \"ymin\": 530.4, \"xmax\": 835.1999999999999, \"ymax\": 620.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1376.8, \"ymin\": 528.0, \"xmax\": 1469.6, \"ymax\": 616.8}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1053.6, \"ymin\": 513.6, \"xmax\": 1156.8, \"ymax\": 607.2}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 625.6, \"ymin\": 444.0, \"xmax\": 720.8000000000001, \"ymax\": 529.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 736.0, \"ymin\": 433.6, \"xmax\": 832.8, \"ymax\": 518.4}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 936.8, \"ymin\": 517.6, \"xmax\": 1037.6, \"ymax\": 610.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 626.4, \"ymin\": 540.8, \"xmax\": 722.4, \"ymax\": 628.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1261.6, \"ymin\": 518.4, \"xmax\": 1360.0, \"ymax\": 612.8}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1620.8, \"ymin\": 553.6, \"xmax\": 1703.2, \"ymax\": 639.2}, \"category\": \"pne\"}]}, \"80279\": {\"path\": \"train/80279.jpg\", \"id\": 80279, \"objects\": [{\"bbox\": {\"xmin\": 1843.0, \"ymin\": 947.0, \"xmax\": 1955.0, \"ymax\": 1058.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1846.0, \"ymin\": 837.0, \"xmax\": 1954.0, \"ymax\": 945.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1201.0, \"ymin\": 845.0, \"xmax\": 1254.0, \"ymax\": 901.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 996.0, \"ymin\": 772.0, \"xmax\": 1054.0, \"ymax\": 829.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1055.0, \"ymin\": 777.0, \"xmax\": 1109.0, \"ymax\": 831.0}, \"category\": \"pn\"}]}, \"51893\": {\"path\": \"train/51893.jpg\", \"id\": 51893, \"objects\": [{\"bbox\": {\"xmin\": 1002.0, \"ymin\": 689.0, \"xmax\": 1073.0, \"ymax\": 758.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1433.0, \"ymin\": 929.0, \"xmax\": 1492.0, \"ymax\": 988.0}, \"category\": \"p26\"}]}, \"31153\": {\"path\": \"train/31153.jpg\", \"id\": 31153, \"objects\": [{\"bbox\": {\"xmin\": 1737.33, \"ymin\": 536.0, \"xmax\": 1838.667, \"ymax\": 653.333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 929.333, \"xmax\": 1284.0, \"ymax\": 950.6667}, \"category\": \"pm10\"}]}, \"41564\": {\"path\": \"train/41564.jpg\", \"id\": 41564, \"objects\": [{\"bbox\": {\"xmin\": 1956.86, \"ymin\": 790.196, \"xmax\": 1985.5263, \"ymax\": 826.3158000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1990.2, \"ymin\": 793.421, \"xmax\": 2021.0526, \"ymax\": 834.2105}, \"category\": \"pn\"}]}, \"33786\": {\"path\": \"train/33786.jpg\", \"id\": 33786, \"objects\": [{\"bbox\": {\"xmin\": 1457.89, \"ymin\": 739.216, \"xmax\": 1503.9143000000001, \"ymax\": 793.4211}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1515.69, \"ymin\": 744.401, \"xmax\": 1564.7059000000002, \"ymax\": 793.4209999999999}, \"category\": \"pn\"}]}, \"47235\": {\"path\": \"train/47235.jpg\", \"id\": 47235, \"objects\": [{\"bbox\": {\"xmin\": 1776.9976806640625, \"ymin\": 996.6183471679688, \"xmax\": 1797.8319091796875, \"ymax\": 1020.4981079101562}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 18.6667, \"ymin\": 316.0, \"xmax\": 141.3337, \"ymax\": 476.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 160.0, \"ymin\": 988.0, \"xmax\": 184.0, \"ymax\": 1017.3333}, \"category\": \"pne\"}]}, \"52214\": {\"path\": \"test/52214.jpg\", \"id\": 52214, \"objects\": [{\"bbox\": {\"xmin\": 1652.94, \"ymin\": 478.431, \"xmax\": 1760.784, \"ymax\": 596.078}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1521.57, \"ymin\": 450.98, \"xmax\": 1639.216, \"ymax\": 582.3530000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1772.55, \"ymin\": 503.922, \"xmax\": 1856.8627, \"ymax\": 617.647}, \"category\": \"pn\"}]}, \"13134\": {\"path\": \"train/13134.jpg\", \"id\": 13134, \"objects\": [{\"bbox\": {\"xmin\": 1244.0, \"ymin\": 1021.33, \"xmax\": 1270.6667, \"ymax\": 1048.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 994.667, \"xmax\": 1272.0, \"ymax\": 1020.0}, \"category\": \"pm20\"}]}, \"35089\": {\"path\": \"test/35089.jpg\", \"id\": 35089, \"objects\": [{\"bbox\": {\"xmin\": 1765.87, \"ymin\": 839.683, \"xmax\": 1803.9683, \"ymax\": 882.5397}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1565.87, \"ymin\": 932.54, \"xmax\": 1586.5078999999998, \"ymax\": 955.5555999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1530.16, \"ymin\": 933.333, \"xmax\": 1545.2381, \"ymax\": 955.5555999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1547.62, \"ymin\": 932.54, \"xmax\": 1565.0793999999999, \"ymax\": 954.7622}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1605.56, \"ymin\": 833.333, \"xmax\": 1648.4126999999999, \"ymax\": 876.1904999999999}, \"category\": \"pne\"}]}, \"458\": {\"path\": \"other/458.jpg\", \"id\": 458, \"objects\": [{\"bbox\": {\"xmin\": 1785.481201171875, \"ymin\": 1005.5192260742188, \"xmax\": 1805.346435546875, \"ymax\": 1027.4979248046875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1786.2791748046875, \"ymin\": 973.3729248046875, \"xmax\": 1806.6246337890625, \"ymax\": 994.2174072265625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1787.24951171875, \"ymin\": 940.202880859375, \"xmax\": 1808.01318359375, \"ymax\": 961.145751953125}, \"category\": \"p26\"}]}, \"44689\": {\"path\": \"train/44689.jpg\", \"id\": 44689, \"objects\": [{\"bbox\": {\"xmin\": 611.0, \"ymin\": 875.0, \"xmax\": 704.0, \"ymax\": 991.0}, \"category\": \"pl30\"}]}, \"16947\": {\"path\": \"other/16947.jpg\", \"id\": 16947, \"objects\": [{\"bbox\": {\"xmin\": 1172.4598388671875, \"ymin\": 987.0388793945312, \"xmax\": 1192.6285400390625, \"ymax\": 1004.1464233398438}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1462.67, \"ymin\": 885.333, \"xmax\": 1510.6667, \"ymax\": 936.0}, \"category\": \"p9\"}]}, \"32592\": {\"path\": \"train/32592.jpg\", \"id\": 32592, \"objects\": [{\"bbox\": {\"xmin\": 1765.87, \"ymin\": 915.079, \"xmax\": 1787.3015999999998, \"ymax\": 940.4762}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1611.9, \"ymin\": 957.143, \"xmax\": 1622.2222000000002, \"ymax\": 971.4286000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1580.16, \"ymin\": 953.968, \"xmax\": 1595.2381, \"ymax\": 971.4286}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1598.41, \"ymin\": 955.556, \"xmax\": 1609.5238000000002, \"ymax\": 972.2222}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1676.19, \"ymin\": 911.905, \"xmax\": 1698.4127, \"ymax\": 936.5079}, \"category\": \"pne\"}]}, \"12497\": {\"path\": \"train/12497.jpg\", \"id\": 12497, \"objects\": [{\"bbox\": {\"xmin\": 670.015, \"ymin\": 1008.99, \"xmax\": 693.0222, \"ymax\": 1031.8832}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 720.864, \"ymin\": 1009.57, \"xmax\": 743.8808, \"ymax\": 1032.4695000000002}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 695.568, \"ymin\": 1009.59, \"xmax\": 718.3992, \"ymax\": 1032.0039}, \"category\": \"pn\"}]}, \"28960\": {\"path\": \"train/28960.jpg\", \"id\": 28960, \"objects\": [{\"bbox\": {\"xmin\": 696.053, \"ymin\": 861.842, \"xmax\": 731.5789, \"ymax\": 892.1052999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1055.26, \"ymin\": 981.579, \"xmax\": 1086.8421, \"ymax\": 1017.1052999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 560.526, \"ymin\": 865.789, \"xmax\": 594.7367999999999, \"ymax\": 906.5789}, \"category\": \"pne\"}]}, \"91075\": {\"path\": \"test/91075.jpg\", \"id\": 91075, \"objects\": [{\"bbox\": {\"xmin\": 639.474, \"ymin\": 943.421, \"xmax\": 675.0, \"ymax\": 997.3684000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 588.158, \"ymin\": 938.158, \"xmax\": 623.6842, \"ymax\": 994.7368}, \"category\": \"pne\"}]}, \"1519\": {\"path\": \"other/1519.jpg\", \"id\": 1519, \"objects\": [{\"bbox\": {\"xmin\": 894.318, \"ymin\": 956.818, \"xmax\": 908.5227, \"ymax\": 973.8636}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1080.68, \"ymin\": 972.159, \"xmax\": 1092.6136000000001, \"ymax\": 985.7955}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1052.84, \"ymin\": 973.295, \"xmax\": 1064.7727, \"ymax\": 985.2273}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1067.05, \"ymin\": 970.455, \"xmax\": 1078.9863, \"ymax\": 984.6591000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 832.386, \"ymin\": 958.523, \"xmax\": 846.5908999999999, \"ymax\": 973.2955000000001}, \"category\": \"pne\"}]}, \"36046\": {\"path\": \"test/36046.jpg\", \"id\": 36046, \"objects\": [{\"bbox\": {\"xmin\": 446.053, \"ymin\": 500.0, \"xmax\": 540.7895, \"ymax\": 589.4722}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1246.05, \"ymin\": 650.0, \"xmax\": 1318.4175, \"ymax\": 718.4217}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1318.42, \"ymin\": 651.316, \"xmax\": 1400.0, \"ymax\": 722.3684000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 6.57895, \"ymin\": 600.0, \"xmax\": 64.47375, \"ymax\": 696.0526}, \"category\": \"pne\"}]}, \"69658\": {\"path\": \"test/69658.jpg\", \"id\": 69658, \"objects\": [{\"bbox\": {\"xmin\": 1646.03, \"ymin\": 816.667, \"xmax\": 1680.9524, \"ymax\": 852.3810000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1695.24, \"ymin\": 900.0, \"xmax\": 1714.2857, \"ymax\": 923.0159}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1673.02, \"ymin\": 899.206, \"xmax\": 1692.0635, \"ymax\": 924.6032}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1716.67, \"ymin\": 901.587, \"xmax\": 1735.7243, \"ymax\": 925.3968}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1455.56, \"ymin\": 805.556, \"xmax\": 1496.0317, \"ymax\": 846.5347}, \"category\": \"pne\"}]}, \"54783\": {\"path\": \"other/54783.jpg\", \"id\": 54783, \"objects\": [{\"bbox\": {\"xmin\": 1150.67, \"ymin\": 440.0, \"xmax\": 1270.6670000000001, \"ymax\": 553.333}, \"category\": \"pr30\"}]}, \"17330\": {\"path\": \"train/17330.jpg\", \"id\": 17330, \"objects\": [{\"bbox\": {\"xmin\": 1298.67, \"ymin\": 957.333, \"xmax\": 1332.0, \"ymax\": 992.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1302.67, \"ymin\": 893.333, \"xmax\": 1333.3333, \"ymax\": 924.0}, \"category\": \"pcl\"}]}, \"42811\": {\"path\": \"train/42811.jpg\", \"id\": 42811, \"objects\": [{\"bbox\": {\"xmin\": 185.526, \"ymin\": 1000.0, \"xmax\": 223.6842, \"ymax\": 1048.6842}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 189.474, \"ymin\": 953.947, \"xmax\": 221.05259999999998, \"ymax\": 1000.0}, \"category\": \"pl5\"}]}, \"19325\": {\"path\": \"test/19325.jpg\", \"id\": 19325, \"objects\": [{\"bbox\": {\"xmin\": 464.0, \"ymin\": 405.333, \"xmax\": 570.667, \"ymax\": 504.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1638.67, \"ymin\": 389.333, \"xmax\": 1750.6670000000001, \"ymax\": 486.6657}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1972.0, \"ymin\": 532.0, \"xmax\": 2049.3465, \"ymax\": 713.333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 336.0, \"ymin\": 1058.67, \"xmax\": 384.0, \"ymax\": 1109.3366}, \"category\": \"pne\"}]}, \"47027\": {\"path\": \"train/47027.jpg\", \"id\": 47027, \"objects\": [{\"bbox\": {\"xmin\": 420.29443359375, \"ymin\": 997.658447265625, \"xmax\": 447.73944091796875, \"ymax\": 1028.26806640625}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 190.0, \"ymin\": 1010.0, \"xmax\": 242.0, \"ymax\": 1089.0}, \"category\": \"pcl\"}]}, \"7889\": {\"path\": \"train/7889.jpg\", \"id\": 7889, \"objects\": [{\"bbox\": {\"xmin\": 291.27, \"ymin\": 907.937, \"xmax\": 328.5714, \"ymax\": 957.9365}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 306.349, \"ymin\": 848.413, \"xmax\": 350.0, \"ymax\": 899.2066}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 334.127, \"ymin\": 902.381, \"xmax\": 375.3968, \"ymax\": 956.3492}, \"category\": \"p18\"}]}, \"91809\": {\"path\": \"test/91809.jpg\", \"id\": 91809, \"objects\": [{\"bbox\": {\"xmin\": 1452.98, \"ymin\": 860.927, \"xmax\": 1482.7837, \"ymax\": 893.3777}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1485.44, \"ymin\": 862.914, \"xmax\": 1513.9118, \"ymax\": 896.0267}, \"category\": \"pn\"}]}, \"35834\": {\"path\": \"train/35834.jpg\", \"id\": 35834, \"objects\": [{\"bbox\": {\"xmin\": 1115.04, \"ymin\": 1278.32, \"xmax\": 1141.5928999999999, \"ymax\": 1303.5398}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1147.35, \"ymin\": 1278.76, \"xmax\": 1174.7787999999998, \"ymax\": 1303.9823}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1190.27, \"ymin\": 1275.66, \"xmax\": 1216.3717, \"ymax\": 1302.6549}, \"category\": \"pne\"}]}, \"52998\": {\"path\": \"train/52998.jpg\", \"id\": 52998, \"objects\": [{\"bbox\": {\"xmin\": 1722.67, \"ymin\": 926.667, \"xmax\": 1750.6667, \"ymax\": 1021.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1105.33, \"ymin\": 701.333, \"xmax\": 1177.33, \"ymax\": 772.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1033.33, \"ymin\": 689.333, \"xmax\": 1106.6634, \"ymax\": 752.0}, \"category\": \"w57\"}]}, \"44678\": {\"path\": \"test/44678.jpg\", \"id\": 44678, \"objects\": [{\"bbox\": {\"xmin\": 744.0, \"ymin\": 982.0, \"xmax\": 786.0, \"ymax\": 1025.0}, \"category\": \"pl60\"}]}, \"38062\": {\"path\": \"test/38062.jpg\", \"id\": 38062, \"objects\": [{\"bbox\": {\"xmin\": 351.327, \"ymin\": 1113.72, \"xmax\": 382.7433, \"ymax\": 1147.7876}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 262.39, \"ymin\": 1115.49, \"xmax\": 290.70799999999997, \"ymax\": 1148.2301}, \"category\": \"pne\"}]}, \"61039\": {\"path\": \"test/61039.jpg\", \"id\": 61039, \"objects\": [{\"bbox\": {\"xmin\": 1341.0, \"ymin\": 965.0, \"xmax\": 1371.0, \"ymax\": 999.0}, \"category\": \"pl60\"}]}, \"90495\": {\"path\": \"test/90495.jpg\", \"id\": 90495, \"objects\": [{\"bbox\": {\"xmin\": 1356.58, \"ymin\": 905.263, \"xmax\": 1381.5789, \"ymax\": 932.8947000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1252.63, \"ymin\": 902.632, \"xmax\": 1278.9474, \"ymax\": 932.8947}, \"category\": \"pne\"}]}, \"61271\": {\"path\": \"other/61271.jpg\", \"id\": 61271, \"objects\": [{\"bbox\": {\"xmin\": 1134.9224853515625, \"ymin\": 934.9425659179688, \"xmax\": 1154.8963623046875, \"ymax\": 952.2597045898438}, \"category\": \"pne\"}]}, \"76549\": {\"path\": \"other/76549.jpg\", \"id\": 76549, \"objects\": [{\"bbox\": {\"xmin\": 521.854, \"ymin\": 1035.76, \"xmax\": 537.0861, \"ymax\": 1067.5497}, \"category\": \"w58\"}]}, \"8947\": {\"path\": \"train/8947.jpg\", \"id\": 8947, \"objects\": [{\"bbox\": {\"xmin\": 970.4, \"ymin\": 912.0, \"xmax\": 995.1999999999999, \"ymax\": 934.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 805.6, \"ymin\": 915.2, \"xmax\": 828.0, \"ymax\": 936.8000000000001}, \"category\": \"pne\"}]}, \"10862\": {\"path\": \"train/10862.jpg\", \"id\": 10862, \"objects\": [{\"bbox\": {\"xmin\": 1593.0, \"ymin\": 937.0, \"xmax\": 1640.0, \"ymax\": 987.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 939.0, \"xmax\": 1424.0, \"ymax\": 982.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1589.0, \"ymin\": 862.0, \"xmax\": 1636.0, \"ymax\": 912.0}, \"category\": \"p16\"}]}, \"63503\": {\"path\": \"train/63503.jpg\", \"id\": 63503, \"objects\": [{\"bbox\": {\"xmin\": 1673.0, \"ymin\": 1004.0, \"xmax\": 1712.0, \"ymax\": 1046.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1339.0, \"ymin\": 1155.0, \"xmax\": 1381.0, \"ymax\": 1199.0}, \"category\": \"pn\"}]}, \"63555\": {\"path\": \"test/63555.jpg\", \"id\": 63555, \"objects\": [{\"bbox\": {\"xmin\": 1874.67, \"ymin\": 869.333, \"xmax\": 1910.6667, \"ymax\": 905.3333}, \"category\": \"pl100\"}]}, \"72663\": {\"path\": \"train/72663.jpg\", \"id\": 72663, \"objects\": [{\"bbox\": {\"xmin\": 1405.57, \"ymin\": 932.54, \"xmax\": 1463.4923999999999, \"ymax\": 984.9205999999999}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1405.56, \"ymin\": 873.81, \"xmax\": 1463.4921, \"ymax\": 927.6315999999999}, \"category\": \"w57\"}]}, \"8216\": {\"path\": \"train/8216.jpg\", \"id\": 8216, \"objects\": [{\"bbox\": {\"xmin\": 109.0, \"ymin\": 833.0, \"xmax\": 141.0, \"ymax\": 875.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 108.0, \"ymin\": 877.0, \"xmax\": 142.0, \"ymax\": 918.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 720.0, \"ymin\": 1109.0, \"xmax\": 737.0, \"ymax\": 1125.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 109.0, \"ymin\": 936.0, \"xmax\": 137.0, \"ymax\": 971.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 108.0, \"ymin\": 975.0, \"xmax\": 138.0, \"ymax\": 1011.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 491.0, \"ymin\": 1153.0, \"xmax\": 514.0, \"ymax\": 1189.0}, \"category\": \"pt\"}]}, \"89637\": {\"path\": \"test/89637.jpg\", \"id\": 89637, \"objects\": [{\"bbox\": {\"xmin\": 1271.7105712890625, \"ymin\": 987.6016235351562, \"xmax\": 1291.6158447265625, \"ymax\": 1004.7797241210938}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 842.667, \"ymin\": 956.0, \"xmax\": 870.6667, \"ymax\": 977.3333}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1126.67, \"ymin\": 962.667, \"xmax\": 1149.3333, \"ymax\": 985.3333}, \"category\": \"w57\"}]}, \"40198\": {\"path\": \"train/40198.jpg\", \"id\": 40198, \"objects\": [{\"bbox\": {\"xmin\": 796.825, \"ymin\": 787.302, \"xmax\": 846.8254000000001, \"ymax\": 837.3016}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 331.746, \"ymin\": 838.095, \"xmax\": 365.873, \"ymax\": 880.1587000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 878.571, \"ymin\": 907.937, \"xmax\": 899.2063, \"ymax\": 932.5397}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 850.0, \"ymin\": 907.937, \"xmax\": 873.8095, \"ymax\": 931.746}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 902.381, \"ymin\": 904.762, \"xmax\": 925.3968, \"ymax\": 930.1587}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 210.317, \"ymin\": 846.825, \"xmax\": 238.0952, \"ymax\": 887.3016}, \"category\": \"pne\"}]}, \"38530\": {\"path\": \"test/38530.jpg\", \"id\": 38530, \"objects\": [{\"bbox\": {\"xmin\": 1536.63, \"ymin\": 852.475, \"xmax\": 1576.1987000000001, \"ymax\": 886.1386}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1582.18, \"ymin\": 852.475, \"xmax\": 1620.8026, \"ymax\": 889.1089000000001}, \"category\": \"w57\"}]}, \"34312\": {\"path\": \"test/34312.jpg\", \"id\": 34312, \"objects\": [{\"bbox\": {\"xmin\": 1073.63, \"ymin\": 856.716, \"xmax\": 1108.4577000000002, \"ymax\": 892.5368}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1110.94, \"ymin\": 859.204, \"xmax\": 1146.7662, \"ymax\": 893.5328}, \"category\": \"pn\"}]}, \"44170\": {\"path\": \"test/44170.jpg\", \"id\": 44170, \"objects\": [{\"bbox\": {\"xmin\": 1293.42, \"ymin\": 792.105, \"xmax\": 1365.7895, \"ymax\": 906.5790000000001}, \"category\": \"ip\"}]}, \"96973\": {\"path\": \"train/96973.jpg\", \"id\": 96973, \"objects\": [{\"bbox\": {\"xmin\": 1423.84, \"ymin\": 890.066, \"xmax\": 1462.9162, \"ymax\": 925.8278}, \"category\": \"pl40\"}]}, \"50488\": {\"path\": \"train/50488.jpg\", \"id\": 50488, \"objects\": [{\"bbox\": {\"xmin\": 644.0, \"ymin\": 1101.33, \"xmax\": 678.6667, \"ymax\": 1132.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1362.67, \"ymin\": 646.667, \"xmax\": 1440.0033, \"ymax\": 728.0}, \"category\": \"p11\"}]}, \"24676\": {\"path\": \"train/24676.jpg\", \"id\": 24676, \"objects\": [{\"bbox\": {\"xmin\": 1052.0, \"ymin\": 776.0, \"xmax\": 1093.0, \"ymax\": 816.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 778.0, \"xmax\": 1142.0, \"ymax\": 819.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1204.0, \"ymin\": 869.0, \"xmax\": 1249.0, \"ymax\": 913.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1204.0, \"ymin\": 923.0, \"xmax\": 1246.0, \"ymax\": 968.0}, \"category\": \"i2r\"}]}, \"19630\": {\"path\": \"test/19630.jpg\", \"id\": 19630, \"objects\": [{\"bbox\": {\"xmin\": 1180.0, \"ymin\": 772.0, \"xmax\": 1202.0, \"ymax\": 798.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 995.0, \"ymin\": 775.0, \"xmax\": 1019.0, \"ymax\": 798.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1090.0, \"ymin\": 774.0, \"xmax\": 1113.0, \"ymax\": 797.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 961.0, \"ymin\": 744.0, \"xmax\": 985.0, \"ymax\": 769.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 995.0, \"ymin\": 743.0, \"xmax\": 1017.0, \"ymax\": 766.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 962.0, \"ymin\": 776.0, \"xmax\": 985.0, \"ymax\": 798.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1057.0, \"ymin\": 773.0, \"xmax\": 1080.0, \"ymax\": 796.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1147.0, \"ymin\": 772.0, \"xmax\": 1172.0, \"ymax\": 795.0}, \"category\": \"pl100\"}]}, \"29289\": {\"path\": \"train/29289.jpg\", \"id\": 29289, \"objects\": [{\"bbox\": {\"xmin\": 844.737, \"ymin\": 1022.37, \"xmax\": 892.1052999999999, \"ymax\": 1069.7368}, \"category\": \"pl30\"}]}, \"94248\": {\"path\": \"test/94248.jpg\", \"id\": 94248, \"objects\": [{\"bbox\": {\"xmin\": 1778.67, \"ymin\": 862.667, \"xmax\": 1836.0, \"ymax\": 930.667}, \"category\": \"pl80\"}]}, \"45270\": {\"path\": \"other/45270.jpg\", \"id\": 45270, \"objects\": [{\"bbox\": {\"xmin\": 167.46, \"ymin\": 953.175, \"xmax\": 179.3651, \"ymax\": 968.2539999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 939.683, \"ymin\": 959.524, \"xmax\": 953.1745999999999, \"ymax\": 976.1905}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1762.7, \"ymin\": 904.762, \"xmax\": 1776.9841000000001, \"ymax\": 926.1904999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 884.921, \"ymin\": 960.317, \"xmax\": 896.8262000000001, \"ymax\": 975.3968}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1722.22, \"ymin\": 912.698, \"xmax\": 1734.9206, \"ymax\": 934.9205999999999}, \"category\": \"pne\"}]}, \"9574\": {\"path\": \"test/9574.jpg\", \"id\": 9574, \"objects\": [{\"bbox\": {\"xmin\": 1234.62, \"ymin\": 601.587, \"xmax\": 1306.3491999999999, \"ymax\": 680.9524}, \"category\": \"pn\"}]}, \"15313\": {\"path\": \"train/15313.jpg\", \"id\": 15313, \"objects\": [{\"bbox\": {\"xmin\": 1430.69, \"ymin\": 956.436, \"xmax\": 1518.8119000000002, \"ymax\": 1061.386}, \"category\": \"pne\"}]}, \"61157\": {\"path\": \"train/61157.jpg\", \"id\": 61157, \"objects\": [{\"bbox\": {\"xmin\": 1146.787353515625, \"ymin\": 1025.2127685546875, \"xmax\": 1166.658935546875, \"ymax\": 1043.7325439453125}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 171.053, \"ymin\": 1063.16, \"xmax\": 206.5787, \"ymax\": 1126.3158}, \"category\": \"pne\"}]}, \"19480\": {\"path\": \"train/19480.jpg\", \"id\": 19480, \"objects\": [{\"bbox\": {\"xmin\": 1121.43, \"ymin\": 874.603, \"xmax\": 1154.7625, \"ymax\": 904.7619}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1015.08, \"ymin\": 870.635, \"xmax\": 1047.6190000000001, \"ymax\": 903.1745999999999}, \"category\": \"i4\"}]}, \"30500\": {\"path\": \"train/30500.jpg\", \"id\": 30500, \"objects\": [{\"bbox\": {\"xmin\": 1532.0, \"ymin\": 902.667, \"xmax\": 1550.6667, \"ymax\": 921.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 478.667, \"ymin\": 937.333, \"xmax\": 494.6667, \"ymax\": 962.6667}, \"category\": \"pl5\"}]}, \"60258\": {\"path\": \"train/60258.jpg\", \"id\": 60258, \"objects\": [{\"bbox\": {\"xmin\": 1280.2, \"ymin\": 819.802, \"xmax\": 1324.7525, \"ymax\": 868.3168000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1177.23, \"ymin\": 814.851, \"xmax\": 1226.7327, \"ymax\": 865.3465}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1229.7, \"ymin\": 820.792, \"xmax\": 1276.2376, \"ymax\": 868.3168000000001}, \"category\": \"pn\"}]}, \"30219\": {\"path\": \"train/30219.jpg\", \"id\": 30219, \"objects\": [{\"bbox\": {\"xmin\": 1209.94, \"ymin\": 949.007, \"xmax\": 1235.7671, \"ymax\": 973.5103999999999}, \"category\": \"p5\"}]}, \"77713\": {\"path\": \"test/77713.jpg\", \"id\": 77713, \"objects\": [{\"bbox\": {\"xmin\": 136.0, \"ymin\": 462.0, \"xmax\": 182.0, \"ymax\": 532.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 163.0, \"ymin\": 1261.0, \"xmax\": 404.0, \"ymax\": 1310.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 341.0, \"ymin\": 1216.0, \"xmax\": 549.0, \"ymax\": 1246.0}, \"category\": \"pl40\"}]}, \"87851\": {\"path\": \"test/87851.jpg\", \"id\": 87851, \"objects\": [{\"bbox\": {\"xmin\": 717.105, \"ymin\": 871.053, \"xmax\": 752.3179, \"ymax\": 907.2848}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 567.55, \"ymin\": 871.053, \"xmax\": 606.6220999999999, \"ymax\": 906.5789}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 470.199, \"ymin\": 876.316, \"xmax\": 497.3679, \"ymax\": 901.3245000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 505.263, \"ymin\": 876.316, \"xmax\": 529.8013, \"ymax\": 896.6887}, \"category\": \"pn\"}]}, \"41240\": {\"path\": \"train/41240.jpg\", \"id\": 41240, \"objects\": [{\"bbox\": {\"xmin\": 798.039, \"ymin\": 731.373, \"xmax\": 846.0526, \"ymax\": 782.8947000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 480.392, \"ymin\": 740.789, \"xmax\": 523.5294, \"ymax\": 801.9603999999999}, \"category\": \"pne\"}]}, \"85653\": {\"path\": \"train/85653.jpg\", \"id\": 85653, \"objects\": [{\"bbox\": {\"xmin\": 976.0, \"ymin\": 697.0, \"xmax\": 1038.0, \"ymax\": 760.0}, \"category\": \"ph4.5\"}]}, \"95714\": {\"path\": \"test/95714.jpg\", \"id\": 95714, \"objects\": [{\"bbox\": {\"xmin\": 631.683, \"ymin\": 774.257, \"xmax\": 682.1782, \"ymax\": 822.7723}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1166.34, \"ymin\": 884.158, \"xmax\": 1191.0891, \"ymax\": 911.8812}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1136.63, \"ymin\": 885.149, \"xmax\": 1161.3861000000002, \"ymax\": 913.8614}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1193.07, \"ymin\": 886.139, \"xmax\": 1221.7821999999999, \"ymax\": 913.8614}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 445.545, \"ymin\": 789.109, \"xmax\": 490.09900000000005, \"ymax\": 836.6337000000001}, \"category\": \"pne\"}]}, \"17712\": {\"path\": \"train/17712.jpg\", \"id\": 17712, \"objects\": [{\"bbox\": {\"xmin\": 1281.0, \"ymin\": 659.0, \"xmax\": 1352.0, \"ymax\": 732.0}, \"category\": \"pl20\"}]}, \"65450\": {\"path\": \"train/65450.jpg\", \"id\": 65450, \"objects\": [{\"bbox\": {\"xmin\": 1767.0, \"ymin\": 1056.0, \"xmax\": 1794.0, \"ymax\": 1084.0}, \"category\": \"p10\"}]}, \"48851\": {\"path\": \"train/48851.jpg\", \"id\": 48851, \"objects\": [{\"bbox\": {\"xmin\": 1183.17, \"ymin\": 902.97, \"xmax\": 1201.9802, \"ymax\": 930.6932}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1101.98, \"ymin\": 896.04, \"xmax\": 1118.8119, \"ymax\": 927.7228}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 293.069, \"ymin\": 867.327, \"xmax\": 319.802, \"ymax\": 898.0198}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 187.129, \"ymin\": 874.257, \"xmax\": 209.90099999999998, \"ymax\": 907.9208}, \"category\": \"pne\"}]}, \"27179\": {\"path\": \"test/27179.jpg\", \"id\": 27179, \"objects\": [{\"bbox\": {\"xmin\": 368.627, \"ymin\": 856.863, \"xmax\": 447.0588, \"ymax\": 998.039}, \"category\": \"i2r\"}]}, \"89486\": {\"path\": \"train/89486.jpg\", \"id\": 89486, \"objects\": [{\"bbox\": {\"xmin\": 1286.27, \"ymin\": 843.137, \"xmax\": 1323.5294, \"ymax\": 917.6470999999999}, \"category\": \"pl40\"}]}, \"76122\": {\"path\": \"test/76122.jpg\", \"id\": 76122, \"objects\": [{\"bbox\": {\"xmin\": 152.381, \"ymin\": 890.476, \"xmax\": 172.2222, \"ymax\": 919.8413}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 48.4127, \"ymin\": 978.572, \"xmax\": 66.6667, \"ymax\": 1000.794}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1095.24, \"ymin\": 942.063, \"xmax\": 1107.1434, \"ymax\": 955.5556}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 73.0159, \"ymin\": 881.746, \"xmax\": 86.5079, \"ymax\": 908.7301}, \"category\": \"pne\"}]}, \"28356\": {\"path\": \"test/28356.jpg\", \"id\": 28356, \"objects\": [{\"bbox\": {\"xmin\": 1586.1, \"ymin\": 1152.32, \"xmax\": 1613.2483, \"ymax\": 1182.7815}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1615.23, \"ymin\": 1151.0, \"xmax\": 1644.3731, \"ymax\": 1178.8102}, \"category\": \"pn\"}]}, \"84360\": {\"path\": \"train/84360.jpg\", \"id\": 84360, \"objects\": [{\"bbox\": {\"xmin\": 207.143, \"ymin\": 869.841, \"xmax\": 233.3333, \"ymax\": 898.4127}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 236.508, \"ymin\": 868.254, \"xmax\": 261.1111, \"ymax\": 897.619}, \"category\": \"pn\"}]}, \"94893\": {\"path\": \"test/94893.jpg\", \"id\": 94893, \"objects\": [{\"bbox\": {\"xmin\": 1261.0, \"ymin\": 791.0, \"xmax\": 1321.0, \"ymax\": 853.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1331.0, \"ymin\": 791.0, \"xmax\": 1390.0, \"ymax\": 852.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1284.0, \"ymin\": 987.0, \"xmax\": 1310.0, \"ymax\": 1010.0}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1443.0, \"ymin\": 936.0, \"xmax\": 1488.0, \"ymax\": 978.0}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1282.0, \"ymin\": 1019.0, \"xmax\": 1311.0, \"ymax\": 1044.0}, \"category\": \"w57\"}]}, \"77794\": {\"path\": \"test/77794.jpg\", \"id\": 77794, \"objects\": [{\"bbox\": {\"xmin\": 1721.33, \"ymin\": 921.333, \"xmax\": 1757.3333, \"ymax\": 958.6667}, \"category\": \"pl40\"}]}, \"46711\": {\"path\": \"train/46711.jpg\", \"id\": 46711, \"objects\": [{\"bbox\": {\"xmin\": 1639.22, \"ymin\": 478.431, \"xmax\": 1772.549, \"ymax\": 607.843}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1349.02, \"ymin\": 943.137, \"xmax\": 1386.2745, \"ymax\": 984.3136999999999}, \"category\": \"pl15\"}]}, \"15749\": {\"path\": \"train/15749.jpg\", \"id\": 15749, \"objects\": [{\"bbox\": {\"xmin\": 780.0, \"ymin\": 574.667, \"xmax\": 862.6667, \"ymax\": 650.6667}, \"category\": \"w55\"}]}, \"71133\": {\"path\": \"train/71133.jpg\", \"id\": 71133, \"objects\": [{\"bbox\": {\"xmin\": 517.105, \"ymin\": 978.947, \"xmax\": 551.316, \"ymax\": 1010.5263}, \"category\": \"ip\"}]}, \"24038\": {\"path\": \"train/24038.jpg\", \"id\": 24038, \"objects\": [{\"bbox\": {\"xmin\": 205.268, \"ymin\": 977.632, \"xmax\": 232.8947, \"ymax\": 1019.7398}, \"category\": \"pl50\"}]}, \"90407\": {\"path\": \"test/90407.jpg\", \"id\": 90407, \"objects\": [{\"bbox\": {\"xmin\": 280.682, \"ymin\": 1455.11, \"xmax\": 321.59090000000003, \"ymax\": 1494.3182}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 327.273, \"ymin\": 1454.55, \"xmax\": 368.18170000000003, \"ymax\": 1491.4773}, \"category\": \"ph2.5\"}]}, \"64670\": {\"path\": \"test/64670.jpg\", \"id\": 64670, \"objects\": [{\"bbox\": {\"xmin\": 770.297, \"ymin\": 884.158, \"xmax\": 799.0099, \"ymax\": 914.8515}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1148.51, \"ymin\": 893.069, \"xmax\": 1174.2574, \"ymax\": 921.7822}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1176.24, \"ymin\": 895.05, \"xmax\": 1200.0, \"ymax\": 921.7822}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 677.228, \"ymin\": 886.139, \"xmax\": 709.901, \"ymax\": 916.8317}, \"category\": \"pne\"}]}, \"88113\": {\"path\": \"test/88113.jpg\", \"id\": 88113, \"objects\": [{\"bbox\": {\"xmin\": 1424.0, \"ymin\": 986.667, \"xmax\": 1485.3333, \"ymax\": 1049.3333}, \"category\": \"p5\"}]}, \"84957\": {\"path\": \"test/84957.jpg\", \"id\": 84957, \"objects\": [{\"bbox\": {\"xmin\": 1596.52, \"ymin\": 988.06, \"xmax\": 1615.4254, \"ymax\": 1011.4427999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 871.165, \"ymin\": 979.755, \"xmax\": 891.1038, \"ymax\": 1000.6135}, \"category\": \"pne\"}]}, \"84733\": {\"path\": \"other/84733.jpg\", \"id\": 84733, \"objects\": [{\"bbox\": {\"xmin\": 1155.0, \"ymin\": 925.0, \"xmax\": 1189.0, \"ymax\": 961.0}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 675.0, \"ymin\": 921.0, \"xmax\": 704.0, \"ymax\": 952.0}, \"category\": \"pl90\"}]}, \"33148\": {\"path\": \"train/33148.jpg\", \"id\": 33148, \"objects\": [{\"bbox\": {\"xmin\": 875.0, \"ymin\": 757.0, \"xmax\": 918.0, \"ymax\": 799.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1279.0, \"ymin\": 778.0, \"xmax\": 1318.0, \"ymax\": 819.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1084.0, \"ymin\": 765.0, \"xmax\": 1127.0, \"ymax\": 809.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1191.0, \"ymin\": 771.0, \"xmax\": 1230.0, \"ymax\": 812.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 779.0, \"ymin\": 755.0, \"xmax\": 823.0, \"ymax\": 799.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 992.0, \"ymin\": 761.0, \"xmax\": 1033.0, \"ymax\": 801.0}, \"category\": \"pl120\"}]}, \"8842\": {\"path\": \"other/8842.jpg\", \"id\": 8842, \"objects\": [{\"bbox\": {\"xmin\": 1107.0, \"ymin\": 1108.0, \"xmax\": 1223.0, \"ymax\": 1207.0}, \"category\": \"w30\"}]}, \"44539\": {\"path\": \"test/44539.jpg\", \"id\": 44539, \"objects\": [{\"bbox\": {\"xmin\": 1725.0, \"ymin\": 880.0, \"xmax\": 1775.0, \"ymax\": 932.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 662.0, \"ymin\": 874.0, \"xmax\": 719.0, \"ymax\": 932.0}, \"category\": \"pl80\"}]}, \"82748\": {\"path\": \"test/82748.jpg\", \"id\": 82748, \"objects\": [{\"bbox\": {\"xmin\": 1691.0, \"ymin\": 871.0, \"xmax\": 1719.0, \"ymax\": 904.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1611.0, \"ymin\": 965.0, \"xmax\": 1642.0, \"ymax\": 995.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1307.0, \"ymin\": 976.0, \"xmax\": 1324.0, \"ymax\": 992.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 889.0, \"ymin\": 948.0, \"xmax\": 915.0, \"ymax\": 974.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 679.0, \"ymin\": 971.0, \"xmax\": 697.0, \"ymax\": 988.0}, \"category\": \"pne\"}]}, \"9990\": {\"path\": \"train/9990.jpg\", \"id\": 9990, \"objects\": [{\"bbox\": {\"xmin\": 1737.47, \"ymin\": 974.032, \"xmax\": 1758.6977, \"ymax\": 996.3596}, \"category\": \"p24\"}, {\"bbox\": {\"xmin\": 1338.19, \"ymin\": 990.962, \"xmax\": 1352.9189000000001, \"ymax\": 1005.8312}, \"category\": \"pr30\"}, {\"bbox\": {\"xmin\": 1454.11, \"ymin\": 950.419, \"xmax\": 1506.484, \"ymax\": 995.9920999999999}, \"category\": \"w59\"}]}, \"36857\": {\"path\": \"test/36857.jpg\", \"id\": 36857, \"objects\": [{\"bbox\": {\"xmin\": 860.927, \"ymin\": 905.96, \"xmax\": 882.1192, \"ymax\": 927.8146}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1094.04, \"ymin\": 935.099, \"xmax\": 1108.6093, \"ymax\": 950.3311}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1066.23, \"ymin\": 937.748, \"xmax\": 1077.4834, \"ymax\": 951.6556}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1079.47, \"ymin\": 935.099, \"xmax\": 1093.3735, \"ymax\": 954.3046}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 780.132, \"ymin\": 909.272, \"xmax\": 798.6754999999999, \"ymax\": 930.4636}, \"category\": \"pne\"}]}, \"4554\": {\"path\": \"train/4554.jpg\", \"id\": 4554, \"objects\": [{\"bbox\": {\"xmin\": 580.263, \"ymin\": 836.842, \"xmax\": 610.5261, \"ymax\": 868.4205}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 438.158, \"ymin\": 843.421, \"xmax\": 465.7898, \"ymax\": 877.6316}, \"category\": \"pne\"}]}, \"25606\": {\"path\": \"train/25606.jpg\", \"id\": 25606, \"objects\": [{\"bbox\": {\"xmin\": 1154.0167236328125, \"ymin\": 901.7628784179688, \"xmax\": 1177.2667236328125, \"ymax\": 925.1238403320312}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1128.935546875, \"ymin\": 900.8604125976562, \"xmax\": 1150.013671875, \"ymax\": 925.9397583007812}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1366.0, \"ymin\": 742.0, \"xmax\": 1411.0, \"ymax\": 795.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1179.0, \"ymin\": 905.0, \"xmax\": 1200.0, \"ymax\": 930.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1546.0, \"ymin\": 757.0, \"xmax\": 1589.0, \"ymax\": 817.0}, \"category\": \"phclr\"}]}, \"28510\": {\"path\": \"train/28510.jpg\", \"id\": 28510, \"objects\": [{\"bbox\": {\"xmin\": 1508.0, \"ymin\": 790.667, \"xmax\": 1589.3333, \"ymax\": 876.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1505.33, \"ymin\": 877.333, \"xmax\": 1588.0, \"ymax\": 961.3333}, \"category\": \"pl80\"}]}, \"14215\": {\"path\": \"test/14215.jpg\", \"id\": 14215, \"objects\": [{\"bbox\": {\"xmin\": 1465.33, \"ymin\": 1002.67, \"xmax\": 1553.3333, \"ymax\": 1094.67}, \"category\": \"i5\"}]}, \"69549\": {\"path\": \"other/69549.jpg\", \"id\": 69549, \"objects\": [{\"bbox\": {\"xmin\": 1150.0, \"ymin\": 957.937, \"xmax\": 1158.73016, \"ymax\": 969.0476}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1109.52, \"ymin\": 957.937, \"xmax\": 1120.6349, \"ymax\": 969.0476}, \"category\": \"pne\"}]}, \"10313\": {\"path\": \"train/10313.jpg\", \"id\": 10313, \"objects\": [{\"bbox\": {\"xmin\": 1582.67, \"ymin\": 841.333, \"xmax\": 1626.6667, \"ymax\": 888.0009}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1582.67, \"ymin\": 897.333, \"xmax\": 1626.6667, \"ymax\": 942.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1586.67, \"ymin\": 946.667, \"xmax\": 1626.6667, \"ymax\": 992.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1534.67, \"ymin\": 893.333, \"xmax\": 1580.0, \"ymax\": 941.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1537.33, \"ymin\": 945.333, \"xmax\": 1580.0, \"ymax\": 994.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1534.67, \"ymin\": 842.667, \"xmax\": 1578.6667, \"ymax\": 889.3333}, \"category\": \"pl120\"}]}, \"36194\": {\"path\": \"train/36194.jpg\", \"id\": 36194, \"objects\": [{\"bbox\": {\"xmin\": 416.832, \"ymin\": 930.693, \"xmax\": 483.1683, \"ymax\": 1002.9703}, \"category\": \"p23\"}]}, \"72003\": {\"path\": \"other/72003.jpg\", \"id\": 72003, \"objects\": [{\"bbox\": {\"xmin\": 1421.33, \"ymin\": 1017.33, \"xmax\": 1468.0131999999999, \"ymax\": 1068.0033}, \"category\": \"pl15\"}]}, \"84245\": {\"path\": \"train/84245.jpg\", \"id\": 84245, \"objects\": [{\"bbox\": {\"xmin\": 388.27166748046875, \"ymin\": 1338.168701171875, \"xmax\": 515.85546875, \"ymax\": 1386.753173828125}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 575.0, \"ymin\": 809.211, \"xmax\": 698.684, \"ymax\": 934.211}, \"category\": \"pne\"}]}, \"39685\": {\"path\": \"train/39685.jpg\", \"id\": 39685, \"objects\": [{\"bbox\": {\"xmin\": 1312.0, \"ymin\": 827.0, \"xmax\": 1375.0, \"ymax\": 892.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1311.0, \"ymin\": 755.0, \"xmax\": 1374.0, \"ymax\": 822.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1430.0, \"ymin\": 932.0, \"xmax\": 1468.0, \"ymax\": 974.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1310.0, \"ymin\": 923.0, \"xmax\": 1342.0, \"ymax\": 956.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1347.0, \"ymin\": 922.0, \"xmax\": 1381.0, \"ymax\": 956.0}, \"category\": \"i2r\"}]}, \"45855\": {\"path\": \"train/45855.jpg\", \"id\": 45855, \"objects\": [{\"bbox\": {\"xmin\": 1058.42, \"ymin\": 989.474, \"xmax\": 1077.6316000000002, \"ymax\": 1009.9013}, \"category\": \"pne\"}]}, \"9296\": {\"path\": \"train/9296.jpg\", \"id\": 9296, \"objects\": [{\"bbox\": {\"xmin\": 756.436, \"ymin\": 883.168, \"xmax\": 790.099, \"ymax\": 920.7921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1129.7, \"ymin\": 933.663, \"xmax\": 1152.4752, \"ymax\": 957.4257}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1083.17, \"ymin\": 934.653, \"xmax\": 1106.9307000000001, \"ymax\": 957.4257}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1107.92, \"ymin\": 932.673, \"xmax\": 1126.7327, \"ymax\": 957.4257}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 628.713, \"ymin\": 889.109, \"xmax\": 665.3465, \"ymax\": 926.7327}, \"category\": \"pne\"}]}, \"85865\": {\"path\": \"test/85865.jpg\", \"id\": 85865, \"objects\": [{\"bbox\": {\"xmin\": 1692.11, \"ymin\": 938.158, \"xmax\": 1736.8420999999998, \"ymax\": 989.4737}, \"category\": \"ip\"}]}, \"34680\": {\"path\": \"train/34680.jpg\", \"id\": 34680, \"objects\": [{\"bbox\": {\"xmin\": 1724.0, \"ymin\": 854.0, \"xmax\": 1756.0, \"ymax\": 891.0}, \"category\": \"pl70\"}]}, \"12704\": {\"path\": \"test/12704.jpg\", \"id\": 12704, \"objects\": [{\"bbox\": {\"xmin\": 1411.0, \"ymin\": 806.0, \"xmax\": 1445.0, \"ymax\": 839.0}, \"category\": \"pl40\"}]}, \"97349\": {\"path\": \"train/97349.jpg\", \"id\": 97349, \"objects\": [{\"bbox\": {\"xmin\": 370.297, \"ymin\": 887.129, \"xmax\": 397.02970000000005, \"ymax\": 919.802}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 794.059, \"ymin\": 945.545, \"xmax\": 823.7624, \"ymax\": 973.2673}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 795.05, \"ymin\": 974.257, \"xmax\": 823.7624, \"ymax\": 1002.9703}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 275.248, \"ymin\": 891.089, \"xmax\": 300.9901, \"ymax\": 923.7624000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1790.1, \"ymin\": 572.277, \"xmax\": 1857.4257, \"ymax\": 681.1880000000001}, \"category\": \"pne\"}]}, \"57892\": {\"path\": \"train/57892.jpg\", \"id\": 57892, \"objects\": [{\"bbox\": {\"xmin\": 1018.55224609375, \"ymin\": 842.2849731445312, \"xmax\": 1043.82373046875, \"ymax\": 866.0795288085938}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 865.563, \"ymin\": 931.126, \"xmax\": 886.755, \"ymax\": 950.9934}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 863.576, \"ymin\": 965.563, \"xmax\": 886.0927, \"ymax\": 990.7284999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 982.743, \"ymin\": 841.15, \"xmax\": 1008.8496, \"ymax\": 866.8142}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 910.177, \"ymin\": 842.035, \"xmax\": 937.1681, \"ymax\": 866.3711999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1054.87, \"ymin\": 840.266, \"xmax\": 1080.0919, \"ymax\": 864.6021999999999}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 946.46, \"ymin\": 840.708, \"xmax\": 972.5664, \"ymax\": 867.2565999999999}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1019.91, \"ymin\": 866.373, \"xmax\": 1040.7104, \"ymax\": 884.9562000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1056.19, \"ymin\": 865.929, \"xmax\": 1076.5487, \"ymax\": 885.3982}, \"category\": \"pn\"}]}, \"5273\": {\"path\": \"other/5273.jpg\", \"id\": 5273, \"objects\": [{\"bbox\": {\"xmin\": 1186.09, \"ymin\": 935.099, \"xmax\": 1196.02874, \"ymax\": 949.6686000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1327.81, \"ymin\": 937.086, \"xmax\": 1337.08609, \"ymax\": 949.0074}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1146.36, \"ymin\": 935.099, \"xmax\": 1162.2516999999998, \"ymax\": 949.0066}, \"category\": \"pne\"}]}, \"16243\": {\"path\": \"test/16243.jpg\", \"id\": 16243, \"objects\": [{\"bbox\": {\"xmin\": 1703.1162109375, \"ymin\": 925.2225341796875, \"xmax\": 1723.378662109375, \"ymax\": 948.1732177734375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1681.19, \"ymin\": 922.772, \"xmax\": 1701.9802, \"ymax\": 947.5248}, \"category\": \"pl50\"}]}, \"95446\": {\"path\": \"test/95446.jpg\", \"id\": 95446, \"objects\": [{\"bbox\": {\"xmin\": 1537.33, \"ymin\": 948.0, \"xmax\": 1594.6667, \"ymax\": 1005.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1534.67, \"ymin\": 782.667, \"xmax\": 1589.3333, \"ymax\": 840.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1537.33, \"ymin\": 894.667, \"xmax\": 1590.6634, \"ymax\": 949.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1542.67, \"ymin\": 838.667, \"xmax\": 1594.6667, \"ymax\": 896.0}, \"category\": \"pm40\"}, {\"bbox\": {\"xmin\": 1541.33, \"ymin\": 1005.33, \"xmax\": 1593.3365999999999, \"ymax\": 1062.6667}, \"category\": \"pbp\"}]}, \"57925\": {\"path\": \"train/57925.jpg\", \"id\": 57925, \"objects\": [{\"bbox\": {\"xmin\": 1057.94, \"ymin\": 940.476, \"xmax\": 1072.2222000000002, \"ymax\": 957.1412}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1023.01, \"ymin\": 938.095, \"xmax\": 1038.8889, \"ymax\": 957.9365}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1040.48, \"ymin\": 941.27, \"xmax\": 1055.5556, \"ymax\": 957.1428999999999}, \"category\": \"pn\"}]}, \"31765\": {\"path\": \"test/31765.jpg\", \"id\": 31765, \"objects\": [{\"bbox\": {\"xmin\": 786.508, \"ymin\": 876.984, \"xmax\": 820.6358, \"ymax\": 907.9365}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1156.35, \"ymin\": 911.111, \"xmax\": 1179.3625, \"ymax\": 939.6825}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1129.37, \"ymin\": 914.286, \"xmax\": 1152.3809999999999, \"ymax\": 936.5079}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1182.54, \"ymin\": 911.905, \"xmax\": 1207.9368, \"ymax\": 938.0952}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 659.524, \"ymin\": 878.571, \"xmax\": 691.2698, \"ymax\": 909.5238}, \"category\": \"pne\"}]}, \"41011\": {\"path\": \"train/41011.jpg\", \"id\": 41011, \"objects\": [{\"bbox\": {\"xmin\": 1956.3857421875, \"ymin\": 1121.516357421875, \"xmax\": 2006.807861328125, \"ymax\": 1218.706298828125}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1615.0, \"ymin\": 941.0, \"xmax\": 1632.0, \"ymax\": 963.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1614.0, \"ymin\": 966.0, \"xmax\": 1633.0, \"ymax\": 985.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1901.0, \"ymin\": 909.0, \"xmax\": 1926.0, \"ymax\": 941.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1900.0, \"ymin\": 946.0, \"xmax\": 1926.0, \"ymax\": 977.0}, \"category\": \"i2r\"}]}, \"56477\": {\"path\": \"test/56477.jpg\", \"id\": 56477, \"objects\": [{\"bbox\": {\"xmin\": 1569.31201171875, \"ymin\": 1089.071044921875, \"xmax\": 1592.88427734375, \"ymax\": 1135.873291015625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1366.0, \"ymin\": 1111.0, \"xmax\": 1410.0, \"ymax\": 1159.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 771.0, \"ymin\": 911.0, \"xmax\": 823.0, \"ymax\": 962.0}, \"category\": \"pl5\"}]}, \"78923\": {\"path\": \"test/78923.jpg\", \"id\": 78923, \"objects\": [{\"bbox\": {\"xmin\": 1102.67, \"ymin\": 942.667, \"xmax\": 1150.6667, \"ymax\": 994.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1125.33, \"ymin\": 813.333, \"xmax\": 1145.3333, \"ymax\": 833.3333}, \"category\": \"w63\"}]}, \"65124\": {\"path\": \"train/65124.jpg\", \"id\": 65124, \"objects\": [{\"bbox\": {\"xmin\": 1553.0, \"ymin\": 706.0, \"xmax\": 1610.0, \"ymax\": 771.0}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1909.0, \"ymin\": 1112.0, \"xmax\": 1973.0, \"ymax\": 1186.0}, \"category\": \"pne\"}]}, \"16766\": {\"path\": \"train/16766.jpg\", \"id\": 16766, \"objects\": [{\"bbox\": {\"xmin\": 1560.0, \"ymin\": 772.0, \"xmax\": 1597.0, \"ymax\": 820.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 588.0, \"ymin\": 671.0, \"xmax\": 657.0, \"ymax\": 744.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1423.0, \"ymin\": 918.0, \"xmax\": 1458.0, \"ymax\": 954.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1466.0, \"ymin\": 769.0, \"xmax\": 1507.0, \"ymax\": 819.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1321.0, \"ymin\": 766.0, \"xmax\": 1367.0, \"ymax\": 814.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1268.0, \"ymin\": 763.0, \"xmax\": 1317.0, \"ymax\": 811.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1373.0, \"ymin\": 767.0, \"xmax\": 1418.0, \"ymax\": 815.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 227.0, \"ymin\": 718.0, \"xmax\": 282.0, \"ymax\": 779.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1511.0, \"ymin\": 771.0, \"xmax\": 1555.0, \"ymax\": 821.0}, \"category\": \"im\"}]}, \"93224\": {\"path\": \"train/93224.jpg\", \"id\": 93224, \"objects\": [{\"bbox\": {\"xmin\": 1469.33, \"ymin\": 990.667, \"xmax\": 1547.9933999999998, \"ymax\": 1070.667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1472.0, \"ymin\": 896.0, \"xmax\": 1549.3333, \"ymax\": 978.6667}, \"category\": \"pm55\"}]}, \"88689\": {\"path\": \"train/88689.jpg\", \"id\": 88689, \"objects\": [{\"bbox\": {\"xmin\": 149.505, \"ymin\": 911.881, \"xmax\": 169.30689999999998, \"ymax\": 937.6238}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1239.6, \"ymin\": 935.644, \"xmax\": 1256.4355999999998, \"ymax\": 956.4353}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 282.178, \"ymin\": 996.04, \"xmax\": 299.0099, \"ymax\": 1016.8317}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1172.28, \"ymin\": 936.634, \"xmax\": 1188.1188, \"ymax\": 956.4356}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 72.2772, \"ymin\": 905.941, \"xmax\": 91.0891, \"ymax\": 932.6733}, \"category\": \"pne\"}]}, \"33499\": {\"path\": \"train/33499.jpg\", \"id\": 33499, \"objects\": [{\"bbox\": {\"xmin\": 1865.33, \"ymin\": 1066.67, \"xmax\": 1952.0, \"ymax\": 1172.0}, \"category\": \"p5\"}]}, \"58064\": {\"path\": \"train/58064.jpg\", \"id\": 58064, \"objects\": [{\"bbox\": {\"xmin\": 1088.1, \"ymin\": 937.302, \"xmax\": 1106.3491999999999, \"ymax\": 962.6984}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1063.49, \"ymin\": 938.095, \"xmax\": 1084.9206, \"ymax\": 961.9048}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1108.73, \"ymin\": 935.714, \"xmax\": 1126.1905, \"ymax\": 960.3960000000001}, \"category\": \"pn\"}]}, \"52290\": {\"path\": \"test/52290.jpg\", \"id\": 52290, \"objects\": [{\"bbox\": {\"xmin\": 669.0, \"ymin\": 1010.0, \"xmax\": 708.0, \"ymax\": 1053.0}, \"category\": \"p5\"}]}, \"23625\": {\"path\": \"train/23625.jpg\", \"id\": 23625, \"objects\": [{\"bbox\": {\"xmin\": 1118.81, \"ymin\": 978.218, \"xmax\": 1148.5149, \"ymax\": 1005.9405999999999}, \"category\": \"w57\"}]}, \"95564\": {\"path\": \"train/95564.jpg\", \"id\": 95564, \"objects\": [{\"bbox\": {\"xmin\": 651.3341064453125, \"ymin\": 1086.2928466796875, \"xmax\": 671.3167724609375, \"ymax\": 1106.8594970703125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 196.0, \"ymin\": 905.333, \"xmax\": 226.6667, \"ymax\": 936.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 466.667, \"ymin\": 893.333, \"xmax\": 500.0, \"ymax\": 928.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 776.0, \"ymin\": 890.667, \"xmax\": 812.0, \"ymax\": 926.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1085.33, \"ymin\": 892.0, \"xmax\": 1120.0, \"ymax\": 928.0}, \"category\": \"pl5\"}]}, \"97773\": {\"path\": \"train/97773.jpg\", \"id\": 97773, \"objects\": [{\"bbox\": {\"xmin\": 1521.33, \"ymin\": 849.333, \"xmax\": 1544.0, \"ymax\": 872.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1720.0, \"ymin\": 861.333, \"xmax\": 1740.0, \"ymax\": 886.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1592.0, \"ymin\": 853.333, \"xmax\": 1612.0, \"ymax\": 876.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1656.0, \"ymin\": 857.333, \"xmax\": 1673.3333, \"ymax\": 881.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1494.67, \"ymin\": 818.667, \"xmax\": 1520.0, \"ymax\": 844.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1566.67, \"ymin\": 824.0, \"xmax\": 1589.3300000000002, \"ymax\": 848.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1521.33, \"ymin\": 821.333, \"xmax\": 1542.6667, \"ymax\": 844.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1566.67, \"ymin\": 850.667, \"xmax\": 1588.0033, \"ymax\": 874.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1632.0, \"ymin\": 854.667, \"xmax\": 1653.3333, \"ymax\": 877.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1496.0, \"ymin\": 846.667, \"xmax\": 1518.6667, \"ymax\": 870.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1696.0, \"ymin\": 858.667, \"xmax\": 1717.3333, \"ymax\": 882.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1766.67, \"ymin\": 865.333, \"xmax\": 1788.0, \"ymax\": 888.0}, \"category\": \"pne\"}]}, \"3691\": {\"path\": \"test/3691.jpg\", \"id\": 3691, \"objects\": [{\"bbox\": {\"xmin\": 1794.0, \"ymin\": 892.0, \"xmax\": 1822.0, \"ymax\": 922.6667}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1601.33, \"ymin\": 954.0, \"xmax\": 1629.9967, \"ymax\": 985.3333}, \"category\": \"i5\"}]}, \"75600\": {\"path\": \"test/75600.jpg\", \"id\": 75600, \"objects\": [{\"bbox\": {\"xmin\": 361.111, \"ymin\": 901.587, \"xmax\": 384.127, \"ymax\": 928.5702}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 295.238, \"ymin\": 903.968, \"xmax\": 315.0794, \"ymax\": 931.746}, \"category\": \"i4\"}]}, \"30138\": {\"path\": \"other/30138.jpg\", \"id\": 30138, \"objects\": [{\"bbox\": {\"xmin\": 899.011474609375, \"ymin\": 1122.599609375, \"xmax\": 916.3428955078125, \"ymax\": 1141.08740234375}, \"category\": \"p23\"}]}, \"74435\": {\"path\": \"train/74435.jpg\", \"id\": 74435, \"objects\": [{\"bbox\": {\"xmin\": 681.333, \"ymin\": 730.667, \"xmax\": 729.3333, \"ymax\": 774.6667}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1261.33, \"ymin\": 716.0, \"xmax\": 1310.6667, \"ymax\": 765.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 840.0, \"ymin\": 722.667, \"xmax\": 892.0, \"ymax\": 772.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1094.67, \"ymin\": 714.667, \"xmax\": 1146.6667, \"ymax\": 764.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 633.333, \"ymin\": 733.333, \"xmax\": 677.3333, \"ymax\": 780.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 785.333, \"ymin\": 724.0, \"xmax\": 834.6667, \"ymax\": 772.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1041.33, \"ymin\": 716.0, \"xmax\": 1090.6667, \"ymax\": 765.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1205.33, \"ymin\": 716.0, \"xmax\": 1256.0, \"ymax\": 762.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1621.33, \"ymin\": 921.333, \"xmax\": 1681.3333, \"ymax\": 974.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 466.667, \"ymin\": 860.0, \"xmax\": 513.3333, \"ymax\": 905.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1634.67, \"ymin\": 977.333, \"xmax\": 1662.6667, \"ymax\": 1001.3333}, \"category\": \"w32\"}]}, \"13225\": {\"path\": \"train/13225.jpg\", \"id\": 13225, \"objects\": [{\"bbox\": {\"xmin\": 1145.0, \"ymin\": 905.0, \"xmax\": 1164.0, \"ymax\": 925.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1169.0, \"ymin\": 906.0, \"xmax\": 1189.0, \"ymax\": 925.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1231.0, \"ymin\": 1025.0, \"xmax\": 1252.0, \"ymax\": 1049.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1230.0, \"ymin\": 1054.0, \"xmax\": 1254.0, \"ymax\": 1076.0}, \"category\": \"i2r\"}]}, \"28470\": {\"path\": \"train/28470.jpg\", \"id\": 28470, \"objects\": [{\"bbox\": {\"xmin\": 1728.0, \"ymin\": 958.667, \"xmax\": 1798.6667, \"ymax\": 1037.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1724.0, \"ymin\": 877.333, \"xmax\": 1800.0, \"ymax\": 958.6667}, \"category\": \"pr20\"}]}, \"37040\": {\"path\": \"test/37040.jpg\", \"id\": 37040, \"objects\": [{\"bbox\": {\"xmin\": 452.632, \"ymin\": 717.105, \"xmax\": 514.4737, \"ymax\": 789.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1235.53, \"ymin\": 839.474, \"xmax\": 1273.6858, \"ymax\": 876.3158000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1151.32, \"ymin\": 835.526, \"xmax\": 1193.4211, \"ymax\": 878.9473999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1194.74, \"ymin\": 842.105, \"xmax\": 1231.5789, \"ymax\": 878.9474}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 226.316, \"ymin\": 747.368, \"xmax\": 281.5789, \"ymax\": 809.2105}, \"category\": \"pne\"}]}, \"11802\": {\"path\": \"train/11802.jpg\", \"id\": 11802, \"objects\": [{\"bbox\": {\"xmin\": 795.0, \"ymin\": 792.0, \"xmax\": 838.0, \"ymax\": 838.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1028.0, \"ymin\": 787.0, \"xmax\": 1073.0, \"ymax\": 834.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1109.0, \"ymin\": 782.0, \"xmax\": 1176.0, \"ymax\": 848.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 703.0, \"ymin\": 797.0, \"xmax\": 747.0, \"ymax\": 841.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 933.0, \"ymin\": 791.0, \"xmax\": 978.0, \"ymax\": 836.0}, \"category\": \"pl120\"}]}, \"32862\": {\"path\": \"train/32862.jpg\", \"id\": 32862, \"objects\": [{\"bbox\": {\"xmin\": 1537.0, \"ymin\": 1034.0, \"xmax\": 1632.0, \"ymax\": 1140.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1593.0, \"ymin\": 693.0, \"xmax\": 1662.0, \"ymax\": 764.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1597.0, \"ymin\": 772.0, \"xmax\": 1663.0, \"ymax\": 846.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 877.0, \"xmax\": 1663.0, \"ymax\": 949.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 957.0, \"xmax\": 1665.0, \"ymax\": 1029.0}, \"category\": \"i2r\"}]}, \"18166\": {\"path\": \"train/18166.jpg\", \"id\": 18166, \"objects\": [{\"bbox\": {\"xmin\": 1442.0, \"ymin\": 496.0, \"xmax\": 1560.0, \"ymax\": 607.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1695.0, \"ymin\": 648.0, \"xmax\": 1792.0, \"ymax\": 754.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1562.0, \"ymin\": 507.0, \"xmax\": 1670.0, \"ymax\": 616.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1698.0, \"ymin\": 758.0, \"xmax\": 1795.0, \"ymax\": 868.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1701.0, \"ymin\": 868.0, \"xmax\": 1796.0, \"ymax\": 986.0}, \"category\": \"i2r\"}]}, \"29273\": {\"path\": \"test/29273.jpg\", \"id\": 29273, \"objects\": [{\"bbox\": {\"xmin\": 1628.0, \"ymin\": 916.0, \"xmax\": 1706.67, \"ymax\": 997.3333}, \"category\": \"pm20\"}]}, \"3304\": {\"path\": \"test/3304.jpg\", \"id\": 3304, \"objects\": [{\"bbox\": {\"xmin\": 1729.6, \"ymin\": 631.2, \"xmax\": 1800.0, \"ymax\": 714.4000000000001}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1805.6, \"ymin\": 640.8, \"xmax\": 1870.3999999999999, \"ymax\": 723.1999999999999}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1872.8, \"ymin\": 653.6, \"xmax\": 1937.6, \"ymax\": 725.6}, \"category\": \"w22\"}]}, \"81180\": {\"path\": \"train/81180.jpg\", \"id\": 81180, \"objects\": [{\"bbox\": {\"xmin\": 1312.7, \"ymin\": 934.127, \"xmax\": 1330.9562, \"ymax\": 952.381}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1332.54, \"ymin\": 936.508, \"xmax\": 1351.5809, \"ymax\": 953.1746}, \"category\": \"w57\"}]}, \"14904\": {\"path\": \"train/14904.jpg\", \"id\": 14904, \"objects\": [{\"bbox\": {\"xmin\": 1934.65, \"ymin\": 870.297, \"xmax\": 1961.3861000000002, \"ymax\": 910.8911}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1883.17, \"ymin\": 867.327, \"xmax\": 1905.9406000000001, \"ymax\": 905.9406}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1908.91, \"ymin\": 870.297, \"xmax\": 1933.6634000000001, \"ymax\": 910.8911}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1871.29, \"ymin\": 606.931, \"xmax\": 1958.4158, \"ymax\": 711.8810000000001}, \"category\": \"pne\"}]}, \"22599\": {\"path\": \"test/22599.jpg\", \"id\": 22599, \"objects\": [{\"bbox\": {\"xmin\": 177.228, \"ymin\": 883.168, \"xmax\": 193.0696, \"ymax\": 908.9109}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 990.099, \"ymin\": 922.772, \"xmax\": 1004.9505, \"ymax\": 940.5941}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1665.35, \"ymin\": 807.921, \"xmax\": 1683.1682999999998, \"ymax\": 843.5644000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1133.66, \"ymin\": 916.832, \"xmax\": 1151.4851, \"ymax\": 936.6337}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1156.44, \"ymin\": 915.842, \"xmax\": 1173.2673, \"ymax\": 934.6535}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 50.495, \"ymin\": 871.287, \"xmax\": 71.2871, \"ymax\": 896.0396000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 878.218, \"ymin\": 921.782, \"xmax\": 896.0396, \"ymax\": 940.5941}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1568.32, \"ymin\": 837.624, \"xmax\": 1583.1683, \"ymax\": 869.3069}, \"category\": \"pne\"}]}, \"34286\": {\"path\": \"train/34286.jpg\", \"id\": 34286, \"objects\": [{\"bbox\": {\"xmin\": 1620.0, \"ymin\": 873.0, \"xmax\": 1765.0, \"ymax\": 1026.0}, \"category\": \"p10\"}]}, \"47724\": {\"path\": \"train/47724.jpg\", \"id\": 47724, \"objects\": [{\"bbox\": {\"xmin\": 1464.24, \"ymin\": 856.291, \"xmax\": 1500.0, \"ymax\": 888.7417}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1606.62, \"ymin\": 905.298, \"xmax\": 1625.8277999999998, \"ymax\": 927.1523}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1582.78, \"ymin\": 901.987, \"xmax\": 1603.3113, \"ymax\": 926.4901}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1629.14, \"ymin\": 905.96, \"xmax\": 1652.3179, \"ymax\": 928.4768}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1327.15, \"ymin\": 849.007, \"xmax\": 1362.2517, \"ymax\": 884.7682}, \"category\": \"pne\"}]}, \"40402\": {\"path\": \"test/40402.jpg\", \"id\": 40402, \"objects\": [{\"bbox\": {\"xmin\": 202.667, \"ymin\": 925.333, \"xmax\": 290.6667, \"ymax\": 1053.333}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 206.667, \"ymin\": 793.333, \"xmax\": 293.3333, \"ymax\": 922.6669999999999}, \"category\": \"p23\"}]}, \"57839\": {\"path\": \"other/57839.jpg\", \"id\": 57839, \"objects\": [{\"bbox\": {\"xmin\": 1202.27, \"ymin\": 940.909, \"xmax\": 1214.2045, \"ymax\": 953.4091}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1739.77, \"ymin\": 942.045, \"xmax\": 1749.43182, \"ymax\": 957.9536999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1143.18, \"ymin\": 941.477, \"xmax\": 1153.9773, \"ymax\": 953.9773}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1716.48, \"ymin\": 942.045, \"xmax\": 1725.56818, \"ymax\": 956.8181999999999}, \"category\": \"pne\"}]}, \"27125\": {\"path\": \"train/27125.jpg\", \"id\": 27125, \"objects\": [{\"bbox\": {\"xmin\": 1979.0, \"ymin\": 946.0, \"xmax\": 2015.0, \"ymax\": 984.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1555.0, \"ymin\": 967.0, \"xmax\": 1580.0, \"ymax\": 995.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1556.0, \"ymin\": 1000.0, \"xmax\": 1583.0, \"ymax\": 1027.0}, \"category\": \"p4\"}, {\"bbox\": {\"xmin\": 2021.0, \"ymin\": 947.0, \"xmax\": 2048.0, \"ymax\": 985.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1589.0, \"ymin\": 999.0, \"xmax\": 1617.0, \"ymax\": 1025.0}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 1980.0, \"ymin\": 991.0, \"xmax\": 2015.0, \"ymax\": 1027.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 2022.0, \"ymin\": 988.0, \"xmax\": 2049.0, \"ymax\": 1026.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1587.0, \"ymin\": 967.0, \"xmax\": 1615.0, \"ymax\": 994.0}, \"category\": \"p29\"}]}, \"74404\": {\"path\": \"train/74404.jpg\", \"id\": 74404, \"objects\": [{\"bbox\": {\"xmin\": 1579.76, \"ymin\": 0.830417, \"xmax\": 1706.25, \"ymax\": 156.250417}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1285.23, \"ymin\": 464.773, \"xmax\": 1336.9453, \"ymax\": 576.705}, \"category\": \"pne\"}]}, \"28320\": {\"path\": \"test/28320.jpg\", \"id\": 28320, \"objects\": [{\"bbox\": {\"xmin\": 1146.915771484375, \"ymin\": 929.38330078125, \"xmax\": 1166.320068359375, \"ymax\": 946.23828125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 726.316, \"ymin\": 948.684, \"xmax\": 753.9474, \"ymax\": 975.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 189.474, \"ymin\": 801.316, \"xmax\": 214.47369999999998, \"ymax\": 842.1053}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 223.684, \"ymin\": 803.947, \"xmax\": 247.3684, \"ymax\": 844.7368}, \"category\": \"pn\"}]}, \"75624\": {\"path\": \"train/75624.jpg\", \"id\": 75624, \"objects\": [{\"bbox\": {\"xmin\": 1405.56, \"ymin\": 882.54, \"xmax\": 1436.5078999999998, \"ymax\": 913.4920999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1570.63, \"ymin\": 919.841, \"xmax\": 1589.6825000000001, \"ymax\": 945.2381}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 375.397, \"ymin\": 984.127, \"xmax\": 392.0635, \"ymax\": 1011.1111}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 374.603, \"ymin\": 913.492, \"xmax\": 389.6825, \"ymax\": 941.2697999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1526.19, \"ymin\": 918.254, \"xmax\": 1548.4127, \"ymax\": 941.2698}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1549.21, \"ymin\": 916.667, \"xmax\": 1568.2540000000001, \"ymax\": 943.6508}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1286.51, \"ymin\": 878.571, \"xmax\": 1317.4603, \"ymax\": 907.9365}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 373.81, \"ymin\": 950.794, \"xmax\": 392.8571, \"ymax\": 973.0159}, \"category\": \"pbm\"}]}, \"66549\": {\"path\": \"test/66549.jpg\", \"id\": 66549, \"objects\": [{\"bbox\": {\"xmin\": 376.0, \"ymin\": 848.0, \"xmax\": 412.0, \"ymax\": 893.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1557.0, \"ymin\": 812.0, \"xmax\": 1607.0, \"ymax\": 867.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 807.0, \"ymin\": 814.0, \"xmax\": 859.0, \"ymax\": 867.0}, \"category\": \"pl80\"}]}, \"50524\": {\"path\": \"test/50524.jpg\", \"id\": 50524, \"objects\": [{\"bbox\": {\"xmin\": 983.444, \"ymin\": 833.775, \"xmax\": 1021.8543, \"ymax\": 874.8344}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1025.83, \"ymin\": 830.464, \"xmax\": 1066.2296999999999, \"ymax\": 871.5234}, \"category\": \"pn\"}]}, \"42437\": {\"path\": \"other/42437.jpg\", \"id\": 42437, \"objects\": [{\"bbox\": {\"xmin\": 1081.25, \"ymin\": 904.545, \"xmax\": 1105.6782, \"ymax\": 928.4091}, \"category\": \"w22\"}]}, \"21439\": {\"path\": \"train/21439.jpg\", \"id\": 21439, \"objects\": [{\"bbox\": {\"xmin\": 1295.4, \"ymin\": 926.687, \"xmax\": 1332.8253000000002, \"ymax\": 961.0427}, \"category\": \"p10\"}]}, \"58767\": {\"path\": \"train/58767.jpg\", \"id\": 58767, \"objects\": [{\"bbox\": {\"xmin\": 1303.0, \"ymin\": 907.0, \"xmax\": 1374.0, \"ymax\": 974.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1305.0, \"ymin\": 833.0, \"xmax\": 1376.0, \"ymax\": 904.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1302.0, \"ymin\": 976.0, \"xmax\": 1374.0, \"ymax\": 1040.0}, \"category\": \"w57\"}]}, \"52773\": {\"path\": \"train/52773.jpg\", \"id\": 52773, \"objects\": [{\"bbox\": {\"xmin\": 1747.0, \"ymin\": 929.0, \"xmax\": 1832.0, \"ymax\": 1016.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1239.0, \"ymin\": 487.0, \"xmax\": 1374.0, \"ymax\": 593.0}, \"category\": \"w57\"}]}, \"13792\": {\"path\": \"test/13792.jpg\", \"id\": 13792, \"objects\": [{\"bbox\": {\"xmin\": 337.0, \"ymin\": 532.0, \"xmax\": 388.0, \"ymax\": 624.0}, \"category\": \"p11\"}]}, \"62411\": {\"path\": \"test/62411.jpg\", \"id\": 62411, \"objects\": [{\"bbox\": {\"xmin\": 1173.45, \"ymin\": 980.531, \"xmax\": 1192.9204, \"ymax\": 1000.4425}, \"category\": \"pn\"}]}, \"50925\": {\"path\": \"train/50925.jpg\", \"id\": 50925, \"objects\": [{\"bbox\": {\"xmin\": 286.0, \"ymin\": 1004.0, \"xmax\": 313.0, \"ymax\": 1047.0}, \"category\": \"i2r\"}]}, \"67699\": {\"path\": \"train/67699.jpg\", \"id\": 67699, \"objects\": [{\"bbox\": {\"xmin\": 942.667, \"ymin\": 836.0, \"xmax\": 978.6667, \"ymax\": 870.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1545.33, \"ymin\": 886.667, \"xmax\": 1629.3333, \"ymax\": 962.6667}, \"category\": \"pm20\"}]}, \"88063\": {\"path\": \"train/88063.jpg\", \"id\": 88063, \"objects\": [{\"bbox\": {\"xmin\": 1201.0, \"ymin\": 551.0, \"xmax\": 1310.0, \"ymax\": 658.0}, \"category\": \"ph4.5\"}]}, \"8388\": {\"path\": \"train/8388.jpg\", \"id\": 8388, \"objects\": [{\"bbox\": {\"xmin\": 899.01, \"ymin\": 955.446, \"xmax\": 913.8614, \"ymax\": 970.297}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1133.66, \"ymin\": 911.881, \"xmax\": 1159.4059, \"ymax\": 938.6139}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1073.27, \"ymin\": 910.891, \"xmax\": 1100.0203, \"ymax\": 938.6130999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1103.96, \"ymin\": 909.901, \"xmax\": 1131.6832, \"ymax\": 939.6039999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 842.574, \"ymin\": 954.455, \"xmax\": 857.4258, \"ymax\": 972.2772}, \"category\": \"pne\"}]}, \"60884\": {\"path\": \"train/60884.jpg\", \"id\": 60884, \"objects\": [{\"bbox\": {\"xmin\": 1510.53, \"ymin\": 732.895, \"xmax\": 1565.7894999999999, \"ymax\": 789.4737}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1573.68, \"ymin\": 738.158, \"xmax\": 1630.2632, \"ymax\": 798.6842}, \"category\": \"pn\"}]}, \"11642\": {\"path\": \"test/11642.jpg\", \"id\": 11642, \"objects\": [{\"bbox\": {\"xmin\": 1468.25, \"ymin\": 992.157, \"xmax\": 1506.3499, \"ymax\": 1028.5714}, \"category\": \"ip\"}]}, \"91276\": {\"path\": \"train/91276.jpg\", \"id\": 91276, \"objects\": [{\"bbox\": {\"xmin\": 700.0, \"ymin\": 810.227, \"xmax\": 747.7273, \"ymax\": 861.3636}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 969.318, \"ymin\": 967.045, \"xmax\": 980.6818, \"ymax\": 978.8078999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 537.5, \"ymin\": 821.783, \"xmax\": 577.8409, \"ymax\": 867.2374}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 929.545, \"ymin\": 969.318, \"xmax\": 940.9091, \"ymax\": 980.1324999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1038.64, \"ymin\": 942.045, \"xmax\": 1055.1136000000001, \"ymax\": 956.9535999999999}, \"category\": \"w57\"}]}, \"40496\": {\"path\": \"train/40496.jpg\", \"id\": 40496, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 1183.5255126953125, \"xmax\": 26.727914810180664, \"ymax\": 1226.3607177734375}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1234.21, \"ymin\": 1140.79, \"xmax\": 1261.8421, \"ymax\": 1168.4211}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1131.58, \"ymin\": 1132.89, \"xmax\": 1161.8420999999998, \"ymax\": 1163.1579000000002}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 119.737, \"ymin\": 1206.58, \"xmax\": 151.3158, \"ymax\": 1250.0}, \"category\": \"i5\"}]}, \"71847\": {\"path\": \"train/71847.jpg\", \"id\": 71847, \"objects\": [{\"bbox\": {\"xmin\": 782.119, \"ymin\": 917.881, \"xmax\": 809.9334, \"ymax\": 943.0464}, \"category\": \"pl30\"}]}, \"51434\": {\"path\": \"test/51434.jpg\", \"id\": 51434, \"objects\": [{\"bbox\": {\"xmin\": 276.238, \"ymin\": 866.337, \"xmax\": 300.0, \"ymax\": 900.9901}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 174.257, \"ymin\": 848.515, \"xmax\": 200.0, \"ymax\": 887.1287}, \"category\": \"i4\"}]}, \"47190\": {\"path\": \"train/47190.jpg\", \"id\": 47190, \"objects\": [{\"bbox\": {\"xmin\": 585.0, \"ymin\": 540.0, \"xmax\": 707.0, \"ymax\": 661.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1382.0, \"ymin\": 511.0, \"xmax\": 1503.0, \"ymax\": 629.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 979.0, \"ymin\": 510.0, \"xmax\": 1106.0, \"ymax\": 630.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1169.0, \"ymin\": 506.0, \"xmax\": 1296.0, \"ymax\": 622.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 406.0, \"ymin\": 571.0, \"xmax\": 511.0, \"ymax\": 684.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 768.0, \"ymin\": 524.0, \"xmax\": 894.0, \"ymax\": 644.0}, \"category\": \"pl120\"}]}, \"32358\": {\"path\": \"train/32358.jpg\", \"id\": 32358, \"objects\": [{\"bbox\": {\"xmin\": 1838.0, \"ymin\": 629.0, \"xmax\": 1954.0, \"ymax\": 744.0}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1854.0, \"ymin\": 745.0, \"xmax\": 1962.0, \"ymax\": 866.0}, \"category\": \"w59\"}]}, \"38876\": {\"path\": \"train/38876.jpg\", \"id\": 38876, \"objects\": [{\"bbox\": {\"xmin\": 518.421, \"ymin\": 756.579, \"xmax\": 577.6316, \"ymax\": 815.7895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1201.32, \"ymin\": 893.421, \"xmax\": 1230.2604999999999, \"ymax\": 925.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1132.89, \"ymin\": 893.421, \"xmax\": 1167.1053000000002, \"ymax\": 925.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1164.47, \"ymin\": 892.105, \"xmax\": 1197.3684, \"ymax\": 926.3158}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 301.316, \"ymin\": 775.0, \"xmax\": 351.31579999999997, \"ymax\": 832.8947000000001}, \"category\": \"pne\"}]}, \"23632\": {\"path\": \"train/23632.jpg\", \"id\": 23632, \"objects\": [{\"bbox\": {\"xmin\": 1260.67, \"ymin\": 990.0, \"xmax\": 1285.3300000000002, \"ymax\": 1013.3333}, \"category\": \"w57\"}]}, \"15420\": {\"path\": \"train/15420.jpg\", \"id\": 15420, \"objects\": [{\"bbox\": {\"xmin\": 23.5294, \"ymin\": 684.314, \"xmax\": 62.745099999999994, \"ymax\": 749.0196}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1436.84, \"ymin\": 856.579, \"xmax\": 1463.1579, \"ymax\": 886.8418999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1572.55, \"ymin\": 866.667, \"xmax\": 1596.0783999999999, \"ymax\": 892.1569000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1601.96, \"ymin\": 865.325, \"xmax\": 1629.4118, \"ymax\": 894.7370000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1266.03, \"ymin\": 852.916, \"xmax\": 1293.4769, \"ymax\": 882.3275000000001}, \"category\": \"pne\"}]}, \"79441\": {\"path\": \"test/79441.jpg\", \"id\": 79441, \"objects\": [{\"bbox\": {\"xmin\": 969.0, \"ymin\": 994.0, \"xmax\": 986.0, \"ymax\": 1013.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1240.0, \"ymin\": 837.0, \"xmax\": 1274.0, \"ymax\": 874.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1274.0, \"ymin\": 973.0, \"xmax\": 1297.0, \"ymax\": 998.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1409.0, \"ymin\": 900.0, \"xmax\": 1441.0, \"ymax\": 931.0}, \"category\": \"pmr\"}]}, \"30207\": {\"path\": \"other/30207.jpg\", \"id\": 30207, \"objects\": [{\"bbox\": {\"xmin\": 845.0, \"ymin\": 843.0, \"xmax\": 855.0, \"ymax\": 855.0}, \"category\": \"pn\"}]}, \"21863\": {\"path\": \"train/21863.jpg\", \"id\": 21863, \"objects\": [{\"bbox\": {\"xmin\": 1317.92, \"ymin\": 942.231, \"xmax\": 1361.3546000000001, \"ymax\": 985.259}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1161.36, \"ymin\": 976.892, \"xmax\": 1181.2781, \"ymax\": 994.4219}, \"category\": \"pn\"}]}, \"11293\": {\"path\": \"train/11293.jpg\", \"id\": 11293, \"objects\": [{\"bbox\": {\"xmin\": 1506.0, \"ymin\": 786.0, \"xmax\": 1555.0, \"ymax\": 836.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1397.0, \"ymin\": 784.0, \"xmax\": 1446.0, \"ymax\": 833.0}, \"category\": \"pm20\"}]}, \"36204\": {\"path\": \"train/36204.jpg\", \"id\": 36204, \"objects\": [{\"bbox\": {\"xmin\": 1524.0, \"ymin\": 977.0, \"xmax\": 1595.0, \"ymax\": 1049.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 134.0, \"ymin\": 951.0, \"xmax\": 255.0, \"ymax\": 1073.0}, \"category\": \"pl80\"}]}, \"68457\": {\"path\": \"train/68457.jpg\", \"id\": 68457, \"objects\": [{\"bbox\": {\"xmin\": 1843.56, \"ymin\": 903.96, \"xmax\": 1873.2673, \"ymax\": 935.6436}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 420.792, \"ymin\": 945.545, \"xmax\": 440.59409999999997, \"ymax\": 982.1782}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 419.802, \"ymin\": 992.079, \"xmax\": 442.5743, \"ymax\": 1029.703}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 422.772, \"ymin\": 895.05, \"xmax\": 442.5743, \"ymax\": 932.6732999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1905.94, \"ymin\": 964.356, \"xmax\": 1925.7426, \"ymax\": 989.1089}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1905.94, \"ymin\": 987.129, \"xmax\": 1924.7505, \"ymax\": 1010.8911}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1743.56, \"ymin\": 896.04, \"xmax\": 1774.2386999999999, \"ymax\": 928.7129}, \"category\": \"pne\"}]}, \"38816\": {\"path\": \"train/38816.jpg\", \"id\": 38816, \"objects\": [{\"bbox\": {\"xmin\": 1770.63, \"ymin\": 1383.33, \"xmax\": 1810.3175, \"ymax\": 1430.1587}, \"category\": \"pne\"}]}, \"23136\": {\"path\": \"train/23136.jpg\", \"id\": 23136, \"objects\": [{\"bbox\": {\"xmin\": 1244.32, \"ymin\": 935.227, \"xmax\": 1265.3409, \"ymax\": 955.6818}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1167.61, \"ymin\": 935.227, \"xmax\": 1186.3636, \"ymax\": 953.9773}, \"category\": \"pne\"}]}, \"63839\": {\"path\": \"test/63839.jpg\", \"id\": 63839, \"objects\": [{\"bbox\": {\"xmin\": 1204.0, \"ymin\": 958.667, \"xmax\": 1232.0, \"ymax\": 985.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1128.0, \"ymin\": 981.333, \"xmax\": 1142.6667, \"ymax\": 998.6667}, \"category\": \"pl60\"}]}, \"18241\": {\"path\": \"train/18241.jpg\", \"id\": 18241, \"objects\": [{\"bbox\": {\"xmin\": 1711.84, \"ymin\": 731.579, \"xmax\": 1760.5263, \"ymax\": 794.7367999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 175.0, \"ymin\": 897.368, \"xmax\": 221.05259999999998, \"ymax\": 947.3684000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1818.42, \"ymin\": 797.368, \"xmax\": 1852.6316000000002, \"ymax\": 838.1579}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1856.58, \"ymin\": 803.947, \"xmax\": 1886.8420999999998, \"ymax\": 840.7895}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1490.79, \"ymin\": 709.211, \"xmax\": 1550.0, \"ymax\": 776.3158}, \"category\": \"pne\"}]}, \"4849\": {\"path\": \"test/4849.jpg\", \"id\": 4849, \"objects\": [{\"bbox\": {\"xmin\": 1131.0, \"ymin\": 925.0, \"xmax\": 1147.0, \"ymax\": 943.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 792.0, \"ymin\": 863.0, \"xmax\": 823.0, \"ymax\": 897.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1110.0, \"ymin\": 925.0, \"xmax\": 1125.0, \"ymax\": 947.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1152.0, \"ymin\": 925.0, \"xmax\": 1169.0, \"ymax\": 946.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 916.0, \"ymin\": 853.0, \"xmax\": 951.0, \"ymax\": 892.0}, \"category\": \"phclr\"}]}, \"98125\": {\"path\": \"train/98125.jpg\", \"id\": 98125, \"objects\": [{\"bbox\": {\"xmin\": 365.347, \"ymin\": 774.257, \"xmax\": 392.07919999999996, \"ymax\": 823.7624}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1368.32, \"ymin\": 884.158, \"xmax\": 1389.1089, \"ymax\": 909.9006}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1492.16, \"ymin\": 889.109, \"xmax\": 1511.7647000000002, \"ymax\": 908.9109000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1516.83, \"ymin\": 892.118, \"xmax\": 1537.6236999999999, \"ymax\": 914.4863}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 162.745, \"ymin\": 737.255, \"xmax\": 209.8039, \"ymax\": 788.2353}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1223.53, \"ymin\": 884.211, \"xmax\": 1247.0588, \"ymax\": 907.8947000000001}, \"category\": \"pne\"}]}, \"38741\": {\"path\": \"train/38741.jpg\", \"id\": 38741, \"objects\": [{\"bbox\": {\"xmin\": 170.17068481445312, \"ymin\": 1044.433349609375, \"xmax\": 193.6968994140625, \"ymax\": 1067.452880859375}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1062.67, \"ymin\": 942.667, \"xmax\": 1102.6667, \"ymax\": 984.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 665.333, \"ymin\": 830.667, \"xmax\": 702.6667, \"ymax\": 869.3333}, \"category\": \"ph3.2\"}, {\"bbox\": {\"xmin\": 709.333, \"ymin\": 833.333, \"xmax\": 738.6667, \"ymax\": 864.0}, \"category\": \"pl60\"}]}, \"52252\": {\"path\": \"test/52252.jpg\", \"id\": 52252, \"objects\": [{\"bbox\": {\"xmin\": 797.333, \"ymin\": 969.333, \"xmax\": 830.6667, \"ymax\": 1006.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 797.333, \"ymin\": 934.667, \"xmax\": 832.0, \"ymax\": 965.3336}, \"category\": \"ph4.8\"}, {\"bbox\": {\"xmin\": 794.667, \"ymin\": 898.667, \"xmax\": 833.3333, \"ymax\": 934.6667}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 206.667, \"ymin\": 964.0, \"xmax\": 221.3342, \"ymax\": 980.0006}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 797.333, \"ymin\": 1017.33, \"xmax\": 830.6664, \"ymax\": 1052.0}, \"category\": \"pbp\"}]}, \"80166\": {\"path\": \"train/80166.jpg\", \"id\": 80166, \"objects\": [{\"bbox\": {\"xmin\": 1682.0, \"ymin\": 1014.0, \"xmax\": 1717.0, \"ymax\": 1054.0}, \"category\": \"pl40\"}]}, \"98782\": {\"path\": \"train/98782.jpg\", \"id\": 98782, \"objects\": [{\"bbox\": {\"xmin\": 1123.3, \"ymin\": 920.455, \"xmax\": 1138.6184, \"ymax\": 940.3414}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1100.99, \"ymin\": 920.792, \"xmax\": 1118.8119, \"ymax\": 940.3409}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1208.36, \"ymin\": 820.646, \"xmax\": 1243.014, \"ymax\": 858.2699}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1143.56, \"ymin\": 920.455, \"xmax\": 1160.7955, \"ymax\": 939.7725}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1254.59, \"ymin\": 821.489, \"xmax\": 1293.1996, \"ymax\": 861.0933}, \"category\": \"pn-2\"}]}, \"83951\": {\"path\": \"train/83951.jpg\", \"id\": 83951, \"objects\": [{\"bbox\": {\"xmin\": 1976.24, \"ymin\": 872.848, \"xmax\": 1992.7152, \"ymax\": 894.7022}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1996.04, \"ymin\": 877.228, \"xmax\": 2013.8614, \"ymax\": 897.351}, \"category\": \"pn\"}]}, \"63033\": {\"path\": \"train/63033.jpg\", \"id\": 63033, \"objects\": [{\"bbox\": {\"xmin\": 1884.0, \"ymin\": 944.0, \"xmax\": 1961.3333, \"ymax\": 1026.6667}, \"category\": \"w57\"}]}, \"70914\": {\"path\": \"test/70914.jpg\", \"id\": 70914, \"objects\": [{\"bbox\": {\"xmin\": 1240.79, \"ymin\": 942.105, \"xmax\": 1256.5789, \"ymax\": 960.5263}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 614.474, \"ymin\": 952.632, \"xmax\": 646.0526000000001, \"ymax\": 984.2104999999999}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1168.42, \"ymin\": 938.158, \"xmax\": 1186.8421, \"ymax\": 960.5263}, \"category\": \"pne\"}]}, \"69323\": {\"path\": \"other/69323.jpg\", \"id\": 69323, \"objects\": [{\"bbox\": {\"xmin\": 1716.7215576171875, \"ymin\": 998.6373291015625, \"xmax\": 1739.5640869140625, \"ymax\": 1021.349853515625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1716.869384765625, \"ymin\": 963.63330078125, \"xmax\": 1740.175048828125, \"ymax\": 985.3358154296875}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1717.763916015625, \"ymin\": 1026.7373046875, \"xmax\": 1738.55078125, \"ymax\": 1047.95947265625}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1717.9814453125, \"ymin\": 1051.31103515625, \"xmax\": 1740.446533203125, \"ymax\": 1069.77490234375}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1718.233154296875, \"ymin\": 929.7425537109375, \"xmax\": 1739.754150390625, \"ymax\": 950.1854248046875}, \"category\": \"pmb\"}]}, \"29315\": {\"path\": \"test/29315.jpg\", \"id\": 29315, \"objects\": [{\"bbox\": {\"xmin\": 66.6667, \"ymin\": 849.333, \"xmax\": 94.6667, \"ymax\": 885.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 65.3333, \"ymin\": 893.333, \"xmax\": 97.3333, \"ymax\": 928.0}, \"category\": \"p6\"}]}, \"30087\": {\"path\": \"train/30087.jpg\", \"id\": 30087, \"objects\": [{\"bbox\": {\"xmin\": 190.77610778808594, \"ymin\": 950.759765625, \"xmax\": 222.46083068847656, \"ymax\": 988.0723876953125}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1321.01, \"ymin\": 760.87, \"xmax\": 1376.8078, \"ymax\": 818.1159}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1434.05, \"ymin\": 767.753, \"xmax\": 1487.3181, \"ymax\": 821.7386}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1380.43, \"ymin\": 763.043, \"xmax\": 1431.1594, \"ymax\": 819.5652}, \"category\": \"pn\"}]}, \"39493\": {\"path\": \"test/39493.jpg\", \"id\": 39493, \"objects\": [{\"bbox\": {\"xmin\": 462.667, \"ymin\": 914.667, \"xmax\": 500.0, \"ymax\": 974.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 462.667, \"ymin\": 973.333, \"xmax\": 497.33329999999995, \"ymax\": 1037.3333}, \"category\": \"p16\"}]}, \"57120\": {\"path\": \"train/57120.jpg\", \"id\": 57120, \"objects\": [{\"bbox\": {\"xmin\": 1715.6278076171875, \"ymin\": 1026.7369384765625, \"xmax\": 1737.9566650390625, \"ymax\": 1045.7425537109375}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1719.010498046875, \"ymin\": 1001.8829956054688, \"xmax\": 1738.95751953125, \"ymax\": 1023.4368286132812}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": -0.990099, \"ymin\": 707.921, \"xmax\": 60.396001, \"ymax\": 781.1881000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 65.3465, \"ymin\": 720.792, \"xmax\": 122.7723, \"ymax\": 793.0693}, \"category\": \"w57\"}]}, \"19103\": {\"path\": \"train/19103.jpg\", \"id\": 19103, \"objects\": [{\"bbox\": {\"xmin\": 1605.33, \"ymin\": 972.0, \"xmax\": 1697.3333, \"ymax\": 1061.3333}, \"category\": \"p26\"}]}, \"9157\": {\"path\": \"train/9157.jpg\", \"id\": 9157, \"objects\": [{\"bbox\": {\"xmin\": 162.667, \"ymin\": 894.667, \"xmax\": 254.6667, \"ymax\": 1012.0}, \"category\": \"pl40\"}]}, \"11184\": {\"path\": \"test/11184.jpg\", \"id\": 11184, \"objects\": [{\"bbox\": {\"xmin\": 920.0, \"ymin\": 374.667, \"xmax\": 1033.333, \"ymax\": 464.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1306.67, \"ymin\": 377.333, \"xmax\": 1416.0, \"ymax\": 465.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 562.667, \"ymin\": 422.667, \"xmax\": 661.3333, \"ymax\": 509.33389999999997}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 448.0, \"ymin\": 449.333, \"xmax\": 530.6667, \"ymax\": 529.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 780.0, \"ymin\": 388.0, \"xmax\": 881.333, \"ymax\": 473.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1160.0, \"ymin\": 373.333, \"xmax\": 1269.333, \"ymax\": 460.0}, \"category\": \"pl100\"}]}, \"23865\": {\"path\": \"train/23865.jpg\", \"id\": 23865, \"objects\": [{\"bbox\": {\"xmin\": 1193.33, \"ymin\": 774.667, \"xmax\": 1248.0, \"ymax\": 829.3333}, \"category\": \"pl40\"}]}, \"83344\": {\"path\": \"train/83344.jpg\", \"id\": 83344, \"objects\": [{\"bbox\": {\"xmin\": 1700.8, \"ymin\": 648.8, \"xmax\": 1752.0, \"ymax\": 704.8}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1973.6, \"ymin\": 685.6, \"xmax\": 2012.8, \"ymax\": 732.8000000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1847.2, \"ymin\": 664.0, \"xmax\": 1892.0, \"ymax\": 716.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1633.6, \"ymin\": 580.0, \"xmax\": 1687.1999999999998, \"ymax\": 635.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1703.2, \"ymin\": 591.2, \"xmax\": 1752.0, \"ymax\": 645.6}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1789.6, \"ymin\": 656.8, \"xmax\": 1835.1999999999998, \"ymax\": 710.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1633.6, \"ymin\": 638.4, \"xmax\": 1687.1999999999998, \"ymax\": 696.8}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1921.6, \"ymin\": 675.2, \"xmax\": 1964.0, \"ymax\": 725.6}, \"category\": \"pl80\"}]}, \"34983\": {\"path\": \"train/34983.jpg\", \"id\": 34983, \"objects\": [{\"bbox\": {\"xmin\": 1336.0, \"ymin\": 1172.0, \"xmax\": 1365.3333, \"ymax\": 1201.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1337.33, \"ymin\": 1113.33, \"xmax\": 1366.6667, \"ymax\": 1144.0}, \"category\": \"p26\"}]}, \"6425\": {\"path\": \"test/6425.jpg\", \"id\": 6425, \"objects\": [{\"bbox\": {\"xmin\": 1738.67, \"ymin\": 773.333, \"xmax\": 1809.3333, \"ymax\": 853.3326999999999}, \"category\": \"pl100\"}]}, \"25091\": {\"path\": \"test/25091.jpg\", \"id\": 25091, \"objects\": [{\"bbox\": {\"xmin\": 1196.8, \"ymin\": 949.6, \"xmax\": 1245.6, \"ymax\": 996.8000000000001}, \"category\": \"i5\"}]}, \"43450\": {\"path\": \"train/43450.jpg\", \"id\": 43450, \"objects\": [{\"bbox\": {\"xmin\": 1627.63, \"ymin\": 678.947, \"xmax\": 1685.5263, \"ymax\": 771.0522}, \"category\": \"ph4.5\"}]}, \"58070\": {\"path\": \"train/58070.jpg\", \"id\": 58070, \"objects\": [{\"bbox\": {\"xmin\": 1812.58, \"ymin\": 880.132, \"xmax\": 1844.3686, \"ymax\": 913.9069999999999}, \"category\": \"pl60\"}]}, \"61960\": {\"path\": \"test/61960.jpg\", \"id\": 61960, \"objects\": [{\"bbox\": {\"xmin\": 1677.33, \"ymin\": 962.667, \"xmax\": 1737.3333, \"ymax\": 1033.3333}, \"category\": \"pm20\"}]}, \"38836\": {\"path\": \"test/38836.jpg\", \"id\": 38836, \"objects\": [{\"bbox\": {\"xmin\": 1038.67, \"ymin\": 826.667, \"xmax\": 1088.0, \"ymax\": 874.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1089.33, \"ymin\": 825.333, \"xmax\": 1138.6634, \"ymax\": 873.3333}, \"category\": \"pl30\"}]}, \"1023\": {\"path\": \"other/1023.jpg\", \"id\": 1023, \"objects\": [{\"bbox\": {\"xmin\": 1127.09, \"ymin\": 923.904, \"xmax\": 1140.6374999999998, \"ymax\": 938.6454}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1142.23, \"ymin\": 922.311, \"xmax\": 1157.3705, \"ymax\": 939.0438}, \"category\": \"pn\"}]}, \"64371\": {\"path\": \"test/64371.jpg\", \"id\": 64371, \"objects\": [{\"bbox\": {\"xmin\": 1241.33, \"ymin\": 1008.0, \"xmax\": 1282.6667, \"ymax\": 1046.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1238.67, \"ymin\": 873.333, \"xmax\": 1277.3333, \"ymax\": 912.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 968.0, \"xmax\": 1282.6667, \"ymax\": 1006.6667}, \"category\": \"ph4.3\"}, {\"bbox\": {\"xmin\": 1613.33, \"ymin\": 1008.0, \"xmax\": 1666.6667, \"ymax\": 1062.6667}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1241.33, \"ymin\": 928.0, \"xmax\": 1281.3333, \"ymax\": 966.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 936.0, \"ymin\": 994.667, \"xmax\": 985.3333, \"ymax\": 1040.0}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 1048.0, \"xmax\": 1284.0, \"ymax\": 1085.3333}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1173.33, \"ymin\": 769.333, \"xmax\": 1202.6667, \"ymax\": 800.0}, \"category\": \"pmb\"}]}, \"19400\": {\"path\": \"train/19400.jpg\", \"id\": 19400, \"objects\": [{\"bbox\": {\"xmin\": 769.737, \"ymin\": 964.474, \"xmax\": 807.8945, \"ymax\": 1005.2632000000001}, \"category\": \"ip\"}]}, \"92271\": {\"path\": \"train/92271.jpg\", \"id\": 92271, \"objects\": [{\"bbox\": {\"xmin\": 1198.67, \"ymin\": 928.0, \"xmax\": 1238.6667, \"ymax\": 969.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1198.67, \"ymin\": 974.667, \"xmax\": 1240.0, \"ymax\": 1014.6667}, \"category\": \"p18\"}]}, \"54312\": {\"path\": \"train/54312.jpg\", \"id\": 54312, \"objects\": [{\"bbox\": {\"xmin\": 1928.48, \"ymin\": 795.363, \"xmax\": 1966.2219, \"ymax\": 844.3706000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1968.88, \"ymin\": 801.987, \"xmax\": 2005.9625, \"ymax\": 852.3181}, \"category\": \"pn\"}]}, \"84626\": {\"path\": \"test/84626.jpg\", \"id\": 84626, \"objects\": [{\"bbox\": {\"xmin\": 264.356, \"ymin\": 955.446, \"xmax\": 284.1584, \"ymax\": 981.1890000000001}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 272.277, \"ymin\": 923.762, \"xmax\": 293.0693, \"ymax\": 953.4653}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 286.139, \"ymin\": 955.446, \"xmax\": 301.9802, \"ymax\": 982.1782000000001}, \"category\": \"p18\"}]}, \"23204\": {\"path\": \"test/23204.jpg\", \"id\": 23204, \"objects\": [{\"bbox\": {\"xmin\": 1412.5, \"ymin\": 914.772, \"xmax\": 1444.3164, \"ymax\": 944.8864000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1413.06, \"ymin\": 951.705, \"xmax\": 1446.5873, \"ymax\": 985.2273}, \"category\": \"pn\"}]}, \"69559\": {\"path\": \"train/69559.jpg\", \"id\": 69559, \"objects\": [{\"bbox\": {\"xmin\": 654.667, \"ymin\": 978.667, \"xmax\": 685.3333, \"ymax\": 1014.6667}, \"category\": \"pcl\"}]}, \"27424\": {\"path\": \"test/27424.jpg\", \"id\": 27424, \"objects\": [{\"bbox\": {\"xmin\": 1617.33, \"ymin\": 941.333, \"xmax\": 1657.3333, \"ymax\": 984.0}, \"category\": \"p10\"}]}, \"69620\": {\"path\": \"train/69620.jpg\", \"id\": 69620, \"objects\": [{\"bbox\": {\"xmin\": 1248.0, \"ymin\": 964.0, \"xmax\": 1328.0, \"ymax\": 1041.0}, \"category\": \"w55\"}]}, \"9312\": {\"path\": \"train/9312.jpg\", \"id\": 9312, \"objects\": [{\"bbox\": {\"xmin\": 1284.0, \"ymin\": 690.0, \"xmax\": 1339.0, \"ymax\": 748.0}, \"category\": \"p11\"}]}, \"76968\": {\"path\": \"train/76968.jpg\", \"id\": 76968, \"objects\": [{\"bbox\": {\"xmin\": 1055.56, \"ymin\": 931.746, \"xmax\": 1071.4286, \"ymax\": 946.8254}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1055.56, \"ymin\": 952.381, \"xmax\": 1071.4286, \"ymax\": 969.8412999999999}, \"category\": \"pn\"}]}, \"14008\": {\"path\": \"train/14008.jpg\", \"id\": 14008, \"objects\": [{\"bbox\": {\"xmin\": 1573.3, \"ymin\": 849.432, \"xmax\": 1611.9317999999998, \"ymax\": 890.9094}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1618.75, \"ymin\": 851.705, \"xmax\": 1661.3663, \"ymax\": 893.75}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1662.82, \"ymin\": 917.094, \"xmax\": 1696.5811999999999, \"ymax\": 952.9910000000001}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1663.76, \"ymin\": 953.977, \"xmax\": 1697.6471, \"ymax\": 988.0}, \"category\": \"i2r\"}]}, \"49455\": {\"path\": \"train/49455.jpg\", \"id\": 49455, \"objects\": [{\"bbox\": {\"xmin\": 81.3333, \"ymin\": 900.0, \"xmax\": 148.0, \"ymax\": 1028.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1421.33, \"ymin\": 754.667, \"xmax\": 1489.3333, \"ymax\": 822.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1274.67, \"ymin\": 362.667, \"xmax\": 1476.0, \"ymax\": 537.333}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1276.0, \"ymin\": 753.333, \"xmax\": 1346.6667, \"ymax\": 821.3333}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1349.33, \"ymin\": 753.333, \"xmax\": 1417.3365999999999, \"ymax\": 820.0009}, \"category\": \"pn\"}]}, \"31164\": {\"path\": \"test/31164.jpg\", \"id\": 31164, \"objects\": [{\"bbox\": {\"xmin\": 384.0, \"ymin\": 1101.33, \"xmax\": 450.6667, \"ymax\": 1188.0}, \"category\": \"p12\"}]}, \"38730\": {\"path\": \"train/38730.jpg\", \"id\": 38730, \"objects\": [{\"bbox\": {\"xmin\": 1531.68, \"ymin\": 810.891, \"xmax\": 1567.3267, \"ymax\": 849.505}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1581.19, \"ymin\": 813.861, \"xmax\": 1612.8713, \"ymax\": 852.4745}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1626.11, \"ymin\": 878.218, \"xmax\": 1652.2872, \"ymax\": 906.9485}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1627.48, \"ymin\": 907.921, \"xmax\": 1653.617, \"ymax\": 938.1155}, \"category\": \"i2r\"}]}, \"78757\": {\"path\": \"train/78757.jpg\", \"id\": 78757, \"objects\": [{\"bbox\": {\"xmin\": 1532.67, \"ymin\": 857.426, \"xmax\": 1569.3069, \"ymax\": 896.0396000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1657.43, \"ymin\": 924.752, \"xmax\": 1680.198, \"ymax\": 949.505}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1634.65, \"ymin\": 926.733, \"xmax\": 1655.4455, \"ymax\": 946.5346999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1682.18, \"ymin\": 926.733, \"xmax\": 1700.0, \"ymax\": 948.515}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1389.11, \"ymin\": 856.436, \"xmax\": 1426.7326999999998, \"ymax\": 894.0594}, \"category\": \"pne\"}]}, \"70274\": {\"path\": \"test/70274.jpg\", \"id\": 70274, \"objects\": [{\"bbox\": {\"xmin\": 8.0, \"ymin\": 784.0, \"xmax\": 112.0, \"ymax\": 905.333}, \"category\": \"p23\"}]}, \"84821\": {\"path\": \"other/84821.jpg\", \"id\": 84821, \"objects\": [{\"bbox\": {\"xmin\": 1994.0384521484375, \"ymin\": 868.5686645507812, \"xmax\": 2025.7413330078125, \"ymax\": 907.6936645507812}, \"category\": \"pl50\"}]}, \"90227\": {\"path\": \"test/90227.jpg\", \"id\": 90227, \"objects\": [{\"bbox\": {\"xmin\": 1560.0, \"ymin\": 826.667, \"xmax\": 1630.6667, \"ymax\": 900.0}, \"category\": \"pl60\"}]}, \"4580\": {\"path\": \"other/4580.jpg\", \"id\": 4580, \"objects\": [{\"bbox\": {\"xmin\": 273.0, \"ymin\": 1148.0, \"xmax\": 312.0, \"ymax\": 1184.0}, \"category\": \"w63\"}]}, \"29669\": {\"path\": \"train/29669.jpg\", \"id\": 29669, \"objects\": [{\"bbox\": {\"xmin\": 1405.31, \"ymin\": 928.319, \"xmax\": 1422.5712999999998, \"ymax\": 945.1332}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1424.78, \"ymin\": 928.76, \"xmax\": 1443.8052, \"ymax\": 946.9022}, \"category\": \"pn\"}]}, \"75494\": {\"path\": \"test/75494.jpg\", \"id\": 75494, \"objects\": [{\"bbox\": {\"xmin\": 507.921, \"ymin\": 967.327, \"xmax\": 525.7426, \"ymax\": 1013.8614}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1150.33, \"ymin\": 927.815, \"xmax\": 1163.5762, \"ymax\": 943.0464000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1164.9, \"ymin\": 927.815, \"xmax\": 1177.488, \"ymax\": 943.0466}, \"category\": \"pn\"}]}, \"87974\": {\"path\": \"test/87974.jpg\", \"id\": 87974, \"objects\": [{\"bbox\": {\"xmin\": 1165.56, \"ymin\": 986.755, \"xmax\": 1202.649, \"ymax\": 1021.1921}, \"category\": \"pn\"}]}, \"9214\": {\"path\": \"other/9214.jpg\", \"id\": 9214, \"objects\": [{\"bbox\": {\"xmin\": 1931.0, \"ymin\": 955.0, \"xmax\": 1983.0, \"ymax\": 1010.0}, \"category\": \"w58\"}]}, \"70437\": {\"path\": \"test/70437.jpg\", \"id\": 70437, \"objects\": [{\"bbox\": {\"xmin\": 1716.0, \"ymin\": 956.8, \"xmax\": 1781.6, \"ymax\": 1023.1999999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 851.2, \"ymin\": 968.8, \"xmax\": 892.0, \"ymax\": 1011.1999999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1653.6, \"ymin\": 931.2, \"xmax\": 1723.1999999999998, \"ymax\": 1004.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1053.6, \"ymin\": 914.4, \"xmax\": 1074.3999999999999, \"ymax\": 936.8}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1489.6, \"ymin\": 947.2, \"xmax\": 1539.1999999999998, \"ymax\": 991.2}, \"category\": \"w46\"}]}, \"93350\": {\"path\": \"test/93350.jpg\", \"id\": 93350, \"objects\": [{\"bbox\": {\"xmin\": 202.97, \"ymin\": 880.198, \"xmax\": 218.8119, \"ymax\": 905.9406}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1212.87, \"ymin\": 943.564, \"xmax\": 1226.7326999999998, \"ymax\": 961.3860999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 127.723, \"ymin\": 875.248, \"xmax\": 147.5248, \"ymax\": 900.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1148.52, \"ymin\": 943.564, \"xmax\": 1164.3566, \"ymax\": 961.3858}, \"category\": \"pne\"}]}, \"28834\": {\"path\": \"test/28834.jpg\", \"id\": 28834, \"objects\": [{\"bbox\": {\"xmin\": 1899.0, \"ymin\": 858.0, \"xmax\": 1957.0, \"ymax\": 923.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1897.0, \"ymin\": 922.0, \"xmax\": 1959.0, \"ymax\": 988.0}, \"category\": \"pn\"}]}, \"52950\": {\"path\": \"train/52950.jpg\", \"id\": 52950, \"objects\": [{\"bbox\": {\"xmin\": 1250.33, \"ymin\": 936.424, \"xmax\": 1279.4702, \"ymax\": 967.5497}, \"category\": \"p5\"}]}, \"72446\": {\"path\": \"test/72446.jpg\", \"id\": 72446, \"objects\": [{\"bbox\": {\"xmin\": 1252.0, \"ymin\": 782.0, \"xmax\": 1305.0, \"ymax\": 833.0}, \"category\": \"pl60\"}]}, \"89598\": {\"path\": \"train/89598.jpg\", \"id\": 89598, \"objects\": [{\"bbox\": {\"xmin\": 1401.33, \"ymin\": 940.0, \"xmax\": 1469.3333, \"ymax\": 1002.6667}, \"category\": \"w59\"}]}, \"5728\": {\"path\": \"test/5728.jpg\", \"id\": 5728, \"objects\": [{\"bbox\": {\"xmin\": 1310.89, \"ymin\": 917.822, \"xmax\": 1333.6634000000001, \"ymax\": 941.5842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1222.77, \"ymin\": 916.832, \"xmax\": 1243.5572, \"ymax\": 938.6139}, \"category\": \"pne\"}]}, \"6571\": {\"path\": \"train/6571.jpg\", \"id\": 6571, \"objects\": [{\"bbox\": {\"xmin\": 1226.98, \"ymin\": 935.714, \"xmax\": 1242.8571, \"ymax\": 954.7619000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1160.32, \"ymin\": 936.508, \"xmax\": 1176.9841, \"ymax\": 954.7619000000001}, \"category\": \"pne\"}]}, \"76779\": {\"path\": \"train/76779.jpg\", \"id\": 76779, \"objects\": [{\"bbox\": {\"xmin\": 1536.0, \"ymin\": 859.0, \"xmax\": 1565.0, \"ymax\": 890.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1570.0, \"ymin\": 748.0, \"xmax\": 1625.0, \"ymax\": 801.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1504.0, \"ymin\": 860.0, \"xmax\": 1533.0, \"ymax\": 892.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1567.0, \"ymin\": 860.0, \"xmax\": 1597.0, \"ymax\": 891.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1891.0, \"ymin\": 912.0, \"xmax\": 1923.0, \"ymax\": 951.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1887.0, \"ymin\": 954.0, \"xmax\": 1921.0, \"ymax\": 993.0}, \"category\": \"i2r\"}]}, \"26538\": {\"path\": \"train/26538.jpg\", \"id\": 26538, \"objects\": [{\"bbox\": {\"xmin\": 1447.41, \"ymin\": 927.49, \"xmax\": 1463.3498000000002, \"ymax\": 942.2311}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 789.553, \"ymin\": 967.661, \"xmax\": 807.9607, \"ymax\": 986.0696999999999}, \"category\": \"pne\"}]}, \"40432\": {\"path\": \"other/40432.jpg\", \"id\": 40432, \"objects\": [{\"bbox\": {\"xmin\": 1286.75, \"ymin\": 833.775, \"xmax\": 1333.1109, \"ymax\": 884.1066}, \"category\": \"p1\"}]}, \"12612\": {\"path\": \"train/12612.jpg\", \"id\": 12612, \"objects\": [{\"bbox\": {\"xmin\": 647.525, \"ymin\": 847.525, \"xmax\": 665.3465, \"ymax\": 884.1584}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 588.119, \"ymin\": 819.802, \"xmax\": 606.9307, \"ymax\": 865.3465}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 612.871, \"ymin\": 684.158, \"xmax\": 647.5248, \"ymax\": 766.3366}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 175.248, \"ymin\": 438.614, \"xmax\": 262.3762, \"ymax\": 569.307}, \"category\": \"pne\"}]}, \"18844\": {\"path\": \"other/18844.jpg\", \"id\": 18844, \"objects\": [{\"bbox\": {\"xmin\": 1164.154296875, \"ymin\": 1186.87353515625, \"xmax\": 1186.939697265625, \"ymax\": 1207.635009765625}, \"category\": \"i2\"}]}, \"81392\": {\"path\": \"test/81392.jpg\", \"id\": 81392, \"objects\": [{\"bbox\": {\"xmin\": 1243.0, \"ymin\": 986.0, \"xmax\": 1256.0, \"ymax\": 999.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1890.0, \"ymin\": 979.0, \"xmax\": 1925.0, \"ymax\": 1027.0}, \"category\": \"pcl\"}]}, \"26535\": {\"path\": \"train/26535.jpg\", \"id\": 26535, \"objects\": [{\"bbox\": {\"xmin\": 490.4, \"ymin\": 829.6, \"xmax\": 515.1999999999999, \"ymax\": 860.8000000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 521.6, \"ymin\": 828.0, \"xmax\": 547.2, \"ymax\": 860.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 508.0, \"ymin\": 896.0, \"xmax\": 538.4, \"ymax\": 928.8}, \"category\": \"i4l\"}]}, \"29107\": {\"path\": \"test/29107.jpg\", \"id\": 29107, \"objects\": [{\"bbox\": {\"xmin\": 1185.72, \"ymin\": 957.937, \"xmax\": 1232.541, \"ymax\": 1009.5236}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1446.83, \"ymin\": 980.159, \"xmax\": 1480.1587, \"ymax\": 1011.1111}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1185.72, \"ymin\": 1011.11, \"xmax\": 1219.0513, \"ymax\": 1044.4444}, \"category\": \"w59\"}]}, \"8700\": {\"path\": \"other/8700.jpg\", \"id\": 8700, \"objects\": [{\"bbox\": {\"xmin\": 1412.8853759765625, \"ymin\": 918.505126953125, \"xmax\": 1439.1951904296875, \"ymax\": 971.98583984375}, \"category\": \"pb\"}]}, \"29098\": {\"path\": \"test/29098.jpg\", \"id\": 29098, \"objects\": [{\"bbox\": {\"xmin\": 281.0, \"ymin\": 955.0, \"xmax\": 367.0, \"ymax\": 1060.0}, \"category\": \"pl100\"}]}, \"10329\": {\"path\": \"train/10329.jpg\", \"id\": 10329, \"objects\": [{\"bbox\": {\"xmin\": 1625.340087890625, \"ymin\": 873.712890625, \"xmax\": 1651.89306640625, \"ymax\": 902.240966796875}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1655.45, \"ymin\": 876.238, \"xmax\": 1682.1782, \"ymax\": 903.9608000000001}, \"category\": \"pn\"}]}, \"33414\": {\"path\": \"test/33414.jpg\", \"id\": 33414, \"objects\": [{\"bbox\": {\"xmin\": 1019.0, \"ymin\": 594.0, \"xmax\": 1111.0, \"ymax\": 684.0}, \"category\": \"pr40\"}]}, \"53410\": {\"path\": \"train/53410.jpg\", \"id\": 53410, \"objects\": [{\"bbox\": {\"xmin\": 85.1485, \"ymin\": 202.97, \"xmax\": 193.0695, \"ymax\": 365.347}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 202.971, \"ymin\": 287.129, \"xmax\": 293.0695, \"ymax\": 436.634}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 301.98, \"ymin\": 356.436, \"xmax\": 372.2772, \"ymax\": 498.02}, \"category\": \"pn\"}]}, \"47909\": {\"path\": \"train/47909.jpg\", \"id\": 47909, \"objects\": [{\"bbox\": {\"xmin\": 452.475, \"ymin\": 958.416, \"xmax\": 468.3168, \"ymax\": 985.1485}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 461.386, \"ymin\": 925.743, \"xmax\": 476.23760000000004, \"ymax\": 956.4356}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 470.297, \"ymin\": 959.406, \"xmax\": 485.1485, \"ymax\": 987.1287}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1368.32, \"ymin\": 1002.97, \"xmax\": 1385.1485, \"ymax\": 1017.8218}, \"category\": \"pn\"}]}, \"93926\": {\"path\": \"other/93926.jpg\", \"id\": 93926, \"objects\": [{\"bbox\": {\"xmin\": 815.842, \"ymin\": 977.228, \"xmax\": 831.6831999999999, \"ymax\": 996.0396}, \"category\": \"p14\"}]}, \"554\": {\"path\": \"train/554.jpg\", \"id\": 554, \"objects\": [{\"bbox\": {\"xmin\": 1072.51, \"ymin\": 897.609, \"xmax\": 1098.008, \"ymax\": 922.7089000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1102.49, \"ymin\": 897.512, \"xmax\": 1127.3657, \"ymax\": 921.8905}, \"category\": \"w57\"}]}, \"66715\": {\"path\": \"train/66715.jpg\", \"id\": 66715, \"objects\": [{\"bbox\": {\"xmin\": 1141.0, \"ymin\": 961.0, \"xmax\": 1179.0, \"ymax\": 1002.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1230.0, \"ymin\": 988.0, \"xmax\": 1247.0, \"ymax\": 1003.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1143.0, \"ymin\": 1002.0, \"xmax\": 1173.0, \"ymax\": 1031.0}, \"category\": \"w59\"}]}, \"56221\": {\"path\": \"train/56221.jpg\", \"id\": 56221, \"objects\": [{\"bbox\": {\"xmin\": 1114.67, \"ymin\": 729.333, \"xmax\": 1160.0, \"ymax\": 773.3333}, \"category\": \"pl40\"}]}, \"69544\": {\"path\": \"train/69544.jpg\", \"id\": 69544, \"objects\": [{\"bbox\": {\"xmin\": 1420.0, \"ymin\": 928.8, \"xmax\": 1463.2, \"ymax\": 974.4}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1804.8, \"ymin\": 976.8, \"xmax\": 1880.0, \"ymax\": 1065.6}, \"category\": \"i2r\"}]}, \"21732\": {\"path\": \"train/21732.jpg\", \"id\": 21732, \"objects\": [{\"bbox\": {\"xmin\": 1092.05, \"ymin\": 859.659, \"xmax\": 1125.0, \"ymax\": 889.2044999999999}, \"category\": \"pl40\"}]}, \"13990\": {\"path\": \"train/13990.jpg\", \"id\": 13990, \"objects\": [{\"bbox\": {\"xmin\": 419.802, \"ymin\": 721.782, \"xmax\": 484.15840000000003, \"ymax\": 793.0693}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1160.4, \"ymin\": 873.267, \"xmax\": 1188.1188000000002, \"ymax\": 902.9703000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1126.73, \"ymin\": 870.297, \"xmax\": 1156.4356, \"ymax\": 906.9307}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1192.08, \"ymin\": 874.257, \"xmax\": 1220.7921, \"ymax\": 905.9405999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 271.287, \"ymin\": 753.465, \"xmax\": 320.7921, \"ymax\": 810.8911}, \"category\": \"pne\"}]}, \"87221\": {\"path\": \"other/87221.jpg\", \"id\": 87221, \"objects\": [{\"bbox\": {\"xmin\": 1433.84, \"ymin\": 956.716, \"xmax\": 1448.7612, \"ymax\": 970.1488}, \"category\": \"pl40\"}]}, \"85076\": {\"path\": \"test/85076.jpg\", \"id\": 85076, \"objects\": [{\"bbox\": {\"xmin\": 305.6, \"ymin\": 1079.41, \"xmax\": 347.8261, \"ymax\": 1123.3410000000001}, \"category\": \"i11\"}, {\"bbox\": {\"xmin\": 1232.8, \"ymin\": 842.025, \"xmax\": 1266.9945, \"ymax\": 881.0790999999999}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 24.8, \"ymin\": 937.962, \"xmax\": 67.1019, \"ymax\": 986.5576}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1298.56, \"ymin\": 844.828, \"xmax\": 1333.4197, \"ymax\": 881.602}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1266.4, \"ymin\": 844.0, \"xmax\": 1299.8926000000001, \"ymax\": 880.8}, \"category\": \"pn\"}]}, \"20061\": {\"path\": \"other/20061.jpg\", \"id\": 20061, \"objects\": [{\"bbox\": {\"xmin\": 2007.2532958984375, \"ymin\": 973.3817138671875, \"xmax\": 2048.0, \"ymax\": 1015.7098388671875}, \"category\": \"ip\"}]}, \"71537\": {\"path\": \"test/71537.jpg\", \"id\": 71537, \"objects\": [{\"bbox\": {\"xmin\": 203.0, \"ymin\": 769.0, \"xmax\": 306.0, \"ymax\": 957.0}, \"category\": \"ip\"}]}, \"86417\": {\"path\": \"train/86417.jpg\", \"id\": 86417, \"objects\": [{\"bbox\": {\"xmin\": 130.263, \"ymin\": 1011.84, \"xmax\": 156.5789, \"ymax\": 1040.7895}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1321.05, \"ymin\": 921.053, \"xmax\": 1340.7894999999999, \"ymax\": 939.4737}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1345.54, \"ymin\": 923.762, \"xmax\": 1365.3464999999999, \"ymax\": 941.5829}, \"category\": \"w57\"}]}, \"79342\": {\"path\": \"other/79342.jpg\", \"id\": 79342, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 864.916015625, \"xmax\": 88.91909790039062, \"ymax\": 1038.077392578125}, \"category\": \"pl5\"}]}, \"95172\": {\"path\": \"train/95172.jpg\", \"id\": 95172, \"objects\": [{\"bbox\": {\"xmin\": 1873.02, \"ymin\": 923.81, \"xmax\": 1899.2063, \"ymax\": 954.7619}, \"category\": \"p10\"}]}, \"70758\": {\"path\": \"train/70758.jpg\", \"id\": 70758, \"objects\": [{\"bbox\": {\"xmin\": 1175.25, \"ymin\": 886.139, \"xmax\": 1198.0198, \"ymax\": 915.8422}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1143.56, \"ymin\": 887.129, \"xmax\": 1171.2871, \"ymax\": 913.8614}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1200.99, \"ymin\": 889.109, \"xmax\": 1226.7321, \"ymax\": 915.8416000000001}, \"category\": \"pn\"}]}, \"95560\": {\"path\": \"other/95560.jpg\", \"id\": 95560, \"objects\": [{\"bbox\": {\"xmin\": 1103.0255126953125, \"ymin\": 838.513916015625, \"xmax\": 1139.2833251953125, \"ymax\": 879.2467041015625}, \"category\": \"i4\"}]}, \"24143\": {\"path\": \"test/24143.jpg\", \"id\": 24143, \"objects\": [{\"bbox\": {\"xmin\": 52.0, \"ymin\": 626.667, \"xmax\": 224.0, \"ymax\": 837.3330000000001}, \"category\": \"pm20\"}]}, \"10561\": {\"path\": \"train/10561.jpg\", \"id\": 10561, \"objects\": [{\"bbox\": {\"xmin\": 1566.0, \"ymin\": 682.0, \"xmax\": 1612.0, \"ymax\": 728.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1566.0, \"ymin\": 810.0, \"xmax\": 1614.0, \"ymax\": 861.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1570.0, \"ymin\": 866.0, \"xmax\": 1615.0, \"ymax\": 916.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1572.0, \"ymin\": 939.0, \"xmax\": 1615.0, \"ymax\": 984.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1573.0, \"ymin\": 991.0, \"xmax\": 1616.0, \"ymax\": 1038.0}, \"category\": \"i2r\"}]}, \"84282\": {\"path\": \"test/84282.jpg\", \"id\": 84282, \"objects\": [{\"bbox\": {\"xmin\": 222.222, \"ymin\": 638.889, \"xmax\": 273.8102, \"ymax\": 722.2223}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 276.984, \"ymin\": 656.349, \"xmax\": 323.80989999999997, \"ymax\": 739.6828}, \"category\": \"pn\"}]}, \"11522\": {\"path\": \"train/11522.jpg\", \"id\": 11522, \"objects\": [{\"bbox\": {\"xmin\": 1038.8404541015625, \"ymin\": 918.6669311523438, \"xmax\": 1060.5128173828125, \"ymax\": 937.5064086914062}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 846.667, \"ymin\": 662.667, \"xmax\": 924.0, \"ymax\": 740.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 928.0, \"ymin\": 644.0, \"xmax\": 1009.3333, \"ymax\": 714.6667}, \"category\": \"w57\"}]}, \"25193\": {\"path\": \"other/25193.jpg\", \"id\": 25193, \"objects\": [{\"bbox\": {\"xmin\": 1458.4002685546875, \"ymin\": 936.0005493164062, \"xmax\": 1502.2235107421875, \"ymax\": 992.7926635742188}, \"category\": \"w55\"}]}, \"78664\": {\"path\": \"train/78664.jpg\", \"id\": 78664, \"objects\": [{\"bbox\": {\"xmin\": 1139.0, \"ymin\": 906.0, \"xmax\": 1160.0, \"ymax\": 927.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 42.0, \"ymin\": 687.0, \"xmax\": 97.0, \"ymax\": 759.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1117.0, \"ymin\": 906.0, \"xmax\": 1137.0, \"ymax\": 926.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1659.0, \"ymin\": 750.0, \"xmax\": 1710.0, \"ymax\": 798.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1597.0, \"ymin\": 872.0, \"xmax\": 1679.0, \"ymax\": 966.0}, \"category\": \"i4l\"}]}, \"12351\": {\"path\": \"other/12351.jpg\", \"id\": 12351, \"objects\": [{\"bbox\": {\"xmin\": 664.356, \"ymin\": 1000.99, \"xmax\": 684.1584, \"ymax\": 1028.7129}, \"category\": \"pl15\"}]}, \"94731\": {\"path\": \"train/94731.jpg\", \"id\": 94731, \"objects\": [{\"bbox\": {\"xmin\": 43.1007, \"ymin\": 879.069, \"xmax\": 85.2745, \"ymax\": 940.069}, \"category\": \"pl20\"}]}, \"47575\": {\"path\": \"train/47575.jpg\", \"id\": 47575, \"objects\": [{\"bbox\": {\"xmin\": 1185.0, \"ymin\": 1023.85, \"xmax\": 1216.0, \"ymax\": 1056.9916}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1418.0, \"ymin\": 997.0, \"xmax\": 1504.0, \"ymax\": 1091.0}, \"category\": \"p5\"}]}, \"73902\": {\"path\": \"train/73902.jpg\", \"id\": 73902, \"objects\": [{\"bbox\": {\"xmin\": 278.977, \"ymin\": 630.682, \"xmax\": 343.18179999999995, \"ymax\": 692.0455000000001}, \"category\": \"p10\"}]}, \"14397\": {\"path\": \"test/14397.jpg\", \"id\": 14397, \"objects\": [{\"bbox\": {\"xmin\": 1133.33, \"ymin\": 616.0, \"xmax\": 1221.3333, \"ymax\": 703.9997}, \"category\": \"ph4.5\"}]}, \"86198\": {\"path\": \"train/86198.jpg\", \"id\": 86198, \"objects\": [{\"bbox\": {\"xmin\": 720.635, \"ymin\": 859.524, \"xmax\": 755.5556, \"ymax\": 899.2063}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1131.75, \"ymin\": 941.27, \"xmax\": 1153.1746, \"ymax\": 965.0794}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1085.71, \"ymin\": 944.444, \"xmax\": 1107.1429, \"ymax\": 966.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1109.52, \"ymin\": 944.444, \"xmax\": 1130.9524, \"ymax\": 969.0476}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 580.159, \"ymin\": 869.048, \"xmax\": 611.9048, \"ymax\": 905.5556}, \"category\": \"pne\"}]}, \"69243\": {\"path\": \"test/69243.jpg\", \"id\": 69243, \"objects\": [{\"bbox\": {\"xmin\": 1848.0, \"ymin\": 681.333, \"xmax\": 1913.3333, \"ymax\": 754.6667}, \"category\": \"pl40\"}]}, \"3478\": {\"path\": \"other/3478.jpg\", \"id\": 3478, \"objects\": [{\"bbox\": {\"xmin\": 1519.6651611328125, \"ymin\": 1378.7249755859375, \"xmax\": 1549.2745361328125, \"ymax\": 1405.5257568359375}, \"category\": \"i2r\"}]}, \"16083\": {\"path\": \"train/16083.jpg\", \"id\": 16083, \"objects\": [{\"bbox\": {\"xmin\": 823.762, \"ymin\": 910.891, \"xmax\": 847.5247999999999, \"ymax\": 935.6436}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1124.75, \"ymin\": 933.663, \"xmax\": 1141.5842, \"ymax\": 954.4554}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1102.97, \"ymin\": 932.673, \"xmax\": 1120.7921000000001, \"ymax\": 952.4752}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1148.51, \"ymin\": 930.693, \"xmax\": 1168.2975, \"ymax\": 954.4553999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 719.802, \"ymin\": 912.871, \"xmax\": 746.5347, \"ymax\": 938.6139}, \"category\": \"pne\"}]}, \"14356\": {\"path\": \"test/14356.jpg\", \"id\": 14356, \"objects\": [{\"bbox\": {\"xmin\": 211.258, \"ymin\": 986.755, \"xmax\": 235.0993, \"ymax\": 1013.9073}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 209.54, \"ymin\": 1019.08, \"xmax\": 234.0428, \"ymax\": 1046.2299}, \"category\": \"pl5\"}]}, \"17912\": {\"path\": \"test/17912.jpg\", \"id\": 17912, \"objects\": [{\"bbox\": {\"xmin\": 1859.068115234375, \"ymin\": 650.1084594726562, \"xmax\": 1911.32763671875, \"ymax\": 737.3532104492188}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 717.46, \"ymin\": 912.698, \"xmax\": 738.8889, \"ymax\": 938.8888999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 624.603, \"ymin\": 917.46, \"xmax\": 645.2380999999999, \"ymax\": 940.4762000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 398.413, \"ymin\": 918.254, \"xmax\": 417.4603, \"ymax\": 938.0952}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 763.492, \"ymin\": 936.508, \"xmax\": 780.1587, \"ymax\": 957.9365}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 723.81, \"ymin\": 939.683, \"xmax\": 742.8571, \"ymax\": 960.3175}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 745.238, \"ymin\": 937.302, \"xmax\": 761.1111000000001, \"ymax\": 956.3492}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 329.365, \"ymin\": 921.429, \"xmax\": 347.619, \"ymax\": 944.4444}, \"category\": \"pne\"}]}, \"64678\": {\"path\": \"train/64678.jpg\", \"id\": 64678, \"objects\": [{\"bbox\": {\"xmin\": 600.0, \"ymin\": 977.333, \"xmax\": 637.3333, \"ymax\": 1019.9997}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 597.333, \"ymin\": 930.667, \"xmax\": 636.0, \"ymax\": 974.6667}, \"category\": \"pl5\"}]}, \"26243\": {\"path\": \"test/26243.jpg\", \"id\": 26243, \"objects\": [{\"bbox\": {\"xmin\": 1147.46, \"ymin\": 922.101, \"xmax\": 1164.4928, \"ymax\": 941.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1186.96, \"ymin\": 922.464, \"xmax\": 1204.7101, \"ymax\": 941.3043}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1167.76, \"ymin\": 921.739, \"xmax\": 1184.4226, \"ymax\": 941.3043}, \"category\": \"pn\"}]}, \"42399\": {\"path\": \"test/42399.jpg\", \"id\": 42399, \"objects\": [{\"bbox\": {\"xmin\": 1493.0, \"ymin\": 998.0, \"xmax\": 1586.0, \"ymax\": 1101.0}, \"category\": \"pr40\"}]}, \"62599\": {\"path\": \"test/62599.jpg\", \"id\": 62599, \"objects\": [{\"bbox\": {\"xmin\": 875.497, \"ymin\": 930.464, \"xmax\": 897.351, \"ymax\": 953.6424000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 796.689, \"ymin\": 934.437, \"xmax\": 815.894, \"ymax\": 953.6424000000001}, \"category\": \"pne\"}]}, \"71586\": {\"path\": \"train/71586.jpg\", \"id\": 71586, \"objects\": [{\"bbox\": {\"xmin\": 1806.82, \"ymin\": 918.182, \"xmax\": 1826.1363999999999, \"ymax\": 939.2045}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1740.48, \"ymin\": 912.698, \"xmax\": 1758.7302, \"ymax\": 935.7143}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1431.25, \"ymin\": 889.205, \"xmax\": 1455.6818, \"ymax\": 914.7727}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1542.61, \"ymin\": 934.659, \"xmax\": 1556.8182, \"ymax\": 951.7044999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1767.61, \"ymin\": 985.227, \"xmax\": 1782.9544999999998, \"ymax\": 1003.9775}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1767.05, \"ymin\": 1011.36, \"xmax\": 1782.3863999999999, \"ymax\": 1029.5455}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1768.18, \"ymin\": 961.932, \"xmax\": 1782.3864, \"ymax\": 980.1136}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1521.59, \"ymin\": 933.523, \"xmax\": 1539.2044999999998, \"ymax\": 951.1364}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1560.23, \"ymin\": 934.659, \"xmax\": 1574.4318, \"ymax\": 953.4091}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1306.25, \"ymin\": 889.205, \"xmax\": 1332.3864, \"ymax\": 913.6364000000001}, \"category\": \"pne\"}]}, \"40095\": {\"path\": \"train/40095.jpg\", \"id\": 40095, \"objects\": [{\"bbox\": {\"xmin\": 1890.1, \"ymin\": 1192.08, \"xmax\": 1936.6386, \"ymax\": 1243.5644}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 224.752, \"ymin\": 1019.8, \"xmax\": 239.604, \"ymax\": 1037.6237999999998}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 878.218, \"ymin\": 925.743, \"xmax\": 905.9404999999999, \"ymax\": 977.2281}, \"category\": \"w30\"}]}, \"14558\": {\"path\": \"test/14558.jpg\", \"id\": 14558, \"objects\": [{\"bbox\": {\"xmin\": 853.8421630859375, \"ymin\": 885.7813110351562, \"xmax\": 879.5802001953125, \"ymax\": 913.1679077148438}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 856.0, \"ymin\": 918.0, \"xmax\": 879.0, \"ymax\": 945.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 854.0, \"ymin\": 951.0, \"xmax\": 877.0, \"ymax\": 977.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 750.0, \"ymin\": 833.0, \"xmax\": 771.0, \"ymax\": 854.0}, \"category\": \"w63\"}]}, \"3022\": {\"path\": \"train/3022.jpg\", \"id\": 3022, \"objects\": [{\"bbox\": {\"xmin\": 1732.0, \"ymin\": 898.667, \"xmax\": 1821.3333, \"ymax\": 992.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1950.67, \"ymin\": 824.0, \"xmax\": 1990.6667, \"ymax\": 869.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1865.33, \"ymin\": 814.667, \"xmax\": 1908.0, \"ymax\": 864.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1908.0, \"ymin\": 818.667, \"xmax\": 1949.3333, \"ymax\": 864.0006000000001}, \"category\": \"pn\"}]}, \"29400\": {\"path\": \"test/29400.jpg\", \"id\": 29400, \"objects\": [{\"bbox\": {\"xmin\": 1782.0, \"ymin\": 912.0, \"xmax\": 1807.0, \"ymax\": 947.0}, \"category\": \"pne\"}]}, \"20347\": {\"path\": \"test/20347.jpg\", \"id\": 20347, \"objects\": [{\"bbox\": {\"xmin\": 1188.0, \"ymin\": 970.667, \"xmax\": 1225.3333, \"ymax\": 1008.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1237.33, \"ymin\": 968.0, \"xmax\": 1276.0, \"ymax\": 1006.6667}, \"category\": \"pl15\"}]}, \"54913\": {\"path\": \"other/54913.jpg\", \"id\": 54913, \"objects\": [{\"bbox\": {\"xmin\": 1209.33, \"ymin\": 1036.0, \"xmax\": 1233.3333, \"ymax\": 1069.3333}, \"category\": \"pm10\"}]}, \"70177\": {\"path\": \"train/70177.jpg\", \"id\": 70177, \"objects\": [{\"bbox\": {\"xmin\": 1427.0, \"ymin\": 957.0, \"xmax\": 1448.0, \"ymax\": 975.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1425.0, \"ymin\": 930.0, \"xmax\": 1449.0, \"ymax\": 956.0}, \"category\": \"pr40\"}]}, \"34978\": {\"path\": \"test/34978.jpg\", \"id\": 34978, \"objects\": [{\"bbox\": {\"xmin\": 1481.09, \"ymin\": 946.268, \"xmax\": 1528.8556999999998, \"ymax\": 1004.9747}, \"category\": \"pg\"}]}, \"48146\": {\"path\": \"train/48146.jpg\", \"id\": 48146, \"objects\": [{\"bbox\": {\"xmin\": 1919.74, \"ymin\": 727.632, \"xmax\": 1948.6842, \"ymax\": 775.0}, \"category\": \"pne\"}]}, \"53790\": {\"path\": \"train/53790.jpg\", \"id\": 53790, \"objects\": [{\"bbox\": {\"xmin\": 1410.67, \"ymin\": 858.667, \"xmax\": 1470.67, \"ymax\": 918.6667}, \"category\": \"pl40\"}]}, \"31507\": {\"path\": \"train/31507.jpg\", \"id\": 31507, \"objects\": [{\"bbox\": {\"xmin\": 1330.0, \"ymin\": 890.0, \"xmax\": 1391.0, \"ymax\": 953.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1328.0, \"ymin\": 954.0, \"xmax\": 1390.0, \"ymax\": 1015.0}, \"category\": \"pn\"}]}, \"90971\": {\"path\": \"test/90971.jpg\", \"id\": 90971, \"objects\": [{\"bbox\": {\"xmin\": 1515.84, \"ymin\": 996.04, \"xmax\": 1541.5842, \"ymax\": 1024.7525}, \"category\": \"i2r\"}]}, \"16644\": {\"path\": \"other/16644.jpg\", \"id\": 16644, \"objects\": [{\"bbox\": {\"xmin\": 268.3724365234375, \"ymin\": 967.1859741210938, \"xmax\": 285.2615966796875, \"ymax\": 989.4385375976562}, \"category\": \"w58\"}]}, \"24284\": {\"path\": \"test/24284.jpg\", \"id\": 24284, \"objects\": [{\"bbox\": {\"xmin\": 1235.0, \"ymin\": 954.0, \"xmax\": 1290.0, \"ymax\": 1013.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1734.0, \"ymin\": 939.0, \"xmax\": 1762.0, \"ymax\": 971.0}, \"category\": \"pn\"}]}, \"36065\": {\"path\": \"train/36065.jpg\", \"id\": 36065, \"objects\": [{\"bbox\": {\"xmin\": 833.6, \"ymin\": 943.2, \"xmax\": 856.0, \"ymax\": 964.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1160.0, \"ymin\": 884.0, \"xmax\": 1184.8, \"ymax\": 907.2}, \"category\": \"pl60\"}]}, \"51398\": {\"path\": \"other/51398.jpg\", \"id\": 51398, \"objects\": [{\"bbox\": {\"xmin\": 731.2520141601562, \"ymin\": 947.73291015625, \"xmax\": 831.3228149414062, \"ymax\": 1041.558349609375}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1880.0780029296875, \"ymin\": 982.9437866210938, \"xmax\": 1906.5794677734375, \"ymax\": 1010.3638305664062}, \"category\": \"pl50\"}]}, \"46278\": {\"path\": \"test/46278.jpg\", \"id\": 46278, \"objects\": [{\"bbox\": {\"xmin\": 946.4, \"ymin\": 849.6, \"xmax\": 977.6, \"ymax\": 880.8000000000001}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1137.6, \"ymin\": 846.4, \"xmax\": 1169.6, \"ymax\": 879.1999999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1044.0, \"ymin\": 848.8, \"xmax\": 1075.2, \"ymax\": 879.1999999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 909.6, \"ymin\": 815.2, \"xmax\": 940.8000000000001, \"ymax\": 845.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 946.4, \"ymin\": 815.2, \"xmax\": 976.8, \"ymax\": 845.6}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1008.0, \"ymin\": 848.8, \"xmax\": 1038.4, \"ymax\": 880.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 910.4, \"ymin\": 851.2, \"xmax\": 939.1999999999999, \"ymax\": 880.8000000000001}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1102.4, \"ymin\": 847.2, \"xmax\": 1134.4, \"ymax\": 880.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1217.6, \"ymin\": 847.2, \"xmax\": 1249.6, \"ymax\": 878.4000000000001}, \"category\": \"pne\"}]}, \"1541\": {\"path\": \"train/1541.jpg\", \"id\": 1541, \"objects\": [{\"bbox\": {\"xmin\": 871.0, \"ymin\": 198.0, \"xmax\": 1121.0, \"ymax\": 396.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1135.0, \"ymin\": 206.0, \"xmax\": 1377.0, \"ymax\": 389.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1995.0, \"ymin\": 1047.0, \"xmax\": 2049.0, \"ymax\": 1111.0}, \"category\": \"w63\"}]}, \"918\": {\"path\": \"other/918.jpg\", \"id\": 918, \"objects\": [{\"bbox\": {\"xmin\": 1013.6800537109375, \"ymin\": 916.05078125, \"xmax\": 1036.1593017578125, \"ymax\": 935.7060546875}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1259.9930419921875, \"ymin\": 993.5924682617188, \"xmax\": 1278.3109130859375, \"ymax\": 1011.3257446289062}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1260.1837158203125, \"ymin\": 951.0263671875, \"xmax\": 1278.0130615234375, \"ymax\": 968.787109375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 934.623779296875, \"ymin\": 917.0359497070312, \"xmax\": 956.6287841796875, \"ymax\": 936.9264526367188}, \"category\": \"pne\"}]}, \"15639\": {\"path\": \"other/15639.jpg\", \"id\": 15639, \"objects\": [{\"bbox\": {\"xmin\": 1733.7001953125, \"ymin\": 838.1942138671875, \"xmax\": 1765.140380859375, \"ymax\": 873.1922607421875}, \"category\": \"pn\"}]}, \"93522\": {\"path\": \"train/93522.jpg\", \"id\": 93522, \"objects\": [{\"bbox\": {\"xmin\": 1853.0, \"ymin\": 966.0, \"xmax\": 1909.0, \"ymax\": 1033.0}, \"category\": \"p10\"}]}, \"2725\": {\"path\": \"other/2725.jpg\", \"id\": 2725, \"objects\": [{\"bbox\": {\"xmin\": 534.21, \"ymin\": 990.789, \"xmax\": 572.3681, \"ymax\": 1063.1574}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 542.105, \"ymin\": 936.842, \"xmax\": 568.4211, \"ymax\": 993.4211}, \"category\": \"ps\"}]}, \"91739\": {\"path\": \"test/91739.jpg\", \"id\": 91739, \"objects\": [{\"bbox\": {\"xmin\": 1588.0, \"ymin\": 894.667, \"xmax\": 1650.6667, \"ymax\": 960.0}, \"category\": \"pl20\"}]}, \"10063\": {\"path\": \"test/10063.jpg\", \"id\": 10063, \"objects\": [{\"bbox\": {\"xmin\": 1371.0, \"ymin\": 701.0, \"xmax\": 1426.0, \"ymax\": 759.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1480.0, \"ymin\": 765.0, \"xmax\": 1543.0, \"ymax\": 828.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1370.0, \"ymin\": 774.0, \"xmax\": 1422.0, \"ymax\": 834.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1637.0, \"ymin\": 949.0, \"xmax\": 1678.0, \"ymax\": 1002.0}, \"category\": \"pr20\"}, {\"bbox\": {\"xmin\": 1482.0, \"ymin\": 692.0, \"xmax\": 1543.0, \"ymax\": 753.0}, \"category\": \"pbp\"}]}, \"2161\": {\"path\": \"train/2161.jpg\", \"id\": 2161, \"objects\": [{\"bbox\": {\"xmin\": 468.627, \"ymin\": 1078.43, \"xmax\": 521.5685, \"ymax\": 1150.9784}, \"category\": \"w32\"}]}, \"39089\": {\"path\": \"train/39089.jpg\", \"id\": 39089, \"objects\": [{\"bbox\": {\"xmin\": 193.421, \"ymin\": 635.526, \"xmax\": 242.1053, \"ymax\": 722.3684}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 877.632, \"xmax\": 1621.0526, \"ymax\": 915.7895}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 202.632, \"ymin\": 805.263, \"xmax\": 223.6842, \"ymax\": 855.2632}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 228.947, \"ymin\": 810.526, \"xmax\": 251.3158, \"ymax\": 857.8947}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1627.63, \"ymin\": 877.632, \"xmax\": 1651.3158, \"ymax\": 915.7895}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 5.26316, \"ymin\": 581.579, \"xmax\": 69.73686, \"ymax\": 663.1578999999999}, \"category\": \"pne\"}]}, \"19460\": {\"path\": \"train/19460.jpg\", \"id\": 19460, \"objects\": [{\"bbox\": {\"xmin\": 400.0, \"ymin\": 741.0, \"xmax\": 464.0, \"ymax\": 811.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1187.0, \"ymin\": 821.0, \"xmax\": 1228.0, \"ymax\": 864.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1284.0, \"ymin\": 870.0, \"xmax\": 1325.0, \"ymax\": 910.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1230.0, \"ymin\": 817.0, \"xmax\": 1272.0, \"ymax\": 861.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 135.0, \"ymin\": 789.0, \"xmax\": 181.0, \"ymax\": 849.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1283.0, \"ymin\": 913.0, \"xmax\": 1328.0, \"ymax\": 957.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1287.0, \"ymin\": 959.0, \"xmax\": 1330.0, \"ymax\": 1003.0}, \"category\": \"i2r\"}]}, \"6488\": {\"path\": \"other/6488.jpg\", \"id\": 6488, \"objects\": [{\"bbox\": {\"xmin\": 1613.9794921875, \"ymin\": 941.3750610351562, \"xmax\": 1643.755859375, \"ymax\": 984.4776000976562}, \"category\": \"iz\"}]}, \"57261\": {\"path\": \"other/57261.jpg\", \"id\": 57261, \"objects\": [{\"bbox\": {\"xmin\": 943.782, \"ymin\": 945.771, \"xmax\": 997.0154, \"ymax\": 992.0392999999999}, \"category\": \"ph2.6\"}]}, \"527\": {\"path\": \"test/527.jpg\", \"id\": 527, \"objects\": [{\"bbox\": {\"xmin\": 133.0, \"ymin\": 719.0, \"xmax\": 218.0, \"ymax\": 819.0}, \"category\": \"pl60\"}]}, \"22297\": {\"path\": \"train/22297.jpg\", \"id\": 22297, \"objects\": [{\"bbox\": {\"xmin\": 1073.68, \"ymin\": 839.474, \"xmax\": 1117.1053000000002, \"ymax\": 877.6316}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1117.11, \"ymin\": 839.474, \"xmax\": 1159.2158, \"ymax\": 876.3158000000001}, \"category\": \"w57\"}]}, \"3997\": {\"path\": \"train/3997.jpg\", \"id\": 3997, \"objects\": [{\"bbox\": {\"xmin\": 1086.67, \"ymin\": 726.667, \"xmax\": 1154.6766, \"ymax\": 793.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1330.67, \"ymin\": 737.333, \"xmax\": 1398.6667, \"ymax\": 802.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 836.0, \"ymin\": 726.667, \"xmax\": 904.0, \"ymax\": 794.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 713.333, \"ymin\": 732.0, \"xmax\": 778.6667, \"ymax\": 797.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 957.333, \"ymin\": 725.333, \"xmax\": 1025.3333, \"ymax\": 793.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1206.67, \"ymin\": 733.333, \"xmax\": 1276.0, \"ymax\": 797.3333}, \"category\": \"pl80\"}]}, \"84183\": {\"path\": \"train/84183.jpg\", \"id\": 84183, \"objects\": [{\"bbox\": {\"xmin\": 1788.0, \"ymin\": 962.667, \"xmax\": 1864.0, \"ymax\": 1048.0003}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1788.0, \"ymin\": 874.667, \"xmax\": 1862.6667, \"ymax\": 960.0}, \"category\": \"pr20\"}]}, \"14578\": {\"path\": \"train/14578.jpg\", \"id\": 14578, \"objects\": [{\"bbox\": {\"xmin\": 576.0, \"ymin\": 838.667, \"xmax\": 634.6667, \"ymax\": 904.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1393.33, \"ymin\": 629.333, \"xmax\": 1453.3333, \"ymax\": 689.333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 589.333, \"ymin\": 914.667, \"xmax\": 634.6660999999999, \"ymax\": 966.6667}, \"category\": \"pl60\"}]}, \"50951\": {\"path\": \"train/50951.jpg\", \"id\": 50951, \"objects\": [{\"bbox\": {\"xmin\": 205.487, \"ymin\": 987.511, \"xmax\": 233.3011, \"ymax\": 1024.432}, \"category\": \"pl50\"}]}, \"53447\": {\"path\": \"train/53447.jpg\", \"id\": 53447, \"objects\": [{\"bbox\": {\"xmin\": 1878.0, \"ymin\": 688.0, \"xmax\": 1942.0, \"ymax\": 763.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1458.0, \"ymin\": 641.0, \"xmax\": 1542.0, \"ymax\": 724.0}, \"category\": \"pne\"}]}, \"40453\": {\"path\": \"other/40453.jpg\", \"id\": 40453, \"objects\": [{\"bbox\": {\"xmin\": 915.789, \"ymin\": 925.0, \"xmax\": 992.1052999999999, \"ymax\": 1088.158}, \"category\": \"pl15\"}]}, \"19000\": {\"path\": \"test/19000.jpg\", \"id\": 19000, \"objects\": [{\"bbox\": {\"xmin\": 708.73, \"ymin\": 1160.32, \"xmax\": 730.1587000000001, \"ymax\": 1184.9206}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 733.333, \"ymin\": 1161.91, \"xmax\": 760.3171, \"ymax\": 1190.4798}, \"category\": \"pn\"}]}, \"75868\": {\"path\": \"test/75868.jpg\", \"id\": 75868, \"objects\": [{\"bbox\": {\"xmin\": 1264.6722412109375, \"ymin\": 879.5066528320312, \"xmax\": 1295.8450927734375, \"ymax\": 911.8598022460938}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 891.543, \"ymin\": 930.347, \"xmax\": 933.3338, \"ymax\": 976.6165}, \"category\": \"pne\"}]}, \"48435\": {\"path\": \"test/48435.jpg\", \"id\": 48435, \"objects\": [{\"bbox\": {\"xmin\": 225.743, \"ymin\": 631.683, \"xmax\": 308.91089999999997, \"ymax\": 725.7415}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1225.74, \"ymin\": 842.574, \"xmax\": 1264.3564000000001, \"ymax\": 884.1583999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1139.6, \"ymin\": 838.614, \"xmax\": 1182.1781999999998, \"ymax\": 882.1784}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1183.17, \"ymin\": 836.634, \"xmax\": 1224.7525, \"ymax\": 884.1584}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 3.9604, \"ymin\": 681.188, \"xmax\": 53.4653, \"ymax\": 762.376}, \"category\": \"pne\"}]}, \"86862\": {\"path\": \"train/86862.jpg\", \"id\": 86862, \"objects\": [{\"bbox\": {\"xmin\": 209.804, \"ymin\": 794.118, \"xmax\": 292.1569, \"ymax\": 913.725}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 201.961, \"ymin\": 964.706, \"xmax\": 296.0784, \"ymax\": 1080.392}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 203.922, \"ymin\": 629.412, \"xmax\": 284.3137, \"ymax\": 749.02}, \"category\": \"p26\"}]}, \"88713\": {\"path\": \"train/88713.jpg\", \"id\": 88713, \"objects\": [{\"bbox\": {\"xmin\": 1984.09, \"ymin\": 1293.75, \"xmax\": 2014.7727, \"ymax\": 1327.8409}, \"category\": \"pl30\"}]}, \"3000\": {\"path\": \"other/3000.jpg\", \"id\": 3000, \"objects\": [{\"bbox\": {\"xmin\": 1149.26, \"ymin\": 942.786, \"xmax\": 1164.6791, \"ymax\": 959.7014999999999}, \"category\": \"pl60\"}]}, \"34626\": {\"path\": \"test/34626.jpg\", \"id\": 34626, \"objects\": [{\"bbox\": {\"xmin\": 1194.36, \"ymin\": 960.292, \"xmax\": 1244.8466999999998, \"ymax\": 1010.7796000000001}, \"category\": \"i5\"}]}, \"80265\": {\"path\": \"test/80265.jpg\", \"id\": 80265, \"objects\": [{\"bbox\": {\"xmin\": 804.0, \"ymin\": 943.0, \"xmax\": 823.0, \"ymax\": 966.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 744.0, \"ymin\": 882.0, \"xmax\": 767.0, \"ymax\": 909.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 745.0, \"ymin\": 917.0, \"xmax\": 767.0, \"ymax\": 945.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1255.0, \"ymin\": 964.0, \"xmax\": 1285.0, \"ymax\": 994.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1254.0, \"ymin\": 1000.0, \"xmax\": 1283.0, \"ymax\": 1031.0}, \"category\": \"i2r\"}]}, \"65348\": {\"path\": \"other/65348.jpg\", \"id\": 65348, \"objects\": [{\"bbox\": {\"xmin\": 1288.05, \"ymin\": 933.865, \"xmax\": 1302.7873, \"ymax\": 949.8008}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1305.17, \"ymin\": 933.865, \"xmax\": 1319.9155, \"ymax\": 950.996}, \"category\": \"pn\"}]}, \"22655\": {\"path\": \"other/22655.jpg\", \"id\": 22655, \"objects\": [{\"bbox\": {\"xmin\": 445.6, \"ymin\": 970.4, \"xmax\": 546.4, \"ymax\": 1077.6}, \"category\": \"pm5\"}]}, \"4607\": {\"path\": \"test/4607.jpg\", \"id\": 4607, \"objects\": [{\"bbox\": {\"xmin\": 1678.95, \"ymin\": 869.737, \"xmax\": 1767.1053, \"ymax\": 1003.947}, \"category\": \"p23\"}]}, \"65380\": {\"path\": \"train/65380.jpg\", \"id\": 65380, \"objects\": [{\"bbox\": {\"xmin\": 836.0, \"ymin\": 829.0, \"xmax\": 871.0, \"ymax\": 865.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 880.0, \"ymin\": 830.0, \"xmax\": 914.0, \"ymax\": 864.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1401.0, \"ymin\": 801.0, \"xmax\": 1428.0, \"ymax\": 829.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 846.0, \"ymin\": 780.0, \"xmax\": 883.0, \"ymax\": 818.0}, \"category\": \"pl80\"}]}, \"43810\": {\"path\": \"train/43810.jpg\", \"id\": 43810, \"objects\": [{\"bbox\": {\"xmin\": 700.0, \"ymin\": 861.386, \"xmax\": 727.7228, \"ymax\": 889.1089}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 508.911, \"ymin\": 864.357, \"xmax\": 537.6245, \"ymax\": 893.0695999999999}, \"category\": \"pne\"}]}, \"37090\": {\"path\": \"train/37090.jpg\", \"id\": 37090, \"objects\": [{\"bbox\": {\"xmin\": 85.3333, \"ymin\": 980.0, \"xmax\": 122.66669999999999, \"ymax\": 1021.3333}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 89.3333, \"ymin\": 940.0, \"xmax\": 124.0, \"ymax\": 980.0003}, \"category\": \"pm20\"}]}, \"27591\": {\"path\": \"train/27591.jpg\", \"id\": 27591, \"objects\": [{\"bbox\": {\"xmin\": 1216.74, \"ymin\": 970.12, \"xmax\": 1243.8279, \"ymax\": 996.4143}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1140.64, \"ymin\": 987.251, \"xmax\": 1154.5853000000002, \"ymax\": 1000.3983999999999}, \"category\": \"pn\"}]}, \"93935\": {\"path\": \"train/93935.jpg\", \"id\": 93935, \"objects\": [{\"bbox\": {\"xmin\": 1458.73, \"ymin\": 971.429, \"xmax\": 1478.5714, \"ymax\": 995.2381}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1456.35, \"ymin\": 1003.17, \"xmax\": 1476.9843999999998, \"ymax\": 1024.6032}, \"category\": \"pl5\"}]}, \"32797\": {\"path\": \"test/32797.jpg\", \"id\": 32797, \"objects\": [{\"bbox\": {\"xmin\": 533.113, \"ymin\": 976.821, \"xmax\": 560.9274, \"ymax\": 1005.9605}, \"category\": \"pne\"}]}, \"78816\": {\"path\": \"test/78816.jpg\", \"id\": 78816, \"objects\": [{\"bbox\": {\"xmin\": 574.667, \"ymin\": 994.667, \"xmax\": 625.3333, \"ymax\": 1052.0}, \"category\": \"p5\"}]}, \"71529\": {\"path\": \"train/71529.jpg\", \"id\": 71529, \"objects\": [{\"bbox\": {\"xmin\": 181.0, \"ymin\": 1004.0, \"xmax\": 214.0, \"ymax\": 1046.0}, \"category\": \"pl40\"}]}, \"76225\": {\"path\": \"other/76225.jpg\", \"id\": 76225, \"objects\": [{\"bbox\": {\"xmin\": 1302.53, \"ymin\": 980.435, \"xmax\": 1315.9397, \"ymax\": 995.2901999999999}, \"category\": \"pn\"}]}, \"95609\": {\"path\": \"train/95609.jpg\", \"id\": 95609, \"objects\": [{\"bbox\": {\"xmin\": 1617.0, \"ymin\": 469.0, \"xmax\": 1688.0, \"ymax\": 539.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1542.0, \"ymin\": 453.0, \"xmax\": 1622.0, \"ymax\": 530.0}, \"category\": \"wc\"}]}, \"47178\": {\"path\": \"other/47178.jpg\", \"id\": 47178, \"objects\": [{\"bbox\": {\"xmin\": 1449.33, \"ymin\": 684.0, \"xmax\": 1527.9967, \"ymax\": 764.0}, \"category\": \"pl35\"}]}, \"79153\": {\"path\": \"train/79153.jpg\", \"id\": 79153, \"objects\": [{\"bbox\": {\"xmin\": 1601.32, \"ymin\": 918.421, \"xmax\": 1664.4757, \"ymax\": 982.8947000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1597.37, \"ymin\": 980.263, \"xmax\": 1659.2070999999999, \"ymax\": 1042.1053}, \"category\": \"pn\"}]}, \"29949\": {\"path\": \"train/29949.jpg\", \"id\": 29949, \"objects\": [{\"bbox\": {\"xmin\": 496.04, \"ymin\": 1026.73, \"xmax\": 515.8416, \"ymax\": 1050.4950000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1247.52, \"ymin\": 1016.83, \"xmax\": 1265.3464999999999, \"ymax\": 1037.6238}, \"category\": \"pne\"}]}, \"31070\": {\"path\": \"train/31070.jpg\", \"id\": 31070, \"objects\": [{\"bbox\": {\"xmin\": 1477.63, \"ymin\": 853.947, \"xmax\": 1525.0, \"ymax\": 903.9474}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 149.02, \"ymin\": 474.51, \"xmax\": 241.1773, \"ymax\": 715.6859999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1411.76, \"ymin\": 849.02, \"xmax\": 1460.764, \"ymax\": 898.0391999999999}, \"category\": \"pl60\"}]}, \"23068\": {\"path\": \"test/23068.jpg\", \"id\": 23068, \"objects\": [{\"bbox\": {\"xmin\": 1988.12, \"ymin\": 894.059, \"xmax\": 2012.8775999999998, \"ymax\": 929.703}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 2016.83, \"ymin\": 900.0, \"xmax\": 2042.5743, \"ymax\": 932.6733}, \"category\": \"pn\"}]}, \"74420\": {\"path\": \"train/74420.jpg\", \"id\": 74420, \"objects\": [{\"bbox\": {\"xmin\": 140.594, \"ymin\": 987.129, \"xmax\": 173.2674, \"ymax\": 1027.246}, \"category\": \"pl30\"}]}, \"8834\": {\"path\": \"train/8834.jpg\", \"id\": 8834, \"objects\": [{\"bbox\": {\"xmin\": 1053.0, \"ymin\": 729.0, \"xmax\": 1110.0, \"ymax\": 790.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 417.0, \"ymin\": 770.0, \"xmax\": 467.0, \"ymax\": 823.0}, \"category\": \"pl80\"}]}, \"29381\": {\"path\": \"train/29381.jpg\", \"id\": 29381, \"objects\": [{\"bbox\": {\"xmin\": 834.211, \"ymin\": 801.316, \"xmax\": 902.6324, \"ymax\": 871.0522000000001}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 743.421, \"ymin\": 802.632, \"xmax\": 811.8423, \"ymax\": 868.4210999999999}, \"category\": \"pl60\"}]}, \"69786\": {\"path\": \"train/69786.jpg\", \"id\": 69786, \"objects\": [{\"bbox\": {\"xmin\": 1222.0, \"ymin\": 921.0, \"xmax\": 1241.0, \"ymax\": 942.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1219.0, \"ymin\": 952.0, \"xmax\": 1240.0, \"ymax\": 971.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1395.0, \"ymin\": 965.0, \"xmax\": 1426.0, \"ymax\": 997.0}, \"category\": \"pr40\"}]}, \"7859\": {\"path\": \"train/7859.jpg\", \"id\": 7859, \"objects\": [{\"bbox\": {\"xmin\": 1012.0, \"ymin\": 945.0, \"xmax\": 1042.0, \"ymax\": 984.0}, \"category\": \"pl5\"}]}, \"90198\": {\"path\": \"test/90198.jpg\", \"id\": 90198, \"objects\": [{\"bbox\": {\"xmin\": 1348.67, \"ymin\": 913.717, \"xmax\": 1366.3692, \"ymax\": 932.7438}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1368.15, \"ymin\": 915.93, \"xmax\": 1385.4032000000002, \"ymax\": 934.0713}, \"category\": \"pn\"}]}, \"25404\": {\"path\": \"train/25404.jpg\", \"id\": 25404, \"objects\": [{\"bbox\": {\"xmin\": 1.6, \"ymin\": 920.0, \"xmax\": 83.19999999999999, \"ymax\": 1011.2}, \"category\": \"w59\"}]}, \"31594\": {\"path\": \"train/31594.jpg\", \"id\": 31594, \"objects\": [{\"bbox\": {\"xmin\": 1164.05, \"ymin\": 812.375, \"xmax\": 1213.0655, \"ymax\": 867.2772}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1105.88, \"ymin\": 811.765, \"xmax\": 1160.7843, \"ymax\": 870.5882}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1213.73, \"ymin\": 813.725, \"xmax\": 1265.5629000000001, \"ymax\": 867.5497}, \"category\": \"pn\"}]}, \"96753\": {\"path\": \"train/96753.jpg\", \"id\": 96753, \"objects\": [{\"bbox\": {\"xmin\": 1373.33, \"ymin\": 953.333, \"xmax\": 1412.0, \"ymax\": 996.0}, \"category\": \"p5\"}]}, \"77147\": {\"path\": \"test/77147.jpg\", \"id\": 77147, \"objects\": [{\"bbox\": {\"xmin\": 385.714, \"ymin\": 906.349, \"xmax\": 400.0, \"ymax\": 929.3651000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 341.27, \"ymin\": 902.381, \"xmax\": 357.1429, \"ymax\": 924.6032}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 200.794, \"ymin\": 890.476, \"xmax\": 218.25400000000002, \"ymax\": 913.4921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1227.78, \"ymin\": 934.127, \"xmax\": 1247.619, \"ymax\": 953.9683}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 124.603, \"ymin\": 880.952, \"xmax\": 147.619, \"ymax\": 908.7302}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1159.52, \"ymin\": 934.921, \"xmax\": 1175.3953999999999, \"ymax\": 953.9681}, \"category\": \"pne\"}]}, \"87701\": {\"path\": \"test/87701.jpg\", \"id\": 87701, \"objects\": [{\"bbox\": {\"xmin\": 1098.67, \"ymin\": 1009.33, \"xmax\": 1134.6667, \"ymax\": 1048.0}, \"category\": \"i2r\"}]}, \"35346\": {\"path\": \"train/35346.jpg\", \"id\": 35346, \"objects\": [{\"bbox\": {\"xmin\": 629.365, \"ymin\": 871.429, \"xmax\": 656.3492, \"ymax\": 898.4127}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 548.413, \"ymin\": 876.984, \"xmax\": 573.0159, \"ymax\": 900.7937000000001}, \"category\": \"i4\"}]}, \"47457\": {\"path\": \"train/47457.jpg\", \"id\": 47457, \"objects\": [{\"bbox\": {\"xmin\": 916.832, \"ymin\": 909.901, \"xmax\": 941.5842, \"ymax\": 939.6039999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1952.48, \"ymin\": 806.931, \"xmax\": 1987.1287, \"ymax\": 860.3960000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1463.37, \"ymin\": 960.396, \"xmax\": 1490.099, \"ymax\": 987.1287}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1120.79, \"ymin\": 912.871, \"xmax\": 1142.5743, \"ymax\": 932.6732999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1143.56, \"ymin\": 911.881, \"xmax\": 1169.3069, \"ymax\": 933.6634}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 817.822, \"ymin\": 913.861, \"xmax\": 844.5545, \"ymax\": 940.5941}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1837.62, \"ymin\": 828.713, \"xmax\": 1870.2969999999998, \"ymax\": 876.2375999999999}, \"category\": \"pne\"}]}, \"79556\": {\"path\": \"test/79556.jpg\", \"id\": 79556, \"objects\": [{\"bbox\": {\"xmin\": 1406.67, \"ymin\": 966.667, \"xmax\": 1432.0, \"ymax\": 993.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1404.0, \"ymin\": 924.0, \"xmax\": 1431.9967, \"ymax\": 953.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1404.0, \"ymin\": 1006.67, \"xmax\": 1430.6667, \"ymax\": 1036.0}, \"category\": \"pl80\"}]}, \"84284\": {\"path\": \"test/84284.jpg\", \"id\": 84284, \"objects\": [{\"bbox\": {\"xmin\": 769.333, \"ymin\": 949.333, \"xmax\": 844.0, \"ymax\": 1034.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 770.667, \"xmax\": 1380.0, \"ymax\": 850.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 318.667, \"ymin\": 969.333, \"xmax\": 380.0, \"ymax\": 1041.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 13.3333, \"ymin\": 986.667, \"xmax\": 54.6667, \"ymax\": 1046.6667}, \"category\": \"pl5\"}]}, \"8857\": {\"path\": \"train/8857.jpg\", \"id\": 8857, \"objects\": [{\"bbox\": {\"xmin\": 205.0, \"ymin\": 975.0, \"xmax\": 220.0, \"ymax\": 993.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 608.0, \"ymin\": 751.0, \"xmax\": 633.0, \"ymax\": 798.0}, \"category\": \"p26\"}]}, \"14407\": {\"path\": \"train/14407.jpg\", \"id\": 14407, \"objects\": [{\"bbox\": {\"xmin\": 1486.93, \"ymin\": 841.477, \"xmax\": 1522.1591, \"ymax\": 879.5455}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1524.43, \"ymin\": 843.75, \"xmax\": 1557.9545, \"ymax\": 879.545}, \"category\": \"pn\"}]}, \"69725\": {\"path\": \"test/69725.jpg\", \"id\": 69725, \"objects\": [{\"bbox\": {\"xmin\": 1920.0, \"ymin\": 828.0, \"xmax\": 2034.0, \"ymax\": 956.0}, \"category\": \"p6\"}]}, \"78689\": {\"path\": \"train/78689.jpg\", \"id\": 78689, \"objects\": [{\"bbox\": {\"xmin\": 1112.73779296875, \"ymin\": 992.0148315429688, \"xmax\": 1129.76611328125, \"ymax\": 1011.9799194335938}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1064.0, \"ymin\": 1116.0, \"xmax\": 1143.0, \"ymax\": 1200.0}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 1286.0, \"ymin\": 1114.0, \"xmax\": 1370.0, \"ymax\": 1195.0}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 594.0, \"ymin\": 1099.0, \"xmax\": 667.0, \"ymax\": 1176.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1128.0, \"ymin\": 953.0, \"xmax\": 1146.0, \"ymax\": 972.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 742.0, \"ymin\": 959.0, \"xmax\": 760.0, \"ymax\": 976.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 742.0, \"ymin\": 943.0, \"xmax\": 756.0, \"ymax\": 959.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 831.0, \"ymin\": 1104.0, \"xmax\": 909.0, \"ymax\": 1188.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1129.0, \"ymin\": 933.0, \"xmax\": 1147.0, \"ymax\": 951.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1212.0, \"ymin\": 945.0, \"xmax\": 1224.0, \"ymax\": 959.0}, \"category\": \"pdd\"}]}, \"14678\": {\"path\": \"train/14678.jpg\", \"id\": 14678, \"objects\": [{\"bbox\": {\"xmin\": 1617.33, \"ymin\": 792.0, \"xmax\": 1706.6667, \"ymax\": 885.333}, \"category\": \"p10\"}]}, \"67426\": {\"path\": \"train/67426.jpg\", \"id\": 67426, \"objects\": [{\"bbox\": {\"xmin\": 1731.37, \"ymin\": 715.789, \"xmax\": 1792.1569, \"ymax\": 774.5088}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1352.94, \"ymin\": 650.98, \"xmax\": 1423.6842000000001, \"ymax\": 736.8421000000001}, \"category\": \"pne\"}]}, \"56360\": {\"path\": \"test/56360.jpg\", \"id\": 56360, \"objects\": [{\"bbox\": {\"xmin\": 906.0, \"ymin\": 755.0, \"xmax\": 960.0, \"ymax\": 808.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 738.0, \"ymin\": 930.0, \"xmax\": 780.0, \"ymax\": 971.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 788.0, \"ymin\": 757.0, \"xmax\": 842.0, \"ymax\": 810.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 627.0, \"ymin\": 764.0, \"xmax\": 674.0, \"ymax\": 816.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 570.0, \"ymin\": 766.0, \"xmax\": 620.0, \"ymax\": 819.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 683.0, \"ymin\": 761.0, \"xmax\": 733.0, \"ymax\": 813.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 844.0, \"ymin\": 752.0, \"xmax\": 898.0, \"ymax\": 809.0}, \"category\": \"im\"}]}, \"66449\": {\"path\": \"test/66449.jpg\", \"id\": 66449, \"objects\": [{\"bbox\": {\"xmin\": 230.667, \"ymin\": 758.667, \"xmax\": 297.3333, \"ymax\": 856.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 228.0, \"ymin\": 858.667, \"xmax\": 296.0, \"ymax\": 956.0}, \"category\": \"p6\"}]}, \"49566\": {\"path\": \"test/49566.jpg\", \"id\": 49566, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 494.118, \"xmax\": 1515.686, \"ymax\": 607.843}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1525.49, \"ymin\": 503.922, \"xmax\": 1617.6447, \"ymax\": 621.5690000000001}, \"category\": \"pn\"}]}, \"45887\": {\"path\": \"train/45887.jpg\", \"id\": 45887, \"objects\": [{\"bbox\": {\"xmin\": 1286.27, \"ymin\": 882.178, \"xmax\": 1303.9216, \"ymax\": 906.9307}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1263.37, \"ymin\": 884.211, \"xmax\": 1284.3249999999998, \"ymax\": 901.9802}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1309.8, \"ymin\": 878.947, \"xmax\": 1332.6733, \"ymax\": 909.2105}, \"category\": \"pn\"}]}, \"76737\": {\"path\": \"train/76737.jpg\", \"id\": 76737, \"objects\": [{\"bbox\": {\"xmin\": 1286.27, \"ymin\": 754.902, \"xmax\": 1345.1076, \"ymax\": 825.4902000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1162.75, \"ymin\": 760.784, \"xmax\": 1219.6078, \"ymax\": 819.6078}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1219.61, \"ymin\": 758.824, \"xmax\": 1282.3528999999999, \"ymax\": 825.4902}, \"category\": \"pn\"}]}, \"55792\": {\"path\": \"test/55792.jpg\", \"id\": 55792, \"objects\": [{\"bbox\": {\"xmin\": 1773.0, \"ymin\": 848.0, \"xmax\": 1868.0, \"ymax\": 966.0}, \"category\": \"p23\"}]}, \"6780\": {\"path\": \"other/6780.jpg\", \"id\": 6780, \"objects\": [{\"bbox\": {\"xmin\": 1077.48, \"ymin\": 996.689, \"xmax\": 1093.3775, \"ymax\": 1014.5695}, \"category\": \"pl15\"}]}, \"41294\": {\"path\": \"test/41294.jpg\", \"id\": 41294, \"objects\": [{\"bbox\": {\"xmin\": 173.333, \"ymin\": 522.667, \"xmax\": 250.6667, \"ymax\": 642.667}, \"category\": \"pl40\"}]}, \"40170\": {\"path\": \"train/40170.jpg\", \"id\": 40170, \"objects\": [{\"bbox\": {\"xmin\": 1503.98, \"ymin\": 909.452, \"xmax\": 1525.8657, \"ymax\": 932.8354}, \"category\": \"pl60\"}]}, \"73682\": {\"path\": \"train/73682.jpg\", \"id\": 73682, \"objects\": [{\"bbox\": {\"xmin\": 973.51, \"ymin\": 945.695, \"xmax\": 985.4304999999999, \"ymax\": 960.9272000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 469.565, \"ymin\": 939.493, \"xmax\": 477.53623, \"ymax\": 957.6087}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1086.09, \"ymin\": 945.695, \"xmax\": 1096.6887, \"ymax\": 956.2914000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1099.34, \"ymin\": 943.708, \"xmax\": 1111.2559999999999, \"ymax\": 956.9526}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 913.907, \"ymin\": 946.357, \"xmax\": 931.7878000000001, \"ymax\": 962.9137}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 438.043, \"ymin\": 935.507, \"xmax\": 446.73913, \"ymax\": 952.5361999999999}, \"category\": \"pne\"}]}, \"98346\": {\"path\": \"other/98346.jpg\", \"id\": 98346, \"objects\": [{\"bbox\": {\"xmin\": 215.789, \"ymin\": 1003.95, \"xmax\": 259.21049999999997, \"ymax\": 1055.2632}, \"category\": \"w26\"}]}, \"92822\": {\"path\": \"train/92822.jpg\", \"id\": 92822, \"objects\": [{\"bbox\": {\"xmin\": 1785.53, \"ymin\": 890.789, \"xmax\": 1806.5789, \"ymax\": 919.7368}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1713.16, \"ymin\": 885.526, \"xmax\": 1742.1053000000002, \"ymax\": 917.1052999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1139.47, \"ymin\": 773.684, \"xmax\": 1180.2632, \"ymax\": 863.1578999999999}, \"category\": \"w47\"}]}, \"29926\": {\"path\": \"test/29926.jpg\", \"id\": 29926, \"objects\": [{\"bbox\": {\"xmin\": 1628.0, \"ymin\": 941.333, \"xmax\": 1658.6667, \"ymax\": 978.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1629.33, \"ymin\": 981.333, \"xmax\": 1658.6667, \"ymax\": 1016.0}, \"category\": \"p18\"}]}, \"8801\": {\"path\": \"other/8801.jpg\", \"id\": 8801, \"objects\": [{\"bbox\": {\"xmin\": 330.1797180175781, \"ymin\": 954.5474853515625, \"xmax\": 349.8640441894531, \"ymax\": 974.9503173828125}, \"category\": \"pl40\"}]}, \"54982\": {\"path\": \"train/54982.jpg\", \"id\": 54982, \"objects\": [{\"bbox\": {\"xmin\": 171.429, \"ymin\": 887.302, \"xmax\": 190.4762, \"ymax\": 917.4603000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 190.476, \"ymin\": 887.302, \"xmax\": 211.1111, \"ymax\": 914.2857}, \"category\": \"pn\"}]}, \"80\": {\"path\": \"train/80.jpg\", \"id\": 80, \"objects\": [{\"bbox\": {\"xmin\": 844.555, \"ymin\": 987.129, \"xmax\": 867.3267999999999, \"ymax\": 1025.7427}, \"category\": \"pn\"}]}, \"73157\": {\"path\": \"train/73157.jpg\", \"id\": 73157, \"objects\": [{\"bbox\": {\"xmin\": 1179.0, \"ymin\": 965.0, \"xmax\": 1202.0, \"ymax\": 989.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1178.0, \"ymin\": 991.0, \"xmax\": 1202.0, \"ymax\": 1015.0}, \"category\": \"pn\"}]}, \"73224\": {\"path\": \"test/73224.jpg\", \"id\": 73224, \"objects\": [{\"bbox\": {\"xmin\": 107.0, \"ymin\": 979.0, \"xmax\": 159.0, \"ymax\": 1039.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 110.0, \"ymin\": 922.0, \"xmax\": 166.0, \"ymax\": 981.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 110.0, \"ymin\": 859.0, \"xmax\": 170.0, \"ymax\": 921.0}, \"category\": \"w57\"}]}, \"4369\": {\"path\": \"train/4369.jpg\", \"id\": 4369, \"objects\": [{\"bbox\": {\"xmin\": 615.0, \"ymin\": 477.0, \"xmax\": 712.0, \"ymax\": 567.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 490.0, \"xmax\": 1654.0, \"ymax\": 579.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1072.0, \"ymin\": 452.0, \"xmax\": 1180.0, \"ymax\": 547.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 437.0, \"ymin\": 503.0, \"xmax\": 523.0, \"ymax\": 589.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 860.0, \"ymin\": 458.0, \"xmax\": 965.0, \"ymax\": 554.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1372.0, \"ymin\": 465.0, \"xmax\": 1472.0, \"ymax\": 560.0}, \"category\": \"pl120\"}]}, \"6619\": {\"path\": \"test/6619.jpg\", \"id\": 6619, \"objects\": [{\"bbox\": {\"xmin\": 1296.08, \"ymin\": 739.216, \"xmax\": 1354.902, \"ymax\": 798.0392}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1172.55, \"ymin\": 735.294, \"xmax\": 1233.3333, \"ymax\": 798.0391999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1239.22, \"ymin\": 739.216, \"xmax\": 1294.1176, \"ymax\": 794.1179}, \"category\": \"pn\"}]}, \"71563\": {\"path\": \"test/71563.jpg\", \"id\": 71563, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 1230.70458984375, \"xmax\": 47.9737434387207, \"ymax\": 1382.764892578125}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 270.667, \"ymin\": 782.667, \"xmax\": 322.6667, \"ymax\": 836.0}, \"category\": \"p23\"}]}, \"51290\": {\"path\": \"test/51290.jpg\", \"id\": 51290, \"objects\": [{\"bbox\": {\"xmin\": 1603.96, \"ymin\": 810.891, \"xmax\": 1647.5248000000001, \"ymax\": 855.4454999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1425.74, \"ymin\": 805.941, \"xmax\": 1475.2475, \"ymax\": 852.4752000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 650.495, \"ymin\": 801.98, \"xmax\": 695.0495, \"ymax\": 854.4554}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1249.5, \"ymin\": 900.0, \"xmax\": 1272.2772, \"ymax\": 930.6931}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1218.81, \"ymin\": 903.96, \"xmax\": 1244.5545, \"ymax\": 932.6733}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1279.21, \"ymin\": 901.98, \"xmax\": 1305.9472, \"ymax\": 930.6931000000001}, \"category\": \"pn\"}]}, \"95377\": {\"path\": \"test/95377.jpg\", \"id\": 95377, \"objects\": [{\"bbox\": {\"xmin\": 920.0, \"ymin\": 963.3, \"xmax\": 957.7764, \"ymax\": 1000.8648}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1343.39, \"ymin\": 712.8, \"xmax\": 1401.0134, \"ymax\": 770.5553}, \"category\": \"p3\"}]}, \"25555\": {\"path\": \"test/25555.jpg\", \"id\": 25555, \"objects\": [{\"bbox\": {\"xmin\": 1021.0, \"ymin\": 611.0, \"xmax\": 1134.0, \"ymax\": 721.0}, \"category\": \"ph4.5\"}]}, \"11716\": {\"path\": \"train/11716.jpg\", \"id\": 11716, \"objects\": [{\"bbox\": {\"xmin\": 57.3333, \"ymin\": 848.0, \"xmax\": 118.66669999999999, \"ymax\": 953.333}, \"category\": \"pl80\"}]}, \"30498\": {\"path\": \"train/30498.jpg\", \"id\": 30498, \"objects\": [{\"bbox\": {\"xmin\": 1207.0, \"ymin\": 979.0, \"xmax\": 1234.0, \"ymax\": 1005.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1461.0, \"ymin\": 804.0, \"xmax\": 1536.0, \"ymax\": 880.0}, \"category\": \"pn\"}]}, \"1063\": {\"path\": \"train/1063.jpg\", \"id\": 1063, \"objects\": [{\"bbox\": {\"xmin\": 1156.0, \"ymin\": 620.0, \"xmax\": 1240.0, \"ymax\": 698.0}, \"category\": \"i4\"}]}, \"44201\": {\"path\": \"train/44201.jpg\", \"id\": 44201, \"objects\": [{\"bbox\": {\"xmin\": 1935.0, \"ymin\": 1192.0, \"xmax\": 1998.0, \"ymax\": 1287.0}, \"category\": \"pr40\"}]}, \"59697\": {\"path\": \"train/59697.jpg\", \"id\": 59697, \"objects\": [{\"bbox\": {\"xmin\": 232.0, \"ymin\": 879.0, \"xmax\": 349.0, \"ymax\": 1012.0}, \"category\": \"p27\"}]}, \"78448\": {\"path\": \"train/78448.jpg\", \"id\": 78448, \"objects\": [{\"bbox\": {\"xmin\": 171.429, \"ymin\": 838.889, \"xmax\": 211.1114, \"ymax\": 890.4758}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 174.604, \"ymin\": 937.302, \"xmax\": 203.9692, \"ymax\": 980.159}, \"category\": \"pn\"}]}, \"67753\": {\"path\": \"test/67753.jpg\", \"id\": 67753, \"objects\": [{\"bbox\": {\"xmin\": 1299.0, \"ymin\": 981.0, \"xmax\": 1310.0, \"ymax\": 995.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1630.0, \"ymin\": 498.0, \"xmax\": 1725.0, \"ymax\": 592.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1746.0, \"ymin\": 516.0, \"xmax\": 1835.0, \"ymax\": 612.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 961.0, \"xmax\": 1311.0, \"ymax\": 980.0}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 1944.0, \"ymin\": 689.0, \"xmax\": 1986.0, \"ymax\": 732.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1900.0, \"ymin\": 979.0, \"xmax\": 1976.0, \"ymax\": 1077.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1901.0, \"ymin\": 1097.0, \"xmax\": 1973.0, \"ymax\": 1190.0}, \"category\": \"i2r\"}]}, \"56922\": {\"path\": \"test/56922.jpg\", \"id\": 56922, \"objects\": [{\"bbox\": {\"xmin\": 295.05, \"ymin\": 812.871, \"xmax\": 316.8317, \"ymax\": 857.4257}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1330.69, \"ymin\": 900.99, \"xmax\": 1359.4059, \"ymax\": 929.703}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 656.436, \"ymin\": 935.644, \"xmax\": 678.2178, \"ymax\": 965.3465}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1907.92, \"ymin\": 976.238, \"xmax\": 1934.6535000000001, \"ymax\": 996.0396000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 299.01, \"ymin\": 848.515, \"xmax\": 318.8119, \"ymax\": 880.198}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1487.13, \"ymin\": 906.931, \"xmax\": 1507.9208, \"ymax\": 931.6832}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1506.93, \"ymin\": 904.95, \"xmax\": 1534.6535000000001, \"ymax\": 940.5941}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 187.129, \"ymin\": 797.03, \"xmax\": 218.8121, \"ymax\": 843.5644}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1219.8, \"ymin\": 893.069, \"xmax\": 1255.4455, \"ymax\": 927.7228}, \"category\": \"pne\"}]}, \"23857\": {\"path\": \"train/23857.jpg\", \"id\": 23857, \"objects\": [{\"bbox\": {\"xmin\": 1032.0328369140625, \"ymin\": 975.9017333984375, \"xmax\": 1052.4915771484375, \"ymax\": 1001.1923828125}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 977.632, \"ymin\": 928.947, \"xmax\": 1006.9307, \"ymax\": 961.3861}, \"category\": \"p6\"}]}, \"70857\": {\"path\": \"train/70857.jpg\", \"id\": 70857, \"objects\": [{\"bbox\": {\"xmin\": 1478.0, \"ymin\": 938.0, \"xmax\": 1570.0, \"ymax\": 1031.0}, \"category\": \"pr40\"}]}, \"83525\": {\"path\": \"train/83525.jpg\", \"id\": 83525, \"objects\": [{\"bbox\": {\"xmin\": 1347.62, \"ymin\": 905.556, \"xmax\": 1366.6667, \"ymax\": 926.9841}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1451.59, \"ymin\": 929.365, \"xmax\": 1467.4603, \"ymax\": 947.619}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1469.05, \"ymin\": 930.159, \"xmax\": 1484.9206, \"ymax\": 949.2062999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1253.97, \"ymin\": 903.968, \"xmax\": 1280.1587, \"ymax\": 928.5713999999999}, \"category\": \"pne\"}]}, \"77373\": {\"path\": \"train/77373.jpg\", \"id\": 77373, \"objects\": [{\"bbox\": {\"xmin\": 2014.85, \"ymin\": 855.446, \"xmax\": 2048.5149, \"ymax\": 894.0594}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1871.29, \"ymin\": 842.574, \"xmax\": 1908.9108999999999, \"ymax\": 886.1386}, \"category\": \"pne\"}]}, \"44607\": {\"path\": \"train/44607.jpg\", \"id\": 44607, \"objects\": [{\"bbox\": {\"xmin\": 120.0, \"ymin\": 932.0, \"xmax\": 221.333, \"ymax\": 1036.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 120.0, \"ymin\": 825.333, \"xmax\": 220.0, \"ymax\": 930.6669999999999}, \"category\": \"pr40\"}]}, \"5313\": {\"path\": \"test/5313.jpg\", \"id\": 5313, \"objects\": [{\"bbox\": {\"xmin\": 1576.47, \"ymin\": 894.118, \"xmax\": 1670.5882000000001, \"ymax\": 989.2045}, \"category\": \"p23\"}]}, \"5783\": {\"path\": \"test/5783.jpg\", \"id\": 5783, \"objects\": [{\"bbox\": {\"xmin\": 1069.31, \"ymin\": 939.205, \"xmax\": 1085.2227, \"ymax\": 956.25}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1086.86, \"ymin\": 940.239, \"xmax\": 1103.9841, \"ymax\": 956.9723}, \"category\": \"pn\"}]}, \"54490\": {\"path\": \"test/54490.jpg\", \"id\": 54490, \"objects\": [{\"bbox\": {\"xmin\": 1634.21, \"ymin\": 748.684, \"xmax\": 1694.7368000000001, \"ymax\": 815.7895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1435.53, \"ymin\": 731.579, \"xmax\": 1506.5789, \"ymax\": 802.6315999999999}, \"category\": \"pne\"}]}, \"60515\": {\"path\": \"train/60515.jpg\", \"id\": 60515, \"objects\": [{\"bbox\": {\"xmin\": 938.614, \"ymin\": 951.485, \"xmax\": 967.3267000000001, \"ymax\": 980.198}, \"category\": \"pne\"}]}, \"64400\": {\"path\": \"test/64400.jpg\", \"id\": 64400, \"objects\": [{\"bbox\": {\"xmin\": 1199.94384765625, \"ymin\": 1027.50830078125, \"xmax\": 1217.95849609375, \"ymax\": 1046.270263671875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 188.119, \"ymin\": 934.653, \"xmax\": 207.92079999999999, \"ymax\": 961.3844}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 943.564, \"ymin\": 959.406, \"xmax\": 964.3552, \"ymax\": 977.2276999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 112.871, \"ymin\": 930.693, \"xmax\": 131.6832, \"ymax\": 956.436}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 868.317, \"ymin\": 959.406, \"xmax\": 885.1485, \"ymax\": 978.2177999999999}, \"category\": \"pne\"}]}, \"82532\": {\"path\": \"test/82532.jpg\", \"id\": 82532, \"objects\": [{\"bbox\": {\"xmin\": 1068.0, \"ymin\": 897.6, \"xmax\": 1089.6, \"ymax\": 919.2}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1041.6, \"ymin\": 897.6, \"xmax\": 1060.8, \"ymax\": 918.4}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1098.4, \"ymin\": 897.6, \"xmax\": 1120.8000000000002, \"ymax\": 919.2}, \"category\": \"pn\"}]}, \"64569\": {\"path\": \"train/64569.jpg\", \"id\": 64569, \"objects\": [{\"bbox\": {\"xmin\": 1194.93, \"ymin\": 977.536, \"xmax\": 1217.3912, \"ymax\": 998.1881}, \"category\": \"pn\"}]}, \"14154\": {\"path\": \"test/14154.jpg\", \"id\": 14154, \"objects\": [{\"bbox\": {\"xmin\": 1137.33, \"ymin\": 952.0, \"xmax\": 1165.3333, \"ymax\": 981.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1136.0, \"ymin\": 985.333, \"xmax\": 1165.3333, \"ymax\": 1016.0}, \"category\": \"p18\"}]}, \"80128\": {\"path\": \"train/80128.jpg\", \"id\": 80128, \"objects\": [{\"bbox\": {\"xmin\": 632.673, \"ymin\": 602.97, \"xmax\": 678.2178, \"ymax\": 707.921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 48.5149, \"ymin\": 841.584, \"xmax\": 75.2475, \"ymax\": 884.1583999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 18.8119, \"ymin\": 839.604, \"xmax\": 45.5446, \"ymax\": 879.2079}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 79.2079, \"ymin\": 847.525, \"xmax\": 105.94059999999999, \"ymax\": 887.1287}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 464.356, \"ymin\": 454.455, \"xmax\": 531.6831999999999, \"ymax\": 591.0889999999999}, \"category\": \"pne\"}]}, \"91233\": {\"path\": \"train/91233.jpg\", \"id\": 91233, \"objects\": [{\"bbox\": {\"xmin\": 696.0, \"ymin\": 740.0, \"xmax\": 761.3333, \"ymax\": 802.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 938.667, \"ymin\": 726.667, \"xmax\": 1002.6667, \"ymax\": 789.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1182.67, \"ymin\": 718.667, \"xmax\": 1252.0, \"ymax\": 782.6667}, \"category\": \"pl60\"}]}, \"84346\": {\"path\": \"train/84346.jpg\", \"id\": 84346, \"objects\": [{\"bbox\": {\"xmin\": 1461.33, \"ymin\": 925.333, \"xmax\": 1509.3333, \"ymax\": 978.6667}, \"category\": \"pl30\"}]}, \"9223\": {\"path\": \"test/9223.jpg\", \"id\": 9223, \"objects\": [{\"bbox\": {\"xmin\": 1357.33, \"ymin\": 905.333, \"xmax\": 1417.33, \"ymax\": 961.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1358.67, \"ymin\": 842.667, \"xmax\": 1416.0, \"ymax\": 902.6667}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1072.0, \"ymin\": 720.0, \"xmax\": 1149.3333, \"ymax\": 792.0}, \"category\": \"pbp\"}]}, \"27273\": {\"path\": \"test/27273.jpg\", \"id\": 27273, \"objects\": [{\"bbox\": {\"xmin\": 1713.33, \"ymin\": 952.0, \"xmax\": 1760.0, \"ymax\": 1002.6667}, \"category\": \"pl30\"}]}, \"17837\": {\"path\": \"train/17837.jpg\", \"id\": 17837, \"objects\": [{\"bbox\": {\"xmin\": 1477.33, \"ymin\": 789.333, \"xmax\": 1533.3333, \"ymax\": 848.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1354.67, \"ymin\": 786.667, \"xmax\": 1414.6667, \"ymax\": 846.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1416.0, \"ymin\": 788.0, \"xmax\": 1476.0, \"ymax\": 846.6667}, \"category\": \"pn\"}]}, \"34534\": {\"path\": \"train/34534.jpg\", \"id\": 34534, \"objects\": [{\"bbox\": {\"xmin\": 1450.0, \"ymin\": 939.474, \"xmax\": 1497.3684, \"ymax\": 986.8421000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1451.32, \"ymin\": 1006.58, \"xmax\": 1500.0, \"ymax\": 1060.5263}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1444.74, \"ymin\": 865.789, \"xmax\": 1500.0, \"ymax\": 919.7368}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1180.26, \"ymin\": 890.789, \"xmax\": 1218.4211, \"ymax\": 925.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1218.42, \"ymin\": 886.842, \"xmax\": 1251.3158, \"ymax\": 927.6315999999999}, \"category\": \"pn\"}]}, \"98793\": {\"path\": \"test/98793.jpg\", \"id\": 98793, \"objects\": [{\"bbox\": {\"xmin\": 1202.0, \"ymin\": 1.0, \"xmax\": 1477.0, \"ymax\": 149.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 266.0, \"ymin\": 61.0, \"xmax\": 482.0, \"ymax\": 242.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1660.0, \"ymin\": 68.0, \"xmax\": 1872.0, \"ymax\": 243.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 679.0, \"ymin\": 3.0, \"xmax\": 962.0, \"ymax\": 152.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": -2.0, \"ymin\": 196.0, \"xmax\": 121.0, \"ymax\": 365.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1202.0, \"ymin\": 983.0, \"xmax\": 1222.0, \"ymax\": 1003.0}, \"category\": \"pl60\"}]}, \"93068\": {\"path\": \"train/93068.jpg\", \"id\": 93068, \"objects\": [{\"bbox\": {\"xmin\": 1554.67, \"ymin\": 954.667, \"xmax\": 1641.3333, \"ymax\": 1042.6667}, \"category\": \"pl100\"}]}, \"55362\": {\"path\": \"train/55362.jpg\", \"id\": 55362, \"objects\": [{\"bbox\": {\"xmin\": 541.333, \"ymin\": 1017.33, \"xmax\": 581.3333, \"ymax\": 1058.6667}, \"category\": \"ph2\"}, {\"bbox\": {\"xmin\": 677.333, \"ymin\": 876.0, \"xmax\": 765.3333, \"ymax\": 981.333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1405.33, \"ymin\": 934.667, \"xmax\": 1500.0, \"ymax\": 1044.0}, \"category\": \"pl5\"}]}, \"39114\": {\"path\": \"other/39114.jpg\", \"id\": 39114, \"objects\": [{\"bbox\": {\"xmin\": 1411.84, \"ymin\": 830.263, \"xmax\": 1530.2669999999998, \"ymax\": 930.2622}, \"category\": \"w30\"}]}, \"93260\": {\"path\": \"test/93260.jpg\", \"id\": 93260, \"objects\": [{\"bbox\": {\"xmin\": 1885.53, \"ymin\": 755.263, \"xmax\": 1926.3158, \"ymax\": 807.8947000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1930.26, \"ymin\": 757.895, \"xmax\": 1968.4211, \"ymax\": 810.5266}, \"category\": \"pn\"}]}, \"65612\": {\"path\": \"train/65612.jpg\", \"id\": 65612, \"objects\": [{\"bbox\": {\"xmin\": 1962.0, \"ymin\": 716.0, \"xmax\": 1999.0, \"ymax\": 764.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2005.0, \"ymin\": 727.0, \"xmax\": 2041.0, \"ymax\": 772.0}, \"category\": \"pn\"}]}, \"71981\": {\"path\": \"train/71981.jpg\", \"id\": 71981, \"objects\": [{\"bbox\": {\"xmin\": 726.667, \"ymin\": 549.333, \"xmax\": 806.6667, \"ymax\": 625.3333}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1392.0, \"ymin\": 557.333, \"xmax\": 1474.6667, \"ymax\": 630.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1058.67, \"ymin\": 542.667, \"xmax\": 1144.0, \"ymax\": 618.6667}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 962.667, \"ymin\": 541.333, \"xmax\": 1046.667, \"ymax\": 617.3333}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 640.0, \"ymin\": 556.0, \"xmax\": 718.6667, \"ymax\": 629.3336}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1302.67, \"ymin\": 550.667, \"xmax\": 1386.6667, \"ymax\": 625.3333}, \"category\": \"pl90\"}]}, \"85657\": {\"path\": \"other/85657.jpg\", \"id\": 85657, \"objects\": [{\"bbox\": {\"xmin\": 1408.0, \"ymin\": 912.0, \"xmax\": 1475.0, \"ymax\": 981.0}, \"category\": \"pl110\"}]}, \"16682\": {\"path\": \"train/16682.jpg\", \"id\": 16682, \"objects\": [{\"bbox\": {\"xmin\": 1212.83, \"ymin\": 897.788, \"xmax\": 1230.531, \"ymax\": 915.0442}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 993.363, \"ymin\": 967.257, \"xmax\": 1007.0796, \"ymax\": 980.531}, \"category\": \"pne\"}]}, \"34792\": {\"path\": \"other/34792.jpg\", \"id\": 34792, \"objects\": [{\"bbox\": {\"xmin\": 922.7520141601562, \"ymin\": 924.1384887695312, \"xmax\": 945.1472778320312, \"ymax\": 943.4328002929688}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1072.4757080078125, \"ymin\": 916.5960693359375, \"xmax\": 1089.0538330078125, \"ymax\": 934.7178955078125}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1091.9996337890625, \"ymin\": 916.1968994140625, \"xmax\": 1109.5662841796875, \"ymax\": 934.3853759765625}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 853.8472290039062, \"ymin\": 927.2225952148438, \"xmax\": 874.3331909179688, \"ymax\": 946.7599487304688}, \"category\": \"pne\"}]}, \"35984\": {\"path\": \"test/35984.jpg\", \"id\": 35984, \"objects\": [{\"bbox\": {\"xmin\": 1949.0, \"ymin\": 987.0, \"xmax\": 1964.0, \"ymax\": 1004.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 2008.0, \"ymin\": 955.0, \"xmax\": 2026.0, \"ymax\": 973.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 2009.0, \"ymin\": 977.0, \"xmax\": 2027.0, \"ymax\": 995.0}, \"category\": \"i2r\"}]}, \"29282\": {\"path\": \"test/29282.jpg\", \"id\": 29282, \"objects\": [{\"bbox\": {\"xmin\": 718.0, \"ymin\": 444.0, \"xmax\": 807.0, \"ymax\": 526.0}, \"category\": \"pr40\"}]}, \"13267\": {\"path\": \"other/13267.jpg\", \"id\": 13267, \"objects\": [{\"bbox\": {\"xmin\": 1152.0, \"ymin\": 922.667, \"xmax\": 1189.3333, \"ymax\": 954.6667}, \"category\": \"w66\"}]}, \"46415\": {\"path\": \"train/46415.jpg\", \"id\": 46415, \"objects\": [{\"bbox\": {\"xmin\": 1248.76, \"ymin\": 872.139, \"xmax\": 1272.1393, \"ymax\": 892.5373}, \"category\": \"p10\"}]}, \"11264\": {\"path\": \"train/11264.jpg\", \"id\": 11264, \"objects\": [{\"bbox\": {\"xmin\": 578.218, \"ymin\": 790.099, \"xmax\": 624.7524999999999, \"ymax\": 844.5545000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 441.584, \"ymin\": 803.96, \"xmax\": 487.1287, \"ymax\": 852.4752000000001}, \"category\": \"pne\"}]}, \"20196\": {\"path\": \"train/20196.jpg\", \"id\": 20196, \"objects\": [{\"bbox\": {\"xmin\": 473.267, \"ymin\": 857.426, \"xmax\": 508.91089999999997, \"ymax\": 889.1094}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 403.96, \"ymin\": 860.396, \"xmax\": 426.73269999999997, \"ymax\": 895.0495}, \"category\": \"i4\"}]}, \"98237\": {\"path\": \"test/98237.jpg\", \"id\": 98237, \"objects\": [{\"bbox\": {\"xmin\": 1582.67, \"ymin\": 634.667, \"xmax\": 1645.3333, \"ymax\": 700.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1497.33, \"ymin\": 621.333, \"xmax\": 1565.3333, \"ymax\": 689.3333}, \"category\": \"p26\"}]}, \"28040\": {\"path\": \"test/28040.jpg\", \"id\": 28040, \"objects\": [{\"bbox\": {\"xmin\": 849.333, \"ymin\": 806.667, \"xmax\": 889.3333, \"ymax\": 846.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1037.33, \"ymin\": 798.667, \"xmax\": 1077.3333, \"ymax\": 840.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1169.33, \"ymin\": 810.667, \"xmax\": 1217.3333, \"ymax\": 860.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 966.667, \"ymin\": 800.0, \"xmax\": 1009.3333, \"ymax\": 842.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 778.667, \"ymin\": 808.0, \"xmax\": 820.0, \"ymax\": 848.0}, \"category\": \"pl120\"}]}, \"701\": {\"path\": \"test/701.jpg\", \"id\": 701, \"objects\": [{\"bbox\": {\"xmin\": 1562.67, \"ymin\": 936.0, \"xmax\": 1600.0, \"ymax\": 976.0}, \"category\": \"pl60\"}]}, \"30999\": {\"path\": \"train/30999.jpg\", \"id\": 30999, \"objects\": [{\"bbox\": {\"xmin\": 1652.98, \"ymin\": 898.675, \"xmax\": 1680.1325, \"ymax\": 931.7881}, \"category\": \"pl60\"}]}, \"42276\": {\"path\": \"train/42276.jpg\", \"id\": 42276, \"objects\": [{\"bbox\": {\"xmin\": 1596.0, \"ymin\": 1041.33, \"xmax\": 1666.6667, \"ymax\": 1118.6667}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1601.33, \"ymin\": 916.0, \"xmax\": 1660.0, \"ymax\": 977.333}, \"category\": \"w32\"}]}, \"15634\": {\"path\": \"other/15634.jpg\", \"id\": 15634, \"objects\": [{\"bbox\": {\"xmin\": 1396.0, \"ymin\": 988.0, \"xmax\": 1486.6634, \"ymax\": 1072.0}, \"category\": \"w43\"}]}, \"48622\": {\"path\": \"test/48622.jpg\", \"id\": 48622, \"objects\": [{\"bbox\": {\"xmin\": 1107.0, \"ymin\": 979.0, \"xmax\": 1141.0, \"ymax\": 1009.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1173.0, \"ymin\": 939.0, \"xmax\": 1220.0, \"ymax\": 980.0}, \"category\": \"w58\"}]}, \"21444\": {\"path\": \"test/21444.jpg\", \"id\": 21444, \"objects\": [{\"bbox\": {\"xmin\": 1828.0, \"ymin\": 898.667, \"xmax\": 1882.6667, \"ymax\": 952.0}, \"category\": \"p23\"}]}, \"63084\": {\"path\": \"test/63084.jpg\", \"id\": 63084, \"objects\": [{\"bbox\": {\"xmin\": 605.883, \"ymin\": 794.117, \"xmax\": 782.3530000000001, \"ymax\": 1082.353}, \"category\": \"w59\"}]}, \"35033\": {\"path\": \"train/35033.jpg\", \"id\": 35033, \"objects\": [{\"bbox\": {\"xmin\": 1872.14, \"ymin\": 1132.84, \"xmax\": 1894.5249000000001, \"ymax\": 1158.7065}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1895.52, \"ymin\": 1129.85, \"xmax\": 1918.908, \"ymax\": 1156.2214}, \"category\": \"pn\"}]}, \"83796\": {\"path\": \"test/83796.jpg\", \"id\": 83796, \"objects\": [{\"bbox\": {\"xmin\": 1050.4, \"ymin\": 824.8, \"xmax\": 1088.0, \"ymax\": 864.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1001.6, \"ymin\": 820.8, \"xmax\": 1042.4, \"ymax\": 861.5999999999999}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 822.4, \"xmax\": 1138.4, \"ymax\": 862.4}, \"category\": \"pn\"}]}, \"65815\": {\"path\": \"test/65815.jpg\", \"id\": 65815, \"objects\": [{\"bbox\": {\"xmin\": 1378.67, \"ymin\": 612.0, \"xmax\": 1445.3333, \"ymax\": 676.0}, \"category\": \"pl40\"}]}, \"30469\": {\"path\": \"train/30469.jpg\", \"id\": 30469, \"objects\": [{\"bbox\": {\"xmin\": 485.526, \"ymin\": 839.474, \"xmax\": 536.8421, \"ymax\": 921.0531000000001}, \"category\": \"ip\"}]}, \"19357\": {\"path\": \"train/19357.jpg\", \"id\": 19357, \"objects\": [{\"bbox\": {\"xmin\": 393.0, \"ymin\": 1006.0, \"xmax\": 444.0, \"ymax\": 1053.0}, \"category\": \"pl30\"}]}, \"89062\": {\"path\": \"other/89062.jpg\", \"id\": 89062, \"objects\": [{\"bbox\": {\"xmin\": 1227.5159912109375, \"ymin\": 893.4271240234375, \"xmax\": 1257.1094970703125, \"ymax\": 919.716796875}, \"category\": \"pne\"}]}, \"87554\": {\"path\": \"train/87554.jpg\", \"id\": 87554, \"objects\": [{\"bbox\": {\"xmin\": 1860.0, \"ymin\": 633.0, \"xmax\": 1925.0, \"ymax\": 719.0}, \"category\": \"pcl\"}]}, \"31698\": {\"path\": \"train/31698.jpg\", \"id\": 31698, \"objects\": [{\"bbox\": {\"xmin\": 1867.08251953125, \"ymin\": 941.7269287109375, \"xmax\": 1885.591552734375, \"ymax\": 962.2745361328125}, \"category\": \"pmb\"}, {\"bbox\": {\"xmin\": 1593.42, \"ymin\": 940.789, \"xmax\": 1623.6842000000001, \"ymax\": 972.3684}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1784.77, \"ymin\": 890.066, \"xmax\": 1803.3113, \"ymax\": 911.2583000000001}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1833.11, \"ymin\": 893.377, \"xmax\": 1852.3179, \"ymax\": 916.5563}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1809.93, \"ymin\": 892.053, \"xmax\": 1827.1542000000002, \"ymax\": 913.9073}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 590.789, \"ymin\": 963.158, \"xmax\": 626.3158, \"ymax\": 997.3684000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 911.842, \"ymin\": 963.158, \"xmax\": 944.7368, \"ymax\": 994.7368}, \"category\": \"pne\"}]}, \"50332\": {\"path\": \"train/50332.jpg\", \"id\": 50332, \"objects\": [{\"bbox\": {\"xmin\": 1210.67, \"ymin\": 936.0, \"xmax\": 1242.6667, \"ymax\": 970.6667}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1522.67, \"ymin\": 648.0, \"xmax\": 1593.3333, \"ymax\": 716.0003}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1466.67, \"ymin\": 837.333, \"xmax\": 1536.0033, \"ymax\": 897.3333}, \"category\": \"w57\"}]}, \"17924\": {\"path\": \"test/17924.jpg\", \"id\": 17924, \"objects\": [{\"bbox\": {\"xmin\": 1287.13, \"ymin\": 911.881, \"xmax\": 1304.9503000000002, \"ymax\": 934.6533999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1204.95, \"ymin\": 911.881, \"xmax\": 1225.7426, \"ymax\": 936.6337}, \"category\": \"pne\"}]}, \"89176\": {\"path\": \"train/89176.jpg\", \"id\": 89176, \"objects\": [{\"bbox\": {\"xmin\": 1522.67, \"ymin\": 902.667, \"xmax\": 1574.6667, \"ymax\": 954.6667}, \"category\": \"pl80\"}]}, \"72771\": {\"path\": \"test/72771.jpg\", \"id\": 72771, \"objects\": [{\"bbox\": {\"xmin\": 372.368, \"ymin\": 698.684, \"xmax\": 443.4211, \"ymax\": 775.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1225.0, \"ymin\": 846.053, \"xmax\": 1261.8421, \"ymax\": 884.2105}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1131.58, \"ymin\": 838.158, \"xmax\": 1177.6316, \"ymax\": 888.1579}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1181.58, \"ymin\": 844.737, \"xmax\": 1221.0526, \"ymax\": 886.8421}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 152.632, \"ymin\": 731.579, \"xmax\": 209.2105, \"ymax\": 805.2634999999999}, \"category\": \"pne\"}]}, \"55698\": {\"path\": \"other/55698.jpg\", \"id\": 55698, \"objects\": [{\"bbox\": {\"xmin\": 780.089, \"ymin\": 954.868, \"xmax\": 807.0801, \"ymax\": 984.5138000000001}, \"category\": \"ph2.8\"}]}, \"87156\": {\"path\": \"train/87156.jpg\", \"id\": 87156, \"objects\": [{\"bbox\": {\"xmin\": 1698.67, \"ymin\": 768.0, \"xmax\": 1750.6667, \"ymax\": 825.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1753.33, \"ymin\": 765.333, \"xmax\": 1801.3333, \"ymax\": 822.6667}, \"category\": \"pn\"}]}, \"66709\": {\"path\": \"other/66709.jpg\", \"id\": 66709, \"objects\": [{\"bbox\": {\"xmin\": 928.477, \"ymin\": 950.993, \"xmax\": 939.7351, \"ymax\": 962.2517}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 859.603, \"ymin\": 953.642, \"xmax\": 870.8608999999999, \"ymax\": 964.2384000000001}, \"category\": \"pne\"}]}, \"41653\": {\"path\": \"test/41653.jpg\", \"id\": 41653, \"objects\": [{\"bbox\": {\"xmin\": 1609.33, \"ymin\": 554.667, \"xmax\": 1717.3329999999999, \"ymax\": 660.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1372.0, \"ymin\": 542.667, \"xmax\": 1489.333, \"ymax\": 649.3330000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1490.67, \"ymin\": 546.667, \"xmax\": 1605.336, \"ymax\": 650.667}, \"category\": \"pn\"}]}, \"26715\": {\"path\": \"test/26715.jpg\", \"id\": 26715, \"objects\": [{\"bbox\": {\"xmin\": 1544.0, \"ymin\": 928.0, \"xmax\": 1613.3333, \"ymax\": 998.6667}, \"category\": \"p10\"}]}, \"67946\": {\"path\": \"train/67946.jpg\", \"id\": 67946, \"objects\": [{\"bbox\": {\"xmin\": 972.549, \"ymin\": 780.392, \"xmax\": 1033.3333, \"ymax\": 843.1373000000001}, \"category\": \"ph4.5\"}]}, \"97603\": {\"path\": \"other/97603.jpg\", \"id\": 97603, \"objects\": [{\"bbox\": {\"xmin\": 1551.5, \"ymin\": 1094.02, \"xmax\": 1565.4485, \"ymax\": 1109.3023}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1567.11, \"ymin\": 1092.36, \"xmax\": 1581.3976, \"ymax\": 1108.3093}, \"category\": \"pn\"}]}, \"36118\": {\"path\": \"test/36118.jpg\", \"id\": 36118, \"objects\": [{\"bbox\": {\"xmin\": 880.0, \"ymin\": 393.0, \"xmax\": 983.0, \"ymax\": 479.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 427.0, \"ymin\": 441.0, \"xmax\": 488.0, \"ymax\": 517.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 521.0, \"ymin\": 423.0, \"xmax\": 611.0, \"ymax\": 507.0}, \"category\": \"pn\"}]}, \"42008\": {\"path\": \"train/42008.jpg\", \"id\": 42008, \"objects\": [{\"bbox\": {\"xmin\": 1920.79, \"ymin\": 891.089, \"xmax\": 1943.5644, \"ymax\": 918.8119}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1895.05, \"ymin\": 888.119, \"xmax\": 1916.8317, \"ymax\": 914.8515}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1946.53, \"ymin\": 893.069, \"xmax\": 1969.3069, \"ymax\": 925.7425999999999}, \"category\": \"pn\"}]}, \"22578\": {\"path\": \"train/22578.jpg\", \"id\": 22578, \"objects\": [{\"bbox\": {\"xmin\": 1598.0, \"ymin\": 219.0, \"xmax\": 1740.0, \"ymax\": 335.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1546.0, \"ymin\": 920.0, \"xmax\": 1611.0, \"ymax\": 984.0}, \"category\": \"pn\"}]}, \"98157\": {\"path\": \"test/98157.jpg\", \"id\": 98157, \"objects\": [{\"bbox\": {\"xmin\": 1269.0, \"ymin\": 823.0, \"xmax\": 1331.0, \"ymax\": 882.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1268.0, \"ymin\": 945.0, \"xmax\": 1334.0, \"ymax\": 1002.0}, \"category\": \"w55\"}]}, \"94932\": {\"path\": \"test/94932.jpg\", \"id\": 94932, \"objects\": [{\"bbox\": {\"xmin\": 691.0, \"ymin\": 941.0, \"xmax\": 725.0, \"ymax\": 983.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 511.2, \"ymin\": 965.456, \"xmax\": 536.212, \"ymax\": 1002.8459}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 197.2, \"ymin\": 980.14, \"xmax\": 211.3057, \"ymax\": 997.5988}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 454.388, \"ymin\": 956.566, \"xmax\": 485.7985, \"ymax\": 993.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 696.248, \"ymin\": 917.609, \"xmax\": 713.3051, \"ymax\": 935.918}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 588.0, \"ymin\": 956.361, \"xmax\": 616.3454, \"ymax\": 987.047}, \"category\": \"w46\"}]}, \"92957\": {\"path\": \"other/92957.jpg\", \"id\": 92957, \"objects\": [{\"bbox\": {\"xmin\": 453.175, \"ymin\": 895.238, \"xmax\": 468.254, \"ymax\": 915.873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1207.14, \"ymin\": 942.063, \"xmax\": 1220.6349, \"ymax\": 957.1428999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 407.143, \"ymin\": 887.302, \"xmax\": 422.2222, \"ymax\": 911.1111000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1149.21, \"ymin\": 939.683, \"xmax\": 1163.4921, \"ymax\": 957.9365}, \"category\": \"pne\"}]}, \"66834\": {\"path\": \"test/66834.jpg\", \"id\": 66834, \"objects\": [{\"bbox\": {\"xmin\": 1542.67, \"ymin\": 784.0, \"xmax\": 1582.6667, \"ymax\": 829.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1550.67, \"ymin\": 913.333, \"xmax\": 1589.3366, \"ymax\": 954.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1488.0, \"ymin\": 913.333, \"xmax\": 1529.3333, \"ymax\": 956.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1481.33, \"ymin\": 784.0, \"xmax\": 1524.0, \"ymax\": 826.6667}, \"category\": \"pl120\"}]}, \"18976\": {\"path\": \"train/18976.jpg\", \"id\": 18976, \"objects\": [{\"bbox\": {\"xmin\": 1711.84, \"ymin\": 392.105, \"xmax\": 1798.6842, \"ymax\": 531.579}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1519.74, \"ymin\": 578.947, \"xmax\": 1569.7368, \"ymax\": 677.6316}, \"category\": \"pne\"}]}, \"9967\": {\"path\": \"test/9967.jpg\", \"id\": 9967, \"objects\": [{\"bbox\": {\"xmin\": 912.907958984375, \"ymin\": 991.2973022460938, \"xmax\": 934.0452880859375, \"ymax\": 1011.1622924804688}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 817.69189453125, \"ymin\": 990.094482421875, \"xmax\": 845.746337890625, \"ymax\": 1020.5869140625}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1394.67, \"ymin\": 604.0, \"xmax\": 1493.3333, \"ymax\": 703.9997}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1170.67, \"ymin\": 592.0, \"xmax\": 1281.336, \"ymax\": 697.332}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1284.0, \"ymin\": 596.0, \"xmax\": 1389.333, \"ymax\": 700.0}, \"category\": \"pn\"}]}, \"53154\": {\"path\": \"train/53154.jpg\", \"id\": 53154, \"objects\": [{\"bbox\": {\"xmin\": 398.02, \"ymin\": 608.911, \"xmax\": 440.5942, \"ymax\": 694.0595}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 445.545, \"ymin\": 631.684, \"xmax\": 490.0994, \"ymax\": 711.8818}, \"category\": \"pn\"}]}, \"59240\": {\"path\": \"test/59240.jpg\", \"id\": 59240, \"objects\": [{\"bbox\": {\"xmin\": 1339.04, \"ymin\": 933.068, \"xmax\": 1355.3736999999999, \"ymax\": 948.6056}, \"category\": \"pl60\"}]}, \"26702\": {\"path\": \"train/26702.jpg\", \"id\": 26702, \"objects\": [{\"bbox\": {\"xmin\": 361.386, \"ymin\": 830.693, \"xmax\": 380.19800000000004, \"ymax\": 874.2574}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 332.673, \"ymin\": 823.762, \"xmax\": 357.4257, \"ymax\": 868.3168}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 384.158, \"ymin\": 834.653, \"xmax\": 401.9802, \"ymax\": 880.198}, \"category\": \"pn\"}]}, \"45641\": {\"path\": \"test/45641.jpg\", \"id\": 45641, \"objects\": [{\"bbox\": {\"xmin\": 1420.64, \"ymin\": 992.856, \"xmax\": 1450.0046000000002, \"ymax\": 1022.2215}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1424.6, \"ymin\": 1026.98, \"xmax\": 1447.619, \"ymax\": 1049.2063}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1136.52, \"ymin\": 981.746, \"xmax\": 1166.674, \"ymax\": 1003.1745999999999}, \"category\": \"w59\"}]}, \"56141\": {\"path\": \"train/56141.jpg\", \"id\": 56141, \"objects\": [{\"bbox\": {\"xmin\": 1349.33, \"ymin\": 952.0, \"xmax\": 1375.9933999999998, \"ymax\": 981.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1386.67, \"ymin\": 1058.67, \"xmax\": 1413.3333, \"ymax\": 1085.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1350.67, \"ymin\": 997.333, \"xmax\": 1374.6667, \"ymax\": 1025.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1536.0, \"ymin\": 994.667, \"xmax\": 1586.6667, \"ymax\": 1036.0}, \"category\": \"w38\"}]}, \"3815\": {\"path\": \"test/3815.jpg\", \"id\": 3815, \"objects\": [{\"bbox\": {\"xmin\": 794.667, \"ymin\": 601.333, \"xmax\": 870.6667, \"ymax\": 668.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1166.67, \"ymin\": 545.333, \"xmax\": 1264.0, \"ymax\": 632.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 796.0, \"ymin\": 516.0, \"xmax\": 873.3336, \"ymax\": 574.6667}, \"category\": \"w42\"}]}, \"19220\": {\"path\": \"train/19220.jpg\", \"id\": 19220, \"objects\": [{\"bbox\": {\"xmin\": 540.0, \"ymin\": 950.667, \"xmax\": 568.0, \"ymax\": 997.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 541.333, \"ymin\": 909.333, \"xmax\": 566.6664, \"ymax\": 946.6667}, \"category\": \"pcl\"}]}, \"22428\": {\"path\": \"test/22428.jpg\", \"id\": 22428, \"objects\": [{\"bbox\": {\"xmin\": 1963.0, \"ymin\": 878.0, \"xmax\": 2036.0, \"ymax\": 974.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1962.0, \"ymin\": 778.0, \"xmax\": 2031.0, \"ymax\": 874.0}, \"category\": \"ph4.5\"}]}, \"25503\": {\"path\": \"test/25503.jpg\", \"id\": 25503, \"objects\": [{\"bbox\": {\"xmin\": 1235.32, \"ymin\": 944.279, \"xmax\": 1251.7387999999999, \"ymax\": 963.1845}, \"category\": \"pl40\"}]}, \"31492\": {\"path\": \"train/31492.jpg\", \"id\": 31492, \"objects\": [{\"bbox\": {\"xmin\": 623.0, \"ymin\": 804.0, \"xmax\": 703.0, \"ymax\": 900.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 621.0, \"ymin\": 705.0, \"xmax\": 697.0, \"ymax\": 800.0}, \"category\": \"pn\"}]}, \"58460\": {\"path\": \"train/58460.jpg\", \"id\": 58460, \"objects\": [{\"bbox\": {\"xmin\": 1301.33, \"ymin\": 970.667, \"xmax\": 1346.6667, \"ymax\": 1016.0006000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 925.333, \"xmax\": 1344.0, \"ymax\": 970.6667}, \"category\": \"pl5\"}]}, \"40796\": {\"path\": \"train/40796.jpg\", \"id\": 40796, \"objects\": [{\"bbox\": {\"xmin\": 472.826, \"ymin\": 939.492, \"xmax\": 490.21770000000004, \"ymax\": 957.971}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 490.58, \"ymin\": 938.768, \"xmax\": 507.609, \"ymax\": 958.3333}, \"category\": \"pn\"}]}, \"59577\": {\"path\": \"train/59577.jpg\", \"id\": 59577, \"objects\": [{\"bbox\": {\"xmin\": 1183.0, \"ymin\": 1002.0, \"xmax\": 1232.0, \"ymax\": 1051.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1099.0, \"ymin\": 1015.0, \"xmax\": 1115.0, \"ymax\": 1032.0}, \"category\": \"w59\"}]}, \"51802\": {\"path\": \"train/51802.jpg\", \"id\": 51802, \"objects\": [{\"bbox\": {\"xmin\": 964.356, \"ymin\": 900.99, \"xmax\": 987.1287, \"ymax\": 923.7624}, \"category\": \"pl20\"}]}, \"18015\": {\"path\": \"train/18015.jpg\", \"id\": 18015, \"objects\": [{\"bbox\": {\"xmin\": 507.0, \"ymin\": 912.0, \"xmax\": 547.0, \"ymax\": 956.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 415.0, \"ymin\": 794.0, \"xmax\": 455.0, \"ymax\": 850.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 417.0, \"ymin\": 861.0, \"xmax\": 458.0, \"ymax\": 919.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1533.0, \"ymin\": 958.0, \"xmax\": 1597.0, \"ymax\": 1030.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1533.0, \"ymin\": 1042.0, \"xmax\": 1596.0, \"ymax\": 1114.0}, \"category\": \"i2r\"}]}, \"34697\": {\"path\": \"train/34697.jpg\", \"id\": 34697, \"objects\": [{\"bbox\": {\"xmin\": 995.0, \"ymin\": 527.0, \"xmax\": 1092.0, \"ymax\": 610.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1183.0, \"ymin\": 626.0, \"xmax\": 1277.0, \"ymax\": 716.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 998.0, \"ymin\": 629.0, \"xmax\": 1092.0, \"ymax\": 715.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1422.0, \"ymin\": 906.0, \"xmax\": 1495.0, \"ymax\": 983.0}, \"category\": \"pr20\"}, {\"bbox\": {\"xmin\": 1184.0, \"ymin\": 529.0, \"xmax\": 1278.0, \"ymax\": 612.0}, \"category\": \"pbp\"}]}, \"3879\": {\"path\": \"train/3879.jpg\", \"id\": 3879, \"objects\": [{\"bbox\": {\"xmin\": 246.667, \"ymin\": 958.667, \"xmax\": 262.6667, \"ymax\": 976.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 225.333, \"ymin\": 958.667, \"xmax\": 244.0, \"ymax\": 977.3333}, \"category\": \"pl5\"}]}, \"86758\": {\"path\": \"train/86758.jpg\", \"id\": 86758, \"objects\": [{\"bbox\": {\"xmin\": 1490.67, \"ymin\": 912.0, \"xmax\": 1540.0, \"ymax\": 961.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1492.0, \"ymin\": 986.667, \"xmax\": 1540.0, \"ymax\": 1036.0003}, \"category\": \"pl80\"}]}, \"17405\": {\"path\": \"test/17405.jpg\", \"id\": 17405, \"objects\": [{\"bbox\": {\"xmin\": 1454.0, \"ymin\": 957.0, \"xmax\": 1531.0, \"ymax\": 1036.0}, \"category\": \"pl120\"}]}, \"11013\": {\"path\": \"other/11013.jpg\", \"id\": 11013, \"objects\": [{\"bbox\": {\"xmin\": 896.321044921875, \"ymin\": 995.128662109375, \"xmax\": 914.5001220703125, \"ymax\": 1013.1983642578125}, \"category\": \"p23\"}]}, \"5946\": {\"path\": \"train/5946.jpg\", \"id\": 5946, \"objects\": [{\"bbox\": {\"xmin\": 1417.84375, \"ymin\": 882.2603759765625, \"xmax\": 1435.1572265625, \"ymax\": 903.593505859375}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1416.0, \"ymin\": 854.667, \"xmax\": 1444.0, \"ymax\": 881.3333}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1625.33, \"ymin\": 909.333, \"xmax\": 1677.3365999999999, \"ymax\": 961.333}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 264.0, \"ymin\": 924.0, \"xmax\": 280.0, \"ymax\": 946.6667}, \"category\": \"pne\"}]}, \"4152\": {\"path\": \"train/4152.jpg\", \"id\": 4152, \"objects\": [{\"bbox\": {\"xmin\": 896.0, \"ymin\": 931.0, \"xmax\": 919.0, \"ymax\": 955.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1107.0, \"ymin\": 947.0, \"xmax\": 1124.0, \"ymax\": 964.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1088.0, \"ymin\": 949.0, \"xmax\": 1104.0, \"ymax\": 967.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1128.0, \"ymin\": 949.0, \"xmax\": 1143.0, \"ymax\": 966.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 830.0, \"ymin\": 935.0, \"xmax\": 853.0, \"ymax\": 958.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 49.0, \"ymin\": 983.0, \"xmax\": 67.0, \"ymax\": 1008.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 52.0, \"ymin\": 1010.0, \"xmax\": 68.0, \"ymax\": 1031.0}, \"category\": \"i2r\"}]}, \"73747\": {\"path\": \"other/73747.jpg\", \"id\": 73747, \"objects\": [{\"bbox\": {\"xmin\": 1135.042236328125, \"ymin\": 919.9483642578125, \"xmax\": 1162.9072265625, \"ymax\": 941.4942626953125}, \"category\": \"w24\"}]}, \"8153\": {\"path\": \"test/8153.jpg\", \"id\": 8153, \"objects\": [{\"bbox\": {\"xmin\": 221.053, \"ymin\": 632.895, \"xmax\": 268.4211, \"ymax\": 721.0526}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1526.33, \"ymin\": 865.787, \"xmax\": 1557.8889, \"ymax\": 899.9999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 53.9474, \"ymin\": 577.632, \"xmax\": 118.4211, \"ymax\": 680.2629999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1446.05, \"ymin\": 865.789, \"xmax\": 1475.0, \"ymax\": 896.0526}, \"category\": \"pne\"}]}, \"52497\": {\"path\": \"test/52497.jpg\", \"id\": 52497, \"objects\": [{\"bbox\": {\"xmin\": 432.673, \"ymin\": 701.98, \"xmax\": 502.9703, \"ymax\": 771.2871}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 869.307, \"xmax\": 1229.703, \"ymax\": 902.9703000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1124.75, \"ymin\": 867.327, \"xmax\": 1160.396, \"ymax\": 904.9505}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1162.38, \"ymin\": 868.317, \"xmax\": 1198.0198, \"ymax\": 904.9505}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 212.871, \"ymin\": 737.624, \"xmax\": 267.3267, \"ymax\": 801.9802}, \"category\": \"pne\"}]}, \"43833\": {\"path\": \"test/43833.jpg\", \"id\": 43833, \"objects\": [{\"bbox\": {\"xmin\": 249.333, \"ymin\": 564.0, \"xmax\": 294.6667, \"ymax\": 644.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 370.667, \"ymin\": 628.0, \"xmax\": 405.33329999999995, \"ymax\": 696.0003}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 74.6667, \"ymin\": 482.667, \"xmax\": 138.6667, \"ymax\": 573.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": -1.33333, \"ymin\": 450.667, \"xmax\": 61.33337, \"ymax\": 545.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 188.0, \"ymin\": 533.333, \"xmax\": 240.0, \"ymax\": 616.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 330.667, \"ymin\": 601.333, \"xmax\": 370.6667, \"ymax\": 674.6667}, \"category\": \"pl100\"}]}, \"42584\": {\"path\": \"train/42584.jpg\", \"id\": 42584, \"objects\": [{\"bbox\": {\"xmin\": 460.0, \"ymin\": 915.0, \"xmax\": 521.0, \"ymax\": 1017.0}, \"category\": \"p26\"}]}, \"91914\": {\"path\": \"other/91914.jpg\", \"id\": 91914, \"objects\": [{\"bbox\": {\"xmin\": 1419.148681640625, \"ymin\": 1033.6229248046875, \"xmax\": 1457.874755859375, \"ymax\": 1061.9395751953125}, \"category\": \"w32\"}]}, \"48294\": {\"path\": \"train/48294.jpg\", \"id\": 48294, \"objects\": [{\"bbox\": {\"xmin\": 1301.96, \"ymin\": 935.294, \"xmax\": 1378.4314, \"ymax\": 1005.8824}, \"category\": \"pg\"}]}, \"55437\": {\"path\": \"test/55437.jpg\", \"id\": 55437, \"objects\": [{\"bbox\": {\"xmin\": 1301.0, \"ymin\": 734.0, \"xmax\": 1343.0, \"ymax\": 774.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1233.0, \"ymin\": 718.0, \"xmax\": 1281.0, \"ymax\": 760.0}, \"category\": \"w32\"}]}, \"89995\": {\"path\": \"test/89995.jpg\", \"id\": 89995, \"objects\": [{\"bbox\": {\"xmin\": 492.157, \"ymin\": 50.9804, \"xmax\": 601.961, \"ymax\": 245.0984}, \"category\": \"pn\"}]}, \"29550\": {\"path\": \"test/29550.jpg\", \"id\": 29550, \"objects\": [{\"bbox\": {\"xmin\": 1323.81, \"ymin\": 903.968, \"xmax\": 1347.619, \"ymax\": 930.1587}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1223.81, \"ymin\": 902.381, \"xmax\": 1249.2063, \"ymax\": 928.5713999999999}, \"category\": \"pne\"}]}, \"5576\": {\"path\": \"train/5576.jpg\", \"id\": 5576, \"objects\": [{\"bbox\": {\"xmin\": 1372.0, \"ymin\": 550.0, \"xmax\": 1477.0, \"ymax\": 649.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1479.0, \"ymin\": 558.0, \"xmax\": 1578.0, \"ymax\": 659.0}, \"category\": \"pn\"}]}, \"74022\": {\"path\": \"train/74022.jpg\", \"id\": 74022, \"objects\": [{\"bbox\": {\"xmin\": 1507.84, \"ymin\": 909.804, \"xmax\": 1576.4705999999999, \"ymax\": 976.4707999999999}, \"category\": \"pn\"}]}, \"17291\": {\"path\": \"train/17291.jpg\", \"id\": 17291, \"objects\": [{\"bbox\": {\"xmin\": 1488.45, \"ymin\": 971.713, \"xmax\": 1509.5618, \"ymax\": 996.4142999999999}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1297.23, \"ymin\": 955.667, \"xmax\": 1309.1121, \"ymax\": 967.5211}, \"category\": \"pn\"}]}, \"95766\": {\"path\": \"test/95766.jpg\", \"id\": 95766, \"objects\": [{\"bbox\": {\"xmin\": 1665.33, \"ymin\": 992.0, \"xmax\": 1701.3333, \"ymax\": 1044.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1658.67, \"ymin\": 934.667, \"xmax\": 1701.3333, \"ymax\": 992.0}, \"category\": \"pl5\"}]}, \"40625\": {\"path\": \"train/40625.jpg\", \"id\": 40625, \"objects\": [{\"bbox\": {\"xmin\": 584.127, \"ymin\": 892.063, \"xmax\": 592.85714, \"ymax\": 916.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1904.76, \"ymin\": 934.921, \"xmax\": 1921.4286, \"ymax\": 958.7302000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 558.73, \"ymin\": 888.095, \"xmax\": 569.8413, \"ymax\": 912.6984}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 750.0, \"ymin\": 1007.14, \"xmax\": 760.3175, \"ymax\": 1023.0159}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1175.4, \"ymin\": 1017.46, \"xmax\": 1185.7143, \"ymax\": 1030.1587}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1867.46, \"ymin\": 938.095, \"xmax\": 1882.5397, \"ymax\": 962.6984}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1548.41, \"ymin\": 915.873, \"xmax\": 1581.746, \"ymax\": 955.5556}, \"category\": \"w47\"}]}, \"58154\": {\"path\": \"train/58154.jpg\", \"id\": 58154, \"objects\": [{\"bbox\": {\"xmin\": 1502.0, \"ymin\": 880.0, \"xmax\": 1529.0, \"ymax\": 906.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1503.0, \"ymin\": 909.0, \"xmax\": 1527.0, \"ymax\": 937.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1498.0, \"ymin\": 941.0, \"xmax\": 1527.0, \"ymax\": 967.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 820.0, \"xmax\": 1402.0, \"ymax\": 842.0}, \"category\": \"w63\"}]}, \"6998\": {\"path\": \"test/6998.jpg\", \"id\": 6998, \"objects\": [{\"bbox\": {\"xmin\": 544.0, \"ymin\": 980.0, \"xmax\": 568.0, \"ymax\": 1017.3333}, \"category\": \"pn\"}]}, \"7879\": {\"path\": \"train/7879.jpg\", \"id\": 7879, \"objects\": [{\"bbox\": {\"xmin\": 197.0, \"ymin\": 948.0, \"xmax\": 259.0, \"ymax\": 1014.0}, \"category\": \"i2r\"}]}, \"13456\": {\"path\": \"test/13456.jpg\", \"id\": 13456, \"objects\": [{\"bbox\": {\"xmin\": 1143.42, \"ymin\": 885.526, \"xmax\": 1176.3158, \"ymax\": 914.4737}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1181.58, \"ymin\": 882.895, \"xmax\": 1209.2105, \"ymax\": 917.1052999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1418.42, \"ymin\": 847.368, \"xmax\": 1482.8947, \"ymax\": 909.2105}, \"category\": \"pne\"}]}, \"21313\": {\"path\": \"train/21313.jpg\", \"id\": 21313, \"objects\": [{\"bbox\": {\"xmin\": 505.263, \"ymin\": 1035.53, \"xmax\": 521.0526, \"ymax\": 1063.1579}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 505.263, \"ymin\": 1010.53, \"xmax\": 522.3684, \"ymax\": 1036.8421}, \"category\": \"pl5\"}]}, \"72069\": {\"path\": \"test/72069.jpg\", \"id\": 72069, \"objects\": [{\"bbox\": {\"xmin\": 1669.0, \"ymin\": 970.0, \"xmax\": 1705.0, \"ymax\": 1011.0}, \"category\": \"p5\"}]}, \"38129\": {\"path\": \"train/38129.jpg\", \"id\": 38129, \"objects\": [{\"bbox\": {\"xmin\": 99.0, \"ymin\": 729.0, \"xmax\": 137.0, \"ymax\": 782.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1899.0, \"ymin\": 944.0, \"xmax\": 1918.0, \"ymax\": 964.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1900.0, \"ymin\": 964.0, \"xmax\": 1919.0, \"ymax\": 984.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1949.0, \"ymin\": 907.0, \"xmax\": 1969.0, \"ymax\": 928.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1949.0, \"ymin\": 928.0, \"xmax\": 1972.0, \"ymax\": 953.0}, \"category\": \"i2r\"}]}, \"65880\": {\"path\": \"train/65880.jpg\", \"id\": 65880, \"objects\": [{\"bbox\": {\"xmin\": 1192.0, \"ymin\": 710.0, \"xmax\": 1248.0, \"ymax\": 765.0}, \"category\": \"pl60\"}]}, \"62075\": {\"path\": \"other/62075.jpg\", \"id\": 62075, \"objects\": [{\"bbox\": {\"xmin\": 745.7030639648438, \"ymin\": 1371.3026123046875, \"xmax\": 776.2988891601562, \"ymax\": 1400.8272705078125}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 615.9742431640625, \"ymin\": 1213.3912353515625, \"xmax\": 654.960693359375, \"ymax\": 1250.1226806640625}, \"category\": \"pn\"}]}, \"84438\": {\"path\": \"train/84438.jpg\", \"id\": 84438, \"objects\": [{\"bbox\": {\"xmin\": 237.333, \"ymin\": 908.0, \"xmax\": 281.3333, \"ymax\": 970.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 236.0, \"ymin\": 978.667, \"xmax\": 280.0, \"ymax\": 1041.3333}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1664.0, \"ymin\": 1001.33, \"xmax\": 1685.3333, \"ymax\": 1020.0}, \"category\": \"pn\"}]}, \"6350\": {\"path\": \"train/6350.jpg\", \"id\": 6350, \"objects\": [{\"bbox\": {\"xmin\": 423.016, \"ymin\": 988.889, \"xmax\": 438.88890000000004, \"ymax\": 1015.0794}, \"category\": \"p23\"}]}, \"80991\": {\"path\": \"train/80991.jpg\", \"id\": 80991, \"objects\": [{\"bbox\": {\"xmin\": 1224.0, \"ymin\": 821.333, \"xmax\": 1289.3333, \"ymax\": 885.3333}, \"category\": \"pl50\"}]}, \"76228\": {\"path\": \"test/76228.jpg\", \"id\": 76228, \"objects\": [{\"bbox\": {\"xmin\": 240.51878356933594, \"ymin\": 851.3184814453125, \"xmax\": 280.8096923828125, \"ymax\": 900.284423828125}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1224.0, \"ymin\": 985.333, \"xmax\": 1245.3333, \"ymax\": 1008.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1944.0, \"ymin\": 974.667, \"xmax\": 1964.0, \"ymax\": 1009.3333}, \"category\": \"i5\"}]}, \"75703\": {\"path\": \"test/75703.jpg\", \"id\": 75703, \"objects\": [{\"bbox\": {\"xmin\": 1259.21, \"ymin\": 901.316, \"xmax\": 1288.1579, \"ymax\": 932.8947000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 900.0, \"xmax\": 1226.3158, \"ymax\": 930.2632}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1228.95, \"ymin\": 902.632, \"xmax\": 1257.8947, \"ymax\": 932.8947}, \"category\": \"pn\"}]}, \"69373\": {\"path\": \"test/69373.jpg\", \"id\": 69373, \"objects\": [{\"bbox\": {\"xmin\": 840.268, \"ymin\": 830.367, \"xmax\": 874.9216, \"ymax\": 874.9216}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 8.91089, \"ymin\": 951.485, \"xmax\": 34.65349, \"ymax\": 981.1865}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1663.37, \"ymin\": 925.743, \"xmax\": 1699.0098999999998, \"ymax\": 965.3465000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1135.64, \"ymin\": 857.426, \"xmax\": 1168.3168, \"ymax\": 889.1089000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1170.3, \"ymin\": 856.436, \"xmax\": 1204.9505, \"ymax\": 892.0792}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 676.238, \"ymin\": 838.288, \"xmax\": 720.7921, \"ymax\": 874.9216}, \"category\": \"pne\"}]}, \"13952\": {\"path\": \"test/13952.jpg\", \"id\": 13952, \"objects\": [{\"bbox\": {\"xmin\": 1075.0, \"ymin\": 952.0, \"xmax\": 1154.0, \"ymax\": 1035.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1694.0, \"ymin\": 933.0, \"xmax\": 1727.0, \"ymax\": 969.0}, \"category\": \"pn\"}]}, \"81430\": {\"path\": \"train/81430.jpg\", \"id\": 81430, \"objects\": [{\"bbox\": {\"xmin\": 1505.94, \"ymin\": 726.733, \"xmax\": 1575.2475, \"ymax\": 795.0495}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1801.98, \"ymin\": 795.05, \"xmax\": 1838.6139, \"ymax\": 836.6337}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1845.52, \"ymin\": 793.147, \"xmax\": 1880.1778, \"ymax\": 834.7313}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1226.73, \"ymin\": 721.782, \"xmax\": 1303.9604, \"ymax\": 790.099}, \"category\": \"pne\"}]}, \"7414\": {\"path\": \"train/7414.jpg\", \"id\": 7414, \"objects\": [{\"bbox\": {\"xmin\": 1611.84, \"ymin\": 792.105, \"xmax\": 1642.1053, \"ymax\": 834.2105}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1348.68, \"ymin\": 777.632, \"xmax\": 1388.1579000000002, \"ymax\": 819.7367999999999}, \"category\": \"pne\"}]}, \"53117\": {\"path\": \"train/53117.jpg\", \"id\": 53117, \"objects\": [{\"bbox\": {\"xmin\": 1283.97, \"ymin\": 938.4, \"xmax\": 1320.8245, \"ymax\": 976.5699}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 952.8, \"ymin\": 897.6, \"xmax\": 1001.5999999999999, \"ymax\": 945.6}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 461.6, \"ymin\": 975.474, \"xmax\": 485.6, \"ymax\": 1001.9648000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 221.6, \"ymin\": 966.4, \"xmax\": 248.63389999999998, \"ymax\": 999.2714}, \"category\": \"pne\"}]}, \"82778\": {\"path\": \"train/82778.jpg\", \"id\": 82778, \"objects\": [{\"bbox\": {\"xmin\": 988.0, \"ymin\": 726.667, \"xmax\": 1057.3333, \"ymax\": 786.667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 757.333, \"ymin\": 728.0, \"xmax\": 822.6667, \"ymax\": 794.6667}, \"category\": \"pl40\"}]}, \"87862\": {\"path\": \"test/87862.jpg\", \"id\": 87862, \"objects\": [{\"bbox\": {\"xmin\": 1319.89, \"ymin\": 903.409, \"xmax\": 1346.5909000000001, \"ymax\": 931.25}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1466.48, \"ymin\": 934.091, \"xmax\": 1481.25, \"ymax\": 951.7045}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1425.57, \"ymin\": 931.818, \"xmax\": 1445.4544999999998, \"ymax\": 950.5681999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1448.3, \"ymin\": 932.955, \"xmax\": 1463.0682, \"ymax\": 950.5682}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1212.5, \"ymin\": 901.705, \"xmax\": 1238.0682, \"ymax\": 928.4091000000001}, \"category\": \"pne\"}]}, \"3415\": {\"path\": \"train/3415.jpg\", \"id\": 3415, \"objects\": [{\"bbox\": {\"xmin\": 474.257, \"ymin\": 931.683, \"xmax\": 487.1287, \"ymax\": 951.4851}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1237.62, \"ymin\": 936.634, \"xmax\": 1254.4553999999998, \"ymax\": 954.4554}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 489.109, \"ymin\": 934.653, \"xmax\": 504.9505, \"ymax\": 952.4752}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1258.42, \"ymin\": 936.634, \"xmax\": 1272.2772, \"ymax\": 954.4556}, \"category\": \"pn\"}]}, \"63479\": {\"path\": \"train/63479.jpg\", \"id\": 63479, \"objects\": [{\"bbox\": {\"xmin\": 1894.0, \"ymin\": 946.0, \"xmax\": 1920.0, \"ymax\": 974.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1893.0, \"ymin\": 979.0, \"xmax\": 1919.0, \"ymax\": 1009.0}, \"category\": \"p18\"}]}, \"30713\": {\"path\": \"test/30713.jpg\", \"id\": 30713, \"objects\": [{\"bbox\": {\"xmin\": 1318.48, \"ymin\": 996.015, \"xmax\": 1335.5103, \"ymax\": 1011.5945}, \"category\": \"p5\"}]}, \"6184\": {\"path\": \"train/6184.jpg\", \"id\": 6184, \"objects\": [{\"bbox\": {\"xmin\": 1529.0, \"ymin\": 723.0, \"xmax\": 1648.444, \"ymax\": 844.333}, \"category\": \"pl50\"}]}, \"40935\": {\"path\": \"test/40935.jpg\", \"id\": 40935, \"objects\": [{\"bbox\": {\"xmin\": 1305.94, \"ymin\": 922.772, \"xmax\": 1325.7393, \"ymax\": 943.5644000000001}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1502.97, \"ymin\": 969.307, \"xmax\": 1524.7525, \"ymax\": 989.1089000000001}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1328.71, \"ymin\": 925.743, \"xmax\": 1349.505, \"ymax\": 944.5545000000001}, \"category\": \"w57\"}]}, \"71419\": {\"path\": \"other/71419.jpg\", \"id\": 71419, \"objects\": [{\"bbox\": {\"xmin\": 1277.3966064453125, \"ymin\": 1359.05224609375, \"xmax\": 1308.1353759765625, \"ymax\": 1386.110107421875}, \"category\": \"pn\"}]}, \"31671\": {\"path\": \"train/31671.jpg\", \"id\": 31671, \"objects\": [{\"bbox\": {\"xmin\": 388.0, \"ymin\": 863.0, \"xmax\": 445.0, \"ymax\": 934.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1807.0, \"ymin\": 894.0, \"xmax\": 1861.0, \"ymax\": 974.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1529.0, \"ymin\": 889.0, \"xmax\": 1583.0, \"ymax\": 943.0}, \"category\": \"p3\"}]}, \"42871\": {\"path\": \"train/42871.jpg\", \"id\": 42871, \"objects\": [{\"bbox\": {\"xmin\": 1468.35, \"ymin\": 812.871, \"xmax\": 1516.6188, \"ymax\": 861.6696999999999}, \"category\": \"w57\"}]}, \"20670\": {\"path\": \"test/20670.jpg\", \"id\": 20670, \"objects\": [{\"bbox\": {\"xmin\": 1881.55, \"ymin\": 994.587, \"xmax\": 1908.9413, \"ymax\": 1021.7805999999999}, \"category\": \"ip\"}]}, \"40483\": {\"path\": \"train/40483.jpg\", \"id\": 40483, \"objects\": [{\"bbox\": {\"xmin\": 1223.81, \"ymin\": 935.714, \"xmax\": 1241.2698, \"ymax\": 954.7619000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1157.14, \"ymin\": 935.714, \"xmax\": 1173.8095, \"ymax\": 953.9683}, \"category\": \"pne\"}]}, \"44992\": {\"path\": \"train/44992.jpg\", \"id\": 44992, \"objects\": [{\"bbox\": {\"xmin\": 588.119, \"ymin\": 763.366, \"xmax\": 643.5644, \"ymax\": 818.8119}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1163.37, \"ymin\": 893.069, \"xmax\": 1185.1484999999998, \"ymax\": 919.8019999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1129.7, \"ymin\": 894.059, \"xmax\": 1156.4356, \"ymax\": 920.7921}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1189.11, \"ymin\": 894.059, \"xmax\": 1213.8614, \"ymax\": 920.7921}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 386.139, \"ymin\": 778.218, \"xmax\": 434.6535, \"ymax\": 837.6238}, \"category\": \"pne\"}]}, \"95517\": {\"path\": \"train/95517.jpg\", \"id\": 95517, \"objects\": [{\"bbox\": {\"xmin\": 1637.0, \"ymin\": 803.0, \"xmax\": 1666.0, \"ymax\": 837.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 836.0, \"xmax\": 1597.0, \"ymax\": 869.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 798.0, \"xmax\": 1596.0, \"ymax\": 830.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1601.0, \"ymin\": 801.0, \"xmax\": 1631.0, \"ymax\": 834.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1679.0, \"ymin\": 935.0, \"xmax\": 1714.0, \"ymax\": 974.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 1637.0, \"ymin\": 843.0, \"xmax\": 1666.0, \"ymax\": 877.0}, \"category\": \"pbp\"}]}, \"62516\": {\"path\": \"train/62516.jpg\", \"id\": 62516, \"objects\": [{\"bbox\": {\"xmin\": 495.05, \"ymin\": 916.832, \"xmax\": 516.8317, \"ymax\": 941.5842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 405.941, \"ymin\": 922.772, \"xmax\": 424.7525, \"ymax\": 943.5644000000001}, \"category\": \"pne\"}]}, \"72704\": {\"path\": \"other/72704.jpg\", \"id\": 72704, \"objects\": [{\"bbox\": {\"xmin\": 1287.48291015625, \"ymin\": 908.1362915039062, \"xmax\": 1312.345703125, \"ymax\": 933.1969604492188}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1182.3433837890625, \"ymin\": 906.4742431640625, \"xmax\": 1207.3116455078125, \"ymax\": 927.5106201171875}, \"category\": \"pne\"}]}, \"2784\": {\"path\": \"train/2784.jpg\", \"id\": 2784, \"objects\": [{\"bbox\": {\"xmin\": 909.901, \"ymin\": 932.673, \"xmax\": 927.7228, \"ymax\": 953.4653}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 839.604, \"ymin\": 931.683, \"xmax\": 857.4257, \"ymax\": 954.4553999999999}, \"category\": \"pne\"}]}, \"88783\": {\"path\": \"test/88783.jpg\", \"id\": 88783, \"objects\": [{\"bbox\": {\"xmin\": 117.333, \"ymin\": 900.0, \"xmax\": 178.6667, \"ymax\": 989.3333}, \"category\": \"p26\"}]}, \"43393\": {\"path\": \"test/43393.jpg\", \"id\": 43393, \"objects\": [{\"bbox\": {\"xmin\": 1129.58, \"ymin\": 715.212, \"xmax\": 1214.8320999999999, \"ymax\": 798.8319}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1208.74, \"ymin\": 717.0, \"xmax\": 1294.2458, \"ymax\": 794.6695}, \"category\": \"w3\"}]}, \"98598\": {\"path\": \"test/98598.jpg\", \"id\": 98598, \"objects\": [{\"bbox\": {\"xmin\": 1433.52, \"ymin\": 834.091, \"xmax\": 1467.0455, \"ymax\": 869.8864}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1136.93, \"ymin\": 821.023, \"xmax\": 1174.9982, \"ymax\": 860.2273}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1472.73, \"ymin\": 835.795, \"xmax\": 1506.8218, \"ymax\": 872.7273}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1180.11, \"ymin\": 821.59, \"xmax\": 1217.05, \"ymax\": 861.9315}, \"category\": \"pn\"}]}, \"46148\": {\"path\": \"train/46148.jpg\", \"id\": 46148, \"objects\": [{\"bbox\": {\"xmin\": 121.782, \"ymin\": 964.356, \"xmax\": 152.4752, \"ymax\": 1000.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 929.703, \"ymin\": 942.574, \"xmax\": 961.3860999999999, \"ymax\": 983.1682999999999}, \"category\": \"pl50\"}]}, \"26147\": {\"path\": \"train/26147.jpg\", \"id\": 26147, \"objects\": [{\"bbox\": {\"xmin\": 1266.67, \"ymin\": 993.333, \"xmax\": 1317.3333, \"ymax\": 1044.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 938.667, \"xmax\": 1317.3333, \"ymax\": 992.0}, \"category\": \"pm55\"}]}, \"85164\": {\"path\": \"other/85164.jpg\", \"id\": 85164, \"objects\": [{\"bbox\": {\"xmin\": 1165.611328125, \"ymin\": 929.725830078125, \"xmax\": 1185.47412109375, \"ymax\": 947.2744140625}, \"category\": \"pne\"}]}, \"63196\": {\"path\": \"train/63196.jpg\", \"id\": 63196, \"objects\": [{\"bbox\": {\"xmin\": 1594.0, \"ymin\": 949.0, \"xmax\": 1626.0, \"ymax\": 985.0}, \"category\": \"pn\"}]}, \"68209\": {\"path\": \"train/68209.jpg\", \"id\": 68209, \"objects\": [{\"bbox\": {\"xmin\": 1187.3, \"ymin\": 833.333, \"xmax\": 1231.6832, \"ymax\": 879.3651}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 993.651, \"ymin\": 833.333, \"xmax\": 1034.9206, \"ymax\": 878.5718999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1000.79, \"ymin\": 921.429, \"xmax\": 1025.7426, \"ymax\": 946.5346999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 972.222, \"ymin\": 923.81, \"xmax\": 996.0317, \"ymax\": 949.2062999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1023.81, \"ymin\": 923.016, \"xmax\": 1048.5149, \"ymax\": 944.5545}, \"category\": \"pn\"}]}, \"42662\": {\"path\": \"train/42662.jpg\", \"id\": 42662, \"objects\": [{\"bbox\": {\"xmin\": 1124.0, \"ymin\": 188.0, \"xmax\": 1316.0, \"ymax\": 340.0}, \"category\": \"pr30\"}]}, \"40308\": {\"path\": \"test/40308.jpg\", \"id\": 40308, \"objects\": [{\"bbox\": {\"xmin\": 1865.87, \"ymin\": 900.0, \"xmax\": 1885.7142999999999, \"ymax\": 925.3968}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1864.29, \"ymin\": 926.984, \"xmax\": 1887.3016, \"ymax\": 954.7616}, \"category\": \"pw3\"}]}, \"18045\": {\"path\": \"train/18045.jpg\", \"id\": 18045, \"objects\": [{\"bbox\": {\"xmin\": 1577.23, \"ymin\": 1226.73, \"xmax\": 1606.9307000000001, \"ymax\": 1253.4653}, \"category\": \"pne\"}]}, \"25122\": {\"path\": \"train/25122.jpg\", \"id\": 25122, \"objects\": [{\"bbox\": {\"xmin\": 476.0, \"ymin\": 841.0, \"xmax\": 553.0, \"ymax\": 924.0}, \"category\": \"pm20\"}]}, \"78382\": {\"path\": \"other/78382.jpg\", \"id\": 78382, \"objects\": [{\"bbox\": {\"xmin\": 1232.4736328125, \"ymin\": 925.7698364257812, \"xmax\": 1251.2763671875, \"ymax\": 942.9226684570312}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1153.391357421875, \"ymin\": 924.3317260742188, \"xmax\": 1171.43896484375, \"ymax\": 940.5014038085938}, \"category\": \"pne\"}]}, \"29501\": {\"path\": \"test/29501.jpg\", \"id\": 29501, \"objects\": [{\"bbox\": {\"xmin\": 1848.0, \"ymin\": 566.667, \"xmax\": 1937.3333, \"ymax\": 694.667}, \"category\": \"p15\"}, {\"bbox\": {\"xmin\": 1856.0, \"ymin\": 437.333, \"xmax\": 1946.6667, \"ymax\": 560.0}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 1850.67, \"ymin\": 793.333, \"xmax\": 1940.0, \"ymax\": 929.333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1849.33, \"ymin\": 932.0, \"xmax\": 1937.3333, \"ymax\": 1066.667}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 696.0, \"xmax\": 1450.6601, \"ymax\": 778.6682}, \"category\": \"ph2.5\"}, {\"bbox\": {\"xmin\": 1552.0, \"ymin\": 621.333, \"xmax\": 1609.3333, \"ymax\": 728.0}, \"category\": \"ph2.5\"}, {\"bbox\": {\"xmin\": 1689.33, \"ymin\": 538.667, \"xmax\": 1768.0, \"ymax\": 678.667}, \"category\": \"ph2.5\"}]}, \"33089\": {\"path\": \"train/33089.jpg\", \"id\": 33089, \"objects\": [{\"bbox\": {\"xmin\": 1380.751708984375, \"ymin\": 1009.9512939453125, \"xmax\": 1406.2626953125, \"ymax\": 1033.6932373046875}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1241.67, \"ymin\": 948.189, \"xmax\": 1261.5965, \"ymax\": 968.4785999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1263.77, \"ymin\": 950.362, \"xmax\": 1282.2486999999999, \"ymax\": 969.5653}, \"category\": \"pn\"}]}, \"82229\": {\"path\": \"train/82229.jpg\", \"id\": 82229, \"objects\": [{\"bbox\": {\"xmin\": 1280.16, \"ymin\": 980.952, \"xmax\": 1300.0, \"ymax\": 1005.5556}, \"category\": \"ip\"}]}, \"42324\": {\"path\": \"train/42324.jpg\", \"id\": 42324, \"objects\": [{\"bbox\": {\"xmin\": 1337.08, \"ymin\": 980.132, \"xmax\": 1364.9007, \"ymax\": 1010.596}, \"category\": \"w55\"}]}, \"77811\": {\"path\": \"other/77811.jpg\", \"id\": 77811, \"objects\": [{\"bbox\": {\"xmin\": 1194.04, \"ymin\": 929.801, \"xmax\": 1208.6093, \"ymax\": 942.3841}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1118.54, \"ymin\": 927.815, \"xmax\": 1129.1390999999999, \"ymax\": 939.7351000000001}, \"category\": \"pne\"}]}, \"36060\": {\"path\": \"test/36060.jpg\", \"id\": 36060, \"objects\": [{\"bbox\": {\"xmin\": 1454.67, \"ymin\": 934.667, \"xmax\": 1505.3333, \"ymax\": 985.3333}, \"category\": \"pl40\"}]}, \"42494\": {\"path\": \"other/42494.jpg\", \"id\": 42494, \"objects\": [{\"bbox\": {\"xmin\": 1744.3675537109375, \"ymin\": 247.9342041015625, \"xmax\": 1875.5396728515625, \"ymax\": 435.12103271484375}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1879.8660888671875, \"ymin\": 310.7834777832031, \"xmax\": 2033.3853759765625, \"ymax\": 464.3051452636719}, \"category\": \"pn\"}]}, \"19764\": {\"path\": \"train/19764.jpg\", \"id\": 19764, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 782.667, \"xmax\": 1269.3333, \"ymax\": 854.6667}, \"category\": \"pl50\"}]}, \"36219\": {\"path\": \"other/36219.jpg\", \"id\": 36219, \"objects\": [{\"bbox\": {\"xmin\": 1594.421630859375, \"ymin\": 1234.3673095703125, \"xmax\": 1628.479736328125, \"ymax\": 1264.4466552734375}, \"category\": \"pl40\"}]}, \"61681\": {\"path\": \"other/61681.jpg\", \"id\": 61681, \"objects\": [{\"bbox\": {\"xmin\": 882.0640869140625, \"ymin\": 951.1895751953125, \"xmax\": 905.478271484375, \"ymax\": 973.50390625}, \"category\": \"w45\"}]}, \"10426\": {\"path\": \"test/10426.jpg\", \"id\": 10426, \"objects\": [{\"bbox\": {\"xmin\": 664.901, \"ymin\": 921.569, \"xmax\": 690.1959999999999, \"ymax\": 943.0464}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 576.471, \"ymin\": 923.529, \"xmax\": 598.0392, \"ymax\": 949.0196}, \"category\": \"pne\"}]}, \"35211\": {\"path\": \"train/35211.jpg\", \"id\": 35211, \"objects\": [{\"bbox\": {\"xmin\": 145.333, \"ymin\": 841.333, \"xmax\": 174.6667, \"ymax\": 885.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 249.333, \"ymin\": 868.0, \"xmax\": 273.3333, \"ymax\": 902.6667}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 9.33333, \"ymin\": 810.667, \"xmax\": 44.000029999999995, \"ymax\": 857.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 82.6667, \"ymin\": 826.667, \"xmax\": 116.0, \"ymax\": 870.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 197.333, \"ymin\": 852.0, \"xmax\": 222.6667, \"ymax\": 890.6667}, \"category\": \"pl80\"}]}, \"82399\": {\"path\": \"train/82399.jpg\", \"id\": 82399, \"objects\": [{\"bbox\": {\"xmin\": 1230.95, \"ymin\": 897.619, \"xmax\": 1253.1746, \"ymax\": 922.2222}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1256.35, \"ymin\": 898.413, \"xmax\": 1279.3651, \"ymax\": 925.3968}, \"category\": \"pn\"}]}, \"83903\": {\"path\": \"train/83903.jpg\", \"id\": 83903, \"objects\": [{\"bbox\": {\"xmin\": 1953.85, \"ymin\": 557.692, \"xmax\": 2015.3845999999999, \"ymax\": 630.7692}, \"category\": \"pne\"}]}, \"78851\": {\"path\": \"train/78851.jpg\", \"id\": 78851, \"objects\": [{\"bbox\": {\"xmin\": 932.0, \"ymin\": 1006.67, \"xmax\": 982.6667, \"ymax\": 1057.3333}, \"category\": \"pl5\"}]}, \"79428\": {\"path\": \"train/79428.jpg\", \"id\": 79428, \"objects\": [{\"bbox\": {\"xmin\": 1189.33, \"ymin\": 788.0, \"xmax\": 1213.3333, \"ymax\": 842.6667}, \"category\": \"p10\"}]}, \"31005\": {\"path\": \"test/31005.jpg\", \"id\": 31005, \"objects\": [{\"bbox\": {\"xmin\": 285.526, \"ymin\": 646.053, \"xmax\": 353.9474, \"ymax\": 727.6321}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1198.68, \"ymin\": 842.105, \"xmax\": 1239.4683, \"ymax\": 877.6318}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1123.68, \"ymin\": 836.842, \"xmax\": 1156.5789, \"ymax\": 880.2632}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1157.89, \"ymin\": 839.474, \"xmax\": 1200.0, \"ymax\": 875.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 57.8947, \"ymin\": 696.053, \"xmax\": 111.8421, \"ymax\": 768.4211}, \"category\": \"pne\"}]}, \"6885\": {\"path\": \"test/6885.jpg\", \"id\": 6885, \"objects\": [{\"bbox\": {\"xmin\": 1831.0, \"ymin\": 751.0, \"xmax\": 1936.0, \"ymax\": 866.0}, \"category\": \"p26\"}]}, \"23648\": {\"path\": \"train/23648.jpg\", \"id\": 23648, \"objects\": [{\"bbox\": {\"xmin\": 1708.0, \"ymin\": 1059.2, \"xmax\": 1780.8, \"ymax\": 1134.4}, \"category\": \"p27\"}]}, \"4406\": {\"path\": \"train/4406.jpg\", \"id\": 4406, \"objects\": [{\"bbox\": {\"xmin\": 296.0, \"ymin\": 886.0, \"xmax\": 383.0, \"ymax\": 986.0}, \"category\": \"pr40\"}]}, \"48370\": {\"path\": \"train/48370.jpg\", \"id\": 48370, \"objects\": [{\"bbox\": {\"xmin\": 1024.0, \"ymin\": 301.333, \"xmax\": 1158.67, \"ymax\": 404.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 578.667, \"ymin\": 338.667, \"xmax\": 698.667, \"ymax\": 442.667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 448.0, \"ymin\": 364.0, \"xmax\": 560.0, \"ymax\": 462.6664}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 869.333, \"ymin\": 304.0, \"xmax\": 1005.333, \"ymax\": 410.66700000000003}, \"category\": \"pl100\"}]}, \"61993\": {\"path\": \"train/61993.jpg\", \"id\": 61993, \"objects\": [{\"bbox\": {\"xmin\": 1568.0, \"ymin\": 804.0, \"xmax\": 1710.0, \"ymax\": 925.0}, \"category\": \"w57\"}]}, \"63494\": {\"path\": \"other/63494.jpg\", \"id\": 63494, \"objects\": [{\"bbox\": {\"xmin\": 1201.0, \"ymin\": 635.0, \"xmax\": 1274.0, \"ymax\": 702.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1338.0, \"ymin\": 643.0, \"xmax\": 1413.0, \"ymax\": 709.0}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1261.0, \"ymin\": 636.0, \"xmax\": 1335.0, \"ymax\": 701.0}, \"category\": \"w24\"}]}, \"46738\": {\"path\": \"train/46738.jpg\", \"id\": 46738, \"objects\": [{\"bbox\": {\"xmin\": 1904.0, \"ymin\": 886.667, \"xmax\": 1972.0, \"ymax\": 957.3333}, \"category\": \"ip\"}]}, \"29002\": {\"path\": \"test/29002.jpg\", \"id\": 29002, \"objects\": [{\"bbox\": {\"xmin\": 1382.12, \"ymin\": 876.821, \"xmax\": 1413.9072999999999, \"ymax\": 907.2848}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1547.02, \"ymin\": 917.881, \"xmax\": 1565.56, \"ymax\": 941.0595999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1509.27, \"ymin\": 917.881, \"xmax\": 1527.1523, \"ymax\": 941.0595999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1527.15, \"ymin\": 917.881, \"xmax\": 1546.3576, \"ymax\": 941.7219}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1258.28, \"ymin\": 875.497, \"xmax\": 1288.0795, \"ymax\": 910.596}, \"category\": \"pne\"}]}, \"83936\": {\"path\": \"other/83936.jpg\", \"id\": 83936, \"objects\": [{\"bbox\": {\"xmin\": 975.397, \"ymin\": 944.444, \"xmax\": 985.7143000000001, \"ymax\": 957.1428999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 898.413, \"ymin\": 946.825, \"xmax\": 911.9048, \"ymax\": 960.3175}, \"category\": \"pne\"}]}, \"34571\": {\"path\": \"train/34571.jpg\", \"id\": 34571, \"objects\": [{\"bbox\": {\"xmin\": 479.0, \"ymin\": 460.0, \"xmax\": 524.0, \"ymax\": 558.0}, \"category\": \"pl40\"}]}, \"42848\": {\"path\": \"train/42848.jpg\", \"id\": 42848, \"objects\": [{\"bbox\": {\"xmin\": 1669.33, \"ymin\": 894.667, \"xmax\": 1694.6667, \"ymax\": 922.6667}, \"category\": \"p26\"}]}, \"95594\": {\"path\": \"train/95594.jpg\", \"id\": 95594, \"objects\": [{\"bbox\": {\"xmin\": 1162.67, \"ymin\": 993.333, \"xmax\": 1206.6667, \"ymax\": 1034.6667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1162.67, \"ymin\": 950.667, \"xmax\": 1204.0, \"ymax\": 996.0}, \"category\": \"pm55\"}]}, \"90985\": {\"path\": \"test/90985.jpg\", \"id\": 90985, \"objects\": [{\"bbox\": {\"xmin\": 1748.0, \"ymin\": 867.0, \"xmax\": 1771.0, \"ymax\": 894.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1928.0, \"ymin\": 781.0, \"xmax\": 1967.0, \"ymax\": 829.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1717.0, \"ymin\": 865.0, \"xmax\": 1742.0, \"ymax\": 893.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1776.0, \"ymin\": 864.0, \"xmax\": 1804.0, \"ymax\": 896.0}, \"category\": \"pn\"}]}, \"61108\": {\"path\": \"other/61108.jpg\", \"id\": 61108, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 960.784, \"xmax\": 1445.098, \"ymax\": 1013.7255}, \"category\": \"w30\"}]}, \"65046\": {\"path\": \"train/65046.jpg\", \"id\": 65046, \"objects\": [{\"bbox\": {\"xmin\": 1763.49, \"ymin\": 894.444, \"xmax\": 1781.746, \"ymax\": 922.2221999999999}, \"category\": \"i4\"}]}, \"86462\": {\"path\": \"test/86462.jpg\", \"id\": 86462, \"objects\": [{\"bbox\": {\"xmin\": 638.614, \"ymin\": 938.614, \"xmax\": 665.3465, \"ymax\": 967.3262000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1831.68, \"ymin\": 950.495, \"xmax\": 1852.9412, \"ymax\": 982.1782000000001}, \"category\": \"ip\"}]}, \"48462\": {\"path\": \"train/48462.jpg\", \"id\": 48462, \"objects\": [{\"bbox\": {\"xmin\": 672.0, \"ymin\": 456.8, \"xmax\": 783.2, \"ymax\": 560.8}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1408.8, \"ymin\": 455.2, \"xmax\": 1517.6, \"ymax\": 556.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1044.0, \"ymin\": 437.6, \"xmax\": 1165.6, \"ymax\": 544.8000000000001}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 543.2, \"ymin\": 368.0, \"xmax\": 648.8000000000001, \"ymax\": 460.8}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 668.0, \"ymin\": 348.0, \"xmax\": 780.8, \"ymax\": 444.8}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 901.6, \"ymin\": 441.6, \"xmax\": 1023.2, \"ymax\": 547.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 544.0, \"ymin\": 474.4, \"xmax\": 652.0, \"ymax\": 573.6}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1272.0, \"ymin\": 448.0, \"xmax\": 1388.0, \"ymax\": 548.8}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1677.6, \"ymin\": 493.6, \"xmax\": 1772.8, \"ymax\": 588.0}, \"category\": \"pne\"}]}, \"86958\": {\"path\": \"train/86958.jpg\", \"id\": 86958, \"objects\": [{\"bbox\": {\"xmin\": 876.19, \"ymin\": 876.19, \"xmax\": 902.3810000000001, \"ymax\": 900.7937000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 794.444, \"ymin\": 880.159, \"xmax\": 818.2539999999999, \"ymax\": 904.7619}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 720.635, \"ymin\": 912.698, \"xmax\": 735.7143, \"ymax\": 930.1587}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 698.413, \"ymin\": 914.286, \"xmax\": 715.0797, \"ymax\": 932.5396999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 739.683, \"ymin\": 912.698, \"xmax\": 755.5565, \"ymax\": 930.1587}, \"category\": \"pn\"}]}, \"63917\": {\"path\": \"test/63917.jpg\", \"id\": 63917, \"objects\": [{\"bbox\": {\"xmin\": 953.333, \"ymin\": 968.0, \"xmax\": 982.6667, \"ymax\": 998.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 950.667, \"ymin\": 936.0, \"xmax\": 984.0, \"ymax\": 966.6667}, \"category\": \"pl5\"}]}, \"82294\": {\"path\": \"train/82294.jpg\", \"id\": 82294, \"objects\": [{\"bbox\": {\"xmin\": 1500.0, \"ymin\": 934.667, \"xmax\": 1625.333, \"ymax\": 1058.667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1506.67, \"ymin\": 589.333, \"xmax\": 1630.6670000000001, \"ymax\": 709.333}, \"category\": \"pmb\"}]}, \"75546\": {\"path\": \"train/75546.jpg\", \"id\": 75546, \"objects\": [{\"bbox\": {\"xmin\": 948.0, \"ymin\": 849.6, \"xmax\": 980.0, \"ymax\": 879.2}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1149.6, \"ymin\": 847.2, \"xmax\": 1181.6, \"ymax\": 878.4000000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1048.0, \"ymin\": 848.0, \"xmax\": 1080.0, \"ymax\": 878.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 911.2, \"ymin\": 815.2, \"xmax\": 942.4000000000001, \"ymax\": 844.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 948.8, \"ymin\": 815.2, \"xmax\": 978.4, \"ymax\": 844.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1012.0, \"ymin\": 848.8, \"xmax\": 1043.2, \"ymax\": 879.1999999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 912.8, \"ymin\": 849.6, \"xmax\": 943.1999999999999, \"ymax\": 879.2}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1113.6, \"ymin\": 847.2, \"xmax\": 1143.1999999999998, \"ymax\": 877.6}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1225.6, \"ymin\": 845.6, \"xmax\": 1256.8, \"ymax\": 876.0}, \"category\": \"pne\"}]}, \"96529\": {\"path\": \"train/96529.jpg\", \"id\": 96529, \"objects\": [{\"bbox\": {\"xmin\": 671.0, \"ymin\": 816.0, \"xmax\": 756.0, \"ymax\": 896.0}, \"category\": \"pl40\"}]}, \"79174\": {\"path\": \"other/79174.jpg\", \"id\": 79174, \"objects\": [{\"bbox\": {\"xmin\": 1176.19, \"ymin\": 937.302, \"xmax\": 1187.3016, \"ymax\": 950.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1123.02, \"ymin\": 938.095, \"xmax\": 1135.7143, \"ymax\": 949.2063}, \"category\": \"pne\"}]}, \"77024\": {\"path\": \"test/77024.jpg\", \"id\": 77024, \"objects\": [{\"bbox\": {\"xmin\": 1188.0, \"ymin\": 725.0, \"xmax\": 1249.0, \"ymax\": 786.0}, \"category\": \"pne\"}]}, \"53746\": {\"path\": \"train/53746.jpg\", \"id\": 53746, \"objects\": [{\"bbox\": {\"xmin\": 865.873, \"ymin\": 918.254, \"xmax\": 880.1587000000001, \"ymax\": 937.3016}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1131.75, \"ymin\": 921.429, \"xmax\": 1148.4127, \"ymax\": 938.8888999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1151.59, \"ymin\": 921.429, \"xmax\": 1169.0475999999999, \"ymax\": 938.8888999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 754.762, \"ymin\": 923.016, \"xmax\": 773.0159, \"ymax\": 940.4762}, \"category\": \"pne\"}]}, \"74274\": {\"path\": \"train/74274.jpg\", \"id\": 74274, \"objects\": [{\"bbox\": {\"xmin\": 1579.81, \"ymin\": 959.0, \"xmax\": 1668.2824, \"ymax\": 1050.0}, \"category\": \"pl60\"}]}, \"53800\": {\"path\": \"test/53800.jpg\", \"id\": 53800, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 935.2, \"xmax\": 1240.0, \"ymax\": 976.8000000000001}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 332.0, \"ymin\": 916.0, \"xmax\": 442.4, \"ymax\": 1030.4}, \"category\": \"i15\"}, {\"bbox\": {\"xmin\": 1196.0, \"ymin\": 894.4, \"xmax\": 1239.2, \"ymax\": 931.1999999999999}, \"category\": \"pg\"}]}, \"13598\": {\"path\": \"train/13598.jpg\", \"id\": 13598, \"objects\": [{\"bbox\": {\"xmin\": 744.554, \"ymin\": 970.297, \"xmax\": 775.2475, \"ymax\": 1005.9406}, \"category\": \"p23\"}]}, \"98180\": {\"path\": \"test/98180.jpg\", \"id\": 98180, \"objects\": [{\"bbox\": {\"xmin\": 124.503, \"ymin\": 673.51, \"xmax\": 170.86090000000002, \"ymax\": 751.6556}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 174.834, \"ymin\": 692.715, \"xmax\": 223.17860000000002, \"ymax\": 766.2252000000001}, \"category\": \"pn\"}]}, \"10489\": {\"path\": \"train/10489.jpg\", \"id\": 10489, \"objects\": [{\"bbox\": {\"xmin\": 1098.41, \"ymin\": 843.651, \"xmax\": 1133.3333, \"ymax\": 881.746}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1060.32, \"ymin\": 850.794, \"xmax\": 1098.4126999999999, \"ymax\": 884.9206}, \"category\": \"w13\"}]}, \"1406\": {\"path\": \"train/1406.jpg\", \"id\": 1406, \"objects\": [{\"bbox\": {\"xmin\": 1437.09, \"ymin\": 915.842, \"xmax\": 1451.1534, \"ymax\": 935.0993}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1574.83, \"ymin\": 921.192, \"xmax\": 1590.7284, \"ymax\": 940.3974000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1594.04, \"ymin\": 922.517, \"xmax\": 1609.9418, \"ymax\": 941.0596}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1328.71, \"ymin\": 909.901, \"xmax\": 1349.505, \"ymax\": 932.4503}, \"category\": \"pne\"}]}, \"88810\": {\"path\": \"other/88810.jpg\", \"id\": 88810, \"objects\": [{\"bbox\": {\"xmin\": 347.0, \"ymin\": 782.0, \"xmax\": 399.0, \"ymax\": 854.0}, \"category\": \"pr30\"}]}, \"65659\": {\"path\": \"train/65659.jpg\", \"id\": 65659, \"objects\": [{\"bbox\": {\"xmin\": 1553.0, \"ymin\": 787.0, \"xmax\": 1615.0, \"ymax\": 848.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1556.0, \"ymin\": 853.0, \"xmax\": 1616.0, \"ymax\": 916.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1561.0, \"ymin\": 946.0, \"xmax\": 1614.0, \"ymax\": 1001.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 1005.0, \"xmax\": 1618.0, \"ymax\": 1063.0}, \"category\": \"i2r\"}]}, \"64467\": {\"path\": \"train/64467.jpg\", \"id\": 64467, \"objects\": [{\"bbox\": {\"xmin\": 1763.32, \"ymin\": 1027.27, \"xmax\": 1824.0993999999998, \"ymax\": 1086.3636}, \"category\": \"pl30\"}]}, \"61216\": {\"path\": \"train/61216.jpg\", \"id\": 61216, \"objects\": [{\"bbox\": {\"xmin\": 1449.33, \"ymin\": 966.667, \"xmax\": 1508.0, \"ymax\": 1021.3333}, \"category\": \"p26\"}]}, \"94901\": {\"path\": \"train/94901.jpg\", \"id\": 94901, \"objects\": [{\"bbox\": {\"xmin\": 1229.37, \"ymin\": 931.746, \"xmax\": 1246.8254, \"ymax\": 950.7937}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1156.35, \"ymin\": 928.571, \"xmax\": 1175.3968, \"ymax\": 947.619}, \"category\": \"pne\"}]}, \"38995\": {\"path\": \"test/38995.jpg\", \"id\": 38995, \"objects\": [{\"bbox\": {\"xmin\": 1411.77, \"ymin\": 811.765, \"xmax\": 1533.349, \"ymax\": 929.413}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1421.57, \"ymin\": 939.216, \"xmax\": 1525.49, \"ymax\": 1023.5298}, \"category\": \"w59\"}]}, \"57496\": {\"path\": \"test/57496.jpg\", \"id\": 57496, \"objects\": [{\"bbox\": {\"xmin\": 738.0, \"ymin\": 828.0, \"xmax\": 781.0, \"ymax\": 871.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 166.0, \"ymin\": 884.0, \"xmax\": 196.0, \"ymax\": 913.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 651.0, \"ymin\": 827.0, \"xmax\": 691.0, \"ymax\": 871.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 525.0, \"ymin\": 831.0, \"xmax\": 566.0, \"ymax\": 872.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 480.0, \"ymin\": 830.0, \"xmax\": 519.0, \"ymax\": 871.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 569.0, \"ymin\": 829.0, \"xmax\": 609.0, \"ymax\": 873.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 12.0, \"ymin\": 893.0, \"xmax\": 35.0, \"ymax\": 920.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 691.0, \"ymin\": 830.0, \"xmax\": 735.0, \"ymax\": 870.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 1072.0, \"ymin\": 938.0, \"xmax\": 1097.0, \"ymax\": 964.0}, \"category\": \"pdd\"}]}, \"70343\": {\"path\": \"test/70343.jpg\", \"id\": 70343, \"objects\": [{\"bbox\": {\"xmin\": 819.318, \"ymin\": 1009.09, \"xmax\": 837.5, \"ymax\": 1061.3636000000001}, \"category\": \"pl30\"}]}, \"98096\": {\"path\": \"train/98096.jpg\", \"id\": 98096, \"objects\": [{\"bbox\": {\"xmin\": 1070.67, \"ymin\": 1005.33, \"xmax\": 1097.3366, \"ymax\": 1033.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1074.67, \"ymin\": 953.333, \"xmax\": 1094.6667, \"ymax\": 974.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 945.333, \"ymin\": 356.0, \"xmax\": 997.3333, \"ymax\": 397.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1070.67, \"ymin\": 1041.33, \"xmax\": 1097.3333, \"ymax\": 1066.6667}, \"category\": \"pbp\"}]}, \"85950\": {\"path\": \"train/85950.jpg\", \"id\": 85950, \"objects\": [{\"bbox\": {\"xmin\": 1058.0499267578125, \"ymin\": 951.7882080078125, \"xmax\": 1101.3153076171875, \"ymax\": 1011.19482421875}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1281.13, \"ymin\": 1053.99, \"xmax\": 1357.0621, \"ymax\": 1118.4541}, \"category\": \"ip\"}]}, \"51160\": {\"path\": \"train/51160.jpg\", \"id\": 51160, \"objects\": [{\"bbox\": {\"xmin\": 1362.67, \"ymin\": 906.667, \"xmax\": 1389.3333, \"ymax\": 936.0}, \"category\": \"p10\"}]}, \"66543\": {\"path\": \"train/66543.jpg\", \"id\": 66543, \"objects\": [{\"bbox\": {\"xmin\": 210.667, \"ymin\": 990.667, \"xmax\": 265.3333, \"ymax\": 1057.3333}, \"category\": \"pm20\"}]}, \"41775\": {\"path\": \"train/41775.jpg\", \"id\": 41775, \"objects\": [{\"bbox\": {\"xmin\": 1992.0, \"ymin\": 1014.0, \"xmax\": 2034.0, \"ymax\": 1060.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1765.0, \"ymin\": 971.0, \"xmax\": 1811.0, \"ymax\": 1021.0}, \"category\": \"pr40\"}]}, \"26865\": {\"path\": \"train/26865.jpg\", \"id\": 26865, \"objects\": [{\"bbox\": {\"xmin\": 1249.47, \"ymin\": 956.349, \"xmax\": 1267.7276, \"ymax\": 976.9841}, \"category\": \"p10\"}]}, \"18408\": {\"path\": \"test/18408.jpg\", \"id\": 18408, \"objects\": [{\"bbox\": {\"xmin\": 1473.45, \"ymin\": 924.336, \"xmax\": 1490.2655, \"ymax\": 942.0354}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1491.15, \"ymin\": 925.221, \"xmax\": 1508.4071000000001, \"ymax\": 942.4779}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 761.062, \"ymin\": 971.239, \"xmax\": 781.8584, \"ymax\": 989.8229}, \"category\": \"pne\"}]}, \"7716\": {\"path\": \"train/7716.jpg\", \"id\": 7716, \"objects\": [{\"bbox\": {\"xmin\": 36.8, \"ymin\": 984.0, \"xmax\": 52.0, \"ymax\": 1016.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1638.4, \"ymin\": 954.4, \"xmax\": 1660.8000000000002, \"ymax\": 978.4}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 29.6, \"ymin\": 940.8, \"xmax\": 56.0, \"ymax\": 972.0}, \"category\": \"p26\"}]}, \"74836\": {\"path\": \"test/74836.jpg\", \"id\": 74836, \"objects\": [{\"bbox\": {\"xmin\": 99.3377, \"ymin\": 959.603, \"xmax\": 123.841, \"ymax\": 991.3904}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 94.0397, \"ymin\": 1003.98, \"xmax\": 127.1523, \"ymax\": 1043.0509}, \"category\": \"pl30\"}]}, \"90865\": {\"path\": \"train/90865.jpg\", \"id\": 90865, \"objects\": [{\"bbox\": {\"xmin\": 1264.0, \"ymin\": 467.0, \"xmax\": 1398.0, \"ymax\": 588.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1168.0, \"ymin\": 1004.0, \"xmax\": 1195.0, \"ymax\": 1029.0}, \"category\": \"w22\"}]}, \"57098\": {\"path\": \"test/57098.jpg\", \"id\": 57098, \"objects\": [{\"bbox\": {\"xmin\": 484.158, \"ymin\": 727.723, \"xmax\": 548.5149, \"ymax\": 795.0495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1240.59, \"ymin\": 827.723, \"xmax\": 1283.1682999999998, \"ymax\": 869.3068999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1150.5, \"ymin\": 823.762, \"xmax\": 1193.0693, \"ymax\": 874.2574}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1196.04, \"ymin\": 820.792, \"xmax\": 1238.6139, \"ymax\": 869.3069}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 256.436, \"ymin\": 768.317, \"xmax\": 306.9307, \"ymax\": 828.7129}, \"category\": \"pne\"}]}, \"37862\": {\"path\": \"test/37862.jpg\", \"id\": 37862, \"objects\": [{\"bbox\": {\"xmin\": 1233.83, \"ymin\": 1016.41, \"xmax\": 1267.1591999999998, \"ymax\": 1050.7413}, \"category\": \"pl80\"}]}, \"60241\": {\"path\": \"test/60241.jpg\", \"id\": 60241, \"objects\": [{\"bbox\": {\"xmin\": 1772.22, \"ymin\": 974.603, \"xmax\": 1808.7302, \"ymax\": 1011.1111}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1343.65, \"ymin\": 974.603, \"xmax\": 1378.5714, \"ymax\": 1011.1111}, \"category\": \"w59\"}]}, \"19711\": {\"path\": \"test/19711.jpg\", \"id\": 19711, \"objects\": [{\"bbox\": {\"xmin\": 581.727, \"ymin\": 985.382, \"xmax\": 604.9830999999999, \"ymax\": 1033.5548}, \"category\": \"pl50\"}]}, \"94620\": {\"path\": \"test/94620.jpg\", \"id\": 94620, \"objects\": [{\"bbox\": {\"xmin\": 1314.67, \"ymin\": 953.333, \"xmax\": 1350.6667, \"ymax\": 990.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1316.0, \"ymin\": 989.333, \"xmax\": 1352.0, \"ymax\": 1029.3327}, \"category\": \"pl5\"}]}, \"35905\": {\"path\": \"train/35905.jpg\", \"id\": 35905, \"objects\": [{\"bbox\": {\"xmin\": 1684.0, \"ymin\": 1057.33, \"xmax\": 1706.6667, \"ymax\": 1081.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1685.33, \"ymin\": 1030.67, \"xmax\": 1706.6667, \"ymax\": 1056.0}, \"category\": \"pss\"}]}, \"84533\": {\"path\": \"train/84533.jpg\", \"id\": 84533, \"objects\": [{\"bbox\": {\"xmin\": 1359.6, \"ymin\": 917.881, \"xmax\": 1385.4281999999998, \"ymax\": 943.7089}, \"category\": \"pl40\"}]}, \"40179\": {\"path\": \"test/40179.jpg\", \"id\": 40179, \"objects\": [{\"bbox\": {\"xmin\": 1088.08, \"ymin\": 923.81, \"xmax\": 1109.5017, \"ymax\": 942.0635}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1286.51, \"ymin\": 931.746, \"xmax\": 1303.9683, \"ymax\": 951.5873}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1264.29, \"ymin\": 931.746, \"xmax\": 1284.9206, \"ymax\": 952.381}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1005.3, \"ymin\": 926.984, \"xmax\": 1026.2029, \"ymax\": 945.6954000000001}, \"category\": \"pne\"}]}, \"18507\": {\"path\": \"train/18507.jpg\", \"id\": 18507, \"objects\": [{\"bbox\": {\"xmin\": 220.0, \"ymin\": 953.333, \"xmax\": 257.33299999999997, \"ymax\": 1002.6667}, \"category\": \"p10\"}]}, \"5858\": {\"path\": \"train/5858.jpg\", \"id\": 5858, \"objects\": [{\"bbox\": {\"xmin\": 1251.0, \"ymin\": 979.0, \"xmax\": 1272.0, \"ymax\": 1000.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1249.0, \"ymin\": 938.0, \"xmax\": 1272.0, \"ymax\": 961.0}, \"category\": \"p26\"}]}, \"92761\": {\"path\": \"train/92761.jpg\", \"id\": 92761, \"objects\": [{\"bbox\": {\"xmin\": 1720.0, \"ymin\": 958.667, \"xmax\": 1797.3333, \"ymax\": 1046.6667}, \"category\": \"pl40\"}]}, \"60876\": {\"path\": \"train/60876.jpg\", \"id\": 60876, \"objects\": [{\"bbox\": {\"xmin\": 131.0, \"ymin\": 601.0, \"xmax\": 217.0, \"ymax\": 698.0}, \"category\": \"p5\"}]}, \"74566\": {\"path\": \"other/74566.jpg\", \"id\": 74566, \"objects\": [{\"bbox\": {\"xmin\": 1787.4254150390625, \"ymin\": 1407.035400390625, \"xmax\": 1823.3682861328125, \"ymax\": 1437.15869140625}, \"category\": \"pn\"}]}, \"59417\": {\"path\": \"train/59417.jpg\", \"id\": 59417, \"objects\": [{\"bbox\": {\"xmin\": 820.635, \"ymin\": 906.349, \"xmax\": 850.7937, \"ymax\": 934.9206}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1129.37, \"ymin\": 935.714, \"xmax\": 1147.619, \"ymax\": 955.5556}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1105.56, \"ymin\": 936.508, \"xmax\": 1126.1905, \"ymax\": 955.5556}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1150.0, \"ymin\": 936.508, \"xmax\": 1171.4286, \"ymax\": 957.9365}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 711.111, \"ymin\": 907.937, \"xmax\": 740.4762, \"ymax\": 936.5082}, \"category\": \"pne\"}]}, \"12657\": {\"path\": \"train/12657.jpg\", \"id\": 12657, \"objects\": [{\"bbox\": {\"xmin\": 673.0, \"ymin\": 577.0, \"xmax\": 762.0, \"ymax\": 656.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 670.0, \"ymin\": 664.0, \"xmax\": 758.0, \"ymax\": 747.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 667.0, \"ymin\": 751.0, \"xmax\": 758.0, \"ymax\": 838.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 35.0, \"ymin\": 749.0, \"xmax\": 89.0, \"ymax\": 819.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 42.0, \"ymin\": 680.0, \"xmax\": 94.0, \"ymax\": 743.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 34.0, \"ymin\": 820.0, \"xmax\": 86.0, \"ymax\": 891.0}, \"category\": \"pm55\"}]}, \"31634\": {\"path\": \"train/31634.jpg\", \"id\": 31634, \"objects\": [{\"bbox\": {\"xmin\": 1698.0, \"ymin\": 906.0, \"xmax\": 1760.0, \"ymax\": 975.0}, \"category\": \"pl100\"}]}, \"84711\": {\"path\": \"train/84711.jpg\", \"id\": 84711, \"objects\": [{\"bbox\": {\"xmin\": 623.3284301757812, \"ymin\": 967.5994262695312, \"xmax\": 643.3768920898438, \"ymax\": 986.8202514648438}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1292.39, \"ymin\": 912.318, \"xmax\": 1310.8719, \"ymax\": 930.7971}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1314.13, \"ymin\": 911.232, \"xmax\": 1331.8864, \"ymax\": 930.7973999999999}, \"category\": \"pn\"}]}, \"32290\": {\"path\": \"train/32290.jpg\", \"id\": 32290, \"objects\": [{\"bbox\": {\"xmin\": 1501.96, \"ymin\": 31.3726, \"xmax\": 1776.471, \"ymax\": 229.4096}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1211.77, \"ymin\": 13.7255, \"xmax\": 1527.451, \"ymax\": 205.88250000000002}, \"category\": \"w13\"}]}, \"84434\": {\"path\": \"test/84434.jpg\", \"id\": 84434, \"objects\": [{\"bbox\": {\"xmin\": 757.333, \"ymin\": 1068.0, \"xmax\": 806.6667, \"ymax\": 1113.3333}, \"category\": \"pl40\"}]}, \"57505\": {\"path\": \"test/57505.jpg\", \"id\": 57505, \"objects\": [{\"bbox\": {\"xmin\": 78.6667, \"ymin\": 960.0, \"xmax\": 173.3333, \"ymax\": 1080.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1162.67, \"ymin\": 972.0, \"xmax\": 1196.0, \"ymax\": 1006.6667}, \"category\": \"pn\"}]}, \"27347\": {\"path\": \"train/27347.jpg\", \"id\": 27347, \"objects\": [{\"bbox\": {\"xmin\": 1410.0, \"ymin\": 429.0, \"xmax\": 1530.0, \"ymax\": 541.0}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 1536.0, \"ymin\": 448.0, \"xmax\": 1649.0, \"ymax\": 557.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1270.0, \"ymin\": 401.0, \"xmax\": 1414.0, \"ymax\": 512.0}, \"category\": \"w13\"}]}, \"93982\": {\"path\": \"train/93982.jpg\", \"id\": 93982, \"objects\": [{\"bbox\": {\"xmin\": 1688.0, \"ymin\": 730.667, \"xmax\": 1769.3333, \"ymax\": 824.0003}, \"category\": \"pl100\"}]}, \"72305\": {\"path\": \"train/72305.jpg\", \"id\": 72305, \"objects\": [{\"bbox\": {\"xmin\": 16.0, \"ymin\": 895.0, \"xmax\": 65.0, \"ymax\": 947.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1771.96, \"ymin\": 988.277, \"xmax\": 1792.6569, \"ymax\": 1009.5246000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 19.3577, \"ymin\": 840.42, \"xmax\": 71.02770000000001, \"ymax\": 893.9982}, \"category\": \"pl70\"}]}, \"80690\": {\"path\": \"test/80690.jpg\", \"id\": 80690, \"objects\": [{\"bbox\": {\"xmin\": 1553.39, \"ymin\": 877.6, \"xmax\": 1639.7968, \"ymax\": 964.8631}, \"category\": \"p27\"}]}, \"73473\": {\"path\": \"train/73473.jpg\", \"id\": 73473, \"objects\": [{\"bbox\": {\"xmin\": 980.0, \"ymin\": 425.333, \"xmax\": 1106.667, \"ymax\": 533.3330000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1342.67, \"ymin\": 442.667, \"xmax\": 1465.333, \"ymax\": 553.333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 617.333, \"ymin\": 448.0, \"xmax\": 737.333, \"ymax\": 553.333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 494.667, \"ymin\": 466.667, \"xmax\": 609.333, \"ymax\": 569.333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 838.667, \"ymin\": 430.667, \"xmax\": 970.667, \"ymax\": 538.6669999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1209.33, \"ymin\": 430.667, \"xmax\": 1338.667, \"ymax\": 541.333}, \"category\": \"pl100\"}]}, \"4151\": {\"path\": \"train/4151.jpg\", \"id\": 4151, \"objects\": [{\"bbox\": {\"xmin\": 1436.84, \"ymin\": 727.632, \"xmax\": 1500.0, \"ymax\": 797.3684}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1125.0, \"ymin\": 726.316, \"xmax\": 1190.7895, \"ymax\": 794.7368}, \"category\": \"pne\"}]}, \"81336\": {\"path\": \"train/81336.jpg\", \"id\": 81336, \"objects\": [{\"bbox\": {\"xmin\": 1548.0, \"ymin\": 742.667, \"xmax\": 1604.0, \"ymax\": 801.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1621.33, \"ymin\": 926.667, \"xmax\": 1662.6667, \"ymax\": 973.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1618.67, \"ymin\": 680.0, \"xmax\": 1669.3333, \"ymax\": 736.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1549.33, \"ymin\": 669.333, \"xmax\": 1605.3333, \"ymax\": 726.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1617.33, \"ymin\": 752.0, \"xmax\": 1668.0, \"ymax\": 809.3333}, \"category\": \"pbp\"}]}, \"22647\": {\"path\": \"test/22647.jpg\", \"id\": 22647, \"objects\": [{\"bbox\": {\"xmin\": 1185.0, \"ymin\": 992.0, \"xmax\": 1219.0, \"ymax\": 1027.0}, \"category\": \"p26\"}]}, \"18266\": {\"path\": \"test/18266.jpg\", \"id\": 18266, \"objects\": [{\"bbox\": {\"xmin\": 1438.0, \"ymin\": 747.0, \"xmax\": 1493.0, \"ymax\": 802.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1496.0, \"ymin\": 749.0, \"xmax\": 1548.0, \"ymax\": 805.0}, \"category\": \"pn\"}]}, \"50527\": {\"path\": \"train/50527.jpg\", \"id\": 50527, \"objects\": [{\"bbox\": {\"xmin\": 1278.61, \"ymin\": 925.373, \"xmax\": 1296.0199, \"ymax\": 943.7811}, \"category\": \"pl80\"}]}, \"47768\": {\"path\": \"test/47768.jpg\", \"id\": 47768, \"objects\": [{\"bbox\": {\"xmin\": 1109.33, \"ymin\": 542.667, \"xmax\": 1205.3333, \"ymax\": 626.6667}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 560.0, \"xmax\": 1570.6667, \"ymax\": 640.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 337.333, \"ymin\": 617.333, \"xmax\": 410.6667, \"ymax\": 694.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 674.667, \"ymin\": 564.0, \"xmax\": 768.0, \"ymax\": 646.6664}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 190.667, \"ymin\": 649.333, \"xmax\": 253.3333, \"ymax\": 720.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 488.0, \"ymin\": 586.667, \"xmax\": 572.0, \"ymax\": 670.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 901.333, \"ymin\": 546.667, \"xmax\": 996.0, \"ymax\": 632.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1293.33, \"ymin\": 545.333, \"xmax\": 1384.0, \"ymax\": 626.6667}, \"category\": \"pl80\"}]}, \"24178\": {\"path\": \"test/24178.jpg\", \"id\": 24178, \"objects\": [{\"bbox\": {\"xmin\": 1076.82, \"ymin\": 942.384, \"xmax\": 1091.3907, \"ymax\": 959.6026}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1059.6, \"ymin\": 942.384, \"xmax\": 1074.8344, \"ymax\": 958.9404000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1092.05, \"ymin\": 943.046, \"xmax\": 1109.2715, \"ymax\": 960.2649}, \"category\": \"pn\"}]}, \"24635\": {\"path\": \"train/24635.jpg\", \"id\": 24635, \"objects\": [{\"bbox\": {\"xmin\": 337.302, \"ymin\": 871.429, \"xmax\": 359.52380000000005, \"ymax\": 900.7937}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 364.286, \"ymin\": 869.841, \"xmax\": 388.0952, \"ymax\": 898.4127}, \"category\": \"pn\"}]}, \"25673\": {\"path\": \"train/25673.jpg\", \"id\": 25673, \"objects\": [{\"bbox\": {\"xmin\": 1708.0, \"ymin\": 896.0, \"xmax\": 1737.0, \"ymax\": 929.0}, \"category\": \"pl20\"}]}, \"93362\": {\"path\": \"train/93362.jpg\", \"id\": 93362, \"objects\": [{\"bbox\": {\"xmin\": 1486.67, \"ymin\": 740.0, \"xmax\": 1562.67, \"ymax\": 814.6673}, \"category\": \"pl40\"}]}, \"96895\": {\"path\": \"test/96895.jpg\", \"id\": 96895, \"objects\": [{\"bbox\": {\"xmin\": -1.31542, \"ymin\": 628.948, \"xmax\": 132.89458000000002, \"ymax\": 892.105}, \"category\": \"pne\"}]}, \"34729\": {\"path\": \"test/34729.jpg\", \"id\": 34729, \"objects\": [{\"bbox\": {\"xmin\": 1110.62, \"ymin\": 931.416, \"xmax\": 1131.4134999999999, \"ymax\": 951.7703}, \"category\": \"pl60\"}]}, \"2399\": {\"path\": \"other/2399.jpg\", \"id\": 2399, \"objects\": [{\"bbox\": {\"xmin\": 227.632, \"ymin\": 888.158, \"xmax\": 292.1055, \"ymax\": 959.2107}, \"category\": \"w58\"}]}, \"85062\": {\"path\": \"other/85062.jpg\", \"id\": 85062, \"objects\": [{\"bbox\": {\"xmin\": 1770.992431640625, \"ymin\": 965.4126586914062, \"xmax\": 1796.265625, \"ymax\": 989.9778442382812}, \"category\": \"p26\"}]}, \"71560\": {\"path\": \"train/71560.jpg\", \"id\": 71560, \"objects\": [{\"bbox\": {\"xmin\": 1756.0, \"ymin\": 854.0, \"xmax\": 1835.0, \"ymax\": 946.0}, \"category\": \"p26\"}]}, \"42555\": {\"path\": \"train/42555.jpg\", \"id\": 42555, \"objects\": [{\"bbox\": {\"xmin\": 1921.57, \"ymin\": 978.431, \"xmax\": 1937.2549, \"ymax\": 1009.8039}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1896.08, \"ymin\": 980.952, \"xmax\": 1917.6471, \"ymax\": 1003.1746}, \"category\": \"pn\"}]}, \"97336\": {\"path\": \"train/97336.jpg\", \"id\": 97336, \"objects\": [{\"bbox\": {\"xmin\": 759.524, \"ymin\": 1001.96, \"xmax\": 783.4726, \"ymax\": 1025.3968}, \"category\": \"ip\"}]}, \"18714\": {\"path\": \"train/18714.jpg\", \"id\": 18714, \"objects\": [{\"bbox\": {\"xmin\": 109.94204711914062, \"ymin\": 362.67144775390625, \"xmax\": 219.795166015625, \"ymax\": 522.410888671875}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 338.667, \"ymin\": 746.667, \"xmax\": 389.33329999999995, \"ymax\": 853.3330000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1541.33, \"ymin\": 924.0, \"xmax\": 1564.0, \"ymax\": 946.6667}, \"category\": \"pl40\"}]}, \"95578\": {\"path\": \"test/95578.jpg\", \"id\": 95578, \"objects\": [{\"bbox\": {\"xmin\": 1912.7, \"ymin\": 847.619, \"xmax\": 1941.5842, \"ymax\": 883.3333}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1779.37, \"ymin\": 843.651, \"xmax\": 1814.2857, \"ymax\": 877.7778}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1484.92, \"ymin\": 907.143, \"xmax\": 1503.9604000000002, \"ymax\": 926.9841}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1457.14, \"ymin\": 907.143, \"xmax\": 1481.746, \"ymax\": 927.7228}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1506.35, \"ymin\": 907.143, \"xmax\": 1528.7129, \"ymax\": 930.6931000000001}, \"category\": \"pn\"}]}, \"78349\": {\"path\": \"test/78349.jpg\", \"id\": 78349, \"objects\": [{\"bbox\": {\"xmin\": 1416.0, \"ymin\": 892.8, \"xmax\": 1456.0, \"ymax\": 933.5999999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1635.2, \"ymin\": 908.8, \"xmax\": 1719.2, \"ymax\": 1001.5999999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 564.8, \"ymin\": 972.0, \"xmax\": 610.4, \"ymax\": 1020.0}, \"category\": \"i5\"}]}, \"1752\": {\"path\": \"train/1752.jpg\", \"id\": 1752, \"objects\": [{\"bbox\": {\"xmin\": 1376.55, \"ymin\": 927.877, \"xmax\": 1394.6878, \"ymax\": 944.2483}, \"category\": \"pl60\"}]}, \"96212\": {\"path\": \"train/96212.jpg\", \"id\": 96212, \"objects\": [{\"bbox\": {\"xmin\": 1570.67, \"ymin\": 705.333, \"xmax\": 1638.6667, \"ymax\": 774.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1718.67, \"ymin\": 922.667, \"xmax\": 1776.0, \"ymax\": 984.0}, \"category\": \"pm30\"}]}, \"43903\": {\"path\": \"train/43903.jpg\", \"id\": 43903, \"objects\": [{\"bbox\": {\"xmin\": 1429.37, \"ymin\": 895.238, \"xmax\": 1458.7388999999998, \"ymax\": 924.6032}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1362.7, \"ymin\": 894.444, \"xmax\": 1390.4827, \"ymax\": 924.6032}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1396.03, \"ymin\": 894.444, \"xmax\": 1424.6044, \"ymax\": 926.9841}, \"category\": \"pn\"}]}, \"32321\": {\"path\": \"other/32321.jpg\", \"id\": 32321, \"objects\": [{\"bbox\": {\"xmin\": 1673.33, \"ymin\": 878.667, \"xmax\": 1751.9967, \"ymax\": 965.3333}, \"category\": \"i10\"}]}, \"30882\": {\"path\": \"train/30882.jpg\", \"id\": 30882, \"objects\": [{\"bbox\": {\"xmin\": 1056.0, \"ymin\": 669.0, \"xmax\": 1113.0, \"ymax\": 724.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1394.0, \"ymin\": 604.0, \"xmax\": 1485.0, \"ymax\": 694.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1392.0, \"ymin\": 711.0, \"xmax\": 1482.0, \"ymax\": 804.0}, \"category\": \"i2r\"}]}, \"64685\": {\"path\": \"train/64685.jpg\", \"id\": 64685, \"objects\": [{\"bbox\": {\"xmin\": 1119.04, \"ymin\": 784.92, \"xmax\": 1172.2232, \"ymax\": 839.6822}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1065.87, \"ymin\": 788.888, \"xmax\": 1120.6348999999998, \"ymax\": 841.2694}, \"category\": \"w13\"}]}, \"71561\": {\"path\": \"train/71561.jpg\", \"id\": 71561, \"objects\": [{\"bbox\": {\"xmin\": 673.0, \"ymin\": 887.0, \"xmax\": 754.0, \"ymax\": 967.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1002.0, \"ymin\": 977.0, \"xmax\": 1027.0, \"ymax\": 1003.0}, \"category\": \"pr40\"}]}, \"74163\": {\"path\": \"train/74163.jpg\", \"id\": 74163, \"objects\": [{\"bbox\": {\"xmin\": 1427.72, \"ymin\": 889.109, \"xmax\": 1456.4356, \"ymax\": 917.8218}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1303.96, \"ymin\": 884.158, \"xmax\": 1329.703, \"ymax\": 909.9005}, \"category\": \"pne\"}]}, \"2126\": {\"path\": \"test/2126.jpg\", \"id\": 2126, \"objects\": [{\"bbox\": {\"xmin\": 36.4238, \"ymin\": 967.55, \"xmax\": 64.2384, \"ymax\": 992.7152}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1450.33, \"ymin\": 954.305, \"xmax\": 1482.1191999999999, \"ymax\": 988.7416999999999}, \"category\": \"ip\"}]}, \"83491\": {\"path\": \"train/83491.jpg\", \"id\": 83491, \"objects\": [{\"bbox\": {\"xmin\": 117.46, \"ymin\": 953.968, \"xmax\": 132.53969999999998, \"ymax\": 973.0159}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 870.635, \"ymin\": 965.873, \"xmax\": 884.127, \"ymax\": 980.9524}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1723.02, \"ymin\": 911.905, \"xmax\": 1734.9206, \"ymax\": 931.746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 72.2222, \"ymin\": 950.0, \"xmax\": 88.8889, \"ymax\": 972.2222}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 821.428, \"ymin\": 965.08, \"xmax\": 836.5076, \"ymax\": 981.7464}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1687.3, \"ymin\": 915.079, \"xmax\": 1700.7937, \"ymax\": 936.5079}, \"category\": \"pne\"}]}, \"95689\": {\"path\": \"train/95689.jpg\", \"id\": 95689, \"objects\": [{\"bbox\": {\"xmin\": 1393.33, \"ymin\": 940.0, \"xmax\": 1450.6667, \"ymax\": 1004.0}, \"category\": \"p5\"}]}, \"30287\": {\"path\": \"other/30287.jpg\", \"id\": 30287, \"objects\": [{\"bbox\": {\"xmin\": 530.9388427734375, \"ymin\": 1000.4326171875, \"xmax\": 550.44970703125, \"ymax\": 1019.700927734375}, \"category\": \"pn\"}]}, \"86944\": {\"path\": \"train/86944.jpg\", \"id\": 86944, \"objects\": [{\"bbox\": {\"xmin\": 1548.41, \"ymin\": 862.698, \"xmax\": 1576.1905000000002, \"ymax\": 896.0312}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1516.67, \"ymin\": 862.698, \"xmax\": 1546.0317, \"ymax\": 895.2381}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1576.19, \"ymin\": 865.873, \"xmax\": 1606.3492, \"ymax\": 899.2063}, \"category\": \"pn\"}]}, \"165\": {\"path\": \"train/165.jpg\", \"id\": 165, \"objects\": [{\"bbox\": {\"xmin\": 1857.89, \"ymin\": 985.526, \"xmax\": 1893.4211, \"ymax\": 1034.2105}, \"category\": \"i2r\"}]}, \"40839\": {\"path\": \"test/40839.jpg\", \"id\": 40839, \"objects\": [{\"bbox\": {\"xmin\": 1336.0, \"ymin\": 915.2, \"xmax\": 1413.6, \"ymax\": 992.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 840.0, \"xmax\": 1414.4, \"ymax\": 912.8}, \"category\": \"pg\"}]}, \"52096\": {\"path\": \"train/52096.jpg\", \"id\": 52096, \"objects\": [{\"bbox\": {\"xmin\": 1346.67, \"ymin\": 854.667, \"xmax\": 1385.3333, \"ymax\": 897.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1260.0, \"ymin\": 854.667, \"xmax\": 1304.0, \"ymax\": 897.3333}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1304.0, \"ymin\": 853.333, \"xmax\": 1348.0, \"ymax\": 898.6667}, \"category\": \"pn\"}]}, \"5081\": {\"path\": \"test/5081.jpg\", \"id\": 5081, \"objects\": [{\"bbox\": {\"xmin\": 1403.96, \"ymin\": 967.327, \"xmax\": 1444.5523, \"ymax\": 1006.9328}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1403.96, \"ymin\": 1004.95, \"xmax\": 1445.5446, \"ymax\": 1046.5314}, \"category\": \"pn\"}]}, \"42125\": {\"path\": \"train/42125.jpg\", \"id\": 42125, \"objects\": [{\"bbox\": {\"xmin\": 1715.84, \"ymin\": 757.426, \"xmax\": 1770.297, \"ymax\": 815.8416000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1738.61, \"ymin\": 881.188, \"xmax\": 1763.3663, \"ymax\": 910.8910999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1682.18, \"ymin\": 874.257, \"xmax\": 1706.9307000000001, \"ymax\": 906.9306999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1709.9, \"ymin\": 875.248, \"xmax\": 1736.6337, \"ymax\": 909.9010000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1467.33, \"ymin\": 724.752, \"xmax\": 1532.6733, \"ymax\": 791.0890999999999}, \"category\": \"pne\"}]}, \"47196\": {\"path\": \"train/47196.jpg\", \"id\": 47196, \"objects\": [{\"bbox\": {\"xmin\": 1581.58, \"ymin\": 547.368, \"xmax\": 1690.7869999999998, \"ymax\": 652.6320000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1463.16, \"ymin\": 534.211, \"xmax\": 1578.9470000000001, \"ymax\": 639.474}, \"category\": \"w13\"}]}, \"91\": {\"path\": \"other/91.jpg\", \"id\": 91, \"objects\": [{\"bbox\": {\"xmin\": 1.0053176879882812, \"ymin\": 867.5908203125, \"xmax\": 53.84379959106445, \"ymax\": 924.461181640625}, \"category\": \"ip\"}]}, \"24567\": {\"path\": \"train/24567.jpg\", \"id\": 24567, \"objects\": [{\"bbox\": {\"xmin\": 1155.11, \"ymin\": 893.182, \"xmax\": 1178.4090999999999, \"ymax\": 919.8864}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1181.82, \"ymin\": 894.318, \"xmax\": 1203.4072999999999, \"ymax\": 920.4544}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1128.41, \"ymin\": 890.909, \"xmax\": 1152.2718, \"ymax\": 915.9091}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1207.39, \"ymin\": 894.318, \"xmax\": 1231.25, \"ymax\": 921.0225}, \"category\": \"pn\"}]}, \"22782\": {\"path\": \"other/22782.jpg\", \"id\": 22782, \"objects\": [{\"bbox\": {\"xmin\": 329.703, \"ymin\": 908.911, \"xmax\": 388.11879999999996, \"ymax\": 968.3168}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 692.079, \"ymin\": 940.594, \"xmax\": 717.8217999999999, \"ymax\": 964.3564}, \"category\": \"w47\"}]}, \"19082\": {\"path\": \"test/19082.jpg\", \"id\": 19082, \"objects\": [{\"bbox\": {\"xmin\": 764.0, \"ymin\": 897.0, \"xmax\": 804.0, \"ymax\": 959.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 765.0, \"ymin\": 958.0, \"xmax\": 804.0, \"ymax\": 1018.0}, \"category\": \"pl5\"}]}, \"79294\": {\"path\": \"test/79294.jpg\", \"id\": 79294, \"objects\": [{\"bbox\": {\"xmin\": 1858.82, \"ymin\": 594.118, \"xmax\": 1952.9412, \"ymax\": 686.2743}, \"category\": \"pne\"}]}, \"54630\": {\"path\": \"train/54630.jpg\", \"id\": 54630, \"objects\": [{\"bbox\": {\"xmin\": 1102.67, \"ymin\": 908.0, \"xmax\": 1160.0, \"ymax\": 961.3333}, \"category\": \"w32\"}]}, \"22443\": {\"path\": \"train/22443.jpg\", \"id\": 22443, \"objects\": [{\"bbox\": {\"xmin\": 1594.67, \"ymin\": 929.333, \"xmax\": 1690.6667, \"ymax\": 1028.0}, \"category\": \"pm20\"}]}, \"19547\": {\"path\": \"other/19547.jpg\", \"id\": 19547, \"objects\": [{\"bbox\": {\"xmin\": 1752.63, \"ymin\": 942.105, \"xmax\": 1847.3684, \"ymax\": 1042.105}, \"category\": \"w42\"}]}, \"98109\": {\"path\": \"train/98109.jpg\", \"id\": 98109, \"objects\": [{\"bbox\": {\"xmin\": 828.0, \"ymin\": 952.0, \"xmax\": 878.6667, \"ymax\": 1002.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1256.0, \"ymin\": 950.667, \"xmax\": 1310.6667, \"ymax\": 1005.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1740.0, \"ymin\": 960.0, \"xmax\": 1781.3333, \"ymax\": 1005.333}, \"category\": \"pl5\"}]}, \"6600\": {\"path\": \"other/6600.jpg\", \"id\": 6600, \"objects\": [{\"bbox\": {\"xmin\": 1570.3, \"ymin\": 966.337, \"xmax\": 1593.0692999999999, \"ymax\": 988.1188}, \"category\": \"w30\"}]}, \"6673\": {\"path\": \"test/6673.jpg\", \"id\": 6673, \"objects\": [{\"bbox\": {\"xmin\": 346.825, \"ymin\": 799.206, \"xmax\": 373.8095, \"ymax\": 846.0317}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 317.46, \"ymin\": 792.857, \"xmax\": 343.6508, \"ymax\": 844.4444}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 379.365, \"ymin\": 805.556, \"xmax\": 405.5556, \"ymax\": 856.3492}, \"category\": \"pn\"}]}, \"22072\": {\"path\": \"train/22072.jpg\", \"id\": 22072, \"objects\": [{\"bbox\": {\"xmin\": 1045.0, \"ymin\": 808.0, \"xmax\": 1083.0, \"ymax\": 851.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 352.0, \"ymin\": 873.0, \"xmax\": 384.0, \"ymax\": 904.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 956.0, \"ymin\": 807.0, \"xmax\": 996.0, \"ymax\": 850.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 825.0, \"ymin\": 806.0, \"xmax\": 868.0, \"ymax\": 850.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 777.0, \"ymin\": 807.0, \"xmax\": 820.0, \"ymax\": 852.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 870.0, \"ymin\": 808.0, \"xmax\": 912.0, \"ymax\": 853.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 170.0, \"ymin\": 885.0, \"xmax\": 200.0, \"ymax\": 917.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1001.0, \"ymin\": 808.0, \"xmax\": 1039.0, \"ymax\": 847.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 1371.0, \"ymin\": 914.0, \"xmax\": 1394.0, \"ymax\": 942.0}, \"category\": \"pdd\"}]}, \"75022\": {\"path\": \"test/75022.jpg\", \"id\": 75022, \"objects\": [{\"bbox\": {\"xmin\": 1078.22, \"ymin\": 647.525, \"xmax\": 1154.4554, \"ymax\": 721.7822}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1159.41, \"ymin\": 646.535, \"xmax\": 1236.6337, \"ymax\": 723.7624}, \"category\": \"pn\"}]}, \"61035\": {\"path\": \"test/61035.jpg\", \"id\": 61035, \"objects\": [{\"bbox\": {\"xmin\": 1892.08, \"ymin\": 724.752, \"xmax\": 1945.5446, \"ymax\": 791.0890999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1879.21, \"ymin\": 856.436, \"xmax\": 1902.9703, \"ymax\": 892.0792}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1846.53, \"ymin\": 851.485, \"xmax\": 1874.2574, \"ymax\": 886.1386}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1907.92, \"ymin\": 862.376, \"xmax\": 1932.6733000000002, \"ymax\": 892.0792}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1653.47, \"ymin\": 691.089, \"xmax\": 1715.8416, \"ymax\": 764.3564}, \"category\": \"pne\"}]}, \"37331\": {\"path\": \"train/37331.jpg\", \"id\": 37331, \"objects\": [{\"bbox\": {\"xmin\": 1207.94, \"ymin\": 931.746, \"xmax\": 1226.9841000000001, \"ymax\": 952.381}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1122.22, \"ymin\": 928.571, \"xmax\": 1142.8571, \"ymax\": 950.7937000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 879.365, \"ymin\": 934.921, \"xmax\": 896.8254000000001, \"ymax\": 954.7619000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 764.286, \"ymin\": 937.302, \"xmax\": 781.746, \"ymax\": 957.1429}, \"category\": \"pne\"}]}, \"68703\": {\"path\": \"train/68703.jpg\", \"id\": 68703, \"objects\": [{\"bbox\": {\"xmin\": 1172.0, \"ymin\": 1014.67, \"xmax\": 1197.3333, \"ymax\": 1040.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1172.0, \"ymin\": 988.0, \"xmax\": 1196.0, \"ymax\": 1012.0}, \"category\": \"pm55\"}]}, \"50116\": {\"path\": \"test/50116.jpg\", \"id\": 50116, \"objects\": [{\"bbox\": {\"xmin\": 1350.67, \"ymin\": 889.333, \"xmax\": 1412.0, \"ymax\": 949.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1649.33, \"ymin\": 781.333, \"xmax\": 1737.3333, \"ymax\": 873.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1656.0, \"ymin\": 873.333, \"xmax\": 1743.9934, \"ymax\": 961.3333}, \"category\": \"w57\"}]}, \"47022\": {\"path\": \"test/47022.jpg\", \"id\": 47022, \"objects\": [{\"bbox\": {\"xmin\": 289.683, \"ymin\": 978.218, \"xmax\": 323.763, \"ymax\": 1011.9047999999999}, \"category\": \"w13\"}]}, \"2873\": {\"path\": \"test/2873.jpg\", \"id\": 2873, \"objects\": [{\"bbox\": {\"xmin\": 949.333, \"ymin\": 914.667, \"xmax\": 1010.6667, \"ymax\": 972.0}, \"category\": \"p23\"}]}, \"81949\": {\"path\": \"test/81949.jpg\", \"id\": 81949, \"objects\": [{\"bbox\": {\"xmin\": 1347.37, \"ymin\": 956.579, \"xmax\": 1396.0526, \"ymax\": 1000.0}, \"category\": \"w57\"}]}, \"36465\": {\"path\": \"test/36465.jpg\", \"id\": 36465, \"objects\": [{\"bbox\": {\"xmin\": 961.364, \"ymin\": 920.792, \"xmax\": 978.4091000000001, \"ymax\": 940.3409}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1134.65, \"ymin\": 906.931, \"xmax\": 1148.2955000000002, \"ymax\": 925.7426}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1151.14, \"ymin\": 906.931, \"xmax\": 1167.0455000000002, \"ymax\": 923.8636}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 857.386, \"ymin\": 922.772, \"xmax\": 876.7044999999999, \"ymax\": 942.0455000000001}, \"category\": \"pne\"}]}, \"36454\": {\"path\": \"train/36454.jpg\", \"id\": 36454, \"objects\": [{\"bbox\": {\"xmin\": 1348.0, \"ymin\": 644.0, \"xmax\": 1402.0, \"ymax\": 698.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1345.0, \"ymin\": 704.0, \"xmax\": 1400.0, \"ymax\": 759.0}, \"category\": \"p27\"}]}, \"33052\": {\"path\": \"other/33052.jpg\", \"id\": 33052, \"objects\": [{\"bbox\": {\"xmin\": 160.317, \"ymin\": 1008.73, \"xmax\": 176.1879, \"ymax\": 1031.746}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 160.317, \"ymin\": 982.54, \"xmax\": 178.5714, \"ymax\": 1008.7302}, \"category\": \"ps\"}]}, \"20874\": {\"path\": \"test/20874.jpg\", \"id\": 20874, \"objects\": [{\"bbox\": {\"xmin\": 460.526, \"ymin\": 826.316, \"xmax\": 489.4737, \"ymax\": 861.8421000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 276.316, \"ymin\": 843.421, \"xmax\": 302.6316, \"ymax\": 877.6316}, \"category\": \"pne\"}]}, \"4889\": {\"path\": \"train/4889.jpg\", \"id\": 4889, \"objects\": [{\"bbox\": {\"xmin\": 1456.0, \"ymin\": 928.0, \"xmax\": 1517.3333, \"ymax\": 990.6664}, \"category\": \"pl80\"}]}, \"14251\": {\"path\": \"other/14251.jpg\", \"id\": 14251, \"objects\": [{\"bbox\": {\"xmin\": 1550.67, \"ymin\": 856.0, \"xmax\": 1642.6667, \"ymax\": 937.3333}, \"category\": \"w37\"}]}, \"48096\": {\"path\": \"test/48096.jpg\", \"id\": 48096, \"objects\": [{\"bbox\": {\"xmin\": 1537.16, \"ymin\": 938.496, \"xmax\": 1556.1947, \"ymax\": 958.4075}, \"category\": \"pl40\"}]}, \"74267\": {\"path\": \"test/74267.jpg\", \"id\": 74267, \"objects\": [{\"bbox\": {\"xmin\": 181.4876251220703, \"ymin\": 934.2748413085938, \"xmax\": 258.1317138671875, \"ymax\": 988.6675415039062}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 966.667, \"ymin\": 885.333, \"xmax\": 1048.0, \"ymax\": 992.0}, \"category\": \"pl30\"}]}, \"72108\": {\"path\": \"test/72108.jpg\", \"id\": 72108, \"objects\": [{\"bbox\": {\"xmin\": 1214.29, \"ymin\": 938.094, \"xmax\": 1230.1564, \"ymax\": 956.3489000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1232.54, \"ymin\": 935.714, \"xmax\": 1250.7937, \"ymax\": 959.5235}, \"category\": \"pn\"}]}, \"40428\": {\"path\": \"test/40428.jpg\", \"id\": 40428, \"objects\": [{\"bbox\": {\"xmin\": 1734.21, \"ymin\": 913.158, \"xmax\": 1809.21, \"ymax\": 997.3681}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1615.79, \"ymin\": 907.895, \"xmax\": 1700.0, \"ymax\": 993.4214}, \"category\": \"pne\"}]}, \"27076\": {\"path\": \"train/27076.jpg\", \"id\": 27076, \"objects\": [{\"bbox\": {\"xmin\": 1844.0, \"ymin\": 697.333, \"xmax\": 1913.3168, \"ymax\": 777.333}, \"category\": \"ph4.5\"}]}, \"51590\": {\"path\": \"train/51590.jpg\", \"id\": 51590, \"objects\": [{\"bbox\": {\"xmin\": 1328.0, \"ymin\": 892.0, \"xmax\": 1364.0, \"ymax\": 932.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1016.0, \"ymin\": 816.0, \"xmax\": 1054.6667, \"ymax\": 854.6667}, \"category\": \"pn\"}]}, \"39666\": {\"path\": \"train/39666.jpg\", \"id\": 39666, \"objects\": [{\"bbox\": {\"xmin\": 1181.86, \"ymin\": 953.097, \"xmax\": 1198.2301, \"ymax\": 969.9114999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1293.81, \"ymin\": 953.097, \"xmax\": 1303.9823, \"ymax\": 966.3717}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1823.01, \"ymin\": 925.221, \"xmax\": 1831.41593, \"ymax\": 944.2478}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1130.97, \"ymin\": 953.54, \"xmax\": 1143.3628, \"ymax\": 969.9114999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1610.62, \"ymin\": 942.478, \"xmax\": 1621.6814, \"ymax\": 959.7344999999999}, \"category\": \"pne\"}]}, \"61502\": {\"path\": \"other/61502.jpg\", \"id\": 61502, \"objects\": [{\"bbox\": {\"xmin\": 982.608, \"ymin\": 988.768, \"xmax\": 997.8261, \"ymax\": 1004.3475000000001}, \"category\": \"pne\"}]}, \"11592\": {\"path\": \"train/11592.jpg\", \"id\": 11592, \"objects\": [{\"bbox\": {\"xmin\": 1244.0, \"ymin\": 912.0, \"xmax\": 1266.0, \"ymax\": 935.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1245.0, \"ymin\": 946.0, \"xmax\": 1268.0, \"ymax\": 971.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1506.0, \"ymin\": 953.0, \"xmax\": 1545.0, \"ymax\": 999.0}, \"category\": \"pr40\"}]}, \"59031\": {\"path\": \"test/59031.jpg\", \"id\": 59031, \"objects\": [{\"bbox\": {\"xmin\": 1805.0, \"ymin\": 958.0, \"xmax\": 1829.0, \"ymax\": 984.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1859.0, \"ymin\": 987.0, \"xmax\": 1877.0, \"ymax\": 1005.0}, \"category\": \"w30\"}]}, \"42154\": {\"path\": \"train/42154.jpg\", \"id\": 42154, \"objects\": [{\"bbox\": {\"xmin\": 169.048, \"ymin\": 870.635, \"xmax\": 191.2698, \"ymax\": 904.7619}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 114.286, \"ymin\": 880.952, \"xmax\": 134.9206, \"ymax\": 909.5238}, \"category\": \"i4\"}]}, \"76966\": {\"path\": \"test/76966.jpg\", \"id\": 76966, \"objects\": [{\"bbox\": {\"xmin\": -1.33333, \"ymin\": 886.667, \"xmax\": 26.66667, \"ymax\": 960.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 80.0, \"ymin\": 966.667, \"xmax\": 126.66669999999999, \"ymax\": 1017.3333}, \"category\": \"w32\"}]}, \"94676\": {\"path\": \"train/94676.jpg\", \"id\": 94676, \"objects\": [{\"bbox\": {\"xmin\": 48.6842, \"ymin\": 803.947, \"xmax\": 81.5789, \"ymax\": 852.6316}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1401.32, \"ymin\": 890.789, \"xmax\": 1430.2631999999999, \"ymax\": 922.3684}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1319.74, \"ymin\": 890.789, \"xmax\": 1347.3684, \"ymax\": 925.0}, \"category\": \"pne\"}]}, \"4313\": {\"path\": \"train/4313.jpg\", \"id\": 4313, \"objects\": [{\"bbox\": {\"xmin\": 1751.59, \"ymin\": 322.222, \"xmax\": 1892.061, \"ymax\": 463.49199999999996}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1897.62, \"ymin\": 364.285, \"xmax\": 2029.368, \"ymax\": 507.93600000000004}, \"category\": \"pn\"}]}, \"74564\": {\"path\": \"train/74564.jpg\", \"id\": 74564, \"objects\": [{\"bbox\": {\"xmin\": 810.667, \"ymin\": 742.667, \"xmax\": 850.6667, \"ymax\": 780.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1220.0, \"ymin\": 845.333, \"xmax\": 1268.0066, \"ymax\": 892.0}, \"category\": \"pl35\"}]}, \"37078\": {\"path\": \"train/37078.jpg\", \"id\": 37078, \"objects\": [{\"bbox\": {\"xmin\": 1578.0, \"ymin\": 812.0, \"xmax\": 1635.0, \"ymax\": 876.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1512.0, \"ymin\": 805.0, \"xmax\": 1573.0, \"ymax\": 869.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1447.0, \"ymin\": 800.0, \"xmax\": 1514.0, \"ymax\": 861.0}, \"category\": \"w8\"}]}, \"83919\": {\"path\": \"train/83919.jpg\", \"id\": 83919, \"objects\": [{\"bbox\": {\"xmin\": 439.216, \"ymin\": 633.333, \"xmax\": 505.8824, \"ymax\": 703.9216}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 70.5882, \"ymin\": 696.078, \"xmax\": 115.6863, \"ymax\": 754.9019999999999}, \"category\": \"pne\"}]}, \"65366\": {\"path\": \"train/65366.jpg\", \"id\": 65366, \"objects\": [{\"bbox\": {\"xmin\": 1546.36, \"ymin\": 954.967, \"xmax\": 1565.5629, \"ymax\": 984.106}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1690.07, \"ymin\": 947.682, \"xmax\": 1713.245, \"ymax\": 984.106}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1548.34, \"ymin\": 988.079, \"xmax\": 1564.2384, \"ymax\": 1014.5695}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1690.07, \"ymin\": 985.43, \"xmax\": 1718.543, \"ymax\": 1030.4636}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1545.7, \"ymin\": 886.093, \"xmax\": 1564.9007000000001, \"ymax\": 917.2185}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1690.07, \"ymin\": 871.523, \"xmax\": 1713.245, \"ymax\": 907.2848}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1544.37, \"ymin\": 917.219, \"xmax\": 1565.5629, \"ymax\": 950.3311000000001}, \"category\": \"pw3\"}, {\"bbox\": {\"xmin\": 1690.07, \"ymin\": 908.609, \"xmax\": 1715.2318, \"ymax\": 947.6821}, \"category\": \"pw4.5\"}]}, \"48515\": {\"path\": \"train/48515.jpg\", \"id\": 48515, \"objects\": [{\"bbox\": {\"xmin\": 419.9, \"ymin\": 1011.94, \"xmax\": 437.8109, \"ymax\": 1035.3259}, \"category\": \"p5\"}]}, \"64121\": {\"path\": \"train/64121.jpg\", \"id\": 64121, \"objects\": [{\"bbox\": {\"xmin\": 1284.21, \"ymin\": 989.474, \"xmax\": 1314.4737, \"ymax\": 1017.1053}, \"category\": \"pm20\"}]}, \"14957\": {\"path\": \"train/14957.jpg\", \"id\": 14957, \"objects\": [{\"bbox\": {\"xmin\": 1817.0, \"ymin\": 947.0, \"xmax\": 1844.0, \"ymax\": 974.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1405.0, \"ymin\": 1053.0, \"xmax\": 1422.0, \"ymax\": 1074.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1819.0, \"ymin\": 974.0, \"xmax\": 1847.0, \"ymax\": 1003.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1406.0, \"ymin\": 1031.0, \"xmax\": 1422.0, \"ymax\": 1048.0}, \"category\": \"w32\"}]}, \"80682\": {\"path\": \"train/80682.jpg\", \"id\": 80682, \"objects\": [{\"bbox\": {\"xmin\": 1638.3875732421875, \"ymin\": 1007.2841796875, \"xmax\": 1654.8375244140625, \"ymax\": 1030.276123046875}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 704.0, \"ymin\": 493.333, \"xmax\": 761.3333, \"ymax\": 542.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 770.667, \"ymin\": 486.667, \"xmax\": 832.0, \"ymax\": 538.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 641.333, \"ymin\": 406.667, \"xmax\": 693.3333, \"ymax\": 449.33329999999995}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 576.0, \"ymin\": 508.0, \"xmax\": 625.3333, \"ymax\": 556.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 641.333, \"ymin\": 501.333, \"xmax\": 693.3333, \"ymax\": 545.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 576.0, \"ymin\": 413.333, \"xmax\": 626.6667, \"ymax\": 460.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1696.0, \"ymin\": 720.0, \"xmax\": 1782.6667, \"ymax\": 817.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 705.333, \"ymin\": 398.667, \"xmax\": 760.0, \"ymax\": 442.6667}, \"category\": \"p29\"}, {\"bbox\": {\"xmin\": 774.667, \"ymin\": 392.0, \"xmax\": 832.0, \"ymax\": 436.0}, \"category\": \"pbp\"}]}, \"18197\": {\"path\": \"test/18197.jpg\", \"id\": 18197, \"objects\": [{\"bbox\": {\"xmin\": 1932.67, \"ymin\": 725.742, \"xmax\": 2032.674, \"ymax\": 840.5939999999999}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 523.932, \"ymin\": 862.678, \"xmax\": 571.225, \"ymax\": 907.4074}, \"category\": \"w34\"}]}, \"86461\": {\"path\": \"train/86461.jpg\", \"id\": 86461, \"objects\": [{\"bbox\": {\"xmin\": 1184.0, \"ymin\": 852.0, \"xmax\": 1219.2, \"ymax\": 889.6}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1142.4, \"ymin\": 852.0, \"xmax\": 1179.2, \"ymax\": 890.4}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1222.4, \"ymin\": 852.8, \"xmax\": 1263.2, \"ymax\": 892.0}, \"category\": \"pn\"}]}, \"86582\": {\"path\": \"other/86582.jpg\", \"id\": 86582, \"objects\": [{\"bbox\": {\"xmin\": 1089.55, \"ymin\": 903.483, \"xmax\": 1116.9153999999999, \"ymax\": 925.3730999999999}, \"category\": \"w21\"}]}, \"37166\": {\"path\": \"train/37166.jpg\", \"id\": 37166, \"objects\": [{\"bbox\": {\"xmin\": 1270.0, \"ymin\": 901.0, \"xmax\": 1292.0, \"ymax\": 926.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 772.0, \"ymin\": 739.0, \"xmax\": 830.0, \"ymax\": 798.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1242.0, \"ymin\": 903.0, \"xmax\": 1263.0, \"ymax\": 926.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1295.0, \"ymin\": 903.0, \"xmax\": 1321.0, \"ymax\": 928.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1002.0, \"ymin\": 721.0, \"xmax\": 1070.0, \"ymax\": 790.0}, \"category\": \"phclr\"}]}, \"50796\": {\"path\": \"test/50796.jpg\", \"id\": 50796, \"objects\": [{\"bbox\": {\"xmin\": 1190.71, \"ymin\": 930.973, \"xmax\": 1212.8285, \"ymax\": 953.0969}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1193.37, \"ymin\": 953.983, \"xmax\": 1214.6042, \"ymax\": 975.6641999999999}, \"category\": \"pn\"}]}, \"19675\": {\"path\": \"train/19675.jpg\", \"id\": 19675, \"objects\": [{\"bbox\": {\"xmin\": -1.3333, \"ymin\": 1005.33, \"xmax\": 17.333299999999998, \"ymax\": 1038.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1920.0, \"ymin\": 953.333, \"xmax\": 1961.3333, \"ymax\": 1012.0}, \"category\": \"p26\"}]}, \"80727\": {\"path\": \"train/80727.jpg\", \"id\": 80727, \"objects\": [{\"bbox\": {\"xmin\": 1417.11, \"ymin\": 1059.21, \"xmax\": 1436.8420999999998, \"ymax\": 1098.6842000000001}, \"category\": \"p11\"}]}, \"52445\": {\"path\": \"test/52445.jpg\", \"id\": 52445, \"objects\": [{\"bbox\": {\"xmin\": 1402.67, \"ymin\": 988.0, \"xmax\": 1446.6667, \"ymax\": 1032.0}, \"category\": \"p5\"}]}, \"84792\": {\"path\": \"train/84792.jpg\", \"id\": 84792, \"objects\": [{\"bbox\": {\"xmin\": 1037.75, \"ymin\": 1011.26, \"xmax\": 1078.1457, \"ymax\": 1049.6689}, \"category\": \"pm20\"}]}, \"75595\": {\"path\": \"train/75595.jpg\", \"id\": 75595, \"objects\": [{\"bbox\": {\"xmin\": 2010.53, \"ymin\": 736.842, \"xmax\": 2052.6316, \"ymax\": 803.9474}, \"category\": \"p11\"}]}, \"802\": {\"path\": \"train/802.jpg\", \"id\": 802, \"objects\": [{\"bbox\": {\"xmin\": 450.495, \"ymin\": 962.377, \"xmax\": 482.17810000000003, \"ymax\": 999.0101999999999}, \"category\": \"pl30\"}]}, \"79579\": {\"path\": \"train/79579.jpg\", \"id\": 79579, \"objects\": [{\"bbox\": {\"xmin\": 957.0, \"ymin\": 656.0, \"xmax\": 1058.0, \"ymax\": 756.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 874.0, \"xmax\": 1135.0, \"ymax\": 912.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1065.0, \"ymin\": 649.0, \"xmax\": 1166.0, \"ymax\": 751.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1058.0, \"ymin\": 872.0, \"xmax\": 1094.0, \"ymax\": 909.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1140.0, \"ymin\": 874.0, \"xmax\": 1176.0, \"ymax\": 910.0}, \"category\": \"pn\"}]}, \"77036\": {\"path\": \"train/77036.jpg\", \"id\": 77036, \"objects\": [{\"bbox\": {\"xmin\": 1786.75, \"ymin\": 1059.39, \"xmax\": 1809.2648, \"ymax\": 1081.4235}, \"category\": \"pne\"}]}, \"89195\": {\"path\": \"train/89195.jpg\", \"id\": 89195, \"objects\": [{\"bbox\": {\"xmin\": 1413.16, \"ymin\": 963.158, \"xmax\": 1443.4184, \"ymax\": 993.4214000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1409.21, \"ymin\": 930.263, \"xmax\": 1448.6842000000001, \"ymax\": 965.7895000000001}, \"category\": \"w55\"}]}, \"93546\": {\"path\": \"other/93546.jpg\", \"id\": 93546, \"objects\": [{\"bbox\": {\"xmin\": 1447.83, \"ymin\": 943.841, \"xmax\": 1462.6842, \"ymax\": 959.4203}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1464.49, \"ymin\": 944.928, \"xmax\": 1480.0725, \"ymax\": 959.0581999999999}, \"category\": \"pn\"}]}, \"58816\": {\"path\": \"train/58816.jpg\", \"id\": 58816, \"objects\": [{\"bbox\": {\"xmin\": 845.098, \"ymin\": 858.824, \"xmax\": 870.5881999999999, \"ymax\": 886.2745}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1115.69, \"ymin\": 839.216, \"xmax\": 1145.098, \"ymax\": 872.5495}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1149.02, \"ymin\": 841.176, \"xmax\": 1182.3545, \"ymax\": 878.4309000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 645.098, \"ymin\": 852.941, \"xmax\": 680.3922, \"ymax\": 890.1961}, \"category\": \"pne\"}]}, \"89691\": {\"path\": \"test/89691.jpg\", \"id\": 89691, \"objects\": [{\"bbox\": {\"xmin\": 1264.36, \"ymin\": 1181.19, \"xmax\": 1369.3069999999998, \"ymax\": 1284.1580000000001}, \"category\": \"w32\"}]}, \"75973\": {\"path\": \"test/75973.jpg\", \"id\": 75973, \"objects\": [{\"bbox\": {\"xmin\": 1735.76, \"ymin\": 962.252, \"xmax\": 1756.2914, \"ymax\": 995.3642}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1731.13, \"ymin\": 1011.26, \"xmax\": 1756.9536, \"ymax\": 1045.0331}, \"category\": \"w18\"}]}, \"79369\": {\"path\": \"train/79369.jpg\", \"id\": 79369, \"objects\": [{\"bbox\": {\"xmin\": 686.0, \"ymin\": 994.0, \"xmax\": 711.0, \"ymax\": 1019.0}, \"category\": \"pl20\"}]}, \"72159\": {\"path\": \"train/72159.jpg\", \"id\": 72159, \"objects\": [{\"bbox\": {\"xmin\": 1377.0, \"ymin\": 840.0, \"xmax\": 1457.0, \"ymax\": 921.0}, \"category\": \"pl100\"}]}, \"70707\": {\"path\": \"test/70707.jpg\", \"id\": 70707, \"objects\": [{\"bbox\": {\"xmin\": 160.784, \"ymin\": 141.176, \"xmax\": 282.353, \"ymax\": 319.60799999999995}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 280.392, \"ymin\": 227.451, \"xmax\": 376.4706, \"ymax\": 390.196}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 384.314, \"ymin\": 962.745, \"xmax\": 472.54900000000004, \"ymax\": 1096.078}, \"category\": \"i2r\"}]}, \"74668\": {\"path\": \"test/74668.jpg\", \"id\": 74668, \"objects\": [{\"bbox\": {\"xmin\": 1495.0, \"ymin\": 795.0, \"xmax\": 1540.0, \"ymax\": 850.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 887.0, \"xmax\": 1285.0, \"ymax\": 916.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1543.0, \"ymin\": 795.0, \"xmax\": 1592.0, \"ymax\": 849.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1230.0, \"ymin\": 888.0, \"xmax\": 1256.0, \"ymax\": 916.0}, \"category\": \"pl60\"}]}, \"55562\": {\"path\": \"test/55562.jpg\", \"id\": 55562, \"objects\": [{\"bbox\": {\"xmin\": 1561.93, \"ymin\": 1151.71, \"xmax\": 1593.75, \"ymax\": 1196.5909000000001}, \"category\": \"pne\"}]}, \"5332\": {\"path\": \"test/5332.jpg\", \"id\": 5332, \"objects\": [{\"bbox\": {\"xmin\": 722.0, \"ymin\": 800.0, \"xmax\": 762.0, \"ymax\": 843.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1469.0, \"ymin\": 983.0, \"xmax\": 1503.0, \"ymax\": 1016.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 834.0, \"ymin\": 929.0, \"xmax\": 868.0, \"ymax\": 969.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 835.0, \"ymin\": 968.0, \"xmax\": 868.0, \"ymax\": 1005.0}, \"category\": \"i2r\"}]}, \"64069\": {\"path\": \"train/64069.jpg\", \"id\": 64069, \"objects\": [{\"bbox\": {\"xmin\": 744.554, \"ymin\": 835.644, \"xmax\": 784.1584, \"ymax\": 875.2475}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1145.54, \"ymin\": 901.98, \"xmax\": 1167.3267, \"ymax\": 924.7525}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1118.81, \"ymin\": 900.0, \"xmax\": 1140.5941, \"ymax\": 927.7228}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1171.29, \"ymin\": 901.98, \"xmax\": 1192.0792, \"ymax\": 924.7525}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 604.95, \"ymin\": 843.564, \"xmax\": 638.6139000000001, \"ymax\": 877.2276999999999}, \"category\": \"pne\"}]}, \"83072\": {\"path\": \"test/83072.jpg\", \"id\": 83072, \"objects\": [{\"bbox\": {\"xmin\": 1078.0, \"ymin\": 537.0, \"xmax\": 1201.0, \"ymax\": 653.0}, \"category\": \"p23\"}]}, \"77520\": {\"path\": \"test/77520.jpg\", \"id\": 77520, \"objects\": [{\"bbox\": {\"xmin\": 1221.12, \"ymin\": 907.57, \"xmax\": 1248.2071999999998, \"ymax\": 937.0518000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1394.43, \"ymin\": 942.63, \"xmax\": 1408.3697, \"ymax\": 957.3709}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1409.96, \"ymin\": 943.427, \"xmax\": 1423.5044, \"ymax\": 957.7693}, \"category\": \"pn\"}]}, \"82925\": {\"path\": \"test/82925.jpg\", \"id\": 82925, \"objects\": [{\"bbox\": {\"xmin\": 1418.42, \"ymin\": 956.579, \"xmax\": 1457.8947, \"ymax\": 997.3684}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1414.47, \"ymin\": 1010.53, \"xmax\": 1455.2632, \"ymax\": 1051.3158}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1419.74, \"ymin\": 902.632, \"xmax\": 1459.2105, \"ymax\": 942.1052999999999}, \"category\": \"p26\"}]}, \"33407\": {\"path\": \"train/33407.jpg\", \"id\": 33407, \"objects\": [{\"bbox\": {\"xmin\": 1301.33, \"ymin\": 936.283, \"xmax\": 1319.0265, \"ymax\": 952.6554}, \"category\": \"pl80\"}]}, \"64957\": {\"path\": \"test/64957.jpg\", \"id\": 64957, \"objects\": [{\"bbox\": {\"xmin\": 937.314, \"ymin\": 980.478, \"xmax\": 960.697, \"ymax\": 1002.9848999999999}, \"category\": \"pne\"}]}, \"48651\": {\"path\": \"train/48651.jpg\", \"id\": 48651, \"objects\": [{\"bbox\": {\"xmin\": 848.684, \"ymin\": 943.709, \"xmax\": 861.8421, \"ymax\": 958.2781}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 973.51, \"ymin\": 851.316, \"xmax\": 1001.3245, \"ymax\": 881.5789}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 831.579, \"ymin\": 943.709, \"xmax\": 844.7367999999999, \"ymax\": 959.6026999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1003.97, \"ymin\": 852.318, \"xmax\": 1030.4663, \"ymax\": 882.1192}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 865.789, \"ymin\": 942.384, \"xmax\": 878.1457, \"ymax\": 959.6015}, \"category\": \"pn\"}]}, \"54774\": {\"path\": \"train/54774.jpg\", \"id\": 54774, \"objects\": [{\"bbox\": {\"xmin\": 1884.21, \"ymin\": 1025.0, \"xmax\": 1938.6139, \"ymax\": 1087.1287}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1882.23, \"ymin\": 966.441, \"xmax\": 1934.8621, \"ymax\": 1025.6516000000001}, \"category\": \"pl5\"}]}, \"93536\": {\"path\": \"train/93536.jpg\", \"id\": 93536, \"objects\": [{\"bbox\": {\"xmin\": 1089.33, \"ymin\": 885.333, \"xmax\": 1137.3333, \"ymax\": 934.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1145.33, \"ymin\": 885.333, \"xmax\": 1194.6667, \"ymax\": 934.6669999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1032.0, \"ymin\": 889.333, \"xmax\": 1085.3333, \"ymax\": 937.3333}, \"category\": \"w55\"}]}, \"68714\": {\"path\": \"test/68714.jpg\", \"id\": 68714, \"objects\": [{\"bbox\": {\"xmin\": 1111.5123291015625, \"ymin\": 481.76361083984375, \"xmax\": 1143.3265380859375, \"ymax\": 604.5363159179688}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 198.02, \"ymin\": 889.109, \"xmax\": 222.7723, \"ymax\": 920.7921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 775.248, \"ymin\": 927.723, \"xmax\": 797.0297, \"ymax\": 956.4355999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 752.475, \"ymin\": 929.703, \"xmax\": 773.2673, \"ymax\": 954.4553999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 117.822, \"ymin\": 900.0, \"xmax\": 136.6337, \"ymax\": 928.7129}, \"category\": \"pne\"}]}, \"4790\": {\"path\": \"train/4790.jpg\", \"id\": 4790, \"objects\": [{\"bbox\": {\"xmin\": 821.0, \"ymin\": 588.0, \"xmax\": 899.0, \"ymax\": 661.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1321.0, \"ymin\": 611.0, \"xmax\": 1397.0, \"ymax\": 684.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1072.0, \"ymin\": 592.0, \"xmax\": 1153.0, \"ymax\": 667.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 732.0, \"ymin\": 507.0, \"xmax\": 810.0, \"ymax\": 578.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 824.0, \"ymin\": 506.0, \"xmax\": 904.0, \"ymax\": 577.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 976.0, \"ymin\": 589.0, \"xmax\": 1058.0, \"ymax\": 663.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 729.0, \"ymin\": 589.0, \"xmax\": 806.0, \"ymax\": 661.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1228.0, \"ymin\": 602.0, \"xmax\": 1306.0, \"ymax\": 677.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1511.0, \"ymin\": 632.0, \"xmax\": 1582.0, \"ymax\": 704.0}, \"category\": \"pne\"}]}, \"78875\": {\"path\": \"train/78875.jpg\", \"id\": 78875, \"objects\": [{\"bbox\": {\"xmin\": 405.333, \"ymin\": 1038.67, \"xmax\": 437.333, \"ymax\": 1102.6667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 408.0, \"ymin\": 972.0, \"xmax\": 438.6667, \"ymax\": 1036.0}, \"category\": \"pm55\"}]}, \"34522\": {\"path\": \"train/34522.jpg\", \"id\": 34522, \"objects\": [{\"bbox\": {\"xmin\": 1646.67, \"ymin\": 828.0, \"xmax\": 1686.6667, \"ymax\": 872.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1764.0, \"ymin\": 841.333, \"xmax\": 1801.3333, \"ymax\": 884.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1518.67, \"ymin\": 817.333, \"xmax\": 1561.3333, \"ymax\": 861.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1465.33, \"ymin\": 812.0, \"xmax\": 1509.3333, \"ymax\": 857.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 825.333, \"xmax\": 1640.0, \"ymax\": 866.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1721.33, \"ymin\": 836.0, \"xmax\": 1758.6667, \"ymax\": 877.3333}, \"category\": \"pl100\"}]}, \"43006\": {\"path\": \"other/43006.jpg\", \"id\": 43006, \"objects\": [{\"bbox\": {\"xmin\": 1136.8, \"ymin\": 948.0, \"xmax\": 1150.3999999999999, \"ymax\": 963.2}, \"category\": \"pne\"}]}, \"61033\": {\"path\": \"test/61033.jpg\", \"id\": 61033, \"objects\": [{\"bbox\": {\"xmin\": 485.333, \"ymin\": 868.0, \"xmax\": 572.0, \"ymax\": 982.667}, \"category\": \"p10\"}]}, \"88873\": {\"path\": \"train/88873.jpg\", \"id\": 88873, \"objects\": [{\"bbox\": {\"xmin\": 1346.83, \"ymin\": 911.111, \"xmax\": 1373.0158999999999, \"ymax\": 938.8889}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1498.41, \"ymin\": 934.921, \"xmax\": 1515.873, \"ymax\": 953.9683}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1242.06, \"ymin\": 911.905, \"xmax\": 1268.254, \"ymax\": 938.0952}, \"category\": \"pne\"}]}, \"87672\": {\"path\": \"test/87672.jpg\", \"id\": 87672, \"objects\": [{\"bbox\": {\"xmin\": 699.01, \"ymin\": 961.386, \"xmax\": 735.6436, \"ymax\": 1000.0}, \"category\": \"p23\"}]}, \"21907\": {\"path\": \"other/21907.jpg\", \"id\": 21907, \"objects\": [{\"bbox\": {\"xmin\": 983.444, \"ymin\": 960.265, \"xmax\": 994.702, \"ymax\": 974.1722}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 908.609, \"ymin\": 960.265, \"xmax\": 919.2053000000001, \"ymax\": 972.8477}, \"category\": \"pne\"}]}, \"1941\": {\"path\": \"train/1941.jpg\", \"id\": 1941, \"objects\": [{\"bbox\": {\"xmin\": 1761.33, \"ymin\": 792.0, \"xmax\": 1829.3333, \"ymax\": 854.6667}, \"category\": \"pl30\"}]}, \"10150\": {\"path\": \"train/10150.jpg\", \"id\": 10150, \"objects\": [{\"bbox\": {\"xmin\": 1280.0, \"ymin\": 684.0, \"xmax\": 1331.0, \"ymax\": 738.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1040.0, \"ymin\": 679.0, \"xmax\": 1098.0, \"ymax\": 735.0}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 793.0, \"ymin\": 687.0, \"xmax\": 846.0, \"ymax\": 743.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1988.0, \"ymin\": 803.0, \"xmax\": 2024.0, \"ymax\": 848.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 683.0, \"ymin\": 694.0, \"xmax\": 737.0, \"ymax\": 746.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 927.0, \"ymin\": 680.0, \"xmax\": 981.0, \"ymax\": 733.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1838.0, \"ymin\": 779.0, \"xmax\": 1882.0, \"ymax\": 832.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1168.0, \"ymin\": 680.0, \"xmax\": 1221.0, \"ymax\": 733.0}, \"category\": \"pl80\"}]}, \"50339\": {\"path\": \"train/50339.jpg\", \"id\": 50339, \"objects\": [{\"bbox\": {\"xmin\": 1087.0, \"ymin\": 634.0, \"xmax\": 1161.0, \"ymax\": 710.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1165.0, \"ymin\": 635.0, \"xmax\": 1245.0, \"ymax\": 710.0}, \"category\": \"pn\"}]}, \"21261\": {\"path\": \"test/21261.jpg\", \"id\": 21261, \"objects\": [{\"bbox\": {\"xmin\": 1409.96, \"ymin\": 880.08, \"xmax\": 1437.8534, \"ymax\": 908.3662}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1439.84, \"ymin\": 882.869, \"xmax\": 1464.1434, \"ymax\": 909.9604}, \"category\": \"pn\"}]}, \"58835\": {\"path\": \"test/58835.jpg\", \"id\": 58835, \"objects\": [{\"bbox\": {\"xmin\": 164.0, \"ymin\": 861.333, \"xmax\": 218.667, \"ymax\": 946.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 160.0, \"ymin\": 765.333, \"xmax\": 214.667, \"ymax\": 860.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 113.333, \"ymin\": 561.333, \"xmax\": 162.6667, \"ymax\": 632.0}, \"category\": \"pmb\"}]}, \"21681\": {\"path\": \"other/21681.jpg\", \"id\": 21681, \"objects\": [{\"bbox\": {\"xmin\": 1909.33, \"ymin\": 1114.67, \"xmax\": 1982.6667, \"ymax\": 1197.3333}, \"category\": \"pr30\"}]}, \"81686\": {\"path\": \"test/81686.jpg\", \"id\": 81686, \"objects\": [{\"bbox\": {\"xmin\": 519.048, \"ymin\": 869.048, \"xmax\": 534.127, \"ymax\": 903.1746}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 449.206, \"ymin\": 849.206, \"xmax\": 465.0794, \"ymax\": 888.0952}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 215.873, \"ymin\": 711.111, \"xmax\": 252.381, \"ymax\": 784.9206}, \"category\": \"i5\"}]}, \"47124\": {\"path\": \"train/47124.jpg\", \"id\": 47124, \"objects\": [{\"bbox\": {\"xmin\": 1556.44, \"ymin\": 829.703, \"xmax\": 1595.0495, \"ymax\": 875.2475}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1667.33, \"ymin\": 906.931, \"xmax\": 1689.1089, \"ymax\": 928.7129}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1622.77, \"ymin\": 906.931, \"xmax\": 1642.5743, \"ymax\": 927.7228}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1646.53, \"ymin\": 903.96, \"xmax\": 1664.3564, \"ymax\": 928.7129}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1387.13, \"ymin\": 822.772, \"xmax\": 1431.6832000000002, \"ymax\": 867.3267000000001}, \"category\": \"pne\"}]}, \"63045\": {\"path\": \"test/63045.jpg\", \"id\": 63045, \"objects\": [{\"bbox\": {\"xmin\": 1547.0, \"ymin\": 920.0, \"xmax\": 1589.0, \"ymax\": 977.0}, \"category\": \"pm15\"}, {\"bbox\": {\"xmin\": 1885.0, \"ymin\": 891.0, \"xmax\": 1963.0, \"ymax\": 975.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 243.0, \"ymin\": 941.0, \"xmax\": 266.0, \"ymax\": 974.0}, \"category\": \"pn\"}]}, \"98368\": {\"path\": \"train/98368.jpg\", \"id\": 98368, \"objects\": [{\"bbox\": {\"xmin\": 266.0, \"ymin\": 1090.0, \"xmax\": 288.0, \"ymax\": 1113.0}, \"category\": \"ip\"}]}, \"30220\": {\"path\": \"test/30220.jpg\", \"id\": 30220, \"objects\": [{\"bbox\": {\"xmin\": 788.742, \"ymin\": 906.622, \"xmax\": 815.8942999999999, \"ymax\": 934.4366}, \"category\": \"p5\"}]}, \"62870\": {\"path\": \"train/62870.jpg\", \"id\": 62870, \"objects\": [{\"bbox\": {\"xmin\": 1547.16, \"ymin\": 916.477, \"xmax\": 1571.5909000000001, \"ymax\": 943.75}, \"category\": \"pl60\"}]}, \"12640\": {\"path\": \"other/12640.jpg\", \"id\": 12640, \"objects\": [{\"bbox\": {\"xmin\": 673.684, \"ymin\": 936.842, \"xmax\": 703.9474, \"ymax\": 989.4736}, \"category\": \"w63\"}]}, \"37406\": {\"path\": \"train/37406.jpg\", \"id\": 37406, \"objects\": [{\"bbox\": {\"xmin\": 516.832, \"ymin\": 920.792, \"xmax\": 555.4455, \"ymax\": 961.3848}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 536.634, \"ymin\": 874.257, \"xmax\": 576.2376, \"ymax\": 915.8416}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 559.406, \"ymin\": 919.802, \"xmax\": 598.0197999999999, \"ymax\": 962.3752000000001}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 627.723, \"ymin\": 988.119, \"xmax\": 654.4553999999999, \"ymax\": 1018.8119}, \"category\": \"pl40\"}]}, \"39016\": {\"path\": \"train/39016.jpg\", \"id\": 39016, \"objects\": [{\"bbox\": {\"xmin\": 1857.43, \"ymin\": 891.089, \"xmax\": 1923.7624, \"ymax\": 1002.97}, \"category\": \"pg\"}]}, \"25363\": {\"path\": \"train/25363.jpg\", \"id\": 25363, \"objects\": [{\"bbox\": {\"xmin\": 172.222, \"ymin\": 984.921, \"xmax\": 207.1429, \"ymax\": 1028.5714}, \"category\": \"w59\"}]}, \"36139\": {\"path\": \"train/36139.jpg\", \"id\": 36139, \"objects\": [{\"bbox\": {\"xmin\": 1588.0, \"ymin\": 807.0, \"xmax\": 1657.0, \"ymax\": 879.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1507.0, \"ymin\": 800.0, \"xmax\": 1583.0, \"ymax\": 882.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1582.0, \"ymin\": 893.0, \"xmax\": 1657.0, \"ymax\": 970.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1467.0, \"ymin\": 667.0, \"xmax\": 1525.0, \"ymax\": 724.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1543.0, \"ymin\": 729.0, \"xmax\": 1613.0, \"ymax\": 799.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1505.0, \"ymin\": 897.0, \"xmax\": 1580.0, \"ymax\": 973.0}, \"category\": \"pn\"}]}, \"65736\": {\"path\": \"test/65736.jpg\", \"id\": 65736, \"objects\": [{\"bbox\": {\"xmin\": 1242.67, \"ymin\": 801.333, \"xmax\": 1288.0, \"ymax\": 844.0}, \"category\": \"p5\"}]}, \"87796\": {\"path\": \"train/87796.jpg\", \"id\": 87796, \"objects\": [{\"bbox\": {\"xmin\": 695.455, \"ymin\": 952.841, \"xmax\": 721.5913, \"ymax\": 1024.432}, \"category\": \"p5\"}]}, \"8018\": {\"path\": \"test/8018.jpg\", \"id\": 8018, \"objects\": [{\"bbox\": {\"xmin\": 1314.0, \"ymin\": 971.0, \"xmax\": 1390.0, \"ymax\": 1042.0}, \"category\": \"pl30\"}]}, \"4672\": {\"path\": \"train/4672.jpg\", \"id\": 4672, \"objects\": [{\"bbox\": {\"xmin\": 1234.67, \"ymin\": 792.0, \"xmax\": 1282.6667, \"ymax\": 840.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 788.0, \"xmax\": 1233.3333, \"ymax\": 838.6667}, \"category\": \"w57\"}]}, \"97459\": {\"path\": \"train/97459.jpg\", \"id\": 97459, \"objects\": [{\"bbox\": {\"xmin\": 1878.67, \"ymin\": 646.667, \"xmax\": 1928.0, \"ymax\": 706.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1702.67, \"ymin\": 614.667, \"xmax\": 1758.6667, \"ymax\": 680.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1624.0, \"ymin\": 604.0, \"xmax\": 1689.3333, \"ymax\": 670.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1816.0, \"ymin\": 637.333, \"xmax\": 1870.6667, \"ymax\": 696.0}, \"category\": \"pl100\"}]}, \"49894\": {\"path\": \"train/49894.jpg\", \"id\": 49894, \"objects\": [{\"bbox\": {\"xmin\": 1339.68, \"ymin\": 898.412, \"xmax\": 1361.1084, \"ymax\": 919.0473000000001}, \"category\": \"pne\"}]}, \"19209\": {\"path\": \"train/19209.jpg\", \"id\": 19209, \"objects\": [{\"bbox\": {\"xmin\": 1254.0, \"ymin\": 913.0, \"xmax\": 1313.0, \"ymax\": 971.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 832.0, \"ymin\": 779.0, \"xmax\": 870.0, \"ymax\": 817.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1119.0, \"ymin\": 761.0, \"xmax\": 1149.0, \"ymax\": 791.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1093.0, \"ymin\": 798.0, \"xmax\": 1126.0, \"ymax\": 827.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1073.0, \"ymin\": 761.0, \"xmax\": 1105.0, \"ymax\": 793.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 838.0, \"ymin\": 911.0, \"xmax\": 861.0, \"ymax\": 927.0}, \"category\": \"w55\"}]}, \"19471\": {\"path\": \"test/19471.jpg\", \"id\": 19471, \"objects\": [{\"bbox\": {\"xmin\": 1308.91, \"ymin\": 936.634, \"xmax\": 1328.7129, \"ymax\": 957.4264000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1330.95, \"ymin\": 936.508, \"xmax\": 1350.0, \"ymax\": 955.5556}, \"category\": \"pn\"}]}, \"92145\": {\"path\": \"train/92145.jpg\", \"id\": 92145, \"objects\": [{\"bbox\": {\"xmin\": 1719.0, \"ymin\": 909.0, \"xmax\": 1846.0, \"ymax\": 1051.0}, \"category\": \"p5\"}]}, \"36477\": {\"path\": \"test/36477.jpg\", \"id\": 36477, \"objects\": [{\"bbox\": {\"xmin\": 1918.99, \"ymin\": 1121.18, \"xmax\": 1985.5462, \"ymax\": 1186.3866}, \"category\": \"i11\"}, {\"bbox\": {\"xmin\": 1588.0, \"ymin\": 922.689, \"xmax\": 1648.0, \"ymax\": 989.0756}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1322.25, \"ymin\": 696.009, \"xmax\": 1396.3492, \"ymax\": 787.1907}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1387.45, \"ymin\": 697.934, \"xmax\": 1462.0348000000001, \"ymax\": 786.7094999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1003.01, \"ymin\": 984.791, \"xmax\": 1038.3424, \"ymax\": 1020.2186}, \"category\": \"pn\"}]}, \"10820\": {\"path\": \"test/10820.jpg\", \"id\": 10820, \"objects\": [{\"bbox\": {\"xmin\": 1498.02, \"ymin\": 880.795, \"xmax\": 1541.7241, \"ymax\": 923.8412999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1498.01, \"ymin\": 929.139, \"xmax\": 1543.0431, \"ymax\": 974.8347}, \"category\": \"pn\"}]}, \"92113\": {\"path\": \"train/92113.jpg\", \"id\": 92113, \"objects\": [{\"bbox\": {\"xmin\": 1118.0, \"ymin\": 992.0, \"xmax\": 1197.0, \"ymax\": 1063.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 416.0, \"ymin\": 1006.0, \"xmax\": 435.0, \"ymax\": 1025.0}, \"category\": \"pcl\"}]}, \"5682\": {\"path\": \"test/5682.jpg\", \"id\": 5682, \"objects\": [{\"bbox\": {\"xmin\": 1940.59, \"ymin\": 687.128, \"xmax\": 1998.0199, \"ymax\": 764.3564}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2000.99, \"ymin\": 698.02, \"xmax\": 2053.4653, \"ymax\": 767.3267}, \"category\": \"pn\"}]}, \"35229\": {\"path\": \"train/35229.jpg\", \"id\": 35229, \"objects\": [{\"bbox\": {\"xmin\": 405.333, \"ymin\": 994.667, \"xmax\": 436.0, \"ymax\": 1038.6667}, \"category\": \"pl50\"}]}, \"37039\": {\"path\": \"test/37039.jpg\", \"id\": 37039, \"objects\": [{\"bbox\": {\"xmin\": 1518.4, \"ymin\": 512.0, \"xmax\": 1609.6000000000001, \"ymax\": 598.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1090.4, \"ymin\": 488.0, \"xmax\": 1192.0, \"ymax\": 578.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 636.8, \"ymin\": 509.6, \"xmax\": 739.1999999999999, \"ymax\": 602.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 900.8, \"ymin\": 487.2, \"xmax\": 1000.8, \"ymax\": 583.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 468.8, \"ymin\": 534.4, \"xmax\": 559.2, \"ymax\": 621.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1347.2, \"ymin\": 495.2, \"xmax\": 1444.0, \"ymax\": 588.0}, \"category\": \"pl80\"}]}, \"80573\": {\"path\": \"train/80573.jpg\", \"id\": 80573, \"objects\": [{\"bbox\": {\"xmin\": 1174.62, \"ymin\": 913.93, \"xmax\": 1195.5198999999998, \"ymax\": 935.8204}, \"category\": \"pl60\"}]}, \"92851\": {\"path\": \"train/92851.jpg\", \"id\": 92851, \"objects\": [{\"bbox\": {\"xmin\": 12.0, \"ymin\": 967.0, \"xmax\": 102.0, \"ymax\": 1075.0}, \"category\": \"pl40\"}]}, \"71864\": {\"path\": \"train/71864.jpg\", \"id\": 71864, \"objects\": [{\"bbox\": {\"xmin\": 1514.67, \"ymin\": 750.667, \"xmax\": 1570.6667, \"ymax\": 813.3333}, \"category\": \"pl40\"}]}, \"43998\": {\"path\": \"train/43998.jpg\", \"id\": 43998, \"objects\": [{\"bbox\": {\"xmin\": 1317.33, \"ymin\": 758.667, \"xmax\": 1376.0, \"ymax\": 817.3333}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1664.0, \"ymin\": 878.667, \"xmax\": 1686.6667, \"ymax\": 924.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 365.333, \"ymin\": 997.333, \"xmax\": 386.66670000000005, \"ymax\": 1020.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 364.0, \"ymin\": 1021.33, \"xmax\": 386.6667, \"ymax\": 1045.3333}, \"category\": \"pn\"}]}, \"75975\": {\"path\": \"other/75975.jpg\", \"id\": 75975, \"objects\": [{\"bbox\": {\"xmin\": 525.135009765625, \"ymin\": 1054.9752197265625, \"xmax\": 561.0274658203125, \"ymax\": 1098.5081787109375}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 526.7673950195312, \"ymin\": 1008.3346557617188, \"xmax\": 561.7332153320312, \"ymax\": 1048.984130859375}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 523.366943359375, \"ymin\": 1104.127197265625, \"xmax\": 564.38427734375, \"ymax\": 1147.43994140625}, \"category\": \"pm2.5\"}]}, \"54282\": {\"path\": \"other/54282.jpg\", \"id\": 54282, \"objects\": [{\"bbox\": {\"xmin\": 827.9312744140625, \"ymin\": 1087.5172119140625, \"xmax\": 849.333984375, \"ymax\": 1108.6219482421875}, \"category\": \"i4\"}]}, \"71064\": {\"path\": \"other/71064.jpg\", \"id\": 71064, \"objects\": [{\"bbox\": {\"xmin\": 1322.9605712890625, \"ymin\": 967.6138305664062, \"xmax\": 1344.4368896484375, \"ymax\": 990.7146606445312}, \"category\": \"p10\"}]}, \"32333\": {\"path\": \"train/32333.jpg\", \"id\": 32333, \"objects\": [{\"bbox\": {\"xmin\": 62.6667, \"ymin\": 938.667, \"xmax\": 132.0, \"ymax\": 1064.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1702.67, \"ymin\": 689.333, \"xmax\": 1762.6634000000001, \"ymax\": 749.3333}, \"category\": \"w35\"}]}, \"57361\": {\"path\": \"train/57361.jpg\", \"id\": 57361, \"objects\": [{\"bbox\": {\"xmin\": 847.0, \"ymin\": 751.0, \"xmax\": 894.0, \"ymax\": 800.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 798.0, \"ymin\": 751.0, \"xmax\": 844.0, \"ymax\": 800.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 744.0, \"ymin\": 754.0, \"xmax\": 794.0, \"ymax\": 803.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 898.0, \"ymin\": 753.0, \"xmax\": 947.0, \"ymax\": 801.0}, \"category\": \"pn\"}]}, \"59637\": {\"path\": \"other/59637.jpg\", \"id\": 59637, \"objects\": [{\"bbox\": {\"xmin\": 1947.621337890625, \"ymin\": 996.4561157226562, \"xmax\": 1968.65576171875, \"ymax\": 1018.5619506835938}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 959.845, \"ymin\": 990.044, \"xmax\": 972.0930000000001, \"ymax\": 1002.658}, \"category\": \"pne\"}]}, \"77280\": {\"path\": \"test/77280.jpg\", \"id\": 77280, \"objects\": [{\"bbox\": {\"xmin\": 1326.4, \"ymin\": 863.2, \"xmax\": 1360.8000000000002, \"ymax\": 904.0}, \"category\": \"ph4.5\"}]}, \"95796\": {\"path\": \"train/95796.jpg\", \"id\": 95796, \"objects\": [{\"bbox\": {\"xmin\": 1725.33, \"ymin\": 680.0, \"xmax\": 1865.33, \"ymax\": 849.333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1729.33, \"ymin\": 862.667, \"xmax\": 1868.0, \"ymax\": 1032.0}, \"category\": \"p18\"}]}, \"70767\": {\"path\": \"train/70767.jpg\", \"id\": 70767, \"objects\": [{\"bbox\": {\"xmin\": 1013.33, \"ymin\": 809.333, \"xmax\": 1065.3333, \"ymax\": 853.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 809.333, \"xmax\": 1224.0, \"ymax\": 852.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 854.667, \"ymin\": 812.0, \"xmax\": 902.6667, \"ymax\": 856.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 794.667, \"ymin\": 814.667, \"xmax\": 838.6667, \"ymax\": 856.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 954.667, \"ymin\": 809.333, \"xmax\": 1000.0, \"ymax\": 853.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1114.67, \"ymin\": 808.0, \"xmax\": 1160.0, \"ymax\": 849.3333}, \"category\": \"pl100\"}]}, \"5997\": {\"path\": \"test/5997.jpg\", \"id\": 5997, \"objects\": [{\"bbox\": {\"xmin\": 1327.63, \"ymin\": 782.895, \"xmax\": 1364.4737, \"ymax\": 822.3684}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1077.63, \"ymin\": 776.316, \"xmax\": 1115.7895, \"ymax\": 818.4211}, \"category\": \"pne\"}]}, \"6875\": {\"path\": \"test/6875.jpg\", \"id\": 6875, \"objects\": [{\"bbox\": {\"xmin\": 157.937, \"ymin\": 996.032, \"xmax\": 176.19050000000001, \"ymax\": 1022.2222}, \"category\": \"p23\"}]}, \"41741\": {\"path\": \"train/41741.jpg\", \"id\": 41741, \"objects\": [{\"bbox\": {\"xmin\": 1217.82, \"ymin\": 985.149, \"xmax\": 1249.4721, \"ymax\": 1014.8515}, \"category\": \"ip\"}]}, \"73406\": {\"path\": \"other/73406.jpg\", \"id\": 73406, \"objects\": [{\"bbox\": {\"xmin\": 1355.649658203125, \"ymin\": 888.0808715820312, \"xmax\": 1385.080810546875, \"ymax\": 918.5809936523438}, \"category\": \"i2\"}]}, \"97848\": {\"path\": \"test/97848.jpg\", \"id\": 97848, \"objects\": [{\"bbox\": {\"xmin\": 1317.0, \"ymin\": 915.0, \"xmax\": 1334.0, \"ymax\": 931.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1335.0, \"ymin\": 917.0, \"xmax\": 1350.0, \"ymax\": 933.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1409.0, \"ymin\": 941.0, \"xmax\": 1425.0, \"ymax\": 956.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1409.0, \"ymin\": 961.0, \"xmax\": 1425.0, \"ymax\": 979.0}, \"category\": \"i2r\"}]}, \"68462\": {\"path\": \"test/68462.jpg\", \"id\": 68462, \"objects\": [{\"bbox\": {\"xmin\": 1442.67, \"ymin\": 961.333, \"xmax\": 1512.0, \"ymax\": 1034.6667}, \"category\": \"pl40\"}]}, \"22312\": {\"path\": \"test/22312.jpg\", \"id\": 22312, \"objects\": [{\"bbox\": {\"xmin\": 1082.89, \"ymin\": 826.316, \"xmax\": 1128.9474, \"ymax\": 867.1053}, \"category\": \"w55\"}]}, \"321\": {\"path\": \"test/321.jpg\", \"id\": 321, \"objects\": [{\"bbox\": {\"xmin\": 902.0, \"ymin\": 976.0, \"xmax\": 928.0, \"ymax\": 1004.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1802.0, \"ymin\": 931.0, \"xmax\": 1840.0, \"ymax\": 962.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1797.0, \"ymin\": 1008.0, \"xmax\": 1821.0, \"ymax\": 1040.0}, \"category\": \"i2r\"}]}, \"27094\": {\"path\": \"test/27094.jpg\", \"id\": 27094, \"objects\": [{\"bbox\": {\"xmin\": 1074.83, \"ymin\": 929.139, \"xmax\": 1093.3774999999998, \"ymax\": 949.0066}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1054.3, \"ymin\": 929.801, \"xmax\": 1073.5099, \"ymax\": 949.6689}, \"category\": \"pl60\"}]}, \"52657\": {\"path\": \"train/52657.jpg\", \"id\": 52657, \"objects\": [{\"bbox\": {\"xmin\": 1676.0, \"ymin\": 750.667, \"xmax\": 1748.0, \"ymax\": 828.0}, \"category\": \"pl40\"}]}, \"23057\": {\"path\": \"train/23057.jpg\", \"id\": 23057, \"objects\": [{\"bbox\": {\"xmin\": 1206.46, \"ymin\": 915.79, \"xmax\": 1229.3483, \"ymax\": 985.5721}, \"category\": \"pm55\"}]}, \"64019\": {\"path\": \"train/64019.jpg\", \"id\": 64019, \"objects\": [{\"bbox\": {\"xmin\": 1268.25, \"ymin\": 892.857, \"xmax\": 1293.6423, \"ymax\": 917.4603}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1243.65, \"ymin\": 888.889, \"xmax\": 1266.6667, \"ymax\": 919.8413}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1294.44, \"ymin\": 893.651, \"xmax\": 1316.6667, \"ymax\": 921.4286}, \"category\": \"pn\"}]}, \"97939\": {\"path\": \"train/97939.jpg\", \"id\": 97939, \"objects\": [{\"bbox\": {\"xmin\": 783.444, \"ymin\": 901.325, \"xmax\": 811.2583, \"ymax\": 933.1126}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 864.238, \"ymin\": 903.974, \"xmax\": 896.6887, \"ymax\": 935.7616}, \"category\": \"pn\"}]}, \"51474\": {\"path\": \"train/51474.jpg\", \"id\": 51474, \"objects\": [{\"bbox\": {\"xmin\": 1320.0, \"ymin\": 986.667, \"xmax\": 1349.3333, \"ymax\": 1022.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1916.8, \"ymin\": 996.032, \"xmax\": 1936.8, \"ymax\": 1023.0159}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1274.67, \"ymin\": 984.921, \"xmax\": 1302.6667, \"ymax\": 1023.0159000000001}, \"category\": \"pne\"}]}, \"26112\": {\"path\": \"test/26112.jpg\", \"id\": 26112, \"objects\": [{\"bbox\": {\"xmin\": 215.0, \"ymin\": 969.0, \"xmax\": 247.0, \"ymax\": 1007.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 213.0, \"ymin\": 932.0, \"xmax\": 244.0, \"ymax\": 969.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1305.0, \"ymin\": 970.0, \"xmax\": 1372.0, \"ymax\": 1038.0}, \"category\": \"i2r\"}]}, \"90754\": {\"path\": \"other/90754.jpg\", \"id\": 90754, \"objects\": [{\"bbox\": {\"xmin\": 1796.0, \"ymin\": 905.333, \"xmax\": 1877.3333, \"ymax\": 994.6667}, \"category\": \"pl90\"}]}, \"70979\": {\"path\": \"test/70979.jpg\", \"id\": 70979, \"objects\": [{\"bbox\": {\"xmin\": 923.504, \"ymin\": 792.131, \"xmax\": 958.7981, \"ymax\": 837.2294999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 672.368, \"ymin\": 800.645, \"xmax\": 713.1583, \"ymax\": 840.7895}, \"category\": \"pne\"}]}, \"63603\": {\"path\": \"train/63603.jpg\", \"id\": 63603, \"objects\": [{\"bbox\": {\"xmin\": 356.0, \"ymin\": 744.0, \"xmax\": 441.3333, \"ymax\": 897.333}, \"category\": \"p10\"}]}, \"28819\": {\"path\": \"train/28819.jpg\", \"id\": 28819, \"objects\": [{\"bbox\": {\"xmin\": 177.333, \"ymin\": 740.0, \"xmax\": 226.6667, \"ymax\": 802.6667}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 177.333, \"ymin\": 804.0, \"xmax\": 222.6667, \"ymax\": 868.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 178.667, \"ymin\": 869.333, \"xmax\": 228.0, \"ymax\": 929.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 178.667, \"ymin\": 930.667, \"xmax\": 229.3333, \"ymax\": 998.6667}, \"category\": \"pbp\"}]}, \"16440\": {\"path\": \"train/16440.jpg\", \"id\": 16440, \"objects\": [{\"bbox\": {\"xmin\": 893.069, \"ymin\": 929.703, \"xmax\": 907.9208, \"ymax\": 950.495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 824.752, \"ymin\": 930.693, \"xmax\": 841.5842, \"ymax\": 948.5149}, \"category\": \"pne\"}]}, \"91124\": {\"path\": \"train/91124.jpg\", \"id\": 91124, \"objects\": [{\"bbox\": {\"xmin\": 1196.0, \"ymin\": 1002.67, \"xmax\": 1217.3333, \"ymax\": 1026.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1746.67, \"ymin\": 872.0, \"xmax\": 1789.3333, \"ymax\": 925.3333}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1105.33, \"ymin\": 941.333, \"xmax\": 1129.3333, \"ymax\": 962.6667}, \"category\": \"pne\"}]}, \"49382\": {\"path\": \"test/49382.jpg\", \"id\": 49382, \"objects\": [{\"bbox\": {\"xmin\": 1458.52, \"ymin\": 966.477, \"xmax\": 1474.9991, \"ymax\": 986.3634999999999}, \"category\": \"pl30\"}]}, \"58268\": {\"path\": \"other/58268.jpg\", \"id\": 58268, \"objects\": [{\"bbox\": {\"xmin\": 1849.6, \"ymin\": 966.4, \"xmax\": 1862.3999999999999, \"ymax\": 982.4}, \"category\": \"pne\"}]}, \"21531\": {\"path\": \"other/21531.jpg\", \"id\": 21531, \"objects\": [{\"bbox\": {\"xmin\": 890.7120361328125, \"ymin\": 999.6502685546875, \"xmax\": 908.7718505859375, \"ymax\": 1018.22021484375}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1867.2, \"ymin\": 924.0, \"xmax\": 1956.0, \"ymax\": 1024.0}, \"category\": \"pm10\"}]}, \"3662\": {\"path\": \"train/3662.jpg\", \"id\": 3662, \"objects\": [{\"bbox\": {\"xmin\": 1912.0, \"ymin\": 1027.0, \"xmax\": 1928.0, \"ymax\": 1045.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 147.0, \"ymin\": 803.0, \"xmax\": 173.0, \"ymax\": 846.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1793.0, \"ymin\": 1027.0, \"xmax\": 1810.0, \"ymax\": 1047.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 159.0, \"ymin\": 957.0, \"xmax\": 201.0, \"ymax\": 1024.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 116.0, \"ymin\": 797.0, \"xmax\": 143.0, \"ymax\": 841.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 154.0, \"ymin\": 883.0, \"xmax\": 208.0, \"ymax\": 944.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 88.0, \"ymin\": 791.0, \"xmax\": 115.0, \"ymax\": 836.0}, \"category\": \"ph4\"}]}, \"17165\": {\"path\": \"other/17165.jpg\", \"id\": 17165, \"objects\": [{\"bbox\": {\"xmin\": 1736.0911865234375, \"ymin\": 998.8519287109375, \"xmax\": 1758.8245849609375, \"ymax\": 1018.5689697265625}, \"category\": \"pne\"}]}, \"57437\": {\"path\": \"test/57437.jpg\", \"id\": 57437, \"objects\": [{\"bbox\": {\"xmin\": 1057.43, \"ymin\": 937.623, \"xmax\": 1079.2079, \"ymax\": 961.3861}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1081.19, \"ymin\": 941.584, \"xmax\": 1100.997, \"ymax\": 963.3662999999999}, \"category\": \"pn\"}]}, \"43649\": {\"path\": \"train/43649.jpg\", \"id\": 43649, \"objects\": [{\"bbox\": {\"xmin\": 1900.0, \"ymin\": 559.211, \"xmax\": 1978.9474, \"ymax\": 665.789}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1794.74, \"ymin\": 540.789, \"xmax\": 1888.1579, \"ymax\": 653.947}, \"category\": \"pl60\"}]}, \"2109\": {\"path\": \"test/2109.jpg\", \"id\": 2109, \"objects\": [{\"bbox\": {\"xmin\": 1847.37, \"ymin\": 1228.95, \"xmax\": 1886.8427, \"ymax\": 1297.3684}, \"category\": \"p23\"}]}, \"26547\": {\"path\": \"train/26547.jpg\", \"id\": 26547, \"objects\": [{\"bbox\": {\"xmin\": 344.554, \"ymin\": 813.861, \"xmax\": 368.31679999999994, \"ymax\": 862.3762}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 273.267, \"ymin\": 800.99, \"xmax\": 299.0099, \"ymax\": 850.495}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 44.5545, \"ymin\": 630.693, \"xmax\": 101.9802, \"ymax\": 715.8416}, \"category\": \"i5\"}]}, \"87847\": {\"path\": \"train/87847.jpg\", \"id\": 87847, \"objects\": [{\"bbox\": {\"xmin\": 1765.35, \"ymin\": 892.079, \"xmax\": 1788.1188, \"ymax\": 925.7425999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1694.06, \"ymin\": 892.079, \"xmax\": 1719.802, \"ymax\": 920.7921}, \"category\": \"pne\"}]}, \"394\": {\"path\": \"test/394.jpg\", \"id\": 394, \"objects\": [{\"bbox\": {\"xmin\": 1561.33, \"ymin\": 744.0, \"xmax\": 1606.6667, \"ymax\": 790.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1462.67, \"ymin\": 734.667, \"xmax\": 1512.0, \"ymax\": 786.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1510.67, \"ymin\": 738.667, \"xmax\": 1558.6667, \"ymax\": 789.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1610.67, \"ymin\": 745.333, \"xmax\": 1656.0, \"ymax\": 797.3333}, \"category\": \"pn\"}]}, \"83146\": {\"path\": \"train/83146.jpg\", \"id\": 83146, \"objects\": [{\"bbox\": {\"xmin\": 1171.0, \"ymin\": 950.0, \"xmax\": 1196.0, \"ymax\": 976.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1185.0, \"ymin\": 919.0, \"xmax\": 1211.0, \"ymax\": 946.0}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1199.0, \"ymin\": 949.0, \"xmax\": 1226.0, \"ymax\": 975.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 884.0, \"ymin\": 876.0, \"xmax\": 914.0, \"ymax\": 905.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 995.0, \"ymin\": 877.0, \"xmax\": 1023.0, \"ymax\": 907.0}, \"category\": \"pn\"}]}, \"91049\": {\"path\": \"train/91049.jpg\", \"id\": 91049, \"objects\": [{\"bbox\": {\"xmin\": 1571.29, \"ymin\": 983.168, \"xmax\": 1599.0099, \"ymax\": 1012.8713}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1622.77, \"ymin\": 981.188, \"xmax\": 1649.5049999999999, \"ymax\": 1013.8614}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1625.74, \"ymin\": 944.554, \"xmax\": 1651.4851, \"ymax\": 976.2375999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1748.51, \"ymin\": 951.485, \"xmax\": 1769.3069, \"ymax\": 979.2079}, \"category\": \"p6\"}]}, \"57137\": {\"path\": \"test/57137.jpg\", \"id\": 57137, \"objects\": [{\"bbox\": {\"xmin\": 152.273, \"ymin\": 798.864, \"xmax\": 184.65949999999998, \"ymax\": 854.5455000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 185.796, \"ymin\": 807.387, \"xmax\": 217.0455, \"ymax\": 859.6595}, \"category\": \"pn\"}]}, \"66488\": {\"path\": \"train/66488.jpg\", \"id\": 66488, \"objects\": [{\"bbox\": {\"xmin\": 1924.0, \"ymin\": 834.667, \"xmax\": 1989.3399, \"ymax\": 908.0009}, \"category\": \"pl100\"}]}, \"77983\": {\"path\": \"test/77983.jpg\", \"id\": 77983, \"objects\": [{\"bbox\": {\"xmin\": 169.0, \"ymin\": 899.0, \"xmax\": 212.0, \"ymax\": 955.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 170.0, \"ymin\": 964.0, \"xmax\": 215.0, \"ymax\": 1022.0}, \"category\": \"p4\"}, {\"bbox\": {\"xmin\": 222.0, \"ymin\": 966.0, \"xmax\": 263.0, \"ymax\": 1020.0}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 218.0, \"ymin\": 903.0, \"xmax\": 260.0, \"ymax\": 958.0}, \"category\": \"p29\"}]}, \"47419\": {\"path\": \"train/47419.jpg\", \"id\": 47419, \"objects\": [{\"bbox\": {\"xmin\": 97.21695709228516, \"ymin\": 891.6751098632812, \"xmax\": 116.16553497314453, \"ymax\": 916.0501098632812}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 118.60635375976562, \"ymin\": 894.3021850585938, \"xmax\": 142.65533447265625, \"ymax\": 917.9151000976562}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1248.86, \"ymin\": 906.818, \"xmax\": 1270.4544999999998, \"ymax\": 929.5455}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1276.7, \"ymin\": 907.955, \"xmax\": 1299.4318, \"ymax\": 929.546}, \"category\": \"pn\"}]}, \"82216\": {\"path\": \"test/82216.jpg\", \"id\": 82216, \"objects\": [{\"bbox\": {\"xmin\": 1516.67, \"ymin\": 917.219, \"xmax\": 1541.7219, \"ymax\": 942.8598000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1623.81, \"ymin\": 941.27, \"xmax\": 1639.6825, \"ymax\": 961.9048}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1605.56, \"ymin\": 940.476, \"xmax\": 1624.6032, \"ymax\": 960.3175}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1645.24, \"ymin\": 937.086, \"xmax\": 1659.5238, \"ymax\": 961.9049}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1405.56, \"ymin\": 918.254, \"xmax\": 1430.9524, \"ymax\": 942.8571000000001}, \"category\": \"pne\"}]}, \"80416\": {\"path\": \"test/80416.jpg\", \"id\": 80416, \"objects\": [{\"bbox\": {\"xmin\": 1554.58, \"ymin\": 927.091, \"xmax\": 1570.5178999999998, \"ymax\": 946.2148}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1574.51, \"ymin\": 927.889, \"xmax\": 1594.4332, \"ymax\": 946.6141}, \"category\": \"pn\"}]}, \"78266\": {\"path\": \"other/78266.jpg\", \"id\": 78266, \"objects\": [{\"bbox\": {\"xmin\": 1374.6, \"ymin\": 831.746, \"xmax\": 1430.1551, \"ymax\": 884.1270999999999}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1248.41, \"ymin\": 814.286, \"xmax\": 1303.1719, \"ymax\": 861.9045}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1310.32, \"ymin\": 823.016, \"xmax\": 1361.114, \"ymax\": 871.4286}, \"category\": \"w43\"}]}, \"52962\": {\"path\": \"train/52962.jpg\", \"id\": 52962, \"objects\": [{\"bbox\": {\"xmin\": 1541.33, \"ymin\": 1064.0, \"xmax\": 1588.0, \"ymax\": 1114.6634}, \"category\": \"pl40\"}]}, \"4860\": {\"path\": \"train/4860.jpg\", \"id\": 4860, \"objects\": [{\"bbox\": {\"xmin\": 358.667, \"ymin\": 953.333, \"xmax\": 421.33329999999995, \"ymax\": 1052.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 22.6667, \"ymin\": 936.0, \"xmax\": 102.66669999999999, \"ymax\": 1044.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 354.667, \"ymin\": 808.0, \"xmax\": 417.33329999999995, \"ymax\": 905.3333}, \"category\": \"p16\"}]}, \"32325\": {\"path\": \"train/32325.jpg\", \"id\": 32325, \"objects\": [{\"bbox\": {\"xmin\": 1080.16, \"ymin\": 937.302, \"xmax\": 1096.0317, \"ymax\": 955.5556}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1062.7, \"ymin\": 933.333, \"xmax\": 1077.7778, \"ymax\": 954.7619}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1099.21, \"ymin\": 938.095, \"xmax\": 1113.8614, \"ymax\": 956.4356}, \"category\": \"pn\"}]}, \"23177\": {\"path\": \"other/23177.jpg\", \"id\": 23177, \"objects\": [{\"bbox\": {\"xmin\": 182.49826049804688, \"ymin\": 937.3872680664062, \"xmax\": 201.97711181640625, \"ymax\": 956.8038940429688}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 135.82957458496094, \"ymin\": 934.95947265625, \"xmax\": 155.8329620361328, \"ymax\": 956.9564208984375}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 863.8313598632812, \"ymin\": 941.3734741210938, \"xmax\": 882.5099487304688, \"ymax\": 957.5834350585938}, \"category\": \"pne\"}]}, \"86858\": {\"path\": \"train/86858.jpg\", \"id\": 86858, \"objects\": [{\"bbox\": {\"xmin\": 861.0, \"ymin\": 573.0, \"xmax\": 965.0, \"ymax\": 669.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 130.0, \"ymin\": 808.0, \"xmax\": 165.0, \"ymax\": 854.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1683.0, \"ymin\": 822.0, \"xmax\": 1743.0, \"ymax\": 883.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 654.0, \"ymin\": 586.0, \"xmax\": 753.0, \"ymax\": 678.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 399.0, \"ymin\": 618.0, \"xmax\": 477.0, \"ymax\": 706.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 317.0, \"ymin\": 630.0, \"xmax\": 391.0, \"ymax\": 714.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 487.0, \"ymin\": 608.0, \"xmax\": 569.0, \"ymax\": 695.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 759.0, \"ymin\": 581.0, \"xmax\": 858.0, \"ymax\": 671.0}, \"category\": \"im\"}]}, \"76463\": {\"path\": \"train/76463.jpg\", \"id\": 76463, \"objects\": [{\"bbox\": {\"xmin\": 1758.82, \"ymin\": 543.137, \"xmax\": 1803.9216, \"ymax\": 627.4509999999999}, \"category\": \"pne\"}]}, \"39049\": {\"path\": \"test/39049.jpg\", \"id\": 39049, \"objects\": [{\"bbox\": {\"xmin\": 1666.0, \"ymin\": 932.0, \"xmax\": 1690.0, \"ymax\": 957.0}, \"category\": \"p11\"}]}, \"49141\": {\"path\": \"train/49141.jpg\", \"id\": 49141, \"objects\": [{\"bbox\": {\"xmin\": 1674.67, \"ymin\": 1053.33, \"xmax\": 1778.6670000000001, \"ymax\": 1173.3329999999999}, \"category\": \"pl100\"}]}, \"6442\": {\"path\": \"other/6442.jpg\", \"id\": 6442, \"objects\": [{\"bbox\": {\"xmin\": 900.0, \"ymin\": 933.333, \"xmax\": 915.0794, \"ymax\": 951.5872999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 837.302, \"ymin\": 935.714, \"xmax\": 852.381, \"ymax\": 953.1746}, \"category\": \"pne\"}]}, \"97953\": {\"path\": \"train/97953.jpg\", \"id\": 97953, \"objects\": [{\"bbox\": {\"xmin\": 812.0, \"ymin\": 580.0, \"xmax\": 925.333, \"ymax\": 694.667}, \"category\": \"ph4\"}]}, \"34091\": {\"path\": \"train/34091.jpg\", \"id\": 34091, \"objects\": [{\"bbox\": {\"xmin\": 783.168, \"ymin\": 899.01, \"xmax\": 811.8812, \"ymax\": 929.703}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 700.0, \"ymin\": 903.96, \"xmax\": 728.7129, \"ymax\": 931.6832}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1998.02, \"ymin\": 824.752, \"xmax\": 2034.6535, \"ymax\": 868.3168}, \"category\": \"pne\"}]}, \"69459\": {\"path\": \"train/69459.jpg\", \"id\": 69459, \"objects\": [{\"bbox\": {\"xmin\": 1126.0, \"ymin\": 627.0, \"xmax\": 1215.0, \"ymax\": 710.0}, \"category\": \"pr40\"}]}, \"9161\": {\"path\": \"train/9161.jpg\", \"id\": 9161, \"objects\": [{\"bbox\": {\"xmin\": 969.333, \"ymin\": 954.667, \"xmax\": 1017.3333, \"ymax\": 1020.0}, \"category\": \"pm20\"}]}, \"62889\": {\"path\": \"train/62889.jpg\", \"id\": 62889, \"objects\": [{\"bbox\": {\"xmin\": 61.3333, \"ymin\": 916.0, \"xmax\": 142.6667, \"ymax\": 1007.9997}, \"category\": \"pl120\"}]}, \"58292\": {\"path\": \"other/58292.jpg\", \"id\": 58292, \"objects\": [{\"bbox\": {\"xmin\": 1960.0, \"ymin\": 1006.67, \"xmax\": 2014.6667, \"ymax\": 1072.0}, \"category\": \"pl15\"}]}, \"71161\": {\"path\": \"train/71161.jpg\", \"id\": 71161, \"objects\": [{\"bbox\": {\"xmin\": 1024.0, \"ymin\": 820.0, \"xmax\": 1068.0, \"ymax\": 862.6667}, \"category\": \"p19\"}]}, \"92152\": {\"path\": \"test/92152.jpg\", \"id\": 92152, \"objects\": [{\"bbox\": {\"xmin\": 920.0, \"ymin\": 908.8, \"xmax\": 943.2, \"ymax\": 932.8}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 98.4, \"ymin\": 1016.8, \"xmax\": 114.4, \"ymax\": 1043.2}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1057.6, \"ymin\": 925.6, \"xmax\": 1076.0, \"ymax\": 943.2}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1078.4, \"ymin\": 925.6, \"xmax\": 1096.8000000000002, \"ymax\": 944.8000000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 772.8, \"ymin\": 910.4, \"xmax\": 797.5999999999999, \"ymax\": 936.8}, \"category\": \"pne\"}]}, \"28614\": {\"path\": \"train/28614.jpg\", \"id\": 28614, \"objects\": [{\"bbox\": {\"xmin\": 56.0, \"ymin\": 916.0, \"xmax\": 106.66669999999999, \"ymax\": 970.6667}, \"category\": \"pl40\"}]}, \"63825\": {\"path\": \"train/63825.jpg\", \"id\": 63825, \"objects\": [{\"bbox\": {\"xmin\": 1766.67, \"ymin\": 958.667, \"xmax\": 1846.6667, \"ymax\": 1041.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1764.0, \"ymin\": 877.333, \"xmax\": 1846.6667, \"ymax\": 961.3333}, \"category\": \"pr20\"}]}, \"59141\": {\"path\": \"other/59141.jpg\", \"id\": 59141, \"objects\": [{\"bbox\": {\"xmin\": 821.333, \"ymin\": 984.0, \"xmax\": 919.9979, \"ymax\": 1097.333}, \"category\": \"pl15\"}]}, \"75547\": {\"path\": \"test/75547.jpg\", \"id\": 75547, \"objects\": [{\"bbox\": {\"xmin\": 320.0, \"ymin\": 994.667, \"xmax\": 378.6667, \"ymax\": 1061.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 757.333, \"ymin\": 984.0, \"xmax\": 824.0, \"ymax\": 1053.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1246.67, \"ymin\": 981.333, \"xmax\": 1313.3333, \"ymax\": 1049.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1664.0, \"ymin\": 980.0, \"xmax\": 1721.3333, \"ymax\": 1042.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 320.0, \"ymin\": 932.0, \"xmax\": 376.0, \"ymax\": 993.333}, \"category\": \"pw3.2\"}, {\"bbox\": {\"xmin\": 753.333, \"ymin\": 913.333, \"xmax\": 822.6667, \"ymax\": 982.6667}, \"category\": \"pw3.2\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 908.0, \"xmax\": 1310.6667, \"ymax\": 978.6667}, \"category\": \"pw3.2\"}, {\"bbox\": {\"xmin\": 1664.0, \"ymin\": 918.667, \"xmax\": 1718.6667, \"ymax\": 978.6667}, \"category\": \"pw4\"}]}, \"94501\": {\"path\": \"train/94501.jpg\", \"id\": 94501, \"objects\": [{\"bbox\": {\"xmin\": 1377.33, \"ymin\": 894.667, \"xmax\": 1470.6502, \"ymax\": 985.3369}, \"category\": \"pm30\"}]}, \"4999\": {\"path\": \"test/4999.jpg\", \"id\": 4999, \"objects\": [{\"bbox\": {\"xmin\": 837.333, \"ymin\": 508.0, \"xmax\": 952.0, \"ymax\": 612.0}, \"category\": \"p23\"}]}, \"51212\": {\"path\": \"train/51212.jpg\", \"id\": 51212, \"objects\": [{\"bbox\": {\"xmin\": 955.556, \"ymin\": 951.587, \"xmax\": 980.1593, \"ymax\": 979.3651}, \"category\": \"pne\"}]}, \"40192\": {\"path\": \"train/40192.jpg\", \"id\": 40192, \"objects\": [{\"bbox\": {\"xmin\": 1558.73, \"ymin\": 853.969, \"xmax\": 1590.4808, \"ymax\": 888.8892000000001}, \"category\": \"pl80\"}]}, \"74516\": {\"path\": \"train/74516.jpg\", \"id\": 74516, \"objects\": [{\"bbox\": {\"xmin\": 105.0, \"ymin\": 795.0, \"xmax\": 196.0, \"ymax\": 926.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 120.0, \"ymin\": 929.0, \"xmax\": 177.0, \"ymax\": 1065.0}, \"category\": \"i2r\"}]}, \"2347\": {\"path\": \"train/2347.jpg\", \"id\": 2347, \"objects\": [{\"bbox\": {\"xmin\": 1319.0, \"ymin\": 866.0, \"xmax\": 1379.0, \"ymax\": 926.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1319.0, \"ymin\": 800.0, \"xmax\": 1378.0, \"ymax\": 862.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1317.0, \"ymin\": 953.0, \"xmax\": 1349.0, \"ymax\": 986.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1353.0, \"ymin\": 953.0, \"xmax\": 1384.0, \"ymax\": 987.0}, \"category\": \"i2r\"}]}, \"90723\": {\"path\": \"test/90723.jpg\", \"id\": 90723, \"objects\": [{\"bbox\": {\"xmin\": 1729.0, \"ymin\": 980.0, \"xmax\": 1757.0, \"ymax\": 1012.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 468.0, \"ymin\": 983.2, \"xmax\": 485.6, \"ymax\": 999.2}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 467.2, \"ymin\": 956.0, \"xmax\": 486.4, \"ymax\": 972.8}, \"category\": \"w57\"}]}, \"14472\": {\"path\": \"train/14472.jpg\", \"id\": 14472, \"objects\": [{\"bbox\": {\"xmin\": 259.406, \"ymin\": 1002.97, \"xmax\": 287.1287, \"ymax\": 1027.7228}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 262.376, \"ymin\": 977.228, \"xmax\": 285.14849999999996, \"ymax\": 1000.9901}, \"category\": \"pl10\"}]}, \"73\": {\"path\": \"test/73.jpg\", \"id\": 73, \"objects\": [{\"bbox\": {\"xmin\": 96.0, \"ymin\": 541.0, \"xmax\": 152.0, \"ymax\": 619.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 361.0, \"ymin\": 655.0, \"xmax\": 393.0, \"ymax\": 714.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 247.0, \"ymin\": 604.0, \"xmax\": 288.0, \"ymax\": 674.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 20.0, \"ymin\": 425.0, \"xmax\": 82.0, \"ymax\": 503.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 95.0, \"ymin\": 456.0, \"xmax\": 151.0, \"ymax\": 533.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 191.0, \"ymin\": 580.0, \"xmax\": 237.0, \"ymax\": 654.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 21.0, \"ymin\": 514.0, \"xmax\": 83.0, \"ymax\": 597.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 318.0, \"ymin\": 636.0, \"xmax\": 354.0, \"ymax\": 700.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 439.0, \"ymin\": 687.0, \"xmax\": 468.0, \"ymax\": 746.0}, \"category\": \"pne\"}]}, \"70386\": {\"path\": \"test/70386.jpg\", \"id\": 70386, \"objects\": [{\"bbox\": {\"xmin\": 975.0, \"ymin\": 1021.05, \"xmax\": 1048.684, \"ymax\": 1100.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1368.67, \"ymin\": 1036.51, \"xmax\": 1395.2381, \"ymax\": 1064.4693}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 856.579, \"ymin\": 1027.63, \"xmax\": 928.9473999999999, \"ymax\": 1100.0}, \"category\": \"pne\"}]}, \"33687\": {\"path\": \"train/33687.jpg\", \"id\": 33687, \"objects\": [{\"bbox\": {\"xmin\": 169.333, \"ymin\": 613.333, \"xmax\": 217.3333, \"ymax\": 689.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 50.6667, \"ymin\": 574.667, \"xmax\": 108.0, \"ymax\": 656.0}, \"category\": \"pl80\"}]}, \"22536\": {\"path\": \"train/22536.jpg\", \"id\": 22536, \"objects\": [{\"bbox\": {\"xmin\": 909.211, \"ymin\": 857.895, \"xmax\": 936.8421, \"ymax\": 886.8421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 719.737, \"ymin\": 859.211, \"xmax\": 747.3684, \"ymax\": 888.1579}, \"category\": \"pne\"}]}, \"43352\": {\"path\": \"train/43352.jpg\", \"id\": 43352, \"objects\": [{\"bbox\": {\"xmin\": 1557.0, \"ymin\": 850.0, \"xmax\": 1601.0, \"ymax\": 898.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1504.0, \"ymin\": 844.0, \"xmax\": 1550.0, \"ymax\": 893.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1606.0, \"ymin\": 850.0, \"xmax\": 1649.0, \"ymax\": 901.0}, \"category\": \"pn\"}]}, \"70770\": {\"path\": \"train/70770.jpg\", \"id\": 70770, \"objects\": [{\"bbox\": {\"xmin\": 364.0, \"ymin\": 892.0, \"xmax\": 380.0, \"ymax\": 910.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 338.0, \"ymin\": 1010.0, \"xmax\": 356.0, \"ymax\": 1032.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 336.0, \"ymin\": 1038.0, \"xmax\": 356.0, \"ymax\": 1060.0}, \"category\": \"i2r\"}]}, \"21144\": {\"path\": \"train/21144.jpg\", \"id\": 21144, \"objects\": [{\"bbox\": {\"xmin\": 2019.8, \"ymin\": 880.198, \"xmax\": 2043.5644, \"ymax\": 913.8614}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1943.56, \"ymin\": 926.733, \"xmax\": 1960.396, \"ymax\": 951.4851}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1924.75, \"ymin\": 872.277, \"xmax\": 1951.4851, \"ymax\": 907.9208000000001}, \"category\": \"pne\"}]}, \"60484\": {\"path\": \"test/60484.jpg\", \"id\": 60484, \"objects\": [{\"bbox\": {\"xmin\": 1499.0, \"ymin\": 967.0, \"xmax\": 1535.0, \"ymax\": 1005.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 948.0, \"ymin\": 932.0, \"xmax\": 964.0, \"ymax\": 945.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 915.0, \"ymin\": 933.0, \"xmax\": 927.0, \"ymax\": 947.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 903.0, \"ymin\": 934.0, \"xmax\": 914.0, \"ymax\": 947.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 927.0, \"ymin\": 934.0, \"xmax\": 940.0, \"ymax\": 948.0}, \"category\": \"pn\"}]}, \"79969\": {\"path\": \"train/79969.jpg\", \"id\": 79969, \"objects\": [{\"bbox\": {\"xmin\": 1623.0, \"ymin\": 829.0, \"xmax\": 1681.0, \"ymax\": 888.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1695.0, \"ymin\": 916.0, \"xmax\": 1741.0, \"ymax\": 974.0}, \"category\": \"pn\"}]}, \"71175\": {\"path\": \"train/71175.jpg\", \"id\": 71175, \"objects\": [{\"bbox\": {\"xmin\": 281.188, \"ymin\": 640.594, \"xmax\": 354.4554, \"ymax\": 729.7011}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1159.41, \"ymin\": 879.208, \"xmax\": 1188.1188000000002, \"ymax\": 914.8515}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1092.08, \"ymin\": 879.208, \"xmax\": 1121.7821999999999, \"ymax\": 916.8317}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1124.75, \"ymin\": 883.168, \"xmax\": 1157.4257, \"ymax\": 915.8416}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 69.3069, \"ymin\": 704.95, \"xmax\": 119.80199999999999, \"ymax\": 775.2475000000001}, \"category\": \"pne\"}]}, \"42881\": {\"path\": \"test/42881.jpg\", \"id\": 42881, \"objects\": [{\"bbox\": {\"xmin\": 359.0, \"ymin\": 1083.0, \"xmax\": 398.0, \"ymax\": 1130.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1097.0, \"ymin\": 997.0, \"xmax\": 1118.0, \"ymax\": 1014.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1163.0, \"ymin\": 947.0, \"xmax\": 1187.0, \"ymax\": 972.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1163.0, \"ymin\": 978.0, \"xmax\": 1187.0, \"ymax\": 1004.0}, \"category\": \"i2r\"}]}, \"9444\": {\"path\": \"train/9444.jpg\", \"id\": 9444, \"objects\": [{\"bbox\": {\"xmin\": 1220.0, \"ymin\": 357.333, \"xmax\": 1393.333, \"ymax\": 512.0}, \"category\": \"pl40\"}]}, \"84623\": {\"path\": \"train/84623.jpg\", \"id\": 84623, \"objects\": [{\"bbox\": {\"xmin\": 795.0, \"ymin\": 958.0, \"xmax\": 855.0, \"ymax\": 1021.0}, \"category\": \"p23\"}]}, \"70088\": {\"path\": \"train/70088.jpg\", \"id\": 70088, \"objects\": [{\"bbox\": {\"xmin\": 1682.89, \"ymin\": 944.737, \"xmax\": 1713.1579000000002, \"ymax\": 982.8947}, \"category\": \"p23\"}]}, \"12405\": {\"path\": \"train/12405.jpg\", \"id\": 12405, \"objects\": [{\"bbox\": {\"xmin\": 733.333, \"ymin\": 1005.33, \"xmax\": 762.6660999999999, \"ymax\": 1038.6535000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 733.333, \"ymin\": 1040.0, \"xmax\": 764.0, \"ymax\": 1074.6667}, \"category\": \"pl5\"}]}, \"81436\": {\"path\": \"other/81436.jpg\", \"id\": 81436, \"objects\": [{\"bbox\": {\"xmin\": 891.0, \"ymin\": 1480.0, \"xmax\": 921.0, \"ymax\": 1515.0}, \"category\": \"pa13\"}]}, \"78788\": {\"path\": \"train/78788.jpg\", \"id\": 78788, \"objects\": [{\"bbox\": {\"xmin\": 1421.0, \"ymin\": 911.0, \"xmax\": 1475.0, \"ymax\": 962.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 620.0, \"ymin\": 447.0, \"xmax\": 709.0, \"ymax\": 534.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1313.0, \"ymin\": 473.0, \"xmax\": 1428.0, \"ymax\": 580.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1970.0, \"ymin\": 838.0, \"xmax\": 2015.0, \"ymax\": 894.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1422.0, \"ymin\": 852.0, \"xmax\": 1476.0, \"ymax\": 907.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1421.0, \"ymin\": 796.0, \"xmax\": 1477.0, \"ymax\": 848.0}, \"category\": \"pbm\"}]}, \"60153\": {\"path\": \"train/60153.jpg\", \"id\": 60153, \"objects\": [{\"bbox\": {\"xmin\": 1110.67, \"ymin\": 621.333, \"xmax\": 1201.3366, \"ymax\": 709.3321}, \"category\": \"ph4\"}]}, \"70415\": {\"path\": \"other/70415.jpg\", \"id\": 70415, \"objects\": [{\"bbox\": {\"xmin\": 1264.94, \"ymin\": 941.833, \"xmax\": 1279.2829000000002, \"ymax\": 956.5736999999999}, \"category\": \"pn\"}]}, \"962\": {\"path\": \"test/962.jpg\", \"id\": 962, \"objects\": [{\"bbox\": {\"xmin\": 803.8706665039062, \"ymin\": 952.7742919921875, \"xmax\": 823.5820922851562, \"ymax\": 971.1922607421875}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 256.0, \"ymin\": 1159.0, \"xmax\": 330.0, \"ymax\": 1264.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1249.0, \"ymin\": 803.0, \"xmax\": 1306.0, \"ymax\": 857.0}, \"category\": \"p26\"}]}, \"25229\": {\"path\": \"train/25229.jpg\", \"id\": 25229, \"objects\": [{\"bbox\": {\"xmin\": 1766.34, \"ymin\": 919.802, \"xmax\": 1790.099, \"ymax\": 944.5545000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1796.04, \"ymin\": 933.663, \"xmax\": 1809.901, \"ymax\": 951.4851}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1813.86, \"ymin\": 931.683, \"xmax\": 1825.7425999999998, \"ymax\": 952.4756}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1924.75, \"ymin\": 997.03, \"xmax\": 1940.5941, \"ymax\": 1016.8317}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1690.1, \"ymin\": 919.802, \"xmax\": 1709.9009999999998, \"ymax\": 942.5743}, \"category\": \"pne\"}]}, \"75308\": {\"path\": \"train/75308.jpg\", \"id\": 75308, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 278.217, \"xmax\": 1326.733, \"ymax\": 381.188}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1717.22, \"ymin\": 786.093, \"xmax\": 1833.7740000000001, \"ymax\": 900.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1355.45, \"ymin\": 421.782, \"xmax\": 1481.189, \"ymax\": 534.653}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1520.79, \"ymin\": 306.93, \"xmax\": 1643.5639999999999, \"ymax\": 411.881}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 1194.06, \"ymin\": 411.881, \"xmax\": 1322.773, \"ymax\": 524.752}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1515.84, \"ymin\": 437.624, \"xmax\": 1626.733, \"ymax\": 552.475}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1360.4, \"ymin\": 286.139, \"xmax\": 1490.0990000000002, \"ymax\": 394.059}, \"category\": \"p29\"}]}, \"24238\": {\"path\": \"train/24238.jpg\", \"id\": 24238, \"objects\": [{\"bbox\": {\"xmin\": 901.0, \"ymin\": 743.0, \"xmax\": 953.0, \"ymax\": 794.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 955.0, \"ymin\": 745.0, \"xmax\": 1006.0, \"ymax\": 794.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 843.0, \"ymin\": 778.0, \"xmax\": 882.0, \"ymax\": 812.0}, \"category\": \"w30\"}]}, \"83192\": {\"path\": \"train/83192.jpg\", \"id\": 83192, \"objects\": [{\"bbox\": {\"xmin\": 2001.33, \"ymin\": 948.0, \"xmax\": 2034.6667, \"ymax\": 982.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 2005.33, \"ymin\": 917.333, \"xmax\": 2029.3333, \"ymax\": 948.0}, \"category\": \"pcl\"}]}, \"55983\": {\"path\": \"train/55983.jpg\", \"id\": 55983, \"objects\": [{\"bbox\": {\"xmin\": 1190.0, \"ymin\": 543.0, \"xmax\": 1314.0, \"ymax\": 657.0}, \"category\": \"pm30\"}]}, \"86375\": {\"path\": \"train/86375.jpg\", \"id\": 86375, \"objects\": [{\"bbox\": {\"xmin\": 1137.0, \"ymin\": 548.0, \"xmax\": 1245.0, \"ymax\": 650.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1251.0, \"ymin\": 554.0, \"xmax\": 1358.0, \"ymax\": 654.0}, \"category\": \"pn\"}]}, \"77589\": {\"path\": \"train/77589.jpg\", \"id\": 77589, \"objects\": [{\"bbox\": {\"xmin\": 1290.0, \"ymin\": 876.0, \"xmax\": 1326.0, \"ymax\": 914.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1521.0, \"ymin\": 702.0, \"xmax\": 1588.0, \"ymax\": 777.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1253.0, \"ymin\": 876.0, \"xmax\": 1289.0, \"ymax\": 912.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1329.0, \"ymin\": 874.0, \"xmax\": 1363.0, \"ymax\": 914.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1921.0, \"ymin\": 937.0, \"xmax\": 1954.0, \"ymax\": 986.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1919.0, \"ymin\": 986.0, \"xmax\": 1953.0, \"ymax\": 1034.0}, \"category\": \"i2r\"}]}, \"85881\": {\"path\": \"test/85881.jpg\", \"id\": 85881, \"objects\": [{\"bbox\": {\"xmin\": 1469.0, \"ymin\": 901.0, \"xmax\": 1525.0, \"ymax\": 956.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 822.0, \"ymin\": 482.0, \"xmax\": 856.0, \"ymax\": 605.0}, \"category\": \"pl40\"}]}, \"79334\": {\"path\": \"train/79334.jpg\", \"id\": 79334, \"objects\": [{\"bbox\": {\"xmin\": 1330.67, \"ymin\": 922.667, \"xmax\": 1412.0, \"ymax\": 1001.3333}, \"category\": \"pm30\"}]}, \"16843\": {\"path\": \"train/16843.jpg\", \"id\": 16843, \"objects\": [{\"bbox\": {\"xmin\": 1253.0, \"ymin\": 988.0, \"xmax\": 1278.0, \"ymax\": 1012.0}, \"category\": \"ip\"}]}, \"11814\": {\"path\": \"other/11814.jpg\", \"id\": 11814, \"objects\": [{\"bbox\": {\"xmin\": 1094.04, \"ymin\": 975.497, \"xmax\": 1113.9072999999999, \"ymax\": 998.0132}, \"category\": \"w63\"}]}, \"70922\": {\"path\": \"train/70922.jpg\", \"id\": 70922, \"objects\": [{\"bbox\": {\"xmin\": 1656.0, \"ymin\": 693.0, \"xmax\": 1720.0, \"ymax\": 760.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1657.0, \"ymin\": 766.0, \"xmax\": 1718.0, \"ymax\": 835.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1658.0, \"ymin\": 868.0, \"xmax\": 1718.0, \"ymax\": 935.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1662.0, \"ymin\": 941.0, \"xmax\": 1721.0, \"ymax\": 1010.0}, \"category\": \"i2r\"}]}, \"59350\": {\"path\": \"test/59350.jpg\", \"id\": 59350, \"objects\": [{\"bbox\": {\"xmin\": 1617.0, \"ymin\": 989.0, \"xmax\": 1654.0, \"ymax\": 1028.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1617.0, \"ymin\": 947.0, \"xmax\": 1653.0, \"ymax\": 987.0}, \"category\": \"pl40\"}]}, \"23260\": {\"path\": \"train/23260.jpg\", \"id\": 23260, \"objects\": [{\"bbox\": {\"xmin\": 157.333, \"ymin\": 906.667, \"xmax\": 236.0, \"ymax\": 1013.3330000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 162.667, \"ymin\": 1018.67, \"xmax\": 238.6667, \"ymax\": 1120.003}, \"category\": \"pr60\"}]}, \"86593\": {\"path\": \"test/86593.jpg\", \"id\": 86593, \"objects\": [{\"bbox\": {\"xmin\": 1082.89, \"ymin\": 1046.05, \"xmax\": 1114.4737, \"ymax\": 1072.3684}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1084.21, \"ymin\": 1011.84, \"xmax\": 1115.7895, \"ymax\": 1040.7895}, \"category\": \"pl5\"}]}, \"86563\": {\"path\": \"train/86563.jpg\", \"id\": 86563, \"objects\": [{\"bbox\": {\"xmin\": 1037.75, \"ymin\": 884.106, \"xmax\": 1065.5629, \"ymax\": 913.9064}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1067.55, \"ymin\": 884.768, \"xmax\": 1094.0397, \"ymax\": 913.2441}, \"category\": \"pn\"}]}, \"30637\": {\"path\": \"train/30637.jpg\", \"id\": 30637, \"objects\": [{\"bbox\": {\"xmin\": 995.0, \"ymin\": 508.0, \"xmax\": 1061.0, \"ymax\": 566.0}, \"category\": \"pctl\"}]}, \"54608\": {\"path\": \"test/54608.jpg\", \"id\": 54608, \"objects\": [{\"bbox\": {\"xmin\": 1608.75, \"ymin\": 867.279, \"xmax\": 1764.896, \"ymax\": 1026.548}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1758.74, \"ymin\": 969.131, \"xmax\": 1782.3315, \"ymax\": 1002.8145999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1610.11, \"ymin\": 716.627, \"xmax\": 1764.8059999999998, \"ymax\": 870.9069999999999}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1758.12, \"ymin\": 932.0, \"xmax\": 1782.9867, \"ymax\": 959.2269}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 460.8, \"ymin\": 961.791, \"xmax\": 504.8, \"ymax\": 1009.4578}, \"category\": \"iz\"}]}, \"29313\": {\"path\": \"test/29313.jpg\", \"id\": 29313, \"objects\": [{\"bbox\": {\"xmin\": 1117.65, \"ymin\": 713.725, \"xmax\": 1194.1176, \"ymax\": 790.1961}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1037.25, \"ymin\": 713.725, \"xmax\": 1113.7319, \"ymax\": 786.2745}, \"category\": \"pl60\"}]}, \"17947\": {\"path\": \"test/17947.jpg\", \"id\": 17947, \"objects\": [{\"bbox\": {\"xmin\": 1699.2, \"ymin\": 960.0, \"xmax\": 1732.8, \"ymax\": 992.0}, \"category\": \"w59\"}]}, \"50386\": {\"path\": \"train/50386.jpg\", \"id\": 50386, \"objects\": [{\"bbox\": {\"xmin\": 1297.0, \"ymin\": 969.0, \"xmax\": 1315.0, \"ymax\": 987.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 992.0, \"xmax\": 1313.0, \"ymax\": 1009.0}, \"category\": \"pn\"}]}, \"89890\": {\"path\": \"train/89890.jpg\", \"id\": 89890, \"objects\": [{\"bbox\": {\"xmin\": 1202.67, \"ymin\": 898.667, \"xmax\": 1229.3333, \"ymax\": 926.6667}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 894.667, \"ymin\": 908.0, \"xmax\": 918.6667, \"ymax\": 933.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1106.67, \"ymin\": 900.0, \"xmax\": 1134.6667, \"ymax\": 928.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 984.0, \"ymin\": 904.0, \"xmax\": 1012.0, \"ymax\": 930.6667}, \"category\": \"pl90\"}]}, \"30781\": {\"path\": \"train/30781.jpg\", \"id\": 30781, \"objects\": [{\"bbox\": {\"xmin\": 1497.0, \"ymin\": 884.0, \"xmax\": 1583.0, \"ymax\": 968.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 491.0, \"ymin\": 992.123, \"xmax\": 535.7489, \"ymax\": 1041.9504}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1499.0, \"ymin\": 793.407, \"xmax\": 1588.2686, \"ymax\": 883.0001000000001}, \"category\": \"pl70\"}]}, \"28159\": {\"path\": \"train/28159.jpg\", \"id\": 28159, \"objects\": [{\"bbox\": {\"xmin\": 1926.67, \"ymin\": 980.0, \"xmax\": 2033.333, \"ymax\": 1120.0}, \"category\": \"pl30\"}]}, \"6916\": {\"path\": \"other/6916.jpg\", \"id\": 6916, \"objects\": [{\"bbox\": {\"xmin\": 336.31195068359375, \"ymin\": 966.577880859375, \"xmax\": 353.49542236328125, \"ymax\": 988.017333984375}, \"category\": \"pl5\"}]}, \"26575\": {\"path\": \"train/26575.jpg\", \"id\": 26575, \"objects\": [{\"bbox\": {\"xmin\": 280.263, \"ymin\": 867.105, \"xmax\": 318.42109999999997, \"ymax\": 956.5789}, \"category\": \"p23\"}]}, \"43929\": {\"path\": \"test/43929.jpg\", \"id\": 43929, \"objects\": [{\"bbox\": {\"xmin\": 1863.2908935546875, \"ymin\": 864.6006469726562, \"xmax\": 1885.9500732421875, \"ymax\": 888.3745727539062}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1817.0, \"ymin\": 983.0, \"xmax\": 1840.0, \"ymax\": 1009.0}, \"category\": \"i5\"}]}, \"86161\": {\"path\": \"train/86161.jpg\", \"id\": 86161, \"objects\": [{\"bbox\": {\"xmin\": 1096.0, \"ymin\": 962.667, \"xmax\": 1122.6667, \"ymax\": 993.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1242.67, \"ymin\": 830.667, \"xmax\": 1274.6667, \"ymax\": 862.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 957.333, \"ymin\": 838.667, \"xmax\": 986.6667, \"ymax\": 869.3330000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1350.67, \"ymin\": 985.333, \"xmax\": 1380.0, \"ymax\": 1017.3333}, \"category\": \"i4l\"}]}, \"41873\": {\"path\": \"train/41873.jpg\", \"id\": 41873, \"objects\": [{\"bbox\": {\"xmin\": 1535.0, \"ymin\": 746.0, \"xmax\": 1594.0, \"ymax\": 805.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1535.0, \"ymin\": 810.0, \"xmax\": 1593.0, \"ymax\": 870.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1538.0, \"ymin\": 917.0, \"xmax\": 1598.0, \"ymax\": 980.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1538.0, \"ymin\": 992.0, \"xmax\": 1599.0, \"ymax\": 1055.0}, \"category\": \"i2r\"}]}, \"41058\": {\"path\": \"train/41058.jpg\", \"id\": 41058, \"objects\": [{\"bbox\": {\"xmin\": 1924.0, \"ymin\": 896.0, \"xmax\": 1954.6667, \"ymax\": 928.0}, \"category\": \"pl40\"}]}, \"4736\": {\"path\": \"train/4736.jpg\", \"id\": 4736, \"objects\": [{\"bbox\": {\"xmin\": 664.0, \"ymin\": 733.0, \"xmax\": 715.0, \"ymax\": 784.0}, \"category\": \"pl60\"}]}, \"4307\": {\"path\": \"train/4307.jpg\", \"id\": 4307, \"objects\": [{\"bbox\": {\"xmin\": 1572.0, \"ymin\": 929.6, \"xmax\": 1748.0, \"ymax\": 1108.0}, \"category\": \"pr40\"}]}, \"35747\": {\"path\": \"train/35747.jpg\", \"id\": 35747, \"objects\": [{\"bbox\": {\"xmin\": 181.579, \"ymin\": 639.474, \"xmax\": 265.7895, \"ymax\": 731.5783}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1284.21, \"ymin\": 734.211, \"xmax\": 1342.1053, \"ymax\": 796.0538}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1344.74, \"ymin\": 734.211, \"xmax\": 1407.8947, \"ymax\": 794.7368}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 9.2106, \"ymin\": 684.213, \"xmax\": 63.1579, \"ymax\": 761.8421999999999}, \"category\": \"pne\"}]}, \"50714\": {\"path\": \"train/50714.jpg\", \"id\": 50714, \"objects\": [{\"bbox\": {\"xmin\": 1080.0, \"ymin\": 768.0, \"xmax\": 1133.3333, \"ymax\": 820.0}, \"category\": \"p23\"}]}, \"50739\": {\"path\": \"test/50739.jpg\", \"id\": 50739, \"objects\": [{\"bbox\": {\"xmin\": 1052.0, \"ymin\": 622.667, \"xmax\": 1146.6667, \"ymax\": 705.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1381.33, \"ymin\": 628.0, \"xmax\": 1466.6667, \"ymax\": 708.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 729.333, \"ymin\": 637.333, \"xmax\": 817.3333, \"ymax\": 720.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 573.333, \"ymin\": 656.0, \"xmax\": 653.3333, \"ymax\": 736.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 881.333, \"ymin\": 626.667, \"xmax\": 973.3333, \"ymax\": 710.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1217.33, \"ymin\": 618.667, \"xmax\": 1308.0, \"ymax\": 706.6667}, \"category\": \"pl80\"}]}, \"84175\": {\"path\": \"train/84175.jpg\", \"id\": 84175, \"objects\": [{\"bbox\": {\"xmin\": 1720.79, \"ymin\": 891.089, \"xmax\": 1746.5247, \"ymax\": 917.8222000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1621.78, \"ymin\": 882.178, \"xmax\": 1651.4850999999999, \"ymax\": 913.8614}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1368.32, \"ymin\": 786.139, \"xmax\": 1416.8317, \"ymax\": 837.6238}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1124.75, \"ymin\": 782.178, \"xmax\": 1176.2376, \"ymax\": 832.6738}, \"category\": \"pne\"}]}, \"75564\": {\"path\": \"test/75564.jpg\", \"id\": 75564, \"objects\": [{\"bbox\": {\"xmin\": 1238.0, \"ymin\": 502.0, \"xmax\": 1361.0, \"ymax\": 616.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1173.0, \"ymin\": 518.4, \"xmax\": 1230.4, \"ymax\": 577.6}, \"category\": \"pr40\"}]}, \"12586\": {\"path\": \"other/12586.jpg\", \"id\": 12586, \"objects\": [{\"bbox\": {\"xmin\": 1768.0, \"ymin\": 868.0, \"xmax\": 1872.596, \"ymax\": 984.0}, \"category\": \"pr20\"}]}, \"77179\": {\"path\": \"train/77179.jpg\", \"id\": 77179, \"objects\": [{\"bbox\": {\"xmin\": 1790.67, \"ymin\": 758.667, \"xmax\": 1834.6667, \"ymax\": 806.6667}, \"category\": \"pl100\"}]}, \"17958\": {\"path\": \"train/17958.jpg\", \"id\": 17958, \"objects\": [{\"bbox\": {\"xmin\": 1170.63, \"ymin\": 908.73, \"xmax\": 1189.6825000000001, \"ymax\": 929.3651}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1194.44, \"ymin\": 908.73, \"xmax\": 1215.0794, \"ymax\": 928.5714}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1344.44, \"ymin\": 923.81, \"xmax\": 1371.4286, \"ymax\": 953.1745999999999}, \"category\": \"pne\"}]}, \"10175\": {\"path\": \"test/10175.jpg\", \"id\": 10175, \"objects\": [{\"bbox\": {\"xmin\": 1714.34, \"ymin\": 986.853, \"xmax\": 1728.2837, \"ymax\": 1004.3829}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1436.65, \"ymin\": 993.625, \"xmax\": 1454.5817000000002, \"ymax\": 1010.3586}, \"category\": \"w59\"}]}, \"43150\": {\"path\": \"train/43150.jpg\", \"id\": 43150, \"objects\": [{\"bbox\": {\"xmin\": 1312.0, \"ymin\": 762.667, \"xmax\": 1364.0, \"ymax\": 817.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1516.0, \"ymin\": 774.667, \"xmax\": 1563.9967, \"ymax\": 821.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 862.667, \"ymin\": 769.333, \"xmax\": 917.3333, \"ymax\": 821.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1073.33, \"ymin\": 760.0, \"xmax\": 1132.0, \"ymax\": 817.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 749.333, \"ymin\": 772.0, \"xmax\": 800.0, \"ymax\": 825.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 958.667, \"ymin\": 764.0, \"xmax\": 1013.3333, \"ymax\": 817.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1201.33, \"ymin\": 761.333, \"xmax\": 1256.0, \"ymax\": 814.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1409.33, \"ymin\": 765.333, \"xmax\": 1460.0, \"ymax\": 817.3333}, \"category\": \"pl80\"}]}, \"98265\": {\"path\": \"other/98265.jpg\", \"id\": 98265, \"objects\": [{\"bbox\": {\"xmin\": 565.1480712890625, \"ymin\": 1032.3861083984375, \"xmax\": 591.562744140625, \"ymax\": 1055.0526123046875}, \"category\": \"ip\"}]}, \"63992\": {\"path\": \"train/63992.jpg\", \"id\": 63992, \"objects\": [{\"bbox\": {\"xmin\": 1069.0, \"ymin\": 731.0, \"xmax\": 1137.0, \"ymax\": 799.0}, \"category\": \"p23\"}]}, \"28608\": {\"path\": \"train/28608.jpg\", \"id\": 28608, \"objects\": [{\"bbox\": {\"xmin\": 1412.87, \"ymin\": 832.673, \"xmax\": 1455.4454999999998, \"ymax\": 876.2376}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1274.26, \"ymin\": 828.713, \"xmax\": 1314.8515, \"ymax\": 874.2574}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 606.931, \"ymin\": 761.386, \"xmax\": 660.3960000000001, \"ymax\": 815.8416}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1166.34, \"ymin\": 888.119, \"xmax\": 1193.0692999999999, \"ymax\": 915.8416}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1324.75, \"ymin\": 956.436, \"xmax\": 1355.4455, \"ymax\": 991.0891}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1323.76, \"ymin\": 1004.95, \"xmax\": 1354.4554, \"ymax\": 1033.6634000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1326.73, \"ymin\": 912.871, \"xmax\": 1358.4158, \"ymax\": 943.5644}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1135.64, \"ymin\": 889.109, \"xmax\": 1162.3762000000002, \"ymax\": 918.8119}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1196.04, \"ymin\": 887.129, \"xmax\": 1221.7821999999999, \"ymax\": 916.8317000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 378.218, \"ymin\": 779.208, \"xmax\": 426.7327, \"ymax\": 830.6931}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1221.78, \"ymin\": 949.505, \"xmax\": 1249.5049999999999, \"ymax\": 978.2178}, \"category\": \"p29\"}]}, \"85771\": {\"path\": \"train/85771.jpg\", \"id\": 85771, \"objects\": [{\"bbox\": {\"xmin\": 1125.33, \"ymin\": 998.667, \"xmax\": 1153.3333, \"ymax\": 1028.0}, \"category\": \"pt\"}]}, \"55320\": {\"path\": \"train/55320.jpg\", \"id\": 55320, \"objects\": [{\"bbox\": {\"xmin\": 1170.67, \"ymin\": 882.667, \"xmax\": 1197.3333, \"ymax\": 909.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1278.67, \"ymin\": 882.667, \"xmax\": 1306.67, \"ymax\": 910.667}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 934.667, \"ymin\": 888.0, \"xmax\": 961.3333, \"ymax\": 918.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1045.33, \"ymin\": 886.667, \"xmax\": 1074.6667, \"ymax\": 914.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 874.667, \"ymin\": 889.333, \"xmax\": 901.3333, \"ymax\": 917.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 985.333, \"ymin\": 885.333, \"xmax\": 1013.3333, \"ymax\": 913.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1108.0, \"ymin\": 884.0, \"xmax\": 1140.0, \"ymax\": 912.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1222.67, \"ymin\": 881.333, \"xmax\": 1249.3333, \"ymax\": 910.6667}, \"category\": \"pl80\"}]}, \"13566\": {\"path\": \"train/13566.jpg\", \"id\": 13566, \"objects\": [{\"bbox\": {\"xmin\": 1668.0, \"ymin\": 942.4, \"xmax\": 1750.4934, \"ymax\": 1021.6}, \"category\": \"pr40\"}]}, \"25217\": {\"path\": \"test/25217.jpg\", \"id\": 25217, \"objects\": [{\"bbox\": {\"xmin\": 1619.12, \"ymin\": 913.147, \"xmax\": 1639.4422, \"ymax\": 937.0518000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1454.58, \"ymin\": 902.39, \"xmax\": 1476.494, \"ymax\": 927.0916}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1641.04, \"ymin\": 915.139, \"xmax\": 1661.753, \"ymax\": 937.4502}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1480.08, \"ymin\": 902.789, \"xmax\": 1500.3984, \"ymax\": 928.2869}, \"category\": \"pn\"}]}, \"53248\": {\"path\": \"train/53248.jpg\", \"id\": 53248, \"objects\": [{\"bbox\": {\"xmin\": 937.624, \"ymin\": 814.851, \"xmax\": 990.099, \"ymax\": 962.376}, \"category\": \"p19\"}]}, \"95202\": {\"path\": \"other/95202.jpg\", \"id\": 95202, \"objects\": [{\"bbox\": {\"xmin\": 839.0, \"ymin\": 932.0, \"xmax\": 889.0, \"ymax\": 986.0}, \"category\": \"p9\"}]}, \"14623\": {\"path\": \"train/14623.jpg\", \"id\": 14623, \"objects\": [{\"bbox\": {\"xmin\": 617.46, \"ymin\": 815.079, \"xmax\": 666.6667, \"ymax\": 867.4603}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 434.127, \"ymin\": 819.841, \"xmax\": 480.1587, \"ymax\": 868.254}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 464.286, \"ymin\": 916.667, \"xmax\": 484.9206, \"ymax\": 942.0635}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 436.508, \"ymin\": 919.841, \"xmax\": 461.11109999999996, \"ymax\": 939.6825}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 488.095, \"ymin\": 917.46, \"xmax\": 510.31750000000005, \"ymax\": 941.5842}, \"category\": \"pn\"}]}, \"23991\": {\"path\": \"test/23991.jpg\", \"id\": 23991, \"objects\": [{\"bbox\": {\"xmin\": 1415.79, \"ymin\": 885.526, \"xmax\": 1451.3157999999999, \"ymax\": 918.4210999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1322.37, \"ymin\": 882.895, \"xmax\": 1353.9473999999998, \"ymax\": 918.4214999999999}, \"category\": \"pne\"}]}, \"65237\": {\"path\": \"train/65237.jpg\", \"id\": 65237, \"objects\": [{\"bbox\": {\"xmin\": 1391.0, \"ymin\": 870.0, \"xmax\": 1442.0, \"ymax\": 924.0}, \"category\": \"pm30\"}]}, \"46207\": {\"path\": \"other/46207.jpg\", \"id\": 46207, \"objects\": [{\"bbox\": {\"xmin\": 1154.58, \"ymin\": 956.175, \"xmax\": 1165.7370999999998, \"ymax\": 967.7290999999999}, \"category\": \"pn\"}]}, \"81413\": {\"path\": \"train/81413.jpg\", \"id\": 81413, \"objects\": [{\"bbox\": {\"xmin\": 246.023, \"ymin\": 917.614, \"xmax\": 275.0, \"ymax\": 980.6818000000001}, \"category\": \"p5\"}]}, \"89812\": {\"path\": \"test/89812.jpg\", \"id\": 89812, \"objects\": [{\"bbox\": {\"xmin\": 884.921, \"ymin\": 980.952, \"xmax\": 903.9683, \"ymax\": 1002.381}, \"category\": \"p23\"}]}, \"64691\": {\"path\": \"train/64691.jpg\", \"id\": 64691, \"objects\": [{\"bbox\": {\"xmin\": 1198.67, \"ymin\": 652.0, \"xmax\": 1245.3333, \"ymax\": 694.6667}, \"category\": \"pl40\"}]}, \"77276\": {\"path\": \"test/77276.jpg\", \"id\": 77276, \"objects\": [{\"bbox\": {\"xmin\": 1366.67, \"ymin\": 994.667, \"xmax\": 1394.6667, \"ymax\": 1025.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1366.67, \"ymin\": 904.0, \"xmax\": 1397.3333, \"ymax\": 936.0}, \"category\": \"pmb\"}]}, \"6857\": {\"path\": \"train/6857.jpg\", \"id\": 6857, \"objects\": [{\"bbox\": {\"xmin\": 1414.67, \"ymin\": 982.667, \"xmax\": 1466.6667, \"ymax\": 1038.667}, \"category\": \"pm20\"}]}, \"49152\": {\"path\": \"train/49152.jpg\", \"id\": 49152, \"objects\": [{\"bbox\": {\"xmin\": 970.0, \"ymin\": 1218.0, \"xmax\": 1021.0, \"ymax\": 1267.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 1214.0, \"xmax\": 1152.0, \"ymax\": 1267.0}, \"category\": \"pl15\"}]}, \"12605\": {\"path\": \"test/12605.jpg\", \"id\": 12605, \"objects\": [{\"bbox\": {\"xmin\": 445.6, \"ymin\": 911.2, \"xmax\": 508.0, \"ymax\": 981.6}, \"category\": \"pl80\"}]}, \"27889\": {\"path\": \"train/27889.jpg\", \"id\": 27889, \"objects\": [{\"bbox\": {\"xmin\": 1089.0, \"ymin\": 586.0, \"xmax\": 1183.0, \"ymax\": 675.0}, \"category\": \"pr40\"}]}, \"71659\": {\"path\": \"train/71659.jpg\", \"id\": 71659, \"objects\": [{\"bbox\": {\"xmin\": 1697.0, \"ymin\": 711.0, \"xmax\": 1759.0, \"ymax\": 780.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1590.0, \"ymin\": 883.0, \"xmax\": 1610.0, \"ymax\": 907.0}, \"category\": \"pl50\"}]}, \"90192\": {\"path\": \"test/90192.jpg\", \"id\": 90192, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 594.0, \"xmax\": 1477.0, \"ymax\": 668.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1404.0, \"ymin\": 678.0, \"xmax\": 1480.0, \"ymax\": 749.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1407.0, \"ymin\": 759.0, \"xmax\": 1480.0, \"ymax\": 836.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 999.0, \"ymin\": 439.0, \"xmax\": 1073.0, \"ymax\": 494.0}, \"category\": \"w63\"}]}, \"43966\": {\"path\": \"train/43966.jpg\", \"id\": 43966, \"objects\": [{\"bbox\": {\"xmin\": 258.0, \"ymin\": 953.0, \"xmax\": 292.0, \"ymax\": 989.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 259.0, \"ymin\": 908.0, \"xmax\": 297.0, \"ymax\": 950.0}, \"category\": \"pn\"}]}, \"29548\": {\"path\": \"train/29548.jpg\", \"id\": 29548, \"objects\": [{\"bbox\": {\"xmin\": 975.333, \"ymin\": 886.667, \"xmax\": 998.0, \"ymax\": 910.0003}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1113.33, \"ymin\": 886.0, \"xmax\": 1136.6667, \"ymax\": 907.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1044.0, \"ymin\": 885.333, \"xmax\": 1066.0, \"ymax\": 908.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 949.6, \"ymin\": 862.4, \"xmax\": 972.0, \"ymax\": 885.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 974.667, \"ymin\": 862.667, \"xmax\": 997.3333, \"ymax\": 884.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1018.0, \"ymin\": 886.667, \"xmax\": 1040.6667, \"ymax\": 908.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 950.0, \"ymin\": 887.333, \"xmax\": 972.0, \"ymax\": 910.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1088.67, \"ymin\": 886.0, \"xmax\": 1110.6667, \"ymax\": 908.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1168.0, \"ymin\": 886.0, \"xmax\": 1192.0033, \"ymax\": 907.3333}, \"category\": \"pne\"}]}, \"35669\": {\"path\": \"train/35669.jpg\", \"id\": 35669, \"objects\": [{\"bbox\": {\"xmin\": 1327.63, \"ymin\": 768.421, \"xmax\": 1390.7895, \"ymax\": 836.8421000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1253.95, \"ymin\": 772.368, \"xmax\": 1319.7368000000001, \"ymax\": 839.4737}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 773.684, \"xmax\": 1461.8421, \"ymax\": 839.4737}, \"category\": \"pn\"}]}, \"73124\": {\"path\": \"train/73124.jpg\", \"id\": 73124, \"objects\": [{\"bbox\": {\"xmin\": 98.0392, \"ymin\": 776.471, \"xmax\": 182.35289999999998, \"ymax\": 905.8820000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 101.961, \"ymin\": 956.863, \"xmax\": 178.4314, \"ymax\": 1076.471}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 103.922, \"ymin\": 605.882, \"xmax\": 188.2353, \"ymax\": 737.2549999999999}, \"category\": \"p26\"}]}, \"83985\": {\"path\": \"test/83985.jpg\", \"id\": 83985, \"objects\": [{\"bbox\": {\"xmin\": 360.927, \"ymin\": 913.245, \"xmax\": 386.755, \"ymax\": 978.8079}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 352.98, \"ymin\": 984.768, \"xmax\": 388.74120000000005, \"ymax\": 1031.7874}, \"category\": \"w59\"}]}, \"42814\": {\"path\": \"other/42814.jpg\", \"id\": 42814, \"objects\": [{\"bbox\": {\"xmin\": 1033.14, \"ymin\": 904.0, \"xmax\": 1046.8571000000002, \"ymax\": 917.1429}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1077.71, \"ymin\": 902.286, \"xmax\": 1090.2857000000001, \"ymax\": 915.4291999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 990.286, \"ymin\": 905.143, \"xmax\": 1002.8571, \"ymax\": 918.2857}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 973.143, \"ymin\": 906.857, \"xmax\": 986.2857, \"ymax\": 918.8571}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1017.14, \"ymin\": 904.571, \"xmax\": 1028.5714, \"ymax\": 916.5714}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1060.0, \"ymin\": 903.429, \"xmax\": 1072.5714, \"ymax\": 915.4286}, \"category\": \"pl100\"}]}, \"6017\": {\"path\": \"test/6017.jpg\", \"id\": 6017, \"objects\": [{\"bbox\": {\"xmin\": 1472.0, \"ymin\": 902.667, \"xmax\": 1505.3333, \"ymax\": 937.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 905.333, \"xmax\": 1469.3333, \"ymax\": 940.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 877.333, \"xmax\": 1502.6667, \"ymax\": 902.6667}, \"category\": \"wc\"}]}, \"25333\": {\"path\": \"test/25333.jpg\", \"id\": 25333, \"objects\": [{\"bbox\": {\"xmin\": 1288.89, \"ymin\": 1053.97, \"xmax\": 1306.3492, \"ymax\": 1083.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1292.06, \"ymin\": 1023.81, \"xmax\": 1306.3491999999999, \"ymax\": 1049.2063}, \"category\": \"pl5\"}]}, \"46937\": {\"path\": \"train/46937.jpg\", \"id\": 46937, \"objects\": [{\"bbox\": {\"xmin\": 1886.14, \"ymin\": 847.525, \"xmax\": 1911.8812, \"ymax\": 885.1485}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1855.45, \"ymin\": 842.574, \"xmax\": 1882.1782, \"ymax\": 884.1583999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1913.86, \"ymin\": 851.485, \"xmax\": 1941.5842, \"ymax\": 890.099}, \"category\": \"pn\"}]}, \"83558\": {\"path\": \"train/83558.jpg\", \"id\": 83558, \"objects\": [{\"bbox\": {\"xmin\": 1386.0218505859375, \"ymin\": 930.3884887695312, \"xmax\": 1407.6563720703125, \"ymax\": 948.8588256835938}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1660.0, \"ymin\": 900.0, \"xmax\": 1688.0, \"ymax\": 929.3333}, \"category\": \"pl40\"}]}, \"42564\": {\"path\": \"train/42564.jpg\", \"id\": 42564, \"objects\": [{\"bbox\": {\"xmin\": 27.2, \"ymin\": 979.2, \"xmax\": 41.6, \"ymax\": 999.2}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 605.6, \"ymin\": 844.0, \"xmax\": 637.6, \"ymax\": 879.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1424.0, \"ymin\": 996.0, \"xmax\": 1440.0, \"ymax\": 1048.8}, \"category\": \"pne\"}]}, \"35826\": {\"path\": \"train/35826.jpg\", \"id\": 35826, \"objects\": [{\"bbox\": {\"xmin\": 1453.33, \"ymin\": 405.333, \"xmax\": 1586.667, \"ymax\": 526.667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1305.33, \"ymin\": 388.0, \"xmax\": 1440.0, \"ymax\": 510.66700000000003}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1826.67, \"ymin\": 737.333, \"xmax\": 1917.3366, \"ymax\": 838.6669999999999}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1829.33, \"ymin\": 850.667, \"xmax\": 1917.3333, \"ymax\": 956.0}, \"category\": \"i2r\"}]}, \"21246\": {\"path\": \"train/21246.jpg\", \"id\": 21246, \"objects\": [{\"bbox\": {\"xmin\": 1208.0, \"ymin\": 825.333, \"xmax\": 1232.0, \"ymax\": 850.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1374.67, \"ymin\": 706.667, \"xmax\": 1398.6799, \"ymax\": 728.0}, \"category\": \"w63\"}]}, \"15610\": {\"path\": \"train/15610.jpg\", \"id\": 15610, \"objects\": [{\"bbox\": {\"xmin\": 1542.67, \"ymin\": 925.333, \"xmax\": 1576.0, \"ymax\": 1050.667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 106.667, \"ymin\": 946.667, \"xmax\": 181.3333, \"ymax\": 1021.3333}, \"category\": \"pl5\"}]}, \"26151\": {\"path\": \"test/26151.jpg\", \"id\": 26151, \"objects\": [{\"bbox\": {\"xmin\": 1370.642333984375, \"ymin\": 960.0540161132812, \"xmax\": 1397.446044921875, \"ymax\": 979.8753051757812}, \"category\": \"w45\"}, {\"bbox\": {\"xmin\": 1373.3, \"ymin\": 916.477, \"xmax\": 1398.2955, \"ymax\": 940.3408999999999}, \"category\": \"pl30\"}]}, \"53526\": {\"path\": \"test/53526.jpg\", \"id\": 53526, \"objects\": [{\"bbox\": {\"xmin\": 1903.95, \"ymin\": 764.474, \"xmax\": 1932.8947, \"ymax\": 815.7895000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1684.21, \"ymin\": 722.368, \"xmax\": 1723.6842000000001, \"ymax\": 777.6316}, \"category\": \"pne\"}]}, \"46257\": {\"path\": \"train/46257.jpg\", \"id\": 46257, \"objects\": [{\"bbox\": {\"xmin\": 660.0, \"ymin\": 464.0, \"xmax\": 785.0, \"ymax\": 585.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 717.0, \"ymin\": 999.0, \"xmax\": 744.0, \"ymax\": 1024.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 318.0, \"ymin\": 524.0, \"xmax\": 417.0, \"ymax\": 624.0}, \"category\": \"p26\"}]}, \"21899\": {\"path\": \"other/21899.jpg\", \"id\": 21899, \"objects\": [{\"bbox\": {\"xmin\": 1343.0, \"ymin\": 985.0, \"xmax\": 1390.0, \"ymax\": 1026.0}, \"category\": \"w58\"}]}, \"22037\": {\"path\": \"test/22037.jpg\", \"id\": 22037, \"objects\": [{\"bbox\": {\"xmin\": 1245.54, \"ymin\": 925.743, \"xmax\": 1262.3762, \"ymax\": 944.5545000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1176.24, \"ymin\": 923.762, \"xmax\": 1191.0891, \"ymax\": 944.5545}, \"category\": \"pne\"}]}, \"45197\": {\"path\": \"train/45197.jpg\", \"id\": 45197, \"objects\": [{\"bbox\": {\"xmin\": 532.673, \"ymin\": 819.802, \"xmax\": 563.3663, \"ymax\": 856.4356}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 562.376, \"ymin\": 814.851, \"xmax\": 598.0198, \"ymax\": 854.4554}, \"category\": \"pn\"}]}, \"2623\": {\"path\": \"train/2623.jpg\", \"id\": 2623, \"objects\": [{\"bbox\": {\"xmin\": 1732.0, \"ymin\": 1.33333, \"xmax\": 1961.333, \"ymax\": 197.33333}, \"category\": \"pl40\"}]}, \"96148\": {\"path\": \"train/96148.jpg\", \"id\": 96148, \"objects\": [{\"bbox\": {\"xmin\": 1217.88, \"ymin\": 787.418, \"xmax\": 1268.2119, \"ymax\": 841.0603}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1272.19, \"ymin\": 793.377, \"xmax\": 1319.8675, \"ymax\": 843.0464}, \"category\": \"pn\"}]}, \"14235\": {\"path\": \"train/14235.jpg\", \"id\": 14235, \"objects\": [{\"bbox\": {\"xmin\": 1017.71, \"ymin\": 829.143, \"xmax\": 1052.5714, \"ymax\": 862.8571000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1114.86, \"ymin\": 827.429, \"xmax\": 1147.4286, \"ymax\": 861.7143}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 921.143, \"ymin\": 831.429, \"xmax\": 956.0, \"ymax\": 864.5713999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 886.857, \"ymin\": 832.571, \"xmax\": 919.4286, \"ymax\": 865.1429}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 982.857, \"ymin\": 830.286, \"xmax\": 1015.4286, \"ymax\": 862.2854}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1079.43, \"ymin\": 828.0, \"xmax\": 1112.0, \"ymax\": 862.2857}, \"category\": \"pl100\"}]}, \"89754\": {\"path\": \"other/89754.jpg\", \"id\": 89754, \"objects\": [{\"bbox\": {\"xmin\": 147.35572814941406, \"ymin\": 940.0860595703125, \"xmax\": 231.4442596435547, \"ymax\": 1013.106689453125}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 541.7448120117188, \"ymin\": 1000.5297241210938, \"xmax\": 558.2963256835938, \"ymax\": 1049.580322265625}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1695.4508056640625, \"ymin\": 992.0421752929688, \"xmax\": 1725.6297607421875, \"ymax\": 1021.8749389648438}, \"category\": \"pl50\"}]}, \"70536\": {\"path\": \"other/70536.jpg\", \"id\": 70536, \"objects\": [{\"bbox\": {\"xmin\": 1742.239990234375, \"ymin\": 934.7274169921875, \"xmax\": 1855.806640625, \"ymax\": 1043.6031494140625}, \"category\": \"pl30\"}]}, \"1729\": {\"path\": \"train/1729.jpg\", \"id\": 1729, \"objects\": [{\"bbox\": {\"xmin\": 1276.14, \"ymin\": 903.409, \"xmax\": 1301.7045, \"ymax\": 931.25}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1186.93, \"ymin\": 905.114, \"xmax\": 1212.5009, \"ymax\": 929.5455000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 806.818, \"ymin\": 875.0, \"xmax\": 835.7955, \"ymax\": 906.25}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1131.82, \"ymin\": 928.977, \"xmax\": 1151.1363999999999, \"ymax\": 949.4318}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1219.89, \"ymin\": 983.523, \"xmax\": 1239.7727, \"ymax\": 1005.1136}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1218.18, \"ymin\": 1011.93, \"xmax\": 1240.9091, \"ymax\": 1030.6817999999998}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1220.45, \"ymin\": 954.545, \"xmax\": 1240.9091, \"ymax\": 974.4318}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1109.66, \"ymin\": 931.25, \"xmax\": 1127.8409000000001, \"ymax\": 950.5682}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1154.55, \"ymin\": 929.545, \"xmax\": 1172.1590999999999, \"ymax\": 950.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 668.182, \"ymin\": 878.977, \"xmax\": 696.0227, \"ymax\": 909.6591}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1173.86, \"ymin\": 975.0, \"xmax\": 1191.4773, \"ymax\": 993.1818}, \"category\": \"p29\"}]}, \"10570\": {\"path\": \"test/10570.jpg\", \"id\": 10570, \"objects\": [{\"bbox\": {\"xmin\": 237.302, \"ymin\": 853.968, \"xmax\": 257.93649999999997, \"ymax\": 888.0952}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1773.81, \"ymin\": 911.905, \"xmax\": 1794.4443999999999, \"ymax\": 937.3016}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 144.444, \"ymin\": 838.095, \"xmax\": 168.254, \"ymax\": 873.0159}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1518.25, \"ymin\": 907.143, \"xmax\": 1540.4762, \"ymax\": 931.746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1515.87, \"ymin\": 938.095, \"xmax\": 1532.5381, \"ymax\": 955.5556}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 188.889, \"ymin\": 947.619, \"xmax\": 206.3492, \"ymax\": 976.1905}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 188.889, \"ymin\": 986.508, \"xmax\": 207.1429, \"ymax\": 1014.2857}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 188.095, \"ymin\": 911.111, \"xmax\": 208.7302, \"ymax\": 936.5079}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1498.41, \"ymin\": 935.714, \"xmax\": 1515.0794, \"ymax\": 956.3492000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1534.13, \"ymin\": 938.889, \"xmax\": 1548.4127, \"ymax\": 954.7627}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1430.16, \"ymin\": 903.175, \"xmax\": 1457.1429, \"ymax\": 925.3968}, \"category\": \"pne\"}]}, \"9829\": {\"path\": \"train/9829.jpg\", \"id\": 9829, \"objects\": [{\"bbox\": {\"xmin\": 77.6, \"ymin\": 832.8, \"xmax\": 184.0, \"ymax\": 990.4}, \"category\": \"i4\"}]}, \"30983\": {\"path\": \"train/30983.jpg\", \"id\": 30983, \"objects\": [{\"bbox\": {\"xmin\": 1213.86, \"ymin\": 970.297, \"xmax\": 1233.6634, \"ymax\": 988.1188000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1213.86, \"ymin\": 989.109, \"xmax\": 1234.6459, \"ymax\": 1009.9007}, \"category\": \"pn\"}]}, \"18707\": {\"path\": \"train/18707.jpg\", \"id\": 18707, \"objects\": [{\"bbox\": {\"xmin\": 1274.74, \"ymin\": 953.174, \"xmax\": 1308.0675, \"ymax\": 986.5072}, \"category\": \"pn\"}]}, \"33325\": {\"path\": \"train/33325.jpg\", \"id\": 33325, \"objects\": [{\"bbox\": {\"xmin\": 1397.37, \"ymin\": 917.105, \"xmax\": 1484.2105, \"ymax\": 997.3684000000001}, \"category\": \"w59\"}]}, \"66442\": {\"path\": \"train/66442.jpg\", \"id\": 66442, \"objects\": [{\"bbox\": {\"xmin\": 1503.92, \"ymin\": 785.526, \"xmax\": 1556.8627000000001, \"ymax\": 839.2149}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1772.55, \"ymin\": 782.353, \"xmax\": 1798.0392, \"ymax\": 823.5293999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1806.58, \"ymin\": 792.157, \"xmax\": 1838.1579, \"ymax\": 825.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1244.74, \"ymin\": 770.588, \"xmax\": 1288.2307, \"ymax\": 819.6078}, \"category\": \"pne\"}]}, \"2\": {\"path\": \"test/2.jpg\", \"id\": 2, \"objects\": [{\"bbox\": {\"xmin\": 1296.8, \"ymin\": 769.6, \"xmax\": 1344.0, \"ymax\": 822.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1056.8, \"ymin\": 772.8, \"xmax\": 1104.8, \"ymax\": 821.5999999999999}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 844.8, \"ymin\": 776.8, \"xmax\": 893.5999999999999, \"ymax\": 826.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1465.6, \"ymin\": 775.2, \"xmax\": 1510.3999999999999, \"ymax\": 823.2}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 965.6, \"ymin\": 771.2, \"xmax\": 1017.6, \"ymax\": 822.4000000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 757.6, \"ymin\": 779.2, \"xmax\": 807.2, \"ymax\": 831.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1207.2, \"ymin\": 769.6, \"xmax\": 1259.2, \"ymax\": 820.8000000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 489.6, \"ymin\": 993.6, \"xmax\": 507.20000000000005, \"ymax\": 1010.4}, \"category\": \"pne\"}]}, \"16591\": {\"path\": \"train/16591.jpg\", \"id\": 16591, \"objects\": [{\"bbox\": {\"xmin\": 465.333, \"ymin\": 917.333, \"xmax\": 518.6667, \"ymax\": 970.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1225.33, \"ymin\": 906.667, \"xmax\": 1284.0, \"ymax\": 965.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 660.0, \"xmax\": 953.3333, \"ymax\": 729.3333}, \"category\": \"pl50\"}]}, \"96283\": {\"path\": \"train/96283.jpg\", \"id\": 96283, \"objects\": [{\"bbox\": {\"xmin\": 966.667, \"ymin\": 1261.33, \"xmax\": 991.9997000000001, \"ymax\": 1285.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 970.667, \"ymin\": 1240.0, \"xmax\": 992.0, \"ymax\": 1262.6667}, \"category\": \"pl5\"}]}, \"4861\": {\"path\": \"other/4861.jpg\", \"id\": 4861, \"objects\": [{\"bbox\": {\"xmin\": 1051.09, \"ymin\": 940.58, \"xmax\": 1066.3043, \"ymax\": 956.5221}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1067.39, \"ymin\": 941.305, \"xmax\": 1081.8841, \"ymax\": 956.1597999999999}, \"category\": \"pn\"}]}, \"44827\": {\"path\": \"train/44827.jpg\", \"id\": 44827, \"objects\": [{\"bbox\": {\"xmin\": 86.6667, \"ymin\": 938.667, \"xmax\": 172.0, \"ymax\": 1010.6667}, \"category\": \"pg\"}]}, \"56708\": {\"path\": \"train/56708.jpg\", \"id\": 56708, \"objects\": [{\"bbox\": {\"xmin\": 182.4, \"ymin\": 954.4, \"xmax\": 284.8, \"ymax\": 1085.6}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 72.0, \"ymin\": 1005.6, \"xmax\": 84.8, \"ymax\": 1024.0}, \"category\": \"i5\"}]}, \"8247\": {\"path\": \"train/8247.jpg\", \"id\": 8247, \"objects\": [{\"bbox\": {\"xmin\": 862.949, \"ymin\": 940.638, \"xmax\": 906.3748999999999, \"ymax\": 985.6574}, \"category\": \"pne\"}]}, \"44961\": {\"path\": \"train/44961.jpg\", \"id\": 44961, \"objects\": [{\"bbox\": {\"xmin\": 149.333, \"ymin\": 1030.67, \"xmax\": 194.6667, \"ymax\": 1094.6667}, \"category\": \"p5\"}]}, \"70050\": {\"path\": \"test/70050.jpg\", \"id\": 70050, \"objects\": [{\"bbox\": {\"xmin\": 2008.8553466796875, \"ymin\": 514.7935180664062, \"xmax\": 2048.0, \"ymax\": 639.2695922851562}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1851.56982421875, \"ymin\": 608.2774658203125, \"xmax\": 1901.337890625, \"ymax\": 699.3319091796875}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 600.0, \"ymin\": 891.089, \"xmax\": 620.7921, \"ymax\": 914.8515000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 621.782, \"ymin\": 890.099, \"xmax\": 646.5347, \"ymax\": 916.8317000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 352.475, \"ymin\": 911.881, \"xmax\": 378.2178, \"ymax\": 940.5941}, \"category\": \"pne\"}]}, \"54085\": {\"path\": \"test/54085.jpg\", \"id\": 54085, \"objects\": [{\"bbox\": {\"xmin\": 1492.0, \"ymin\": 829.333, \"xmax\": 1526.67, \"ymax\": 867.9997}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1454.67, \"ymin\": 830.667, \"xmax\": 1490.6667, \"ymax\": 868.0}, \"category\": \"w55\"}]}, \"23651\": {\"path\": \"test/23651.jpg\", \"id\": 23651, \"objects\": [{\"bbox\": {\"xmin\": 846.032, \"ymin\": 837.302, \"xmax\": 883.3333, \"ymax\": 875.3968}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1170.63, \"ymin\": 927.778, \"xmax\": 1189.6825000000001, \"ymax\": 949.2063}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1146.03, \"ymin\": 928.571, \"xmax\": 1165.873, \"ymax\": 948.4127}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1193.65, \"ymin\": 926.984, \"xmax\": 1214.2857000000001, \"ymax\": 949.2063}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 674.603, \"ymin\": 849.206, \"xmax\": 708.7302, \"ymax\": 885.7143}, \"category\": \"pne\"}]}, \"60\": {\"path\": \"train/60.jpg\", \"id\": 60, \"objects\": [{\"bbox\": {\"xmin\": 1533.65, \"ymin\": 866.337, \"xmax\": 1567.3299000000002, \"ymax\": 904.9502}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1495.05, \"ymin\": 865.347, \"xmax\": 1534.6535, \"ymax\": 905.9406}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1566.34, \"ymin\": 867.327, \"xmax\": 1601.9868, \"ymax\": 905.9406}, \"category\": \"pn\"}]}, \"90443\": {\"path\": \"other/90443.jpg\", \"id\": 90443, \"objects\": [{\"bbox\": {\"xmin\": 164.0, \"ymin\": 1057.0, \"xmax\": 239.0, \"ymax\": 1150.0}, \"category\": \"pr80\"}]}, \"38052\": {\"path\": \"test/38052.jpg\", \"id\": 38052, \"objects\": [{\"bbox\": {\"xmin\": 147.619, \"ymin\": 1146.83, \"xmax\": 219.0476, \"ymax\": 1219.8413}, \"category\": \"w32\"}]}, \"96022\": {\"path\": \"train/96022.jpg\", \"id\": 96022, \"objects\": [{\"bbox\": {\"xmin\": 1564.0, \"ymin\": 950.667, \"xmax\": 1608.0, \"ymax\": 990.6667}, \"category\": \"w59\"}]}, \"33635\": {\"path\": \"train/33635.jpg\", \"id\": 33635, \"objects\": [{\"bbox\": {\"xmin\": 802.667, \"ymin\": 950.667, \"xmax\": 830.6667, \"ymax\": 976.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 801.333, \"ymin\": 920.0, \"xmax\": 832.0, \"ymax\": 950.6667}, \"category\": \"pl5\"}]}, \"6357\": {\"path\": \"train/6357.jpg\", \"id\": 6357, \"objects\": [{\"bbox\": {\"xmin\": 1439.73, \"ymin\": 989.404, \"xmax\": 1464.2372, \"ymax\": 1012.5828}, \"category\": \"p5\"}]}, \"90892\": {\"path\": \"train/90892.jpg\", \"id\": 90892, \"objects\": [{\"bbox\": {\"xmin\": 1337.09, \"ymin\": 865.563, \"xmax\": 1368.8742, \"ymax\": 894.0397}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1308.61, \"ymin\": 864.901, \"xmax\": 1338.4106, \"ymax\": 895.3642}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1370.86, \"ymin\": 866.225, \"xmax\": 1400.0, \"ymax\": 896.6887}, \"category\": \"pn\"}]}, \"63496\": {\"path\": \"train/63496.jpg\", \"id\": 63496, \"objects\": [{\"bbox\": {\"xmin\": 1966.646484375, \"ymin\": 988.7903442382812, \"xmax\": 1984.41357421875, \"ymax\": 1008.1066284179688}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1057.89, \"ymin\": 564.474, \"xmax\": 1076.3122, \"ymax\": 672.368}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 210.526, \"ymin\": 823.684, \"xmax\": 235.52630000000002, \"ymax\": 867.1052999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 143.421, \"ymin\": 810.526, \"xmax\": 173.6842, \"ymax\": 863.1578999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 177.632, \"ymin\": 822.368, \"xmax\": 203.94740000000002, \"ymax\": 864.4737}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 986.842, \"ymin\": 388.158, \"xmax\": 1015.7895, \"ymax\": 536.842}, \"category\": \"pne\"}]}, \"59937\": {\"path\": \"train/59937.jpg\", \"id\": 59937, \"objects\": [{\"bbox\": {\"xmin\": 1542.57, \"ymin\": 920.792, \"xmax\": 1567.2939999999999, \"ymax\": 948.5149}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1475.25, \"ymin\": 969.306, \"xmax\": 1490.1127, \"ymax\": 982.1782000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1444.55, \"ymin\": 966.337, \"xmax\": 1458.4158, \"ymax\": 982.1782}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1460.4, \"ymin\": 968.317, \"xmax\": 1473.2839000000001, \"ymax\": 984.1584}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1438.61, \"ymin\": 915.842, \"xmax\": 1466.3365999999999, \"ymax\": 943.5644}, \"category\": \"pne\"}]}, \"42341\": {\"path\": \"train/42341.jpg\", \"id\": 42341, \"objects\": [{\"bbox\": {\"xmin\": 881.333, \"ymin\": 949.333, \"xmax\": 928.0, \"ymax\": 991.9993999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1074.67, \"ymin\": 741.333, \"xmax\": 1137.3366, \"ymax\": 804.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1148.0, \"ymin\": 744.0, \"xmax\": 1209.3333, \"ymax\": 805.3333}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1360.0, \"ymin\": 905.333, \"xmax\": 1420.0, \"ymax\": 961.3333}, \"category\": \"i2r\"}]}, \"21294\": {\"path\": \"test/21294.jpg\", \"id\": 21294, \"objects\": [{\"bbox\": {\"xmin\": 350.0, \"ymin\": 822.124, \"xmax\": 373.8938, \"ymax\": 869.9115}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 109.735, \"ymin\": 763.717, \"xmax\": 148.673, \"ymax\": 822.1231}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 375.221, \"ymin\": 828.761, \"xmax\": 398.6726, \"ymax\": 873.4513}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 152.212, \"ymin\": 774.779, \"xmax\": 191.59249999999997, \"ymax\": 830.0880999999999}, \"category\": \"pn\"}]}, \"31430\": {\"path\": \"other/31430.jpg\", \"id\": 31430, \"objects\": [{\"bbox\": {\"xmin\": 1710.67, \"ymin\": 997.333, \"xmax\": 1769.3333, \"ymax\": 1064.0}, \"category\": \"pm15\"}]}, \"42786\": {\"path\": \"train/42786.jpg\", \"id\": 42786, \"objects\": [{\"bbox\": {\"xmin\": 1091.2, \"ymin\": 632.8, \"xmax\": 1162.4, \"ymax\": 703.1999999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 775.2, \"ymin\": 641.6, \"xmax\": 847.2, \"ymax\": 714.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1348.8, \"ymin\": 633.6, \"xmax\": 1420.8, \"ymax\": 706.4}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 956.8, \"ymin\": 633.6, \"xmax\": 1035.2, \"ymax\": 705.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 648.8, \"ymin\": 652.0, \"xmax\": 720.0, \"ymax\": 720.8}, \"category\": \"pl100\"}]}, \"148\": {\"path\": \"train/148.jpg\", \"id\": 148, \"objects\": [{\"bbox\": {\"xmin\": 1289.33, \"ymin\": 400.0, \"xmax\": 1401.3329999999999, \"ymax\": 493.3333}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1729.33, \"ymin\": 462.667, \"xmax\": 1814.6667, \"ymax\": 548.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 653.333, \"ymin\": 410.667, \"xmax\": 766.6669999999999, \"ymax\": 501.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 269.333, \"ymin\": 488.0, \"xmax\": 354.6667, \"ymax\": 570.667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 125.333, \"ymin\": 530.667, \"xmax\": 192.0, \"ymax\": 608.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 456.0, \"ymin\": 446.667, \"xmax\": 552.0, \"ymax\": 532.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1058.67, \"ymin\": 389.333, \"xmax\": 1177.333, \"ymax\": 481.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1514.67, \"ymin\": 424.0, \"xmax\": 1613.3333, \"ymax\": 510.6667}, \"category\": \"pl80\"}]}, \"64499\": {\"path\": \"test/64499.jpg\", \"id\": 64499, \"objects\": [{\"bbox\": {\"xmin\": 34.49877166748047, \"ymin\": 1000.817138671875, \"xmax\": 55.958465576171875, \"ymax\": 1037.443359375}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1641.18, \"ymin\": 833.333, \"xmax\": 1686.2745, \"ymax\": 917.6470999999999}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 533.333, \"ymin\": 717.647, \"xmax\": 590.1961, \"ymax\": 774.5098}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 605.882, \"ymin\": 701.961, \"xmax\": 668.6274999999999, \"ymax\": 774.5098}, \"category\": \"pn\"}]}, \"39812\": {\"path\": \"train/39812.jpg\", \"id\": 39812, \"objects\": [{\"bbox\": {\"xmin\": 1907.2, \"ymin\": 896.8, \"xmax\": 2008.8, \"ymax\": 1016.0}, \"category\": \"pr40\"}]}, \"12214\": {\"path\": \"other/12214.jpg\", \"id\": 12214, \"objects\": [{\"bbox\": {\"xmin\": 1215.3, \"ymin\": 233.6, \"xmax\": 1439.346, \"ymax\": 409.6}, \"category\": \"pr70\"}]}, \"57106\": {\"path\": \"train/57106.jpg\", \"id\": 57106, \"objects\": [{\"bbox\": {\"xmin\": 773.81, \"ymin\": 693.651, \"xmax\": 796.0317, \"ymax\": 766.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 796.825, \"ymin\": 711.111, \"xmax\": 815.8726, \"ymax\": 780.9519}, \"category\": \"pn\"}]}, \"36371\": {\"path\": \"train/36371.jpg\", \"id\": 36371, \"objects\": [{\"bbox\": {\"xmin\": 740.0, \"ymin\": 932.0, \"xmax\": 756.6667, \"ymax\": 950.667}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 742.021, \"ymin\": 954.177, \"xmax\": 759.6297999999999, \"ymax\": 971.6358}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1280.67, \"ymin\": 920.0, \"xmax\": 1362.0, \"ymax\": 1006.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 721.21, \"ymin\": 933.298, \"xmax\": 737.8770000000001, \"ymax\": 951.8392}, \"category\": \"pl5\"}]}, \"36368\": {\"path\": \"train/36368.jpg\", \"id\": 36368, \"objects\": [{\"bbox\": {\"xmin\": 1939.22, \"ymin\": 629.412, \"xmax\": 2049.02, \"ymax\": 896.078}, \"category\": \"pne\"}]}, \"37134\": {\"path\": \"train/37134.jpg\", \"id\": 37134, \"objects\": [{\"bbox\": {\"xmin\": 1730.67, \"ymin\": 981.333, \"xmax\": 1770.6667, \"ymax\": 1025.3333}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 988.0, \"ymin\": 1016.0, \"xmax\": 1013.3333, \"ymax\": 1041.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1301.33, \"ymin\": 948.0, \"xmax\": 1322.6667, \"ymax\": 972.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1194.67, \"ymin\": 937.333, \"xmax\": 1224.0, \"ymax\": 964.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1256.0, \"ymin\": 950.667, \"xmax\": 1276.0, \"ymax\": 972.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1276.0, \"ymin\": 948.0, \"xmax\": 1302.6667, \"ymax\": 972.0}, \"category\": \"pn\"}]}, \"39162\": {\"path\": \"train/39162.jpg\", \"id\": 39162, \"objects\": [{\"bbox\": {\"xmin\": 1627.45, \"ymin\": 978.571, \"xmax\": 1666.6667, \"ymax\": 1026.9837}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 2019.05, \"ymin\": 979.598, \"xmax\": 2046.7036, \"ymax\": 1014.8923}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 2019.84, \"ymin\": 1020.36, \"xmax\": 2046.261, \"ymax\": 1055.6535000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 787.302, \"ymin\": 983.333, \"xmax\": 819.8417000000001, \"ymax\": 1011.9042}, \"category\": \"pn\"}]}, \"32097\": {\"path\": \"test/32097.jpg\", \"id\": 32097, \"objects\": [{\"bbox\": {\"xmin\": 1728.95, \"ymin\": 463.158, \"xmax\": 1797.3684, \"ymax\": 614.474}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1559.21, \"ymin\": 632.895, \"xmax\": 1598.6842000000001, \"ymax\": 728.9474}, \"category\": \"pne\"}]}, \"67316\": {\"path\": \"test/67316.jpg\", \"id\": 67316, \"objects\": [{\"bbox\": {\"xmin\": 1104.8, \"ymin\": 971.2, \"xmax\": 1114.3999999999999, \"ymax\": 981.6}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1116.8, \"ymin\": 969.6, \"xmax\": 1127.2, \"ymax\": 982.4}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1889.0, \"ymin\": 973.0, \"xmax\": 1937.0, \"ymax\": 1023.0}, \"category\": \"w59\"}]}, \"25287\": {\"path\": \"test/25287.jpg\", \"id\": 25287, \"objects\": [{\"bbox\": {\"xmin\": 1498.0, \"ymin\": 641.0, \"xmax\": 1595.0, \"ymax\": 737.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1383.0, \"ymin\": 633.0, \"xmax\": 1482.0, \"ymax\": 735.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1264.0, \"ymin\": 615.0, \"xmax\": 1369.0, \"ymax\": 711.0}, \"category\": \"w13\"}]}, \"74857\": {\"path\": \"train/74857.jpg\", \"id\": 74857, \"objects\": [{\"bbox\": {\"xmin\": 266.0, \"ymin\": 949.0, \"xmax\": 294.0, \"ymax\": 994.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 48.0, \"ymin\": 753.0, \"xmax\": 84.0, \"ymax\": 825.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1387.0, \"ymin\": 876.0, \"xmax\": 1410.0, \"ymax\": 915.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 168.0, \"ymin\": 911.0, \"xmax\": 204.0, \"ymax\": 951.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 209.0, \"ymin\": 912.0, \"xmax\": 243.0, \"ymax\": 952.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 91.0, \"ymin\": 765.0, \"xmax\": 131.0, \"ymax\": 830.0}, \"category\": \"p26\"}]}, \"89071\": {\"path\": \"train/89071.jpg\", \"id\": 89071, \"objects\": [{\"bbox\": {\"xmin\": 504.95, \"ymin\": 1026.73, \"xmax\": 525.7426, \"ymax\": 1070.297}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1880.2, \"ymin\": 1025.74, \"xmax\": 1896.0396, \"ymax\": 1044.5545}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1803.96, \"ymin\": 962.376, \"xmax\": 1821.7822, \"ymax\": 984.1584}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1823.76, \"ymin\": 962.376, \"xmax\": 1842.5625, \"ymax\": 983.1682999999999}, \"category\": \"pn\"}]}, \"70468\": {\"path\": \"train/70468.jpg\", \"id\": 70468, \"objects\": [{\"bbox\": {\"xmin\": 583.168, \"ymin\": 888.119, \"xmax\": 619.802, \"ymax\": 923.7624000000001}, \"category\": \"ph4.5\"}]}, \"7425\": {\"path\": \"other/7425.jpg\", \"id\": 7425, \"objects\": [{\"bbox\": {\"xmin\": 1770.59716796875, \"ymin\": 1002.8744506835938, \"xmax\": 1787.614990234375, \"ymax\": 1020.0093383789062}, \"category\": \"pl5\"}]}, \"743\": {\"path\": \"train/743.jpg\", \"id\": 743, \"objects\": [{\"bbox\": {\"xmin\": 1544.0, \"ymin\": 811.0, \"xmax\": 1583.0, \"ymax\": 854.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1676.0, \"ymin\": 818.0, \"xmax\": 1713.0, \"ymax\": 860.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1803.0, \"ymin\": 855.0, \"xmax\": 1832.0, \"ymax\": 887.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1805.0, \"ymin\": 888.0, \"xmax\": 1831.0, \"ymax\": 920.0}, \"category\": \"i2r\"}]}, \"78384\": {\"path\": \"train/78384.jpg\", \"id\": 78384, \"objects\": [{\"bbox\": {\"xmin\": 1763.0, \"ymin\": 938.0, \"xmax\": 1783.0, \"ymax\": 961.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1432.0, \"ymin\": 887.0, \"xmax\": 1461.0, \"ymax\": 919.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1698.0, \"ymin\": 1010.0, \"xmax\": 1713.0, \"ymax\": 1028.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1718.0, \"ymin\": 934.0, \"xmax\": 1738.0, \"ymax\": 958.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1652.0, \"ymin\": 928.0, \"xmax\": 1672.0, \"ymax\": 951.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1628.0, \"ymin\": 928.0, \"xmax\": 1647.0, \"ymax\": 950.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1675.0, \"ymin\": 932.0, \"xmax\": 1697.0, \"ymax\": 957.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1240.0, \"ymin\": 874.0, \"xmax\": 1272.0, \"ymax\": 908.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1738.0, \"ymin\": 936.0, \"xmax\": 1760.0, \"ymax\": 960.0}, \"category\": \"im\"}]}, \"60209\": {\"path\": \"test/60209.jpg\", \"id\": 60209, \"objects\": [{\"bbox\": {\"xmin\": 1374.67, \"ymin\": 894.667, \"xmax\": 1416.0, \"ymax\": 944.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 2001.33, \"ymin\": 936.0, \"xmax\": 2034.6667, \"ymax\": 972.0}, \"category\": \"pl80\"}]}, \"7396\": {\"path\": \"other/7396.jpg\", \"id\": 7396, \"objects\": [{\"bbox\": {\"xmin\": 1007.69, \"ymin\": 426.923, \"xmax\": 1165.38, \"ymax\": 784.615}, \"category\": \"w30\"}]}, \"90921\": {\"path\": \"train/90921.jpg\", \"id\": 90921, \"objects\": [{\"bbox\": {\"xmin\": 1537.0, \"ymin\": 859.0, \"xmax\": 1575.0, \"ymax\": 897.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1318.0, \"ymin\": 983.0, \"xmax\": 1334.0, \"ymax\": 1010.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1391.0, \"ymin\": 680.0, \"xmax\": 1444.0, \"ymax\": 732.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1537.0, \"ymin\": 896.0, \"xmax\": 1576.0, \"ymax\": 935.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1535.0, \"ymin\": 939.0, \"xmax\": 1581.0, \"ymax\": 977.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 675.0, \"xmax\": 1390.0, \"ymax\": 725.0}, \"category\": \"wc\"}]}, \"47323\": {\"path\": \"train/47323.jpg\", \"id\": 47323, \"objects\": [{\"bbox\": {\"xmin\": 326.667, \"ymin\": 1009.33, \"xmax\": 352.0, \"ymax\": 1064.0}, \"category\": \"pl100\"}]}, \"40540\": {\"path\": \"train/40540.jpg\", \"id\": 40540, \"objects\": [{\"bbox\": {\"xmin\": 1466.67, \"ymin\": 926.667, \"xmax\": 1554.6667, \"ymax\": 1021.3330000000001}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1466.67, \"ymin\": 817.333, \"xmax\": 1553.3333, \"ymax\": 912.0}, \"category\": \"pm55\"}]}, \"68799\": {\"path\": \"other/68799.jpg\", \"id\": 68799, \"objects\": [{\"bbox\": {\"xmin\": 535.687255859375, \"ymin\": 948.7765502929688, \"xmax\": 580.70263671875, \"ymax\": 1018.2039184570312}, \"category\": \"p13\"}]}, \"80209\": {\"path\": \"other/80209.jpg\", \"id\": 80209, \"objects\": [{\"bbox\": {\"xmin\": 888.7720947265625, \"ymin\": 956.0247192382812, \"xmax\": 981.1385498046875, \"ymax\": 1059.0360107421875}, \"category\": \"pn\"}]}, \"57183\": {\"path\": \"other/57183.jpg\", \"id\": 57183, \"objects\": [{\"bbox\": {\"xmin\": 1173.64, \"ymin\": 883.242, \"xmax\": 1209.7809000000002, \"ymax\": 914.0442999999999}, \"category\": \"w24\"}]}, \"44969\": {\"path\": \"test/44969.jpg\", \"id\": 44969, \"objects\": [{\"bbox\": {\"xmin\": 1437.5, \"ymin\": 910.227, \"xmax\": 1498.2955, \"ymax\": 969.8864}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1180.11, \"ymin\": 967.614, \"xmax\": 1202.8409, \"ymax\": 989.7727}, \"category\": \"pn\"}]}, \"91253\": {\"path\": \"other/91253.jpg\", \"id\": 91253, \"objects\": [{\"bbox\": {\"xmin\": 1370.49560546875, \"ymin\": 1064.602294921875, \"xmax\": 1396.01806640625, \"ymax\": 1085.889404296875}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1289.2960205078125, \"ymin\": 1063.4996337890625, \"xmax\": 1312.5740966796875, \"ymax\": 1085.2813720703125}, \"category\": \"i4\"}]}, \"35017\": {\"path\": \"train/35017.jpg\", \"id\": 35017, \"objects\": [{\"bbox\": {\"xmin\": 1522.22, \"ymin\": 853.968, \"xmax\": 1663.492, \"ymax\": 1023.81}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1913.5, \"ymin\": 962.698, \"xmax\": 1971.4332, \"ymax\": 1025.3968}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1514.28, \"ymin\": 1030.16, \"xmax\": 1640.4759999999999, \"ymax\": 1141.276}, \"category\": \"w59\"}]}, \"27986\": {\"path\": \"test/27986.jpg\", \"id\": 27986, \"objects\": [{\"bbox\": {\"xmin\": 1975.5, \"ymin\": 1170.2, \"xmax\": 1998.6787, \"ymax\": 1203.3113}, \"category\": \"pn\"}]}, \"36091\": {\"path\": \"test/36091.jpg\", \"id\": 36091, \"objects\": [{\"bbox\": {\"xmin\": 492.0, \"ymin\": 624.0, \"xmax\": 528.0, \"ymax\": 697.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 582.667, \"ymin\": 682.667, \"xmax\": 610.6667, \"ymax\": 745.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 366.667, \"ymin\": 552.0, \"xmax\": 414.6667, \"ymax\": 636.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 306.667, \"ymin\": 520.0, \"xmax\": 356.0, \"ymax\": 604.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 452.0, \"ymin\": 601.333, \"xmax\": 490.6667, \"ymax\": 673.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 554.667, \"ymin\": 664.0, \"xmax\": 581.3333, \"ymax\": 725.3333}, \"category\": \"pl100\"}]}, \"80568\": {\"path\": \"test/80568.jpg\", \"id\": 80568, \"objects\": [{\"bbox\": {\"xmin\": 17.6471, \"ymin\": 243.137, \"xmax\": 154.9021, \"ymax\": 429.41200000000003}, \"category\": \"pn\"}]}, \"37654\": {\"path\": \"train/37654.jpg\", \"id\": 37654, \"objects\": [{\"bbox\": {\"xmin\": 1079.21, \"ymin\": 777.228, \"xmax\": 1137.6238, \"ymax\": 835.6436}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1013.86, \"ymin\": 779.208, \"xmax\": 1076.2376, \"ymax\": 837.6238}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1141.58, \"ymin\": 776.238, \"xmax\": 1201.9631, \"ymax\": 834.6532000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1300.99, \"ymin\": 888.119, \"xmax\": 1372.2744, \"ymax\": 954.4556}, \"category\": \"w55\"}]}, \"47953\": {\"path\": \"train/47953.jpg\", \"id\": 47953, \"objects\": [{\"bbox\": {\"xmin\": 1182.54, \"ymin\": 926.984, \"xmax\": 1203.1746, \"ymax\": 946.0317}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1112.7, \"ymin\": 927.778, \"xmax\": 1132.5397, \"ymax\": 947.619}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 888.095, \"ymin\": 934.921, \"xmax\": 907.1429, \"ymax\": 957.1429}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 808.73, \"ymin\": 933.333, \"xmax\": 827.7778000000001, \"ymax\": 957.1428999999999}, \"category\": \"pne\"}]}, \"70421\": {\"path\": \"train/70421.jpg\", \"id\": 70421, \"objects\": [{\"bbox\": {\"xmin\": 760.396, \"ymin\": 882.178, \"xmax\": 793.0693, \"ymax\": 917.8217999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 797.03, \"ymin\": 880.198, \"xmax\": 830.6931, \"ymax\": 917.8217999999999}, \"category\": \"pn\"}]}, \"50982\": {\"path\": \"other/50982.jpg\", \"id\": 50982, \"objects\": [{\"bbox\": {\"xmin\": 1565.6, \"ymin\": 975.2, \"xmax\": 1648.0, \"ymax\": 1069.6000000000001}, \"category\": \"i15\"}]}, \"15906\": {\"path\": \"train/15906.jpg\", \"id\": 15906, \"objects\": [{\"bbox\": {\"xmin\": 1852.94, \"ymin\": 764.706, \"xmax\": 1905.8824, \"ymax\": 825.4902}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 3.92157, \"ymin\": 856.863, \"xmax\": 68.62747, \"ymax\": 950.9804}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1.96078, \"ymin\": 984.314, \"xmax\": 66.66668, \"ymax\": 1078.4314}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1.96078, \"ymin\": 723.529, \"xmax\": 68.62748, \"ymax\": 825.49}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1594.12, \"ymin\": 750.98, \"xmax\": 1656.8627, \"ymax\": 809.8039}, \"category\": \"pne\"}]}, \"37816\": {\"path\": \"train/37816.jpg\", \"id\": 37816, \"objects\": [{\"bbox\": {\"xmin\": 163.0, \"ymin\": 996.0, \"xmax\": 191.0, \"ymax\": 1024.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 763.0, \"ymin\": 798.0, \"xmax\": 801.0, \"ymax\": 838.0}, \"category\": \"pl60\"}]}, \"81034\": {\"path\": \"train/81034.jpg\", \"id\": 81034, \"objects\": [{\"bbox\": {\"xmin\": 385.0, \"ymin\": 836.0, \"xmax\": 434.0, \"ymax\": 890.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 389.0, \"ymin\": 974.0, \"xmax\": 433.0, \"ymax\": 1021.0}, \"category\": \"p26\"}]}, \"97613\": {\"path\": \"train/97613.jpg\", \"id\": 97613, \"objects\": [{\"bbox\": {\"xmin\": 959.0, \"ymin\": 1101.0, \"xmax\": 991.0, \"ymax\": 1133.0}, \"category\": \"pss\"}, {\"bbox\": {\"xmin\": 1035.0, \"ymin\": 1081.0, \"xmax\": 1064.0, \"ymax\": 1108.0}, \"category\": \"pss\"}]}, \"94144\": {\"path\": \"test/94144.jpg\", \"id\": 94144, \"objects\": [{\"bbox\": {\"xmin\": 813.333, \"ymin\": 0.0, \"xmax\": 1120.0, \"ymax\": 108.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 518.667, \"ymin\": 1.33333, \"xmax\": 781.3330000000001, \"ymax\": 150.66633}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1824.0, \"ymin\": 217.333, \"xmax\": 1984.0, \"ymax\": 369.33299999999997}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1825.33, \"ymin\": 380.0, \"xmax\": 1986.667, \"ymax\": 549.333}, \"category\": \"i2r\"}]}, \"84649\": {\"path\": \"train/84649.jpg\", \"id\": 84649, \"objects\": [{\"bbox\": {\"xmin\": 1541.48, \"ymin\": 884.659, \"xmax\": 1559.0909, \"ymax\": 910.4478}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1516.98, \"ymin\": 883.593, \"xmax\": 1538.0, \"ymax\": 906.8883999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1561.19, \"ymin\": 885.795, \"xmax\": 1580.6738, \"ymax\": 909.9502}, \"category\": \"pn\"}]}, \"1545\": {\"path\": \"train/1545.jpg\", \"id\": 1545, \"objects\": [{\"bbox\": {\"xmin\": 748.0, \"ymin\": 942.0, \"xmax\": 791.0, \"ymax\": 987.0}, \"category\": \"p5\"}]}, \"90475\": {\"path\": \"train/90475.jpg\", \"id\": 90475, \"objects\": [{\"bbox\": {\"xmin\": 900.885, \"ymin\": 973.452, \"xmax\": 919.0264999999999, \"ymax\": 991.5934}, \"category\": \"pne\"}]}, \"45665\": {\"path\": \"train/45665.jpg\", \"id\": 45665, \"objects\": [{\"bbox\": {\"xmin\": 332.673, \"ymin\": 1007.92, \"xmax\": 360.3922, \"ymax\": 1041.5834}, \"category\": \"pn\"}]}, \"27395\": {\"path\": \"train/27395.jpg\", \"id\": 27395, \"objects\": [{\"bbox\": {\"xmin\": 1375.2, \"ymin\": 908.0, \"xmax\": 1407.2, \"ymax\": 941.6}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 840.8, \"ymin\": 932.8, \"xmax\": 864.8, \"ymax\": 961.5999999999999}, \"category\": \"i5\"}]}, \"15179\": {\"path\": \"train/15179.jpg\", \"id\": 15179, \"objects\": [{\"bbox\": {\"xmin\": 1942.67, \"ymin\": 860.0, \"xmax\": 2020.0, \"ymax\": 960.0}, \"category\": \"pcl\"}]}, \"71987\": {\"path\": \"train/71987.jpg\", \"id\": 71987, \"objects\": [{\"bbox\": {\"xmin\": 1225.0, \"ymin\": 943.421, \"xmax\": 1273.6884, \"ymax\": 985.5263}, \"category\": \"w59\"}]}, \"46633\": {\"path\": \"train/46633.jpg\", \"id\": 46633, \"objects\": [{\"bbox\": {\"xmin\": 413.0, \"ymin\": 545.0, \"xmax\": 527.0, \"ymax\": 657.0}, \"category\": \"p10\"}]}, \"20662\": {\"path\": \"train/20662.jpg\", \"id\": 20662, \"objects\": [{\"bbox\": {\"xmin\": 1403.2, \"ymin\": 797.6, \"xmax\": 1446.4, \"ymax\": 843.2}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1449.6, \"ymin\": 797.6, \"xmax\": 1491.1999999999998, \"ymax\": 843.2}, \"category\": \"pm20\"}]}, \"86842\": {\"path\": \"test/86842.jpg\", \"id\": 86842, \"objects\": [{\"bbox\": {\"xmin\": 68.3168, \"ymin\": 993.069, \"xmax\": 94.0594, \"ymax\": 1026.7325}, \"category\": \"pn\"}]}, \"12825\": {\"path\": \"train/12825.jpg\", \"id\": 12825, \"objects\": [{\"bbox\": {\"xmin\": 100.0, \"ymin\": 788.158, \"xmax\": 146.05259999999998, \"ymax\": 856.5789}, \"category\": \"ph4.5\"}]}, \"11229\": {\"path\": \"test/11229.jpg\", \"id\": 11229, \"objects\": [{\"bbox\": {\"xmin\": 617.105, \"ymin\": 981.579, \"xmax\": 635.5263, \"ymax\": 1013.1578999999999}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1944.74, \"ymin\": 968.421, \"xmax\": 1968.4211, \"ymax\": 1007.8947000000001}, \"category\": \"ps\"}]}, \"36404\": {\"path\": \"train/36404.jpg\", \"id\": 36404, \"objects\": [{\"bbox\": {\"xmin\": 1425.93, \"ymin\": 982.051, \"xmax\": 1445.0189, \"ymax\": 1003.4188}, \"category\": \"p5\"}]}, \"8100\": {\"path\": \"test/8100.jpg\", \"id\": 8100, \"objects\": [{\"bbox\": {\"xmin\": 1822.77, \"ymin\": 741.584, \"xmax\": 1879.2078999999999, \"ymax\": 805.9405999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1860.4, \"ymin\": 873.267, \"xmax\": 1884.1584, \"ymax\": 908.9109000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1804.95, \"ymin\": 875.248, \"xmax\": 1829.703, \"ymax\": 909.9010000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1832.67, \"ymin\": 875.248, \"xmax\": 1855.4455, \"ymax\": 908.9109000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1572.28, \"ymin\": 707.921, \"xmax\": 1638.6139, \"ymax\": 784.1584}, \"category\": \"pne\"}]}, \"54411\": {\"path\": \"train/54411.jpg\", \"id\": 54411, \"objects\": [{\"bbox\": {\"xmin\": 1531.13, \"ymin\": 1012.58, \"xmax\": 1548.3444000000002, \"ymax\": 1035.0993}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1368.21, \"ymin\": 982.119, \"xmax\": 1383.4402, \"ymax\": 998.6755}, \"category\": \"w59\"}]}, \"14541\": {\"path\": \"other/14541.jpg\", \"id\": 14541, \"objects\": [{\"bbox\": {\"xmin\": 1838.67, \"ymin\": 280.0, \"xmax\": 1981.336, \"ymax\": 440.0}, \"category\": \"pl35\"}]}, \"29797\": {\"path\": \"train/29797.jpg\", \"id\": 29797, \"objects\": [{\"bbox\": {\"xmin\": 194.667, \"ymin\": 777.333, \"xmax\": 228.0, \"ymax\": 825.3333}, \"category\": \"pl40\"}]}, \"22003\": {\"path\": \"train/22003.jpg\", \"id\": 22003, \"objects\": [{\"bbox\": {\"xmin\": 1546.0, \"ymin\": 916.0, \"xmax\": 1622.0, \"ymax\": 964.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 901.0, \"ymin\": 953.0, \"xmax\": 914.0, \"ymax\": 966.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 307.0, \"ymin\": 1008.0, \"xmax\": 323.0, \"ymax\": 1025.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1270.0, \"ymin\": 988.0, \"xmax\": 1286.0, \"ymax\": 1004.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1374.0, \"ymin\": 645.0, \"xmax\": 1453.0, \"ymax\": 727.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1545.0, \"ymin\": 755.0, \"xmax\": 1618.0, \"ymax\": 830.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1456.0, \"ymin\": 653.0, \"xmax\": 1538.0, \"ymax\": 731.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 823.0, \"ymin\": 953.0, \"xmax\": 836.0, \"ymax\": 967.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1549.0, \"ymin\": 832.0, \"xmax\": 1621.0, \"ymax\": 911.0}, \"category\": \"i4l\"}]}, \"80124\": {\"path\": \"test/80124.jpg\", \"id\": 80124, \"objects\": [{\"bbox\": {\"xmin\": 186.0, \"ymin\": 686.0, \"xmax\": 273.0, \"ymax\": 773.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1194.0, \"ymin\": 847.0, \"xmax\": 1224.0, \"ymax\": 877.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1313.0, \"ymin\": 880.0, \"xmax\": 1328.0, \"ymax\": 910.0}, \"category\": \"ph4.5\"}]}, \"39216\": {\"path\": \"other/39216.jpg\", \"id\": 39216, \"objects\": [{\"bbox\": {\"xmin\": 1106.64, \"ymin\": 947.345, \"xmax\": 1120.3589000000002, \"ymax\": 963.2743}, \"category\": \"pn\"}]}, \"93481\": {\"path\": \"train/93481.jpg\", \"id\": 93481, \"objects\": [{\"bbox\": {\"xmin\": 1017.61, \"ymin\": 886.364, \"xmax\": 1045.4545, \"ymax\": 914.7727}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1153.41, \"ymin\": 940.909, \"xmax\": 1167.0455000000002, \"ymax\": 954.5455}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1168.75, \"ymin\": 939.773, \"xmax\": 1184.0909, \"ymax\": 956.25}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 903.411, \"ymin\": 890.342, \"xmax\": 930.6823999999999, \"ymax\": 918.7503}, \"category\": \"pne\"}]}, \"40486\": {\"path\": \"test/40486.jpg\", \"id\": 40486, \"objects\": [{\"bbox\": {\"xmin\": 906.0, \"ymin\": 866.0, \"xmax\": 940.0, \"ymax\": 897.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1076.0, \"ymin\": 901.0, \"xmax\": 1099.0, \"ymax\": 925.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1102.0, \"ymin\": 898.0, \"xmax\": 1130.0, \"ymax\": 925.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 716.0, \"ymin\": 871.0, \"xmax\": 747.0, \"ymax\": 902.0}, \"category\": \"pne\"}]}, \"17356\": {\"path\": \"other/17356.jpg\", \"id\": 17356, \"objects\": [{\"bbox\": {\"xmin\": 1505.0, \"ymin\": 917.0, \"xmax\": 1569.0, \"ymax\": 983.0}, \"category\": \"pm8\"}]}, \"11653\": {\"path\": \"other/11653.jpg\", \"id\": 11653, \"objects\": [{\"bbox\": {\"xmin\": 737.302, \"ymin\": 930.952, \"xmax\": 750.0, \"ymax\": 946.0317}, \"category\": \"pne\"}]}, \"7915\": {\"path\": \"train/7915.jpg\", \"id\": 7915, \"objects\": [{\"bbox\": {\"xmin\": 9.33333, \"ymin\": 790.667, \"xmax\": 121.33133000000001, \"ymax\": 949.3330000000001}, \"category\": \"pl60\"}]}, \"35551\": {\"path\": \"test/35551.jpg\", \"id\": 35551, \"objects\": [{\"bbox\": {\"xmin\": 1682.35, \"ymin\": 996.078, \"xmax\": 1714.4737, \"ymax\": 1028.9474}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 497.368, \"ymin\": 1031.37, \"xmax\": 525.0, \"ymax\": 1064.4737}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 498.039, \"ymin\": 986.275, \"xmax\": 529.4118, \"ymax\": 1019.6078}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 240.789, \"ymin\": 978.947, \"xmax\": 277.6314, \"ymax\": 1017.1052999999999}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1676.47, \"ymin\": 952.941, \"xmax\": 1713.7255, \"ymax\": 992.1053}, \"category\": \"ps\"}]}, \"67760\": {\"path\": \"other/67760.jpg\", \"id\": 67760, \"objects\": [{\"bbox\": {\"xmin\": 1094.7, \"ymin\": 952.98, \"xmax\": 1130.4603, \"ymax\": 990.0662}, \"category\": \"ph3.3\"}]}, \"22576\": {\"path\": \"test/22576.jpg\", \"id\": 22576, \"objects\": [{\"bbox\": {\"xmin\": 903.175, \"ymin\": 953.175, \"xmax\": 918.2539999999999, \"ymax\": 969.8412999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 677.228, \"ymin\": 969.886, \"xmax\": 703.9603999999999, \"ymax\": 995.4544999999999}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 848.413, \"ymin\": 953.465, \"xmax\": 862.3753, \"ymax\": 968.254}, \"category\": \"pne\"}]}, \"84293\": {\"path\": \"test/84293.jpg\", \"id\": 84293, \"objects\": [{\"bbox\": {\"xmin\": 1327.58, \"ymin\": 978.738, \"xmax\": 1349.5039, \"ymax\": 1001.6613000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1656.47, \"ymin\": 807.309, \"xmax\": 1698.0066, \"ymax\": 851.4954}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1647.17, \"ymin\": 810.299, \"xmax\": 1800.6550000000002, \"ymax\": 949.834}, \"category\": \"w59\"}]}, \"25296\": {\"path\": \"test/25296.jpg\", \"id\": 25296, \"objects\": [{\"bbox\": {\"xmin\": 1498.23, \"ymin\": 904.425, \"xmax\": 1516.8142, \"ymax\": 925.2212}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1519.91, \"ymin\": 904.868, \"xmax\": 1539.383, \"ymax\": 925.6642}, \"category\": \"pn\"}]}, \"97625\": {\"path\": \"test/97625.jpg\", \"id\": 97625, \"objects\": [{\"bbox\": {\"xmin\": 1683.33, \"ymin\": 973.016, \"xmax\": 1703.9683, \"ymax\": 993.6508}, \"category\": \"pl30\"}]}, \"50392\": {\"path\": \"other/50392.jpg\", \"id\": 50392, \"objects\": [{\"bbox\": {\"xmin\": 1158.21, \"ymin\": 999.004, \"xmax\": 1176.1195, \"ymax\": 1017.4124}, \"category\": \"w20\"}]}, \"51781\": {\"path\": \"other/51781.jpg\", \"id\": 51781, \"objects\": [{\"bbox\": {\"xmin\": 19.6078, \"ymin\": 821.569, \"xmax\": 112.2572, \"ymax\": 918.2389999999999}, \"category\": \"w59\"}]}, \"6203\": {\"path\": \"train/6203.jpg\", \"id\": 6203, \"objects\": [{\"bbox\": {\"xmin\": 1676.47, \"ymin\": 119.608, \"xmax\": 1888.2350000000001, \"ymax\": 311.765}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1900.0, \"ymin\": 196.078, \"xmax\": 2045.098, \"ymax\": 382.353}, \"category\": \"pn\"}]}, \"39584\": {\"path\": \"train/39584.jpg\", \"id\": 39584, \"objects\": [{\"bbox\": {\"xmin\": 1237.62, \"ymin\": 806.931, \"xmax\": 1285.1484999999998, \"ymax\": 852.4752000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1192.08, \"ymin\": 807.921, \"xmax\": 1233.6634, \"ymax\": 853.4653000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1291.09, \"ymin\": 808.911, \"xmax\": 1330.6931, \"ymax\": 854.4553999999999}, \"category\": \"pn\"}]}, \"24456\": {\"path\": \"other/24456.jpg\", \"id\": 24456, \"objects\": [{\"bbox\": {\"xmin\": 1272.73, \"ymin\": 928.409, \"xmax\": 1305.6818, \"ymax\": 960.7956}, \"category\": \"ph2.8\"}]}, \"85532\": {\"path\": \"train/85532.jpg\", \"id\": 85532, \"objects\": [{\"bbox\": {\"xmin\": 182.667, \"ymin\": 945.333, \"xmax\": 234.667, \"ymax\": 1008.0}, \"category\": \"i5\"}]}, \"73803\": {\"path\": \"train/73803.jpg\", \"id\": 73803, \"objects\": [{\"bbox\": {\"xmin\": 1738.0, \"ymin\": 936.0, \"xmax\": 1761.0, \"ymax\": 961.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1737.0, \"ymin\": 966.0, \"xmax\": 1761.0, \"ymax\": 992.0}, \"category\": \"pn\"}]}, \"69963\": {\"path\": \"test/69963.jpg\", \"id\": 69963, \"objects\": [{\"bbox\": {\"xmin\": 341.27, \"ymin\": 336.508, \"xmax\": 393.6508, \"ymax\": 438.889}, \"category\": \"p10\"}]}, \"54874\": {\"path\": \"test/54874.jpg\", \"id\": 54874, \"objects\": [{\"bbox\": {\"xmin\": 614.0, \"ymin\": 729.0, \"xmax\": 720.0, \"ymax\": 864.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 668.0, \"ymin\": 599.0, \"xmax\": 766.0, \"ymax\": 722.0}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 735.0, \"ymin\": 745.0, \"xmax\": 818.0, \"ymax\": 869.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 574.0, \"xmax\": 36.0, \"ymax\": 669.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": -1.0, \"ymin\": 668.0, \"xmax\": 43.0, \"ymax\": 768.0}, \"category\": \"i2r\"}]}, \"91952\": {\"path\": \"train/91952.jpg\", \"id\": 91952, \"objects\": [{\"bbox\": {\"xmin\": 1608.8, \"ymin\": 811.2, \"xmax\": 1635.2, \"ymax\": 838.4000000000001}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1769.6, \"ymin\": 825.6, \"xmax\": 1789.6, \"ymax\": 852.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1692.0, \"ymin\": 818.4, \"xmax\": 1717.6, \"ymax\": 846.4}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1577.6, \"ymin\": 776.8, \"xmax\": 1606.3999999999999, \"ymax\": 805.5999999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1610.4, \"ymin\": 778.4, \"xmax\": 1636.0, \"ymax\": 808.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1664.0, \"ymin\": 815.2, \"xmax\": 1688.8, \"ymax\": 844.0}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1578.4, \"ymin\": 808.8, \"xmax\": 1605.6000000000001, \"ymax\": 837.5999999999999}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1740.8, \"ymin\": 823.2, \"xmax\": 1765.6, \"ymax\": 849.6}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1824.0, \"ymin\": 830.4, \"xmax\": 1846.4, \"ymax\": 855.1999999999999}, \"category\": \"pne\"}]}, \"21032\": {\"path\": \"test/21032.jpg\", \"id\": 21032, \"objects\": [{\"bbox\": {\"xmin\": 1458.67, \"ymin\": 752.0, \"xmax\": 1500.0, \"ymax\": 790.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1698.67, \"ymin\": 774.667, \"xmax\": 1730.6667, \"ymax\": 810.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1585.33, \"ymin\": 761.333, \"xmax\": 1620.0, \"ymax\": 800.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 704.0, \"xmax\": 1452.0, \"ymax\": 742.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1458.67, \"ymin\": 708.0, \"xmax\": 1497.3333, \"ymax\": 746.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1542.67, \"ymin\": 758.667, \"xmax\": 1578.6667, \"ymax\": 796.0}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 748.0, \"xmax\": 1452.0, \"ymax\": 788.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1660.0, \"ymin\": 769.333, \"xmax\": 1694.6667, \"ymax\": 808.0}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1781.33, \"ymin\": 781.333, \"xmax\": 1812.0, \"ymax\": 820.0}, \"category\": \"pne\"}]}, \"48711\": {\"path\": \"other/48711.jpg\", \"id\": 48711, \"objects\": [{\"bbox\": {\"xmin\": 1697.79, \"ymin\": 816.814, \"xmax\": 1727.4361, \"ymax\": 852.2124}, \"category\": \"ph4.8\"}]}, \"18891\": {\"path\": \"other/18891.jpg\", \"id\": 18891, \"objects\": [{\"bbox\": {\"xmin\": 1784.0576171875, \"ymin\": 884.555908203125, \"xmax\": 1800.36376953125, \"ymax\": 913.707275390625}, \"category\": \"pne\"}]}, \"8421\": {\"path\": \"train/8421.jpg\", \"id\": 8421, \"objects\": [{\"bbox\": {\"xmin\": 898.0, \"ymin\": 909.0, \"xmax\": 945.0, \"ymax\": 970.0}, \"category\": \"pl40\"}]}, \"71595\": {\"path\": \"train/71595.jpg\", \"id\": 71595, \"objects\": [{\"bbox\": {\"xmin\": 514.474, \"ymin\": 973.684, \"xmax\": 572.3684000000001, \"ymax\": 1036.8421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1031.86, \"ymin\": 901.77, \"xmax\": 1056.1971999999998, \"ymax\": 925.2212}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1207.96, \"ymin\": 899.115, \"xmax\": 1251.3274000000001, \"ymax\": 942.0354}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1086.28, \"ymin\": 984.513, \"xmax\": 1104.4198, \"ymax\": 1003.5396000000001}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1057.52, \"ymin\": 902.212, \"xmax\": 1079.646, \"ymax\": 925.2212}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 438.158, \"ymin\": 975.0, \"xmax\": 492.1053, \"ymax\": 1034.2108}, \"category\": \"pne\"}]}, \"92766\": {\"path\": \"train/92766.jpg\", \"id\": 92766, \"objects\": [{\"bbox\": {\"xmin\": 600.0, \"ymin\": 788.158, \"xmax\": 651.3158, \"ymax\": 840.7895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1207.89, \"ymin\": 839.474, \"xmax\": 1250.0, \"ymax\": 884.2105}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1118.42, \"ymin\": 839.474, \"xmax\": 1160.5263, \"ymax\": 884.2105}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1165.79, \"ymin\": 839.474, \"xmax\": 1205.2631999999999, \"ymax\": 880.2632000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 423.684, \"ymin\": 800.0, \"xmax\": 463.15790000000004, \"ymax\": 848.6842}, \"category\": \"pne\"}]}, \"18738\": {\"path\": \"train/18738.jpg\", \"id\": 18738, \"objects\": [{\"bbox\": {\"xmin\": 1682.67, \"ymin\": 785.333, \"xmax\": 1729.3333, \"ymax\": 836.0}, \"category\": \"pl60\"}]}, \"59682\": {\"path\": \"train/59682.jpg\", \"id\": 59682, \"objects\": [{\"bbox\": {\"xmin\": 1623.02, \"ymin\": 889.683, \"xmax\": 1653.1746, \"ymax\": 919.8413}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1531.75, \"ymin\": 884.921, \"xmax\": 1560.3175, \"ymax\": 916.6667}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1402.38, \"ymin\": 926.984, \"xmax\": 1421.4286000000002, \"ymax\": 950.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1381.75, \"ymin\": 926.984, \"xmax\": 1400.8052, \"ymax\": 949.2063}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1425.4, \"ymin\": 927.778, \"xmax\": 1440.4808, \"ymax\": 945.2381}, \"category\": \"pn\"}]}, \"83078\": {\"path\": \"test/83078.jpg\", \"id\": 83078, \"objects\": [{\"bbox\": {\"xmin\": 197.333, \"ymin\": 913.333, \"xmax\": 237.3333, \"ymax\": 964.0}, \"category\": \"i2r\"}]}, \"8806\": {\"path\": \"train/8806.jpg\", \"id\": 8806, \"objects\": [{\"bbox\": {\"xmin\": 1070.67, \"ymin\": 776.0, \"xmax\": 1118.6667, \"ymax\": 824.0}, \"category\": \"pl40\"}]}, \"34298\": {\"path\": \"other/34298.jpg\", \"id\": 34298, \"objects\": [{\"bbox\": {\"xmin\": 1131.82, \"ymin\": 949.432, \"xmax\": 1143.75, \"ymax\": 963.0682}, \"category\": \"pn\"}]}, \"29855\": {\"path\": \"other/29855.jpg\", \"id\": 29855, \"objects\": [{\"bbox\": {\"xmin\": 11.743865966796875, \"ymin\": 956.2982177734375, \"xmax\": 43.958980560302734, \"ymax\": 989.081787109375}, \"category\": \"w63\"}]}, \"55547\": {\"path\": \"train/55547.jpg\", \"id\": 55547, \"objects\": [{\"bbox\": {\"xmin\": 623.5784301757812, \"ymin\": 957.8021850585938, \"xmax\": 642.2144165039062, \"ymax\": 975.5602416992188}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 773.333, \"ymin\": 966.667, \"xmax\": 821.3333, \"ymax\": 1014.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 773.333, \"ymin\": 918.667, \"xmax\": 820.0, \"ymax\": 968.0}, \"category\": \"ph4.8\"}, {\"bbox\": {\"xmin\": 772.0, \"ymin\": 874.667, \"xmax\": 819.9997, \"ymax\": 921.3333}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 774.667, \"ymin\": 1028.0, \"xmax\": 818.6673000000001, \"ymax\": 1073.3333}, \"category\": \"pbp\"}]}, \"65397\": {\"path\": \"train/65397.jpg\", \"id\": 65397, \"objects\": [{\"bbox\": {\"xmin\": 1882.35, \"ymin\": 729.412, \"xmax\": 1935.2940999999998, \"ymax\": 803.9216}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1635.29, \"ymin\": 690.196, \"xmax\": 1701.9608, \"ymax\": 772.549}, \"category\": \"pne\"}]}, \"97628\": {\"path\": \"train/97628.jpg\", \"id\": 97628, \"objects\": [{\"bbox\": {\"xmin\": 73.3333, \"ymin\": 1017.33, \"xmax\": 137.3333, \"ymax\": 1094.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1441.33, \"ymin\": 980.0, \"xmax\": 1530.6667, \"ymax\": 1077.333}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 949.333, \"xmax\": 1224.0, \"ymax\": 973.3333}, \"category\": \"pcr\"}]}, \"14886\": {\"path\": \"train/14886.jpg\", \"id\": 14886, \"objects\": [{\"bbox\": {\"xmin\": 1468.87, \"ymin\": 950.331, \"xmax\": 1486.7549999999999, \"ymax\": 969.5364000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1431.79, \"ymin\": 949.007, \"xmax\": 1450.3310999999999, \"ymax\": 968.8742}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1452.98, \"ymin\": 949.669, \"xmax\": 1468.8742, \"ymax\": 969.5364}, \"category\": \"pn\"}]}, \"641\": {\"path\": \"test/641.jpg\", \"id\": 641, \"objects\": [{\"bbox\": {\"xmin\": 1982.89, \"ymin\": 784.211, \"xmax\": 2025.0, \"ymax\": 844.7368}, \"category\": \"pne\"}]}, \"73774\": {\"path\": \"test/73774.jpg\", \"id\": 73774, \"objects\": [{\"bbox\": {\"xmin\": 1868.0, \"ymin\": 804.0, \"xmax\": 1932.0, \"ymax\": 872.0003}, \"category\": \"pl30\"}]}, \"62965\": {\"path\": \"test/62965.jpg\", \"id\": 62965, \"objects\": [{\"bbox\": {\"xmin\": 1257.33, \"ymin\": 908.0, \"xmax\": 1302.6667, \"ymax\": 946.6667}, \"category\": \"w59\"}]}, \"83280\": {\"path\": \"train/83280.jpg\", \"id\": 83280, \"objects\": [{\"bbox\": {\"xmin\": 122.667, \"ymin\": 661.333, \"xmax\": 185.3333, \"ymax\": 745.333}, \"category\": \"ph4.5\"}]}, \"11640\": {\"path\": \"train/11640.jpg\", \"id\": 11640, \"objects\": [{\"bbox\": {\"xmin\": 1248.51, \"ymin\": 855.446, \"xmax\": 1325.7426, \"ymax\": 914.8515}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1792.86, \"ymin\": 662.698, \"xmax\": 1830.1587, \"ymax\": 704.7619}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1739.68, \"ymin\": 653.175, \"xmax\": 1780.1587, \"ymax\": 696.0317}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1737.3, \"ymin\": 726.984, \"xmax\": 1777.7777999999998, \"ymax\": 767.4603000000001}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1912.7, \"ymin\": 835.714, \"xmax\": 1953.1746, \"ymax\": 883.3333}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1838.89, \"ymin\": 738.889, \"xmax\": 1873.0159, \"ymax\": 783.3333}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1791.27, \"ymin\": 734.921, \"xmax\": 1829.3651, \"ymax\": 775.3968000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1040.59, \"ymin\": 911.881, \"xmax\": 1060.396, \"ymax\": 931.6831999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1062.38, \"ymin\": 909.901, \"xmax\": 1081.1881, \"ymax\": 929.703}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 146.535, \"ymin\": 957.426, \"xmax\": 179.2086, \"ymax\": 1004.9505}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1837.62, \"ymin\": 672.277, \"xmax\": 1877.2277, \"ymax\": 710.8911}, \"category\": \"pbp\"}]}, \"1094\": {\"path\": \"train/1094.jpg\", \"id\": 1094, \"objects\": [{\"bbox\": {\"xmin\": 1195.05, \"ymin\": 991.089, \"xmax\": 1217.8218, \"ymax\": 1022.7723000000001}, \"category\": \"pne\"}]}, \"59511\": {\"path\": \"other/59511.jpg\", \"id\": 59511, \"objects\": [{\"bbox\": {\"xmin\": 1265.93, \"ymin\": 942.921, \"xmax\": 1281.4159, \"ymax\": 959.293}, \"category\": \"pl80\"}]}, \"15156\": {\"path\": \"train/15156.jpg\", \"id\": 15156, \"objects\": [{\"bbox\": {\"xmin\": 357.0, \"ymin\": 578.0, \"xmax\": 460.0, \"ymax\": 687.0}, \"category\": \"pr40\"}]}, \"54036\": {\"path\": \"test/54036.jpg\", \"id\": 54036, \"objects\": [{\"bbox\": {\"xmin\": 1735.53, \"ymin\": 753.947, \"xmax\": 1782.8947, \"ymax\": 811.8421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1896.05, \"ymin\": 838.158, \"xmax\": 1925.0, \"ymax\": 877.6316}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1861.84, \"ymin\": 835.526, \"xmax\": 1892.1053, \"ymax\": 875.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1927.63, \"ymin\": 842.105, \"xmax\": 1956.5789000000002, \"ymax\": 877.6316}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1523.68, \"ymin\": 740.789, \"xmax\": 1580.2558000000001, \"ymax\": 802.6315999999999}, \"category\": \"pne\"}]}, \"97662\": {\"path\": \"train/97662.jpg\", \"id\": 97662, \"objects\": [{\"bbox\": {\"xmin\": 954.928, \"ymin\": 965.0, \"xmax\": 1007.1942, \"ymax\": 1019.2555}, \"category\": \"pl30\"}]}, \"24065\": {\"path\": \"train/24065.jpg\", \"id\": 24065, \"objects\": [{\"bbox\": {\"xmin\": 74.0, \"ymin\": 639.0, \"xmax\": 270.0, \"ymax\": 859.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1087.0, \"ymin\": 980.0, \"xmax\": 1107.0, \"ymax\": 1001.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1131.0, \"ymin\": 955.0, \"xmax\": 1162.0, \"ymax\": 980.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 101.0, \"ymin\": 860.0, \"xmax\": 217.0, \"ymax\": 1025.0}, \"category\": \"w59\"}]}, \"61546\": {\"path\": \"test/61546.jpg\", \"id\": 61546, \"objects\": [{\"bbox\": {\"xmin\": 1250.67, \"ymin\": 762.667, \"xmax\": 1310.6667, \"ymax\": 821.3333}, \"category\": \"pl30\"}]}, \"21664\": {\"path\": \"train/21664.jpg\", \"id\": 21664, \"objects\": [{\"bbox\": {\"xmin\": 874.603, \"ymin\": 908.73, \"xmax\": 901.5872999999999, \"ymax\": 933.3333}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 785.714, \"ymin\": 913.492, \"xmax\": 807.1429, \"ymax\": 937.3016}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 505.556, \"ymin\": 910.317, \"xmax\": 528.5714, \"ymax\": 931.746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 815.873, \"ymin\": 937.302, \"xmax\": 833.3333, \"ymax\": 956.3492}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 428.571, \"ymin\": 912.698, \"xmax\": 449.20630000000006, \"ymax\": 936.5079}, \"category\": \"pne\"}]}, \"98115\": {\"path\": \"test/98115.jpg\", \"id\": 98115, \"objects\": [{\"bbox\": {\"xmin\": 164.706, \"ymin\": 615.686, \"xmax\": 223.52939999999998, \"ymax\": 707.8431}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 225.49, \"ymin\": 639.216, \"xmax\": 278.4315, \"ymax\": 723.5297}, \"category\": \"pn\"}]}, \"32418\": {\"path\": \"train/32418.jpg\", \"id\": 32418, \"objects\": [{\"bbox\": {\"xmin\": 1278.0, \"ymin\": 979.367, \"xmax\": 1309.2394, \"ymax\": 1013.4402}, \"category\": \"i5\"}]}, \"91634\": {\"path\": \"train/91634.jpg\", \"id\": 91634, \"objects\": [{\"bbox\": {\"xmin\": 1882.0, \"ymin\": 694.0, \"xmax\": 1954.0, \"ymax\": 786.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1797.0, \"ymin\": 681.0, \"xmax\": 1878.0, \"ymax\": 784.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1956.0, \"ymin\": 706.0, \"xmax\": 2028.0, \"ymax\": 796.0}, \"category\": \"pn\"}]}, \"32551\": {\"path\": \"train/32551.jpg\", \"id\": 32551, \"objects\": [{\"bbox\": {\"xmin\": 1473.33, \"ymin\": 928.0, \"xmax\": 1542.6667, \"ymax\": 998.6667}, \"category\": \"pr40\"}]}, \"58719\": {\"path\": \"test/58719.jpg\", \"id\": 58719, \"objects\": [{\"bbox\": {\"xmin\": 1905.94, \"ymin\": 993.069, \"xmax\": 1930.6931, \"ymax\": 1024.7525}, \"category\": \"i2r\"}]}, \"30725\": {\"path\": \"other/30725.jpg\", \"id\": 30725, \"objects\": [{\"bbox\": {\"xmin\": 1438.1083984375, \"ymin\": 1069.3446044921875, \"xmax\": 1464.062744140625, \"ymax\": 1093.5384521484375}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1342.333984375, \"ymin\": 1068.5240478515625, \"xmax\": 1368.659423828125, \"ymax\": 1093.2994384765625}, \"category\": \"i4\"}]}, \"65075\": {\"path\": \"test/65075.jpg\", \"id\": 65075, \"objects\": [{\"bbox\": {\"xmin\": 272.917, \"ymin\": 829.398, \"xmax\": 347.3345, \"ymax\": 917.3617}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1483.34, \"ymin\": 807.333, \"xmax\": 1586.003, \"ymax\": 913.333}, \"category\": \"pl100\"}]}, \"81312\": {\"path\": \"train/81312.jpg\", \"id\": 81312, \"objects\": [{\"bbox\": {\"xmin\": 807.895, \"ymin\": 1253.95, \"xmax\": 876.3158, \"ymax\": 1321.0479}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 382.895, \"ymin\": 957.895, \"xmax\": 423.6846, \"ymax\": 998.6842}, \"category\": \"w30\"}]}, \"88771\": {\"path\": \"train/88771.jpg\", \"id\": 88771, \"objects\": [{\"bbox\": {\"xmin\": 1686.14, \"ymin\": 885.149, \"xmax\": 1710.8911, \"ymax\": 914.8515}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1657.5, \"ymin\": 884.156, \"xmax\": 1682.1837, \"ymax\": 914.851}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1716.83, \"ymin\": 888.119, \"xmax\": 1738.6138999999998, \"ymax\": 916.8317000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1729.7, \"ymin\": 535.644, \"xmax\": 1820.7921000000001, \"ymax\": 638.614}, \"category\": \"pne\"}]}, \"38962\": {\"path\": \"other/38962.jpg\", \"id\": 38962, \"objects\": [{\"bbox\": {\"xmin\": 1293.07, \"ymin\": 925.397, \"xmax\": 1308.9108999999999, \"ymax\": 940.5931}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1195.05, \"ymin\": 922.222, \"xmax\": 1209.901, \"ymax\": 936.5079}, \"category\": \"pne\"}]}, \"41562\": {\"path\": \"test/41562.jpg\", \"id\": 41562, \"objects\": [{\"bbox\": {\"xmin\": 1439.47, \"ymin\": 942.105, \"xmax\": 1503.9474, \"ymax\": 1002.6316}, \"category\": \"w57\"}]}, \"15134\": {\"path\": \"train/15134.jpg\", \"id\": 15134, \"objects\": [{\"bbox\": {\"xmin\": 1996.0, \"ymin\": 774.667, \"xmax\": 2030.6667, \"ymax\": 820.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1865.33, \"ymin\": 754.667, \"xmax\": 1902.6667, \"ymax\": 804.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1814.67, \"ymin\": 746.667, \"xmax\": 1853.3333, \"ymax\": 797.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1949.33, \"ymin\": 766.667, \"xmax\": 1985.3333, \"ymax\": 812.0}, \"category\": \"pl100\"}]}, \"84280\": {\"path\": \"train/84280.jpg\", \"id\": 84280, \"objects\": [{\"bbox\": {\"xmin\": 1584.11, \"ymin\": 992.715, \"xmax\": 1603.3112999999998, \"ymax\": 1015.2318}, \"category\": \"p19\"}]}, \"87220\": {\"path\": \"test/87220.jpg\", \"id\": 87220, \"objects\": [{\"bbox\": {\"xmin\": 1298.68, \"ymin\": 868.421, \"xmax\": 1325.0, \"ymax\": 903.9474}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1334.21, \"ymin\": 871.053, \"xmax\": 1361.8421, \"ymax\": 902.6316}, \"category\": \"pn\"}]}, \"35374\": {\"path\": \"train/35374.jpg\", \"id\": 35374, \"objects\": [{\"bbox\": {\"xmin\": 1807.89, \"ymin\": 943.421, \"xmax\": 1844.7332000000001, \"ymax\": 985.5259000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1807.89, \"ymin\": 985.526, \"xmax\": 1847.3684, \"ymax\": 1024.9995999999999}, \"category\": \"pn\"}]}, \"87793\": {\"path\": \"train/87793.jpg\", \"id\": 87793, \"objects\": [{\"bbox\": {\"xmin\": 795.05, \"ymin\": 854.455, \"xmax\": 830.6931, \"ymax\": 895.0495000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1224.75, \"ymin\": 918.812, \"xmax\": 1249.5025, \"ymax\": 942.5743}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 918.812, \"xmax\": 1222.7721, \"ymax\": 940.5941}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1250.5, \"ymin\": 915.842, \"xmax\": 1275.2839, \"ymax\": 941.5842}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 657.426, \"ymin\": 866.337, \"xmax\": 693.0693, \"ymax\": 904.9505}, \"category\": \"pne\"}]}, \"58136\": {\"path\": \"train/58136.jpg\", \"id\": 58136, \"objects\": [{\"bbox\": {\"xmin\": 1432.0, \"ymin\": 694.667, \"xmax\": 1492.0, \"ymax\": 753.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1352.0, \"ymin\": 688.0, \"xmax\": 1416.0, \"ymax\": 749.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1485.33, \"ymin\": 929.333, \"xmax\": 1545.3333, \"ymax\": 993.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 994.667, \"xmax\": 1518.6667, \"ymax\": 1056.0}, \"category\": \"i2r\"}]}, \"2569\": {\"path\": \"test/2569.jpg\", \"id\": 2569, \"objects\": [{\"bbox\": {\"xmin\": 443.137, \"ymin\": 703.922, \"xmax\": 509.8039, \"ymax\": 774.5098}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 227.451, \"ymin\": 741.176, \"xmax\": 284.3137, \"ymax\": 798.0392}, \"category\": \"pne\"}]}, \"13058\": {\"path\": \"train/13058.jpg\", \"id\": 13058, \"objects\": [{\"bbox\": {\"xmin\": 1148.0, \"ymin\": 958.667, \"xmax\": 1188.0, \"ymax\": 1002.6667}, \"category\": \"p10\"}]}, \"25815\": {\"path\": \"test/25815.jpg\", \"id\": 25815, \"objects\": [{\"bbox\": {\"xmin\": 1516.0, \"ymin\": 1070.67, \"xmax\": 1552.0, \"ymax\": 1108.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1517.33, \"ymin\": 1036.0, \"xmax\": 1552.0, \"ymax\": 1072.0}, \"category\": \"pm55\"}]}, \"29202\": {\"path\": \"train/29202.jpg\", \"id\": 29202, \"objects\": [{\"bbox\": {\"xmin\": 13.0682, \"ymin\": 888.068, \"xmax\": 30.113599999999998, \"ymax\": 915.3409}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 32.3864, \"ymin\": 887.5, \"xmax\": 50.568200000000004, \"ymax\": 914.7727}, \"category\": \"pn\"}]}, \"76157\": {\"path\": \"train/76157.jpg\", \"id\": 76157, \"objects\": [{\"bbox\": {\"xmin\": 1006.35, \"ymin\": 854.762, \"xmax\": 1038.8925, \"ymax\": 893.6507999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1042.06, \"ymin\": 856.349, \"xmax\": 1076.9814, \"ymax\": 892.0634}, \"category\": \"pn\"}]}, \"37732\": {\"path\": \"train/37732.jpg\", \"id\": 37732, \"objects\": [{\"bbox\": {\"xmin\": 924.603, \"ymin\": 945.238, \"xmax\": 943.6508, \"ymax\": 965.0794000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1117.46, \"ymin\": 955.556, \"xmax\": 1129.3651, \"ymax\": 972.2222}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1086.51, \"ymin\": 957.143, \"xmax\": 1100.7937, \"ymax\": 971.4286000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1102.38, \"ymin\": 958.73, \"xmax\": 1115.0794, \"ymax\": 973.8095000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 859.524, \"ymin\": 945.238, \"xmax\": 874.6032, \"ymax\": 962.6984000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 2028.57, \"ymin\": 885.714, \"xmax\": 2047.619, \"ymax\": 914.2857}, \"category\": \"pne\"}]}, \"47313\": {\"path\": \"train/47313.jpg\", \"id\": 47313, \"objects\": [{\"bbox\": {\"xmin\": 1344.0, \"ymin\": 724.0, \"xmax\": 1404.0, \"ymax\": 790.6667}, \"category\": \"pl40\"}]}, \"54397\": {\"path\": \"train/54397.jpg\", \"id\": 54397, \"objects\": [{\"bbox\": {\"xmin\": 452.632, \"ymin\": 881.579, \"xmax\": 480.2632, \"ymax\": 911.8421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 373.684, \"ymin\": 888.158, \"xmax\": 398.68420000000003, \"ymax\": 918.4211}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1414.47, \"ymin\": 1019.74, \"xmax\": 1434.2105000000001, \"ymax\": 1048.6842}, \"category\": \"pne\"}]}, \"62019\": {\"path\": \"test/62019.jpg\", \"id\": 62019, \"objects\": [{\"bbox\": {\"xmin\": 1454.0, \"ymin\": 942.0, \"xmax\": 1482.0, \"ymax\": 973.0}, \"category\": \"pl20\"}]}, \"81000\": {\"path\": \"test/81000.jpg\", \"id\": 81000, \"objects\": [{\"bbox\": {\"xmin\": 1811.0, \"ymin\": 869.0, \"xmax\": 1828.0, \"ymax\": 894.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1620.0, \"ymin\": 821.0, \"xmax\": 1647.0, \"ymax\": 854.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1757.0, \"ymin\": 944.0, \"xmax\": 1772.0, \"ymax\": 964.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1772.0, \"ymin\": 865.0, \"xmax\": 1793.0, \"ymax\": 890.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1716.0, \"ymin\": 862.0, \"xmax\": 1734.0, \"ymax\": 887.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1697.0, \"ymin\": 863.0, \"xmax\": 1714.0, \"ymax\": 888.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1734.0, \"ymin\": 864.0, \"xmax\": 1754.0, \"ymax\": 888.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1441.0, \"ymin\": 809.0, \"xmax\": 1478.0, \"ymax\": 845.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1791.0, \"ymin\": 869.0, \"xmax\": 1809.0, \"ymax\": 896.0}, \"category\": \"im\"}]}, \"12916\": {\"path\": \"train/12916.jpg\", \"id\": 12916, \"objects\": [{\"bbox\": {\"xmin\": 1476.0, \"ymin\": 1021.33, \"xmax\": 1504.0, \"ymax\": 1048.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 994.667, \"xmax\": 1501.3366, \"ymax\": 1022.667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 360.0, \"ymin\": 1028.0, \"xmax\": 394.6667, \"ymax\": 1098.6667}, \"category\": \"pm20\"}]}, \"75506\": {\"path\": \"train/75506.jpg\", \"id\": 75506, \"objects\": [{\"bbox\": {\"xmin\": 1548.0, \"ymin\": 302.0, \"xmax\": 1689.0, \"ymax\": 437.0}, \"category\": \"pr40\"}]}, \"79416\": {\"path\": \"test/79416.jpg\", \"id\": 79416, \"objects\": [{\"bbox\": {\"xmin\": 1741.58, \"ymin\": 749.505, \"xmax\": 1797.0296999999998, \"ymax\": 806.9307}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1720.79, \"ymin\": 887.129, \"xmax\": 1743.5644, \"ymax\": 913.8614}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1693.07, \"ymin\": 884.158, \"xmax\": 1717.8218, \"ymax\": 915.8416}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1502.97, \"ymin\": 731.683, \"xmax\": 1567.3267, \"ymax\": 797.0297}, \"category\": \"pne\"}]}, \"33075\": {\"path\": \"test/33075.jpg\", \"id\": 33075, \"objects\": [{\"bbox\": {\"xmin\": 1808.52, \"ymin\": 911.364, \"xmax\": 1826.8657, \"ymax\": 931.8182}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1732.93, \"ymin\": 914.204, \"xmax\": 1743.1753, \"ymax\": 936.9323999999999}, \"category\": \"pne\"}]}, \"11463\": {\"path\": \"train/11463.jpg\", \"id\": 11463, \"objects\": [{\"bbox\": {\"xmin\": 1747.06, \"ymin\": 994.118, \"xmax\": 1833.3356999999999, \"ymax\": 1092.1569}, \"category\": \"pm20\"}]}, \"23076\": {\"path\": \"other/23076.jpg\", \"id\": 23076, \"objects\": [{\"bbox\": {\"xmin\": 1173.1893310546875, \"ymin\": 933.112060546875, \"xmax\": 1191.9996337890625, \"ymax\": 950.1571044921875}, \"category\": \"pne\"}]}, \"94533\": {\"path\": \"other/94533.jpg\", \"id\": 94533, \"objects\": [{\"bbox\": {\"xmin\": 1848.9365234375, \"ymin\": 441.41412353515625, \"xmax\": 2040.964599609375, \"ymax\": 587.1759643554688}, \"category\": \"w57\"}]}, \"2567\": {\"path\": \"train/2567.jpg\", \"id\": 2567, \"objects\": [{\"bbox\": {\"xmin\": 1035.76, \"ymin\": 886.093, \"xmax\": 1061.5894, \"ymax\": 913.9073}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1227.81, \"ymin\": 938.411, \"xmax\": 1243.7086, \"ymax\": 956.9535999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1210.6, \"ymin\": 939.073, \"xmax\": 1225.8277999999998, \"ymax\": 956.9535999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1247.02, \"ymin\": 939.735, \"xmax\": 1261.5894, \"ymax\": 957.6159}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 918.543, \"ymin\": 886.755, \"xmax\": 945.6954000000001, \"ymax\": 915.2318}, \"category\": \"pne\"}]}, \"67463\": {\"path\": \"other/67463.jpg\", \"id\": 67463, \"objects\": [{\"bbox\": {\"xmin\": 871.287, \"ymin\": 951.485, \"xmax\": 886.1386, \"ymax\": 966.3366}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 888.119, \"ymin\": 951.485, \"xmax\": 900.9901, \"ymax\": 965.3465}, \"category\": \"pn\"}]}, \"76010\": {\"path\": \"train/76010.jpg\", \"id\": 76010, \"objects\": [{\"bbox\": {\"xmin\": 1526.45, \"ymin\": 923.913, \"xmax\": 1543.4783, \"ymax\": 942.7536}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1382.97, \"ymin\": 917.391, \"xmax\": 1401.087, \"ymax\": 937.3188}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1545.29, \"ymin\": 924.637, \"xmax\": 1561.5912, \"ymax\": 942.3909}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1403.62, \"ymin\": 917.392, \"xmax\": 1422.4614, \"ymax\": 937.6815}, \"category\": \"pn\"}]}, \"5345\": {\"path\": \"test/5345.jpg\", \"id\": 5345, \"objects\": [{\"bbox\": {\"xmin\": 1306.93, \"ymin\": 923.762, \"xmax\": 1322.7723, \"ymax\": 939.6039999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1258.42, \"ymin\": 922.772, \"xmax\": 1274.2574, \"ymax\": 939.604}, \"category\": \"pne\"}]}, \"22974\": {\"path\": \"test/22974.jpg\", \"id\": 22974, \"objects\": [{\"bbox\": {\"xmin\": 1215.84, \"ymin\": 892.079, \"xmax\": 1241.5842, \"ymax\": 916.8317}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1246.53, \"ymin\": 889.109, \"xmax\": 1271.2871, \"ymax\": 916.8317000000001}, \"category\": \"pn\"}]}, \"98363\": {\"path\": \"other/98363.jpg\", \"id\": 98363, \"objects\": [{\"bbox\": {\"xmin\": 1029.49, \"ymin\": 889.243, \"xmax\": 1075.6972, \"ymax\": 940.2388000000001}, \"category\": \"ph3.3\"}]}, \"90225\": {\"path\": \"train/90225.jpg\", \"id\": 90225, \"objects\": [{\"bbox\": {\"xmin\": 1987.13, \"ymin\": 931.683, \"xmax\": 2034.6535000000001, \"ymax\": 985.1485}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1987.0, \"ymin\": 991.089, \"xmax\": 2027.6433, \"ymax\": 1026.733}, \"category\": \"w59\"}]}, \"50648\": {\"path\": \"test/50648.jpg\", \"id\": 50648, \"objects\": [{\"bbox\": {\"xmin\": 1719.34, \"ymin\": 962.667, \"xmax\": 1742.0032999999999, \"ymax\": 984.667}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1427.33, \"ymin\": 940.0, \"xmax\": 1464.0, \"ymax\": 973.9997}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1422.0, \"ymin\": 867.333, \"xmax\": 1458.0, \"ymax\": 904.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 10.0, \"ymin\": 952.0, \"xmax\": 30.6667, \"ymax\": 974.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1425.33, \"ymin\": 906.0, \"xmax\": 1461.3333, \"ymax\": 938.6667}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1719.33, \"ymin\": 930.0, \"xmax\": 1740.6667, \"ymax\": 953.3337}, \"category\": \"pbm\"}]}, \"24281\": {\"path\": \"train/24281.jpg\", \"id\": 24281, \"objects\": [{\"bbox\": {\"xmin\": 1076.0, \"ymin\": 858.667, \"xmax\": 1113.3333, \"ymax\": 900.0}, \"category\": \"ph4\"}]}, \"35637\": {\"path\": \"other/35637.jpg\", \"id\": 35637, \"objects\": [{\"bbox\": {\"xmin\": 1139.4345703125, \"ymin\": 943.6487426757812, \"xmax\": 1158.53564453125, \"ymax\": 960.4005737304688}, \"category\": \"i4\"}]}, \"19023\": {\"path\": \"train/19023.jpg\", \"id\": 19023, \"objects\": [{\"bbox\": {\"xmin\": 551.0, \"ymin\": 951.0, \"xmax\": 586.0, \"ymax\": 988.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 550.0, \"ymin\": 989.0, \"xmax\": 588.0, \"ymax\": 1030.0}, \"category\": \"pl5\"}]}, \"58531\": {\"path\": \"test/58531.jpg\", \"id\": 58531, \"objects\": [{\"bbox\": {\"xmin\": 395.0, \"ymin\": 975.0, \"xmax\": 428.0, \"ymax\": 1031.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 31.0, \"ymin\": 835.0, \"xmax\": 167.0, \"ymax\": 1001.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 15.0, \"ymin\": 523.0, \"xmax\": 142.0, \"ymax\": 678.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 19.0, \"ymin\": 677.0, \"xmax\": 162.0, \"ymax\": 836.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 391.0, \"ymin\": 900.0, \"xmax\": 426.0, \"ymax\": 953.0}, \"category\": \"pbm\"}]}, \"47979\": {\"path\": \"train/47979.jpg\", \"id\": 47979, \"objects\": [{\"bbox\": {\"xmin\": 1940.79, \"ymin\": 680.263, \"xmax\": 2007.8947, \"ymax\": 765.7895000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1913.16, \"ymin\": 846.053, \"xmax\": 1938.1579000000002, \"ymax\": 885.5263}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1853.95, \"ymin\": 836.842, \"xmax\": 1885.5263, \"ymax\": 877.6315999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1884.21, \"ymin\": 840.789, \"xmax\": 1911.8421, \"ymax\": 882.8947}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1644.74, \"ymin\": 634.211, \"xmax\": 1726.3158, \"ymax\": 722.3684000000001}, \"category\": \"pne\"}]}, \"56090\": {\"path\": \"train/56090.jpg\", \"id\": 56090, \"objects\": [{\"bbox\": {\"xmin\": 526.667, \"ymin\": 652.0, \"xmax\": 605.3333, \"ymax\": 738.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 608.0, \"ymin\": 629.333, \"xmax\": 693.3333, \"ymax\": 710.6667}, \"category\": \"w57\"}]}, \"36598\": {\"path\": \"train/36598.jpg\", \"id\": 36598, \"objects\": [{\"bbox\": {\"xmin\": 1712.0, \"ymin\": 966.667, \"xmax\": 1750.6667, \"ymax\": 1009.3333}, \"category\": \"p13\"}]}, \"12926\": {\"path\": \"other/12926.jpg\", \"id\": 12926, \"objects\": [{\"bbox\": {\"xmin\": 830.952, \"ymin\": 946.825, \"xmax\": 845.2374, \"ymax\": 958.7302000000001}, \"category\": \"pne\"}]}, \"20529\": {\"path\": \"other/20529.jpg\", \"id\": 20529, \"objects\": [{\"bbox\": {\"xmin\": 1298.67, \"ymin\": 941.333, \"xmax\": 1349.3333, \"ymax\": 986.6667}, \"category\": \"w31\"}]}, \"93629\": {\"path\": \"train/93629.jpg\", \"id\": 93629, \"objects\": [{\"bbox\": {\"xmin\": 472.368, \"ymin\": 905.263, \"xmax\": 498.6842, \"ymax\": 928.9474}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 369.737, \"ymin\": 910.526, \"xmax\": 396.05240000000003, \"ymax\": 934.2103}, \"category\": \"pne\"}]}, \"32356\": {\"path\": \"test/32356.jpg\", \"id\": 32356, \"objects\": [{\"bbox\": {\"xmin\": 760.927, \"ymin\": 882.781, \"xmax\": 794.0397, \"ymax\": 915.2317999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1139.07, \"ymin\": 935.099, \"xmax\": 1159.6026, \"ymax\": 960.2649}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1111.26, \"ymin\": 933.775, \"xmax\": 1133.1126, \"ymax\": 959.6025999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1165.56, \"ymin\": 938.411, \"xmax\": 1188.0795, \"ymax\": 959.6025999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 622.517, \"ymin\": 884.106, \"xmax\": 657.6159, \"ymax\": 919.2053}, \"category\": \"pne\"}]}, \"617\": {\"path\": \"train/617.jpg\", \"id\": 617, \"objects\": [{\"bbox\": {\"xmin\": 11.1111, \"ymin\": 836.508, \"xmax\": 38.8889, \"ymax\": 876.1905}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 463.492, \"ymin\": 845.238, \"xmax\": 492.06350000000003, \"ymax\": 880.9524}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 497.619, \"ymin\": 846.032, \"xmax\": 526.9841, \"ymax\": 879.3651}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 550.794, \"ymin\": 884.921, \"xmax\": 577.7778, \"ymax\": 911.1111000000001}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 552.381, \"ymin\": 911.905, \"xmax\": 577.7778, \"ymax\": 938.8888999999999}, \"category\": \"i2r\"}]}, \"92070\": {\"path\": \"train/92070.jpg\", \"id\": 92070, \"objects\": [{\"bbox\": {\"xmin\": 1275.4, \"ymin\": 916.667, \"xmax\": 1298.4127, \"ymax\": 937.3016}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1192.86, \"ymin\": 915.873, \"xmax\": 1212.6984, \"ymax\": 934.9206}, \"category\": \"pne\"}]}, \"3028\": {\"path\": \"test/3028.jpg\", \"id\": 3028, \"objects\": [{\"bbox\": {\"xmin\": 826.667, \"ymin\": 828.0, \"xmax\": 889.3333, \"ymax\": 926.667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 833.333, \"ymin\": 925.333, \"xmax\": 884.0, \"ymax\": 1011.9997}, \"category\": \"pg\"}]}, \"83501\": {\"path\": \"test/83501.jpg\", \"id\": 83501, \"objects\": [{\"bbox\": {\"xmin\": 1818.67, \"ymin\": 890.667, \"xmax\": 1849.3333, \"ymax\": 924.0}, \"category\": \"pl40\"}]}, \"26377\": {\"path\": \"train/26377.jpg\", \"id\": 26377, \"objects\": [{\"bbox\": {\"xmin\": 1340.26, \"ymin\": 913.274, \"xmax\": 1361.4995, \"ymax\": 934.5133}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1364.16, \"ymin\": 914.602, \"xmax\": 1382.7434, \"ymax\": 934.0708}, \"category\": \"pn\"}]}, \"12901\": {\"path\": \"train/12901.jpg\", \"id\": 12901, \"objects\": [{\"bbox\": {\"xmin\": 1702.97, \"ymin\": 876.238, \"xmax\": 1730.6931, \"ymax\": 902.9704}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1673.27, \"ymin\": 874.257, \"xmax\": 1700.0, \"ymax\": 903.9603999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1732.67, \"ymin\": 873.267, \"xmax\": 1762.3762000000002, \"ymax\": 904.9505}, \"category\": \"pn\"}]}, \"17026\": {\"path\": \"other/17026.jpg\", \"id\": 17026, \"objects\": [{\"bbox\": {\"xmin\": 719.53564453125, \"ymin\": 985.1134033203125, \"xmax\": 754.7330322265625, \"ymax\": 1020.7972412109375}, \"category\": \"iz\"}, {\"bbox\": {\"xmin\": 1100.99, \"ymin\": 968.182, \"xmax\": 1108.52273, \"ymax\": 979.2083}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 948.515, \"ymin\": 975.568, \"xmax\": 961.3860999999999, \"ymax\": 989.1091}, \"category\": \"pne\"}]}, \"23100\": {\"path\": \"other/23100.jpg\", \"id\": 23100, \"objects\": [{\"bbox\": {\"xmin\": 1233.66, \"ymin\": 931.683, \"xmax\": 1246.5347000000002, \"ymax\": 950.495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1169.31, \"ymin\": 930.693, \"xmax\": 1184.1584, \"ymax\": 949.505}, \"category\": \"pne\"}]}, \"94304\": {\"path\": \"train/94304.jpg\", \"id\": 94304, \"objects\": [{\"bbox\": {\"xmin\": 420.0, \"ymin\": 897.0, \"xmax\": 483.0, \"ymax\": 960.0}, \"category\": \"p11\"}]}, \"86056\": {\"path\": \"train/86056.jpg\", \"id\": 86056, \"objects\": [{\"bbox\": {\"xmin\": 1549.0, \"ymin\": 940.0, \"xmax\": 1598.0, \"ymax\": 986.0}, \"category\": \"pm20\"}]}, \"61693\": {\"path\": \"other/61693.jpg\", \"id\": 61693, \"objects\": [{\"bbox\": {\"xmin\": 965.079, \"ymin\": 926.984, \"xmax\": 977.7778, \"ymax\": 946.0317}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 868.254, \"ymin\": 931.746, \"xmax\": 884.1270000000001, \"ymax\": 945.2381}, \"category\": \"pne\"}]}, \"37471\": {\"path\": \"train/37471.jpg\", \"id\": 37471, \"objects\": [{\"bbox\": {\"xmin\": 809.901, \"ymin\": 884.158, \"xmax\": 847.5247999999999, \"ymax\": 918.8119}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1185.15, \"ymin\": 923.762, \"xmax\": 1206.9307000000001, \"ymax\": 948.5148999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1130.69, \"ymin\": 923.762, \"xmax\": 1153.4653, \"ymax\": 947.5247999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1157.43, \"ymin\": 920.792, \"xmax\": 1182.1782, \"ymax\": 947.5248}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 677.228, \"ymin\": 885.149, \"xmax\": 706.9307, \"ymax\": 919.802}, \"category\": \"pne\"}]}, \"13708\": {\"path\": \"other/13708.jpg\", \"id\": 13708, \"objects\": [{\"bbox\": {\"xmin\": 1174.0, \"ymin\": 911.0, \"xmax\": 1216.0, \"ymax\": 954.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 1676.0, \"ymin\": 938.0, \"xmax\": 1735.0, \"ymax\": 1012.0}, \"category\": \"pm1.5\"}]}, \"39338\": {\"path\": \"test/39338.jpg\", \"id\": 39338, \"objects\": [{\"bbox\": {\"xmin\": 209.0, \"ymin\": 804.0, \"xmax\": 239.0, \"ymax\": 853.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 267.0, \"ymin\": 1015.0, \"xmax\": 279.0, \"ymax\": 1027.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1378.0, \"ymin\": 997.0, \"xmax\": 1401.0, \"ymax\": 1021.0}, \"category\": \"i2r\"}]}, \"27772\": {\"path\": \"train/27772.jpg\", \"id\": 27772, \"objects\": [{\"bbox\": {\"xmin\": 1857.33, \"ymin\": 806.667, \"xmax\": 2026.667, \"ymax\": 1006.667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1840.0, \"ymin\": 609.333, \"xmax\": 2009.333, \"ymax\": 802.6669999999999}, \"category\": \"pm55\"}]}, \"41568\": {\"path\": \"test/41568.jpg\", \"id\": 41568, \"objects\": [{\"bbox\": {\"xmin\": 1253.0, \"ymin\": 1005.0, \"xmax\": 1286.0, \"ymax\": 1044.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1747.0, \"ymin\": 863.0, \"xmax\": 1783.0, \"ymax\": 903.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1655.0, \"ymin\": 848.0, \"xmax\": 1686.0, \"ymax\": 892.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1313.0, \"ymin\": 1040.0, \"xmax\": 1331.0, \"ymax\": 1058.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1475.0, \"ymin\": 818.0, \"xmax\": 1518.0, \"ymax\": 863.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1787.0, \"ymin\": 872.0, \"xmax\": 1820.0, \"ymax\": 912.0}, \"category\": \"pn\"}]}, \"60142\": {\"path\": \"train/60142.jpg\", \"id\": 60142, \"objects\": [{\"bbox\": {\"xmin\": 352.318, \"ymin\": 1000.67, \"xmax\": 385.4305, \"ymax\": 1048.3444}, \"category\": \"pl30\"}]}, \"91985\": {\"path\": \"train/91985.jpg\", \"id\": 91985, \"objects\": [{\"bbox\": {\"xmin\": 21.5686, \"ymin\": 278.431, \"xmax\": 162.7446, \"ymax\": 454.902}, \"category\": \"p11\"}]}, \"71437\": {\"path\": \"train/71437.jpg\", \"id\": 71437, \"objects\": [{\"bbox\": {\"xmin\": 1834.21, \"ymin\": 831.579, \"xmax\": 1869.7352, \"ymax\": 864.4737}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1988.16, \"ymin\": 977.632, \"xmax\": 2013.1579000000002, \"ymax\": 1003.9473999999999}, \"category\": \"pne\"}]}, \"90002\": {\"path\": \"train/90002.jpg\", \"id\": 90002, \"objects\": [{\"bbox\": {\"xmin\": 124.0, \"ymin\": 862.667, \"xmax\": 157.3333, \"ymax\": 909.3333}, \"category\": \"pl40\"}]}, \"55185\": {\"path\": \"other/55185.jpg\", \"id\": 55185, \"objects\": [{\"bbox\": {\"xmin\": 394.667, \"ymin\": 1213.33, \"xmax\": 564.0, \"ymax\": 1374.664}, \"category\": \"w18\"}]}, \"33520\": {\"path\": \"test/33520.jpg\", \"id\": 33520, \"objects\": [{\"bbox\": {\"xmin\": 1135.85, \"ymin\": 937.051, \"xmax\": 1151.3944, \"ymax\": 954.5811}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1171.72, \"ymin\": 938.247, \"xmax\": 1186.8546000000001, \"ymax\": 954.5821}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1153.39, \"ymin\": 937.849, \"xmax\": 1169.3259, \"ymax\": 955.3785}, \"category\": \"pn\"}]}, \"32005\": {\"path\": \"other/32005.jpg\", \"id\": 32005, \"objects\": [{\"bbox\": {\"xmin\": 519.0, \"ymin\": 973.0, \"xmax\": 650.0, \"ymax\": 1115.0}, \"category\": \"pm10\"}]}, \"37145\": {\"path\": \"test/37145.jpg\", \"id\": 37145, \"objects\": [{\"bbox\": {\"xmin\": 1401.33, \"ymin\": 792.0, \"xmax\": 1486.6634, \"ymax\": 881.3333}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 1406.67, \"ymin\": 708.0, \"xmax\": 1493.3333, \"ymax\": 792.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1080.0, \"ymin\": 533.333, \"xmax\": 1198.667, \"ymax\": 637.333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 858.667, \"ymin\": 533.333, \"xmax\": 978.667, \"ymax\": 634.6669999999999}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 984.0, \"ymin\": 542.667, \"xmax\": 1092.0, \"ymax\": 633.3333}, \"category\": \"w57\"}]}, \"94128\": {\"path\": \"train/94128.jpg\", \"id\": 94128, \"objects\": [{\"bbox\": {\"xmin\": 789.109, \"ymin\": 915.842, \"xmax\": 815.8416000000001, \"ymax\": 939.604}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1804.95, \"ymin\": 846.535, \"xmax\": 1831.6832, \"ymax\": 888.1188}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 719.802, \"ymin\": 920.792, \"xmax\": 744.5545000000001, \"ymax\": 942.5743}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1737.62, \"ymin\": 863.366, \"xmax\": 1760.396, \"ymax\": 899.0099}, \"category\": \"pne\"}]}, \"87516\": {\"path\": \"train/87516.jpg\", \"id\": 87516, \"objects\": [{\"bbox\": {\"xmin\": 1452.0, \"ymin\": 766.0, \"xmax\": 1507.0, \"ymax\": 826.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1388.0, \"ymin\": 767.0, \"xmax\": 1448.0, \"ymax\": 828.0}, \"category\": \"pl50\"}]}, \"29618\": {\"path\": \"test/29618.jpg\", \"id\": 29618, \"objects\": [{\"bbox\": {\"xmin\": 1150.67, \"ymin\": 885.333, \"xmax\": 1189.3333, \"ymax\": 917.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 929.333, \"ymin\": 961.333, \"xmax\": 964.0, \"ymax\": 998.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 708.0, \"ymin\": 966.667, \"xmax\": 744.0, \"ymax\": 1001.3336}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 518.667, \"ymin\": 976.0, \"xmax\": 546.6667, \"ymax\": 1004.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 350.667, \"ymin\": 980.0, \"xmax\": 374.6667, \"ymax\": 1009.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 212.0, \"ymin\": 985.333, \"xmax\": 230.6667, \"ymax\": 1008.0}, \"category\": \"pl5\"}]}, \"42260\": {\"path\": \"test/42260.jpg\", \"id\": 42260, \"objects\": [{\"bbox\": {\"xmin\": 913.725, \"ymin\": 156.863, \"xmax\": 958.8235, \"ymax\": 315.68600000000004}, \"category\": \"pne\"}]}, \"25141\": {\"path\": \"other/25141.jpg\", \"id\": 25141, \"objects\": [{\"bbox\": {\"xmin\": 1017.82, \"ymin\": 706.931, \"xmax\": 1104.9505000000001, \"ymax\": 785.1487000000001}, \"category\": \"w24\"}]}, \"8320\": {\"path\": \"test/8320.jpg\", \"id\": 8320, \"objects\": [{\"bbox\": {\"xmin\": 531.0, \"ymin\": 723.0, \"xmax\": 577.0, \"ymax\": 771.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 588.0, \"ymin\": 718.0, \"xmax\": 635.0, \"ymax\": 766.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1327.0, \"ymin\": 939.0, \"xmax\": 1380.0, \"ymax\": 995.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1328.0, \"ymin\": 1003.0, \"xmax\": 1378.0, \"ymax\": 1058.0}, \"category\": \"i2r\"}]}, \"90670\": {\"path\": \"train/90670.jpg\", \"id\": 90670, \"objects\": [{\"bbox\": {\"xmin\": 1031.58, \"ymin\": 843.421, \"xmax\": 1077.6316, \"ymax\": 885.5263}, \"category\": \"w20\"}, {\"bbox\": {\"xmin\": 1084.21, \"ymin\": 843.421, \"xmax\": 1128.9448, \"ymax\": 885.5263}, \"category\": \"w57\"}]}, \"72637\": {\"path\": \"train/72637.jpg\", \"id\": 72637, \"objects\": [{\"bbox\": {\"xmin\": 1022.67, \"ymin\": 962.667, \"xmax\": 1064.0, \"ymax\": 1005.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1530.67, \"ymin\": 941.333, \"xmax\": 1604.0033, \"ymax\": 1014.6667}, \"category\": \"pr20\"}]}, \"66046\": {\"path\": \"test/66046.jpg\", \"id\": 66046, \"objects\": [{\"bbox\": {\"xmin\": 457.0, \"ymin\": 847.0, \"xmax\": 583.0, \"ymax\": 975.0}, \"category\": \"p5\"}]}, \"37328\": {\"path\": \"train/37328.jpg\", \"id\": 37328, \"objects\": [{\"bbox\": {\"xmin\": 1088.16, \"ymin\": 667.105, \"xmax\": 1174.9996, \"ymax\": 743.4211}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1178.95, \"ymin\": 668.421, \"xmax\": 1264.4705000000001, \"ymax\": 742.1052000000001}, \"category\": \"w57\"}]}, \"24611\": {\"path\": \"test/24611.jpg\", \"id\": 24611, \"objects\": [{\"bbox\": {\"xmin\": 662.0, \"ymin\": 596.0, \"xmax\": 732.0, \"ymax\": 725.0}, \"category\": \"pdd\"}]}, \"51306\": {\"path\": \"test/51306.jpg\", \"id\": 51306, \"objects\": [{\"bbox\": {\"xmin\": 940.0, \"ymin\": 854.0, \"xmax\": 967.0, \"ymax\": 882.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1108.0, \"ymin\": 862.0, \"xmax\": 1136.0, \"ymax\": 888.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1025.0, \"ymin\": 857.0, \"xmax\": 1051.0, \"ymax\": 884.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 910.0, \"ymin\": 822.0, \"xmax\": 936.0, \"ymax\": 849.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 942.0, \"ymin\": 824.0, \"xmax\": 969.0, \"ymax\": 851.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 992.0, \"ymin\": 856.0, \"xmax\": 1020.0, \"ymax\": 883.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 908.0, \"ymin\": 853.0, \"xmax\": 935.0, \"ymax\": 879.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1077.0, \"ymin\": 860.0, \"xmax\": 1103.0, \"ymax\": 887.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1177.0, \"ymin\": 866.0, \"xmax\": 1204.0, \"ymax\": 892.0}, \"category\": \"pne\"}]}, \"24928\": {\"path\": \"train/24928.jpg\", \"id\": 24928, \"objects\": [{\"bbox\": {\"xmin\": 1114.0205078125, \"ymin\": 939.1820068359375, \"xmax\": 1131.25732421875, \"ymax\": 955.20751953125}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1230.69, \"ymin\": 908.911, \"xmax\": 1250.4950000000001, \"ymax\": 931.6831999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1150.5, \"ymin\": 909.901, \"xmax\": 1171.3261, \"ymax\": 931.6812}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 834.653, \"ymin\": 883.168, \"xmax\": 860.3960000000001, \"ymax\": 912.8713}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 713.861, \"ymin\": 887.129, \"xmax\": 737.6238, \"ymax\": 914.8515}, \"category\": \"pne\"}]}, \"6848\": {\"path\": \"train/6848.jpg\", \"id\": 6848, \"objects\": [{\"bbox\": {\"xmin\": 1596.0, \"ymin\": 903.0, \"xmax\": 1627.0, \"ymax\": 938.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1565.0, \"ymin\": 766.0, \"xmax\": 1615.0, \"ymax\": 822.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1269.0, \"ymin\": 904.0, \"xmax\": 1296.0, \"ymax\": 933.0}, \"category\": \"pn\"}]}, \"73416\": {\"path\": \"train/73416.jpg\", \"id\": 73416, \"objects\": [{\"bbox\": {\"xmin\": 1398.02, \"ymin\": 947.525, \"xmax\": 1426.7327, \"ymax\": 976.2377}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1337.62, \"ymin\": 944.554, \"xmax\": 1365.3464999999999, \"ymax\": 975.2475}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1367.33, \"ymin\": 946.535, \"xmax\": 1395.0494999999999, \"ymax\": 977.2284}, \"category\": \"pn\"}]}, \"29811\": {\"path\": \"other/29811.jpg\", \"id\": 29811, \"objects\": [{\"bbox\": {\"xmin\": 1863.6104736328125, \"ymin\": 809.6293334960938, \"xmax\": 1898.6048583984375, \"ymax\": 855.0938110351562}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1903.0277099609375, \"ymin\": 815.99560546875, \"xmax\": 1938.9732666015625, \"ymax\": 861.1011962890625}, \"category\": \"pn\"}]}, \"85946\": {\"path\": \"other/85946.jpg\", \"id\": 85946, \"objects\": [{\"bbox\": {\"xmin\": 1441.0, \"ymin\": 932.0, \"xmax\": 1510.0, \"ymax\": 1010.0}, \"category\": \"pr50\"}]}, \"834\": {\"path\": \"test/834.jpg\", \"id\": 834, \"objects\": [{\"bbox\": {\"xmin\": 1225.33, \"ymin\": 941.333, \"xmax\": 1294.6634, \"ymax\": 1010.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 916.0, \"ymin\": 758.667, \"xmax\": 988.0, \"ymax\": 825.3333}, \"category\": \"pne\"}]}, \"15449\": {\"path\": \"train/15449.jpg\", \"id\": 15449, \"objects\": [{\"bbox\": {\"xmin\": 834.0, \"ymin\": 899.0, \"xmax\": 887.0, \"ymax\": 956.0}, \"category\": \"w59\"}]}, \"31887\": {\"path\": \"train/31887.jpg\", \"id\": 31887, \"objects\": [{\"bbox\": {\"xmin\": 1801.33, \"ymin\": 945.333, \"xmax\": 1824.0, \"ymax\": 973.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1886.67, \"ymin\": 953.333, \"xmax\": 1909.3333, \"ymax\": 970.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1908.0, \"ymin\": 952.0, \"xmax\": 1928.0, \"ymax\": 970.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1893.33, \"ymin\": 926.667, \"xmax\": 1921.3333, \"ymax\": 952.0003}, \"category\": \"w55\"}]}, \"98646\": {\"path\": \"train/98646.jpg\", \"id\": 98646, \"objects\": [{\"bbox\": {\"xmin\": 1142.79, \"ymin\": 935.323, \"xmax\": 1160.6965, \"ymax\": 956.2189}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1162.18, \"ymin\": 936.318, \"xmax\": 1181.0871, \"ymax\": 954.7263}, \"category\": \"pn\"}]}, \"47547\": {\"path\": \"train/47547.jpg\", \"id\": 47547, \"objects\": [{\"bbox\": {\"xmin\": 854.762, \"ymin\": 928.571, \"xmax\": 880.9523999999999, \"ymax\": 953.1746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1127.78, \"ymin\": 966.664, \"xmax\": 1140.4759999999999, \"ymax\": 984.1265}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1107.94, \"ymin\": 968.254, \"xmax\": 1123.0159, \"ymax\": 984.9206}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1145.24, \"ymin\": 968.254, \"xmax\": 1161.1111, \"ymax\": 985.7143}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 756.349, \"ymin\": 929.365, \"xmax\": 781.7460000000001, \"ymax\": 954.7619}, \"category\": \"pne\"}]}, \"58184\": {\"path\": \"test/58184.jpg\", \"id\": 58184, \"objects\": [{\"bbox\": {\"xmin\": 1576.47, \"ymin\": 878.431, \"xmax\": 1641.1765, \"ymax\": 1082.353}, \"category\": \"pn\"}]}, \"54528\": {\"path\": \"test/54528.jpg\", \"id\": 54528, \"objects\": [{\"bbox\": {\"xmin\": 1432.0, \"ymin\": 758.667, \"xmax\": 1477.3333, \"ymax\": 802.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1913.33, \"ymin\": 865.333, \"xmax\": 1941.3333, \"ymax\": 898.6667}, \"category\": \"pl40\"}]}, \"80206\": {\"path\": \"other/80206.jpg\", \"id\": 80206, \"objects\": [{\"bbox\": {\"xmin\": 1161.46142578125, \"ymin\": 958.99560546875, \"xmax\": 1181.5654296875, \"ymax\": 999.0020751953125}, \"category\": \"pn\"}]}, \"30388\": {\"path\": \"train/30388.jpg\", \"id\": 30388, \"objects\": [{\"bbox\": {\"xmin\": 1477.63, \"ymin\": 544.737, \"xmax\": 1578.9470000000001, \"ymax\": 640.7895}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1586.84, \"ymin\": 557.895, \"xmax\": 1677.6316, \"ymax\": 648.6841999999999}, \"category\": \"pn\"}]}, \"52281\": {\"path\": \"test/52281.jpg\", \"id\": 52281, \"objects\": [{\"bbox\": {\"xmin\": 1778.22, \"ymin\": 692.079, \"xmax\": 1839.604, \"ymax\": 770.2969999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1722.77, \"ymin\": 867.327, \"xmax\": 1743.5644, \"ymax\": 900.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1694.06, \"ymin\": 866.337, \"xmax\": 1719.802, \"ymax\": 898.0198}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1508.91, \"ymin\": 660.396, \"xmax\": 1581.1881, \"ymax\": 741.5842}, \"category\": \"pne\"}]}, \"26892\": {\"path\": \"train/26892.jpg\", \"id\": 26892, \"objects\": [{\"bbox\": {\"xmin\": 1612.0, \"ymin\": 614.0, \"xmax\": 1739.0, \"ymax\": 753.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 993.0, \"ymin\": 929.0, \"xmax\": 1007.0, \"ymax\": 943.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1011.0, \"ymin\": 929.0, \"xmax\": 1025.0, \"ymax\": 942.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1611.0, \"ymin\": 886.0, \"xmax\": 1739.0, \"ymax\": 1018.0}, \"category\": \"w55\"}]}, \"35646\": {\"path\": \"test/35646.jpg\", \"id\": 35646, \"objects\": [{\"bbox\": {\"xmin\": 1440.59, \"ymin\": 888.119, \"xmax\": 1474.241, \"ymax\": 927.7232}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1370.3, \"ymin\": 891.089, \"xmax\": 1402.9703, \"ymax\": 923.7624000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1404.95, \"ymin\": 890.099, \"xmax\": 1437.6238, \"ymax\": 925.7426}, \"category\": \"pn\"}]}, \"87474\": {\"path\": \"train/87474.jpg\", \"id\": 87474, \"objects\": [{\"bbox\": {\"xmin\": 1028.0, \"ymin\": 724.0, \"xmax\": 1096.0, \"ymax\": 786.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1573.33, \"ymin\": 864.0, \"xmax\": 1633.3333, \"ymax\": 929.3333}, \"category\": \"i2r\"}]}, \"23686\": {\"path\": \"test/23686.jpg\", \"id\": 23686, \"objects\": [{\"bbox\": {\"xmin\": 1908.0, \"ymin\": 628.0, \"xmax\": 1956.0, \"ymax\": 690.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1733.33, \"ymin\": 594.667, \"xmax\": 1790.6667, \"ymax\": 662.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1660.0, \"ymin\": 581.333, \"xmax\": 1724.0, \"ymax\": 650.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1842.67, \"ymin\": 613.333, \"xmax\": 1898.6667, \"ymax\": 678.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 2000.0, \"ymin\": 648.0, \"xmax\": 2042.6667, \"ymax\": 704.0}, \"category\": \"pl100\"}]}, \"21572\": {\"path\": \"train/21572.jpg\", \"id\": 21572, \"objects\": [{\"bbox\": {\"xmin\": 794.0, \"ymin\": 951.0, \"xmax\": 820.0, \"ymax\": 976.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1119.0, \"ymin\": 918.0, \"xmax\": 1142.0, \"ymax\": 941.0}, \"category\": \"pl80\"}]}, \"35561\": {\"path\": \"other/35561.jpg\", \"id\": 35561, \"objects\": [{\"bbox\": {\"xmin\": 1819.8284912109375, \"ymin\": 1157.45947265625, \"xmax\": 1843.1397705078125, \"ymax\": 1191.424072265625}, \"category\": \"pne\"}]}, \"58194\": {\"path\": \"test/58194.jpg\", \"id\": 58194, \"objects\": [{\"bbox\": {\"xmin\": 949.0, \"ymin\": 854.0, \"xmax\": 979.0, \"ymax\": 887.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 541.0, \"ymin\": 897.0, \"xmax\": 561.0, \"ymax\": 919.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 882.0, \"ymin\": 854.0, \"xmax\": 912.0, \"ymax\": 884.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 788.0, \"ymin\": 859.0, \"xmax\": 817.0, \"ymax\": 887.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 756.0, \"ymin\": 858.0, \"xmax\": 786.0, \"ymax\": 891.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 823.0, \"ymin\": 857.0, \"xmax\": 854.0, \"ymax\": 891.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 419.0, \"ymin\": 904.0, \"xmax\": 438.0, \"ymax\": 930.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 913.0, \"ymin\": 854.0, \"xmax\": 945.0, \"ymax\": 890.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 1197.0, \"ymin\": 932.0, \"xmax\": 1216.0, \"ymax\": 951.0}, \"category\": \"pdd\"}]}, \"21959\": {\"path\": \"train/21959.jpg\", \"id\": 21959, \"objects\": [{\"bbox\": {\"xmin\": 1982.67, \"ymin\": 817.333, \"xmax\": 2016.0, \"ymax\": 858.6667}, \"category\": \"pl40\"}]}, \"27009\": {\"path\": \"test/27009.jpg\", \"id\": 27009, \"objects\": [{\"bbox\": {\"xmin\": 374.667, \"ymin\": 610.667, \"xmax\": 457.3333, \"ymax\": 752.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 382.667, \"ymin\": 797.333, \"xmax\": 460.0003, \"ymax\": 940.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1725.33, \"ymin\": 872.0, \"xmax\": 1754.6667, \"ymax\": 897.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 132.0, \"ymin\": 253.333, \"xmax\": 290.66700000000003, \"ymax\": 441.33299999999997}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 154.667, \"xmax\": 128.0, \"ymax\": 340.0}, \"category\": \"w57\"}]}, \"42643\": {\"path\": \"train/42643.jpg\", \"id\": 42643, \"objects\": [{\"bbox\": {\"xmin\": 203.0, \"ymin\": 648.0, \"xmax\": 263.0, \"ymax\": 722.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1371.0, \"ymin\": 935.0, \"xmax\": 1420.0, \"ymax\": 985.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 145.0, \"ymin\": 662.0, \"xmax\": 202.0, \"ymax\": 736.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1729.0, \"ymin\": 781.0, \"xmax\": 1811.0, \"ymax\": 869.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 91.0, \"ymin\": 675.0, \"xmax\": 144.0, \"ymax\": 744.0}, \"category\": \"ph4\"}]}, \"29123\": {\"path\": \"test/29123.jpg\", \"id\": 29123, \"objects\": [{\"bbox\": {\"xmin\": 1514.47, \"ymin\": 773.684, \"xmax\": 1548.6842, \"ymax\": 814.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1273.68, \"ymin\": 760.526, \"xmax\": 1313.1579000000002, \"ymax\": 805.2632}, \"category\": \"pne\"}]}, \"88601\": {\"path\": \"test/88601.jpg\", \"id\": 88601, \"objects\": [{\"bbox\": {\"xmin\": 676.0, \"ymin\": 874.0, \"xmax\": 711.0, \"ymax\": 909.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 715.0, \"ymin\": 872.0, \"xmax\": 750.0, \"ymax\": 905.0}, \"category\": \"pn\"}]}, \"81054\": {\"path\": \"train/81054.jpg\", \"id\": 81054, \"objects\": [{\"bbox\": {\"xmin\": 1323.68, \"ymin\": 967.105, \"xmax\": 1365.7895, \"ymax\": 1013.1579}, \"category\": \"w57\"}]}, \"30154\": {\"path\": \"train/30154.jpg\", \"id\": 30154, \"objects\": [{\"bbox\": {\"xmin\": 176.0, \"ymin\": 838.667, \"xmax\": 220.0, \"ymax\": 889.3333}, \"category\": \"pl60\"}]}, \"40354\": {\"path\": \"train/40354.jpg\", \"id\": 40354, \"objects\": [{\"bbox\": {\"xmin\": 1363.71, \"ymin\": 976.991, \"xmax\": 1381.411, \"ymax\": 994.6903}, \"category\": \"pn\"}]}, \"12601\": {\"path\": \"train/12601.jpg\", \"id\": 12601, \"objects\": [{\"bbox\": {\"xmin\": 1321.6, \"ymin\": 816.8, \"xmax\": 1347.1999999999998, \"ymax\": 840.8}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1466.4, \"ymin\": 815.2, \"xmax\": 1490.4, \"ymax\": 839.2}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1395.2, \"ymin\": 814.4, \"xmax\": 1419.2, \"ymax\": 837.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1289.6, \"ymin\": 788.8, \"xmax\": 1314.3999999999999, \"ymax\": 813.5999999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1321.6, \"ymin\": 789.6, \"xmax\": 1346.3999999999999, \"ymax\": 815.2}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1364.0, \"ymin\": 814.4, \"xmax\": 1388.8, \"ymax\": 840.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1289.6, \"ymin\": 816.0, \"xmax\": 1315.1999999999998, \"ymax\": 840.8}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 815.2, \"xmax\": 1460.8, \"ymax\": 840.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1518.4, \"ymin\": 817.6, \"xmax\": 1541.6000000000001, \"ymax\": 842.4}, \"category\": \"pne\"}]}, \"87517\": {\"path\": \"train/87517.jpg\", \"id\": 87517, \"objects\": [{\"bbox\": {\"xmin\": 1236.63, \"ymin\": 915.842, \"xmax\": 1254.4554, \"ymax\": 934.6535}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1141.58, \"ymin\": 912.871, \"xmax\": 1157.4257, \"ymax\": 931.6831999999999}, \"category\": \"pne\"}]}, \"33717\": {\"path\": \"train/33717.jpg\", \"id\": 33717, \"objects\": [{\"bbox\": {\"xmin\": 1807.94, \"ymin\": 1035.71, \"xmax\": 1835.7143, \"ymax\": 1065.873}, \"category\": \"pl30\"}]}, \"69828\": {\"path\": \"test/69828.jpg\", \"id\": 69828, \"objects\": [{\"bbox\": {\"xmin\": 1445.0, \"ymin\": 970.0, \"xmax\": 1478.0, \"ymax\": 1005.0}, \"category\": \"i5\"}]}, \"7468\": {\"path\": \"train/7468.jpg\", \"id\": 7468, \"objects\": [{\"bbox\": {\"xmin\": 1354.4, \"ymin\": 690.4, \"xmax\": 1410.4, \"ymax\": 747.1999999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 810.4, \"ymin\": 688.8, \"xmax\": 868.8, \"ymax\": 744.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1084.8, \"ymin\": 680.8, \"xmax\": 1142.3999999999999, \"ymax\": 739.1999999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1550.4, \"ymin\": 668.0, \"xmax\": 1598.4, \"ymax\": 719.2}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 2001.6, \"ymin\": 773.6, \"xmax\": 2042.3999999999999, \"ymax\": 828.8000000000001}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 564.0, \"ymin\": 703.2, \"xmax\": 640.8, \"ymax\": 782.4000000000001}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 687.2, \"ymin\": 696.0, \"xmax\": 739.2, \"ymax\": 748.8}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 952.0, \"ymin\": 684.8, \"xmax\": 1008.8, \"ymax\": 736.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1224.8, \"ymin\": 684.8, \"xmax\": 1279.2, \"ymax\": 737.5999999999999}, \"category\": \"pl80\"}]}, \"65753\": {\"path\": \"other/65753.jpg\", \"id\": 65753, \"objects\": [{\"bbox\": {\"xmin\": 880.077, \"ymin\": 990.217, \"xmax\": 889.85507, \"ymax\": 1000.7243}, \"category\": \"pne\"}]}, \"4317\": {\"path\": \"test/4317.jpg\", \"id\": 4317, \"objects\": [{\"bbox\": {\"xmin\": 1024.0, \"ymin\": 1032.0, \"xmax\": 1066.6667, \"ymax\": 1073.3333}, \"category\": \"p26\"}]}, \"87224\": {\"path\": \"train/87224.jpg\", \"id\": 87224, \"objects\": [{\"bbox\": {\"xmin\": 1591.0, \"ymin\": 955.0, \"xmax\": 1616.0, \"ymax\": 983.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1640.0, \"ymin\": 987.0, \"xmax\": 1663.0, \"ymax\": 1009.0}, \"category\": \"w30\"}]}, \"88211\": {\"path\": \"test/88211.jpg\", \"id\": 88211, \"objects\": [{\"bbox\": {\"xmin\": 1509.09, \"ymin\": 838.068, \"xmax\": 1544.8890999999999, \"ymax\": 876.7044999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1549.43, \"ymin\": 836.932, \"xmax\": 1585.7918, \"ymax\": 876.1365000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 405.556, \"ymin\": 960.317, \"xmax\": 445.23839999999996, \"ymax\": 999.2063}, \"category\": \"pne\"}]}, \"68632\": {\"path\": \"train/68632.jpg\", \"id\": 68632, \"objects\": [{\"bbox\": {\"xmin\": 10.5263, \"ymin\": 996.051, \"xmax\": 63.1579, \"ymax\": 1052.6315}, \"category\": \"w57\"}]}, \"73973\": {\"path\": \"train/73973.jpg\", \"id\": 73973, \"objects\": [{\"bbox\": {\"xmin\": 1661.33, \"ymin\": 781.333, \"xmax\": 1706.6667, \"ymax\": 830.6667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1506.67, \"ymin\": 772.0, \"xmax\": 1554.6667, \"ymax\": 818.6667}, \"category\": \"pl40\"}]}, \"11840\": {\"path\": \"train/11840.jpg\", \"id\": 11840, \"objects\": [{\"bbox\": {\"xmin\": 23.6842, \"ymin\": 511.842, \"xmax\": 127.6322, \"ymax\": 632.895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1297.37, \"ymin\": 793.421, \"xmax\": 1351.3157999999999, \"ymax\": 850.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1181.58, \"ymin\": 788.158, \"xmax\": 1236.8420999999998, \"ymax\": 844.7368}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1240.79, \"ymin\": 789.474, \"xmax\": 1294.7368, \"ymax\": 844.7368}, \"category\": \"pn\"}]}, \"22183\": {\"path\": \"test/22183.jpg\", \"id\": 22183, \"objects\": [{\"bbox\": {\"xmin\": 1329.55, \"ymin\": 988.636, \"xmax\": 1353.9773, \"ymax\": 1015.9091}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1330.11, \"ymin\": 953.977, \"xmax\": 1351.1363999999999, \"ymax\": 979.5455}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1327.84, \"ymin\": 918.182, \"xmax\": 1351.7044999999998, \"ymax\": 942.0455000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1172.73, \"ymin\": 907.386, \"xmax\": 1194.3182, \"ymax\": 931.25}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1196.59, \"ymin\": 906.818, \"xmax\": 1218.1817999999998, \"ymax\": 931.8181999999999}, \"category\": \"pn\"}]}, \"94063\": {\"path\": \"test/94063.jpg\", \"id\": 94063, \"objects\": [{\"bbox\": {\"xmin\": 490.667, \"ymin\": 528.0, \"xmax\": 561.3333, \"ymax\": 665.333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 494.667, \"ymin\": 664.0, \"xmax\": 560.0, \"ymax\": 805.333}, \"category\": \"p6\"}]}, \"42040\": {\"path\": \"test/42040.jpg\", \"id\": 42040, \"objects\": [{\"bbox\": {\"xmin\": 1799.21, \"ymin\": 962.699, \"xmax\": 1834.9233, \"ymax\": 1065.08}, \"category\": \"pl30\"}]}, \"89527\": {\"path\": \"train/89527.jpg\", \"id\": 89527, \"objects\": [{\"bbox\": {\"xmin\": 1620.0, \"ymin\": 761.0, \"xmax\": 1676.0, \"ymax\": 820.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1560.0, \"ymin\": 757.0, \"xmax\": 1617.0, \"ymax\": 819.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1442.0, \"ymin\": 924.0, \"xmax\": 1487.0, \"ymax\": 966.0}, \"category\": \"w45\"}]}, \"25020\": {\"path\": \"train/25020.jpg\", \"id\": 25020, \"objects\": [{\"bbox\": {\"xmin\": 1138.41, \"ymin\": 982.781, \"xmax\": 1157.623, \"ymax\": 1001.9867999999999}, \"category\": \"ip\"}]}, \"96770\": {\"path\": \"train/96770.jpg\", \"id\": 96770, \"objects\": [{\"bbox\": {\"xmin\": 1143.71, \"ymin\": 985.43, \"xmax\": 1170.8609000000001, \"ymax\": 1011.9203}, \"category\": \"pn\"}]}, \"77457\": {\"path\": \"train/77457.jpg\", \"id\": 77457, \"objects\": [{\"bbox\": {\"xmin\": 858.0, \"ymin\": 876.0, \"xmax\": 896.0, \"ymax\": 917.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 870.0, \"ymin\": 918.0, \"xmax\": 889.0, \"ymax\": 951.0}, \"category\": \"pm10\"}]}, \"73433\": {\"path\": \"other/73433.jpg\", \"id\": 73433, \"objects\": [{\"bbox\": {\"xmin\": 241.333, \"ymin\": 908.0, \"xmax\": 286.6667, \"ymax\": 977.3333}, \"category\": \"p16\"}]}, \"35877\": {\"path\": \"train/35877.jpg\", \"id\": 35877, \"objects\": [{\"bbox\": {\"xmin\": 18.763731002807617, \"ymin\": 882.7479248046875, \"xmax\": 42.92359924316406, \"ymax\": 913.5023193359375}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1256.95, \"ymin\": 922.517, \"xmax\": 1276.8162, \"ymax\": 944.3709}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1234.44, \"ymin\": 920.53, \"xmax\": 1255.6291, \"ymax\": 945.0331}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1278.15, \"ymin\": 921.192, \"xmax\": 1297.351, \"ymax\": 946.3576}, \"category\": \"pn\"}]}, \"45805\": {\"path\": \"train/45805.jpg\", \"id\": 45805, \"objects\": [{\"bbox\": {\"xmin\": 923.65, \"ymin\": 539.075, \"xmax\": 1021.5938, \"ymax\": 631.8766}, \"category\": \"pa10\"}, {\"bbox\": {\"xmin\": 827.2, \"ymin\": 543.257, \"xmax\": 922.3919000000001, \"ymax\": 636.8956999999999}, \"category\": \"pm15\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 846.4, \"xmax\": 1345.6, \"ymax\": 942.4}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1000.8, \"ymin\": 530.4, \"xmax\": 1136.646, \"ymax\": 642.236}, \"category\": \"w22\"}]}, \"1927\": {\"path\": \"train/1927.jpg\", \"id\": 1927, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 864.16, \"xmax\": 1238.9355, \"ymax\": 903.0978}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 1329.2, \"ymin\": 963.274, \"xmax\": 1351.7699, \"ymax\": 983.6283}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 1329.65, \"ymin\": 985.398, \"xmax\": 1350.4425, \"ymax\": 1005.3097}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1247.34, \"ymin\": 868.142, \"xmax\": 1282.3006, \"ymax\": 903.9830000000001}, \"category\": \"w57\"}]}, \"58060\": {\"path\": \"train/58060.jpg\", \"id\": 58060, \"objects\": [{\"bbox\": {\"xmin\": 1336.0, \"ymin\": 900.0, \"xmax\": 1444.0, \"ymax\": 1041.333}, \"category\": \"pg\"}]}, \"65420\": {\"path\": \"train/65420.jpg\", \"id\": 65420, \"objects\": [{\"bbox\": {\"xmin\": 1268.0, \"ymin\": 781.333, \"xmax\": 1313.3333, \"ymax\": 826.6667}, \"category\": \"pl30\"}]}, \"81751\": {\"path\": \"test/81751.jpg\", \"id\": 81751, \"objects\": [{\"bbox\": {\"xmin\": 67.1053, \"ymin\": 818.421, \"xmax\": 93.4211, \"ymax\": 857.8947000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 96.0526, \"ymin\": 810.526, \"xmax\": 126.3158, \"ymax\": 851.3158}, \"category\": \"pn\"}]}, \"64143\": {\"path\": \"test/64143.jpg\", \"id\": 64143, \"objects\": [{\"bbox\": {\"xmin\": 1506.67, \"ymin\": 957.333, \"xmax\": 1557.3333, \"ymax\": 1009.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1821.33, \"ymin\": 938.667, \"xmax\": 1850.6667, \"ymax\": 968.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1816.0, \"ymin\": 968.0, \"xmax\": 1852.0033, \"ymax\": 998.6667}, \"category\": \"pn\"}]}, \"31401\": {\"path\": \"train/31401.jpg\", \"id\": 31401, \"objects\": [{\"bbox\": {\"xmin\": 568.0, \"ymin\": 900.0, \"xmax\": 653.0, \"ymax\": 1052.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 575.0, \"ymin\": 745.0, \"xmax\": 655.0, \"ymax\": 901.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 165.0, \"ymin\": 845.0, \"xmax\": 240.0, \"ymax\": 975.0}, \"category\": \"pn\"}]}, \"93043\": {\"path\": \"test/93043.jpg\", \"id\": 93043, \"objects\": [{\"bbox\": {\"xmin\": 1617.0, \"ymin\": 926.0, \"xmax\": 1672.0, \"ymax\": 980.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1614.0, \"ymin\": 981.0, \"xmax\": 1670.0, \"ymax\": 1040.0}, \"category\": \"pn\"}]}, \"45151\": {\"path\": \"other/45151.jpg\", \"id\": 45151, \"objects\": [{\"bbox\": {\"xmin\": 1838.0970458984375, \"ymin\": 898.9720458984375, \"xmax\": 1917.8468017578125, \"ymax\": 989.9775390625}, \"category\": \"w57\"}]}, \"15434\": {\"path\": \"other/15434.jpg\", \"id\": 15434, \"objects\": [{\"bbox\": {\"xmin\": 1732.0, \"ymin\": 896.0, \"xmax\": 1841.333, \"ymax\": 1022.667}, \"category\": \"pl110\"}]}, \"94650\": {\"path\": \"train/94650.jpg\", \"id\": 94650, \"objects\": [{\"bbox\": {\"xmin\": 984.0, \"ymin\": 625.333, \"xmax\": 1081.3333, \"ymax\": 714.6667}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 940.0, \"ymin\": 937.333, \"xmax\": 964.0, \"ymax\": 958.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 882.667, \"ymin\": 909.333, \"xmax\": 906.6667, \"ymax\": 929.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1237.33, \"ymin\": 978.667, \"xmax\": 1257.3234, \"ymax\": 998.6667}, \"category\": \"pne\"}]}, \"74281\": {\"path\": \"train/74281.jpg\", \"id\": 74281, \"objects\": [{\"bbox\": {\"xmin\": 1520.0, \"ymin\": 653.0, \"xmax\": 1599.0, \"ymax\": 736.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1519.0, \"ymin\": 739.0, \"xmax\": 1601.0, \"ymax\": 823.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1522.0, \"ymin\": 860.0, \"xmax\": 1599.0, \"ymax\": 943.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1524.0, \"ymin\": 953.0, \"xmax\": 1602.0, \"ymax\": 1036.0}, \"category\": \"i2r\"}]}, \"41966\": {\"path\": \"train/41966.jpg\", \"id\": 41966, \"objects\": [{\"bbox\": {\"xmin\": 1729.0, \"ymin\": 686.0, \"xmax\": 1833.0, \"ymax\": 803.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 519.0, \"ymin\": 805.0, \"xmax\": 572.0, \"ymax\": 857.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 521.0, \"ymin\": 867.0, \"xmax\": 571.0, \"ymax\": 920.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 468.0, \"ymin\": 808.0, \"xmax\": 516.0, \"ymax\": 861.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 469.0, \"ymin\": 871.0, \"xmax\": 517.0, \"ymax\": 925.0}, \"category\": \"pbm\"}]}, \"67719\": {\"path\": \"other/67719.jpg\", \"id\": 67719, \"objects\": [{\"bbox\": {\"xmin\": 1348.0, \"ymin\": 497.333, \"xmax\": 1384.0, \"ymax\": 529.3333}, \"category\": \"w63\"}]}, \"8226\": {\"path\": \"train/8226.jpg\", \"id\": 8226, \"objects\": [{\"bbox\": {\"xmin\": 1352.0, \"ymin\": 888.0, \"xmax\": 1422.0, \"ymax\": 955.0}, \"category\": \"w57\"}]}, \"89423\": {\"path\": \"other/89423.jpg\", \"id\": 89423, \"objects\": [{\"bbox\": {\"xmin\": 772.549, \"ymin\": 833.333, \"xmax\": 866.6667, \"ymax\": 986.275}, \"category\": \"pl15\"}]}, \"56959\": {\"path\": \"train/56959.jpg\", \"id\": 56959, \"objects\": [{\"bbox\": {\"xmin\": 91.0, \"ymin\": 717.0, \"xmax\": 134.0, \"ymax\": 769.0}, \"category\": \"pr40\"}]}, \"57198\": {\"path\": \"train/57198.jpg\", \"id\": 57198, \"objects\": [{\"bbox\": {\"xmin\": 1315.87, \"ymin\": 927.778, \"xmax\": 1335.7142999999999, \"ymax\": 946.0317}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1263.49, \"ymin\": 926.984, \"xmax\": 1280.1587, \"ymax\": 946.0317}, \"category\": \"pne\"}]}, \"79447\": {\"path\": \"train/79447.jpg\", \"id\": 79447, \"objects\": [{\"bbox\": {\"xmin\": 335.526, \"ymin\": 772.549, \"xmax\": 384.2101, \"ymax\": 821.0526}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 396.053, \"ymin\": 768.602, \"xmax\": 437.2295, \"ymax\": 809.7785}, \"category\": \"pn\"}]}, \"12503\": {\"path\": \"test/12503.jpg\", \"id\": 12503, \"objects\": [{\"bbox\": {\"xmin\": 1083.0, \"ymin\": 358.0, \"xmax\": 1191.0, \"ymax\": 449.0}, \"category\": \"pl70\"}]}, \"43899\": {\"path\": \"other/43899.jpg\", \"id\": 43899, \"objects\": [{\"bbox\": {\"xmin\": 1441.18, \"ymin\": 976.471, \"xmax\": 1496.0526, \"ymax\": 1023.5294}, \"category\": \"w42\"}]}, \"63743\": {\"path\": \"train/63743.jpg\", \"id\": 63743, \"objects\": [{\"bbox\": {\"xmin\": 507.843, \"ymin\": 1156.86, \"xmax\": 574.5094, \"ymax\": 1247.0587999999998}, \"category\": \"w32\"}]}, \"38244\": {\"path\": \"train/38244.jpg\", \"id\": 38244, \"objects\": [{\"bbox\": {\"xmin\": 1470.67, \"ymin\": 976.0, \"xmax\": 1528.0, \"ymax\": 1038.6667}, \"category\": \"pl40\"}]}, \"47572\": {\"path\": \"train/47572.jpg\", \"id\": 47572, \"objects\": [{\"bbox\": {\"xmin\": 1658.82, \"ymin\": 809.804, \"xmax\": 1692.1569, \"ymax\": 854.9019999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 815.686, \"xmax\": 1737.2549, \"ymax\": 856.8627}, \"category\": \"pn\"}]}, \"67203\": {\"path\": \"train/67203.jpg\", \"id\": 67203, \"objects\": [{\"bbox\": {\"xmin\": 1433.33, \"ymin\": 735.294, \"xmax\": 1581.1879999999999, \"ymax\": 862.745}, \"category\": \"ip\"}]}, \"7757\": {\"path\": \"train/7757.jpg\", \"id\": 7757, \"objects\": [{\"bbox\": {\"xmin\": 1403.17, \"ymin\": 850.794, \"xmax\": 1438.0952, \"ymax\": 884.127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1523.81, \"ymin\": 904.762, \"xmax\": 1540.4761999999998, \"ymax\": 924.6034999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1482.54, \"ymin\": 903.968, \"xmax\": 1500.0, \"ymax\": 925.3968}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1502.38, \"ymin\": 906.349, \"xmax\": 1520.6349, \"ymax\": 924.6032}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1269.84, \"ymin\": 850.0, \"xmax\": 1306.3491999999999, \"ymax\": 881.746}, \"category\": \"pne\"}]}, \"79027\": {\"path\": \"test/79027.jpg\", \"id\": 79027, \"objects\": [{\"bbox\": {\"xmin\": 976.8, \"ymin\": 1016.8, \"xmax\": 1026.3999999999999, \"ymax\": 1069.6}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 51.2, \"ymin\": 987.2, \"xmax\": 85.6, \"ymax\": 1041.6000000000001}, \"category\": \"pl15\"}]}, \"25883\": {\"path\": \"test/25883.jpg\", \"id\": 25883, \"objects\": [{\"bbox\": {\"xmin\": 1690.79, \"ymin\": 814.474, \"xmax\": 1715.7894999999999, \"ymax\": 850.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 794.737, \"xmax\": 1531.5789, \"ymax\": 831.5789}, \"category\": \"pne\"}]}, \"79859\": {\"path\": \"other/79859.jpg\", \"id\": 79859, \"objects\": [{\"bbox\": {\"xmin\": 121.333, \"ymin\": 236.0, \"xmax\": 253.333, \"ymax\": 414.66700000000003}, \"category\": \"pl35\"}]}, \"21004\": {\"path\": \"train/21004.jpg\", \"id\": 21004, \"objects\": [{\"bbox\": {\"xmin\": 1044.25, \"ymin\": 774.337, \"xmax\": 1076.1036, \"ymax\": 807.5226}, \"category\": \"p23\"}]}, \"59332\": {\"path\": \"train/59332.jpg\", \"id\": 59332, \"objects\": [{\"bbox\": {\"xmin\": 1588.0, \"ymin\": 571.0, \"xmax\": 1677.0, \"ymax\": 664.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1679.0, \"ymin\": 577.0, \"xmax\": 1764.0, \"ymax\": 670.0}, \"category\": \"pn\"}]}, \"81595\": {\"path\": \"test/81595.jpg\", \"id\": 81595, \"objects\": [{\"bbox\": {\"xmin\": 984.0, \"ymin\": 1001.33, \"xmax\": 1022.6667, \"ymax\": 1042.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1782.67, \"ymin\": 716.0, \"xmax\": 1838.6667, \"ymax\": 777.3333}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1541.33, \"ymin\": 1021.33, \"xmax\": 1573.3333, \"ymax\": 1056.0}, \"category\": \"i2r\"}]}, \"31007\": {\"path\": \"test/31007.jpg\", \"id\": 31007, \"objects\": [{\"bbox\": {\"xmin\": 498.667, \"ymin\": 1096.0, \"xmax\": 524.0, \"ymax\": 1177.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 496.0, \"ymin\": 988.0, \"xmax\": 529.3333, \"ymax\": 1072.0}, \"category\": \"pl5\"}]}, \"23228\": {\"path\": \"other/23228.jpg\", \"id\": 23228, \"objects\": [{\"bbox\": {\"xmin\": 1756.0198974609375, \"ymin\": 1064.372314453125, \"xmax\": 1786.2633056640625, \"ymax\": 1095.3720703125}, \"category\": \"ph4\"}]}, \"12968\": {\"path\": \"train/12968.jpg\", \"id\": 12968, \"objects\": [{\"bbox\": {\"xmin\": 1312.8, \"ymin\": 892.0, \"xmax\": 1357.6, \"ymax\": 937.6}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1245.6, \"ymin\": 840.8, \"xmax\": 1292.8, \"ymax\": 882.4}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1197.6, \"ymin\": 838.4, \"xmax\": 1245.6, \"ymax\": 879.1999999999999}, \"category\": \"w57\"}]}, \"13423\": {\"path\": \"train/13423.jpg\", \"id\": 13423, \"objects\": [{\"bbox\": {\"xmin\": 1484.0, \"ymin\": 608.0, \"xmax\": 1577.0, \"ymax\": 701.0}, \"category\": \"p19\"}]}, \"43592\": {\"path\": \"other/43592.jpg\", \"id\": 43592, \"objects\": [{\"bbox\": {\"xmin\": 521.854, \"ymin\": 952.318, \"xmax\": 555.6289, \"ymax\": 1001.3248}, \"category\": \"w63\"}]}, \"25823\": {\"path\": \"test/25823.jpg\", \"id\": 25823, \"objects\": [{\"bbox\": {\"xmin\": 1146.05, \"ymin\": 475.0, \"xmax\": 1289.4769999999999, \"ymax\": 602.6320000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 994.737, \"ymin\": 471.053, \"xmax\": 1139.474, \"ymax\": 603.947}, \"category\": \"pl60\"}]}, \"9221\": {\"path\": \"train/9221.jpg\", \"id\": 9221, \"objects\": [{\"bbox\": {\"xmin\": 1647.33, \"ymin\": 1111.33, \"xmax\": 1686.0, \"ymax\": 1158.6634}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1592.67, \"ymin\": 1115.33, \"xmax\": 1637.3333, \"ymax\": 1164.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1576.0, \"ymin\": 1062.67, \"xmax\": 1618.6667, \"ymax\": 1112.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1622.67, \"ymin\": 1061.33, \"xmax\": 1660.0, \"ymax\": 1108.0}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1663.33, \"ymin\": 1058.0, \"xmax\": 1702.6667, \"ymax\": 1106.0}, \"category\": \"pbm\"}]}, \"2628\": {\"path\": \"train/2628.jpg\", \"id\": 2628, \"objects\": [{\"bbox\": {\"xmin\": 359.211, \"ymin\": 872.368, \"xmax\": 384.2105, \"ymax\": 900.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 701.316, \"ymin\": 881.579, \"xmax\": 725.0, \"ymax\": 910.5263}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 731.579, \"ymin\": 880.263, \"xmax\": 759.2106, \"ymax\": 910.5263}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 255.263, \"ymin\": 876.316, \"xmax\": 281.5789, \"ymax\": 914.4737}, \"category\": \"pne\"}]}, \"50186\": {\"path\": \"other/50186.jpg\", \"id\": 50186, \"objects\": [{\"bbox\": {\"xmin\": 1200.79, \"ymin\": 949.206, \"xmax\": 1210.31746, \"ymax\": 961.9048}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1133.33, \"ymin\": 948.413, \"xmax\": 1142.8571399999998, \"ymax\": 958.7302}, \"category\": \"pne\"}]}, \"33241\": {\"path\": \"test/33241.jpg\", \"id\": 33241, \"objects\": [{\"bbox\": {\"xmin\": 972.567, \"ymin\": 986.726, \"xmax\": 989.8234, \"ymax\": 1004.4252}, \"category\": \"pne\"}]}, \"57041\": {\"path\": \"train/57041.jpg\", \"id\": 57041, \"objects\": [{\"bbox\": {\"xmin\": 1332.84, \"ymin\": 1284.57, \"xmax\": 1353.2387999999999, \"ymax\": 1304.4750999999999}, \"category\": \"w57\"}]}, \"87212\": {\"path\": \"train/87212.jpg\", \"id\": 87212, \"objects\": [{\"bbox\": {\"xmin\": 218.667, \"ymin\": 934.667, \"xmax\": 249.3333, \"ymax\": 984.0}, \"category\": \"p5\"}]}, \"11438\": {\"path\": \"train/11438.jpg\", \"id\": 11438, \"objects\": [{\"bbox\": {\"xmin\": 474.257, \"ymin\": 743.564, \"xmax\": 540.5941, \"ymax\": 806.9307}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1194.06, \"ymin\": 850.495, \"xmax\": 1227.7228, \"ymax\": 889.1089}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1107.92, \"ymin\": 852.475, \"xmax\": 1146.5347000000002, \"ymax\": 889.1089000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1150.5, \"ymin\": 851.485, \"xmax\": 1192.0792, \"ymax\": 894.0594}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 267.327, \"ymin\": 768.317, \"xmax\": 315.84159999999997, \"ymax\": 823.7624}, \"category\": \"pne\"}]}, \"15513\": {\"path\": \"train/15513.jpg\", \"id\": 15513, \"objects\": [{\"bbox\": {\"xmin\": 1717.33, \"ymin\": 862.667, \"xmax\": 1769.3333, \"ymax\": 922.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1773.33, \"ymin\": 773.333, \"xmax\": 1824.0, \"ymax\": 830.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1773.33, \"ymin\": 865.333, \"xmax\": 1821.3365999999999, \"ymax\": 926.6658}, \"category\": \"pl80\"}]}, \"72324\": {\"path\": \"train/72324.jpg\", \"id\": 72324, \"objects\": [{\"bbox\": {\"xmin\": 852.475, \"ymin\": 908.911, \"xmax\": 875.2475000000001, \"ymax\": 934.6534999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1297.03, \"ymin\": 744.554, \"xmax\": 1362.3762, \"ymax\": 806.9307}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1155.45, \"ymin\": 738.614, \"xmax\": 1221.7822, \"ymax\": 804.9505}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1227.72, \"ymin\": 739.604, \"xmax\": 1296.0396, \"ymax\": 807.9208000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 765.347, \"ymin\": 910.891, \"xmax\": 787.1287, \"ymax\": 936.6337}, \"category\": \"pne\"}]}, \"91767\": {\"path\": \"test/91767.jpg\", \"id\": 91767, \"objects\": [{\"bbox\": {\"xmin\": 1328.71, \"ymin\": 898.02, \"xmax\": 1344.5545, \"ymax\": 919.802}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1195.05, \"ymin\": 895.05, \"xmax\": 1213.8614, \"ymax\": 915.8416}, \"category\": \"pne\"}]}, \"73929\": {\"path\": \"train/73929.jpg\", \"id\": 73929, \"objects\": [{\"bbox\": {\"xmin\": 1155.43, \"ymin\": 1031.0, \"xmax\": 1177.9918, \"ymax\": 1053.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1223.0, \"ymin\": 1025.0, \"xmax\": 1261.6631, \"ymax\": 1062.0}, \"category\": \"p5\"}]}, \"87924\": {\"path\": \"train/87924.jpg\", \"id\": 87924, \"objects\": [{\"bbox\": {\"xmin\": 1441.0, \"ymin\": 521.0, \"xmax\": 1557.0, \"ymax\": 634.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1312.0, \"ymin\": 509.0, \"xmax\": 1437.0, \"ymax\": 627.0}, \"category\": \"pl40\"}]}, \"27622\": {\"path\": \"test/27622.jpg\", \"id\": 27622, \"objects\": [{\"bbox\": {\"xmin\": 1356.0, \"ymin\": 880.0, \"xmax\": 1409.3333, \"ymax\": 938.6667}, \"category\": \"pl120\"}]}, \"52161\": {\"path\": \"train/52161.jpg\", \"id\": 52161, \"objects\": [{\"bbox\": {\"xmin\": 1389.6, \"ymin\": 893.6, \"xmax\": 1434.3999999999999, \"ymax\": 945.6}, \"category\": \"pl50\"}]}, \"60363\": {\"path\": \"train/60363.jpg\", \"id\": 60363, \"objects\": [{\"bbox\": {\"xmin\": 1382.67, \"ymin\": 813.333, \"xmax\": 1422.6667, \"ymax\": 853.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1437.33, \"ymin\": 944.0, \"xmax\": 1471.9967, \"ymax\": 976.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1434.67, \"ymin\": 762.667, \"xmax\": 1476.0, \"ymax\": 801.3333}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1382.67, \"ymin\": 758.667, \"xmax\": 1424.0, \"ymax\": 798.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 816.0, \"xmax\": 1476.0033, \"ymax\": 856.0}, \"category\": \"pbp\"}]}, \"67262\": {\"path\": \"test/67262.jpg\", \"id\": 67262, \"objects\": [{\"bbox\": {\"xmin\": 1652.0, \"ymin\": 1013.0, \"xmax\": 1702.0, \"ymax\": 1071.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1667.0, \"ymin\": 984.0, \"xmax\": 1682.0, \"ymax\": 1002.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1571.0, \"ymin\": 1014.0, \"xmax\": 1626.0, \"ymax\": 1074.0}, \"category\": \"pne\"}]}, \"63702\": {\"path\": \"test/63702.jpg\", \"id\": 63702, \"objects\": [{\"bbox\": {\"xmin\": 1059.0, \"ymin\": 874.0, \"xmax\": 1080.0, \"ymax\": 898.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1603.0, \"ymin\": 641.0, \"xmax\": 1672.0, \"ymax\": 722.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1033.0, \"ymin\": 873.0, \"xmax\": 1055.0, \"ymax\": 897.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1473.0, \"ymin\": 927.0, \"xmax\": 1528.0, \"ymax\": 980.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1677.0, \"ymin\": 657.0, \"xmax\": 1740.0, \"ymax\": 736.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1084.0, \"ymin\": 874.0, \"xmax\": 1108.0, \"ymax\": 898.0}, \"category\": \"pn\"}]}, \"62406\": {\"path\": \"train/62406.jpg\", \"id\": 62406, \"objects\": [{\"bbox\": {\"xmin\": 1178.22, \"ymin\": 912.871, \"xmax\": 1224.7525, \"ymax\": 953.4653}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1549.5, \"ymin\": 767.327, \"xmax\": 1580.198, \"ymax\": 795.0495}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1509.9, \"ymin\": 761.386, \"xmax\": 1540.5941, \"ymax\": 792.0792}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1509.9, \"ymin\": 813.861, \"xmax\": 1540.5897, \"ymax\": 843.5644}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1647.52, \"ymin\": 886.139, \"xmax\": 1682.1782, \"ymax\": 919.802}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1589.11, \"ymin\": 815.842, \"xmax\": 1620.7921, \"ymax\": 849.5049}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1550.5, \"ymin\": 815.842, \"xmax\": 1581.1881, \"ymax\": 844.5545}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 382.178, \"ymin\": 972.277, \"xmax\": 418.8119, \"ymax\": 1011.8812}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1588.12, \"ymin\": 769.307, \"xmax\": 1621.7821999999999, \"ymax\": 800.0}, \"category\": \"pbp\"}]}, \"78474\": {\"path\": \"train/78474.jpg\", \"id\": 78474, \"objects\": [{\"bbox\": {\"xmin\": 1535.0799560546875, \"ymin\": 402.26776123046875, \"xmax\": 1583.8944091796875, \"ymax\": 546.896240234375}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1395.764892578125, \"ymin\": 573.3704223632812, \"xmax\": 1430.101806640625, \"ymax\": 681.4939575195312}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 238.614, \"ymin\": 921.782, \"xmax\": 255.4463, \"ymax\": 939.604}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 177.228, \"ymin\": 924.752, \"xmax\": 195.04950000000002, \"ymax\": 943.5644}, \"category\": \"pne\"}]}, \"67476\": {\"path\": \"train/67476.jpg\", \"id\": 67476, \"objects\": [{\"bbox\": {\"xmin\": 603.947, \"ymin\": 790.789, \"xmax\": 642.1052999999999, \"ymax\": 826.3158}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 363.158, \"ymin\": 805.263, \"xmax\": 394.7368, \"ymax\": 839.4737}, \"category\": \"pne\"}]}, \"63120\": {\"path\": \"test/63120.jpg\", \"id\": 63120, \"objects\": [{\"bbox\": {\"xmin\": 145.333, \"ymin\": 944.0, \"xmax\": 182.6667, \"ymax\": 994.6667}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 302.667, \"ymin\": 728.0, \"xmax\": 341.33329999999995, \"ymax\": 788.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 350.667, \"ymin\": 738.667, \"xmax\": 381.33329999999995, \"ymax\": 796.0}, \"category\": \"pl60\"}]}, \"17778\": {\"path\": \"train/17778.jpg\", \"id\": 17778, \"objects\": [{\"bbox\": {\"xmin\": 1312.0, \"ymin\": 913.0, \"xmax\": 1350.0, \"ymax\": 953.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1310.0, \"ymin\": 955.0, \"xmax\": 1350.0, \"ymax\": 995.0}, \"category\": \"pn\"}]}, \"86091\": {\"path\": \"train/86091.jpg\", \"id\": 86091, \"objects\": [{\"bbox\": {\"xmin\": 468.212, \"ymin\": 921.053, \"xmax\": 490.7898, \"ymax\": 943.0464}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 390.066, \"ymin\": 922.368, \"xmax\": 409.27149999999995, \"ymax\": 947.3684000000001}, \"category\": \"pne\"}]}, \"66927\": {\"path\": \"train/66927.jpg\", \"id\": 66927, \"objects\": [{\"bbox\": {\"xmin\": 1216.8, \"ymin\": 796.8, \"xmax\": 1277.6454999999999, \"ymax\": 853.5637999999999}, \"category\": \"w14\"}]}, \"53115\": {\"path\": \"other/53115.jpg\", \"id\": 53115, \"objects\": [{\"bbox\": {\"xmin\": 1905.546630859375, \"ymin\": 909.8402709960938, \"xmax\": 1929.238525390625, \"ymax\": 940.0497436523438}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1854.216552734375, \"ymin\": 907.1211547851562, \"xmax\": 1878.8642578125, \"ymax\": 937.5159301757812}, \"category\": \"pl40\"}]}, \"14724\": {\"path\": \"test/14724.jpg\", \"id\": 14724, \"objects\": [{\"bbox\": {\"xmin\": 766.667, \"ymin\": 948.413, \"xmax\": 792.0635, \"ymax\": 973.8095}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1718.25, \"ymin\": 942.063, \"xmax\": 1744.4444, \"ymax\": 966.6667}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1326.19, \"ymin\": 905.556, \"xmax\": 1346.8165000000001, \"ymax\": 927.7778000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1436.51, \"ymin\": 953.175, \"xmax\": 1458.7302, \"ymax\": 977.7778}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1434.13, \"ymin\": 986.508, \"xmax\": 1459.5224, \"ymax\": 1010.3175}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1435.71, \"ymin\": 917.46, \"xmax\": 1458.7302, \"ymax\": 942.8571000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1278.57, \"ymin\": 905.556, \"xmax\": 1300.7937, \"ymax\": 927.7778000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1300.79, \"ymin\": 903.968, \"xmax\": 1323.8057999999999, \"ymax\": 927.7778}, \"category\": \"pn\"}]}, \"11842\": {\"path\": \"other/11842.jpg\", \"id\": 11842, \"objects\": [{\"bbox\": {\"xmin\": 977.612, \"ymin\": 711.94, \"xmax\": 1091.045, \"ymax\": 825.373}, \"category\": \"ph3.3\"}]}, \"94935\": {\"path\": \"test/94935.jpg\", \"id\": 94935, \"objects\": [{\"bbox\": {\"xmin\": 1053.0, \"ymin\": 971.632, \"xmax\": 1082.5226, \"ymax\": 1012.8348}, \"category\": \"i2r\"}]}, \"32569\": {\"path\": \"train/32569.jpg\", \"id\": 32569, \"objects\": [{\"bbox\": {\"xmin\": 1447.06, \"ymin\": 898.039, \"xmax\": 1470.5882, \"ymax\": 927.451}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1503.92, \"ymin\": 898.039, \"xmax\": 1535.2941, \"ymax\": 929.4118}, \"category\": \"ph4.5\"}]}, \"83650\": {\"path\": \"train/83650.jpg\", \"id\": 83650, \"objects\": [{\"bbox\": {\"xmin\": 1796.0, \"ymin\": 1011.0, \"xmax\": 1835.0, \"ymax\": 1054.0}, \"category\": \"p10\"}]}, \"25506\": {\"path\": \"train/25506.jpg\", \"id\": 25506, \"objects\": [{\"bbox\": {\"xmin\": 1220.0, \"ymin\": 668.0, \"xmax\": 1314.6667, \"ymax\": 756.0}, \"category\": \"pl100\"}]}, \"36167\": {\"path\": \"test/36167.jpg\", \"id\": 36167, \"objects\": [{\"bbox\": {\"xmin\": 1528.0, \"ymin\": 756.0, \"xmax\": 1564.0, \"ymax\": 794.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1634.67, \"ymin\": 764.0, \"xmax\": 1669.3333, \"ymax\": 802.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1416.0, \"ymin\": 750.667, \"xmax\": 1454.6667, \"ymax\": 790.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1370.67, \"ymin\": 745.333, \"xmax\": 1410.6667, \"ymax\": 784.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 753.333, \"xmax\": 1524.0, \"ymax\": 792.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1594.67, \"ymin\": 761.333, \"xmax\": 1629.3333, \"ymax\": 798.6667}, \"category\": \"pl100\"}]}, \"57922\": {\"path\": \"other/57922.jpg\", \"id\": 57922, \"objects\": [{\"bbox\": {\"xmin\": 760.396, \"ymin\": 989.109, \"xmax\": 772.2772, \"ymax\": 1005.9406}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 756.436, \"ymin\": 967.327, \"xmax\": 774.2622, \"ymax\": 991.0891}, \"category\": \"ps\"}]}, \"66330\": {\"path\": \"train/66330.jpg\", \"id\": 66330, \"objects\": [{\"bbox\": {\"xmin\": 1391.09, \"ymin\": 900.99, \"xmax\": 1409.9009999999998, \"ymax\": 928.7129}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1343.56, \"ymin\": 904.95, \"xmax\": 1367.3266999999998, \"ymax\": 926.7327}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1369.31, \"ymin\": 902.97, \"xmax\": 1389.1089, \"ymax\": 923.7624000000001}, \"category\": \"pn\"}]}, \"16535\": {\"path\": \"train/16535.jpg\", \"id\": 16535, \"objects\": [{\"bbox\": {\"xmin\": 1048.0, \"ymin\": 350.667, \"xmax\": 1204.0, \"ymax\": 470.667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 453.333, \"ymin\": 413.333, \"xmax\": 581.3330000000001, \"ymax\": 532.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 258.667, \"ymin\": 466.667, \"xmax\": 364.0, \"ymax\": 576.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 789.333, \"ymin\": 362.667, \"xmax\": 936.0, \"ymax\": 481.33299999999997}, \"category\": \"pl90\"}]}, \"36793\": {\"path\": \"test/36793.jpg\", \"id\": 36793, \"objects\": [{\"bbox\": {\"xmin\": 1929.0, \"ymin\": 775.0, \"xmax\": 2018.0, \"ymax\": 871.0}, \"category\": \"p3\"}]}, \"4643\": {\"path\": \"train/4643.jpg\", \"id\": 4643, \"objects\": [{\"bbox\": {\"xmin\": 1785.84, \"ymin\": 1242.48, \"xmax\": 1812.394, \"ymax\": 1269.9214}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1814.6, \"ymin\": 1241.15, \"xmax\": 1840.7079999999999, \"ymax\": 1268.5841}, \"category\": \"pn\"}]}, \"36550\": {\"path\": \"test/36550.jpg\", \"id\": 36550, \"objects\": [{\"bbox\": {\"xmin\": 865.079, \"ymin\": 925.397, \"xmax\": 884.127, \"ymax\": 945.2381}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1119.84, \"ymin\": 933.333, \"xmax\": 1138.8889, \"ymax\": 953.1745999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1076.98, \"ymin\": 930.952, \"xmax\": 1096.0317, \"ymax\": 953.9683}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1099.21, \"ymin\": 931.746, \"xmax\": 1118.2540000000001, \"ymax\": 954.7619}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 784.921, \"ymin\": 925.397, \"xmax\": 803.9683, \"ymax\": 947.619}, \"category\": \"pne\"}]}, \"25907\": {\"path\": \"train/25907.jpg\", \"id\": 25907, \"objects\": [{\"bbox\": {\"xmin\": 1644.0, \"ymin\": 936.0, \"xmax\": 1672.0, \"ymax\": 966.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1645.0, \"ymin\": 902.0, \"xmax\": 1672.0, \"ymax\": 931.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1642.0, \"ymin\": 972.0, \"xmax\": 1672.0, \"ymax\": 1001.0}, \"category\": \"pn\"}]}, \"94898\": {\"path\": \"train/94898.jpg\", \"id\": 94898, \"objects\": [{\"bbox\": {\"xmin\": 1206.0, \"ymin\": 915.0, \"xmax\": 1249.0, \"ymax\": 958.0}, \"category\": \"pl100\"}]}, \"11285\": {\"path\": \"train/11285.jpg\", \"id\": 11285, \"objects\": [{\"bbox\": {\"xmin\": 318.667, \"ymin\": 946.667, \"xmax\": 368.0, \"ymax\": 1000.0}, \"category\": \"pl60\"}]}, \"8124\": {\"path\": \"other/8124.jpg\", \"id\": 8124, \"objects\": [{\"bbox\": {\"xmin\": 814.667, \"ymin\": 844.0, \"xmax\": 846.6667, \"ymax\": 912.0}, \"category\": \"ps\"}]}, \"88165\": {\"path\": \"train/88165.jpg\", \"id\": 88165, \"objects\": [{\"bbox\": {\"xmin\": 121.333, \"ymin\": 706.667, \"xmax\": 161.3333, \"ymax\": 768.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 250.667, \"ymin\": 737.333, \"xmax\": 284.0, \"ymax\": 789.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 37.3333, \"ymin\": 690.667, \"xmax\": 81.33330000000001, \"ymax\": 749.3333}, \"category\": \"pl100\"}]}, \"8515\": {\"path\": \"other/8515.jpg\", \"id\": 8515, \"objects\": [{\"bbox\": {\"xmin\": 2009.53, \"ymin\": 1097.62, \"xmax\": 2037.3052, \"ymax\": 1130.9600999999998}, \"category\": \"i12\"}]}, \"50828\": {\"path\": \"train/50828.jpg\", \"id\": 50828, \"objects\": [{\"bbox\": {\"xmin\": 1657.0, \"ymin\": 1021.0, \"xmax\": 1675.0, \"ymax\": 1037.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 181.0, \"ymin\": 898.0, \"xmax\": 208.0, \"ymax\": 938.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 178.0, \"ymin\": 947.0, \"xmax\": 207.0, \"ymax\": 989.0}, \"category\": \"pn\"}]}, \"10356\": {\"path\": \"train/10356.jpg\", \"id\": 10356, \"objects\": [{\"bbox\": {\"xmin\": 278.0, \"ymin\": 649.0, \"xmax\": 359.0, \"ymax\": 745.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1458.0, \"ymin\": 583.0, \"xmax\": 1558.0, \"ymax\": 683.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1045.0, \"ymin\": 569.0, \"xmax\": 1160.0, \"ymax\": 677.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 633.0, \"ymin\": 593.0, \"xmax\": 738.0, \"ymax\": 699.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 837.0, \"ymin\": 575.0, \"xmax\": 950.0, \"ymax\": 681.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1255.0, \"ymin\": 569.0, \"xmax\": 1367.0, \"ymax\": 674.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 138.0, \"ymin\": 676.0, \"xmax\": 209.0, \"ymax\": 765.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 448.0, \"ymin\": 616.0, \"xmax\": 545.0, \"ymax\": 717.0}, \"category\": \"pl120\"}]}, \"21617\": {\"path\": \"train/21617.jpg\", \"id\": 21617, \"objects\": [{\"bbox\": {\"xmin\": 1841.18, \"ymin\": 731.373, \"xmax\": 1894.1176, \"ymax\": 794.1176}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1694.12, \"ymin\": 705.882, \"xmax\": 1766.6681999999998, \"ymax\": 774.5093999999999}, \"category\": \"pne\"}]}, \"39704\": {\"path\": \"train/39704.jpg\", \"id\": 39704, \"objects\": [{\"bbox\": {\"xmin\": 945.6, \"ymin\": 666.4, \"xmax\": 1019.2, \"ymax\": 736.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 868.8, \"ymin\": 670.4, \"xmax\": 943.1999999999999, \"ymax\": 741.6}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 738.4, \"ymin\": 883.2, \"xmax\": 795.1999999999999, \"ymax\": 931.2}, \"category\": \"w45\"}]}, \"17879\": {\"path\": \"test/17879.jpg\", \"id\": 17879, \"objects\": [{\"bbox\": {\"xmin\": 1481.33, \"ymin\": 1018.67, \"xmax\": 1504.0, \"ymax\": 1040.0}, \"category\": \"pl5\"}]}, \"204\": {\"path\": \"test/204.jpg\", \"id\": 204, \"objects\": [{\"bbox\": {\"xmin\": 1250.0, \"ymin\": 918.254, \"xmax\": 1270.6349, \"ymax\": 942.8571000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1168.25, \"ymin\": 919.841, \"xmax\": 1189.6825, \"ymax\": 937.3016}, \"category\": \"pne\"}]}, \"97222\": {\"path\": \"test/97222.jpg\", \"id\": 97222, \"objects\": [{\"bbox\": {\"xmin\": 1995.3668212890625, \"ymin\": 982.6867065429688, \"xmax\": 2031.5802001953125, \"ymax\": 1024.5428466796875}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1232.0, \"ymin\": 645.0, \"xmax\": 1319.0, \"ymax\": 730.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 718.0, \"ymin\": 987.0, \"xmax\": 749.0, \"ymax\": 1021.0}, \"category\": \"i5\"}]}, \"96332\": {\"path\": \"train/96332.jpg\", \"id\": 96332, \"objects\": [{\"bbox\": {\"xmin\": 1912.0, \"ymin\": 789.0, \"xmax\": 1960.0, \"ymax\": 849.0}, \"category\": \"pr30\"}, {\"bbox\": {\"xmin\": 1812.0, \"ymin\": 777.0, \"xmax\": 1865.0, \"ymax\": 837.0}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1866.0, \"ymin\": 786.0, \"xmax\": 1914.0, \"ymax\": 840.0}, \"category\": \"w57\"}]}, \"88057\": {\"path\": \"train/88057.jpg\", \"id\": 88057, \"objects\": [{\"bbox\": {\"xmin\": 820.0, \"ymin\": 1014.67, \"xmax\": 849.3333, \"ymax\": 1044.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 953.333, \"ymin\": 888.0, \"xmax\": 982.6667, \"ymax\": 918.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 685.333, \"ymin\": 892.0, \"xmax\": 713.3333, \"ymax\": 922.6667}, \"category\": \"pne\"}]}, \"61387\": {\"path\": \"train/61387.jpg\", \"id\": 61387, \"objects\": [{\"bbox\": {\"xmin\": 696.825, \"ymin\": 839.683, \"xmax\": 738.8889, \"ymax\": 881.746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1159.52, \"ymin\": 908.73, \"xmax\": 1181.746, \"ymax\": 935.7148}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1106.35, \"ymin\": 911.905, \"xmax\": 1130.9524, \"ymax\": 936.5079}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1133.33, \"ymin\": 911.111, \"xmax\": 1155.5556, \"ymax\": 936.5079}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 542.857, \"ymin\": 848.413, \"xmax\": 584.127, \"ymax\": 891.2698}, \"category\": \"pne\"}]}, \"6195\": {\"path\": \"test/6195.jpg\", \"id\": 6195, \"objects\": [{\"bbox\": {\"xmin\": 1813.33, \"ymin\": 604.0, \"xmax\": 1873.3333, \"ymax\": 672.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1996.0, \"ymin\": 645.333, \"xmax\": 2044.0, \"ymax\": 708.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1742.67, \"ymin\": 516.0, \"xmax\": 1804.0, \"ymax\": 581.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1817.33, \"ymin\": 530.667, \"xmax\": 1874.6667, \"ymax\": 598.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1934.67, \"ymin\": 629.333, \"xmax\": 1986.6667, \"ymax\": 694.6667}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1740.0, \"ymin\": 590.667, \"xmax\": 1802.6667, \"ymax\": 658.6667}, \"category\": \"pl120\"}]}, \"2686\": {\"path\": \"train/2686.jpg\", \"id\": 2686, \"objects\": [{\"bbox\": {\"xmin\": 1170.0, \"ymin\": 652.0, \"xmax\": 1222.0, \"ymax\": 705.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 905.0, \"ymin\": 663.0, \"xmax\": 958.0, \"ymax\": 715.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 965.0, \"ymin\": 658.0, \"xmax\": 1017.0, \"ymax\": 712.0}, \"category\": \"pn\"}]}, \"41154\": {\"path\": \"test/41154.jpg\", \"id\": 41154, \"objects\": [{\"bbox\": {\"xmin\": 972.549, \"ymin\": 590.196, \"xmax\": 1094.118, \"ymax\": 696.078}, \"category\": \"w20\"}, {\"bbox\": {\"xmin\": 1115.69, \"ymin\": 594.118, \"xmax\": 1233.343, \"ymax\": 694.1176}, \"category\": \"w57\"}]}, \"88906\": {\"path\": \"train/88906.jpg\", \"id\": 88906, \"objects\": [{\"bbox\": {\"xmin\": 1628.71, \"ymin\": 918.812, \"xmax\": 1675.2475, \"ymax\": 961.3861}, \"category\": \"ip\"}]}, \"29448\": {\"path\": \"test/29448.jpg\", \"id\": 29448, \"objects\": [{\"bbox\": {\"xmin\": 1123.84, \"ymin\": 943.046, \"xmax\": 1144.3709, \"ymax\": 962.9139}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 942.384, \"xmax\": 1119.2053, \"ymax\": 960.9272}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1146.36, \"ymin\": 939.073, \"xmax\": 1167.3266999999998, \"ymax\": 967.3267}, \"category\": \"pn\"}]}, \"15375\": {\"path\": \"test/15375.jpg\", \"id\": 15375, \"objects\": [{\"bbox\": {\"xmin\": 878.218, \"ymin\": 935.644, \"xmax\": 902.9703, \"ymax\": 958.4158}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1168.32, \"ymin\": 952.475, \"xmax\": 1187.1287, \"ymax\": 975.2475000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1125.74, \"ymin\": 952.474, \"xmax\": 1145.5306, \"ymax\": 974.2573000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1146.53, \"ymin\": 952.475, \"xmax\": 1166.3365999999999, \"ymax\": 973.2673}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 784.158, \"ymin\": 934.653, \"xmax\": 807.9208, \"ymax\": 959.4059}, \"category\": \"pne\"}]}, \"58189\": {\"path\": \"train/58189.jpg\", \"id\": 58189, \"objects\": [{\"bbox\": {\"xmin\": 1726.0, \"ymin\": 852.0, \"xmax\": 1795.0, \"ymax\": 958.0}, \"category\": \"p5\"}]}, \"69612\": {\"path\": \"train/69612.jpg\", \"id\": 69612, \"objects\": [{\"bbox\": {\"xmin\": 1853.17, \"ymin\": 873.81, \"xmax\": 1883.3333, \"ymax\": 909.5237999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1748.41, \"ymin\": 869.841, \"xmax\": 1780.952, \"ymax\": 904.7624}, \"category\": \"i4\"}]}, \"65010\": {\"path\": \"other/65010.jpg\", \"id\": 65010, \"objects\": [{\"bbox\": {\"xmin\": 1023.53, \"ymin\": 778.431, \"xmax\": 1074.5098, \"ymax\": 847.0588}, \"category\": \"w63\"}]}, \"68501\": {\"path\": \"test/68501.jpg\", \"id\": 68501, \"objects\": [{\"bbox\": {\"xmin\": 868.4197387695312, \"ymin\": 811.9688110351562, \"xmax\": 918.2612915039062, \"ymax\": 857.7184448242188}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1557.33, \"ymin\": 957.333, \"xmax\": 1645.3333, \"ymax\": 1041.3333}, \"category\": \"pl100\"}]}, \"88584\": {\"path\": \"train/88584.jpg\", \"id\": 88584, \"objects\": [{\"bbox\": {\"xmin\": 1554.67, \"ymin\": 880.0, \"xmax\": 1600.0, \"ymax\": 926.6667}, \"category\": \"pl40\"}]}, \"68600\": {\"path\": \"train/68600.jpg\", \"id\": 68600, \"objects\": [{\"bbox\": {\"xmin\": 1768.42, \"ymin\": 1001.32, \"xmax\": 1827.6316000000002, \"ymax\": 1069.7368000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1767.11, \"ymin\": 939.474, \"xmax\": 1826.3157999999999, \"ymax\": 1002.6316}, \"category\": \"pl5\"}]}, \"52253\": {\"path\": \"train/52253.jpg\", \"id\": 52253, \"objects\": [{\"bbox\": {\"xmin\": 763.366, \"ymin\": 890.099, \"xmax\": 787.1287, \"ymax\": 917.8218}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 707.921, \"ymin\": 893.069, \"xmax\": 728.7129, \"ymax\": 915.8413999999999}, \"category\": \"i4\"}]}, \"49668\": {\"path\": \"train/49668.jpg\", \"id\": 49668, \"objects\": [{\"bbox\": {\"xmin\": 890.099, \"ymin\": 923.762, \"xmax\": 908.9109000000001, \"ymax\": 949.5047}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1152.48, \"ymin\": 936.634, \"xmax\": 1169.3069, \"ymax\": 955.4455}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1110.89, \"ymin\": 936.634, \"xmax\": 1128.7129, \"ymax\": 958.4158}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1130.69, \"ymin\": 934.653, \"xmax\": 1146.5347000000002, \"ymax\": 956.4356}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 798.02, \"ymin\": 927.723, \"xmax\": 821.7822, \"ymax\": 952.4752}, \"category\": \"pne\"}]}, \"13981\": {\"path\": \"train/13981.jpg\", \"id\": 13981, \"objects\": [{\"bbox\": {\"xmin\": 148.0, \"ymin\": 922.0, \"xmax\": 180.0, \"ymax\": 957.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 149.0, \"ymin\": 956.0, \"xmax\": 180.0, \"ymax\": 990.0}, \"category\": \"pn\"}]}, \"49176\": {\"path\": \"train/49176.jpg\", \"id\": 49176, \"objects\": [{\"bbox\": {\"xmin\": 1773.54833984375, \"ymin\": 994.9280395507812, \"xmax\": 1793.6884765625, \"ymax\": 1014.0877075195312}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1848.1455078125, \"ymin\": 991.556640625, \"xmax\": 1868.024169921875, \"ymax\": 1014.4703369140625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1848.91, \"ymin\": 958.333, \"xmax\": 1870.6522, \"ymax\": 982.971}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1995.29, \"ymin\": 965.942, \"xmax\": 2012.3188, \"ymax\": 984.7826}, \"category\": \"p6\"}]}, \"91531\": {\"path\": \"train/91531.jpg\", \"id\": 91531, \"objects\": [{\"bbox\": {\"xmin\": 282.353, \"ymin\": 750.98, \"xmax\": 337.2549, \"ymax\": 821.5686000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1533.33, \"ymin\": 866.667, \"xmax\": 1617.6471, \"ymax\": 949.0196000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 915.686, \"ymin\": 762.745, \"xmax\": 964.7059, \"ymax\": 819.6078}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 84.3137, \"ymin\": 774.51, \"xmax\": 133.3333, \"ymax\": 833.3333}, \"category\": \"pne\"}]}, \"77722\": {\"path\": \"other/77722.jpg\", \"id\": 77722, \"objects\": [{\"bbox\": {\"xmin\": 780.159, \"ymin\": 946.032, \"xmax\": 792.0635, \"ymax\": 960.3175}, \"category\": \"pne\"}]}, \"23475\": {\"path\": \"test/23475.jpg\", \"id\": 23475, \"objects\": [{\"bbox\": {\"xmin\": 1031.7628173828125, \"ymin\": 927.2476806640625, \"xmax\": 1050.9107666015625, \"ymax\": 961.5543212890625}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 824.0, \"ymin\": 676.0, \"xmax\": 902.6667, \"ymax\": 746.6667}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1033.33, \"ymin\": 669.333, \"xmax\": 1114.6667, \"ymax\": 749.3333}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1120.0, \"ymin\": 669.333, \"xmax\": 1201.3399, \"ymax\": 750.6660999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1240.0, \"ymin\": 674.667, \"xmax\": 1321.3333, \"ymax\": 752.0}, \"category\": \"pn\"}]}, \"66492\": {\"path\": \"train/66492.jpg\", \"id\": 66492, \"objects\": [{\"bbox\": {\"xmin\": 1123.76, \"ymin\": 963.366, \"xmax\": 1141.5842, \"ymax\": 982.1774}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1125.74, \"ymin\": 983.168, \"xmax\": 1141.5705, \"ymax\": 1001.9802}, \"category\": \"w57\"}]}, \"79920\": {\"path\": \"test/79920.jpg\", \"id\": 79920, \"objects\": [{\"bbox\": {\"xmin\": 1266.68, \"ymin\": 915.2, \"xmax\": 1318.4724, \"ymax\": 963.9241000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 284.338, \"ymin\": 977.205, \"xmax\": 303.8928, \"ymax\": 1000.0002000000001}, \"category\": \"i5\"}]}, \"26331\": {\"path\": \"train/26331.jpg\", \"id\": 26331, \"objects\": [{\"bbox\": {\"xmin\": 1206.67, \"ymin\": 1005.33, \"xmax\": 1228.0, \"ymax\": 1024.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1722.67, \"ymin\": 990.667, \"xmax\": 1785.3333, \"ymax\": 1056.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 928.0, \"xmax\": 1784.0, \"ymax\": 988.0}, \"category\": \"w57\"}]}, \"34547\": {\"path\": \"train/34547.jpg\", \"id\": 34547, \"objects\": [{\"bbox\": {\"xmin\": 997.159, \"ymin\": 887.5, \"xmax\": 1024.9996, \"ymax\": 919.3182}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1027.84, \"ymin\": 890.341, \"xmax\": 1053.9782, \"ymax\": 918.1818000000001}, \"category\": \"pn\"}]}, \"56895\": {\"path\": \"train/56895.jpg\", \"id\": 56895, \"objects\": [{\"bbox\": {\"xmin\": 1036.0, \"ymin\": 792.0, \"xmax\": 1085.3333, \"ymax\": 840.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1172.0, \"ymin\": 797.333, \"xmax\": 1218.6667, \"ymax\": 842.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 901.333, \"ymin\": 790.667, \"xmax\": 946.6667, \"ymax\": 837.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 850.667, \"ymin\": 792.0, \"xmax\": 893.3333, \"ymax\": 833.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 984.0, \"ymin\": 794.667, \"xmax\": 1030.6667, \"ymax\": 838.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1118.67, \"ymin\": 794.667, \"xmax\": 1166.6667, \"ymax\": 840.0}, \"category\": \"pl100\"}]}, \"46138\": {\"path\": \"train/46138.jpg\", \"id\": 46138, \"objects\": [{\"bbox\": {\"xmin\": 2014.0, \"ymin\": 972.0, \"xmax\": 2035.0, \"ymax\": 1003.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1764.0, \"ymin\": 977.0, \"xmax\": 1785.0, \"ymax\": 1012.0}, \"category\": \"i5\"}]}, \"83202\": {\"path\": \"train/83202.jpg\", \"id\": 83202, \"objects\": [{\"bbox\": {\"xmin\": 501.0, \"ymin\": 1012.0, \"xmax\": 534.0, \"ymax\": 1050.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1183.0, \"ymin\": 832.0, \"xmax\": 1227.0, \"ymax\": 880.0}, \"category\": \"p26\"}]}, \"50547\": {\"path\": \"train/50547.jpg\", \"id\": 50547, \"objects\": [{\"bbox\": {\"xmin\": 829.365, \"ymin\": 880.159, \"xmax\": 854.7619, \"ymax\": 908.7302}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1175.4, \"ymin\": 904.762, \"xmax\": 1198.4127, \"ymax\": 929.3651}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1123.81, \"ymin\": 903.175, \"xmax\": 1146.8254, \"ymax\": 928.5713999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1146.83, \"ymin\": 905.556, \"xmax\": 1172.2165, \"ymax\": 927.7778000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 710.317, \"ymin\": 882.54, \"xmax\": 740.4762000000001, \"ymax\": 911.9047999999999}, \"category\": \"pne\"}]}, \"82448\": {\"path\": \"other/82448.jpg\", \"id\": 82448, \"objects\": [{\"bbox\": {\"xmin\": 1687.245849609375, \"ymin\": 1371.4908447265625, \"xmax\": 1720.8564453125, \"ymax\": 1401.8267822265625}, \"category\": \"pn\"}]}, \"50182\": {\"path\": \"other/50182.jpg\", \"id\": 50182, \"objects\": [{\"bbox\": {\"xmin\": 1277.62, \"ymin\": 986.932, \"xmax\": 1290.6872999999998, \"ymax\": 1011.3636}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1276.7, \"ymin\": 958.523, \"xmax\": 1288.0682, \"ymax\": 986.5079000000001}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 1246.02, \"ymin\": 994.444, \"xmax\": 1269.0475999999999, \"ymax\": 1019.8861999999999}, \"category\": \"w18\"}]}, \"1263\": {\"path\": \"train/1263.jpg\", \"id\": 1263, \"objects\": [{\"bbox\": {\"xmin\": 242.0, \"ymin\": 912.0, \"xmax\": 277.0, \"ymax\": 964.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 244.0, \"ymin\": 861.0, \"xmax\": 276.0, \"ymax\": 910.0}, \"category\": \"pm55\"}]}, \"61873\": {\"path\": \"train/61873.jpg\", \"id\": 61873, \"objects\": [{\"bbox\": {\"xmin\": 39.2157, \"ymin\": 754.902, \"xmax\": 117.6471, \"ymax\": 847.0588}, \"category\": \"i5\"}]}, \"83611\": {\"path\": \"other/83611.jpg\", \"id\": 83611, \"objects\": [{\"bbox\": {\"xmin\": 794.9075317382812, \"ymin\": 976.6107177734375, \"xmax\": 825.1249389648438, \"ymax\": 1003.2296142578125}, \"category\": \"iz\"}, {\"bbox\": {\"xmin\": 1798.02, \"ymin\": 976.238, \"xmax\": 1818.1818, \"ymax\": 1015.8416000000001}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1089.57, \"ymin\": 952.381, \"xmax\": 1096.7127, \"ymax\": 962.6984}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 950.0, \"ymin\": 960.317, \"xmax\": 960.3179, \"ymax\": 972.1591}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1796.02, \"ymin\": 936.634, \"xmax\": 1814.7727, \"ymax\": 971.2871}, \"category\": \"ps\"}]}, \"87015\": {\"path\": \"other/87015.jpg\", \"id\": 87015, \"objects\": [{\"bbox\": {\"xmin\": 40.796, \"ymin\": 715.423, \"xmax\": 74.6269, \"ymax\": 769.6517}, \"category\": \"ph4.8\"}]}, \"89526\": {\"path\": \"train/89526.jpg\", \"id\": 89526, \"objects\": [{\"bbox\": {\"xmin\": 1170.964599609375, \"ymin\": 970.533447265625, \"xmax\": 1191.549072265625, \"ymax\": 989.345458984375}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1262.0, \"ymin\": 885.0, \"xmax\": 1299.0, \"ymax\": 925.0}, \"category\": \"pn\"}]}, \"15220\": {\"path\": \"test/15220.jpg\", \"id\": 15220, \"objects\": [{\"bbox\": {\"xmin\": 644.0, \"ymin\": 905.333, \"xmax\": 690.6667, \"ymax\": 948.0}, \"category\": \"w59\"}]}, \"18483\": {\"path\": \"other/18483.jpg\", \"id\": 18483, \"objects\": [{\"bbox\": {\"xmin\": 1235.64, \"ymin\": 996.04, \"xmax\": 1255.4455, \"ymax\": 1014.8515}, \"category\": \"pl15\"}]}, \"17577\": {\"path\": \"train/17577.jpg\", \"id\": 17577, \"objects\": [{\"bbox\": {\"xmin\": 930.159, \"ymin\": 942.063, \"xmax\": 946.0317, \"ymax\": 959.5237999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 866.667, \"ymin\": 942.857, \"xmax\": 882.5397, \"ymax\": 960.3175}, \"category\": \"pne\"}]}, \"63583\": {\"path\": \"train/63583.jpg\", \"id\": 63583, \"objects\": [{\"bbox\": {\"xmin\": 774.667, \"ymin\": 614.667, \"xmax\": 854.6667, \"ymax\": 690.6673000000001}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1361.33, \"ymin\": 612.0, \"xmax\": 1436.0, \"ymax\": 684.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1072.0, \"ymin\": 602.667, \"xmax\": 1154.6667, \"ymax\": 680.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1562.67, \"ymin\": 624.0, \"xmax\": 1626.6667, \"ymax\": 693.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1212.0, \"ymin\": 602.667, \"xmax\": 1288.0, \"ymax\": 677.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 626.667, \"ymin\": 630.667, \"xmax\": 701.3333, \"ymax\": 700.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 913.333, \"ymin\": 609.333, \"xmax\": 993.3333, \"ymax\": 682.6667}, \"category\": \"pl120\"}]}, \"39591\": {\"path\": \"test/39591.jpg\", \"id\": 39591, \"objects\": [{\"bbox\": {\"xmin\": 1342.06, \"ymin\": 887.302, \"xmax\": 1365.0793999999999, \"ymax\": 914.2857}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1469.05, \"ymin\": 927.778, \"xmax\": 1484.9206, \"ymax\": 944.4444}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1435.71, \"ymin\": 924.603, \"xmax\": 1450.8033, \"ymax\": 939.6825}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1452.38, \"ymin\": 923.81, \"xmax\": 1469.0476, \"ymax\": 943.6507999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1239.68, \"ymin\": 886.508, \"xmax\": 1264.2857000000001, \"ymax\": 911.1111000000001}, \"category\": \"pne\"}]}, \"16394\": {\"path\": \"test/16394.jpg\", \"id\": 16394, \"objects\": [{\"bbox\": {\"xmin\": 1367.71, \"ymin\": 969.026, \"xmax\": 1384.5183, \"ymax\": 984.5133}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1367.26, \"ymin\": 987.169, \"xmax\": 1384.9582, \"ymax\": 1003.5403}, \"category\": \"pn\"}]}, \"8248\": {\"path\": \"train/8248.jpg\", \"id\": 8248, \"objects\": [{\"bbox\": {\"xmin\": 1951.292724609375, \"ymin\": 1078.524658203125, \"xmax\": 1968.923583984375, \"ymax\": 1094.86376953125}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 67.5497, \"ymin\": 984.768, \"xmax\": 98.6755, \"ymax\": 1021.1921}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 67.5497, \"ymin\": 934.437, \"xmax\": 96.0265, \"ymax\": 970.1987}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 68.2119, \"ymin\": 1065.56, \"xmax\": 99.3377, \"ymax\": 1098.6754999999998}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 70.8609, \"ymin\": 1030.46, \"xmax\": 98.6755, \"ymax\": 1066.2252}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 66.8874, \"ymin\": 878.808, \"xmax\": 96.6887, \"ymax\": 915.894}, \"category\": \"pmb\"}]}, \"39519\": {\"path\": \"train/39519.jpg\", \"id\": 39519, \"objects\": [{\"bbox\": {\"xmin\": 148.0, \"ymin\": 911.0, \"xmax\": 169.0, \"ymax\": 941.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 147.0, \"ymin\": 866.0, \"xmax\": 169.0, \"ymax\": 894.0}, \"category\": \"pl70\"}]}, \"12467\": {\"path\": \"test/12467.jpg\", \"id\": 12467, \"objects\": [{\"bbox\": {\"xmin\": 975.664, \"ymin\": 996.018, \"xmax\": 993.3628, \"ymax\": 1012.8319}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1289.82, \"ymin\": 997.788, \"xmax\": 1308.8496, \"ymax\": 1015.0442}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1487.17, \"ymin\": 1000.44, \"xmax\": 1501.7749000000001, \"ymax\": 1015.9316}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 864.159, \"ymin\": 991.593, \"xmax\": 881.8584, \"ymax\": 1009.2925}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 976.991, \"ymin\": 976.992, \"xmax\": 994.6899, \"ymax\": 994.6907}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1082.74, \"ymin\": 998.23, \"xmax\": 1100.4424, \"ymax\": 1016.3717}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1183.63, \"ymin\": 996.903, \"xmax\": 1199.1125000000002, \"ymax\": 1016.8142}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1289.82, \"ymin\": 979.204, \"xmax\": 1309.292, \"ymax\": 996.4607}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1392.92, \"ymin\": 998.673, \"xmax\": 1406.6372000000001, \"ymax\": 1018.1416}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1485.84, \"ymin\": 982.743, \"xmax\": 1503.5422999999998, \"ymax\": 1000.0}, \"category\": \"pl5\"}]}, \"88188\": {\"path\": \"train/88188.jpg\", \"id\": 88188, \"objects\": [{\"bbox\": {\"xmin\": 533.333, \"ymin\": 733.333, \"xmax\": 633.3324, \"ymax\": 833.333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 538.667, \"ymin\": 838.667, \"xmax\": 620.0, \"ymax\": 922.6667}, \"category\": \"pn\"}]}, \"27593\": {\"path\": \"other/27593.jpg\", \"id\": 27593, \"objects\": [{\"bbox\": {\"xmin\": 660.0, \"ymin\": 1001.33, \"xmax\": 694.6667, \"ymax\": 1036.0}, \"category\": \"pl110\"}]}, \"45761\": {\"path\": \"other/45761.jpg\", \"id\": 45761, \"objects\": [{\"bbox\": {\"xmin\": 323.841, \"ymin\": 966.887, \"xmax\": 356.9536, \"ymax\": 1004.6357999999999}, \"category\": \"pm10\"}]}, \"29175\": {\"path\": \"test/29175.jpg\", \"id\": 29175, \"objects\": [{\"bbox\": {\"xmin\": 1381.01, \"ymin\": 848.994, \"xmax\": 1422.191, \"ymax\": 888.2099000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1603.92, \"ymin\": 839.216, \"xmax\": 1633.3333, \"ymax\": 872.3684000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1632.89, \"ymin\": 839.474, \"xmax\": 1660.7828000000002, \"ymax\": 872.3681}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1180.39, \"ymin\": 835.526, \"xmax\": 1225.4902000000002, \"ymax\": 878.4309999999999}, \"category\": \"pne\"}]}, \"68272\": {\"path\": \"train/68272.jpg\", \"id\": 68272, \"objects\": [{\"bbox\": {\"xmin\": 1337.6, \"ymin\": 973.6, \"xmax\": 1357.6, \"ymax\": 992.8000000000001}, \"category\": \"i5\"}]}, \"27674\": {\"path\": \"test/27674.jpg\", \"id\": 27674, \"objects\": [{\"bbox\": {\"xmin\": 1842.67, \"ymin\": 992.0, \"xmax\": 1869.3333, \"ymax\": 1022.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 473.333, \"ymin\": 936.0, \"xmax\": 505.3333, \"ymax\": 990.6667}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 474.667, \"ymin\": 1009.33, \"xmax\": 505.33329999999995, \"ymax\": 1066.6667}, \"category\": \"pbm\"}]}, \"89674\": {\"path\": \"train/89674.jpg\", \"id\": 89674, \"objects\": [{\"bbox\": {\"xmin\": 772.0, \"ymin\": 129.333, \"xmax\": 1013.333, \"ymax\": 318.66700000000003}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 578.667, \"ymin\": 160.0, \"xmax\": 802.667, \"ymax\": 336.0}, \"category\": \"w55\"}]}, \"27645\": {\"path\": \"test/27645.jpg\", \"id\": 27645, \"objects\": [{\"bbox\": {\"xmin\": 1494.93, \"ymin\": 989.493, \"xmax\": 1513.7681, \"ymax\": 1007.2467}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1259.82, \"ymin\": 943.641, \"xmax\": 1270.8620999999998, \"ymax\": 957.0546999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1271.78, \"ymin\": 942.638, \"xmax\": 1284.0493, \"ymax\": 956.442}, \"category\": \"pn\"}]}, \"56316\": {\"path\": \"train/56316.jpg\", \"id\": 56316, \"objects\": [{\"bbox\": {\"xmin\": 1123.84, \"ymin\": 936.424, \"xmax\": 1139.0699, \"ymax\": 956.9535999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1085.43, \"ymin\": 936.424, \"xmax\": 1103.9735, \"ymax\": 956.2914}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1103.31, \"ymin\": 937.086, \"xmax\": 1121.8543, \"ymax\": 956.2914000000001}, \"category\": \"pn\"}]}, \"44528\": {\"path\": \"train/44528.jpg\", \"id\": 44528, \"objects\": [{\"bbox\": {\"xmin\": 1921.43, \"ymin\": 1060.32, \"xmax\": 1970.6349, \"ymax\": 1111.9075}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1169.05, \"ymin\": 955.556, \"xmax\": 1200.0, \"ymax\": 985.7143000000001}, \"category\": \"w59\"}]}, \"13868\": {\"path\": \"train/13868.jpg\", \"id\": 13868, \"objects\": [{\"bbox\": {\"xmin\": 1436.4, \"ymin\": 958.4, \"xmax\": 1453.4, \"ymax\": 987.4}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 811.0, \"ymin\": 951.0, \"xmax\": 844.0, \"ymax\": 984.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1404.0, \"ymin\": 944.0, \"xmax\": 1432.0, \"ymax\": 971.0}, \"category\": \"pn\"}]}, \"21529\": {\"path\": \"test/21529.jpg\", \"id\": 21529, \"objects\": [{\"bbox\": {\"xmin\": 1612.0, \"ymin\": 782.0, \"xmax\": 1668.0, \"ymax\": 842.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1450.0, \"ymin\": 770.0, \"xmax\": 1513.0, \"ymax\": 838.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 694.0, \"ymin\": 964.0, \"xmax\": 741.0, \"ymax\": 1011.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 757.0, \"xmax\": 1366.0, \"ymax\": 827.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1384.0, \"ymin\": 764.0, \"xmax\": 1448.0, \"ymax\": 834.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1824.0, \"ymin\": 902.0, \"xmax\": 1906.0, \"ymax\": 991.0}, \"category\": \"pr50\"}]}, \"20361\": {\"path\": \"train/20361.jpg\", \"id\": 20361, \"objects\": [{\"bbox\": {\"xmin\": 986.0, \"ymin\": 791.0, \"xmax\": 1041.0, \"ymax\": 843.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 925.0, \"ymin\": 789.0, \"xmax\": 977.0, \"ymax\": 842.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1048.0, \"ymin\": 788.0, \"xmax\": 1102.0, \"ymax\": 843.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1553.0, \"ymin\": 963.0, \"xmax\": 1597.0, \"ymax\": 1004.0}, \"category\": \"w55\"}]}, \"61262\": {\"path\": \"train/61262.jpg\", \"id\": 61262, \"objects\": [{\"bbox\": {\"xmin\": 1498.0, \"ymin\": 923.0, \"xmax\": 1550.0, \"ymax\": 977.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1367.0, \"ymin\": 977.0, \"xmax\": 1397.0, \"ymax\": 1009.0}, \"category\": \"i2r\"}]}, \"72712\": {\"path\": \"train/72712.jpg\", \"id\": 72712, \"objects\": [{\"bbox\": {\"xmin\": 1626.0, \"ymin\": 802.0, \"xmax\": 1658.0, \"ymax\": 868.0}, \"category\": \"pl20\"}]}, \"85695\": {\"path\": \"train/85695.jpg\", \"id\": 85695, \"objects\": [{\"bbox\": {\"xmin\": 1140.0, \"ymin\": 745.333, \"xmax\": 1198.6667, \"ymax\": 805.3333}, \"category\": \"pl30\"}]}, \"28702\": {\"path\": \"test/28702.jpg\", \"id\": 28702, \"objects\": [{\"bbox\": {\"xmin\": 638.614, \"ymin\": 954.455, \"xmax\": 682.1782000000001, \"ymax\": 998.0203}, \"category\": \"p23\"}]}, \"28322\": {\"path\": \"test/28322.jpg\", \"id\": 28322, \"objects\": [{\"bbox\": {\"xmin\": 893.333, \"ymin\": 808.0, \"xmax\": 946.6667, \"ymax\": 861.3333}, \"category\": \"pl50\"}]}, \"48218\": {\"path\": \"train/48218.jpg\", \"id\": 48218, \"objects\": [{\"bbox\": {\"xmin\": 747.0938110351562, \"ymin\": 851.7613525390625, \"xmax\": 766.5858764648438, \"ymax\": 874.757080078125}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1245.33, \"ymin\": 818.667, \"xmax\": 1292.0, \"ymax\": 866.6667}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1084.0, \"ymin\": 810.667, \"xmax\": 1132.0, \"ymax\": 861.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1294.67, \"ymin\": 821.333, \"xmax\": 1336.0, \"ymax\": 865.3333}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1164.0, \"ymin\": 800.0, \"xmax\": 1202.6667, \"ymax\": 838.6667}, \"category\": \"pne\"}]}, \"80773\": {\"path\": \"train/80773.jpg\", \"id\": 80773, \"objects\": [{\"bbox\": {\"xmin\": 497.368, \"ymin\": 565.789, \"xmax\": 555.2632, \"ymax\": 681.579}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 86.8421, \"ymin\": 819.737, \"xmax\": 110.5263, \"ymax\": 871.0526}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 23.6842, \"ymin\": 810.526, \"xmax\": 56.578900000000004, \"ymax\": 861.8421}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 52.6316, \"ymin\": 819.737, \"xmax\": 85.52629999999999, \"ymax\": 868.4211}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 186.842, \"ymin\": 407.895, \"xmax\": 289.47400000000005, \"ymax\": 555.2629999999999}, \"category\": \"pne\"}]}, \"14126\": {\"path\": \"train/14126.jpg\", \"id\": 14126, \"objects\": [{\"bbox\": {\"xmin\": 1417.0, \"ymin\": 594.0, \"xmax\": 1475.0, \"ymax\": 652.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1318.0, \"ymin\": 523.0, \"xmax\": 1437.0, \"ymax\": 623.0}, \"category\": \"w55\"}]}, \"66089\": {\"path\": \"train/66089.jpg\", \"id\": 66089, \"objects\": [{\"bbox\": {\"xmin\": 372.368, \"ymin\": 697.368, \"xmax\": 426.31579999999997, \"ymax\": 753.9467000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1307.89, \"ymin\": 747.368, \"xmax\": 1364.4737, \"ymax\": 802.6316}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1365.79, \"ymin\": 751.316, \"xmax\": 1422.3684, \"ymax\": 805.2632}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 78.9474, \"ymin\": 744.737, \"xmax\": 117.1053, \"ymax\": 796.0526}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1425.0, \"ymin\": 996.053, \"xmax\": 1469.7368, \"ymax\": 1047.3684}, \"category\": \"i2r\"}]}, \"46538\": {\"path\": \"train/46538.jpg\", \"id\": 46538, \"objects\": [{\"bbox\": {\"xmin\": 292.0, \"ymin\": 1072.0, \"xmax\": 323.0, \"ymax\": 1109.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1899.0, \"ymin\": 857.0, \"xmax\": 1960.0, \"ymax\": 929.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1924.0, \"ymin\": 913.0, \"xmax\": 1976.0, \"ymax\": 989.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1927.0, \"ymin\": 989.0, \"xmax\": 1975.0, \"ymax\": 1067.0}, \"category\": \"i2r\"}]}, \"12516\": {\"path\": \"train/12516.jpg\", \"id\": 12516, \"objects\": [{\"bbox\": {\"xmin\": 774.0, \"ymin\": 796.0, \"xmax\": 814.0, \"ymax\": 835.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1052.0, \"ymin\": 786.0, \"xmax\": 1093.0, \"ymax\": 826.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1180.0, \"ymin\": 786.0, \"xmax\": 1222.0, \"ymax\": 825.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 913.0, \"ymin\": 789.0, \"xmax\": 954.0, \"ymax\": 829.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 725.0, \"ymin\": 754.0, \"xmax\": 763.0, \"ymax\": 791.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 866.0, \"ymin\": 749.0, \"xmax\": 904.0, \"ymax\": 786.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 772.0, \"ymin\": 749.0, \"xmax\": 813.0, \"ymax\": 787.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 867.0, \"ymin\": 792.0, \"xmax\": 906.0, \"ymax\": 831.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 727.0, \"ymin\": 800.0, \"xmax\": 766.0, \"ymax\": 836.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1003.0, \"ymin\": 788.0, \"xmax\": 1043.0, \"ymax\": 827.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1131.0, \"ymin\": 786.0, \"xmax\": 1170.0, \"ymax\": 824.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1273.0, \"ymin\": 784.0, \"xmax\": 1314.0, \"ymax\": 826.0}, \"category\": \"pne\"}]}, \"47500\": {\"path\": \"other/47500.jpg\", \"id\": 47500, \"objects\": [{\"bbox\": {\"xmin\": 1450.4, \"ymin\": 587.452, \"xmax\": 1571.303, \"ymax\": 699.2}, \"category\": \"pr50\"}, {\"bbox\": {\"xmin\": 1329.6, \"ymin\": 571.2, \"xmax\": 1450.3999999999999, \"ymax\": 684.8000000000001}, \"category\": \"pr70\"}]}, \"81792\": {\"path\": \"train/81792.jpg\", \"id\": 81792, \"objects\": [{\"bbox\": {\"xmin\": 598.667, \"ymin\": 902.667, \"xmax\": 621.3333, \"ymax\": 924.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1705.33, \"ymin\": 965.333, \"xmax\": 1783.9967, \"ymax\": 1048.0}, \"category\": \"pcl\"}]}, \"89948\": {\"path\": \"train/89948.jpg\", \"id\": 89948, \"objects\": [{\"bbox\": {\"xmin\": 567.045, \"ymin\": 805.682, \"xmax\": 585.2262999999999, \"ymax\": 855.1135}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 588.636, \"ymin\": 811.364, \"xmax\": 606.25, \"ymax\": 861.932}, \"category\": \"pn\"}]}, \"9051\": {\"path\": \"train/9051.jpg\", \"id\": 9051, \"objects\": [{\"bbox\": {\"xmin\": 1340.0, \"ymin\": 797.0, \"xmax\": 1371.0, \"ymax\": 830.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1545.0, \"ymin\": 811.0, \"xmax\": 1572.0, \"ymax\": 842.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1630.0, \"ymin\": 820.0, \"xmax\": 1657.0, \"ymax\": 847.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1448.0, \"ymin\": 805.0, \"xmax\": 1477.0, \"ymax\": 837.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1301.0, \"ymin\": 761.0, \"xmax\": 1333.0, \"ymax\": 790.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 769.0, \"xmax\": 1440.0, \"ymax\": 798.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1341.0, \"ymin\": 762.0, \"xmax\": 1371.0, \"ymax\": 791.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 803.0, \"xmax\": 1441.0, \"ymax\": 834.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1303.0, \"ymin\": 799.0, \"xmax\": 1332.0, \"ymax\": 828.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1512.0, \"ymin\": 810.0, \"xmax\": 1539.0, \"ymax\": 838.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1599.0, \"ymin\": 816.0, \"xmax\": 1624.0, \"ymax\": 845.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1690.0, \"ymin\": 821.0, \"xmax\": 1716.0, \"ymax\": 853.0}, \"category\": \"pne\"}]}, \"45080\": {\"path\": \"train/45080.jpg\", \"id\": 45080, \"objects\": [{\"bbox\": {\"xmin\": 1493.07, \"ymin\": 809.901, \"xmax\": 1534.6535, \"ymax\": 856.4355999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1605.94, \"ymin\": 879.208, \"xmax\": 1627.7228, \"ymax\": 907.9203}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1559.41, \"ymin\": 883.168, \"xmax\": 1582.1782, \"ymax\": 904.9505}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1582.18, \"ymin\": 879.208, \"xmax\": 1603.9604000000002, \"ymax\": 906.9307}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1314.85, \"ymin\": 799.01, \"xmax\": 1359.4059, \"ymax\": 846.5347}, \"category\": \"pne\"}]}, \"36180\": {\"path\": \"test/36180.jpg\", \"id\": 36180, \"objects\": [{\"bbox\": {\"xmin\": 1500.0, \"ymin\": 774.667, \"xmax\": 1532.0, \"ymax\": 816.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 784.0, \"xmax\": 1630.6667, \"ymax\": 817.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1392.0, \"ymin\": 769.333, \"xmax\": 1429.3333, \"ymax\": 805.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1350.67, \"ymin\": 768.0, \"xmax\": 1388.0, \"ymax\": 804.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1458.67, \"ymin\": 772.0, \"xmax\": 1493.3333, \"ymax\": 810.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1562.67, \"ymin\": 780.0, \"xmax\": 1594.6667, \"ymax\": 816.0}, \"category\": \"pl100\"}]}, \"97618\": {\"path\": \"other/97618.jpg\", \"id\": 97618, \"objects\": [{\"bbox\": {\"xmin\": 1157.39, \"ymin\": 909.659, \"xmax\": 1181.8209000000002, \"ymax\": 935.2268}, \"category\": \"w24\"}]}, \"93788\": {\"path\": \"train/93788.jpg\", \"id\": 93788, \"objects\": [{\"bbox\": {\"xmin\": 995.05, \"ymin\": 1017.82, \"xmax\": 1025.7426, \"ymax\": 1092.0792000000001}, \"category\": \"pn\"}]}, \"11815\": {\"path\": \"train/11815.jpg\", \"id\": 11815, \"objects\": [{\"bbox\": {\"xmin\": 580.159, \"ymin\": 770.635, \"xmax\": 632.5397, \"ymax\": 821.4286}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1243.65, \"ymin\": 805.556, \"xmax\": 1293.6508000000001, \"ymax\": 852.3815000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1141.27, \"ymin\": 801.587, \"xmax\": 1189.6825, \"ymax\": 850.7937}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1192.86, \"ymin\": 802.381, \"xmax\": 1242.0635, \"ymax\": 850.7937}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 396.032, \"ymin\": 787.302, \"xmax\": 442.8571, \"ymax\": 838.0952}, \"category\": \"pne\"}]}, \"13535\": {\"path\": \"train/13535.jpg\", \"id\": 13535, \"objects\": [{\"bbox\": {\"xmin\": 1073.0, \"ymin\": 906.0, \"xmax\": 1089.0, \"ymax\": 926.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1010.0, \"ymin\": 897.0, \"xmax\": 1028.0, \"ymax\": 916.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 992.0, \"ymin\": 898.0, \"xmax\": 1009.0, \"ymax\": 916.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 974.0, \"ymin\": 900.0, \"xmax\": 992.0, \"ymax\": 917.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 973.0, \"ymin\": 497.0, \"xmax\": 1101.0, \"ymax\": 616.0}, \"category\": \"pr30\"}, {\"bbox\": {\"xmin\": 736.0, \"ymin\": 968.0, \"xmax\": 753.0, \"ymax\": 987.0}, \"category\": \"iz\"}]}, \"43588\": {\"path\": \"other/43588.jpg\", \"id\": 43588, \"objects\": [{\"bbox\": {\"xmin\": 756.0, \"ymin\": 683.0, \"xmax\": 819.0, \"ymax\": 749.0}, \"category\": \"pr30\"}]}, \"94058\": {\"path\": \"test/94058.jpg\", \"id\": 94058, \"objects\": [{\"bbox\": {\"xmin\": 1567.65, \"ymin\": 844.777, \"xmax\": 1610.9403000000002, \"ymax\": 892.5387000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1721.39, \"ymin\": 901.99, \"xmax\": 1751.7413000000001, \"ymax\": 934.8259}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1720.4, \"ymin\": 965.175, \"xmax\": 1745.7701000000002, \"ymax\": 989.5527}, \"category\": \"pn\"}]}, \"822\": {\"path\": \"train/822.jpg\", \"id\": 822, \"objects\": [{\"bbox\": {\"xmin\": 1589.0, \"ymin\": 880.0, \"xmax\": 1605.0, \"ymax\": 912.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1589.0, \"ymin\": 914.0, \"xmax\": 1613.0, \"ymax\": 941.0}, \"category\": \"pm10\"}, {\"bbox\": {\"xmin\": 1099.0, \"ymin\": 961.0, \"xmax\": 1119.0, \"ymax\": 988.0}, \"category\": \"pn\"}]}, \"45042\": {\"path\": \"train/45042.jpg\", \"id\": 45042, \"objects\": [{\"bbox\": {\"xmin\": 1157.15, \"ymin\": 976.19, \"xmax\": 1192.0671, \"ymax\": 1009.5235}, \"category\": \"pl80\"}]}, \"26468\": {\"path\": \"train/26468.jpg\", \"id\": 26468, \"objects\": [{\"bbox\": {\"xmin\": 1484.0, \"ymin\": 703.189, \"xmax\": 1564.0091, \"ymax\": 782.9996}, \"category\": \"pr70\"}, {\"bbox\": {\"xmin\": 1407.0, \"ymin\": 697.0, \"xmax\": 1489.4891, \"ymax\": 772.0}, \"category\": \"w13\"}]}, \"40168\": {\"path\": \"test/40168.jpg\", \"id\": 40168, \"objects\": [{\"bbox\": {\"xmin\": 844.444, \"ymin\": 876.984, \"xmax\": 876.1904999999999, \"ymax\": 906.3492}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 746.825, \"ymin\": 880.159, \"xmax\": 774.6032, \"ymax\": 907.1428999999999}, \"category\": \"i4\"}]}, \"33132\": {\"path\": \"test/33132.jpg\", \"id\": 33132, \"objects\": [{\"bbox\": {\"xmin\": 1652.0, \"ymin\": 961.333, \"xmax\": 1724.0, \"ymax\": 1032.0}, \"category\": \"pl100\"}]}, \"5814\": {\"path\": \"other/5814.jpg\", \"id\": 5814, \"objects\": [{\"bbox\": {\"xmin\": 1180.0, \"ymin\": 793.333, \"xmax\": 1228.0, \"ymax\": 844.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1124.0, \"ymin\": 794.667, \"xmax\": 1170.6667, \"ymax\": 840.0}, \"category\": \"ps\"}]}, \"91961\": {\"path\": \"test/91961.jpg\", \"id\": 91961, \"objects\": [{\"bbox\": {\"xmin\": 1403.97, \"ymin\": 846.825, \"xmax\": 1435.7143, \"ymax\": 876.9841}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1507.94, \"ymin\": 900.794, \"xmax\": 1523.8095, \"ymax\": 920.6349}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1487.3, \"ymin\": 899.206, \"xmax\": 1504.7619, \"ymax\": 922.2222}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1528.57, \"ymin\": 900.794, \"xmax\": 1543.6508, \"ymax\": 920.6349}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1276.19, \"ymin\": 841.27, \"xmax\": 1304.7619, \"ymax\": 876.9841}, \"category\": \"pne\"}]}, \"52899\": {\"path\": \"train/52899.jpg\", \"id\": 52899, \"objects\": [{\"bbox\": {\"xmin\": 448.0, \"ymin\": 926.667, \"xmax\": 574.667, \"ymax\": 1065.333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1805.33, \"ymin\": 728.0, \"xmax\": 1858.6667, \"ymax\": 782.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 53.3333, \"ymin\": 869.333, \"xmax\": 118.66669999999999, \"ymax\": 970.6669999999999}, \"category\": \"pne\"}]}, \"28228\": {\"path\": \"train/28228.jpg\", \"id\": 28228, \"objects\": [{\"bbox\": {\"xmin\": 125.333, \"ymin\": 868.0, \"xmax\": 198.6667, \"ymax\": 957.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1473.33, \"ymin\": 829.333, \"xmax\": 1590.667, \"ymax\": 949.333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 729.333, \"ymin\": 324.0, \"xmax\": 901.333, \"ymax\": 473.33299999999997}, \"category\": \"pl50\"}]}, \"83476\": {\"path\": \"test/83476.jpg\", \"id\": 83476, \"objects\": [{\"bbox\": {\"xmin\": 1189.33, \"ymin\": 1008.0, \"xmax\": 1221.3333, \"ymax\": 1038.6667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1188.0, \"ymin\": 972.0, \"xmax\": 1220.0, \"ymax\": 1004.0}, \"category\": \"pm55\"}]}, \"34118\": {\"path\": \"train/34118.jpg\", \"id\": 34118, \"objects\": [{\"bbox\": {\"xmin\": 1148.0, \"ymin\": 660.0, \"xmax\": 1242.6667, \"ymax\": 753.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1050.67, \"ymin\": 666.667, \"xmax\": 1144.0, \"ymax\": 757.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1250.67, \"ymin\": 656.0, \"xmax\": 1345.3333, \"ymax\": 744.0}, \"category\": \"w55\"}]}, \"97120\": {\"path\": \"train/97120.jpg\", \"id\": 97120, \"objects\": [{\"bbox\": {\"xmin\": 615.789, \"ymin\": 942.105, \"xmax\": 680.1587, \"ymax\": 1021.4286}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1526.04, \"ymin\": 974.603, \"xmax\": 1558.9362999999998, \"ymax\": 1005.5555999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 531.579, \"ymin\": 943.421, \"xmax\": 584.2104999999999, \"ymax\": 1017.1053}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1528.95, \"ymin\": 1009.52, \"xmax\": 1554.7619, \"ymax\": 1034.9174}, \"category\": \"w57\"}]}, \"94833\": {\"path\": \"test/94833.jpg\", \"id\": 94833, \"objects\": [{\"bbox\": {\"xmin\": 1572.0, \"ymin\": 960.0, \"xmax\": 1641.3333, \"ymax\": 1025.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1258.67, \"ymin\": 677.333, \"xmax\": 1338.6667, \"ymax\": 760.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1178.67, \"ymin\": 673.333, \"xmax\": 1257.3333, \"ymax\": 742.6667}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1093.33, \"ymin\": 666.667, \"xmax\": 1174.6667, \"ymax\": 741.3333}, \"category\": \"w57\"}]}, \"58030\": {\"path\": \"test/58030.jpg\", \"id\": 58030, \"objects\": [{\"bbox\": {\"xmin\": 1560.0, \"ymin\": 979.0, \"xmax\": 1593.0, \"ymax\": 1016.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1271.0, \"ymin\": 865.0, \"xmax\": 1291.0, \"ymax\": 887.0}, \"category\": \"ph4\"}]}, \"13812\": {\"path\": \"train/13812.jpg\", \"id\": 13812, \"objects\": [{\"bbox\": {\"xmin\": 1054.67, \"ymin\": 962.667, \"xmax\": 1082.6667, \"ymax\": 993.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1053.33, \"ymin\": 994.667, \"xmax\": 1082.6667, \"ymax\": 1024.0}, \"category\": \"pl5\"}]}, \"63398\": {\"path\": \"test/63398.jpg\", \"id\": 63398, \"objects\": [{\"bbox\": {\"xmin\": 715.0, \"ymin\": 700.0, \"xmax\": 780.0, \"ymax\": 764.0}, \"category\": \"ph4.5\"}]}, \"55574\": {\"path\": \"test/55574.jpg\", \"id\": 55574, \"objects\": [{\"bbox\": {\"xmin\": 982.587, \"ymin\": 901.99, \"xmax\": 1006.9652, \"ymax\": 926.8652}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1009.45, \"ymin\": 901.989, \"xmax\": 1032.8333, \"ymax\": 926.8652000000001}, \"category\": \"pn\"}]}, \"40101\": {\"path\": \"test/40101.jpg\", \"id\": 40101, \"objects\": [{\"bbox\": {\"xmin\": 1888.24, \"ymin\": 1001.96, \"xmax\": 2015.686, \"ymax\": 1119.608}, \"category\": \"pm20\"}]}, \"87048\": {\"path\": \"train/87048.jpg\", \"id\": 87048, \"objects\": [{\"bbox\": {\"xmin\": 1256.57, \"ymin\": 961.753, \"xmax\": 1288.0446, \"ymax\": 993.2275000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1149.8, \"ymin\": 984.462, \"xmax\": 1165.7371, \"ymax\": 999.6016}, \"category\": \"pn\"}]}, \"96191\": {\"path\": \"other/96191.jpg\", \"id\": 96191, \"objects\": [{\"bbox\": {\"xmin\": 1385.8, \"ymin\": 990.341, \"xmax\": 1405.6817999999998, \"ymax\": 1009.6591}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1186.36, \"ymin\": 993.181, \"xmax\": 1206.2482, \"ymax\": 1007.9543}, \"category\": \"w59\"}]}, \"49210\": {\"path\": \"train/49210.jpg\", \"id\": 49210, \"objects\": [{\"bbox\": {\"xmin\": 770.297, \"ymin\": 777.228, \"xmax\": 819.801, \"ymax\": 834.6534999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1153.47, \"ymin\": 832.673, \"xmax\": 1191.0891000000001, \"ymax\": 875.2475}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1193.07, \"ymin\": 836.634, \"xmax\": 1230.6931, \"ymax\": 877.2277}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 615.842, \"ymin\": 792.079, \"xmax\": 666.3366, \"ymax\": 843.5644}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1259.41, \"ymin\": 883.168, \"xmax\": 1287.1287, \"ymax\": 910.8911}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1258.42, \"ymin\": 913.861, \"xmax\": 1290.0990000000002, \"ymax\": 944.5545}, \"category\": \"i2r\"}]}, \"91354\": {\"path\": \"train/91354.jpg\", \"id\": 91354, \"objects\": [{\"bbox\": {\"xmin\": 1084.21, \"ymin\": 971.053, \"xmax\": 1119.8413, \"ymax\": 1011.9048}, \"category\": \"pne\"}]}, \"91399\": {\"path\": \"test/91399.jpg\", \"id\": 91399, \"objects\": [{\"bbox\": {\"xmin\": 900.99, \"ymin\": 932.673, \"xmax\": 921.7822, \"ymax\": 952.4752}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1125.74, \"ymin\": 934.653, \"xmax\": 1143.5644, \"ymax\": 953.4653000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1094.06, \"ymin\": 937.624, \"xmax\": 1108.9108999999999, \"ymax\": 954.4554}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1110.89, \"ymin\": 937.624, \"xmax\": 1125.7426, \"ymax\": 952.4752}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 821.782, \"ymin\": 934.653, \"xmax\": 843.5644000000001, \"ymax\": 953.4653000000001}, \"category\": \"pne\"}]}, \"74494\": {\"path\": \"train/74494.jpg\", \"id\": 74494, \"objects\": [{\"bbox\": {\"xmin\": 236.508, \"ymin\": 918.254, \"xmax\": 259.5238, \"ymax\": 980.1587000000001}, \"category\": \"p5\"}]}, \"75636\": {\"path\": \"train/75636.jpg\", \"id\": 75636, \"objects\": [{\"bbox\": {\"xmin\": 1120.0, \"ymin\": 990.0, \"xmax\": 1156.0, \"ymax\": 1029.0}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1119.0, \"ymin\": 1031.0, \"xmax\": 1155.0, \"ymax\": 1068.0}, \"category\": \"pt\"}]}, \"80026\": {\"path\": \"train/80026.jpg\", \"id\": 80026, \"objects\": [{\"bbox\": {\"xmin\": 1395.05, \"ymin\": 967.327, \"xmax\": 1410.8911, \"ymax\": 983.1683}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1396.04, \"ymin\": 983.168, \"xmax\": 1413.8623, \"ymax\": 999.0099}, \"category\": \"pn\"}]}, \"96449\": {\"path\": \"other/96449.jpg\", \"id\": 96449, \"objects\": [{\"bbox\": {\"xmin\": 1719.3746337890625, \"ymin\": 975.746826171875, \"xmax\": 1739.0184326171875, \"ymax\": 994.3123779296875}, \"category\": \"p19\"}]}, \"97462\": {\"path\": \"train/97462.jpg\", \"id\": 97462, \"objects\": [{\"bbox\": {\"xmin\": 1830.16, \"ymin\": 893.651, \"xmax\": 1856.3492, \"ymax\": 923.8095}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1775.4, \"ymin\": 891.27, \"xmax\": 1800.0, \"ymax\": 923.8095}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1801.59, \"ymin\": 893.651, \"xmax\": 1828.5713999999998, \"ymax\": 923.0159}, \"category\": \"pn\"}]}, \"21644\": {\"path\": \"other/21644.jpg\", \"id\": 21644, \"objects\": [{\"bbox\": {\"xmin\": 1784.16, \"ymin\": 1016.83, \"xmax\": 1799.0099, \"ymax\": 1033.6634000000001}, \"category\": \"i10\"}]}, \"96779\": {\"path\": \"other/96779.jpg\", \"id\": 96779, \"objects\": [{\"bbox\": {\"xmin\": 1215.93, \"ymin\": 1011.16, \"xmax\": 1229.0805, \"ymax\": 1023.9064}, \"category\": \"pl30\"}]}, \"76841\": {\"path\": \"train/76841.jpg\", \"id\": 76841, \"objects\": [{\"bbox\": {\"xmin\": 411.0, \"ymin\": 1029.0, \"xmax\": 427.0, \"ymax\": 1046.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1098.0, \"ymin\": 747.0, \"xmax\": 1156.0, \"ymax\": 804.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1097.0, \"ymin\": 936.0, \"xmax\": 1155.0, \"ymax\": 995.0}, \"category\": \"p26\"}]}, \"91926\": {\"path\": \"train/91926.jpg\", \"id\": 91926, \"objects\": [{\"bbox\": {\"xmin\": 1885.0, \"ymin\": 892.0, \"xmax\": 1960.0, \"ymax\": 976.0}, \"category\": \"pm20\"}]}, \"40107\": {\"path\": \"other/40107.jpg\", \"id\": 40107, \"objects\": [{\"bbox\": {\"xmin\": 1327.45, \"ymin\": 976.471, \"xmax\": 1354.902, \"ymax\": 1013.7255}, \"category\": \"pl15\"}]}, \"55994\": {\"path\": \"train/55994.jpg\", \"id\": 55994, \"objects\": [{\"bbox\": {\"xmin\": 851.485, \"ymin\": 955.446, \"xmax\": 874.2574, \"ymax\": 975.2475000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 875.248, \"ymin\": 952.475, \"xmax\": 899.0099, \"ymax\": 976.2376}, \"category\": \"pn\"}]}, \"49843\": {\"path\": \"test/49843.jpg\", \"id\": 49843, \"objects\": [{\"bbox\": {\"xmin\": 136.7089080810547, \"ymin\": 907.14599609375, \"xmax\": 167.63990783691406, \"ymax\": 945.762451171875}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1650.0, \"ymin\": 739.474, \"xmax\": 1769.732, \"ymax\": 901.316}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1785.43, \"ymin\": 1017.88, \"xmax\": 1800.6623, \"ymax\": 1038.4106}, \"category\": \"pn\"}]}, \"88672\": {\"path\": \"test/88672.jpg\", \"id\": 88672, \"objects\": [{\"bbox\": {\"xmin\": 1044.0, \"ymin\": 854.667, \"xmax\": 1081.3333, \"ymax\": 890.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 981.333, \"xmax\": 1110.6667, \"ymax\": 1006.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1089.33, \"ymin\": 1006.67, \"xmax\": 1114.6667, \"ymax\": 1028.0}, \"category\": \"i2r\"}]}, \"23989\": {\"path\": \"train/23989.jpg\", \"id\": 23989, \"objects\": [{\"bbox\": {\"xmin\": 1337.0, \"ymin\": 948.0, \"xmax\": 1380.0, \"ymax\": 998.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1338.0, \"ymin\": 1000.0, \"xmax\": 1381.0, \"ymax\": 1045.0}, \"category\": \"w42\"}]}, \"34525\": {\"path\": \"test/34525.jpg\", \"id\": 34525, \"objects\": [{\"bbox\": {\"xmin\": 1484.58, \"ymin\": 990.05, \"xmax\": 1553.7313, \"ymax\": 1062.1891}, \"category\": \"pg\"}]}, \"2981\": {\"path\": \"test/2981.jpg\", \"id\": 2981, \"objects\": [{\"bbox\": {\"xmin\": 1460.0, \"ymin\": 1001.33, \"xmax\": 1522.6667, \"ymax\": 1064.0}, \"category\": \"w59\"}]}, \"33639\": {\"path\": \"other/33639.jpg\", \"id\": 33639, \"objects\": [{\"bbox\": {\"xmin\": 917.2293090820312, \"ymin\": 938.35791015625, \"xmax\": 937.2671508789062, \"ymax\": 956.8341064453125}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 42.13798522949219, \"ymin\": 930.4871215820312, \"xmax\": 61.51854705810547, \"ymax\": 952.6867065429688}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 841.4158935546875, \"ymin\": 939.8692016601562, \"xmax\": 861.94189453125, \"ymax\": 959.2697143554688}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1659.4674072265625, \"ymin\": 842.0782470703125, \"xmax\": 1676.1180419921875, \"ymax\": 884.495361328125}, \"category\": \"pne\"}]}, \"29491\": {\"path\": \"test/29491.jpg\", \"id\": 29491, \"objects\": [{\"bbox\": {\"xmin\": 1488.0, \"ymin\": 869.333, \"xmax\": 1533.3333, \"ymax\": 913.333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1490.67, \"ymin\": 921.333, \"xmax\": 1534.6667, \"ymax\": 968.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1492.0, \"ymin\": 976.0, \"xmax\": 1540.0, \"ymax\": 1022.6658}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1437.33, \"ymin\": 865.333, \"xmax\": 1481.3333, \"ymax\": 911.9993999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1438.67, \"ymin\": 920.0, \"xmax\": 1484.0, \"ymax\": 969.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 976.0, \"xmax\": 1489.3333, \"ymax\": 1024.0}, \"category\": \"pl100\"}]}, \"88576\": {\"path\": \"train/88576.jpg\", \"id\": 88576, \"objects\": [{\"bbox\": {\"xmin\": 1697.33, \"ymin\": 821.333, \"xmax\": 1788.0032999999999, \"ymax\": 908.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1698.67, \"ymin\": 912.0, \"xmax\": 1786.6667, \"ymax\": 1005.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1086.67, \"ymin\": 765.333, \"xmax\": 1153.3333, \"ymax\": 828.0}, \"category\": \"pl40\"}]}, \"84269\": {\"path\": \"test/84269.jpg\", \"id\": 84269, \"objects\": [{\"bbox\": {\"xmin\": 1262.69, \"ymin\": 981.592, \"xmax\": 1278.607, \"ymax\": 996.5174}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1260.2, \"ymin\": 1002.49, \"xmax\": 1278.1045000000001, \"ymax\": 1019.8981}, \"category\": \"pl30\"}]}, \"78353\": {\"path\": \"train/78353.jpg\", \"id\": 78353, \"objects\": [{\"bbox\": {\"xmin\": 1826.0, \"ymin\": 937.0, \"xmax\": 1887.0, \"ymax\": 1000.0}, \"category\": \"pl50\"}]}, \"19131\": {\"path\": \"train/19131.jpg\", \"id\": 19131, \"objects\": [{\"bbox\": {\"xmin\": 1872.19, \"ymin\": 713.907, \"xmax\": 1930.4636, \"ymax\": 780.7947}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1362.26, \"ymin\": 654.305, \"xmax\": 1439.7350999999999, \"ymax\": 731.7882999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1933.11, \"ymin\": 723.179, \"xmax\": 1984.1037, \"ymax\": 787.4181}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1444.37, \"ymin\": 657.616, \"xmax\": 1522.5166, \"ymax\": 736.4238}, \"category\": \"pn\"}]}, \"64226\": {\"path\": \"test/64226.jpg\", \"id\": 64226, \"objects\": [{\"bbox\": {\"xmin\": 1241.33, \"ymin\": 1013.33, \"xmax\": 1266.6667, \"ymax\": 1034.6667}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1242.67, \"ymin\": 988.0, \"xmax\": 1265.3333, \"ymax\": 1012.0}, \"category\": \"pm20\"}]}, \"95616\": {\"path\": \"train/95616.jpg\", \"id\": 95616, \"objects\": [{\"bbox\": {\"xmin\": 156.436, \"ymin\": 978.218, \"xmax\": 188.11880000000002, \"ymax\": 1013.8612999999999}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 0.990099, \"ymin\": 970.297, \"xmax\": 35.643599, \"ymax\": 1015.8416}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 156.435, \"ymin\": 930.693, \"xmax\": 193.06900000000002, \"ymax\": 972.2772}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 156.436, \"ymin\": 1016.83, \"xmax\": 192.07920000000001, \"ymax\": 1049.505}, \"category\": \"pw4\"}]}, \"86049\": {\"path\": \"train/86049.jpg\", \"id\": 86049, \"objects\": [{\"bbox\": {\"xmin\": 921.333, \"ymin\": 769.333, \"xmax\": 985.3333, \"ymax\": 829.3333}, \"category\": \"pl50\"}]}, \"44148\": {\"path\": \"train/44148.jpg\", \"id\": 44148, \"objects\": [{\"bbox\": {\"xmin\": 1960.294189453125, \"ymin\": 892.8680419921875, \"xmax\": 1991.46875, \"ymax\": 927.262451171875}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1577.33, \"ymin\": 970.667, \"xmax\": 1600.0, \"ymax\": 992.0}, \"category\": \"ph4.8\"}, {\"bbox\": {\"xmin\": 1532.0, \"ymin\": 934.667, \"xmax\": 1564.0, \"ymax\": 964.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1577.33, \"ymin\": 992.0, \"xmax\": 1600.0, \"ymax\": 1017.3333}, \"category\": \"pm55\"}]}, \"47628\": {\"path\": \"other/47628.jpg\", \"id\": 47628, \"objects\": [{\"bbox\": {\"xmin\": 351.705, \"ymin\": 978.977, \"xmax\": 363.0682, \"ymax\": 997.7273}, \"category\": \"pne\"}]}, \"97184\": {\"path\": \"other/97184.jpg\", \"id\": 97184, \"objects\": [{\"bbox\": {\"xmin\": 1630.09, \"ymin\": 976.549, \"xmax\": 1677.8761, \"ymax\": 1023.8937999999999}, \"category\": \"pm10\"}]}, \"35648\": {\"path\": \"test/35648.jpg\", \"id\": 35648, \"objects\": [{\"bbox\": {\"xmin\": 1609.8, \"ymin\": 823.529, \"xmax\": 1647.0588, \"ymax\": 896.0784}, \"category\": \"ip\"}]}, \"3792\": {\"path\": \"train/3792.jpg\", \"id\": 3792, \"objects\": [{\"bbox\": {\"xmin\": 1951.0, \"ymin\": 902.0, \"xmax\": 1989.0, \"ymax\": 959.0}, \"category\": \"p26\"}]}, \"31714\": {\"path\": \"train/31714.jpg\", \"id\": 31714, \"objects\": [{\"bbox\": {\"xmin\": 1474.0, \"ymin\": 760.0, \"xmax\": 1525.0, \"ymax\": 814.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1477.0, \"ymin\": 825.0, \"xmax\": 1526.0, \"ymax\": 879.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1469.0, \"ymin\": 933.0, \"xmax\": 1502.0, \"ymax\": 967.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1506.0, \"ymin\": 932.0, \"xmax\": 1538.0, \"ymax\": 966.0}, \"category\": \"i2r\"}]}, \"84576\": {\"path\": \"train/84576.jpg\", \"id\": 84576, \"objects\": [{\"bbox\": {\"xmin\": 838.0, \"ymin\": 993.0, \"xmax\": 856.0, \"ymax\": 1009.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1403.0, \"ymin\": 765.0, \"xmax\": 1444.0, \"ymax\": 805.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1354.0, \"ymin\": 764.0, \"xmax\": 1392.0, \"ymax\": 805.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1432.0, \"ymin\": 928.0, \"xmax\": 1469.0, \"ymax\": 968.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 985.0, \"xmax\": 1473.0, \"ymax\": 1027.0}, \"category\": \"i2r\"}]}, \"70873\": {\"path\": \"test/70873.jpg\", \"id\": 70873, \"objects\": [{\"bbox\": {\"xmin\": 912.698, \"ymin\": 941.27, \"xmax\": 937.3016, \"ymax\": 969.8418}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 910.317, \"ymin\": 973.016, \"xmax\": 938.8889, \"ymax\": 996.8254}, \"category\": \"pn\"}]}, \"85420\": {\"path\": \"test/85420.jpg\", \"id\": 85420, \"objects\": [{\"bbox\": {\"xmin\": 136.0, \"ymin\": 650.0, \"xmax\": 185.0, \"ymax\": 709.0}, \"category\": \"pr40\"}]}, \"76091\": {\"path\": \"test/76091.jpg\", \"id\": 76091, \"objects\": [{\"bbox\": {\"xmin\": 1469.33, \"ymin\": 945.333, \"xmax\": 1508.0, \"ymax\": 981.3333}, \"category\": \"w59\"}]}, \"68775\": {\"path\": \"test/68775.jpg\", \"id\": 68775, \"objects\": [{\"bbox\": {\"xmin\": 301.961, \"ymin\": 823.529, \"xmax\": 331.3725, \"ymax\": 858.8211}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 345.098, \"ymin\": 819.608, \"xmax\": 368.6275, \"ymax\": 854.9019999999999}, \"category\": \"pn\"}]}, \"98615\": {\"path\": \"train/98615.jpg\", \"id\": 98615, \"objects\": [{\"bbox\": {\"xmin\": 1228.0, \"ymin\": 929.333, \"xmax\": 1272.0, \"ymax\": 966.6667}, \"category\": \"w59\"}]}, \"83208\": {\"path\": \"test/83208.jpg\", \"id\": 83208, \"objects\": [{\"bbox\": {\"xmin\": 458.706, \"ymin\": 787.562, \"xmax\": 477.11440000000005, \"ymax\": 828.8557000000001}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 628.856, \"ymin\": 926.866, \"xmax\": 666.6667, \"ymax\": 988.5572}, \"category\": \"w59\"}]}, \"88914\": {\"path\": \"test/88914.jpg\", \"id\": 88914, \"objects\": [{\"bbox\": {\"xmin\": 449.206, \"ymin\": 956.349, \"xmax\": 466.6667, \"ymax\": 986.5079000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 447.619, \"ymin\": 985.714, \"xmax\": 467.4603, \"ymax\": 1015.873}, \"category\": \"pn\"}]}, \"59877\": {\"path\": \"test/59877.jpg\", \"id\": 59877, \"objects\": [{\"bbox\": {\"xmin\": 1224.0, \"ymin\": 917.0, \"xmax\": 1243.0, \"ymax\": 938.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1225.0, \"ymin\": 986.0, \"xmax\": 1246.0, \"ymax\": 1007.0}, \"category\": \"p26\"}]}, \"32881\": {\"path\": \"other/32881.jpg\", \"id\": 32881, \"objects\": [{\"bbox\": {\"xmin\": 152.0, \"ymin\": 1010.67, \"xmax\": 190.6664, \"ymax\": 1049.3333}, \"category\": \"pl15\"}]}, \"57426\": {\"path\": \"train/57426.jpg\", \"id\": 57426, \"objects\": [{\"bbox\": {\"xmin\": 1839.45, \"ymin\": 994.821, \"xmax\": 1856.9721, \"ymax\": 1013.9442}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 971.239, \"ymin\": 990.708, \"xmax\": 983.6283000000001, \"ymax\": 1005.3097}, \"category\": \"pne\"}]}, \"29347\": {\"path\": \"test/29347.jpg\", \"id\": 29347, \"objects\": [{\"bbox\": {\"xmin\": 1535.32421875, \"ymin\": 1017.6378784179688, \"xmax\": 1556.78662109375, \"ymax\": 1040.9710693359375}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1381.025634765625, \"ymin\": 1016.856201171875, \"xmax\": 1403.61328125, \"ymax\": 1041.658935546875}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1849.33, \"ymin\": 557.333, \"xmax\": 1945.3333, \"ymax\": 676.0}, \"category\": \"p26\"}]}, \"55277\": {\"path\": \"train/55277.jpg\", \"id\": 55277, \"objects\": [{\"bbox\": {\"xmin\": 527.0, \"ymin\": 949.0, \"xmax\": 595.0, \"ymax\": 1019.0}, \"category\": \"p5\"}]}, \"6316\": {\"path\": \"train/6316.jpg\", \"id\": 6316, \"objects\": [{\"bbox\": {\"xmin\": 390.0, \"ymin\": 884.0, \"xmax\": 540.0, \"ymax\": 1093.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 397.0, \"ymin\": 715.0, \"xmax\": 516.0, \"ymax\": 879.0}, \"category\": \"pl50\"}]}, \"82300\": {\"path\": \"train/82300.jpg\", \"id\": 82300, \"objects\": [{\"bbox\": {\"xmin\": 1089.2, \"ymin\": 889.205, \"xmax\": 1106.25, \"ymax\": 905.6818000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1124.43, \"ymin\": 830.114, \"xmax\": 1157.381, \"ymax\": 862.5}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1108.52, \"ymin\": 910.227, \"xmax\": 1124.4318, \"ymax\": 927.2727}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1167.61, \"ymin\": 832.386, \"xmax\": 1200.0, \"ymax\": 865.3408999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1127.27, \"ymin\": 889.773, \"xmax\": 1144.3182, \"ymax\": 905.6818000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1204.55, \"ymin\": 967.614, \"xmax\": 1231.8236, \"ymax\": 990.3409}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1210.45, \"ymin\": 889.773, \"xmax\": 1235.5328, \"ymax\": 915.5224000000001}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1210.75, \"ymin\": 915.341, \"xmax\": 1234.95, \"ymax\": 939.3}, \"category\": \"i2r\"}]}, \"12398\": {\"path\": \"train/12398.jpg\", \"id\": 12398, \"objects\": [{\"bbox\": {\"xmin\": 1963.07, \"ymin\": 991.931, \"xmax\": 1993.75, \"ymax\": 1023.8635}, \"category\": \"pl30\"}]}, \"90989\": {\"path\": \"train/90989.jpg\", \"id\": 90989, \"objects\": [{\"bbox\": {\"xmin\": 1713.86, \"ymin\": 700.99, \"xmax\": 1795.0494999999999, \"ymax\": 798.0191}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1722.77, \"ymin\": 802.97, \"xmax\": 1796.0396, \"ymax\": 898.0198}, \"category\": \"pn\"}]}, \"35881\": {\"path\": \"test/35881.jpg\", \"id\": 35881, \"objects\": [{\"bbox\": {\"xmin\": 397.333, \"ymin\": 796.0, \"xmax\": 438.66670000000005, \"ymax\": 842.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 424.0, \"ymin\": 769.333, \"xmax\": 441.3333, \"ymax\": 789.3333}, \"category\": \"w63\"}]}, \"15022\": {\"path\": \"train/15022.jpg\", \"id\": 15022, \"objects\": [{\"bbox\": {\"xmin\": 1252.48, \"ymin\": 856.436, \"xmax\": 1284.1584, \"ymax\": 889.1089000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1286.14, \"ymin\": 859.406, \"xmax\": 1317.8218000000002, \"ymax\": 890.0989999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1319.45, \"ymin\": 906.931, \"xmax\": 1343.4, \"ymax\": 930.6}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1319.45, \"ymin\": 931.683, \"xmax\": 1343.55, \"ymax\": 955.0}, \"category\": \"i2r\"}]}, \"61958\": {\"path\": \"test/61958.jpg\", \"id\": 61958, \"objects\": [{\"bbox\": {\"xmin\": 1298.4967041015625, \"ymin\": 597.1865234375, \"xmax\": 1406.1007080078125, \"ymax\": 711.4739990234375}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1415.0, \"ymin\": 610.0, \"xmax\": 1513.0, \"ymax\": 712.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1523.0, \"ymin\": 626.0, \"xmax\": 1613.0, \"ymax\": 723.0}, \"category\": \"pn\"}]}, \"58498\": {\"path\": \"train/58498.jpg\", \"id\": 58498, \"objects\": [{\"bbox\": {\"xmin\": 388.043, \"ymin\": 930.797, \"xmax\": 455.7971, \"ymax\": 1012.6812}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 995.681, \"ymin\": 997.675, \"xmax\": 1003.65458, \"ymax\": 1006.9770699999999}, \"category\": \"pne\"}]}, \"46721\": {\"path\": \"train/46721.jpg\", \"id\": 46721, \"objects\": [{\"bbox\": {\"xmin\": 550.568, \"ymin\": 806.818, \"xmax\": 567.6136, \"ymax\": 857.9544999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 507.386, \"ymin\": 790.341, \"xmax\": 530.1136, \"ymax\": 847.1591}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 531.818, \"ymin\": 796.023, \"xmax\": 548.8634, \"ymax\": 851.7045}, \"category\": \"pn\"}]}, \"82390\": {\"path\": \"train/82390.jpg\", \"id\": 82390, \"objects\": [{\"bbox\": {\"xmin\": 1452.48, \"ymin\": 1000.99, \"xmax\": 1471.2871, \"ymax\": 1022.7725}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1264.36, \"ymin\": 989.109, \"xmax\": 1280.2129, \"ymax\": 1004.9505}, \"category\": \"w55\"}]}, \"38884\": {\"path\": \"train/38884.jpg\", \"id\": 38884, \"objects\": [{\"bbox\": {\"xmin\": 898.02, \"ymin\": 938.614, \"xmax\": 913.8614, \"ymax\": 958.4158}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 830.693, \"ymin\": 938.614, \"xmax\": 847.5248, \"ymax\": 958.4158}, \"category\": \"pne\"}]}, \"92011\": {\"path\": \"train/92011.jpg\", \"id\": 92011, \"objects\": [{\"bbox\": {\"xmin\": 1232.990966796875, \"ymin\": 1031.1480712890625, \"xmax\": 1257.08349609375, \"ymax\": 1053.3973388671875}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 908.0, \"ymin\": 980.0, \"xmax\": 937.3333, \"ymax\": 1008.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1762.67, \"ymin\": 696.0, \"xmax\": 1801.3333, \"ymax\": 729.3333}, \"category\": \"w63\"}]}, \"20016\": {\"path\": \"train/20016.jpg\", \"id\": 20016, \"objects\": [{\"bbox\": {\"xmin\": 1379.0, \"ymin\": 803.0, \"xmax\": 1408.0, \"ymax\": 832.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1548.0, \"ymin\": 816.0, \"xmax\": 1573.0, \"ymax\": 843.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 810.0, \"xmax\": 1492.0, \"ymax\": 837.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1342.0, \"ymin\": 767.0, \"xmax\": 1371.0, \"ymax\": 795.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1378.0, \"ymin\": 769.0, \"xmax\": 1406.0, \"ymax\": 798.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1429.0, \"ymin\": 807.0, \"xmax\": 1459.0, \"ymax\": 835.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1342.0, \"ymin\": 801.0, \"xmax\": 1371.0, \"ymax\": 830.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1514.0, \"ymin\": 813.0, \"xmax\": 1540.0, \"ymax\": 841.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1613.0, \"ymin\": 820.0, \"xmax\": 1640.0, \"ymax\": 849.0}, \"category\": \"pne\"}]}, \"48468\": {\"path\": \"train/48468.jpg\", \"id\": 48468, \"objects\": [{\"bbox\": {\"xmin\": 878.571, \"ymin\": 804.762, \"xmax\": 919.8413, \"ymax\": 845.2380999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 922.222, \"ymin\": 803.968, \"xmax\": 961.1111, \"ymax\": 842.8571}, \"category\": \"pn\"}]}, \"89184\": {\"path\": \"other/89184.jpg\", \"id\": 89184, \"objects\": [{\"bbox\": {\"xmin\": 360.0, \"ymin\": 1002.67, \"xmax\": 428.0, \"ymax\": 1114.667}, \"category\": \"pm15\"}]}, \"43058\": {\"path\": \"train/43058.jpg\", \"id\": 43058, \"objects\": [{\"bbox\": {\"xmin\": 365.333, \"ymin\": 804.0, \"xmax\": 476.0, \"ymax\": 940.0}, \"category\": \"i2r\"}]}, \"5186\": {\"path\": \"other/5186.jpg\", \"id\": 5186, \"objects\": [{\"bbox\": {\"xmin\": 356.863, \"ymin\": 1072.55, \"xmax\": 464.706, \"ymax\": 1223.529}, \"category\": \"w20\"}]}, \"63580\": {\"path\": \"train/63580.jpg\", \"id\": 63580, \"objects\": [{\"bbox\": {\"xmin\": 1368.21, \"ymin\": 887.417, \"xmax\": 1389.404, \"ymax\": 908.6093000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1523.84, \"ymin\": 972.185, \"xmax\": 1545.6975, \"ymax\": 992.7152}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1392.05, \"ymin\": 887.417, \"xmax\": 1411.9205, \"ymax\": 908.6093000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1413.91, \"ymin\": 888.079, \"xmax\": 1433.7748000000001, \"ymax\": 909.9337999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1524.5, \"ymin\": 948.344, \"xmax\": 1545.6954, \"ymax\": 970.1983}, \"category\": \"pcd\"}]}, \"81012\": {\"path\": \"train/81012.jpg\", \"id\": 81012, \"objects\": [{\"bbox\": {\"xmin\": 607.921, \"ymin\": 810.891, \"xmax\": 645.5446000000001, \"ymax\": 851.4851}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1235.64, \"ymin\": 835.644, \"xmax\": 1272.2772, \"ymax\": 873.2673}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1276.24, \"ymin\": 837.624, \"xmax\": 1310.8911, \"ymax\": 875.2475000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 369.307, \"ymin\": 825.743, \"xmax\": 404.95050000000003, \"ymax\": 861.8421000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1314.85, \"ymin\": 1014.85, \"xmax\": 1349.5049999999999, \"ymax\": 1045.5446}, \"category\": \"i2r\"}]}, \"13963\": {\"path\": \"train/13963.jpg\", \"id\": 13963, \"objects\": [{\"bbox\": {\"xmin\": 110.526, \"ymin\": 921.053, \"xmax\": 157.8947, \"ymax\": 976.3158}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 111.842, \"ymin\": 976.316, \"xmax\": 159.2105, \"ymax\": 1032.8947}, \"category\": \"pn\"}]}, \"31779\": {\"path\": \"test/31779.jpg\", \"id\": 31779, \"objects\": [{\"bbox\": {\"xmin\": 1492.0, \"ymin\": 857.333, \"xmax\": 1529.3333, \"ymax\": 893.333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1565.33, \"ymin\": 988.0, \"xmax\": 1592.0, \"ymax\": 1017.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1566.67, \"ymin\": 1017.33, \"xmax\": 1594.6667, \"ymax\": 1041.3333}, \"category\": \"i2r\"}]}, \"52080\": {\"path\": \"train/52080.jpg\", \"id\": 52080, \"objects\": [{\"bbox\": {\"xmin\": 1259.21, \"ymin\": 892.105, \"xmax\": 1281.5774000000001, \"ymax\": 918.4204}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1422.37, \"ymin\": 884.211, \"xmax\": 1443.4259, \"ymax\": 910.5263}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1448.68, \"ymin\": 888.158, \"xmax\": 1463.1537, \"ymax\": 910.5263}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1128.95, \"ymin\": 889.473, \"xmax\": 1153.9505000000001, \"ymax\": 917.1051}, \"category\": \"pne\"}]}, \"26563\": {\"path\": \"train/26563.jpg\", \"id\": 26563, \"objects\": [{\"bbox\": {\"xmin\": 1813.33, \"ymin\": 762.667, \"xmax\": 1870.6667, \"ymax\": 825.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1682.67, \"ymin\": 744.0, \"xmax\": 1744.0, \"ymax\": 812.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1752.0, \"ymin\": 753.333, \"xmax\": 1809.3333, \"ymax\": 819.9997}, \"category\": \"pn\"}]}, \"23140\": {\"path\": \"test/23140.jpg\", \"id\": 23140, \"objects\": [{\"bbox\": {\"xmin\": 1344.8, \"ymin\": 721.472, \"xmax\": 1400.8, \"ymax\": 781.4403}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1402.22, \"ymin\": 726.4, \"xmax\": 1453.6015, \"ymax\": 784.8}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1510.4, \"ymin\": 773.806, \"xmax\": 1561.4792, \"ymax\": 829.5995}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1454.4, \"ymin\": 732.0, \"xmax\": 1507.2, \"ymax\": 790.8065}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1509.6, \"ymin\": 828.8, \"xmax\": 1562.3999999999999, \"ymax\": 884.2856999999999}, \"category\": \"pbm\"}]}, \"37304\": {\"path\": \"test/37304.jpg\", \"id\": 37304, \"objects\": [{\"bbox\": {\"xmin\": 1021.760009765625, \"ymin\": 943.36181640625, \"xmax\": 1038.908447265625, \"ymax\": 960.6387939453125}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 45.0, \"ymin\": 945.0, \"xmax\": 57.0, \"ymax\": 959.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 446.0, \"ymin\": 1056.0, \"xmax\": 507.0, \"ymax\": 1125.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 274.0, \"ymin\": 903.0, \"xmax\": 296.0, \"ymax\": 931.0}, \"category\": \"p5\"}]}, \"69096\": {\"path\": \"test/69096.jpg\", \"id\": 69096, \"objects\": [{\"bbox\": {\"xmin\": 397.0, \"ymin\": 864.0, \"xmax\": 438.0, \"ymax\": 955.0}, \"category\": \"p26\"}]}, \"96295\": {\"path\": \"train/96295.jpg\", \"id\": 96295, \"objects\": [{\"bbox\": {\"xmin\": 1600.0, \"ymin\": 713.333, \"xmax\": 1660.0, \"ymax\": 773.3333}, \"category\": \"pl60\"}]}, \"62247\": {\"path\": \"test/62247.jpg\", \"id\": 62247, \"objects\": [{\"bbox\": {\"xmin\": 1154.0, \"ymin\": 667.0, \"xmax\": 1245.0, \"ymax\": 758.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1054.0, \"ymin\": 666.0, \"xmax\": 1149.0, \"ymax\": 760.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1276.0, \"ymin\": 910.0, \"xmax\": 1348.0, \"ymax\": 983.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1278.0, \"ymin\": 988.0, \"xmax\": 1349.0, \"ymax\": 1064.0}, \"category\": \"i2r\"}]}, \"13941\": {\"path\": \"train/13941.jpg\", \"id\": 13941, \"objects\": [{\"bbox\": {\"xmin\": 1338.67, \"ymin\": 813.333, \"xmax\": 1373.3333, \"ymax\": 849.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1753.33, \"ymin\": 885.333, \"xmax\": 1778.6667, \"ymax\": 913.3333}, \"category\": \"pl40\"}]}, \"13864\": {\"path\": \"train/13864.jpg\", \"id\": 13864, \"objects\": [{\"bbox\": {\"xmin\": 262.667, \"ymin\": 1018.67, \"xmax\": 290.66729999999995, \"ymax\": 1046.67}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 261.333, \"ymin\": 986.667, \"xmax\": 288.0, \"ymax\": 1016.0}, \"category\": \"pl15\"}]}, \"86245\": {\"path\": \"test/86245.jpg\", \"id\": 86245, \"objects\": [{\"bbox\": {\"xmin\": 1709.0, \"ymin\": 732.0, \"xmax\": 1761.0, \"ymax\": 791.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 663.0, \"ymin\": 712.0, \"xmax\": 725.0, \"ymax\": 772.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1439.0, \"ymin\": 805.0, \"xmax\": 1499.0, \"ymax\": 868.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1595.0, \"ymin\": 723.0, \"xmax\": 1647.0, \"ymax\": 781.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1416.0, \"ymin\": 711.0, \"xmax\": 1472.0, \"ymax\": 773.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1350.0, \"ymin\": 708.0, \"xmax\": 1409.0, \"ymax\": 770.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1480.0, \"ymin\": 714.0, \"xmax\": 1537.0, \"ymax\": 774.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 349.0, \"ymin\": 744.0, \"xmax\": 396.0, \"ymax\": 798.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1650.0, \"ymin\": 730.0, \"xmax\": 1703.0, \"ymax\": 787.0}, \"category\": \"im\"}]}, \"61131\": {\"path\": \"train/61131.jpg\", \"id\": 61131, \"objects\": [{\"bbox\": {\"xmin\": 1885.0, \"ymin\": 656.0, \"xmax\": 1944.0, \"ymax\": 730.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1442.0, \"ymin\": 967.0, \"xmax\": 1471.0, \"ymax\": 999.0}, \"category\": \"i5\"}]}, \"20038\": {\"path\": \"test/20038.jpg\", \"id\": 20038, \"objects\": [{\"bbox\": {\"xmin\": 1754.0, \"ymin\": 781.0, \"xmax\": 1788.0, \"ymax\": 816.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 2027.0, \"ymin\": 816.0, \"xmax\": 2048.0, \"ymax\": 848.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1858.0, \"ymin\": 793.0, \"xmax\": 1888.0, \"ymax\": 829.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1947.0, \"ymin\": 804.0, \"xmax\": 1973.0, \"ymax\": 838.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1715.0, \"ymin\": 731.0, \"xmax\": 1749.0, \"ymax\": 769.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1822.0, \"ymin\": 746.0, \"xmax\": 1853.0, \"ymax\": 782.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1755.0, \"ymin\": 735.0, \"xmax\": 1788.0, \"ymax\": 775.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1822.0, \"ymin\": 790.0, \"xmax\": 1852.0, \"ymax\": 827.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1913.0, \"ymin\": 800.0, \"xmax\": 1942.0, \"ymax\": 836.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1715.0, \"ymin\": 776.0, \"xmax\": 1748.0, \"ymax\": 814.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1998.0, \"ymin\": 811.0, \"xmax\": 2022.0, \"ymax\": 847.0}, \"category\": \"pl80\"}]}, \"14146\": {\"path\": \"train/14146.jpg\", \"id\": 14146, \"objects\": [{\"bbox\": {\"xmin\": 114.667, \"ymin\": 921.333, \"xmax\": 220.0, \"ymax\": 1056.0}, \"category\": \"pm20\"}]}, \"53624\": {\"path\": \"other/53624.jpg\", \"id\": 53624, \"objects\": [{\"bbox\": {\"xmin\": 425.397, \"ymin\": 1001.59, \"xmax\": 440.4762, \"ymax\": 1019.0476}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 424.603, \"ymin\": 984.921, \"xmax\": 440.4762, \"ymax\": 1003.1746}, \"category\": \"ps\"}]}, \"23964\": {\"path\": \"train/23964.jpg\", \"id\": 23964, \"objects\": [{\"bbox\": {\"xmin\": 1690.67, \"ymin\": 940.0, \"xmax\": 1725.3366, \"ymax\": 978.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 460.0, \"ymin\": 1004.0, \"xmax\": 485.3333, \"ymax\": 1033.3333}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1694.67, \"ymin\": 989.333, \"xmax\": 1720.0, \"ymax\": 1021.3333}, \"category\": \"pcl\"}]}, \"66368\": {\"path\": \"train/66368.jpg\", \"id\": 66368, \"objects\": [{\"bbox\": {\"xmin\": 1863.0, \"ymin\": 913.0, \"xmax\": 1903.0, \"ymax\": 956.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 803.0, \"ymin\": 926.0, \"xmax\": 849.0, \"ymax\": 971.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 803.0, \"ymin\": 881.0, \"xmax\": 845.0, \"ymax\": 927.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1862.0, \"ymin\": 857.0, \"xmax\": 1902.0, \"ymax\": 901.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1086.0, \"ymin\": 897.0, \"xmax\": 1098.0, \"ymax\": 911.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1152.0, \"ymin\": 899.0, \"xmax\": 1166.0, \"ymax\": 912.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1980.0, \"ymin\": 1049.0, \"xmax\": 2025.0, \"ymax\": 1100.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1983.0, \"ymin\": 1116.0, \"xmax\": 2025.0, \"ymax\": 1167.0}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 1612.0, \"ymin\": 1010.0, \"xmax\": 1692.0, \"ymax\": 1090.0}, \"category\": \"i4l\"}]}, \"58238\": {\"path\": \"train/58238.jpg\", \"id\": 58238, \"objects\": [{\"bbox\": {\"xmin\": 879.208, \"ymin\": 932.673, \"xmax\": 898.0197999999999, \"ymax\": 956.4356}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 812.871, \"ymin\": 932.673, \"xmax\": 829.703, \"ymax\": 951.4851}, \"category\": \"pne\"}]}, \"77052\": {\"path\": \"train/77052.jpg\", \"id\": 77052, \"objects\": [{\"bbox\": {\"xmin\": 1015.87, \"ymin\": 930.952, \"xmax\": 1032.5397, \"ymax\": 948.4123}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 992.857, \"ymin\": 931.746, \"xmax\": 1009.5242, \"ymax\": 950.7936}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1039.68, \"ymin\": 931.746, \"xmax\": 1055.5556000000001, \"ymax\": 950.7937}, \"category\": \"pn\"}]}, \"96793\": {\"path\": \"train/96793.jpg\", \"id\": 96793, \"objects\": [{\"bbox\": {\"xmin\": 1502.67, \"ymin\": 1001.33, \"xmax\": 1545.3333, \"ymax\": 1048.0}, \"category\": \"p5\"}]}, \"32920\": {\"path\": \"test/32920.jpg\", \"id\": 32920, \"objects\": [{\"bbox\": {\"xmin\": 602.0, \"ymin\": 935.0, \"xmax\": 650.0, \"ymax\": 980.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 541.0, \"ymin\": 983.0, \"xmax\": 610.0, \"ymax\": 1051.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 605.0, \"ymin\": 977.0, \"xmax\": 648.0, \"ymax\": 1028.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 604.0, \"ymin\": 894.0, \"xmax\": 653.0, \"ymax\": 936.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 543.0, \"ymin\": 911.0, \"xmax\": 613.0, \"ymax\": 978.0}, \"category\": \"wc\"}]}, \"4852\": {\"path\": \"train/4852.jpg\", \"id\": 4852, \"objects\": [{\"bbox\": {\"xmin\": 198.413, \"ymin\": 676.984, \"xmax\": 281.746, \"ymax\": 780.159}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 202.381, \"ymin\": 788.095, \"xmax\": 280.9524, \"ymax\": 889.683}, \"category\": \"pn\"}]}, \"3788\": {\"path\": \"train/3788.jpg\", \"id\": 3788, \"objects\": [{\"bbox\": {\"xmin\": 870.297, \"ymin\": 934.653, \"xmax\": 891.0891, \"ymax\": 957.4257}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 0.990099, \"ymin\": 909.901, \"xmax\": 47.524799, \"ymax\": 987.1287}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 792.079, \"ymin\": 938.614, \"xmax\": 814.8515, \"ymax\": 961.3861}, \"category\": \"pne\"}]}, \"54339\": {\"path\": \"test/54339.jpg\", \"id\": 54339, \"objects\": [{\"bbox\": {\"xmin\": 889.333, \"ymin\": 670.667, \"xmax\": 966.6669999999999, \"ymax\": 746.6673000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1330.67, \"ymin\": 869.333, \"xmax\": 1381.3366, \"ymax\": 938.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1332.0, \"ymin\": 946.667, \"xmax\": 1382.6667, \"ymax\": 1016.0}, \"category\": \"i2r\"}]}, \"94108\": {\"path\": \"train/94108.jpg\", \"id\": 94108, \"objects\": [{\"bbox\": {\"xmin\": 1268.63, \"ymin\": 890.196, \"xmax\": 1292.1053000000002, \"ymax\": 918.4211}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1525.0, \"ymin\": 875.0, \"xmax\": 1545.098, \"ymax\": 901.3158}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1553.95, \"ymin\": 875.0, \"xmax\": 1575.0, \"ymax\": 906.5789}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1150.0, \"ymin\": 882.895, \"xmax\": 1182.3545, \"ymax\": 915.6868}, \"category\": \"pne\"}]}, \"87513\": {\"path\": \"test/87513.jpg\", \"id\": 87513, \"objects\": [{\"bbox\": {\"xmin\": 1933.33, \"ymin\": 1203.92, \"xmax\": 1970.5882, \"ymax\": 1258.8235}, \"category\": \"pne\"}]}, \"55007\": {\"path\": \"train/55007.jpg\", \"id\": 55007, \"objects\": [{\"bbox\": {\"xmin\": 1839.2, \"ymin\": 956.8, \"xmax\": 1884.8, \"ymax\": 1012.8}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1482.4, \"ymin\": 912.8, \"xmax\": 1504.0, \"ymax\": 936.0}, \"category\": \"pctl\"}]}, \"95803\": {\"path\": \"train/95803.jpg\", \"id\": 95803, \"objects\": [{\"bbox\": {\"xmin\": 589.474, \"ymin\": 952.632, \"xmax\": 625.0, \"ymax\": 986.8421}, \"category\": \"p23\"}]}, \"90524\": {\"path\": \"other/90524.jpg\", \"id\": 90524, \"objects\": [{\"bbox\": {\"xmin\": 1475.66, \"ymin\": 856.637, \"xmax\": 1496.4576000000002, \"ymax\": 880.0885}, \"category\": \"ph4.8\"}]}, \"65950\": {\"path\": \"train/65950.jpg\", \"id\": 65950, \"objects\": [{\"bbox\": {\"xmin\": 1639.0, \"ymin\": 809.0, \"xmax\": 1696.0, \"ymax\": 871.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1638.0, \"ymin\": 906.0, \"xmax\": 1699.0, \"ymax\": 966.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1639.0, \"ymin\": 971.0, \"xmax\": 1697.0, \"ymax\": 1032.0}, \"category\": \"i2r\"}]}, \"1756\": {\"path\": \"train/1756.jpg\", \"id\": 1756, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 946.0, \"xmax\": 1250.0, \"ymax\": 999.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 700.0, \"ymin\": 912.631, \"xmax\": 767.0, \"ymax\": 984.7591}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 98.3882, \"ymin\": 962.861, \"xmax\": 124.1095, \"ymax\": 992.814}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 752.0, \"ymin\": 962.0, \"xmax\": 781.2451, \"ymax\": 990.4649}, \"category\": \"pn\"}]}, \"19379\": {\"path\": \"other/19379.jpg\", \"id\": 19379, \"objects\": [{\"bbox\": {\"xmin\": 1454.67, \"ymin\": 974.667, \"xmax\": 1510.6667, \"ymax\": 1032.0003}, \"category\": \"pm25\"}]}, \"84294\": {\"path\": \"test/84294.jpg\", \"id\": 84294, \"objects\": [{\"bbox\": {\"xmin\": 1109.33, \"ymin\": 764.0, \"xmax\": 1165.3333, \"ymax\": 814.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1557.33, \"ymin\": 980.0, \"xmax\": 1602.6667, \"ymax\": 1028.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1558.67, \"ymin\": 1029.33, \"xmax\": 1601.3333, \"ymax\": 1077.3333}, \"category\": \"i2r\"}]}, \"46755\": {\"path\": \"other/46755.jpg\", \"id\": 46755, \"objects\": [{\"bbox\": {\"xmin\": 1307.92, \"ymin\": 921.782, \"xmax\": 1320.7921000000001, \"ymax\": 934.6535}, \"category\": \"pne\"}]}, \"7549\": {\"path\": \"other/7549.jpg\", \"id\": 7549, \"objects\": [{\"bbox\": {\"xmin\": 903.968, \"ymin\": 925.397, \"xmax\": 919.0469999999999, \"ymax\": 939.6825}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 861.111, \"ymin\": 923.016, \"xmax\": 876.1905, \"ymax\": 941.2697999999999}, \"category\": \"pne\"}]}, \"64352\": {\"path\": \"test/64352.jpg\", \"id\": 64352, \"objects\": [{\"bbox\": {\"xmin\": 1405.11, \"ymin\": 978.977, \"xmax\": 1423.8618, \"ymax\": 997.7275}, \"category\": \"pn\"}]}, \"47306\": {\"path\": \"train/47306.jpg\", \"id\": 47306, \"objects\": [{\"bbox\": {\"xmin\": 1089.33, \"ymin\": 596.0, \"xmax\": 1181.3333, \"ymax\": 686.6667}, \"category\": \"p10\"}]}, \"73163\": {\"path\": \"test/73163.jpg\", \"id\": 73163, \"objects\": [{\"bbox\": {\"xmin\": 509.333, \"ymin\": 900.0, \"xmax\": 566.6667, \"ymax\": 962.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1682.67, \"ymin\": 830.667, \"xmax\": 1820.015, \"ymax\": 968.0}, \"category\": \"pm10\"}]}, \"81534\": {\"path\": \"train/81534.jpg\", \"id\": 81534, \"objects\": [{\"bbox\": {\"xmin\": 1852.63, \"ymin\": 1000.0, \"xmax\": 1877.6316000000002, \"ymax\": 1026.3158}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1575.0, \"ymin\": 930.263, \"xmax\": 1601.3158, \"ymax\": 960.5263}, \"category\": \"pn\"}]}, \"84191\": {\"path\": \"other/84191.jpg\", \"id\": 84191, \"objects\": [{\"bbox\": {\"xmin\": 1436.0, \"ymin\": 474.0, \"xmax\": 1543.0, \"ymax\": 579.0}, \"category\": \"pr30\"}]}, \"76552\": {\"path\": \"train/76552.jpg\", \"id\": 76552, \"objects\": [{\"bbox\": {\"xmin\": 1094.67, \"ymin\": 918.667, \"xmax\": 1146.6667, \"ymax\": 972.0003}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1094.67, \"ymin\": 868.0, \"xmax\": 1146.6667, \"ymax\": 918.6667}, \"category\": \"p23\"}]}, \"51809\": {\"path\": \"train/51809.jpg\", \"id\": 51809, \"objects\": [{\"bbox\": {\"xmin\": 385.333, \"ymin\": 804.0, \"xmax\": 468.00030000000004, \"ymax\": 901.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1413.33, \"ymin\": 641.333, \"xmax\": 1501.3333, \"ymax\": 732.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 152.0, \"ymin\": 614.667, \"xmax\": 232.0, \"ymax\": 712.0003}, \"category\": \"pne\"}]}, \"91268\": {\"path\": \"train/91268.jpg\", \"id\": 91268, \"objects\": [{\"bbox\": {\"xmin\": 927.632, \"ymin\": 907.895, \"xmax\": 939.4736999999999, \"ymax\": 921.0526}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 828.947, \"ymin\": 907.895, \"xmax\": 844.7368, \"ymax\": 923.6842}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 561.842, \"ymin\": 696.053, \"xmax\": 601.3158, \"ymax\": 740.7891}, \"category\": \"pss\"}]}, \"93012\": {\"path\": \"train/93012.jpg\", \"id\": 93012, \"objects\": [{\"bbox\": {\"xmin\": 385.333, \"ymin\": 1008.0, \"xmax\": 421.3333, \"ymax\": 1040.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 386.667, \"ymin\": 972.0, \"xmax\": 422.6667, \"ymax\": 1008.0}, \"category\": \"pl5\"}]}, \"40872\": {\"path\": \"train/40872.jpg\", \"id\": 40872, \"objects\": [{\"bbox\": {\"xmin\": 1457.96, \"ymin\": 974.431, \"xmax\": 1481.8182, \"ymax\": 996.0223000000001}, \"category\": \"pn\"}]}, \"70288\": {\"path\": \"test/70288.jpg\", \"id\": 70288, \"objects\": [{\"bbox\": {\"xmin\": 1154.76, \"ymin\": 911.111, \"xmax\": 1180.1587, \"ymax\": 938.0952}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1419.84, \"ymin\": 917.46, \"xmax\": 1444.4443999999999, \"ymax\": 942.8571000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1393.66, \"ymin\": 919.047, \"xmax\": 1415.8703, \"ymax\": 943.6511}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1050.0, \"ymin\": 914.286, \"xmax\": 1075.3968, \"ymax\": 942.0635}, \"category\": \"pne\"}]}, \"14250\": {\"path\": \"other/14250.jpg\", \"id\": 14250, \"objects\": [{\"bbox\": {\"xmin\": 508.59454345703125, \"ymin\": 1005.53564453125, \"xmax\": 531.6378784179688, \"ymax\": 1024.3260498046875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 508.55731201171875, \"ymin\": 979.2026977539062, \"xmax\": 529.2814331054688, \"ymax\": 1002.8329467773438}, \"category\": \"pl5\"}]}, \"82659\": {\"path\": \"train/82659.jpg\", \"id\": 82659, \"objects\": [{\"bbox\": {\"xmin\": 1915.0, \"ymin\": 965.0, \"xmax\": 1971.0, \"ymax\": 1036.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1163.0, \"ymin\": 949.0, \"xmax\": 1186.0, \"ymax\": 972.0}, \"category\": \"w32\"}]}, \"60893\": {\"path\": \"other/60893.jpg\", \"id\": 60893, \"objects\": [{\"bbox\": {\"xmin\": 1636.0, \"ymin\": 932.0, \"xmax\": 1673.0, \"ymax\": 973.0}, \"category\": \"pm10\"}]}, \"41740\": {\"path\": \"train/41740.jpg\", \"id\": 41740, \"objects\": [{\"bbox\": {\"xmin\": 921.782, \"ymin\": 641.584, \"xmax\": 1009.9010000000001, \"ymax\": 728.7129}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1012.87, \"ymin\": 641.584, \"xmax\": 1103.9604, \"ymax\": 726.7324}, \"category\": \"pn\"}]}, \"75170\": {\"path\": \"test/75170.jpg\", \"id\": 75170, \"objects\": [{\"bbox\": {\"xmin\": 912.0, \"ymin\": 630.667, \"xmax\": 997.333, \"ymax\": 713.3333}, \"category\": \"p5\"}]}, \"87685\": {\"path\": \"test/87685.jpg\", \"id\": 87685, \"objects\": [{\"bbox\": {\"xmin\": 1210.89, \"ymin\": 916.832, \"xmax\": 1230.6931000000002, \"ymax\": 935.6436}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1365.35, \"ymin\": 903.96, \"xmax\": 1385.1592999999998, \"ymax\": 927.7228}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1387.13, \"ymin\": 906.931, \"xmax\": 1400.9901000000002, \"ymax\": 929.7030000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1109.9, \"ymin\": 915.842, \"xmax\": 1127.7228, \"ymax\": 932.6732999999999}, \"category\": \"pne\"}]}, \"44003\": {\"path\": \"train/44003.jpg\", \"id\": 44003, \"objects\": [{\"bbox\": {\"xmin\": 1687.13, \"ymin\": 999.01, \"xmax\": 1708.9112, \"ymax\": 1021.7811}, \"category\": \"p19\"}]}, \"83499\": {\"path\": \"test/83499.jpg\", \"id\": 83499, \"objects\": [{\"bbox\": {\"xmin\": 1486.84, \"ymin\": 955.263, \"xmax\": 1514.4737, \"ymax\": 981.5789}, \"category\": \"p23\"}]}, \"85040\": {\"path\": \"train/85040.jpg\", \"id\": 85040, \"objects\": [{\"bbox\": {\"xmin\": 944.0, \"ymin\": 808.0, \"xmax\": 987.0, \"ymax\": 850.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 460.0, \"ymin\": 870.0, \"xmax\": 487.0, \"ymax\": 899.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 860.0, \"ymin\": 807.0, \"xmax\": 900.0, \"ymax\": 849.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 739.0, \"ymin\": 813.0, \"xmax\": 777.0, \"ymax\": 852.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 701.0, \"ymin\": 814.0, \"xmax\": 739.0, \"ymax\": 853.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 782.0, \"ymin\": 813.0, \"xmax\": 823.0, \"ymax\": 852.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 324.0, \"ymin\": 884.0, \"xmax\": 346.0, \"ymax\": 911.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 901.0, \"ymin\": 809.0, \"xmax\": 944.0, \"ymax\": 850.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 1272.0, \"ymin\": 908.0, \"xmax\": 1298.0, \"ymax\": 933.0}, \"category\": \"pdd\"}]}, \"10763\": {\"path\": \"train/10763.jpg\", \"id\": 10763, \"objects\": [{\"bbox\": {\"xmin\": 1097.37, \"ymin\": 936.842, \"xmax\": 1134.2105, \"ymax\": 975.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1097.37, \"ymin\": 985.526, \"xmax\": 1134.2121, \"ymax\": 1023.6841999999999}, \"category\": \"pn\"}]}, \"9424\": {\"path\": \"train/9424.jpg\", \"id\": 9424, \"objects\": [{\"bbox\": {\"xmin\": 1733.33, \"ymin\": 957.333, \"xmax\": 1801.3333, \"ymax\": 1033.3333}, \"category\": \"pm30\"}]}, \"69702\": {\"path\": \"train/69702.jpg\", \"id\": 69702, \"objects\": [{\"bbox\": {\"xmin\": 311.842, \"ymin\": 965.789, \"xmax\": 336.84209999999996, \"ymax\": 997.1591}, \"category\": \"p19\"}]}, \"90579\": {\"path\": \"other/90579.jpg\", \"id\": 90579, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 653.333, \"xmax\": 1266.6667, \"ymax\": 713.333}, \"category\": \"pm40\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 730.667, \"xmax\": 1266.6634, \"ymax\": 792.0}, \"category\": \"pm46\"}]}, \"89350\": {\"path\": \"other/89350.jpg\", \"id\": 89350, \"objects\": [{\"bbox\": {\"xmin\": 870.0, \"ymin\": 927.0, \"xmax\": 916.0, \"ymax\": 972.0}, \"category\": \"pr50\"}]}, \"3032\": {\"path\": \"other/3032.jpg\", \"id\": 3032, \"objects\": [{\"bbox\": {\"xmin\": 400.0, \"ymin\": 854.667, \"xmax\": 549.333, \"ymax\": 1017.3330000000001}, \"category\": \"pm50\"}]}, \"92187\": {\"path\": \"train/92187.jpg\", \"id\": 92187, \"objects\": [{\"bbox\": {\"xmin\": 84.0, \"ymin\": 866.667, \"xmax\": 201.333, \"ymax\": 1033.333}, \"category\": \"pl100\"}]}, \"35422\": {\"path\": \"test/35422.jpg\", \"id\": 35422, \"objects\": [{\"bbox\": {\"xmin\": 1984.0, \"ymin\": 830.0, \"xmax\": 2021.0, \"ymax\": 875.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1944.0, \"ymin\": 824.0, \"xmax\": 1983.0, \"ymax\": 870.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 2017.0, \"ymin\": 887.0, \"xmax\": 2047.0, \"ymax\": 935.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1510.0, \"ymin\": 1011.0, \"xmax\": 1524.0, \"ymax\": 1029.0}, \"category\": \"pn\"}]}, \"82895\": {\"path\": \"train/82895.jpg\", \"id\": 82895, \"objects\": [{\"bbox\": {\"xmin\": 1490.4, \"ymin\": 920.8, \"xmax\": 1514.4, \"ymax\": 944.8}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1673.6, \"ymin\": 900.0, \"xmax\": 1695.1999999999998, \"ymax\": 923.2}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 909.6, \"ymin\": 936.0, \"xmax\": 932.0, \"ymax\": 960.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 908.0, \"ymin\": 910.4, \"xmax\": 932.0, \"ymax\": 932.8}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1489.6, \"ymin\": 888.8, \"xmax\": 1515.1999999999998, \"ymax\": 915.1999999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1069.6, \"ymin\": 894.4, \"xmax\": 1080.0, \"ymax\": 905.6}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1124.0, \"ymin\": 896.8, \"xmax\": 1132.8, \"ymax\": 907.1999999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1424.0, \"ymin\": 995.2, \"xmax\": 1447.2, \"ymax\": 1016.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1426.4, \"ymin\": 1026.4, \"xmax\": 1448.0, \"ymax\": 1045.6000000000001}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 1278.4, \"ymin\": 978.4, \"xmax\": 1308.8000000000002, \"ymax\": 1011.1999999999999}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1538.4, \"ymin\": 974.4, \"xmax\": 1553.6000000000001, \"ymax\": 1006.4}, \"category\": \"i2r\"}]}, \"71967\": {\"path\": \"train/71967.jpg\", \"id\": 71967, \"objects\": [{\"bbox\": {\"xmin\": 1328.0, \"ymin\": 916.8, \"xmax\": 1372.8, \"ymax\": 967.1999999999999}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 88.8, \"ymin\": 964.0, \"xmax\": 122.4, \"ymax\": 999.2}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 765.6, \"ymin\": 933.6, \"xmax\": 796.0, \"ymax\": 960.8000000000001}, \"category\": \"w57\"}]}, \"96101\": {\"path\": \"train/96101.jpg\", \"id\": 96101, \"objects\": [{\"bbox\": {\"xmin\": 1918.67, \"ymin\": 889.333, \"xmax\": 1948.0, \"ymax\": 928.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1886.67, \"ymin\": 889.333, \"xmax\": 1915.9967000000001, \"ymax\": 926.6658}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1853.33, \"ymin\": 886.667, \"xmax\": 1886.6667, \"ymax\": 926.6667}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1397.33, \"ymin\": 978.667, \"xmax\": 1424.0, \"ymax\": 1008.0}, \"category\": \"pl5\"}]}, \"43\": {\"path\": \"train/43.jpg\", \"id\": 43, \"objects\": [{\"bbox\": {\"xmin\": 1083.0, \"ymin\": 666.0, \"xmax\": 1158.0, \"ymax\": 740.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 319.0, \"ymin\": 714.0, \"xmax\": 379.0, \"ymax\": 780.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1187.0, \"ymin\": 996.0, \"xmax\": 1208.0, \"ymax\": 1017.0}, \"category\": \"pn\"}]}, \"4843\": {\"path\": \"train/4843.jpg\", \"id\": 4843, \"objects\": [{\"bbox\": {\"xmin\": 1343.2, \"ymin\": 681.6, \"xmax\": 1415.5462, \"ymax\": 755.6723000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 983.2, \"ymin\": 676.492, \"xmax\": 1060.3585, \"ymax\": 752.8992999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1271.2, \"ymin\": 676.8, \"xmax\": 1341.6000000000001, \"ymax\": 749.8973}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 726.4, \"ymin\": 788.0, \"xmax\": 740.5618, \"ymax\": 820.8}, \"category\": \"pne\"}]}, \"562\": {\"path\": \"test/562.jpg\", \"id\": 562, \"objects\": [{\"bbox\": {\"xmin\": 1351.33, \"ymin\": 900.885, \"xmax\": 1373.0087999999998, \"ymax\": 925.2216999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1375.66, \"ymin\": 903.097, \"xmax\": 1399.115, \"ymax\": 926.5486999999999}, \"category\": \"pn\"}]}, \"73453\": {\"path\": \"test/73453.jpg\", \"id\": 73453, \"objects\": [{\"bbox\": {\"xmin\": 1786.67, \"ymin\": 877.333, \"xmax\": 1818.6667, \"ymax\": 918.6667}, \"category\": \"p5\"}]}, \"38012\": {\"path\": \"train/38012.jpg\", \"id\": 38012, \"objects\": [{\"bbox\": {\"xmin\": 1538.16, \"ymin\": 819.736, \"xmax\": 1573.6789, \"ymax\": 857.8942999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1677.63, \"ymin\": 838.158, \"xmax\": 1709.7872000000002, \"ymax\": 869.7368}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1715.69, \"ymin\": 843.421, \"xmax\": 1739.4737, \"ymax\": 869.7368}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1323.53, \"ymin\": 814.474, \"xmax\": 1356.8627, \"ymax\": 849.0197000000001}, \"category\": \"pne\"}]}, \"67359\": {\"path\": \"train/67359.jpg\", \"id\": 67359, \"objects\": [{\"bbox\": {\"xmin\": 1841.33, \"ymin\": 834.667, \"xmax\": 1911.9901, \"ymax\": 917.3333}, \"category\": \"pl40\"}]}, \"70093\": {\"path\": \"train/70093.jpg\", \"id\": 70093, \"objects\": [{\"bbox\": {\"xmin\": 1570.6868896484375, \"ymin\": 920.1716918945312, \"xmax\": 1594.4346923828125, \"ymax\": 942.7366333007812}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1544.67431640625, \"ymin\": 920.81689453125, \"xmax\": 1567.73193359375, \"ymax\": 942.23583984375}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1592.6806640625, \"ymin\": 921.7168579101562, \"xmax\": 1614.026611328125, \"ymax\": 943.9683227539062}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1655.26, \"ymin\": 832.895, \"xmax\": 1697.3616, \"ymax\": 878.9474}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1478.95, \"ymin\": 821.053, \"xmax\": 1528.9474, \"ymax\": 872.3684}, \"category\": \"pne\"}]}, \"61383\": {\"path\": \"test/61383.jpg\", \"id\": 61383, \"objects\": [{\"bbox\": {\"xmin\": 98.0, \"ymin\": 708.0, \"xmax\": 184.0, \"ymax\": 830.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 679.0, \"xmax\": 93.0, \"ymax\": 812.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 90.0, \"ymin\": 576.0, \"xmax\": 165.0, \"ymax\": 696.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 105.0, \"ymin\": 832.0, \"xmax\": 177.0, \"ymax\": 957.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1802.0, \"ymin\": 827.0, \"xmax\": 1829.0, \"ymax\": 853.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 7.0, \"ymin\": 549.0, \"xmax\": 92.0, \"ymax\": 677.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 14.0, \"ymin\": 822.0, \"xmax\": 100.0, \"ymax\": 952.0}, \"category\": \"pn\"}]}, \"94629\": {\"path\": \"train/94629.jpg\", \"id\": 94629, \"objects\": [{\"bbox\": {\"xmin\": 351.316, \"ymin\": 923.684, \"xmax\": 397.36839999999995, \"ymax\": 973.6841999999999}, \"category\": \"p23\"}]}, \"75515\": {\"path\": \"train/75515.jpg\", \"id\": 75515, \"objects\": [{\"bbox\": {\"xmin\": 201.961, \"ymin\": 535.294, \"xmax\": 298.0392, \"ymax\": 643.137}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1792.16, \"ymin\": 868.627, \"xmax\": 1870.5882000000001, \"ymax\": 964.7058999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1788.24, \"ymin\": 1001.96, \"xmax\": 1876.4706, \"ymax\": 1096.0784}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1790.2, \"ymin\": 731.373, \"xmax\": 1874.5098, \"ymax\": 831.3725000000001}, \"category\": \"p26\"}]}, \"23385\": {\"path\": \"train/23385.jpg\", \"id\": 23385, \"objects\": [{\"bbox\": {\"xmin\": 1560.0, \"ymin\": 808.0, \"xmax\": 1614.0, \"ymax\": 867.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1617.0, \"ymin\": 820.0, \"xmax\": 1668.0, \"ymax\": 876.0}, \"category\": \"pm55\"}]}, \"85816\": {\"path\": \"other/85816.jpg\", \"id\": 85816, \"objects\": [{\"bbox\": {\"xmin\": 1384.66, \"ymin\": 996.32, \"xmax\": 1398.7730000000001, \"ymax\": 1012.5769}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1215.95, \"ymin\": 956.748, \"xmax\": 1225.7668700000002, \"ymax\": 968.0982}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1226.69, \"ymin\": 957.055, \"xmax\": 1236.50307, \"ymax\": 967.4847}, \"category\": \"pn\"}]}, \"93058\": {\"path\": \"train/93058.jpg\", \"id\": 93058, \"objects\": [{\"bbox\": {\"xmin\": 1573.33, \"ymin\": 793.333, \"xmax\": 1614.6667, \"ymax\": 838.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1686.67, \"ymin\": 801.333, \"xmax\": 1726.6667, \"ymax\": 846.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1448.0, \"ymin\": 785.333, \"xmax\": 1494.6667, \"ymax\": 836.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1404.0, \"ymin\": 784.0, \"xmax\": 1445.3333, \"ymax\": 832.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1528.0, \"ymin\": 792.0, \"xmax\": 1569.3333, \"ymax\": 834.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1646.67, \"ymin\": 798.667, \"xmax\": 1685.3333, \"ymax\": 842.6667}, \"category\": \"pl100\"}]}, \"28193\": {\"path\": \"train/28193.jpg\", \"id\": 28193, \"objects\": [{\"bbox\": {\"xmin\": 1418.0, \"ymin\": 378.0, \"xmax\": 1549.0, \"ymax\": 498.0}, \"category\": \"pl60\"}]}, \"7623\": {\"path\": \"other/7623.jpg\", \"id\": 7623, \"objects\": [{\"bbox\": {\"xmin\": 838.667, \"ymin\": 633.333, \"xmax\": 906.6667, \"ymax\": 696.0}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 981.333, \"ymin\": 637.333, \"xmax\": 1046.6667, \"ymax\": 696.0}, \"category\": \"w38\"}]}, \"13920\": {\"path\": \"test/13920.jpg\", \"id\": 13920, \"objects\": [{\"bbox\": {\"xmin\": 1690.57, \"ymin\": 994.815, \"xmax\": 1712.8456999999999, \"ymax\": 1017.7516}, \"category\": \"ip\"}]}, \"46697\": {\"path\": \"train/46697.jpg\", \"id\": 46697, \"objects\": [{\"bbox\": {\"xmin\": 767.327, \"ymin\": 859.406, \"xmax\": 800.0, \"ymax\": 900.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 635.644, \"ymin\": 868.317, \"xmax\": 666.3366, \"ymax\": 903.9604}, \"category\": \"pne\"}]}, \"91738\": {\"path\": \"other/91738.jpg\", \"id\": 91738, \"objects\": [{\"bbox\": {\"xmin\": 39.406349182128906, \"ymin\": 715.8907470703125, \"xmax\": 90.4688491821289, \"ymax\": 786.65673828125}, \"category\": \"pn\"}]}, \"29206\": {\"path\": \"train/29206.jpg\", \"id\": 29206, \"objects\": [{\"bbox\": {\"xmin\": 1276.99, \"ymin\": 918.142, \"xmax\": 1296.4552, \"ymax\": 937.6106000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 915.044, \"xmax\": 1319.0265, \"ymax\": 937.6106}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 674.337, \"ymin\": 984.956, \"xmax\": 694.2483, \"ymax\": 1006.6371}, \"category\": \"pne\"}]}, \"54919\": {\"path\": \"train/54919.jpg\", \"id\": 54919, \"objects\": [{\"bbox\": {\"xmin\": 1213.94, \"ymin\": 898.407, \"xmax\": 1241.0322, \"ymax\": 928.2872}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1243.03, \"ymin\": 899.203, \"xmax\": 1271.7131, \"ymax\": 926.6944}, \"category\": \"pn\"}]}, \"97853\": {\"path\": \"train/97853.jpg\", \"id\": 97853, \"objects\": [{\"bbox\": {\"xmin\": 700.0, \"ymin\": 877.333, \"xmax\": 756.0, \"ymax\": 933.3333}, \"category\": \"pl30\"}]}, \"28371\": {\"path\": \"other/28371.jpg\", \"id\": 28371, \"objects\": [{\"bbox\": {\"xmin\": 1086.75, \"ymin\": 938.411, \"xmax\": 1096.68874, \"ymax\": 950.5681999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1098.86, \"ymin\": 939.073, \"xmax\": 1109.6518999999998, \"ymax\": 951.1364}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 919.868, \"ymin\": 949.007, \"xmax\": 933.7748, \"ymax\": 962.2516999999999}, \"category\": \"pne\"}]}, \"29218\": {\"path\": \"other/29218.jpg\", \"id\": 29218, \"objects\": [{\"bbox\": {\"xmin\": 1806.0, \"ymin\": 910.0, \"xmax\": 1998.0, \"ymax\": 1110.0}, \"category\": \"pr50\"}]}, \"7272\": {\"path\": \"train/7272.jpg\", \"id\": 7272, \"objects\": [{\"bbox\": {\"xmin\": 641.333, \"ymin\": 990.667, \"xmax\": 689.3333, \"ymax\": 1037.3333}, \"category\": \"pl50\"}]}, \"27866\": {\"path\": \"train/27866.jpg\", \"id\": 27866, \"objects\": [{\"bbox\": {\"xmin\": 2021.0, \"ymin\": 901.0, \"xmax\": 2034.0, \"ymax\": 924.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1845.0, \"ymin\": 850.0, \"xmax\": 1869.0, \"ymax\": 886.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1967.0, \"ymin\": 972.0, \"xmax\": 1980.0, \"ymax\": 989.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1980.0, \"ymin\": 898.0, \"xmax\": 1998.0, \"ymax\": 922.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1929.0, \"ymin\": 894.0, \"xmax\": 1943.0, \"ymax\": 916.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1905.0, \"ymin\": 890.0, \"xmax\": 1925.0, \"ymax\": 916.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1947.0, \"ymin\": 892.0, \"xmax\": 1967.0, \"ymax\": 919.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1676.0, \"ymin\": 835.0, \"xmax\": 1707.0, \"ymax\": 870.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 2001.0, \"ymin\": 899.0, \"xmax\": 2018.0, \"ymax\": 924.0}, \"category\": \"im\"}]}, \"20701\": {\"path\": \"other/20701.jpg\", \"id\": 20701, \"objects\": [{\"bbox\": {\"xmin\": 1061.95556640625, \"ymin\": 978.6506958007812, \"xmax\": 1080.224853515625, \"ymax\": 995.7969360351562}, \"category\": \"w63\"}]}, \"35419\": {\"path\": \"test/35419.jpg\", \"id\": 35419, \"objects\": [{\"bbox\": {\"xmin\": 854.455, \"ymin\": 982.178, \"xmax\": 867.3267000000001, \"ymax\": 998.0198}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1671.05, \"ymin\": 927.632, \"xmax\": 1739.4737, \"ymax\": 997.3684}, \"category\": \"i2r\"}]}, \"4687\": {\"path\": \"train/4687.jpg\", \"id\": 4687, \"objects\": [{\"bbox\": {\"xmin\": 1374.51, \"ymin\": 915.686, \"xmax\": 1462.7451, \"ymax\": 994.1174000000001}, \"category\": \"pg\"}]}, \"32159\": {\"path\": \"train/32159.jpg\", \"id\": 32159, \"objects\": [{\"bbox\": {\"xmin\": 364.474, \"ymin\": 1035.53, \"xmax\": 393.42109999999997, \"ymax\": 1067.1053}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 365.789, \"ymin\": 1003.95, \"xmax\": 392.1053, \"ymax\": 1031.5789}, \"category\": \"pl5\"}]}, \"71048\": {\"path\": \"train/71048.jpg\", \"id\": 71048, \"objects\": [{\"bbox\": {\"xmin\": 1529.33, \"ymin\": 589.333, \"xmax\": 1596.0, \"ymax\": 653.333}, \"category\": \"p3\"}]}, \"47240\": {\"path\": \"test/47240.jpg\", \"id\": 47240, \"objects\": [{\"bbox\": {\"xmin\": 1118.25, \"ymin\": 902.381, \"xmax\": 1145.2381, \"ymax\": 933.3333}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1041.27, \"ymin\": 902.381, \"xmax\": 1064.2857, \"ymax\": 929.3651}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 884.921, \"ymin\": 933.333, \"xmax\": 901.5873, \"ymax\": 957.1428999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 863.492, \"ymin\": 934.127, \"xmax\": 879.3651, \"ymax\": 953.9683}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 904.762, \"ymin\": 935.714, \"xmax\": 921.4286, \"ymax\": 955.5556}, \"category\": \"pn\"}]}, \"45846\": {\"path\": \"test/45846.jpg\", \"id\": 45846, \"objects\": [{\"bbox\": {\"xmin\": 1034.44, \"ymin\": 792.715, \"xmax\": 1084.106, \"ymax\": 841.7219}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1088.75, \"ymin\": 796.027, \"xmax\": 1137.0906, \"ymax\": 843.0466}, \"category\": \"pn\"}]}, \"39813\": {\"path\": \"other/39813.jpg\", \"id\": 39813, \"objects\": [{\"bbox\": {\"xmin\": 1268.63, \"ymin\": 835.845, \"xmax\": 1307.3331, \"ymax\": 871.3484000000001}, \"category\": \"w21\"}]}, \"76792\": {\"path\": \"train/76792.jpg\", \"id\": 76792, \"objects\": [{\"bbox\": {\"xmin\": 273.8558044433594, \"ymin\": 980.0397338867188, \"xmax\": 301.1296691894531, \"ymax\": 1001.2598266601562}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1882.35, \"ymin\": 743.137, \"xmax\": 1962.7450999999999, \"ymax\": 858.824}, \"category\": \"ip\"}]}, \"61173\": {\"path\": \"train/61173.jpg\", \"id\": 61173, \"objects\": [{\"bbox\": {\"xmin\": 523.0, \"ymin\": 1032.0, \"xmax\": 553.0, \"ymax\": 1086.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 518.0, \"ymin\": 982.0, \"xmax\": 546.0, \"ymax\": 1033.0}, \"category\": \"pl5\"}]}, \"59435\": {\"path\": \"train/59435.jpg\", \"id\": 59435, \"objects\": [{\"bbox\": {\"xmin\": 88.0953, \"ymin\": 697.619, \"xmax\": 138.0953, \"ymax\": 768.2539}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 142.063, \"ymin\": 711.905, \"xmax\": 184.92059999999998, \"ymax\": 782.5396999999999}, \"category\": \"pn\"}]}, \"59858\": {\"path\": \"train/59858.jpg\", \"id\": 59858, \"objects\": [{\"bbox\": {\"xmin\": 1794.67, \"ymin\": 933.333, \"xmax\": 1886.6667, \"ymax\": 1026.6667}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1805.33, \"ymin\": 1076.0, \"xmax\": 1869.3333, \"ymax\": 1145.3333}, \"category\": \"pr20\"}]}, \"62661\": {\"path\": \"train/62661.jpg\", \"id\": 62661, \"objects\": [{\"bbox\": {\"xmin\": 341.176, \"ymin\": 674.51, \"xmax\": 417.6471, \"ymax\": 745.098}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1288.24, \"ymin\": 768.627, \"xmax\": 1349.0337, \"ymax\": 829.4118}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1160.78, \"ymin\": 760.784, \"xmax\": 1223.5294, \"ymax\": 825.4902}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1223.53, \"ymin\": 762.745, \"xmax\": 1286.2745, \"ymax\": 825.4902}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 105.882, \"ymin\": 709.804, \"xmax\": 164.7059, \"ymax\": 780.3922}, \"category\": \"pne\"}]}, \"5998\": {\"path\": \"test/5998.jpg\", \"id\": 5998, \"objects\": [{\"bbox\": {\"xmin\": 1553.72314453125, \"ymin\": 994.4819946289062, \"xmax\": 1586.1533203125, \"ymax\": 1022.3041381835938}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1248.9544677734375, \"ymin\": 976.0946655273438, \"xmax\": 1265.2996826171875, \"ymax\": 994.1806030273438}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1162.698486328125, \"ymin\": 913.7850341796875, \"xmax\": 1183.67333984375, \"ymax\": 931.3016357421875}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 858.667, \"ymin\": 908.0, \"xmax\": 880.0, \"ymax\": 926.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1434.67, \"ymin\": 954.667, \"xmax\": 1461.3333, \"ymax\": 984.0}, \"category\": \"phcs\"}]}, \"34004\": {\"path\": \"train/34004.jpg\", \"id\": 34004, \"objects\": [{\"bbox\": {\"xmin\": 1671.0, \"ymin\": 264.0, \"xmax\": 1790.0, \"ymax\": 367.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1058.0, \"ymin\": 181.0, \"xmax\": 1213.0, \"ymax\": 294.0}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 403.0, \"ymin\": 248.0, \"xmax\": 536.0, \"ymax\": 355.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 204.0, \"ymin\": 309.0, \"xmax\": 312.0, \"ymax\": 415.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 741.0, \"ymin\": 193.0, \"xmax\": 892.0, \"ymax\": 301.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1402.0, \"ymin\": 211.0, \"xmax\": 1538.0, \"ymax\": 316.0}, \"category\": \"pl80\"}]}, \"25267\": {\"path\": \"train/25267.jpg\", \"id\": 25267, \"objects\": [{\"bbox\": {\"xmin\": 1697.0, \"ymin\": 809.0, \"xmax\": 1743.0, \"ymax\": 863.0}, \"category\": \"ph4.5\"}]}, \"85177\": {\"path\": \"train/85177.jpg\", \"id\": 85177, \"objects\": [{\"bbox\": {\"xmin\": 644.0, \"ymin\": 532.0, \"xmax\": 679.0, \"ymax\": 605.0}, \"category\": \"pl50\"}]}, \"96859\": {\"path\": \"train/96859.jpg\", \"id\": 96859, \"objects\": [{\"bbox\": {\"xmin\": 252.0, \"ymin\": 1042.0, \"xmax\": 322.0, \"ymax\": 1129.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1468.0, \"ymin\": 696.0, \"xmax\": 1539.0, \"ymax\": 770.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 160.0, \"ymin\": 1042.0, \"xmax\": 220.0, \"ymax\": 1119.0}, \"category\": \"pne\"}]}, \"67747\": {\"path\": \"train/67747.jpg\", \"id\": 67747, \"objects\": [{\"bbox\": {\"xmin\": 1192.54, \"ymin\": 918.407, \"xmax\": 1216.918, \"ymax\": 941.7906}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1167.16, \"ymin\": 919.403, \"xmax\": 1191.5423, \"ymax\": 944.7761}, \"category\": \"w13\"}]}, \"96676\": {\"path\": \"test/96676.jpg\", \"id\": 96676, \"objects\": [{\"bbox\": {\"xmin\": 1618.0, \"ymin\": 468.0, \"xmax\": 1753.0, \"ymax\": 606.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 612.0, \"ymin\": 1013.0, \"xmax\": 643.0, \"ymax\": 1045.0}, \"category\": \"i5\"}]}, \"28046\": {\"path\": \"train/28046.jpg\", \"id\": 28046, \"objects\": [{\"bbox\": {\"xmin\": 1788.0, \"ymin\": 936.0, \"xmax\": 1841.3333, \"ymax\": 1038.667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1788.0, \"ymin\": 646.667, \"xmax\": 1841.3366, \"ymax\": 744.0}, \"category\": \"pmb\"}]}, \"11696\": {\"path\": \"other/11696.jpg\", \"id\": 11696, \"objects\": [{\"bbox\": {\"xmin\": 1146.04, \"ymin\": 743.65, \"xmax\": 1220.6395, \"ymax\": 819.0473}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 971.429, \"ymin\": 758.731, \"xmax\": 1040.4760999999999, \"ymax\": 823.0162}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1058.73, \"ymin\": 752.381, \"xmax\": 1134.9206, \"ymax\": 817.4603}, \"category\": \"w42\"}]}, \"1557\": {\"path\": \"test/1557.jpg\", \"id\": 1557, \"objects\": [{\"bbox\": {\"xmin\": 438.614, \"ymin\": 730.693, \"xmax\": 504.9505, \"ymax\": 851.485}, \"category\": \"p10\"}]}, \"53512\": {\"path\": \"train/53512.jpg\", \"id\": 53512, \"objects\": [{\"bbox\": {\"xmin\": 1832.0, \"ymin\": 698.0, \"xmax\": 1893.0, \"ymax\": 773.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1630.0, \"ymin\": 627.0, \"xmax\": 1705.0, \"ymax\": 710.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1551.0, \"ymin\": 625.0, \"xmax\": 1629.0, \"ymax\": 710.0}, \"category\": \"pr50\"}, {\"bbox\": {\"xmin\": 1467.0, \"ymin\": 615.0, \"xmax\": 1549.0, \"ymax\": 702.0}, \"category\": \"pr70\"}]}, \"25139\": {\"path\": \"train/25139.jpg\", \"id\": 25139, \"objects\": [{\"bbox\": {\"xmin\": 1142.0, \"ymin\": 918.0, \"xmax\": 1163.0, \"ymax\": 938.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1287.0, \"ymin\": 885.0, \"xmax\": 1332.0, \"ymax\": 928.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1521.0, \"ymin\": 471.0, \"xmax\": 1600.0, \"ymax\": 549.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1172.0, \"ymin\": 801.0, \"xmax\": 1212.0, \"ymax\": 838.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1426.0, \"ymin\": 446.0, \"xmax\": 1510.0, \"ymax\": 521.0}, \"category\": \"wc\"}]}, \"5304\": {\"path\": \"train/5304.jpg\", \"id\": 5304, \"objects\": [{\"bbox\": {\"xmin\": 1179.0, \"ymin\": 809.0, \"xmax\": 1229.0, \"ymax\": 855.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1120.0, \"ymin\": 806.0, \"xmax\": 1170.0, \"ymax\": 853.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1241.0, \"ymin\": 809.0, \"xmax\": 1285.0, \"ymax\": 858.0}, \"category\": \"pn\"}]}, \"72469\": {\"path\": \"train/72469.jpg\", \"id\": 72469, \"objects\": [{\"bbox\": {\"xmin\": 1554.67, \"ymin\": 842.667, \"xmax\": 1594.6667, \"ymax\": 885.3333}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1333.33, \"ymin\": 810.667, \"xmax\": 1380.0, \"ymax\": 857.3333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": -1.33333, \"ymin\": 1018.67, \"xmax\": 63.99997, \"ymax\": 1125.3329999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 409.333, \"ymin\": 1045.33, \"xmax\": 457.3333, \"ymax\": 1092.0}, \"category\": \"pr40\"}]}, \"80205\": {\"path\": \"other/80205.jpg\", \"id\": 80205, \"objects\": [{\"bbox\": {\"xmin\": 1215.48, \"ymin\": 952.655, \"xmax\": 1228.3136, \"ymax\": 967.2567}, \"category\": \"pn\"}]}, \"7286\": {\"path\": \"test/7286.jpg\", \"id\": 7286, \"objects\": [{\"bbox\": {\"xmin\": 1082.89, \"ymin\": 873.684, \"xmax\": 1111.8421, \"ymax\": 909.2104999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1044.74, \"ymin\": 875.0, \"xmax\": 1077.6316, \"ymax\": 913.1579}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1114.47, \"ymin\": 871.052, \"xmax\": 1146.0526, \"ymax\": 911.8417000000001}, \"category\": \"pn\"}]}, \"41137\": {\"path\": \"test/41137.jpg\", \"id\": 41137, \"objects\": [{\"bbox\": {\"xmin\": 1282.12, \"ymin\": 908.609, \"xmax\": 1303.9734999999998, \"ymax\": 929.8013000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1380.13, \"ymin\": 937.086, \"xmax\": 1394.702, \"ymax\": 951.6556}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1190.73, \"ymin\": 905.96, \"xmax\": 1213.9073, \"ymax\": 929.1391}, \"category\": \"pne\"}]}, \"90773\": {\"path\": \"train/90773.jpg\", \"id\": 90773, \"objects\": [{\"bbox\": {\"xmin\": 1689.0, \"ymin\": 774.0, \"xmax\": 1793.0, \"ymax\": 895.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1683.0, \"ymin\": 884.0, \"xmax\": 1792.0, \"ymax\": 1001.0}, \"category\": \"pr50\"}]}, \"37231\": {\"path\": \"train/37231.jpg\", \"id\": 37231, \"objects\": [{\"bbox\": {\"xmin\": 1918.67, \"ymin\": 521.333, \"xmax\": 1994.6667, \"ymax\": 613.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1738.67, \"ymin\": 481.333, \"xmax\": 1828.0, \"ymax\": 578.6667}, \"category\": \"pl100\"}]}, \"59830\": {\"path\": \"train/59830.jpg\", \"id\": 59830, \"objects\": [{\"bbox\": {\"xmin\": 382.178, \"ymin\": 857.622, \"xmax\": 411.9045, \"ymax\": 902.381}, \"category\": \"pl40\"}]}, \"55237\": {\"path\": \"test/55237.jpg\", \"id\": 55237, \"objects\": [{\"bbox\": {\"xmin\": 1476.0, \"ymin\": 958.667, \"xmax\": 1548.0, \"ymax\": 1026.6667}, \"category\": \"pl60\"}]}, \"5606\": {\"path\": \"train/5606.jpg\", \"id\": 5606, \"objects\": [{\"bbox\": {\"xmin\": 1361.33, \"ymin\": 840.0, \"xmax\": 1457.3333, \"ymax\": 929.3333}, \"category\": \"w59\"}]}, \"87356\": {\"path\": \"train/87356.jpg\", \"id\": 87356, \"objects\": [{\"bbox\": {\"xmin\": 1688.3419189453125, \"ymin\": 851.4213256835938, \"xmax\": 1716.0980224609375, \"ymax\": 885.8229370117188}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1653.41162109375, \"ymin\": 847.5208740234375, \"xmax\": 1682.779541015625, \"ymax\": 882.77685546875}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1717.239501953125, \"ymin\": 853.8204345703125, \"xmax\": 1749.216552734375, \"ymax\": 888.3043212890625}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1798.04, \"ymin\": 452.941, \"xmax\": 1911.7649999999999, \"ymax\": 586.275}, \"category\": \"pne\"}]}, \"31641\": {\"path\": \"test/31641.jpg\", \"id\": 31641, \"objects\": [{\"bbox\": {\"xmin\": 1240.0, \"ymin\": 1057.33, \"xmax\": 1260.0, \"ymax\": 1077.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1408.0, \"ymin\": 960.0, \"xmax\": 1436.0, \"ymax\": 990.6667}, \"category\": \"pl30\"}]}, \"50214\": {\"path\": \"train/50214.jpg\", \"id\": 50214, \"objects\": [{\"bbox\": {\"xmin\": 1390.79, \"ymin\": 993.421, \"xmax\": 1426.3157999999999, \"ymax\": 1032.8947}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1388.16, \"ymin\": 943.421, \"xmax\": 1425.0, \"ymax\": 977.6316}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1388.16, \"ymin\": 888.158, \"xmax\": 1423.6842000000001, \"ymax\": 925.0}, \"category\": \"p26\"}]}, \"34827\": {\"path\": \"train/34827.jpg\", \"id\": 34827, \"objects\": [{\"bbox\": {\"xmin\": 1730.67, \"ymin\": 968.0, \"xmax\": 1789.3333, \"ymax\": 1029.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1446.67, \"ymin\": 722.667, \"xmax\": 1513.3333, \"ymax\": 790.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1378.67, \"ymin\": 717.333, \"xmax\": 1446.6667, \"ymax\": 781.3333}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1305.33, \"ymin\": 710.667, \"xmax\": 1377.3333, \"ymax\": 774.6667}, \"category\": \"w57\"}]}, \"6252\": {\"path\": \"train/6252.jpg\", \"id\": 6252, \"objects\": [{\"bbox\": {\"xmin\": 60.0, \"ymin\": 1013.33, \"xmax\": 94.66669999999999, \"ymax\": 1058.6667}, \"category\": \"p26\"}]}, \"60514\": {\"path\": \"train/60514.jpg\", \"id\": 60514, \"objects\": [{\"bbox\": {\"xmin\": 514.4, \"ymin\": 575.2, \"xmax\": 610.4, \"ymax\": 676.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1171.2, \"ymin\": 957.6, \"xmax\": 1187.2, \"ymax\": 974.4}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1153.6, \"ymin\": 957.6, \"xmax\": 1170.3999999999999, \"ymax\": 973.6}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 404.8, \"ymin\": 595.2, \"xmax\": 494.4, \"ymax\": 686.4000000000001}, \"category\": \"ph4\"}]}, \"64014\": {\"path\": \"train/64014.jpg\", \"id\": 64014, \"objects\": [{\"bbox\": {\"xmin\": 1718.675048828125, \"ymin\": 990.9365844726562, \"xmax\": 1757.0888671875, \"ymax\": 1028.088134765625}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 980.0, \"ymin\": 690.0, \"xmax\": 1057.0, \"ymax\": 764.0}, \"category\": \"i4\"}]}, \"87973\": {\"path\": \"other/87973.jpg\", \"id\": 87973, \"objects\": [{\"bbox\": {\"xmin\": 1937.2440185546875, \"ymin\": 871.697998046875, \"xmax\": 1959.0606689453125, \"ymax\": 904.3350830078125}, \"category\": \"pne\"}]}, \"29297\": {\"path\": \"test/29297.jpg\", \"id\": 29297, \"objects\": [{\"bbox\": {\"xmin\": 1072.4873046875, \"ymin\": 931.726806640625, \"xmax\": 1089.400146484375, \"ymax\": 947.801513671875}, \"category\": \"pdd\"}, {\"bbox\": {\"xmin\": 951.2, \"ymin\": 1049.6, \"xmax\": 996.8000000000001, \"ymax\": 1097.6}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 1079.2, \"ymin\": 1047.2, \"xmax\": 1128.0, \"ymax\": 1098.4}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 1004.8, \"ymin\": 940.0, \"xmax\": 1020.0, \"ymax\": 956.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 668.8, \"ymin\": 943.2, \"xmax\": 683.1999999999999, \"ymax\": 956.8000000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 668.8, \"ymin\": 929.6, \"xmax\": 682.4, \"ymax\": 945.6}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 816.0, \"ymin\": 1044.0, \"xmax\": 862.4, \"ymax\": 1091.2}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1006.4, \"ymin\": 923.2, \"xmax\": 1019.1999999999999, \"ymax\": 937.6}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 841.6, \"ymin\": 972.0, \"xmax\": 856.8000000000001, \"ymax\": 987.2}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 988.8, \"ymin\": 973.6, \"xmax\": 1001.5999999999999, \"ymax\": 988.8000000000001}, \"category\": \"i2r\"}]}, \"73022\": {\"path\": \"train/73022.jpg\", \"id\": 73022, \"objects\": [{\"bbox\": {\"xmin\": 203.311, \"ymin\": 966.225, \"xmax\": 227.8146, \"ymax\": 990.0662}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 203.311, \"ymin\": 990.728, \"xmax\": 229.8013, \"ymax\": 1020.5297999999999}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 49.6689, \"ymin\": 913.907, \"xmax\": 66.8874, \"ymax\": 938.4106}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 205.298, \"ymin\": 914.57, \"xmax\": 226.4901, \"ymax\": 936.4238}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 48.3444, \"ymin\": 940.397, \"xmax\": 65.5629, \"ymax\": 962.9139}, \"category\": \"pw3\"}, {\"bbox\": {\"xmin\": 204.636, \"ymin\": 939.735, \"xmax\": 228.4768, \"ymax\": 964.2384}, \"category\": \"pw4.5\"}]}, \"9858\": {\"path\": \"train/9858.jpg\", \"id\": 9858, \"objects\": [{\"bbox\": {\"xmin\": 1356.0, \"ymin\": 915.0, \"xmax\": 1401.0, \"ymax\": 951.0}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1361.0, \"ymin\": 957.0, \"xmax\": 1404.0, \"ymax\": 993.0}, \"category\": \"w59\"}]}, \"65869\": {\"path\": \"train/65869.jpg\", \"id\": 65869, \"objects\": [{\"bbox\": {\"xmin\": 1603.2, \"ymin\": 1021.6, \"xmax\": 1646.4, \"ymax\": 1071.2}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1602.4, \"ymin\": 968.0, \"xmax\": 1647.2, \"ymax\": 1021.6}, \"category\": \"pl15\"}]}, \"32859\": {\"path\": \"train/32859.jpg\", \"id\": 32859, \"objects\": [{\"bbox\": {\"xmin\": 230.667, \"ymin\": 738.667, \"xmax\": 329.3333, \"ymax\": 878.667}, \"category\": \"pl60\"}]}, \"33967\": {\"path\": \"test/33967.jpg\", \"id\": 33967, \"objects\": [{\"bbox\": {\"xmin\": 1214.0, \"ymin\": 1005.0, \"xmax\": 1230.0, \"ymax\": 1022.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 233.0, \"ymin\": 956.0, \"xmax\": 266.0, \"ymax\": 989.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1503.0, \"ymin\": 985.0, \"xmax\": 1532.0, \"ymax\": 1010.0}, \"category\": \"pn\"}]}, \"84860\": {\"path\": \"train/84860.jpg\", \"id\": 84860, \"objects\": [{\"bbox\": {\"xmin\": 842.574, \"ymin\": 975.248, \"xmax\": 865.3462, \"ymax\": 1000.0}, \"category\": \"p23\"}]}, \"93014\": {\"path\": \"train/93014.jpg\", \"id\": 93014, \"objects\": [{\"bbox\": {\"xmin\": 247.619, \"ymin\": 841.27, \"xmax\": 286.8421, \"ymax\": 880.9524}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 102.293, \"ymin\": 851.303, \"xmax\": 143.0826, \"ymax\": 888.1453}, \"category\": \"i4\"}]}, \"44680\": {\"path\": \"test/44680.jpg\", \"id\": 44680, \"objects\": [{\"bbox\": {\"xmin\": 1259.21, \"ymin\": 914.474, \"xmax\": 1278.9474, \"ymax\": 938.1579}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1175.0, \"ymin\": 915.789, \"xmax\": 1196.0526, \"ymax\": 938.1579}, \"category\": \"pne\"}]}, \"33537\": {\"path\": \"train/33537.jpg\", \"id\": 33537, \"objects\": [{\"bbox\": {\"xmin\": 1773.29, \"ymin\": 821.591, \"xmax\": 1894.883, \"ymax\": 968.75}, \"category\": \"pne\"}]}, \"42093\": {\"path\": \"other/42093.jpg\", \"id\": 42093, \"objects\": [{\"bbox\": {\"xmin\": 1232.27, \"ymin\": 925.498, \"xmax\": 1246.6108, \"ymax\": 941.4345000000001}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1102.79, \"ymin\": 972.908, \"xmax\": 1119.5219, \"ymax\": 990.0396000000001}, \"category\": \"w59\"}]}, \"46348\": {\"path\": \"train/46348.jpg\", \"id\": 46348, \"objects\": [{\"bbox\": {\"xmin\": 1489.11, \"ymin\": 845.545, \"xmax\": 1527.7228, \"ymax\": 886.1386}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1596.04, \"ymin\": 914.851, \"xmax\": 1613.8614, \"ymax\": 938.6139}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1552.48, \"ymin\": 911.881, \"xmax\": 1573.2673, \"ymax\": 932.6732999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1574.26, \"ymin\": 911.881, \"xmax\": 1594.0647, \"ymax\": 937.6238}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1332.67, \"ymin\": 841.584, \"xmax\": 1375.2475000000002, \"ymax\": 884.1583999999999}, \"category\": \"pne\"}]}, \"7275\": {\"path\": \"train/7275.jpg\", \"id\": 7275, \"objects\": [{\"bbox\": {\"xmin\": 1609.52, \"ymin\": 1234.13, \"xmax\": 1630.1587, \"ymax\": 1265.873}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 444.445, \"ymin\": 1220.63, \"xmax\": 469.04789999999997, \"ymax\": 1247.6190000000001}, \"category\": \"pne\"}]}, \"61386\": {\"path\": \"train/61386.jpg\", \"id\": 61386, \"objects\": [{\"bbox\": {\"xmin\": 1964.71, \"ymin\": 696.078, \"xmax\": 2019.6078, \"ymax\": 770.5881999999999}, \"category\": \"pl40\"}]}, \"7758\": {\"path\": \"train/7758.jpg\", \"id\": 7758, \"objects\": [{\"bbox\": {\"xmin\": 176.0, \"ymin\": 876.0, \"xmax\": 229.3333, \"ymax\": 933.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 49.3333, \"ymin\": 742.667, \"xmax\": 104.0, \"ymax\": 810.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1597.33, \"ymin\": 900.0, \"xmax\": 1656.0, \"ymax\": 965.3333}, \"category\": \"pbm\"}]}, \"77056\": {\"path\": \"train/77056.jpg\", \"id\": 77056, \"objects\": [{\"bbox\": {\"xmin\": 1.6, \"ymin\": 928.8, \"xmax\": 76.0, \"ymax\": 1022.4}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1317.33, \"ymin\": 749.333, \"xmax\": 1370.6667, \"ymax\": 801.3333}, \"category\": \"pl50\"}]}, \"44451\": {\"path\": \"train/44451.jpg\", \"id\": 44451, \"objects\": [{\"bbox\": {\"xmin\": 739.026, \"ymin\": 965.895, \"xmax\": 786.8474, \"ymax\": 1045.1192}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1739.47, \"ymin\": 819.737, \"xmax\": 1784.2042000000001, \"ymax\": 865.7895}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1635.53, \"ymin\": 811.842, \"xmax\": 1681.5749, \"ymax\": 861.8421}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1688.16, \"ymin\": 813.158, \"xmax\": 1732.8947, \"ymax\": 865.79}, \"category\": \"pn\"}]}, \"43886\": {\"path\": \"train/43886.jpg\", \"id\": 43886, \"objects\": [{\"bbox\": {\"xmin\": 1062.7, \"ymin\": 909.524, \"xmax\": 1082.5397, \"ymax\": 934.9206}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1069.05, \"ymin\": 976.19, \"xmax\": 1098.4126999999999, \"ymax\": 1008.7302000000001}, \"category\": \"pn\"}]}, \"71533\": {\"path\": \"other/71533.jpg\", \"id\": 71533, \"objects\": [{\"bbox\": {\"xmin\": 1932.84, \"ymin\": 1113.44, \"xmax\": 1946.2712, \"ymax\": 1130.3508000000002}, \"category\": \"pl5\"}]}, \"59956\": {\"path\": \"train/59956.jpg\", \"id\": 59956, \"objects\": [{\"bbox\": {\"xmin\": 1642.0, \"ymin\": 985.0, \"xmax\": 1707.0, \"ymax\": 1055.0}, \"category\": \"pl120\"}]}, \"47304\": {\"path\": \"train/47304.jpg\", \"id\": 47304, \"objects\": [{\"bbox\": {\"xmin\": 1649.02, \"ymin\": 505.882, \"xmax\": 1747.0588, \"ymax\": 617.647}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1521.57, \"ymin\": 486.275, \"xmax\": 1631.373, \"ymax\": 605.882}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1758.82, \"ymin\": 529.412, \"xmax\": 1858.8239999999998, \"ymax\": 633.3330000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1833.33, \"ymin\": 778.431, \"xmax\": 1927.451, \"ymax\": 884.3140000000001}, \"category\": \"p29\"}]}, \"31028\": {\"path\": \"test/31028.jpg\", \"id\": 31028, \"objects\": [{\"bbox\": {\"xmin\": 209.453, \"ymin\": 788.06, \"xmax\": 238.806, \"ymax\": 838.8059999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 240.299, \"ymin\": 794.03, \"xmax\": 266.6667, \"ymax\": 842.7861}, \"category\": \"pn\"}]}, \"91882\": {\"path\": \"train/91882.jpg\", \"id\": 91882, \"objects\": [{\"bbox\": {\"xmin\": 1452.67, \"ymin\": 719.334, \"xmax\": 1519.3276, \"ymax\": 786.0024}, \"category\": \"pr40\"}]}, \"97795\": {\"path\": \"other/97795.jpg\", \"id\": 97795, \"objects\": [{\"bbox\": {\"xmin\": 1508.6015625, \"ymin\": 1007.84716796875, \"xmax\": 1545.487548828125, \"ymax\": 1047.109130859375}, \"category\": \"pl5\"}]}, \"16961\": {\"path\": \"train/16961.jpg\", \"id\": 16961, \"objects\": [{\"bbox\": {\"xmin\": 1590.0, \"ymin\": 816.0, \"xmax\": 1619.0, \"ymax\": 848.0}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1845.0, \"ymin\": 837.0, \"xmax\": 1871.0, \"ymax\": 865.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1721.0, \"ymin\": 825.0, \"xmax\": 1749.0, \"ymax\": 858.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1532.0, \"ymin\": 812.0, \"xmax\": 1561.0, \"ymax\": 846.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1669.0, \"ymin\": 821.0, \"xmax\": 1695.0, \"ymax\": 852.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1797.0, \"ymin\": 832.0, \"xmax\": 1820.0, \"ymax\": 860.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 2006.0, \"ymin\": 949.0, \"xmax\": 2031.0, \"ymax\": 986.0}, \"category\": \"pl120\"}]}, \"77913\": {\"path\": \"train/77913.jpg\", \"id\": 77913, \"objects\": [{\"bbox\": {\"xmin\": 1442.86, \"ymin\": 880.952, \"xmax\": 1471.4295, \"ymax\": 909.5234}, \"category\": \"pl80\"}]}, \"76976\": {\"path\": \"train/76976.jpg\", \"id\": 76976, \"objects\": [{\"bbox\": {\"xmin\": 500.583, \"ymin\": 1029.42, \"xmax\": 520.8580000000001, \"ymax\": 1056.5510000000002}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 500.0, \"ymin\": 999.18, \"xmax\": 520.9331999999999, \"ymax\": 1024.5271}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 274.044, \"ymin\": 993.6, \"xmax\": 292.67269999999996, \"ymax\": 1014.6569000000001}, \"category\": \"pn\"}]}, \"10101\": {\"path\": \"train/10101.jpg\", \"id\": 10101, \"objects\": [{\"bbox\": {\"xmin\": 1796.04, \"ymin\": 1047.72, \"xmax\": 1826.901, \"ymax\": 1075.2529}, \"category\": \"ip\"}]}, \"3777\": {\"path\": \"train/3777.jpg\", \"id\": 3777, \"objects\": [{\"bbox\": {\"xmin\": 1558.82, \"ymin\": 796.078, \"xmax\": 1592.1569, \"ymax\": 827.451}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1317.65, \"ymin\": 788.235, \"xmax\": 1356.8627000000001, \"ymax\": 833.3333}, \"category\": \"pne\"}]}, \"93262\": {\"path\": \"train/93262.jpg\", \"id\": 93262, \"objects\": [{\"bbox\": {\"xmin\": 604.0, \"ymin\": 574.667, \"xmax\": 674.6667, \"ymax\": 708.0}, \"category\": \"pl30\"}]}, \"14171\": {\"path\": \"train/14171.jpg\", \"id\": 14171, \"objects\": [{\"bbox\": {\"xmin\": 1312.1907958984375, \"ymin\": 893.1400146484375, \"xmax\": 1342.4044189453125, \"ymax\": 919.68212890625}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1207.309326171875, \"ymin\": 881.133056640625, \"xmax\": 1235.3466796875, \"ymax\": 907.6083984375}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 788.889, \"ymin\": 884.921, \"xmax\": 815.0794, \"ymax\": 913.4921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1121.43, \"ymin\": 926.19, \"xmax\": 1138.8889000000001, \"ymax\": 946.8254000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1238.89, \"ymin\": 976.984, \"xmax\": 1258.7274, \"ymax\": 998.4123000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1238.1, \"ymin\": 1007.14, \"xmax\": 1260.3174999999999, \"ymax\": 1029.3651}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1238.1, \"ymin\": 942.857, \"xmax\": 1260.3174999999999, \"ymax\": 967.4603}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1098.41, \"ymin\": 925.397, \"xmax\": 1117.4603000000002, \"ymax\": 948.4127000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1142.06, \"ymin\": 926.19, \"xmax\": 1159.5229, \"ymax\": 946.8249000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 660.317, \"ymin\": 888.889, \"xmax\": 685.7143, \"ymax\": 917.4603}, \"category\": \"pne\"}]}, \"46919\": {\"path\": \"other/46919.jpg\", \"id\": 46919, \"objects\": [{\"bbox\": {\"xmin\": 402.667, \"ymin\": 980.0, \"xmax\": 437.33329999999995, \"ymax\": 1030.6667}, \"category\": \"pm15\"}, {\"bbox\": {\"xmin\": 729.333, \"ymin\": 1006.67, \"xmax\": 754.6667, \"ymax\": 1034.6667}, \"category\": \"pm5\"}]}, \"32032\": {\"path\": \"other/32032.jpg\", \"id\": 32032, \"objects\": [{\"bbox\": {\"xmin\": 276.471, \"ymin\": 845.098, \"xmax\": 331.3725, \"ymax\": 915.6863}, \"category\": \"ph4.4\"}]}, \"43438\": {\"path\": \"train/43438.jpg\", \"id\": 43438, \"objects\": [{\"bbox\": {\"xmin\": 1238.67, \"ymin\": 930.667, \"xmax\": 1298.6667, \"ymax\": 996.0}, \"category\": \"pm30\"}]}, \"56272\": {\"path\": \"test/56272.jpg\", \"id\": 56272, \"objects\": [{\"bbox\": {\"xmin\": 1120.0, \"ymin\": 697.0, \"xmax\": 1162.0, \"ymax\": 741.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1062.0, \"ymin\": 690.0, \"xmax\": 1106.0, \"ymax\": 730.0}, \"category\": \"wc\"}]}, \"24448\": {\"path\": \"test/24448.jpg\", \"id\": 24448, \"objects\": [{\"bbox\": {\"xmin\": 1229.0, \"ymin\": 878.0, \"xmax\": 1278.0, \"ymax\": 928.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1227.0, \"ymin\": 930.0, \"xmax\": 1278.0, \"ymax\": 981.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1427.0, \"ymin\": 882.0, \"xmax\": 1507.0, \"ymax\": 972.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1510.0, \"ymin\": 891.0, \"xmax\": 1584.0, \"ymax\": 984.0}, \"category\": \"i2r\"}]}, \"86771\": {\"path\": \"train/86771.jpg\", \"id\": 86771, \"objects\": [{\"bbox\": {\"xmin\": 729.0, \"ymin\": 867.0, \"xmax\": 762.0, \"ymax\": 901.0}, \"category\": \"p23\"}]}, \"3408\": {\"path\": \"train/3408.jpg\", \"id\": 3408, \"objects\": [{\"bbox\": {\"xmin\": 1745.33, \"ymin\": 929.333, \"xmax\": 1808.0, \"ymax\": 1000.0}, \"category\": \"pl40\"}]}, \"9998\": {\"path\": \"train/9998.jpg\", \"id\": 9998, \"objects\": [{\"bbox\": {\"xmin\": 108.73, \"ymin\": 865.873, \"xmax\": 125.74260000000001, \"ymax\": 896.0317}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 11.1111, \"ymin\": 861.905, \"xmax\": 36.5079, \"ymax\": 891.2697999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1206.75, \"ymin\": 940.28, \"xmax\": 1225.0041, \"ymax\": 957.7402}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1192.86, \"ymin\": 937.302, \"xmax\": 1207.1428999999998, \"ymax\": 958.7302}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1228.57, \"ymin\": 939.683, \"xmax\": 1245.2381, \"ymax\": 959.5237999999999}, \"category\": \"pn\"}]}, \"12614\": {\"path\": \"test/12614.jpg\", \"id\": 12614, \"objects\": [{\"bbox\": {\"xmin\": 657.0, \"ymin\": 454.0, \"xmax\": 771.0, \"ymax\": 556.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1744.0, \"ymin\": 515.0, \"xmax\": 1828.0, \"ymax\": 609.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1044.0, \"ymin\": 438.0, \"xmax\": 1164.0, \"ymax\": 544.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1411.0, \"ymin\": 462.0, \"xmax\": 1519.0, \"ymax\": 567.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 524.0, \"ymin\": 362.0, \"xmax\": 633.0, \"ymax\": 456.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 902.0, \"ymin\": 331.0, \"xmax\": 1020.0, \"ymax\": 424.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 656.0, \"ymin\": 345.0, \"xmax\": 769.0, \"ymax\": 438.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 901.0, \"ymin\": 440.0, \"xmax\": 1020.0, \"ymax\": 545.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1275.0, \"ymin\": 449.0, \"xmax\": 1389.0, \"ymax\": 555.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 528.0, \"ymin\": 467.0, \"xmax\": 636.0, \"ymax\": 570.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1632.0, \"ymin\": 495.0, \"xmax\": 1729.0, \"ymax\": 593.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1928.0, \"ymin\": 564.0, \"xmax\": 1997.0, \"ymax\": 653.0}, \"category\": \"pne\"}]}, \"74385\": {\"path\": \"train/74385.jpg\", \"id\": 74385, \"objects\": [{\"bbox\": {\"xmin\": 604.0, \"ymin\": 982.667, \"xmax\": 638.6667, \"ymax\": 1016.0}, \"category\": \"p5\"}]}, \"57037\": {\"path\": \"train/57037.jpg\", \"id\": 57037, \"objects\": [{\"bbox\": {\"xmin\": 1434.67, \"ymin\": 826.667, \"xmax\": 1500.0, \"ymax\": 892.0}, \"category\": \"pl80\"}]}, \"2532\": {\"path\": \"train/2532.jpg\", \"id\": 2532, \"objects\": [{\"bbox\": {\"xmin\": 1285.0, \"ymin\": 685.0, \"xmax\": 1339.0, \"ymax\": 737.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1343.0, \"ymin\": 688.0, \"xmax\": 1396.0, \"ymax\": 740.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1345.0, \"ymin\": 751.0, \"xmax\": 1395.0, \"ymax\": 801.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 585.0, \"ymin\": 864.0, \"xmax\": 642.0, \"ymax\": 921.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 1228.0, \"ymin\": 684.0, \"xmax\": 1282.0, \"ymax\": 736.0}, \"category\": \"pbm\"}]}, \"32882\": {\"path\": \"train/32882.jpg\", \"id\": 32882, \"objects\": [{\"bbox\": {\"xmin\": 1854.67, \"ymin\": 888.0, \"xmax\": 1962.6670000000001, \"ymax\": 1017.333}, \"category\": \"pl100\"}]}, \"17762\": {\"path\": \"train/17762.jpg\", \"id\": 17762, \"objects\": [{\"bbox\": {\"xmin\": 950.0, \"ymin\": 906.579, \"xmax\": 984.2105, \"ymax\": 944.7367999999999}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 902.632, \"ymin\": 906.579, \"xmax\": 936.8421, \"ymax\": 944.7367999999999}, \"category\": \"pl60\"}]}, \"28716\": {\"path\": \"other/28716.jpg\", \"id\": 28716, \"objects\": [{\"bbox\": {\"xmin\": 1413.000244140625, \"ymin\": 1003.5343627929688, \"xmax\": 1441.25244140625, \"ymax\": 1030.56201171875}, \"category\": \"w32\"}]}, \"49825\": {\"path\": \"train/49825.jpg\", \"id\": 49825, \"objects\": [{\"bbox\": {\"xmin\": 1259.0, \"ymin\": 878.0, \"xmax\": 1320.0, \"ymax\": 940.0}, \"category\": \"p26\"}]}, \"41199\": {\"path\": \"train/41199.jpg\", \"id\": 41199, \"objects\": [{\"bbox\": {\"xmin\": 1769.33, \"ymin\": 660.0, \"xmax\": 1820.0, \"ymax\": 720.0}, \"category\": \"pl30\"}]}, \"98112\": {\"path\": \"train/98112.jpg\", \"id\": 98112, \"objects\": [{\"bbox\": {\"xmin\": 1329.333251953125, \"ymin\": 929.0, \"xmax\": 1353.878173828125, \"ymax\": 958.5111083984375}, \"category\": \"iz\"}, {\"bbox\": {\"xmin\": 1933.33, \"ymin\": 773.333, \"xmax\": 1978.6667, \"ymax\": 829.3333}, \"category\": \"ph4.5\"}]}, \"88853\": {\"path\": \"test/88853.jpg\", \"id\": 88853, \"objects\": [{\"bbox\": {\"xmin\": 405.263, \"ymin\": 1085.53, \"xmax\": 485.5259, \"ymax\": 1181.5821}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 406.579, \"ymin\": 993.421, \"xmax\": 480.2632, \"ymax\": 1082.8947}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 556.579, \"ymin\": 982.895, \"xmax\": 597.3684, \"ymax\": 1044.7368}, \"category\": \"pm30\"}]}, \"97335\": {\"path\": \"train/97335.jpg\", \"id\": 97335, \"objects\": [{\"bbox\": {\"xmin\": 1568.63, \"ymin\": 545.098, \"xmax\": 1672.553, \"ymax\": 649.02}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1462.75, \"ymin\": 531.373, \"xmax\": 1566.667, \"ymax\": 635.2940000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1680.39, \"ymin\": 560.784, \"xmax\": 1770.5882000000001, \"ymax\": 658.8235}, \"category\": \"pn\"}]}, \"93474\": {\"path\": \"other/93474.jpg\", \"id\": 93474, \"objects\": [{\"bbox\": {\"xmin\": 1615.0, \"ymin\": 975.0, \"xmax\": 1705.0, \"ymax\": 1064.0}, \"category\": \"pm10\"}]}, \"97496\": {\"path\": \"test/97496.jpg\", \"id\": 97496, \"objects\": [{\"bbox\": {\"xmin\": 1786.12646484375, \"ymin\": 1007.9042358398438, \"xmax\": 1806.8798828125, \"ymax\": 1030.6334228515625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1786.0216064453125, \"ymin\": 977.7835693359375, \"xmax\": 1805.3443603515625, \"ymax\": 997.955810546875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1786.286376953125, \"ymin\": 942.767578125, \"xmax\": 1805.99462890625, \"ymax\": 965.7353515625}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1478.43, \"ymin\": 864.706, \"xmax\": 1511.7645, \"ymax\": 901.9605}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1339.22, \"ymin\": 862.745, \"xmax\": 1370.5882000000001, \"ymax\": 905.8824}, \"category\": \"pne\"}]}, \"2208\": {\"path\": \"train/2208.jpg\", \"id\": 2208, \"objects\": [{\"bbox\": {\"xmin\": 212.22198486328125, \"ymin\": 1112.3167724609375, \"xmax\": 229.62774658203125, \"ymax\": 1129.9144287109375}, \"category\": \"pm10\"}, {\"bbox\": {\"xmin\": 1986.67, \"ymin\": 697.333, \"xmax\": 2036.0, \"ymax\": 766.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1814.67, \"ymin\": 662.667, \"xmax\": 1878.6667, \"ymax\": 737.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1742.67, \"ymin\": 649.333, \"xmax\": 1808.0, \"ymax\": 725.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1925.33, \"ymin\": 682.667, \"xmax\": 1980.0, \"ymax\": 754.6667}, \"category\": \"pl100\"}]}, \"33714\": {\"path\": \"test/33714.jpg\", \"id\": 33714, \"objects\": [{\"bbox\": {\"xmin\": 1743.0, \"ymin\": 1065.0, \"xmax\": 1786.0, \"ymax\": 1115.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 194.0, \"ymin\": 1002.0, \"xmax\": 216.0, \"ymax\": 1022.0}, \"category\": \"p10\"}]}, \"34475\": {\"path\": \"other/34475.jpg\", \"id\": 34475, \"objects\": [{\"bbox\": {\"xmin\": 1186.0, \"ymin\": 237.0, \"xmax\": 1389.0, \"ymax\": 391.0}, \"category\": \"pr60\"}]}, \"38790\": {\"path\": \"train/38790.jpg\", \"id\": 38790, \"objects\": [{\"bbox\": {\"xmin\": 1347.0, \"ymin\": 854.0, \"xmax\": 1409.0, \"ymax\": 915.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1347.0, \"ymin\": 784.0, \"xmax\": 1408.0, \"ymax\": 847.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1342.0, \"ymin\": 944.0, \"xmax\": 1375.0, \"ymax\": 976.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 945.0, \"xmax\": 1412.0, \"ymax\": 976.0}, \"category\": \"i2r\"}]}, \"49100\": {\"path\": \"test/49100.jpg\", \"id\": 49100, \"objects\": [{\"bbox\": {\"xmin\": 1448.41, \"ymin\": 937.302, \"xmax\": 1463.4921000000002, \"ymax\": 957.1429}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1426.19, \"ymin\": 936.508, \"xmax\": 1445.2381, \"ymax\": 955.5556}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1467.46, \"ymin\": 939.683, \"xmax\": 1483.3333, \"ymax\": 957.1428999999999}, \"category\": \"pn\"}]}, \"32915\": {\"path\": \"train/32915.jpg\", \"id\": 32915, \"objects\": [{\"bbox\": {\"xmin\": 1839.2, \"ymin\": 999.2, \"xmax\": 1868.0, \"ymax\": 1031.2}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1633.6, \"ymin\": 1012.8, \"xmax\": 1660.8, \"ymax\": 1042.3999999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1284.8, \"ymin\": 1013.6, \"xmax\": 1301.6, \"ymax\": 1028.8}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1606.4, \"ymin\": 1002.4, \"xmax\": 1634.4, \"ymax\": 1032.8}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1183.2, \"ymin\": 961.6, \"xmax\": 1197.6000000000001, \"ymax\": 974.4}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1528.8, \"ymin\": 1006.4, \"xmax\": 1550.3999999999999, \"ymax\": 1025.6}, \"category\": \"w46\"}, {\"bbox\": {\"xmin\": 134.4, \"ymin\": 1020.8, \"xmax\": 151.20000000000002, \"ymax\": 1041.6}, \"category\": \"i2r\"}]}, \"14027\": {\"path\": \"train/14027.jpg\", \"id\": 14027, \"objects\": [{\"bbox\": {\"xmin\": 1167.0, \"ymin\": 801.0, \"xmax\": 1212.0, \"ymax\": 844.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 940.0, \"xmax\": 1228.0, \"ymax\": 965.0}, \"category\": \"pn\"}]}, \"18019\": {\"path\": \"train/18019.jpg\", \"id\": 18019, \"objects\": [{\"bbox\": {\"xmin\": 1069.33, \"ymin\": 904.0, \"xmax\": 1106.6667, \"ymax\": 941.3333}, \"category\": \"p5\"}]}, \"98014\": {\"path\": \"train/98014.jpg\", \"id\": 98014, \"objects\": [{\"bbox\": {\"xmin\": 1638.64, \"ymin\": 899.432, \"xmax\": 1657.9527, \"ymax\": 922.1593}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1514.77, \"ymin\": 980.114, \"xmax\": 1540.3409, \"ymax\": 998.8636}, \"category\": \"w59\"}]}, \"96962\": {\"path\": \"test/96962.jpg\", \"id\": 96962, \"objects\": [{\"bbox\": {\"xmin\": 1320.0, \"ymin\": 956.0, \"xmax\": 1368.0, \"ymax\": 1002.0}, \"category\": \"pl120\"}]}, \"17721\": {\"path\": \"test/17721.jpg\", \"id\": 17721, \"objects\": [{\"bbox\": {\"xmin\": 1733.187744140625, \"ymin\": 927.8991088867188, \"xmax\": 1776.34716796875, \"ymax\": 983.5806274414062}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1920.0, \"ymin\": 918.667, \"xmax\": 1973.3333, \"ymax\": 974.6667}, \"category\": \"pl5\"}]}, \"73730\": {\"path\": \"train/73730.jpg\", \"id\": 73730, \"objects\": [{\"bbox\": {\"xmin\": 2009.33, \"ymin\": 600.0, \"xmax\": 2048.0, \"ymax\": 685.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1929.33, \"ymin\": 576.0, \"xmax\": 2004.0, \"ymax\": 668.0}, \"category\": \"pl100\"}]}, \"2364\": {\"path\": \"other/2364.jpg\", \"id\": 2364, \"objects\": [{\"bbox\": {\"xmin\": 1355.26, \"ymin\": 964.474, \"xmax\": 1455.2516, \"ymax\": 1068.421}, \"category\": \"w26\"}]}, \"23131\": {\"path\": \"train/23131.jpg\", \"id\": 23131, \"objects\": [{\"bbox\": {\"xmin\": 1289.19, \"ymin\": 980.0, \"xmax\": 1306.4032, \"ymax\": 996.3982}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1328.56, \"ymin\": 961.799, \"xmax\": 1356.8925, \"ymax\": 984.0536999999999}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 817.6, \"xmax\": 1448.3808, \"ymax\": 853.4838}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1704.67, \"ymin\": 927.36, \"xmax\": 1772.8479, \"ymax\": 990.3766}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1373.09, \"ymin\": 808.25, \"xmax\": 1416.7963, \"ymax\": 849.6002}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1327.2, \"ymin\": 804.691, \"xmax\": 1372.0, \"ymax\": 847.9974}, \"category\": \"w57\"}]}, \"76521\": {\"path\": \"test/76521.jpg\", \"id\": 76521, \"objects\": [{\"bbox\": {\"xmin\": 1393.07, \"ymin\": 869.307, \"xmax\": 1430.6931, \"ymax\": 898.0198}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 546.535, \"ymin\": 925.743, \"xmax\": 569.3068999999999, \"ymax\": 953.4653000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 101.98, \"ymin\": 817.822, \"xmax\": 124.7525, \"ymax\": 853.4653}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1573.27, \"ymin\": 882.178, \"xmax\": 1597.0297, \"ymax\": 913.8614}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 124.752, \"ymin\": 822.772, \"xmax\": 149.505, \"ymax\": 861.3861}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 879.208, \"xmax\": 1621.7822, \"ymax\": 913.8614}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1269.31, \"ymin\": 862.376, \"xmax\": 1303.9216, \"ymax\": 903.9216}, \"category\": \"pne\"}]}, \"52094\": {\"path\": \"other/52094.jpg\", \"id\": 52094, \"objects\": [{\"bbox\": {\"xmin\": 841.7804565429688, \"ymin\": 979.679931640625, \"xmax\": 866.0072631835938, \"ymax\": 1005.517822265625}, \"category\": \"iz\"}, {\"bbox\": {\"xmin\": 1592.06, \"ymin\": 987.302, \"xmax\": 1614.2045, \"ymax\": 1014.2857}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1082.54, \"ymin\": 957.937, \"xmax\": 1089.68254, \"ymax\": 965.90909}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 949.206, \"ymin\": 961.932, \"xmax\": 960.2273, \"ymax\": 974.4318000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1592.86, \"ymin\": 954.762, \"xmax\": 1610.3174999999999, \"ymax\": 983.3332999999999}, \"category\": \"ps\"}]}, \"18087\": {\"path\": \"test/18087.jpg\", \"id\": 18087, \"objects\": [{\"bbox\": {\"xmin\": 1410.4, \"ymin\": 850.4, \"xmax\": 1427.2, \"ymax\": 866.4}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1325.6, \"ymin\": 848.8, \"xmax\": 1342.3999999999999, \"ymax\": 868.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1305.6, \"ymin\": 848.8, \"xmax\": 1325.6, \"ymax\": 866.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1377.6, \"ymin\": 849.6, \"xmax\": 1396.0, \"ymax\": 867.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1287.2, \"ymin\": 848.0, \"xmax\": 1305.6000000000001, \"ymax\": 866.4}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1450.4, \"ymin\": 850.4, \"xmax\": 1468.0, \"ymax\": 868.0}, \"category\": \"pne\"}]}, \"49932\": {\"path\": \"train/49932.jpg\", \"id\": 49932, \"objects\": [{\"bbox\": {\"xmin\": 1527.0, \"ymin\": 846.0, \"xmax\": 1550.0, \"ymax\": 872.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1556.0, \"ymin\": 848.0, \"xmax\": 1580.0, \"ymax\": 873.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1738.0, \"ymin\": 884.0, \"xmax\": 1764.0, \"ymax\": 915.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1736.0, \"ymin\": 920.0, \"xmax\": 1762.0, \"ymax\": 950.0}, \"category\": \"i2r\"}]}, \"96587\": {\"path\": \"train/96587.jpg\", \"id\": 96587, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 201.81600952148438, \"xmax\": 87.7952880859375, \"ymax\": 358.8410949707031}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 539.0, \"ymin\": 499.0, \"xmax\": 585.0, \"ymax\": 604.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 415.0, \"ymin\": 413.0, \"xmax\": 475.0, \"ymax\": 536.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 109.0, \"ymin\": 278.0, \"xmax\": 233.0, \"ymax\": 403.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 239.0, \"ymin\": 316.0, \"xmax\": 340.0, \"ymax\": 457.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 481.0, \"ymin\": 460.0, \"xmax\": 534.0, \"ymax\": 576.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 907.0, \"ymin\": 851.0, \"xmax\": 926.0, \"ymax\": 893.0}, \"category\": \"pdd\"}]}, \"26166\": {\"path\": \"train/26166.jpg\", \"id\": 26166, \"objects\": [{\"bbox\": {\"xmin\": 389.0, \"ymin\": 974.0, \"xmax\": 401.0, \"ymax\": 993.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 2028.0, \"ymin\": 822.0, \"xmax\": 2047.0, \"ymax\": 855.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1997.0, \"ymin\": 827.0, \"xmax\": 2020.0, \"ymax\": 858.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1087.0, \"ymin\": 993.0, \"xmax\": 1098.0, \"ymax\": 1007.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1105.0, \"ymin\": 983.0, \"xmax\": 1121.0, \"ymax\": 1000.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1106.0, \"ymin\": 999.0, \"xmax\": 1120.0, \"ymax\": 1014.0}, \"category\": \"i2r\"}]}, \"53770\": {\"path\": \"test/53770.jpg\", \"id\": 53770, \"objects\": [{\"bbox\": {\"xmin\": 1925.67, \"ymin\": 823.008, \"xmax\": 1955.7572, \"ymax\": 865.9287}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1958.85, \"ymin\": 826.991, \"xmax\": 1985.8430999999998, \"ymax\": 865.9295999999999}, \"category\": \"pn\"}]}, \"309\": {\"path\": \"test/309.jpg\", \"id\": 309, \"objects\": [{\"bbox\": {\"xmin\": 163.366, \"ymin\": 900.99, \"xmax\": 183.1673, \"ymax\": 930.6936000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 163.366, \"ymin\": 932.673, \"xmax\": 187.1287, \"ymax\": 962.3762}, \"category\": \"pn\"}]}, \"96516\": {\"path\": \"train/96516.jpg\", \"id\": 96516, \"objects\": [{\"bbox\": {\"xmin\": 958.667, \"ymin\": 805.333, \"xmax\": 1010.6667, \"ymax\": 853.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1012.0, \"ymin\": 800.0, \"xmax\": 1062.6667, \"ymax\": 850.6667}, \"category\": \"pn\"}]}, \"13426\": {\"path\": \"train/13426.jpg\", \"id\": 13426, \"objects\": [{\"bbox\": {\"xmin\": 1682.67, \"ymin\": 1028.0, \"xmax\": 1736.0, \"ymax\": 1076.0}, \"category\": \"i5\"}]}, \"29900\": {\"path\": \"train/29900.jpg\", \"id\": 29900, \"objects\": [{\"bbox\": {\"xmin\": 641.0, \"ymin\": 286.0, \"xmax\": 775.0, \"ymax\": 389.0}, \"category\": \"pl40\"}]}, \"67232\": {\"path\": \"train/67232.jpg\", \"id\": 67232, \"objects\": [{\"bbox\": {\"xmin\": 302.381, \"ymin\": 1072.22, \"xmax\": 332.5397, \"ymax\": 1108.7294}, \"category\": \"p5\"}]}, \"44563\": {\"path\": \"train/44563.jpg\", \"id\": 44563, \"objects\": [{\"bbox\": {\"xmin\": 924.0, \"ymin\": 694.667, \"xmax\": 1010.6667, \"ymax\": 778.6667}, \"category\": \"ph4.5\"}]}, \"51539\": {\"path\": \"train/51539.jpg\", \"id\": 51539, \"objects\": [{\"bbox\": {\"xmin\": 2025.5426025390625, \"ymin\": 832.9408569335938, \"xmax\": 2048.0, \"ymax\": 900.3705444335938}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 189.109, \"ymin\": 826.733, \"xmax\": 216.8317, \"ymax\": 878.2177999999999}, \"category\": \"w32\"}]}, \"65806\": {\"path\": \"train/65806.jpg\", \"id\": 65806, \"objects\": [{\"bbox\": {\"xmin\": 1365.33, \"ymin\": 916.0, \"xmax\": 1421.3333, \"ymax\": 969.3333}, \"category\": \"pl80\"}]}, \"28186\": {\"path\": \"train/28186.jpg\", \"id\": 28186, \"objects\": [{\"bbox\": {\"xmin\": 654.667, \"ymin\": 981.333, \"xmax\": 686.6667, \"ymax\": 1013.3326999999999}, \"category\": \"p5\"}]}, \"5716\": {\"path\": \"train/5716.jpg\", \"id\": 5716, \"objects\": [{\"bbox\": {\"xmin\": 1545.33, \"ymin\": 724.0, \"xmax\": 1590.6667, \"ymax\": 777.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 713.333, \"xmax\": 1494.6667, \"ymax\": 766.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1997.33, \"ymin\": 825.333, \"xmax\": 2017.3333, \"ymax\": 862.6667}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1497.33, \"ymin\": 718.667, \"xmax\": 1542.6667, \"ymax\": 770.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1589.33, \"ymin\": 728.0, \"xmax\": 1633.3333, \"ymax\": 780.0}, \"category\": \"pn\"}]}, \"72036\": {\"path\": \"train/72036.jpg\", \"id\": 72036, \"objects\": [{\"bbox\": {\"xmin\": 304.0, \"ymin\": 776.0, \"xmax\": 328.0, \"ymax\": 821.3336}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 249.333, \"ymin\": 838.667, \"xmax\": 272.0, \"ymax\": 884.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 42.6667, \"ymin\": 733.333, \"xmax\": 81.33330000000001, \"ymax\": 790.6667}, \"category\": \"pl40\"}]}, \"16940\": {\"path\": \"train/16940.jpg\", \"id\": 16940, \"objects\": [{\"bbox\": {\"xmin\": 1574.0, \"ymin\": 956.0, \"xmax\": 1604.0, \"ymax\": 992.0}, \"category\": \"pl20\"}]}, \"17622\": {\"path\": \"train/17622.jpg\", \"id\": 17622, \"objects\": [{\"bbox\": {\"xmin\": 214.0, \"ymin\": 977.0, \"xmax\": 248.0, \"ymax\": 1031.0}, \"category\": \"i2r\"}]}, \"44375\": {\"path\": \"train/44375.jpg\", \"id\": 44375, \"objects\": [{\"bbox\": {\"xmin\": 1691.0, \"ymin\": 807.0, \"xmax\": 1730.0, \"ymax\": 852.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1202.0, \"ymin\": 959.0, \"xmax\": 1226.0, \"ymax\": 983.0}, \"category\": \"pn\"}]}, \"70876\": {\"path\": \"train/70876.jpg\", \"id\": 70876, \"objects\": [{\"bbox\": {\"xmin\": 1347.06, \"ymin\": 882.353, \"xmax\": 1376.4705999999999, \"ymax\": 909.2104999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1322.37, \"ymin\": 886.275, \"xmax\": 1348.6909999999998, \"ymax\": 911.7647}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1378.43, \"ymin\": 886.275, \"xmax\": 1407.8947, \"ymax\": 913.7255}, \"category\": \"pn\"}]}, \"8643\": {\"path\": \"other/8643.jpg\", \"id\": 8643, \"objects\": [{\"bbox\": {\"xmin\": 790.265, \"ymin\": 998.23, \"xmax\": 805.7522, \"ymax\": 1011.9469}, \"category\": \"pne\"}]}, \"93443\": {\"path\": \"test/93443.jpg\", \"id\": 93443, \"objects\": [{\"bbox\": {\"xmin\": 952.632, \"ymin\": 939.474, \"xmax\": 970.2968, \"ymax\": 956.4357}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 893.069, \"ymin\": 939.604, \"xmax\": 911.8421, \"ymax\": 956.5789000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1089.11, \"ymin\": 797.368, \"xmax\": 1133.6634, \"ymax\": 838.6135}, \"category\": \"w57\"}]}, \"52858\": {\"path\": \"train/52858.jpg\", \"id\": 52858, \"objects\": [{\"bbox\": {\"xmin\": 412.871, \"ymin\": 1182.18, \"xmax\": 439.604, \"ymax\": 1237.6289000000002}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 988.889, \"ymin\": 968.254, \"xmax\": 1007.9365, \"ymax\": 988.0949}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 960.317, \"ymin\": 968.254, \"xmax\": 981.746, \"ymax\": 988.8889}, \"category\": \"pl60\"}]}, \"35395\": {\"path\": \"other/35395.jpg\", \"id\": 35395, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 362.6993408203125, \"xmax\": 53.281585693359375, \"ymax\": 521.6747436523438}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 65.23455810546875, \"ymin\": 411.945068359375, \"xmax\": 167.37722778320312, \"ymax\": 558.094970703125}, \"category\": \"pn\"}]}, \"27195\": {\"path\": \"train/27195.jpg\", \"id\": 27195, \"objects\": [{\"bbox\": {\"xmin\": 921.0, \"ymin\": 648.0, \"xmax\": 1013.0, \"ymax\": 737.0}, \"category\": \"pm13\"}, {\"bbox\": {\"xmin\": 1013.0, \"ymin\": 652.0, \"xmax\": 1106.0, \"ymax\": 742.0}, \"category\": \"pr40\"}]}, \"93417\": {\"path\": \"train/93417.jpg\", \"id\": 93417, \"objects\": [{\"bbox\": {\"xmin\": 1347.06, \"ymin\": 944.737, \"xmax\": 1394.7368, \"ymax\": 996.5908999999999}, \"category\": \"p23\"}]}, \"79626\": {\"path\": \"other/79626.jpg\", \"id\": 79626, \"objects\": [{\"bbox\": {\"xmin\": 1267.33, \"ymin\": 938.614, \"xmax\": 1277.2277199999999, \"ymax\": 948.51485}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1189.11, \"ymin\": 938.614, \"xmax\": 1199.0098999999998, \"ymax\": 954.4554}, \"category\": \"pne\"}]}, \"66317\": {\"path\": \"train/66317.jpg\", \"id\": 66317, \"objects\": [{\"bbox\": {\"xmin\": 1928.0, \"ymin\": 609.333, \"xmax\": 2002.6667, \"ymax\": 697.3333}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 2004.0, \"ymin\": 630.667, \"xmax\": 2050.6667, \"ymax\": 714.6667}, \"category\": \"pl80\"}]}, \"9805\": {\"path\": \"other/9805.jpg\", \"id\": 9805, \"objects\": [{\"bbox\": {\"xmin\": 482.178, \"ymin\": 1012.87, \"xmax\": 494.0594, \"ymax\": 1032.6733}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1283.17, \"ymin\": 943.564, \"xmax\": 1298.0198, \"ymax\": 960.396}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1301.98, \"ymin\": 945.545, \"xmax\": 1316.8317, \"ymax\": 961.3860999999999}, \"category\": \"w57\"}]}, \"29363\": {\"path\": \"test/29363.jpg\", \"id\": 29363, \"objects\": [{\"bbox\": {\"xmin\": 1628.67, \"ymin\": 1000.0, \"xmax\": 1654.67, \"ymax\": 1026.6633}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1290.67, \"ymin\": 970.0, \"xmax\": 1327.3333, \"ymax\": 1008.6667}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1288.67, \"ymin\": 895.333, \"xmax\": 1324.6667, \"ymax\": 936.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1290.67, \"ymin\": 935.333, \"xmax\": 1326.0, \"ymax\": 970.6667}, \"category\": \"p27\"}]}, \"4780\": {\"path\": \"train/4780.jpg\", \"id\": 4780, \"objects\": [{\"bbox\": {\"xmin\": 1934.151611328125, \"ymin\": 549.531982421875, \"xmax\": 2032.51904296875, \"ymax\": 660.267578125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1887.13, \"ymin\": 878.218, \"xmax\": 1914.8515000000002, \"ymax\": 908.9109}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1822.77, \"ymin\": 872.277, \"xmax\": 1854.4554, \"ymax\": 912.8713}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1857.43, \"ymin\": 876.238, \"xmax\": 1883.1683, \"ymax\": 908.9109000000001}, \"category\": \"pn\"}]}, \"21525\": {\"path\": \"test/21525.jpg\", \"id\": 21525, \"objects\": [{\"bbox\": {\"xmin\": 1540.8, \"ymin\": 905.6, \"xmax\": 1644.0, \"ymax\": 1009.6}, \"category\": \"pr40\"}]}, \"71049\": {\"path\": \"test/71049.jpg\", \"id\": 71049, \"objects\": [{\"bbox\": {\"xmin\": 1872.55, \"ymin\": 58.8235, \"xmax\": 2045.098, \"ymax\": 262.7455}, \"category\": \"pl50\"}]}, \"86204\": {\"path\": \"other/86204.jpg\", \"id\": 86204, \"objects\": [{\"bbox\": {\"xmin\": 1155.11, \"ymin\": 955.114, \"xmax\": 1165.9090999999999, \"ymax\": 967.6136}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1249.43, \"ymin\": 952.841, \"xmax\": 1257.9545500000002, \"ymax\": 965.9091}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1108.52, \"ymin\": 952.841, \"xmax\": 1121.5909, \"ymax\": 967.0455000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1494.89, \"ymin\": 948.295, \"xmax\": 1502.2727300000001, \"ymax\": 963.6364}, \"category\": \"pne\"}]}, \"28009\": {\"path\": \"test/28009.jpg\", \"id\": 28009, \"objects\": [{\"bbox\": {\"xmin\": 543.564, \"ymin\": 786.139, \"xmax\": 566.3366, \"ymax\": 838.6139000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 513.861, \"ymin\": 777.228, \"xmax\": 541.5842, \"ymax\": 831.6831999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 569.307, \"ymin\": 792.079, \"xmax\": 593.0693, \"ymax\": 845.5446}, \"category\": \"pn\"}]}, \"39485\": {\"path\": \"train/39485.jpg\", \"id\": 39485, \"objects\": [{\"bbox\": {\"xmin\": 1414.0, \"ymin\": 759.0, \"xmax\": 1461.0, \"ymax\": 808.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 660.0, \"ymin\": 788.0, \"xmax\": 697.0, \"ymax\": 832.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1201.0, \"ymin\": 831.0, \"xmax\": 1246.0, \"ymax\": 875.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1315.0, \"ymin\": 759.0, \"xmax\": 1358.0, \"ymax\": 804.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1171.0, \"ymin\": 761.0, \"xmax\": 1214.0, \"ymax\": 805.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1122.0, \"ymin\": 761.0, \"xmax\": 1167.0, \"ymax\": 807.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1222.0, \"ymin\": 761.0, \"xmax\": 1267.0, \"ymax\": 807.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 462.0, \"ymin\": 808.0, \"xmax\": 492.0, \"ymax\": 845.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1364.0, \"ymin\": 758.0, \"xmax\": 1408.0, \"ymax\": 806.0}, \"category\": \"im\"}]}, \"8940\": {\"path\": \"train/8940.jpg\", \"id\": 8940, \"objects\": [{\"bbox\": {\"xmin\": 1002.0, \"ymin\": 870.0, \"xmax\": 1025.0, \"ymax\": 894.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1028.0, \"ymin\": 869.0, \"xmax\": 1052.0, \"ymax\": 895.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1075.0, \"ymin\": 872.0, \"xmax\": 1100.0, \"ymax\": 895.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1098.0, \"ymin\": 939.0, \"xmax\": 1117.0, \"ymax\": 959.0}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 1438.0, \"ymin\": 918.0, \"xmax\": 1467.0, \"ymax\": 947.0}, \"category\": \"pdd\"}]}, \"43056\": {\"path\": \"train/43056.jpg\", \"id\": 43056, \"objects\": [{\"bbox\": {\"xmin\": 792.063, \"ymin\": 900.0, \"xmax\": 820.6349, \"ymax\": 934.127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1134.92, \"ymin\": 925.396, \"xmax\": 1154.7629000000002, \"ymax\": 948.4123}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1088.89, \"ymin\": 926.984, \"xmax\": 1107.9365, \"ymax\": 950.7937000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1111.11, \"ymin\": 925.397, \"xmax\": 1132.5396999999998, \"ymax\": 950.7937000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 682.54, \"ymin\": 902.381, \"xmax\": 711.9047999999999, \"ymax\": 930.9524}, \"category\": \"pne\"}]}, \"39795\": {\"path\": \"other/39795.jpg\", \"id\": 39795, \"objects\": [{\"bbox\": {\"xmin\": 866.2847900390625, \"ymin\": 982.0741577148438, \"xmax\": 887.4498291015625, \"ymax\": 1003.7172241210938}, \"category\": \"p23\"}]}, \"19092\": {\"path\": \"train/19092.jpg\", \"id\": 19092, \"objects\": [{\"bbox\": {\"xmin\": 1353.33, \"ymin\": 917.333, \"xmax\": 1417.3333, \"ymax\": 981.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1358.67, \"ymin\": 852.0, \"xmax\": 1418.6667, \"ymax\": 916.0003}, \"category\": \"pl5\"}]}, \"63551\": {\"path\": \"train/63551.jpg\", \"id\": 63551, \"objects\": [{\"bbox\": {\"xmin\": 998.02, \"ymin\": 884.158, \"xmax\": 1023.7624, \"ymax\": 914.8515}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1029.7, \"ymin\": 882.178, \"xmax\": 1056.4356, \"ymax\": 916.8317}, \"category\": \"pn\"}]}, \"24251\": {\"path\": \"other/24251.jpg\", \"id\": 24251, \"objects\": [{\"bbox\": {\"xmin\": 106.884, \"ymin\": 1109.42, \"xmax\": 121.3772, \"ymax\": 1127.1664}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 122.464, \"ymin\": 1107.97, \"xmax\": 137.3188, \"ymax\": 1127.5362}, \"category\": \"pn\"}]}, \"96976\": {\"path\": \"other/96976.jpg\", \"id\": 96976, \"objects\": [{\"bbox\": {\"xmin\": 1509.09521484375, \"ymin\": 845.6239013671875, \"xmax\": 1533.357421875, \"ymax\": 885.05029296875}, \"category\": \"i4\"}]}, \"11241\": {\"path\": \"train/11241.jpg\", \"id\": 11241, \"objects\": [{\"bbox\": {\"xmin\": 945.0, \"ymin\": 964.0, \"xmax\": 1014.0, \"ymax\": 1027.0}, \"category\": \"w32\"}]}, \"15297\": {\"path\": \"other/15297.jpg\", \"id\": 15297, \"objects\": [{\"bbox\": {\"xmin\": 1561.1722412109375, \"ymin\": 1008.2300415039062, \"xmax\": 1588.1451416015625, \"ymax\": 1034.6041259765625}, \"category\": \"w32\"}]}, \"62938\": {\"path\": \"train/62938.jpg\", \"id\": 62938, \"objects\": [{\"bbox\": {\"xmin\": 621.333, \"ymin\": 740.0, \"xmax\": 669.3333, \"ymax\": 797.3333}, \"category\": \"pl30\"}]}, \"25279\": {\"path\": \"test/25279.jpg\", \"id\": 25279, \"objects\": [{\"bbox\": {\"xmin\": 1397.33, \"ymin\": 798.667, \"xmax\": 1450.6667, \"ymax\": 853.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1401.33, \"ymin\": 853.333, \"xmax\": 1453.3333, \"ymax\": 905.3333}, \"category\": \"pm55\"}]}, \"79910\": {\"path\": \"train/79910.jpg\", \"id\": 79910, \"objects\": [{\"bbox\": {\"xmin\": 1176.76, \"ymin\": 976.446, \"xmax\": 1217.3467, \"ymax\": 1016.8000000000001}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1447.48, \"ymin\": 991.084, \"xmax\": 1542.8111000000001, \"ymax\": 1084.7995999999998}, \"category\": \"pr40\"}]}, \"19685\": {\"path\": \"train/19685.jpg\", \"id\": 19685, \"objects\": [{\"bbox\": {\"xmin\": 1513.86, \"ymin\": 803.96, \"xmax\": 1551.4850999999999, \"ymax\": 846.5347}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1579.21, \"ymin\": 885.149, \"xmax\": 1600.0, \"ymax\": 908.9118}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1555.45, \"ymin\": 885.149, \"xmax\": 1576.2376000000002, \"ymax\": 906.9307}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1603.96, \"ymin\": 886.139, \"xmax\": 1620.7921000000001, \"ymax\": 913.8614}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1342.57, \"ymin\": 794.059, \"xmax\": 1385.1485, \"ymax\": 837.6238}, \"category\": \"pne\"}]}, \"60529\": {\"path\": \"test/60529.jpg\", \"id\": 60529, \"objects\": [{\"bbox\": {\"xmin\": 1465.0, \"ymin\": 866.0, \"xmax\": 1538.0, \"ymax\": 939.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1466.0, \"ymin\": 942.0, \"xmax\": 1541.0, \"ymax\": 1021.0}, \"category\": \"pn\"}]}, \"90326\": {\"path\": \"test/90326.jpg\", \"id\": 90326, \"objects\": [{\"bbox\": {\"xmin\": 418.812, \"ymin\": 909.901, \"xmax\": 435.6436, \"ymax\": 930.6931}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 437.624, \"ymin\": 908.911, \"xmax\": 455.44550000000004, \"ymax\": 929.703}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 100.0, \"ymin\": 932.673, \"xmax\": 120.7921, \"ymax\": 954.4554}, \"category\": \"pne\"}]}, \"66479\": {\"path\": \"train/66479.jpg\", \"id\": 66479, \"objects\": [{\"bbox\": {\"xmin\": 1810.67, \"ymin\": 917.333, \"xmax\": 1857.3333, \"ymax\": 968.0}, \"category\": \"pl30\"}]}, \"82619\": {\"path\": \"test/82619.jpg\", \"id\": 82619, \"objects\": [{\"bbox\": {\"xmin\": 1338.67, \"ymin\": 934.667, \"xmax\": 1377.3333, \"ymax\": 973.3333}, \"category\": \"pl30\"}]}, \"47556\": {\"path\": \"test/47556.jpg\", \"id\": 47556, \"objects\": [{\"bbox\": {\"xmin\": 1306.0, \"ymin\": 852.0, \"xmax\": 1340.0, \"ymax\": 889.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1389.0, \"ymin\": 955.0, \"xmax\": 1413.0, \"ymax\": 983.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1388.0, \"ymin\": 981.0, \"xmax\": 1414.0, \"ymax\": 1007.0}, \"category\": \"i2r\"}]}, \"27438\": {\"path\": \"other/27438.jpg\", \"id\": 27438, \"objects\": [{\"bbox\": {\"xmin\": 1399.805908203125, \"ymin\": 891.5836791992188, \"xmax\": 1457.437255859375, \"ymax\": 943.4276733398438}, \"category\": \"w63\"}]}, \"39401\": {\"path\": \"train/39401.jpg\", \"id\": 39401, \"objects\": [{\"bbox\": {\"xmin\": 919.886, \"ymin\": 902.632, \"xmax\": 943.75, \"ymax\": 930.1135999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1155.12, \"ymin\": 891.357, \"xmax\": 1178.4126999999999, \"ymax\": 912.4100999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1181.58, \"ymin\": 889.474, \"xmax\": 1201.7044999999998, \"ymax\": 914.2045}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 779.545, \"ymin\": 909.091, \"xmax\": 805.1125, \"ymax\": 933.5227}, \"category\": \"pne\"}]}, \"35276\": {\"path\": \"train/35276.jpg\", \"id\": 35276, \"objects\": [{\"bbox\": {\"xmin\": 700.0, \"ymin\": 836.634, \"xmax\": 739.604, \"ymax\": 880.1984}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 576.238, \"ymin\": 844.555, \"xmax\": 618.8135000000001, \"ymax\": 887.1286}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 309.901, \"ymin\": 862.376, \"xmax\": 342.5743, \"ymax\": 900.9901}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 811.881, \"ymin\": 915.842, \"xmax\": 833.6634, \"ymax\": 940.5941}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 788.119, \"ymin\": 915.842, \"xmax\": 810.8911, \"ymax\": 940.5941}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 835.644, \"ymin\": 913.861, \"xmax\": 855.4457, \"ymax\": 941.5839}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 200.99, \"ymin\": 876.238, \"xmax\": 229.7029, \"ymax\": 906.9313000000001}, \"category\": \"pne\"}]}, \"55838\": {\"path\": \"train/55838.jpg\", \"id\": 55838, \"objects\": [{\"bbox\": {\"xmin\": 1414.29, \"ymin\": 888.889, \"xmax\": 1442.8593, \"ymax\": 915.8734000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1443.65, \"ymin\": 891.27, \"xmax\": 1471.4292, \"ymax\": 916.6667}, \"category\": \"w57\"}]}, \"61574\": {\"path\": \"other/61574.jpg\", \"id\": 61574, \"objects\": [{\"bbox\": {\"xmin\": 875.7577514648438, \"ymin\": 957.54833984375, \"xmax\": 893.4692993164062, \"ymax\": 973.9761962890625}, \"category\": \"pne\"}]}, \"6352\": {\"path\": \"test/6352.jpg\", \"id\": 6352, \"objects\": [{\"bbox\": {\"xmin\": 968.212, \"ymin\": 934.127, \"xmax\": 980.1324999999999, \"ymax\": 948.3444}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1088.89, \"ymin\": 930.159, \"xmax\": 1102.6490000000001, \"ymax\": 946.3576}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1104.76, \"ymin\": 930.952, \"xmax\": 1119.2053, \"ymax\": 946.3576}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 876.19, \"ymin\": 931.746, \"xmax\": 892.8571000000001, \"ymax\": 950.0}, \"category\": \"pne\"}]}, \"95764\": {\"path\": \"train/95764.jpg\", \"id\": 95764, \"objects\": [{\"bbox\": {\"xmin\": 1889.11, \"ymin\": 874.257, \"xmax\": 1913.8614, \"ymax\": 907.9208}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1808.91, \"ymin\": 874.257, \"xmax\": 1832.6733000000002, \"ymax\": 903.9603999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1500.99, \"ymin\": 821.782, \"xmax\": 1538.6139, \"ymax\": 864.3564}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1305.94, \"ymin\": 808.911, \"xmax\": 1345.5446, \"ymax\": 855.4454999999999}, \"category\": \"pne\"}]}, \"29908\": {\"path\": \"test/29908.jpg\", \"id\": 29908, \"objects\": [{\"bbox\": {\"xmin\": 56.0, \"ymin\": 766.667, \"xmax\": 94.66669999999999, \"ymax\": 822.6667}, \"category\": \"pl5\"}]}, \"77266\": {\"path\": \"train/77266.jpg\", \"id\": 77266, \"objects\": [{\"bbox\": {\"xmin\": 1725.0, \"ymin\": 590.0, \"xmax\": 1800.0, \"ymax\": 678.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1803.0, \"ymin\": 610.0, \"xmax\": 1874.0, \"ymax\": 695.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1435.0, \"ymin\": 664.0, \"xmax\": 1493.0, \"ymax\": 715.0}, \"category\": \"w30\"}]}, \"61989\": {\"path\": \"train/61989.jpg\", \"id\": 61989, \"objects\": [{\"bbox\": {\"xmin\": 1001.33, \"ymin\": 741.333, \"xmax\": 1062.6667, \"ymax\": 801.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1188.0, \"ymin\": 741.333, \"xmax\": 1246.67, \"ymax\": 797.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 820.0, \"ymin\": 750.667, \"xmax\": 878.6667, \"ymax\": 808.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 762.667, \"ymin\": 752.0, \"xmax\": 817.3333, \"ymax\": 808.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 938.667, \"ymin\": 742.667, \"xmax\": 997.3333, \"ymax\": 800.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1125.33, \"ymin\": 738.667, \"xmax\": 1182.6667, \"ymax\": 796.0}, \"category\": \"pl100\"}]}, \"415\": {\"path\": \"test/415.jpg\", \"id\": 415, \"objects\": [{\"bbox\": {\"xmin\": 1157.77, \"ymin\": 934.662, \"xmax\": 1176.8908, \"ymax\": 954.5819}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1180.07, \"ymin\": 933.864, \"xmax\": 1198.4016, \"ymax\": 953.7847}, \"category\": \"pn\"}]}, \"17881\": {\"path\": \"train/17881.jpg\", \"id\": 17881, \"objects\": [{\"bbox\": {\"xmin\": 1465.79, \"ymin\": 826.316, \"xmax\": 1490.7894999999999, \"ymax\": 860.5263}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1280.26, \"ymin\": 823.684, \"xmax\": 1306.5789, \"ymax\": 853.9474}, \"category\": \"pne\"}]}, \"51830\": {\"path\": \"train/51830.jpg\", \"id\": 51830, \"objects\": [{\"bbox\": {\"xmin\": 733.333, \"ymin\": 626.667, \"xmax\": 836.0, \"ymax\": 722.6667}, \"category\": \"p26\"}]}, \"88065\": {\"path\": \"other/88065.jpg\", \"id\": 88065, \"objects\": [{\"bbox\": {\"xmin\": 1408.41, \"ymin\": 988.496, \"xmax\": 1421.2439000000002, \"ymax\": 1004.4247}, \"category\": \"w59\"}]}, \"23\": {\"path\": \"train/23.jpg\", \"id\": 23, \"objects\": [{\"bbox\": {\"xmin\": 437.333, \"ymin\": 1093.33, \"xmax\": 492.0, \"ymax\": 1160.0}, \"category\": \"pn\"}]}, \"9966\": {\"path\": \"test/9966.jpg\", \"id\": 9966, \"objects\": [{\"bbox\": {\"xmin\": 1769.31, \"ymin\": 905.941, \"xmax\": 1841.5842, \"ymax\": 979.2079}, \"category\": \"p19\"}]}, \"90591\": {\"path\": \"train/90591.jpg\", \"id\": 90591, \"objects\": [{\"bbox\": {\"xmin\": 1427.72, \"ymin\": 840.594, \"xmax\": 1470.297, \"ymax\": 882.1782000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1247.52, \"ymin\": 830.693, \"xmax\": 1287.1287, \"ymax\": 873.2673}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 725.743, \"ymin\": 838.614, \"xmax\": 765.3465000000001, \"ymax\": 877.2277}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1152.48, \"ymin\": 923.762, \"xmax\": 1170.2828, \"ymax\": 943.5644}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1336.63, \"ymin\": 958.416, \"xmax\": 1371.2871, \"ymax\": 989.1089000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1335.64, \"ymin\": 1001.98, \"xmax\": 1368.3168, \"ymax\": 1033.6634}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1337.62, \"ymin\": 911.881, \"xmax\": 1371.2870999999998, \"ymax\": 944.5545}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1127.72, \"ymin\": 923.762, \"xmax\": 1148.5149000000001, \"ymax\": 943.5644}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1172.28, \"ymin\": 923.759, \"xmax\": 1192.1063, \"ymax\": 943.5636000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 504.95, \"ymin\": 845.545, \"xmax\": 538.6139, \"ymax\": 885.1485}, \"category\": \"pne\"}]}, \"45650\": {\"path\": \"train/45650.jpg\", \"id\": 45650, \"objects\": [{\"bbox\": {\"xmin\": 875.0, \"ymin\": 1032.0, \"xmax\": 885.0, \"ymax\": 1045.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1237.0, \"ymin\": 881.0, \"xmax\": 1260.0, \"ymax\": 907.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1204.0, \"ymin\": 883.0, \"xmax\": 1229.0, \"ymax\": 908.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1256.0, \"ymin\": 987.0, \"xmax\": 1280.0, \"ymax\": 1013.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1261.0, \"ymin\": 1024.0, \"xmax\": 1286.0, \"ymax\": 1051.0}, \"category\": \"i2r\"}]}, \"23384\": {\"path\": \"test/23384.jpg\", \"id\": 23384, \"objects\": [{\"bbox\": {\"xmin\": 1156.0, \"ymin\": 990.0, \"xmax\": 1196.0, \"ymax\": 1029.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 814.0, \"ymin\": 955.0, \"xmax\": 850.0, \"ymax\": 991.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1157.0, \"ymin\": 950.0, \"xmax\": 1199.0, \"ymax\": 991.0}, \"category\": \"ps\"}]}, \"84332\": {\"path\": \"test/84332.jpg\", \"id\": 84332, \"objects\": [{\"bbox\": {\"xmin\": 1539.69, \"ymin\": 990.476, \"xmax\": 1580.1624000000002, \"ymax\": 1029.3651}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1544.45, \"ymin\": 1031.68, \"xmax\": 1578.5743, \"ymax\": 1061.9131}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1184.13, \"ymin\": 970.635, \"xmax\": 1214.2857000000001, \"ymax\": 1000.7937}, \"category\": \"w59\"}]}, \"54682\": {\"path\": \"train/54682.jpg\", \"id\": 54682, \"objects\": [{\"bbox\": {\"xmin\": 527.632, \"ymin\": 640.789, \"xmax\": 564.4737, \"ymax\": 736.8421}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 564.474, \"ymin\": 660.526, \"xmax\": 596.0526000000001, \"ymax\": 755.2632}, \"category\": \"pn\"}]}, \"24535\": {\"path\": \"train/24535.jpg\", \"id\": 24535, \"objects\": [{\"bbox\": {\"xmin\": 1256.0, \"ymin\": 1060.8, \"xmax\": 1349.6, \"ymax\": 1156.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 960.8, \"xmax\": 1344.0, \"ymax\": 1059.2}, \"category\": \"pl10\"}, {\"bbox\": {\"xmin\": 958.4, \"ymin\": 987.2, \"xmax\": 977.6, \"ymax\": 1005.6}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 454.4, \"ymin\": 916.8, \"xmax\": 473.59999999999997, \"ymax\": 960.8}, \"category\": \"pne\"}]}, \"37085\": {\"path\": \"train/37085.jpg\", \"id\": 37085, \"objects\": [{\"bbox\": {\"xmin\": 885.0, \"ymin\": 739.0, \"xmax\": 927.0, \"ymax\": 780.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 886.0, \"ymin\": 702.0, \"xmax\": 923.0, \"ymax\": 736.0}, \"category\": \"w41\"}]}, \"20796\": {\"path\": \"train/20796.jpg\", \"id\": 20796, \"objects\": [{\"bbox\": {\"xmin\": 1886.0, \"ymin\": 174.0, \"xmax\": 2043.0, \"ymax\": 327.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1659.0, \"ymin\": 109.0, \"xmax\": 1859.0, \"ymax\": 267.0}, \"category\": \"pl50\"}]}, \"30888\": {\"path\": \"other/30888.jpg\", \"id\": 30888, \"objects\": [{\"bbox\": {\"xmin\": 1229.33, \"ymin\": 1025.33, \"xmax\": 1261.3333, \"ymax\": 1056.0}, \"category\": \"pl10\"}]}, \"36049\": {\"path\": \"train/36049.jpg\", \"id\": 36049, \"objects\": [{\"bbox\": {\"xmin\": 1142.04, \"ymin\": 931.858, \"xmax\": 1157.9696, \"ymax\": 947.7874999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1160.18, \"ymin\": 931.416, \"xmax\": 1176.1062000000002, \"ymax\": 949.5575}, \"category\": \"pn\"}]}, \"93214\": {\"path\": \"other/93214.jpg\", \"id\": 93214, \"objects\": [{\"bbox\": {\"xmin\": 145.0, \"ymin\": 1031.0, \"xmax\": 175.0, \"ymax\": 1064.0}, \"category\": \"pl15\"}]}, \"76507\": {\"path\": \"test/76507.jpg\", \"id\": 76507, \"objects\": [{\"bbox\": {\"xmin\": 1435.2, \"ymin\": 946.4, \"xmax\": 1508.0, \"ymax\": 1034.4}, \"category\": \"pl30\"}]}, \"78191\": {\"path\": \"other/78191.jpg\", \"id\": 78191, \"objects\": [{\"bbox\": {\"xmin\": 1216.14, \"ymin\": 955.912, \"xmax\": 1227.2012000000002, \"ymax\": 968.744}, \"category\": \"pn\"}]}, \"10864\": {\"path\": \"train/10864.jpg\", \"id\": 10864, \"objects\": [{\"bbox\": {\"xmin\": 1684.66, \"ymin\": 1253.41, \"xmax\": 1753.98, \"ymax\": 1309.6591}, \"category\": \"w32\"}]}, \"48126\": {\"path\": \"test/48126.jpg\", \"id\": 48126, \"objects\": [{\"bbox\": {\"xmin\": 1430.85, \"ymin\": 923.881, \"xmax\": 1451.2463, \"ymax\": 942.7860999999999}, \"category\": \"pl60\"}]}, \"59282\": {\"path\": \"other/59282.jpg\", \"id\": 59282, \"objects\": [{\"bbox\": {\"xmin\": 1959.5648193359375, \"ymin\": 989.7217407226562, \"xmax\": 1980.1402587890625, \"ymax\": 1009.3937377929688}, \"category\": \"pl30\"}]}, \"31502\": {\"path\": \"train/31502.jpg\", \"id\": 31502, \"objects\": [{\"bbox\": {\"xmin\": 1895.05, \"ymin\": 931.683, \"xmax\": 1911.8812, \"ymax\": 954.4553999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1827.72, \"ymin\": 927.723, \"xmax\": 1847.5248000000001, \"ymax\": 950.495}, \"category\": \"pne\"}]}, \"75886\": {\"path\": \"train/75886.jpg\", \"id\": 75886, \"objects\": [{\"bbox\": {\"xmin\": 1283.0, \"ymin\": 960.0, \"xmax\": 1323.0, \"ymax\": 1005.0}, \"category\": \"pl80\"}]}, \"27111\": {\"path\": \"train/27111.jpg\", \"id\": 27111, \"objects\": [{\"bbox\": {\"xmin\": 903.96, \"ymin\": 935.644, \"xmax\": 920.7921, \"ymax\": 954.4554}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 585.149, \"ymin\": 954.455, \"xmax\": 617.8218, \"ymax\": 989.1089000000001}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 844.554, \"ymin\": 941.584, \"xmax\": 861.3849, \"ymax\": 955.4454999999999}, \"category\": \"pne\"}]}, \"66524\": {\"path\": \"train/66524.jpg\", \"id\": 66524, \"objects\": [{\"bbox\": {\"xmin\": 1552.63, \"ymin\": 851.316, \"xmax\": 1590.7895, \"ymax\": 889.4739000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1592.11, \"ymin\": 855.263, \"xmax\": 1626.3216, \"ymax\": 890.7895000000001}, \"category\": \"w57\"}]}, \"88644\": {\"path\": \"train/88644.jpg\", \"id\": 88644, \"objects\": [{\"bbox\": {\"xmin\": 1384.21, \"ymin\": 878.947, \"xmax\": 1413.1579, \"ymax\": 906.5789}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1230.26, \"ymin\": 873.684, \"xmax\": 1252.6316, \"ymax\": 897.3684}, \"category\": \"pne\"}]}, \"30518\": {\"path\": \"train/30518.jpg\", \"id\": 30518, \"objects\": [{\"bbox\": {\"xmin\": 10.6667, \"ymin\": 712.0, \"xmax\": 56.0, \"ymax\": 768.0}, \"category\": \"w63\"}, {\"bbox\": {\"xmin\": 25.3333, \"ymin\": 792.0, \"xmax\": 96.0, \"ymax\": 898.667}, \"category\": \"phcs\"}]}, \"80738\": {\"path\": \"train/80738.jpg\", \"id\": 80738, \"objects\": [{\"bbox\": {\"xmin\": 110.0, \"ymin\": 560.0, \"xmax\": 193.0, \"ymax\": 661.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1995.0, \"ymin\": 939.0, \"xmax\": 2042.0, \"ymax\": 997.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1147.0, \"ymin\": 832.0, \"xmax\": 1176.0, \"ymax\": 863.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1112.0, \"ymin\": 831.0, \"xmax\": 1141.0, \"ymax\": 860.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1179.0, \"ymin\": 832.0, \"xmax\": 1210.0, \"ymax\": 863.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1649.0, \"ymin\": 905.0, \"xmax\": 1714.0, \"ymax\": 979.0}, \"category\": \"i2r\"}]}, \"57698\": {\"path\": \"test/57698.jpg\", \"id\": 57698, \"objects\": [{\"bbox\": {\"xmin\": 1249.6, \"ymin\": 798.4, \"xmax\": 1300.8, \"ymax\": 851.1999999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1191.2, \"ymin\": 797.6, \"xmax\": 1244.8, \"ymax\": 850.4}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1308.8, \"ymin\": 800.8, \"xmax\": 1360.8, \"ymax\": 856.0}, \"category\": \"pn\"}]}, \"15570\": {\"path\": \"test/15570.jpg\", \"id\": 15570, \"objects\": [{\"bbox\": {\"xmin\": 312.0, \"ymin\": 920.0, \"xmax\": 398.6667, \"ymax\": 1020.0}, \"category\": \"p5\"}]}, \"64298\": {\"path\": \"train/64298.jpg\", \"id\": 64298, \"objects\": [{\"bbox\": {\"xmin\": 1316.0, \"ymin\": 968.0, \"xmax\": 1348.0, \"ymax\": 1005.0}, \"category\": \"pm15\"}, {\"bbox\": {\"xmin\": 1502.0, \"ymin\": 942.0, \"xmax\": 1556.0, \"ymax\": 996.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 337.0, \"ymin\": 1003.0, \"xmax\": 361.0, \"ymax\": 1030.0}, \"category\": \"pn\"}]}, \"62167\": {\"path\": \"test/62167.jpg\", \"id\": 62167, \"objects\": [{\"bbox\": {\"xmin\": 166.11793518066406, \"ymin\": 1322.186767578125, \"xmax\": 195.9508514404297, \"ymax\": 1356.5283203125}, \"category\": \"i1\"}, {\"bbox\": {\"xmin\": 165.0709228515625, \"ymin\": 1286.813720703125, \"xmax\": 196.98831176757812, \"ymax\": 1318.963134765625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1431.84, \"ymin\": 1361.69, \"xmax\": 1453.2338, \"ymax\": 1383.0846000000001}, \"category\": \"pn\"}]}, \"60373\": {\"path\": \"train/60373.jpg\", \"id\": 60373, \"objects\": [{\"bbox\": {\"xmin\": 1610.67, \"ymin\": 861.333, \"xmax\": 1661.3333, \"ymax\": 920.0}, \"category\": \"p26\"}]}, \"72058\": {\"path\": \"train/72058.jpg\", \"id\": 72058, \"objects\": [{\"bbox\": {\"xmin\": 220.0, \"ymin\": 876.0, \"xmax\": 254.6667, \"ymax\": 920.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 658.667, \"xmax\": 1538.6667, \"ymax\": 730.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 218.667, \"ymin\": 920.0, \"xmax\": 254.6667, \"ymax\": 965.3333}, \"category\": \"pbp\"}]}, \"64634\": {\"path\": \"other/64634.jpg\", \"id\": 64634, \"objects\": [{\"bbox\": {\"xmin\": 373.8508605957031, \"ymin\": 993.030029296875, \"xmax\": 399.6379089355469, \"ymax\": 1020.157958984375}, \"category\": \"w32\"}]}, \"60543\": {\"path\": \"other/60543.jpg\", \"id\": 60543, \"objects\": [{\"bbox\": {\"xmin\": 174.3415069580078, \"ymin\": 965.2904663085938, \"xmax\": 199.41539001464844, \"ymax\": 999.1554565429688}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 174.50668334960938, \"ymin\": 1011.8491821289062, \"xmax\": 195.49777221679688, \"ymax\": 1043.9482421875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 175.9835662841797, \"ymin\": 915.4827880859375, \"xmax\": 200.00209045410156, \"ymax\": 948.214111328125}, \"category\": \"p26\"}]}, \"89239\": {\"path\": \"test/89239.jpg\", \"id\": 89239, \"objects\": [{\"bbox\": {\"xmin\": 434.921, \"ymin\": 988.235, \"xmax\": 481.746, \"ymax\": 1026.9841000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 200.0, \"ymin\": 952.895, \"xmax\": 229.4118, \"ymax\": 982.3065}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 198.413, \"ymin\": 989.776, \"xmax\": 229.83270000000002, \"ymax\": 1025.07}, \"category\": \"pn\"}]}, \"95532\": {\"path\": \"other/95532.jpg\", \"id\": 95532, \"objects\": [{\"bbox\": {\"xmin\": 185.333, \"ymin\": 900.0, \"xmax\": 294.66700000000003, \"ymax\": 1064.0}, \"category\": \"pm25\"}]}, \"76900\": {\"path\": \"test/76900.jpg\", \"id\": 76900, \"objects\": [{\"bbox\": {\"xmin\": 1762.38, \"ymin\": 998.02, \"xmax\": 1793.0804, \"ymax\": 1033.6634}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1523.76, \"ymin\": 977.228, \"xmax\": 1539.5944, \"ymax\": 995.0495}, \"category\": \"w55\"}]}, \"5335\": {\"path\": \"train/5335.jpg\", \"id\": 5335, \"objects\": [{\"bbox\": {\"xmin\": 418.4194641113281, \"ymin\": 994.4678344726562, \"xmax\": 437.6493225097656, \"ymax\": 1045.0828857421875}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1254.9, \"ymin\": 694.118, \"xmax\": 1325.4902000000002, \"ymax\": 762.7451000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1337.25, \"ymin\": 700.0, \"xmax\": 1403.9216, \"ymax\": 768.6275}, \"category\": \"pn\"}]}, \"80558\": {\"path\": \"train/80558.jpg\", \"id\": 80558, \"objects\": [{\"bbox\": {\"xmin\": 1309.9, \"ymin\": 924.752, \"xmax\": 1325.7426, \"ymax\": 941.5842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1172.28, \"ymin\": 918.812, \"xmax\": 1189.1089, \"ymax\": 937.6238}, \"category\": \"pne\"}]}, \"30123\": {\"path\": \"train/30123.jpg\", \"id\": 30123, \"objects\": [{\"bbox\": {\"xmin\": 342.667, \"ymin\": 762.667, \"xmax\": 408.0, \"ymax\": 874.667}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 417.333, \"ymin\": 778.667, \"xmax\": 473.3333, \"ymax\": 878.6667}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 478.667, \"ymin\": 789.333, \"xmax\": 529.3333, \"ymax\": 882.6667}, \"category\": \"pm40\"}, {\"bbox\": {\"xmin\": 373.333, \"ymin\": 914.667, \"xmax\": 438.6667, \"ymax\": 1024.0}, \"category\": \"pm50\"}, {\"bbox\": {\"xmin\": 460.0, \"ymin\": 917.333, \"xmax\": 509.3333, \"ymax\": 1013.3333}, \"category\": \"pm55\"}]}, \"33195\": {\"path\": \"train/33195.jpg\", \"id\": 33195, \"objects\": [{\"bbox\": {\"xmin\": 656.349, \"ymin\": 908.73, \"xmax\": 677.7778000000001, \"ymax\": 932.5397}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 569.048, \"ymin\": 915.079, \"xmax\": 588.8889, \"ymax\": 938.0952}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 316.667, \"ymin\": 910.317, \"xmax\": 333.33329999999995, \"ymax\": 930.9524}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 680.952, \"ymin\": 934.127, \"xmax\": 694.4444, \"ymax\": 950.7937}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 664.286, \"ymin\": 934.127, \"xmax\": 679.3651, \"ymax\": 952.381}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 250.0, \"ymin\": 914.286, \"xmax\": 265.0794, \"ymax\": 933.3332999999999}, \"category\": \"pne\"}]}, \"71155\": {\"path\": \"test/71155.jpg\", \"id\": 71155, \"objects\": [{\"bbox\": {\"xmin\": 221.571, \"ymin\": 974.0, \"xmax\": 284.508, \"ymax\": 1042.0}, \"category\": \"i5\"}]}, \"88184\": {\"path\": \"train/88184.jpg\", \"id\": 88184, \"objects\": [{\"bbox\": {\"xmin\": 717.647, \"ymin\": 803.947, \"xmax\": 757.8941000000001, \"ymax\": 843.1373}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 765.789, \"ymin\": 802.632, \"xmax\": 805.8824, \"ymax\": 842.1052999999999}, \"category\": \"pn\"}]}, \"1528\": {\"path\": \"train/1528.jpg\", \"id\": 1528, \"objects\": [{\"bbox\": {\"xmin\": 1335.2, \"ymin\": 952.0, \"xmax\": 1388.0, \"ymax\": 1008.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 616.8, \"ymin\": 986.4, \"xmax\": 652.8, \"ymax\": 1025.6}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 875.2, \"xmax\": 1387.2, \"ymax\": 928.8000000000001}, \"category\": \"p26\"}]}, \"95500\": {\"path\": \"test/95500.jpg\", \"id\": 95500, \"objects\": [{\"bbox\": {\"xmin\": 1327.78, \"ymin\": 877.778, \"xmax\": 1359.5238, \"ymax\": 909.5238}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1224.6, \"ymin\": 879.365, \"xmax\": 1254.7619, \"ymax\": 909.5238}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 804.762, \"ymin\": 886.508, \"xmax\": 835.7143, \"ymax\": 915.0794000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1146.03, \"ymin\": 930.159, \"xmax\": 1165.0794, \"ymax\": 951.5873}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1120.63, \"ymin\": 930.159, \"xmax\": 1142.0635000000002, \"ymax\": 950.7937}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1168.25, \"ymin\": 928.571, \"xmax\": 1186.5079, \"ymax\": 951.4851}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 673.016, \"ymin\": 890.476, \"xmax\": 698.4127, \"ymax\": 919.802}, \"category\": \"pne\"}]}, \"53027\": {\"path\": \"test/53027.jpg\", \"id\": 53027, \"objects\": [{\"bbox\": {\"xmin\": 1524.0, \"ymin\": 967.2, \"xmax\": 1565.6, \"ymax\": 1004.8000000000001}, \"category\": \"ph4\"}]}, \"87531\": {\"path\": \"test/87531.jpg\", \"id\": 87531, \"objects\": [{\"bbox\": {\"xmin\": 688.158, \"ymin\": 618.421, \"xmax\": 756.5789, \"ymax\": 684.2105}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1223.68, \"ymin\": 684.211, \"xmax\": 1286.8421, \"ymax\": 746.0526}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1297.37, \"ymin\": 688.158, \"xmax\": 1355.2631999999999, \"ymax\": 746.0526}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 292.105, \"ymin\": 671.053, \"xmax\": 342.1053, \"ymax\": 723.6842}, \"category\": \"pne\"}]}, \"71773\": {\"path\": \"other/71773.jpg\", \"id\": 71773, \"objects\": [{\"bbox\": {\"xmin\": 1171.52, \"ymin\": 943.046, \"xmax\": 1207.2842, \"ymax\": 976.1590000000001}, \"category\": \"w30\"}]}, \"31241\": {\"path\": \"train/31241.jpg\", \"id\": 31241, \"objects\": [{\"bbox\": {\"xmin\": 1836.14208984375, \"ymin\": 970.01806640625, \"xmax\": 1864.950439453125, \"ymax\": 990.5562744140625}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 338.614, \"ymin\": 852.475, \"xmax\": 359.4059, \"ymax\": 889.1089000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1335.64, \"ymin\": 904.95, \"xmax\": 1362.3762000000002, \"ymax\": 932.6733}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 326.733, \"ymin\": 881.188, \"xmax\": 346.5347, \"ymax\": 911.8812}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1467.33, \"ymin\": 913.861, \"xmax\": 1490.099, \"ymax\": 940.5941}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1489.11, \"ymin\": 916.832, \"xmax\": 1509.9047999999998, \"ymax\": 940.5941}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 245.545, \"ymin\": 833.663, \"xmax\": 272.2772, \"ymax\": 880.198}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1231.68, \"ymin\": 904.95, \"xmax\": 1259.4059, \"ymax\": 930.6943}, \"category\": \"pne\"}]}, \"84206\": {\"path\": \"other/84206.jpg\", \"id\": 84206, \"objects\": [{\"bbox\": {\"xmin\": 1096.91, \"ymin\": 939.823, \"xmax\": 1125.2212000000002, \"ymax\": 969.911}, \"category\": \"ph3.3\"}]}, \"14874\": {\"path\": \"other/14874.jpg\", \"id\": 14874, \"objects\": [{\"bbox\": {\"xmin\": 1046.6, \"ymin\": 964.205, \"xmax\": 1080.1182, \"ymax\": 1001.1364000000001}, \"category\": \"ph2\"}]}, \"88598\": {\"path\": \"train/88598.jpg\", \"id\": 88598, \"objects\": [{\"bbox\": {\"xmin\": 1782.67, \"ymin\": 833.333, \"xmax\": 1820.0, \"ymax\": 876.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1822.67, \"ymin\": 833.333, \"xmax\": 1858.6667, \"ymax\": 878.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1857.33, \"ymin\": 842.667, \"xmax\": 1889.3333, \"ymax\": 878.6667}, \"category\": \"w41\"}]}, \"64128\": {\"path\": \"train/64128.jpg\", \"id\": 64128, \"objects\": [{\"bbox\": {\"xmin\": 180.02, \"ymin\": 925.6, \"xmax\": 207.0712, \"ymax\": 956.9658000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 194.4, \"ymin\": 948.0, \"xmax\": 212.4683, \"ymax\": 971.2747}, \"category\": \"i5\"}]}, \"82136\": {\"path\": \"test/82136.jpg\", \"id\": 82136, \"objects\": [{\"bbox\": {\"xmin\": 1784.0, \"ymin\": 930.667, \"xmax\": 1946.67, \"ymax\": 1101.333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1768.0, \"ymin\": 232.0, \"xmax\": 1930.667, \"ymax\": 361.33299999999997}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1797.33, \"ymin\": 530.667, \"xmax\": 1911.9969999999998, \"ymax\": 642.667}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 32.0, \"ymin\": 1044.0, \"xmax\": 94.66669999999999, \"ymax\": 1123.9934}, \"category\": \"ph4.8\"}, {\"bbox\": {\"xmin\": 1786.67, \"ymin\": 758.667, \"xmax\": 1950.6670000000001, \"ymax\": 925.3330000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 24.0, \"ymin\": 874.667, \"xmax\": 86.66669999999999, \"ymax\": 954.6658}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 28.0, \"ymin\": 960.0, \"xmax\": 92.0, \"ymax\": 1040.0006}, \"category\": \"pbp\"}]}, \"38912\": {\"path\": \"train/38912.jpg\", \"id\": 38912, \"objects\": [{\"bbox\": {\"xmin\": 893.6, \"ymin\": 755.2, \"xmax\": 943.2, \"ymax\": 803.2}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1217.6, \"ymin\": 752.8, \"xmax\": 1267.1999999999998, \"ymax\": 800.8}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1054.4, \"ymin\": 752.8, \"xmax\": 1104.8000000000002, \"ymax\": 801.5999999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 831.2, \"ymin\": 701.6, \"xmax\": 882.4000000000001, \"ymax\": 748.8000000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 892.0, \"ymin\": 698.4, \"xmax\": 941.6, \"ymax\": 748.8}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 995.2, \"ymin\": 753.6, \"xmax\": 1045.6000000000001, \"ymax\": 803.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 835.2, \"ymin\": 756.8, \"xmax\": 883.2, \"ymax\": 805.5999999999999}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1159.2, \"ymin\": 752.0, \"xmax\": 1208.0, \"ymax\": 800.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1337.6, \"ymin\": 752.8, \"xmax\": 1388.0, \"ymax\": 800.0}, \"category\": \"pne\"}]}, \"8191\": {\"path\": \"train/8191.jpg\", \"id\": 8191, \"objects\": [{\"bbox\": {\"xmin\": 1416.0, \"ymin\": 984.0, \"xmax\": 1446.0, \"ymax\": 1014.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 995.0, \"ymin\": 574.0, \"xmax\": 1099.0, \"ymax\": 671.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1358.0, \"ymin\": 585.0, \"xmax\": 1455.0, \"ymax\": 678.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1693.0, \"ymin\": 679.0, \"xmax\": 1761.0, \"ymax\": 750.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1692.0, \"ymin\": 754.0, \"xmax\": 1760.0, \"ymax\": 825.0}, \"category\": \"i2r\"}]}, \"5512\": {\"path\": \"test/5512.jpg\", \"id\": 5512, \"objects\": [{\"bbox\": {\"xmin\": 1077.63, \"ymin\": 788.158, \"xmax\": 1135.5309000000002, \"ymax\": 839.4737}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1138.16, \"ymin\": 788.158, \"xmax\": 1193.4195, \"ymax\": 835.5263}, \"category\": \"w57\"}]}, \"69013\": {\"path\": \"train/69013.jpg\", \"id\": 69013, \"objects\": [{\"bbox\": {\"xmin\": 1517.82, \"ymin\": 841.584, \"xmax\": 1557.4257, \"ymax\": 882.1782}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1729.7, \"ymin\": 896.04, \"xmax\": 1752.4752, \"ymax\": 922.7723}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1680.2, \"ymin\": 891.089, \"xmax\": 1702.9703, \"ymax\": 916.8317000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1703.96, \"ymin\": 892.079, \"xmax\": 1725.7426, \"ymax\": 920.7926}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1357.43, \"ymin\": 835.644, \"xmax\": 1397.0297, \"ymax\": 880.198}, \"category\": \"pne\"}]}, \"32954\": {\"path\": \"train/32954.jpg\", \"id\": 32954, \"objects\": [{\"bbox\": {\"xmin\": 1300.89, \"ymin\": 925.664, \"xmax\": 1320.3565, \"ymax\": 945.5752}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1319.91, \"ymin\": 928.319, \"xmax\": 1338.9405000000002, \"ymax\": 946.4602}, \"category\": \"pn\"}]}, \"47438\": {\"path\": \"other/47438.jpg\", \"id\": 47438, \"objects\": [{\"bbox\": {\"xmin\": 1080.4595947265625, \"ymin\": 950.7298583984375, \"xmax\": 1110.8680419921875, \"ymax\": 978.1346435546875}, \"category\": \"ph3.3\"}]}, \"31908\": {\"path\": \"train/31908.jpg\", \"id\": 31908, \"objects\": [{\"bbox\": {\"xmin\": 1848.0, \"ymin\": 930.667, \"xmax\": 1917.3333, \"ymax\": 1004.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 104.0, \"ymin\": 784.0, \"xmax\": 188.0, \"ymax\": 884.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1528.0, \"ymin\": 758.667, \"xmax\": 1652.0, \"ymax\": 877.3330000000001}, \"category\": \"w57\"}]}, \"86368\": {\"path\": \"test/86368.jpg\", \"id\": 86368, \"objects\": [{\"bbox\": {\"xmin\": 575.397, \"ymin\": 894.444, \"xmax\": 587.3016, \"ymax\": 919.8412999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1247.62, \"ymin\": 919.048, \"xmax\": 1265.0793999999999, \"ymax\": 935.7143}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1950.79, \"ymin\": 895.238, \"xmax\": 1968.254, \"ymax\": 917.4603000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 509.524, \"ymin\": 888.095, \"xmax\": 526.1905, \"ymax\": 912.6984}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1161.11, \"ymin\": 919.841, \"xmax\": 1180.1600999999998, \"ymax\": 938.8886}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1894.44, \"ymin\": 900.794, \"xmax\": 1909.5238000000002, \"ymax\": 926.1904999999999}, \"category\": \"pne\"}]}, \"12091\": {\"path\": \"train/12091.jpg\", \"id\": 12091, \"objects\": [{\"bbox\": {\"xmin\": 1564.36, \"ymin\": 1018.81, \"xmax\": 1609.9010999999998, \"ymax\": 1067.3268}, \"category\": \"pl30\"}]}, \"57237\": {\"path\": \"test/57237.jpg\", \"id\": 57237, \"objects\": [{\"bbox\": {\"xmin\": 1688.12, \"ymin\": 788.119, \"xmax\": 1735.6435999999999, \"ymax\": 843.5644}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1886.14, \"ymin\": 879.208, \"xmax\": 1908.9109, \"ymax\": 908.9109}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1825.74, \"ymin\": 873.267, \"xmax\": 1851.4851, \"ymax\": 907.9208000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1857.43, \"ymin\": 877.228, \"xmax\": 1882.1782, \"ymax\": 907.9208}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1480.2, \"ymin\": 777.228, \"xmax\": 1533.6634000000001, \"ymax\": 832.6732999999999}, \"category\": \"pne\"}]}, \"17953\": {\"path\": \"train/17953.jpg\", \"id\": 17953, \"objects\": [{\"bbox\": {\"xmin\": 961.0, \"ymin\": 759.0, \"xmax\": 1002.0, \"ymax\": 801.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 816.0, \"ymin\": 931.0, \"xmax\": 860.0, \"ymax\": 976.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 816.0, \"ymin\": 887.0, \"xmax\": 859.0, \"ymax\": 931.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 871.0, \"ymin\": 773.0, \"xmax\": 911.0, \"ymax\": 815.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 916.0, \"ymin\": 772.0, \"xmax\": 958.0, \"ymax\": 815.0}, \"category\": \"pm20\"}]}, \"89845\": {\"path\": \"test/89845.jpg\", \"id\": 89845, \"objects\": [{\"bbox\": {\"xmin\": 1548.0, \"ymin\": 796.0, \"xmax\": 1666.667, \"ymax\": 920.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1548.0, \"ymin\": 665.333, \"xmax\": 1661.336, \"ymax\": 788.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1549.33, \"ymin\": 924.0, \"xmax\": 1665.3329999999999, \"ymax\": 1050.667}, \"category\": \"pr40\"}]}, \"36945\": {\"path\": \"test/36945.jpg\", \"id\": 36945, \"objects\": [{\"bbox\": {\"xmin\": 663.158, \"ymin\": 443.421, \"xmax\": 703.9474, \"ymax\": 564.4739999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 472.368, \"ymin\": 232.895, \"xmax\": 550.0, \"ymax\": 400.0}, \"category\": \"i4\"}]}, \"75610\": {\"path\": \"other/75610.jpg\", \"id\": 75610, \"objects\": [{\"bbox\": {\"xmin\": 271.00543212890625, \"ymin\": 978.2880249023438, \"xmax\": 290.8455810546875, \"ymax\": 994.9645385742188}, \"category\": \"pl30\"}]}, \"85343\": {\"path\": \"train/85343.jpg\", \"id\": 85343, \"objects\": [{\"bbox\": {\"xmin\": 1084.162353515625, \"ymin\": 994.1026611328125, \"xmax\": 1101.474365234375, \"ymax\": 1010.7645263671875}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1081.93701171875, \"ymin\": 975.893798828125, \"xmax\": 1100.123046875, \"ymax\": 993.0411376953125}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1557.33, \"ymin\": 334.667, \"xmax\": 1668.0, \"ymax\": 428.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1560.0, \"ymin\": 429.333, \"xmax\": 1669.333, \"ymax\": 530.667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 362.667, \"xmax\": 1797.3333, \"ymax\": 454.6667}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 456.0, \"xmax\": 1800.0, \"ymax\": 552.0}, \"category\": \"p15\"}, {\"bbox\": {\"xmin\": 1317.33, \"ymin\": 364.0, \"xmax\": 1478.667, \"ymax\": 504.0}, \"category\": \"pl60\"}]}, \"75103\": {\"path\": \"train/75103.jpg\", \"id\": 75103, \"objects\": [{\"bbox\": {\"xmin\": 1179.3492431640625, \"ymin\": 938.5722045898438, \"xmax\": 1197.5975341796875, \"ymax\": 956.1401977539062}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 859.524, \"ymin\": 911.111, \"xmax\": 879.3651, \"ymax\": 933.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 691.27, \"ymin\": 915.079, \"xmax\": 712.6984, \"ymax\": 940.4762}, \"category\": \"pne\"}]}, \"43766\": {\"path\": \"test/43766.jpg\", \"id\": 43766, \"objects\": [{\"bbox\": {\"xmin\": 1093.1834716796875, \"ymin\": 883.8525390625, \"xmax\": 1126.4544677734375, \"ymax\": 914.9075927734375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1198.68, \"ymin\": 998.684, \"xmax\": 1225.0, \"ymax\": 1027.6316}, \"category\": \"pne\"}]}, \"79919\": {\"path\": \"train/79919.jpg\", \"id\": 79919, \"objects\": [{\"bbox\": {\"xmin\": 1251.59, \"ymin\": 933.333, \"xmax\": 1282.5432999999998, \"ymax\": 963.4920999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1251.59, \"ymin\": 967.46, \"xmax\": 1283.3333, \"ymax\": 998.4127000000001}, \"category\": \"pn\"}]}, \"98114\": {\"path\": \"test/98114.jpg\", \"id\": 98114, \"objects\": [{\"bbox\": {\"xmin\": 757.937, \"ymin\": 969.048, \"xmax\": 778.5714, \"ymax\": 991.2698}, \"category\": \"p23\"}]}, \"1301\": {\"path\": \"test/1301.jpg\", \"id\": 1301, \"objects\": [{\"bbox\": {\"xmin\": 1674.0, \"ymin\": 773.0, \"xmax\": 1716.0, \"ymax\": 817.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1539.0, \"ymin\": 943.0, \"xmax\": 1583.0, \"ymax\": 990.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1537.0, \"ymin\": 895.0, \"xmax\": 1580.0, \"ymax\": 945.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1589.0, \"ymin\": 778.0, \"xmax\": 1631.0, \"ymax\": 821.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1632.0, \"ymin\": 781.0, \"xmax\": 1673.0, \"ymax\": 825.0}, \"category\": \"pm20\"}]}, \"73342\": {\"path\": \"train/73342.jpg\", \"id\": 73342, \"objects\": [{\"bbox\": {\"xmin\": 1512.0, \"ymin\": 948.0, \"xmax\": 1564.0, \"ymax\": 1004.0}, \"category\": \"pl120\"}]}, \"70001\": {\"path\": \"train/70001.jpg\", \"id\": 70001, \"objects\": [{\"bbox\": {\"xmin\": 1304.0, \"ymin\": 686.0, \"xmax\": 1363.0, \"ymax\": 743.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1304.0, \"ymin\": 748.0, \"xmax\": 1364.0, \"ymax\": 807.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1295.0, \"ymin\": 976.0, \"xmax\": 1331.0, \"ymax\": 1008.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1336.0, \"ymin\": 976.0, \"xmax\": 1372.0, \"ymax\": 1014.0}, \"category\": \"i2r\"}]}, \"53201\": {\"path\": \"train/53201.jpg\", \"id\": 53201, \"objects\": [{\"bbox\": {\"xmin\": 1443.712890625, \"ymin\": 948.925537109375, \"xmax\": 1463.717529296875, \"ymax\": 970.608642578125}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1464.240478515625, \"ymin\": 949.4049682617188, \"xmax\": 1485.385498046875, \"ymax\": 972.0747680664062}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 451.316, \"ymin\": 575.0, \"xmax\": 510.5263, \"ymax\": 696.053}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 27.6316, \"ymin\": 869.737, \"xmax\": 59.210499999999996, \"ymax\": 911.8421}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 861.842, \"xmax\": 26.3159, \"ymax\": 897.3684}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 152.632, \"ymin\": 394.737, \"xmax\": 252.6316, \"ymax\": 544.7370000000001}, \"category\": \"pne\"}]}, \"15091\": {\"path\": \"train/15091.jpg\", \"id\": 15091, \"objects\": [{\"bbox\": {\"xmin\": 1760.78, \"ymin\": 935.294, \"xmax\": 1801.9608, \"ymax\": 1013.7255}, \"category\": \"pne\"}]}, \"16400\": {\"path\": \"train/16400.jpg\", \"id\": 16400, \"objects\": [{\"bbox\": {\"xmin\": 586.667, \"ymin\": 990.667, \"xmax\": 626.6667, \"ymax\": 1032.0}, \"category\": \"pl5\"}]}, \"80494\": {\"path\": \"test/80494.jpg\", \"id\": 80494, \"objects\": [{\"bbox\": {\"xmin\": 1003.0, \"ymin\": 637.0, \"xmax\": 1090.4058, \"ymax\": 713.0}, \"category\": \"ph4.5\"}]}, \"62981\": {\"path\": \"test/62981.jpg\", \"id\": 62981, \"objects\": [{\"bbox\": {\"xmin\": 1253.33, \"ymin\": 1001.33, \"xmax\": 1272.0, \"ymax\": 1038.6667}, \"category\": \"pl5\"}]}, \"75793\": {\"path\": \"other/75793.jpg\", \"id\": 75793, \"objects\": [{\"bbox\": {\"xmin\": 1247.52, \"ymin\": 976.238, \"xmax\": 1291.0891, \"ymax\": 1022.7723000000001}, \"category\": \"pl15\"}]}, \"82802\": {\"path\": \"train/82802.jpg\", \"id\": 82802, \"objects\": [{\"bbox\": {\"xmin\": 293.0, \"ymin\": 1280.0, \"xmax\": 333.0, \"ymax\": 1326.0}, \"category\": \"pl40\"}]}, \"90103\": {\"path\": \"test/90103.jpg\", \"id\": 90103, \"objects\": [{\"bbox\": {\"xmin\": 650.495, \"ymin\": 951.485, \"xmax\": 678.217, \"ymax\": 981.1881}, \"category\": \"ip\"}]}, \"20946\": {\"path\": \"train/20946.jpg\", \"id\": 20946, \"objects\": [{\"bbox\": {\"xmin\": 1350.2764892578125, \"ymin\": 768.8284912109375, \"xmax\": 1393.2249755859375, \"ymax\": 809.5810546875}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1530.67, \"ymin\": 916.0, \"xmax\": 1606.6667, \"ymax\": 993.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1529.33, \"ymin\": 840.0, \"xmax\": 1605.33, \"ymax\": 916.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1530.67, \"ymin\": 994.667, \"xmax\": 1612.0, \"ymax\": 1064.0}, \"category\": \"w55\"}]}, \"45867\": {\"path\": \"train/45867.jpg\", \"id\": 45867, \"objects\": [{\"bbox\": {\"xmin\": 1254.46, \"ymin\": 986.139, \"xmax\": 1311.8815, \"ymax\": 1046.535}, \"category\": \"pm20\"}]}, \"59418\": {\"path\": \"train/59418.jpg\", \"id\": 59418, \"objects\": [{\"bbox\": {\"xmin\": 296.0, \"ymin\": 868.0, \"xmax\": 334.0, \"ymax\": 912.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 169.0, \"ymin\": 998.0, \"xmax\": 182.0, \"ymax\": 1011.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 805.0, \"ymin\": 959.0, \"xmax\": 832.0, \"ymax\": 986.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 411.0, \"ymin\": 963.0, \"xmax\": 439.0, \"ymax\": 993.0}, \"category\": \"p26\"}]}, \"60497\": {\"path\": \"train/60497.jpg\", \"id\": 60497, \"objects\": [{\"bbox\": {\"xmin\": 1958.73, \"ymin\": 898.413, \"xmax\": 1986.5079, \"ymax\": 932.5397}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1851.59, \"ymin\": 884.921, \"xmax\": 1879.3651, \"ymax\": 924.6032}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1500.79, \"ymin\": 855.556, \"xmax\": 1537.3016, \"ymax\": 894.4444000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1648.41, \"ymin\": 923.81, \"xmax\": 1670.6349, \"ymax\": 950.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 925.397, \"xmax\": 1622.2222, \"ymax\": 949.2063}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1623.81, \"ymin\": 922.222, \"xmax\": 1648.4126999999999, \"ymax\": 951.5873}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1338.1, \"ymin\": 853.175, \"xmax\": 1379.3651, \"ymax\": 892.8571}, \"category\": \"pne\"}]}, \"34953\": {\"path\": \"test/34953.jpg\", \"id\": 34953, \"objects\": [{\"bbox\": {\"xmin\": 1930.67, \"ymin\": 900.0, \"xmax\": 2001.3333, \"ymax\": 982.6664}, \"category\": \"p5\"}]}, \"47071\": {\"path\": \"train/47071.jpg\", \"id\": 47071, \"objects\": [{\"bbox\": {\"xmin\": 1345.24, \"ymin\": 915.079, \"xmax\": 1361.9048, \"ymax\": 932.5396999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1325.4, \"ymin\": 912.698, \"xmax\": 1341.2698, \"ymax\": 932.5396999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1365.87, \"ymin\": 913.492, \"xmax\": 1380.9524, \"ymax\": 934.9204}, \"category\": \"pn\"}]}, \"24953\": {\"path\": \"train/24953.jpg\", \"id\": 24953, \"objects\": [{\"bbox\": {\"xmin\": 184.158, \"ymin\": 1015.84, \"xmax\": 217.8218, \"ymax\": 1051.4851}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1378.22, \"ymin\": 994.059, \"xmax\": 1402.9703, \"ymax\": 1022.7723}, \"category\": \"pne\"}]}, \"41440\": {\"path\": \"test/41440.jpg\", \"id\": 41440, \"objects\": [{\"bbox\": {\"xmin\": 950.667, \"ymin\": 926.667, \"xmax\": 994.6667, \"ymax\": 973.3333}, \"category\": \"p26\"}]}, \"31801\": {\"path\": \"test/31801.jpg\", \"id\": 31801, \"objects\": [{\"bbox\": {\"xmin\": 787.2, \"ymin\": 609.6, \"xmax\": 866.4000000000001, \"ymax\": 684.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1308.8, \"ymin\": 602.4, \"xmax\": 1387.2, \"ymax\": 676.8}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1053.6, \"ymin\": 602.4, \"xmax\": 1135.1999999999998, \"ymax\": 675.1999999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 694.4, \"ymin\": 536.0, \"xmax\": 770.4, \"ymax\": 607.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 784.8, \"ymin\": 528.0, \"xmax\": 864.0, \"ymax\": 600.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 956.8, \"ymin\": 602.4, \"xmax\": 1039.2, \"ymax\": 677.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 695.2, \"ymin\": 616.8, \"xmax\": 772.8000000000001, \"ymax\": 689.5999999999999}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1214.4, \"ymin\": 600.0, \"xmax\": 1296.0, \"ymax\": 676.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1509.6, \"ymin\": 613.6, \"xmax\": 1580.8, \"ymax\": 683.2}, \"category\": \"pne\"}]}, \"15310\": {\"path\": \"train/15310.jpg\", \"id\": 15310, \"objects\": [{\"bbox\": {\"xmin\": 1340.34, \"ymin\": 856.25, \"xmax\": 1385.7955, \"ymax\": 899.4318}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1342.61, \"ymin\": 901.137, \"xmax\": 1390.3463, \"ymax\": 947.7275999999999}, \"category\": \"pn\"}]}, \"20020\": {\"path\": \"train/20020.jpg\", \"id\": 20020, \"objects\": [{\"bbox\": {\"xmin\": 310.526, \"ymin\": 681.579, \"xmax\": 332.8947, \"ymax\": 742.1052999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 117.105, \"ymin\": 560.526, \"xmax\": 156.5789, \"ymax\": 648.6841999999999}, \"category\": \"pne\"}]}, \"78456\": {\"path\": \"train/78456.jpg\", \"id\": 78456, \"objects\": [{\"bbox\": {\"xmin\": 1736.0, \"ymin\": 800.0, \"xmax\": 1808.0, \"ymax\": 878.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1736.0, \"ymin\": 723.0, \"xmax\": 1813.0, \"ymax\": 799.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1207.0, \"ymin\": 918.0, \"xmax\": 1236.0, \"ymax\": 944.0}, \"category\": \"w57\"}]}, \"62806\": {\"path\": \"test/62806.jpg\", \"id\": 62806, \"objects\": [{\"bbox\": {\"xmin\": 1461.982421875, \"ymin\": 944.7360229492188, \"xmax\": 1516.878662109375, \"ymax\": 993.5778198242188}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1760.78, \"ymin\": 311.765, \"xmax\": 1896.078, \"ymax\": 458.82399999999996}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1578.43, \"ymin\": 268.627, \"xmax\": 1743.1370000000002, \"ymax\": 421.569}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1892.16, \"ymin\": 356.863, \"xmax\": 2013.7250000000001, \"ymax\": 498.039}, \"category\": \"pn\"}]}, \"64488\": {\"path\": \"test/64488.jpg\", \"id\": 64488, \"objects\": [{\"bbox\": {\"xmin\": 873.684, \"ymin\": 793.421, \"xmax\": 914.4729, \"ymax\": 831.5789000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 638.158, \"ymin\": 800.0, \"xmax\": 669.7368, \"ymax\": 839.4742}, \"category\": \"pne\"}]}, \"11294\": {\"path\": \"test/11294.jpg\", \"id\": 11294, \"objects\": [{\"bbox\": {\"xmin\": 782.667, \"ymin\": 361.333, \"xmax\": 937.3330000000001, \"ymax\": 489.333}, \"category\": \"ph4.5\"}]}, \"10251\": {\"path\": \"train/10251.jpg\", \"id\": 10251, \"objects\": [{\"bbox\": {\"xmin\": 1245.33, \"ymin\": 870.667, \"xmax\": 1290.6667, \"ymax\": 912.0}, \"category\": \"pl40\"}]}, \"77887\": {\"path\": \"train/77887.jpg\", \"id\": 77887, \"objects\": [{\"bbox\": {\"xmin\": 1017.33, \"ymin\": 761.333, \"xmax\": 1072.0, \"ymax\": 820.0}, \"category\": \"pl50\"}]}, \"17336\": {\"path\": \"train/17336.jpg\", \"id\": 17336, \"objects\": [{\"bbox\": {\"xmin\": 1316.67, \"ymin\": 938.889, \"xmax\": 1334.9206000000001, \"ymax\": 958.7302}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1209.52, \"ymin\": 941.269, \"xmax\": 1226.1819, \"ymax\": 957.9363}, \"category\": \"pne\"}]}, \"14346\": {\"path\": \"train/14346.jpg\", \"id\": 14346, \"objects\": [{\"bbox\": {\"xmin\": 1178.61, \"ymin\": 885.572, \"xmax\": 1208.9551999999999, \"ymax\": 912.9353}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 1276.12, \"ymin\": 963.184, \"xmax\": 1295.0299, \"ymax\": 978.1089999999999}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 1275.12, \"ymin\": 980.1, \"xmax\": 1292.5348, \"ymax\": 994.5288}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1213.43, \"ymin\": 887.562, \"xmax\": 1241.7910000000002, \"ymax\": 915.4229}, \"category\": \"w57\"}]}, \"40646\": {\"path\": \"train/40646.jpg\", \"id\": 40646, \"objects\": [{\"bbox\": {\"xmin\": 1860.0, \"ymin\": 888.0, \"xmax\": 1956.0, \"ymax\": 996.0}, \"category\": \"pr40\"}]}, \"81605\": {\"path\": \"train/81605.jpg\", \"id\": 81605, \"objects\": [{\"bbox\": {\"xmin\": 1089.0, \"ymin\": 201.0, \"xmax\": 1244.0, \"ymax\": 308.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 854.0, \"ymin\": 183.0, \"xmax\": 1022.0, \"ymax\": 281.0}, \"category\": \"wc\"}]}, \"81372\": {\"path\": \"other/81372.jpg\", \"id\": 81372, \"objects\": [{\"bbox\": {\"xmin\": 981.0, \"ymin\": 534.0, \"xmax\": 1092.0, \"ymax\": 650.0}, \"category\": \"pr60\"}]}, \"72755\": {\"path\": \"train/72755.jpg\", \"id\": 72755, \"objects\": [{\"bbox\": {\"xmin\": 1353.33, \"ymin\": 1028.0, \"xmax\": 1384.0, \"ymax\": 1060.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1517.33, \"ymin\": 912.0, \"xmax\": 1564.0, \"ymax\": 958.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1517.33, \"ymin\": 985.333, \"xmax\": 1562.6667, \"ymax\": 1030.6667}, \"category\": \"pl80\"}]}, \"21727\": {\"path\": \"train/21727.jpg\", \"id\": 21727, \"objects\": [{\"bbox\": {\"xmin\": 1538.8, \"ymin\": 1005.48, \"xmax\": 1557.209, \"ymax\": 1024.8831}, \"category\": \"p5\"}]}, \"27722\": {\"path\": \"train/27722.jpg\", \"id\": 27722, \"objects\": [{\"bbox\": {\"xmin\": 970.667, \"ymin\": 632.0, \"xmax\": 1046.6667, \"ymax\": 698.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 709.333, \"ymin\": 640.0, \"xmax\": 781.3333, \"ymax\": 712.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 617.333, \"ymin\": 646.667, \"xmax\": 688.0, \"ymax\": 714.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 873.333, \"ymin\": 633.333, \"xmax\": 947.9982, \"ymax\": 702.6667}, \"category\": \"pl100\"}]}, \"17251\": {\"path\": \"train/17251.jpg\", \"id\": 17251, \"objects\": [{\"bbox\": {\"xmin\": 1914.67, \"ymin\": 734.667, \"xmax\": 1957.3333, \"ymax\": 796.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1770.67, \"ymin\": 709.333, \"xmax\": 1817.3333, \"ymax\": 769.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1713.33, \"ymin\": 700.0, \"xmax\": 1758.6667, \"ymax\": 760.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1865.33, \"ymin\": 726.667, \"xmax\": 1906.6667, \"ymax\": 782.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1992.0, \"ymin\": 750.667, \"xmax\": 2029.3333, \"ymax\": 797.3336}, \"category\": \"pl100\"}]}, \"10008\": {\"path\": \"other/10008.jpg\", \"id\": 10008, \"objects\": [{\"bbox\": {\"xmin\": 1050.74, \"ymin\": 982.587, \"xmax\": 1079.1045, \"ymax\": 1010.4478}, \"category\": \"ph2\"}]}, \"76608\": {\"path\": \"train/76608.jpg\", \"id\": 76608, \"objects\": [{\"bbox\": {\"xmin\": 1274.43, \"ymin\": 1013.63, \"xmax\": 1293.7527, \"ymax\": 1032.9527}, \"category\": \"pl30\"}]}, \"38143\": {\"path\": \"train/38143.jpg\", \"id\": 38143, \"objects\": [{\"bbox\": {\"xmin\": 1078.57, \"ymin\": 874.51, \"xmax\": 1108.7302, \"ymax\": 904.7619}, \"category\": \"pn\"}]}, \"44194\": {\"path\": \"train/44194.jpg\", \"id\": 44194, \"objects\": [{\"bbox\": {\"xmin\": 1522.67, \"ymin\": 980.0, \"xmax\": 1593.3366, \"ymax\": 1054.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1009.33, \"ymin\": 888.0, \"xmax\": 1064.0, \"ymax\": 941.3333}, \"category\": \"ph2.8\"}, {\"bbox\": {\"xmin\": 772.0, \"ymin\": 896.0, \"xmax\": 820.0, \"ymax\": 946.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1446.67, \"ymin\": 980.0, \"xmax\": 1520.0, \"ymax\": 1058.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1558.67, \"ymin\": 1092.0, \"xmax\": 1589.3333, \"ymax\": 1126.6634}, \"category\": \"ph1.8\"}]}, \"12474\": {\"path\": \"train/12474.jpg\", \"id\": 12474, \"objects\": [{\"bbox\": {\"xmin\": 1449.0, \"ymin\": 1093.0, \"xmax\": 1480.0, \"ymax\": 1127.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1873.0, \"ymin\": 935.0, \"xmax\": 1893.0, \"ymax\": 957.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1874.0, \"ymin\": 963.0, \"xmax\": 1891.0, \"ymax\": 986.0}, \"category\": \"pn\"}]}, \"42207\": {\"path\": \"train/42207.jpg\", \"id\": 42207, \"objects\": [{\"bbox\": {\"xmin\": 499.206, \"ymin\": 1137.3, \"xmax\": 524.6032, \"ymax\": 1201.5873}, \"category\": \"pne\"}]}, \"3926\": {\"path\": \"other/3926.jpg\", \"id\": 3926, \"objects\": [{\"bbox\": {\"xmin\": 981.188, \"ymin\": 934.653, \"xmax\": 994.8864, \"ymax\": 948.2955000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1116.83, \"ymin\": 919.886, \"xmax\": 1130.6931, \"ymax\": 939.7723}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1131.68, \"ymin\": 921.023, \"xmax\": 1145.4545, \"ymax\": 938.6369}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 900.99, \"ymin\": 936.634, \"xmax\": 914.7727, \"ymax\": 953.9773}, \"category\": \"pne\"}]}, \"93143\": {\"path\": \"other/93143.jpg\", \"id\": 93143, \"objects\": [{\"bbox\": {\"xmin\": 789.333, \"ymin\": 845.333, \"xmax\": 828.0, \"ymax\": 882.6664}, \"category\": \"pl35\"}]}, \"43326\": {\"path\": \"test/43326.jpg\", \"id\": 43326, \"objects\": [{\"bbox\": {\"xmin\": 968.0, \"ymin\": 843.2, \"xmax\": 998.4, \"ymax\": 874.4000000000001}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1145.6, \"ymin\": 840.0, \"xmax\": 1179.1999999999998, \"ymax\": 869.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1058.4, \"ymin\": 841.6, \"xmax\": 1088.8000000000002, \"ymax\": 871.2}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 931.2, \"ymin\": 810.4, \"xmax\": 961.6, \"ymax\": 840.8}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 968.0, \"ymin\": 807.2, \"xmax\": 998.4, \"ymax\": 839.2}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1018.4, \"ymin\": 842.4, \"xmax\": 1049.6, \"ymax\": 871.1999999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 932.8, \"ymin\": 845.6, \"xmax\": 963.1999999999999, \"ymax\": 875.2}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1108.0, \"ymin\": 840.8, \"xmax\": 1137.6, \"ymax\": 870.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1215.2, \"ymin\": 838.4, \"xmax\": 1248.8, \"ymax\": 871.1999999999999}, \"category\": \"pne\"}]}, \"10887\": {\"path\": \"train/10887.jpg\", \"id\": 10887, \"objects\": [{\"bbox\": {\"xmin\": 253.333, \"ymin\": 354.667, \"xmax\": 370.66700000000003, \"ymax\": 502.667}, \"category\": \"pl60\"}]}, \"63882\": {\"path\": \"train/63882.jpg\", \"id\": 63882, \"objects\": [{\"bbox\": {\"xmin\": 1916.0, \"ymin\": 918.667, \"xmax\": 1961.3333, \"ymax\": 973.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 864.0, \"ymin\": 593.333, \"xmax\": 932.0, \"ymax\": 769.333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 864.0, \"ymin\": 768.0, \"xmax\": 936.0003, \"ymax\": 946.667}, \"category\": \"p6\"}]}, \"49023\": {\"path\": \"other/49023.jpg\", \"id\": 49023, \"objects\": [{\"bbox\": {\"xmin\": 1671.2, \"ymin\": 990.4, \"xmax\": 1740.0, \"ymax\": 1060.8}, \"category\": \"pr30\"}]}, \"33102\": {\"path\": \"train/33102.jpg\", \"id\": 33102, \"objects\": [{\"bbox\": {\"xmin\": 56.4356, \"ymin\": 1016.83, \"xmax\": 91.0891, \"ymax\": 1073.2641}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1191.27, \"ymin\": 887.302, \"xmax\": 1215.0794, \"ymax\": 915.0794000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 0.990099, \"ymin\": 1021.78, \"xmax\": 39.603999, \"ymax\": 1077.2208}, \"category\": \"pne\"}]}, \"14391\": {\"path\": \"test/14391.jpg\", \"id\": 14391, \"objects\": [{\"bbox\": {\"xmin\": 1833.33, \"ymin\": 992.0, \"xmax\": 1869.3333, \"ymax\": 1034.6667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1834.67, \"ymin\": 945.333, \"xmax\": 1870.6667, \"ymax\": 989.3333}, \"category\": \"pm55\"}]}, \"36324\": {\"path\": \"train/36324.jpg\", \"id\": 36324, \"objects\": [{\"bbox\": {\"xmin\": 1604.97, \"ymin\": 924.378, \"xmax\": 1622.8831, \"ymax\": 943.2836000000001}, \"category\": \"pl20\"}]}, \"67798\": {\"path\": \"train/67798.jpg\", \"id\": 67798, \"objects\": [{\"bbox\": {\"xmin\": 1590.79, \"ymin\": 997.368, \"xmax\": 1667.1053, \"ymax\": 1076.315}, \"category\": \"pm20\"}]}, \"51278\": {\"path\": \"train/51278.jpg\", \"id\": 51278, \"objects\": [{\"bbox\": {\"xmin\": 85.3333, \"ymin\": 333.333, \"xmax\": 254.66629999999998, \"ymax\": 521.3330000000001}, \"category\": \"pl40\"}]}, \"40458\": {\"path\": \"test/40458.jpg\", \"id\": 40458, \"objects\": [{\"bbox\": {\"xmin\": 1437.75, \"ymin\": 969.536, \"xmax\": 1481.457, \"ymax\": 1016.5563}, \"category\": \"w55\"}]}, \"15065\": {\"path\": \"train/15065.jpg\", \"id\": 15065, \"objects\": [{\"bbox\": {\"xmin\": 192.0, \"ymin\": 953.0, \"xmax\": 267.0, \"ymax\": 1035.0}, \"category\": \"p23\"}]}, \"85024\": {\"path\": \"test/85024.jpg\", \"id\": 85024, \"objects\": [{\"bbox\": {\"xmin\": 163.366, \"ymin\": 1069.31, \"xmax\": 196.0396, \"ymax\": 1113.8614}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 164.356, \"ymin\": 1021.78, \"xmax\": 195.0495, \"ymax\": 1069.3006}, \"category\": \"pl5\"}]}, \"52571\": {\"path\": \"train/52571.jpg\", \"id\": 52571, \"objects\": [{\"bbox\": {\"xmin\": 1097.0, \"ymin\": 714.0, \"xmax\": 1159.0, \"ymax\": 773.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1236.0, \"ymin\": 843.0, \"xmax\": 1269.0, \"ymax\": 881.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1450.0, \"ymin\": 899.0, \"xmax\": 1499.0, \"ymax\": 950.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1451.0, \"ymin\": 949.0, \"xmax\": 1496.0, \"ymax\": 996.0}, \"category\": \"i2r\"}]}, \"68691\": {\"path\": \"train/68691.jpg\", \"id\": 68691, \"objects\": [{\"bbox\": {\"xmin\": 246.667, \"ymin\": 1176.0, \"xmax\": 297.3333, \"ymax\": 1226.6667}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 240.0, \"ymin\": 1068.0, \"xmax\": 294.6667, \"ymax\": 1126.6667}, \"category\": \"pl5\"}]}, \"55788\": {\"path\": \"train/55788.jpg\", \"id\": 55788, \"objects\": [{\"bbox\": {\"xmin\": 977.0, \"ymin\": 817.0, \"xmax\": 1028.0, \"ymax\": 870.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1439.0, \"ymin\": 873.0, \"xmax\": 1471.0, \"ymax\": 908.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1511.0, \"ymin\": 911.0, \"xmax\": 1542.0, \"ymax\": 944.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1471.0, \"ymin\": 873.0, \"xmax\": 1502.0, \"ymax\": 907.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 718.0, \"ymin\": 832.0, \"xmax\": 765.0, \"ymax\": 883.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1510.0, \"ymin\": 946.0, \"xmax\": 1543.0, \"ymax\": 979.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1513.0, \"ymin\": 979.0, \"xmax\": 1546.0, \"ymax\": 1012.0}, \"category\": \"i2r\"}]}, \"69972\": {\"path\": \"train/69972.jpg\", \"id\": 69972, \"objects\": [{\"bbox\": {\"xmin\": 1966.0, \"ymin\": 902.0, \"xmax\": 2007.0, \"ymax\": 955.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1967.0, \"ymin\": 1000.0, \"xmax\": 2011.0, \"ymax\": 1047.0}, \"category\": \"w55\"}]}, \"38111\": {\"path\": \"train/38111.jpg\", \"id\": 38111, \"objects\": [{\"bbox\": {\"xmin\": 1353.17, \"ymin\": 963.492, \"xmax\": 1382.5397, \"ymax\": 993.6508}, \"category\": \"pg\"}]}, \"61602\": {\"path\": \"train/61602.jpg\", \"id\": 61602, \"objects\": [{\"bbox\": {\"xmin\": 1435.32, \"ymin\": 974.129, \"xmax\": 1455.7214, \"ymax\": 996.5169}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1686.07, \"ymin\": 1019.9, \"xmax\": 1702.4850999999999, \"ymax\": 1038.8035}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1433.33, \"ymin\": 1000.0, \"xmax\": 1452.2387999999999, \"ymax\": 1017.4129}, \"category\": \"w59\"}]}, \"83081\": {\"path\": \"train/83081.jpg\", \"id\": 83081, \"objects\": [{\"bbox\": {\"xmin\": 1842.57, \"ymin\": 923.763, \"xmax\": 1874.2576, \"ymax\": 963.3667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1842.57, \"ymin\": 976.238, \"xmax\": 1871.2871, \"ymax\": 1018.8119}, \"category\": \"pn\"}]}, \"83630\": {\"path\": \"test/83630.jpg\", \"id\": 83630, \"objects\": [{\"bbox\": {\"xmin\": 1631.58, \"ymin\": 1000.0, \"xmax\": 1671.4286, \"ymax\": 1044.4444}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1626.19, \"ymin\": 953.947, \"xmax\": 1669.7363, \"ymax\": 994.7368}, \"category\": \"pl5\"}]}, \"84746\": {\"path\": \"train/84746.jpg\", \"id\": 84746, \"objects\": [{\"bbox\": {\"xmin\": 784.211, \"ymin\": 890.789, \"xmax\": 823.6842, \"ymax\": 928.9474}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 784.211, \"ymin\": 928.947, \"xmax\": 825.0006, \"ymax\": 969.7368}, \"category\": \"pn\"}]}, \"45102\": {\"path\": \"train/45102.jpg\", \"id\": 45102, \"objects\": [{\"bbox\": {\"xmin\": 453.0, \"ymin\": 835.0, \"xmax\": 486.0, \"ymax\": 876.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 528.0, \"ymin\": 877.0, \"xmax\": 564.0, \"ymax\": 919.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 488.0, \"ymin\": 830.0, \"xmax\": 523.0, \"ymax\": 874.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 531.0, \"ymin\": 918.0, \"xmax\": 568.0, \"ymax\": 963.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 530.0, \"ymin\": 965.0, \"xmax\": 566.0, \"ymax\": 1008.0}, \"category\": \"i2r\"}]}, \"68965\": {\"path\": \"other/68965.jpg\", \"id\": 68965, \"objects\": [{\"bbox\": {\"xmin\": 75.4986, \"ymin\": 985.47, \"xmax\": 95.4416, \"ymax\": 1007.4072}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 582.051, \"ymin\": 958.12, \"xmax\": 627.0655, \"ymax\": 1016.5242000000001}, \"category\": \"w59\"}]}, \"39375\": {\"path\": \"test/39375.jpg\", \"id\": 39375, \"objects\": [{\"bbox\": {\"xmin\": 1020.79, \"ymin\": 1217.82, \"xmax\": 1051.4850999999999, \"ymax\": 1251.4850999999999}, \"category\": \"pl50\"}]}, \"44927\": {\"path\": \"train/44927.jpg\", \"id\": 44927, \"objects\": [{\"bbox\": {\"xmin\": 1333.0, \"ymin\": 939.0, \"xmax\": 1374.0, \"ymax\": 981.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1337.0, \"ymin\": 984.0, \"xmax\": 1375.0, \"ymax\": 1027.0}, \"category\": \"p18\"}]}, \"40386\": {\"path\": \"train/40386.jpg\", \"id\": 40386, \"objects\": [{\"bbox\": {\"xmin\": 915.842, \"ymin\": 855.446, \"xmax\": 945.5446, \"ymax\": 884.1584}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1169.31, \"ymin\": 861.386, \"xmax\": 1199.0099, \"ymax\": 898.0191}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1202.97, \"ymin\": 863.366, \"xmax\": 1237.6238, \"ymax\": 897.0296999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 715.842, \"ymin\": 855.446, \"xmax\": 740.5948999999999, \"ymax\": 883.1681}, \"category\": \"pne\"}]}, \"4785\": {\"path\": \"train/4785.jpg\", \"id\": 4785, \"objects\": [{\"bbox\": {\"xmin\": 576.0, \"ymin\": 922.0, \"xmax\": 640.0, \"ymax\": 987.0}, \"category\": \"p5\"}]}, \"15054\": {\"path\": \"train/15054.jpg\", \"id\": 15054, \"objects\": [{\"bbox\": {\"xmin\": 248.8, \"ymin\": 846.4, \"xmax\": 354.4, \"ymax\": 1038.4}, \"category\": \"w59\"}]}, \"29033\": {\"path\": \"test/29033.jpg\", \"id\": 29033, \"objects\": [{\"bbox\": {\"xmin\": 116.0, \"ymin\": 918.667, \"xmax\": 158.6667, \"ymax\": 968.0}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 1417.33, \"ymin\": 860.0, \"xmax\": 1454.6667, \"ymax\": 898.6667}, \"category\": \"pbm\"}]}, \"22693\": {\"path\": \"test/22693.jpg\", \"id\": 22693, \"objects\": [{\"bbox\": {\"xmin\": 612.698, \"ymin\": 967.46, \"xmax\": 634.92, \"ymax\": 1015.0794000000001}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 247.619, \"ymin\": 925.397, \"xmax\": 288.0956, \"ymax\": 988.0956000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 761.505, \"ymin\": 987.61, \"xmax\": 794.6907, \"ymax\": 1025.6633}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 850.443, \"ymin\": 1001.33, \"xmax\": 880.0889999999999, \"ymax\": 1030.9761}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 823.009, \"ymin\": 963.275, \"xmax\": 834.9558000000001, \"ymax\": 992.0359}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 890.266, \"ymin\": 979.204, \"xmax\": 900.8849, \"ymax\": 1003.0974}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 612.699, \"ymin\": 916.667, \"xmax\": 636.5083, \"ymax\": 962.6991}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 684.921, \"ymin\": 935.715, \"xmax\": 709.5238, \"ymax\": 1001.5876000000001}, \"category\": \"pl5\"}]}, \"51183\": {\"path\": \"train/51183.jpg\", \"id\": 51183, \"objects\": [{\"bbox\": {\"xmin\": 1156.35, \"ymin\": 893.651, \"xmax\": 1182.5396999999998, \"ymax\": 923.8095}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1051.59, \"ymin\": 894.443, \"xmax\": 1078.5683, \"ymax\": 920.635}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 774.603, \"ymin\": 892.063, \"xmax\": 797.6189999999999, \"ymax\": 914.2857}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1085.71, \"ymin\": 917.46, \"xmax\": 1103.1746, \"ymax\": 940.4764}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1043.65, \"ymin\": 919.841, \"xmax\": 1061.9048, \"ymax\": 940.4762000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1065.08, \"ymin\": 918.254, \"xmax\": 1080.9524, \"ymax\": 940.4762000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 679.365, \"ymin\": 892.857, \"xmax\": 704.7619, \"ymax\": 922.2221999999999}, \"category\": \"pne\"}]}, \"91902\": {\"path\": \"test/91902.jpg\", \"id\": 91902, \"objects\": [{\"bbox\": {\"xmin\": 164.0, \"ymin\": 933.333, \"xmax\": 222.6667, \"ymax\": 998.6667}, \"category\": \"pl40\"}]}, \"32871\": {\"path\": \"test/32871.jpg\", \"id\": 32871, \"objects\": [{\"bbox\": {\"xmin\": 1455.2, \"ymin\": 952.8, \"xmax\": 1552.0, \"ymax\": 1053.6}, \"category\": \"pr40\"}]}, \"4520\": {\"path\": \"train/4520.jpg\", \"id\": 4520, \"objects\": [{\"bbox\": {\"xmin\": 268.317, \"ymin\": 951.485, \"xmax\": 310.8912, \"ymax\": 999.0101}, \"category\": \"w55\"}]}, \"91970\": {\"path\": \"other/91970.jpg\", \"id\": 91970, \"objects\": [{\"bbox\": {\"xmin\": 1592.0, \"ymin\": 913.333, \"xmax\": 1680.0, \"ymax\": 1017.333}, \"category\": \"pl110\"}]}, \"34081\": {\"path\": \"train/34081.jpg\", \"id\": 34081, \"objects\": [{\"bbox\": {\"xmin\": 37.0, \"ymin\": 668.0, \"xmax\": 110.0, \"ymax\": 763.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 115.0, \"ymin\": 690.0, \"xmax\": 178.0, \"ymax\": 787.0}, \"category\": \"pn\"}]}, \"95058\": {\"path\": \"train/95058.jpg\", \"id\": 95058, \"objects\": [{\"bbox\": {\"xmin\": 1025.0, \"ymin\": 950.0, \"xmax\": 1045.0, \"ymax\": 970.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1124.0, \"ymin\": 901.0, \"xmax\": 1150.0, \"ymax\": 928.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 948.0, \"ymin\": 891.0, \"xmax\": 982.0, \"ymax\": 927.0}, \"category\": \"p5\"}]}, \"22673\": {\"path\": \"test/22673.jpg\", \"id\": 22673, \"objects\": [{\"bbox\": {\"xmin\": 1474.67, \"ymin\": 361.333, \"xmax\": 1622.6670000000001, \"ymax\": 505.333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1848.0, \"ymin\": 932.0, \"xmax\": 1958.667, \"ymax\": 1080.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1861.33, \"ymin\": 1084.0, \"xmax\": 1969.3329999999999, \"ymax\": 1233.333}, \"category\": \"i2r\"}]}, \"27263\": {\"path\": \"test/27263.jpg\", \"id\": 27263, \"objects\": [{\"bbox\": {\"xmin\": 1355.68, \"ymin\": 1119.32, \"xmax\": 1385.7918, \"ymax\": 1147.7273}, \"category\": \"w32\"}]}, \"82291\": {\"path\": \"other/82291.jpg\", \"id\": 82291, \"objects\": [{\"bbox\": {\"xmin\": 1978.67, \"ymin\": 925.333, \"xmax\": 2018.6667, \"ymax\": 964.0}, \"category\": \"ps\"}]}, \"58840\": {\"path\": \"other/58840.jpg\", \"id\": 58840, \"objects\": [{\"bbox\": {\"xmin\": 1592.05, \"ymin\": 973.51, \"xmax\": 1611.9205, \"ymax\": 994.0397}, \"category\": \"w45\"}]}, \"83908\": {\"path\": \"train/83908.jpg\", \"id\": 83908, \"objects\": [{\"bbox\": {\"xmin\": 1325.33, \"ymin\": 714.667, \"xmax\": 1408.0, \"ymax\": 792.0003}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 564.0, \"ymin\": 897.333, \"xmax\": 594.6667, \"ymax\": 929.3333}, \"category\": \"pl60\"}]}, \"25579\": {\"path\": \"test/25579.jpg\", \"id\": 25579, \"objects\": [{\"bbox\": {\"xmin\": 1269.5367431640625, \"ymin\": 897.2098999023438, \"xmax\": 1287.9071044921875, \"ymax\": 915.2345581054688}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 531.683, \"ymin\": 830.693, \"xmax\": 545.5446, \"ymax\": 865.3465}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 438.614, \"ymin\": 801.98, \"xmax\": 457.42569999999995, \"ymax\": 836.6337}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1143.56, \"ymin\": 896.04, \"xmax\": 1164.3477, \"ymax\": 914.8515}, \"category\": \"pne\"}]}, \"32406\": {\"path\": \"train/32406.jpg\", \"id\": 32406, \"objects\": [{\"bbox\": {\"xmin\": 520.0, \"ymin\": 905.333, \"xmax\": 565.3333, \"ymax\": 954.6667}, \"category\": \"pl40\"}]}, \"41933\": {\"path\": \"other/41933.jpg\", \"id\": 41933, \"objects\": [{\"bbox\": {\"xmin\": 39.604, \"ymin\": 968.317, \"xmax\": 81.18809999999999, \"ymax\": 1008.9109}, \"category\": \"w59\"}]}, \"35841\": {\"path\": \"train/35841.jpg\", \"id\": 35841, \"objects\": [{\"bbox\": {\"xmin\": 1549.21, \"ymin\": 795.238, \"xmax\": 1592.0635, \"ymax\": 842.8571000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1557.94, \"ymin\": 896.032, \"xmax\": 1576.9841000000001, \"ymax\": 919.8413}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1534.92, \"ymin\": 896.032, \"xmax\": 1555.5556000000001, \"ymax\": 916.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1580.16, \"ymin\": 896.825, \"xmax\": 1601.5873000000001, \"ymax\": 920.6349}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1369.05, \"ymin\": 786.508, \"xmax\": 1412.6984, \"ymax\": 833.3333}, \"category\": \"pne\"}]}, \"67313\": {\"path\": \"train/67313.jpg\", \"id\": 67313, \"objects\": [{\"bbox\": {\"xmin\": 1470.0, \"ymin\": 985.0, \"xmax\": 1534.0, \"ymax\": 1056.0}, \"category\": \"p13\"}]}, \"91415\": {\"path\": \"other/91415.jpg\", \"id\": 91415, \"objects\": [{\"bbox\": {\"xmin\": 157.0, \"ymin\": 1053.0, \"xmax\": 267.0, \"ymax\": 1215.0}, \"category\": \"pm10\"}]}, \"89558\": {\"path\": \"train/89558.jpg\", \"id\": 89558, \"objects\": [{\"bbox\": {\"xmin\": 484.314, \"ymin\": 1003.92, \"xmax\": 566.6664000000001, \"ymax\": 1188.231}, \"category\": \"pm20\"}]}, \"1307\": {\"path\": \"train/1307.jpg\", \"id\": 1307, \"objects\": [{\"bbox\": {\"xmin\": 1267.33, \"ymin\": 905.941, \"xmax\": 1283.1682999999998, \"ymax\": 925.7426}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1156.44, \"ymin\": 905.941, \"xmax\": 1174.2574, \"ymax\": 921.7822}, \"category\": \"pne\"}]}, \"24865\": {\"path\": \"train/24865.jpg\", \"id\": 24865, \"objects\": [{\"bbox\": {\"xmin\": 52.0, \"ymin\": 443.0, \"xmax\": 114.0, \"ymax\": 532.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 2.0, \"ymin\": 419.0, \"xmax\": 53.0, \"ymax\": 516.0}, \"category\": \"wc\"}]}, \"58763\": {\"path\": \"other/58763.jpg\", \"id\": 58763, \"objects\": [{\"bbox\": {\"xmin\": 1239.0, \"ymin\": 388.0, \"xmax\": 1370.0, \"ymax\": 503.0}, \"category\": \"pr30\"}]}, \"67586\": {\"path\": \"train/67586.jpg\", \"id\": 67586, \"objects\": [{\"bbox\": {\"xmin\": 1782.7574462890625, \"ymin\": 1001.4021606445312, \"xmax\": 1804.6898193359375, \"ymax\": 1022.6497192382812}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 563.0, \"ymin\": 982.0, \"xmax\": 585.0, \"ymax\": 1003.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 478.0, \"ymin\": 1001.0, \"xmax\": 495.0, \"ymax\": 1019.0}, \"category\": \"pne\"}]}, \"49054\": {\"path\": \"test/49054.jpg\", \"id\": 49054, \"objects\": [{\"bbox\": {\"xmin\": 1410.89, \"ymin\": 936.634, \"xmax\": 1436.6337, \"ymax\": 966.3366}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1828.71, \"ymin\": 983.168, \"xmax\": 1853.4653, \"ymax\": 1012.8713}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1216.83, \"ymin\": 968.182, \"xmax\": 1238.6363999999999, \"ymax\": 992.0789}, \"category\": \"p19\"}]}, \"52168\": {\"path\": \"train/52168.jpg\", \"id\": 52168, \"objects\": [{\"bbox\": {\"xmin\": 1158.67, \"ymin\": 540.0, \"xmax\": 1241.3333, \"ymax\": 612.0}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 1528.0, \"ymin\": 558.667, \"xmax\": 1604.0, \"ymax\": 630.6667}, \"category\": \"il50\"}, {\"bbox\": {\"xmin\": 740.0, \"ymin\": 558.667, \"xmax\": 821.3333, \"ymax\": 634.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 422.667, \"ymin\": 608.0, \"xmax\": 488.0, \"ymax\": 676.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 298.667, \"ymin\": 636.0, \"xmax\": 357.33329999999995, \"ymax\": 697.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 586.667, \"ymin\": 581.333, \"xmax\": 660.0, \"ymax\": 646.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 988.0, \"ymin\": 544.0, \"xmax\": 1072.0, \"ymax\": 614.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1354.67, \"ymin\": 542.667, \"xmax\": 1433.3333, \"ymax\": 617.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1866.67, \"ymin\": 901.333, \"xmax\": 1996.0, \"ymax\": 1028.0}, \"category\": \"pm55\"}]}, \"31372\": {\"path\": \"test/31372.jpg\", \"id\": 31372, \"objects\": [{\"bbox\": {\"xmin\": 645.333, \"ymin\": 948.0, \"xmax\": 674.6667, \"ymax\": 977.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1672.0, \"ymin\": 966.667, \"xmax\": 1720.0, \"ymax\": 1012.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 644.0, \"ymin\": 912.0, \"xmax\": 673.3333, \"ymax\": 943.9997}, \"category\": \"i2r\"}]}, \"79382\": {\"path\": \"other/79382.jpg\", \"id\": 79382, \"objects\": [{\"bbox\": {\"xmin\": 414.474, \"ymin\": 914.474, \"xmax\": 460.5263, \"ymax\": 959.2105}, \"category\": \"w47\"}]}, \"27745\": {\"path\": \"test/27745.jpg\", \"id\": 27745, \"objects\": [{\"bbox\": {\"xmin\": 1281.75, \"ymin\": 756.349, \"xmax\": 1343.6508, \"ymax\": 817.4603000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1204.76, \"ymin\": 760.317, \"xmax\": 1268.254, \"ymax\": 818.254}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1352.38, \"ymin\": 753.968, \"xmax\": 1412.6984000000002, \"ymax\": 814.8515}, \"category\": \"pn\"}]}, \"95296\": {\"path\": \"train/95296.jpg\", \"id\": 95296, \"objects\": [{\"bbox\": {\"xmin\": 1857.38, \"ymin\": 933.524, \"xmax\": 1902.2709000000002, \"ymax\": 983.5237}, \"category\": \"p5\"}]}, \"16287\": {\"path\": \"train/16287.jpg\", \"id\": 16287, \"objects\": [{\"bbox\": {\"xmin\": 1725.33, \"ymin\": 1008.0, \"xmax\": 1758.6667, \"ymax\": 1041.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 1040.0, \"xmax\": 1754.6667, \"ymax\": 1069.3333}, \"category\": \"pl5\"}]}, \"97756\": {\"path\": \"test/97756.jpg\", \"id\": 97756, \"objects\": [{\"bbox\": {\"xmin\": 1021.33, \"ymin\": 369.333, \"xmax\": 1152.0, \"ymax\": 473.333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 552.0, \"ymin\": 414.667, \"xmax\": 661.333, \"ymax\": 512.0002999999999}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 428.0, \"ymin\": 437.333, \"xmax\": 534.667, \"ymax\": 532.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 876.0, \"ymin\": 374.667, \"xmax\": 1000.0, \"ymax\": 477.33299999999997}, \"category\": \"pl120\"}]}, \"47782\": {\"path\": \"test/47782.jpg\", \"id\": 47782, \"objects\": [{\"bbox\": {\"xmin\": 310.667, \"ymin\": 1090.67, \"xmax\": 377.3333, \"ymax\": 1173.3333}, \"category\": \"p23\"}]}, \"18503\": {\"path\": \"test/18503.jpg\", \"id\": 18503, \"objects\": [{\"bbox\": {\"xmin\": 374.603, \"ymin\": 1031.37, \"xmax\": 400.0006, \"ymax\": 1062.6984}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 375.397, \"ymin\": 1001.96, \"xmax\": 400.79449999999997, \"ymax\": 1029.4033}, \"category\": \"pl5\"}]}, \"70025\": {\"path\": \"train/70025.jpg\", \"id\": 70025, \"objects\": [{\"bbox\": {\"xmin\": 1857.93, \"ymin\": 876.19, \"xmax\": 1953.1729, \"ymax\": 968.2539}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1861.12, \"ymin\": 996.032, \"xmax\": 1950.0046, \"ymax\": 1083.3333}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1257.14, \"ymin\": 985.714, \"xmax\": 1272.2222000000002, \"ymax\": 1006.3492000000001}, \"category\": \"w55\"}]}, \"72358\": {\"path\": \"train/72358.jpg\", \"id\": 72358, \"objects\": [{\"bbox\": {\"xmin\": 1913.0, \"ymin\": 921.0, \"xmax\": 1956.0, \"ymax\": 967.0}, \"category\": \"pr40\"}]}, \"24513\": {\"path\": \"train/24513.jpg\", \"id\": 24513, \"objects\": [{\"bbox\": {\"xmin\": 1278.33, \"ymin\": 925.222, \"xmax\": 1295.1303, \"ymax\": 943.3638}, \"category\": \"pl80\"}]}, \"98585\": {\"path\": \"train/98585.jpg\", \"id\": 98585, \"objects\": [{\"bbox\": {\"xmin\": 1668.0, \"ymin\": 900.0, \"xmax\": 1721.3333, \"ymax\": 964.0003}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1721.33, \"ymin\": 1080.0, \"xmax\": 1744.0, \"ymax\": 1102.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1480.0, \"ymin\": 672.0, \"xmax\": 1560.0, \"ymax\": 758.6667}, \"category\": \"pne\"}]}, \"97727\": {\"path\": \"test/97727.jpg\", \"id\": 97727, \"objects\": [{\"bbox\": {\"xmin\": 1253.47, \"ymin\": 929.703, \"xmax\": 1270.297, \"ymax\": 948.5149}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1179.21, \"ymin\": 929.703, \"xmax\": 1199.0099, \"ymax\": 945.5446}, \"category\": \"pne\"}]}, \"37500\": {\"path\": \"test/37500.jpg\", \"id\": 37500, \"objects\": [{\"bbox\": {\"xmin\": 1004.0, \"ymin\": 585.333, \"xmax\": 1108.0, \"ymax\": 684.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1112.0, \"ymin\": 589.333, \"xmax\": 1214.667, \"ymax\": 682.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1322.67, \"ymin\": 937.333, \"xmax\": 1406.6667, \"ymax\": 1014.6667}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 904.0, \"ymin\": 589.333, \"xmax\": 1013.333, \"ymax\": 681.3317999999999}, \"category\": \"w3\"}]}, \"44034\": {\"path\": \"other/44034.jpg\", \"id\": 44034, \"objects\": [{\"bbox\": {\"xmin\": 711.0, \"ymin\": 862.0, \"xmax\": 792.0, \"ymax\": 944.0}, \"category\": \"pr50\"}]}, \"24597\": {\"path\": \"train/24597.jpg\", \"id\": 24597, \"objects\": [{\"bbox\": {\"xmin\": 1721.6416015625, \"ymin\": 1126.93798828125, \"xmax\": 1750.041015625, \"ymax\": 1152.845947265625}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1626.663330078125, \"ymin\": 1123.3426513671875, \"xmax\": 1653.29736328125, \"ymax\": 1149.1673583984375}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1135.29, \"ymin\": 1262.75, \"xmax\": 1198.0392, \"ymax\": 1331.3725}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 888.235, \"ymin\": 1254.9, \"xmax\": 947.0588, \"ymax\": 1317.6471000000001}, \"category\": \"pne\"}]}, \"59948\": {\"path\": \"test/59948.jpg\", \"id\": 59948, \"objects\": [{\"bbox\": {\"xmin\": 1369.6519775390625, \"ymin\": 895.3328247070312, \"xmax\": 1390.1258544921875, \"ymax\": 917.4970092773438}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1390.871826171875, \"ymin\": 895.7169799804688, \"xmax\": 1410.93701171875, \"ymax\": 918.4541625976562}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1207.84, \"ymin\": 906.579, \"xmax\": 1231.5789, \"ymax\": 935.5268}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1092.11, \"ymin\": 909.804, \"xmax\": 1118.4262999999999, \"ymax\": 933.3333}, \"category\": \"pne\"}]}, \"8436\": {\"path\": \"train/8436.jpg\", \"id\": 8436, \"objects\": [{\"bbox\": {\"xmin\": 700.12353515625, \"ymin\": 977.7102661132812, \"xmax\": 720.097900390625, \"ymax\": 998.4142456054688}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1212.32, \"ymin\": 911.232, \"xmax\": 1232.9716999999998, \"ymax\": 932.2466999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1235.87, \"ymin\": 912.319, \"xmax\": 1255.7964, \"ymax\": 931.8841}, \"category\": \"pn\"}]}, \"92254\": {\"path\": \"other/92254.jpg\", \"id\": 92254, \"objects\": [{\"bbox\": {\"xmin\": 696.903, \"ymin\": 914.159, \"xmax\": 707.5221, \"ymax\": 932.7434}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1197.79, \"ymin\": 937.611, \"xmax\": 1211.0619, \"ymax\": 950.885}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1318.58, \"ymin\": 936.726, \"xmax\": 1329.2034999999998, \"ymax\": 952.6549}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1935.4, \"ymin\": 907.08, \"xmax\": 1946.9027, \"ymax\": 927.8761000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 672.124, \"ymin\": 909.292, \"xmax\": 683.6283000000001, \"ymax\": 932.3009000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1137.61, \"ymin\": 935.841, \"xmax\": 1153.5398, \"ymax\": 950.4425}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1685.4, \"ymin\": 922.566, \"xmax\": 1697.7876, \"ymax\": 945.1327}, \"category\": \"pne\"}]}, \"72284\": {\"path\": \"test/72284.jpg\", \"id\": 72284, \"objects\": [{\"bbox\": {\"xmin\": 1242.67, \"ymin\": 714.667, \"xmax\": 1304.0, \"ymax\": 774.6667}, \"category\": \"pl40\"}]}, \"1891\": {\"path\": \"test/1891.jpg\", \"id\": 1891, \"objects\": [{\"bbox\": {\"xmin\": 1704.95, \"ymin\": 920.792, \"xmax\": 1720.7921000000001, \"ymax\": 942.5743}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1630.69, \"ymin\": 915.842, \"xmax\": 1648.5149000000001, \"ymax\": 937.6238}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1398.02, \"ymin\": 904.95, \"xmax\": 1417.8218, \"ymax\": 929.7030000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1209.9, \"ymin\": 897.03, \"xmax\": 1235.6390000000001, \"ymax\": 921.7822}, \"category\": \"pne\"}]}, \"97607\": {\"path\": \"train/97607.jpg\", \"id\": 97607, \"objects\": [{\"bbox\": {\"xmin\": 1094.67, \"ymin\": 906.667, \"xmax\": 1116.0033, \"ymax\": 930.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1068.0, \"ymin\": 910.667, \"xmax\": 1088.0, \"ymax\": 930.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1041.33, \"ymin\": 908.0, \"xmax\": 1062.6667, \"ymax\": 930.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1068.0, \"ymin\": 937.333, \"xmax\": 1090.6667, \"ymax\": 962.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1094.67, \"ymin\": 937.333, \"xmax\": 1118.6667, \"ymax\": 961.3333}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1040.0, \"ymin\": 940.0, \"xmax\": 1064.0, \"ymax\": 962.6667}, \"category\": \"pl80\"}]}, \"70780\": {\"path\": \"train/70780.jpg\", \"id\": 70780, \"objects\": [{\"bbox\": {\"xmin\": 1116.0, \"ymin\": 734.667, \"xmax\": 1186.6667, \"ymax\": 801.3336}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1174.67, \"ymin\": 737.333, \"xmax\": 1245.3333, \"ymax\": 800.0}, \"category\": \"w57\"}]}, \"3998\": {\"path\": \"train/3998.jpg\", \"id\": 3998, \"objects\": [{\"bbox\": {\"xmin\": 1872.55, \"ymin\": 180.392, \"xmax\": 2043.137, \"ymax\": 366.66700000000003}, \"category\": \"p11\"}]}, \"86986\": {\"path\": \"train/86986.jpg\", \"id\": 86986, \"objects\": [{\"bbox\": {\"xmin\": 396.0, \"ymin\": 945.333, \"xmax\": 432.0, \"ymax\": 981.3333}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 1334.67, \"ymin\": 908.0, \"xmax\": 1362.6667, \"ymax\": 934.6667}, \"category\": \"pbm\"}]}, \"43074\": {\"path\": \"test/43074.jpg\", \"id\": 43074, \"objects\": [{\"bbox\": {\"xmin\": 494.118, \"ymin\": 941.176, \"xmax\": 537.2549, \"ymax\": 982.3529000000001}, \"category\": \"ip\"}]}, \"41849\": {\"path\": \"train/41849.jpg\", \"id\": 41849, \"objects\": [{\"bbox\": {\"xmin\": 1434.92, \"ymin\": 859.524, \"xmax\": 1468.2540000000001, \"ymax\": 892.0635}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1598.41, \"ymin\": 907.143, \"xmax\": 1617.4603000000002, \"ymax\": 930.9524}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1553.17, \"ymin\": 909.524, \"xmax\": 1574.6032, \"ymax\": 934.127}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1573.02, \"ymin\": 911.111, \"xmax\": 1595.2381, \"ymax\": 931.746}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1292.86, \"ymin\": 850.794, \"xmax\": 1330.1587, \"ymax\": 892.8557999999999}, \"category\": \"pne\"}]}, \"2369\": {\"path\": \"train/2369.jpg\", \"id\": 2369, \"objects\": [{\"bbox\": {\"xmin\": 1497.33, \"ymin\": 836.0, \"xmax\": 1528.0, \"ymax\": 865.3333}, \"category\": \"i13\"}, {\"bbox\": {\"xmin\": 1500.0, \"ymin\": 866.667, \"xmax\": 1520.0, \"ymax\": 898.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 84.0, \"ymin\": 926.667, \"xmax\": 104.0, \"ymax\": 953.3333}, \"category\": \"pne\"}]}, \"25556\": {\"path\": \"other/25556.jpg\", \"id\": 25556, \"objects\": [{\"bbox\": {\"xmin\": 1496.0, \"ymin\": 930.667, \"xmax\": 1604.0, \"ymax\": 1037.333}, \"category\": \"pr30\"}]}, \"47484\": {\"path\": \"train/47484.jpg\", \"id\": 47484, \"objects\": [{\"bbox\": {\"xmin\": 625.0, \"ymin\": 859.211, \"xmax\": 730.263, \"ymax\": 964.474}, \"category\": \"pne\"}]}, \"22566\": {\"path\": \"train/22566.jpg\", \"id\": 22566, \"objects\": [{\"bbox\": {\"xmin\": 1008.0, \"ymin\": 834.667, \"xmax\": 1052.0, \"ymax\": 877.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1129.33, \"ymin\": 834.667, \"xmax\": 1170.6667, \"ymax\": 874.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 889.333, \"ymin\": 840.0, \"xmax\": 930.6667, \"ymax\": 881.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 849.333, \"ymin\": 840.0, \"xmax\": 888.0, \"ymax\": 880.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 968.0, \"ymin\": 838.667, \"xmax\": 1006.667, \"ymax\": 876.0006000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1090.67, \"ymin\": 837.333, \"xmax\": 1128.0, \"ymax\": 874.6667}, \"category\": \"pl100\"}]}, \"41052\": {\"path\": \"test/41052.jpg\", \"id\": 41052, \"objects\": [{\"bbox\": {\"xmin\": 634.653, \"ymin\": 795.05, \"xmax\": 680.198, \"ymax\": 837.6238}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1136.63, \"ymin\": 878.218, \"xmax\": 1157.4257, \"ymax\": 905.9405999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1106.93, \"ymin\": 878.218, \"xmax\": 1134.6535000000001, \"ymax\": 907.9208}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1163.37, \"ymin\": 883.168, \"xmax\": 1185.1484999999998, \"ymax\": 907.9208}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 519.802, \"ymin\": 805.941, \"xmax\": 559.4059, \"ymax\": 842.5743}, \"category\": \"pne\"}]}, \"75567\": {\"path\": \"train/75567.jpg\", \"id\": 75567, \"objects\": [{\"bbox\": {\"xmin\": 371.642, \"ymin\": 1109.45, \"xmax\": 389.0547, \"ymax\": 1127.8601}, \"category\": \"p23\"}]}, \"33161\": {\"path\": \"train/33161.jpg\", \"id\": 33161, \"objects\": [{\"bbox\": {\"xmin\": 1192.0, \"ymin\": 945.0, \"xmax\": 1218.0, \"ymax\": 972.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1093.0, \"ymin\": 574.0, \"xmax\": 1165.0, \"ymax\": 645.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1193.0, \"ymin\": 916.0, \"xmax\": 1219.0, \"ymax\": 945.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1190.0, \"ymin\": 972.0, \"xmax\": 1217.0, \"ymax\": 999.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1010.0, \"ymin\": 576.0, \"xmax\": 1089.0, \"ymax\": 646.0}, \"category\": \"wc\"}]}, \"1719\": {\"path\": \"train/1719.jpg\", \"id\": 1719, \"objects\": [{\"bbox\": {\"xmin\": 1201.0, \"ymin\": 995.0, \"xmax\": 1235.0, \"ymax\": 1028.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 516.0, \"ymin\": 839.0, \"xmax\": 557.0, \"ymax\": 889.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1122.0, \"ymin\": 885.0, \"xmax\": 1156.0, \"ymax\": 918.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 922.0, \"xmax\": 1233.0, \"ymax\": 957.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1158.0, \"ymin\": 885.0, \"xmax\": 1191.0, \"ymax\": 919.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 317.0, \"ymin\": 859.0, \"xmax\": 352.0, \"ymax\": 904.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 959.0, \"xmax\": 1234.0, \"ymax\": 993.0}, \"category\": \"i4l\"}]}, \"81315\": {\"path\": \"other/81315.jpg\", \"id\": 81315, \"objects\": [{\"bbox\": {\"xmin\": 1761.0279541015625, \"ymin\": 1234.0745849609375, \"xmax\": 1809.8685302734375, \"ymax\": 1288.8739013671875}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 448.8, \"ymin\": 876.8, \"xmax\": 461.6, \"ymax\": 894.4}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 463.2, \"ymin\": 876.8, \"xmax\": 478.4, \"ymax\": 896.8}, \"category\": \"pn\"}]}, \"43902\": {\"path\": \"train/43902.jpg\", \"id\": 43902, \"objects\": [{\"bbox\": {\"xmin\": 1365.08, \"ymin\": 827.778, \"xmax\": 1411.9048, \"ymax\": 880.9524}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1382.54, \"ymin\": 942.063, \"xmax\": 1401.5873, \"ymax\": 960.3175}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1341.27, \"ymin\": 940.476, \"xmax\": 1360.3174999999999, \"ymax\": 962.6984}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1359.52, \"ymin\": 938.889, \"xmax\": 1380.9524, \"ymax\": 964.2857}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1165.87, \"ymin\": 826.19, \"xmax\": 1214.2857, \"ymax\": 871.4286000000001}, \"category\": \"pne\"}]}, \"16379\": {\"path\": \"test/16379.jpg\", \"id\": 16379, \"objects\": [{\"bbox\": {\"xmin\": 1661.11, \"ymin\": 1090.48, \"xmax\": 1688.0943, \"ymax\": 1143.6508000000001}, \"category\": \"ph4\"}]}, \"86564\": {\"path\": \"train/86564.jpg\", \"id\": 86564, \"objects\": [{\"bbox\": {\"xmin\": 1901.32, \"ymin\": 984.211, \"xmax\": 1942.1053, \"ymax\": 1034.2105}, \"category\": \"i2r\"}]}, \"83207\": {\"path\": \"train/83207.jpg\", \"id\": 83207, \"objects\": [{\"bbox\": {\"xmin\": 472.848, \"ymin\": 875.497, \"xmax\": 500.0, \"ymax\": 905.9603}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 362.252, \"ymin\": 875.497, \"xmax\": 388.74170000000004, \"ymax\": 908.6093}, \"category\": \"i4\"}]}, \"19882\": {\"path\": \"train/19882.jpg\", \"id\": 19882, \"objects\": [{\"bbox\": {\"xmin\": 1736.0, \"ymin\": 724.0, \"xmax\": 1800.0, \"ymax\": 786.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1804.0, \"ymin\": 768.0, \"xmax\": 1862.6667, \"ymax\": 824.0}, \"category\": \"pcr\"}]}, \"35022\": {\"path\": \"train/35022.jpg\", \"id\": 35022, \"objects\": [{\"bbox\": {\"xmin\": 1886.28, \"ymin\": 588.235, \"xmax\": 1996.078, \"ymax\": 705.8820000000001}, \"category\": \"pl80\"}]}, \"47172\": {\"path\": \"train/47172.jpg\", \"id\": 47172, \"objects\": [{\"bbox\": {\"xmin\": 1196.5352783203125, \"ymin\": 1227.6796875, \"xmax\": 1234.9215087890625, \"ymax\": 1264.412841796875}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 353.333, \"ymin\": 673.333, \"xmax\": 437.3333, \"ymax\": 846.6669999999999}, \"category\": \"pl80\"}]}, \"6096\": {\"path\": \"test/6096.jpg\", \"id\": 6096, \"objects\": [{\"bbox\": {\"xmin\": 1654.9, \"ymin\": 987.302, \"xmax\": 1698.0392000000002, \"ymax\": 1035.7143}, \"category\": \"ip\"}]}, \"98129\": {\"path\": \"test/98129.jpg\", \"id\": 98129, \"objects\": [{\"bbox\": {\"xmin\": 1169.84, \"ymin\": 980.952, \"xmax\": 1193.6508, \"ymax\": 1004.7619}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1169.84, \"ymin\": 1011.11, \"xmax\": 1191.2698, \"ymax\": 1033.3333}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1170.63, \"ymin\": 950.0, \"xmax\": 1189.6825000000001, \"ymax\": 970.6349}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1057.14, \"ymin\": 916.667, \"xmax\": 1084.9206000000001, \"ymax\": 940.4762000000001}, \"category\": \"pl80\"}]}, \"90422\": {\"path\": \"train/90422.jpg\", \"id\": 90422, \"objects\": [{\"bbox\": {\"xmin\": 1260.79, \"ymin\": 884.314, \"xmax\": 1327.4533, \"ymax\": 960.7842999999999}, \"category\": \"p5\"}]}, \"67704\": {\"path\": \"test/67704.jpg\", \"id\": 67704, \"objects\": [{\"bbox\": {\"xmin\": 1929.41, \"ymin\": 335.294, \"xmax\": 2047.0590000000002, \"ymax\": 488.235}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 50.9804, \"ymin\": 426.825, \"xmax\": 172.5494, \"ymax\": 582.353}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1284.31, \"ymin\": 754.902, \"xmax\": 1347.0588, \"ymax\": 817.6471}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1221.57, \"ymin\": 752.941, \"xmax\": 1276.4705999999999, \"ymax\": 815.6863000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1352.94, \"ymin\": 756.863, \"xmax\": 1415.6863, \"ymax\": 815.6866}, \"category\": \"pn\"}]}, \"29405\": {\"path\": \"train/29405.jpg\", \"id\": 29405, \"objects\": [{\"bbox\": {\"xmin\": 773.295, \"ymin\": 882.955, \"xmax\": 800.5681999999999, \"ymax\": 911.3636}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1055.11, \"ymin\": 936.364, \"xmax\": 1071.5909, \"ymax\": 953.4091000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1037.5, \"ymin\": 935.227, \"xmax\": 1052.8409, \"ymax\": 951.7044999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 667.045, \"ymin\": 889.773, \"xmax\": 690.9091, \"ymax\": 912.5}, \"category\": \"pne\"}]}, \"6849\": {\"path\": \"train/6849.jpg\", \"id\": 6849, \"objects\": [{\"bbox\": {\"xmin\": 1487.0, \"ymin\": 985.0, \"xmax\": 1544.0, \"ymax\": 1041.0}, \"category\": \"pr40\"}]}, \"12791\": {\"path\": \"other/12791.jpg\", \"id\": 12791, \"objects\": [{\"bbox\": {\"xmin\": 73.3333, \"ymin\": 768.0, \"xmax\": 105.3333, \"ymax\": 808.0}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 30.6667, \"ymin\": 762.667, \"xmax\": 62.6667, \"ymax\": 804.0}, \"category\": \"ph5.5\"}]}, \"18264\": {\"path\": \"other/18264.jpg\", \"id\": 18264, \"objects\": [{\"bbox\": {\"xmin\": 373.684, \"ymin\": 1006.58, \"xmax\": 409.2105, \"ymax\": 1053.9474}, \"category\": \"pl15\"}]}, \"52875\": {\"path\": \"test/52875.jpg\", \"id\": 52875, \"objects\": [{\"bbox\": {\"xmin\": 1634.33, \"ymin\": 1267.16, \"xmax\": 1650.2512, \"ymax\": 1285.0697}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1652.24, \"ymin\": 1266.17, \"xmax\": 1667.6642, \"ymax\": 1284.5796}, \"category\": \"pn\"}]}, \"36449\": {\"path\": \"train/36449.jpg\", \"id\": 36449, \"objects\": [{\"bbox\": {\"xmin\": 1369.0, \"ymin\": 951.0, \"xmax\": 1382.0, \"ymax\": 968.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1761.0, \"ymin\": 953.0, \"xmax\": 1772.0, \"ymax\": 973.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 782.0, \"ymin\": 326.0, \"xmax\": 939.0, \"ymax\": 461.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 622.0, \"ymin\": 348.0, \"xmax\": 772.0, \"ymax\": 482.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 371.0, \"ymin\": 782.0, \"xmax\": 473.0, \"ymax\": 880.0}, \"category\": \"w45\"}, {\"bbox\": {\"xmin\": 1385.0, \"ymin\": 956.0, \"xmax\": 1402.0, \"ymax\": 972.0}, \"category\": \"w59\"}]}, \"96501\": {\"path\": \"test/96501.jpg\", \"id\": 96501, \"objects\": [{\"bbox\": {\"xmin\": 538.637, \"ymin\": 1088.07, \"xmax\": 553.4095, \"ymax\": 1102.8391}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 554.545, \"ymin\": 1086.93, \"xmax\": 570.4540999999999, \"ymax\": 1105.1136000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 356.579, \"ymin\": 843.421, \"xmax\": 448.68420000000003, \"ymax\": 992.106}, \"category\": \"w47\"}]}, \"73795\": {\"path\": \"train/73795.jpg\", \"id\": 73795, \"objects\": [{\"bbox\": {\"xmin\": 57.9366, \"ymin\": 1315.08, \"xmax\": 88.8889, \"ymax\": 1344.4480999999998}, \"category\": \"pne\"}]}, \"70142\": {\"path\": \"train/70142.jpg\", \"id\": 70142, \"objects\": [{\"bbox\": {\"xmin\": 1112.0, \"ymin\": 965.333, \"xmax\": 1174.6667, \"ymax\": 1026.6667}, \"category\": \"pm20\"}]}, \"44913\": {\"path\": \"other/44913.jpg\", \"id\": 44913, \"objects\": [{\"bbox\": {\"xmin\": 999.333, \"ymin\": 928.667, \"xmax\": 1014.0, \"ymax\": 942.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1098.0, \"ymin\": 926.0, \"xmax\": 1112.0, \"ymax\": 942.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1048.0, \"ymin\": 926.667, \"xmax\": 1064.0, \"ymax\": 942.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 982.0, \"ymin\": 912.0, \"xmax\": 996.6667, \"ymax\": 926.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 999.333, \"ymin\": 911.333, \"xmax\": 1014.0, \"ymax\": 926.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1032.0, \"ymin\": 927.333, \"xmax\": 1046.6667, \"ymax\": 942.0}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 982.667, \"ymin\": 928.667, \"xmax\": 996.6667, \"ymax\": 942.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1079.33, \"ymin\": 926.667, \"xmax\": 1096.0, \"ymax\": 941.3333}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1136.67, \"ymin\": 926.0, \"xmax\": 1150.6667, \"ymax\": 939.3333}, \"category\": \"pne\"}]}, \"47993\": {\"path\": \"train/47993.jpg\", \"id\": 47993, \"objects\": [{\"bbox\": {\"xmin\": 932.894, \"ymin\": 719.737, \"xmax\": 1006.5785, \"ymax\": 789.4734}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 713.158, \"ymin\": 730.263, \"xmax\": 784.2105, \"ymax\": 793.4211}, \"category\": \"pne\"}]}, \"96675\": {\"path\": \"train/96675.jpg\", \"id\": 96675, \"objects\": [{\"bbox\": {\"xmin\": 517.105, \"ymin\": 997.368, \"xmax\": 548.6842, \"ymax\": 1025.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1815.79, \"ymin\": 1015.79, \"xmax\": 1844.7368, \"ymax\": 1046.0526}, \"category\": \"ip\"}]}, \"18889\": {\"path\": \"test/18889.jpg\", \"id\": 18889, \"objects\": [{\"bbox\": {\"xmin\": 1365.33, \"ymin\": 576.0, \"xmax\": 1462.6568, \"ymax\": 672.0}, \"category\": \"pl50\"}]}, \"98203\": {\"path\": \"other/98203.jpg\", \"id\": 98203, \"objects\": [{\"bbox\": {\"xmin\": 427.451, \"ymin\": 898.039, \"xmax\": 590.196, \"ymax\": 1072.549}, \"category\": \"w26\"}]}, \"891\": {\"path\": \"train/891.jpg\", \"id\": 891, \"objects\": [{\"bbox\": {\"xmin\": 181.0, \"ymin\": 1014.0, \"xmax\": 222.0, \"ymax\": 1060.0}, \"category\": \"i5\"}]}, \"28894\": {\"path\": \"train/28894.jpg\", \"id\": 28894, \"objects\": [{\"bbox\": {\"xmin\": 333.663, \"ymin\": 977.228, \"xmax\": 360.396, \"ymax\": 1009.901}, \"category\": \"pl50\"}]}, \"82469\": {\"path\": \"test/82469.jpg\", \"id\": 82469, \"objects\": [{\"bbox\": {\"xmin\": 1677.33, \"ymin\": 930.667, \"xmax\": 1718.6667, \"ymax\": 978.6667}, \"category\": \"p26\"}]}, \"69570\": {\"path\": \"test/69570.jpg\", \"id\": 69570, \"objects\": [{\"bbox\": {\"xmin\": 1478.67, \"ymin\": 953.333, \"xmax\": 1590.6670000000001, \"ymax\": 1066.667}, \"category\": \"pm20\"}]}, \"21752\": {\"path\": \"other/21752.jpg\", \"id\": 21752, \"objects\": [{\"bbox\": {\"xmin\": 1094.42, \"ymin\": 932.669, \"xmax\": 1113.5458, \"ymax\": 950.996}, \"category\": \"w21\"}]}, \"58018\": {\"path\": \"other/58018.jpg\", \"id\": 58018, \"objects\": [{\"bbox\": {\"xmin\": 1399.12, \"ymin\": 1018.14, \"xmax\": 1411.0619, \"ymax\": 1032.7434}, \"category\": \"p5\"}]}, \"76876\": {\"path\": \"test/76876.jpg\", \"id\": 76876, \"objects\": [{\"bbox\": {\"xmin\": 704.95, \"ymin\": 993.069, \"xmax\": 730.6931000000001, \"ymax\": 1019.8019999999999}, \"category\": \"pne\"}]}, \"70120\": {\"path\": \"train/70120.jpg\", \"id\": 70120, \"objects\": [{\"bbox\": {\"xmin\": 181.746, \"ymin\": 1049.02, \"xmax\": 213.7247, \"ymax\": 1080.3917999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 182.54, \"ymin\": 1009.8, \"xmax\": 211.7637, \"ymax\": 1043.6508}, \"category\": \"pl5\"}]}, \"88838\": {\"path\": \"train/88838.jpg\", \"id\": 88838, \"objects\": [{\"bbox\": {\"xmin\": 1601.13, \"ymin\": 956.25, \"xmax\": 1622.1555, \"ymax\": 978.9773}, \"category\": \"pl30\"}]}, \"85669\": {\"path\": \"train/85669.jpg\", \"id\": 85669, \"objects\": [{\"bbox\": {\"xmin\": 295.0, \"ymin\": 755.0, \"xmax\": 351.0, \"ymax\": 820.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1961.0, \"ymin\": 753.0, \"xmax\": 2004.0, \"ymax\": 810.0}, \"category\": \"ph4\"}]}, \"38054\": {\"path\": \"train/38054.jpg\", \"id\": 38054, \"objects\": [{\"bbox\": {\"xmin\": 849.0, \"ymin\": 1045.0, \"xmax\": 860.0, \"ymax\": 1057.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1260.0, \"ymin\": 914.0, \"xmax\": 1284.0, \"ymax\": 938.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1261.0, \"ymin\": 1000.0, \"xmax\": 1286.0, \"ymax\": 1024.0}, \"category\": \"p26\"}]}, \"74726\": {\"path\": \"test/74726.jpg\", \"id\": 74726, \"objects\": [{\"bbox\": {\"xmin\": 1700.0, \"ymin\": 958.667, \"xmax\": 1763.9967, \"ymax\": 1025.3336}, \"category\": \"pr40\"}]}, \"66958\": {\"path\": \"train/66958.jpg\", \"id\": 66958, \"objects\": [{\"bbox\": {\"xmin\": 1547.0, \"ymin\": 947.0, \"xmax\": 1629.0, \"ymax\": 1023.0}, \"category\": \"w55\"}]}, \"70798\": {\"path\": \"other/70798.jpg\", \"id\": 70798, \"objects\": [{\"bbox\": {\"xmin\": 688.617919921875, \"ymin\": 1013.2057495117188, \"xmax\": 708.9322509765625, \"ymax\": 1030.9417724609375}, \"category\": \"p11\"}]}, \"86126\": {\"path\": \"other/86126.jpg\", \"id\": 86126, \"objects\": [{\"bbox\": {\"xmin\": 1458.21, \"ymin\": 956.716, \"xmax\": 1501.49, \"ymax\": 1000.995}, \"category\": \"pm10\"}]}, \"16432\": {\"path\": \"train/16432.jpg\", \"id\": 16432, \"objects\": [{\"bbox\": {\"xmin\": 1371.0, \"ymin\": 815.0, \"xmax\": 1415.0, \"ymax\": 863.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1478.0, \"ymin\": 946.0, \"xmax\": 1510.0, \"ymax\": 981.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1481.0, \"ymin\": 980.0, \"xmax\": 1509.0, \"ymax\": 1013.0}, \"category\": \"i2r\"}]}, \"88619\": {\"path\": \"test/88619.jpg\", \"id\": 88619, \"objects\": [{\"bbox\": {\"xmin\": 2019.02978515625, \"ymin\": 1088.435791015625, \"xmax\": 2048.0, \"ymax\": 1130.550537109375}, \"category\": \"pmb\"}, {\"bbox\": {\"xmin\": 1489.39, \"ymin\": 823.451, \"xmax\": 1553.0998000000002, \"ymax\": 884.5127}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1492.48, \"ymin\": 907.523, \"xmax\": 1559.2946, \"ymax\": 972.5669}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1268.14, \"ymin\": 936.726, \"xmax\": 1288.4956000000002, \"ymax\": 957.9646}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1107.08, \"ymin\": 936.284, \"xmax\": 1127.8810999999998, \"ymax\": 956.6376}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1290.27, \"ymin\": 937.169, \"xmax\": 1311.0644, \"ymax\": 957.0796}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1130.53, \"ymin\": 935.398, \"xmax\": 1151.3274, \"ymax\": 957.0792}, \"category\": \"pn\"}]}, \"91979\": {\"path\": \"train/91979.jpg\", \"id\": 91979, \"objects\": [{\"bbox\": {\"xmin\": 1654.0, \"ymin\": 961.0, \"xmax\": 1686.0, \"ymax\": 999.0}, \"category\": \"p26\"}]}, \"68971\": {\"path\": \"train/68971.jpg\", \"id\": 68971, \"objects\": [{\"bbox\": {\"xmin\": 1537.25, \"ymin\": 760.784, \"xmax\": 1635.2941, \"ymax\": 915.6859999999999}, \"category\": \"p5\"}]}, \"17292\": {\"path\": \"train/17292.jpg\", \"id\": 17292, \"objects\": [{\"bbox\": {\"xmin\": 157.895, \"ymin\": 1088.16, \"xmax\": 294.737, \"ymax\": 1264.4750000000001}, \"category\": \"pg\"}]}, \"80824\": {\"path\": \"test/80824.jpg\", \"id\": 80824, \"objects\": [{\"bbox\": {\"xmin\": 662.062744140625, \"ymin\": 915.8245239257812, \"xmax\": 692.4886474609375, \"ymax\": 943.6669311523438}, \"category\": \"iz\"}, {\"bbox\": {\"xmin\": 659.211, \"ymin\": 965.789, \"xmax\": 703.9474, \"ymax\": 1006.5789}, \"category\": \"p23\"}]}, \"47120\": {\"path\": \"train/47120.jpg\", \"id\": 47120, \"objects\": [{\"bbox\": {\"xmin\": 1333.33, \"ymin\": 976.0, \"xmax\": 1357.3333, \"ymax\": 1001.3333}, \"category\": \"pl80\"}]}, \"92040\": {\"path\": \"train/92040.jpg\", \"id\": 92040, \"objects\": [{\"bbox\": {\"xmin\": 730.263, \"ymin\": 640.789, \"xmax\": 753.9478, \"ymax\": 738.1578999999999}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 759.211, \"ymin\": 918.421, \"xmax\": 792.1053, \"ymax\": 984.2105}, \"category\": \"w57\"}]}, \"56997\": {\"path\": \"test/56997.jpg\", \"id\": 56997, \"objects\": [{\"bbox\": {\"xmin\": 1341.27, \"ymin\": 884.127, \"xmax\": 1369.8413, \"ymax\": 912.6984}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1033.33, \"ymin\": 892.063, \"xmax\": 1057.1428999999998, \"ymax\": 915.0794}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1207.14, \"ymin\": 925.397, \"xmax\": 1223.8101000000001, \"ymax\": 943.6508}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1189.68, \"ymin\": 926.984, \"xmax\": 1204.7619, \"ymax\": 943.6508}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1226.19, \"ymin\": 926.19, \"xmax\": 1242.8571, \"ymax\": 943.6508}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 937.302, \"ymin\": 887.302, \"xmax\": 962.6984, \"ymax\": 915.873}, \"category\": \"pne\"}]}, \"80911\": {\"path\": \"test/80911.jpg\", \"id\": 80911, \"objects\": [{\"bbox\": {\"xmin\": 430.0, \"ymin\": 919.0, \"xmax\": 507.0, \"ymax\": 997.0}, \"category\": \"p5\"}]}, \"70850\": {\"path\": \"train/70850.jpg\", \"id\": 70850, \"objects\": [{\"bbox\": {\"xmin\": 528.667, \"ymin\": 826.0, \"xmax\": 575.3337, \"ymax\": 873.3333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 312.666, \"ymin\": 964.0, \"xmax\": 332.6663, \"ymax\": 985.3337}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 620.0, \"ymin\": 932.667, \"xmax\": 651.3333, \"ymax\": 966.0}, \"category\": \"p26\"}]}, \"36541\": {\"path\": \"test/36541.jpg\", \"id\": 36541, \"objects\": [{\"bbox\": {\"xmin\": 1021.23, \"ymin\": 948.673, \"xmax\": 1037.6032, \"ymax\": 964.6022}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1039.38, \"ymin\": 947.345, \"xmax\": 1056.6346, \"ymax\": 965.0442}, \"category\": \"pn\"}]}, \"68353\": {\"path\": \"test/68353.jpg\", \"id\": 68353, \"objects\": [{\"bbox\": {\"xmin\": 899.2, \"ymin\": 883.2, \"xmax\": 930.4000000000001, \"ymax\": 910.4000000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1067.2, \"ymin\": 907.2, \"xmax\": 1091.2, \"ymax\": 932.8000000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1093.6, \"ymin\": 907.2, \"xmax\": 1116.8, \"ymax\": 932.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 720.8, \"ymin\": 886.4, \"xmax\": 749.5999999999999, \"ymax\": 916.0}, \"category\": \"pne\"}]}, \"45276\": {\"path\": \"other/45276.jpg\", \"id\": 45276, \"objects\": [{\"bbox\": {\"xmin\": 1905.7926025390625, \"ymin\": 988.8054809570312, \"xmax\": 1928.0750732421875, \"ymax\": 1009.5448608398438}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1208.73, \"ymin\": 948.413, \"xmax\": 1223.0159, \"ymax\": 961.9048}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1154.76, \"ymin\": 947.619, \"xmax\": 1168.254, \"ymax\": 962.6984}, \"category\": \"pne\"}]}, \"36490\": {\"path\": \"other/36490.jpg\", \"id\": 36490, \"objects\": [{\"bbox\": {\"xmin\": 1519.53, \"ymin\": 953.784, \"xmax\": 1547.4104, \"ymax\": 981.6729}, \"category\": \"ph2.8\"}]}, \"27904\": {\"path\": \"train/27904.jpg\", \"id\": 27904, \"objects\": [{\"bbox\": {\"xmin\": 274.51, \"ymin\": 621.569, \"xmax\": 335.2941, \"ymax\": 719.6078}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1.96078, \"ymin\": 509.804, \"xmax\": 90.19608, \"ymax\": 635.294}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1876.47, \"ymin\": 668.627, \"xmax\": 1939.2157, \"ymax\": 754.9014999999999}, \"category\": \"pne\"}]}, \"41865\": {\"path\": \"test/41865.jpg\", \"id\": 41865, \"objects\": [{\"bbox\": {\"xmin\": 1323.53, \"ymin\": 764.706, \"xmax\": 1382.3528999999999, \"ymax\": 827.451}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1190.2, \"ymin\": 766.667, \"xmax\": 1256.8627000000001, \"ymax\": 827.451}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1256.86, \"ymin\": 760.784, \"xmax\": 1317.6471, \"ymax\": 829.4118}, \"category\": \"pn\"}]}, \"1216\": {\"path\": \"train/1216.jpg\", \"id\": 1216, \"objects\": [{\"bbox\": {\"xmin\": 674.667, \"ymin\": 989.333, \"xmax\": 726.6667, \"ymax\": 1040.0}, \"category\": \"p5\"}]}, \"97090\": {\"path\": \"train/97090.jpg\", \"id\": 97090, \"objects\": [{\"bbox\": {\"xmin\": 1256.0, \"ymin\": 846.0, \"xmax\": 1277.3333, \"ymax\": 866.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1392.67, \"ymin\": 851.333, \"xmax\": 1412.6667, \"ymax\": 872.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1326.0, \"ymin\": 848.0, \"xmax\": 1346.6667, \"ymax\": 868.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1231.33, \"ymin\": 822.0, \"xmax\": 1252.6667, \"ymax\": 842.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1256.67, \"ymin\": 822.667, \"xmax\": 1278.0, \"ymax\": 844.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1301.33, \"ymin\": 847.333, \"xmax\": 1321.3333, \"ymax\": 868.0}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1231.33, \"ymin\": 845.333, \"xmax\": 1251.9967, \"ymax\": 865.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1369.33, \"ymin\": 850.0, \"xmax\": 1390.0, \"ymax\": 870.6667}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1444.67, \"ymin\": 853.333, \"xmax\": 1463.3333, \"ymax\": 874.0}, \"category\": \"pne\"}]}, \"94341\": {\"path\": \"train/94341.jpg\", \"id\": 94341, \"objects\": [{\"bbox\": {\"xmin\": 1549.6, \"ymin\": 1030.4, \"xmax\": 1567.1999999999998, \"ymax\": 1048.0}, \"category\": \"pl60\"}]}, \"21651\": {\"path\": \"test/21651.jpg\", \"id\": 21651, \"objects\": [{\"bbox\": {\"xmin\": 1761.33, \"ymin\": 1008.0, \"xmax\": 1806.6667, \"ymax\": 1054.6667}, \"category\": \"p26\"}]}, \"86793\": {\"path\": \"train/86793.jpg\", \"id\": 86793, \"objects\": [{\"bbox\": {\"xmin\": 1117.33, \"ymin\": 945.333, \"xmax\": 1160.0, \"ymax\": 987.9993999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1118.67, \"ymin\": 905.333, \"xmax\": 1160.0, \"ymax\": 945.3333}, \"category\": \"pl5\"}]}, \"72332\": {\"path\": \"train/72332.jpg\", \"id\": 72332, \"objects\": [{\"bbox\": {\"xmin\": 1507.89, \"ymin\": 851.316, \"xmax\": 1540.7895, \"ymax\": 889.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1338.16, \"ymin\": 848.684, \"xmax\": 1376.3142, \"ymax\": 884.2104999999999}, \"category\": \"pne\"}]}, \"83480\": {\"path\": \"train/83480.jpg\", \"id\": 83480, \"objects\": [{\"bbox\": {\"xmin\": 1769.0, \"ymin\": 904.0, \"xmax\": 1792.0, \"ymax\": 930.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1308.0, \"ymin\": 917.0, \"xmax\": 1329.0, \"ymax\": 938.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1720.0, \"ymin\": 903.0, \"xmax\": 1744.0, \"ymax\": 929.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1652.0, \"ymin\": 900.0, \"xmax\": 1674.0, \"ymax\": 927.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 255.0, \"ymin\": 925.0, \"xmax\": 270.0, \"ymax\": 940.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1626.0, \"ymin\": 900.0, \"xmax\": 1648.0, \"ymax\": 925.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1678.0, \"ymin\": 901.0, \"xmax\": 1701.0, \"ymax\": 928.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 272.0, \"ymin\": 926.0, \"xmax\": 286.0, \"ymax\": 942.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1175.0, \"ymin\": 918.0, \"xmax\": 1196.0, \"ymax\": 939.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 155.0, \"ymin\": 961.0, \"xmax\": 167.0, \"ymax\": 975.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 154.0, \"ymin\": 980.0, \"xmax\": 166.0, \"ymax\": 995.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1745.0, \"ymin\": 903.0, \"xmax\": 1767.0, \"ymax\": 928.0}, \"category\": \"im\"}]}, \"96737\": {\"path\": \"train/96737.jpg\", \"id\": 96737, \"objects\": [{\"bbox\": {\"xmin\": 860.317, \"ymin\": 875.397, \"xmax\": 887.3016, \"ymax\": 904.7619000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1202.38, \"ymin\": 956.349, \"xmax\": 1222.2222000000002, \"ymax\": 976.9841}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1202.38, \"ymin\": 986.508, \"xmax\": 1220.6349, \"ymax\": 1007.1429}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1203.17, \"ymin\": 926.19, \"xmax\": 1221.4286000000002, \"ymax\": 947.619}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 745.238, \"ymin\": 876.984, \"xmax\": 770.6349, \"ymax\": 905.5556}, \"category\": \"pne\"}]}, \"24228\": {\"path\": \"train/24228.jpg\", \"id\": 24228, \"objects\": [{\"bbox\": {\"xmin\": 578.0, \"ymin\": 558.0, \"xmax\": 676.0, \"ymax\": 651.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1096.0, \"ymin\": 753.0, \"xmax\": 1155.0, \"ymax\": 810.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1158.0, \"ymin\": 753.0, \"xmax\": 1216.0, \"ymax\": 810.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 101.0, \"ymin\": 645.0, \"xmax\": 169.0, \"ymax\": 726.0}, \"category\": \"pne\"}]}, \"80910\": {\"path\": \"test/80910.jpg\", \"id\": 80910, \"objects\": [{\"bbox\": {\"xmin\": 1277.78, \"ymin\": 976.984, \"xmax\": 1295.2381, \"ymax\": 998.4127000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1120.63, \"ymin\": 950.0, \"xmax\": 1137.3016, \"ymax\": 970.6347}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1084.13, \"ymin\": 953.175, \"xmax\": 1100.0, \"ymax\": 971.4286}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1102.38, \"ymin\": 951.587, \"xmax\": 1119.8413, \"ymax\": 969.8413}, \"category\": \"pn\"}]}, \"48189\": {\"path\": \"train/48189.jpg\", \"id\": 48189, \"objects\": [{\"bbox\": {\"xmin\": 1830.67, \"ymin\": 864.0, \"xmax\": 1860.0, \"ymax\": 900.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 316.0, \"ymin\": 942.667, \"xmax\": 385.3333, \"ymax\": 1060.0}, \"category\": \"pl50\"}]}, \"2812\": {\"path\": \"train/2812.jpg\", \"id\": 2812, \"objects\": [{\"bbox\": {\"xmin\": 639.683, \"ymin\": 825.397, \"xmax\": 688.0952, \"ymax\": 869.8413}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1134.13, \"ymin\": 882.54, \"xmax\": 1163.4921000000002, \"ymax\": 916.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1067.46, \"ymin\": 883.333, \"xmax\": 1100.7937, \"ymax\": 915.0794}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1101.59, \"ymin\": 883.333, \"xmax\": 1133.3333, \"ymax\": 915.8729999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 483.333, \"ymin\": 833.333, \"xmax\": 519.8413, \"ymax\": 873.8095}, \"category\": \"pne\"}]}, \"98755\": {\"path\": \"train/98755.jpg\", \"id\": 98755, \"objects\": [{\"bbox\": {\"xmin\": 188.0, \"ymin\": -2.0, \"xmax\": 412.0, \"ymax\": 103.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1857.33, \"ymin\": 0.0, \"xmax\": 2048.0, \"ymax\": 149.333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 28.0, \"ymin\": 36.0, \"xmax\": 157.0, \"ymax\": 186.0}, \"category\": \"pl20\"}]}, \"92737\": {\"path\": \"test/92737.jpg\", \"id\": 92737, \"objects\": [{\"bbox\": {\"xmin\": 1856.58, \"ymin\": 1097.37, \"xmax\": 1900.0, \"ymax\": 1156.5789}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1740.79, \"ymin\": 1096.05, \"xmax\": 1794.7368, \"ymax\": 1163.1579}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1798.68, \"ymin\": 1100.0, \"xmax\": 1851.3158, \"ymax\": 1163.1579}, \"category\": \"pn\"}]}, \"14344\": {\"path\": \"train/14344.jpg\", \"id\": 14344, \"objects\": [{\"bbox\": {\"xmin\": 1220.0, \"ymin\": 997.333, \"xmax\": 1288.0, \"ymax\": 1061.3333}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1218.67, \"ymin\": 930.667, \"xmax\": 1285.3333, \"ymax\": 997.3333}, \"category\": \"pm55\"}]}, \"64334\": {\"path\": \"train/64334.jpg\", \"id\": 64334, \"objects\": [{\"bbox\": {\"xmin\": 329.703, \"ymin\": 714.851, \"xmax\": 363.36629999999997, \"ymax\": 786.1386}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 366.337, \"ymin\": 731.683, \"xmax\": 398.0199, \"ymax\": 796.0396}, \"category\": \"pn\"}]}, \"64901\": {\"path\": \"train/64901.jpg\", \"id\": 64901, \"objects\": [{\"bbox\": {\"xmin\": 63.2, \"ymin\": 917.6, \"xmax\": 148.0, \"ymax\": 1006.4}, \"category\": \"w59\"}]}, \"12579\": {\"path\": \"test/12579.jpg\", \"id\": 12579, \"objects\": [{\"bbox\": {\"xmin\": 1625.0, \"ymin\": 964.474, \"xmax\": 1655.256, \"ymax\": 992.1056000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1625.0, \"ymin\": 993.421, \"xmax\": 1656.5789, \"ymax\": 1023.6842}, \"category\": \"pn\"}]}, \"84586\": {\"path\": \"test/84586.jpg\", \"id\": 84586, \"objects\": [{\"bbox\": {\"xmin\": 1560.0, \"ymin\": 984.8, \"xmax\": 1600.8, \"ymax\": 1028.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1421.6, \"ymin\": 996.8, \"xmax\": 1452.8, \"ymax\": 1028.8}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 998.4, \"ymin\": 555.2, \"xmax\": 1110.4, \"ymax\": 660.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1505.6, \"ymin\": 1003.2, \"xmax\": 1521.6, \"ymax\": 1016.8000000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 1027.2, \"xmax\": 1471.2, \"ymax\": 1055.2}, \"category\": \"pl60\"}]}, \"77910\": {\"path\": \"test/77910.jpg\", \"id\": 77910, \"objects\": [{\"bbox\": {\"xmin\": 1317.05, \"ymin\": 939.204, \"xmax\": 1340.3418, \"ymax\": 961.9313999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1295.46, \"ymin\": 938.068, \"xmax\": 1316.4791, \"ymax\": 961.364}, \"category\": \"w13\"}]}, \"15342\": {\"path\": \"train/15342.jpg\", \"id\": 15342, \"objects\": [{\"bbox\": {\"xmin\": 1373.33, \"ymin\": 681.333, \"xmax\": 1457.3333, \"ymax\": 760.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1193.33, \"ymin\": 677.333, \"xmax\": 1281.3333, \"ymax\": 757.3335999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1286.67, \"ymin\": 678.667, \"xmax\": 1369.3333, \"ymax\": 756.0}, \"category\": \"pn\"}]}, \"50914\": {\"path\": \"train/50914.jpg\", \"id\": 50914, \"objects\": [{\"bbox\": {\"xmin\": 1248.68, \"ymin\": 863.158, \"xmax\": 1275.0, \"ymax\": 898.6842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1150.0, \"ymin\": 860.526, \"xmax\": 1184.2105, \"ymax\": 897.3684}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1997.37, \"ymin\": 1021.05, \"xmax\": 2017.1053, \"ymax\": 1044.7368}, \"category\": \"pne\"}]}, \"37888\": {\"path\": \"other/37888.jpg\", \"id\": 37888, \"objects\": [{\"bbox\": {\"xmin\": 1453.3836669921875, \"ymin\": 1127.7738037109375, \"xmax\": 1497.1214599609375, \"ymax\": 1190.2501220703125}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 1904.9, \"ymin\": 953.067, \"xmax\": 1919.0152, \"ymax\": 969.6317}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1920.25, \"ymin\": 953.068, \"xmax\": 1933.7423, \"ymax\": 969.6321}, \"category\": \"pn\"}]}, \"16279\": {\"path\": \"train/16279.jpg\", \"id\": 16279, \"objects\": [{\"bbox\": {\"xmin\": 1252.58, \"ymin\": 933.467, \"xmax\": 1268.1274999999998, \"ymax\": 952.1916}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1270.52, \"ymin\": 935.06, \"xmax\": 1286.8526, \"ymax\": 952.9879999999999}, \"category\": \"pn\"}]}, \"52294\": {\"path\": \"train/52294.jpg\", \"id\": 52294, \"objects\": [{\"bbox\": {\"xmin\": 80.0, \"ymin\": 619.0, \"xmax\": 182.0, \"ymax\": 777.0}, \"category\": \"w59\"}]}, \"17779\": {\"path\": \"test/17779.jpg\", \"id\": 17779, \"objects\": [{\"bbox\": {\"xmin\": 253.175, \"ymin\": 840.476, \"xmax\": 278.57140000000004, \"ymax\": 873.0159}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 279.365, \"ymin\": 836.508, \"xmax\": 305.5556, \"ymax\": 870.6349}, \"category\": \"pn\"}]}, \"64450\": {\"path\": \"train/64450.jpg\", \"id\": 64450, \"objects\": [{\"bbox\": {\"xmin\": 1734.67, \"ymin\": 753.333, \"xmax\": 1782.6667, \"ymax\": 809.3333}, \"category\": \"pl60\"}]}, \"78678\": {\"path\": \"test/78678.jpg\", \"id\": 78678, \"objects\": [{\"bbox\": {\"xmin\": 741.27, \"ymin\": 811.905, \"xmax\": 787.3016, \"ymax\": 856.3492}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1142.86, \"ymin\": 898.413, \"xmax\": 1166.6667, \"ymax\": 922.2222}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1361.11, \"ymin\": 942.857, \"xmax\": 1403.9683, \"ymax\": 981.746}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1359.52, \"ymin\": 997.619, \"xmax\": 1400.7937, \"ymax\": 1044.4444}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1363.49, \"ymin\": 884.127, \"xmax\": 1403.1746, \"ymax\": 926.9840999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1112.7, \"ymin\": 895.238, \"xmax\": 1138.8889000000001, \"ymax\": 923.0151000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1169.84, \"ymin\": 898.413, \"xmax\": 1195.2381, \"ymax\": 926.1905}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 566.667, \"ymin\": 812.698, \"xmax\": 607.9365, \"ymax\": 855.5556}, \"category\": \"pne\"}]}, \"12113\": {\"path\": \"train/12113.jpg\", \"id\": 12113, \"objects\": [{\"bbox\": {\"xmin\": 1158.7, \"ymin\": 912.936, \"xmax\": 1182.5846000000001, \"ymax\": 937.3121}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 1189.06, \"ymin\": 914.428, \"xmax\": 1212.4403, \"ymax\": 936.8158999999999}, \"category\": \"w57\"}]}, \"15191\": {\"path\": \"train/15191.jpg\", \"id\": 15191, \"objects\": [{\"bbox\": {\"xmin\": 1353.63, \"ymin\": 961.932, \"xmax\": 1396.2445, \"ymax\": 1001.7045}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1357.39, \"ymin\": 1005.68, \"xmax\": 1390.9091, \"ymax\": 1035.2273}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1240.48, \"ymin\": 915.341, \"xmax\": 1257.3904, \"ymax\": 933.5227}, \"category\": \"w57\"}]}, \"36851\": {\"path\": \"train/36851.jpg\", \"id\": 36851, \"objects\": [{\"bbox\": {\"xmin\": 1603.55, \"ymin\": 1058.22, \"xmax\": 1676.3191, \"ymax\": 1119.7169000000001}, \"category\": \"ip\"}]}, \"36452\": {\"path\": \"test/36452.jpg\", \"id\": 36452, \"objects\": [{\"bbox\": {\"xmin\": 1850.33, \"ymin\": 935.762, \"xmax\": 1882.7814999999998, \"ymax\": 968.2118999999999}, \"category\": \"pl30\"}]}, \"90243\": {\"path\": \"train/90243.jpg\", \"id\": 90243, \"objects\": [{\"bbox\": {\"xmin\": 998.413, \"ymin\": 875.397, \"xmax\": 1033.3333, \"ymax\": 911.9048}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1657.14, \"ymin\": 972.222, \"xmax\": 1677.7778, \"ymax\": 996.0317}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1320.63, \"ymin\": 946.032, \"xmax\": 1346.8254000000002, \"ymax\": 973.0159}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1319.84, \"ymin\": 972.222, \"xmax\": 1347.619, \"ymax\": 1000.7937}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 863.492, \"ymin\": 873.81, \"xmax\": 896.8254, \"ymax\": 910.3175}, \"category\": \"pne\"}]}, \"98595\": {\"path\": \"other/98595.jpg\", \"id\": 98595, \"objects\": [{\"bbox\": {\"xmin\": 1135.8, \"ymin\": 924.432, \"xmax\": 1149.4318, \"ymax\": 940.3409}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1155.68, \"ymin\": 926.136, \"xmax\": 1168.1773, \"ymax\": 940.3403}, \"category\": \"pn\"}]}, \"8614\": {\"path\": \"train/8614.jpg\", \"id\": 8614, \"objects\": [{\"bbox\": {\"xmin\": 333.113, \"ymin\": 843.046, \"xmax\": 364.90070000000003, \"ymax\": 882.7815}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 245.033, \"ymin\": 854.967, \"xmax\": 272.18539999999996, \"ymax\": 888.0794999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 57.6159, \"ymin\": 872.848, \"xmax\": 81.45700000000001, \"ymax\": 905.298}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 586.755, \"ymin\": 911.258, \"xmax\": 607.2848, \"ymax\": 933.7748}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 628.477, \"ymin\": 908.609, \"xmax\": 647.6821, \"ymax\": 931.7881}, \"category\": \"pn\"}]}, \"65252\": {\"path\": \"other/65252.jpg\", \"id\": 65252, \"objects\": [{\"bbox\": {\"xmin\": 328.5853271484375, \"ymin\": 984.4846801757812, \"xmax\": 361.59466552734375, \"ymax\": 1058.2442626953125}, \"category\": \"i2r\"}]}, \"55313\": {\"path\": \"other/55313.jpg\", \"id\": 55313, \"objects\": [{\"bbox\": {\"xmin\": 1109.337646484375, \"ymin\": 1001.3237915039062, \"xmax\": 1132.501953125, \"ymax\": 1020.6233520507812}, \"category\": \"w59\"}]}, \"29980\": {\"path\": \"train/29980.jpg\", \"id\": 29980, \"objects\": [{\"bbox\": {\"xmin\": 245.098, \"ymin\": 980.392, \"xmax\": 288.2353, \"ymax\": 1029.4118}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 247.059, \"ymin\": 929.412, \"xmax\": 288.2353, \"ymax\": 982.3529000000001}, \"category\": \"pl5\"}]}, \"37511\": {\"path\": \"train/37511.jpg\", \"id\": 37511, \"objects\": [{\"bbox\": {\"xmin\": 1776.13, \"ymin\": 879.545, \"xmax\": 1798.2846000000002, \"ymax\": 909.0908999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1802.27, \"ymin\": 880.114, \"xmax\": 1824.4318, \"ymax\": 909.6593}, \"category\": \"pn\"}]}, \"94688\": {\"path\": \"test/94688.jpg\", \"id\": 94688, \"objects\": [{\"bbox\": {\"xmin\": 370.667, \"ymin\": 704.0, \"xmax\": 406.6667, \"ymax\": 769.3333}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1993.33, \"ymin\": 813.333, \"xmax\": 2033.3333, \"ymax\": 854.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 170.667, \"ymin\": 1029.33, \"xmax\": 198.6667, \"ymax\": 1070.6667}, \"category\": \"i2r\"}]}, \"87412\": {\"path\": \"train/87412.jpg\", \"id\": 87412, \"objects\": [{\"bbox\": {\"xmin\": 1630.69, \"ymin\": 825.743, \"xmax\": 1676.2094, \"ymax\": 873.2673000000001}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1680.2, \"ymin\": 830.693, \"xmax\": 1723.768, \"ymax\": 877.2281}, \"category\": \"w57\"}]}, \"67920\": {\"path\": \"train/67920.jpg\", \"id\": 67920, \"objects\": [{\"bbox\": {\"xmin\": 634.667, \"ymin\": 1005.33, \"xmax\": 653.3333, \"ymax\": 1058.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 622.667, \"ymin\": 953.333, \"xmax\": 668.0, \"ymax\": 1004.0}, \"category\": \"pl5\"}]}, \"75058\": {\"path\": \"other/75058.jpg\", \"id\": 75058, \"objects\": [{\"bbox\": {\"xmin\": 1180.95, \"ymin\": 944.444, \"xmax\": 1194.4444, \"ymax\": 958.7302}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1128.57, \"ymin\": 942.857, \"xmax\": 1142.8571, \"ymax\": 958.7302}, \"category\": \"pne\"}]}, \"49760\": {\"path\": \"test/49760.jpg\", \"id\": 49760, \"objects\": [{\"bbox\": {\"xmin\": 728.0, \"ymin\": 822.667, \"xmax\": 772.0, \"ymax\": 893.3333}, \"category\": \"pl60\"}]}, \"84924\": {\"path\": \"other/84924.jpg\", \"id\": 84924, \"objects\": [{\"bbox\": {\"xmin\": 1101.14, \"ymin\": 887.5, \"xmax\": 1129.5500000000002, \"ymax\": 913.6366}, \"category\": \"w22\"}]}, \"40998\": {\"path\": \"train/40998.jpg\", \"id\": 40998, \"objects\": [{\"bbox\": {\"xmin\": 1892.11, \"ymin\": 847.368, \"xmax\": 1921.0526, \"ymax\": 886.8421000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1827.63, \"ymin\": 839.474, \"xmax\": 1856.5789000000002, \"ymax\": 878.9474}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1861.84, \"ymin\": 846.053, \"xmax\": 1888.1579, \"ymax\": 886.8421}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1850.0, \"ymin\": 496.053, \"xmax\": 1955.263, \"ymax\": 617.105}, \"category\": \"pne\"}]}, \"96494\": {\"path\": \"train/96494.jpg\", \"id\": 96494, \"objects\": [{\"bbox\": {\"xmin\": 1856.86, \"ymin\": 654.902, \"xmax\": 1907.8430999999998, \"ymax\": 735.2941000000001}, \"category\": \"pne\"}]}, \"57708\": {\"path\": \"test/57708.jpg\", \"id\": 57708, \"objects\": [{\"bbox\": {\"xmin\": 44.0, \"ymin\": 804.0, \"xmax\": 72.0, \"ymax\": 848.0}, \"category\": \"ph4.5\"}]}, \"10291\": {\"path\": \"test/10291.jpg\", \"id\": 10291, \"objects\": [{\"bbox\": {\"xmin\": 1680.26, \"ymin\": 998.684, \"xmax\": 1717.1033, \"ymax\": 1043.4213}, \"category\": \"w57\"}]}, \"92382\": {\"path\": \"test/92382.jpg\", \"id\": 92382, \"objects\": [{\"bbox\": {\"xmin\": 1310.23, \"ymin\": 915.341, \"xmax\": 1327.6379, \"ymax\": 934.6597}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1290.79, \"ymin\": 913.068, \"xmax\": 1308.5227, \"ymax\": 932.3864}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1643.42, \"ymin\": 826.705, \"xmax\": 1671.0526, \"ymax\": 863.159}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1331.82, \"ymin\": 914.205, \"xmax\": 1348.8654, \"ymax\": 934.6591000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1678.95, \"ymin\": 828.977, \"xmax\": 1708.5227, \"ymax\": 864.7712}, \"category\": \"pn-2\"}]}, \"6346\": {\"path\": \"train/6346.jpg\", \"id\": 6346, \"objects\": [{\"bbox\": {\"xmin\": 1231.34, \"ymin\": 852.239, \"xmax\": 1264.6766, \"ymax\": 887.0647}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1267.66, \"ymin\": 852.736, \"xmax\": 1298.5075000000002, \"ymax\": 886.0697}, \"category\": \"pn\"}]}, \"25253\": {\"path\": \"train/25253.jpg\", \"id\": 25253, \"objects\": [{\"bbox\": {\"xmin\": 1545.0, \"ymin\": 785.0, \"xmax\": 1625.0, \"ymax\": 875.0}, \"category\": \"pl80\"}]}, \"45287\": {\"path\": \"train/45287.jpg\", \"id\": 45287, \"objects\": [{\"bbox\": {\"xmin\": 1478.67, \"ymin\": 1021.33, \"xmax\": 1530.6667, \"ymax\": 1069.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1897.33, \"ymin\": 981.333, \"xmax\": 1928.0, \"ymax\": 1016.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1332.0, \"ymin\": 798.667, \"xmax\": 1389.3333, \"ymax\": 856.0}, \"category\": \"pne\"}]}, \"66913\": {\"path\": \"train/66913.jpg\", \"id\": 66913, \"objects\": [{\"bbox\": {\"xmin\": 363.87432861328125, \"ymin\": 1068.9713134765625, \"xmax\": 386.78125, \"ymax\": 1088.7205810546875}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1569.33, \"ymin\": 898.667, \"xmax\": 1641.3333, \"ymax\": 972.0}, \"category\": \"pl30\"}]}, \"4577\": {\"path\": \"train/4577.jpg\", \"id\": 4577, \"objects\": [{\"bbox\": {\"xmin\": 1805.0, \"ymin\": 953.0, \"xmax\": 1833.0, \"ymax\": 998.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1716.0, \"ymin\": 904.0, \"xmax\": 1818.0, \"ymax\": 1008.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 973.0, \"xmax\": 31.0, \"ymax\": 1042.0}, \"category\": \"pcl\"}]}, \"63913\": {\"path\": \"test/63913.jpg\", \"id\": 63913, \"objects\": [{\"bbox\": {\"xmin\": 844.886, \"ymin\": 976.705, \"xmax\": 863.0681999999999, \"ymax\": 1030.1136000000001}, \"category\": \"pl80\"}]}, \"29443\": {\"path\": \"other/29443.jpg\", \"id\": 29443, \"objects\": [{\"bbox\": {\"xmin\": 1116.0, \"ymin\": 930.0, \"xmax\": 1254.0, \"ymax\": 1065.0}, \"category\": \"pm10\"}]}, \"40789\": {\"path\": \"train/40789.jpg\", \"id\": 40789, \"objects\": [{\"bbox\": {\"xmin\": 771.83, \"ymin\": 836.32, \"xmax\": 814.6867000000001, \"ymax\": 876.796}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 590.476, \"ymin\": 850.0, \"xmax\": 629.3651, \"ymax\": 888.0952}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 766.667, \"ymin\": 923.81, \"xmax\": 792.8571000000001, \"ymax\": 950.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 744.444, \"ymin\": 925.397, \"xmax\": 767.4603, \"ymax\": 950.7937000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 792.857, \"ymin\": 923.81, \"xmax\": 818.8118999999999, \"ymax\": 948.5148999999999}, \"category\": \"pn\"}]}, \"68863\": {\"path\": \"train/68863.jpg\", \"id\": 68863, \"objects\": [{\"bbox\": {\"xmin\": 372.0, \"ymin\": 317.333, \"xmax\": 533.333, \"ymax\": 446.66700000000003}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 837.333, \"ymin\": 236.0, \"xmax\": 1046.667, \"ymax\": 401.33299999999997}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1052.0, \"ymin\": 232.0, \"xmax\": 1261.333, \"ymax\": 400.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1356.0, \"ymin\": 266.667, \"xmax\": 1549.333, \"ymax\": 414.667}, \"category\": \"pn\"}]}, \"82998\": {\"path\": \"train/82998.jpg\", \"id\": 82998, \"objects\": [{\"bbox\": {\"xmin\": 393.6, \"ymin\": 979.2, \"xmax\": 426.40000000000003, \"ymax\": 1025.6000000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 112.8, \"ymin\": 1001.6, \"xmax\": 143.2, \"ymax\": 1044.8}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 82.4, \"ymin\": 980.8, \"xmax\": 126.4, \"ymax\": 1036.8}, \"category\": \"p26\"}]}, \"37910\": {\"path\": \"test/37910.jpg\", \"id\": 37910, \"objects\": [{\"bbox\": {\"xmin\": 1905.56, \"ymin\": 987.302, \"xmax\": 1930.1716, \"ymax\": 1012.6984}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1919.05, \"ymin\": 957.937, \"xmax\": 1943.6508, \"ymax\": 983.3333}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1932.54, \"ymin\": 987.302, \"xmax\": 1957.9329, \"ymax\": 1013.4921}, \"category\": \"p18\"}]}, \"80450\": {\"path\": \"train/80450.jpg\", \"id\": 80450, \"objects\": [{\"bbox\": {\"xmin\": 1872.0, \"ymin\": 846.667, \"xmax\": 1992.0, \"ymax\": 992.0}, \"category\": \"pm20\"}]}, \"44887\": {\"path\": \"test/44887.jpg\", \"id\": 44887, \"objects\": [{\"bbox\": {\"xmin\": 1776.0, \"ymin\": 1018.67, \"xmax\": 1829.3333, \"ymax\": 1073.3365999999999}, \"category\": \"pr40\"}]}, \"65090\": {\"path\": \"test/65090.jpg\", \"id\": 65090, \"objects\": [{\"bbox\": {\"xmin\": 1242.4, \"ymin\": 851.2, \"xmax\": 1262.4, \"ymax\": 870.4000000000001}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1356.8, \"ymin\": 848.8, \"xmax\": 1376.8, \"ymax\": 867.1999999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1300.0, \"ymin\": 848.8, \"xmax\": 1319.2, \"ymax\": 868.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1217.6, \"ymin\": 829.6, \"xmax\": 1237.6, \"ymax\": 848.8000000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1243.2, \"ymin\": 829.6, \"xmax\": 1261.6000000000001, \"ymax\": 849.6}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1276.0, \"ymin\": 848.0, \"xmax\": 1295.2, \"ymax\": 868.8}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1218.4, \"ymin\": 850.4, \"xmax\": 1236.8000000000002, \"ymax\": 868.8}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1333.6, \"ymin\": 848.8, \"xmax\": 1351.1999999999998, \"ymax\": 867.1999999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1397.6, \"ymin\": 848.0, \"xmax\": 1416.0, \"ymax\": 868.8}, \"category\": \"pne\"}]}, \"45050\": {\"path\": \"test/45050.jpg\", \"id\": 45050, \"objects\": [{\"bbox\": {\"xmin\": 1310.0, \"ymin\": 794.0, \"xmax\": 1355.0, \"ymax\": 828.0}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1356.0, \"ymin\": 795.0, \"xmax\": 1395.0, \"ymax\": 826.0}, \"category\": \"w57\"}]}, \"20403\": {\"path\": \"train/20403.jpg\", \"id\": 20403, \"objects\": [{\"bbox\": {\"xmin\": 98.0392, \"ymin\": 574.51, \"xmax\": 194.11759999999998, \"ymax\": 694.1179999999999}, \"category\": \"i5\"}]}, \"71284\": {\"path\": \"train/71284.jpg\", \"id\": 71284, \"objects\": [{\"bbox\": {\"xmin\": 1946.0, \"ymin\": 608.0, \"xmax\": 2025.0, \"ymax\": 706.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1261.0, \"ymin\": 1021.0, \"xmax\": 1284.0, \"ymax\": 1044.0}, \"category\": \"pn\"}]}, \"35689\": {\"path\": \"train/35689.jpg\", \"id\": 35689, \"objects\": [{\"bbox\": {\"xmin\": 1825.0, \"ymin\": 941.0, \"xmax\": 1893.0, \"ymax\": 1014.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1832.0, \"ymin\": 796.0, \"xmax\": 1897.0, \"ymax\": 868.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1829.0, \"ymin\": 871.0, \"xmax\": 1897.0, \"ymax\": 940.0}, \"category\": \"pn\"}]}, \"65457\": {\"path\": \"other/65457.jpg\", \"id\": 65457, \"objects\": [{\"bbox\": {\"xmin\": 298.31427001953125, \"ymin\": 1079.716796875, \"xmax\": 333.70526123046875, \"ymax\": 1112.4931640625}, \"category\": \"i12\"}]}, \"59979\": {\"path\": \"train/59979.jpg\", \"id\": 59979, \"objects\": [{\"bbox\": {\"xmin\": 353.9737243652344, \"ymin\": 821.7546997070312, \"xmax\": 373.7843322753906, \"ymax\": 874.5575561523438}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 301.1400146484375, \"ymin\": 805.1774291992188, \"xmax\": 325.20123291015625, \"ymax\": 858.8318481445312}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 329.8705749511719, \"ymin\": 816.5302124023438, \"xmax\": 351.6614074707031, \"ymax\": 869.7029418945312}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1980.900390625, \"ymin\": 951.2452392578125, \"xmax\": 2000.0498046875, \"ymax\": 972.6732177734375}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 848.684, \"ymin\": 571.053, \"xmax\": 882.8947, \"ymax\": 688.158}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 730.263, \"ymin\": 355.263, \"xmax\": 781.5789, \"ymax\": 531.579}, \"category\": \"pne\"}]}, \"7295\": {\"path\": \"train/7295.jpg\", \"id\": 7295, \"objects\": [{\"bbox\": {\"xmin\": 1903.85, \"ymin\": 980.769, \"xmax\": 2034.6149999999998, \"ymax\": 1076.3158}, \"category\": \"w57\"}]}, \"82861\": {\"path\": \"train/82861.jpg\", \"id\": 82861, \"objects\": [{\"bbox\": {\"xmin\": 1159.21, \"ymin\": 871.053, \"xmax\": 1194.7368000000001, \"ymax\": 907.8947000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1122.77, \"ymin\": 873.684, \"xmax\": 1152.6079, \"ymax\": 909.901}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1197.37, \"ymin\": 875.0, \"xmax\": 1228.9473999999998, \"ymax\": 908.9109}, \"category\": \"pn\"}]}, \"85335\": {\"path\": \"train/85335.jpg\", \"id\": 85335, \"objects\": [{\"bbox\": {\"xmin\": 825.397, \"ymin\": 979.365, \"xmax\": 850.7937000000001, \"ymax\": 1039.6825000000001}, \"category\": \"w59\"}]}, \"5931\": {\"path\": \"train/5931.jpg\", \"id\": 5931, \"objects\": [{\"bbox\": {\"xmin\": 1073.8255615234375, \"ymin\": 903.7339477539062, \"xmax\": 1094.5682373046875, \"ymax\": 923.7925415039062}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 221.022, \"ymin\": 982.386, \"xmax\": 239.772, \"ymax\": 1021.5907}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1746.61, \"ymin\": 978.486, \"xmax\": 1768.1227, \"ymax\": 1017.5299}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 191.477, \"ymin\": 982.387, \"xmax\": 214.2041, \"ymax\": 1022.1592999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1713.15, \"ymin\": 982.47, \"xmax\": 1734.6614000000002, \"ymax\": 1017.5301000000001}, \"category\": \"pne\"}]}, \"76526\": {\"path\": \"train/76526.jpg\", \"id\": 76526, \"objects\": [{\"bbox\": {\"xmin\": 1561.39, \"ymin\": 914.851, \"xmax\": 1586.1386, \"ymax\": 939.604}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1534.65, \"ymin\": 914.851, \"xmax\": 1559.4059000000002, \"ymax\": 940.5941}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1588.12, \"ymin\": 912.871, \"xmax\": 1612.8712999999998, \"ymax\": 938.6143}, \"category\": \"pn\"}]}, \"64136\": {\"path\": \"train/64136.jpg\", \"id\": 64136, \"objects\": [{\"bbox\": {\"xmin\": 1480.0, \"ymin\": 900.0, \"xmax\": 1540.0, \"ymax\": 954.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1973.33, \"ymin\": 908.0, \"xmax\": 2016.0, \"ymax\": 954.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1481.33, \"ymin\": 842.667, \"xmax\": 1537.3333, \"ymax\": 900.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1481.33, \"ymin\": 956.0, \"xmax\": 1538.6667, \"ymax\": 1013.3333}, \"category\": \"pbp\"}]}, \"21745\": {\"path\": \"test/21745.jpg\", \"id\": 21745, \"objects\": [{\"bbox\": {\"xmin\": 1228.57, \"ymin\": 896.825, \"xmax\": 1242.8571, \"ymax\": 913.4921}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1926.98, \"ymin\": 892.062, \"xmax\": 1938.8837, \"ymax\": 913.4915}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1177.78, \"ymin\": 893.651, \"xmax\": 1194.4443999999999, \"ymax\": 912.6976}, \"category\": \"pne\"}]}, \"82663\": {\"path\": \"train/82663.jpg\", \"id\": 82663, \"objects\": [{\"bbox\": {\"xmin\": 1673.33, \"ymin\": 546.667, \"xmax\": 1769.3333, \"ymax\": 648.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1556.0, \"ymin\": 526.667, \"xmax\": 1661.333, \"ymax\": 630.667}, \"category\": \"p23\"}]}, \"8098\": {\"path\": \"test/8098.jpg\", \"id\": 8098, \"objects\": [{\"bbox\": {\"xmin\": 688.0, \"ymin\": 958.667, \"xmax\": 707.9997, \"ymax\": 986.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 686.667, \"ymin\": 989.333, \"xmax\": 707.9997000000001, \"ymax\": 1016.0}, \"category\": \"pl5\"}]}, \"64308\": {\"path\": \"other/64308.jpg\", \"id\": 64308, \"objects\": [{\"bbox\": {\"xmin\": 1371.6, \"ymin\": 978.49, \"xmax\": 1452.4751999999999, \"ymax\": 1070.6469}, \"category\": \"pm5\"}]}, \"50085\": {\"path\": \"train/50085.jpg\", \"id\": 50085, \"objects\": [{\"bbox\": {\"xmin\": 953.333, \"ymin\": 872.0, \"xmax\": 998.6667, \"ymax\": 920.0}, \"category\": \"pl40\"}]}, \"26582\": {\"path\": \"test/26582.jpg\", \"id\": 26582, \"objects\": [{\"bbox\": {\"xmin\": 882.781, \"ymin\": 944.371, \"xmax\": 903.3113, \"ymax\": 966.8874}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1115.89, \"ymin\": 974.834, \"xmax\": 1128.4768000000001, \"ymax\": 989.404}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1098.01, \"ymin\": 974.172, \"xmax\": 1113.245, \"ymax\": 988.7417}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1131.13, \"ymin\": 974.834, \"xmax\": 1147.0199, \"ymax\": 990.0662}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 799.338, \"ymin\": 944.371, \"xmax\": 819.8675, \"ymax\": 966.2252}, \"category\": \"pne\"}]}, \"28763\": {\"path\": \"test/28763.jpg\", \"id\": 28763, \"objects\": [{\"bbox\": {\"xmin\": 823.81, \"ymin\": 865.873, \"xmax\": 854.7619, \"ymax\": 898.4127000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 713.492, \"ymin\": 865.079, \"xmax\": 742.0627, \"ymax\": 899.2056}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 116.667, \"ymin\": 823.81, \"xmax\": 146.8254, \"ymax\": 861.9047999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 861.905, \"ymin\": 917.46, \"xmax\": 878.5713999999999, \"ymax\": 938.8889}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 836.508, \"ymin\": 916.667, \"xmax\": 857.1429, \"ymax\": 939.6825}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 880.159, \"ymin\": 915.079, \"xmax\": 900.7937, \"ymax\": 938.8888999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 4.7619, \"ymin\": 838.095, \"xmax\": 27.7778, \"ymax\": 876.9841}, \"category\": \"pne\"}]}, \"70807\": {\"path\": \"train/70807.jpg\", \"id\": 70807, \"objects\": [{\"bbox\": {\"xmin\": 1355.56, \"ymin\": 892.063, \"xmax\": 1380.9570999999999, \"ymax\": 919.0476}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1251.59, \"ymin\": 889.683, \"xmax\": 1279.3651, \"ymax\": 916.6667}, \"category\": \"pne\"}]}, \"5536\": {\"path\": \"test/5536.jpg\", \"id\": 5536, \"objects\": [{\"bbox\": {\"xmin\": 516.832, \"ymin\": 1057.43, \"xmax\": 541.5842, \"ymax\": 1085.1485}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1254.46, \"ymin\": 984.158, \"xmax\": 1276.2376, \"ymax\": 1010.8911}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 517.822, \"ymin\": 1025.74, \"xmax\": 542.5743, \"ymax\": 1052.4752}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1255.45, \"ymin\": 1013.86, \"xmax\": 1274.2574, \"ymax\": 1038.6139}, \"category\": \"pl5\"}]}, \"89950\": {\"path\": \"train/89950.jpg\", \"id\": 89950, \"objects\": [{\"bbox\": {\"xmin\": 1085.4930419921875, \"ymin\": 966.7837524414062, \"xmax\": 1122.8436279296875, \"ymax\": 1000.5170288085938}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1273.33, \"ymin\": 986.667, \"xmax\": 1310.6667, \"ymax\": 1026.6667}, \"category\": \"p23\"}]}, \"91731\": {\"path\": \"test/91731.jpg\", \"id\": 91731, \"objects\": [{\"bbox\": {\"xmin\": 1315.84, \"ymin\": 904.95, \"xmax\": 1338.6138999999998, \"ymax\": 927.7228}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1548.51, \"ymin\": 922.772, \"xmax\": 1566.3366, \"ymax\": 942.5743}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1507.92, \"ymin\": 918.812, \"xmax\": 1524.7525, \"ymax\": 939.604}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1527.72, \"ymin\": 922.772, \"xmax\": 1543.5644, \"ymax\": 939.604}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1225.74, \"ymin\": 901.98, \"xmax\": 1252.4752, \"ymax\": 925.7426}, \"category\": \"pne\"}]}, \"7219\": {\"path\": \"test/7219.jpg\", \"id\": 7219, \"objects\": [{\"bbox\": {\"xmin\": 1376.16, \"ymin\": 968.874, \"xmax\": 1388.7417, \"ymax\": 980.1325}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1426.49, \"ymin\": 918.543, \"xmax\": 1447.0199, \"ymax\": 939.7351}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1448.34, \"ymin\": 917.881, \"xmax\": 1467.5497, \"ymax\": 941.0595999999999}, \"category\": \"pn\"}]}, \"6474\": {\"path\": \"test/6474.jpg\", \"id\": 6474, \"objects\": [{\"bbox\": {\"xmin\": 1728.0, \"ymin\": 577.0, \"xmax\": 1808.0, \"ymax\": 669.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1813.0, \"ymin\": 590.0, \"xmax\": 1884.0, \"ymax\": 676.0}, \"category\": \"pn\"}]}, \"93078\": {\"path\": \"train/93078.jpg\", \"id\": 93078, \"objects\": [{\"bbox\": {\"xmin\": 1081.33, \"ymin\": 792.0, \"xmax\": 1133.3333, \"ymax\": 842.6667}, \"category\": \"ph4.5\"}]}, \"46341\": {\"path\": \"test/46341.jpg\", \"id\": 46341, \"objects\": [{\"bbox\": {\"xmin\": 1231.82, \"ymin\": 794.886, \"xmax\": 1281.8182, \"ymax\": 845.4544999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1178.41, \"ymin\": 797.159, \"xmax\": 1226.7045, \"ymax\": 841.4773}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1290.34, \"ymin\": 797.159, \"xmax\": 1340.3409, \"ymax\": 844.8864}, \"category\": \"pn\"}]}, \"45542\": {\"path\": \"train/45542.jpg\", \"id\": 45542, \"objects\": [{\"bbox\": {\"xmin\": 1369.84, \"ymin\": 934.921, \"xmax\": 1386.5078999999998, \"ymax\": 953.9683}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1387.3, \"ymin\": 935.714, \"xmax\": 1403.9683, \"ymax\": 954.7619000000001}, \"category\": \"pn\"}]}, \"3045\": {\"path\": \"other/3045.jpg\", \"id\": 3045, \"objects\": [{\"bbox\": {\"xmin\": 1258.67, \"ymin\": 1040.0, \"xmax\": 1293.3333, \"ymax\": 1093.3333}, \"category\": \"pm10\"}]}, \"3464\": {\"path\": \"train/3464.jpg\", \"id\": 3464, \"objects\": [{\"bbox\": {\"xmin\": 900.635009765625, \"ymin\": 982.9921875, \"xmax\": 923.32958984375, \"ymax\": 1003.3089599609375}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 900.0, \"ymin\": 953.988, \"xmax\": 920.5521, \"ymax\": 975.7669000000001}, \"category\": \"p26\"}]}, \"57575\": {\"path\": \"other/57575.jpg\", \"id\": 57575, \"objects\": [{\"bbox\": {\"xmin\": 1332.31, \"ymin\": 976.549, \"xmax\": 1347.7926, \"ymax\": 991.5928}, \"category\": \"pn\"}]}, \"22779\": {\"path\": \"test/22779.jpg\", \"id\": 22779, \"objects\": [{\"bbox\": {\"xmin\": 1265.34, \"ymin\": 997.159, \"xmax\": 1282.3863999999999, \"ymax\": 1015.3409}, \"category\": \"p5\"}]}, \"49321\": {\"path\": \"train/49321.jpg\", \"id\": 49321, \"objects\": [{\"bbox\": {\"xmin\": 1811.0, \"ymin\": 1021.0, \"xmax\": 1854.0, \"ymax\": 1070.0}, \"category\": \"i2r\"}]}, \"69360\": {\"path\": \"other/69360.jpg\", \"id\": 69360, \"objects\": [{\"bbox\": {\"xmin\": 1262.25, \"ymin\": 929.801, \"xmax\": 1275.4967, \"ymax\": 943.0464000000001}, \"category\": \"pn\"}]}, \"79907\": {\"path\": \"test/79907.jpg\", \"id\": 79907, \"objects\": [{\"bbox\": {\"xmin\": 309.0, \"ymin\": 960.0, \"xmax\": 370.0, \"ymax\": 1033.0}, \"category\": \"pr40\"}]}, \"26065\": {\"path\": \"test/26065.jpg\", \"id\": 26065, \"objects\": [{\"bbox\": {\"xmin\": 1190.48, \"ymin\": 934.921, \"xmax\": 1204.7661, \"ymax\": 951.5873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1126.19, \"ymin\": 932.54, \"xmax\": 1143.6508000000001, \"ymax\": 950.0}, \"category\": \"pne\"}]}, \"8970\": {\"path\": \"test/8970.jpg\", \"id\": 8970, \"objects\": [{\"bbox\": {\"xmin\": 386.139, \"ymin\": 1000.0, \"xmax\": 421.7822, \"ymax\": 1058.4158}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 386.139, \"ymin\": 937.624, \"xmax\": 422.77230000000003, \"ymax\": 998.0198}, \"category\": \"pcd\"}]}, \"21161\": {\"path\": \"train/21161.jpg\", \"id\": 21161, \"objects\": [{\"bbox\": {\"xmin\": 1957.89, \"ymin\": 888.095, \"xmax\": 1980.2632, \"ymax\": 920.6351000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1840.79, \"ymin\": 877.632, \"xmax\": 1864.4737, \"ymax\": 910.5263}, \"category\": \"pne\"}]}, \"23752\": {\"path\": \"train/23752.jpg\", \"id\": 23752, \"objects\": [{\"bbox\": {\"xmin\": 1303.96, \"ymin\": 921.782, \"xmax\": 1332.6723, \"ymax\": 954.4554}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1265.35, \"ymin\": 921.782, \"xmax\": 1295.0494999999999, \"ymax\": 952.4749}, \"category\": \"pl60\"}]}, \"56564\": {\"path\": \"train/56564.jpg\", \"id\": 56564, \"objects\": [{\"bbox\": {\"xmin\": 1354.0, \"ymin\": 916.0, \"xmax\": 1426.0, \"ymax\": 990.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1139.0, \"ymin\": 987.0, \"xmax\": 1159.0, \"ymax\": 1005.0}, \"category\": \"w10\"}]}, \"42296\": {\"path\": \"train/42296.jpg\", \"id\": 42296, \"objects\": [{\"bbox\": {\"xmin\": 461.0, \"ymin\": 303.0, \"xmax\": 601.0, \"ymax\": 424.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1209.0, \"ymin\": 252.0, \"xmax\": 1362.0, \"ymax\": 382.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 754.0, \"ymin\": 943.0, \"xmax\": 799.0, \"ymax\": 985.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 226.0, \"ymin\": 358.0, \"xmax\": 340.0, \"ymax\": 477.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 887.0, \"ymin\": 248.0, \"xmax\": 1048.0, \"ymax\": 376.0}, \"category\": \"pl120\"}]}, \"88281\": {\"path\": \"other/88281.jpg\", \"id\": 88281, \"objects\": [{\"bbox\": {\"xmin\": 981.818, \"ymin\": 953.977, \"xmax\": 994.702, \"ymax\": 965.5629}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 535.821, \"ymin\": 949.254, \"xmax\": 542.78607, \"ymax\": 965.1741000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1084.09, \"ymin\": 951.705, \"xmax\": 1096.0227, \"ymax\": 964.7727}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1096.02, \"ymin\": 950.0, \"xmax\": 1109.9338, \"ymax\": 962.9139}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 928.977, \"ymin\": 953.409, \"xmax\": 943.75, \"ymax\": 968.1818}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 507.96, \"ymin\": 944.279, \"xmax\": 519.403, \"ymax\": 967.1642}, \"category\": \"pne\"}]}, \"60572\": {\"path\": \"test/60572.jpg\", \"id\": 60572, \"objects\": [{\"bbox\": {\"xmin\": 1782.0, \"ymin\": 994.0, \"xmax\": 1807.0, \"ymax\": 1020.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1410.0, \"ymin\": 994.0, \"xmax\": 1431.0, \"ymax\": 1016.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 968.0, \"ymin\": 1008.0, \"xmax\": 982.0, \"ymax\": 1024.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1781.0, \"ymin\": 932.0, \"xmax\": 1807.0, \"ymax\": 956.0}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 1783.0, \"ymin\": 958.0, \"xmax\": 1807.0, \"ymax\": 984.0}, \"category\": \"pn\"}]}, \"87567\": {\"path\": \"train/87567.jpg\", \"id\": 87567, \"objects\": [{\"bbox\": {\"xmin\": 592.105, \"ymin\": 731.579, \"xmax\": 659.2099000000001, \"ymax\": 794.7370999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1446.05, \"ymin\": 935.526, \"xmax\": 1496.0526, \"ymax\": 989.4737}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1444.74, \"ymin\": 1009.21, \"xmax\": 1500.0, \"ymax\": 1061.8421}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1447.37, \"ymin\": 855.263, \"xmax\": 1498.6842, \"ymax\": 913.1579}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 363.158, \"ymin\": 751.316, \"xmax\": 417.1053, \"ymax\": 811.8421000000001}, \"category\": \"pne\"}]}, \"4755\": {\"path\": \"train/4755.jpg\", \"id\": 4755, \"objects\": [{\"bbox\": {\"xmin\": 380.0, \"ymin\": 962.667, \"xmax\": 456.0, \"ymax\": 1074.667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 382.667, \"ymin\": 854.667, \"xmax\": 445.33329999999995, \"ymax\": 958.667}, \"category\": \"w57\"}]}, \"1404\": {\"path\": \"train/1404.jpg\", \"id\": 1404, \"objects\": [{\"bbox\": {\"xmin\": 1671.0, \"ymin\": 401.0, \"xmax\": 1791.0, \"ymax\": 523.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1528.0, \"ymin\": 374.0, \"xmax\": 1663.0, \"ymax\": 495.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1795.0, \"ymin\": 428.0, \"xmax\": 1904.0, \"ymax\": 542.0}, \"category\": \"pn\"}]}, \"65816\": {\"path\": \"other/65816.jpg\", \"id\": 65816, \"objects\": [{\"bbox\": {\"xmin\": 647.059, \"ymin\": 992.157, \"xmax\": 668.6274999999999, \"ymax\": 1017.6471}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 645.545, \"ymin\": 965.347, \"xmax\": 670.2964, \"ymax\": 994.1175}, \"category\": \"ps\"}]}, \"37987\": {\"path\": \"train/37987.jpg\", \"id\": 37987, \"objects\": [{\"bbox\": {\"xmin\": 1387.06, \"ymin\": 914.428, \"xmax\": 1407.9577, \"ymax\": 935.3234}, \"category\": \"pl80\"}]}, \"56879\": {\"path\": \"test/56879.jpg\", \"id\": 56879, \"objects\": [{\"bbox\": {\"xmin\": 1025.49, \"ymin\": 403.922, \"xmax\": 1180.392, \"ymax\": 539.216}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1194.12, \"ymin\": 403.922, \"xmax\": 1339.216, \"ymax\": 535.2940000000001}, \"category\": \"pn\"}]}, \"35408\": {\"path\": \"test/35408.jpg\", \"id\": 35408, \"objects\": [{\"bbox\": {\"xmin\": 1223.81, \"ymin\": 926.984, \"xmax\": 1244.4443999999999, \"ymax\": 948.4127000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1199.21, \"ymin\": 924.603, \"xmax\": 1223.8095, \"ymax\": 946.0317}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1249.21, \"ymin\": 923.81, \"xmax\": 1264.3564000000001, \"ymax\": 947.5247999999999}, \"category\": \"pn\"}]}, \"66055\": {\"path\": \"train/66055.jpg\", \"id\": 66055, \"objects\": [{\"bbox\": {\"xmin\": 1981.1798095703125, \"ymin\": 812.1239013671875, \"xmax\": 2002.9830322265625, \"ymax\": 839.1441650390625}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1976.8580322265625, \"ymin\": 854.876220703125, \"xmax\": 1996.1556396484375, \"ymax\": 880.8431396484375}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 2003.98583984375, \"ymin\": 858.01416015625, \"xmax\": 2025.1865234375, \"ymax\": 882.0867919921875}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1761.84, \"ymin\": 915.789, \"xmax\": 1800.0, \"ymax\": 957.8947}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 446.053, \"ymin\": 946.053, \"xmax\": 493.4211, \"ymax\": 990.7895}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 864.474, \"ymin\": 938.158, \"xmax\": 909.2105, \"ymax\": 989.4737}, \"category\": \"pne\"}]}, \"35664\": {\"path\": \"other/35664.jpg\", \"id\": 35664, \"objects\": [{\"bbox\": {\"xmin\": 1689.33, \"ymin\": 746.667, \"xmax\": 1770.6634, \"ymax\": 829.3336}, \"category\": \"pr30\"}]}, \"40363\": {\"path\": \"test/40363.jpg\", \"id\": 40363, \"objects\": [{\"bbox\": {\"xmin\": 1842.06, \"ymin\": 1003.17, \"xmax\": 1864.2857, \"ymax\": 1029.3624}, \"category\": \"pg\"}]}, \"10567\": {\"path\": \"train/10567.jpg\", \"id\": 10567, \"objects\": [{\"bbox\": {\"xmin\": 1386.67, \"ymin\": 590.667, \"xmax\": 1454.6667, \"ymax\": 652.0}, \"category\": \"pl80\"}]}, \"10009\": {\"path\": \"train/10009.jpg\", \"id\": 10009, \"objects\": [{\"bbox\": {\"xmin\": 1296.6, \"ymin\": 932.954, \"xmax\": 1319.8908999999999, \"ymax\": 957.3860999999999}, \"category\": \"pl40\"}]}, \"20491\": {\"path\": \"train/20491.jpg\", \"id\": 20491, \"objects\": [{\"bbox\": {\"xmin\": 980.0, \"ymin\": 913.6, \"xmax\": 997.6, \"ymax\": 931.2}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1089.6, \"ymin\": 912.0, \"xmax\": 1107.1999999999998, \"ymax\": 931.2}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1036.0, \"ymin\": 912.0, \"xmax\": 1053.6, \"ymax\": 931.2}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 958.4, \"ymin\": 893.6, \"xmax\": 977.6, \"ymax\": 911.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 978.4, \"ymin\": 892.0, \"xmax\": 999.1999999999999, \"ymax\": 911.2}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1015.2, \"ymin\": 912.0, \"xmax\": 1032.8, \"ymax\": 929.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 960.0, \"ymin\": 912.8, \"xmax\": 978.4, \"ymax\": 931.1999999999999}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1069.6, \"ymin\": 912.0, \"xmax\": 1088.0, \"ymax\": 930.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1135.2, \"ymin\": 911.2, \"xmax\": 1153.6000000000001, \"ymax\": 928.8000000000001}, \"category\": \"pne\"}]}, \"61322\": {\"path\": \"train/61322.jpg\", \"id\": 61322, \"objects\": [{\"bbox\": {\"xmin\": 1892.0, \"ymin\": 719.0, \"xmax\": 1918.0, \"ymax\": 767.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1894.0, \"ymin\": 775.0, \"xmax\": 1920.0, \"ymax\": 822.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1895.0, \"ymin\": 830.0, \"xmax\": 1923.0, \"ymax\": 880.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1784.0, \"ymin\": 666.0, \"xmax\": 1806.0, \"ymax\": 699.0}, \"category\": \"w63\"}]}, \"23313\": {\"path\": \"train/23313.jpg\", \"id\": 23313, \"objects\": [{\"bbox\": {\"xmin\": 165.909, \"ymin\": 957.386, \"xmax\": 184.09089999999998, \"ymax\": 980.6818}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 17.6136, \"ymin\": 959.659, \"xmax\": 30.1136, \"ymax\": 982.3864}, \"category\": \"p6\"}]}, \"17860\": {\"path\": \"train/17860.jpg\", \"id\": 17860, \"objects\": [{\"bbox\": {\"xmin\": 1378.98, \"ymin\": 982.386, \"xmax\": 1394.8864, \"ymax\": 1000.0}, \"category\": \"pm55\"}]}, \"81866\": {\"path\": \"other/81866.jpg\", \"id\": 81866, \"objects\": [{\"bbox\": {\"xmin\": 1192.48, \"ymin\": 961.062, \"xmax\": 1204.4297, \"ymax\": 973.4518}, \"category\": \"pn\"}]}, \"26573\": {\"path\": \"train/26573.jpg\", \"id\": 26573, \"objects\": [{\"bbox\": {\"xmin\": 1388.16, \"ymin\": 992.105, \"xmax\": 1413.1579000000002, \"ymax\": 1015.7893}, \"category\": \"w57\"}]}, \"66839\": {\"path\": \"other/66839.jpg\", \"id\": 66839, \"objects\": [{\"bbox\": {\"xmin\": 1892.0, \"ymin\": 566.0, \"xmax\": 1973.0, \"ymax\": 669.0}, \"category\": \"p14\"}]}, \"43728\": {\"path\": \"train/43728.jpg\", \"id\": 43728, \"objects\": [{\"bbox\": {\"xmin\": 1251.0, \"ymin\": 752.0, \"xmax\": 1306.0, \"ymax\": 808.0}, \"category\": \"pl10\"}, {\"bbox\": {\"xmin\": 1183.2, \"ymin\": 736.8, \"xmax\": 1244.8, \"ymax\": 793.5999999999999}, \"category\": \"w32\"}]}, \"33964\": {\"path\": \"train/33964.jpg\", \"id\": 33964, \"objects\": [{\"bbox\": {\"xmin\": 1312.87, \"ymin\": 905.941, \"xmax\": 1329.703, \"ymax\": 926.7327}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1182.18, \"ymin\": 902.97, \"xmax\": 1202.9703, \"ymax\": 920.7921}, \"category\": \"pne\"}]}, \"88937\": {\"path\": \"train/88937.jpg\", \"id\": 88937, \"objects\": [{\"bbox\": {\"xmin\": 1972.12, \"ymin\": 933.186, \"xmax\": 2025.2212, \"ymax\": 990.2660000000001}, \"category\": \"pne\"}]}, \"83721\": {\"path\": \"train/83721.jpg\", \"id\": 83721, \"objects\": [{\"bbox\": {\"xmin\": 1352.38, \"ymin\": 906.349, \"xmax\": 1379.3651000000002, \"ymax\": 935.7143000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1514.29, \"ymin\": 939.683, \"xmax\": 1533.3333, \"ymax\": 960.3175}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1476.98, \"ymin\": 942.857, \"xmax\": 1494.4444, \"ymax\": 963.4920999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1495.24, \"ymin\": 942.063, \"xmax\": 1512.6984, \"ymax\": 961.1099}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1238.1, \"ymin\": 904.762, \"xmax\": 1269.8412999999998, \"ymax\": 934.9205999999999}, \"category\": \"pne\"}]}, \"76633\": {\"path\": \"other/76633.jpg\", \"id\": 76633, \"objects\": [{\"bbox\": {\"xmin\": 878.6780395507812, \"ymin\": 1013.2098999023438, \"xmax\": 896.0949096679688, \"ymax\": 1030.3450927734375}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 881.3438110351562, \"ymin\": 992.3057250976562, \"xmax\": 898.9910278320312, \"ymax\": 1009.0453491210938}, \"category\": \"pl5\"}]}, \"96520\": {\"path\": \"train/96520.jpg\", \"id\": 96520, \"objects\": [{\"bbox\": {\"xmin\": 1452.6043701171875, \"ymin\": 870.0458374023438, \"xmax\": 1483.5303955078125, \"ymax\": 903.5486450195312}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1864.5491943359375, \"ymin\": 940.8612060546875, \"xmax\": 1899.8648681640625, \"ymax\": 987.844482421875}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 888.0, \"ymin\": 590.667, \"xmax\": 978.6667, \"ymax\": 669.3333}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 60.0, \"ymin\": 777.333, \"xmax\": 101.33330000000001, \"ymax\": 832.0}, \"category\": \"pne\"}]}, \"77987\": {\"path\": \"train/77987.jpg\", \"id\": 77987, \"objects\": [{\"bbox\": {\"xmin\": 948.8, \"ymin\": 985.6, \"xmax\": 966.4, \"ymax\": 1034.4}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 712.0, \"ymin\": 996.8, \"xmax\": 759.2, \"ymax\": 1064.8}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 268.8, \"ymin\": 964.8, \"xmax\": 312.8, \"ymax\": 1052.8}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 758.4, \"ymin\": 972.0, \"xmax\": 788.0, \"ymax\": 1046.4}, \"category\": \"p26\"}]}, \"41400\": {\"path\": \"train/41400.jpg\", \"id\": 41400, \"objects\": [{\"bbox\": {\"xmin\": 1242.57, \"ymin\": 978.218, \"xmax\": 1275.2475, \"ymax\": 1008.9109}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1076.24, \"ymin\": 923.762, \"xmax\": 1100.0, \"ymax\": 945.5446}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1711.88, \"ymin\": 982.178, \"xmax\": 1727.7228, \"ymax\": 1002.9703}, \"category\": \"pne\"}]}, \"97878\": {\"path\": \"train/97878.jpg\", \"id\": 97878, \"objects\": [{\"bbox\": {\"xmin\": 615.832275390625, \"ymin\": 886.023681640625, \"xmax\": 644.96826171875, \"ymax\": 911.7381591796875}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 675.248, \"ymin\": 887.129, \"xmax\": 703.9604, \"ymax\": 915.8416}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 648.515, \"ymin\": 889.109, \"xmax\": 672.2772, \"ymax\": 914.8515}, \"category\": \"pn\"}]}, \"4560\": {\"path\": \"train/4560.jpg\", \"id\": 4560, \"objects\": [{\"bbox\": {\"xmin\": 1764.36, \"ymin\": 909.901, \"xmax\": 1783.1682999999998, \"ymax\": 931.6823999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1737.62, \"ymin\": 902.97, \"xmax\": 1762.3762, \"ymax\": 931.6832}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1789.11, \"ymin\": 907.921, \"xmax\": 1805.9406, \"ymax\": 932.6733}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1603.96, \"ymin\": 677.228, \"xmax\": 1681.1881, \"ymax\": 751.4851}, \"category\": \"pne\"}]}, \"4658\": {\"path\": \"train/4658.jpg\", \"id\": 4658, \"objects\": [{\"bbox\": {\"xmin\": 1978.67, \"ymin\": 790.667, \"xmax\": 2017.3333, \"ymax\": 846.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1886.67, \"ymin\": 780.0, \"xmax\": 1933.3333, \"ymax\": 840.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1933.33, \"ymin\": 786.667, \"xmax\": 1980.0, \"ymax\": 844.0}, \"category\": \"pn\"}]}, \"53202\": {\"path\": \"train/53202.jpg\", \"id\": 53202, \"objects\": [{\"bbox\": {\"xmin\": 887.0, \"ymin\": 670.0, \"xmax\": 949.0, \"ymax\": 728.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 956.0, \"ymin\": 665.0, \"xmax\": 1015.0, \"ymax\": 726.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 891.0, \"ymin\": 760.0, \"xmax\": 953.0, \"ymax\": 821.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 957.0, \"ymin\": 760.0, \"xmax\": 1019.0, \"ymax\": 821.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 408.0, \"ymin\": 859.0, \"xmax\": 474.0, \"ymax\": 935.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1261.0, \"ymin\": 913.0, \"xmax\": 1334.0, \"ymax\": 992.0}, \"category\": \"pbm\"}]}, \"67365\": {\"path\": \"train/67365.jpg\", \"id\": 67365, \"objects\": [{\"bbox\": {\"xmin\": 1528.0, \"ymin\": 864.0, \"xmax\": 1594.6667, \"ymax\": 930.6667}, \"category\": \"pl40\"}]}, \"91183\": {\"path\": \"train/91183.jpg\", \"id\": 91183, \"objects\": [{\"bbox\": {\"xmin\": 701.327, \"ymin\": 808.407, \"xmax\": 715.0442, \"ymax\": 857.5221}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 538.938, \"ymin\": 717.699, \"xmax\": 565.9291, \"ymax\": 788.0531}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 717.257, \"ymin\": 816.814, \"xmax\": 730.5309, \"ymax\": 862.3894}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 570.796, \"ymin\": 734.513, \"xmax\": 597.3451, \"ymax\": 802.6549}, \"category\": \"pn\"}]}, \"17892\": {\"path\": \"test/17892.jpg\", \"id\": 17892, \"objects\": [{\"bbox\": {\"xmin\": 252.475, \"ymin\": 759.406, \"xmax\": 307.9208, \"ymax\": 819.8019999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 846.535, \"ymin\": 745.545, \"xmax\": 897.0296999999999, \"ymax\": 793.0693}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 72.2772, \"ymin\": 785.149, \"xmax\": 116.83169999999998, \"ymax\": 846.5347}, \"category\": \"pne\"}]}, \"16842\": {\"path\": \"test/16842.jpg\", \"id\": 16842, \"objects\": [{\"bbox\": {\"xmin\": 809.0, \"ymin\": 823.0, \"xmax\": 865.0, \"ymax\": 881.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 804.0, \"ymin\": 940.0, \"xmax\": 869.0, \"ymax\": 995.0}, \"category\": \"w55\"}]}, \"52784\": {\"path\": \"train/52784.jpg\", \"id\": 52784, \"objects\": [{\"bbox\": {\"xmin\": 1354.86, \"ymin\": 575.129, \"xmax\": 1427.4041, \"ymax\": 661.4037000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 819.66, \"ymin\": 588.21, \"xmax\": 894.1695, \"ymax\": 666.6412}, \"category\": \"pne\"}]}, \"93059\": {\"path\": \"test/93059.jpg\", \"id\": 93059, \"objects\": [{\"bbox\": {\"xmin\": 1042.09, \"ymin\": 1048.6, \"xmax\": 1076.4472999999998, \"ymax\": 1083.8976}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1041.96, \"ymin\": 1004.4, \"xmax\": 1077.6238, \"ymax\": 1041.4189999999999}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1243.0, \"ymin\": 1011.0, \"xmax\": 1267.6204, \"ymax\": 1035.0}, \"category\": \"pn\"}]}, \"26917\": {\"path\": \"train/26917.jpg\", \"id\": 26917, \"objects\": [{\"bbox\": {\"xmin\": 1778.95, \"ymin\": 859.211, \"xmax\": 1809.2105000000001, \"ymax\": 890.7895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1819.74, \"ymin\": 886.842, \"xmax\": 1844.7368, \"ymax\": 913.1578999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1797.37, \"ymin\": 886.842, \"xmax\": 1819.7368, \"ymax\": 911.8421}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2018.42, \"ymin\": 972.368, \"xmax\": 2044.7368000000001, \"ymax\": 1003.9474}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1847.37, \"ymin\": 886.842, \"xmax\": 1867.1053, \"ymax\": 910.5263}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1644.74, \"ymin\": 851.316, \"xmax\": 1682.8947, \"ymax\": 892.1053}, \"category\": \"pne\"}]}, \"32107\": {\"path\": \"train/32107.jpg\", \"id\": 32107, \"objects\": [{\"bbox\": {\"xmin\": 1823.0, \"ymin\": 968.0, \"xmax\": 1851.0, \"ymax\": 999.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1845.0, \"ymin\": 871.0, \"xmax\": 1869.0, \"ymax\": 898.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1815.0, \"ymin\": 872.0, \"xmax\": 1840.0, \"ymax\": 900.0}, \"category\": \"pl40\"}]}, \"20174\": {\"path\": \"train/20174.jpg\", \"id\": 20174, \"objects\": [{\"bbox\": {\"xmin\": 1220.63, \"ymin\": 925.397, \"xmax\": 1238.8889000000001, \"ymax\": 942.8571000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1149.21, \"ymin\": 924.603, \"xmax\": 1169.8413, \"ymax\": 943.6508}, \"category\": \"pne\"}]}, \"40609\": {\"path\": \"train/40609.jpg\", \"id\": 40609, \"objects\": [{\"bbox\": {\"xmin\": 508.0, \"ymin\": 660.0, \"xmax\": 574.6667, \"ymax\": 746.667}, \"category\": \"pl30\"}]}, \"21735\": {\"path\": \"other/21735.jpg\", \"id\": 21735, \"objects\": [{\"bbox\": {\"xmin\": 1251.0, \"ymin\": 886.0, \"xmax\": 1328.0, \"ymax\": 956.0}, \"category\": \"w21\"}]}, \"55878\": {\"path\": \"test/55878.jpg\", \"id\": 55878, \"objects\": [{\"bbox\": {\"xmin\": 987.129, \"ymin\": 890.099, \"xmax\": 1021.7822, \"ymax\": 924.7525}, \"category\": \"ph4.5\"}]}, \"23430\": {\"path\": \"train/23430.jpg\", \"id\": 23430, \"objects\": [{\"bbox\": {\"xmin\": 1629.37, \"ymin\": 695.238, \"xmax\": 1672.2222, \"ymax\": 751.5873}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1903.97, \"ymin\": 758.73, \"xmax\": 1935.0993, \"ymax\": 805.5556}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1936.51, \"ymin\": 764.901, \"xmax\": 1964.2857, \"ymax\": 815.8732}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1313.49, \"ymin\": 626.984, \"xmax\": 1377.7778, \"ymax\": 703.1746}, \"category\": \"pne\"}]}, \"85671\": {\"path\": \"train/85671.jpg\", \"id\": 85671, \"objects\": [{\"bbox\": {\"xmin\": 402.97, \"ymin\": 849.505, \"xmax\": 425.74260000000004, \"ymax\": 893.0693}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 378.218, \"ymin\": 843.564, \"xmax\": 401.9802, \"ymax\": 888.1188}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 423.762, \"ymin\": 857.426, \"xmax\": 448.5149, \"ymax\": 897.0297}, \"category\": \"pn\"}]}, \"30086\": {\"path\": \"other/30086.jpg\", \"id\": 30086, \"objects\": [{\"bbox\": {\"xmin\": 1125.4541015625, \"ymin\": 923.9332275390625, \"xmax\": 1146.037353515625, \"ymax\": 943.0794677734375}, \"category\": \"w57\"}]}, \"33935\": {\"path\": \"train/33935.jpg\", \"id\": 33935, \"objects\": [{\"bbox\": {\"xmin\": 782.667, \"ymin\": 958.667, \"xmax\": 828.0, \"ymax\": 1013.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1124.0, \"ymin\": 958.667, \"xmax\": 1146.6667, \"ymax\": 982.6667}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 852.0, \"ymin\": 1120.0, \"xmax\": 880.0, \"ymax\": 1149.3333}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 754.667, \"ymin\": 928.0, \"xmax\": 793.3333, \"ymax\": 978.6667}, \"category\": \"pbp\"}]}, \"8644\": {\"path\": \"train/8644.jpg\", \"id\": 8644, \"objects\": [{\"bbox\": {\"xmin\": 445.333, \"ymin\": 913.333, \"xmax\": 486.66670000000005, \"ymax\": 964.0}, \"category\": \"p10\"}]}, \"37673\": {\"path\": \"train/37673.jpg\", \"id\": 37673, \"objects\": [{\"bbox\": {\"xmin\": 1893.33, \"ymin\": 888.0, \"xmax\": 1970.6667, \"ymax\": 974.6667}, \"category\": \"pm30\"}]}, \"4257\": {\"path\": \"test/4257.jpg\", \"id\": 4257, \"objects\": [{\"bbox\": {\"xmin\": 521.0, \"ymin\": 1002.0, \"xmax\": 553.0, \"ymax\": 1048.0}, \"category\": \"pl40\"}]}, \"72835\": {\"path\": \"test/72835.jpg\", \"id\": 72835, \"objects\": [{\"bbox\": {\"xmin\": 1674.43, \"ymin\": 878.978, \"xmax\": 1703.9791, \"ymax\": 913.6368}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1706.25, \"ymin\": 880.682, \"xmax\": 1734.0873, \"ymax\": 914.7727}, \"category\": \"pn\"}]}, \"42209\": {\"path\": \"test/42209.jpg\", \"id\": 42209, \"objects\": [{\"bbox\": {\"xmin\": 192.0, \"ymin\": 969.333, \"xmax\": 237.3333, \"ymax\": 1022.6667}, \"category\": \"pl60\"}]}, \"64357\": {\"path\": \"other/64357.jpg\", \"id\": 64357, \"objects\": [{\"bbox\": {\"xmin\": 1568.2408447265625, \"ymin\": 1001.5618896484375, \"xmax\": 1585.5548095703125, \"ymax\": 1019.8958740234375}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1567.6976318359375, \"ymin\": 981.2464599609375, \"xmax\": 1585.7359619140625, \"ymax\": 998.586669921875}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1569.6488037109375, \"ymin\": 954.9354248046875, \"xmax\": 1587.5328369140625, \"ymax\": 972.4317626953125}, \"category\": \"p26\"}]}, \"69591\": {\"path\": \"train/69591.jpg\", \"id\": 69591, \"objects\": [{\"bbox\": {\"xmin\": 1454.76, \"ymin\": 925.397, \"xmax\": 1484.9206, \"ymax\": 953.9683}, \"category\": \"pg\"}]}, \"9695\": {\"path\": \"train/9695.jpg\", \"id\": 9695, \"objects\": [{\"bbox\": {\"xmin\": 1484.46, \"ymin\": 942.51, \"xmax\": 1520.9950000000001, \"ymax\": 982.5869}, \"category\": \"i5\"}]}, \"26325\": {\"path\": \"test/26325.jpg\", \"id\": 26325, \"objects\": [{\"bbox\": {\"xmin\": 1532.89, \"ymin\": 813.158, \"xmax\": 1576.3158, \"ymax\": 855.2632}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1773.68, \"ymin\": 856.579, \"xmax\": 1802.6316000000002, \"ymax\": 889.4737}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1802.63, \"ymin\": 857.895, \"xmax\": 1823.6842000000001, \"ymax\": 893.4211}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1413.16, \"ymin\": 802.632, \"xmax\": 1452.6316000000002, \"ymax\": 847.3684}, \"category\": \"pne\"}]}, \"43789\": {\"path\": \"test/43789.jpg\", \"id\": 43789, \"objects\": [{\"bbox\": {\"xmin\": 1350.67, \"ymin\": 965.333, \"xmax\": 1410.6667, \"ymax\": 1022.6667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1352.0, \"ymin\": 905.333, \"xmax\": 1410.6667, \"ymax\": 962.6667}, \"category\": \"pm55\"}]}, \"10247\": {\"path\": \"train/10247.jpg\", \"id\": 10247, \"objects\": [{\"bbox\": {\"xmin\": 1753.17, \"ymin\": 784.127, \"xmax\": 1795.2381, \"ymax\": 833.3333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1798.41, \"ymin\": 791.27, \"xmax\": 1839.6817, \"ymax\": 841.2698}, \"category\": \"pn\"}]}, \"73928\": {\"path\": \"train/73928.jpg\", \"id\": 73928, \"objects\": [{\"bbox\": {\"xmin\": 1938.4, \"ymin\": 600.0, \"xmax\": 1998.4, \"ymax\": 673.6}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1858.4, \"ymin\": 496.8, \"xmax\": 1926.4, \"ymax\": 572.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1940.0, \"ymin\": 518.4, \"xmax\": 2000.8, \"ymax\": 592.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1859.2, \"ymin\": 580.8, \"xmax\": 1924.0, \"ymax\": 657.5999999999999}, \"category\": \"pl120\"}]}, \"85844\": {\"path\": \"train/85844.jpg\", \"id\": 85844, \"objects\": [{\"bbox\": {\"xmin\": 732.0, \"ymin\": 954.4, \"xmax\": 759.2, \"ymax\": 997.6}, \"category\": \"pl5\"}]}, \"68651\": {\"path\": \"train/68651.jpg\", \"id\": 68651, \"objects\": [{\"bbox\": {\"xmin\": 1523.85, \"ymin\": 911.921, \"xmax\": 1550.3379, \"ymax\": 937.0861000000001}, \"category\": \"pl80\"}]}, \"6008\": {\"path\": \"test/6008.jpg\", \"id\": 6008, \"objects\": [{\"bbox\": {\"xmin\": 388.8, \"ymin\": 565.6, \"xmax\": 499.20000000000005, \"ymax\": 684.8000000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 272.8, \"ymin\": 506.4, \"xmax\": 368.8, \"ymax\": 595.1999999999999}, \"category\": \"pnlc\"}]}, \"10020\": {\"path\": \"train/10020.jpg\", \"id\": 10020, \"objects\": [{\"bbox\": {\"xmin\": 1424.0, \"ymin\": 877.333, \"xmax\": 1501.3333, \"ymax\": 963.9997}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1425.33, \"ymin\": 970.667, \"xmax\": 1501.3333, \"ymax\": 1056.0}, \"category\": \"p27\"}]}, \"11623\": {\"path\": \"test/11623.jpg\", \"id\": 11623, \"objects\": [{\"bbox\": {\"xmin\": 707.0, \"ymin\": 919.0, \"xmax\": 733.0, \"ymax\": 946.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 630.0, \"ymin\": 839.0, \"xmax\": 658.0, \"ymax\": 875.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 630.0, \"ymin\": 885.0, \"xmax\": 661.0, \"ymax\": 924.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1338.0, \"ymin\": 935.0, \"xmax\": 1380.0, \"ymax\": 977.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1337.0, \"ymin\": 984.0, \"xmax\": 1377.0, \"ymax\": 1027.0}, \"category\": \"i2r\"}]}, \"48309\": {\"path\": \"train/48309.jpg\", \"id\": 48309, \"objects\": [{\"bbox\": {\"xmin\": 645.0, \"ymin\": 120.0, \"xmax\": 885.0, \"ymax\": 283.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 895.0, \"ymin\": 104.0, \"xmax\": 1148.0, \"ymax\": 270.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1372.0, \"ymin\": 147.0, \"xmax\": 1601.0, \"ymax\": 316.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1588.0, \"ymin\": 673.0, \"xmax\": 1758.0, \"ymax\": 849.0}, \"category\": \"pcl\"}]}, \"51954\": {\"path\": \"train/51954.jpg\", \"id\": 51954, \"objects\": [{\"bbox\": {\"xmin\": 1528.71, \"ymin\": 993.069, \"xmax\": 1554.4148, \"ymax\": 1018.8118999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1283.17, \"ymin\": 979.208, \"xmax\": 1301.9802, \"ymax\": 996.0396}, \"category\": \"w55\"}]}, \"45424\": {\"path\": \"other/45424.jpg\", \"id\": 45424, \"objects\": [{\"bbox\": {\"xmin\": 381.333, \"ymin\": 1018.67, \"xmax\": 502.66700000000003, \"ymax\": 1172.0059999999999}, \"category\": \"pm10\"}]}, \"2869\": {\"path\": \"train/2869.jpg\", \"id\": 2869, \"objects\": [{\"bbox\": {\"xmin\": 1767.61, \"ymin\": 498.295, \"xmax\": 1814.7727, \"ymax\": 559.6591}, \"category\": \"p3\"}]}, \"24584\": {\"path\": \"train/24584.jpg\", \"id\": 24584, \"objects\": [{\"bbox\": {\"xmin\": 1359.66, \"ymin\": 954.546, \"xmax\": 1377.2727, \"ymax\": 972.7276}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1726.14, \"ymin\": 919.319, \"xmax\": 1752.2727, \"ymax\": 943.7504}, \"category\": \"pl40\"}]}, \"920\": {\"path\": \"train/920.jpg\", \"id\": 920, \"objects\": [{\"bbox\": {\"xmin\": 1381.75, \"ymin\": 825.397, \"xmax\": 1426.9841, \"ymax\": 880.9527}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1497.83, \"ymin\": 924.275, \"xmax\": 1513.4064999999998, \"ymax\": 942.0289}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1515.94, \"ymin\": 925.0, \"xmax\": 1531.8864, \"ymax\": 943.4783}, \"category\": \"pn\"}]}, \"91051\": {\"path\": \"train/91051.jpg\", \"id\": 91051, \"objects\": [{\"bbox\": {\"xmin\": 176.238, \"ymin\": 931.683, \"xmax\": 195.0495, \"ymax\": 956.4354}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1827.72, \"ymin\": 397.03, \"xmax\": 1908.9109, \"ymax\": 527.723}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 125.743, \"ymin\": 932.673, \"xmax\": 143.5644, \"ymax\": 957.4257}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1591.09, \"ymin\": 592.079, \"xmax\": 1630.695, \"ymax\": 681.1881}, \"category\": \"pne\"}]}, \"80858\": {\"path\": \"other/80858.jpg\", \"id\": 80858, \"objects\": [{\"bbox\": {\"xmin\": 1115.0369873046875, \"ymin\": 186.74246215820312, \"xmax\": 1340.5577392578125, \"ymax\": 368.5375671386719}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1421.2490234375, \"ymin\": 200.65679931640625, \"xmax\": 1645.51416015625, \"ymax\": 390.5858154296875}, \"category\": \"w57\"}]}, \"24893\": {\"path\": \"test/24893.jpg\", \"id\": 24893, \"objects\": [{\"bbox\": {\"xmin\": 1042.92, \"ymin\": 907.08, \"xmax\": 1065.9267, \"ymax\": 930.9735000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1069.03, \"ymin\": 907.523, \"xmax\": 1089.8254, \"ymax\": 929.2040000000001}, \"category\": \"pn\"}]}, \"76729\": {\"path\": \"other/76729.jpg\", \"id\": 76729, \"objects\": [{\"bbox\": {\"xmin\": 1472.760009765625, \"ymin\": 1081.48828125, \"xmax\": 1496.024169921875, \"ymax\": 1105.0029296875}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1396.740234375, \"ymin\": 1087.365234375, \"xmax\": 1418.21044921875, \"ymax\": 1105.168212890625}, \"category\": \"i4\"}]}, \"82245\": {\"path\": \"train/82245.jpg\", \"id\": 82245, \"objects\": [{\"bbox\": {\"xmin\": 1374.0, \"ymin\": 978.0, \"xmax\": 1454.0, \"ymax\": 1066.0}, \"category\": \"p10\"}]}, \"57488\": {\"path\": \"test/57488.jpg\", \"id\": 57488, \"objects\": [{\"bbox\": {\"xmin\": 1896.05, \"ymin\": 735.526, \"xmax\": 1953.9464, \"ymax\": 805.2633999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1963.16, \"ymin\": 744.737, \"xmax\": 2013.1673, \"ymax\": 814.4737}, \"category\": \"pn\"}]}, \"4731\": {\"path\": \"test/4731.jpg\", \"id\": 4731, \"objects\": [{\"bbox\": {\"xmin\": 1275.2, \"ymin\": 900.0, \"xmax\": 1414.4, \"ymax\": 1038.4}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1280.0, \"ymin\": 756.8, \"xmax\": 1426.4, \"ymax\": 892.0}, \"category\": \"pg\"}]}, \"55520\": {\"path\": \"test/55520.jpg\", \"id\": 55520, \"objects\": [{\"bbox\": {\"xmin\": 1810.0, \"ymin\": 962.0, \"xmax\": 1891.0, \"ymax\": 1036.0}, \"category\": \"pl50\"}]}, \"90506\": {\"path\": \"train/90506.jpg\", \"id\": 90506, \"objects\": [{\"bbox\": {\"xmin\": 1333.33, \"ymin\": 945.333, \"xmax\": 1449.33, \"ymax\": 1058.667}, \"category\": \"pm30\"}]}, \"87835\": {\"path\": \"other/87835.jpg\", \"id\": 87835, \"objects\": [{\"bbox\": {\"xmin\": 681.094, \"ymin\": 959.204, \"xmax\": 703.4817, \"ymax\": 982.0898}, \"category\": \"w63\"}]}, \"84156\": {\"path\": \"train/84156.jpg\", \"id\": 84156, \"objects\": [{\"bbox\": {\"xmin\": 678.0, \"ymin\": 915.0, \"xmax\": 709.0, \"ymax\": 969.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 715.0, \"ymin\": 919.0, \"xmax\": 740.0, \"ymax\": 969.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 678.0, \"ymin\": 978.0, \"xmax\": 709.0, \"ymax\": 1031.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 716.0, \"ymin\": 976.0, \"xmax\": 739.0, \"ymax\": 1029.0}, \"category\": \"ph4\"}]}, \"7443\": {\"path\": \"test/7443.jpg\", \"id\": 7443, \"objects\": [{\"bbox\": {\"xmin\": 1592.86, \"ymin\": 852.381, \"xmax\": 1629.3651, \"ymax\": 891.2698}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1409.52, \"ymin\": 850.495, \"xmax\": 1457.1402, \"ymax\": 886.5070000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1240.48, \"ymin\": 929.365, \"xmax\": 1260.3175, \"ymax\": 953.1746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1211.11, \"ymin\": 926.984, \"xmax\": 1235.7142999999999, \"ymax\": 953.9683}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1261.9, \"ymin\": 929.365, \"xmax\": 1287.1287, \"ymax\": 955.4455}, \"category\": \"pn\"}]}, \"1395\": {\"path\": \"train/1395.jpg\", \"id\": 1395, \"objects\": [{\"bbox\": {\"xmin\": 206.0, \"ymin\": 572.0, \"xmax\": 325.33299999999997, \"ymax\": 721.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 814.0, \"xmax\": 1770.0, \"ymax\": 904.0}, \"category\": \"p23\"}]}, \"39555\": {\"path\": \"train/39555.jpg\", \"id\": 39555, \"objects\": [{\"bbox\": {\"xmin\": 1726.14, \"ymin\": 875.0, \"xmax\": 1752.2745, \"ymax\": 906.8184}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1753.98, \"ymin\": 876.136, \"xmax\": 1779.5455, \"ymax\": 908.5227}, \"category\": \"pn\"}]}, \"83503\": {\"path\": \"test/83503.jpg\", \"id\": 83503, \"objects\": [{\"bbox\": {\"xmin\": 1066.23, \"ymin\": 927.815, \"xmax\": 1084.1112, \"ymax\": 946.3576}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1043.05, \"ymin\": 928.477, \"xmax\": 1061.5893999999998, \"ymax\": 944.3709}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1087.42, \"ymin\": 927.152, \"xmax\": 1105.298, \"ymax\": 946.3576}, \"category\": \"pn\"}]}, \"81514\": {\"path\": \"test/81514.jpg\", \"id\": 81514, \"objects\": [{\"bbox\": {\"xmin\": 1912.0, \"ymin\": 893.333, \"xmax\": 1954.6667, \"ymax\": 940.0}, \"category\": \"pl80\"}]}, \"16305\": {\"path\": \"train/16305.jpg\", \"id\": 16305, \"objects\": [{\"bbox\": {\"xmin\": 1690.0, \"ymin\": 925.0, \"xmax\": 1769.0, \"ymax\": 1004.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1678.0, \"ymin\": 772.0, \"xmax\": 1756.0, \"ymax\": 848.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1683.0, \"ymin\": 850.0, \"xmax\": 1760.0, \"ymax\": 927.0}, \"category\": \"pn\"}]}, \"78766\": {\"path\": \"train/78766.jpg\", \"id\": 78766, \"objects\": [{\"bbox\": {\"xmin\": 410.526, \"ymin\": 965.789, \"xmax\": 510.526, \"ymax\": 1084.211}, \"category\": \"i5\"}]}, \"30493\": {\"path\": \"train/30493.jpg\", \"id\": 30493, \"objects\": [{\"bbox\": {\"xmin\": 1682.67, \"ymin\": 942.667, \"xmax\": 1701.3333, \"ymax\": 966.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1682.67, \"ymin\": 918.667, \"xmax\": 1700.0, \"ymax\": 941.3333}, \"category\": \"pl5\"}]}, \"56635\": {\"path\": \"train/56635.jpg\", \"id\": 56635, \"objects\": [{\"bbox\": {\"xmin\": 133.0, \"ymin\": 809.0, \"xmax\": 171.0, \"ymax\": 858.0}, \"category\": \"pl80\"}]}, \"72089\": {\"path\": \"test/72089.jpg\", \"id\": 72089, \"objects\": [{\"bbox\": {\"xmin\": 592.105, \"ymin\": 1018.42, \"xmax\": 614.4737, \"ymax\": 1051.3157999999999}, \"category\": \"pne\"}]}, \"87456\": {\"path\": \"other/87456.jpg\", \"id\": 87456, \"objects\": [{\"bbox\": {\"xmin\": 1849.01, \"ymin\": 929.801, \"xmax\": 1861.5901, \"ymax\": 947.0199}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1833.77, \"ymin\": 928.477, \"xmax\": 1845.0330999999999, \"ymax\": 944.3709}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1864.24, \"ymin\": 929.801, \"xmax\": 1878.1457, \"ymax\": 946.3576}, \"category\": \"pn\"}]}, \"29057\": {\"path\": \"other/29057.jpg\", \"id\": 29057, \"objects\": [{\"bbox\": {\"xmin\": 1094.74, \"ymin\": 781.579, \"xmax\": 1146.0526, \"ymax\": 832.8943999999999}, \"category\": \"w21\"}]}, \"9186\": {\"path\": \"train/9186.jpg\", \"id\": 9186, \"objects\": [{\"bbox\": {\"xmin\": 157.0, \"ymin\": 948.0, \"xmax\": 180.0, \"ymax\": 981.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 156.0, \"ymin\": 912.0, \"xmax\": 181.0, \"ymax\": 945.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 155.0, \"ymin\": 986.0, \"xmax\": 179.0, \"ymax\": 1019.0}, \"category\": \"pn\"}]}, \"62790\": {\"path\": \"test/62790.jpg\", \"id\": 62790, \"objects\": [{\"bbox\": {\"xmin\": 707.843, \"ymin\": 880.392, \"xmax\": 737.2548999999999, \"ymax\": 917.6471}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 898.684, \"ymin\": 868.627, \"xmax\": 921.0526, \"ymax\": 893.4210999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 931.579, \"ymin\": 863.158, \"xmax\": 955.2632, \"ymax\": 896.0526}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 596.078, \"ymin\": 886.275, \"xmax\": 623.6841999999999, \"ymax\": 921.0526}, \"category\": \"pne\"}]}, \"51892\": {\"path\": \"train/51892.jpg\", \"id\": 51892, \"objects\": [{\"bbox\": {\"xmin\": 1280.26, \"ymin\": 951.316, \"xmax\": 1346.8254, \"ymax\": 1013.1579}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1286.84, \"ymin\": 1017.11, \"xmax\": 1338.1579, \"ymax\": 1065.873}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1088.89, \"ymin\": 919.841, \"xmax\": 1108.7302000000002, \"ymax\": 939.6825}, \"category\": \"w57\"}]}, \"85861\": {\"path\": \"train/85861.jpg\", \"id\": 85861, \"objects\": [{\"bbox\": {\"xmin\": 850.996, \"ymin\": 972.908, \"xmax\": 875.6976, \"ymax\": 1013.9445000000001}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 262.745, \"ymin\": 741.176, \"xmax\": 331.3725, \"ymax\": 898.039}, \"category\": \"pm55\"}]}, \"84126\": {\"path\": \"test/84126.jpg\", \"id\": 84126, \"objects\": [{\"bbox\": {\"xmin\": 915.789, \"ymin\": 713.158, \"xmax\": 993.4205, \"ymax\": 797.3684000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1450.0, \"ymin\": 776.316, \"xmax\": 1506.5789, \"ymax\": 827.6316}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1506.58, \"ymin\": 776.316, \"xmax\": 1563.1579, \"ymax\": 827.6316}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 621.053, \"ymin\": 730.263, \"xmax\": 690.7895, \"ymax\": 809.2105}, \"category\": \"pne\"}]}, \"26248\": {\"path\": \"train/26248.jpg\", \"id\": 26248, \"objects\": [{\"bbox\": {\"xmin\": 1899.0, \"ymin\": 916.0, \"xmax\": 1966.0, \"ymax\": 987.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 690.0, \"ymin\": 938.0, \"xmax\": 715.0, \"ymax\": 967.0}, \"category\": \"pn\"}]}, \"35651\": {\"path\": \"train/35651.jpg\", \"id\": 35651, \"objects\": [{\"bbox\": {\"xmin\": 1857.0, \"ymin\": 974.0, \"xmax\": 1896.0, \"ymax\": 1014.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1860.0, \"ymin\": 936.0, \"xmax\": 1897.0, \"ymax\": 973.0}, \"category\": \"w63\"}]}, \"1875\": {\"path\": \"train/1875.jpg\", \"id\": 1875, \"objects\": [{\"bbox\": {\"xmin\": 637.333, \"ymin\": 1024.0, \"xmax\": 677.3333, \"ymax\": 1064.0}, \"category\": \"p5\"}]}, \"42143\": {\"path\": \"other/42143.jpg\", \"id\": 42143, \"objects\": [{\"bbox\": {\"xmin\": 590.8938598632812, \"ymin\": 986.5263671875, \"xmax\": 608.4544067382812, \"ymax\": 1004.2713623046875}, \"category\": \"pl5\"}]}, \"51335\": {\"path\": \"train/51335.jpg\", \"id\": 51335, \"objects\": [{\"bbox\": {\"xmin\": 1980.0771484375, \"ymin\": 1027.337890625, \"xmax\": 1999.517333984375, \"ymax\": 1046.68701171875}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1979.0279541015625, \"ymin\": 1007.6026000976562, \"xmax\": 1997.5340576171875, \"ymax\": 1025.0921630859375}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1934.234619140625, \"ymin\": 940.2603759765625, \"xmax\": 1954.75048828125, \"ymax\": 963.3421630859375}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1910.4052734375, \"ymin\": 940.6705932617188, \"xmax\": 1930.03369140625, \"ymax\": 962.5629272460938}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 2.66667, \"ymin\": 998.667, \"xmax\": 63.999970000000005, \"ymax\": 1060.0}, \"category\": \"pm30\"}]}, \"67932\": {\"path\": \"train/67932.jpg\", \"id\": 67932, \"objects\": [{\"bbox\": {\"xmin\": 1081.75, \"ymin\": 757.937, \"xmax\": 1142.86, \"ymax\": 817.4614}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1154.76, \"ymin\": 765.079, \"xmax\": 1215.8703, \"ymax\": 818.2536}, \"category\": \"w57\"}]}, \"93251\": {\"path\": \"train/93251.jpg\", \"id\": 93251, \"objects\": [{\"bbox\": {\"xmin\": 960.5952758789062, \"ymin\": 1002.6549072265625, \"xmax\": 980.5520629882812, \"ymax\": 1020.4560546875}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 632.0, \"ymin\": 916.0, \"xmax\": 708.0, \"ymax\": 997.3333}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1637.33, \"ymin\": 1068.0, \"xmax\": 1693.3333, \"ymax\": 1130.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1641.33, \"ymin\": 1129.33, \"xmax\": 1693.3333, \"ymax\": 1190.6667}, \"category\": \"i2r\"}]}, \"39\": {\"path\": \"train/39.jpg\", \"id\": 39, \"objects\": [{\"bbox\": {\"xmin\": 710.945, \"ymin\": 1118.91, \"xmax\": 727.8607000000001, \"ymax\": 1140.8005}, \"category\": \"p23\"}]}, \"65126\": {\"path\": \"train/65126.jpg\", \"id\": 65126, \"objects\": [{\"bbox\": {\"xmin\": 56.9536, \"ymin\": 1005.3, \"xmax\": 82.1192, \"ymax\": 1042.3863999999999}, \"category\": \"p5\"}]}, \"54095\": {\"path\": \"train/54095.jpg\", \"id\": 54095, \"objects\": [{\"bbox\": {\"xmin\": 1718.67, \"ymin\": 1045.33, \"xmax\": 1816.0, \"ymax\": 1161.3329999999999}, \"category\": \"p23\"}]}, \"55206\": {\"path\": \"train/55206.jpg\", \"id\": 55206, \"objects\": [{\"bbox\": {\"xmin\": 1592.0, \"ymin\": 894.0, \"xmax\": 1650.0, \"ymax\": 951.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1593.0, \"ymin\": 951.0, \"xmax\": 1652.0, \"ymax\": 1013.0}, \"category\": \"pn\"}]}, \"18029\": {\"path\": \"test/18029.jpg\", \"id\": 18029, \"objects\": [{\"bbox\": {\"xmin\": 177.632, \"ymin\": 811.842, \"xmax\": 203.94740000000002, \"ymax\": 863.1578999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 117.105, \"ymin\": 800.0, \"xmax\": 147.3678, \"ymax\": 859.2105}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 147.368, \"ymin\": 809.211, \"xmax\": 177.6316, \"ymax\": 863.1579}, \"category\": \"pn\"}]}, \"3129\": {\"path\": \"train/3129.jpg\", \"id\": 3129, \"objects\": [{\"bbox\": {\"xmin\": 1501.96, \"ymin\": 550.98, \"xmax\": 1600.0, \"ymax\": 656.863}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1388.24, \"ymin\": 531.373, \"xmax\": 1498.039, \"ymax\": 643.1370000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1605.88, \"ymin\": 562.745, \"xmax\": 1701.9608, \"ymax\": 660.7843}, \"category\": \"pn\"}]}, \"29503\": {\"path\": \"train/29503.jpg\", \"id\": 29503, \"objects\": [{\"bbox\": {\"xmin\": 302.0, \"ymin\": 910.0, \"xmax\": 344.0, \"ymax\": 952.0}, \"category\": \"p23\"}]}, \"59982\": {\"path\": \"test/59982.jpg\", \"id\": 59982, \"objects\": [{\"bbox\": {\"xmin\": 850.98, \"ymin\": 735.294, \"xmax\": 909.8039, \"ymax\": 788.1578999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 921.569, \"ymin\": 730.263, \"xmax\": 980.2632, \"ymax\": 792.1047000000001}, \"category\": \"pn\"}]}, \"7593\": {\"path\": \"train/7593.jpg\", \"id\": 7593, \"objects\": [{\"bbox\": {\"xmin\": 1707.94, \"ymin\": 1015.08, \"xmax\": 1747.6217000000001, \"ymax\": 1058.7302}, \"category\": \"pl30\"}]}, \"19713\": {\"path\": \"test/19713.jpg\", \"id\": 19713, \"objects\": [{\"bbox\": {\"xmin\": 973.0, \"ymin\": 799.0, \"xmax\": 1024.0, \"ymax\": 852.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 357.0, \"ymin\": 841.0, \"xmax\": 386.0, \"ymax\": 876.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 874.0, \"ymin\": 802.0, \"xmax\": 920.0, \"ymax\": 849.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 733.0, \"ymin\": 802.0, \"xmax\": 778.0, \"ymax\": 847.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 686.0, \"ymin\": 801.0, \"xmax\": 728.0, \"ymax\": 849.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 782.0, \"ymin\": 802.0, \"xmax\": 828.0, \"ymax\": 848.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 210.0, \"ymin\": 854.0, \"xmax\": 236.0, \"ymax\": 886.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 925.0, \"ymin\": 801.0, \"xmax\": 974.0, \"ymax\": 849.0}, \"category\": \"im\"}]}, \"16813\": {\"path\": \"test/16813.jpg\", \"id\": 16813, \"objects\": [{\"bbox\": {\"xmin\": 1538.67, \"ymin\": 934.667, \"xmax\": 1562.67, \"ymax\": 962.6667}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1538.67, \"ymin\": 910.667, \"xmax\": 1561.3333, \"ymax\": 937.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 382.667, \"xmax\": 1318.6667, \"ymax\": 449.3333}, \"category\": \"w63\"}]}, \"2794\": {\"path\": \"train/2794.jpg\", \"id\": 2794, \"objects\": [{\"bbox\": {\"xmin\": 912.698, \"ymin\": 938.095, \"xmax\": 934.9205999999999, \"ymax\": 957.9365}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1167.46, \"ymin\": 985.714, \"xmax\": 1180.9524000000001, \"ymax\": 1004.7619000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1168.25, \"ymin\": 1007.14, \"xmax\": 1184.127, \"ymax\": 1028.5714}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1165.87, \"ymin\": 961.905, \"xmax\": 1183.3332999999998, \"ymax\": 982.5396999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 834.921, \"ymin\": 939.683, \"xmax\": 855.5556, \"ymax\": 958.7302}, \"category\": \"pne\"}]}, \"73334\": {\"path\": \"train/73334.jpg\", \"id\": 73334, \"objects\": [{\"bbox\": {\"xmin\": 1272.19, \"ymin\": 913.245, \"xmax\": 1294.702, \"ymax\": 935.7616}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1411.26, \"ymin\": 933.113, \"xmax\": 1426.4901, \"ymax\": 949.6689}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1378.15, \"ymin\": 935.099, \"xmax\": 1392.7152, \"ymax\": 950.9934000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1394.7, \"ymin\": 933.775, \"xmax\": 1409.9338, \"ymax\": 950.3311}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1181.46, \"ymin\": 911.921, \"xmax\": 1203.3113, \"ymax\": 932.4503000000001}, \"category\": \"pne\"}]}, \"76048\": {\"path\": \"test/76048.jpg\", \"id\": 76048, \"objects\": [{\"bbox\": {\"xmin\": 1397.0, \"ymin\": 955.0, \"xmax\": 1437.0, \"ymax\": 995.0}, \"category\": \"pl120\"}]}, \"73383\": {\"path\": \"other/73383.jpg\", \"id\": 73383, \"objects\": [{\"bbox\": {\"xmin\": 1189.83, \"ymin\": 950.0, \"xmax\": 1201.3324, \"ymax\": 962.3893}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1050.0, \"ymin\": 977.434, \"xmax\": 1062.8319, \"ymax\": 991.1504}, \"category\": \"pne\"}]}, \"68572\": {\"path\": \"train/68572.jpg\", \"id\": 68572, \"objects\": [{\"bbox\": {\"xmin\": 1076.32, \"ymin\": 900.0, \"xmax\": 1100.0051999999998, \"ymax\": 925.0}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1102.63, \"ymin\": 902.632, \"xmax\": 1126.3158, \"ymax\": 922.3684}, \"category\": \"w57\"}]}, \"87189\": {\"path\": \"other/87189.jpg\", \"id\": 87189, \"objects\": [{\"bbox\": {\"xmin\": 1290.07, \"ymin\": 1009.27, \"xmax\": 1307.288, \"ymax\": 1027.1491}, \"category\": \"pm8\"}]}, \"78792\": {\"path\": \"train/78792.jpg\", \"id\": 78792, \"objects\": [{\"bbox\": {\"xmin\": 1054.67, \"ymin\": 713.333, \"xmax\": 1114.6667, \"ymax\": 768.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 841.333, \"ymin\": 717.333, \"xmax\": 898.6667, \"ymax\": 772.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 776.0, \"ymin\": 718.667, \"xmax\": 832.0, \"ymax\": 774.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 988.0, \"ymin\": 713.333, \"xmax\": 1046.6667, \"ymax\": 768.0}, \"category\": \"pl120\"}]}, \"88429\": {\"path\": \"train/88429.jpg\", \"id\": 88429, \"objects\": [{\"bbox\": {\"xmin\": 822.0, \"ymin\": 864.0, \"xmax\": 845.0, \"ymax\": 888.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 848.0, \"ymin\": 864.0, \"xmax\": 872.0, \"ymax\": 887.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 897.0, \"ymin\": 997.0, \"xmax\": 923.0, \"ymax\": 1021.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 898.0, \"ymin\": 1028.0, \"xmax\": 923.0, \"ymax\": 1053.0}, \"category\": \"i2r\"}]}, \"18588\": {\"path\": \"train/18588.jpg\", \"id\": 18588, \"objects\": [{\"bbox\": {\"xmin\": 25.0, \"ymin\": 844.0, \"xmax\": 120.0, \"ymax\": 955.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 196.0, \"ymin\": 895.0, \"xmax\": 242.0, \"ymax\": 981.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 172.0, \"ymin\": 991.0, \"xmax\": 260.0, \"ymax\": 1076.0}, \"category\": \"pg\"}]}, \"71559\": {\"path\": \"other/71559.jpg\", \"id\": 71559, \"objects\": [{\"bbox\": {\"xmin\": 795.238, \"ymin\": 944.444, \"xmax\": 808.7302000000001, \"ymax\": 961.9047999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 776.984, \"ymin\": 946.825, \"xmax\": 791.2698, \"ymax\": 962.6984}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 811.111, \"ymin\": 946.032, \"xmax\": 826.1905, \"ymax\": 961.1111000000001}, \"category\": \"pn\"}]}, \"56353\": {\"path\": \"train/56353.jpg\", \"id\": 56353, \"objects\": [{\"bbox\": {\"xmin\": 1796.0, \"ymin\": 724.0, \"xmax\": 1849.0, \"ymax\": 784.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 781.0, \"ymin\": 768.0, \"xmax\": 825.0, \"ymax\": 818.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1671.0, \"ymin\": 711.0, \"xmax\": 1732.0, \"ymax\": 772.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1479.0, \"ymin\": 692.0, \"xmax\": 1545.0, \"ymax\": 760.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1410.0, \"ymin\": 685.0, \"xmax\": 1474.0, \"ymax\": 753.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1551.0, \"ymin\": 698.0, \"xmax\": 1610.0, \"ymax\": 763.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 543.0, \"ymin\": 788.0, \"xmax\": 583.0, \"ymax\": 831.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1735.0, \"ymin\": 719.0, \"xmax\": 1791.0, \"ymax\": 781.0}, \"category\": \"im\"}]}, \"40004\": {\"path\": \"train/40004.jpg\", \"id\": 40004, \"objects\": [{\"bbox\": {\"xmin\": 1231.37, \"ymin\": 850.98, \"xmax\": 1305.8824, \"ymax\": 943.1373}, \"category\": \"ip\"}]}, \"74160\": {\"path\": \"train/74160.jpg\", \"id\": 74160, \"objects\": [{\"bbox\": {\"xmin\": 1552.84, \"ymin\": 897.727, \"xmax\": 1576.7044999999998, \"ymax\": 925.568}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1579.55, \"ymin\": 899.431, \"xmax\": 1603.9773, \"ymax\": 927.8409}, \"category\": \"pn\"}]}, \"21330\": {\"path\": \"train/21330.jpg\", \"id\": 21330, \"objects\": [{\"bbox\": {\"xmin\": 1330.69, \"ymin\": 883.168, \"xmax\": 1358.4158, \"ymax\": 910.8904}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1215.84, \"ymin\": 884.158, \"xmax\": 1246.5347, \"ymax\": 910.8911}, \"category\": \"pne\"}]}, \"14553\": {\"path\": \"test/14553.jpg\", \"id\": 14553, \"objects\": [{\"bbox\": {\"xmin\": 1593.0, \"ymin\": 732.0, \"xmax\": 1657.0, \"ymax\": 802.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1597.0, \"ymin\": 807.0, \"xmax\": 1659.0, \"ymax\": 876.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1603.0, \"ymin\": 929.0, \"xmax\": 1668.0, \"ymax\": 998.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1604.0, \"ymin\": 1012.0, \"xmax\": 1669.0, \"ymax\": 1082.0}, \"category\": \"i2r\"}]}, \"15482\": {\"path\": \"other/15482.jpg\", \"id\": 15482, \"objects\": [{\"bbox\": {\"xmin\": 1042.67, \"ymin\": 854.667, \"xmax\": 1084.0, \"ymax\": 888.0}, \"category\": \"w22\"}]}, \"42711\": {\"path\": \"train/42711.jpg\", \"id\": 42711, \"objects\": [{\"bbox\": {\"xmin\": 1852.28, \"ymin\": 1035.8, \"xmax\": 1878.4135999999999, \"ymax\": 1064.7727}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1585.23, \"ymin\": 980.682, \"xmax\": 1607.3909, \"ymax\": 1006.8179}, \"category\": \"w59\"}]}, \"97888\": {\"path\": \"train/97888.jpg\", \"id\": 97888, \"objects\": [{\"bbox\": {\"xmin\": 1244.0, \"ymin\": 830.667, \"xmax\": 1285.3333, \"ymax\": 874.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1198.67, \"ymin\": 829.333, \"xmax\": 1237.3333, \"ymax\": 870.6667}, \"category\": \"pl60\"}]}, \"94240\": {\"path\": \"test/94240.jpg\", \"id\": 94240, \"objects\": [{\"bbox\": {\"xmin\": 786.508, \"ymin\": 1006.35, \"xmax\": 805.5556, \"ymax\": 1026.9841000000001}, \"category\": \"pn\"}]}, \"13942\": {\"path\": \"test/13942.jpg\", \"id\": 13942, \"objects\": [{\"bbox\": {\"xmin\": 99.2063, \"ymin\": 643.651, \"xmax\": 149.2061, \"ymax\": 722.2221999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 163.492, \"ymin\": 669.841, \"xmax\": 209.52429999999998, \"ymax\": 740.4766}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 220.0, \"ymin\": 795.556, \"xmax\": 253.3333, \"ymax\": 846.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 221.48, \"ymin\": 848.258, \"xmax\": 254.2085, \"ymax\": 902.6559000000001}, \"category\": \"i2r\"}]}, \"49858\": {\"path\": \"other/49858.jpg\", \"id\": 49858, \"objects\": [{\"bbox\": {\"xmin\": 151.485, \"ymin\": 932.673, \"xmax\": 165.34650000000002, \"ymax\": 951.4851}, \"category\": \"pn\"}]}, \"85026\": {\"path\": \"train/85026.jpg\", \"id\": 85026, \"objects\": [{\"bbox\": {\"xmin\": 1417.0, \"ymin\": 788.0, \"xmax\": 1454.0, \"ymax\": 827.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1463.0, \"ymin\": 863.0, \"xmax\": 1491.0, \"ymax\": 891.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1463.0, \"ymin\": 895.0, \"xmax\": 1491.0, \"ymax\": 925.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1463.0, \"ymin\": 929.0, \"xmax\": 1491.0, \"ymax\": 957.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1342.0, \"ymin\": 792.0, \"xmax\": 1370.0, \"ymax\": 817.0}, \"category\": \"w63\"}]}, \"19554\": {\"path\": \"train/19554.jpg\", \"id\": 19554, \"objects\": [{\"bbox\": {\"xmin\": 1741.27, \"ymin\": 803.968, \"xmax\": 1786.5079, \"ymax\": 857.1428999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1788.89, \"ymin\": 811.905, \"xmax\": 1831.746, \"ymax\": 859.5237999999999}, \"category\": \"pn\"}]}, \"53418\": {\"path\": \"train/53418.jpg\", \"id\": 53418, \"objects\": [{\"bbox\": {\"xmin\": 1293.42, \"ymin\": 734.211, \"xmax\": 1352.6316000000002, \"ymax\": 801.3158}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1223.68, \"ymin\": 731.579, \"xmax\": 1286.8421, \"ymax\": 792.1052999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1361.84, \"ymin\": 734.211, \"xmax\": 1418.4211, \"ymax\": 801.3158}, \"category\": \"pn\"}]}, \"10159\": {\"path\": \"test/10159.jpg\", \"id\": 10159, \"objects\": [{\"bbox\": {\"xmin\": 1331.2, \"ymin\": 960.0, \"xmax\": 1348.0, \"ymax\": 977.6}, \"category\": \"pl40\"}]}, \"4815\": {\"path\": \"other/4815.jpg\", \"id\": 4815, \"objects\": [{\"bbox\": {\"xmin\": 1460.78, \"ymin\": 950.98, \"xmax\": 1511.7507, \"ymax\": 998.0392}, \"category\": \"pl15\"}]}, \"15429\": {\"path\": \"train/15429.jpg\", \"id\": 15429, \"objects\": [{\"bbox\": {\"xmin\": 1142.38, \"ymin\": 916.556, \"xmax\": 1159.6035000000002, \"ymax\": 937.0861}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 240.476, \"ymin\": 903.968, \"xmax\": 256.3492, \"ymax\": 929.3651}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 257.937, \"ymin\": 905.556, \"xmax\": 273.0159, \"ymax\": 932.5397}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1166.23, \"ymin\": 918.543, \"xmax\": 1183.445, \"ymax\": 935.7623}, \"category\": \"pn\"}]}, \"48791\": {\"path\": \"train/48791.jpg\", \"id\": 48791, \"objects\": [{\"bbox\": {\"xmin\": 845.0, \"ymin\": 1014.0, \"xmax\": 866.0, \"ymax\": 1037.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1113.0, \"ymin\": 851.0, \"xmax\": 1149.0, \"ymax\": 888.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1231.0, \"ymin\": 993.0, \"xmax\": 1258.0, \"ymax\": 1019.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1304.0, \"ymin\": 910.0, \"xmax\": 1342.0, \"ymax\": 951.0}, \"category\": \"pmr\"}]}, \"92052\": {\"path\": \"train/92052.jpg\", \"id\": 92052, \"objects\": [{\"bbox\": {\"xmin\": 1044.2, \"ymin\": 842.392, \"xmax\": 1066.6643000000001, \"ymax\": 864.1308}, \"category\": \"p23\"}]}, \"68629\": {\"path\": \"train/68629.jpg\", \"id\": 68629, \"objects\": [{\"bbox\": {\"xmin\": 62.6667, \"ymin\": 682.667, \"xmax\": 126.66669999999999, \"ymax\": 754.667}, \"category\": \"p23\"}]}, \"54120\": {\"path\": \"train/54120.jpg\", \"id\": 54120, \"objects\": [{\"bbox\": {\"xmin\": 1862.0, \"ymin\": 940.0, \"xmax\": 1899.0, \"ymax\": 981.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1659.0, \"ymin\": 774.0, \"xmax\": 1695.0, \"ymax\": 815.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1699.0, \"ymin\": 778.0, \"xmax\": 1738.0, \"ymax\": 823.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1864.0, \"ymin\": 1015.0, \"xmax\": 1899.0, \"ymax\": 1044.0}, \"category\": \"w57\"}]}, \"74811\": {\"path\": \"train/74811.jpg\", \"id\": 74811, \"objects\": [{\"bbox\": {\"xmin\": 670.0289306640625, \"ymin\": 977.3892211914062, \"xmax\": 688.641357421875, \"ymax\": 994.7932739257812}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1255.8, \"ymin\": 921.376, \"xmax\": 1271.7391, \"ymax\": 938.0435}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1274.27, \"ymin\": 920.29, \"xmax\": 1290.942, \"ymax\": 937.3195}, \"category\": \"pn\"}]}, \"80521\": {\"path\": \"train/80521.jpg\", \"id\": 80521, \"objects\": [{\"bbox\": {\"xmin\": 1490.67, \"ymin\": 950.667, \"xmax\": 1581.3333, \"ymax\": 1049.3333}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 852.0, \"xmax\": 1576.0, \"ymax\": 948.0}, \"category\": \"pm55\"}]}, \"10926\": {\"path\": \"train/10926.jpg\", \"id\": 10926, \"objects\": [{\"bbox\": {\"xmin\": 1172.14, \"ymin\": 982.089, \"xmax\": 1190.0498, \"ymax\": 999.5020000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1126.37, \"ymin\": 991.542, \"xmax\": 1137.8084999999999, \"ymax\": 1002.9851}, \"category\": \"pn\"}]}, \"3284\": {\"path\": \"train/3284.jpg\", \"id\": 3284, \"objects\": [{\"bbox\": {\"xmin\": 371.053, \"ymin\": 831.579, \"xmax\": 392.1053, \"ymax\": 881.5789}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 288.158, \"ymin\": 801.316, \"xmax\": 314.4737, \"ymax\": 852.6316}, \"category\": \"i4\"}]}, \"60099\": {\"path\": \"test/60099.jpg\", \"id\": 60099, \"objects\": [{\"bbox\": {\"xmin\": 1251.0, \"ymin\": 868.0, \"xmax\": 1303.0, \"ymax\": 921.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1850.0, \"ymin\": 846.0, \"xmax\": 1938.0, \"ymax\": 978.0}, \"category\": \"pne\"}]}, \"94750\": {\"path\": \"other/94750.jpg\", \"id\": 94750, \"objects\": [{\"bbox\": {\"xmin\": 352.4892272949219, \"ymin\": 888.0214233398438, \"xmax\": 372.7166442871094, \"ymax\": 915.0581665039062}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1270.1806640625, \"ymin\": 932.4461669921875, \"xmax\": 1290.90087890625, \"ymax\": 950.776123046875}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 274.3760070800781, \"ymin\": 880.9733276367188, \"xmax\": 296.8819885253906, \"ymax\": 908.6837768554688}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1194.994140625, \"ymin\": 932.6796875, \"xmax\": 1214.96875, \"ymax\": 951.6002197265625}, \"category\": \"pne\"}]}, \"49478\": {\"path\": \"test/49478.jpg\", \"id\": 49478, \"objects\": [{\"bbox\": {\"xmin\": 1238.89, \"ymin\": 930.952, \"xmax\": 1257.9365, \"ymax\": 948.4127}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1173.02, \"ymin\": 929.365, \"xmax\": 1189.6825, \"ymax\": 947.619}, \"category\": \"pne\"}]}, \"74818\": {\"path\": \"test/74818.jpg\", \"id\": 74818, \"objects\": [{\"bbox\": {\"xmin\": 1590.48, \"ymin\": 915.873, \"xmax\": 1616.6667, \"ymax\": 941.2698}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1500.79, \"ymin\": 913.492, \"xmax\": 1523.8095, \"ymax\": 935.7143}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1234.13, \"ymin\": 894.444, \"xmax\": 1260.3175, \"ymax\": 918.2539999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1425.4, \"ymin\": 930.952, \"xmax\": 1441.2698, \"ymax\": 951.5873}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1385.71, \"ymin\": 930.952, \"xmax\": 1404.7619, \"ymax\": 952.381}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1407.14, \"ymin\": 930.159, \"xmax\": 1423.0159, \"ymax\": 950.7937}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1131.75, \"ymin\": 893.651, \"xmax\": 1160.3175, \"ymax\": 920.6348999999999}, \"category\": \"pne\"}]}, \"92\": {\"path\": \"train/92.jpg\", \"id\": 92, \"objects\": [{\"bbox\": {\"xmin\": 1688.0, \"ymin\": 1008.0, \"xmax\": 1715.0, \"ymax\": 1051.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1375.0, \"ymin\": 934.0, \"xmax\": 1478.0, \"ymax\": 1023.0}, \"category\": \"pg\"}]}, \"27412\": {\"path\": \"train/27412.jpg\", \"id\": 27412, \"objects\": [{\"bbox\": {\"xmin\": 1979.0, \"ymin\": 977.0, \"xmax\": 2015.0, \"ymax\": 1030.0}, \"category\": \"p13\"}]}, \"90230\": {\"path\": \"other/90230.jpg\", \"id\": 90230, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 364.1832580566406, \"xmax\": 90.778076171875, \"ymax\": 526.7894287109375}, \"category\": \"w43\"}]}, \"53661\": {\"path\": \"train/53661.jpg\", \"id\": 53661, \"objects\": [{\"bbox\": {\"xmin\": 393.0, \"ymin\": 896.0, \"xmax\": 461.0, \"ymax\": 975.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1371.0, \"ymin\": 640.0, \"xmax\": 1458.0, \"ymax\": 732.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1456.0, \"ymin\": 640.0, \"xmax\": 1544.0, \"ymax\": 720.0}, \"category\": \"w57\"}]}, \"71971\": {\"path\": \"other/71971.jpg\", \"id\": 71971, \"objects\": [{\"bbox\": {\"xmin\": 1568.0, \"ymin\": 875.0, \"xmax\": 1631.0, \"ymax\": 953.0}, \"category\": \"pr30\"}]}, \"83133\": {\"path\": \"train/83133.jpg\", \"id\": 83133, \"objects\": [{\"bbox\": {\"xmin\": 953.0, \"ymin\": 621.0, \"xmax\": 1020.0, \"ymax\": 681.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1704.0, \"ymin\": 829.0, \"xmax\": 1762.0, \"ymax\": 894.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 588.0, \"ymin\": 844.0, \"xmax\": 655.0, \"ymax\": 917.0}, \"category\": \"pl40\"}]}, \"90551\": {\"path\": \"train/90551.jpg\", \"id\": 90551, \"objects\": [{\"bbox\": {\"xmin\": 1018.41, \"ymin\": 581.579, \"xmax\": 1118.414, \"ymax\": 680.2629999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1123.69, \"ymin\": 581.579, \"xmax\": 1226.3200000000002, \"ymax\": 678.9473999999999}, \"category\": \"pn\"}]}, \"83173\": {\"path\": \"train/83173.jpg\", \"id\": 83173, \"objects\": [{\"bbox\": {\"xmin\": 1154.97, \"ymin\": 1007.28, \"xmax\": 1177.4834, \"ymax\": 1030.4636}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1209.28, \"ymin\": 1021.19, \"xmax\": 1239.0774, \"ymax\": 1056.9536}, \"category\": \"pne\"}]}, \"36539\": {\"path\": \"train/36539.jpg\", \"id\": 36539, \"objects\": [{\"bbox\": {\"xmin\": 812.0, \"ymin\": 964.0, \"xmax\": 841.3339, \"ymax\": 993.3321}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 953.333, \"ymin\": 828.0, \"xmax\": 985.3333, \"ymax\": 862.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 689.333, \"ymin\": 844.0, \"xmax\": 717.3333, \"ymax\": 873.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 981.333, \"xmax\": 893.3333, \"ymax\": 1017.3333}, \"category\": \"i4l\"}]}, \"84055\": {\"path\": \"train/84055.jpg\", \"id\": 84055, \"objects\": [{\"bbox\": {\"xmin\": 1298.51, \"ymin\": 937.313, \"xmax\": 1314.4279, \"ymax\": 955.2239}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1316.91, \"ymin\": 938.308, \"xmax\": 1333.3308000000002, \"ymax\": 954.7259}, \"category\": \"pn\"}]}, \"46163\": {\"path\": \"test/46163.jpg\", \"id\": 46163, \"objects\": [{\"bbox\": {\"xmin\": 771.429, \"ymin\": 882.54, \"xmax\": 800.0, \"ymax\": 907.1428999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1076.98, \"ymin\": 915.873, \"xmax\": 1093.6508000000001, \"ymax\": 934.9206}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1057.94, \"ymin\": 915.079, \"xmax\": 1074.6032, \"ymax\": 935.7143}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1096.83, \"ymin\": 918.254, \"xmax\": 1112.6984, \"ymax\": 936.5079000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 694.444, \"ymin\": 883.333, \"xmax\": 722.2221999999999, \"ymax\": 911.9048}, \"category\": \"pne\"}]}, \"55214\": {\"path\": \"train/55214.jpg\", \"id\": 55214, \"objects\": [{\"bbox\": {\"xmin\": 89.3333, \"ymin\": 970.667, \"xmax\": 168.0, \"ymax\": 1057.3333}, \"category\": \"p5\"}]}, \"86612\": {\"path\": \"train/86612.jpg\", \"id\": 86612, \"objects\": [{\"bbox\": {\"xmin\": 103.0, \"ymin\": 854.0, \"xmax\": 140.0, \"ymax\": 890.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 32.0, \"ymin\": 813.0, \"xmax\": 75.0, \"ymax\": 856.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 813.0, \"xmax\": 28.0, \"ymax\": 858.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 74.0, \"ymin\": 865.0, \"xmax\": 110.0, \"ymax\": 908.0}, \"category\": \"pn\"}]}, \"36836\": {\"path\": \"test/36836.jpg\", \"id\": 36836, \"objects\": [{\"bbox\": {\"xmin\": 1977.0, \"ymin\": 985.0, \"xmax\": 2045.0, \"ymax\": 1088.0}, \"category\": \"pr30\"}, {\"bbox\": {\"xmin\": 1649.0, \"ymin\": 967.0, \"xmax\": 1735.0, \"ymax\": 1044.0}, \"category\": \"w13\"}]}, \"14047\": {\"path\": \"train/14047.jpg\", \"id\": 14047, \"objects\": [{\"bbox\": {\"xmin\": 1381.97705078125, \"ymin\": 971.7137451171875, \"xmax\": 1407.480224609375, \"ymax\": 991.8914794921875}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 938.095, \"ymin\": 930.952, \"xmax\": 960.3175, \"ymax\": 950.7937}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1711.9, \"ymin\": 853.968, \"xmax\": 1737.3016, \"ymax\": 897.6189999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1111.11, \"ymin\": 926.984, \"xmax\": 1127.7773, \"ymax\": 947.619}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1131.75, \"ymin\": 926.984, \"xmax\": 1150.0, \"ymax\": 946.8254000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 854.762, \"ymin\": 931.746, \"xmax\": 877.7778, \"ymax\": 953.9683}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1647.62, \"ymin\": 872.222, \"xmax\": 1665.8729999999998, \"ymax\": 906.3492}, \"category\": \"pne\"}]}, \"84410\": {\"path\": \"other/84410.jpg\", \"id\": 84410, \"objects\": [{\"bbox\": {\"xmin\": 1218.67, \"ymin\": 916.0, \"xmax\": 1273.3366, \"ymax\": 969.3333}, \"category\": \"pm50\"}]}, \"84729\": {\"path\": \"test/84729.jpg\", \"id\": 84729, \"objects\": [{\"bbox\": {\"xmin\": 1829.33, \"ymin\": 914.667, \"xmax\": 1866.6600999999998, \"ymax\": 957.3333}, \"category\": \"pl120\"}]}, \"49542\": {\"path\": \"other/49542.jpg\", \"id\": 49542, \"objects\": [{\"bbox\": {\"xmin\": 1365.93, \"ymin\": 950.0, \"xmax\": 1393.3628, \"ymax\": 977.4326}, \"category\": \"w63\"}]}, \"17691\": {\"path\": \"train/17691.jpg\", \"id\": 17691, \"objects\": [{\"bbox\": {\"xmin\": 192.0, \"ymin\": 1018.67, \"xmax\": 239.9994, \"ymax\": 1066.67}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 190.667, \"ymin\": 969.333, \"xmax\": 240.0, \"ymax\": 1018.6667}, \"category\": \"pm20\"}]}, \"90683\": {\"path\": \"train/90683.jpg\", \"id\": 90683, \"objects\": [{\"bbox\": {\"xmin\": 202.0, \"ymin\": 504.762, \"xmax\": 336.0, \"ymax\": 776.0}, \"category\": \"p26\"}]}, \"37836\": {\"path\": \"test/37836.jpg\", \"id\": 37836, \"objects\": [{\"bbox\": {\"xmin\": 560.0, \"ymin\": 672.0, \"xmax\": 611.2, \"ymax\": 751.2}, \"category\": \"ph4.5\"}]}, \"37214\": {\"path\": \"other/37214.jpg\", \"id\": 37214, \"objects\": [{\"bbox\": {\"xmin\": 1281.59228515625, \"ymin\": 944.2747192382812, \"xmax\": 1299.250732421875, \"ymax\": 960.9050903320312}, \"category\": \"pl30\"}]}, \"40879\": {\"path\": \"test/40879.jpg\", \"id\": 40879, \"objects\": [{\"bbox\": {\"xmin\": 1501.0, \"ymin\": 799.0, \"xmax\": 1540.0, \"ymax\": 843.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 775.0, \"ymin\": 803.0, \"xmax\": 817.0, \"ymax\": 847.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1308.0, \"ymin\": 859.0, \"xmax\": 1351.0, \"ymax\": 901.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1414.0, \"ymin\": 797.0, \"xmax\": 1454.0, \"ymax\": 836.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1289.0, \"ymin\": 796.0, \"xmax\": 1329.0, \"ymax\": 836.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1242.0, \"ymin\": 792.0, \"xmax\": 1285.0, \"ymax\": 834.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1333.0, \"ymin\": 795.0, \"xmax\": 1374.0, \"ymax\": 839.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 544.0, \"ymin\": 822.0, \"xmax\": 579.0, \"ymax\": 858.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1460.0, \"ymin\": 799.0, \"xmax\": 1497.0, \"ymax\": 840.0}, \"category\": \"im\"}]}, \"83468\": {\"path\": \"other/83468.jpg\", \"id\": 83468, \"objects\": [{\"bbox\": {\"xmin\": 582.178, \"ymin\": 935.643, \"xmax\": 626.7328, \"ymax\": 977.2273}, \"category\": \"w45\"}]}, \"66004\": {\"path\": \"test/66004.jpg\", \"id\": 66004, \"objects\": [{\"bbox\": {\"xmin\": 836.508, \"ymin\": 973.016, \"xmax\": 851.5873, \"ymax\": 987.3016}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1826.19, \"ymin\": 903.175, \"xmax\": 1842.0676, \"ymax\": 927.7778}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 780.952, \"ymin\": 971.429, \"xmax\": 797.619, \"ymax\": 986.5079}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1774.6, \"ymin\": 909.524, \"xmax\": 1789.6825, \"ymax\": 934.127}, \"category\": \"pne\"}]}, \"39628\": {\"path\": \"test/39628.jpg\", \"id\": 39628, \"objects\": [{\"bbox\": {\"xmin\": 1402.67, \"ymin\": 789.333, \"xmax\": 1561.333, \"ymax\": 928.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1134.67, \"ymin\": 866.667, \"xmax\": 1169.3333, \"ymax\": 913.3333}, \"category\": \"pn\"}]}, \"86571\": {\"path\": \"train/86571.jpg\", \"id\": 86571, \"objects\": [{\"bbox\": {\"xmin\": 920.0, \"ymin\": 289.333, \"xmax\": 1098.667, \"ymax\": 426.66700000000003}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 458.667, \"ymin\": 352.0, \"xmax\": 606.6669999999999, \"ymax\": 482.66700000000003}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 310.667, \"ymin\": 384.0, \"xmax\": 446.667, \"ymax\": 513.333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 734.667, \"ymin\": 302.667, \"xmax\": 910.667, \"ymax\": 442.667}, \"category\": \"pl80\"}]}, \"59223\": {\"path\": \"test/59223.jpg\", \"id\": 59223, \"objects\": [{\"bbox\": {\"xmin\": 478.667, \"ymin\": 1037.33, \"xmax\": 514.6664, \"ymax\": 1078.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 478.667, \"ymin\": 992.0, \"xmax\": 518.6667, \"ymax\": 1036.0}, \"category\": \"pl10\"}]}, \"4279\": {\"path\": \"train/4279.jpg\", \"id\": 4279, \"objects\": [{\"bbox\": {\"xmin\": 1660.0, \"ymin\": 634.667, \"xmax\": 1784.0, \"ymax\": 758.667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 897.333, \"ymin\": 902.667, \"xmax\": 925.3333, \"ymax\": 929.3333}, \"category\": \"pl60\"}]}, \"83380\": {\"path\": \"other/83380.jpg\", \"id\": 83380, \"objects\": [{\"bbox\": {\"xmin\": 943.884521484375, \"ymin\": 933.142822265625, \"xmax\": 962.1761474609375, \"ymax\": 950.81591796875}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 302.1252136230469, \"ymin\": 921.9360961914062, \"xmax\": 319.1421203613281, \"ymax\": 940.9382934570312}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 875.77392578125, \"ymin\": 933.3721923828125, \"xmax\": 893.2476806640625, \"ymax\": 950.3455810546875}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 242.9458770751953, \"ymin\": 919.6243896484375, \"xmax\": 260.4976501464844, \"ymax\": 939.8123779296875}, \"category\": \"pne\"}]}, \"10169\": {\"path\": \"train/10169.jpg\", \"id\": 10169, \"objects\": [{\"bbox\": {\"xmin\": 1454.0, \"ymin\": 884.0, \"xmax\": 1477.0, \"ymax\": 912.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 882.0, \"ymin\": 890.0, \"xmax\": 909.0, \"ymax\": 918.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1406.0, \"ymin\": 879.0, \"xmax\": 1427.0, \"ymax\": 910.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1333.0, \"ymin\": 874.0, \"xmax\": 1357.0, \"ymax\": 905.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1306.0, \"ymin\": 874.0, \"xmax\": 1329.0, \"ymax\": 903.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1358.0, \"ymin\": 876.0, \"xmax\": 1384.0, \"ymax\": 910.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 719.0, \"ymin\": 891.0, \"xmax\": 748.0, \"ymax\": 919.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1431.0, \"ymin\": 880.0, \"xmax\": 1451.0, \"ymax\": 909.0}, \"category\": \"im\"}, {\"bbox\": {\"xmin\": 1640.0, \"ymin\": 960.0, \"xmax\": 1655.0, \"ymax\": 976.0}, \"category\": \"pdd\"}]}, \"72039\": {\"path\": \"other/72039.jpg\", \"id\": 72039, \"objects\": [{\"bbox\": {\"xmin\": 1293.42, \"ymin\": 914.474, \"xmax\": 1357.8947, \"ymax\": 973.6834}, \"category\": \"w30\"}]}, \"47192\": {\"path\": \"test/47192.jpg\", \"id\": 47192, \"objects\": [{\"bbox\": {\"xmin\": 529.703, \"ymin\": 892.079, \"xmax\": 555.4454999999999, \"ymax\": 920.7921}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 557.426, \"ymin\": 890.099, \"xmax\": 586.1386, \"ymax\": 919.802}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 52.4752, \"ymin\": 894.059, \"xmax\": 84.1584, \"ymax\": 939.6039999999999}, \"category\": \"pne\"}]}, \"23630\": {\"path\": \"train/23630.jpg\", \"id\": 23630, \"objects\": [{\"bbox\": {\"xmin\": 1196.08, \"ymin\": 798.039, \"xmax\": 1239.2234999999998, \"ymax\": 841.1765}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1254.9, \"ymin\": 800.0, \"xmax\": 1288.2353, \"ymax\": 839.2157}, \"category\": \"pn\"}]}, \"58878\": {\"path\": \"test/58878.jpg\", \"id\": 58878, \"objects\": [{\"bbox\": {\"xmin\": 1772.0, \"ymin\": 1004.0, \"xmax\": 1800.0, \"ymax\": 1034.6667}, \"category\": \"w32\"}]}, \"47641\": {\"path\": \"train/47641.jpg\", \"id\": 47641, \"objects\": [{\"bbox\": {\"xmin\": 1510.67, \"ymin\": 782.667, \"xmax\": 1542.6667, \"ymax\": 805.3333}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1494.67, \"ymin\": 812.0, \"xmax\": 1528.0, \"ymax\": 844.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1449.33, \"ymin\": 978.667, \"xmax\": 1478.6667, \"ymax\": 1008.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1448.0, \"ymin\": 950.667, \"xmax\": 1477.3333, \"ymax\": 980.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1205.33, \"ymin\": 893.333, \"xmax\": 1234.6667, \"ymax\": 925.3333}, \"category\": \"pmb\"}, {\"bbox\": {\"xmin\": 1450.67, \"ymin\": 809.333, \"xmax\": 1485.3333, \"ymax\": 846.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1437.33, \"ymin\": 778.667, \"xmax\": 1472.0, \"ymax\": 804.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1476.0, \"ymin\": 781.333, \"xmax\": 1506.6667, \"ymax\": 804.0}, \"category\": \"pbp\"}]}, \"28408\": {\"path\": \"test/28408.jpg\", \"id\": 28408, \"objects\": [{\"bbox\": {\"xmin\": 1413.43, \"ymin\": 920.896, \"xmax\": 1436.3134, \"ymax\": 942.2896}, \"category\": \"pl80\"}]}, \"79861\": {\"path\": \"train/79861.jpg\", \"id\": 79861, \"objects\": [{\"bbox\": {\"xmin\": 1569.31, \"ymin\": 818.812, \"xmax\": 1613.8614, \"ymax\": 868.3168000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1706.93, \"ymin\": 899.01, \"xmax\": 1727.7228, \"ymax\": 925.7426}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1659.41, \"ymin\": 900.0, \"xmax\": 1682.1782, \"ymax\": 927.7228}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1681.19, \"ymin\": 896.04, \"xmax\": 1704.9505000000001, \"ymax\": 925.7425999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1388.12, \"ymin\": 804.95, \"xmax\": 1437.6237999999998, \"ymax\": 858.4158}, \"category\": \"pne\"}]}, \"42124\": {\"path\": \"train/42124.jpg\", \"id\": 42124, \"objects\": [{\"bbox\": {\"xmin\": 1225.33, \"ymin\": 980.0, \"xmax\": 1269.3333, \"ymax\": 1032.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1225.33, \"ymin\": 933.333, \"xmax\": 1270.6667, \"ymax\": 984.0}, \"category\": \"pl5\"}]}, \"29251\": {\"path\": \"test/29251.jpg\", \"id\": 29251, \"objects\": [{\"bbox\": {\"xmin\": 1292.0, \"ymin\": 786.0, \"xmax\": 1336.0, \"ymax\": 833.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1569.0, \"ymin\": 949.0, \"xmax\": 1600.0, \"ymax\": 985.0}, \"category\": \"p26\"}]}, \"33700\": {\"path\": \"test/33700.jpg\", \"id\": 33700, \"objects\": [{\"bbox\": {\"xmin\": 662.745, \"ymin\": 772.549, \"xmax\": 772.549, \"ymax\": 984.314}, \"category\": \"p23\"}]}, \"29010\": {\"path\": \"other/29010.jpg\", \"id\": 29010, \"objects\": [{\"bbox\": {\"xmin\": 1500.0, \"ymin\": 920.0, \"xmax\": 1572.0, \"ymax\": 992.0}, \"category\": \"pm25\"}]}, \"47029\": {\"path\": \"train/47029.jpg\", \"id\": 47029, \"objects\": [{\"bbox\": {\"xmin\": 1370.67, \"ymin\": 817.333, \"xmax\": 1417.3333, \"ymax\": 865.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1324.0, \"ymin\": 810.667, \"xmax\": 1368.0, \"ymax\": 858.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1274.67, \"ymin\": 801.333, \"xmax\": 1321.3333, \"ymax\": 848.0}, \"category\": \"w55\"}]}, \"89570\": {\"path\": \"train/89570.jpg\", \"id\": 89570, \"objects\": [{\"bbox\": {\"xmin\": 1578.95, \"ymin\": 765.789, \"xmax\": 1613.7255, \"ymax\": 807.8430999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1965.79, \"ymin\": 760.526, \"xmax\": 1998.0392, \"ymax\": 807.8947}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2001.96, \"ymin\": 769.737, \"xmax\": 2029.4118, \"ymax\": 813.7255}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1281.58, \"ymin\": 752.632, \"xmax\": 1327.451, \"ymax\": 796.0784}, \"category\": \"pne\"}]}, \"60144\": {\"path\": \"train/60144.jpg\", \"id\": 60144, \"objects\": [{\"bbox\": {\"xmin\": 1665.33, \"ymin\": 878.667, \"xmax\": 1725.3333, \"ymax\": 941.3333}, \"category\": \"pm55\"}]}, \"75951\": {\"path\": \"train/75951.jpg\", \"id\": 75951, \"objects\": [{\"bbox\": {\"xmin\": 1311.88, \"ymin\": 883.168, \"xmax\": 1342.5743000000002, \"ymax\": 918.8115}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1208.91, \"ymin\": 882.178, \"xmax\": 1241.5842, \"ymax\": 912.8713}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 534.653, \"ymin\": 737.624, \"xmax\": 590.099, \"ymax\": 801.9802}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1137.62, \"ymin\": 931.683, \"xmax\": 1157.4059, \"ymax\": 953.4639}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 797.03, \"ymin\": 976.238, \"xmax\": 826.7327, \"ymax\": 1007.9208000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1115.84, \"ymin\": 928.713, \"xmax\": 1137.6237999999998, \"ymax\": 954.4553999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1160.4, \"ymin\": 931.683, \"xmax\": 1181.1881, \"ymax\": 952.4752}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 168.317, \"ymin\": 794.059, \"xmax\": 200.9901, \"ymax\": 842.5743}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 704.95, \"ymin\": 991.089, \"xmax\": 745.5446000000001, \"ymax\": 1034.6535000000001}, \"category\": \"w47\"}]}, \"44202\": {\"path\": \"train/44202.jpg\", \"id\": 44202, \"objects\": [{\"bbox\": {\"xmin\": 1427.0, \"ymin\": 962.0, \"xmax\": 1475.0, \"ymax\": 1016.0}, \"category\": \"pl120\"}]}, \"62530\": {\"path\": \"train/62530.jpg\", \"id\": 62530, \"objects\": [{\"bbox\": {\"xmin\": 1336.51, \"ymin\": 909.524, \"xmax\": 1357.1429, \"ymax\": 930.9521}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1271.43, \"ymin\": 908.73, \"xmax\": 1293.6508000000001, \"ymax\": 933.3333}, \"category\": \"pne\"}]}, \"80466\": {\"path\": \"test/80466.jpg\", \"id\": 80466, \"objects\": [{\"bbox\": {\"xmin\": 1288.0, \"ymin\": 960.0, \"xmax\": 1327.0, \"ymax\": 998.0}, \"category\": \"ip\"}]}, \"18407\": {\"path\": \"test/18407.jpg\", \"id\": 18407, \"objects\": [{\"bbox\": {\"xmin\": 56.3492, \"ymin\": 1004.76, \"xmax\": 85.71430000000001, \"ymax\": 1044.4444}, \"category\": \"pl30\"}]}, \"73550\": {\"path\": \"train/73550.jpg\", \"id\": 73550, \"objects\": [{\"bbox\": {\"xmin\": 1792.0, \"ymin\": 702.0, \"xmax\": 1848.0, \"ymax\": 765.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 138.0, \"ymin\": 418.0, \"xmax\": 257.0, \"ymax\": 548.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1612.0, \"ymin\": 899.0, \"xmax\": 1660.0, \"ymax\": 954.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1669.0, \"ymin\": 685.0, \"xmax\": 1728.0, \"ymax\": 751.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1468.0, \"ymin\": 670.0, \"xmax\": 1533.0, \"ymax\": 736.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1388.0, \"ymin\": 663.0, \"xmax\": 1459.0, \"ymax\": 732.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1540.0, \"ymin\": 675.0, \"xmax\": 1609.0, \"ymax\": 747.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1734.0, \"ymin\": 695.0, \"xmax\": 1790.0, \"ymax\": 760.0}, \"category\": \"im\"}]}, \"62025\": {\"path\": \"test/62025.jpg\", \"id\": 62025, \"objects\": [{\"bbox\": {\"xmin\": 1071.29, \"ymin\": 930.693, \"xmax\": 1088.1188, \"ymax\": 947.5248}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1091.09, \"ymin\": 929.703, \"xmax\": 1106.9307, \"ymax\": 946.5346999999999}, \"category\": \"w57\"}]}, \"45586\": {\"path\": \"train/45586.jpg\", \"id\": 45586, \"objects\": [{\"bbox\": {\"xmin\": 1940.0, \"ymin\": 673.333, \"xmax\": 2002.6667, \"ymax\": 757.3333}, \"category\": \"pl100\"}]}, \"26310\": {\"path\": \"test/26310.jpg\", \"id\": 26310, \"objects\": [{\"bbox\": {\"xmin\": 1845.33, \"ymin\": 926.667, \"xmax\": 1885.3333, \"ymax\": 970.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1844.0, \"ymin\": 976.0, \"xmax\": 1882.6667, \"ymax\": 1020.0}, \"category\": \"p18\"}]}, \"47087\": {\"path\": \"train/47087.jpg\", \"id\": 47087, \"objects\": [{\"bbox\": {\"xmin\": 1846.67, \"ymin\": 998.667, \"xmax\": 1912.0, \"ymax\": 1101.333}, \"category\": \"p5\"}]}, \"93997\": {\"path\": \"train/93997.jpg\", \"id\": 93997, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 752.941, \"xmax\": 37.2549, \"ymax\": 831.3725000000001}, \"category\": \"pn\"}]}, \"61411\": {\"path\": \"test/61411.jpg\", \"id\": 61411, \"objects\": [{\"bbox\": {\"xmin\": 196.04, \"ymin\": 779.208, \"xmax\": 232.67329999999998, \"ymax\": 839.6039999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 157.426, \"ymin\": 772.277, \"xmax\": 196.03959999999998, \"ymax\": 829.7030000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 234.653, \"ymin\": 785.149, \"xmax\": 269.3069, \"ymax\": 843.5644}, \"category\": \"pn\"}]}, \"31652\": {\"path\": \"train/31652.jpg\", \"id\": 31652, \"objects\": [{\"bbox\": {\"xmin\": 138.667, \"ymin\": 1000.0, \"xmax\": 181.3333, \"ymax\": 1046.6667}, \"category\": \"pl30\"}]}, \"67272\": {\"path\": \"test/67272.jpg\", \"id\": 67272, \"objects\": [{\"bbox\": {\"xmin\": 105.333, \"ymin\": 881.333, \"xmax\": 133.3333, \"ymax\": 920.0}, \"category\": \"pl80\"}]}, \"68870\": {\"path\": \"test/68870.jpg\", \"id\": 68870, \"objects\": [{\"bbox\": {\"xmin\": 896.414, \"ymin\": 955.378, \"xmax\": 917.5299, \"ymax\": 975.6972000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 897.611, \"ymin\": 977.69, \"xmax\": 916.7341, \"ymax\": 996.0159000000001}, \"category\": \"pn\"}]}, \"80891\": {\"path\": \"train/80891.jpg\", \"id\": 80891, \"objects\": [{\"bbox\": {\"xmin\": 1306.64, \"ymin\": 1216.37, \"xmax\": 1335.8407000000002, \"ymax\": 1246.0176999999999}, \"category\": \"pl50\"}]}, \"79414\": {\"path\": \"test/79414.jpg\", \"id\": 79414, \"objects\": [{\"bbox\": {\"xmin\": 194.667, \"ymin\": 956.0, \"xmax\": 288.0006, \"ymax\": 1069.333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 186.667, \"ymin\": 841.333, \"xmax\": 286.6667, \"ymax\": 953.333}, \"category\": \"pr30\"}]}, \"58974\": {\"path\": \"other/58974.jpg\", \"id\": 58974, \"objects\": [{\"bbox\": {\"xmin\": 1661.0, \"ymin\": 504.0, \"xmax\": 1780.0, \"ymax\": 635.0}, \"category\": \"pr70\"}]}, \"90057\": {\"path\": \"test/90057.jpg\", \"id\": 90057, \"objects\": [{\"bbox\": {\"xmin\": 581.333, \"ymin\": 724.0, \"xmax\": 642.6667, \"ymax\": 826.667}, \"category\": \"pl30\"}]}, \"38138\": {\"path\": \"train/38138.jpg\", \"id\": 38138, \"objects\": [{\"bbox\": {\"xmin\": 20.0, \"ymin\": 885.333, \"xmax\": 94.6667, \"ymax\": 967.9997}, \"category\": \"p23\"}]}, \"27935\": {\"path\": \"other/27935.jpg\", \"id\": 27935, \"objects\": [{\"bbox\": {\"xmin\": 1169.05, \"ymin\": 937.302, \"xmax\": 1182.5397, \"ymax\": 954.7619}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1100.79, \"ymin\": 936.508, \"xmax\": 1114.2857, \"ymax\": 953.1746}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 915.873, \"ymin\": 942.063, \"xmax\": 930.952, \"ymax\": 957.9365}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 830.952, \"ymin\": 944.444, \"xmax\": 843.6508, \"ymax\": 960.3175}, \"category\": \"pne\"}]}, \"46423\": {\"path\": \"test/46423.jpg\", \"id\": 46423, \"objects\": [{\"bbox\": {\"xmin\": 1821.57, \"ymin\": 374.51, \"xmax\": 1917.6471, \"ymax\": 486.275}, \"category\": \"pne\"}]}, \"90037\": {\"path\": \"train/90037.jpg\", \"id\": 90037, \"objects\": [{\"bbox\": {\"xmin\": 1101.33, \"ymin\": 306.667, \"xmax\": 1297.3329999999999, \"ymax\": 460.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 898.667, \"ymin\": 278.667, \"xmax\": 1105.333, \"ymax\": 408.0}, \"category\": \"w57\"}]}, \"25226\": {\"path\": \"test/25226.jpg\", \"id\": 25226, \"objects\": [{\"bbox\": {\"xmin\": 862.667, \"ymin\": 948.0, \"xmax\": 898.6667, \"ymax\": 985.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1534.67, \"ymin\": 914.667, \"xmax\": 1572.0, \"ymax\": 952.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1533.33, \"ymin\": 954.667, \"xmax\": 1572.0, \"ymax\": 981.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1272.0, \"ymin\": 862.667, \"xmax\": 1313.3333, \"ymax\": 904.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 752.0, \"ymin\": 853.333, \"xmax\": 794.6667, \"ymax\": 897.3333}, \"category\": \"pne\"}]}, \"79843\": {\"path\": \"train/79843.jpg\", \"id\": 79843, \"objects\": [{\"bbox\": {\"xmin\": 1557.33, \"ymin\": 665.333, \"xmax\": 1716.0, \"ymax\": 812.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1232.0, \"ymin\": 818.667, \"xmax\": 1252.0, \"ymax\": 838.6667}, \"category\": \"pl40\"}]}, \"65575\": {\"path\": \"train/65575.jpg\", \"id\": 65575, \"objects\": [{\"bbox\": {\"xmin\": 1432.0, \"ymin\": 886.0, \"xmax\": 1536.0, \"ymax\": 990.0}, \"category\": \"pl20\"}]}, \"52862\": {\"path\": \"test/52862.jpg\", \"id\": 52862, \"objects\": [{\"bbox\": {\"xmin\": 1792.0, \"ymin\": 344.0, \"xmax\": 1932.0, \"ymax\": 494.66700000000003}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1433.33, \"ymin\": 266.667, \"xmax\": 1626.667, \"ymax\": 433.33299999999997}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1645.33, \"ymin\": 304.0, \"xmax\": 1776.0, \"ymax\": 458.66700000000003}, \"category\": \"pn\"}]}, \"68259\": {\"path\": \"train/68259.jpg\", \"id\": 68259, \"objects\": [{\"bbox\": {\"xmin\": 386.667, \"ymin\": 826.667, \"xmax\": 485.3333, \"ymax\": 942.667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 426.667, \"ymin\": 954.667, \"xmax\": 454.667, \"ymax\": 982.6667}, \"category\": \"wc\"}]}, \"56617\": {\"path\": \"train/56617.jpg\", \"id\": 56617, \"objects\": [{\"bbox\": {\"xmin\": 1509.0, \"ymin\": 809.0, \"xmax\": 1548.0, \"ymax\": 848.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 836.0, \"ymin\": 824.0, \"xmax\": 871.0, \"ymax\": 860.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1424.0, \"ymin\": 805.0, \"xmax\": 1464.0, \"ymax\": 844.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1303.0, \"ymin\": 801.0, \"xmax\": 1343.0, \"ymax\": 841.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1259.0, \"ymin\": 801.0, \"xmax\": 1298.0, \"ymax\": 840.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1346.0, \"ymin\": 803.0, \"xmax\": 1385.0, \"ymax\": 844.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 646.0, \"ymin\": 835.0, \"xmax\": 679.0, \"ymax\": 869.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1468.0, \"ymin\": 805.0, \"xmax\": 1507.0, \"ymax\": 848.0}, \"category\": \"im\"}]}, \"98728\": {\"path\": \"train/98728.jpg\", \"id\": 98728, \"objects\": [{\"bbox\": {\"xmin\": 1832.0, \"ymin\": 922.667, \"xmax\": 1922.6634, \"ymax\": 1021.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1382.67, \"ymin\": 514.667, \"xmax\": 1502.6670000000001, \"ymax\": 624.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1260.0, \"ymin\": 493.333, \"xmax\": 1389.33, \"ymax\": 602.667}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1130.67, \"ymin\": 482.667, \"xmax\": 1257.336, \"ymax\": 590.6669999999999}, \"category\": \"w57\"}]}, \"68066\": {\"path\": \"test/68066.jpg\", \"id\": 68066, \"objects\": [{\"bbox\": {\"xmin\": 732.0, \"ymin\": 990.667, \"xmax\": 753.3333, \"ymax\": 1014.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1628.0, \"ymin\": 928.0, \"xmax\": 1645.3333, \"ymax\": 961.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1142.67, \"ymin\": 976.0, \"xmax\": 1165.3333, \"ymax\": 998.6667}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 954.667, \"ymin\": 938.667, \"xmax\": 977.3333, \"ymax\": 961.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 657.333, \"ymin\": 920.0, \"xmax\": 684.0, \"ymax\": 946.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1494.67, \"ymin\": 512.0, \"xmax\": 1613.3390000000002, \"ymax\": 633.333}, \"category\": \"pclr\"}]}, \"21774\": {\"path\": \"test/21774.jpg\", \"id\": 21774, \"objects\": [{\"bbox\": {\"xmin\": 1192.0, \"ymin\": 912.0, \"xmax\": 1211.0, \"ymax\": 932.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1170.0, \"ymin\": 811.0, \"xmax\": 1217.0, \"ymax\": 857.0}, \"category\": \"p5\"}]}, \"51142\": {\"path\": \"test/51142.jpg\", \"id\": 51142, \"objects\": [{\"bbox\": {\"xmin\": 1740.0, \"ymin\": 1117.33, \"xmax\": 1774.6667, \"ymax\": 1153.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1862.67, \"ymin\": 1096.0, \"xmax\": 1892.0066000000002, \"ymax\": 1130.6667}, \"category\": \"pl5\"}]}, \"23569\": {\"path\": \"train/23569.jpg\", \"id\": 23569, \"objects\": [{\"bbox\": {\"xmin\": 443.0, \"ymin\": 937.0, \"xmax\": 456.0, \"ymax\": 949.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1603.0, \"ymin\": 857.0, \"xmax\": 1634.0, \"ymax\": 889.0}, \"category\": \"pl5\"}]}, \"6058\": {\"path\": \"other/6058.jpg\", \"id\": 6058, \"objects\": [{\"bbox\": {\"xmin\": 1658.21, \"ymin\": 923.383, \"xmax\": 1738.3085, \"ymax\": 1003.4831}, \"category\": \"w47\"}]}, \"36856\": {\"path\": \"train/36856.jpg\", \"id\": 36856, \"objects\": [{\"bbox\": {\"xmin\": 611.905, \"ymin\": 1005.56, \"xmax\": 630.1587, \"ymax\": 1023.8095}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1351.59, \"ymin\": 967.46, \"xmax\": 1361.9048, \"ymax\": 980.1587000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1362.7, \"ymin\": 965.873, \"xmax\": 1371.42857, \"ymax\": 978.5714}, \"category\": \"pn\"}]}, \"5826\": {\"path\": \"train/5826.jpg\", \"id\": 5826, \"objects\": [{\"bbox\": {\"xmin\": 1329.0, \"ymin\": 1055.0, \"xmax\": 1404.0, \"ymax\": 1142.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 696.0, \"ymin\": 1158.0, \"xmax\": 750.0, \"ymax\": 1215.0}, \"category\": \"p14\"}]}, \"8936\": {\"path\": \"test/8936.jpg\", \"id\": 8936, \"objects\": [{\"bbox\": {\"xmin\": 954.0, \"ymin\": 534.0, \"xmax\": 1020.0, \"ymax\": 606.0}, \"category\": \"ph5\"}]}, \"74683\": {\"path\": \"train/74683.jpg\", \"id\": 74683, \"objects\": [{\"bbox\": {\"xmin\": 512.885, \"ymin\": 986.803, \"xmax\": 537.6372, \"ymax\": 1021.4563}, \"category\": \"pm30\"}]}, \"73866\": {\"path\": \"train/73866.jpg\", \"id\": 73866, \"objects\": [{\"bbox\": {\"xmin\": 275.0, \"ymin\": 1019.0, \"xmax\": 306.0, \"ymax\": 1059.0}, \"category\": \"w59\"}]}, \"59271\": {\"path\": \"test/59271.jpg\", \"id\": 59271, \"objects\": [{\"bbox\": {\"xmin\": 1696.0, \"ymin\": 799.0, \"xmax\": 1761.0, \"ymax\": 867.0}, \"category\": \"pl60\"}]}, \"3447\": {\"path\": \"test/3447.jpg\", \"id\": 3447, \"objects\": [{\"bbox\": {\"xmin\": 1337.0, \"ymin\": 896.0, \"xmax\": 1360.0, \"ymax\": 918.0}, \"category\": \"w55\"}]}, \"82699\": {\"path\": \"train/82699.jpg\", \"id\": 82699, \"objects\": [{\"bbox\": {\"xmin\": 1180.68, \"ymin\": 869.318, \"xmax\": 1208.5227, \"ymax\": 898.8636}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1213.25, \"ymin\": 869.536, \"xmax\": 1238.4151, \"ymax\": 900.6623}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1149.67, \"ymin\": 866.225, \"xmax\": 1178.1457, \"ymax\": 896.0265}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1243.71, \"ymin\": 872.847, \"xmax\": 1270.1954, \"ymax\": 899.3375}, \"category\": \"pn\"}]}, \"33380\": {\"path\": \"train/33380.jpg\", \"id\": 33380, \"objects\": [{\"bbox\": {\"xmin\": 730.0, \"ymin\": 1035.0, \"xmax\": 749.0, \"ymax\": 1056.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1593.0, \"ymin\": 908.0, \"xmax\": 1636.0, \"ymax\": 954.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1593.0, \"ymin\": 814.0, \"xmax\": 1635.0, \"ymax\": 862.0}, \"category\": \"p26\"}]}, \"10787\": {\"path\": \"train/10787.jpg\", \"id\": 10787, \"objects\": [{\"bbox\": {\"xmin\": 1491.0, \"ymin\": 912.0, \"xmax\": 1592.0, \"ymax\": 1015.0}, \"category\": \"pl100\"}]}, \"33890\": {\"path\": \"other/33890.jpg\", \"id\": 33890, \"objects\": [{\"bbox\": {\"xmin\": 1170.2, \"ymin\": 962.252, \"xmax\": 1200.0, \"ymax\": 991.3906999999999}, \"category\": \"w63\"}]}, \"87328\": {\"path\": \"test/87328.jpg\", \"id\": 87328, \"objects\": [{\"bbox\": {\"xmin\": 1054.67, \"ymin\": 780.0, \"xmax\": 1105.3333, \"ymax\": 830.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1354.67, \"ymin\": 977.333, \"xmax\": 1389.3333, \"ymax\": 1013.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1354.67, \"ymin\": 1013.33, \"xmax\": 1392.0, \"ymax\": 1049.3333}, \"category\": \"i2r\"}]}, \"96069\": {\"path\": \"test/96069.jpg\", \"id\": 96069, \"objects\": [{\"bbox\": {\"xmin\": 1371.29, \"ymin\": 888.119, \"xmax\": 1397.0297, \"ymax\": 916.8317000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 653.465, \"ymin\": 954.455, \"xmax\": 676.2376, \"ymax\": 983.1695000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1633.66, \"ymin\": 908.911, \"xmax\": 1653.4653, \"ymax\": 932.6732999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 231.683, \"ymin\": 1003.96, \"xmax\": 255.44549999999998, \"ymax\": 1035.6436}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1587.13, \"ymin\": 906.931, \"xmax\": 1606.9307000000001, \"ymax\": 930.6931000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1607.92, \"ymin\": 905.941, \"xmax\": 1631.6775, \"ymax\": 932.6733}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1264.36, \"ymin\": 891.089, \"xmax\": 1291.0891, \"ymax\": 917.8218}, \"category\": \"pne\"}]}, \"53947\": {\"path\": \"train/53947.jpg\", \"id\": 53947, \"objects\": [{\"bbox\": {\"xmin\": 866.0, \"ymin\": 860.0, \"xmax\": 893.0, \"ymax\": 887.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1052.0, \"ymin\": 855.0, \"xmax\": 1079.0, \"ymax\": 882.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1138.0, \"ymin\": 853.0, \"xmax\": 1165.0, \"ymax\": 880.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 960.0, \"ymin\": 856.0, \"xmax\": 987.0, \"ymax\": 883.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 833.0, \"ymin\": 830.0, \"xmax\": 859.0, \"ymax\": 855.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 927.0, \"ymin\": 829.0, \"xmax\": 954.0, \"ymax\": 855.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 866.0, \"ymin\": 828.0, \"xmax\": 893.0, \"ymax\": 853.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 927.0, \"ymin\": 859.0, \"xmax\": 955.0, \"ymax\": 884.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 834.0, \"ymin\": 862.0, \"xmax\": 860.0, \"ymax\": 888.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1020.0, \"ymin\": 855.0, \"xmax\": 1047.0, \"ymax\": 882.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1104.0, \"ymin\": 854.0, \"xmax\": 1132.0, \"ymax\": 880.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1199.0, \"ymin\": 851.0, \"xmax\": 1228.0, \"ymax\": 879.0}, \"category\": \"pne\"}]}, \"35205\": {\"path\": \"test/35205.jpg\", \"id\": 35205, \"objects\": [{\"bbox\": {\"xmin\": 1663.0, \"ymin\": 997.0, \"xmax\": 1753.0, \"ymax\": 1097.0}, \"category\": \"pl120\"}]}, \"2300\": {\"path\": \"other/2300.jpg\", \"id\": 2300, \"objects\": [{\"bbox\": {\"xmin\": 290.0, \"ymin\": 742.0, \"xmax\": 324.0, \"ymax\": 794.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 250.0, \"ymin\": 729.0, \"xmax\": 282.0, \"ymax\": 784.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1434.0, \"ymin\": 1016.0, \"xmax\": 1452.0, \"ymax\": 1033.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 306.0, \"ymin\": 954.0, \"xmax\": 336.0, \"ymax\": 1007.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1566.0, \"ymin\": 998.0, \"xmax\": 1587.0, \"ymax\": 1022.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 311.0, \"ymin\": 1029.0, \"xmax\": 338.0, \"ymax\": 1083.0}, \"category\": \"i2r\"}]}, \"78811\": {\"path\": \"train/78811.jpg\", \"id\": 78811, \"objects\": [{\"bbox\": {\"xmin\": 1687.0, \"ymin\": 957.0, \"xmax\": 1725.0, \"ymax\": 998.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1222.0, \"ymin\": 909.0, \"xmax\": 1239.0, \"ymax\": 923.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1241.0, \"ymin\": 907.0, \"xmax\": 1257.0, \"ymax\": 925.0}, \"category\": \"pn\"}]}, \"18331\": {\"path\": \"train/18331.jpg\", \"id\": 18331, \"objects\": [{\"bbox\": {\"xmin\": 119.608, \"ymin\": 576.471, \"xmax\": 186.2745, \"ymax\": 680.392}, \"category\": \"i5\"}]}, \"87294\": {\"path\": \"train/87294.jpg\", \"id\": 87294, \"objects\": [{\"bbox\": {\"xmin\": 1108.0, \"ymin\": 956.0, \"xmax\": 1130.6667, \"ymax\": 978.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1106.67, \"ymin\": 980.0, \"xmax\": 1130.6634000000001, \"ymax\": 1004.0}, \"category\": \"p18\"}]}, \"57520\": {\"path\": \"train/57520.jpg\", \"id\": 57520, \"objects\": [{\"bbox\": {\"xmin\": 1610.67, \"ymin\": 757.333, \"xmax\": 1754.6670000000001, \"ymax\": 909.333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1604.0, \"ymin\": 613.333, \"xmax\": 1753.333, \"ymax\": 756.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1604.0, \"ymin\": 910.667, \"xmax\": 1770.667, \"ymax\": 1054.667}, \"category\": \"w55\"}]}, \"72387\": {\"path\": \"train/72387.jpg\", \"id\": 72387, \"objects\": [{\"bbox\": {\"xmin\": 1639.77, \"ymin\": 975.568, \"xmax\": 1657.3863999999999, \"ymax\": 995.4544999999999}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 546.032, \"ymin\": 886.508, \"xmax\": 582.5397, \"ymax\": 923.8095000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1638.07, \"ymin\": 1005.12, \"xmax\": 1659.6572999999999, \"ymax\": 1026.1409}, \"category\": \"pl30\"}]}, \"8687\": {\"path\": \"train/8687.jpg\", \"id\": 8687, \"objects\": [{\"bbox\": {\"xmin\": 91.0891, \"ymin\": 457.426, \"xmax\": 180.198, \"ymax\": 568.317}, \"category\": \"w13\"}]}, \"48392\": {\"path\": \"train/48392.jpg\", \"id\": 48392, \"objects\": [{\"bbox\": {\"xmin\": 1217.0, \"ymin\": 988.0, \"xmax\": 1243.0, \"ymax\": 1015.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 812.0, \"ymin\": 1095.0, \"xmax\": 881.0, \"ymax\": 1164.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1219.0, \"ymin\": 957.0, \"xmax\": 1245.0, \"ymax\": 987.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1065.0, \"ymin\": 939.0, \"xmax\": 1089.0, \"ymax\": 963.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 974.0, \"ymin\": 907.0, \"xmax\": 996.0, \"ymax\": 930.0}, \"category\": \"pl30\"}]}, \"94649\": {\"path\": \"test/94649.jpg\", \"id\": 94649, \"objects\": [{\"bbox\": {\"xmin\": 861.333, \"ymin\": 818.667, \"xmax\": 906.6667, \"ymax\": 861.3333}, \"category\": \"pl40\"}]}, \"3344\": {\"path\": \"train/3344.jpg\", \"id\": 3344, \"objects\": [{\"bbox\": {\"xmin\": 1775.0, \"ymin\": 897.0, \"xmax\": 1822.0, \"ymax\": 949.0}, \"category\": \"pl60\"}]}, \"984\": {\"path\": \"train/984.jpg\", \"id\": 984, \"objects\": [{\"bbox\": {\"xmin\": 1956.0, \"ymin\": 662.667, \"xmax\": 2006.6667, \"ymax\": 732.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1836.0, \"ymin\": 642.667, \"xmax\": 1896.0, \"ymax\": 712.0}, \"category\": \"pl120\"}]}, \"12506\": {\"path\": \"other/12506.jpg\", \"id\": 12506, \"objects\": [{\"bbox\": {\"xmin\": 180.30906677246094, \"ymin\": 904.0088500976562, \"xmax\": 199.60096740722656, \"ymax\": 926.5723266601562}, \"category\": \"pne\"}]}, \"43562\": {\"path\": \"train/43562.jpg\", \"id\": 43562, \"objects\": [{\"bbox\": {\"xmin\": 752.841, \"ymin\": 886.932, \"xmax\": 792.6135, \"ymax\": 925.5684}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 754.546, \"ymin\": 930.682, \"xmax\": 793.7502000000001, \"ymax\": 969.3185}, \"category\": \"pn\"}]}, \"66529\": {\"path\": \"train/66529.jpg\", \"id\": 66529, \"objects\": [{\"bbox\": {\"xmin\": 1569.0, \"ymin\": 692.0, \"xmax\": 1622.0, \"ymax\": 749.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1573.0, \"ymin\": 966.0, \"xmax\": 1613.0, \"ymax\": 1010.0}, \"category\": \"pr30\"}]}, \"55717\": {\"path\": \"other/55717.jpg\", \"id\": 55717, \"objects\": [{\"bbox\": {\"xmin\": 1486.14, \"ymin\": 982.178, \"xmax\": 1503.9604000000002, \"ymax\": 1008.9109}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1486.14, \"ymin\": 963.366, \"xmax\": 1502.9703000000002, \"ymax\": 985.1485}, \"category\": \"ps\"}]}, \"25336\": {\"path\": \"train/25336.jpg\", \"id\": 25336, \"objects\": [{\"bbox\": {\"xmin\": 1598.02, \"ymin\": 911.881, \"xmax\": 1634.6535, \"ymax\": 944.5545999999999}, \"category\": \"pg\"}]}, \"49799\": {\"path\": \"other/49799.jpg\", \"id\": 49799, \"objects\": [{\"bbox\": {\"xmin\": 1103.62, \"ymin\": 950.362, \"xmax\": 1116.6619999999998, \"ymax\": 963.7683999999999}, \"category\": \"pn\"}]}, \"71783\": {\"path\": \"test/71783.jpg\", \"id\": 71783, \"objects\": [{\"bbox\": {\"xmin\": 496.0, \"ymin\": 815.0, \"xmax\": 532.0, \"ymax\": 851.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 460.0, \"ymin\": 814.0, \"xmax\": 496.0, \"ymax\": 851.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 533.0, \"ymin\": 817.0, \"xmax\": 570.0, \"ymax\": 854.0}, \"category\": \"pn\"}]}, \"59904\": {\"path\": \"train/59904.jpg\", \"id\": 59904, \"objects\": [{\"bbox\": {\"xmin\": 1706.0, \"ymin\": 830.0, \"xmax\": 1785.0, \"ymax\": 922.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1596.0, \"ymin\": 823.0, \"xmax\": 1680.0, \"ymax\": 920.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 526.0, \"ymin\": 1011.0, \"xmax\": 569.0, \"ymax\": 1053.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1240.0, \"ymin\": 982.0, \"xmax\": 1280.0, \"ymax\": 1021.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1118.0, \"ymin\": 541.0, \"xmax\": 1223.0, \"ymax\": 641.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1649.0, \"ymin\": 734.0, \"xmax\": 1725.0, \"ymax\": 828.0}, \"category\": \"i2r\"}]}, \"40766\": {\"path\": \"other/40766.jpg\", \"id\": 40766, \"objects\": [{\"bbox\": {\"xmin\": 1062.68, \"ymin\": 959.702, \"xmax\": 1073.1318, \"ymax\": 971.6423}, \"category\": \"pn\"}]}, \"19156\": {\"path\": \"train/19156.jpg\", \"id\": 19156, \"objects\": [{\"bbox\": {\"xmin\": 1859.0, \"ymin\": 963.0, \"xmax\": 1919.0, \"ymax\": 1027.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1631.0, \"ymin\": 644.0, \"xmax\": 1694.0, \"ymax\": 706.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1863.0, \"ymin\": 917.0, \"xmax\": 1908.0, \"ymax\": 964.0}, \"category\": \"pn\"}]}, \"29987\": {\"path\": \"train/29987.jpg\", \"id\": 29987, \"objects\": [{\"bbox\": {\"xmin\": 245.64466857910156, \"ymin\": 925.781005859375, \"xmax\": 267.8883056640625, \"ymax\": 946.5340576171875}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 178.36529541015625, \"ymin\": 930.1445922851562, \"xmax\": 199.6328125, \"ymax\": 949.0265502929688}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1923.53, \"ymin\": 625.49, \"xmax\": 1994.1176, \"ymax\": 717.6471}, \"category\": \"pne\"}]}, \"41976\": {\"path\": \"train/41976.jpg\", \"id\": 41976, \"objects\": [{\"bbox\": {\"xmin\": 998.02, \"ymin\": 907.921, \"xmax\": 1027.7228, \"ymax\": 940.5941}, \"category\": \"pne\"}]}, \"84820\": {\"path\": \"test/84820.jpg\", \"id\": 84820, \"objects\": [{\"bbox\": {\"xmin\": 136.0, \"ymin\": 732.0, \"xmax\": 241.0, \"ymax\": 896.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 148.0, \"ymin\": 899.0, \"xmax\": 246.0, \"ymax\": 1062.0}, \"category\": \"pn\"}]}, \"74259\": {\"path\": \"other/74259.jpg\", \"id\": 74259, \"objects\": [{\"bbox\": {\"xmin\": 1245.2265625, \"ymin\": 1117.0821533203125, \"xmax\": 1265.766357421875, \"ymax\": 1138.5301513671875}, \"category\": \"pne\"}]}, \"90377\": {\"path\": \"train/90377.jpg\", \"id\": 90377, \"objects\": [{\"bbox\": {\"xmin\": 915.789, \"ymin\": 928.947, \"xmax\": 940.7895, \"ymax\": 950.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1896.05, \"ymin\": 814.474, \"xmax\": 1930.2631999999999, \"ymax\": 855.2632000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 361.364, \"ymin\": 1005.68, \"xmax\": 376.1364, \"ymax\": 1019.8864}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1397.16, \"ymin\": 973.864, \"xmax\": 1414.7817, \"ymax\": 994.8882}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 44.7368, \"ymin\": 932.895, \"xmax\": 60.526300000000006, \"ymax\": 957.8947}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1106.58, \"ymin\": 930.263, \"xmax\": 1125.0, \"ymax\": 947.3684000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 60.5263, \"ymin\": 930.263, \"xmax\": 78.9474, \"ymax\": 960.5263}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1127.63, \"ymin\": 925.0, \"xmax\": 1151.3158, \"ymax\": 951.3158}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 818.421, \"ymin\": 931.579, \"xmax\": 843.4211, \"ymax\": 956.5789}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1797.37, \"ymin\": 842.105, \"xmax\": 1826.3157999999999, \"ymax\": 880.2632}, \"category\": \"pne\"}]}, \"85698\": {\"path\": \"other/85698.jpg\", \"id\": 85698, \"objects\": [{\"bbox\": {\"xmin\": 1435.1, \"ymin\": 996.688, \"xmax\": 1450.3310999999999, \"ymax\": 1011.2583}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 933.048, \"ymin\": 988.889, \"xmax\": 947.0083, \"ymax\": 1003.7037}, \"category\": \"pne\"}]}, \"84673\": {\"path\": \"test/84673.jpg\", \"id\": 84673, \"objects\": [{\"bbox\": {\"xmin\": 1684.0, \"ymin\": 744.0, \"xmax\": 1732.0, \"ymax\": 795.9994}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1506.67, \"ymin\": 733.333, \"xmax\": 1561.3333, \"ymax\": 789.3333}, \"category\": \"pl40\"}]}, \"74480\": {\"path\": \"test/74480.jpg\", \"id\": 74480, \"objects\": [{\"bbox\": {\"xmin\": 1887.2, \"ymin\": 784.0, \"xmax\": 1919.2, \"ymax\": 820.8}, \"category\": \"p27\"}]}, \"53549\": {\"path\": \"other/53549.jpg\", \"id\": 53549, \"objects\": [{\"bbox\": {\"xmin\": 1572.15, \"ymin\": 990.049, \"xmax\": 1585.0796, \"ymax\": 1004.9746}, \"category\": \"p5\"}]}, \"92911\": {\"path\": \"train/92911.jpg\", \"id\": 92911, \"objects\": [{\"bbox\": {\"xmin\": 1125.0, \"ymin\": 969.0, \"xmax\": 1159.0, \"ymax\": 1010.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1077.0, \"ymin\": 1011.0, \"xmax\": 1091.0, \"ymax\": 1025.0}, \"category\": \"w42\"}]}, \"21860\": {\"path\": \"train/21860.jpg\", \"id\": 21860, \"objects\": [{\"bbox\": {\"xmin\": 1810.89, \"ymin\": 787.129, \"xmax\": 1860.3876, \"ymax\": 838.6162}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1943.56, \"ymin\": 889.109, \"xmax\": 1973.2538, \"ymax\": 915.8417000000001}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1862.38, \"ymin\": 790.099, \"xmax\": 1909.9408, \"ymax\": 842.5743}, \"category\": \"w57\"}]}, \"26349\": {\"path\": \"train/26349.jpg\", \"id\": 26349, \"objects\": [{\"bbox\": {\"xmin\": 1654.0, \"ymin\": 948.0, \"xmax\": 1734.0, \"ymax\": 1037.0}, \"category\": \"pl60\"}]}, \"4863\": {\"path\": \"test/4863.jpg\", \"id\": 4863, \"objects\": [{\"bbox\": {\"xmin\": 2001.59, \"ymin\": 932.54, \"xmax\": 2019.8412999999998, \"ymax\": 955.5561}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 515.873, \"ymin\": 822.222, \"xmax\": 533.3333, \"ymax\": 868.254}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 494.444, \"ymin\": 814.286, \"xmax\": 515.0794, \"ymax\": 861.9047999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 535.714, \"ymin\": 828.571, \"xmax\": 550.0, \"ymax\": 870.6349}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1953.97, \"ymin\": 928.571, \"xmax\": 1969.8413, \"ymax\": 952.3793000000001}, \"category\": \"pne\"}]}, \"36786\": {\"path\": \"test/36786.jpg\", \"id\": 36786, \"objects\": [{\"bbox\": {\"xmin\": 166.667, \"ymin\": 745.333, \"xmax\": 205.3333, \"ymax\": 805.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 285.333, \"ymin\": 776.0, \"xmax\": 317.3333, \"ymax\": 829.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 17.3333, \"ymin\": 706.667, \"xmax\": 66.66669999999999, \"ymax\": 773.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 109.333, \"ymin\": 729.333, \"xmax\": 150.6667, \"ymax\": 792.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 241.333, \"ymin\": 765.333, \"xmax\": 273.3333, \"ymax\": 818.6667}, \"category\": \"pl100\"}]}, \"56770\": {\"path\": \"train/56770.jpg\", \"id\": 56770, \"objects\": [{\"bbox\": {\"xmin\": 1633.0, \"ymin\": 901.0, \"xmax\": 1750.0, \"ymax\": 1027.0}, \"category\": \"pl40\"}]}, \"35404\": {\"path\": \"test/35404.jpg\", \"id\": 35404, \"objects\": [{\"bbox\": {\"xmin\": 1064.0, \"ymin\": 889.333, \"xmax\": 1180.0, \"ymax\": 1004.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1064.0, \"ymin\": 769.333, \"xmax\": 1179.994, \"ymax\": 886.6669999999999}, \"category\": \"p23\"}]}, \"34083\": {\"path\": \"train/34083.jpg\", \"id\": 34083, \"objects\": [{\"bbox\": {\"xmin\": 240.0, \"ymin\": 802.667, \"xmax\": 330.6667, \"ymax\": 906.667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1257.33, \"ymin\": 737.333, \"xmax\": 1326.6667, \"ymax\": 807.9988}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 14.6667, \"ymin\": 556.0, \"xmax\": 104.0, \"ymax\": 666.667}, \"category\": \"pne\"}]}, \"81831\": {\"path\": \"other/81831.jpg\", \"id\": 81831, \"objects\": [{\"bbox\": {\"xmin\": 1891.78125, \"ymin\": 989.97900390625, \"xmax\": 1910.08349609375, \"ymax\": 1018.478759765625}, \"category\": \"pne\"}]}, \"66347\": {\"path\": \"train/66347.jpg\", \"id\": 66347, \"objects\": [{\"bbox\": {\"xmin\": 972.727, \"ymin\": 998.296, \"xmax\": 994.8864, \"ymax\": 1022.7275000000001}, \"category\": \"pl30\"}]}, \"2476\": {\"path\": \"other/2476.jpg\", \"id\": 2476, \"objects\": [{\"bbox\": {\"xmin\": 1664.0, \"ymin\": 942.0, \"xmax\": 1719.0, \"ymax\": 993.0}, \"category\": \"w47\"}]}, \"68362\": {\"path\": \"train/68362.jpg\", \"id\": 68362, \"objects\": [{\"bbox\": {\"xmin\": 1714.67, \"ymin\": 734.667, \"xmax\": 1768.0, \"ymax\": 792.0}, \"category\": \"pl100\"}]}, \"20935\": {\"path\": \"other/20935.jpg\", \"id\": 20935, \"objects\": [{\"bbox\": {\"xmin\": 1060.18, \"ymin\": 972.124, \"xmax\": 1081.4159, \"ymax\": 1019.9115}, \"category\": \"w59\"}]}, \"79904\": {\"path\": \"train/79904.jpg\", \"id\": 79904, \"objects\": [{\"bbox\": {\"xmin\": 1837.6, \"ymin\": 901.6, \"xmax\": 1933.6, \"ymax\": 1010.4}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1110.4, \"ymin\": 989.6, \"xmax\": 1124.8000000000002, \"ymax\": 1003.2}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 583.2, \"ymin\": 950.4, \"xmax\": 684.0, \"ymax\": 1060.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1233.6, \"ymin\": 962.4, \"xmax\": 1270.3999999999999, \"ymax\": 997.6}, \"category\": \"w22\"}]}, \"11096\": {\"path\": \"train/11096.jpg\", \"id\": 11096, \"objects\": [{\"bbox\": {\"xmin\": 1709.21, \"ymin\": 541.821, \"xmax\": 1786.862, \"ymax\": 642.105}, \"category\": \"pne\"}]}, \"59794\": {\"path\": \"train/59794.jpg\", \"id\": 59794, \"objects\": [{\"bbox\": {\"xmin\": 226.667, \"ymin\": 738.667, \"xmax\": 278.66700000000003, \"ymax\": 820.0}, \"category\": \"p23\"}]}, \"16916\": {\"path\": \"train/16916.jpg\", \"id\": 16916, \"objects\": [{\"bbox\": {\"xmin\": 967.2, \"ymin\": 892.0, \"xmax\": 991.2, \"ymax\": 915.2}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1108.0, \"ymin\": 890.4, \"xmax\": 1132.0, \"ymax\": 912.8}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1039.2, \"ymin\": 891.2, \"xmax\": 1061.6000000000001, \"ymax\": 913.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 940.8, \"ymin\": 867.2, \"xmax\": 964.0, \"ymax\": 889.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 967.2, \"ymin\": 866.4, \"xmax\": 991.2, \"ymax\": 888.8}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1012.0, \"ymin\": 891.2, \"xmax\": 1036.0, \"ymax\": 913.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 941.6, \"ymin\": 892.0, \"xmax\": 964.0, \"ymax\": 915.2}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1080.8, \"ymin\": 889.6, \"xmax\": 1106.3999999999999, \"ymax\": 913.6}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1166.4, \"ymin\": 889.6, \"xmax\": 1188.8000000000002, \"ymax\": 912.0}, \"category\": \"pne\"}]}, \"98058\": {\"path\": \"train/98058.jpg\", \"id\": 98058, \"objects\": [{\"bbox\": {\"xmin\": 366.4, \"ymin\": 716.8, \"xmax\": 419.2, \"ymax\": 772.8}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 211.2, \"ymin\": 724.0, \"xmax\": 262.4, \"ymax\": 778.4}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 140.0, \"ymin\": 725.6, \"xmax\": 194.4, \"ymax\": 777.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 313.6, \"ymin\": 720.0, \"xmax\": 364.0, \"ymax\": 773.6}, \"category\": \"ph4\"}]}, \"89320\": {\"path\": \"train/89320.jpg\", \"id\": 89320, \"objects\": [{\"bbox\": {\"xmin\": 1202.98, \"ymin\": 929.851, \"xmax\": 1224.8706, \"ymax\": 954.2289}, \"category\": \"pl80\"}]}, \"82500\": {\"path\": \"test/82500.jpg\", \"id\": 82500, \"objects\": [{\"bbox\": {\"xmin\": 1524.52, \"ymin\": 801.942, \"xmax\": 1567.6567, \"ymax\": 854.8827}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1470.59, \"ymin\": 800.0, \"xmax\": 1519.6078, \"ymax\": 849.505}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1574.51, \"ymin\": 803.922, \"xmax\": 1625.4902, \"ymax\": 856.4356}, \"category\": \"pn\"}]}, \"2797\": {\"path\": \"train/2797.jpg\", \"id\": 2797, \"objects\": [{\"bbox\": {\"xmin\": 1557.490234375, \"ymin\": 953.5606079101562, \"xmax\": 1622.6337890625, \"ymax\": 1015.8649291992188}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1858.67, \"ymin\": 928.0, \"xmax\": 1949.3333, \"ymax\": 1028.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1854.67, \"ymin\": 829.333, \"xmax\": 1944.0033, \"ymax\": 924.0}, \"category\": \"pr20\"}]}, \"16708\": {\"path\": \"train/16708.jpg\", \"id\": 16708, \"objects\": [{\"bbox\": {\"xmin\": 1287.13, \"ymin\": 902.97, \"xmax\": 1308.9219, \"ymax\": 929.703}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1266.34, \"ymin\": 903.96, \"xmax\": 1284.1584, \"ymax\": 928.7129}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1312.87, \"ymin\": 902.97, \"xmax\": 1333.6634, \"ymax\": 931.6832}, \"category\": \"pn\"}]}, \"40278\": {\"path\": \"train/40278.jpg\", \"id\": 40278, \"objects\": [{\"bbox\": {\"xmin\": 1573.01, \"ymin\": 919.911, \"xmax\": 1593.3627999999999, \"ymax\": 940.2654}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1416.81, \"ymin\": 908.85, \"xmax\": 1434.9558, \"ymax\": 931.8584000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1594.25, \"ymin\": 919.912, \"xmax\": 1615.9292, \"ymax\": 942.4779000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1438.05, \"ymin\": 910.619, \"xmax\": 1460.177, \"ymax\": 934.0708000000001}, \"category\": \"pn\"}]}, \"33664\": {\"path\": \"train/33664.jpg\", \"id\": 33664, \"objects\": [{\"bbox\": {\"xmin\": 1939.2, \"ymin\": 972.0, \"xmax\": 1995.2, \"ymax\": 1029.6}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1580.8, \"ymin\": 1008.0, \"xmax\": 1626.3999999999999, \"ymax\": 1056.8}, \"category\": \"i5\"}]}, \"55502\": {\"path\": \"train/55502.jpg\", \"id\": 55502, \"objects\": [{\"bbox\": {\"xmin\": 1258.94, \"ymin\": 905.298, \"xmax\": 1276.1589000000001, \"ymax\": 923.1788}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1238.41, \"ymin\": 904.636, \"xmax\": 1256.2914, \"ymax\": 923.1787999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1278.81, \"ymin\": 904.636, \"xmax\": 1297.3509999999999, \"ymax\": 924.5033}, \"category\": \"pn\"}]}, \"90739\": {\"path\": \"other/90739.jpg\", \"id\": 90739, \"objects\": [{\"bbox\": {\"xmin\": 1584.4544677734375, \"ymin\": 915.3934326171875, \"xmax\": 1608.8060302734375, \"ymax\": 933.0032958984375}, \"category\": \"wc\"}]}, \"75227\": {\"path\": \"test/75227.jpg\", \"id\": 75227, \"objects\": [{\"bbox\": {\"xmin\": 118.09612274169922, \"ymin\": 766.5877075195312, \"xmax\": 272.5054016113281, \"ymax\": 1022.4151000976562}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 733.333, \"ymin\": 1111.9, \"xmax\": 778.5709999999999, \"ymax\": 1151.5756000000001}, \"category\": \"w32\"}]}, \"41963\": {\"path\": \"test/41963.jpg\", \"id\": 41963, \"objects\": [{\"bbox\": {\"xmin\": 1044.0, \"ymin\": 886.667, \"xmax\": 1073.3333, \"ymax\": 913.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1144.0, \"ymin\": 884.0, \"xmax\": 1173.3333, \"ymax\": 913.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 944.0, \"ymin\": 889.333, \"xmax\": 970.6667, \"ymax\": 916.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 905.333, \"ymin\": 889.333, \"xmax\": 930.6667, \"ymax\": 914.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1006.67, \"ymin\": 888.0, \"xmax\": 1032.0, \"ymax\": 914.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1106.67, \"ymin\": 888.0, \"xmax\": 1132.0, \"ymax\": 910.6664}, \"category\": \"pl100\"}]}, \"42853\": {\"path\": \"train/42853.jpg\", \"id\": 42853, \"objects\": [{\"bbox\": {\"xmin\": 454.4, \"ymin\": 924.0, \"xmax\": 537.6, \"ymax\": 1012.8}, \"category\": \"i14\"}, {\"bbox\": {\"xmin\": 1215.2, \"ymin\": 947.2, \"xmax\": 1250.4, \"ymax\": 981.6}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 370.4, \"ymin\": 976.8, \"xmax\": 392.79999999999995, \"ymax\": 1001.5999999999999}, \"category\": \"pne\"}]}, \"13962\": {\"path\": \"train/13962.jpg\", \"id\": 13962, \"objects\": [{\"bbox\": {\"xmin\": 1433.33, \"ymin\": 956.863, \"xmax\": 1478.4314, \"ymax\": 996.0784000000001}, \"category\": \"p19\"}]}, \"58380\": {\"path\": \"test/58380.jpg\", \"id\": 58380, \"objects\": [{\"bbox\": {\"xmin\": 1961.39, \"ymin\": 964.356, \"xmax\": 1998.0198, \"ymax\": 999.0099}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1959.41, \"ymin\": 919.802, \"xmax\": 1997.0297, \"ymax\": 959.4060000000001}, \"category\": \"pn\"}]}, \"89392\": {\"path\": \"train/89392.jpg\", \"id\": 89392, \"objects\": [{\"bbox\": {\"xmin\": 1389.6, \"ymin\": 951.2, \"xmax\": 1419.1999999999998, \"ymax\": 983.2}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 343.2, \"ymin\": 983.2, \"xmax\": 356.0, \"ymax\": 998.4000000000001}, \"category\": \"pne\"}]}, \"45966\": {\"path\": \"test/45966.jpg\", \"id\": 45966, \"objects\": [{\"bbox\": {\"xmin\": 1561.2, \"ymin\": 873.134, \"xmax\": 1592.0422, \"ymax\": 905.4726}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1593.53, \"ymin\": 877.611, \"xmax\": 1620.898, \"ymax\": 906.4672}, \"category\": \"pn\"}]}, \"4096\": {\"path\": \"train/4096.jpg\", \"id\": 4096, \"objects\": [{\"bbox\": {\"xmin\": 996.0, \"ymin\": 770.667, \"xmax\": 1048.0, \"ymax\": 822.667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 828.0, \"ymin\": 777.333, \"xmax\": 881.3333, \"ymax\": 828.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 770.667, \"ymin\": 782.667, \"xmax\": 820.0, \"ymax\": 832.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 933.333, \"ymin\": 774.667, \"xmax\": 986.6667, \"ymax\": 821.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 577.333, \"ymin\": 785.333, \"xmax\": 594.6667, \"ymax\": 802.6667}, \"category\": \"w32\"}]}, \"43042\": {\"path\": \"train/43042.jpg\", \"id\": 43042, \"objects\": [{\"bbox\": {\"xmin\": 1186.67, \"ymin\": 858.667, \"xmax\": 1226.6667, \"ymax\": 898.6667}, \"category\": \"pl40\"}]}, \"56321\": {\"path\": \"train/56321.jpg\", \"id\": 56321, \"objects\": [{\"bbox\": {\"xmin\": 676.316, \"ymin\": 936.842, \"xmax\": 843.421, \"ymax\": 1106.579}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 469.737, \"ymin\": 932.895, \"xmax\": 617.105, \"ymax\": 1092.105}, \"category\": \"pne\"}]}, \"39699\": {\"path\": \"other/39699.jpg\", \"id\": 39699, \"objects\": [{\"bbox\": {\"xmin\": 811.905, \"ymin\": 980.159, \"xmax\": 830.1587, \"ymax\": 994.4444}, \"category\": \"p23\"}]}, \"15438\": {\"path\": \"other/15438.jpg\", \"id\": 15438, \"objects\": [{\"bbox\": {\"xmin\": 2031.897216796875, \"ymin\": 1109.663818359375, \"xmax\": 2048.0, \"ymax\": 1140.484130859375}, \"category\": \"pl40\"}]}, \"33199\": {\"path\": \"train/33199.jpg\", \"id\": 33199, \"objects\": [{\"bbox\": {\"xmin\": 51.0, \"ymin\": 1037.0, \"xmax\": 87.0, \"ymax\": 1068.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 632.0, \"ymin\": 960.0, \"xmax\": 673.0, \"ymax\": 1006.0}, \"category\": \"pl10\"}, {\"bbox\": {\"xmin\": 47.0, \"ymin\": 992.0, \"xmax\": 86.0, \"ymax\": 1028.0}, \"category\": \"w55\"}]}, \"27583\": {\"path\": \"other/27583.jpg\", \"id\": 27583, \"objects\": [{\"bbox\": {\"xmin\": 597.333, \"ymin\": 494.667, \"xmax\": 646.6667, \"ymax\": 606.6669999999999}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 525.333, \"ymin\": 437.333, \"xmax\": 588.0, \"ymax\": 560.0}, \"category\": \"ps\"}]}, \"44758\": {\"path\": \"test/44758.jpg\", \"id\": 44758, \"objects\": [{\"bbox\": {\"xmin\": 803.311, \"ymin\": 859.603, \"xmax\": 841.722, \"ymax\": 898.0132}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 715.232, \"ymin\": 863.576, \"xmax\": 748.3444, \"ymax\": 899.3377}, \"category\": \"i4\"}]}, \"94034\": {\"path\": \"train/94034.jpg\", \"id\": 94034, \"objects\": [{\"bbox\": {\"xmin\": 1036.0, \"ymin\": 828.0, \"xmax\": 1070.0, \"ymax\": 865.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 459.0, \"ymin\": 854.0, \"xmax\": 488.0, \"ymax\": 885.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 874.0, \"ymin\": 886.0, \"xmax\": 910.0, \"ymax\": 920.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 959.0, \"ymin\": 833.0, \"xmax\": 992.0, \"ymax\": 867.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 852.0, \"ymin\": 831.0, \"xmax\": 883.0, \"ymax\": 868.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 813.0, \"ymin\": 833.0, \"xmax\": 846.0, \"ymax\": 869.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 889.0, \"ymin\": 833.0, \"xmax\": 925.0, \"ymax\": 868.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 299.0, \"ymin\": 866.0, \"xmax\": 324.0, \"ymax\": 896.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 997.0, \"ymin\": 827.0, \"xmax\": 1034.0, \"ymax\": 868.0}, \"category\": \"im\"}]}, \"22146\": {\"path\": \"train/22146.jpg\", \"id\": 22146, \"objects\": [{\"bbox\": {\"xmin\": 714.1458740234375, \"ymin\": 985.8572998046875, \"xmax\": 749.8983154296875, \"ymax\": 1079.7598876953125}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 302.667, \"ymin\": 920.0, \"xmax\": 394.6667, \"ymax\": 1069.333}, \"category\": \"ip\"}]}, \"62847\": {\"path\": \"test/62847.jpg\", \"id\": 62847, \"objects\": [{\"bbox\": {\"xmin\": 1339.0, \"ymin\": 992.0, \"xmax\": 1372.0, \"ymax\": 1025.0}, \"category\": \"p26\"}]}, \"38275\": {\"path\": \"other/38275.jpg\", \"id\": 38275, \"objects\": [{\"bbox\": {\"xmin\": 530.0, \"ymin\": 975.0, \"xmax\": 606.0, \"ymax\": 1041.0}, \"category\": \"w58\"}]}, \"31816\": {\"path\": \"test/31816.jpg\", \"id\": 31816, \"objects\": [{\"bbox\": {\"xmin\": 1103.92, \"ymin\": 823.529, \"xmax\": 1188.2353, \"ymax\": 972.549}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1105.88, \"ymin\": 1017.65, \"xmax\": 1188.2345, \"ymax\": 1174.51}, \"category\": \"pn\"}]}, \"75441\": {\"path\": \"train/75441.jpg\", \"id\": 75441, \"objects\": [{\"bbox\": {\"xmin\": 164.706, \"ymin\": 911.765, \"xmax\": 196.0392, \"ymax\": 940.5953}, \"category\": \"pne\"}]}, \"77883\": {\"path\": \"test/77883.jpg\", \"id\": 77883, \"objects\": [{\"bbox\": {\"xmin\": 1097.33, \"ymin\": 824.0, \"xmax\": 1136.0, \"ymax\": 862.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1482.67, \"ymin\": 981.333, \"xmax\": 1520.0, \"ymax\": 1018.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 1018.67, \"xmax\": 1521.3333, \"ymax\": 1058.6667}, \"category\": \"i2r\"}]}, \"28921\": {\"path\": \"train/28921.jpg\", \"id\": 28921, \"objects\": [{\"bbox\": {\"xmin\": 1378.22, \"ymin\": 998.02, \"xmax\": 1423.6842, \"ymax\": 1035.6435999999999}, \"category\": \"w57\"}]}, \"13274\": {\"path\": \"test/13274.jpg\", \"id\": 13274, \"objects\": [{\"bbox\": {\"xmin\": 1996.0, \"ymin\": 701.333, \"xmax\": 2036.0, \"ymax\": 753.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1842.67, \"ymin\": 673.333, \"xmax\": 1896.0, \"ymax\": 732.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1785.33, \"ymin\": 664.0, \"xmax\": 1836.0, \"ymax\": 720.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1946.67, \"ymin\": 692.0, \"xmax\": 1986.6667, \"ymax\": 744.0}, \"category\": \"pl100\"}]}, \"69379\": {\"path\": \"train/69379.jpg\", \"id\": 69379, \"objects\": [{\"bbox\": {\"xmin\": 738.095, \"ymin\": 903.175, \"xmax\": 758.7302000000001, \"ymax\": 928.5713999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 634.921, \"ymin\": 899.206, \"xmax\": 657.9365, \"ymax\": 925.3968}, \"category\": \"i4\"}]}, \"19731\": {\"path\": \"train/19731.jpg\", \"id\": 19731, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 797.333, \"xmax\": 1245.3333, \"ymax\": 846.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1160.0, \"ymin\": 804.0, \"xmax\": 1204.0, \"ymax\": 845.3333}, \"category\": \"w55\"}]}, \"70484\": {\"path\": \"train/70484.jpg\", \"id\": 70484, \"objects\": [{\"bbox\": {\"xmin\": 1201.33, \"ymin\": 892.0, \"xmax\": 1242.6667, \"ymax\": 930.6667}, \"category\": \"pm20\"}]}, \"9645\": {\"path\": \"other/9645.jpg\", \"id\": 9645, \"objects\": [{\"bbox\": {\"xmin\": 1220.8323974609375, \"ymin\": 921.2777099609375, \"xmax\": 1241.4573974609375, \"ymax\": 940.8267822265625}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1151.138671875, \"ymin\": 922.50244140625, \"xmax\": 1172.993896484375, \"ymax\": 943.9923095703125}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 910.7943115234375, \"ymin\": 920.7205810546875, \"xmax\": 930.850341796875, \"ymax\": 940.5093994140625}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 820.0780639648438, \"ymin\": 924.7120971679688, \"xmax\": 840.8369750976562, \"ymax\": 944.6035766601562}, \"category\": \"pne\"}]}, \"16511\": {\"path\": \"other/16511.jpg\", \"id\": 16511, \"objects\": [{\"bbox\": {\"xmin\": 1675.0, \"ymin\": 985.227, \"xmax\": 1692.0455, \"ymax\": 1007.3864}, \"category\": \"w58\"}]}, \"33081\": {\"path\": \"train/33081.jpg\", \"id\": 33081, \"objects\": [{\"bbox\": {\"xmin\": 116.0, \"ymin\": 999.0, \"xmax\": 170.0, \"ymax\": 1051.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1259.0, \"ymin\": 1055.0, \"xmax\": 1298.0, \"ymax\": 1096.0}, \"category\": \"pn\"}]}, \"69394\": {\"path\": \"train/69394.jpg\", \"id\": 69394, \"objects\": [{\"bbox\": {\"xmin\": 1455.11, \"ymin\": 877.841, \"xmax\": 1482.9544999999998, \"ymax\": 906.8182}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1485.8, \"ymin\": 878.409, \"xmax\": 1513.6363999999999, \"ymax\": 909.0909}, \"category\": \"pn\"}]}, \"38395\": {\"path\": \"test/38395.jpg\", \"id\": 38395, \"objects\": [{\"bbox\": {\"xmin\": 251.0, \"ymin\": 954.0, \"xmax\": 325.0, \"ymax\": 1046.0}, \"category\": \"pl40\"}]}, \"18050\": {\"path\": \"train/18050.jpg\", \"id\": 18050, \"objects\": [{\"bbox\": {\"xmin\": 1613.33, \"ymin\": 926.667, \"xmax\": 1644.0, \"ymax\": 972.0}, \"category\": \"pl20\"}]}, \"46502\": {\"path\": \"train/46502.jpg\", \"id\": 46502, \"objects\": [{\"bbox\": {\"xmin\": 522.667, \"ymin\": 798.667, \"xmax\": 580.0, \"ymax\": 856.0}, \"category\": \"pl30\"}]}, \"78340\": {\"path\": \"test/78340.jpg\", \"id\": 78340, \"objects\": [{\"bbox\": {\"xmin\": 858.731, \"ymin\": 962.698, \"xmax\": 926.9845, \"ymax\": 1067.46}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 869.048, \"ymin\": 1069.84, \"xmax\": 925.3971, \"ymax\": 1145.2381}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 264.706, \"ymin\": 701.961, \"xmax\": 480.39200000000005, \"ymax\": 958.8240000000001}, \"category\": \"w59\"}]}, \"29030\": {\"path\": \"train/29030.jpg\", \"id\": 29030, \"objects\": [{\"bbox\": {\"xmin\": 626.733, \"ymin\": 825.743, \"xmax\": 674.2574, \"ymax\": 871.2871}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1174.26, \"ymin\": 903.96, \"xmax\": 1201.9802, \"ymax\": 934.6535}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1109.9, \"ymin\": 900.0, \"xmax\": 1141.5842, \"ymax\": 932.6733}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1140.59, \"ymin\": 900.0, \"xmax\": 1171.2871, \"ymax\": 933.6634}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 452.475, \"ymin\": 836.634, \"xmax\": 496.0396, \"ymax\": 882.1782000000001}, \"category\": \"pne\"}]}, \"70400\": {\"path\": \"train/70400.jpg\", \"id\": 70400, \"objects\": [{\"bbox\": {\"xmin\": 278.4, \"ymin\": 986.4, \"xmax\": 304.0, \"ymax\": 1016.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 276.8, \"ymin\": 954.4, \"xmax\": 307.2, \"ymax\": 984.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 277.6, \"ymin\": 874.4, \"xmax\": 304.8, \"ymax\": 903.1999999999999}, \"category\": \"p27\"}]}, \"86856\": {\"path\": \"train/86856.jpg\", \"id\": 86856, \"objects\": [{\"bbox\": {\"xmin\": 782.178, \"ymin\": 874.257, \"xmax\": 813.8614, \"ymax\": 909.901}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1166.34, \"ymin\": 927.723, \"xmax\": 1189.1089, \"ymax\": 952.4752}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1119.8, \"ymin\": 924.752, \"xmax\": 1140.5941, \"ymax\": 949.505}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1144.55, \"ymin\": 926.733, \"xmax\": 1167.3266999999998, \"ymax\": 952.4752}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 643.564, \"ymin\": 880.198, \"xmax\": 677.2276999999999, \"ymax\": 912.8713}, \"category\": \"pne\"}]}, \"49127\": {\"path\": \"train/49127.jpg\", \"id\": 49127, \"objects\": [{\"bbox\": {\"xmin\": 1625.0, \"ymin\": 948.0, \"xmax\": 1679.0, \"ymax\": 1004.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1428.0, \"ymin\": 549.0, \"xmax\": 1499.0, \"ymax\": 621.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1623.0, \"ymin\": 892.0, \"xmax\": 1679.0, \"ymax\": 947.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1620.0, \"ymin\": 822.0, \"xmax\": 1684.0, \"ymax\": 877.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1346.0, \"ymin\": 538.0, \"xmax\": 1425.0, \"ymax\": 603.0}, \"category\": \"wc\"}]}, \"20737\": {\"path\": \"train/20737.jpg\", \"id\": 20737, \"objects\": [{\"bbox\": {\"xmin\": 1303.49, \"ymin\": 930.846, \"xmax\": 1327.3657, \"ymax\": 954.2291}, \"category\": \"pl40\"}]}, \"9571\": {\"path\": \"train/9571.jpg\", \"id\": 9571, \"objects\": [{\"bbox\": {\"xmin\": 995.238, \"ymin\": 935.714, \"xmax\": 1012.6984000000001, \"ymax\": 954.7619000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 973.81, \"ymin\": 933.333, \"xmax\": 993.6507999999999, \"ymax\": 955.5555999999999}, \"category\": \"pl40\"}]}, \"41560\": {\"path\": \"test/41560.jpg\", \"id\": 41560, \"objects\": [{\"bbox\": {\"xmin\": 1725.33, \"ymin\": 1024.0, \"xmax\": 1756.0, \"ymax\": 1070.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1969.33, \"ymin\": 952.0, \"xmax\": 1997.3333, \"ymax\": 986.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 768.0, \"ymin\": 704.0, \"xmax\": 829.3333, \"ymax\": 765.333}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1312.0, \"ymin\": 933.333, \"xmax\": 1336.0, \"ymax\": 957.3333}, \"category\": \"pl80\"}]}, \"50062\": {\"path\": \"train/50062.jpg\", \"id\": 50062, \"objects\": [{\"bbox\": {\"xmin\": 702.97, \"ymin\": 965.347, \"xmax\": 738.6136, \"ymax\": 1000.9916}, \"category\": \"pn\"}]}, \"36393\": {\"path\": \"test/36393.jpg\", \"id\": 36393, \"objects\": [{\"bbox\": {\"xmin\": 1332.66, \"ymin\": 982.07, \"xmax\": 1347.804, \"ymax\": 998.0078000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1410.76, \"ymin\": 971.315, \"xmax\": 1426.2969, \"ymax\": 986.0562000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1498.41, \"ymin\": 991.634, \"xmax\": 1514.7426, \"ymax\": 1007.5699}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1578.49, \"ymin\": 992.43, \"xmax\": 1591.2351, \"ymax\": 1008.3665}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1658.17, \"ymin\": 980.079, \"xmax\": 1672.5131000000001, \"ymax\": 993.6256999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1801.2, \"ymin\": 985.259, \"xmax\": 1814.7426, \"ymax\": 997.6096}, \"category\": \"pl5\"}]}, \"4031\": {\"path\": \"other/4031.jpg\", \"id\": 4031, \"objects\": [{\"bbox\": {\"xmin\": 1979.7406005859375, \"ymin\": 805.545654296875, \"xmax\": 2003.2706298828125, \"ymax\": 849.1907958984375}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1259.947509765625, \"ymin\": 1001.2351684570312, \"xmax\": 1282.283203125, \"ymax\": 1024.681884765625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1259.8389892578125, \"ymin\": 967.69482421875, \"xmax\": 1282.2193603515625, \"ymax\": 989.52587890625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1261.3541259765625, \"ymin\": 932.8394775390625, \"xmax\": 1284.8895263671875, \"ymax\": 957.8565673828125}, \"category\": \"p26\"}]}, \"3508\": {\"path\": \"train/3508.jpg\", \"id\": 3508, \"objects\": [{\"bbox\": {\"xmin\": 1067.66, \"ymin\": 871.642, \"xmax\": 1099.9976000000001, \"ymax\": 901.9895}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1106.46, \"ymin\": 874.627, \"xmax\": 1134.8259, \"ymax\": 902.9856}, \"category\": \"w57\"}]}, \"78472\": {\"path\": \"test/78472.jpg\", \"id\": 78472, \"objects\": [{\"bbox\": {\"xmin\": 1735.33, \"ymin\": 1002.67, \"xmax\": 1765.3333, \"ymax\": 1032.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1345.33, \"ymin\": 964.667, \"xmax\": 1393.3333, \"ymax\": 1012.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1342.67, \"ymin\": 870.667, \"xmax\": 1390.0, \"ymax\": 919.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1736.67, \"ymin\": 961.333, \"xmax\": 1762.6667, \"ymax\": 990.6667}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1342.0, \"ymin\": 918.667, \"xmax\": 1390.0, \"ymax\": 966.0}, \"category\": \"p27\"}]}, \"40924\": {\"path\": \"train/40924.jpg\", \"id\": 40924, \"objects\": [{\"bbox\": {\"xmin\": 1462.4, \"ymin\": 638.4, \"xmax\": 1562.4, \"ymax\": 740.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1563.2, \"ymin\": 639.2, \"xmax\": 1655.2, \"ymax\": 737.6}, \"category\": \"pm55\"}]}, \"72680\": {\"path\": \"train/72680.jpg\", \"id\": 72680, \"objects\": [{\"bbox\": {\"xmin\": 1294.44, \"ymin\": 920.635, \"xmax\": 1319.8413, \"ymax\": 944.4444}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1203.97, \"ymin\": 917.46, \"xmax\": 1226.9841000000001, \"ymax\": 945.2381}, \"category\": \"pne\"}]}, \"74151\": {\"path\": \"other/74151.jpg\", \"id\": 74151, \"objects\": [{\"bbox\": {\"xmin\": 1914.67, \"ymin\": 358.667, \"xmax\": 2010.6667, \"ymax\": 461.33299999999997}, \"category\": \"ph4.3\"}]}, \"84317\": {\"path\": \"train/84317.jpg\", \"id\": 84317, \"objects\": [{\"bbox\": {\"xmin\": 1992.11, \"ymin\": 980.263, \"xmax\": 2055.2711, \"ymax\": 1110.526}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1832.89, \"ymin\": 956.579, \"xmax\": 1953.9470000000001, \"ymax\": 1103.947}, \"category\": \"pne\"}]}, \"7087\": {\"path\": \"train/7087.jpg\", \"id\": 7087, \"objects\": [{\"bbox\": {\"xmin\": 1732.0, \"ymin\": 771.0, \"xmax\": 1789.0, \"ymax\": 830.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 623.0, \"ymin\": 663.0, \"xmax\": 684.0, \"ymax\": 723.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 553.0, \"ymin\": 1050.0, \"xmax\": 566.0, \"ymax\": 1062.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1612.0, \"ymin\": 886.0, \"xmax\": 1671.0, \"ymax\": 947.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1608.0, \"ymin\": 769.0, \"xmax\": 1667.0, \"ymax\": 829.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1149.0, \"ymin\": 639.0, \"xmax\": 1219.0, \"ymax\": 701.0}, \"category\": \"pn\"}]}, \"61729\": {\"path\": \"other/61729.jpg\", \"id\": 61729, \"objects\": [{\"bbox\": {\"xmin\": 909.9769287109375, \"ymin\": 1026.0140380859375, \"xmax\": 928.100341796875, \"ymax\": 1064.9493408203125}, \"category\": \"pl30\"}]}, \"74437\": {\"path\": \"train/74437.jpg\", \"id\": 74437, \"objects\": [{\"bbox\": {\"xmin\": 361.842, \"ymin\": 1050.0, \"xmax\": 390.7895, \"ymax\": 1080.2632}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 363.158, \"ymin\": 1017.11, \"xmax\": 390.78950000000003, \"ymax\": 1050.0}, \"category\": \"pl5\"}]}, \"77422\": {\"path\": \"train/77422.jpg\", \"id\": 77422, \"objects\": [{\"bbox\": {\"xmin\": 1770.485107421875, \"ymin\": 1011.6409912109375, \"xmax\": 1788.53662109375, \"ymax\": 1032.4176025390625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1768.8031005859375, \"ymin\": 982.603759765625, \"xmax\": 1789.7518310546875, \"ymax\": 1003.167724609375}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1770.23193359375, \"ymin\": 950.73583984375, \"xmax\": 1790.26611328125, \"ymax\": 972.3345947265625}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1406.35, \"ymin\": 890.476, \"xmax\": 1430.1587, \"ymax\": 918.254}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1273.81, \"ymin\": 885.714, \"xmax\": 1300.0, \"ymax\": 915.873}, \"category\": \"pne\"}]}, \"3523\": {\"path\": \"train/3523.jpg\", \"id\": 3523, \"objects\": [{\"bbox\": {\"xmin\": 1423.2, \"ymin\": 839.2, \"xmax\": 1456.8, \"ymax\": 875.2}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1512.8, \"ymin\": 843.2, \"xmax\": 1546.3999999999999, \"ymax\": 876.8000000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1330.4, \"ymin\": 838.4, \"xmax\": 1363.2, \"ymax\": 872.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 838.667, \"xmax\": 1328.0, \"ymax\": 870.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1389.6, \"ymin\": 840.0, \"xmax\": 1421.6, \"ymax\": 872.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1480.8, \"ymin\": 843.2, \"xmax\": 1511.2, \"ymax\": 874.4000000000001}, \"category\": \"pl100\"}]}, \"53477\": {\"path\": \"other/53477.jpg\", \"id\": 53477, \"objects\": [{\"bbox\": {\"xmin\": 1046.02, \"ymin\": 919.886, \"xmax\": 1069.3182, \"ymax\": 943.7506}, \"category\": \"w22\"}]}, \"17260\": {\"path\": \"other/17260.jpg\", \"id\": 17260, \"objects\": [{\"bbox\": {\"xmin\": 1309.56, \"ymin\": 968.127, \"xmax\": 1324.2992, \"ymax\": 983.6653}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1310.36, \"ymin\": 984.462, \"xmax\": 1324.3011999999999, \"ymax\": 998.4064}, \"category\": \"pn\"}]}, \"71860\": {\"path\": \"train/71860.jpg\", \"id\": 71860, \"objects\": [{\"bbox\": {\"xmin\": 1867.0, \"ymin\": 728.0, \"xmax\": 1911.0, \"ymax\": 783.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1914.0, \"ymin\": 732.0, \"xmax\": 1954.0, \"ymax\": 788.0}, \"category\": \"pn\"}]}, \"88724\": {\"path\": \"test/88724.jpg\", \"id\": 88724, \"objects\": [{\"bbox\": {\"xmin\": 1492.0, \"ymin\": 948.0, \"xmax\": 1529.3333, \"ymax\": 992.0}, \"category\": \"pcl\"}]}, \"82960\": {\"path\": \"other/82960.jpg\", \"id\": 82960, \"objects\": [{\"bbox\": {\"xmin\": 1315.7733154296875, \"ymin\": 968.2615356445312, \"xmax\": 1343.4073486328125, \"ymax\": 991.9700317382812}, \"category\": \"ip\"}]}, \"44565\": {\"path\": \"train/44565.jpg\", \"id\": 44565, \"objects\": [{\"bbox\": {\"xmin\": 1840.0, \"ymin\": 886.667, \"xmax\": 1906.6667, \"ymax\": 966.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1633.33, \"ymin\": 793.333, \"xmax\": 1673.3333, \"ymax\": 830.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1453.33, \"ymin\": 884.0, \"xmax\": 1542.6667, \"ymax\": 974.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1593.33, \"ymin\": 781.333, \"xmax\": 1634.6667, \"ymax\": 822.6667}, \"category\": \"w57\"}]}, \"36685\": {\"path\": \"test/36685.jpg\", \"id\": 36685, \"objects\": [{\"bbox\": {\"xmin\": 1448.0, \"ymin\": 980.0, \"xmax\": 1485.0, \"ymax\": 1019.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1895.0, \"ymin\": 947.0, \"xmax\": 1938.0, \"ymax\": 991.0}, \"category\": \"pn\"}]}, \"68678\": {\"path\": \"test/68678.jpg\", \"id\": 68678, \"objects\": [{\"bbox\": {\"xmin\": 964.0, \"ymin\": 456.0, \"xmax\": 1089.0, \"ymax\": 577.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 560.0, \"ymin\": 478.0, \"xmax\": 678.0, \"ymax\": 595.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 449.0, \"ymin\": 497.0, \"xmax\": 557.0, \"ymax\": 601.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 839.0, \"ymin\": 460.0, \"xmax\": 962.0, \"ymax\": 580.0}, \"category\": \"ph4\"}]}, \"67215\": {\"path\": \"test/67215.jpg\", \"id\": 67215, \"objects\": [{\"bbox\": {\"xmin\": 849.0, \"ymin\": 800.0, \"xmax\": 881.0, \"ymax\": 832.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1357.0, \"ymin\": 980.0, \"xmax\": 1383.0, \"ymax\": 1006.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 847.0, \"ymin\": 833.0, \"xmax\": 879.0, \"ymax\": 863.0}, \"category\": \"p27\"}]}, \"33956\": {\"path\": \"other/33956.jpg\", \"id\": 33956, \"objects\": [{\"bbox\": {\"xmin\": 1211.26, \"ymin\": 943.709, \"xmax\": 1224.5049999999999, \"ymax\": 959.6025999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1812.58, \"ymin\": 938.412, \"xmax\": 1822.5218599999998, \"ymax\": 958.278}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1145.7, \"ymin\": 945.695, \"xmax\": 1158.9404, \"ymax\": 959.6026}, \"category\": \"pne\"}]}, \"66590\": {\"path\": \"train/66590.jpg\", \"id\": 66590, \"objects\": [{\"bbox\": {\"xmin\": 654.762, \"ymin\": 808.73, \"xmax\": 684.127, \"ymax\": 876.1905}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 657.937, \"ymin\": 928.571, \"xmax\": 682.5401, \"ymax\": 981.7457}, \"category\": \"pn\"}]}, \"46917\": {\"path\": \"test/46917.jpg\", \"id\": 46917, \"objects\": [{\"bbox\": {\"xmin\": 428.0, \"ymin\": 1082.67, \"xmax\": 553.333, \"ymax\": 1210.6670000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 441.333, \"ymin\": 950.667, \"xmax\": 562.667, \"ymax\": 1081.333}, \"category\": \"pl5\"}]}, \"58475\": {\"path\": \"train/58475.jpg\", \"id\": 58475, \"objects\": [{\"bbox\": {\"xmin\": 832.673, \"ymin\": 931.683, \"xmax\": 859.4059, \"ymax\": 960.396}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1127.72, \"ymin\": 959.406, \"xmax\": 1142.5743, \"ymax\": 978.2177999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1087.13, \"ymin\": 958.416, \"xmax\": 1105.9406000000001, \"ymax\": 978.2178}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1108.91, \"ymin\": 959.406, \"xmax\": 1124.7525, \"ymax\": 979.2079}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 734.653, \"ymin\": 928.713, \"xmax\": 760.3960000000001, \"ymax\": 959.4059}, \"category\": \"pne\"}]}, \"32021\": {\"path\": \"train/32021.jpg\", \"id\": 32021, \"objects\": [{\"bbox\": {\"xmin\": 1510.23, \"ymin\": 858.523, \"xmax\": 1540.9073, \"ymax\": 893.7504}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1544.31, \"ymin\": 859.091, \"xmax\": 1574.9964, \"ymax\": 896.5914}, \"category\": \"pn\"}]}, \"68751\": {\"path\": \"train/68751.jpg\", \"id\": 68751, \"objects\": [{\"bbox\": {\"xmin\": 1697.16, \"ymin\": 970.297, \"xmax\": 1714.7655, \"ymax\": 989.2045}, \"category\": \"pl5\"}]}, \"91508\": {\"path\": \"train/91508.jpg\", \"id\": 91508, \"objects\": [{\"bbox\": {\"xmin\": 1769.33, \"ymin\": 1013.33, \"xmax\": 1788.0, \"ymax\": 1045.3333}, \"category\": \"pl40\"}]}, \"5095\": {\"path\": \"train/5095.jpg\", \"id\": 5095, \"objects\": [{\"bbox\": {\"xmin\": 1306.62, \"ymin\": 813.245, \"xmax\": 1348.3444, \"ymax\": 854.9669}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1351.66, \"ymin\": 812.583, \"xmax\": 1392.0575000000001, \"ymax\": 854.3045999999999}, \"category\": \"pn\"}]}, \"66663\": {\"path\": \"test/66663.jpg\", \"id\": 66663, \"objects\": [{\"bbox\": {\"xmin\": 1208.53, \"ymin\": 819.318, \"xmax\": 1250.0045, \"ymax\": 861.3636}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1255.1, \"ymin\": 819.886, \"xmax\": 1295.4472999999998, \"ymax\": 861.3637}, \"category\": \"pn\"}]}, \"79444\": {\"path\": \"train/79444.jpg\", \"id\": 79444, \"objects\": [{\"bbox\": {\"xmin\": 260.784, \"ymin\": 172.549, \"xmax\": 405.882, \"ymax\": 378.43100000000004}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 66.6667, \"ymin\": 72.549, \"xmax\": 256.8627, \"ymax\": 288.235}, \"category\": \"pn\"}]}, \"10375\": {\"path\": \"test/10375.jpg\", \"id\": 10375, \"objects\": [{\"bbox\": {\"xmin\": 1646.67, \"ymin\": 790.667, \"xmax\": 1744.0066000000002, \"ymax\": 892.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1646.67, \"ymin\": 694.667, \"xmax\": 1740.0, \"ymax\": 793.3330000000001}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1134.67, \"ymin\": 450.667, \"xmax\": 1276.0, \"ymax\": 578.6669999999999}, \"category\": \"pbp\"}]}, \"61643\": {\"path\": \"train/61643.jpg\", \"id\": 61643, \"objects\": [{\"bbox\": {\"xmin\": 949.333, \"ymin\": 630.667, \"xmax\": 1038.6667, \"ymax\": 713.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 866.667, \"ymin\": 633.333, \"xmax\": 957.3333, \"ymax\": 710.6667}, \"category\": \"w55\"}]}, \"5600\": {\"path\": \"train/5600.jpg\", \"id\": 5600, \"objects\": [{\"bbox\": {\"xmin\": 1468.63, \"ymin\": 652.941, \"xmax\": 1554.902, \"ymax\": 745.0980000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1290.2, \"ymin\": 664.706, \"xmax\": 1374.5098, \"ymax\": 743.1373}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1380.39, \"ymin\": 658.824, \"xmax\": 1466.6667000000002, \"ymax\": 745.098}, \"category\": \"pn\"}]}, \"61102\": {\"path\": \"test/61102.jpg\", \"id\": 61102, \"objects\": [{\"bbox\": {\"xmin\": 221.569, \"ymin\": 227.451, \"xmax\": 341.176, \"ymax\": 415.68600000000004}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 49.0196, \"ymin\": 131.373, \"xmax\": 211.7646, \"ymax\": 337.255}, \"category\": \"pn\"}]}, \"91514\": {\"path\": \"test/91514.jpg\", \"id\": 91514, \"objects\": [{\"bbox\": {\"xmin\": 1759.21, \"ymin\": 944.737, \"xmax\": 1863.155, \"ymax\": 1055.263}, \"category\": \"pm20\"}]}, \"17264\": {\"path\": \"other/17264.jpg\", \"id\": 17264, \"objects\": [{\"bbox\": {\"xmin\": 1866.3349609375, \"ymin\": 1358.8289794921875, \"xmax\": 1930.904052734375, \"ymax\": 1422.6531982421875}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1848.6729736328125, \"ymin\": 1167.4072265625, \"xmax\": 1876.4090576171875, \"ymax\": 1194.513427734375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1259.7174072265625, \"ymin\": 993.6129150390625, \"xmax\": 1306.7164306640625, \"ymax\": 1032.250244140625}, \"category\": \"w58\"}]}, \"5970\": {\"path\": \"test/5970.jpg\", \"id\": 5970, \"objects\": [{\"bbox\": {\"xmin\": 922.4, \"ymin\": 626.4, \"xmax\": 1010.4, \"ymax\": 705.6}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1014.4, \"ymin\": 623.2, \"xmax\": 1102.4, \"ymax\": 709.6}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1186.4, \"ymin\": 632.8, \"xmax\": 1271.2, \"ymax\": 708.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1268.0, \"ymin\": 864.0, \"xmax\": 1337.6, \"ymax\": 933.6}, \"category\": \"pcl\"}]}, \"90648\": {\"path\": \"test/90648.jpg\", \"id\": 90648, \"objects\": [{\"bbox\": {\"xmin\": 1146.67, \"ymin\": 764.0, \"xmax\": 1244.0, \"ymax\": 845.333}, \"category\": \"w57\"}]}, \"8629\": {\"path\": \"test/8629.jpg\", \"id\": 8629, \"objects\": [{\"bbox\": {\"xmin\": 0.990099, \"ymin\": 696.04, \"xmax\": 43.564399, \"ymax\": 777.2276999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 58.4158, \"ymin\": 851.485, \"xmax\": 84.1584, \"ymax\": 891.0891}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1.9802, \"ymin\": 846.535, \"xmax\": 26.7327, \"ymax\": 889.1089}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 28.7129, \"ymin\": 845.545, \"xmax\": 57.425700000000006, \"ymax\": 886.1386}, \"category\": \"pn\"}]}, \"53182\": {\"path\": \"train/53182.jpg\", \"id\": 53182, \"objects\": [{\"bbox\": {\"xmin\": 1613.6, \"ymin\": 890.4, \"xmax\": 1687.1999999999998, \"ymax\": 976.0}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1559.2, \"ymin\": 921.6, \"xmax\": 1582.4, \"ymax\": 984.8000000000001}, \"category\": \"pne\"}]}, \"63056\": {\"path\": \"train/63056.jpg\", \"id\": 63056, \"objects\": [{\"bbox\": {\"xmin\": 884.417, \"ymin\": 996.8, \"xmax\": 909.4174, \"ymax\": 1020.664}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1315.2, \"ymin\": 684.0, \"xmax\": 1399.2, \"ymax\": 768.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1228.27, \"ymin\": 676.0, \"xmax\": 1331.443, \"ymax\": 762.4}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1388.32, \"ymin\": 688.0, \"xmax\": 1477.8120999999999, \"ymax\": 768.0}, \"category\": \"w57\"}]}, \"34251\": {\"path\": \"train/34251.jpg\", \"id\": 34251, \"objects\": [{\"bbox\": {\"xmin\": 284.211, \"ymin\": 497.368, \"xmax\": 353.9474, \"ymax\": 610.526}, \"category\": \"i2\"}]}, \"32990\": {\"path\": \"test/32990.jpg\", \"id\": 32990, \"objects\": [{\"bbox\": {\"xmin\": 93.29065704345703, \"ymin\": 1059.0750732421875, \"xmax\": 116.3797836303711, \"ymax\": 1090.3377685546875}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 2024.0, \"ymin\": 1062.67, \"xmax\": 2045.3333, \"ymax\": 1092.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1986.67, \"ymin\": 1085.33, \"xmax\": 2038.6667, \"ymax\": 1144.0}, \"category\": \"ps\"}]}, \"54967\": {\"path\": \"train/54967.jpg\", \"id\": 54967, \"objects\": [{\"bbox\": {\"xmin\": 1398.67, \"ymin\": 1044.0, \"xmax\": 1428.0, \"ymax\": 1074.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1397.33, \"ymin\": 1012.0, \"xmax\": 1429.3333, \"ymax\": 1045.3333}, \"category\": \"pl5\"}]}, \"95470\": {\"path\": \"test/95470.jpg\", \"id\": 95470, \"objects\": [{\"bbox\": {\"xmin\": 1152.9, \"ymin\": 968.098, \"xmax\": 1175.5787, \"ymax\": 993.7375999999999}, \"category\": \"pl30\"}]}, \"29157\": {\"path\": \"train/29157.jpg\", \"id\": 29157, \"objects\": [{\"bbox\": {\"xmin\": 1274.7900390625, \"ymin\": 868.0086669921875, \"xmax\": 1303.4228515625, \"ymax\": 897.10791015625}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1337.95849609375, \"ymin\": 871.7473754882812, \"xmax\": 1367.637939453125, \"ymax\": 901.4965209960938}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1792.95, \"ymin\": 936.414, \"xmax\": 1832.1625000000001, \"ymax\": 975.6301}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1796.08, \"ymin\": 898.039, \"xmax\": 1830.1587, \"ymax\": 939.2157}, \"category\": \"w55\"}]}, \"18805\": {\"path\": \"train/18805.jpg\", \"id\": 18805, \"objects\": [{\"bbox\": {\"xmin\": 1641.8, \"ymin\": 903.482, \"xmax\": 1664.6816, \"ymax\": 929.3526999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1666.67, \"ymin\": 907.463, \"xmax\": 1687.5622, \"ymax\": 929.8512}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 670.198, \"ymin\": 962.251, \"xmax\": 698.013, \"ymax\": 989.4037}, \"category\": \"pne\"}]}, \"74550\": {\"path\": \"train/74550.jpg\", \"id\": 74550, \"objects\": [{\"bbox\": {\"xmin\": 1774.67, \"ymin\": 464.0, \"xmax\": 1888.0030000000002, \"ymax\": 585.333}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1210.67, \"ymin\": 321.333, \"xmax\": 1369.3300000000002, \"ymax\": 462.66700000000003}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1025.33, \"ymin\": 309.333, \"xmax\": 1193.33, \"ymax\": 457.333}, \"category\": \"pr60\"}]}, \"1374\": {\"path\": \"train/1374.jpg\", \"id\": 1374, \"objects\": [{\"bbox\": {\"xmin\": 1274.17, \"ymin\": 896.689, \"xmax\": 1298.6755, \"ymax\": 922.5165999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1375.5, \"ymin\": 952.98, \"xmax\": 1388.0795, \"ymax\": 968.2119}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1357.62, \"ymin\": 950.331, \"xmax\": 1372.1853999999998, \"ymax\": 968.8742}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1392.72, \"ymin\": 951.656, \"xmax\": 1406.6225, \"ymax\": 968.2118999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1158.94, \"ymin\": 894.04, \"xmax\": 1184.106, \"ymax\": 921.8543}, \"category\": \"pne\"}]}, \"40374\": {\"path\": \"other/40374.jpg\", \"id\": 40374, \"objects\": [{\"bbox\": {\"xmin\": 1109.6, \"ymin\": 988.8, \"xmax\": 1124.8, \"ymax\": 1004.8}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1295.2, \"ymin\": 948.0, \"xmax\": 1344.0, \"ymax\": 993.6}, \"category\": \"w22\"}]}, \"24348\": {\"path\": \"test/24348.jpg\", \"id\": 24348, \"objects\": [{\"bbox\": {\"xmin\": 1426.0, \"ymin\": 822.0, \"xmax\": 1478.0, \"ymax\": 875.0}, \"category\": \"pl60\"}]}, \"21120\": {\"path\": \"train/21120.jpg\", \"id\": 21120, \"objects\": [{\"bbox\": {\"xmin\": 1286.67, \"ymin\": 740.0, \"xmax\": 1365.3333, \"ymax\": 817.3333}, \"category\": \"pl50\"}]}, \"64242\": {\"path\": \"other/64242.jpg\", \"id\": 64242, \"objects\": [{\"bbox\": {\"xmin\": 1404.0, \"ymin\": 998.0, \"xmax\": 1439.0, \"ymax\": 1031.0}, \"category\": \"pr30\"}]}, \"79529\": {\"path\": \"other/79529.jpg\", \"id\": 79529, \"objects\": [{\"bbox\": {\"xmin\": 1114.57, \"ymin\": 862.251, \"xmax\": 1156.2926, \"ymax\": 904.6355}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1021.43, \"ymin\": 869.048, \"xmax\": 1057.1465, \"ymax\": 905.5563}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1068.88, \"ymin\": 866.887, \"xmax\": 1106.6225000000002, \"ymax\": 903.9735}, \"category\": \"w42\"}]}, \"41321\": {\"path\": \"test/41321.jpg\", \"id\": 41321, \"objects\": [{\"bbox\": {\"xmin\": 1497.0, \"ymin\": 1009.0, \"xmax\": 1533.0, \"ymax\": 1046.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 842.0, \"ymin\": 1015.0, \"xmax\": 862.0, \"ymax\": 1035.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 579.0, \"ymin\": 673.0, \"xmax\": 668.0, \"ymax\": 766.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1409.0, \"ymin\": 994.0, \"xmax\": 1432.0, \"ymax\": 1017.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 231.0, \"ymin\": 946.0, \"xmax\": 288.0, \"ymax\": 1003.0}, \"category\": \"pne\"}]}, \"56245\": {\"path\": \"test/56245.jpg\", \"id\": 56245, \"objects\": [{\"bbox\": {\"xmin\": 1578.98, \"ymin\": 855.114, \"xmax\": 1605.6818, \"ymax\": 884.0908000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1609.66, \"ymin\": 857.386, \"xmax\": 1638.0682000000002, \"ymax\": 884.6591}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1638.81, \"ymin\": 903.409, \"xmax\": 1661.791, \"ymax\": 924.1791}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1639.4, \"ymin\": 926.136, \"xmax\": 1663.5821, \"ymax\": 948.3582}, \"category\": \"i2r\"}]}, \"67761\": {\"path\": \"train/67761.jpg\", \"id\": 67761, \"objects\": [{\"bbox\": {\"xmin\": 180.159, \"ymin\": 695.238, \"xmax\": 238.88889999999998, \"ymax\": 776.1896}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 323.81, \"ymin\": 850.794, \"xmax\": 357.1423, \"ymax\": 889.6828}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 239.683, \"ymin\": 707.143, \"xmax\": 289.6823, \"ymax\": 784.1269}, \"category\": \"w57\"}]}, \"12893\": {\"path\": \"train/12893.jpg\", \"id\": 12893, \"objects\": [{\"bbox\": {\"xmin\": 155.2, \"ymin\": 366.4, \"xmax\": 293.6, \"ymax\": 492.79999999999995}, \"category\": \"ph4.5\"}]}, \"59732\": {\"path\": \"test/59732.jpg\", \"id\": 59732, \"objects\": [{\"bbox\": {\"xmin\": 1086.67, \"ymin\": 841.333, \"xmax\": 1124.0, \"ymax\": 876.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1208.0, \"ymin\": 837.333, \"xmax\": 1246.6667, \"ymax\": 874.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 968.0, \"ymin\": 845.333, \"xmax\": 1002.6676, \"ymax\": 881.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 922.667, \"ymin\": 848.0, \"xmax\": 958.6667, \"ymax\": 881.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1042.67, \"ymin\": 842.667, \"xmax\": 1078.6766, \"ymax\": 877.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1164.0, \"ymin\": 838.667, \"xmax\": 1200.0, \"ymax\": 873.3333}, \"category\": \"pl100\"}]}, \"22286\": {\"path\": \"test/22286.jpg\", \"id\": 22286, \"objects\": [{\"bbox\": {\"xmin\": 1297.37, \"ymin\": 1019.74, \"xmax\": 1332.5972, \"ymax\": 1051.1484}, \"category\": \"ip\"}]}, \"65983\": {\"path\": \"train/65983.jpg\", \"id\": 65983, \"objects\": [{\"bbox\": {\"xmin\": 1254.58, \"ymin\": 858.566, \"xmax\": 1290.4397999999999, \"ymax\": 893.6255}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1292.43, \"ymin\": 858.167, \"xmax\": 1327.8884, \"ymax\": 894.0239}, \"category\": \"pn\"}]}, \"57851\": {\"path\": \"other/57851.jpg\", \"id\": 57851, \"objects\": [{\"bbox\": {\"xmin\": 1302.67, \"ymin\": 962.667, \"xmax\": 1350.6667, \"ymax\": 1016.0006000000001}, \"category\": \"pl110\"}]}, \"9339\": {\"path\": \"other/9339.jpg\", \"id\": 9339, \"objects\": [{\"bbox\": {\"xmin\": 152.62132263183594, \"ymin\": 627.3090209960938, \"xmax\": 169.6662139892578, \"ymax\": 674.5881958007812}, \"category\": \"p3\"}]}, \"949\": {\"path\": \"train/949.jpg\", \"id\": 949, \"objects\": [{\"bbox\": {\"xmin\": 940.1234130859375, \"ymin\": 900.68359375, \"xmax\": 960.27978515625, \"ymax\": 918.08447265625}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1039.3, \"ymin\": 899.503, \"xmax\": 1056.2139, \"ymax\": 915.4229}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 965.942, \"ymin\": 900.362, \"xmax\": 982.2464, \"ymax\": 917.3913}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1039.13, \"ymin\": 917.391, \"xmax\": 1054.3455000000001, \"ymax\": 930.4346999999999}, \"category\": \"pn\"}]}, \"19415\": {\"path\": \"train/19415.jpg\", \"id\": 19415, \"objects\": [{\"bbox\": {\"xmin\": 138.667, \"ymin\": 894.667, \"xmax\": 284.0, \"ymax\": 1022.667}, \"category\": \"pg\"}]}, \"42720\": {\"path\": \"train/42720.jpg\", \"id\": 42720, \"objects\": [{\"bbox\": {\"xmin\": 427.0, \"ymin\": 972.0, \"xmax\": 448.0, \"ymax\": 998.0}, \"category\": \"pdd\"}]}, \"23971\": {\"path\": \"train/23971.jpg\", \"id\": 23971, \"objects\": [{\"bbox\": {\"xmin\": 1746.5, \"ymin\": 1004.0, \"xmax\": 1760.5, \"ymax\": 1026.9841}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 764.0, \"ymin\": 1003.5, \"xmax\": 775.5, \"ymax\": 1018.5}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 646.5, \"ymin\": 973.5, \"xmax\": 669.0476, \"ymax\": 999.2063}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1510.5, \"ymin\": 899.5, \"xmax\": 1575.5, \"ymax\": 968.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1723.5, \"ymin\": 1004.76, \"xmax\": 1734.5, \"ymax\": 1025.3968}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 711.905, \"ymin\": 1003.97, \"xmax\": 723.8095, \"ymax\": 1019.0476}, \"category\": \"ps\"}]}, \"75045\": {\"path\": \"train/75045.jpg\", \"id\": 75045, \"objects\": [{\"bbox\": {\"xmin\": 206.667, \"ymin\": 990.667, \"xmax\": 265.3336, \"ymax\": 1054.6667}, \"category\": \"pl25\"}, {\"bbox\": {\"xmin\": 208.0, \"ymin\": 928.0, \"xmax\": 268.0, \"ymax\": 990.6667}, \"category\": \"w55\"}]}, \"8371\": {\"path\": \"test/8371.jpg\", \"id\": 8371, \"objects\": [{\"bbox\": {\"xmin\": 14.113189697265625, \"ymin\": 860.180908203125, \"xmax\": 42.48185729980469, \"ymax\": 897.464111328125}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1272.16, \"ymin\": 931.25, \"xmax\": 1291.4773, \"ymax\": 952.2727}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1419.32, \"ymin\": 952.273, \"xmax\": 1432.3863999999999, \"ymax\": 968.1818000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1387.5, \"ymin\": 953.977, \"xmax\": 1401.1364, \"ymax\": 969.3181999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1403.41, \"ymin\": 953.977, \"xmax\": 1417.0455000000002, \"ymax\": 969.8864}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1190.34, \"ymin\": 930.114, \"xmax\": 1211.3636, \"ymax\": 950.0}, \"category\": \"pne\"}]}, \"16184\": {\"path\": \"test/16184.jpg\", \"id\": 16184, \"objects\": [{\"bbox\": {\"xmin\": 1727.0, \"ymin\": 742.0, \"xmax\": 1794.0, \"ymax\": 823.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1645.0, \"ymin\": 733.0, \"xmax\": 1722.0, \"ymax\": 814.0}, \"category\": \"pl60\"}]}, \"27241\": {\"path\": \"train/27241.jpg\", \"id\": 27241, \"objects\": [{\"bbox\": {\"xmin\": 619.0, \"ymin\": 903.0, \"xmax\": 694.0, \"ymax\": 977.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 620.0, \"ymin\": 828.0, \"xmax\": 690.0, \"ymax\": 902.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1166.0, \"ymin\": 898.0, \"xmax\": 1178.0, \"ymax\": 912.0}, \"category\": \"pne\"}]}, \"76121\": {\"path\": \"train/76121.jpg\", \"id\": 76121, \"objects\": [{\"bbox\": {\"xmin\": 932.895, \"ymin\": 857.895, \"xmax\": 989.4737, \"ymax\": 936.8421}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1940.79, \"ymin\": 760.526, \"xmax\": 1992.1053, \"ymax\": 822.3684}, \"category\": \"pne\"}]}, \"13143\": {\"path\": \"test/13143.jpg\", \"id\": 13143, \"objects\": [{\"bbox\": {\"xmin\": 554.0, \"ymin\": 1124.0, \"xmax\": 603.0, \"ymax\": 1191.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1331.0, \"ymin\": 1094.0, \"xmax\": 1400.0, \"ymax\": 1167.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1285.0, \"ymin\": 886.0, \"xmax\": 1309.0, \"ymax\": 911.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1310.0, \"ymin\": 883.0, \"xmax\": 1335.0, \"ymax\": 909.0}, \"category\": \"pn\"}]}, \"89023\": {\"path\": \"test/89023.jpg\", \"id\": 89023, \"objects\": [{\"bbox\": {\"xmin\": 698.0, \"ymin\": 621.0, \"xmax\": 790.0, \"ymax\": 711.0}, \"category\": \"pr40\"}]}, \"1584\": {\"path\": \"train/1584.jpg\", \"id\": 1584, \"objects\": [{\"bbox\": {\"xmin\": 1371.43, \"ymin\": 885.714, \"xmax\": 1392.8571000000002, \"ymax\": 910.3175000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1346.03, \"ymin\": 884.127, \"xmax\": 1367.4603, \"ymax\": 909.5237999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1397.62, \"ymin\": 885.714, \"xmax\": 1417.4603, \"ymax\": 910.3175000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 922.222, \"ymin\": 959.524, \"xmax\": 930.15873, \"ymax\": 969.8413}, \"category\": \"pne\"}]}, \"9324\": {\"path\": \"train/9324.jpg\", \"id\": 9324, \"objects\": [{\"bbox\": {\"xmin\": 403.96, \"ymin\": 915.842, \"xmax\": 415.84159999999997, \"ymax\": 932.6732999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 344.554, \"ymin\": 907.921, \"xmax\": 363.36629999999997, \"ymax\": 929.7030000000001}, \"category\": \"pne\"}]}, \"2661\": {\"path\": \"train/2661.jpg\", \"id\": 2661, \"objects\": [{\"bbox\": {\"xmin\": 1379.0, \"ymin\": 704.0, \"xmax\": 1454.0, \"ymax\": 783.0}, \"category\": \"pl50\"}]}, \"61523\": {\"path\": \"train/61523.jpg\", \"id\": 61523, \"objects\": [{\"bbox\": {\"xmin\": 567.0, \"ymin\": 923.0, \"xmax\": 615.0, \"ymax\": 974.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1895.0, \"ymin\": 504.0, \"xmax\": 1996.0, \"ymax\": 632.0}, \"category\": \"pl70\"}]}, \"52145\": {\"path\": \"train/52145.jpg\", \"id\": 52145, \"objects\": [{\"bbox\": {\"xmin\": 1811.0, \"ymin\": 964.0, \"xmax\": 1840.0, \"ymax\": 998.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1813.0, \"ymin\": 914.0, \"xmax\": 1840.0, \"ymax\": 946.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1810.0, \"ymin\": 1002.0, \"xmax\": 1841.0, \"ymax\": 1033.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1811.0, \"ymin\": 1040.0, \"xmax\": 1840.0, \"ymax\": 1073.0}, \"category\": \"i2r\"}]}, \"56882\": {\"path\": \"train/56882.jpg\", \"id\": 56882, \"objects\": [{\"bbox\": {\"xmin\": 1650.0, \"ymin\": 854.0, \"xmax\": 1712.0, \"ymax\": 919.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1649.0, \"ymin\": 918.0, \"xmax\": 1714.0, \"ymax\": 987.0}, \"category\": \"pn\"}]}, \"37678\": {\"path\": \"train/37678.jpg\", \"id\": 37678, \"objects\": [{\"bbox\": {\"xmin\": 1149.43, \"ymin\": 880.114, \"xmax\": 1175.5682000000002, \"ymax\": 907.9545}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1178.98, \"ymin\": 878.978, \"xmax\": 1205.1136000000001, \"ymax\": 907.9553999999999}, \"category\": \"pn\"}]}, \"57768\": {\"path\": \"test/57768.jpg\", \"id\": 57768, \"objects\": [{\"bbox\": {\"xmin\": 1188.12, \"ymin\": 948.515, \"xmax\": 1220.7921, \"ymax\": 977.2284}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1069.31, \"ymin\": 855.446, \"xmax\": 1111.904, \"ymax\": 890.099}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1113.86, \"ymin\": 853.465, \"xmax\": 1155.4390999999998, \"ymax\": 888.1188000000001}, \"category\": \"w57\"}]}, \"78706\": {\"path\": \"test/78706.jpg\", \"id\": 78706, \"objects\": [{\"bbox\": {\"xmin\": 1495.6146240234375, \"ymin\": 895.8799438476562, \"xmax\": 1516.4842529296875, \"ymax\": 918.2316284179688}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1382.89, \"ymin\": 893.421, \"xmax\": 1398.6842000000001, \"ymax\": 914.4737}, \"category\": \"pne\"}]}, \"58593\": {\"path\": \"train/58593.jpg\", \"id\": 58593, \"objects\": [{\"bbox\": {\"xmin\": 1275.4, \"ymin\": 962.698, \"xmax\": 1314.2857000000001, \"ymax\": 993.6508}, \"category\": \"w57\"}]}, \"27431\": {\"path\": \"train/27431.jpg\", \"id\": 27431, \"objects\": [{\"bbox\": {\"xmin\": 121.333, \"ymin\": 64.0, \"xmax\": 281.33299999999997, \"ymax\": 260.0}, \"category\": \"pl40\"}]}, \"6172\": {\"path\": \"train/6172.jpg\", \"id\": 6172, \"objects\": [{\"bbox\": {\"xmin\": 631.0, \"ymin\": 775.0, \"xmax\": 680.0, \"ymax\": 826.0}, \"category\": \"pr40\"}]}, \"21371\": {\"path\": \"train/21371.jpg\", \"id\": 21371, \"objects\": [{\"bbox\": {\"xmin\": 446.667, \"ymin\": 954.667, \"xmax\": 501.33329999999995, \"ymax\": 1010.6667}, \"category\": \"pl40\"}]}, \"55927\": {\"path\": \"other/55927.jpg\", \"id\": 55927, \"objects\": [{\"bbox\": {\"xmin\": 1341.33, \"ymin\": 992.0, \"xmax\": 1376.0, \"ymax\": 1032.0}, \"category\": \"pm25\"}]}, \"48640\": {\"path\": \"train/48640.jpg\", \"id\": 48640, \"objects\": [{\"bbox\": {\"xmin\": 983.0, \"ymin\": 792.0, \"xmax\": 1043.0, \"ymax\": 849.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 915.0, \"ymin\": 793.0, \"xmax\": 978.0, \"ymax\": 856.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1045.0, \"ymin\": 787.0, \"xmax\": 1109.0, \"ymax\": 848.0}, \"category\": \"pn\"}]}, \"95428\": {\"path\": \"train/95428.jpg\", \"id\": 95428, \"objects\": [{\"bbox\": {\"xmin\": 499.206, \"ymin\": 893.651, \"xmax\": 513.4921, \"ymax\": 934.127}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 438.889, \"ymin\": 884.921, \"xmax\": 454.7619, \"ymax\": 923.0159000000001}, \"category\": \"i4\"}]}, \"62199\": {\"path\": \"test/62199.jpg\", \"id\": 62199, \"objects\": [{\"bbox\": {\"xmin\": 218.0, \"ymin\": 962.0, \"xmax\": 351.0, \"ymax\": 1209.0}, \"category\": \"p10\"}]}, \"56176\": {\"path\": \"train/56176.jpg\", \"id\": 56176, \"objects\": [{\"bbox\": {\"xmin\": 1921.9527587890625, \"ymin\": 0.0, \"xmax\": 2048.0, \"ymax\": 167.52243041992188}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1411.84, \"ymin\": 938.158, \"xmax\": 1461.8420999999998, \"ymax\": 989.4737}, \"category\": \"w57\"}]}, \"96274\": {\"path\": \"train/96274.jpg\", \"id\": 96274, \"objects\": [{\"bbox\": {\"xmin\": 296.0, \"ymin\": 816.0, \"xmax\": 335.0, \"ymax\": 858.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 255.0, \"ymin\": 816.0, \"xmax\": 295.0, \"ymax\": 857.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 210.0, \"ymin\": 814.0, \"xmax\": 251.0, \"ymax\": 855.0}, \"category\": \"pl50\"}]}, \"51111\": {\"path\": \"test/51111.jpg\", \"id\": 51111, \"objects\": [{\"bbox\": {\"xmin\": 1442.67, \"ymin\": 924.0, \"xmax\": 1490.6667, \"ymax\": 973.3333}, \"category\": \"pl40\"}]}, \"62799\": {\"path\": \"train/62799.jpg\", \"id\": 62799, \"objects\": [{\"bbox\": {\"xmin\": 1386.14, \"ymin\": 730.693, \"xmax\": 1451.4851, \"ymax\": 799.0099}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1233.66, \"ymin\": 717.822, \"xmax\": 1301.9802, \"ymax\": 794.0594}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1306.93, \"ymin\": 723.762, \"xmax\": 1378.2178000000001, \"ymax\": 799.0098999999999}, \"category\": \"pn\"}]}, \"82195\": {\"path\": \"test/82195.jpg\", \"id\": 82195, \"objects\": [{\"bbox\": {\"xmin\": 1566.89, \"ymin\": 952.98, \"xmax\": 1600.6661000000001, \"ymax\": 986.755}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1569.54, \"ymin\": 990.728, \"xmax\": 1593.3775, \"ymax\": 1012.5827999999999}, \"category\": \"w59\"}]}, \"56972\": {\"path\": \"test/56972.jpg\", \"id\": 56972, \"objects\": [{\"bbox\": {\"xmin\": 1208.0, \"ymin\": 594.0, \"xmax\": 1308.0, \"ymax\": 693.0}, \"category\": \"pr40\"}]}, \"28404\": {\"path\": \"train/28404.jpg\", \"id\": 28404, \"objects\": [{\"bbox\": {\"xmin\": 85.3333, \"ymin\": 798.667, \"xmax\": 133.3333, \"ymax\": 854.6661}, \"category\": \"pl50\"}]}, \"44775\": {\"path\": \"train/44775.jpg\", \"id\": 44775, \"objects\": [{\"bbox\": {\"xmin\": 1696.02, \"ymin\": 709.659, \"xmax\": 1748.6788, \"ymax\": 762.5}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1978.41, \"ymin\": 746.023, \"xmax\": 2014.2045, \"ymax\": 792.6136}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2017.28, \"ymin\": 749.432, \"xmax\": 2047.1591, \"ymax\": 800.5684}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1323.86, \"ymin\": 678.947, \"xmax\": 1388.6282999999999, \"ymax\": 739.2045}, \"category\": \"pne\"}]}, \"15033\": {\"path\": \"train/15033.jpg\", \"id\": 15033, \"objects\": [{\"bbox\": {\"xmin\": 1422.0, \"ymin\": 969.0, \"xmax\": 1456.0, \"ymax\": 1007.0}, \"category\": \"i5\"}]}, \"40862\": {\"path\": \"other/40862.jpg\", \"id\": 40862, \"objects\": [{\"bbox\": {\"xmin\": 1371.29, \"ymin\": 990.789, \"xmax\": 1388.1579, \"ymax\": 1010.5263}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1370.3, \"ymin\": 972.277, \"xmax\": 1390.7894999999999, \"ymax\": 994.7368}, \"category\": \"ps\"}]}, \"63800\": {\"path\": \"train/63800.jpg\", \"id\": 63800, \"objects\": [{\"bbox\": {\"xmin\": 867.096, \"ymin\": 938.149, \"xmax\": 885.5171, \"ymax\": 956.9531}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1005.96, \"ymin\": 814.474, \"xmax\": 1038.4165, \"ymax\": 849.0066}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 845.033, \"ymin\": 937.086, \"xmax\": 865.7895, \"ymax\": 958.9404}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1042.11, \"ymin\": 813.246, \"xmax\": 1079.4702, \"ymax\": 851.6568}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 888.079, \"ymin\": 938.794, \"xmax\": 903.9730999999999, \"ymax\": 954.9669}, \"category\": \"pn\"}]}, \"1130\": {\"path\": \"test/1130.jpg\", \"id\": 1130, \"objects\": [{\"bbox\": {\"xmin\": 1107.92, \"ymin\": 847.525, \"xmax\": 1146.5347000000002, \"ymax\": 886.1386}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1065.35, \"ymin\": 845.545, \"xmax\": 1105.9406, \"ymax\": 887.1287}, \"category\": \"pl60\"}]}, \"61152\": {\"path\": \"train/61152.jpg\", \"id\": 61152, \"objects\": [{\"bbox\": {\"xmin\": 1651.59, \"ymin\": 907.937, \"xmax\": 1677.7777999999998, \"ymax\": 937.3016}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1579.37, \"ymin\": 908.73, \"xmax\": 1602.3809999999999, \"ymax\": 933.3333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1368.25, \"ymin\": 899.206, \"xmax\": 1393.6508, \"ymax\": 926.1905}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1264.29, \"ymin\": 898.413, \"xmax\": 1292.0635, \"ymax\": 926.9841}, \"category\": \"pne\"}]}, \"84476\": {\"path\": \"test/84476.jpg\", \"id\": 84476, \"objects\": [{\"bbox\": {\"xmin\": 554.0, \"ymin\": 1003.0, \"xmax\": 571.0, \"ymax\": 1021.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1315.0, \"ymin\": 976.0, \"xmax\": 1364.0, \"ymax\": 1026.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 1250.0, \"ymin\": 943.0, \"xmax\": 1292.0, \"ymax\": 985.0}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 809.0, \"ymin\": 765.0, \"xmax\": 865.0, \"ymax\": 823.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1317.0, \"ymin\": 921.0, \"xmax\": 1364.0, \"ymax\": 967.0}, \"category\": \"pl60\"}]}, \"56651\": {\"path\": \"test/56651.jpg\", \"id\": 56651, \"objects\": [{\"bbox\": {\"xmin\": 1024.64, \"ymin\": 920.29, \"xmax\": 1041.6667, \"ymax\": 939.8553999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1044.93, \"ymin\": 920.29, \"xmax\": 1063.7681, \"ymax\": 940.2174}, \"category\": \"pn\"}]}, \"45290\": {\"path\": \"test/45290.jpg\", \"id\": 45290, \"objects\": [{\"bbox\": {\"xmin\": 1681.55615234375, \"ymin\": 934.0345458984375, \"xmax\": 1698.80517578125, \"ymax\": 954.258544921875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1890.48, \"ymin\": 923.762, \"xmax\": 1909.9033, \"ymax\": 948.5147999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1821.78, \"ymin\": 919.802, \"xmax\": 1842.5743, \"ymax\": 940.5941}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1612.87, \"ymin\": 902.97, \"xmax\": 1633.6634, \"ymax\": 928.7129}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1525.74, \"ymin\": 902.97, \"xmax\": 1547.5248, \"ymax\": 927.7228}, \"category\": \"pne\"}]}, \"40897\": {\"path\": \"train/40897.jpg\", \"id\": 40897, \"objects\": [{\"bbox\": {\"xmin\": 731.25, \"ymin\": 847.159, \"xmax\": 771.5909, \"ymax\": 887.5}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1147.16, \"ymin\": 929.545, \"xmax\": 1168.1818, \"ymax\": 950.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1121.59, \"ymin\": 927.841, \"xmax\": 1143.75, \"ymax\": 948.8636}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1171.59, \"ymin\": 928.409, \"xmax\": 1192.6136, \"ymax\": 953.4091}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 578.409, \"ymin\": 851.136, \"xmax\": 615.3409, \"ymax\": 894.3181999999999}, \"category\": \"pne\"}]}, \"75226\": {\"path\": \"train/75226.jpg\", \"id\": 75226, \"objects\": [{\"bbox\": {\"xmin\": 1606.62, \"ymin\": 1126.49, \"xmax\": 1663.5762, \"ymax\": 1196.0265}, \"category\": \"i12\"}, {\"bbox\": {\"xmin\": 1034.26, \"ymin\": 956.972, \"xmax\": 1054.9765, \"ymax\": 978.8841}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1056.17, \"ymin\": 957.769, \"xmax\": 1076.4940000000001, \"ymax\": 978.8845}, \"category\": \"pn\"}]}, \"17370\": {\"path\": \"test/17370.jpg\", \"id\": 17370, \"objects\": [{\"bbox\": {\"xmin\": 1347.0, \"ymin\": 965.0, \"xmax\": 1380.0, \"ymax\": 999.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1803.0, \"ymin\": 776.0, \"xmax\": 1876.0, \"ymax\": 861.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1803.0, \"ymin\": 879.0, \"xmax\": 1876.0, \"ymax\": 962.0}, \"category\": \"i2r\"}]}, \"73896\": {\"path\": \"train/73896.jpg\", \"id\": 73896, \"objects\": [{\"bbox\": {\"xmin\": 1652.0, \"ymin\": 879.0, \"xmax\": 1813.0, \"ymax\": 1052.0}, \"category\": \"p10\"}]}, \"59327\": {\"path\": \"test/59327.jpg\", \"id\": 59327, \"objects\": [{\"bbox\": {\"xmin\": 1924.333251953125, \"ymin\": 333.72711181640625, \"xmax\": 2029.681396484375, \"ymax\": 447.74432373046875}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1791.2374267578125, \"ymin\": 296.77203369140625, \"xmax\": 1925.3878173828125, \"ymax\": 392.819580078125}, \"category\": \"wc\"}, {\"bbox\": {\"xmin\": 1091.0, \"ymin\": 910.0, \"xmax\": 1111.0, \"ymax\": 930.0}, \"category\": \"ph3.5\"}, {\"bbox\": {\"xmin\": 1090.0, \"ymin\": 939.0, \"xmax\": 1112.0, \"ymax\": 960.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1191.0, \"ymin\": 1010.0, \"xmax\": 1212.0, \"ymax\": 1033.0}, \"category\": \"pn\"}]}, \"65708\": {\"path\": \"test/65708.jpg\", \"id\": 65708, \"objects\": [{\"bbox\": {\"xmin\": 514.667, \"ymin\": 682.667, \"xmax\": 561.3333, \"ymax\": 800.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 568.0, \"ymin\": 714.667, \"xmax\": 610.6667, \"ymax\": 821.3330000000001}, \"category\": \"pn\"}]}, \"52988\": {\"path\": \"test/52988.jpg\", \"id\": 52988, \"objects\": [{\"bbox\": {\"xmin\": 1664.9, \"ymin\": 870.199, \"xmax\": 1691.3907000000002, \"ymax\": 907.947}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1669.93, \"ymin\": 986.508, \"xmax\": 1693.6498000000001, \"ymax\": 1011.1108}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1497.75, \"ymin\": 854.966, \"xmax\": 1524.9001, \"ymax\": 886.7545}, \"category\": \"pne\"}]}, \"37270\": {\"path\": \"train/37270.jpg\", \"id\": 37270, \"objects\": [{\"bbox\": {\"xmin\": 595.022705078125, \"ymin\": 907.0108032226562, \"xmax\": 616.968505859375, \"ymax\": 929.6178588867188}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 572.277, \"ymin\": 905.941, \"xmax\": 591.0891, \"ymax\": 927.7228}, \"category\": \"pl40\"}]}, \"68476\": {\"path\": \"other/68476.jpg\", \"id\": 68476, \"objects\": [{\"bbox\": {\"xmin\": 1285.33, \"ymin\": 1010.67, \"xmax\": 1330.6634, \"ymax\": 1053.3333}, \"category\": \"pm10\"}]}, \"10986\": {\"path\": \"train/10986.jpg\", \"id\": 10986, \"objects\": [{\"bbox\": {\"xmin\": 1697.33, \"ymin\": 878.667, \"xmax\": 1793.3333, \"ymax\": 1045.333}, \"category\": \"p5\"}]}, \"75778\": {\"path\": \"other/75778.jpg\", \"id\": 75778, \"objects\": [{\"bbox\": {\"xmin\": 232.98583984375, \"ymin\": 1003.3328857421875, \"xmax\": 264.82611083984375, \"ymax\": 1031.1611328125}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 232.98348999023438, \"ymin\": 969.2744750976562, \"xmax\": 261.74200439453125, \"ymax\": 997.6410522460938}, \"category\": \"pl5\"}]}, \"79710\": {\"path\": \"test/79710.jpg\", \"id\": 79710, \"objects\": [{\"bbox\": {\"xmin\": 1276.0, \"ymin\": 933.6, \"xmax\": 1300.0, \"ymax\": 958.4}, \"category\": \"p10\"}]}, \"49983\": {\"path\": \"test/49983.jpg\", \"id\": 49983, \"objects\": [{\"bbox\": {\"xmin\": 1172.142822265625, \"ymin\": 806.0100708007812, \"xmax\": 1195.313720703125, \"ymax\": 843.4074096679688}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1122.73, \"ymin\": 801.136, \"xmax\": 1163.0682, \"ymax\": 843.1818999999999}, \"category\": \"pl40\"}]}, \"38079\": {\"path\": \"train/38079.jpg\", \"id\": 38079, \"objects\": [{\"bbox\": {\"xmin\": 900.794, \"ymin\": 933.333, \"xmax\": 916.6667, \"ymax\": 950.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1123.02, \"ymin\": 940.476, \"xmax\": 1138.0952, \"ymax\": 959.5238}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1809.52, \"ymin\": 911.111, \"xmax\": 1903.9683, \"ymax\": 1011.111}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1085.71, \"ymin\": 940.476, \"xmax\": 1102.381, \"ymax\": 957.9365}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1103.17, \"ymin\": 939.683, \"xmax\": 1119.8382000000001, \"ymax\": 958.7302}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 829.365, \"ymin\": 934.127, \"xmax\": 848.4127, \"ymax\": 954.7619}, \"category\": \"pne\"}]}, \"10122\": {\"path\": \"train/10122.jpg\", \"id\": 10122, \"objects\": [{\"bbox\": {\"xmin\": 1802.0, \"ymin\": 913.0, \"xmax\": 1826.0, \"ymax\": 942.0}, \"category\": \"p11\"}]}, \"65352\": {\"path\": \"train/65352.jpg\", \"id\": 65352, \"objects\": [{\"bbox\": {\"xmin\": 328.0, \"ymin\": 945.333, \"xmax\": 377.33299999999997, \"ymax\": 1006.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 796.0, \"ymin\": 893.333, \"xmax\": 816.0, \"ymax\": 917.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 324.0, \"ymin\": 770.667, \"xmax\": 373.3333, \"ymax\": 828.0}, \"category\": \"pmb\"}]}, \"79121\": {\"path\": \"other/79121.jpg\", \"id\": 79121, \"objects\": [{\"bbox\": {\"xmin\": 109.0, \"ymin\": 1017.0, \"xmax\": 182.0, \"ymax\": 1108.0}, \"category\": \"p9\"}]}, \"95574\": {\"path\": \"train/95574.jpg\", \"id\": 95574, \"objects\": [{\"bbox\": {\"xmin\": 141.333, \"ymin\": 760.0, \"xmax\": 212.0, \"ymax\": 876.0}, \"category\": \"i2r\"}]}, \"48835\": {\"path\": \"train/48835.jpg\", \"id\": 48835, \"objects\": [{\"bbox\": {\"xmin\": 1375.0, \"ymin\": 973.0, \"xmax\": 1400.0, \"ymax\": 1007.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1756.0, \"ymin\": 820.0, \"xmax\": 1788.0, \"ymax\": 856.0}, \"category\": \"pl60\"}]}, \"84241\": {\"path\": \"train/84241.jpg\", \"id\": 84241, \"objects\": [{\"bbox\": {\"xmin\": 1581.33, \"ymin\": 677.333, \"xmax\": 1684.0, \"ymax\": 778.6669999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1473.33, \"ymin\": 674.667, \"xmax\": 1576.0, \"ymax\": 774.6667}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1365.33, \"ymin\": 672.0, \"xmax\": 1466.667, \"ymax\": 768.0}, \"category\": \"pl20\"}]}, \"181\": {\"path\": \"train/181.jpg\", \"id\": 181, \"objects\": [{\"bbox\": {\"xmin\": 1732.89, \"ymin\": 743.137, \"xmax\": 1767.0911, \"ymax\": 790.7895}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1849.05, \"ymin\": 786.275, \"xmax\": 1880.4206, \"ymax\": 827.6315999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1886.27, \"ymin\": 790.196, \"xmax\": 1914.4737, \"ymax\": 839.4737}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1435.53, \"ymin\": 721.569, \"xmax\": 1486.8386, \"ymax\": 766.6667}, \"category\": \"pne\"}]}, \"5834\": {\"path\": \"other/5834.jpg\", \"id\": 5834, \"objects\": [{\"bbox\": {\"xmin\": 1909.510009765625, \"ymin\": 934.3628540039062, \"xmax\": 1946.180908203125, \"ymax\": 981.1028442382812}, \"category\": \"pb\"}]}, \"62670\": {\"path\": \"train/62670.jpg\", \"id\": 62670, \"objects\": [{\"bbox\": {\"xmin\": 1672.0, \"ymin\": 978.667, \"xmax\": 1733.3333, \"ymax\": 1042.6667}, \"category\": \"pr20\"}, {\"bbox\": {\"xmin\": 1644.0, \"ymin\": 1045.33, \"xmax\": 1705.3333, \"ymax\": 1106.6667}, \"category\": \"p1n\"}]}, \"91895\": {\"path\": \"test/91895.jpg\", \"id\": 91895, \"objects\": [{\"bbox\": {\"xmin\": 108.911, \"ymin\": 881.188, \"xmax\": 134.6535, \"ymax\": 914.8515}, \"category\": \"i4\"}]}, \"65091\": {\"path\": \"other/65091.jpg\", \"id\": 65091, \"objects\": [{\"bbox\": {\"xmin\": 1389.83, \"ymin\": 939.823, \"xmax\": 1425.2212, \"ymax\": 973.4499}, \"category\": \"w59\"}]}, \"81167\": {\"path\": \"test/81167.jpg\", \"id\": 81167, \"objects\": [{\"bbox\": {\"xmin\": 526.0, \"ymin\": 742.0, \"xmax\": 599.0, \"ymax\": 819.0}, \"category\": \"ph4.5\"}]}, \"49997\": {\"path\": \"test/49997.jpg\", \"id\": 49997, \"objects\": [{\"bbox\": {\"xmin\": 1879.64, \"ymin\": 921.245, \"xmax\": 1918.8788000000002, \"ymax\": 971.9965}, \"category\": \"i5\"}]}, \"76076\": {\"path\": \"test/76076.jpg\", \"id\": 76076, \"objects\": [{\"bbox\": {\"xmin\": 1114.0, \"ymin\": 661.0, \"xmax\": 1165.0, \"ymax\": 706.0}, \"category\": \"pl60\"}]}, \"43112\": {\"path\": \"train/43112.jpg\", \"id\": 43112, \"objects\": [{\"bbox\": {\"xmin\": 1677.33, \"ymin\": 1072.0, \"xmax\": 1728.0, \"ymax\": 1118.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1677.33, \"ymin\": 1017.33, \"xmax\": 1726.6667, \"ymax\": 1069.3333}, \"category\": \"pl5\"}]}, \"18024\": {\"path\": \"test/18024.jpg\", \"id\": 18024, \"objects\": [{\"bbox\": {\"xmin\": 1434.0, \"ymin\": 938.0, \"xmax\": 1497.0, \"ymax\": 1005.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 500.0, \"ymin\": 818.0, \"xmax\": 526.0, \"ymax\": 843.0}, \"category\": \"p23\"}]}, \"79243\": {\"path\": \"train/79243.jpg\", \"id\": 79243, \"objects\": [{\"bbox\": {\"xmin\": 17.3333, \"ymin\": 1022.67, \"xmax\": 158.6653, \"ymax\": 1200.0}, \"category\": \"pl40\"}]}, \"35592\": {\"path\": \"train/35592.jpg\", \"id\": 35592, \"objects\": [{\"bbox\": {\"xmin\": 1827.63, \"ymin\": 738.158, \"xmax\": 1881.5789000000002, \"ymax\": 805.2632}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1993.42, \"ymin\": 838.158, \"xmax\": 2022.3684, \"ymax\": 881.5789}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1606.58, \"ymin\": 706.579, \"xmax\": 1667.1053, \"ymax\": 782.8947}, \"category\": \"pne\"}]}, \"57389\": {\"path\": \"test/57389.jpg\", \"id\": 57389, \"objects\": [{\"bbox\": {\"xmin\": 1058.28, \"ymin\": 832.45, \"xmax\": 1098.6755, \"ymax\": 877.4834000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 875.497, \"ymin\": 833.113, \"xmax\": 919.2053, \"ymax\": 878.1457}, \"category\": \"i4\"}]}, \"82720\": {\"path\": \"train/82720.jpg\", \"id\": 82720, \"objects\": [{\"bbox\": {\"xmin\": 1521.6, \"ymin\": 566.4, \"xmax\": 1619.1999999999998, \"ymax\": 664.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1292.0, \"ymin\": 548.0, \"xmax\": 1401.6, \"ymax\": 646.4}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1408.0, \"ymin\": 556.0, \"xmax\": 1513.6, \"ymax\": 656.0}, \"category\": \"pn\"}]}, \"87876\": {\"path\": \"test/87876.jpg\", \"id\": 87876, \"objects\": [{\"bbox\": {\"xmin\": 160.0, \"ymin\": 964.8, \"xmax\": 216.8, \"ymax\": 1039.2}, \"category\": \"i5\"}]}, \"88695\": {\"path\": \"train/88695.jpg\", \"id\": 88695, \"objects\": [{\"bbox\": {\"xmin\": 1609.33, \"ymin\": 848.0, \"xmax\": 1644.0, \"ymax\": 883.9997}, \"category\": \"pl40\"}]}, \"31016\": {\"path\": \"train/31016.jpg\", \"id\": 31016, \"objects\": [{\"bbox\": {\"xmin\": 264.706, \"ymin\": 923.529, \"xmax\": 301.9608, \"ymax\": 976.4706}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 256.863, \"ymin\": 872.549, \"xmax\": 309.8039, \"ymax\": 927.451}, \"category\": \"w55\"}]}, \"44936\": {\"path\": \"test/44936.jpg\", \"id\": 44936, \"objects\": [{\"bbox\": {\"xmin\": 1275.2, \"ymin\": 936.8, \"xmax\": 1310.4, \"ymax\": 971.1999999999999}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1294.4, \"ymin\": 897.6, \"xmax\": 1328.0, \"ymax\": 932.8000000000001}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 1314.4, \"ymin\": 935.2, \"xmax\": 1347.2, \"ymax\": 970.4000000000001}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 900.8, \"ymin\": 843.2, \"xmax\": 939.1999999999999, \"ymax\": 880.8000000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1042.4, \"ymin\": 845.6, \"xmax\": 1077.6000000000001, \"ymax\": 883.2}, \"category\": \"pn\"}]}, \"43758\": {\"path\": \"train/43758.jpg\", \"id\": 43758, \"objects\": [{\"bbox\": {\"xmin\": 1078.88, \"ymin\": 904.781, \"xmax\": 1102.7888, \"ymax\": 928.6854}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1105.57, \"ymin\": 904.383, \"xmax\": 1128.6852999999999, \"ymax\": 929.0841}, \"category\": \"pn\"}]}, \"37720\": {\"path\": \"other/37720.jpg\", \"id\": 37720, \"objects\": [{\"bbox\": {\"xmin\": 589.552, \"ymin\": 953.731, \"xmax\": 618.905, \"ymax\": 980.5963}, \"category\": \"w63\"}]}, \"63698\": {\"path\": \"train/63698.jpg\", \"id\": 63698, \"objects\": [{\"bbox\": {\"xmin\": 1309.0, \"ymin\": 889.0, \"xmax\": 1333.0, \"ymax\": 915.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 876.0, \"ymin\": 832.0, \"xmax\": 914.0, \"ymax\": 871.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1229.0, \"ymin\": 971.0, \"xmax\": 1248.0, \"ymax\": 993.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1255.0, \"ymin\": 883.0, \"xmax\": 1280.0, \"ymax\": 912.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 879.0, \"xmax\": 1203.0, \"ymax\": 906.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1149.0, \"ymin\": 875.0, \"xmax\": 1175.0, \"ymax\": 905.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1206.0, \"ymin\": 883.0, \"xmax\": 1233.0, \"ymax\": 909.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 653.0, \"ymin\": 824.0, \"xmax\": 689.0, \"ymax\": 862.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1283.0, \"ymin\": 888.0, \"xmax\": 1308.0, \"ymax\": 917.0}, \"category\": \"im\"}]}, \"85915\": {\"path\": \"train/85915.jpg\", \"id\": 85915, \"objects\": [{\"bbox\": {\"xmin\": 1377.33, \"ymin\": 621.333, \"xmax\": 1436.0, \"ymax\": 709.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1288.0, \"ymin\": 621.333, \"xmax\": 1386.6667, \"ymax\": 706.6667}, \"category\": \"w55\"}]}, \"24514\": {\"path\": \"test/24514.jpg\", \"id\": 24514, \"objects\": [{\"bbox\": {\"xmin\": 434.667, \"ymin\": 742.667, \"xmax\": 502.6667, \"ymax\": 812.0}, \"category\": \"pr40\"}]}, \"36546\": {\"path\": \"test/36546.jpg\", \"id\": 36546, \"objects\": [{\"bbox\": {\"xmin\": 1819.61, \"ymin\": 694.118, \"xmax\": 1874.5097999999998, \"ymax\": 762.7451000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1525.49, \"ymin\": 674.51, \"xmax\": 1588.2353, \"ymax\": 743.1373}, \"category\": \"pne\"}]}, \"55305\": {\"path\": \"train/55305.jpg\", \"id\": 55305, \"objects\": [{\"bbox\": {\"xmin\": 1735.71, \"ymin\": 919.048, \"xmax\": 1757.1429, \"ymax\": 946.0317}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1787.3, \"ymin\": 946.032, \"xmax\": 1803.1746, \"ymax\": 963.4921}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1769.84, \"ymin\": 942.063, \"xmax\": 1785.7142999999999, \"ymax\": 960.3175}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1807.94, \"ymin\": 945.238, \"xmax\": 1822.2222000000002, \"ymax\": 963.5762000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1646.83, \"ymin\": 920.635, \"xmax\": 1671.4286, \"ymax\": 942.8571}, \"category\": \"pne\"}]}, \"42219\": {\"path\": \"train/42219.jpg\", \"id\": 42219, \"objects\": [{\"bbox\": {\"xmin\": 96.0, \"ymin\": 808.0, \"xmax\": 180.0, \"ymax\": 918.667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1245.33, \"ymin\": 748.0, \"xmax\": 1303.9967, \"ymax\": 805.3333}, \"category\": \"pl50\"}]}, \"83777\": {\"path\": \"test/83777.jpg\", \"id\": 83777, \"objects\": [{\"bbox\": {\"xmin\": 283.0, \"ymin\": 740.0, \"xmax\": 372.0, \"ymax\": 846.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 281.0, \"ymin\": 850.0, \"xmax\": 370.0, \"ymax\": 956.0}, \"category\": \"pn\"}]}, \"72318\": {\"path\": \"other/72318.jpg\", \"id\": 72318, \"objects\": [{\"bbox\": {\"xmin\": 1464.36, \"ymin\": 967.327, \"xmax\": 1480.1979999999999, \"ymax\": 985.1485}, \"category\": \"w30\"}]}, \"60137\": {\"path\": \"test/60137.jpg\", \"id\": 60137, \"objects\": [{\"bbox\": {\"xmin\": 1764.47, \"ymin\": 880.434, \"xmax\": 1796.0396, \"ymax\": 910.8910999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1640.48, \"ymin\": 880.159, \"xmax\": 1674.6032, \"ymax\": 912.6984}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1262.7, \"ymin\": 849.206, \"xmax\": 1303.1746, \"ymax\": 890.4762000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1503.97, \"ymin\": 917.46, \"xmax\": 1530.1587, \"ymax\": 946.0317}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1452.48, \"ymin\": 920.792, \"xmax\": 1477.2277, \"ymax\": 946.5347}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1479.37, \"ymin\": 916.667, \"xmax\": 1503.1745999999998, \"ymax\": 946.0317}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1100.79, \"ymin\": 851.587, \"xmax\": 1142.0635, \"ymax\": 889.6825}, \"category\": \"pne\"}]}, \"91552\": {\"path\": \"train/91552.jpg\", \"id\": 91552, \"objects\": [{\"bbox\": {\"xmin\": 1904.0, \"ymin\": 826.667, \"xmax\": 2010.67, \"ymax\": 961.3330000000001}, \"category\": \"p5\"}]}, \"11773\": {\"path\": \"other/11773.jpg\", \"id\": 11773, \"objects\": [{\"bbox\": {\"xmin\": 953.0, \"ymin\": 946.0, \"xmax\": 995.0, \"ymax\": 989.0}, \"category\": \"p9\"}]}, \"40333\": {\"path\": \"train/40333.jpg\", \"id\": 40333, \"objects\": [{\"bbox\": {\"xmin\": 1492.06, \"ymin\": 849.206, \"xmax\": 1524.6032, \"ymax\": 883.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1927.78, \"ymin\": 954.762, \"xmax\": 1950.7937, \"ymax\": 980.1587}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1929.37, \"ymin\": 987.302, \"xmax\": 1951.5873, \"ymax\": 1012.6984}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1929.37, \"ymin\": 921.429, \"xmax\": 1950.8035, \"ymax\": 945.2389999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1329.37, \"ymin\": 842.063, \"xmax\": 1364.2857, \"ymax\": 876.9841}, \"category\": \"pne\"}]}, \"45087\": {\"path\": \"train/45087.jpg\", \"id\": 45087, \"objects\": [{\"bbox\": {\"xmin\": 152.941, \"ymin\": 600.0, \"xmax\": 235.29410000000001, \"ymax\": 705.8820000000001}, \"category\": \"i5\"}]}, \"5296\": {\"path\": \"train/5296.jpg\", \"id\": 5296, \"objects\": [{\"bbox\": {\"xmin\": 278.947, \"ymin\": 753.947, \"xmax\": 321.0526, \"ymax\": 809.2103}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 115.789, \"ymin\": 784.211, \"xmax\": 148.6842, \"ymax\": 838.1579}, \"category\": \"pne\"}]}, \"59347\": {\"path\": \"test/59347.jpg\", \"id\": 59347, \"objects\": [{\"bbox\": {\"xmin\": 233.333, \"ymin\": 458.667, \"xmax\": 364.0, \"ymax\": 601.333}, \"category\": \"ph4.5\"}]}, \"31953\": {\"path\": \"other/31953.jpg\", \"id\": 31953, \"objects\": [{\"bbox\": {\"xmin\": 1380.0, \"ymin\": 1006.67, \"xmax\": 1401.3333, \"ymax\": 1026.6667}, \"category\": \"pr60\"}]}, \"6105\": {\"path\": \"other/6105.jpg\", \"id\": 6105, \"objects\": [{\"bbox\": {\"xmin\": 1747.068115234375, \"ymin\": 896.3697509765625, \"xmax\": 1765.6953125, \"ymax\": 918.7821044921875}, \"category\": \"p11\"}]}, \"35223\": {\"path\": \"train/35223.jpg\", \"id\": 35223, \"objects\": [{\"bbox\": {\"xmin\": 1505.94, \"ymin\": 843.564, \"xmax\": 1540.5941, \"ymax\": 879.2079}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1664.36, \"ymin\": 899.01, \"xmax\": 1685.1484999999998, \"ymax\": 921.7822}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 182.178, \"ymin\": 936.634, \"xmax\": 206.9307, \"ymax\": 968.3168000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 185.149, \"ymin\": 978.218, \"xmax\": 204.9505, \"ymax\": 1013.8614}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 182.178, \"ymin\": 896.04, \"xmax\": 203.9604, \"ymax\": 922.7723}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1615.84, \"ymin\": 894.059, \"xmax\": 1638.6138999999998, \"ymax\": 921.7822}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1641.58, \"ymin\": 894.059, \"xmax\": 1661.3861, \"ymax\": 921.7822}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1357.43, \"ymin\": 832.673, \"xmax\": 1397.0297, \"ymax\": 875.2475}, \"category\": \"pne\"}]}, \"7797\": {\"path\": \"train/7797.jpg\", \"id\": 7797, \"objects\": [{\"bbox\": {\"xmin\": 113.333, \"ymin\": 980.0, \"xmax\": 138.6664, \"ymax\": 1017.3333}, \"category\": \"pl5\"}]}, \"66950\": {\"path\": \"other/66950.jpg\", \"id\": 66950, \"objects\": [{\"bbox\": {\"xmin\": 1376.0, \"ymin\": 649.333, \"xmax\": 1458.6667, \"ymax\": 730.6660999999999}, \"category\": \"pl35\"}]}, \"66832\": {\"path\": \"train/66832.jpg\", \"id\": 66832, \"objects\": [{\"bbox\": {\"xmin\": 739.215, \"ymin\": 223.529, \"xmax\": 952.941, \"ymax\": 396.078}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 958.823, \"ymin\": 217.647, \"xmax\": 1172.549, \"ymax\": 378.431}, \"category\": \"pn\"}]}, \"37595\": {\"path\": \"train/37595.jpg\", \"id\": 37595, \"objects\": [{\"bbox\": {\"xmin\": 1957.4234619140625, \"ymin\": 987.6913452148438, \"xmax\": 1979.8782958984375, \"ymax\": 1012.4441528320312}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1958.3594970703125, \"ymin\": 947.53125, \"xmax\": 1978.7332763671875, \"ymax\": 972.7470703125}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1960.7562255859375, \"ymin\": 910.4816284179688, \"xmax\": 1981.4759521484375, \"ymax\": 937.4501342773438}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1631.58, \"ymin\": 790.789, \"xmax\": 1677.6316, \"ymax\": 842.1052999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1446.05, \"ymin\": 782.895, \"xmax\": 1492.1059, \"ymax\": 834.2105}, \"category\": \"pne\"}]}, \"51875\": {\"path\": \"test/51875.jpg\", \"id\": 51875, \"objects\": [{\"bbox\": {\"xmin\": 1423.45, \"ymin\": 1003.98, \"xmax\": 1439.3805, \"ymax\": 1018.5673}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 973.894, \"ymin\": 1001.33, \"xmax\": 988.9385, \"ymax\": 1015.0442}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 874.779, \"ymin\": 996.018, \"xmax\": 891.5929, \"ymax\": 1011.9469}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 972.566, \"ymin\": 981.858, \"xmax\": 988.9381000000001, \"ymax\": 999.1149999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1066.37, \"ymin\": 1000.0, \"xmax\": 1081.8558999999998, \"ymax\": 1018.5841}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1154.86, \"ymin\": 999.115, \"xmax\": 1169.0215999999998, \"ymax\": 1017.2566}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1248.23, \"ymin\": 984.513, \"xmax\": 1265.9292, \"ymax\": 1001.3274}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1339.38, \"ymin\": 999.998, \"xmax\": 1351.7699, \"ymax\": 1019.912}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1423.44, \"ymin\": 987.611, \"xmax\": 1439.3729, \"ymax\": 1001.3285}, \"category\": \"pl5\"}]}, \"50814\": {\"path\": \"other/50814.jpg\", \"id\": 50814, \"objects\": [{\"bbox\": {\"xmin\": 1084.95, \"ymin\": 984.514, \"xmax\": 1097.3402, \"ymax\": 998.2305}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1251.33, \"ymin\": 983.628, \"xmax\": 1265.0492, \"ymax\": 997.7872000000001}, \"category\": \"w58\"}]}, \"65428\": {\"path\": \"test/65428.jpg\", \"id\": 65428, \"objects\": [{\"bbox\": {\"xmin\": 1816.0, \"ymin\": 782.0, \"xmax\": 1896.0, \"ymax\": 882.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1314.0, \"ymin\": 892.0, \"xmax\": 1349.0, \"ymax\": 931.0}, \"category\": \"pm30\"}]}, \"6214\": {\"path\": \"train/6214.jpg\", \"id\": 6214, \"objects\": [{\"bbox\": {\"xmin\": 1036.2286376953125, \"ymin\": 428.4764709472656, \"xmax\": 1178.0736083984375, \"ymax\": 541.833740234375}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 1280.0, \"ymin\": 1134.0, \"xmax\": 1367.0, \"ymax\": 1234.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1275.0, \"ymin\": 1020.0, \"xmax\": 1299.0, \"ymax\": 1045.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1374.4, \"ymin\": 917.6, \"xmax\": 1388.8000000000002, \"ymax\": 934.4}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1390.4, \"ymin\": 917.6, \"xmax\": 1406.4, \"ymax\": 934.4}, \"category\": \"pn\"}]}, \"47413\": {\"path\": \"test/47413.jpg\", \"id\": 47413, \"objects\": [{\"bbox\": {\"xmin\": 1387.0, \"ymin\": 999.0, \"xmax\": 1482.0, \"ymax\": 1103.0}, \"category\": \"pg\"}]}, \"57591\": {\"path\": \"train/57591.jpg\", \"id\": 57591, \"objects\": [{\"bbox\": {\"xmin\": 1891.04, \"ymin\": 1317.41, \"xmax\": 1922.3881, \"ymax\": 1354.7264}, \"category\": \"i1\"}, {\"bbox\": {\"xmin\": 1892.04, \"ymin\": 1284.58, \"xmax\": 1922.3881, \"ymax\": 1319.9005}, \"category\": \"pne\"}]}, \"83818\": {\"path\": \"train/83818.jpg\", \"id\": 83818, \"objects\": [{\"bbox\": {\"xmin\": 1310.53, \"ymin\": 964.474, \"xmax\": 1338.1622, \"ymax\": 997.3684000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1307.89, \"ymin\": 997.368, \"xmax\": 1340.7895, \"ymax\": 1026.3158}, \"category\": \"pn\"}]}, \"59476\": {\"path\": \"test/59476.jpg\", \"id\": 59476, \"objects\": [{\"bbox\": {\"xmin\": 1841.18, \"ymin\": 478.431, \"xmax\": 1911.7647000000002, \"ymax\": 568.6273}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1547.06, \"ymin\": 639.216, \"xmax\": 1588.2353, \"ymax\": 709.8037}, \"category\": \"pne\"}]}, \"44600\": {\"path\": \"test/44600.jpg\", \"id\": 44600, \"objects\": [{\"bbox\": {\"xmin\": 635.099, \"ymin\": 749.02, \"xmax\": 704.6358, \"ymax\": 815.6863}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1110.6, \"ymin\": 886.275, \"xmax\": 1137.7509, \"ymax\": 913.7255}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1081.45, \"ymin\": 886.885, \"xmax\": 1105.9299, \"ymax\": 913.9075}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1141.18, \"ymin\": 884.106, \"xmax\": 1165.5629000000001, \"ymax\": 915.2317}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 405.882, \"ymin\": 766.887, \"xmax\": 468.6275, \"ymax\": 829.1391}, \"category\": \"pne\"}]}, \"46127\": {\"path\": \"test/46127.jpg\", \"id\": 46127, \"objects\": [{\"bbox\": {\"xmin\": 1237.0, \"ymin\": 107.0, \"xmax\": 1469.0, \"ymax\": 280.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 417.0, \"ymin\": 169.0, \"xmax\": 603.0, \"ymax\": 336.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 247.0, \"ymin\": 228.0, \"xmax\": 408.0, \"ymax\": 389.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1000.0, \"ymin\": 92.0, \"xmax\": 1235.0, \"ymax\": 267.0}, \"category\": \"ph4\"}]}, \"64771\": {\"path\": \"train/64771.jpg\", \"id\": 64771, \"objects\": [{\"bbox\": {\"xmin\": 1496.0, \"ymin\": 924.0, \"xmax\": 1523.0, \"ymax\": 951.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1369.0, \"ymin\": 823.0, \"xmax\": 1413.0, \"ymax\": 867.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1369.0, \"ymin\": 876.0, \"xmax\": 1413.0, \"ymax\": 920.0}, \"category\": \"pn\"}]}, \"93806\": {\"path\": \"train/93806.jpg\", \"id\": 93806, \"objects\": [{\"bbox\": {\"xmin\": 596.032, \"ymin\": 805.556, \"xmax\": 611.9048, \"ymax\": 859.5238}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 573.81, \"ymin\": 796.825, \"xmax\": 592.8571, \"ymax\": 853.1746}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 614.286, \"ymin\": 814.286, \"xmax\": 630.9523999999999, \"ymax\": 867.4603}, \"category\": \"pn\"}]}, \"95833\": {\"path\": \"train/95833.jpg\", \"id\": 95833, \"objects\": [{\"bbox\": {\"xmin\": 1930.67, \"ymin\": 749.333, \"xmax\": 1993.3300000000002, \"ymax\": 854.6669999999999}, \"category\": \"p10\"}]}, \"10139\": {\"path\": \"train/10139.jpg\", \"id\": 10139, \"objects\": [{\"bbox\": {\"xmin\": 238.0, \"ymin\": 693.0, \"xmax\": 393.0, \"ymax\": 895.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 223.333, \"ymin\": 502.0, \"xmax\": 409.44399999999996, \"ymax\": 692.0}, \"category\": \"pl70\"}]}, \"2554\": {\"path\": \"train/2554.jpg\", \"id\": 2554, \"objects\": [{\"bbox\": {\"xmin\": 1813.0, \"ymin\": 805.0, \"xmax\": 1854.0, \"ymax\": 871.0}, \"category\": \"p10\"}]}, \"6235\": {\"path\": \"train/6235.jpg\", \"id\": 6235, \"objects\": [{\"bbox\": {\"xmin\": 1673.0, \"ymin\": 740.0, \"xmax\": 1755.0, \"ymax\": 831.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1596.0, \"ymin\": 660.0, \"xmax\": 1680.0, \"ymax\": 755.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1443.0, \"ymin\": 640.0, \"xmax\": 1542.0, \"ymax\": 736.0}, \"category\": \"w13\"}]}, \"65901\": {\"path\": \"test/65901.jpg\", \"id\": 65901, \"objects\": [{\"bbox\": {\"xmin\": 84.0909, \"ymin\": 893.75, \"xmax\": 128.4091, \"ymax\": 940.3409}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 84.6591, \"ymin\": 945.454, \"xmax\": 128.4091, \"ymax\": 995.4544999999999}, \"category\": \"pn\"}]}, \"91559\": {\"path\": \"test/91559.jpg\", \"id\": 91559, \"objects\": [{\"bbox\": {\"xmin\": 1419.87, \"ymin\": 871.524, \"xmax\": 1449.6689, \"ymax\": 901.987}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1453.64, \"ymin\": 871.523, \"xmax\": 1484.1082000000001, \"ymax\": 903.9733}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 526.191, \"ymin\": 971.428, \"xmax\": 555.5556, \"ymax\": 1002.3806}, \"category\": \"pne\"}]}, \"73394\": {\"path\": \"train/73394.jpg\", \"id\": 73394, \"objects\": [{\"bbox\": {\"xmin\": 959.2, \"ymin\": 1003.2, \"xmax\": 985.6, \"ymax\": 1029.6000000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 647.2, \"ymin\": 985.6, \"xmax\": 675.2, \"ymax\": 1013.6}, \"category\": \"pne\"}]}, \"59134\": {\"path\": \"train/59134.jpg\", \"id\": 59134, \"objects\": [{\"bbox\": {\"xmin\": 104.425, \"ymin\": 1096.91, \"xmax\": 130.531, \"ymax\": 1127.8761000000002}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 34.5133, \"ymin\": 1097.34, \"xmax\": 57.964600000000004, \"ymax\": 1126.1037}, \"category\": \"pne\"}]}, \"86763\": {\"path\": \"train/86763.jpg\", \"id\": 86763, \"objects\": [{\"bbox\": {\"xmin\": 1364.4610595703125, \"ymin\": 875.8824462890625, \"xmax\": 1419.5447998046875, \"ymax\": 945.432373046875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1365.33, \"ymin\": 806.667, \"xmax\": 1412.0, \"ymax\": 869.3333}, \"category\": \"pl20\"}]}, \"5566\": {\"path\": \"other/5566.jpg\", \"id\": 5566, \"objects\": [{\"bbox\": {\"xmin\": 1320.565185546875, \"ymin\": 880.1762084960938, \"xmax\": 1368.162353515625, \"ymax\": 924.8451538085938}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1314.1328125, \"ymin\": 796.9658203125, \"xmax\": 1363.749755859375, \"ymax\": 842.0621337890625}, \"category\": \"p26\"}]}, \"47292\": {\"path\": \"test/47292.jpg\", \"id\": 47292, \"objects\": [{\"bbox\": {\"xmin\": 431.683, \"ymin\": 845.545, \"xmax\": 474.25739999999996, \"ymax\": 893.0693}, \"category\": \"ph4.5\"}]}, \"6417\": {\"path\": \"other/6417.jpg\", \"id\": 6417, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 771.1658325195312, \"xmax\": 34.309906005859375, \"ymax\": 872.9033813476562}, \"category\": \"w55\"}]}, \"36367\": {\"path\": \"other/36367.jpg\", \"id\": 36367, \"objects\": [{\"bbox\": {\"xmin\": 1071.31, \"ymin\": 949.801, \"xmax\": 1082.8685, \"ymax\": 962.1514000000001}, \"category\": \"pn\"}]}, \"40528\": {\"path\": \"other/40528.jpg\", \"id\": 40528, \"objects\": [{\"bbox\": {\"xmin\": 2021.8125, \"ymin\": 999.3727416992188, \"xmax\": 2048.0, \"ymax\": 1042.22607421875}, \"category\": \"pl15\"}]}, \"83927\": {\"path\": \"train/83927.jpg\", \"id\": 83927, \"objects\": [{\"bbox\": {\"xmin\": 337.0, \"ymin\": 639.0, \"xmax\": 495.0, \"ymax\": 923.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 347.0, \"ymin\": 931.0, \"xmax\": 493.0, \"ymax\": 1217.0}, \"category\": \"pl5\"}]}, \"2525\": {\"path\": \"train/2525.jpg\", \"id\": 2525, \"objects\": [{\"bbox\": {\"xmin\": 1544.0, \"ymin\": 910.667, \"xmax\": 1600.0, \"ymax\": 966.6667}, \"category\": \"pr40\"}]}, \"15414\": {\"path\": \"other/15414.jpg\", \"id\": 15414, \"objects\": [{\"bbox\": {\"xmin\": 1812.0, \"ymin\": 864.0, \"xmax\": 1852.0, \"ymax\": 905.3333}, \"category\": \"pm15\"}]}, \"77781\": {\"path\": \"train/77781.jpg\", \"id\": 77781, \"objects\": [{\"bbox\": {\"xmin\": 14.8515, \"ymin\": 935.644, \"xmax\": 33.6634, \"ymax\": 957.4257}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1017.82, \"ymin\": 961.386, \"xmax\": 1035.6436, \"ymax\": 979.2079}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 961.386, \"ymin\": 962.376, \"xmax\": 977.2276999999999, \"ymax\": 982.1782}, \"category\": \"pne\"}]}, \"97185\": {\"path\": \"train/97185.jpg\", \"id\": 97185, \"objects\": [{\"bbox\": {\"xmin\": 1657.94, \"ymin\": 924.603, \"xmax\": 1705.5556000000001, \"ymax\": 969.0473}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 1369.84, \"ymin\": 681.746, \"xmax\": 1467.4603, \"ymax\": 769.0473}, \"category\": \"w3\"}, {\"bbox\": {\"xmin\": 1653.97, \"ymin\": 971.429, \"xmax\": 1703.1756, \"ymax\": 1015.0793}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1477.3, \"ymin\": 694.133, \"xmax\": 1568.6213, \"ymax\": 781.8878000000001}, \"category\": \"w57\"}]}, \"58753\": {\"path\": \"train/58753.jpg\", \"id\": 58753, \"objects\": [{\"bbox\": {\"xmin\": 1840.0, \"ymin\": 933.0, \"xmax\": 1855.0, \"ymax\": 957.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 524.0, \"ymin\": 815.0, \"xmax\": 540.0, \"ymax\": 858.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1763.0, \"ymin\": 930.0, \"xmax\": 1779.0, \"ymax\": 956.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 314.0, \"ymin\": 887.0, \"xmax\": 341.0, \"ymax\": 947.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 313.0, \"ymin\": 955.0, \"xmax\": 339.0, \"ymax\": 1014.0}, \"category\": \"i2r\"}]}, \"79381\": {\"path\": \"test/79381.jpg\", \"id\": 79381, \"objects\": [{\"bbox\": {\"xmin\": 1081.58, \"ymin\": 900.0, \"xmax\": 1107.8946999999998, \"ymax\": 925.0002}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1055.26, \"ymin\": 898.684, \"xmax\": 1080.2632, \"ymax\": 928.9474}, \"category\": \"pl60\"}]}, \"51202\": {\"path\": \"train/51202.jpg\", \"id\": 51202, \"objects\": [{\"bbox\": {\"xmin\": 1060.0, \"ymin\": 868.8, \"xmax\": 1088.0, \"ymax\": 898.4}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1025.6, \"ymin\": 865.6, \"xmax\": 1052.8, \"ymax\": 896.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1092.8, \"ymin\": 864.8, \"xmax\": 1127.2, \"ymax\": 897.5999999999999}, \"category\": \"pn\"}]}, \"64601\": {\"path\": \"train/64601.jpg\", \"id\": 64601, \"objects\": [{\"bbox\": {\"xmin\": 514.667, \"ymin\": 970.667, \"xmax\": 565.3351, \"ymax\": 1021.3333}, \"category\": \"pl120\"}]}, \"57404\": {\"path\": \"test/57404.jpg\", \"id\": 57404, \"objects\": [{\"bbox\": {\"xmin\": 1586.67, \"ymin\": 997.333, \"xmax\": 1636.0, \"ymax\": 1048.0}, \"category\": \"i5\"}]}, \"56350\": {\"path\": \"test/56350.jpg\", \"id\": 56350, \"objects\": [{\"bbox\": {\"xmin\": 1718.0, \"ymin\": 704.0, \"xmax\": 1783.0, \"ymax\": 780.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1488.0, \"ymin\": 907.0, \"xmax\": 1509.0, \"ymax\": 931.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1463.0, \"ymin\": 908.0, \"xmax\": 1484.0, \"ymax\": 931.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1512.0, \"ymin\": 909.0, \"xmax\": 1532.0, \"ymax\": 932.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1502.0, \"ymin\": 669.0, \"xmax\": 1579.0, \"ymax\": 751.0}, \"category\": \"pne\"}]}, \"98433\": {\"path\": \"test/98433.jpg\", \"id\": 98433, \"objects\": [{\"bbox\": {\"xmin\": 934.654, \"ymin\": 727.723, \"xmax\": 1016.8317, \"ymax\": 808.9109}, \"category\": \"w32\"}]}, \"87714\": {\"path\": \"train/87714.jpg\", \"id\": 87714, \"objects\": [{\"bbox\": {\"xmin\": 46.6667, \"ymin\": 1013.33, \"xmax\": 88.0, \"ymax\": 1053.3333}, \"category\": \"p26\"}]}, \"92945\": {\"path\": \"train/92945.jpg\", \"id\": 92945, \"objects\": [{\"bbox\": {\"xmin\": 1193.65, \"ymin\": 842.063, \"xmax\": 1234.1270000000002, \"ymax\": 884.9206}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1143.65, \"ymin\": 845.238, \"xmax\": 1184.9206000000001, \"ymax\": 888.8889}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1242.06, \"ymin\": 840.476, \"xmax\": 1283.1683, \"ymax\": 883.1683}, \"category\": \"pn\"}]}, \"82392\": {\"path\": \"train/82392.jpg\", \"id\": 82392, \"objects\": [{\"bbox\": {\"xmin\": 1449.0, \"ymin\": 629.0, \"xmax\": 1516.0, \"ymax\": 698.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1521.0, \"ymin\": 629.0, \"xmax\": 1586.0, \"ymax\": 693.0}, \"category\": \"w57\"}]}, \"27989\": {\"path\": \"train/27989.jpg\", \"id\": 27989, \"objects\": [{\"bbox\": {\"xmin\": 1433.6, \"ymin\": 768.0, \"xmax\": 1467.1999999999998, \"ymax\": 803.2}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1629.6, \"ymin\": 773.6, \"xmax\": 1659.1999999999998, \"ymax\": 804.8000000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1534.4, \"ymin\": 768.8, \"xmax\": 1565.6000000000001, \"ymax\": 802.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1390.4, \"ymin\": 728.0, \"xmax\": 1424.0, \"ymax\": 763.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1435.2, \"ymin\": 731.2, \"xmax\": 1467.2, \"ymax\": 764.8000000000001}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1492.8, \"ymin\": 767.2, \"xmax\": 1525.6, \"ymax\": 802.4000000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1390.4, \"ymin\": 765.6, \"xmax\": 1424.0, \"ymax\": 800.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1590.4, \"ymin\": 772.0, \"xmax\": 1619.2, \"ymax\": 804.8}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1695.2, \"ymin\": 777.6, \"xmax\": 1723.2, \"ymax\": 811.2}, \"category\": \"pne\"}]}, \"1232\": {\"path\": \"train/1232.jpg\", \"id\": 1232, \"objects\": [{\"bbox\": {\"xmin\": 1816.48, \"ymin\": 851.705, \"xmax\": 1844.8864, \"ymax\": 892.0454000000001}, \"category\": \"w32\"}]}, \"72868\": {\"path\": \"other/72868.jpg\", \"id\": 72868, \"objects\": [{\"bbox\": {\"xmin\": 1259.41, \"ymin\": 842.574, \"xmax\": 1299.0333, \"ymax\": 878.2171999999999}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1176.24, \"ymin\": 838.614, \"xmax\": 1217.8218, \"ymax\": 876.2386}, \"category\": \"w42\"}, {\"bbox\": {\"xmin\": 1218.81, \"ymin\": 839.604, \"xmax\": 1258.4003, \"ymax\": 878.2178}, \"category\": \"w8\"}]}, \"5349\": {\"path\": \"train/5349.jpg\", \"id\": 5349, \"objects\": [{\"bbox\": {\"xmin\": 1053.17, \"ymin\": 932.673, \"xmax\": 1074.5986, \"ymax\": 953.4653}, \"category\": \"pl40\"}]}, \"93815\": {\"path\": \"train/93815.jpg\", \"id\": 93815, \"objects\": [{\"bbox\": {\"xmin\": 363.158, \"ymin\": 859.211, \"xmax\": 381.57890000000003, \"ymax\": 897.3684000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 306.579, \"ymin\": 844.737, \"xmax\": 326.3158, \"ymax\": 889.4737}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 689.474, \"ymin\": 1022.37, \"xmax\": 702.6329000000001, \"ymax\": 1039.604}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1234.65, \"ymin\": 1022.77, \"xmax\": 1248.5149000000001, \"ymax\": 1037.6238}, \"category\": \"pne\"}]}, \"87919\": {\"path\": \"test/87919.jpg\", \"id\": 87919, \"objects\": [{\"bbox\": {\"xmin\": 934.667, \"ymin\": 588.0, \"xmax\": 1044.0, \"ymax\": 690.667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1934.67, \"ymin\": 1024.0, \"xmax\": 1984.0, \"ymax\": 1074.6667}, \"category\": \"ps\"}, {\"bbox\": {\"xmin\": 837.333, \"ymin\": 585.333, \"xmax\": 945.333, \"ymax\": 677.3333}, \"category\": \"w57\"}]}, \"10397\": {\"path\": \"train/10397.jpg\", \"id\": 10397, \"objects\": [{\"bbox\": {\"xmin\": 1309.9, \"ymin\": 999.01, \"xmax\": 1339.4737, \"ymax\": 1030.2632}, \"category\": \"w57\"}]}, \"46201\": {\"path\": \"train/46201.jpg\", \"id\": 46201, \"objects\": [{\"bbox\": {\"xmin\": 836.726, \"ymin\": 922.566, \"xmax\": 864.6018, \"ymax\": 950.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 837.611, \"ymin\": 966.372, \"xmax\": 863.2744, \"ymax\": 994.2473}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 974.778, \"ymin\": 819.47, \"xmax\": 1006.1942, \"ymax\": 847.3461}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 891.593, \"ymin\": 819.027, \"xmax\": 921.6818999999999, \"ymax\": 848.2301}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1060.62, \"ymin\": 818.584, \"xmax\": 1090.7129, \"ymax\": 847.7876}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 934.513, \"ymin\": 819.47, \"xmax\": 964.1593, \"ymax\": 847.7881}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1021.24, \"ymin\": 847.788, \"xmax\": 1044.2478, \"ymax\": 869.9119000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1063.27, \"ymin\": 848.673, \"xmax\": 1086.2832, \"ymax\": 870.7964}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1018.15, \"ymin\": 817.699, \"xmax\": 1048.235, \"ymax\": 847.3451}, \"category\": \"pbp\"}]}, \"69618\": {\"path\": \"train/69618.jpg\", \"id\": 69618, \"objects\": [{\"bbox\": {\"xmin\": 365.347, \"ymin\": 801.981, \"xmax\": 403.9604, \"ymax\": 857.4261}, \"category\": \"pl80\"}]}, \"13030\": {\"path\": \"train/13030.jpg\", \"id\": 13030, \"objects\": [{\"bbox\": {\"xmin\": 1273.33, \"ymin\": 990.667, \"xmax\": 1301.3333, \"ymax\": 1020.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 470.667, \"ymin\": 1000.0, \"xmax\": 493.33329999999995, \"ymax\": 1037.3333}, \"category\": \"p26\"}]}, \"92709\": {\"path\": \"train/92709.jpg\", \"id\": 92709, \"objects\": [{\"bbox\": {\"xmin\": 1869.33, \"ymin\": 980.0, \"xmax\": 1900.0, \"ymax\": 1013.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1868.0, \"ymin\": 944.0, \"xmax\": 1900.0, \"ymax\": 978.6667}, \"category\": \"pl5\"}]}, \"16878\": {\"path\": \"train/16878.jpg\", \"id\": 16878, \"objects\": [{\"bbox\": {\"xmin\": 1008.91, \"ymin\": 687.129, \"xmax\": 1085.1483, \"ymax\": 762.3764}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1089.11, \"ymin\": 688.119, \"xmax\": 1164.3566999999998, \"ymax\": 763.3663}, \"category\": \"pn\"}]}, \"93033\": {\"path\": \"train/93033.jpg\", \"id\": 93033, \"objects\": [{\"bbox\": {\"xmin\": 1641.0, \"ymin\": 740.0, \"xmax\": 1701.0, \"ymax\": 803.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1644.0, \"ymin\": 807.0, \"xmax\": 1703.0, \"ymax\": 870.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1657.0, \"ymin\": 912.0, \"xmax\": 1709.0, \"ymax\": 967.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1659.0, \"ymin\": 969.0, \"xmax\": 1712.0, \"ymax\": 1026.0}, \"category\": \"i2r\"}]}, \"50329\": {\"path\": \"train/50329.jpg\", \"id\": 50329, \"objects\": [{\"bbox\": {\"xmin\": 1937.33, \"ymin\": 793.333, \"xmax\": 2002.6667, \"ymax\": 870.6667}, \"category\": \"pl40\"}]}, \"74340\": {\"path\": \"test/74340.jpg\", \"id\": 74340, \"objects\": [{\"bbox\": {\"xmin\": 1330.67, \"ymin\": 965.333, \"xmax\": 1363.9967000000001, \"ymax\": 998.6667}, \"category\": \"pl80\"}]}, \"61241\": {\"path\": \"train/61241.jpg\", \"id\": 61241, \"objects\": [{\"bbox\": {\"xmin\": 1903.0, \"ymin\": 911.0, \"xmax\": 1938.0, \"ymax\": 970.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1209.0, \"ymin\": 963.0, \"xmax\": 1239.0, \"ymax\": 996.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1905.0, \"ymin\": 975.0, \"xmax\": 1935.0, \"ymax\": 1036.0}, \"category\": \"pn\"}]}, \"58687\": {\"path\": \"other/58687.jpg\", \"id\": 58687, \"objects\": [{\"bbox\": {\"xmin\": 1639.8330078125, \"ymin\": 974.4855346679688, \"xmax\": 1664.980224609375, \"ymax\": 1004.8696899414062}, \"category\": \"ip\"}]}, \"50361\": {\"path\": \"train/50361.jpg\", \"id\": 50361, \"objects\": [{\"bbox\": {\"xmin\": 1196.0, \"ymin\": 945.0, \"xmax\": 1217.0, \"ymax\": 965.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1558.0, \"ymin\": 456.0, \"xmax\": 1678.0, \"ymax\": 579.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1101.0, \"ymin\": 946.0, \"xmax\": 1118.0, \"ymax\": 964.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1362.0, \"ymin\": 441.0, \"xmax\": 1491.0, \"ymax\": 569.0}, \"category\": \"ph4\"}]}, \"63144\": {\"path\": \"test/63144.jpg\", \"id\": 63144, \"objects\": [{\"bbox\": {\"xmin\": 548.0, \"ymin\": 772.0, \"xmax\": 586.6667, \"ymax\": 853.3333}, \"category\": \"pl20\"}]}, \"26149\": {\"path\": \"train/26149.jpg\", \"id\": 26149, \"objects\": [{\"bbox\": {\"xmin\": 1591.16, \"ymin\": 1201.77, \"xmax\": 1617.2615, \"ymax\": 1230.9735}, \"category\": \"pl50\"}]}, \"79525\": {\"path\": \"train/79525.jpg\", \"id\": 79525, \"objects\": [{\"bbox\": {\"xmin\": 1350.99, \"ymin\": 879.47, \"xmax\": 1369.5364, \"ymax\": 898.6755}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1478.15, \"ymin\": 954.967, \"xmax\": 1497.351, \"ymax\": 972.8477}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1371.52, \"ymin\": 879.47, \"xmax\": 1388.7417, \"ymax\": 898.6755}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1390.73, \"ymin\": 881.457, \"xmax\": 1409.9338, \"ymax\": 900.6623}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1478.81, \"ymin\": 933.775, \"xmax\": 1497.3509999999999, \"ymax\": 953.6424}, \"category\": \"p29\"}]}, \"7926\": {\"path\": \"train/7926.jpg\", \"id\": 7926, \"objects\": [{\"bbox\": {\"xmin\": 325.333, \"ymin\": 988.0, \"xmax\": 368.0, \"ymax\": 1060.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 324.0, \"ymin\": 904.0, \"xmax\": 365.3333, \"ymax\": 977.3333}, \"category\": \"pm55\"}]}, \"53279\": {\"path\": \"train/53279.jpg\", \"id\": 53279, \"objects\": [{\"bbox\": {\"xmin\": 1175.0, \"ymin\": 808.0, \"xmax\": 1217.0, \"ymax\": 851.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1938.0, \"ymin\": 991.0, \"xmax\": 1966.0, \"ymax\": 1020.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 1290.0, \"ymin\": 942.0, \"xmax\": 1328.0, \"ymax\": 980.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1289.0, \"ymin\": 981.0, \"xmax\": 1324.0, \"ymax\": 1017.0}, \"category\": \"i2r\"}]}, \"96303\": {\"path\": \"test/96303.jpg\", \"id\": 96303, \"objects\": [{\"bbox\": {\"xmin\": 1972.0, \"ymin\": 690.0, \"xmax\": 2029.0, \"ymax\": 750.0}, \"category\": \"pl120\"}]}, \"98018\": {\"path\": \"test/98018.jpg\", \"id\": 98018, \"objects\": [{\"bbox\": {\"xmin\": 885.526, \"ymin\": 852.632, \"xmax\": 913.1578999999999, \"ymax\": 880.2632}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 692.157, \"ymin\": 850.98, \"xmax\": 723.6842, \"ymax\": 880.2632}, \"category\": \"pne\"}]}, \"83495\": {\"path\": \"test/83495.jpg\", \"id\": 83495, \"objects\": [{\"bbox\": {\"xmin\": 1304.0, \"ymin\": 993.333, \"xmax\": 1372.0066, \"ymax\": 1062.6667}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1298.67, \"ymin\": 924.0, \"xmax\": 1366.6667, \"ymax\": 992.0}, \"category\": \"pm55\"}]}, \"88842\": {\"path\": \"train/88842.jpg\", \"id\": 88842, \"objects\": [{\"bbox\": {\"xmin\": 1326.0, \"ymin\": 512.0, \"xmax\": 1396.0, \"ymax\": 577.0}, \"category\": \"pl60\"}]}, \"90990\": {\"path\": \"train/90990.jpg\", \"id\": 90990, \"objects\": [{\"bbox\": {\"xmin\": 1325.33, \"ymin\": 966.667, \"xmax\": 1349.3333, \"ymax\": 990.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1325.33, \"ymin\": 1005.33, \"xmax\": 1349.3333, \"ymax\": 1030.6667}, \"category\": \"pl80\"}]}, \"93802\": {\"path\": \"test/93802.jpg\", \"id\": 93802, \"objects\": [{\"bbox\": {\"xmin\": 1801.59, \"ymin\": 785.714, \"xmax\": 1869.0521999999999, \"ymax\": 854.7615000000001}, \"category\": \"pl40\"}]}, \"17606\": {\"path\": \"other/17606.jpg\", \"id\": 17606, \"objects\": [{\"bbox\": {\"xmin\": 1512.0, \"ymin\": 845.333, \"xmax\": 1588.0, \"ymax\": 932.0}, \"category\": \"ph4.2\"}]}, \"25836\": {\"path\": \"other/25836.jpg\", \"id\": 25836, \"objects\": [{\"bbox\": {\"xmin\": 1993.38, \"ymin\": 901.987, \"xmax\": 2040.3974, \"ymax\": 962.9139}, \"category\": \"w63\"}]}, \"75477\": {\"path\": \"train/75477.jpg\", \"id\": 75477, \"objects\": [{\"bbox\": {\"xmin\": 1302.8, \"ymin\": 849.301, \"xmax\": 1339.7655, \"ymax\": 886.9113000000001}, \"category\": \"w57\"}]}, \"73624\": {\"path\": \"test/73624.jpg\", \"id\": 73624, \"objects\": [{\"bbox\": {\"xmin\": 248.808, \"ymin\": 927.353, \"xmax\": 295.483, \"ymax\": 972.9996}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1196.0, \"ymin\": 972.0, \"xmax\": 1234.1431, \"ymax\": 1024.3562}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 384.0, \"ymin\": 1007.0, \"xmax\": 401.6816, \"ymax\": 1027.0625}, \"category\": \"pne\"}]}, \"28410\": {\"path\": \"test/28410.jpg\", \"id\": 28410, \"objects\": [{\"bbox\": {\"xmin\": 1430.0, \"ymin\": 829.0, \"xmax\": 1497.0, \"ymax\": 900.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 717.0, \"ymin\": 896.0, \"xmax\": 751.0, \"ymax\": 929.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 719.0, \"ymin\": 934.0, \"xmax\": 751.0, \"ymax\": 969.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 684.0, \"ymin\": 897.0, \"xmax\": 715.0, \"ymax\": 930.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 684.0, \"ymin\": 936.0, \"xmax\": 716.0, \"ymax\": 969.0}, \"category\": \"pbm\"}]}, \"18995\": {\"path\": \"other/18995.jpg\", \"id\": 18995, \"objects\": [{\"bbox\": {\"xmin\": 1539.0, \"ymin\": 640.0, \"xmax\": 1626.0, \"ymax\": 730.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1462.0, \"ymin\": 648.0, \"xmax\": 1537.0, \"ymax\": 717.0}, \"category\": \"w22\"}]}, \"75067\": {\"path\": \"test/75067.jpg\", \"id\": 75067, \"objects\": [{\"bbox\": {\"xmin\": 920.4027099609375, \"ymin\": 868.1104736328125, \"xmax\": 949.784912109375, \"ymax\": 898.755859375}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 920.1309204101562, \"ymin\": 896.3729858398438, \"xmax\": 950.3181762695312, \"ymax\": 922.7839965820312}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 790.667, \"ymin\": 165.333, \"xmax\": 965.3330000000001, \"ymax\": 284.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 612.0, \"ymin\": 181.333, \"xmax\": 774.667, \"ymax\": 301.33299999999997}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 978.667, \"ymin\": 52.0, \"xmax\": 1150.667, \"ymax\": 154.668}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 316.0, \"ymin\": 90.6667, \"xmax\": 413.3333, \"ymax\": 164.0}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 786.667, \"ymin\": 57.3333, \"xmax\": 957.3330000000001, \"ymax\": 158.6663}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 606.667, \"ymin\": 73.3333, \"xmax\": 766.667, \"ymax\": 179.9993}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 984.0, \"ymin\": 164.0, \"xmax\": 1156.0, \"ymax\": 280.0}, \"category\": \"pbp\"}]}, \"70925\": {\"path\": \"train/70925.jpg\", \"id\": 70925, \"objects\": [{\"bbox\": {\"xmin\": 1398.02, \"ymin\": 857.426, \"xmax\": 1430.6931, \"ymax\": 892.0792}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1258.42, \"ymin\": 851.485, \"xmax\": 1292.0792000000001, \"ymax\": 890.099}, \"category\": \"pne\"}]}, \"63472\": {\"path\": \"test/63472.jpg\", \"id\": 63472, \"objects\": [{\"bbox\": {\"xmin\": 1894.0, \"ymin\": 929.0, \"xmax\": 1986.0, \"ymax\": 1058.0}, \"category\": \"p13\"}]}, \"35861\": {\"path\": \"train/35861.jpg\", \"id\": 35861, \"objects\": [{\"bbox\": {\"xmin\": 1370.0, \"ymin\": 854.0, \"xmax\": 1402.0, \"ymax\": 890.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1369.0, \"ymin\": 900.0, \"xmax\": 1402.0, \"ymax\": 934.0}, \"category\": \"pn\"}]}, \"41462\": {\"path\": \"test/41462.jpg\", \"id\": 41462, \"objects\": [{\"bbox\": {\"xmin\": 951.2, \"ymin\": 995.2, \"xmax\": 963.2, \"ymax\": 1006.4000000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 459.2, \"ymin\": 964.8, \"xmax\": 501.59999999999997, \"ymax\": 1015.1999999999999}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 909.6, \"ymin\": 995.2, \"xmax\": 924.8000000000001, \"ymax\": 1008.0}, \"category\": \"p5\"}]}, \"47432\": {\"path\": \"train/47432.jpg\", \"id\": 47432, \"objects\": [{\"bbox\": {\"xmin\": 1245.0, \"ymin\": 521.0, \"xmax\": 1335.0, \"ymax\": 604.0}, \"category\": \"pl60\"}]}, \"76690\": {\"path\": \"train/76690.jpg\", \"id\": 76690, \"objects\": [{\"bbox\": {\"xmin\": 1752.94, \"ymin\": 656.863, \"xmax\": 1839.2157, \"ymax\": 745.0980000000001}, \"category\": \"pne\"}]}, \"70495\": {\"path\": \"test/70495.jpg\", \"id\": 70495, \"objects\": [{\"bbox\": {\"xmin\": 305.263, \"ymin\": 950.0, \"xmax\": 341.1765, \"ymax\": 992.1569}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1841.43, \"ymin\": 961.842, \"xmax\": 1868.6267, \"ymax\": 993.4211}, \"category\": \"ip\"}]}, \"5892\": {\"path\": \"train/5892.jpg\", \"id\": 5892, \"objects\": [{\"bbox\": {\"xmin\": 1380.6, \"ymin\": 899.005, \"xmax\": 1404.9776, \"ymax\": 923.8806}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1406.47, \"ymin\": 899.503, \"xmax\": 1430.8523, \"ymax\": 925.3735}, \"category\": \"pn\"}]}, \"49284\": {\"path\": \"test/49284.jpg\", \"id\": 49284, \"objects\": [{\"bbox\": {\"xmin\": 6.66667, \"ymin\": 844.0, \"xmax\": 57.33327, \"ymax\": 916.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1692.0, \"ymin\": 918.667, \"xmax\": 1729.3333, \"ymax\": 986.6667}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1158.67, \"ymin\": 654.667, \"xmax\": 1245.3366, \"ymax\": 738.6667}, \"category\": \"pl40\"}]}, \"30790\": {\"path\": \"test/30790.jpg\", \"id\": 30790, \"objects\": [{\"bbox\": {\"xmin\": 1133.33, \"ymin\": 983.334, \"xmax\": 1160.1464999999998, \"ymax\": 1009.4206999999999}, \"category\": \"pl80\"}]}, \"85262\": {\"path\": \"test/85262.jpg\", \"id\": 85262, \"objects\": [{\"bbox\": {\"xmin\": 532.0, \"ymin\": 1026.67, \"xmax\": 580.0, \"ymax\": 1080.0}, \"category\": \"p5\"}]}, \"35603\": {\"path\": \"test/35603.jpg\", \"id\": 35603, \"objects\": [{\"bbox\": {\"xmin\": 1665.33, \"ymin\": 637.333, \"xmax\": 1716.0, \"ymax\": 693.3333}, \"category\": \"pl30\"}]}, \"15000\": {\"path\": \"train/15000.jpg\", \"id\": 15000, \"objects\": [{\"bbox\": {\"xmin\": 1280.13, \"ymin\": 930.464, \"xmax\": 1336.4206000000001, \"ymax\": 992.0532000000001}, \"category\": \"pne\"}]}, \"93487\": {\"path\": \"train/93487.jpg\", \"id\": 93487, \"objects\": [{\"bbox\": {\"xmin\": 1972.28, \"ymin\": 972.277, \"xmax\": 1999.0099, \"ymax\": 1000.9901000000001}, \"category\": \"pl40\"}]}, \"88940\": {\"path\": \"test/88940.jpg\", \"id\": 88940, \"objects\": [{\"bbox\": {\"xmin\": 1670.0, \"ymin\": 973.0, \"xmax\": 1714.0, \"ymax\": 1020.0}, \"category\": \"pl40\"}]}, \"19566\": {\"path\": \"train/19566.jpg\", \"id\": 19566, \"objects\": [{\"bbox\": {\"xmin\": 1521.0, \"ymin\": 1026.0, \"xmax\": 1543.0, \"ymax\": 1051.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 865.0, \"xmax\": 1400.0, \"ymax\": 888.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1405.0, \"ymin\": 866.0, \"xmax\": 1426.0, \"ymax\": 891.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1519.0, \"ymin\": 998.0, \"xmax\": 1542.0, \"ymax\": 1021.0}, \"category\": \"i4l\"}]}, \"8666\": {\"path\": \"train/8666.jpg\", \"id\": 8666, \"objects\": [{\"bbox\": {\"xmin\": 1286.67, \"ymin\": 461.333, \"xmax\": 1420.0, \"ymax\": 586.667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 852.0, \"ymin\": 440.0, \"xmax\": 998.667, \"ymax\": 566.667}, \"category\": \"pn\"}]}, \"91753\": {\"path\": \"other/91753.jpg\", \"id\": 91753, \"objects\": [{\"bbox\": {\"xmin\": 1053.0, \"ymin\": 685.0, \"xmax\": 1150.0, \"ymax\": 780.0}, \"category\": \"pr60\"}]}, \"43022\": {\"path\": \"train/43022.jpg\", \"id\": 43022, \"objects\": [{\"bbox\": {\"xmin\": 724.752, \"ymin\": 865.347, \"xmax\": 763.3662999999999, \"ymax\": 903.9216}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 55.4455, \"ymin\": 960.396, \"xmax\": 82.1782, \"ymax\": 990.0989999999999}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1387.13, \"ymin\": 956.436, \"xmax\": 1427.7228, \"ymax\": 994.0594}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1075.25, \"ymin\": 875.248, \"xmax\": 1101.9802, \"ymax\": 902.9703000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1106.93, \"ymin\": 868.317, \"xmax\": 1135.2941, \"ymax\": 908.9109}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 575.248, \"ymin\": 865.347, \"xmax\": 617.8218, \"ymax\": 909.901}, \"category\": \"pne\"}]}, \"26361\": {\"path\": \"train/26361.jpg\", \"id\": 26361, \"objects\": [{\"bbox\": {\"xmin\": 1508.0, \"ymin\": 910.0, \"xmax\": 1548.0, \"ymax\": 956.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1508.0, \"ymin\": 859.0, \"xmax\": 1545.0, \"ymax\": 903.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1509.0, \"ymin\": 963.0, \"xmax\": 1550.0, \"ymax\": 1008.0}, \"category\": \"pn\"}]}, \"27985\": {\"path\": \"train/27985.jpg\", \"id\": 27985, \"objects\": [{\"bbox\": {\"xmin\": 994.667, \"ymin\": 712.0, \"xmax\": 1069.3333, \"ymax\": 782.6667}, \"category\": \"ph5\"}]}, \"56126\": {\"path\": \"train/56126.jpg\", \"id\": 56126, \"objects\": [{\"bbox\": {\"xmin\": 1784.8, \"ymin\": 100.8, \"xmax\": 1993.6, \"ymax\": 291.2}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1091.0, \"ymin\": 940.0, \"xmax\": 1107.0, \"ymax\": 954.0}, \"category\": \"w22\"}]}, \"42332\": {\"path\": \"test/42332.jpg\", \"id\": 42332, \"objects\": [{\"bbox\": {\"xmin\": 1309.33, \"ymin\": 902.667, \"xmax\": 1374.6667, \"ymax\": 1005.3330000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 833.333, \"ymin\": 946.667, \"xmax\": 936.0, \"ymax\": 1050.667}, \"category\": \"pne\"}]}, \"81292\": {\"path\": \"train/81292.jpg\", \"id\": 81292, \"objects\": [{\"bbox\": {\"xmin\": 1841.33, \"ymin\": 912.0, \"xmax\": 1882.6667, \"ymax\": 954.6667}, \"category\": \"pl40\"}]}, \"79408\": {\"path\": \"train/79408.jpg\", \"id\": 79408, \"objects\": [{\"bbox\": {\"xmin\": 874.667, \"ymin\": 1001.33, \"xmax\": 928.0, \"ymax\": 1062.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 940.0, \"xmax\": 930.6667, \"ymax\": 1000.0}, \"category\": \"pl5\"}]}, \"28219\": {\"path\": \"train/28219.jpg\", \"id\": 28219, \"objects\": [{\"bbox\": {\"xmin\": 1315.92, \"ymin\": 950.746, \"xmax\": 1333.3333, \"ymax\": 966.1691999999999}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1614.93, \"ymin\": 921.393, \"xmax\": 1637.3159, \"ymax\": 943.7806}, \"category\": \"pl40\"}]}, \"68779\": {\"path\": \"test/68779.jpg\", \"id\": 68779, \"objects\": [{\"bbox\": {\"xmin\": 1504.0, \"ymin\": 1014.0, \"xmax\": 1569.0, \"ymax\": 1086.0}, \"category\": \"p5\"}]}, \"76649\": {\"path\": \"test/76649.jpg\", \"id\": 76649, \"objects\": [{\"bbox\": {\"xmin\": 1986.0, \"ymin\": 620.0, \"xmax\": 2046.0, \"ymax\": 711.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1903.0, \"ymin\": 606.0, \"xmax\": 1987.0, \"ymax\": 699.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1726.0, \"ymin\": 861.0, \"xmax\": 1793.0, \"ymax\": 933.0}, \"category\": \"w45\"}]}, \"21738\": {\"path\": \"other/21738.jpg\", \"id\": 21738, \"objects\": [{\"bbox\": {\"xmin\": 1138.5, \"ymin\": 987.61, \"xmax\": 1152.6593, \"ymax\": 1001.3274}, \"category\": \"pn\"}]}, \"62307\": {\"path\": \"train/62307.jpg\", \"id\": 62307, \"objects\": [{\"bbox\": {\"xmin\": 1852.0, \"ymin\": 947.2, \"xmax\": 1924.8, \"ymax\": 1025.6000000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 643.2, \"ymin\": 978.4, \"xmax\": 731.2, \"ymax\": 1064.8}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 2000.8, \"ymin\": 936.0, \"xmax\": 2048.0, \"ymax\": 1013.6}, \"category\": \"pn\"}]}, \"58636\": {\"path\": \"test/58636.jpg\", \"id\": 58636, \"objects\": [{\"bbox\": {\"xmin\": 666.667, \"ymin\": 962.667, \"xmax\": 766.6667, \"ymax\": 1064.0}, \"category\": \"pr40\"}]}, \"41875\": {\"path\": \"train/41875.jpg\", \"id\": 41875, \"objects\": [{\"bbox\": {\"xmin\": 1513.0, \"ymin\": 949.0, \"xmax\": 1567.0, \"ymax\": 1002.0}, \"category\": \"pl60\"}]}, \"10504\": {\"path\": \"other/10504.jpg\", \"id\": 10504, \"objects\": [{\"bbox\": {\"xmin\": 993.182, \"ymin\": 961.364, \"xmax\": 1005.1136, \"ymax\": 975.5682}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1076.14, \"ymin\": 960.795, \"xmax\": 1084.0909100000001, \"ymax\": 971.5908999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1087.5, \"ymin\": 959.659, \"xmax\": 1096.02649, \"ymax\": 974.1722}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 929.545, \"ymin\": 958.278, \"xmax\": 943.75, \"ymax\": 975.5686000000001}, \"category\": \"pne\"}]}, \"37565\": {\"path\": \"train/37565.jpg\", \"id\": 37565, \"objects\": [{\"bbox\": {\"xmin\": 614.851, \"ymin\": 678.218, \"xmax\": 689.1089, \"ymax\": 756.4356}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1162.38, \"ymin\": 877.228, \"xmax\": 1194.0594, \"ymax\": 908.9109}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1492.08, \"ymin\": 919.802, \"xmax\": 1530.6931, \"ymax\": 961.3861}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1489.11, \"ymin\": 982.178, \"xmax\": 1534.6535, \"ymax\": 1031.6832}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1488.12, \"ymin\": 848.515, \"xmax\": 1531.6832, \"ymax\": 897.0296999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1125.74, \"ymin\": 876.238, \"xmax\": 1157.4257, \"ymax\": 906.9307}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1199.01, \"ymin\": 876.238, \"xmax\": 1228.7129, \"ymax\": 910.8911}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 333.663, \"ymin\": 702.97, \"xmax\": 399.009, \"ymax\": 771.2871}, \"category\": \"pne\"}]}, \"51448\": {\"path\": \"train/51448.jpg\", \"id\": 51448, \"objects\": [{\"bbox\": {\"xmin\": 1292.0, \"ymin\": 961.0, \"xmax\": 1353.0, \"ymax\": 1034.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 889.0, \"xmax\": 1356.0, \"ymax\": 957.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1142.0, \"ymin\": 895.0, \"xmax\": 1175.0, \"ymax\": 937.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 976.0, \"ymin\": 850.0, \"xmax\": 1018.0, \"ymax\": 892.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1022.0, \"ymin\": 849.0, \"xmax\": 1066.0, \"ymax\": 892.0}, \"category\": \"pn\"}]}, \"56886\": {\"path\": \"train/56886.jpg\", \"id\": 56886, \"objects\": [{\"bbox\": {\"xmin\": 1577.54, \"ymin\": 988.044, \"xmax\": 1597.8283999999999, \"ymax\": 1010.8699}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1288.04, \"ymin\": 937.681, \"xmax\": 1300.7246, \"ymax\": 953.2609}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1302.17, \"ymin\": 938.406, \"xmax\": 1314.1304, \"ymax\": 951.4499}, \"category\": \"pn\"}]}, \"4271\": {\"path\": \"train/4271.jpg\", \"id\": 4271, \"objects\": [{\"bbox\": {\"xmin\": 1577.23, \"ymin\": 924.752, \"xmax\": 1597.0344, \"ymax\": 951.4831999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1515.84, \"ymin\": 925.743, \"xmax\": 1539.6039999999998, \"ymax\": 950.495}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 108.911, \"ymin\": 673.267, \"xmax\": 165.3465, \"ymax\": 750.495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 72.2772, \"ymin\": 977.228, \"xmax\": 95.0495, \"ymax\": 1006.9307}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 72.2772, \"ymin\": 1020.79, \"xmax\": 95.0495, \"ymax\": 1050.495}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 71.2871, \"ymin\": 934.653, \"xmax\": 97.02969999999999, \"ymax\": 966.3366}, \"category\": \"p26\"}]}, \"40922\": {\"path\": \"train/40922.jpg\", \"id\": 40922, \"objects\": [{\"bbox\": {\"xmin\": 1706.67, \"ymin\": 982.667, \"xmax\": 1778.6667, \"ymax\": 1058.6667}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1709.33, \"ymin\": 1058.67, \"xmax\": 1781.3333, \"ymax\": 1134.6667}, \"category\": \"pr40\"}]}, \"72883\": {\"path\": \"test/72883.jpg\", \"id\": 72883, \"objects\": [{\"bbox\": {\"xmin\": 1031.37, \"ymin\": 803.922, \"xmax\": 1076.4705999999999, \"ymax\": 849.0196000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1080.39, \"ymin\": 801.961, \"xmax\": 1127.451, \"ymax\": 852.9412}, \"category\": \"pn\"}]}, \"40041\": {\"path\": \"train/40041.jpg\", \"id\": 40041, \"objects\": [{\"bbox\": {\"xmin\": 1613.86, \"ymin\": 720.792, \"xmax\": 1673.2673, \"ymax\": 784.1584}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1406.93, \"ymin\": 708.911, \"xmax\": 1465.3465, \"ymax\": 775.2475}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 542.574, \"ymin\": 690.099, \"xmax\": 604.9504999999999, \"ymax\": 758.4158}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1162.38, \"ymin\": 888.119, \"xmax\": 1189.1089000000002, \"ymax\": 913.8614}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1134.65, \"ymin\": 885.149, \"xmax\": 1160.3960000000002, \"ymax\": 912.8713}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1194.06, \"ymin\": 886.139, \"xmax\": 1219.802, \"ymax\": 914.8515}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 276.238, \"ymin\": 730.693, \"xmax\": 324.7525, \"ymax\": 789.1089}, \"category\": \"pne\"}]}, \"61524\": {\"path\": \"test/61524.jpg\", \"id\": 61524, \"objects\": [{\"bbox\": {\"xmin\": 1396.69, \"ymin\": 854.305, \"xmax\": 1435.0993, \"ymax\": 890.7284999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1519.21, \"ymin\": 919.205, \"xmax\": 1537.0861, \"ymax\": 940.3974000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1476.82, \"ymin\": 918.543, \"xmax\": 1496.6887, \"ymax\": 938.4106}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1498.01, \"ymin\": 917.881, \"xmax\": 1516.5563, \"ymax\": 941.0595999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1252.98, \"ymin\": 848.344, \"xmax\": 1291.3907, \"ymax\": 886.0927}, \"category\": \"pne\"}]}, \"36273\": {\"path\": \"test/36273.jpg\", \"id\": 36273, \"objects\": [{\"bbox\": {\"xmin\": 1338.16, \"ymin\": 990.789, \"xmax\": 1380.2632, \"ymax\": 1036.8421}, \"category\": \"pm20\"}]}, \"16931\": {\"path\": \"train/16931.jpg\", \"id\": 16931, \"objects\": [{\"bbox\": {\"xmin\": 1240.71, \"ymin\": 864.602, \"xmax\": 1275.6707000000001, \"ymax\": 898.6726}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1277.44, \"ymin\": 865.044, \"xmax\": 1311.9494, \"ymax\": 899.5574}, \"category\": \"pn\"}]}, \"68014\": {\"path\": \"train/68014.jpg\", \"id\": 68014, \"objects\": [{\"bbox\": {\"xmin\": 1043.0, \"ymin\": 841.0, \"xmax\": 1112.0, \"ymax\": 917.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 107.0, \"ymin\": 950.0, \"xmax\": 125.0, \"ymax\": 978.0}, \"category\": \"i5\"}]}, \"53772\": {\"path\": \"test/53772.jpg\", \"id\": 53772, \"objects\": [{\"bbox\": {\"xmin\": 1627.78, \"ymin\": 1044.44, \"xmax\": 1781.76, \"ymax\": 1207.143}, \"category\": \"pm20\"}]}, \"67412\": {\"path\": \"train/67412.jpg\", \"id\": 67412, \"objects\": [{\"bbox\": {\"xmin\": 1332.89, \"ymin\": 725.0, \"xmax\": 1402.6316000000002, \"ymax\": 789.4737}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1273.68, \"ymin\": 956.579, \"xmax\": 1298.6842000000001, \"ymax\": 982.8947}, \"category\": \"pl15\"}]}, \"72897\": {\"path\": \"other/72897.jpg\", \"id\": 72897, \"objects\": [{\"bbox\": {\"xmin\": 620.4651489257812, \"ymin\": 548.4512939453125, \"xmax\": 654.2493286132812, \"ymax\": 654.99267578125}, \"category\": \"pl50\"}]}, \"30278\": {\"path\": \"train/30278.jpg\", \"id\": 30278, \"objects\": [{\"bbox\": {\"xmin\": 233.0, \"ymin\": 1003.0, \"xmax\": 293.0, \"ymax\": 1063.0}, \"category\": \"i5\"}]}, \"46462\": {\"path\": \"test/46462.jpg\", \"id\": 46462, \"objects\": [{\"bbox\": {\"xmin\": 1591.0, \"ymin\": 623.0, \"xmax\": 1692.0, \"ymax\": 727.0}, \"category\": \"pl40\"}]}, \"29362\": {\"path\": \"test/29362.jpg\", \"id\": 29362, \"objects\": [{\"bbox\": {\"xmin\": 1225.0, \"ymin\": 1034.0, \"xmax\": 1296.0, \"ymax\": 1101.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1227.0, \"ymin\": 965.0, \"xmax\": 1295.0, \"ymax\": 1034.0}, \"category\": \"pr50\"}]}, \"76382\": {\"path\": \"train/76382.jpg\", \"id\": 76382, \"objects\": [{\"bbox\": {\"xmin\": 1827.0, \"ymin\": 666.0, \"xmax\": 1904.0, \"ymax\": 752.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1829.0, \"ymin\": 756.0, \"xmax\": 1907.0, \"ymax\": 845.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1842.0, \"ymin\": 890.0, \"xmax\": 1911.0, \"ymax\": 963.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1847.0, \"ymin\": 966.0, \"xmax\": 1913.0, \"ymax\": 1044.0}, \"category\": \"i2r\"}]}, \"80337\": {\"path\": \"train/80337.jpg\", \"id\": 80337, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 0.0, \"xmax\": 107.53557586669922, \"ymax\": 218.0536651611328}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 115.686, \"ymin\": 64.7059, \"xmax\": 290.196, \"ymax\": 292.1569}, \"category\": \"p11\"}]}, \"69083\": {\"path\": \"train/69083.jpg\", \"id\": 69083, \"objects\": [{\"bbox\": {\"xmin\": 70.5882, \"ymin\": 150.98, \"xmax\": 217.6472, \"ymax\": 341.176}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 233.333, \"ymin\": 241.176, \"xmax\": 339.216, \"ymax\": 427.451}, \"category\": \"pn\"}]}, \"80548\": {\"path\": \"train/80548.jpg\", \"id\": 80548, \"objects\": [{\"bbox\": {\"xmin\": 1342.64, \"ymin\": 996.8, \"xmax\": 1367.545, \"ymax\": 1023.1999999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 993.243, \"ymin\": 976.8, \"xmax\": 1034.4, \"ymax\": 1015.6659999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 989.206, \"ymin\": 899.625, \"xmax\": 1029.3445, \"ymax\": 940.7995}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1342.21, \"ymin\": 960.366, \"xmax\": 1366.4022, \"ymax\": 985.6003}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 993.774, \"ymin\": 939.272, \"xmax\": 1030.364, \"ymax\": 974.4003}, \"category\": \"p27\"}]}, \"65353\": {\"path\": \"train/65353.jpg\", \"id\": 65353, \"objects\": [{\"bbox\": {\"xmin\": 890.0, \"ymin\": 772.0, \"xmax\": 937.3333, \"ymax\": 816.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1186.0, \"ymin\": 767.333, \"xmax\": 1232.6667, \"ymax\": 811.9984999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1037.33, \"ymin\": 767.333, \"xmax\": 1084.0, \"ymax\": 813.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 834.667, \"ymin\": 721.333, \"xmax\": 881.3333, \"ymax\": 766.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 888.667, \"ymin\": 719.333, \"xmax\": 935.3333, \"ymax\": 765.9997}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 981.333, \"ymin\": 768.0, \"xmax\": 1029.3333, \"ymax\": 815.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 837.333, \"ymin\": 773.333, \"xmax\": 882.6667, \"ymax\": 818.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1133.33, \"ymin\": 766.0, \"xmax\": 1178.6667, \"ymax\": 812.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1302.67, \"ymin\": 768.0, \"xmax\": 1348.6667, \"ymax\": 812.6667}, \"category\": \"pne\"}]}, \"18073\": {\"path\": \"test/18073.jpg\", \"id\": 18073, \"objects\": [{\"bbox\": {\"xmin\": 249.8243408203125, \"ymin\": 988.2214965820312, \"xmax\": 271.2786865234375, \"ymax\": 1013.7439575195312}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 221.50917053222656, \"ymin\": 954.751953125, \"xmax\": 241.96119689941406, \"ymax\": 977.7322998046875}, \"category\": \"p29\"}, {\"bbox\": {\"xmin\": 247.727, \"ymin\": 955.114, \"xmax\": 266.4773, \"ymax\": 981.8182}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 272.727, \"ymin\": 955.114, \"xmax\": 290.90909999999997, \"ymax\": 981.25}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 222.159, \"ymin\": 986.931, \"xmax\": 241.47729999999999, \"ymax\": 1012.4993000000001}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 272.727, \"ymin\": 988.636, \"xmax\": 290.3409, \"ymax\": 1014.7727}, \"category\": \"p9\"}]}, \"22688\": {\"path\": \"train/22688.jpg\", \"id\": 22688, \"objects\": [{\"bbox\": {\"xmin\": 1568.0, \"ymin\": 985.0, \"xmax\": 1591.0, \"ymax\": 1016.0}, \"category\": \"i5\"}]}, \"45206\": {\"path\": \"other/45206.jpg\", \"id\": 45206, \"objects\": [{\"bbox\": {\"xmin\": 808.8783569335938, \"ymin\": 1142.793701171875, \"xmax\": 832.9730834960938, \"ymax\": 1164.0556640625}, \"category\": \"pmb\"}]}, \"10128\": {\"path\": \"test/10128.jpg\", \"id\": 10128, \"objects\": [{\"bbox\": {\"xmin\": 1476.47, \"ymin\": 545.098, \"xmax\": 1570.5882000000001, \"ymax\": 650.98}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1349.02, \"ymin\": 539.216, \"xmax\": 1450.98, \"ymax\": 643.1370000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1584.31, \"ymin\": 562.699, \"xmax\": 1684.3139999999999, \"ymax\": 662.6986999999999}, \"category\": \"pn\"}]}, \"1883\": {\"path\": \"test/1883.jpg\", \"id\": 1883, \"objects\": [{\"bbox\": {\"xmin\": 110.0, \"ymin\": 980.0, \"xmax\": 152.0, \"ymax\": 1033.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 2031.0, \"ymin\": 894.0, \"xmax\": 2045.0, \"ymax\": 912.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 110.0, \"ymin\": 928.0, \"xmax\": 152.0, \"ymax\": 982.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 0.0, \"ymin\": 960.0, \"xmax\": 27.0, \"ymax\": 1011.0}, \"category\": \"pn\"}]}, \"22682\": {\"path\": \"test/22682.jpg\", \"id\": 22682, \"objects\": [{\"bbox\": {\"xmin\": 24.5033, \"ymin\": 1005.3, \"xmax\": 50.9933, \"ymax\": 1038.4106}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 321.854, \"ymin\": 984.106, \"xmax\": 342.3836, \"ymax\": 1021.1921}, \"category\": \"w58\"}]}, \"42102\": {\"path\": \"train/42102.jpg\", \"id\": 42102, \"objects\": [{\"bbox\": {\"xmin\": 170.667, \"ymin\": 1016.0, \"xmax\": 225.3336, \"ymax\": 1089.3432}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 169.333, \"ymin\": 940.0, \"xmax\": 221.3327, \"ymax\": 1014.6667}, \"category\": \"pm20\"}]}, \"52302\": {\"path\": \"other/52302.jpg\", \"id\": 52302, \"objects\": [{\"bbox\": {\"xmin\": 162.01702880859375, \"ymin\": 787.919189453125, \"xmax\": 185.46200561523438, \"ymax\": 843.5592041015625}, \"category\": \"pl40\"}]}, \"85905\": {\"path\": \"test/85905.jpg\", \"id\": 85905, \"objects\": [{\"bbox\": {\"xmin\": 1558.0, \"ymin\": 909.0, \"xmax\": 1628.0, \"ymax\": 987.0}, \"category\": \"pl30\"}]}, \"95806\": {\"path\": \"other/95806.jpg\", \"id\": 95806, \"objects\": [{\"bbox\": {\"xmin\": 1037.31, \"ymin\": 950.362, \"xmax\": 1051.087, \"ymax\": 963.7681}, \"category\": \"pn\"}]}, \"88185\": {\"path\": \"test/88185.jpg\", \"id\": 88185, \"objects\": [{\"bbox\": {\"xmin\": 1138.41, \"ymin\": 847.02, \"xmax\": 1175.4967000000001, \"ymax\": 885.4304999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 988.742, \"ymin\": 850.331, \"xmax\": 1022.5165999999999, \"ymax\": 886.0927}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1042.38, \"ymin\": 1007.28, \"xmax\": 1069.5364000000002, \"ymax\": 1033.7748}, \"category\": \"w55\"}]}, \"36031\": {\"path\": \"other/36031.jpg\", \"id\": 36031, \"objects\": [{\"bbox\": {\"xmin\": 1460.0, \"ymin\": 940.0, \"xmax\": 1636.0, \"ymax\": 1092.0}, \"category\": \"w50\"}]}, \"93525\": {\"path\": \"train/93525.jpg\", \"id\": 93525, \"objects\": [{\"bbox\": {\"xmin\": 426.49, \"ymin\": 891.391, \"xmax\": 456.9536, \"ymax\": 921.8543}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 459.603, \"ymin\": 890.066, \"xmax\": 488.0795, \"ymax\": 921.8543000000001}, \"category\": \"pn\"}]}, \"87444\": {\"path\": \"train/87444.jpg\", \"id\": 87444, \"objects\": [{\"bbox\": {\"xmin\": 1854.0, \"ymin\": 543.0, \"xmax\": 1919.0, \"ymax\": 618.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1938.0, \"ymin\": 701.0, \"xmax\": 1982.0, \"ymax\": 760.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1939.0, \"ymin\": 765.0, \"xmax\": 1981.0, \"ymax\": 821.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1940.0, \"ymin\": 829.0, \"xmax\": 1984.0, \"ymax\": 889.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1715.0, \"ymin\": 525.0, \"xmax\": 1766.0, \"ymax\": 577.0}, \"category\": \"w63\"}]}, \"51556\": {\"path\": \"train/51556.jpg\", \"id\": 51556, \"objects\": [{\"bbox\": {\"xmin\": 1981.58, \"ymin\": 748.684, \"xmax\": 2034.2101, \"ymax\": 817.1052999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1922.37, \"ymin\": 738.158, \"xmax\": 1980.26, \"ymax\": 810.5263}, \"category\": \"pl60\"}]}, \"13813\": {\"path\": \"other/13813.jpg\", \"id\": 13813, \"objects\": [{\"bbox\": {\"xmin\": 24.4318, \"ymin\": 893.75, \"xmax\": 39.7727, \"ymax\": 918.1818}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 42.6136, \"ymin\": 890.909, \"xmax\": 55.681799999999996, \"ymax\": 917.6136}, \"category\": \"pn\"}]}, \"25012\": {\"path\": \"train/25012.jpg\", \"id\": 25012, \"objects\": [{\"bbox\": {\"xmin\": 627.0, \"ymin\": 198.0, \"xmax\": 768.0, \"ymax\": 304.0}, \"category\": \"p19\"}]}, \"47057\": {\"path\": \"test/47057.jpg\", \"id\": 47057, \"objects\": [{\"bbox\": {\"xmin\": 1767.1676025390625, \"ymin\": 878.882568359375, \"xmax\": 1792.0296630859375, \"ymax\": 908.9200439453125}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1742.501220703125, \"ymin\": 876.1546630859375, \"xmax\": 1764.646240234375, \"ymax\": 908.6905517578125}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1796.222900390625, \"ymin\": 881.730712890625, \"xmax\": 1820.33056640625, \"ymax\": 910.2930908203125}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1937.25, \"ymin\": 680.392, \"xmax\": 1996.0784, \"ymax\": 752.9412000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1749.02, \"ymin\": 647.059, \"xmax\": 1817.6471, \"ymax\": 721.5686}, \"category\": \"pne\"}]}, \"39660\": {\"path\": \"test/39660.jpg\", \"id\": 39660, \"objects\": [{\"bbox\": {\"xmin\": 845.0, \"ymin\": 935.0, \"xmax\": 883.0, \"ymax\": 977.0}, \"category\": \"p5\"}]}, \"26819\": {\"path\": \"train/26819.jpg\", \"id\": 26819, \"objects\": [{\"bbox\": {\"xmin\": 1290.0, \"ymin\": 945.0, \"xmax\": 1354.0, \"ymax\": 1006.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1295.0, \"ymin\": 883.0, \"xmax\": 1355.0, \"ymax\": 944.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 899.0, \"xmax\": 1111.0, \"ymax\": 915.0}, \"category\": \"w10\"}, {\"bbox\": {\"xmin\": 1230.0, \"ymin\": 947.0, \"xmax\": 1271.0, \"ymax\": 986.0}, \"category\": \"w22\"}]}, \"34778\": {\"path\": \"test/34778.jpg\", \"id\": 34778, \"objects\": [{\"bbox\": {\"xmin\": 1300.57, \"ymin\": 969.886, \"xmax\": 1325.5682, \"ymax\": 995.4549999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1301.7, \"ymin\": 1002.84, \"xmax\": 1326.7045, \"ymax\": 1030.6818}, \"category\": \"pn\"}]}, \"41139\": {\"path\": \"test/41139.jpg\", \"id\": 41139, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 869.048, \"xmax\": 1426.1905, \"ymax\": 895.2381}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1464.29, \"ymin\": 919.048, \"xmax\": 1490.4762, \"ymax\": 946.0317}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1367.46, \"ymin\": 917.46, \"xmax\": 1392.8571, \"ymax\": 945.2381}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1416.67, \"ymin\": 917.46, \"xmax\": 1442.0635, \"ymax\": 946.8254000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1228.57, \"ymin\": 861.111, \"xmax\": 1257.1428999999998, \"ymax\": 892.0635}, \"category\": \"pne\"}]}, \"41274\": {\"path\": \"test/41274.jpg\", \"id\": 41274, \"objects\": [{\"bbox\": {\"xmin\": 1975.39111328125, \"ymin\": 961.355712890625, \"xmax\": 1994.513427734375, \"ymax\": 980.043701171875}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 123.684, \"ymin\": 651.316, \"xmax\": 180.26319999999998, \"ymax\": 732.8947000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 114.474, \"ymin\": 810.526, \"xmax\": 147.3692, \"ymax\": 853.9473999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 80.2632, \"ymin\": 805.263, \"xmax\": 117.1053, \"ymax\": 850.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 148.684, \"ymin\": 811.842, \"xmax\": 181.5789, \"ymax\": 857.8947}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1950.0, \"ymin\": 906.579, \"xmax\": 1980.2632, \"ymax\": 939.4737}, \"category\": \"pne\"}]}, \"16745\": {\"path\": \"other/16745.jpg\", \"id\": 16745, \"objects\": [{\"bbox\": {\"xmin\": 1231.13, \"ymin\": 871.523, \"xmax\": 1265.5629000000001, \"ymax\": 907.9467}, \"category\": \"p1\"}]}, \"45517\": {\"path\": \"train/45517.jpg\", \"id\": 45517, \"objects\": [{\"bbox\": {\"xmin\": 1428.95, \"ymin\": 892.105, \"xmax\": 1455.2632, \"ymax\": 918.4211}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1456.58, \"ymin\": 890.789, \"xmax\": 1484.2105, \"ymax\": 918.4211}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1988.16, \"ymin\": 878.947, \"xmax\": 2031.5789, \"ymax\": 931.5789}, \"category\": \"pne\"}]}, \"35850\": {\"path\": \"train/35850.jpg\", \"id\": 35850, \"objects\": [{\"bbox\": {\"xmin\": 1101.59, \"ymin\": 541.27, \"xmax\": 1230.157, \"ymax\": 647.619}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1242.07, \"ymin\": 552.381, \"xmax\": 1371.4289999999999, \"ymax\": 651.587}, \"category\": \"w57\"}]}, \"48410\": {\"path\": \"train/48410.jpg\", \"id\": 48410, \"objects\": [{\"bbox\": {\"xmin\": 768.317, \"ymin\": 869.307, \"xmax\": 803.9604, \"ymax\": 903.96}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1158.42, \"ymin\": 898.019, \"xmax\": 1184.1902, \"ymax\": 926.7325}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1102.97, \"ymin\": 900.0, \"xmax\": 1128.7129, \"ymax\": 928.7129}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1130.69, \"ymin\": 897.03, \"xmax\": 1155.4455, \"ymax\": 924.7524999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 635.644, \"ymin\": 878.218, \"xmax\": 668.3168000000001, \"ymax\": 911.8811999999999}, \"category\": \"pne\"}]}, \"15155\": {\"path\": \"test/15155.jpg\", \"id\": 15155, \"objects\": [{\"bbox\": {\"xmin\": 359.0, \"ymin\": 437.0, \"xmax\": 444.0, \"ymax\": 520.0}, \"category\": \"pr40\"}]}, \"30750\": {\"path\": \"other/30750.jpg\", \"id\": 30750, \"objects\": [{\"bbox\": {\"xmin\": 1870.9429931640625, \"ymin\": 961.1884765625, \"xmax\": 1898.1397705078125, \"ymax\": 986.743896484375}, \"category\": \"p26\"}]}, \"84724\": {\"path\": \"train/84724.jpg\", \"id\": 84724, \"objects\": [{\"bbox\": {\"xmin\": 915.842, \"ymin\": 912.871, \"xmax\": 950.0, \"ymax\": 944.7368}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 246.535, \"ymin\": 1003.96, \"xmax\": 266.3366, \"ymax\": 1023.7624000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1524.75, \"ymin\": 969.307, \"xmax\": 1551.3158, \"ymax\": 1000.9901}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1149.5, \"ymin\": 918.812, \"xmax\": 1172.2772, \"ymax\": 944.5545}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1180.2, \"ymin\": 914.851, \"xmax\": 1201.9802, \"ymax\": 943.5644}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 793.069, \"ymin\": 913.861, \"xmax\": 827.7228, \"ymax\": 942.5743}, \"category\": \"pne\"}]}, \"72001\": {\"path\": \"test/72001.jpg\", \"id\": 72001, \"objects\": [{\"bbox\": {\"xmin\": 1157.96, \"ymin\": 966.372, \"xmax\": 1181.8559, \"ymax\": 989.3819}, \"category\": \"pl30\"}]}, \"571\": {\"path\": \"train/571.jpg\", \"id\": 571, \"objects\": [{\"bbox\": {\"xmin\": 1381.33, \"ymin\": 966.667, \"xmax\": 1449.33, \"ymax\": 1030.6667}, \"category\": \"w59\"}]}, \"62526\": {\"path\": \"test/62526.jpg\", \"id\": 62526, \"objects\": [{\"bbox\": {\"xmin\": 718.4, \"ymin\": 985.6, \"xmax\": 768.0, \"ymax\": 1034.4}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1803.2, \"ymin\": 1007.2, \"xmax\": 1844.0, \"ymax\": 1062.4}, \"category\": \"pn\"}]}, \"54013\": {\"path\": \"train/54013.jpg\", \"id\": 54013, \"objects\": [{\"bbox\": {\"xmin\": 1890.0, \"ymin\": 915.0, \"xmax\": 1915.0, \"ymax\": 944.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1537.0, \"ymin\": 842.0, \"xmax\": 1576.0, \"ymax\": 884.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1818.0, \"ymin\": 1000.0, \"xmax\": 1836.0, \"ymax\": 1021.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1841.0, \"ymin\": 909.0, \"xmax\": 1863.0, \"ymax\": 937.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1766.0, \"ymin\": 906.0, \"xmax\": 1788.0, \"ymax\": 932.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1739.0, \"ymin\": 902.0, \"xmax\": 1763.0, \"ymax\": 931.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1794.0, \"ymin\": 906.0, \"xmax\": 1818.0, \"ymax\": 936.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1289.0, \"ymin\": 822.0, \"xmax\": 1332.0, \"ymax\": 866.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1867.0, \"ymin\": 913.0, \"xmax\": 1890.0, \"ymax\": 943.0}, \"category\": \"im\"}]}, \"35743\": {\"path\": \"test/35743.jpg\", \"id\": 35743, \"objects\": [{\"bbox\": {\"xmin\": 1600.0, \"ymin\": 786.139, \"xmax\": 1648.5149, \"ymax\": 841.5842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1725.74, \"ymin\": 874.257, \"xmax\": 1747.5248, \"ymax\": 904.9504999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1672.28, \"ymin\": 869.307, \"xmax\": 1697.0297, \"ymax\": 902.9703000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1697.03, \"ymin\": 869.307, \"xmax\": 1722.7723, \"ymax\": 906.9307}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1391.09, \"ymin\": 776.238, \"xmax\": 1443.5644, \"ymax\": 832.6733}, \"category\": \"pne\"}]}, \"43196\": {\"path\": \"test/43196.jpg\", \"id\": 43196, \"objects\": [{\"bbox\": {\"xmin\": 890.0, \"ymin\": 996.0, \"xmax\": 931.0, \"ymax\": 1054.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1852.0, \"ymin\": 1014.0, \"xmax\": 1880.0, \"ymax\": 1067.0}, \"category\": \"pl5\"}]}, \"46204\": {\"path\": \"test/46204.jpg\", \"id\": 46204, \"objects\": [{\"bbox\": {\"xmin\": 1286.14, \"ymin\": 916.832, \"xmax\": 1309.901, \"ymax\": 940.5941}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1200.99, \"ymin\": 917.822, \"xmax\": 1224.7525, \"ymax\": 941.5842}, \"category\": \"pne\"}]}, \"92777\": {\"path\": \"test/92777.jpg\", \"id\": 92777, \"objects\": [{\"bbox\": {\"xmin\": 864.474, \"ymin\": 896.053, \"xmax\": 892.1053, \"ymax\": 921.0526}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 769.737, \"ymin\": 893.421, \"xmax\": 800.0, \"ymax\": 923.6841000000001}, \"category\": \"pne\"}]}, \"57359\": {\"path\": \"train/57359.jpg\", \"id\": 57359, \"objects\": [{\"bbox\": {\"xmin\": 645.098, \"ymin\": 468.627, \"xmax\": 707.8430999999999, \"ymax\": 611.765}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 413.725, \"ymin\": 309.804, \"xmax\": 517.647, \"ymax\": 494.11799999999994}, \"category\": \"pne\"}]}, \"84634\": {\"path\": \"train/84634.jpg\", \"id\": 84634, \"objects\": [{\"bbox\": {\"xmin\": 1459.2852783203125, \"ymin\": 927.2213134765625, \"xmax\": 1485.1243896484375, \"ymax\": 950.7689208984375}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1866.67, \"ymin\": 886.667, \"xmax\": 1897.3333, \"ymax\": 920.0}, \"category\": \"pl40\"}]}, \"69763\": {\"path\": \"train/69763.jpg\", \"id\": 69763, \"objects\": [{\"bbox\": {\"xmin\": 886.508, \"ymin\": 1033.34, \"xmax\": 918.2543000000001, \"ymax\": 1065.0793999999999}, \"category\": \"pl80\"}]}, \"22055\": {\"path\": \"other/22055.jpg\", \"id\": 22055, \"objects\": [{\"bbox\": {\"xmin\": 1119.12, \"ymin\": 972.51, \"xmax\": 1141.8327, \"ymax\": 994.4223}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1267.83, \"ymin\": 920.717, \"xmax\": 1285.259, \"ymax\": 939.0261}, \"category\": \"w15\"}]}, \"65785\": {\"path\": \"test/65785.jpg\", \"id\": 65785, \"objects\": [{\"bbox\": {\"xmin\": 1860.0, \"ymin\": 970.0, \"xmax\": 1874.0, \"ymax\": 991.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1982.0, \"ymin\": 1003.0, \"xmax\": 1999.0, \"ymax\": 1020.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1861.0, \"ymin\": 948.0, \"xmax\": 1875.0, \"ymax\": 968.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1862.0, \"ymin\": 991.0, \"xmax\": 1875.0, \"ymax\": 1012.0}, \"category\": \"p12\"}]}, \"26097\": {\"path\": \"other/26097.jpg\", \"id\": 26097, \"objects\": [{\"bbox\": {\"xmin\": 499.77032470703125, \"ymin\": 1012.7046508789062, \"xmax\": 584.2039184570312, \"ymax\": 1094.3956298828125}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 506.90924072265625, \"ymin\": 920.6456909179688, \"xmax\": 585.0785522460938, \"ymax\": 999.8367309570312}, \"category\": \"pl10\"}]}, \"12884\": {\"path\": \"train/12884.jpg\", \"id\": 12884, \"objects\": [{\"bbox\": {\"xmin\": 1438.8590087890625, \"ymin\": 967.8191528320312, \"xmax\": 1474.6680908203125, \"ymax\": 1000.0353393554688}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1612.0, \"ymin\": 714.667, \"xmax\": 1670.6667, \"ymax\": 773.3333}, \"category\": \"p11\"}]}, \"22445\": {\"path\": \"train/22445.jpg\", \"id\": 22445, \"objects\": [{\"bbox\": {\"xmin\": 40.4762, \"ymin\": 1048.41, \"xmax\": 67.3267, \"ymax\": 1076.9841000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 39.6825, \"ymin\": 1083.33, \"xmax\": 69.0476, \"ymax\": 1113.4921}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 40.4762, \"ymin\": 1114.29, \"xmax\": 70.6349, \"ymax\": 1148.4126999999999}, \"category\": \"pm5\"}]}, \"54008\": {\"path\": \"train/54008.jpg\", \"id\": 54008, \"objects\": [{\"bbox\": {\"xmin\": 1643.0, \"ymin\": 792.0, \"xmax\": 1682.0, \"ymax\": 835.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1648.0, \"ymin\": 837.0, \"xmax\": 1686.0, \"ymax\": 877.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1649.0, \"ymin\": 881.0, \"xmax\": 1689.0, \"ymax\": 924.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1295.0, \"ymin\": 824.0, \"xmax\": 1343.0, \"ymax\": 870.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1293.0, \"ymin\": 774.0, \"xmax\": 1339.0, \"ymax\": 821.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1299.0, \"ymin\": 873.0, \"xmax\": 1345.0, \"ymax\": 918.0}, \"category\": \"pm55\"}]}, \"1700\": {\"path\": \"train/1700.jpg\", \"id\": 1700, \"objects\": [{\"bbox\": {\"xmin\": 1213.86, \"ymin\": 930.693, \"xmax\": 1229.703, \"ymax\": 948.5149}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1124.75, \"ymin\": 929.703, \"xmax\": 1141.5739, \"ymax\": 943.5639}, \"category\": \"pne\"}]}, \"63436\": {\"path\": \"test/63436.jpg\", \"id\": 63436, \"objects\": [{\"bbox\": {\"xmin\": 1312.0, \"ymin\": 923.0, \"xmax\": 1326.0, \"ymax\": 939.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1735.0, \"ymin\": 809.0, \"xmax\": 1769.0, \"ymax\": 849.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1294.0, \"ymin\": 923.0, \"xmax\": 1308.0, \"ymax\": 937.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1327.0, \"ymin\": 921.0, \"xmax\": 1342.0, \"ymax\": 938.0}, \"category\": \"pn\"}]}, \"61797\": {\"path\": \"other/61797.jpg\", \"id\": 61797, \"objects\": [{\"bbox\": {\"xmin\": 154.15528869628906, \"ymin\": 965.7549438476562, \"xmax\": 186.8570098876953, \"ymax\": 1003.0070190429688}, \"category\": \"w57\"}]}, \"43186\": {\"path\": \"train/43186.jpg\", \"id\": 43186, \"objects\": [{\"bbox\": {\"xmin\": 1271.59, \"ymin\": 960.227, \"xmax\": 1297.7244999999998, \"ymax\": 993.1818}, \"category\": \"pg\"}]}, \"61642\": {\"path\": \"train/61642.jpg\", \"id\": 61642, \"objects\": [{\"bbox\": {\"xmin\": 1024.0, \"ymin\": 696.0, \"xmax\": 1063.0, \"ymax\": 735.0}, \"category\": \"pctl\"}]}, \"97904\": {\"path\": \"other/97904.jpg\", \"id\": 97904, \"objects\": [{\"bbox\": {\"xmin\": 1124.0, \"ymin\": 804.0, \"xmax\": 1158.6667, \"ymax\": 840.0}, \"category\": \"pm40\"}, {\"bbox\": {\"xmin\": 1125.33, \"ymin\": 846.667, \"xmax\": 1161.3333, \"ymax\": 882.6667}, \"category\": \"pm46\"}]}, \"19884\": {\"path\": \"other/19884.jpg\", \"id\": 19884, \"objects\": [{\"bbox\": {\"xmin\": 54.0, \"ymin\": 953.0, \"xmax\": 99.0, \"ymax\": 998.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 58.0, \"ymin\": 889.0, \"xmax\": 101.0, \"ymax\": 935.0}, \"category\": \"pr70\"}]}, \"36014\": {\"path\": \"train/36014.jpg\", \"id\": 36014, \"objects\": [{\"bbox\": {\"xmin\": 1350.0, \"ymin\": 957.0, \"xmax\": 1393.0, \"ymax\": 999.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1660.0, \"ymin\": 948.0, \"xmax\": 1693.0, \"ymax\": 985.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1862.0, \"ymin\": 709.0, \"xmax\": 1902.0, \"ymax\": 773.0}, \"category\": \"pl60\"}]}, \"9633\": {\"path\": \"test/9633.jpg\", \"id\": 9633, \"objects\": [{\"bbox\": {\"xmin\": 1789.0, \"ymin\": 970.0, \"xmax\": 1821.0, \"ymax\": 1012.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1570.0, \"ymin\": 999.0, \"xmax\": 1587.0, \"ymax\": 1016.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1786.0, \"ymin\": 1016.0, \"xmax\": 1820.0, \"ymax\": 1049.0}, \"category\": \"w59\"}]}, \"9331\": {\"path\": \"other/9331.jpg\", \"id\": 9331, \"objects\": [{\"bbox\": {\"xmin\": 520.792, \"ymin\": 984.158, \"xmax\": 550.495, \"ymax\": 1022.7723}, \"category\": \"pl15\"}]}, \"35600\": {\"path\": \"other/35600.jpg\", \"id\": 35600, \"objects\": [{\"bbox\": {\"xmin\": 717.647, \"ymin\": 998.039, \"xmax\": 732.6733, \"ymax\": 1021.5686}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 711.765, \"ymin\": 972.549, \"xmax\": 731.3725, \"ymax\": 1001.9608}, \"category\": \"ps\"}]}, \"51631\": {\"path\": \"train/51631.jpg\", \"id\": 51631, \"objects\": [{\"bbox\": {\"xmin\": 1330.26, \"ymin\": 836.842, \"xmax\": 1371.4286, \"ymax\": 876.9841}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1443.42, \"ymin\": 971.053, \"xmax\": 1470.6349, \"ymax\": 994.4444}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1117.36, \"ymin\": 827.611, \"xmax\": 1155.5147, \"ymax\": 864.4531}, \"category\": \"pne\"}]}, \"14764\": {\"path\": \"train/14764.jpg\", \"id\": 14764, \"objects\": [{\"bbox\": {\"xmin\": 770.635, \"ymin\": 934.921, \"xmax\": 835.7146, \"ymax\": 1005.5556}, \"category\": \"pne\"}]}, \"93780\": {\"path\": \"test/93780.jpg\", \"id\": 93780, \"objects\": [{\"bbox\": {\"xmin\": 661.0, \"ymin\": 985.0, \"xmax\": 693.0, \"ymax\": 1020.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1261.0, \"ymin\": 798.0, \"xmax\": 1299.0, \"ymax\": 839.0}, \"category\": \"pl60\"}]}, \"8563\": {\"path\": \"train/8563.jpg\", \"id\": 8563, \"objects\": [{\"bbox\": {\"xmin\": 1210.0, \"ymin\": 969.0, \"xmax\": 1232.0, \"ymax\": 992.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1918.0, \"ymin\": 940.0, \"xmax\": 1963.0, \"ymax\": 1003.0}, \"category\": \"p6\"}]}, \"41523\": {\"path\": \"test/41523.jpg\", \"id\": 41523, \"objects\": [{\"bbox\": {\"xmin\": 1606.0, \"ymin\": 460.0, \"xmax\": 1735.0, \"ymax\": 591.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1467.0, \"ymin\": 432.0, \"xmax\": 1619.0, \"ymax\": 576.0}, \"category\": \"w22\"}]}, \"78115\": {\"path\": \"train/78115.jpg\", \"id\": 78115, \"objects\": [{\"bbox\": {\"xmin\": 1338.2281494140625, \"ymin\": 969.5585327148438, \"xmax\": 1356.3624267578125, \"ymax\": 985.5905151367188}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 829.365, \"ymin\": 982.54, \"xmax\": 843.6508, \"ymax\": 999.2062999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 989.683, \"ymin\": 980.952, \"xmax\": 1006.3494, \"ymax\": 1000.7937}, \"category\": \"pne\"}]}, \"91966\": {\"path\": \"train/91966.jpg\", \"id\": 91966, \"objects\": [{\"bbox\": {\"xmin\": 1048.87, \"ymin\": 863.636, \"xmax\": 1081.82, \"ymax\": 896.5908999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1084.66, \"ymin\": 862.5, \"xmax\": 1118.75, \"ymax\": 897.1593}, \"category\": \"pn\"}]}, \"55351\": {\"path\": \"other/55351.jpg\", \"id\": 55351, \"objects\": [{\"bbox\": {\"xmin\": 1113.27, \"ymin\": 942.478, \"xmax\": 1128.3186, \"ymax\": 957.9645999999999}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1130.09, \"ymin\": 942.921, \"xmax\": 1142.9159, \"ymax\": 957.5221}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1096.02, \"ymin\": 940.708, \"xmax\": 1111.062, \"ymax\": 955.7525999999999}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1145.57, \"ymin\": 942.035, \"xmax\": 1161.0593999999999, \"ymax\": 958.8484}, \"category\": \"pn\"}]}, \"6696\": {\"path\": \"train/6696.jpg\", \"id\": 6696, \"objects\": [{\"bbox\": {\"xmin\": 1816.38, \"ymin\": 1178.76, \"xmax\": 1838.5005, \"ymax\": 1203.0973}, \"category\": \"pl50\"}]}, \"93790\": {\"path\": \"train/93790.jpg\", \"id\": 93790, \"objects\": [{\"bbox\": {\"xmin\": 34.2735595703125, \"ymin\": 942.1767578125, \"xmax\": 92.3166275024414, \"ymax\": 1042.86328125}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 21.3333, \"ymin\": 654.667, \"xmax\": 70.66669999999999, \"ymax\": 729.3333}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 305.333, \"ymin\": 745.333, \"xmax\": 334.66670000000005, \"ymax\": 800.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 185.333, \"ymin\": 705.333, \"xmax\": 222.6667, \"ymax\": 768.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 374.667, \"ymin\": 772.0, \"xmax\": 398.6667, \"ymax\": 821.3333}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 246.667, \"ymin\": 724.0, \"xmax\": 280.0, \"ymax\": 784.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 104.0, \"ymin\": 680.0, \"xmax\": 148.0, \"ymax\": 749.3333}, \"category\": \"pl120\"}]}, \"6366\": {\"path\": \"test/6366.jpg\", \"id\": 6366, \"objects\": [{\"bbox\": {\"xmin\": 705.263, \"ymin\": 1032.89, \"xmax\": 721.0526, \"ymax\": 1055.2632}, \"category\": \"pne\"}]}, \"75493\": {\"path\": \"train/75493.jpg\", \"id\": 75493, \"objects\": [{\"bbox\": {\"xmin\": 782.54, \"ymin\": 832.54, \"xmax\": 825.3968, \"ymax\": 873.8095}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1183.33, \"ymin\": 870.635, \"xmax\": 1215.8729999999998, \"ymax\": 905.5556}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1403.17, \"ymin\": 936.508, \"xmax\": 1445.2381, \"ymax\": 977.7778000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1402.38, \"ymin\": 990.476, \"xmax\": 1444.4444, \"ymax\": 1032.5397}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1403.17, \"ymin\": 878.571, \"xmax\": 1442.8571000000002, \"ymax\": 921.4286000000001}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1148.41, \"ymin\": 869.048, \"xmax\": 1181.746, \"ymax\": 900.7937}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1218.25, \"ymin\": 869.841, \"xmax\": 1250.7937, \"ymax\": 903.1746}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 605.556, \"ymin\": 835.714, \"xmax\": 647.619, \"ymax\": 877.7778000000001}, \"category\": \"pne\"}]}, \"66096\": {\"path\": \"test/66096.jpg\", \"id\": 66096, \"objects\": [{\"bbox\": {\"xmin\": 1373.33, \"ymin\": 666.667, \"xmax\": 1425.3333, \"ymax\": 716.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1306.67, \"ymin\": 721.333, \"xmax\": 1362.6667, \"ymax\": 769.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1437.33, \"ymin\": 669.333, \"xmax\": 1492.0, \"ymax\": 720.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1372.0, \"ymin\": 724.0, \"xmax\": 1428.0, \"ymax\": 774.6667}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 726.667, \"xmax\": 1489.3333, \"ymax\": 777.3333}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1306.67, \"ymin\": 662.667, \"xmax\": 1361.3333, \"ymax\": 712.0}, \"category\": \"p29\"}]}, \"41625\": {\"path\": \"other/41625.jpg\", \"id\": 41625, \"objects\": [{\"bbox\": {\"xmin\": 758.667, \"ymin\": 926.667, \"xmax\": 832.0, \"ymax\": 1002.6667}, \"category\": \"pm50\"}]}, \"51985\": {\"path\": \"train/51985.jpg\", \"id\": 51985, \"objects\": [{\"bbox\": {\"xmin\": 1335.1, \"ymin\": 901.987, \"xmax\": 1358.9404, \"ymax\": 925.1655999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1516.56, \"ymin\": 929.139, \"xmax\": 1531.7881, \"ymax\": 948.3444000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1477.48, \"ymin\": 928.477, \"xmax\": 1496.6887, \"ymax\": 949.0065999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1497.35, \"ymin\": 927.152, \"xmax\": 1512.5828, \"ymax\": 948.3444000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1238.41, \"ymin\": 902.649, \"xmax\": 1262.9139, \"ymax\": 924.5033}, \"category\": \"pne\"}]}, \"24008\": {\"path\": \"train/24008.jpg\", \"id\": 24008, \"objects\": [{\"bbox\": {\"xmin\": 1195.0, \"ymin\": 829.0, \"xmax\": 1221.0, \"ymax\": 857.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1152.0, \"ymin\": 824.0, \"xmax\": 1183.0, \"ymax\": 849.0}, \"category\": \"w32\"}]}, \"46490\": {\"path\": \"test/46490.jpg\", \"id\": 46490, \"objects\": [{\"bbox\": {\"xmin\": 901.333, \"ymin\": 737.333, \"xmax\": 942.6667, \"ymax\": 780.0}, \"category\": \"w55\"}]}, \"70196\": {\"path\": \"train/70196.jpg\", \"id\": 70196, \"objects\": [{\"bbox\": {\"xmin\": 1857.33, \"ymin\": 1010.67, \"xmax\": 1890.6667, \"ymax\": 1046.6667}, \"category\": \"w59\"}]}, \"7958\": {\"path\": \"train/7958.jpg\", \"id\": 7958, \"objects\": [{\"bbox\": {\"xmin\": 988.0, \"ymin\": 634.286, \"xmax\": 1046.2857, \"ymax\": 689.1428999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1191.43, \"ymin\": 630.286, \"xmax\": 1250.2857000000001, \"ymax\": 684.5713999999999}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 789.714, \"ymin\": 648.0, \"xmax\": 844.5714, \"ymax\": 702.2863}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 717.714, \"ymin\": 654.857, \"xmax\": 769.1421, \"ymax\": 708.5713999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 909.714, \"ymin\": 638.286, \"xmax\": 965.7143000000001, \"ymax\": 692.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1114.86, \"ymin\": 631.429, \"xmax\": 1172.0, \"ymax\": 685.143}, \"category\": \"pl100\"}]}, \"25027\": {\"path\": \"train/25027.jpg\", \"id\": 25027, \"objects\": [{\"bbox\": {\"xmin\": 491.2, \"ymin\": 1003.2, \"xmax\": 504.0, \"ymax\": 1019.2}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 494.0, \"ymin\": 663.0, \"xmax\": 602.0, \"ymax\": 776.0}, \"category\": \"ph4\"}]}, \"66673\": {\"path\": \"train/66673.jpg\", \"id\": 66673, \"objects\": [{\"bbox\": {\"xmin\": 1380.16, \"ymin\": 908.73, \"xmax\": 1406.3521, \"ymax\": 932.5397}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1407.94, \"ymin\": 910.317, \"xmax\": 1432.5417, \"ymax\": 934.127}, \"category\": \"w57\"}]}, \"46874\": {\"path\": \"test/46874.jpg\", \"id\": 46874, \"objects\": [{\"bbox\": {\"xmin\": 1681.6, \"ymin\": 962.4, \"xmax\": 1797.6, \"ymax\": 1078.4}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1687.2, \"ymin\": 844.0, \"xmax\": 1798.4, \"ymax\": 959.2}, \"category\": \"pl5\"}]}, \"96157\": {\"path\": \"train/96157.jpg\", \"id\": 96157, \"objects\": [{\"bbox\": {\"xmin\": 863.184, \"ymin\": 1089.55, \"xmax\": 879.602, \"ymax\": 1106.4677}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 882.587, \"ymin\": 1090.54, \"xmax\": 898.0095, \"ymax\": 1106.9602}, \"category\": \"pn\"}]}, \"19475\": {\"path\": \"other/19475.jpg\", \"id\": 19475, \"objects\": [{\"bbox\": {\"xmin\": 1279.21, \"ymin\": 942.574, \"xmax\": 1296.0396, \"ymax\": 958.4158}, \"category\": \"w21\"}]}, \"30522\": {\"path\": \"train/30522.jpg\", \"id\": 30522, \"objects\": [{\"bbox\": {\"xmin\": 1746.67, \"ymin\": 640.0, \"xmax\": 1805.3333, \"ymax\": 708.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1809.33, \"ymin\": 582.667, \"xmax\": 1858.6667, \"ymax\": 644.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1748.0, \"ymin\": 568.0, \"xmax\": 1804.0, \"ymax\": 632.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1806.67, \"ymin\": 650.667, \"xmax\": 1860.0, \"ymax\": 713.3333}, \"category\": \"pbp\"}, {\"bbox\": {\"xmin\": 1260.0, \"ymin\": 758.667, \"xmax\": 1329.3333, \"ymax\": 824.0}, \"category\": \"pmb\"}]}, \"74243\": {\"path\": \"test/74243.jpg\", \"id\": 74243, \"objects\": [{\"bbox\": {\"xmin\": 1211.0, \"ymin\": 912.0, \"xmax\": 1229.0, \"ymax\": 931.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1673.0, \"ymin\": 691.0, \"xmax\": 1712.0, \"ymax\": 740.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1099.0, \"ymin\": 910.0, \"xmax\": 1117.0, \"ymax\": 929.0}, \"category\": \"pne\"}]}, \"97323\": {\"path\": \"train/97323.jpg\", \"id\": 97323, \"objects\": [{\"bbox\": {\"xmin\": 453.333, \"ymin\": 818.667, \"xmax\": 505.333, \"ymax\": 893.3333}, \"category\": \"pl40\"}]}, \"79092\": {\"path\": \"train/79092.jpg\", \"id\": 79092, \"objects\": [{\"bbox\": {\"xmin\": 330.4, \"ymin\": 649.6, \"xmax\": 416.0, \"ymax\": 748.8000000000001}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 418.4, \"ymin\": 631.2, \"xmax\": 510.4, \"ymax\": 730.4000000000001}, \"category\": \"pm55\"}]}, \"61343\": {\"path\": \"other/61343.jpg\", \"id\": 61343, \"objects\": [{\"bbox\": {\"xmin\": 915.894, \"ymin\": 937.748, \"xmax\": 928.4768, \"ymax\": 953.6424000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 831.126, \"ymin\": 939.073, \"xmax\": 843.7085999999999, \"ymax\": 953.6424}, \"category\": \"pne\"}]}, \"71796\": {\"path\": \"other/71796.jpg\", \"id\": 71796, \"objects\": [{\"bbox\": {\"xmin\": 1361.33, \"ymin\": 965.333, \"xmax\": 1418.6667, \"ymax\": 1026.6667}, \"category\": \"p1\"}]}, \"61186\": {\"path\": \"train/61186.jpg\", \"id\": 61186, \"objects\": [{\"bbox\": {\"xmin\": 1300.0, \"ymin\": 896.8, \"xmax\": 1314.4, \"ymax\": 911.1999999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1844.8, \"ymin\": 1001.6, \"xmax\": 1872.0, \"ymax\": 1032.0}, \"category\": \"i4l\"}]}, \"71409\": {\"path\": \"train/71409.jpg\", \"id\": 71409, \"objects\": [{\"bbox\": {\"xmin\": 689.9999389648438, \"ymin\": 918.4385375976562, \"xmax\": 731.6519165039062, \"ymax\": 942.9981079101562}, \"category\": \"w34\"}, {\"bbox\": {\"xmin\": 1533.77, \"ymin\": 843.046, \"xmax\": 1602.649, \"ymax\": 908.6093000000001}, \"category\": \"p10\"}]}, \"80927\": {\"path\": \"train/80927.jpg\", \"id\": 80927, \"objects\": [{\"bbox\": {\"xmin\": 1257.33, \"ymin\": 1010.67, \"xmax\": 1292.0, \"ymax\": 1045.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1256.0, \"ymin\": 1044.0, \"xmax\": 1292.0, \"ymax\": 1078.6667}, \"category\": \"pl5\"}]}, \"93956\": {\"path\": \"train/93956.jpg\", \"id\": 93956, \"objects\": [{\"bbox\": {\"xmin\": 1987.0, \"ymin\": 949.0, \"xmax\": 2017.0, \"ymax\": 983.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1987.0, \"ymin\": 984.0, \"xmax\": 2020.0, \"ymax\": 1018.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1483.0, \"ymin\": 1083.0, \"xmax\": 1504.0, \"ymax\": 1112.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1483.0, \"ymin\": 1051.0, \"xmax\": 1506.0, \"ymax\": 1077.0}, \"category\": \"w32\"}]}, \"55701\": {\"path\": \"train/55701.jpg\", \"id\": 55701, \"objects\": [{\"bbox\": {\"xmin\": 1277.78, \"ymin\": 925.397, \"xmax\": 1297.619, \"ymax\": 943.6508}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1425.4, \"ymin\": 938.095, \"xmax\": 1441.2698, \"ymax\": 957.9365}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1196.83, \"ymin\": 922.222, \"xmax\": 1219.8412999999998, \"ymax\": 942.8571}, \"category\": \"pne\"}]}, \"83692\": {\"path\": \"test/83692.jpg\", \"id\": 83692, \"objects\": [{\"bbox\": {\"xmin\": 585.333, \"ymin\": 750.667, \"xmax\": 666.6667, \"ymax\": 830.6667}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1849.33, \"ymin\": 734.667, \"xmax\": 1936.0, \"ymax\": 842.667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 786.667, \"ymin\": 872.0, \"xmax\": 821.3333, \"ymax\": 906.6667}, \"category\": \"pl80\"}]}, \"53513\": {\"path\": \"other/53513.jpg\", \"id\": 53513, \"objects\": [{\"bbox\": {\"xmin\": 19.0, \"ymin\": 829.0, \"xmax\": 91.0, \"ymax\": 939.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 17.0, \"ymin\": 672.0, \"xmax\": 93.0, \"ymax\": 782.0}, \"category\": \"pr70\"}]}, \"1559\": {\"path\": \"train/1559.jpg\", \"id\": 1559, \"objects\": [{\"bbox\": {\"xmin\": 109.23197937011719, \"ymin\": 887.20263671875, \"xmax\": 128.232421875, \"ymax\": 922.16064453125}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 39.28208541870117, \"ymin\": 882.0929565429688, \"xmax\": 61.83010482788086, \"ymax\": 910.6235961914062}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1429.14, \"ymin\": 931.788, \"xmax\": 1443.7003000000002, \"ymax\": 949.6696000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1553.47, \"ymin\": 934.437, \"xmax\": 1570.8609000000001, \"ymax\": 951.6554}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1572.28, \"ymin\": 932.673, \"xmax\": 1585.4305, \"ymax\": 952.4752}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1333.66, \"ymin\": 924.752, \"xmax\": 1352.9801, \"ymax\": 947.6821}, \"category\": \"pne\"}]}, \"10562\": {\"path\": \"train/10562.jpg\", \"id\": 10562, \"objects\": [{\"bbox\": {\"xmin\": 224.603, \"ymin\": 932.54, \"xmax\": 242.8571, \"ymax\": 955.5555999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 15.0794, \"ymin\": 942.857, \"xmax\": 29.365099999999998, \"ymax\": 962.6984}, \"category\": \"pne\"}]}, \"32202\": {\"path\": \"train/32202.jpg\", \"id\": 32202, \"objects\": [{\"bbox\": {\"xmin\": 532.0, \"ymin\": 1001.0, \"xmax\": 552.0, \"ymax\": 1024.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1654.0, \"ymin\": 981.0, \"xmax\": 1710.0, \"ymax\": 1092.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 122.0, \"ymin\": 998.0, \"xmax\": 137.0, \"ymax\": 1016.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1409.0, \"ymin\": 956.0, \"xmax\": 1442.0, \"ymax\": 1013.0}, \"category\": \"pne\"}]}, \"69662\": {\"path\": \"train/69662.jpg\", \"id\": 69662, \"objects\": [{\"bbox\": {\"xmin\": 1541.18, \"ymin\": 584.314, \"xmax\": 1637.2549000000001, \"ymax\": 682.3529}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1333.33, \"ymin\": 560.784, \"xmax\": 1435.2939999999999, \"ymax\": 668.627}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1445.1, \"ymin\": 576.471, \"xmax\": 1535.2940999999998, \"ymax\": 672.549}, \"category\": \"pn\"}]}, \"94981\": {\"path\": \"train/94981.jpg\", \"id\": 94981, \"objects\": [{\"bbox\": {\"xmin\": 763.492, \"ymin\": 1513.49, \"xmax\": 811.9045, \"ymax\": 1596.8254}, \"category\": \"pg\"}]}, \"59076\": {\"path\": \"test/59076.jpg\", \"id\": 59076, \"objects\": [{\"bbox\": {\"xmin\": 2026.7, \"ymin\": 995.455, \"xmax\": 2055.1136, \"ymax\": 1043.1817}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1640.29, \"ymin\": 930.598, \"xmax\": 1658.5765999999999, \"ymax\": 951.5890999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1739.2, \"ymin\": 1004.55, \"xmax\": 1754.5436, \"ymax\": 1022.1591}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1659.1, \"ymin\": 931.25, \"xmax\": 1676.7090999999998, \"ymax\": 949.9995}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1980.11, \"ymin\": 995.454, \"xmax\": 2014.2008999999998, \"ymax\": 1044.886}, \"category\": \"pne\"}]}, \"52956\": {\"path\": \"train/52956.jpg\", \"id\": 52956, \"objects\": [{\"bbox\": {\"xmin\": 719.802, \"ymin\": 957.426, \"xmax\": 739.604, \"ymax\": 985.1485}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1689.11, \"ymin\": 975.248, \"xmax\": 1701.9607999999998, \"ymax\": 997.0297}, \"category\": \"ip\"}]}, \"78624\": {\"path\": \"test/78624.jpg\", \"id\": 78624, \"objects\": [{\"bbox\": {\"xmin\": 1310.53, \"ymin\": 877.632, \"xmax\": 1332.3863999999999, \"ymax\": 899.4318}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1496.05, \"ymin\": 868.421, \"xmax\": 1518.75, \"ymax\": 893.1818000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1519.74, \"ymin\": 871.053, \"xmax\": 1542.6136, \"ymax\": 897.1591}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1154.12, \"ymin\": 874.611, \"xmax\": 1176.4915999999998, \"ymax\": 898.295}, \"category\": \"pne\"}]}, \"19747\": {\"path\": \"train/19747.jpg\", \"id\": 19747, \"objects\": [{\"bbox\": {\"xmin\": 1880.39, \"ymin\": 56.8627, \"xmax\": 2043.1370000000002, \"ymax\": 239.2157}, \"category\": \"pl60\"}]}, \"8705\": {\"path\": \"train/8705.jpg\", \"id\": 8705, \"objects\": [{\"bbox\": {\"xmin\": 1337.62, \"ymin\": 884.158, \"xmax\": 1365.3464999999999, \"ymax\": 913.8614}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 359.406, \"ymin\": 839.604, \"xmax\": 377.2277, \"ymax\": 871.2871}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1562.38, \"ymin\": 898.02, \"xmax\": 1582.1782, \"ymax\": 922.7728}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 379.208, \"ymin\": 840.594, \"xmax\": 397.02970000000005, \"ymax\": 875.2475000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1582.18, \"ymin\": 901.98, \"xmax\": 1601.9802, \"ymax\": 922.7723}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1266.34, \"ymin\": 882.178, \"xmax\": 1289.1089, \"ymax\": 911.8812}, \"category\": \"pne\"}]}, \"40857\": {\"path\": \"other/40857.jpg\", \"id\": 40857, \"objects\": [{\"bbox\": {\"xmin\": 1165.08, \"ymin\": 956.349, \"xmax\": 1179.3651, \"ymax\": 972.2222}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1116.67, \"ymin\": 953.968, \"xmax\": 1127.7778, \"ymax\": 966.6667}, \"category\": \"pne\"}]}, \"44657\": {\"path\": \"train/44657.jpg\", \"id\": 44657, \"objects\": [{\"bbox\": {\"xmin\": 380.198, \"ymin\": 909.901, \"xmax\": 399.00989999999996, \"ymax\": 936.6337}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 926.733, \"ymin\": 920.792, \"xmax\": 949.505, \"ymax\": 945.5446000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 317.822, \"ymin\": 900.0, \"xmax\": 333.6634, \"ymax\": 923.7624}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 838.614, \"ymin\": 926.733, \"xmax\": 854.4554, \"ymax\": 943.5644}, \"category\": \"pne\"}]}, \"25991\": {\"path\": \"train/25991.jpg\", \"id\": 25991, \"objects\": [{\"bbox\": {\"xmin\": 133.333, \"ymin\": 730.667, \"xmax\": 222.6667, \"ymax\": 842.667}, \"category\": \"w59\"}]}, \"87694\": {\"path\": \"other/87694.jpg\", \"id\": 87694, \"objects\": [{\"bbox\": {\"xmin\": 960.8857421875, \"ymin\": 989.8330078125, \"xmax\": 984.0147705078125, \"ymax\": 1033.4786376953125}, \"category\": \"pl30\"}]}, \"48994\": {\"path\": \"train/48994.jpg\", \"id\": 48994, \"objects\": [{\"bbox\": {\"xmin\": 1452.8, \"ymin\": 912.8, \"xmax\": 1513.6, \"ymax\": 980.8}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 937.6, \"xmax\": 1456.8, \"ymax\": 988.8000000000001}, \"category\": \"pne\"}]}, \"17956\": {\"path\": \"test/17956.jpg\", \"id\": 17956, \"objects\": [{\"bbox\": {\"xmin\": 937.333, \"ymin\": 796.0, \"xmax\": 994.6667, \"ymax\": 852.0}, \"category\": \"ph4.5\"}]}, \"2551\": {\"path\": \"train/2551.jpg\", \"id\": 2551, \"objects\": [{\"bbox\": {\"xmin\": 621.333, \"ymin\": 714.667, \"xmax\": 672.0, \"ymax\": 766.6667}, \"category\": \"il110\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 692.0, \"xmax\": 1308.0, \"ymax\": 746.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 825.333, \"ymin\": 700.0, \"xmax\": 882.6667, \"ymax\": 754.6667}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1042.67, \"ymin\": 692.0, \"xmax\": 1101.3333, \"ymax\": 745.3333}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 568.0, \"ymin\": 720.0, \"xmax\": 614.6667, \"ymax\": 768.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 768.0, \"ymin\": 705.333, \"xmax\": 821.3333, \"ymax\": 754.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 986.667, \"ymin\": 693.333, \"xmax\": 1038.6667, \"ymax\": 745.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1193.33, \"ymin\": 690.667, \"xmax\": 1248.0, \"ymax\": 745.3333}, \"category\": \"pl120\"}]}, \"59377\": {\"path\": \"train/59377.jpg\", \"id\": 59377, \"objects\": [{\"bbox\": {\"xmin\": 1521.0, \"ymin\": 701.0, \"xmax\": 1576.0, \"ymax\": 763.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 1459.0, \"ymin\": 691.0, \"xmax\": 1517.0, \"ymax\": 753.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1396.0, \"ymin\": 686.0, \"xmax\": 1456.0, \"ymax\": 746.0}, \"category\": \"pr60\"}]}, \"86402\": {\"path\": \"train/86402.jpg\", \"id\": 86402, \"objects\": [{\"bbox\": {\"xmin\": 1976.3, \"ymin\": 948.0, \"xmax\": 1998.6686, \"ymax\": 973.3045}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1976.8, \"ymin\": 913.098, \"xmax\": 1998.9255, \"ymax\": 938.3997999999999}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 945.985, \"xmax\": 1479.6263, \"ymax\": 984.7996}, \"category\": \"iz\"}]}, \"71047\": {\"path\": \"train/71047.jpg\", \"id\": 71047, \"objects\": [{\"bbox\": {\"xmin\": 1193.0, \"ymin\": 923.0, \"xmax\": 1231.0, \"ymax\": 957.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1231.0, \"ymin\": 957.0, \"xmax\": 1263.0, \"ymax\": 988.0}, \"category\": \"w30\"}]}, \"13365\": {\"path\": \"train/13365.jpg\", \"id\": 13365, \"objects\": [{\"bbox\": {\"xmin\": 1134.07, \"ymin\": 897.788, \"xmax\": 1155.7522, \"ymax\": 922.1244}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1158.4, \"ymin\": 899.115, \"xmax\": 1180.0835000000002, \"ymax\": 921.6809000000001}, \"category\": \"pn\"}]}, \"79370\": {\"path\": \"train/79370.jpg\", \"id\": 79370, \"objects\": [{\"bbox\": {\"xmin\": 1256.29, \"ymin\": 979.47, \"xmax\": 1284.7682, \"ymax\": 1007.2848}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1254.97, \"ymin\": 948.344, \"xmax\": 1282.1192, \"ymax\": 976.8212000000001}, \"category\": \"w57\"}]}, \"39681\": {\"path\": \"test/39681.jpg\", \"id\": 39681, \"objects\": [{\"bbox\": {\"xmin\": 1109.56, \"ymin\": 925.896, \"xmax\": 1125.098, \"ymax\": 941.8322999999999}, \"category\": \"pn\"}]}, \"68945\": {\"path\": \"train/68945.jpg\", \"id\": 68945, \"objects\": [{\"bbox\": {\"xmin\": 1547.02, \"ymin\": 862.252, \"xmax\": 1576.1589, \"ymax\": 902.6492999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1413.16, \"ymin\": 855.629, \"xmax\": 1451.3158, \"ymax\": 898.0135}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1261.85, \"ymin\": 856.579, \"xmax\": 1292.1094999999998, \"ymax\": 882.1192}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1296.05, \"ymin\": 857.895, \"xmax\": 1325.0, \"ymax\": 882.7814999999999}, \"category\": \"pn\"}]}, \"51709\": {\"path\": \"test/51709.jpg\", \"id\": 51709, \"objects\": [{\"bbox\": {\"xmin\": 985.526, \"ymin\": 421.053, \"xmax\": 1127.632, \"ymax\": 556.579}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1136.84, \"ymin\": 435.526, \"xmax\": 1273.6799999999998, \"ymax\": 564.474}, \"category\": \"pn\"}]}, \"38167\": {\"path\": \"test/38167.jpg\", \"id\": 38167, \"objects\": [{\"bbox\": {\"xmin\": 1850.0, \"ymin\": 969.0, \"xmax\": 1890.0, \"ymax\": 1024.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1960.0, \"ymin\": 980.0, \"xmax\": 1988.0, \"ymax\": 1024.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1955.0, \"ymin\": 923.0, \"xmax\": 1995.0, \"ymax\": 979.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1174.0, \"ymin\": 964.0, \"xmax\": 1212.0, \"ymax\": 1005.0}, \"category\": \"pn\"}]}, \"34941\": {\"path\": \"train/34941.jpg\", \"id\": 34941, \"objects\": [{\"bbox\": {\"xmin\": 1442.0, \"ymin\": 1003.0, \"xmax\": 1465.0, \"ymax\": 1025.0}, \"category\": \"ip\"}]}, \"46630\": {\"path\": \"test/46630.jpg\", \"id\": 46630, \"objects\": [{\"bbox\": {\"xmin\": 1641.3, \"ymin\": 960.508, \"xmax\": 1657.9745, \"ymax\": 979.3485000000001}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1659.42, \"ymin\": 962.319, \"xmax\": 1676.4493, \"ymax\": 981.1594}, \"category\": \"pn\"}]}, \"4886\": {\"path\": \"train/4886.jpg\", \"id\": 4886, \"objects\": [{\"bbox\": {\"xmin\": 1306.35, \"ymin\": 889.683, \"xmax\": 1327.7777999999998, \"ymax\": 916.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1216.67, \"ymin\": 888.095, \"xmax\": 1240.4762, \"ymax\": 914.2857}, \"category\": \"pne\"}]}, \"63923\": {\"path\": \"train/63923.jpg\", \"id\": 63923, \"objects\": [{\"bbox\": {\"xmin\": 1021.14, \"ymin\": 868.0, \"xmax\": 1046.8571, \"ymax\": 894.8571}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1094.86, \"ymin\": 865.714, \"xmax\": 1120.0, \"ymax\": 892.5714}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 946.857, \"ymin\": 869.714, \"xmax\": 974.2857, \"ymax\": 895.4283}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 921.143, \"ymin\": 870.286, \"xmax\": 945.7143, \"ymax\": 895.4291999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 993.143, \"ymin\": 869.714, \"xmax\": 1018.8571000000001, \"ymax\": 893.7131}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1067.43, \"ymin\": 867.429, \"xmax\": 1092.5714, \"ymax\": 892.0}, \"category\": \"pl100\"}]}, \"56855\": {\"path\": \"test/56855.jpg\", \"id\": 56855, \"objects\": [{\"bbox\": {\"xmin\": 408.26763916015625, \"ymin\": 1069.0836181640625, \"xmax\": 435.32586669921875, \"ymax\": 1096.5364990234375}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1155.56, \"ymin\": 943.65, \"xmax\": 1199.21, \"ymax\": 988.8885}, \"category\": \"p5\"}]}, \"25614\": {\"path\": \"other/25614.jpg\", \"id\": 25614, \"objects\": [{\"bbox\": {\"xmin\": 609.333, \"ymin\": 822.667, \"xmax\": 694.6667, \"ymax\": 913.3333}, \"category\": \"p9\"}]}, \"51947\": {\"path\": \"test/51947.jpg\", \"id\": 51947, \"objects\": [{\"bbox\": {\"xmin\": 502.667, \"ymin\": 1009.33, \"xmax\": 545.3333, \"ymax\": 1056.0}, \"category\": \"p5\"}]}, \"11150\": {\"path\": \"train/11150.jpg\", \"id\": 11150, \"objects\": [{\"bbox\": {\"xmin\": 1352.99, \"ymin\": 950.331, \"xmax\": 1377.4889, \"ymax\": 973.5097000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1352.32, \"ymin\": 979.47, \"xmax\": 1380.7979, \"ymax\": 1005.9603000000001}, \"category\": \"pn\"}]}, \"86122\": {\"path\": \"train/86122.jpg\", \"id\": 86122, \"objects\": [{\"bbox\": {\"xmin\": 1222.99, \"ymin\": 992.907, \"xmax\": 1242.9137, \"ymax\": 1014.667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 109.532, \"ymin\": 827.383, \"xmax\": 162.5645, \"ymax\": 892.0277000000001}, \"category\": \"pl50\"}]}, \"66117\": {\"path\": \"test/66117.jpg\", \"id\": 66117, \"objects\": [{\"bbox\": {\"xmin\": 272.277, \"ymin\": 925.947, \"xmax\": 291.2698, \"ymax\": 951.5877}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 246.731, \"ymin\": 925.146, \"xmax\": 269.503, \"ymax\": 951.8783}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 297.226, \"ymin\": 925.397, \"xmax\": 315.0476, \"ymax\": 952.3804}, \"category\": \"pn\"}]}, \"49501\": {\"path\": \"train/49501.jpg\", \"id\": 49501, \"objects\": [{\"bbox\": {\"xmin\": 830.667, \"ymin\": 601.333, \"xmax\": 937.3330000000001, \"ymax\": 696.0}, \"category\": \"pl50\"}]}, \"16299\": {\"path\": \"train/16299.jpg\", \"id\": 16299, \"objects\": [{\"bbox\": {\"xmin\": 1492.0, \"ymin\": 696.0, \"xmax\": 1538.6667, \"ymax\": 744.0}, \"category\": \"pl40\"}]}, \"43013\": {\"path\": \"test/43013.jpg\", \"id\": 43013, \"objects\": [{\"bbox\": {\"xmin\": 1784.31, \"ymin\": 505.882, \"xmax\": 1864.7059, \"ymax\": 619.608}, \"category\": \"pne\"}]}, \"52974\": {\"path\": \"train/52974.jpg\", \"id\": 52974, \"objects\": [{\"bbox\": {\"xmin\": 1194.0, \"ymin\": 782.0, \"xmax\": 1235.0, \"ymax\": 823.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1146.0, \"ymin\": 783.0, \"xmax\": 1189.0, \"ymax\": 823.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1241.0, \"ymin\": 784.0, \"xmax\": 1283.0, \"ymax\": 826.0}, \"category\": \"pn\"}]}, \"83857\": {\"path\": \"train/83857.jpg\", \"id\": 83857, \"objects\": [{\"bbox\": {\"xmin\": 126.316, \"ymin\": 842.105, \"xmax\": 151.3158, \"ymax\": 892.1053}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 73.6842, \"ymin\": 843.421, \"xmax\": 97.36840000000001, \"ymax\": 886.8421000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 97.3684, \"ymin\": 843.421, \"xmax\": 127.63159999999999, \"ymax\": 889.4737}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 868.421, \"ymin\": 380.263, \"xmax\": 910.5263, \"ymax\": 551.316}, \"category\": \"pne\"}]}, \"41308\": {\"path\": \"train/41308.jpg\", \"id\": 41308, \"objects\": [{\"bbox\": {\"xmin\": 1449.01, \"ymin\": 1017.22, \"xmax\": 1469.5364, \"ymax\": 1037.0861}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1354.97, \"ymin\": 941.722, \"xmax\": 1378.1457, \"ymax\": 966.2252}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1379.47, \"ymin\": 943.046, \"xmax\": 1402.6490000000001, \"ymax\": 966.8874000000001}, \"category\": \"pn\"}]}, \"83422\": {\"path\": \"test/83422.jpg\", \"id\": 83422, \"objects\": [{\"bbox\": {\"xmin\": 646.358, \"ymin\": 809.934, \"xmax\": 690.7284999999999, \"ymax\": 856.9535999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1153.64, \"ymin\": 888.079, \"xmax\": 1180.1325000000002, \"ymax\": 916.5563}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1119.21, \"ymin\": 888.742, \"xmax\": 1146.3576, \"ymax\": 916.5563}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 470.199, \"ymin\": 822.517, \"xmax\": 510.596, \"ymax\": 867.5497}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1187.42, \"ymin\": 890.066, \"xmax\": 1214.5695, \"ymax\": 917.8808}, \"category\": \"pn\"}]}, \"91161\": {\"path\": \"other/91161.jpg\", \"id\": 91161, \"objects\": [{\"bbox\": {\"xmin\": 1282.67, \"ymin\": 764.0, \"xmax\": 1342.6667, \"ymax\": 822.6667}, \"category\": \"pl35\"}]}, \"86797\": {\"path\": \"train/86797.jpg\", \"id\": 86797, \"objects\": [{\"bbox\": {\"xmin\": 1481.25, \"ymin\": 988.636, \"xmax\": 1501.1364, \"ymax\": 1007.3864}, \"category\": \"w59\"}]}, \"92311\": {\"path\": \"other/92311.jpg\", \"id\": 92311, \"objects\": [{\"bbox\": {\"xmin\": 148.05084228515625, \"ymin\": 934.1866455078125, \"xmax\": 169.96951293945312, \"ymax\": 952.5968017578125}, \"category\": \"w10\"}]}, \"95865\": {\"path\": \"train/95865.jpg\", \"id\": 95865, \"objects\": [{\"bbox\": {\"xmin\": 721.192, \"ymin\": 880.132, \"xmax\": 728.47682, \"ymax\": 901.9867999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1249.01, \"ymin\": 925.828, \"xmax\": 1264.9007, \"ymax\": 940.3974}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1345.7, \"ymin\": 925.166, \"xmax\": 1358.9404, \"ymax\": 939.7351000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1361.59, \"ymin\": 925.166, \"xmax\": 1378.8079, \"ymax\": 942.3841000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 666.225, \"ymin\": 866.887, \"xmax\": 675.4966900000001, \"ymax\": 891.3906999999999}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1159.6, \"ymin\": 923.841, \"xmax\": 1171.5231999999999, \"ymax\": 939.0728}, \"category\": \"pne\"}]}, \"25588\": {\"path\": \"test/25588.jpg\", \"id\": 25588, \"objects\": [{\"bbox\": {\"xmin\": 554.0, \"ymin\": 1017.0, \"xmax\": 588.0, \"ymax\": 1058.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1249.0, \"ymin\": 973.0, \"xmax\": 1345.0, \"ymax\": 1059.0}, \"category\": \"w30\"}]}, \"44043\": {\"path\": \"train/44043.jpg\", \"id\": 44043, \"objects\": [{\"bbox\": {\"xmin\": 1442.7041015625, \"ymin\": 126.15510559082031, \"xmax\": 1517.950927734375, \"ymax\": 322.46337890625}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1295.75244140625, \"ymin\": 441.3176574707031, \"xmax\": 1327.31298828125, \"ymax\": 570.3834228515625}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 355.446, \"ymin\": 868.317, \"xmax\": 386.1386, \"ymax\": 900.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 698.02, \"ymin\": 855.446, \"xmax\": 728.7129, \"ymax\": 885.1485}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 241.584, \"ymin\": 873.267, \"xmax\": 275.2475, \"ymax\": 907.9208000000001}, \"category\": \"pne\"}]}, \"65599\": {\"path\": \"test/65599.jpg\", \"id\": 65599, \"objects\": [{\"bbox\": {\"xmin\": 1297.62, \"ymin\": 906.349, \"xmax\": 1318.254, \"ymax\": 932.5397}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 461.111, \"ymin\": 978.571, \"xmax\": 476.1905, \"ymax\": 1001.5873}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 1209.52, \"ymin\": 903.968, \"xmax\": 1230.1587, \"ymax\": 928.5713999999999}, \"category\": \"pne\"}]}, \"96653\": {\"path\": \"train/96653.jpg\", \"id\": 96653, \"objects\": [{\"bbox\": {\"xmin\": 165.0, \"ymin\": 769.0, \"xmax\": 254.0, \"ymax\": 883.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1907.0, \"ymin\": 1040.0, \"xmax\": 1942.0, \"ymax\": 1070.0}, \"category\": \"w41\"}]}, \"85277\": {\"path\": \"train/85277.jpg\", \"id\": 85277, \"objects\": [{\"bbox\": {\"xmin\": 1328.94, \"ymin\": 867.105, \"xmax\": 1369.7326, \"ymax\": 914.4737}, \"category\": \"pl80\"}]}, \"32003\": {\"path\": \"train/32003.jpg\", \"id\": 32003, \"objects\": [{\"bbox\": {\"xmin\": 384.921, \"ymin\": 980.159, \"xmax\": 401.58729999999997, \"ymax\": 1010.3175}, \"category\": \"w57\"}]}, \"86629\": {\"path\": \"train/86629.jpg\", \"id\": 86629, \"objects\": [{\"bbox\": {\"xmin\": 1631.0, \"ymin\": 871.0, \"xmax\": 1674.0, \"ymax\": 915.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1252.0, \"ymin\": 967.0, \"xmax\": 1268.0, \"ymax\": 984.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1896.0, \"ymin\": 974.0, \"xmax\": 1939.0, \"ymax\": 1030.0}, \"category\": \"pr40\"}]}, \"50510\": {\"path\": \"test/50510.jpg\", \"id\": 50510, \"objects\": [{\"bbox\": {\"xmin\": 1999.2, \"ymin\": 964.8, \"xmax\": 2046.4, \"ymax\": 1032.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1278.4, \"ymin\": 932.0, \"xmax\": 1320.0, \"ymax\": 974.4}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 182.4, \"ymin\": 974.4, \"xmax\": 209.6, \"ymax\": 1003.1999999999999}, \"category\": \"pne\"}]}, \"60486\": {\"path\": \"other/60486.jpg\", \"id\": 60486, \"objects\": [{\"bbox\": {\"xmin\": 1317.0, \"ymin\": 913.0, \"xmax\": 1378.0, \"ymax\": 973.0}, \"category\": \"pl110\"}]}, \"21426\": {\"path\": \"train/21426.jpg\", \"id\": 21426, \"objects\": [{\"bbox\": {\"xmin\": 1837.25, \"ymin\": 853.947, \"xmax\": 1854.902, \"ymax\": 882.8937}, \"category\": \"pn\"}]}, \"88367\": {\"path\": \"train/88367.jpg\", \"id\": 88367, \"objects\": [{\"bbox\": {\"xmin\": 1367.33, \"ymin\": 1045.54, \"xmax\": 1417.8218, \"ymax\": 1103.9604}, \"category\": \"pne\"}]}, \"28813\": {\"path\": \"train/28813.jpg\", \"id\": 28813, \"objects\": [{\"bbox\": {\"xmin\": 747.0, \"ymin\": 1060.0, \"xmax\": 763.0, \"ymax\": 1078.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1468.0, \"ymin\": 822.0, \"xmax\": 1511.0, \"ymax\": 869.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1470.0, \"ymin\": 978.0, \"xmax\": 1514.0, \"ymax\": 1025.0}, \"category\": \"p26\"}]}, \"35769\": {\"path\": \"test/35769.jpg\", \"id\": 35769, \"objects\": [{\"bbox\": {\"xmin\": 1393.1080322265625, \"ymin\": 1004.0966186523438, \"xmax\": 1413.2664794921875, \"ymax\": 1028.4329833984375}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1432.0, \"ymin\": 994.667, \"xmax\": 1468.0, \"ymax\": 1036.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1309.33, \"ymin\": 1001.33, \"xmax\": 1338.6667, \"ymax\": 1030.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 945.333, \"ymin\": 629.333, \"xmax\": 1042.6667, \"ymax\": 717.3333}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1329.6, \"ymin\": 1029.6, \"xmax\": 1356.8, \"ymax\": 1057.6}, \"category\": \"pl60\"}]}, \"9817\": {\"path\": \"train/9817.jpg\", \"id\": 9817, \"objects\": [{\"bbox\": {\"xmin\": 1315.79, \"ymin\": 892.105, \"xmax\": 1347.3684, \"ymax\": 922.3684000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1205.26, \"ymin\": 892.105, \"xmax\": 1234.2105, \"ymax\": 923.6842}, \"category\": \"pne\"}]}, \"92248\": {\"path\": \"train/92248.jpg\", \"id\": 92248, \"objects\": [{\"bbox\": {\"xmin\": 972.0, \"ymin\": 878.667, \"xmax\": 1009.3333, \"ymax\": 913.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1010.67, \"ymin\": 877.333, \"xmax\": 1046.6667, \"ymax\": 912.0}, \"category\": \"pn\"}]}, \"51033\": {\"path\": \"train/51033.jpg\", \"id\": 51033, \"objects\": [{\"bbox\": {\"xmin\": 115.03179168701172, \"ymin\": 944.6536254882812, \"xmax\": 139.77273559570312, \"ymax\": 966.3324584960938}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 860.396, \"ymin\": 865.347, \"xmax\": 893.0693, \"ymax\": 900.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1560.4, \"ymin\": 935.644, \"xmax\": 1595.0495, \"ymax\": 970.297}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1112.87, \"ymin\": 873.267, \"xmax\": 1139.6039999999998, \"ymax\": 900.9901000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1139.6, \"ymin\": 873.267, \"xmax\": 1168.3167999999998, \"ymax\": 902.9696}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 741.584, \"ymin\": 870.299, \"xmax\": 771.2873, \"ymax\": 902.9701}, \"category\": \"pne\"}]}, \"35161\": {\"path\": \"test/35161.jpg\", \"id\": 35161, \"objects\": [{\"bbox\": {\"xmin\": 1575.2, \"ymin\": 792.0, \"xmax\": 1604.8, \"ymax\": 824.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1758.4, \"ymin\": 806.4, \"xmax\": 1785.6000000000001, \"ymax\": 836.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1669.6, \"ymin\": 798.4, \"xmax\": 1696.8, \"ymax\": 829.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1538.4, \"ymin\": 754.4, \"xmax\": 1568.0, \"ymax\": 787.1999999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1575.2, \"ymin\": 756.0, \"xmax\": 1605.6000000000001, \"ymax\": 788.8}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1633.6, \"ymin\": 795.2, \"xmax\": 1663.1999999999998, \"ymax\": 828.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1538.4, \"ymin\": 791.2, \"xmax\": 1568.8000000000002, \"ymax\": 821.6}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1727.2, \"ymin\": 804.0, \"xmax\": 1754.4, \"ymax\": 834.4}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1822.4, \"ymin\": 810.4, \"xmax\": 1847.2, \"ymax\": 840.8}, \"category\": \"pne\"}]}, \"47056\": {\"path\": \"other/47056.jpg\", \"id\": 47056, \"objects\": [{\"bbox\": {\"xmin\": 1768.0, \"ymin\": 979.0, \"xmax\": 1847.0, \"ymax\": 1067.0}, \"category\": \"pr60\"}]}, \"71616\": {\"path\": \"test/71616.jpg\", \"id\": 71616, \"objects\": [{\"bbox\": {\"xmin\": 1548.0, \"ymin\": 698.0, \"xmax\": 1620.0, \"ymax\": 774.0}, \"category\": \"pl40\"}]}, \"31483\": {\"path\": \"test/31483.jpg\", \"id\": 31483, \"objects\": [{\"bbox\": {\"xmin\": 14.4737, \"ymin\": 842.105, \"xmax\": 85.52629999999999, \"ymax\": 936.8421000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 21.0526, \"ymin\": 980.263, \"xmax\": 90.7895, \"ymax\": 1078.9474}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 14.4737, \"ymin\": 706.579, \"xmax\": 80.2632, \"ymax\": 805.2632}, \"category\": \"p26\"}]}, \"95132\": {\"path\": \"train/95132.jpg\", \"id\": 95132, \"objects\": [{\"bbox\": {\"xmin\": 1058.67, \"ymin\": 661.333, \"xmax\": 1137.3333, \"ymax\": 732.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1278.67, \"ymin\": 668.0, \"xmax\": 1356.0, \"ymax\": 741.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 833.333, \"ymin\": 656.0, \"xmax\": 913.3333, \"ymax\": 729.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 752.0, \"ymin\": 658.667, \"xmax\": 821.3333, \"ymax\": 728.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 974.667, \"ymin\": 660.0, \"xmax\": 1050.6667, \"ymax\": 729.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1197.33, \"ymin\": 665.333, \"xmax\": 1269.3333, \"ymax\": 734.6667}, \"category\": \"pl100\"}]}, \"98763\": {\"path\": \"train/98763.jpg\", \"id\": 98763, \"objects\": [{\"bbox\": {\"xmin\": 1257.97, \"ymin\": 1284.51, \"xmax\": 1276.9936, \"ymax\": 1303.0948}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1279.2, \"ymin\": 1283.19, \"xmax\": 1298.2276, \"ymax\": 1303.5448000000001}, \"category\": \"pn\"}]}, \"3942\": {\"path\": \"train/3942.jpg\", \"id\": 3942, \"objects\": [{\"bbox\": {\"xmin\": 1245.249267578125, \"ymin\": 968.3381958007812, \"xmax\": 1266.8408203125, \"ymax\": 989.9231567382812}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1247.25732421875, \"ymin\": 939.5172729492188, \"xmax\": 1266.30126953125, \"ymax\": 957.8989868164062}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 961.386, \"ymin\": 896.04, \"xmax\": 986.1386, \"ymax\": 922.7723}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 868.317, \"ymin\": 897.03, \"xmax\": 891.0891, \"ymax\": 923.7624}, \"category\": \"pne\"}]}, \"10972\": {\"path\": \"train/10972.jpg\", \"id\": 10972, \"objects\": [{\"bbox\": {\"xmin\": 1377.61, \"ymin\": 959.204, \"xmax\": 1408.9502, \"ymax\": 994.5274}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1375.12, \"ymin\": 1007.46, \"xmax\": 1410.9452999999999, \"ymax\": 1040.7935}, \"category\": \"pn\"}]}, \"60093\": {\"path\": \"other/60093.jpg\", \"id\": 60093, \"objects\": [{\"bbox\": {\"xmin\": 1154.23, \"ymin\": 947.463, \"xmax\": 1168.8406, \"ymax\": 963.0431}, \"category\": \"pl80\"}]}, \"11529\": {\"path\": \"train/11529.jpg\", \"id\": 11529, \"objects\": [{\"bbox\": {\"xmin\": 987.302, \"ymin\": 972.222, \"xmax\": 1010.3175, \"ymax\": 995.2381}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 954.762, \"ymin\": 972.222, \"xmax\": 977.7805, \"ymax\": 994.4444}, \"category\": \"pl60\"}]}, \"66400\": {\"path\": \"train/66400.jpg\", \"id\": 66400, \"objects\": [{\"bbox\": {\"xmin\": 211.881, \"ymin\": 1013.86, \"xmax\": 236.6337, \"ymax\": 1036.6337}, \"category\": \"pl5\"}]}, \"33024\": {\"path\": \"test/33024.jpg\", \"id\": 33024, \"objects\": [{\"bbox\": {\"xmin\": 1672.19, \"ymin\": 916.556, \"xmax\": 1689.404, \"ymax\": 938.4111}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1649.67, \"ymin\": 915.232, \"xmax\": 1667.5497, \"ymax\": 938.4105999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1694.04, \"ymin\": 917.219, \"xmax\": 1713.245, \"ymax\": 938.4106}, \"category\": \"pn\"}]}, \"27168\": {\"path\": \"train/27168.jpg\", \"id\": 27168, \"objects\": [{\"bbox\": {\"xmin\": 1143.0, \"ymin\": 762.0, \"xmax\": 1200.0, \"ymax\": 820.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 333.0, \"ymin\": 978.0, \"xmax\": 385.0, \"ymax\": 1040.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1764.0, \"ymin\": 1000.0, \"xmax\": 1791.0, \"ymax\": 1033.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 1085.0, \"ymin\": 763.0, \"xmax\": 1141.0, \"ymax\": 821.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1025.0, \"ymin\": 764.0, \"xmax\": 1083.0, \"ymax\": 822.0}, \"category\": \"ph4\"}]}, \"32502\": {\"path\": \"train/32502.jpg\", \"id\": 32502, \"objects\": [{\"bbox\": {\"xmin\": 225.743, \"ymin\": 979.208, \"xmax\": 257.4257, \"ymax\": 1015.8416}, \"category\": \"w57\"}]}, \"98790\": {\"path\": \"test/98790.jpg\", \"id\": 98790, \"objects\": [{\"bbox\": {\"xmin\": 1313.16, \"ymin\": 884.209, \"xmax\": 1335.5225, \"ymax\": 907.8937}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1496.05, \"ymin\": 872.368, \"xmax\": 1517.1053, \"ymax\": 894.7364}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1521.05, \"ymin\": 869.737, \"xmax\": 1546.0526, \"ymax\": 897.3684}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1151.32, \"ymin\": 873.684, \"xmax\": 1178.9505, \"ymax\": 907.8947}, \"category\": \"pne\"}]}, \"36424\": {\"path\": \"other/36424.jpg\", \"id\": 36424, \"objects\": [{\"bbox\": {\"xmin\": 478.5830078125, \"ymin\": 1006.7382202148438, \"xmax\": 511.55731201171875, \"ymax\": 1033.1129150390625}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1373.02, \"ymin\": 966.667, \"xmax\": 1382.53968, \"ymax\": 980.1587000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1384.13, \"ymin\": 967.46, \"xmax\": 1393.6507900000001, \"ymax\": 980.1587000000001}, \"category\": \"pn\"}]}, \"33912\": {\"path\": \"train/33912.jpg\", \"id\": 33912, \"objects\": [{\"bbox\": {\"xmin\": 2004.0, \"ymin\": 990.0, \"xmax\": 2033.0, \"ymax\": 1025.0}, \"category\": \"i5\"}]}, \"8558\": {\"path\": \"test/8558.jpg\", \"id\": 8558, \"objects\": [{\"bbox\": {\"xmin\": 1037.71, \"ymin\": 862.857, \"xmax\": 1057.1343, \"ymax\": 883.4286}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1105.14, \"ymin\": 861.143, \"xmax\": 1125.1429, \"ymax\": 880.5714}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 969.143, \"ymin\": 865.714, \"xmax\": 989.1429, \"ymax\": 885.7143000000001}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 943.429, \"ymin\": 867.429, \"xmax\": 962.2857, \"ymax\": 885.7143}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1010.29, \"ymin\": 864.571, \"xmax\": 1030.2857, \"ymax\": 882.8571000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1078.29, \"ymin\": 862.286, \"xmax\": 1098.8571, \"ymax\": 881.7143}, \"category\": \"pl100\"}]}, \"34690\": {\"path\": \"other/34690.jpg\", \"id\": 34690, \"objects\": [{\"bbox\": {\"xmin\": 1775.320556640625, \"ymin\": 1082.4864501953125, \"xmax\": 1798.468017578125, \"ymax\": 1100.8585205078125}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1708.84375, \"ymin\": 1084.5733642578125, \"xmax\": 1730.906494140625, \"ymax\": 1104.0296630859375}, \"category\": \"i4\"}]}, \"9797\": {\"path\": \"train/9797.jpg\", \"id\": 9797, \"objects\": [{\"bbox\": {\"xmin\": 544.0, \"ymin\": 1018.67, \"xmax\": 602.6667, \"ymax\": 1082.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1621.33, \"ymin\": 924.0, \"xmax\": 1666.6667, \"ymax\": 969.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1368.0, \"ymin\": 982.667, \"xmax\": 1394.67, \"ymax\": 1013.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 393.333, \"ymin\": 749.333, \"xmax\": 461.3333, \"ymax\": 826.6669999999999}, \"category\": \"pne\"}]}, \"57746\": {\"path\": \"other/57746.jpg\", \"id\": 57746, \"objects\": [{\"bbox\": {\"xmin\": 2012.950927734375, \"ymin\": 852.2632446289062, \"xmax\": 2042.85205078125, \"ymax\": 896.2589721679688}, \"category\": \"pl40\"}]}, \"12728\": {\"path\": \"train/12728.jpg\", \"id\": 12728, \"objects\": [{\"bbox\": {\"xmin\": 822.772, \"ymin\": 895.05, \"xmax\": 849.505, \"ymax\": 923.7624}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 714.851, \"ymin\": 898.02, \"xmax\": 741.5842, \"ymax\": 926.7327}, \"category\": \"pne\"}]}, \"70156\": {\"path\": \"train/70156.jpg\", \"id\": 70156, \"objects\": [{\"bbox\": {\"xmin\": 210.526, \"ymin\": 838.158, \"xmax\": 227.4515, \"ymax\": 871.0526}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 233.333, \"ymin\": 839.683, \"xmax\": 247.0588, \"ymax\": 872.2228}, \"category\": \"pn\"}]}, \"45835\": {\"path\": \"test/45835.jpg\", \"id\": 45835, \"objects\": [{\"bbox\": {\"xmin\": 1734.67, \"ymin\": 902.667, \"xmax\": 1846.67, \"ymax\": 1026.667}, \"category\": \"pl40\"}]}, \"48338\": {\"path\": \"train/48338.jpg\", \"id\": 48338, \"objects\": [{\"bbox\": {\"xmin\": 1343.42, \"ymin\": 925.0, \"xmax\": 1378.9489, \"ymax\": 968.4214}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 371.51, \"ymin\": 997.72, \"xmax\": 387.7493, \"ymax\": 1014.5297}, \"category\": \"pn\"}]}, \"28753\": {\"path\": \"other/28753.jpg\", \"id\": 28753, \"objects\": [{\"bbox\": {\"xmin\": 1109.9, \"ymin\": 938.068, \"xmax\": 1118.8118800000002, \"ymax\": 951.1371}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 917.822, \"ymin\": 948.295, \"xmax\": 931.8182, \"ymax\": 964.2036999999999}, \"category\": \"pne\"}]}, \"88170\": {\"path\": \"train/88170.jpg\", \"id\": 88170, \"objects\": [{\"bbox\": {\"xmin\": 1114.67, \"ymin\": 664.0, \"xmax\": 1196.0, \"ymax\": 737.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 664.0, \"xmax\": 950.6667, \"ymax\": 740.0}, \"category\": \"il70\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 716.0, \"xmax\": 1374.6667, \"ymax\": 790.6667}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1002.67, \"ymin\": 662.667, \"xmax\": 1078.6667, \"ymax\": 736.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 758.667, \"ymin\": 670.667, \"xmax\": 836.0, \"ymax\": 745.3333}, \"category\": \"pl80\"}]}, \"3629\": {\"path\": \"test/3629.jpg\", \"id\": 3629, \"objects\": [{\"bbox\": {\"xmin\": 1701.98, \"ymin\": 955.446, \"xmax\": 1779.2079, \"ymax\": 1031.6832}, \"category\": \"w55\"}]}, \"873\": {\"path\": \"train/873.jpg\", \"id\": 873, \"objects\": [{\"bbox\": {\"xmin\": 1540.0, \"ymin\": 863.0, \"xmax\": 1620.0, \"ymax\": 944.0}, \"category\": \"pl60\"}]}, \"62818\": {\"path\": \"test/62818.jpg\", \"id\": 62818, \"objects\": [{\"bbox\": {\"xmin\": 1442.67, \"ymin\": 832.0, \"xmax\": 1501.3333, \"ymax\": 889.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1129.33, \"ymin\": 652.0, \"xmax\": 1205.3333, \"ymax\": 720.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 750.667, \"xmax\": 1494.6667, \"ymax\": 805.3333}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1725.33, \"ymin\": 813.333, \"xmax\": 1804.0, \"ymax\": 901.3333}, \"category\": \"pl60\"}]}, \"4742\": {\"path\": \"other/4742.jpg\", \"id\": 4742, \"objects\": [{\"bbox\": {\"xmin\": 1537.33, \"ymin\": 1012.0, \"xmax\": 1628.0, \"ymax\": 1102.6667}, \"category\": \"pm10\"}]}, \"2549\": {\"path\": \"other/2549.jpg\", \"id\": 2549, \"objects\": [{\"bbox\": {\"xmin\": 1134.66, \"ymin\": 955.114, \"xmax\": 1163.6364, \"ymax\": 984.6591000000001}, \"category\": \"ph3.3\"}]}, \"67682\": {\"path\": \"test/67682.jpg\", \"id\": 67682, \"objects\": [{\"bbox\": {\"xmin\": 995.0, \"ymin\": 674.0, \"xmax\": 1072.0, \"ymax\": 749.0}, \"category\": \"pmblr\"}]}, \"21290\": {\"path\": \"test/21290.jpg\", \"id\": 21290, \"objects\": [{\"bbox\": {\"xmin\": 1279.2, \"ymin\": 655.2, \"xmax\": 1320.0, \"ymax\": 705.6}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 982.4, \"ymin\": 610.4, \"xmax\": 1035.2, \"ymax\": 669.6}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 560.8, \"ymin\": 574.4, \"xmax\": 626.4, \"ymax\": 639.1999999999999}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1466.4, \"ymin\": 670.4, \"xmax\": 1492.8000000000002, \"ymax\": 707.1999999999999}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 214.0, \"ymin\": 462.0, \"xmax\": 327.0, \"ymax\": 562.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 830.4, \"ymin\": 596.0, \"xmax\": 888.8, \"ymax\": 656.8}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 398.4, \"ymin\": 574.4, \"xmax\": 470.4, \"ymax\": 637.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1179.2, \"ymin\": 640.8, \"xmax\": 1224.8, \"ymax\": 690.4}, \"category\": \"pl80\"}]}, \"37043\": {\"path\": \"train/37043.jpg\", \"id\": 37043, \"objects\": [{\"bbox\": {\"xmin\": 1345.6, \"ymin\": 818.4, \"xmax\": 1375.1999999999998, \"ymax\": 849.6}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1527.2, \"ymin\": 828.0, \"xmax\": 1552.8, \"ymax\": 856.8}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1436.8, \"ymin\": 823.2, \"xmax\": 1464.8, \"ymax\": 851.2}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1310.4, \"ymin\": 786.4, \"xmax\": 1340.0, \"ymax\": 814.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1344.8, \"ymin\": 787.2, \"xmax\": 1374.3999999999999, \"ymax\": 816.8000000000001}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1403.2, \"ymin\": 821.6, \"xmax\": 1432.0, \"ymax\": 851.2}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1311.2, \"ymin\": 818.4, \"xmax\": 1339.2, \"ymax\": 846.4}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1496.0, \"ymin\": 825.6, \"xmax\": 1523.2, \"ymax\": 855.2}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1591.2, \"ymin\": 832.8, \"xmax\": 1617.6000000000001, \"ymax\": 860.8}, \"category\": \"pne\"}]}, \"87996\": {\"path\": \"train/87996.jpg\", \"id\": 87996, \"objects\": [{\"bbox\": {\"xmin\": 1065.33, \"ymin\": 666.667, \"xmax\": 1125.3333, \"ymax\": 726.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 860.0, \"ymin\": 673.333, \"xmax\": 918.6667, \"ymax\": 729.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 793.333, \"ymin\": 674.667, \"xmax\": 850.6667, \"ymax\": 732.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 997.333, \"ymin\": 669.333, \"xmax\": 1054.6667, \"ymax\": 725.3333}, \"category\": \"pl100\"}]}, \"77475\": {\"path\": \"test/77475.jpg\", \"id\": 77475, \"objects\": [{\"bbox\": {\"xmin\": 120.0, \"ymin\": 968.0, \"xmax\": 154.6667, \"ymax\": 1008.0}, \"category\": \"pl5\"}]}, \"97431\": {\"path\": \"other/97431.jpg\", \"id\": 97431, \"objects\": [{\"bbox\": {\"xmin\": 314.667, \"ymin\": 1034.67, \"xmax\": 358.6667, \"ymax\": 1112.0}, \"category\": \"ph2.5\"}]}, \"27486\": {\"path\": \"train/27486.jpg\", \"id\": 27486, \"objects\": [{\"bbox\": {\"xmin\": 1123.02, \"ymin\": 815.873, \"xmax\": 1173.8095, \"ymax\": 864.2857}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 985.714, \"ymin\": 825.397, \"xmax\": 1029.3651, \"ymax\": 869.0476000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 641.27, \"ymin\": 842.064, \"xmax\": 681.7456999999999, \"ymax\": 880.159}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1002.38, \"ymin\": 904.762, \"xmax\": 1023.0159, \"ymax\": 932.5396999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 495.238, \"ymin\": 858.73, \"xmax\": 529.3651, \"ymax\": 896.8254000000001}, \"category\": \"pne\"}]}, \"59783\": {\"path\": \"train/59783.jpg\", \"id\": 59783, \"objects\": [{\"bbox\": {\"xmin\": 1349.33, \"ymin\": 730.667, \"xmax\": 1402.6667, \"ymax\": 794.6667}, \"category\": \"pl30\"}]}, \"31613\": {\"path\": \"train/31613.jpg\", \"id\": 31613, \"objects\": [{\"bbox\": {\"xmin\": 1145.33, \"ymin\": 974.667, \"xmax\": 1188.0, \"ymax\": 1021.3333}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1108.0, \"ymin\": 993.333, \"xmax\": 1145.3333, \"ymax\": 1030.6667}, \"category\": \"pss\"}]}, \"93651\": {\"path\": \"train/93651.jpg\", \"id\": 93651, \"objects\": [{\"bbox\": {\"xmin\": 1839.0, \"ymin\": 888.0, \"xmax\": 1888.0, \"ymax\": 953.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 973.0, \"ymin\": 960.0, \"xmax\": 990.0, \"ymax\": 979.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 973.0, \"ymin\": 923.0, \"xmax\": 991.0, \"ymax\": 943.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 418.0, \"ymin\": 474.0, \"xmax\": 527.0, \"ymax\": 574.0}, \"category\": \"ph4.5\"}]}, \"55403\": {\"path\": \"train/55403.jpg\", \"id\": 55403, \"objects\": [{\"bbox\": {\"xmin\": 1736.63, \"ymin\": 889.109, \"xmax\": 1756.4356, \"ymax\": 912.8713}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1710.89, \"ymin\": 888.119, \"xmax\": 1733.6634000000001, \"ymax\": 912.8713}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1761.47, \"ymin\": 892.079, \"xmax\": 1779.2112, \"ymax\": 915.8425}, \"category\": \"pn\"}]}, \"54599\": {\"path\": \"train/54599.jpg\", \"id\": 54599, \"objects\": [{\"bbox\": {\"xmin\": 1364.29, \"ymin\": 868.254, \"xmax\": 1402.3809999999999, \"ymax\": 907.1429}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1241.27, \"ymin\": 866.667, \"xmax\": 1276.1905, \"ymax\": 903.1746}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 828.571, \"ymin\": 873.016, \"xmax\": 865.0794000000001, \"ymax\": 909.5237999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1161.11, \"ymin\": 912.698, \"xmax\": 1188.8889, \"ymax\": 938.0952}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1286.51, \"ymin\": 981.746, \"xmax\": 1314.2865, \"ymax\": 1011.9048}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1287.3, \"ymin\": 1023.81, \"xmax\": 1313.4907, \"ymax\": 1049.2063}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1284.92, \"ymin\": 941.27, \"xmax\": 1312.6984, \"ymax\": 969.0476}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1133.33, \"ymin\": 911.905, \"xmax\": 1158.7302, \"ymax\": 939.6827}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1190.48, \"ymin\": 914.286, \"xmax\": 1217.4603, \"ymax\": 941.2697999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 691.27, \"ymin\": 869.048, \"xmax\": 723.0159, \"ymax\": 901.5873}, \"category\": \"pne\"}]}, \"79753\": {\"path\": \"train/79753.jpg\", \"id\": 79753, \"objects\": [{\"bbox\": {\"xmin\": 1490.0, \"ymin\": 718.0, \"xmax\": 1642.0, \"ymax\": 870.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1115.0, \"ymin\": 935.0, \"xmax\": 1143.0, \"ymax\": 962.0}, \"category\": \"pn\"}]}, \"51383\": {\"path\": \"train/51383.jpg\", \"id\": 51383, \"objects\": [{\"bbox\": {\"xmin\": 1697.33, \"ymin\": 765.333, \"xmax\": 1728.0, \"ymax\": 801.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1190.67, \"ymin\": 714.667, \"xmax\": 1210.6667, \"ymax\": 736.0}, \"category\": \"w63\"}]}, \"4598\": {\"path\": \"train/4598.jpg\", \"id\": 4598, \"objects\": [{\"bbox\": {\"xmin\": 788.119, \"ymin\": 1049.5, \"xmax\": 805.9409, \"ymax\": 1068.3168}, \"category\": \"pn\"}]}, \"20243\": {\"path\": \"train/20243.jpg\", \"id\": 20243, \"objects\": [{\"bbox\": {\"xmin\": 979.365, \"ymin\": 1004.76, \"xmax\": 1010.3171, \"ymax\": 1038.8889}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1050.79, \"ymin\": 1030.95, \"xmax\": 1095.2417, \"ymax\": 1077.7787}, \"category\": \"pne\"}]}, \"87396\": {\"path\": \"test/87396.jpg\", \"id\": 87396, \"objects\": [{\"bbox\": {\"xmin\": 146.667, \"ymin\": 830.667, \"xmax\": 221.3333, \"ymax\": 925.3336}, \"category\": \"pm55\"}]}, \"80717\": {\"path\": \"other/80717.jpg\", \"id\": 80717, \"objects\": [{\"bbox\": {\"xmin\": 1235.87, \"ymin\": 948.189, \"xmax\": 1245.65681, \"ymax\": 960.8698999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1247.83, \"ymin\": 948.551, \"xmax\": 1257.6087, \"ymax\": 960.5072}, \"category\": \"pn\"}]}, \"42265\": {\"path\": \"train/42265.jpg\", \"id\": 42265, \"objects\": [{\"bbox\": {\"xmin\": 1472.0, \"ymin\": 904.0, \"xmax\": 1519.0, \"ymax\": 950.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1971.0, \"ymin\": 894.0, \"xmax\": 2047.0, \"ymax\": 1013.0}, \"category\": \"pne\"}]}, \"88663\": {\"path\": \"test/88663.jpg\", \"id\": 88663, \"objects\": [{\"bbox\": {\"xmin\": 853.642, \"ymin\": 892.715, \"xmax\": 874.8339000000001, \"ymax\": 912.5828}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 146.358, \"ymin\": 890.728, \"xmax\": 160.9272, \"ymax\": 912.5827999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1735.1, \"ymin\": 842.384, \"xmax\": 1755.6290999999999, \"ymax\": 874.1722}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1115.89, \"ymin\": 897.351, \"xmax\": 1132.4503000000002, \"ymax\": 913.9073}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 162.252, \"ymin\": 890.728, \"xmax\": 176.15890000000002, \"ymax\": 913.9073}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1135.76, \"ymin\": 895.364, \"xmax\": 1154.3046, \"ymax\": 916.5563000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1755.63, \"ymin\": 838.411, \"xmax\": 1776.8212, \"ymax\": 873.5098999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 792.053, \"ymin\": 888.079, \"xmax\": 811.9205, \"ymax\": 910.596}, \"category\": \"pne\"}]}, \"33188\": {\"path\": \"train/33188.jpg\", \"id\": 33188, \"objects\": [{\"bbox\": {\"xmin\": 1923.0, \"ymin\": 907.0, \"xmax\": 2006.0, \"ymax\": 1003.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1928.0, \"ymin\": 819.0, \"xmax\": 2009.0, \"ymax\": 905.0}, \"category\": \"w57\"}]}, \"53124\": {\"path\": \"train/53124.jpg\", \"id\": 53124, \"objects\": [{\"bbox\": {\"xmin\": 1750.0, \"ymin\": 904.0, \"xmax\": 1836.0, \"ymax\": 1016.0}, \"category\": \"pl120\"}]}, \"61756\": {\"path\": \"test/61756.jpg\", \"id\": 61756, \"objects\": [{\"bbox\": {\"xmin\": 1064.0, \"ymin\": 846.667, \"xmax\": 1113.3333, \"ymax\": 894.6667}, \"category\": \"pl30\"}]}, \"15370\": {\"path\": \"train/15370.jpg\", \"id\": 15370, \"objects\": [{\"bbox\": {\"xmin\": 684.0, \"ymin\": 989.333, \"xmax\": 729.3333, \"ymax\": 1034.6667}, \"category\": \"p5\"}]}, \"33461\": {\"path\": \"other/33461.jpg\", \"id\": 33461, \"objects\": [{\"bbox\": {\"xmin\": 457.0, \"ymin\": 898.0, \"xmax\": 519.0, \"ymax\": 978.0}, \"category\": \"pr50\"}]}, \"47974\": {\"path\": \"train/47974.jpg\", \"id\": 47974, \"objects\": [{\"bbox\": {\"xmin\": 1408.0, \"ymin\": 789.333, \"xmax\": 1489.3399, \"ymax\": 870.6667}, \"category\": \"pcl\"}]}, \"86752\": {\"path\": \"other/86752.jpg\", \"id\": 86752, \"objects\": [{\"bbox\": {\"xmin\": 991.27, \"ymin\": 973.016, \"xmax\": 1004.7619, \"ymax\": 985.7143}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 905.556, \"ymin\": 973.81, \"xmax\": 919.8413, \"ymax\": 988.0952}, \"category\": \"pne\"}]}, \"94797\": {\"path\": \"other/94797.jpg\", \"id\": 94797, \"objects\": [{\"bbox\": {\"xmin\": 1242.62, \"ymin\": 901.705, \"xmax\": 1277.2727, \"ymax\": 938.6365000000001}, \"category\": \"ph2.8\"}]}, \"95658\": {\"path\": \"test/95658.jpg\", \"id\": 95658, \"objects\": [{\"bbox\": {\"xmin\": 1618.81, \"ymin\": 996.04, \"xmax\": 1636.6282999999999, \"ymax\": 1016.8317}, \"category\": \"i2r\"}]}, \"77791\": {\"path\": \"train/77791.jpg\", \"id\": 77791, \"objects\": [{\"bbox\": {\"xmin\": 646.667, \"ymin\": 922.667, \"xmax\": 689.3333, \"ymax\": 965.3333}, \"category\": \"pl30\"}]}, \"60850\": {\"path\": \"train/60850.jpg\", \"id\": 60850, \"objects\": [{\"bbox\": {\"xmin\": 631.579, \"ymin\": 828.947, \"xmax\": 700.0, \"ymax\": 902.6316}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1872.37, \"ymin\": 736.842, \"xmax\": 1923.6842, \"ymax\": 802.6315999999999}, \"category\": \"pne\"}]}, \"12001\": {\"path\": \"test/12001.jpg\", \"id\": 12001, \"objects\": [{\"bbox\": {\"xmin\": 697.292, \"ymin\": 953.142, \"xmax\": 719.9992, \"ymax\": 979.9998}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1522.17, \"ymin\": 938.4, \"xmax\": 1563.6472, \"ymax\": 981.764}, \"category\": \"i2r\"}]}, \"48397\": {\"path\": \"test/48397.jpg\", \"id\": 48397, \"objects\": [{\"bbox\": {\"xmin\": 1813.6, \"ymin\": 1002.4, \"xmax\": 1848.8, \"ymax\": 1037.6}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1361.6, \"ymin\": 1004.0, \"xmax\": 1384.8, \"ymax\": 1026.4}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1786.4, \"ymin\": 988.0, \"xmax\": 1821.6000000000001, \"ymax\": 1027.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1197.6, \"ymin\": 947.2, \"xmax\": 1216.0, \"ymax\": 966.4000000000001}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1651.2, \"ymin\": 993.6, \"xmax\": 1680.8, \"ymax\": 1022.4}, \"category\": \"w46\"}]}, \"69\": {\"path\": \"other/69.jpg\", \"id\": 69, \"objects\": [{\"bbox\": {\"xmin\": 184.56861877441406, \"ymin\": 930.8170776367188, \"xmax\": 208.1096649169922, \"ymax\": 952.0250854492188}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 92.59041595458984, \"ymin\": 930.8593139648438, \"xmax\": 115.24373626708984, \"ymax\": 951.2219848632812}, \"category\": \"i4\"}]}, \"88735\": {\"path\": \"test/88735.jpg\", \"id\": 88735, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 926.0, \"xmax\": 31.0, \"ymax\": 961.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 16.0, \"ymin\": 889.0, \"xmax\": 49.0, \"ymax\": 922.0}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 36.0, \"ymin\": 926.0, \"xmax\": 69.0, \"ymax\": 961.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1636.0, \"ymin\": 966.0, \"xmax\": 1650.0, \"ymax\": 979.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1636.0, \"ymin\": 982.0, \"xmax\": 1651.0, \"ymax\": 997.0}, \"category\": \"pn\"}]}, \"56587\": {\"path\": \"test/56587.jpg\", \"id\": 56587, \"objects\": [{\"bbox\": {\"xmin\": 803.2, \"ymin\": 493.6, \"xmax\": 836.0, \"ymax\": 599.2}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1977.0, \"ymin\": 834.0, \"xmax\": 1998.0, \"ymax\": 860.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1958.0, \"ymin\": 830.0, \"xmax\": 1977.0, \"ymax\": 856.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 718.4, \"ymin\": 400.8, \"xmax\": 764.8, \"ymax\": 526.4}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 525.6, \"ymin\": 206.4, \"xmax\": 612.0, \"ymax\": 363.20000000000005}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1936.0, \"ymin\": 826.0, \"xmax\": 1957.0, \"ymax\": 854.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 418.4, \"ymin\": 109.6, \"xmax\": 523.1999999999999, \"ymax\": 282.4}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1998.0, \"ymin\": 835.0, \"xmax\": 2017.0, \"ymax\": 862.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 615.2, \"ymin\": 286.4, \"xmax\": 675.2, \"ymax\": 432.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 764.8, \"ymin\": 453.6, \"xmax\": 797.5999999999999, \"ymax\": 568.8000000000001}, \"category\": \"im\"}]}, \"80925\": {\"path\": \"test/80925.jpg\", \"id\": 80925, \"objects\": [{\"bbox\": {\"xmin\": 1185.0, \"ymin\": 1009.0, \"xmax\": 1203.0, \"ymax\": 1027.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1522.0, \"ymin\": 975.0, \"xmax\": 1577.0, \"ymax\": 1029.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 751.0, \"ymin\": 997.0, \"xmax\": 777.0, \"ymax\": 1024.0}, \"category\": \"pn\"}]}, \"16534\": {\"path\": \"train/16534.jpg\", \"id\": 16534, \"objects\": [{\"bbox\": {\"xmin\": 1192.0, \"ymin\": 758.667, \"xmax\": 1242.6667, \"ymax\": 809.3333}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1005.33, \"ymin\": 756.0, \"xmax\": 1061.3333, \"ymax\": 809.3333}, \"category\": \"pl40\"}]}, \"61581\": {\"path\": \"train/61581.jpg\", \"id\": 61581, \"objects\": [{\"bbox\": {\"xmin\": 1050.67, \"ymin\": 884.0, \"xmax\": 1096.0, \"ymax\": 924.0}, \"category\": \"ph4.5\"}]}, \"18622\": {\"path\": \"test/18622.jpg\", \"id\": 18622, \"objects\": [{\"bbox\": {\"xmin\": 820.8, \"ymin\": 931.2, \"xmax\": 872.8, \"ymax\": 985.6}, \"category\": \"p23\"}]}, \"95515\": {\"path\": \"test/95515.jpg\", \"id\": 95515, \"objects\": [{\"bbox\": {\"xmin\": 1228.57, \"ymin\": 919.048, \"xmax\": 1254.7592, \"ymax\": 946.0317}, \"category\": \"pl80\"}]}, \"63958\": {\"path\": \"train/63958.jpg\", \"id\": 63958, \"objects\": [{\"bbox\": {\"xmin\": 1250.67, \"ymin\": 849.333, \"xmax\": 1297.3333, \"ymax\": 892.0}, \"category\": \"pl100\"}]}, \"60285\": {\"path\": \"train/60285.jpg\", \"id\": 60285, \"objects\": [{\"bbox\": {\"xmin\": 1310.3909912109375, \"ymin\": 1249.7900390625, \"xmax\": 1337.9876708984375, \"ymax\": 1281.470947265625}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 237.302, \"ymin\": 1208.73, \"xmax\": 259.5242, \"ymax\": 1230.9487}, \"category\": \"pne\"}]}, \"34771\": {\"path\": \"test/34771.jpg\", \"id\": 34771, \"objects\": [{\"bbox\": {\"xmin\": 580.0, \"ymin\": 972.0, \"xmax\": 636.0, \"ymax\": 1025.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1717.33, \"ymin\": 810.667, \"xmax\": 1784.0, \"ymax\": 888.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1716.0, \"ymin\": 912.0, \"xmax\": 1780.0033, \"ymax\": 985.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1570.67, \"ymin\": 653.333, \"xmax\": 1662.6667, \"ymax\": 746.6664}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1474.67, \"ymin\": 602.667, \"xmax\": 1569.3366, \"ymax\": 702.6667}, \"category\": \"w57\"}]}, \"80962\": {\"path\": \"other/80962.jpg\", \"id\": 80962, \"objects\": [{\"bbox\": {\"xmin\": 1156.95, \"ymin\": 949.669, \"xmax\": 1168.2119, \"ymax\": 962.9139}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1115.23, \"ymin\": 949.007, \"xmax\": 1125.8278, \"ymax\": 961.5894}, \"category\": \"pne\"}]}, \"6765\": {\"path\": \"other/6765.jpg\", \"id\": 6765, \"objects\": [{\"bbox\": {\"xmin\": 793.8446044921875, \"ymin\": 937.420654296875, \"xmax\": 814.2789306640625, \"ymax\": 963.447021484375}, \"category\": \"ph3.3\"}]}, \"73184\": {\"path\": \"train/73184.jpg\", \"id\": 73184, \"objects\": [{\"bbox\": {\"xmin\": 63.1579, \"ymin\": 981.818, \"xmax\": 89.4737, \"ymax\": 1012.5}, \"category\": \"p19\"}]}, \"17111\": {\"path\": \"train/17111.jpg\", \"id\": 17111, \"objects\": [{\"bbox\": {\"xmin\": 229.412, \"ymin\": 947.059, \"xmax\": 266.6667, \"ymax\": 992.1569}, \"category\": \"pne\"}]}, \"59802\": {\"path\": \"other/59802.jpg\", \"id\": 59802, \"objects\": [{\"bbox\": {\"xmin\": 666.0405883789062, \"ymin\": 1010.6861572265625, \"xmax\": 685.9812622070312, \"ymax\": 1051.1800537109375}, \"category\": \"pl5\"}]}, \"41593\": {\"path\": \"other/41593.jpg\", \"id\": 41593, \"objects\": [{\"bbox\": {\"xmin\": 1593.33, \"ymin\": 788.0, \"xmax\": 1657.3333, \"ymax\": 854.6667}, \"category\": \"ph4.2\"}]}, \"15527\": {\"path\": \"train/15527.jpg\", \"id\": 15527, \"objects\": [{\"bbox\": {\"xmin\": 2018.42, \"ymin\": 1004.76, \"xmax\": 2052.6316, \"ymax\": 1038.8889}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 2021.05, \"ymin\": 961.842, \"xmax\": 2050.0, \"ymax\": 996.0317}, \"category\": \"pl5\"}]}, \"65414\": {\"path\": \"train/65414.jpg\", \"id\": 65414, \"objects\": [{\"bbox\": {\"xmin\": 1630.26, \"ymin\": 913.158, \"xmax\": 1689.4737, \"ymax\": 969.7368}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1626.32, \"ymin\": 994.737, \"xmax\": 1688.1579, \"ymax\": 1051.3157999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1635.53, \"ymin\": 825.0, \"xmax\": 1690.7894999999999, \"ymax\": 890.7895}, \"category\": \"p26\"}]}, \"91248\": {\"path\": \"train/91248.jpg\", \"id\": 91248, \"objects\": [{\"bbox\": {\"xmin\": 219.0, \"ymin\": 685.0, \"xmax\": 255.0, \"ymax\": 748.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 361.0, \"ymin\": 737.0, \"xmax\": 386.0, \"ymax\": 795.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 422.0, \"ymin\": 759.0, \"xmax\": 455.0, \"ymax\": 832.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 129.0, \"ymin\": 650.0, \"xmax\": 173.0, \"ymax\": 722.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 301.0, \"ymin\": 713.0, \"xmax\": 331.0, \"ymax\": 771.0}, \"category\": \"pl120\"}]}, \"90325\": {\"path\": \"train/90325.jpg\", \"id\": 90325, \"objects\": [{\"bbox\": {\"xmin\": 1652.0, \"ymin\": 907.0, \"xmax\": 1768.0, \"ymax\": 1020.0}, \"category\": \"pl30\"}]}, \"35246\": {\"path\": \"train/35246.jpg\", \"id\": 35246, \"objects\": [{\"bbox\": {\"xmin\": 912.0, \"ymin\": 1068.0, \"xmax\": 942.6667, \"ymax\": 1096.0}, \"category\": \"i5\"}]}, \"79848\": {\"path\": \"train/79848.jpg\", \"id\": 79848, \"objects\": [{\"bbox\": {\"xmin\": 565.333, \"ymin\": 973.333, \"xmax\": 601.3333, \"ymax\": 1010.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1378.67, \"ymin\": 668.0, \"xmax\": 1438.6667, \"ymax\": 726.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1136.0, \"ymin\": 976.0, \"xmax\": 1168.0, \"ymax\": 1009.3333}, \"category\": \"i2r\"}]}, \"61923\": {\"path\": \"test/61923.jpg\", \"id\": 61923, \"objects\": [{\"bbox\": {\"xmin\": 1288.0, \"ymin\": 833.333, \"xmax\": 1341.3333, \"ymax\": 886.6667}, \"category\": \"pcl\"}]}, \"71428\": {\"path\": \"other/71428.jpg\", \"id\": 71428, \"objects\": [{\"bbox\": {\"xmin\": 887.595703125, \"ymin\": 1391.35791015625, \"xmax\": 981.957275390625, \"ymax\": 1616.51171875}, \"category\": \"p10\"}]}, \"9870\": {\"path\": \"train/9870.jpg\", \"id\": 9870, \"objects\": [{\"bbox\": {\"xmin\": 1057.33, \"ymin\": 670.667, \"xmax\": 1149.3333, \"ymax\": 758.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1882.67, \"ymin\": 973.333, \"xmax\": 1956.0, \"ymax\": 1058.6667}, \"category\": \"pm15\"}]}, \"1973\": {\"path\": \"train/1973.jpg\", \"id\": 1973, \"objects\": [{\"bbox\": {\"xmin\": 1520.0, \"ymin\": 973.333, \"xmax\": 1570.6667, \"ymax\": 1025.3333}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 149.333, \"ymin\": 896.0, \"xmax\": 206.6667, \"ymax\": 974.6667}, \"category\": \"pm20\"}]}, \"48467\": {\"path\": \"other/48467.jpg\", \"id\": 48467, \"objects\": [{\"bbox\": {\"xmin\": 92.38304138183594, \"ymin\": 966.6112670898438, \"xmax\": 116.55848693847656, \"ymax\": 999.6409301757812}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 94.64715576171875, \"ymin\": 1040.040771484375, \"xmax\": 117.32708740234375, \"ymax\": 1071.03955078125}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 95.80535125732422, \"ymin\": 1006.428955078125, \"xmax\": 115.1582260131836, \"ymax\": 1035.97021484375}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 96.04141235351562, \"ymin\": 1074.1043701171875, \"xmax\": 116.71943664550781, \"ymax\": 1104.3997802734375}, \"category\": \"pm2.5\"}]}, \"87619\": {\"path\": \"train/87619.jpg\", \"id\": 87619, \"objects\": [{\"bbox\": {\"xmin\": 533.775, \"ymin\": 873.51, \"xmax\": 562.9139, \"ymax\": 905.9603}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 439.073, \"ymin\": 875.497, \"xmax\": 465.56289999999996, \"ymax\": 908.6093}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 672.185, \"ymin\": 919.868, \"xmax\": 688.7416999999999, \"ymax\": 941.7219}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 651.656, \"ymin\": 921.854, \"xmax\": 668.8742, \"ymax\": 941.7219}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 691.391, \"ymin\": 918.543, \"xmax\": 710.596, \"ymax\": 940.3974000000001}, \"category\": \"pn\"}]}, \"41889\": {\"path\": \"test/41889.jpg\", \"id\": 41889, \"objects\": [{\"bbox\": {\"xmin\": 1696.0, \"ymin\": 936.0, \"xmax\": 1716.0, \"ymax\": 978.6667}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 532.0, \"ymin\": 813.333, \"xmax\": 564.0, \"ymax\": 862.6667}, \"category\": \"pcl\"}]}, \"49828\": {\"path\": \"other/49828.jpg\", \"id\": 49828, \"objects\": [{\"bbox\": {\"xmin\": 980.952, \"ymin\": 950.794, \"xmax\": 989.68254, \"ymax\": 962.6984}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 911.111, \"ymin\": 950.794, \"xmax\": 922.2222, \"ymax\": 963.4920999999999}, \"category\": \"pne\"}]}, \"15497\": {\"path\": \"test/15497.jpg\", \"id\": 15497, \"objects\": [{\"bbox\": {\"xmin\": 821.0, \"ymin\": 789.0, \"xmax\": 852.0, \"ymax\": 825.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1873.0, \"ymin\": 995.0, \"xmax\": 1925.0, \"ymax\": 1036.0}, \"category\": \"w32\"}]}, \"85351\": {\"path\": \"train/85351.jpg\", \"id\": 85351, \"objects\": [{\"bbox\": {\"xmin\": 1232.8, \"ymin\": 57.6, \"xmax\": 1437.6, \"ymax\": 196.79999999999998}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 309.6, \"ymin\": 118.4, \"xmax\": 471.20000000000005, \"ymax\": 255.20000000000002}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 745.6, \"ymin\": 48.8, \"xmax\": 952.0, \"ymax\": 180.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 20.0, \"ymin\": 224.0, \"xmax\": 134.4, \"ymax\": 348.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1710.4, \"ymin\": 155.2, \"xmax\": 1861.6000000000001, \"ymax\": 288.0}, \"category\": \"pl80\"}]}, \"12755\": {\"path\": \"other/12755.jpg\", \"id\": 12755, \"objects\": [{\"bbox\": {\"xmin\": 1149.43701171875, \"ymin\": 983.4589233398438, \"xmax\": 1169.89453125, \"ymax\": 1005.4636840820312}, \"category\": \"pl20\"}]}, \"10954\": {\"path\": \"train/10954.jpg\", \"id\": 10954, \"objects\": [{\"bbox\": {\"xmin\": 780.0, \"ymin\": 742.0, \"xmax\": 825.0, \"ymax\": 789.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1250.0, \"ymin\": 717.0, \"xmax\": 1299.0, \"ymax\": 761.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 885.0, \"ymin\": 727.0, \"xmax\": 919.0, \"ymax\": 787.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 689.0, \"ymin\": 746.0, \"xmax\": 738.0, \"ymax\": 797.0}, \"category\": \"pl110\"}]}, \"46372\": {\"path\": \"other/46372.jpg\", \"id\": 46372, \"objects\": [{\"bbox\": {\"xmin\": 1602.63, \"ymin\": 989.474, \"xmax\": 1628.9474, \"ymax\": 1019.7368}, \"category\": \"w26\"}]}, \"9180\": {\"path\": \"test/9180.jpg\", \"id\": 9180, \"objects\": [{\"bbox\": {\"xmin\": 1976.0, \"ymin\": 972.0, \"xmax\": 1993.3333, \"ymax\": 1004.0}, \"category\": \"pl20\"}]}, \"52463\": {\"path\": \"train/52463.jpg\", \"id\": 52463, \"objects\": [{\"bbox\": {\"xmin\": 1162.06, \"ymin\": 777.081, \"xmax\": 1214.9971, \"ymax\": 828.0615}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1098.7, \"ymin\": 779.067, \"xmax\": 1153.6012, \"ymax\": 830.0475}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1220.53, \"ymin\": 772.549, \"xmax\": 1272.8428, \"ymax\": 832.4503}, \"category\": \"pn\"}]}, \"36354\": {\"path\": \"other/36354.jpg\", \"id\": 36354, \"objects\": [{\"bbox\": {\"xmin\": 1277.11, \"ymin\": 933.83, \"xmax\": 1293.0299, \"ymax\": 949.2532}, \"category\": \"pn\"}]}, \"63249\": {\"path\": \"other/63249.jpg\", \"id\": 63249, \"objects\": [{\"bbox\": {\"xmin\": 1872.55, \"ymin\": 927.451, \"xmax\": 2021.569, \"ymax\": 1084.314}, \"category\": \"pb\"}]}, \"76375\": {\"path\": \"other/76375.jpg\", \"id\": 76375, \"objects\": [{\"bbox\": {\"xmin\": 486.571, \"ymin\": 954.741, \"xmax\": 530.9524, \"ymax\": 1031.0572}, \"category\": \"w58\"}]}, \"91437\": {\"path\": \"train/91437.jpg\", \"id\": 91437, \"objects\": [{\"bbox\": {\"xmin\": 255.446, \"ymin\": 491.089, \"xmax\": 296.0396, \"ymax\": 557.4257}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 194.059, \"ymin\": 460.396, \"xmax\": 241.5842, \"ymax\": 530.6931}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 196.04, \"ymin\": 569.307, \"xmax\": 240.5941, \"ymax\": 634.6535}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 382.178, \"ymin\": 760.396, \"xmax\": 419.802, \"ymax\": 828.7129}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 307.921, \"ymin\": 611.881, \"xmax\": 345.5446, \"ymax\": 674.2574}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 254.455, \"ymin\": 594.059, \"xmax\": 297.0297, \"ymax\": 659.4059}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 307.921, \"ymin\": 519.802, \"xmax\": 343.5644, \"ymax\": 577.2277}, \"category\": \"pbp\"}]}, \"39240\": {\"path\": \"train/39240.jpg\", \"id\": 39240, \"objects\": [{\"bbox\": {\"xmin\": 28.0, \"ymin\": 816.0, \"xmax\": 146.667, \"ymax\": 966.667}, \"category\": \"pcl\"}]}, \"65681\": {\"path\": \"train/65681.jpg\", \"id\": 65681, \"objects\": [{\"bbox\": {\"xmin\": 1558.82, \"ymin\": 978.431, \"xmax\": 1623.5294, \"ymax\": 1166.667}, \"category\": \"pm20\"}]}, \"24847\": {\"path\": \"train/24847.jpg\", \"id\": 24847, \"objects\": [{\"bbox\": {\"xmin\": 541.333, \"ymin\": 1013.33, \"xmax\": 629.3333, \"ymax\": 1102.6667}, \"category\": \"pl60\"}]}, \"59114\": {\"path\": \"train/59114.jpg\", \"id\": 59114, \"objects\": [{\"bbox\": {\"xmin\": 519.0, \"ymin\": 846.0, \"xmax\": 576.0, \"ymax\": 904.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1224.0, \"ymin\": 824.0, \"xmax\": 1264.0, \"ymax\": 863.0}, \"category\": \"pl80\"}]}, \"78961\": {\"path\": \"test/78961.jpg\", \"id\": 78961, \"objects\": [{\"bbox\": {\"xmin\": -5.88266, \"ymin\": 976.468, \"xmax\": 86.27454, \"ymax\": 1194.116}, \"category\": \"pn\"}]}, \"29082\": {\"path\": \"test/29082.jpg\", \"id\": 29082, \"objects\": [{\"bbox\": {\"xmin\": 14.6667, \"ymin\": 1037.33, \"xmax\": 49.3333, \"ymax\": 1077.3333}, \"category\": \"pl100\"}]}, \"80438\": {\"path\": \"train/80438.jpg\", \"id\": 80438, \"objects\": [{\"bbox\": {\"xmin\": 844.8, \"ymin\": 834.4, \"xmax\": 882.4, \"ymax\": 872.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1063.2, \"ymin\": 874.4, \"xmax\": 1092.8, \"ymax\": 904.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1095.2, \"ymin\": 873.6, \"xmax\": 1124.0, \"ymax\": 903.2}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 615.2, \"ymin\": 839.2, \"xmax\": 651.2, \"ymax\": 877.6}, \"category\": \"pne\"}]}, \"69482\": {\"path\": \"test/69482.jpg\", \"id\": 69482, \"objects\": [{\"bbox\": {\"xmin\": 1516.0, \"ymin\": 853.333, \"xmax\": 1541.3333, \"ymax\": 882.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1517.33, \"ymin\": 897.333, \"xmax\": 1544.0, \"ymax\": 930.6667}, \"category\": \"pl50\"}]}, \"98148\": {\"path\": \"other/98148.jpg\", \"id\": 98148, \"objects\": [{\"bbox\": {\"xmin\": 1127.84, \"ymin\": 879.545, \"xmax\": 1164.2044999999998, \"ymax\": 913.6364}, \"category\": \"w21\"}]}, \"52059\": {\"path\": \"train/52059.jpg\", \"id\": 52059, \"objects\": [{\"bbox\": {\"xmin\": 1576.0, \"ymin\": 940.0, \"xmax\": 1634.6667, \"ymax\": 1005.3333}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1562.67, \"ymin\": 642.667, \"xmax\": 1642.6667, \"ymax\": 724.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1665.33, \"ymin\": 650.667, \"xmax\": 1738.6667, \"ymax\": 729.3333}, \"category\": \"pl60\"}]}, \"51843\": {\"path\": \"test/51843.jpg\", \"id\": 51843, \"objects\": [{\"bbox\": {\"xmin\": 1153.17, \"ymin\": 915.873, \"xmax\": 1173.8095, \"ymax\": 938.8889}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1129.37, \"ymin\": 917.46, \"xmax\": 1150.0, \"ymax\": 938.8889}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1176.19, \"ymin\": 915.079, \"xmax\": 1196.8254, \"ymax\": 941.2697999999999}, \"category\": \"pn\"}]}, \"91424\": {\"path\": \"train/91424.jpg\", \"id\": 91424, \"objects\": [{\"bbox\": {\"xmin\": 846.535, \"ymin\": 885.149, \"xmax\": 879.2079, \"ymax\": 919.802}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1157.43, \"ymin\": 913.861, \"xmax\": 1182.1782, \"ymax\": 941.5842}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1304.95, \"ymin\": 974.257, \"xmax\": 1333.6634000000001, \"ymax\": 1004.9504999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1304.95, \"ymin\": 1016.83, \"xmax\": 1331.6832, \"ymax\": 1044.5545}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1304.95, \"ymin\": 930.693, \"xmax\": 1333.6634000000001, \"ymax\": 963.3663}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1128.71, \"ymin\": 910.891, \"xmax\": 1155.4455, \"ymax\": 939.6039999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1184.16, \"ymin\": 913.861, \"xmax\": 1209.9076, \"ymax\": 941.5842}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 709.901, \"ymin\": 886.139, \"xmax\": 742.5743, \"ymax\": 920.7921}, \"category\": \"pne\"}]}, \"66073\": {\"path\": \"other/66073.jpg\", \"id\": 66073, \"objects\": [{\"bbox\": {\"xmin\": 1900.569580078125, \"ymin\": 965.5830688476562, \"xmax\": 1922.2099609375, \"ymax\": 985.3694458007812}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1923.1654052734375, \"ymin\": 989.5587158203125, \"xmax\": 1945.7093505859375, \"ymax\": 1010.3248291015625}, \"category\": \"p9\"}]}, \"54378\": {\"path\": \"train/54378.jpg\", \"id\": 54378, \"objects\": [{\"bbox\": {\"xmin\": 1800.79, \"ymin\": 903.968, \"xmax\": 1823.0158999999999, \"ymax\": 931.746}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1722.22, \"ymin\": 897.619, \"xmax\": 1743.6508000000001, \"ymax\": 924.6032}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1464.29, \"ymin\": 883.333, \"xmax\": 1492.0635, \"ymax\": 912.6984}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1243.65, \"ymin\": 873.016, \"xmax\": 1274.6032, \"ymax\": 902.381}, \"category\": \"pne\"}]}, \"54877\": {\"path\": \"train/54877.jpg\", \"id\": 54877, \"objects\": [{\"bbox\": {\"xmin\": 914.852, \"ymin\": 977.373, \"xmax\": 946.0227, \"ymax\": 1018.1818000000001}, \"category\": \"pl30\"}]}, \"55099\": {\"path\": \"train/55099.jpg\", \"id\": 55099, \"objects\": [{\"bbox\": {\"xmin\": 937.0, \"ymin\": 785.0, \"xmax\": 978.0, \"ymax\": 828.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1085.0, \"ymin\": 786.0, \"xmax\": 1127.0, \"ymax\": 826.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1237.0, \"ymin\": 821.0, \"xmax\": 1269.0, \"ymax\": 853.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1239.0, \"ymin\": 856.0, \"xmax\": 1272.0, \"ymax\": 890.0}, \"category\": \"i2r\"}]}, \"7556\": {\"path\": \"train/7556.jpg\", \"id\": 7556, \"objects\": [{\"bbox\": {\"xmin\": 1518.4564208984375, \"ymin\": 287.040771484375, \"xmax\": 1615.0782470703125, \"ymax\": 368.69281005859375}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 964.0, \"xmax\": 1318.6667, \"ymax\": 986.6667}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1812.0, \"ymin\": 341.333, \"xmax\": 1914.667, \"ymax\": 436.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1244.0, \"ymin\": 964.0, \"xmax\": 1266.6667, \"ymax\": 988.0}, \"category\": \"pl60\"}]}, \"4978\": {\"path\": \"other/4978.jpg\", \"id\": 4978, \"objects\": [{\"bbox\": {\"xmin\": 1517.65, \"ymin\": 643.137, \"xmax\": 1605.8824000000002, \"ymax\": 741.1764999999999}, \"category\": \"w21\"}]}, \"47318\": {\"path\": \"train/47318.jpg\", \"id\": 47318, \"objects\": [{\"bbox\": {\"xmin\": 1596.0, \"ymin\": 680.0, \"xmax\": 1669.0, \"ymax\": 761.0}, \"category\": \"pr40\"}]}, \"89666\": {\"path\": \"train/89666.jpg\", \"id\": 89666, \"objects\": [{\"bbox\": {\"xmin\": 794.667, \"ymin\": 917.333, \"xmax\": 817.3333, \"ymax\": 1018.6669999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 628.0, \"ymin\": 974.667, \"xmax\": 710.6667, \"ymax\": 1048.0}, \"category\": \"w32\"}]}, \"92486\": {\"path\": \"train/92486.jpg\", \"id\": 92486, \"objects\": [{\"bbox\": {\"xmin\": 1032.0, \"ymin\": 852.0, \"xmax\": 1065.3333, \"ymax\": 885.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1129.33, \"ymin\": 853.333, \"xmax\": 1161.3333, \"ymax\": 886.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 934.667, \"ymin\": 848.0, \"xmax\": 966.6667, \"ymax\": 882.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 897.333, \"ymin\": 848.0, \"xmax\": 928.0, \"ymax\": 880.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 993.333, \"ymin\": 850.667, \"xmax\": 1029.3333, \"ymax\": 884.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 850.667, \"xmax\": 1122.6667, \"ymax\": 884.0009}, \"category\": \"pl100\"}]}, \"78543\": {\"path\": \"train/78543.jpg\", \"id\": 78543, \"objects\": [{\"bbox\": {\"xmin\": 77.0, \"ymin\": 979.0, \"xmax\": 92.0, \"ymax\": 999.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 187.0, \"ymin\": 824.0, \"xmax\": 221.0, \"ymax\": 867.0}, \"category\": \"pl80\"}]}, \"44061\": {\"path\": \"train/44061.jpg\", \"id\": 44061, \"objects\": [{\"bbox\": {\"xmin\": 424.0, \"ymin\": 648.0, \"xmax\": 490.0, \"ymax\": 722.0}, \"category\": \"w32\"}]}, \"62933\": {\"path\": \"train/62933.jpg\", \"id\": 62933, \"objects\": [{\"bbox\": {\"xmin\": 540.0, \"ymin\": 959.0, \"xmax\": 566.0, \"ymax\": 1019.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 51.0, \"ymin\": 979.0, \"xmax\": 80.0, \"ymax\": 1025.0}, \"category\": \"i5\"}]}, \"80591\": {\"path\": \"train/80591.jpg\", \"id\": 80591, \"objects\": [{\"bbox\": {\"xmin\": 354.667, \"ymin\": 905.333, \"xmax\": 443.99969999999996, \"ymax\": 1008.0}, \"category\": \"p10\"}]}, \"97188\": {\"path\": \"train/97188.jpg\", \"id\": 97188, \"objects\": [{\"bbox\": {\"xmin\": 490.0, \"ymin\": 897.0, \"xmax\": 521.0, \"ymax\": 938.0}, \"category\": \"pl20\"}]}, \"11573\": {\"path\": \"other/11573.jpg\", \"id\": 11573, \"objects\": [{\"bbox\": {\"xmin\": 353.333, \"ymin\": 910.667, \"xmax\": 423.9997, \"ymax\": 982.667}, \"category\": \"pr20\"}]}, \"44804\": {\"path\": \"train/44804.jpg\", \"id\": 44804, \"objects\": [{\"bbox\": {\"xmin\": 249.333, \"ymin\": 828.0, \"xmax\": 349.33299999999997, \"ymax\": 937.333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1685.33, \"ymin\": 849.333, \"xmax\": 1756.0, \"ymax\": 926.6667}, \"category\": \"pbm\"}]}, \"79034\": {\"path\": \"other/79034.jpg\", \"id\": 79034, \"objects\": [{\"bbox\": {\"xmin\": 255.446, \"ymin\": 929.703, \"xmax\": 265.34653, \"ymax\": 945.5446}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1456.44, \"ymin\": 916.832, \"xmax\": 1468.3168, \"ymax\": 939.604}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 222.772, \"ymin\": 926.733, \"xmax\": 234.65349999999998, \"ymax\": 943.5644}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1431.68, \"ymin\": 917.822, \"xmax\": 1443.5644, \"ymax\": 941.5842}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 593.069, \"ymin\": 931.683, \"xmax\": 623.7624, \"ymax\": 966.3366}, \"category\": \"w47\"}]}, \"46069\": {\"path\": \"train/46069.jpg\", \"id\": 46069, \"objects\": [{\"bbox\": {\"xmin\": 560.0, \"ymin\": 1033.33, \"xmax\": 613.3333, \"ymax\": 1089.3266999999998}, \"category\": \"p5\"}]}, \"95645\": {\"path\": \"other/95645.jpg\", \"id\": 95645, \"objects\": [{\"bbox\": {\"xmin\": 1912.498779296875, \"ymin\": 918.9700317382812, \"xmax\": 1940.6181640625, \"ymax\": 954.0514526367188}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1300.5380859375, \"ymin\": 928.4476318359375, \"xmax\": 1329.88623046875, \"ymax\": 945.4302978515625}, \"category\": \"w34\"}]}, \"39283\": {\"path\": \"train/39283.jpg\", \"id\": 39283, \"objects\": [{\"bbox\": {\"xmin\": 1343.05, \"ymin\": 884.106, \"xmax\": 1370.1987, \"ymax\": 911.9205}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1474.83, \"ymin\": 929.139, \"xmax\": 1490.7285, \"ymax\": 949.0066}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1439.07, \"ymin\": 927.152, \"xmax\": 1454.3046, \"ymax\": 948.3444000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1456.95, \"ymin\": 929.801, \"xmax\": 1472.1854, \"ymax\": 949.0066}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1227.15, \"ymin\": 882.119, \"xmax\": 1258.2781, \"ymax\": 909.9338}, \"category\": \"pne\"}]}, \"3767\": {\"path\": \"other/3767.jpg\", \"id\": 3767, \"objects\": [{\"bbox\": {\"xmin\": 919.886, \"ymin\": 990.341, \"xmax\": 933.5227, \"ymax\": 1003.409}, \"category\": \"pn\"}]}, \"54302\": {\"path\": \"test/54302.jpg\", \"id\": 54302, \"objects\": [{\"bbox\": {\"xmin\": 421.333, \"ymin\": 804.0, \"xmax\": 469.333, \"ymax\": 870.6667}, \"category\": \"pm55\"}]}, \"17284\": {\"path\": \"other/17284.jpg\", \"id\": 17284, \"objects\": [{\"bbox\": {\"xmin\": 1208.304443359375, \"ymin\": 969.218994140625, \"xmax\": 1235.935302734375, \"ymax\": 996.981689453125}, \"category\": \"w57\"}]}, \"27642\": {\"path\": \"train/27642.jpg\", \"id\": 27642, \"objects\": [{\"bbox\": {\"xmin\": 1731.75, \"ymin\": 984.127, \"xmax\": 1788.8889, \"ymax\": 1040.4762}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1741.27, \"ymin\": 1043.65, \"xmax\": 1783.3379, \"ymax\": 1082.5433}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1240.47, \"ymin\": 957.937, \"xmax\": 1285.7116, \"ymax\": 999.2063}, \"category\": \"w59\"}]}, \"55200\": {\"path\": \"test/55200.jpg\", \"id\": 55200, \"objects\": [{\"bbox\": {\"xmin\": 942.574, \"ymin\": 892.079, \"xmax\": 967.3267, \"ymax\": 915.8407}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 792.079, \"ymin\": 893.069, \"xmax\": 813.8614, \"ymax\": 917.8217999999999}, \"category\": \"pne\"}]}, \"41747\": {\"path\": \"test/41747.jpg\", \"id\": 41747, \"objects\": [{\"bbox\": {\"xmin\": 548.0, \"ymin\": 950.667, \"xmax\": 570.6667, \"ymax\": 988.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 222.667, \"ymin\": 897.333, \"xmax\": 250.6667, \"ymax\": 932.0}, \"category\": \"phcs\"}]}, \"64912\": {\"path\": \"train/64912.jpg\", \"id\": 64912, \"objects\": [{\"bbox\": {\"xmin\": 1019.43, \"ymin\": 745.714, \"xmax\": 1058.2899, \"ymax\": 783.4289000000001}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1157.14, \"ymin\": 741.143, \"xmax\": 1197.1429, \"ymax\": 780.5714}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 882.286, \"ymin\": 753.714, \"xmax\": 921.1428999999999, \"ymax\": 791.4279}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 830.857, \"ymin\": 757.714, \"xmax\": 870.2857, \"ymax\": 793.7143000000001}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 965.143, \"ymin\": 748.571, \"xmax\": 1005.7143, \"ymax\": 785.7143}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1103.43, \"ymin\": 743.429, \"xmax\": 1143.4257, \"ymax\": 781.7147}, \"category\": \"pl100\"}]}, \"20600\": {\"path\": \"test/20600.jpg\", \"id\": 20600, \"objects\": [{\"bbox\": {\"xmin\": 500.885, \"ymin\": 1254.87, \"xmax\": 520.3545, \"ymax\": 1278.7634999999998}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 526.991, \"ymin\": 1257.52, \"xmax\": 547.7876, \"ymax\": 1280.9735}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 561.504, \"ymin\": 1258.85, \"xmax\": 584.9558000000001, \"ymax\": 1284.0708}, \"category\": \"pne\"}]}, \"26206\": {\"path\": \"test/26206.jpg\", \"id\": 26206, \"objects\": [{\"bbox\": {\"xmin\": 1021.05, \"ymin\": 859.211, \"xmax\": 1060.5263, \"ymax\": 898.6847}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1064.47, \"ymin\": 860.526, \"xmax\": 1105.2632, \"ymax\": 897.3680999999999}, \"category\": \"pn\"}]}, \"60727\": {\"path\": \"test/60727.jpg\", \"id\": 60727, \"objects\": [{\"bbox\": {\"xmin\": 1588.7049560546875, \"ymin\": 941.2374877929688, \"xmax\": 1638.1422119140625, \"ymax\": 975.1674194335938}, \"category\": \"wc\"}, {\"bbox\": {\"xmin\": 1590.67, \"ymin\": 885.333, \"xmax\": 1640.0, \"ymax\": 934.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1957.33, \"ymin\": 932.0, \"xmax\": 2016.0, \"ymax\": 1006.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1957.33, \"ymin\": 862.667, \"xmax\": 2017.3333, \"ymax\": 933.3333}, \"category\": \"pr20\"}]}, \"54328\": {\"path\": \"test/54328.jpg\", \"id\": 54328, \"objects\": [{\"bbox\": {\"xmin\": 1336.82, \"ymin\": 913.93, \"xmax\": 1356.7146, \"ymax\": 934.8258999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1358.71, \"ymin\": 914.428, \"xmax\": 1379.1045000000001, \"ymax\": 935.3234}, \"category\": \"pn\"}]}, \"72805\": {\"path\": \"train/72805.jpg\", \"id\": 72805, \"objects\": [{\"bbox\": {\"xmin\": 1260.0, \"ymin\": 972.0, \"xmax\": 1294.6667, \"ymax\": 1004.0}, \"category\": \"pcr\"}]}, \"61503\": {\"path\": \"train/61503.jpg\", \"id\": 61503, \"objects\": [{\"bbox\": {\"xmin\": 1212.0, \"ymin\": 968.0, \"xmax\": 1240.0, \"ymax\": 993.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1842.67, \"ymin\": 702.667, \"xmax\": 1905.3333, \"ymax\": 785.3330000000001}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1797.33, \"ymin\": 830.667, \"xmax\": 1826.6667, \"ymax\": 864.0}, \"category\": \"pl50\"}]}, \"80239\": {\"path\": \"test/80239.jpg\", \"id\": 80239, \"objects\": [{\"bbox\": {\"xmin\": 727.7534790039062, \"ymin\": 949.0988159179688, \"xmax\": 746.2025756835938, \"ymax\": 970.3853149414062}, \"category\": \"pcl\"}, {\"bbox\": {\"xmin\": 135.80303955078125, \"ymin\": 956.6348876953125, \"xmax\": 159.76461791992188, \"ymax\": 985.6068115234375}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 702.667, \"ymin\": 1004.0, \"xmax\": 724.0, \"ymax\": 1024.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 365.333, \"ymin\": 861.333, \"xmax\": 451.9997, \"ymax\": 952.0}, \"category\": \"pcl\"}]}, \"72960\": {\"path\": \"test/72960.jpg\", \"id\": 72960, \"objects\": [{\"bbox\": {\"xmin\": 1553.47, \"ymin\": 827.723, \"xmax\": 1597.0297, \"ymax\": 874.2574}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1670.3, \"ymin\": 899.01, \"xmax\": 1691.0892999999999, \"ymax\": 923.7623}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1622.77, \"ymin\": 896.04, \"xmax\": 1644.5545, \"ymax\": 923.7624}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1645.54, \"ymin\": 898.02, \"xmax\": 1667.3267, \"ymax\": 923.7624}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1388.12, \"ymin\": 828.713, \"xmax\": 1430.6931, \"ymax\": 869.3068999999999}, \"category\": \"pne\"}]}, \"20012\": {\"path\": \"train/20012.jpg\", \"id\": 20012, \"objects\": [{\"bbox\": {\"xmin\": 1972.85, \"ymin\": 1022.77, \"xmax\": 1997.0391, \"ymax\": 1054.4554}, \"category\": \"pl30\"}]}, \"22060\": {\"path\": \"train/22060.jpg\", \"id\": 22060, \"objects\": [{\"bbox\": {\"xmin\": 776.984, \"ymin\": 871.429, \"xmax\": 809.5238, \"ymax\": 901.5873}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1137.3, \"ymin\": 915.079, \"xmax\": 1156.3491999999999, \"ymax\": 938.8888}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1094.44, \"ymin\": 917.46, \"xmax\": 1112.6984, \"ymax\": 938.8889}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1115.08, \"ymin\": 915.079, \"xmax\": 1135.7142999999999, \"ymax\": 938.0952}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 653.968, \"ymin\": 876.19, \"xmax\": 686.5079, \"ymax\": 907.1429}, \"category\": \"pne\"}]}, \"84565\": {\"path\": \"test/84565.jpg\", \"id\": 84565, \"objects\": [{\"bbox\": {\"xmin\": 707.0, \"ymin\": 585.0, \"xmax\": 809.0, \"ymax\": 682.0}, \"category\": \"pr40\"}]}, \"55096\": {\"path\": \"train/55096.jpg\", \"id\": 55096, \"objects\": [{\"bbox\": {\"xmin\": 947.525, \"ymin\": 888.119, \"xmax\": 976.2375999999999, \"ymax\": 923.7624000000001}, \"category\": \"ph5\"}]}, \"90028\": {\"path\": \"train/90028.jpg\", \"id\": 90028, \"objects\": [{\"bbox\": {\"xmin\": 1649.0, \"ymin\": 989.0, \"xmax\": 1672.0, \"ymax\": 1018.0}, \"category\": \"i5\"}]}, \"2799\": {\"path\": \"test/2799.jpg\", \"id\": 2799, \"objects\": [{\"bbox\": {\"xmin\": 915.0, \"ymin\": 798.0, \"xmax\": 948.0, \"ymax\": 837.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 560.0, \"ymin\": 928.0, \"xmax\": 595.0, \"ymax\": 969.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 950.0, \"ymin\": 803.0, \"xmax\": 982.0, \"ymax\": 842.0}, \"category\": \"pn\"}]}, \"49157\": {\"path\": \"train/49157.jpg\", \"id\": 49157, \"objects\": [{\"bbox\": {\"xmin\": 1694.67, \"ymin\": 1026.67, \"xmax\": 1728.0, \"ymax\": 1064.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1698.67, \"ymin\": 985.333, \"xmax\": 1730.6667, \"ymax\": 1021.3333}, \"category\": \"pm55\"}]}, \"40829\": {\"path\": \"train/40829.jpg\", \"id\": 40829, \"objects\": [{\"bbox\": {\"xmin\": 482.353, \"ymin\": 815.686, \"xmax\": 523.5294, \"ymax\": 866.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 335.294, \"ymin\": 831.373, \"xmax\": 376.4706, \"ymax\": 882.3529000000001}, \"category\": \"pne\"}]}, \"13959\": {\"path\": \"train/13959.jpg\", \"id\": 13959, \"objects\": [{\"bbox\": {\"xmin\": 1796.0, \"ymin\": 853.0, \"xmax\": 1928.0, \"ymax\": 1001.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 288.0, \"ymin\": 809.0, \"xmax\": 317.0, \"ymax\": 837.0}, \"category\": \"p23\"}]}, \"20494\": {\"path\": \"train/20494.jpg\", \"id\": 20494, \"objects\": [{\"bbox\": {\"xmin\": 853.968, \"ymin\": 920.635, \"xmax\": 875.3968, \"ymax\": 943.6508}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 766.667, \"ymin\": 922.222, \"xmax\": 789.6825, \"ymax\": 944.4444}, \"category\": \"pne\"}]}, \"89882\": {\"path\": \"train/89882.jpg\", \"id\": 89882, \"objects\": [{\"bbox\": {\"xmin\": 1601.32, \"ymin\": 925.828, \"xmax\": 1630.4613, \"ymax\": 952.9806}, \"category\": \"p10\"}]}, \"64215\": {\"path\": \"train/64215.jpg\", \"id\": 64215, \"objects\": [{\"bbox\": {\"xmin\": 1906.93, \"ymin\": 960.396, \"xmax\": 1947.5248000000001, \"ymax\": 994.0594}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1664.36, \"ymin\": 983.168, \"xmax\": 1692.1055999999999, \"ymax\": 1009.9004}, \"category\": \"w57\"}]}, \"69681\": {\"path\": \"train/69681.jpg\", \"id\": 69681, \"objects\": [{\"bbox\": {\"xmin\": 507.0, \"ymin\": 614.0, \"xmax\": 569.0, \"ymax\": 681.0}, \"category\": \"pr40\"}]}, \"95021\": {\"path\": \"train/95021.jpg\", \"id\": 95021, \"objects\": [{\"bbox\": {\"xmin\": 1372.0, \"ymin\": 641.333, \"xmax\": 1450.6667, \"ymax\": 724.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1836.0, \"ymin\": 830.667, \"xmax\": 1909.3333, \"ymax\": 918.6667}, \"category\": \"i2r\"}]}, \"80906\": {\"path\": \"train/80906.jpg\", \"id\": 80906, \"objects\": [{\"bbox\": {\"xmin\": 1039.8380126953125, \"ymin\": 939.6392211914062, \"xmax\": 1060.9674072265625, \"ymax\": 962.5900268554688}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1964.0, \"ymin\": 712.0, \"xmax\": 2017.3333, \"ymax\": 780.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1962.67, \"ymin\": 645.333, \"xmax\": 2016.0, \"ymax\": 712.0}, \"category\": \"pm35\"}]}, \"35700\": {\"path\": \"other/35700.jpg\", \"id\": 35700, \"objects\": [{\"bbox\": {\"xmin\": 1142.03, \"ymin\": 949.275, \"xmax\": 1154.711, \"ymax\": 963.4058}, \"category\": \"pl80\"}]}, \"95551\": {\"path\": \"train/95551.jpg\", \"id\": 95551, \"objects\": [{\"bbox\": {\"xmin\": 1544.0, \"ymin\": 1042.0, \"xmax\": 1575.0, \"ymax\": 1093.0}, \"category\": \"p11\"}]}, \"62136\": {\"path\": \"train/62136.jpg\", \"id\": 62136, \"objects\": [{\"bbox\": {\"xmin\": 157.6, \"ymin\": 898.4, \"xmax\": 191.2, \"ymax\": 939.1999999999999}, \"category\": \"pl80\"}]}, \"74646\": {\"path\": \"test/74646.jpg\", \"id\": 74646, \"objects\": [{\"bbox\": {\"xmin\": 1842.0, \"ymin\": 998.0, \"xmax\": 1875.0, \"ymax\": 1033.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1820.0, \"ymin\": 966.0, \"xmax\": 1853.0, \"ymax\": 1002.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1841.0, \"ymin\": 933.0, \"xmax\": 1873.0, \"ymax\": 974.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1861.0, \"ymin\": 967.0, \"xmax\": 1893.0, \"ymax\": 1004.0}, \"category\": \"pm2\"}]}, \"6566\": {\"path\": \"train/6566.jpg\", \"id\": 6566, \"objects\": [{\"bbox\": {\"xmin\": 1270.0, \"ymin\": 997.0, \"xmax\": 1314.0, \"ymax\": 1042.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1153.75, \"ymin\": 1025.6, \"xmax\": 1167.95, \"ymax\": 1041.3333}, \"category\": \"p5\"}]}, \"42567\": {\"path\": \"train/42567.jpg\", \"id\": 42567, \"objects\": [{\"bbox\": {\"xmin\": 832.0, \"ymin\": 772.0, \"xmax\": 874.0, \"ymax\": 815.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1160.0, \"ymin\": 971.0, \"xmax\": 1190.0, \"ymax\": 1002.0}, \"category\": \"p19\"}]}, \"32733\": {\"path\": \"test/32733.jpg\", \"id\": 32733, \"objects\": [{\"bbox\": {\"xmin\": 1434.21, \"ymin\": 959.211, \"xmax\": 1552.631, \"ymax\": 1072.368}, \"category\": \"w57\"}]}, \"55640\": {\"path\": \"train/55640.jpg\", \"id\": 55640, \"objects\": [{\"bbox\": {\"xmin\": 1434.13, \"ymin\": 926.19, \"xmax\": 1453.9683, \"ymax\": 948.4127000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1619.84, \"ymin\": 973.81, \"xmax\": 1638.8889, \"ymax\": 996.0317}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1619.05, \"ymin\": 1005.56, \"xmax\": 1639.6825, \"ymax\": 1032.5397}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1616.67, \"ymin\": 940.476, \"xmax\": 1641.2698, \"ymax\": 963.4921}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1387.3, \"ymin\": 924.603, \"xmax\": 1407.9365, \"ymax\": 948.4127}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1408.73, \"ymin\": 923.016, \"xmax\": 1432.5430000000001, \"ymax\": 948.4127}, \"category\": \"pn\"}]}, \"51435\": {\"path\": \"test/51435.jpg\", \"id\": 51435, \"objects\": [{\"bbox\": {\"xmin\": 2007.89, \"ymin\": 1135.53, \"xmax\": 2035.5263, \"ymax\": 1182.8978}, \"category\": \"p23\"}]}, \"27892\": {\"path\": \"train/27892.jpg\", \"id\": 27892, \"objects\": [{\"bbox\": {\"xmin\": 1229.33, \"ymin\": 872.0, \"xmax\": 1278.6667, \"ymax\": 924.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1104.0, \"ymin\": 925.333, \"xmax\": 1126.6667, \"ymax\": 949.3333}, \"category\": \"pl40\"}]}, \"87927\": {\"path\": \"test/87927.jpg\", \"id\": 87927, \"objects\": [{\"bbox\": {\"xmin\": 1053.0, \"ymin\": 633.0, \"xmax\": 1119.0, \"ymax\": 696.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1132.0, \"ymin\": 635.0, \"xmax\": 1200.0, \"ymax\": 700.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1000.0, \"ymin\": 913.0, \"xmax\": 1017.0, \"ymax\": 928.0}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1327.0, \"ymin\": 755.0, \"xmax\": 1410.0, \"ymax\": 837.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1326.0, \"ymin\": 850.0, \"xmax\": 1410.0, \"ymax\": 934.0}, \"category\": \"i2r\"}]}, \"59060\": {\"path\": \"other/59060.jpg\", \"id\": 59060, \"objects\": [{\"bbox\": {\"xmin\": 1773.33, \"ymin\": 993.333, \"xmax\": 1861.3333, \"ymax\": 1077.333}, \"category\": \"pm10\"}]}, \"45624\": {\"path\": \"train/45624.jpg\", \"id\": 45624, \"objects\": [{\"bbox\": {\"xmin\": 1175.0, \"ymin\": 939.0, \"xmax\": 1206.0, \"ymax\": 971.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1205.0, \"ymin\": 974.0, \"xmax\": 1231.0, \"ymax\": 998.0}, \"category\": \"w30\"}]}, \"60655\": {\"path\": \"test/60655.jpg\", \"id\": 60655, \"objects\": [{\"bbox\": {\"xmin\": 1836.0, \"ymin\": 974.667, \"xmax\": 1916.0, \"ymax\": 1066.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1833.33, \"ymin\": 880.0, \"xmax\": 1916.0, \"ymax\": 973.333}, \"category\": \"pr20\"}]}, \"81780\": {\"path\": \"test/81780.jpg\", \"id\": 81780, \"objects\": [{\"bbox\": {\"xmin\": 1082.67, \"ymin\": 726.667, \"xmax\": 1152.0, \"ymax\": 793.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 968.0, \"xmax\": 1220.0, \"ymax\": 1012.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 1010.67, \"xmax\": 1225.3333, \"ymax\": 1058.6667}, \"category\": \"i2r\"}]}, \"97975\": {\"path\": \"train/97975.jpg\", \"id\": 97975, \"objects\": [{\"bbox\": {\"xmin\": 1140.48, \"ymin\": 954.762, \"xmax\": 1161.1111, \"ymax\": 975.3970999999999}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1138.89, \"ymin\": 978.571, \"xmax\": 1159.5238000000002, \"ymax\": 1001.587}, \"category\": \"w57\"}]}, \"80076\": {\"path\": \"other/80076.jpg\", \"id\": 80076, \"objects\": [{\"bbox\": {\"xmin\": 48.0, \"ymin\": 805.0, \"xmax\": 102.0, \"ymax\": 870.0}, \"category\": \"pr30\"}]}, \"86217\": {\"path\": \"test/86217.jpg\", \"id\": 86217, \"objects\": [{\"bbox\": {\"xmin\": 1062.67, \"ymin\": 780.0, \"xmax\": 1084.0, \"ymax\": 801.3333}, \"category\": \"w63\"}]}, \"17805\": {\"path\": \"test/17805.jpg\", \"id\": 17805, \"objects\": [{\"bbox\": {\"xmin\": 1100.0, \"ymin\": 901.493, \"xmax\": 1118.9055, \"ymax\": 921.8910000000001}, \"category\": \"pl20\"}]}, \"16908\": {\"path\": \"train/16908.jpg\", \"id\": 16908, \"objects\": [{\"bbox\": {\"xmin\": 1794.0, \"ymin\": 847.0, \"xmax\": 1820.0, \"ymax\": 888.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1795.0, \"ymin\": 892.0, \"xmax\": 1828.0, \"ymax\": 928.0}, \"category\": \"pm10\"}, {\"bbox\": {\"xmin\": 1112.0, \"ymin\": 958.0, \"xmax\": 1136.0, \"ymax\": 991.0}, \"category\": \"pn\"}]}, \"23264\": {\"path\": \"train/23264.jpg\", \"id\": 23264, \"objects\": [{\"bbox\": {\"xmin\": 1346.47, \"ymin\": 906.195, \"xmax\": 1367.2591, \"ymax\": 926.9916000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1369.47, \"ymin\": 908.407, \"xmax\": 1392.4785, \"ymax\": 929.2043}, \"category\": \"pn\"}]}, \"98567\": {\"path\": \"other/98567.jpg\", \"id\": 98567, \"objects\": [{\"bbox\": {\"xmin\": 705.97, \"ymin\": 999.502, \"xmax\": 720.398, \"ymax\": 1015.9204}, \"category\": \"pn\"}]}, \"96314\": {\"path\": \"train/96314.jpg\", \"id\": 96314, \"objects\": [{\"bbox\": {\"xmin\": 1932.0, \"ymin\": 891.0, \"xmax\": 2045.0, \"ymax\": 1047.0}, \"category\": \"p5\"}]}, \"94246\": {\"path\": \"train/94246.jpg\", \"id\": 94246, \"objects\": [{\"bbox\": {\"xmin\": 1635.87, \"ymin\": 980.797, \"xmax\": 1653.6254999999999, \"ymax\": 997.1014}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1197.83, \"ymin\": 945.29, \"xmax\": 1214.4928, \"ymax\": 960.8696}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1026.45, \"ymin\": 975.725, \"xmax\": 1042.3936, \"ymax\": 994.5652}, \"category\": \"pne\"}]}, \"19986\": {\"path\": \"train/19986.jpg\", \"id\": 19986, \"objects\": [{\"bbox\": {\"xmin\": 1633.33, \"ymin\": 814.667, \"xmax\": 1669.3333, \"ymax\": 853.3333}, \"category\": \"pl5\"}]}, \"7316\": {\"path\": \"train/7316.jpg\", \"id\": 7316, \"objects\": [{\"bbox\": {\"xmin\": 768.0, \"ymin\": 236.0, \"xmax\": 972.0, \"ymax\": 391.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 985.0, \"ymin\": 219.0, \"xmax\": 1198.0, \"ymax\": 372.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1758.0, \"ymin\": 802.0, \"xmax\": 1859.0, \"ymax\": 948.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1752.0, \"ymin\": 961.0, \"xmax\": 1863.0, \"ymax\": 1111.0}, \"category\": \"i2r\"}]}, \"44403\": {\"path\": \"train/44403.jpg\", \"id\": 44403, \"objects\": [{\"bbox\": {\"xmin\": 1.0, \"ymin\": 349.0, \"xmax\": 99.0, \"ymax\": 488.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1028.0, \"ymin\": 991.0, \"xmax\": 1057.0, \"ymax\": 1019.0}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 221.0, \"ymin\": 922.0, \"xmax\": 282.0, \"ymax\": 1025.0}, \"category\": \"i2r\"}]}, \"48814\": {\"path\": \"other/48814.jpg\", \"id\": 48814, \"objects\": [{\"bbox\": {\"xmin\": 1328.135009765625, \"ymin\": 992.7033081054688, \"xmax\": 1344.7783203125, \"ymax\": 1010.6167602539062}, \"category\": \"w45\"}]}, \"18334\": {\"path\": \"train/18334.jpg\", \"id\": 18334, \"objects\": [{\"bbox\": {\"xmin\": 423.81, \"ymin\": 1014.29, \"xmax\": 442.8571, \"ymax\": 1049.2063}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 426.984, \"ymin\": 978.571, \"xmax\": 442.8571, \"ymax\": 1014.2857}, \"category\": \"pl5\"}]}, \"75885\": {\"path\": \"other/75885.jpg\", \"id\": 75885, \"objects\": [{\"bbox\": {\"xmin\": 884.9536743164062, \"ymin\": 991.5831909179688, \"xmax\": 923.2277221679688, \"ymax\": 1095.5208740234375}, \"category\": \"pl30\"}]}, \"27975\": {\"path\": \"train/27975.jpg\", \"id\": 27975, \"objects\": [{\"bbox\": {\"xmin\": 1323.76, \"ymin\": 852.475, \"xmax\": 1372.2772, \"ymax\": 897.0297}, \"category\": \"pl80\"}]}, \"47467\": {\"path\": \"test/47467.jpg\", \"id\": 47467, \"objects\": [{\"bbox\": {\"xmin\": 1263.0, \"ymin\": 988.0, \"xmax\": 1294.0, \"ymax\": 1021.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1178.0, \"ymin\": 1009.0, \"xmax\": 1196.0, \"ymax\": 1027.0}, \"category\": \"pne\"}]}, \"62845\": {\"path\": \"train/62845.jpg\", \"id\": 62845, \"objects\": [{\"bbox\": {\"xmin\": 1382.58, \"ymin\": 895.522, \"xmax\": 1405.4725999999998, \"ymax\": 920.3975}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1407.47, \"ymin\": 895.522, \"xmax\": 1431.3433, \"ymax\": 922.3881}, \"category\": \"pn\"}]}, \"97720\": {\"path\": \"other/97720.jpg\", \"id\": 97720, \"objects\": [{\"bbox\": {\"xmin\": 915.079, \"ymin\": 939.683, \"xmax\": 930.1587, \"ymax\": 956.3492}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 856.349, \"ymin\": 939.683, \"xmax\": 869.8413, \"ymax\": 957.1428999999999}, \"category\": \"pne\"}]}, \"24764\": {\"path\": \"test/24764.jpg\", \"id\": 24764, \"objects\": [{\"bbox\": {\"xmin\": 254.762, \"ymin\": 963.492, \"xmax\": 274.6032, \"ymax\": 1000.7937}, \"category\": \"ip\"}]}, \"13432\": {\"path\": \"train/13432.jpg\", \"id\": 13432, \"objects\": [{\"bbox\": {\"xmin\": 1405.0, \"ymin\": 177.0, \"xmax\": 1518.0, \"ymax\": 261.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1409.0, \"ymin\": 109.0, \"xmax\": 1516.0, \"ymax\": 182.0}, \"category\": \"w57\"}]}, \"88162\": {\"path\": \"other/88162.jpg\", \"id\": 88162, \"objects\": [{\"bbox\": {\"xmin\": 1545.33, \"ymin\": 1045.33, \"xmax\": 1580.0, \"ymax\": 1096.0}, \"category\": \"pm15\"}]}, \"69183\": {\"path\": \"train/69183.jpg\", \"id\": 69183, \"objects\": [{\"bbox\": {\"xmin\": 975.0, \"ymin\": 569.737, \"xmax\": 1109.211, \"ymax\": 672.3689999999999}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1456.57, \"ymin\": 923.684, \"xmax\": 1572.368, \"ymax\": 1027.6309999999999}, \"category\": \"w55\"}]}, \"45848\": {\"path\": \"train/45848.jpg\", \"id\": 45848, \"objects\": [{\"bbox\": {\"xmin\": 84.0, \"ymin\": 902.4, \"xmax\": 176.8, \"ymax\": 1039.2}, \"category\": \"w59\"}]}, \"24346\": {\"path\": \"train/24346.jpg\", \"id\": 24346, \"objects\": [{\"bbox\": {\"xmin\": 875.299, \"ymin\": 944.223, \"xmax\": 896.8127, \"ymax\": 967.3307}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 875.299, \"ymin\": 968.925, \"xmax\": 897.2114, \"ymax\": 990.0397999999999}, \"category\": \"pn\"}]}, \"43004\": {\"path\": \"test/43004.jpg\", \"id\": 43004, \"objects\": [{\"bbox\": {\"xmin\": 924.0, \"ymin\": 888.0, \"xmax\": 970.4, \"ymax\": 938.4}, \"category\": \"pl50\"}]}, \"72132\": {\"path\": \"other/72132.jpg\", \"id\": 72132, \"objects\": [{\"bbox\": {\"xmin\": 1919.734375, \"ymin\": 935.5567016601562, \"xmax\": 1949.37158203125, \"ymax\": 986.1727905273438}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1350.17, \"ymin\": 928.904, \"xmax\": 1365.4485, \"ymax\": 946.1795}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1368.43, \"ymin\": 930.232, \"xmax\": 1383.7159000000001, \"ymax\": 946.8437}, \"category\": \"pn\"}]}, \"49244\": {\"path\": \"other/49244.jpg\", \"id\": 49244, \"objects\": [{\"bbox\": {\"xmin\": 389.0247802734375, \"ymin\": 1126.2537841796875, \"xmax\": 417.43707275390625, \"ymax\": 1173.6165771484375}, \"category\": \"i12\"}]}, \"51744\": {\"path\": \"train/51744.jpg\", \"id\": 51744, \"objects\": [{\"bbox\": {\"xmin\": 1768.0, \"ymin\": 802.667, \"xmax\": 1858.6667, \"ymax\": 902.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1768.0, \"ymin\": 701.333, \"xmax\": 1857.3333, \"ymax\": 798.6667}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1762.67, \"ymin\": 901.333, \"xmax\": 1856.0, \"ymax\": 1006.6669999999999}, \"category\": \"pbp\"}]}, \"27240\": {\"path\": \"train/27240.jpg\", \"id\": 27240, \"objects\": [{\"bbox\": {\"xmin\": 296.0, \"ymin\": 928.0, \"xmax\": 370.6667, \"ymax\": 1012.0}, \"category\": \"pbm\"}]}, \"69587\": {\"path\": \"train/69587.jpg\", \"id\": 69587, \"objects\": [{\"bbox\": {\"xmin\": 808.0, \"ymin\": 955.0, \"xmax\": 855.0, \"ymax\": 1002.0}, \"category\": \"p5\"}]}, \"1522\": {\"path\": \"test/1522.jpg\", \"id\": 1522, \"objects\": [{\"bbox\": {\"xmin\": 1740.0, \"ymin\": 926.667, \"xmax\": 1809.3333, \"ymax\": 996.0}, \"category\": \"p10\"}]}, \"13441\": {\"path\": \"train/13441.jpg\", \"id\": 13441, \"objects\": [{\"bbox\": {\"xmin\": 1721.33, \"ymin\": 956.0, \"xmax\": 1760.0, \"ymax\": 997.3333}, \"category\": \"pl20\"}]}, \"86841\": {\"path\": \"train/86841.jpg\", \"id\": 86841, \"objects\": [{\"bbox\": {\"xmin\": 1699.66, \"ymin\": 786.784, \"xmax\": 1748.8210000000001, \"ymax\": 838.3664}, \"category\": \"pl40\"}]}, \"84097\": {\"path\": \"train/84097.jpg\", \"id\": 84097, \"objects\": [{\"bbox\": {\"xmin\": 188.0, \"ymin\": 713.333, \"xmax\": 294.66700000000003, \"ymax\": 880.0}, \"category\": \"p11\"}]}, \"90621\": {\"path\": \"train/90621.jpg\", \"id\": 90621, \"objects\": [{\"bbox\": {\"xmin\": 1544.8, \"ymin\": 754.4, \"xmax\": 1600.8, \"ymax\": 816.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1495.2, \"ymin\": 1004.8, \"xmax\": 1521.6000000000001, \"ymax\": 1031.2}, \"category\": \"i2r\"}]}, \"82949\": {\"path\": \"train/82949.jpg\", \"id\": 82949, \"objects\": [{\"bbox\": {\"xmin\": 24.0, \"ymin\": 977.0, \"xmax\": 66.0, \"ymax\": 1030.0}, \"category\": \"pl120\"}]}, \"90240\": {\"path\": \"other/90240.jpg\", \"id\": 90240, \"objects\": [{\"bbox\": {\"xmin\": 1951.4305419921875, \"ymin\": 959.5006713867188, \"xmax\": 1996.9310302734375, \"ymax\": 1000.4435424804688}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1593.905517578125, \"ymin\": 968.4935913085938, \"xmax\": 1634.44580078125, \"ymax\": 1007.2916870117188}, \"category\": \"i5\"}]}, \"57902\": {\"path\": \"train/57902.jpg\", \"id\": 57902, \"objects\": [{\"bbox\": {\"xmin\": 228.477, \"ymin\": 919.205, \"xmax\": 244.3709, \"ymax\": 944.3709}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 169.536, \"ymin\": 911.921, \"xmax\": 186.0927, \"ymax\": 936.4238}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1160.93, \"ymin\": 941.722, \"xmax\": 1178.1457, \"ymax\": 960.9272}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1087.42, \"ymin\": 939.073, \"xmax\": 1106.6225000000002, \"ymax\": 959.6025999999999}, \"category\": \"pne\"}]}, \"24598\": {\"path\": \"other/24598.jpg\", \"id\": 24598, \"objects\": [{\"bbox\": {\"xmin\": 1797.0, \"ymin\": 1079.0, \"xmax\": 1895.0, \"ymax\": 1177.0}, \"category\": \"pr60\"}, {\"bbox\": {\"xmin\": 1337.0, \"ymin\": 1048.0, \"xmax\": 1373.0, \"ymax\": 1088.0}, \"category\": \"pr80\"}]}, \"57778\": {\"path\": \"train/57778.jpg\", \"id\": 57778, \"objects\": [{\"bbox\": {\"xmin\": 1543.75, \"ymin\": 905.682, \"xmax\": 1560.7955, \"ymax\": 925.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1427.28, \"ymin\": 975.0, \"xmax\": 1446.0255, \"ymax\": 992.6136}, \"category\": \"w59\"}]}, \"19529\": {\"path\": \"train/19529.jpg\", \"id\": 19529, \"objects\": [{\"bbox\": {\"xmin\": 1478.95, \"ymin\": 773.684, \"xmax\": 1547.3700000000001, \"ymax\": 839.4737}, \"category\": \"pl80\"}]}, \"60478\": {\"path\": \"test/60478.jpg\", \"id\": 60478, \"objects\": [{\"bbox\": {\"xmin\": 1737.33, \"ymin\": 705.333, \"xmax\": 1792.0, \"ymax\": 762.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1860.0, \"ymin\": 913.333, \"xmax\": 1904.0, \"ymax\": 958.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1858.67, \"ymin\": 964.0, \"xmax\": 1902.6667, \"ymax\": 1010.6667}, \"category\": \"i2r\"}]}, \"49124\": {\"path\": \"test/49124.jpg\", \"id\": 49124, \"objects\": [{\"bbox\": {\"xmin\": 811.881, \"ymin\": 966.337, \"xmax\": 832.6718999999999, \"ymax\": 988.1188}, \"category\": \"ip\"}]}, \"84314\": {\"path\": \"train/84314.jpg\", \"id\": 84314, \"objects\": [{\"bbox\": {\"xmin\": 151.587, \"ymin\": 899.206, \"xmax\": 167.4603, \"ymax\": 926.1905}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 169.048, \"ymin\": 899.206, \"xmax\": 189.6825, \"ymax\": 924.6032}, \"category\": \"pn\"}]}, \"67997\": {\"path\": \"test/67997.jpg\", \"id\": 67997, \"objects\": [{\"bbox\": {\"xmin\": 1730.4, \"ymin\": 770.4, \"xmax\": 1791.2, \"ymax\": 844.8}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1258.4, \"ymin\": 943.2, \"xmax\": 1292.8000000000002, \"ymax\": 977.6}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1352.0, \"ymin\": 988.0, \"xmax\": 1395.2, \"ymax\": 1036.8}, \"category\": \"i2r\"}]}, \"90374\": {\"path\": \"train/90374.jpg\", \"id\": 90374, \"objects\": [{\"bbox\": {\"xmin\": 1478.98, \"ymin\": 953.41, \"xmax\": 1500.0018, \"ymax\": 974.9997999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1478.41, \"ymin\": 977.841, \"xmax\": 1501.1345000000001, \"ymax\": 999.432}, \"category\": \"pn\"}]}, \"12000\": {\"path\": \"test/12000.jpg\", \"id\": 12000, \"objects\": [{\"bbox\": {\"xmin\": 1272.0, \"ymin\": 957.333, \"xmax\": 1313.3333, \"ymax\": 1000.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1964.0, \"ymin\": 808.0, \"xmax\": 2029.33, \"ymax\": 878.667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 613.333, \"ymin\": 848.0, \"xmax\": 671.9997, \"ymax\": 906.6661}, \"category\": \"pl60\"}]}, \"46678\": {\"path\": \"train/46678.jpg\", \"id\": 46678, \"objects\": [{\"bbox\": {\"xmin\": 1181.33, \"ymin\": 802.667, \"xmax\": 1220.0, \"ymax\": 838.6667}, \"category\": \"pl40\"}]}, \"4233\": {\"path\": \"test/4233.jpg\", \"id\": 4233, \"objects\": [{\"bbox\": {\"xmin\": 33.6634, \"ymin\": 660.396, \"xmax\": 94.05940000000001, \"ymax\": 748.5148999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1644.55, \"ymin\": 892.079, \"xmax\": 1670.297, \"ymax\": 924.7524999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 183.168, \"ymin\": 808.911, \"xmax\": 207.9208, \"ymax\": 851.4851}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 210.891, \"ymin\": 814.851, \"xmax\": 236.63369999999998, \"ymax\": 856.4354}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1676.24, \"ymin\": 897.03, \"xmax\": 1702.9703, \"ymax\": 924.7524999999999}, \"category\": \"pn\"}]}, \"52993\": {\"path\": \"train/52993.jpg\", \"id\": 52993, \"objects\": [{\"bbox\": {\"xmin\": 1242.67, \"ymin\": 738.667, \"xmax\": 1296.0, \"ymax\": 792.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 986.667, \"ymin\": 741.333, \"xmax\": 1044.0, \"ymax\": 796.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 870.667, \"ymin\": 748.0, \"xmax\": 924.0, \"ymax\": 801.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1118.67, \"ymin\": 737.333, \"xmax\": 1177.3333, \"ymax\": 793.3333}, \"category\": \"pl80\"}]}, \"69571\": {\"path\": \"train/69571.jpg\", \"id\": 69571, \"objects\": [{\"bbox\": {\"xmin\": 386.139, \"ymin\": 661.386, \"xmax\": 456.4356, \"ymax\": 735.6436}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1195.05, \"ymin\": 858.416, \"xmax\": 1227.7266, \"ymax\": 897.0297}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1157.43, \"ymin\": 861.386, \"xmax\": 1189.1089000000002, \"ymax\": 893.0693}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1229.7, \"ymin\": 860.396, \"xmax\": 1264.3564000000001, \"ymax\": 895.0495}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 149.505, \"ymin\": 711.881, \"xmax\": 195.0495, \"ymax\": 773.2673}, \"category\": \"pne\"}]}, \"70360\": {\"path\": \"train/70360.jpg\", \"id\": 70360, \"objects\": [{\"bbox\": {\"xmin\": 1064.0, \"ymin\": 913.333, \"xmax\": 1086.6667, \"ymax\": 933.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1976.0, \"ymin\": 965.333, \"xmax\": 2004.0, \"ymax\": 993.333}, \"category\": \"phcs\"}]}, \"61313\": {\"path\": \"train/61313.jpg\", \"id\": 61313, \"objects\": [{\"bbox\": {\"xmin\": 1200.0, \"ymin\": 871.014, \"xmax\": 1231.8841, \"ymax\": 903.2609}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1265.95, \"ymin\": 871.739, \"xmax\": 1297.8284, \"ymax\": 904.3479}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1234.78, \"ymin\": 870.29, \"xmax\": 1264.1274, \"ymax\": 902.5362}, \"category\": \"pn\"}]}, \"78444\": {\"path\": \"train/78444.jpg\", \"id\": 78444, \"objects\": [{\"bbox\": {\"xmin\": 1732.0, \"ymin\": 994.667, \"xmax\": 1790.6667, \"ymax\": 1062.6667}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1733.33, \"ymin\": 1064.0, \"xmax\": 1794.6667, \"ymax\": 1132.0}, \"category\": \"i2r\"}]}, \"93416\": {\"path\": \"test/93416.jpg\", \"id\": 93416, \"objects\": [{\"bbox\": {\"xmin\": 790.667, \"ymin\": 972.0, \"xmax\": 877.3333, \"ymax\": 1053.3333}, \"category\": \"w32\"}]}, \"82841\": {\"path\": \"train/82841.jpg\", \"id\": 82841, \"objects\": [{\"bbox\": {\"xmin\": 740.0, \"ymin\": 692.0, \"xmax\": 805.0, \"ymax\": 757.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1046.0, \"ymin\": 683.0, \"xmax\": 1115.0, \"ymax\": 750.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1224.0, \"ymin\": 672.0, \"xmax\": 1325.0, \"ymax\": 770.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 601.0, \"ymin\": 701.0, \"xmax\": 664.0, \"ymax\": 768.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 902.0, \"ymin\": 680.0, \"xmax\": 970.0, \"ymax\": 751.0}, \"category\": \"pl120\"}]}, \"46506\": {\"path\": \"test/46506.jpg\", \"id\": 46506, \"objects\": [{\"bbox\": {\"xmin\": 1615.79, \"ymin\": 886.842, \"xmax\": 1638.1579, \"ymax\": 921.0526}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1573.68, \"ymin\": 893.421, \"xmax\": 1589.4789, \"ymax\": 928.9474}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 5.26316, \"ymin\": 859.211, \"xmax\": 59.21056, \"ymax\": 928.9474}, \"category\": \"w47\"}]}, \"18397\": {\"path\": \"test/18397.jpg\", \"id\": 18397, \"objects\": [{\"bbox\": {\"xmin\": 1574.26, \"ymin\": 825.743, \"xmax\": 1610.8986, \"ymax\": 865.3465000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1612.87, \"ymin\": 827.723, \"xmax\": 1650.4907999999998, \"ymax\": 867.3267}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1652.48, \"ymin\": 832.673, \"xmax\": 1687.1642, \"ymax\": 871.2871}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1693.07, \"ymin\": 929.703, \"xmax\": 1716.8332, \"ymax\": 955.4454999999999}, \"category\": \"w55\"}]}, \"97107\": {\"path\": \"test/97107.jpg\", \"id\": 97107, \"objects\": [{\"bbox\": {\"xmin\": 1153.0, \"ymin\": 819.0, \"xmax\": 1190.0, \"ymax\": 856.0}, \"category\": \"p19\"}]}, \"48123\": {\"path\": \"test/48123.jpg\", \"id\": 48123, \"objects\": [{\"bbox\": {\"xmin\": 635.099, \"ymin\": 929.801, \"xmax\": 650.9934000000001, \"ymax\": 945.6954000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 653.642, \"ymin\": 929.139, \"xmax\": 668.8742000000001, \"ymax\": 946.3576}, \"category\": \"pn\"}]}, \"68180\": {\"path\": \"train/68180.jpg\", \"id\": 68180, \"objects\": [{\"bbox\": {\"xmin\": 1623.33, \"ymin\": 908.0, \"xmax\": 1715.3333, \"ymax\": 1002.6667}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1617.34, \"ymin\": 726.0, \"xmax\": 1705.3366999999998, \"ymax\": 817.3337}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1620.0, \"ymin\": 816.0, \"xmax\": 1710.0, \"ymax\": 909.3337}, \"category\": \"p27\"}]}, \"72804\": {\"path\": \"train/72804.jpg\", \"id\": 72804, \"objects\": [{\"bbox\": {\"xmin\": 21.0, \"ymin\": 939.0, \"xmax\": 121.0, \"ymax\": 1050.0}, \"category\": \"pa13\"}, {\"bbox\": {\"xmin\": 19.0, \"ymin\": 828.0, \"xmax\": 113.0, \"ymax\": 936.0}, \"category\": \"pm30\"}]}, \"17396\": {\"path\": \"other/17396.jpg\", \"id\": 17396, \"objects\": [{\"bbox\": {\"xmin\": 979.364501953125, \"ymin\": 1418.5263671875, \"xmax\": 1017.2220458984375, \"ymax\": 1453.52587890625}, \"category\": \"pn\"}]}, \"55631\": {\"path\": \"test/55631.jpg\", \"id\": 55631, \"objects\": [{\"bbox\": {\"xmin\": 838.8984375, \"ymin\": 868.1373901367188, \"xmax\": 859.070068359375, \"ymax\": 886.4109497070312}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 831.2, \"ymin\": 892.0, \"xmax\": 857.6, \"ymax\": 919.2}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 831.2, \"ymin\": 924.8, \"xmax\": 859.2, \"ymax\": 952.8}, \"category\": \"i2r\"}]}, \"70113\": {\"path\": \"train/70113.jpg\", \"id\": 70113, \"objects\": [{\"bbox\": {\"xmin\": 59.4059, \"ymin\": 859.406, \"xmax\": 87.12870000000001, \"ymax\": 897.0296999999999}, \"category\": \"i2\"}]}, \"10123\": {\"path\": \"train/10123.jpg\", \"id\": 10123, \"objects\": [{\"bbox\": {\"xmin\": 1077.33, \"ymin\": 957.333, \"xmax\": 1128.0, \"ymax\": 1009.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1080.0, \"ymin\": 1000.0, \"xmax\": 1126.6667, \"ymax\": 1045.3333}, \"category\": \"pl5\"}]}, \"45901\": {\"path\": \"test/45901.jpg\", \"id\": 45901, \"objects\": [{\"bbox\": {\"xmin\": 1178.22, \"ymin\": 967.791, \"xmax\": 1194.1718, \"ymax\": 1008.2815}, \"category\": \"pm55\"}]}, \"82608\": {\"path\": \"train/82608.jpg\", \"id\": 82608, \"objects\": [{\"bbox\": {\"xmin\": 1678.67, \"ymin\": 394.667, \"xmax\": 1752.0, \"ymax\": 530.6669999999999}, \"category\": \"p5\"}]}, \"84651\": {\"path\": \"other/84651.jpg\", \"id\": 84651, \"objects\": [{\"bbox\": {\"xmin\": 512.0, \"ymin\": 1024.0, \"xmax\": 527.2, \"ymax\": 1057.6}, \"category\": \"i2r\"}]}, \"13457\": {\"path\": \"test/13457.jpg\", \"id\": 13457, \"objects\": [{\"bbox\": {\"xmin\": 655.0, \"ymin\": 900.0, \"xmax\": 695.0, \"ymax\": 967.0}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 656.0, \"ymin\": 974.0, \"xmax\": 697.0, \"ymax\": 1041.0}, \"category\": \"p4\"}, {\"bbox\": {\"xmin\": 702.0, \"ymin\": 977.0, \"xmax\": 739.0, \"ymax\": 1040.0}, \"category\": \"p8\"}, {\"bbox\": {\"xmin\": 701.0, \"ymin\": 904.0, \"xmax\": 737.0, \"ymax\": 967.0}, \"category\": \"p29\"}]}, \"20027\": {\"path\": \"train/20027.jpg\", \"id\": 20027, \"objects\": [{\"bbox\": {\"xmin\": 1380.0, \"ymin\": 255.0, \"xmax\": 1558.75, \"ymax\": 402.91700000000003}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1195.0, \"ymin\": 235.0, \"xmax\": 1380.8890000000001, \"ymax\": 387.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1928.0, \"ymin\": 463.0, \"xmax\": 2036.0, \"ymax\": 583.895}, \"category\": \"pr40\"}]}, \"11251\": {\"path\": \"test/11251.jpg\", \"id\": 11251, \"objects\": [{\"bbox\": {\"xmin\": 1685.33, \"ymin\": 1022.67, \"xmax\": 1730.6667, \"ymax\": 1085.3333}, \"category\": \"p5\"}]}, \"55950\": {\"path\": \"train/55950.jpg\", \"id\": 55950, \"objects\": [{\"bbox\": {\"xmin\": 1114.29, \"ymin\": 918.254, \"xmax\": 1138.8889, \"ymax\": 948.4127}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1029.37, \"ymin\": 920.635, \"xmax\": 1053.1863999999998, \"ymax\": 945.2384}, \"category\": \"i4\"}]}, \"94409\": {\"path\": \"train/94409.jpg\", \"id\": 94409, \"objects\": [{\"bbox\": {\"xmin\": 1550.0, \"ymin\": 940.0, \"xmax\": 1629.0, \"ymax\": 1013.0}, \"category\": \"w59\"}]}, \"40087\": {\"path\": \"test/40087.jpg\", \"id\": 40087, \"objects\": [{\"bbox\": {\"xmin\": 9.0, \"ymin\": 868.0, \"xmax\": 35.0, \"ymax\": 902.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 526.0, \"ymin\": 948.0, \"xmax\": 546.0, \"ymax\": 973.0}, \"category\": \"p16\"}, {\"bbox\": {\"xmin\": 133.0, \"ymin\": 944.0, \"xmax\": 155.0, \"ymax\": 971.0}, \"category\": \"p26\"}]}, \"38778\": {\"path\": \"train/38778.jpg\", \"id\": 38778, \"objects\": [{\"bbox\": {\"xmin\": 1893.18, \"ymin\": 995.454, \"xmax\": 1918.75, \"ymax\": 1024.4313}, \"category\": \"p5\"}]}, \"31753\": {\"path\": \"train/31753.jpg\", \"id\": 31753, \"objects\": [{\"bbox\": {\"xmin\": 20.0, \"ymin\": 776.0, \"xmax\": 71.0, \"ymax\": 835.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 34.0, \"ymin\": 839.0, \"xmax\": 74.0, \"ymax\": 892.0}, \"category\": \"pm10\"}]}, \"31485\": {\"path\": \"test/31485.jpg\", \"id\": 31485, \"objects\": [{\"bbox\": {\"xmin\": 154.667, \"ymin\": 885.333, \"xmax\": 216.0, \"ymax\": 972.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 776.0, \"ymin\": 921.333, \"xmax\": 813.3333, \"ymax\": 972.0}, \"category\": \"pne\"}]}, \"93857\": {\"path\": \"train/93857.jpg\", \"id\": 93857, \"objects\": [{\"bbox\": {\"xmin\": 1467.11, \"ymin\": 840.789, \"xmax\": 1503.9474, \"ymax\": 881.5789}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1293.42, \"ymin\": 836.842, \"xmax\": 1328.9474, \"ymax\": 877.6315999999999}, \"category\": \"pne\"}]}, \"10606\": {\"path\": \"train/10606.jpg\", \"id\": 10606, \"objects\": [{\"bbox\": {\"xmin\": 93.0, \"ymin\": 984.0, \"xmax\": 128.0, \"ymax\": 1032.0}, \"category\": \"i5\"}]}, \"71754\": {\"path\": \"train/71754.jpg\", \"id\": 71754, \"objects\": [{\"bbox\": {\"xmin\": 1150.46, \"ymin\": 972.171, \"xmax\": 1176.1397, \"ymax\": 992.5841}, \"category\": \"pg\"}]}, \"29998\": {\"path\": \"test/29998.jpg\", \"id\": 29998, \"objects\": [{\"bbox\": {\"xmin\": 1457.33, \"ymin\": 825.333, \"xmax\": 1492.0, \"ymax\": 862.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1552.0, \"ymin\": 832.0, \"xmax\": 1582.6667, \"ymax\": 865.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1637.33, \"ymin\": 837.333, \"xmax\": 1669.3333, \"ymax\": 874.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1357.33, \"ymin\": 821.333, \"xmax\": 1393.3333, \"ymax\": 858.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1321.33, \"ymin\": 821.333, \"xmax\": 1354.6667, \"ymax\": 854.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1422.67, \"ymin\": 825.333, \"xmax\": 1456.0, \"ymax\": 858.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1517.33, \"ymin\": 830.667, \"xmax\": 1548.0, \"ymax\": 862.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1608.0, \"ymin\": 837.333, \"xmax\": 1637.3333, \"ymax\": 870.6667}, \"category\": \"pl100\"}]}, \"91179\": {\"path\": \"train/91179.jpg\", \"id\": 91179, \"objects\": [{\"bbox\": {\"xmin\": 1189.33, \"ymin\": 1002.67, \"xmax\": 1227.9933999999998, \"ymax\": 1041.3333}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1186.67, \"ymin\": 958.667, \"xmax\": 1224.0, \"ymax\": 997.3333}, \"category\": \"pm55\"}]}, \"19947\": {\"path\": \"train/19947.jpg\", \"id\": 19947, \"objects\": [{\"bbox\": {\"xmin\": 1266.0, \"ymin\": 790.0, \"xmax\": 1318.0, \"ymax\": 846.0}, \"category\": \"pl50\"}]}, \"3221\": {\"path\": \"train/3221.jpg\", \"id\": 3221, \"objects\": [{\"bbox\": {\"xmin\": 287.3131103515625, \"ymin\": 930.8526611328125, \"xmax\": 305.01947021484375, \"ymax\": 967.4962158203125}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 288.32391357421875, \"ymin\": 980.7005004882812, \"xmax\": 307.49371337890625, \"ymax\": 1017.2008666992188}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1190.79, \"ymin\": 839.474, \"xmax\": 1228.9474, \"ymax\": 876.3158000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1019.74, \"ymin\": 839.474, \"xmax\": 1053.9474, \"ymax\": 880.2632000000001}, \"category\": \"pne\"}]}, \"30478\": {\"path\": \"train/30478.jpg\", \"id\": 30478, \"objects\": [{\"bbox\": {\"xmin\": 862.0, \"ymin\": 918.0, \"xmax\": 898.0, \"ymax\": 956.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 863.0, \"ymin\": 958.0, \"xmax\": 893.0, \"ymax\": 983.0}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1074.0, \"ymin\": 972.0, \"xmax\": 1091.0, \"ymax\": 989.0}, \"category\": \"w59\"}]}, \"69274\": {\"path\": \"other/69274.jpg\", \"id\": 69274, \"objects\": [{\"bbox\": {\"xmin\": 1932.89, \"ymin\": 992.105, \"xmax\": 1971.0526, \"ymax\": 1039.4737}, \"category\": \"w26\"}]}, \"4539\": {\"path\": \"train/4539.jpg\", \"id\": 4539, \"objects\": [{\"bbox\": {\"xmin\": 1204.64, \"ymin\": 883.444, \"xmax\": 1233.1126000000002, \"ymax\": 911.2583999999999}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1237.75, \"ymin\": 883.444, \"xmax\": 1268.8742, \"ymax\": 911.9200999999999}, \"category\": \"w57\"}]}, \"74189\": {\"path\": \"test/74189.jpg\", \"id\": 74189, \"objects\": [{\"bbox\": {\"xmin\": 907.142, \"ymin\": 955.556, \"xmax\": 939.6821000000001, \"ymax\": 991.2701000000001}, \"category\": \"pne\"}]}, \"69728\": {\"path\": \"test/69728.jpg\", \"id\": 69728, \"objects\": [{\"bbox\": {\"xmin\": 1188.07, \"ymin\": 951.137, \"xmax\": 1207.3817999999999, \"ymax\": 971.5912999999999}, \"category\": \"p5\"}]}, \"76464\": {\"path\": \"train/76464.jpg\", \"id\": 76464, \"objects\": [{\"bbox\": {\"xmin\": 503.175, \"ymin\": 1366.66, \"xmax\": 542.0635, \"ymax\": 1407.1392}, \"category\": \"i1\"}, {\"bbox\": {\"xmin\": 1747.02, \"ymin\": 1320.53, \"xmax\": 1764.9029, \"ymax\": 1338.4074}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 502.381, \"ymin\": 1326.99, \"xmax\": 538.8892, \"ymax\": 1365.083}, \"category\": \"pne\"}]}, \"34867\": {\"path\": \"test/34867.jpg\", \"id\": 34867, \"objects\": [{\"bbox\": {\"xmin\": 529.333, \"ymin\": 936.0, \"xmax\": 628.0, \"ymax\": 1041.333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1005.33, \"ymin\": 774.667, \"xmax\": 1060.0, \"ymax\": 825.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 180.0, \"ymin\": 953.333, \"xmax\": 228.0, \"ymax\": 1033.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1064.0, \"ymin\": 774.667, \"xmax\": 1116.0, \"ymax\": 825.3333}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1429.33, \"ymin\": 962.667, \"xmax\": 1466.6667, \"ymax\": 996.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1437.33, \"ymin\": 998.667, \"xmax\": 1462.6667, \"ymax\": 1021.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 1024.0, \"xmax\": 1461.3333, \"ymax\": 1050.6667}, \"category\": \"i2r\"}]}, \"35375\": {\"path\": \"train/35375.jpg\", \"id\": 35375, \"objects\": [{\"bbox\": {\"xmin\": 1392.54, \"ymin\": 1068.16, \"xmax\": 1410.9478, \"ymax\": 1092.5423}, \"category\": \"pne\"}]}, \"41429\": {\"path\": \"other/41429.jpg\", \"id\": 41429, \"objects\": [{\"bbox\": {\"xmin\": 1584.0, \"ymin\": 921.333, \"xmax\": 1617.3333, \"ymax\": 961.3333}, \"category\": \"ps\"}]}, \"56421\": {\"path\": \"train/56421.jpg\", \"id\": 56421, \"objects\": [{\"bbox\": {\"xmin\": 1949.5, \"ymin\": 892.079, \"xmax\": 1970.297, \"ymax\": 923.7624}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1861.39, \"ymin\": 888.119, \"xmax\": 1886.1386, \"ymax\": 916.8317000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1588.12, \"ymin\": 862.376, \"xmax\": 1618.8119, \"ymax\": 895.0495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1313.86, \"ymin\": 842.574, \"xmax\": 1348.5149, \"ymax\": 879.2079}, \"category\": \"pne\"}]}, \"425\": {\"path\": \"train/425.jpg\", \"id\": 425, \"objects\": [{\"bbox\": {\"xmin\": 1798.67, \"ymin\": 568.0, \"xmax\": 1886.6667, \"ymax\": 662.6667}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 526.667, \"ymin\": 549.333, \"xmax\": 630.667, \"ymax\": 654.6669999999999}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1445.33, \"ymin\": 518.667, \"xmax\": 1556.0, \"ymax\": 625.3330000000001}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 910.667, \"ymin\": 512.0, \"xmax\": 1032.0, \"ymax\": 618.667}, \"category\": \"pl90\"}]}, \"24294\": {\"path\": \"other/24294.jpg\", \"id\": 24294, \"objects\": [{\"bbox\": {\"xmin\": 339.50665283203125, \"ymin\": 926.8997802734375, \"xmax\": 356.56585693359375, \"ymax\": 948.9583740234375}, \"category\": \"pne\"}]}, \"77009\": {\"path\": \"train/77009.jpg\", \"id\": 77009, \"objects\": [{\"bbox\": {\"xmin\": 982.0, \"ymin\": 764.0, \"xmax\": 1036.0, \"ymax\": 818.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1135.0, \"ymin\": 761.0, \"xmax\": 1190.0, \"ymax\": 816.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 829.0, \"ymin\": 770.0, \"xmax\": 884.0, \"ymax\": 823.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 776.0, \"ymin\": 774.0, \"xmax\": 828.0, \"ymax\": 825.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 926.0, \"ymin\": 767.0, \"xmax\": 979.0, \"ymax\": 819.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1079.0, \"ymin\": 764.0, \"xmax\": 1133.0, \"ymax\": 816.0}, \"category\": \"pl100\"}]}, \"43822\": {\"path\": \"train/43822.jpg\", \"id\": 43822, \"objects\": [{\"bbox\": {\"xmin\": 1242.57, \"ymin\": 956.436, \"xmax\": 1263.3663, \"ymax\": 980.1980000000001}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1217.82, \"ymin\": 959.406, \"xmax\": 1235.6435999999999, \"ymax\": 976.2375999999999}, \"category\": \"pl60\"}]}, \"95367\": {\"path\": \"train/95367.jpg\", \"id\": 95367, \"objects\": [{\"bbox\": {\"xmin\": 1329.33, \"ymin\": 898.667, \"xmax\": 1384.0, \"ymax\": 953.3333}, \"category\": \"p10\"}]}, \"24330\": {\"path\": \"train/24330.jpg\", \"id\": 24330, \"objects\": [{\"bbox\": {\"xmin\": 489.474, \"ymin\": 800.0, \"xmax\": 544.7378, \"ymax\": 852.6316}, \"category\": \"pl30\"}]}, \"84864\": {\"path\": \"train/84864.jpg\", \"id\": 84864, \"objects\": [{\"bbox\": {\"xmin\": 1582.67, \"ymin\": 870.667, \"xmax\": 1620.0, \"ymax\": 912.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1194.0, \"ymin\": 892.0, \"xmax\": 1224.0, \"ymax\": 920.6667}, \"category\": \"pl80\"}]}, \"96160\": {\"path\": \"train/96160.jpg\", \"id\": 96160, \"objects\": [{\"bbox\": {\"xmin\": 752.0, \"ymin\": 1003.0, \"xmax\": 776.0, \"ymax\": 1025.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1655.0, \"ymin\": 943.0, \"xmax\": 1698.0, \"ymax\": 989.0}, \"category\": \"p2\"}, {\"bbox\": {\"xmin\": 1198.0, \"ymin\": 712.0, \"xmax\": 1265.0, \"ymax\": 782.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1797.0, \"ymin\": 921.0, \"xmax\": 1845.0, \"ymax\": 965.0}, \"category\": \"pl60\"}]}, \"31728\": {\"path\": \"test/31728.jpg\", \"id\": 31728, \"objects\": [{\"bbox\": {\"xmin\": 883.0, \"ymin\": 764.0, \"xmax\": 932.0, \"ymax\": 813.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1351.0, \"ymin\": 766.0, \"xmax\": 1399.0, \"ymax\": 815.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1041.0, \"ymin\": 762.0, \"xmax\": 1092.0, \"ymax\": 812.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1194.0, \"ymin\": 763.0, \"xmax\": 1244.0, \"ymax\": 812.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 825.0, \"ymin\": 710.0, \"xmax\": 874.0, \"ymax\": 758.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 984.0, \"ymin\": 709.0, \"xmax\": 1035.0, \"ymax\": 757.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 883.0, \"ymin\": 708.0, \"xmax\": 931.0, \"ymax\": 759.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 986.0, \"ymin\": 763.0, \"xmax\": 1034.0, \"ymax\": 812.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1136.0, \"ymin\": 764.0, \"xmax\": 1187.0, \"ymax\": 812.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 827.0, \"ymin\": 765.0, \"xmax\": 875.0, \"ymax\": 815.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1296.0, \"ymin\": 764.0, \"xmax\": 1345.0, \"ymax\": 814.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1473.0, \"ymin\": 774.0, \"xmax\": 1516.0, \"ymax\": 820.0}, \"category\": \"pne\"}]}, \"21588\": {\"path\": \"test/21588.jpg\", \"id\": 21588, \"objects\": [{\"bbox\": {\"xmin\": 1124.0, \"ymin\": 785.333, \"xmax\": 1178.6667, \"ymax\": 838.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1181.33, \"ymin\": 780.0, \"xmax\": 1237.3333, \"ymax\": 836.0}, \"category\": \"pn\"}]}, \"83484\": {\"path\": \"train/83484.jpg\", \"id\": 83484, \"objects\": [{\"bbox\": {\"xmin\": 946.591, \"ymin\": 922.727, \"xmax\": 964.4742, \"ymax\": 940.3408999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1097.73, \"ymin\": 908.523, \"xmax\": 1114.2045, \"ymax\": 928.9781}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1117.05, \"ymin\": 905.263, \"xmax\": 1137.5081, \"ymax\": 927.2727}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 836.842, \"ymin\": 923.684, \"xmax\": 855.6818, \"ymax\": 942.0455}, \"category\": \"pne\"}]}, \"77501\": {\"path\": \"train/77501.jpg\", \"id\": 77501, \"objects\": [{\"bbox\": {\"xmin\": 1612.0, \"ymin\": 747.0, \"xmax\": 1660.0, \"ymax\": 801.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 667.0, \"ymin\": 624.0, \"xmax\": 725.0, \"ymax\": 682.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 569.0, \"ymin\": 993.0, \"xmax\": 582.0, \"ymax\": 1006.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1511.0, \"ymin\": 844.0, \"xmax\": 1559.0, \"ymax\": 897.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1509.0, \"ymin\": 741.0, \"xmax\": 1560.0, \"ymax\": 794.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1144.0, \"ymin\": 621.0, \"xmax\": 1204.0, \"ymax\": 676.0}, \"category\": \"pn\"}]}, \"47985\": {\"path\": \"other/47985.jpg\", \"id\": 47985, \"objects\": [{\"bbox\": {\"xmin\": 1660.888916015625, \"ymin\": 976.8425903320312, \"xmax\": 1682.656982421875, \"ymax\": 997.3722534179688}, \"category\": \"pl50\"}]}, \"14872\": {\"path\": \"train/14872.jpg\", \"id\": 14872, \"objects\": [{\"bbox\": {\"xmin\": 355.556, \"ymin\": 653.175, \"xmax\": 398.41319999999996, \"ymax\": 738.0952}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 401.587, \"ymin\": 676.984, \"xmax\": 440.47589999999997, \"ymax\": 753.9683}, \"category\": \"pn\"}]}, \"32635\": {\"path\": \"train/32635.jpg\", \"id\": 32635, \"objects\": [{\"bbox\": {\"xmin\": 1357.6, \"ymin\": 916.0, \"xmax\": 1389.6, \"ymax\": 951.2}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1448.0, \"ymin\": 941.6, \"xmax\": 1508.0, \"ymax\": 1006.4}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 737.6, \"ymin\": 984.0, \"xmax\": 768.8000000000001, \"ymax\": 1017.6}, \"category\": \"i5\"}]}, \"22969\": {\"path\": \"other/22969.jpg\", \"id\": 22969, \"objects\": [{\"bbox\": {\"xmin\": 1223.18, \"ymin\": 945.033, \"xmax\": 1235.7616, \"ymax\": 958.2781}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1206.62, \"ymin\": 943.046, \"xmax\": 1219.2052999999999, \"ymax\": 958.2781}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1239.74, \"ymin\": 944.371, \"xmax\": 1254.3046, \"ymax\": 960.2649}, \"category\": \"pn\"}]}, \"10479\": {\"path\": \"test/10479.jpg\", \"id\": 10479, \"objects\": [{\"bbox\": {\"xmin\": 1607.92, \"ymin\": 957.426, \"xmax\": 1668.3168, \"ymax\": 1006.9307}, \"category\": \"pg\"}]}, \"58061\": {\"path\": \"test/58061.jpg\", \"id\": 58061, \"objects\": [{\"bbox\": {\"xmin\": 513.492, \"ymin\": 784.127, \"xmax\": 536.5079, \"ymax\": 840.4762}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 491.27, \"ymin\": 775.397, \"xmax\": 512.6984, \"ymax\": 834.9206}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 537.302, \"ymin\": 792.063, \"xmax\": 557.1429, \"ymax\": 850.7937}, \"category\": \"pn\"}]}, \"76975\": {\"path\": \"train/76975.jpg\", \"id\": 76975, \"objects\": [{\"bbox\": {\"xmin\": 402.97, \"ymin\": 704.95, \"xmax\": 468.31680000000006, \"ymax\": 773.2673000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1212.87, \"ymin\": 839.604, \"xmax\": 1248.5149, \"ymax\": 882.1782000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1130.69, \"ymin\": 842.574, \"xmax\": 1169.3069, \"ymax\": 880.198}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1173.27, \"ymin\": 842.574, \"xmax\": 1209.901, \"ymax\": 880.198}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 177.228, \"ymin\": 739.604, \"xmax\": 229.703, \"ymax\": 801.9802000000001}, \"category\": \"pne\"}]}, \"11381\": {\"path\": \"test/11381.jpg\", \"id\": 11381, \"objects\": [{\"bbox\": {\"xmin\": 289.333, \"ymin\": 972.0, \"xmax\": 342.66670000000005, \"ymax\": 1041.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1454.67, \"ymin\": 840.0, \"xmax\": 1500.0, \"ymax\": 885.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1452.0, \"ymin\": 888.0, \"xmax\": 1500.0, \"ymax\": 936.0}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1253.33, \"ymin\": 737.333, \"xmax\": 1310.6634, \"ymax\": 799.9984999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1190.67, \"ymin\": 717.333, \"xmax\": 1246.6667, \"ymax\": 777.3333}, \"category\": \"w57\"}]}, \"49820\": {\"path\": \"train/49820.jpg\", \"id\": 49820, \"objects\": [{\"bbox\": {\"xmin\": 1474.17, \"ymin\": 981.457, \"xmax\": 1492.053, \"ymax\": 1002.649}, \"category\": \"pl40\"}]}, \"8739\": {\"path\": \"test/8739.jpg\", \"id\": 8739, \"objects\": [{\"bbox\": {\"xmin\": 46.6667, \"ymin\": 836.0, \"xmax\": 73.3333, \"ymax\": 860.0}, \"category\": \"w59\"}]}, \"84664\": {\"path\": \"train/84664.jpg\", \"id\": 84664, \"objects\": [{\"bbox\": {\"xmin\": 1845.1, \"ymin\": 901.961, \"xmax\": 1907.8430999999998, \"ymax\": 990.1959}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1294.12, \"ymin\": 976.096, \"xmax\": 1324.3028, \"ymax\": 1007.8433}, \"category\": \"i2r\"}]}, \"31077\": {\"path\": \"test/31077.jpg\", \"id\": 31077, \"objects\": [{\"bbox\": {\"xmin\": 1478.0, \"ymin\": 953.0, \"xmax\": 1531.0, \"ymax\": 1007.0}, \"category\": \"p10\"}]}, \"48562\": {\"path\": \"test/48562.jpg\", \"id\": 48562, \"objects\": [{\"bbox\": {\"xmin\": 1329.0, \"ymin\": 864.0, \"xmax\": 1380.0, \"ymax\": 911.0}, \"category\": \"pm30\"}]}, \"12186\": {\"path\": \"test/12186.jpg\", \"id\": 12186, \"objects\": [{\"bbox\": {\"xmin\": 1036.7071533203125, \"ymin\": 1024.6181640625, \"xmax\": 1061.1849365234375, \"ymax\": 1049.646240234375}, \"category\": \"w32\"}, {\"bbox\": {\"xmin\": 472.368, \"ymin\": 1009.21, \"xmax\": 492.1053, \"ymax\": 1025.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 475.0, \"ymin\": 981.579, \"xmax\": 490.7895, \"ymax\": 1005.2632}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 473.684, \"ymin\": 1031.58, \"xmax\": 489.4737, \"ymax\": 1048.6842}, \"category\": \"pl5\"}]}, \"43555\": {\"path\": \"train/43555.jpg\", \"id\": 43555, \"objects\": [{\"bbox\": {\"xmin\": 1818.67, \"ymin\": 824.0, \"xmax\": 1862.6667, \"ymax\": 885.3333}, \"category\": \"p10\"}]}, \"52194\": {\"path\": \"train/52194.jpg\", \"id\": 52194, \"objects\": [{\"bbox\": {\"xmin\": 617.0, \"ymin\": 723.0, \"xmax\": 672.0, \"ymax\": 781.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 889.0, \"ymin\": 885.0, \"xmax\": 934.0, \"ymax\": 937.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 887.0, \"ymin\": 940.0, \"xmax\": 935.0, \"ymax\": 986.0}, \"category\": \"i2r\"}]}, \"74770\": {\"path\": \"other/74770.jpg\", \"id\": 74770, \"objects\": [{\"bbox\": {\"xmin\": 180.263, \"ymin\": 927.631, \"xmax\": 212.49790000000002, \"ymax\": 969.7366}, \"category\": \"w63\"}]}, \"86184\": {\"path\": \"test/86184.jpg\", \"id\": 86184, \"objects\": [{\"bbox\": {\"xmin\": 403.0, \"ymin\": 798.0, \"xmax\": 451.0, \"ymax\": 853.0}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 157.0, \"ymin\": 939.0, \"xmax\": 188.0, \"ymax\": 974.0}, \"category\": \"pn\"}]}, \"96437\": {\"path\": \"test/96437.jpg\", \"id\": 96437, \"objects\": [{\"bbox\": {\"xmin\": 1842.57, \"ymin\": 912.871, \"xmax\": 1871.2871, \"ymax\": 944.5545}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1843.56, \"ymin\": 945.545, \"xmax\": 1873.2673, \"ymax\": 978.2178}, \"category\": \"pn\"}]}, \"98794\": {\"path\": \"test/98794.jpg\", \"id\": 98794, \"objects\": [{\"bbox\": {\"xmin\": 1112.96630859375, \"ymin\": 992.7620239257812, \"xmax\": 1132.093994140625, \"ymax\": 1011.7068481445312}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1063.0, \"ymin\": 628.0, \"xmax\": 1157.0, \"ymax\": 717.0}, \"category\": \"pr40\"}]}, \"34501\": {\"path\": \"test/34501.jpg\", \"id\": 34501, \"objects\": [{\"bbox\": {\"xmin\": 2015.08, \"ymin\": 957.936, \"xmax\": 2047.6227, \"ymax\": 1000.7933}, \"category\": \"w59\"}]}, \"1951\": {\"path\": \"test/1951.jpg\", \"id\": 1951, \"objects\": [{\"bbox\": {\"xmin\": 1500.72, \"ymin\": 928.985, \"xmax\": 1517.7536, \"ymax\": 946.0141}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1373.19, \"ymin\": 920.29, \"xmax\": 1389.4958000000001, \"ymax\": 939.8548}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1519.57, \"ymin\": 929.348, \"xmax\": 1535.5072, \"ymax\": 947.8261}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1391.67, \"ymin\": 921.377, \"xmax\": 1408.3333, \"ymax\": 939.1304}, \"category\": \"pn\"}]}, \"22660\": {\"path\": \"train/22660.jpg\", \"id\": 22660, \"objects\": [{\"bbox\": {\"xmin\": 1768.63, \"ymin\": 888.158, \"xmax\": 1794.7368000000001, \"ymax\": 919.7373}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1984.31, \"ymin\": 890.196, \"xmax\": 2005.8824, \"ymax\": 917.1053}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 2007.84, \"ymin\": 893.421, \"xmax\": 2022.3683999999998, \"ymax\": 917.1051}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1693.42, \"ymin\": 890.196, \"xmax\": 1717.1053000000002, \"ymax\": 917.6471}, \"category\": \"pne\"}]}, \"65423\": {\"path\": \"test/65423.jpg\", \"id\": 65423, \"objects\": [{\"bbox\": {\"xmin\": 1584.0, \"ymin\": 913.0, \"xmax\": 1631.0, \"ymax\": 956.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1444.0, \"ymin\": 976.0, \"xmax\": 1477.0, \"ymax\": 1006.0}, \"category\": \"w56\"}, {\"bbox\": {\"xmin\": 1583.0, \"ymin\": 959.0, \"xmax\": 1631.0, \"ymax\": 1007.0}, \"category\": \"pcl\"}]}, \"94704\": {\"path\": \"train/94704.jpg\", \"id\": 94704, \"objects\": [{\"bbox\": {\"xmin\": 1090.04, \"ymin\": 915.936, \"xmax\": 1110.3586, \"ymax\": 936.652}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1111.16, \"ymin\": 916.733, \"xmax\": 1131.4741000000001, \"ymax\": 937.0518}, \"category\": \"pn\"}]}, \"68753\": {\"path\": \"test/68753.jpg\", \"id\": 68753, \"objects\": [{\"bbox\": {\"xmin\": 839.0, \"ymin\": 852.0, \"xmax\": 898.0, \"ymax\": 908.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 841.0, \"ymin\": 910.0, \"xmax\": 900.0, \"ymax\": 966.0}, \"category\": \"pn\"}]}, \"11935\": {\"path\": \"train/11935.jpg\", \"id\": 11935, \"objects\": [{\"bbox\": {\"xmin\": 503.4726867675781, \"ymin\": 907.9625244140625, \"xmax\": 527.2728271484375, \"ymax\": 931.8167724609375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 17.3333, \"ymin\": 1081.33, \"xmax\": 80.0, \"ymax\": 1174.6634}, \"category\": \"p10\"}]}, \"73798\": {\"path\": \"train/73798.jpg\", \"id\": 73798, \"objects\": [{\"bbox\": {\"xmin\": 244.737, \"ymin\": 1003.95, \"xmax\": 260.5263, \"ymax\": 1019.7368}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 243.421, \"ymin\": 1022.37, \"xmax\": 256.5789, \"ymax\": 1036.8421}, \"category\": \"pm2\"}]}, \"63102\": {\"path\": \"test/63102.jpg\", \"id\": 63102, \"objects\": [{\"bbox\": {\"xmin\": 1714.67, \"ymin\": 650.667, \"xmax\": 1766.6667, \"ymax\": 714.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1714.67, \"ymin\": 750.667, \"xmax\": 1770.6667, \"ymax\": 816.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1653.33, \"ymin\": 749.333, \"xmax\": 1709.3333, \"ymax\": 816.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1652.0, \"ymin\": 646.667, \"xmax\": 1708.0, \"ymax\": 710.667}, \"category\": \"pl120\"}]}, \"11004\": {\"path\": \"train/11004.jpg\", \"id\": 11004, \"objects\": [{\"bbox\": {\"xmin\": 1305.0, \"ymin\": 946.0, \"xmax\": 1392.0, \"ymax\": 1031.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1858.0, \"ymin\": 776.0, \"xmax\": 2031.0, \"ymax\": 969.0}, \"category\": \"w58\"}]}, \"442\": {\"path\": \"train/442.jpg\", \"id\": 442, \"objects\": [{\"bbox\": {\"xmin\": 736.044, \"ymin\": 903.159, \"xmax\": 759.5239, \"ymax\": 928.5717}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 704.557, \"ymin\": 904.354, \"xmax\": 732.2801000000001, \"ymax\": 931.0863}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 763.366, \"ymin\": 903.96, \"xmax\": 790.4762, \"ymax\": 930.1587000000001}, \"category\": \"pn\"}]}, \"19285\": {\"path\": \"train/19285.jpg\", \"id\": 19285, \"objects\": [{\"bbox\": {\"xmin\": 1346.0, \"ymin\": 804.0, \"xmax\": 1391.0, \"ymax\": 849.0}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1369.0, \"ymin\": 992.0, \"xmax\": 1395.0, \"ymax\": 1019.0}, \"category\": \"pn\"}]}, \"68252\": {\"path\": \"other/68252.jpg\", \"id\": 68252, \"objects\": [{\"bbox\": {\"xmin\": 325.743, \"ymin\": 1018.81, \"xmax\": 337.6238, \"ymax\": 1032.6733}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 854.455, \"ymin\": 956.436, \"xmax\": 867.3267000000001, \"ymax\": 970.297}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 868.317, \"ymin\": 956.436, \"xmax\": 882.1782000000001, \"ymax\": 969.3069}, \"category\": \"pn\"}]}, \"92289\": {\"path\": \"train/92289.jpg\", \"id\": 92289, \"objects\": [{\"bbox\": {\"xmin\": 906.931, \"ymin\": 943.564, \"xmax\": 923.7624000000001, \"ymax\": 963.3662999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 844.554, \"ymin\": 945.545, \"xmax\": 861.3847, \"ymax\": 963.3662999999999}, \"category\": \"pne\"}]}, \"32567\": {\"path\": \"other/32567.jpg\", \"id\": 32567, \"objects\": [{\"bbox\": {\"xmin\": 905.0, \"ymin\": 1005.0, \"xmax\": 919.0, \"ymax\": 1018.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1567.0, \"ymin\": 970.0, \"xmax\": 1649.0, \"ymax\": 1055.0}, \"category\": \"pr60\"}]}, \"58553\": {\"path\": \"train/58553.jpg\", \"id\": 58553, \"objects\": [{\"bbox\": {\"xmin\": 822.0, \"ymin\": 537.0, \"xmax\": 910.0, \"ymax\": 621.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1098.0, \"ymin\": 541.0, \"xmax\": 1187.0, \"ymax\": 625.0}, \"category\": \"pl60\"}]}, \"41650\": {\"path\": \"train/41650.jpg\", \"id\": 41650, \"objects\": [{\"bbox\": {\"xmin\": 1026.0, \"ymin\": 904.0, \"xmax\": 1045.0, \"ymax\": 925.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1151.0, \"ymin\": 834.0, \"xmax\": 1185.0, \"ymax\": 870.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 928.0, \"ymin\": 819.0, \"xmax\": 971.0, \"ymax\": 864.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1006.0, \"ymin\": 905.0, \"xmax\": 1023.0, \"ymax\": 925.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1046.0, \"ymin\": 906.0, \"xmax\": 1067.0, \"ymax\": 925.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1035.0, \"ymin\": 933.0, \"xmax\": 1049.0, \"ymax\": 946.0}, \"category\": \"pn\"}]}, \"49049\": {\"path\": \"test/49049.jpg\", \"id\": 49049, \"objects\": [{\"bbox\": {\"xmin\": 1979.2, \"ymin\": 671.2, \"xmax\": 2010.4, \"ymax\": 712.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1804.0, \"ymin\": 641.6, \"xmax\": 1844.0, \"ymax\": 685.6}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1763.2, \"ymin\": 635.2, \"xmax\": 1803.2, \"ymax\": 680.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1917.6, \"ymin\": 660.8, \"xmax\": 1949.6, \"ymax\": 702.4}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1719.2, \"ymin\": 630.4, \"xmax\": 1759.2, \"ymax\": 675.1999999999999}, \"category\": \"pl120\"}]}, \"33175\": {\"path\": \"test/33175.jpg\", \"id\": 33175, \"objects\": [{\"bbox\": {\"xmin\": 99.0099, \"ymin\": 818.812, \"xmax\": 124.7525, \"ymax\": 866.3366}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 63.3663, \"ymin\": 810.891, \"xmax\": 96.03960000000001, \"ymax\": 864.3564}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 125.743, \"ymin\": 824.752, \"xmax\": 157.4257, \"ymax\": 871.2871}, \"category\": \"pn\"}]}, \"64687\": {\"path\": \"train/64687.jpg\", \"id\": 64687, \"objects\": [{\"bbox\": {\"xmin\": 1110.67, \"ymin\": 1209.33, \"xmax\": 1173.3366, \"ymax\": 1269.3333}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1116.0, \"ymin\": 1082.67, \"xmax\": 1166.6667, \"ymax\": 1144.0}, \"category\": \"pl5\"}]}, \"69528\": {\"path\": \"other/69528.jpg\", \"id\": 69528, \"objects\": [{\"bbox\": {\"xmin\": 1229.20458984375, \"ymin\": 929.950927734375, \"xmax\": 1248.824462890625, \"ymax\": 946.6527099609375}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1163.6182861328125, \"ymin\": 929.1102905273438, \"xmax\": 1183.0235595703125, \"ymax\": 947.4778442382812}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1786.058349609375, \"ymin\": 914.714111328125, \"xmax\": 1802.083740234375, \"ymax\": 934.2626953125}, \"category\": \"pne\"}]}, \"12420\": {\"path\": \"test/12420.jpg\", \"id\": 12420, \"objects\": [{\"bbox\": {\"xmin\": 1741.29, \"ymin\": 844.279, \"xmax\": 1837.3134, \"ymax\": 948.259}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1210.45, \"ymin\": 962.687, \"xmax\": 1236.3184, \"ymax\": 988.5572}, \"category\": \"pn\"}]}, \"53159\": {\"path\": \"train/53159.jpg\", \"id\": 53159, \"objects\": [{\"bbox\": {\"xmin\": 1074.11, \"ymin\": 904.781, \"xmax\": 1098.0127, \"ymax\": 927.4899999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1101.19, \"ymin\": 905.179, \"xmax\": 1122.3092000000001, \"ymax\": 927.8883999999999}, \"category\": \"pn\"}]}, \"37285\": {\"path\": \"train/37285.jpg\", \"id\": 37285, \"objects\": [{\"bbox\": {\"xmin\": 1030.0, \"ymin\": 892.0, \"xmax\": 1053.0, \"ymax\": 916.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1199.0, \"ymin\": 778.0, \"xmax\": 1248.0, \"ymax\": 828.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 895.0, \"ymin\": 758.0, \"xmax\": 954.0, \"ymax\": 818.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1003.0, \"ymin\": 890.0, \"xmax\": 1026.0, \"ymax\": 915.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1054.0, \"ymin\": 893.0, \"xmax\": 1078.0, \"ymax\": 918.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1040.0, \"ymin\": 931.0, \"xmax\": 1055.0, \"ymax\": 946.0}, \"category\": \"pn\"}]}, \"46620\": {\"path\": \"train/46620.jpg\", \"id\": 46620, \"objects\": [{\"bbox\": {\"xmin\": 1652.38, \"ymin\": 845.238, \"xmax\": 1711.9048, \"ymax\": 903.9683}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1504.76, \"ymin\": 841.27, \"xmax\": 1568.2494, \"ymax\": 898.413}, \"category\": \"pne\"}]}, \"89244\": {\"path\": \"other/89244.jpg\", \"id\": 89244, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 862.240234375, \"xmax\": 27.719310760498047, \"ymax\": 934.5408935546875}, \"category\": \"p23\"}]}, \"81875\": {\"path\": \"train/81875.jpg\", \"id\": 81875, \"objects\": [{\"bbox\": {\"xmin\": 831.683, \"ymin\": 934.653, \"xmax\": 845.545, \"ymax\": 954.4549000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 807.921, \"ymin\": 933.663, \"xmax\": 826.7327, \"ymax\": 955.4455}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 852.475, \"ymin\": 935.644, \"xmax\": 871.2875, \"ymax\": 955.4455}, \"category\": \"pn\"}]}, \"74676\": {\"path\": \"other/74676.jpg\", \"id\": 74676, \"objects\": [{\"bbox\": {\"xmin\": 1301.45, \"ymin\": 997.464, \"xmax\": 1315.9443, \"ymax\": 1011.9568}, \"category\": \"p5\"}]}, \"32311\": {\"path\": \"train/32311.jpg\", \"id\": 32311, \"objects\": [{\"bbox\": {\"xmin\": 1384.0, \"ymin\": 1054.67, \"xmax\": 1440.0, \"ymax\": 1110.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1382.67, \"ymin\": 990.667, \"xmax\": 1442.6667, \"ymax\": 1048.0}, \"category\": \"pss\"}]}, \"30645\": {\"path\": \"train/30645.jpg\", \"id\": 30645, \"objects\": [{\"bbox\": {\"xmin\": 1722.0, \"ymin\": 812.0, \"xmax\": 1789.0, \"ymax\": 880.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1294.0, \"ymin\": 536.0, \"xmax\": 1366.0, \"ymax\": 605.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1375.0, \"ymin\": 536.0, \"xmax\": 1452.0, \"ymax\": 606.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1725.0, \"ymin\": 946.0, \"xmax\": 1785.0, \"ymax\": 1000.0}, \"category\": \"w57\"}]}, \"29024\": {\"path\": \"train/29024.jpg\", \"id\": 29024, \"objects\": [{\"bbox\": {\"xmin\": 1190.67, \"ymin\": 1013.33, \"xmax\": 1217.3366, \"ymax\": 1042.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1190.67, \"ymin\": 930.667, \"xmax\": 1218.6667, \"ymax\": 960.0}, \"category\": \"pmb\"}]}, \"852\": {\"path\": \"train/852.jpg\", \"id\": 852, \"objects\": [{\"bbox\": {\"xmin\": 256.863, \"ymin\": 931.373, \"xmax\": 290.1961, \"ymax\": 972.5490000000001}, \"category\": \"pl5\"}]}, \"52462\": {\"path\": \"train/52462.jpg\", \"id\": 52462, \"objects\": [{\"bbox\": {\"xmin\": 739.073, \"ymin\": 952.98, \"xmax\": 756.9535999999999, \"ymax\": 972.8477}, \"category\": \"ip\"}]}, \"28032\": {\"path\": \"train/28032.jpg\", \"id\": 28032, \"objects\": [{\"bbox\": {\"xmin\": 1326.4, \"ymin\": 738.4, \"xmax\": 1388.0, \"ymax\": 800.8}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1388.8, \"ymin\": 741.6, \"xmax\": 1452.0, \"ymax\": 800.8000000000001}, \"category\": \"pn\"}]}, \"41213\": {\"path\": \"other/41213.jpg\", \"id\": 41213, \"objects\": [{\"bbox\": {\"xmin\": 766.667, \"ymin\": 649.333, \"xmax\": 905.3330000000001, \"ymax\": 750.6669999999999}, \"category\": \"ph3.5\"}]}, \"56389\": {\"path\": \"train/56389.jpg\", \"id\": 56389, \"objects\": [{\"bbox\": {\"xmin\": 1114.48, \"ymin\": 660.526, \"xmax\": 1194.74, \"ymax\": 742.1051}, \"category\": \"pl40\"}]}, \"33160\": {\"path\": \"test/33160.jpg\", \"id\": 33160, \"objects\": [{\"bbox\": {\"xmin\": 260.396, \"ymin\": 968.317, \"xmax\": 295.0495, \"ymax\": 1004.9505}, \"category\": \"w57\"}]}, \"90536\": {\"path\": \"test/90536.jpg\", \"id\": 90536, \"objects\": [{\"bbox\": {\"xmin\": 2015.79, \"ymin\": 946.053, \"xmax\": 2047.3684, \"ymax\": 1000.0}, \"category\": \"pl50\"}]}, \"364\": {\"path\": \"test/364.jpg\", \"id\": 364, \"objects\": [{\"bbox\": {\"xmin\": 699.9658813476562, \"ymin\": 1269.8447265625, \"xmax\": 876.1602172851562, \"ymax\": 1445.816650390625}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1439.0, \"ymin\": 842.0, \"xmax\": 1470.0, \"ymax\": 871.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1472.0, \"ymin\": 840.0, \"xmax\": 1502.0, \"ymax\": 871.0}, \"category\": \"pn\"}]}, \"83167\": {\"path\": \"test/83167.jpg\", \"id\": 83167, \"objects\": [{\"bbox\": {\"xmin\": 1902.65, \"ymin\": 1001.33, \"xmax\": 1931.7855000000002, \"ymax\": 1035.1016}, \"category\": \"pl30\"}]}, \"91397\": {\"path\": \"test/91397.jpg\", \"id\": 91397, \"objects\": [{\"bbox\": {\"xmin\": 1266.0, \"ymin\": 965.0, \"xmax\": 1317.0, \"ymax\": 1017.0}, \"category\": \"p19\"}]}, \"70117\": {\"path\": \"train/70117.jpg\", \"id\": 70117, \"objects\": [{\"bbox\": {\"xmin\": 1399.0, \"ymin\": 900.0, \"xmax\": 1436.0, \"ymax\": 943.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1216.0, \"ymin\": 966.0, \"xmax\": 1230.0, \"ymax\": 983.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 945.0, \"xmax\": 1433.0, \"ymax\": 987.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1528.0, \"ymin\": 951.0, \"xmax\": 1563.0, \"ymax\": 984.0}, \"category\": \"pm20\"}, {\"bbox\": {\"xmin\": 1179.0, \"ymin\": 709.0, \"xmax\": 1218.0, \"ymax\": 747.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 934.0, \"ymin\": 546.0, \"xmax\": 1011.0, \"ymax\": 622.0}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1217.0, \"ymin\": 949.0, \"xmax\": 1234.0, \"ymax\": 966.0}, \"category\": \"w13\"}]}, \"91042\": {\"path\": \"train/91042.jpg\", \"id\": 91042, \"objects\": [{\"bbox\": {\"xmin\": 2007.84, \"ymin\": 796.078, \"xmax\": 2045.098, \"ymax\": 847.0588}, \"category\": \"pne\"}]}, \"21302\": {\"path\": \"train/21302.jpg\", \"id\": 21302, \"objects\": [{\"bbox\": {\"xmin\": 1286.67, \"ymin\": 834.667, \"xmax\": 1336.0, \"ymax\": 885.3333}, \"category\": \"pl40\"}]}, \"33029\": {\"path\": \"test/33029.jpg\", \"id\": 33029, \"objects\": [{\"bbox\": {\"xmin\": 85.0, \"ymin\": 954.0, \"xmax\": 139.0, \"ymax\": 1025.0}, \"category\": \"pm20\"}]}, \"87408\": {\"path\": \"train/87408.jpg\", \"id\": 87408, \"objects\": [{\"bbox\": {\"xmin\": 1091.0, \"ymin\": 817.0, \"xmax\": 1116.0, \"ymax\": 847.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 826.0, \"xmax\": 1425.0, \"ymax\": 852.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1426.0, \"ymin\": 825.0, \"xmax\": 1452.0, \"ymax\": 855.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1040.0, \"ymin\": 817.0, \"xmax\": 1066.0, \"ymax\": 845.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1454.0, \"ymin\": 912.0, \"xmax\": 1471.0, \"ymax\": 931.0}, \"category\": \"pdd\"}]}, \"51790\": {\"path\": \"train/51790.jpg\", \"id\": 51790, \"objects\": [{\"bbox\": {\"xmin\": 1368.0, \"ymin\": 928.0, \"xmax\": 1402.6667, \"ymax\": 964.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1421.33, \"ymin\": 854.667, \"xmax\": 1446.6667, \"ymax\": 882.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1205.33, \"ymin\": 932.0, \"xmax\": 1240.0, \"ymax\": 966.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1750.67, \"ymin\": 960.0, \"xmax\": 1766.6667, \"ymax\": 985.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1752.0, \"ymin\": 985.333, \"xmax\": 1768.0, \"ymax\": 1006.6667}, \"category\": \"i2r\"}]}, \"66772\": {\"path\": \"train/66772.jpg\", \"id\": 66772, \"objects\": [{\"bbox\": {\"xmin\": 882.667, \"ymin\": 1069.33, \"xmax\": 937.3333, \"ymax\": 1125.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1028.0, \"ymin\": 1137.33, \"xmax\": 1089.3333, \"ymax\": 1194.6667}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 882.667, \"ymin\": 1134.67, \"xmax\": 938.6667, \"ymax\": 1193.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 956.0, \"ymin\": 1136.0, \"xmax\": 1013.333, \"ymax\": 1193.3201}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 953.333, \"ymin\": 1070.67, \"xmax\": 1014.6667, \"ymax\": 1128.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1028.0, \"ymin\": 1070.67, \"xmax\": 1088.0, \"ymax\": 1128.0}, \"category\": \"pn\"}]}, \"34818\": {\"path\": \"train/34818.jpg\", \"id\": 34818, \"objects\": [{\"bbox\": {\"xmin\": 1346.22, \"ymin\": 977.689, \"xmax\": 1363.3466, \"ymax\": 995.2190999999999}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1796.81, \"ymin\": 972.112, \"xmax\": 1829.0837, \"ymax\": 1003.1872999999999}, \"category\": \"w59\"}]}, \"66118\": {\"path\": \"train/66118.jpg\", \"id\": 66118, \"objects\": [{\"bbox\": {\"xmin\": 811.111, \"ymin\": 878.571, \"xmax\": 841.2695, \"ymax\": 911.1111000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1127.78, \"ymin\": 925.397, \"xmax\": 1146.043, \"ymax\": 944.4444000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1105.56, \"ymin\": 922.222, \"xmax\": 1124.6032, \"ymax\": 947.619}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1147.62, \"ymin\": 925.397, \"xmax\": 1167.4603, \"ymax\": 945.2381}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 700.794, \"ymin\": 879.365, \"xmax\": 726.1904999999999, \"ymax\": 911.1111}, \"category\": \"pne\"}]}, \"47280\": {\"path\": \"train/47280.jpg\", \"id\": 47280, \"objects\": [{\"bbox\": {\"xmin\": 2005.26318359375, \"ymin\": 804.4150390625, \"xmax\": 2034.055419921875, \"ymax\": 849.8675537109375}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 823.762, \"ymin\": 889.109, \"xmax\": 846.5346999999999, \"ymax\": 908.9109000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1114.85, \"ymin\": 892.079, \"xmax\": 1133.6634, \"ymax\": 913.8614}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1139.6, \"ymin\": 895.05, \"xmax\": 1159.4059, \"ymax\": 914.8515}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 758.419, \"ymin\": 890.1, \"xmax\": 777.228, \"ymax\": 911.8812}, \"category\": \"pne\"}]}, \"59538\": {\"path\": \"train/59538.jpg\", \"id\": 59538, \"objects\": [{\"bbox\": {\"xmin\": 1055.2, \"ymin\": 933.237, \"xmax\": 1072.0, \"ymax\": 951.9996}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1589.07, \"ymin\": 949.139, \"xmax\": 1611.5176999999999, \"ymax\": 973.1036}, \"category\": \"i2r\"}]}, \"73724\": {\"path\": \"train/73724.jpg\", \"id\": 73724, \"objects\": [{\"bbox\": {\"xmin\": 1385.53, \"ymin\": 711.842, \"xmax\": 1444.7368, \"ymax\": 769.7368}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1455.26, \"ymin\": 714.474, \"xmax\": 1510.5263, \"ymax\": 775.0}, \"category\": \"pn\"}]}, \"35560\": {\"path\": \"train/35560.jpg\", \"id\": 35560, \"objects\": [{\"bbox\": {\"xmin\": 1291.0, \"ymin\": 1049.0, \"xmax\": 1315.0, \"ymax\": 1075.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1291.0, \"ymin\": 1027.0, \"xmax\": 1314.0, \"ymax\": 1049.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1728.0, \"ymin\": 1010.0, \"xmax\": 1754.0, \"ymax\": 1038.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1784.0, \"ymin\": 1041.0, \"xmax\": 1815.0, \"ymax\": 1073.0}, \"category\": \"pm10\"}]}, \"367\": {\"path\": \"other/367.jpg\", \"id\": 367, \"objects\": [{\"bbox\": {\"xmin\": 1629.37, \"ymin\": 1053.17, \"xmax\": 1643.6508, \"ymax\": 1072.2222000000002}, \"category\": \"pn\"}]}, \"11057\": {\"path\": \"train/11057.jpg\", \"id\": 11057, \"objects\": [{\"bbox\": {\"xmin\": 1644.8, \"ymin\": 955.2, \"xmax\": 1674.3999999999999, \"ymax\": 986.4000000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 556.8, \"ymin\": 980.8, \"xmax\": 570.4, \"ymax\": 996.8}, \"category\": \"pne\"}]}, \"36272\": {\"path\": \"test/36272.jpg\", \"id\": 36272, \"objects\": [{\"bbox\": {\"xmin\": 1855.22, \"ymin\": 874.627, \"xmax\": 1903.4826, \"ymax\": 925.3730999999999}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1098.5, \"ymin\": 946.766, \"xmax\": 1109.9478, \"ymax\": 958.209}, \"category\": \"pn\"}]}, \"72926\": {\"path\": \"train/72926.jpg\", \"id\": 72926, \"objects\": [{\"bbox\": {\"xmin\": 1381.33, \"ymin\": 466.667, \"xmax\": 1496.0, \"ymax\": 572.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1621.33, \"ymin\": 810.667, \"xmax\": 1716.0, \"ymax\": 912.0}, \"category\": \"pm30\"}]}, \"43652\": {\"path\": \"train/43652.jpg\", \"id\": 43652, \"objects\": [{\"bbox\": {\"xmin\": 712.582, \"ymin\": 915.232, \"xmax\": 746.3571, \"ymax\": 950.9936}, \"category\": \"p5\"}]}, \"21574\": {\"path\": \"train/21574.jpg\", \"id\": 21574, \"objects\": [{\"bbox\": {\"xmin\": 1876.0, \"ymin\": 903.0, \"xmax\": 1916.0, \"ymax\": 960.0}, \"category\": \"pne\"}]}, \"41611\": {\"path\": \"other/41611.jpg\", \"id\": 41611, \"objects\": [{\"bbox\": {\"xmin\": 664.0, \"ymin\": 982.0, \"xmax\": 710.0, \"ymax\": 1030.0}, \"category\": \"pm10\"}]}, \"61070\": {\"path\": \"train/61070.jpg\", \"id\": 61070, \"objects\": [{\"bbox\": {\"xmin\": 1271.29, \"ymin\": 899.01, \"xmax\": 1295.0494999999999, \"ymax\": 925.7426}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1185.15, \"ymin\": 900.0, \"xmax\": 1208.9109, \"ymax\": 921.7822}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 697.03, \"ymin\": 818.812, \"xmax\": 738.6139, \"ymax\": 864.3564}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 854.455, \"ymin\": 981.188, \"xmax\": 878.2178, \"ymax\": 1003.9603999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 400.99, \"ymin\": 845.545, \"xmax\": 437.6238, \"ymax\": 887.1287}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 798.02, \"ymin\": 994.059, \"xmax\": 825.7426, \"ymax\": 1024.7525}, \"category\": \"w47\"}]}, \"91569\": {\"path\": \"test/91569.jpg\", \"id\": 91569, \"objects\": [{\"bbox\": {\"xmin\": 1403.97, \"ymin\": 879.365, \"xmax\": 1429.3662, \"ymax\": 903.1746}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1614.29, \"ymin\": 973.016, \"xmax\": 1641.2698, \"ymax\": 1000.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1430.95, \"ymin\": 878.571, \"xmax\": 1454.7619, \"ymax\": 903.9683}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1457.14, \"ymin\": 880.952, \"xmax\": 1481.746, \"ymax\": 903.9682}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1481.75, \"ymin\": 944.444, \"xmax\": 1497.6206, \"ymax\": 961.9047999999999}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1614.29, \"ymin\": 946.032, \"xmax\": 1640.4762, \"ymax\": 973.0157}, \"category\": \"pcd\"}]}, \"74567\": {\"path\": \"train/74567.jpg\", \"id\": 74567, \"objects\": [{\"bbox\": {\"xmin\": 180.0, \"ymin\": 961.0, \"xmax\": 266.0, \"ymax\": 1100.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 181.0, \"ymin\": 1126.0, \"xmax\": 268.0, \"ymax\": 1265.0}, \"category\": \"i2r\"}]}, \"81066\": {\"path\": \"other/81066.jpg\", \"id\": 81066, \"objects\": [{\"bbox\": {\"xmin\": 1010.6, \"ymin\": 927.152, \"xmax\": 1024.5057, \"ymax\": 939.7343000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 437.086, \"ymin\": 906.623, \"xmax\": 447.01987, \"ymax\": 925.1656}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1121.85, \"ymin\": 921.192, \"xmax\": 1137.7483, \"ymax\": 936.4238}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1140.4, \"ymin\": 921.192, \"xmax\": 1155.6291, \"ymax\": 937.0861}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 924.503, \"ymin\": 927.815, \"xmax\": 937.0861, \"ymax\": 941.7219}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1386.09, \"ymin\": 881.457, \"xmax\": 1396.02649, \"ymax\": 901.9868}, \"category\": \"pne\"}]}, \"36\": {\"path\": \"train/36.jpg\", \"id\": 36, \"objects\": [{\"bbox\": {\"xmin\": 1748.68, \"ymin\": 1159.21, \"xmax\": 1823.6842000000001, \"ymax\": 1232.8947}, \"category\": \"w32\"}]}, \"56576\": {\"path\": \"test/56576.jpg\", \"id\": 56576, \"objects\": [{\"bbox\": {\"xmin\": 545.333, \"ymin\": 1006.67, \"xmax\": 582.6667, \"ymax\": 1048.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1156.0, \"ymin\": 910.667, \"xmax\": 1186.6667, \"ymax\": 941.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1158.67, \"ymin\": 937.333, \"xmax\": 1187.9967000000001, \"ymax\": 965.3333}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1032.0, \"ymin\": 857.333, \"xmax\": 1069.3333, \"ymax\": 896.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 998.667, \"ymin\": 849.333, \"xmax\": 1033.3336, \"ymax\": 882.6667}, \"category\": \"w57\"}]}, \"93271\": {\"path\": \"train/93271.jpg\", \"id\": 93271, \"objects\": [{\"bbox\": {\"xmin\": 1416.0, \"ymin\": 1023.0, \"xmax\": 1443.0, \"ymax\": 1051.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 920.0, \"ymin\": 1048.0, \"xmax\": 938.0, \"ymax\": 1065.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 776.0, \"ymin\": 828.0, \"xmax\": 832.0, \"ymax\": 889.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1364.0, \"ymin\": 1013.0, \"xmax\": 1382.0, \"ymax\": 1035.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 545.0, \"ymin\": 1008.0, \"xmax\": 583.0, \"ymax\": 1048.0}, \"category\": \"pne\"}]}, \"96351\": {\"path\": \"train/96351.jpg\", \"id\": 96351, \"objects\": [{\"bbox\": {\"xmin\": 129.333, \"ymin\": 756.0, \"xmax\": 191.9997, \"ymax\": 850.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 688.0, \"ymin\": 885.333, \"xmax\": 713.3333, \"ymax\": 925.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 686.667, \"ymin\": 930.667, \"xmax\": 712.0, \"ymax\": 970.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 22.6667, \"ymin\": 784.0, \"xmax\": 60.0, \"ymax\": 834.6667}, \"category\": \"pl40\"}]}, \"47511\": {\"path\": \"train/47511.jpg\", \"id\": 47511, \"objects\": [{\"bbox\": {\"xmin\": 101.98, \"ymin\": 964.357, \"xmax\": 127.7228, \"ymax\": 999.01}, \"category\": \"p26\"}]}, \"3013\": {\"path\": \"train/3013.jpg\", \"id\": 3013, \"objects\": [{\"bbox\": {\"xmin\": 1902.63, \"ymin\": 715.789, \"xmax\": 1957.8947, \"ymax\": 789.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1652.63, \"ymin\": 689.474, \"xmax\": 1722.3684, \"ymax\": 767.1053}, \"category\": \"pne\"}]}, \"29255\": {\"path\": \"train/29255.jpg\", \"id\": 29255, \"objects\": [{\"bbox\": {\"xmin\": 836.0, \"ymin\": 1002.67, \"xmax\": 860.0, \"ymax\": 1024.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 965.333, \"ymin\": 886.667, \"xmax\": 993.3333, \"ymax\": 914.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 706.667, \"ymin\": 893.333, \"xmax\": 736.0, \"ymax\": 921.3333}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1121.33, \"ymin\": 1013.33, \"xmax\": 1142.6667, \"ymax\": 1037.3333}, \"category\": \"i4l\"}]}, \"61781\": {\"path\": \"train/61781.jpg\", \"id\": 61781, \"objects\": [{\"bbox\": {\"xmin\": 1259.41, \"ymin\": 973.267, \"xmax\": 1283.1683, \"ymax\": 993.75}, \"category\": \"p19\"}]}, \"21524\": {\"path\": \"train/21524.jpg\", \"id\": 21524, \"objects\": [{\"bbox\": {\"xmin\": 326.49, \"ymin\": 905.96, \"xmax\": 338.4106, \"ymax\": 925.1656}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1000.0, \"ymin\": 930.464, \"xmax\": 1015.2318, \"ymax\": 945.0331000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1511.92, \"ymin\": 845.033, \"xmax\": 1523.8411, \"ymax\": 876.8212}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1124.5, \"ymin\": 923.841, \"xmax\": 1142.3841, \"ymax\": 941.0596}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1145.03, \"ymin\": 924.503, \"xmax\": 1162.2517, \"ymax\": 941.0596}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 231.788, \"ymin\": 896.026, \"xmax\": 244.3709, \"ymax\": 919.8675}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 903.974, \"ymin\": 930.464, \"xmax\": 918.543, \"ymax\": 945.6954000000001}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1456.95, \"ymin\": 867.55, \"xmax\": 1464.90066, \"ymax\": 891.3906999999999}, \"category\": \"pne\"}]}, \"45438\": {\"path\": \"test/45438.jpg\", \"id\": 45438, \"objects\": [{\"bbox\": {\"xmin\": 1825.74, \"ymin\": 884.158, \"xmax\": 1845.5446, \"ymax\": 914.8515}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 586.139, \"ymin\": 770.297, \"xmax\": 607.9208, \"ymax\": 812.8713}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 610.891, \"ymin\": 775.248, \"xmax\": 623.7618, \"ymax\": 824.7525}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1850.5, \"ymin\": 889.109, \"xmax\": 1869.3069, \"ymax\": 916.8317000000001}, \"category\": \"pn\"}]}, \"51492\": {\"path\": \"train/51492.jpg\", \"id\": 51492, \"objects\": [{\"bbox\": {\"xmin\": 1392.08, \"ymin\": 889.109, \"xmax\": 1413.8614, \"ymax\": 915.8416000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1285.15, \"ymin\": 892.079, \"xmax\": 1310.8911, \"ymax\": 916.8317}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1589.11, \"ymin\": 914.851, \"xmax\": 1605.9406, \"ymax\": 933.6634}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1548.51, \"ymin\": 912.871, \"xmax\": 1566.3366, \"ymax\": 932.6732999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1567.33, \"ymin\": 911.881, \"xmax\": 1585.1485, \"ymax\": 930.6931}, \"category\": \"pn\"}]}, \"18798\": {\"path\": \"train/18798.jpg\", \"id\": 18798, \"objects\": [{\"bbox\": {\"xmin\": 106.667, \"ymin\": 917.333, \"xmax\": 148.0, \"ymax\": 981.3333}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 108.0, \"ymin\": 1004.0, \"xmax\": 153.3333, \"ymax\": 1046.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1957.33, \"ymin\": 877.333, \"xmax\": 2014.6667, \"ymax\": 962.6667}, \"category\": \"pm10\"}]}, \"86915\": {\"path\": \"other/86915.jpg\", \"id\": 86915, \"objects\": [{\"bbox\": {\"xmin\": 1192.05, \"ymin\": 888.741, \"xmax\": 1207.2863, \"ymax\": 905.96}, \"category\": \"p10\"}]}, \"15796\": {\"path\": \"test/15796.jpg\", \"id\": 15796, \"objects\": [{\"bbox\": {\"xmin\": 1246.53, \"ymin\": 830.693, \"xmax\": 1289.1089, \"ymax\": 872.2772}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1200.99, \"ymin\": 825.743, \"xmax\": 1242.5743, \"ymax\": 868.3168000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1291.09, \"ymin\": 829.703, \"xmax\": 1332.6733, \"ymax\": 873.2673}, \"category\": \"pn\"}]}, \"48258\": {\"path\": \"train/48258.jpg\", \"id\": 48258, \"objects\": [{\"bbox\": {\"xmin\": 1681.33, \"ymin\": 966.667, \"xmax\": 1728.0, \"ymax\": 1024.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1964.0, \"ymin\": 796.0, \"xmax\": 1996.0, \"ymax\": 841.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1660.0, \"ymin\": 672.0, \"xmax\": 1694.6667, \"ymax\": 713.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1921.33, \"ymin\": 785.333, \"xmax\": 1956.0, \"ymax\": 837.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 2004.0, \"ymin\": 753.333, \"xmax\": 2033.3333, \"ymax\": 796.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1840.0, \"ymin\": 694.667, \"xmax\": 1873.3333, \"ymax\": 734.6667}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1962.67, \"ymin\": 744.0, \"xmax\": 1996.0, \"ymax\": 790.6664}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1918.67, \"ymin\": 736.0, \"xmax\": 1957.3333, \"ymax\": 784.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 2002.67, \"ymin\": 801.333, \"xmax\": 2034.6667, \"ymax\": 846.6667}, \"category\": \"pbp\"}]}, \"2717\": {\"path\": \"test/2717.jpg\", \"id\": 2717, \"objects\": [{\"bbox\": {\"xmin\": 220.0, \"ymin\": 1024.8, \"xmax\": 256.8, \"ymax\": 1060.8}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 221.6, \"ymin\": 988.8, \"xmax\": 258.4, \"ymax\": 1024.8}, \"category\": \"pl15\"}]}, \"53352\": {\"path\": \"other/53352.jpg\", \"id\": 53352, \"objects\": [{\"bbox\": {\"xmin\": 417.5896911621094, \"ymin\": 892.7433471679688, \"xmax\": 437.9614562988281, \"ymax\": 915.2780151367188}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1196.258056640625, \"ymin\": 938.094970703125, \"xmax\": 1216.229736328125, \"ymax\": 954.2003173828125}, \"category\": \"pne\"}]}, \"3947\": {\"path\": \"train/3947.jpg\", \"id\": 3947, \"objects\": [{\"bbox\": {\"xmin\": 23.6842, \"ymin\": 686.842, \"xmax\": 88.1579, \"ymax\": 763.1578999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1928.95, \"ymin\": 939.474, \"xmax\": 1946.0594, \"ymax\": 955.2637000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 39.4737, \"ymin\": 852.632, \"xmax\": 64.47370000000001, \"ymax\": 892.1052999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 10.5263, \"ymin\": 847.368, \"xmax\": 40.789500000000004, \"ymax\": 893.4211}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1863.16, \"ymin\": 932.895, \"xmax\": 1881.5789, \"ymax\": 957.8947}, \"category\": \"pne\"}]}, \"41391\": {\"path\": \"other/41391.jpg\", \"id\": 41391, \"objects\": [{\"bbox\": {\"xmin\": 1194.44, \"ymin\": 592.857, \"xmax\": 1318.252, \"ymax\": 710.317}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 916.67, \"ymin\": 617.46, \"xmax\": 1033.3329999999999, \"ymax\": 719.841}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1053.17, \"ymin\": 607.143, \"xmax\": 1176.19, \"ymax\": 711.111}, \"category\": \"w42\"}]}, \"77598\": {\"path\": \"test/77598.jpg\", \"id\": 77598, \"objects\": [{\"bbox\": {\"xmin\": 1397.0, \"ymin\": 475.0, \"xmax\": 1541.0, \"ymax\": 607.0}, \"category\": \"i4\"}]}, \"26658\": {\"path\": \"train/26658.jpg\", \"id\": 26658, \"objects\": [{\"bbox\": {\"xmin\": 925.743, \"ymin\": 962.376, \"xmax\": 940.5941, \"ymax\": 977.2277}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1128.71, \"ymin\": 929.703, \"xmax\": 1152.4752, \"ymax\": 955.4454999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1081.19, \"ymin\": 932.673, \"xmax\": 1102.9703, \"ymax\": 955.4455}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1105.94, \"ymin\": 928.713, \"xmax\": 1128.7129, \"ymax\": 954.4553999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 873.267, \"ymin\": 961.386, \"xmax\": 885.1485, \"ymax\": 976.2375}, \"category\": \"pne\"}]}, \"33133\": {\"path\": \"train/33133.jpg\", \"id\": 33133, \"objects\": [{\"bbox\": {\"xmin\": 1401.32, \"ymin\": 875.0, \"xmax\": 1425.0041999999999, \"ymax\": 898.6842}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1250.0, \"ymin\": 873.685, \"xmax\": 1274.9958, \"ymax\": 898.6845999999999}, \"category\": \"pne\"}]}, \"41758\": {\"path\": \"train/41758.jpg\", \"id\": 41758, \"objects\": [{\"bbox\": {\"xmin\": 1946.67, \"ymin\": 889.333, \"xmax\": 2001.3333, \"ymax\": 949.3324}, \"category\": \"pl80\"}]}, \"39950\": {\"path\": \"test/39950.jpg\", \"id\": 39950, \"objects\": [{\"bbox\": {\"xmin\": 1083.17, \"ymin\": 992.079, \"xmax\": 1100.0, \"ymax\": 1010.8910999999999}, \"category\": \"pne\"}]}, \"97113\": {\"path\": \"other/97113.jpg\", \"id\": 97113, \"objects\": [{\"bbox\": {\"xmin\": 1500.0, \"ymin\": 983.2, \"xmax\": 1576.8, \"ymax\": 1060.8}, \"category\": \"w59\"}]}, \"34442\": {\"path\": \"train/34442.jpg\", \"id\": 34442, \"objects\": [{\"bbox\": {\"xmin\": 1236.88, \"ymin\": 905.648, \"xmax\": 1259.4684000000002, \"ymax\": 929.5681000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1214.95, \"ymin\": 908.306, \"xmax\": 1235.8804, \"ymax\": 928.9037000000001}, \"category\": \"w13\"}]}, \"41277\": {\"path\": \"train/41277.jpg\", \"id\": 41277, \"objects\": [{\"bbox\": {\"xmin\": 517.822, \"ymin\": 608.911, \"xmax\": 565.3465, \"ymax\": 711.881}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 230.693, \"ymin\": 832.673, \"xmax\": 252.47490000000002, \"ymax\": 880.198}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 174.257, \"ymin\": 819.802, \"xmax\": 201.9802, \"ymax\": 872.2772}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 204.95, \"ymin\": 826.733, \"xmax\": 228.7129, \"ymax\": 875.2475}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 263.366, \"ymin\": 487.129, \"xmax\": 344.55449999999996, \"ymax\": 606.931}, \"category\": \"pne\"}]}, \"98329\": {\"path\": \"train/98329.jpg\", \"id\": 98329, \"objects\": [{\"bbox\": {\"xmin\": 710.359, \"ymin\": 955.378, \"xmax\": 731.0757, \"ymax\": 991.235}, \"category\": \"p27\"}]}, \"50140\": {\"path\": \"train/50140.jpg\", \"id\": 50140, \"objects\": [{\"bbox\": {\"xmin\": 1597.03, \"ymin\": 991.089, \"xmax\": 1619.802, \"ymax\": 1015.8416000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1597.03, \"ymin\": 1011.88, \"xmax\": 1621.7821999999999, \"ymax\": 1035.6436}, \"category\": \"pn\"}]}, \"87326\": {\"path\": \"train/87326.jpg\", \"id\": 87326, \"objects\": [{\"bbox\": {\"xmin\": 1452.32, \"ymin\": 923.841, \"xmax\": 1474.1698999999999, \"ymax\": 945.0329}, \"category\": \"pl80\"}]}, \"57710\": {\"path\": \"test/57710.jpg\", \"id\": 57710, \"objects\": [{\"bbox\": {\"xmin\": 1219.84, \"ymin\": 926.19, \"xmax\": 1237.8109, \"ymax\": 944.2786000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1156.35, \"ymin\": 927.778, \"xmax\": 1173.8094999999998, \"ymax\": 945.2381}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 906.349, \"ymin\": 930.952, \"xmax\": 922.8856000000001, \"ymax\": 949.2537}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1854.76, \"ymin\": 869.048, \"xmax\": 1874.6032, \"ymax\": 903.9683}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 823.016, \"ymin\": 932.54, \"xmax\": 838.8888999999999, \"ymax\": 950.7937}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1800.79, \"ymin\": 878.571, \"xmax\": 1819.8413, \"ymax\": 911.1111000000001}, \"category\": \"pne\"}]}, \"12567\": {\"path\": \"train/12567.jpg\", \"id\": 12567, \"objects\": [{\"bbox\": {\"xmin\": 891.2, \"ymin\": 744.0, \"xmax\": 941.6, \"ymax\": 794.4}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1088.0, \"ymin\": 747.2, \"xmax\": 1140.0, \"ymax\": 799.2}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1342.4, \"ymin\": 796.8, \"xmax\": 1380.0, \"ymax\": 836.8}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1340.8, \"ymin\": 839.2, \"xmax\": 1378.3999999999999, \"ymax\": 878.4000000000001}, \"category\": \"i2r\"}]}, \"87590\": {\"path\": \"train/87590.jpg\", \"id\": 87590, \"objects\": [{\"bbox\": {\"xmin\": 1119.306640625, \"ymin\": 942.3673706054688, \"xmax\": 1136.446044921875, \"ymax\": 959.1096801757812}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1536.0, \"ymin\": 1050.67, \"xmax\": 1572.0, \"ymax\": 1086.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1760.0, \"ymin\": 989.333, \"xmax\": 1781.3333, \"ymax\": 1017.3333}, \"category\": \"pl5\"}]}, \"33370\": {\"path\": \"other/33370.jpg\", \"id\": 33370, \"objects\": [{\"bbox\": {\"xmin\": 818.6009521484375, \"ymin\": 985.4595336914062, \"xmax\": 840.965087890625, \"ymax\": 1006.2858276367188}, \"category\": \"pl30\"}]}, \"71001\": {\"path\": \"test/71001.jpg\", \"id\": 71001, \"objects\": [{\"bbox\": {\"xmin\": 1775.25, \"ymin\": 886.139, \"xmax\": 1792.0792, \"ymax\": 914.8515}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1729.7, \"ymin\": 885.149, \"xmax\": 1750.4950000000001, \"ymax\": 914.8515}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1752.48, \"ymin\": 886.139, \"xmax\": 1774.2574, \"ymax\": 914.8515}, \"category\": \"pn\"}]}, \"91079\": {\"path\": \"train/91079.jpg\", \"id\": 91079, \"objects\": [{\"bbox\": {\"xmin\": 205.0, \"ymin\": 615.0, \"xmax\": 267.0, \"ymax\": 709.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 272.0, \"ymin\": 645.0, \"xmax\": 331.0, \"ymax\": 748.0}, \"category\": \"pn\"}]}, \"25886\": {\"path\": \"test/25886.jpg\", \"id\": 25886, \"objects\": [{\"bbox\": {\"xmin\": 370.667, \"ymin\": 902.667, \"xmax\": 433.33329999999995, \"ymax\": 993.3342}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 370.667, \"ymin\": 990.667, \"xmax\": 438.6667, \"ymax\": 1082.6667}, \"category\": \"pm30\"}]}, \"7790\": {\"path\": \"train/7790.jpg\", \"id\": 7790, \"objects\": [{\"bbox\": {\"xmin\": 866.2642822265625, \"ymin\": 1009.5385131835938, \"xmax\": 883.2294921875, \"ymax\": 1026.5679931640625}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1350.67, \"ymin\": 973.333, \"xmax\": 1390.6667, \"ymax\": 1009.3333}, \"category\": \"pl60\"}]}, \"79686\": {\"path\": \"train/79686.jpg\", \"id\": 79686, \"objects\": [{\"bbox\": {\"xmin\": 113.725, \"ymin\": 882.353, \"xmax\": 190.1961, \"ymax\": 958.8235}, \"category\": \"ip\"}]}, \"39607\": {\"path\": \"train/39607.jpg\", \"id\": 39607, \"objects\": [{\"bbox\": {\"xmin\": 1446.67, \"ymin\": 845.333, \"xmax\": 1469.3333, \"ymax\": 870.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1520.0, \"ymin\": 849.333, \"xmax\": 1542.6667, \"ymax\": 873.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1370.67, \"ymin\": 842.667, \"xmax\": 1393.3333, \"ymax\": 869.3333}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1342.67, \"ymin\": 844.0, \"xmax\": 1365.3333, \"ymax\": 861.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1418.67, \"ymin\": 844.0, \"xmax\": 1441.3333, \"ymax\": 866.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1494.67, \"ymin\": 848.0, \"xmax\": 1516.0, \"ymax\": 870.6667}, \"category\": \"pl100\"}]}, \"98209\": {\"path\": \"train/98209.jpg\", \"id\": 98209, \"objects\": [{\"bbox\": {\"xmin\": 1640.91, \"ymin\": 994.318, \"xmax\": 1690.9091, \"ymax\": 1051.1363999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1464.21, \"ymin\": 925.568, \"xmax\": 1482.9545, \"ymax\": 948.2955}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1552.28, \"ymin\": 1003.98, \"xmax\": 1571.5945, \"ymax\": 1022.1582}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1485.22, \"ymin\": 927.272, \"xmax\": 1505.1100000000001, \"ymax\": 948.2956}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1571.6, \"ymin\": 994.318, \"xmax\": 1619.8863999999999, \"ymax\": 1053.4095}, \"category\": \"pne\"}]}, \"6985\": {\"path\": \"train/6985.jpg\", \"id\": 6985, \"objects\": [{\"bbox\": {\"xmin\": 156.0, \"ymin\": 866.667, \"xmax\": 256.0, \"ymax\": 980.0}, \"category\": \"ip\"}]}, \"52255\": {\"path\": \"test/52255.jpg\", \"id\": 52255, \"objects\": [{\"bbox\": {\"xmin\": 1277.33, \"ymin\": 989.333, \"xmax\": 1320.0, \"ymax\": 1030.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 562.667, \"ymin\": 997.333, \"xmax\": 629.3333, \"ymax\": 1061.3333}, \"category\": \"pr80\"}]}, \"57153\": {\"path\": \"test/57153.jpg\", \"id\": 57153, \"objects\": [{\"bbox\": {\"xmin\": 1812.0, \"ymin\": 926.0, \"xmax\": 1853.0, \"ymax\": 971.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1813.0, \"ymin\": 883.0, \"xmax\": 1856.0, \"ymax\": 927.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1519.0, \"ymin\": 720.0, \"xmax\": 1574.0, \"ymax\": 774.0}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1813.0, \"ymin\": 839.0, \"xmax\": 1858.0, \"ymax\": 881.0}, \"category\": \"w57\"}]}, \"62289\": {\"path\": \"train/62289.jpg\", \"id\": 62289, \"objects\": [{\"bbox\": {\"xmin\": 908.0, \"ymin\": 989.333, \"xmax\": 933.3333, \"ymax\": 1012.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1774.67, \"ymin\": 788.0, \"xmax\": 1904.0, \"ymax\": 949.333}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 860.0, \"ymin\": 989.333, \"xmax\": 882.6667, \"ymax\": 1012.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 681.333, \"ymin\": 1057.33, \"xmax\": 700.0, \"ymax\": 1074.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 884.0, \"ymin\": 989.333, \"xmax\": 908.0, \"ymax\": 1013.3333}, \"category\": \"pn\"}]}, \"98753\": {\"path\": \"test/98753.jpg\", \"id\": 98753, \"objects\": [{\"bbox\": {\"xmin\": 1114.93, \"ymin\": 912.438, \"xmax\": 1135.8209000000002, \"ymax\": 936.3184}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1138.8, \"ymin\": 913.93, \"xmax\": 1160.6965, \"ymax\": 936.8158999999999}, \"category\": \"pn\"}]}, \"21212\": {\"path\": \"other/21212.jpg\", \"id\": 21212, \"objects\": [{\"bbox\": {\"xmin\": 1537.0, \"ymin\": 861.0, \"xmax\": 1595.0, \"ymax\": 924.0}, \"category\": \"pm10\"}]}, \"52519\": {\"path\": \"train/52519.jpg\", \"id\": 52519, \"objects\": [{\"bbox\": {\"xmin\": 1649.33, \"ymin\": 937.333, \"xmax\": 1716.0, \"ymax\": 1003.9997}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1650.67, \"ymin\": 1005.33, \"xmax\": 1717.3333, \"ymax\": 1073.3333}, \"category\": \"pr40\"}]}, \"78226\": {\"path\": \"test/78226.jpg\", \"id\": 78226, \"objects\": [{\"bbox\": {\"xmin\": 612.0, \"ymin\": 970.667, \"xmax\": 697.3333, \"ymax\": 1064.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 936.0, \"ymin\": 946.667, \"xmax\": 958.6667, \"ymax\": 970.6667}, \"category\": \"pcr\"}]}, \"36912\": {\"path\": \"train/36912.jpg\", \"id\": 36912, \"objects\": [{\"bbox\": {\"xmin\": 858.2229614257812, \"ymin\": 1005.6854248046875, \"xmax\": 877.9325561523438, \"ymax\": 1023.9674072265625}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 10.6667, \"ymin\": 788.0, \"xmax\": 108.0, \"ymax\": 904.0}, \"category\": \"pcl\"}]}, \"24777\": {\"path\": \"train/24777.jpg\", \"id\": 24777, \"objects\": [{\"bbox\": {\"xmin\": 1609.52, \"ymin\": 919.841, \"xmax\": 1627.7778, \"ymax\": 942.8571000000001}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1541.27, \"ymin\": 920.635, \"xmax\": 1557.1429, \"ymax\": 938.0952}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1362.7, \"ymin\": 888.095, \"xmax\": 1388.8889000000001, \"ymax\": 916.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1234.13, \"ymin\": 885.714, \"xmax\": 1261.1111, \"ymax\": 911.1111000000001}, \"category\": \"pne\"}]}, \"35693\": {\"path\": \"test/35693.jpg\", \"id\": 35693, \"objects\": [{\"bbox\": {\"xmin\": 1328.0, \"ymin\": 964.0, \"xmax\": 1361.3333, \"ymax\": 996.0}, \"category\": \"p10\"}]}, \"57168\": {\"path\": \"train/57168.jpg\", \"id\": 57168, \"objects\": [{\"bbox\": {\"xmin\": 1561.33, \"ymin\": 618.667, \"xmax\": 1660.0, \"ymax\": 720.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1468.0, \"ymin\": 609.333, \"xmax\": 1569.327, \"ymax\": 712.0}, \"category\": \"w55\"}]}, \"25592\": {\"path\": \"train/25592.jpg\", \"id\": 25592, \"objects\": [{\"bbox\": {\"xmin\": 1897.33, \"ymin\": 924.0, \"xmax\": 1924.0, \"ymax\": 954.6667}, \"category\": \"pl40\"}]}, \"60710\": {\"path\": \"train/60710.jpg\", \"id\": 60710, \"objects\": [{\"bbox\": {\"xmin\": 1610.23, \"ymin\": 898.864, \"xmax\": 1639.7718, \"ymax\": 926.7047}, \"category\": \"pl60\"}]}, \"59065\": {\"path\": \"train/59065.jpg\", \"id\": 59065, \"objects\": [{\"bbox\": {\"xmin\": 1903.73, \"ymin\": 690.442, \"xmax\": 1965.2708, \"ymax\": 770.297}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1838.58, \"ymin\": 682.635, \"xmax\": 1896.2676999999999, \"ymax\": 763.4046}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1969.23, \"ymin\": 703.96, \"xmax\": 2029.703, \"ymax\": 783.1673000000001}, \"category\": \"pn\"}]}, \"75634\": {\"path\": \"train/75634.jpg\", \"id\": 75634, \"objects\": [{\"bbox\": {\"xmin\": 264.0, \"ymin\": 894.0, \"xmax\": 308.0, \"ymax\": 955.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 261.0, \"ymin\": 817.0, \"xmax\": 306.0, \"ymax\": 878.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 478.0, \"ymin\": 1050.0, \"xmax\": 606.0, \"ymax\": 1217.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 830.0, \"ymin\": 861.0, \"xmax\": 856.0, \"ymax\": 908.0}, \"category\": \"pdd\"}]}, \"20982\": {\"path\": \"test/20982.jpg\", \"id\": 20982, \"objects\": [{\"bbox\": {\"xmin\": 658.0, \"ymin\": 967.0, \"xmax\": 693.0, \"ymax\": 1006.0}, \"category\": \"ph3.5\"}, {\"bbox\": {\"xmin\": 1434.0, \"ymin\": 1016.0, \"xmax\": 1462.0, \"ymax\": 1054.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 658.0, \"ymin\": 1018.0, \"xmax\": 691.0, \"ymax\": 1051.0}, \"category\": \"pm30\"}]}, \"58160\": {\"path\": \"train/58160.jpg\", \"id\": 58160, \"objects\": [{\"bbox\": {\"xmin\": 1793.37, \"ymin\": 849.007, \"xmax\": 1833.7715999999998, \"ymax\": 892.7154999999999}, \"category\": \"pl80\"}]}, \"10881\": {\"path\": \"train/10881.jpg\", \"id\": 10881, \"objects\": [{\"bbox\": {\"xmin\": 771.591, \"ymin\": 859.091, \"xmax\": 788.6364, \"ymax\": 879.5455000000001}, \"category\": \"pl20\"}]}, \"92707\": {\"path\": \"test/92707.jpg\", \"id\": 92707, \"objects\": [{\"bbox\": {\"xmin\": 805.0, \"ymin\": 1145.0, \"xmax\": 847.0, \"ymax\": 1209.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1784.0, \"ymin\": 996.0, \"xmax\": 1870.0, \"ymax\": 1089.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1293.0, \"ymin\": 564.0, \"xmax\": 1375.0, \"ymax\": 646.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1765.0, \"ymin\": 844.0, \"xmax\": 1887.0, \"ymax\": 967.0}, \"category\": \"w57\"}]}, \"11602\": {\"path\": \"train/11602.jpg\", \"id\": 11602, \"objects\": [{\"bbox\": {\"xmin\": 1368.0, \"ymin\": 501.0, \"xmax\": 1504.0, \"ymax\": 631.0}, \"category\": \"pr40\"}]}, \"28539\": {\"path\": \"train/28539.jpg\", \"id\": 28539, \"objects\": [{\"bbox\": {\"xmin\": 1396.0, \"ymin\": 808.0, \"xmax\": 1439.0, \"ymax\": 852.0}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1511.0, \"ymin\": 1066.0, \"xmax\": 1555.0, \"ymax\": 1113.0}, \"category\": \"pne\"}]}, \"6818\": {\"path\": \"other/6818.jpg\", \"id\": 6818, \"objects\": [{\"bbox\": {\"xmin\": 1247.68, \"ymin\": 947.682, \"xmax\": 1288.7417, \"ymax\": 988.7417}, \"category\": \"w63\"}]}, \"89047\": {\"path\": \"train/89047.jpg\", \"id\": 89047, \"objects\": [{\"bbox\": {\"xmin\": 1352.94, \"ymin\": 711.765, \"xmax\": 1415.6863, \"ymax\": 780.3922}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1280.39, \"ymin\": 713.725, \"xmax\": 1345.0980000000002, \"ymax\": 782.3529}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1419.61, \"ymin\": 717.647, \"xmax\": 1486.2745, \"ymax\": 786.2745}, \"category\": \"pn\"}]}, \"36240\": {\"path\": \"train/36240.jpg\", \"id\": 36240, \"objects\": [{\"bbox\": {\"xmin\": 708.0, \"ymin\": 891.0, \"xmax\": 757.0, \"ymax\": 938.0}, \"category\": \"p5\"}]}, \"49591\": {\"path\": \"train/49591.jpg\", \"id\": 49591, \"objects\": [{\"bbox\": {\"xmin\": 1766.0, \"ymin\": 813.0, \"xmax\": 1805.0, \"ymax\": 853.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1864.0, \"ymin\": 926.0, \"xmax\": 1892.0, \"ymax\": 955.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1864.0, \"ymin\": 956.0, \"xmax\": 1894.0, \"ymax\": 986.0}, \"category\": \"i2r\"}]}, \"48356\": {\"path\": \"test/48356.jpg\", \"id\": 48356, \"objects\": [{\"bbox\": {\"xmin\": 1468.0, \"ymin\": 940.0, \"xmax\": 1518.6667, \"ymax\": 994.6667}, \"category\": \"pl40\"}]}, \"63857\": {\"path\": \"test/63857.jpg\", \"id\": 63857, \"objects\": [{\"bbox\": {\"xmin\": 77.3333, \"ymin\": 641.333, \"xmax\": 172.00099999999998, \"ymax\": 745.333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1521.33, \"ymin\": 789.333, \"xmax\": 1569.3365999999999, \"ymax\": 836.0009}, \"category\": \"pl40\"}]}, \"79592\": {\"path\": \"train/79592.jpg\", \"id\": 79592, \"objects\": [{\"bbox\": {\"xmin\": 763.366, \"ymin\": 775.248, \"xmax\": 820.7921, \"ymax\": 824.7525}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1138.61, \"ymin\": 884.158, \"xmax\": 1163.3663, \"ymax\": 911.8812}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1348.51, \"ymin\": 932.673, \"xmax\": 1379.2078999999999, \"ymax\": 966.3366}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1350.5, \"ymin\": 979.208, \"xmax\": 1378.2178, \"ymax\": 1012.8713}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1350.5, \"ymin\": 882.178, \"xmax\": 1380.198, \"ymax\": 917.8217999999999}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1108.91, \"ymin\": 885.149, \"xmax\": 1134.6535000000001, \"ymax\": 907.9208}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1167.33, \"ymin\": 885.149, \"xmax\": 1192.0792, \"ymax\": 911.8812}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 573.267, \"ymin\": 776.238, \"xmax\": 620.7921, \"ymax\": 826.7327}, \"category\": \"pne\"}]}, \"48506\": {\"path\": \"train/48506.jpg\", \"id\": 48506, \"objects\": [{\"bbox\": {\"xmin\": 503.947, \"ymin\": 743.421, \"xmax\": 563.1579, \"ymax\": 805.2632000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1184.21, \"ymin\": 847.368, \"xmax\": 1221.0526, \"ymax\": 885.5263}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1142.11, \"ymin\": 847.367, \"xmax\": 1176.3177999999998, \"ymax\": 884.2108999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1227.63, \"ymin\": 843.421, \"xmax\": 1264.4737, \"ymax\": 884.2105}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 288.158, \"ymin\": 763.158, \"xmax\": 338.15790000000004, \"ymax\": 819.7368}, \"category\": \"pne\"}]}, \"18137\": {\"path\": \"other/18137.jpg\", \"id\": 18137, \"objects\": [{\"bbox\": {\"xmin\": 1280.2, \"ymin\": 945.545, \"xmax\": 1292.0792000000001, \"ymax\": 961.3860999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1197.03, \"ymin\": 946.535, \"xmax\": 1207.9207999999999, \"ymax\": 961.3860999999999}, \"category\": \"pne\"}]}, \"41067\": {\"path\": \"train/41067.jpg\", \"id\": 41067, \"objects\": [{\"bbox\": {\"xmin\": 1358.67, \"ymin\": 754.667, \"xmax\": 1417.3333, \"ymax\": 814.6667}, \"category\": \"pl40\"}]}, \"90077\": {\"path\": \"other/90077.jpg\", \"id\": 90077, \"objects\": [{\"bbox\": {\"xmin\": 1141.15, \"ymin\": 952.213, \"xmax\": 1156.1992, \"ymax\": 968.1420999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1142.04, \"ymin\": 969.027, \"xmax\": 1157.0796, \"ymax\": 983.1858000000001}, \"category\": \"pn\"}]}, \"30357\": {\"path\": \"other/30357.jpg\", \"id\": 30357, \"objects\": [{\"bbox\": {\"xmin\": 1115.1497802734375, \"ymin\": 921.29443359375, \"xmax\": 1134.2364501953125, \"ymax\": 941.003173828125}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1136.7293701171875, \"ymin\": 922.4729614257812, \"xmax\": 1157.5462646484375, \"ymax\": 944.0591430664062}, \"category\": \"pn\"}]}, \"27548\": {\"path\": \"other/27548.jpg\", \"id\": 27548, \"objects\": [{\"bbox\": {\"xmin\": 177.94155883789062, \"ymin\": 829.3893432617188, \"xmax\": 202.9454345703125, \"ymax\": 870.6560668945312}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 204.7630615234375, \"ymin\": 833.87744140625, \"xmax\": 232.0235595703125, \"ymax\": 877.3902587890625}, \"category\": \"pn\"}]}, \"53278\": {\"path\": \"train/53278.jpg\", \"id\": 53278, \"objects\": [{\"bbox\": {\"xmin\": 768.254, \"ymin\": 972.222, \"xmax\": 786.5079000000001, \"ymax\": 989.6825}, \"category\": \"ip\"}]}, \"21671\": {\"path\": \"test/21671.jpg\", \"id\": 21671, \"objects\": [{\"bbox\": {\"xmin\": 362.376, \"ymin\": 798.02, \"xmax\": 387.1287, \"ymax\": 850.495}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 333.663, \"ymin\": 794.059, \"xmax\": 361.3861, \"ymax\": 840.5941}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 388.119, \"ymin\": 804.95, \"xmax\": 411.88120000000004, \"ymax\": 856.4356}, \"category\": \"pn\"}]}, \"34048\": {\"path\": \"train/34048.jpg\", \"id\": 34048, \"objects\": [{\"bbox\": {\"xmin\": 1410.32, \"ymin\": 898.413, \"xmax\": 1427.7777999999998, \"ymax\": 919.0476}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1387.3, \"ymin\": 900.0, \"xmax\": 1404.7604, \"ymax\": 919.8409}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1430.16, \"ymin\": 900.0, \"xmax\": 1451.5862000000002, \"ymax\": 922.2222}, \"category\": \"pn\"}]}, \"48413\": {\"path\": \"train/48413.jpg\", \"id\": 48413, \"objects\": [{\"bbox\": {\"xmin\": 1732.0, \"ymin\": 916.0, \"xmax\": 1782.6667, \"ymax\": 973.3333}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1732.0, \"ymin\": 837.333, \"xmax\": 1780.0, \"ymax\": 893.3333}, \"category\": \"pn\"}]}, \"6030\": {\"path\": \"train/6030.jpg\", \"id\": 6030, \"objects\": [{\"bbox\": {\"xmin\": 1386.51, \"ymin\": 992.858, \"xmax\": 1418.254, \"ymax\": 1029.3651}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1523.02, \"ymin\": 705.556, \"xmax\": 1593.6508, \"ymax\": 779.3651}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1455.56, \"ymin\": 703.968, \"xmax\": 1526.1905, \"ymax\": 776.1902}, \"category\": \"w13\"}]}, \"74925\": {\"path\": \"train/74925.jpg\", \"id\": 74925, \"objects\": [{\"bbox\": {\"xmin\": 1046.67, \"ymin\": 805.333, \"xmax\": 1088.0, \"ymax\": 841.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 916.0, \"ymin\": 810.667, \"xmax\": 954.6667, \"ymax\": 846.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 874.667, \"ymin\": 812.0, \"xmax\": 910.6667, \"ymax\": 850.667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1004.0, \"ymin\": 806.667, \"xmax\": 1042.6667, \"ymax\": 844.0}, \"category\": \"pl100\"}]}, \"24413\": {\"path\": \"other/24413.jpg\", \"id\": 24413, \"objects\": [{\"bbox\": {\"xmin\": 528.0, \"ymin\": 966.667, \"xmax\": 565.3333, \"ymax\": 1048.0}, \"category\": \"ph5.3\"}]}, \"93610\": {\"path\": \"test/93610.jpg\", \"id\": 93610, \"objects\": [{\"bbox\": {\"xmin\": 1670.59, \"ymin\": 417.647, \"xmax\": 1747.0588, \"ymax\": 562.745}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1494.12, \"ymin\": 578.431, \"xmax\": 1533.3332999999998, \"ymax\": 682.3530000000001}, \"category\": \"pne\"}]}, \"52166\": {\"path\": \"test/52166.jpg\", \"id\": 52166, \"objects\": [{\"bbox\": {\"xmin\": 1706.67, \"ymin\": 828.0, \"xmax\": 1798.6667, \"ymax\": 925.3333}, \"category\": \"pl80\"}]}, \"93396\": {\"path\": \"other/93396.jpg\", \"id\": 93396, \"objects\": [{\"bbox\": {\"xmin\": 1213.28, \"ymin\": 1009.29, \"xmax\": 1228.3235, \"ymax\": 1025.6637}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1224.61, \"ymin\": 743.651, \"xmax\": 1303.1764999999998, \"ymax\": 810.3176}, \"category\": \"w21\"}]}, \"13247\": {\"path\": \"train/13247.jpg\", \"id\": 13247, \"objects\": [{\"bbox\": {\"xmin\": 1368.0, \"ymin\": 610.0, \"xmax\": 1467.0, \"ymax\": 700.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1369.0, \"ymin\": 922.0, \"xmax\": 1420.0, \"ymax\": 970.0}, \"category\": \"pn\"}]}, \"40890\": {\"path\": \"test/40890.jpg\", \"id\": 40890, \"objects\": [{\"bbox\": {\"xmin\": 1366.24169921875, \"ymin\": 942.166015625, \"xmax\": 1391.090576171875, \"ymax\": 964.905517578125}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1301.98, \"ymin\": 910.891, \"xmax\": 1318.8119, \"ymax\": 927.7228}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1183.17, \"ymin\": 906.931, \"xmax\": 1200.9901, \"ymax\": 924.7525}, \"category\": \"pne\"}]}, \"10106\": {\"path\": \"train/10106.jpg\", \"id\": 10106, \"objects\": [{\"bbox\": {\"xmin\": 52.2388, \"ymin\": 856.219, \"xmax\": 79.602, \"ymax\": 894.5274000000001}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 82.0896, \"ymin\": 860.199, \"xmax\": 110.9453, \"ymax\": 896.0199}, \"category\": \"pn\"}]}, \"86658\": {\"path\": \"test/86658.jpg\", \"id\": 86658, \"objects\": [{\"bbox\": {\"xmin\": 1794.12, \"ymin\": 743.137, \"xmax\": 1847.0587999999998, \"ymax\": 815.6863}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1550.98, \"ymin\": 715.686, \"xmax\": 1623.5294000000001, \"ymax\": 790.1961}, \"category\": \"pne\"}]}, \"72095\": {\"path\": \"other/72095.jpg\", \"id\": 72095, \"objects\": [{\"bbox\": {\"xmin\": 1200.41650390625, \"ymin\": 923.23193359375, \"xmax\": 1220.748779296875, \"ymax\": 941.9708251953125}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1105.630859375, \"ymin\": 920.4728393554688, \"xmax\": 1123.70849609375, \"ymax\": 936.7832641601562}, \"category\": \"pne\"}]}, \"19352\": {\"path\": \"train/19352.jpg\", \"id\": 19352, \"objects\": [{\"bbox\": {\"xmin\": 258.416, \"ymin\": 945.545, \"xmax\": 292.0792, \"ymax\": 977.2276999999999}, \"category\": \"ip\"}]}, \"32314\": {\"path\": \"train/32314.jpg\", \"id\": 32314, \"objects\": [{\"bbox\": {\"xmin\": 1349.5, \"ymin\": 906.931, \"xmax\": 1369.3069, \"ymax\": 929.7030000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1373.27, \"ymin\": 907.921, \"xmax\": 1390.099, \"ymax\": 927.7230000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1644.55, \"ymin\": 927.723, \"xmax\": 1668.3169, \"ymax\": 952.4739}, \"category\": \"pne\"}]}, \"26757\": {\"path\": \"train/26757.jpg\", \"id\": 26757, \"objects\": [{\"bbox\": {\"xmin\": 1305.0, \"ymin\": 985.0, \"xmax\": 1389.0, \"ymax\": 1076.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1301.0, \"ymin\": 892.0, \"xmax\": 1396.0, \"ymax\": 983.0}, \"category\": \"pr50\"}]}, \"97903\": {\"path\": \"test/97903.jpg\", \"id\": 97903, \"objects\": [{\"bbox\": {\"xmin\": 1653.95, \"ymin\": 853.947, \"xmax\": 1714.4737, \"ymax\": 952.6313}, \"category\": \"p23\"}]}, \"48482\": {\"path\": \"train/48482.jpg\", \"id\": 48482, \"objects\": [{\"bbox\": {\"xmin\": 817.105, \"ymin\": 893.421, \"xmax\": 844.7368, \"ymax\": 926.3158000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1160.53, \"ymin\": 917.105, \"xmax\": 1184.2105, \"ymax\": 943.4211}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1107.89, \"ymin\": 915.789, \"xmax\": 1134.2105000000001, \"ymax\": 940.7895}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1135.53, \"ymin\": 915.789, \"xmax\": 1157.8947, \"ymax\": 940.7895}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 703.947, \"ymin\": 893.421, \"xmax\": 731.5789, \"ymax\": 925.0}, \"category\": \"pne\"}]}, \"28927\": {\"path\": \"test/28927.jpg\", \"id\": 28927, \"objects\": [{\"bbox\": {\"xmin\": 1940.79, \"ymin\": 972.368, \"xmax\": 1968.4262999999999, \"ymax\": 1005.2632000000001}, \"category\": \"pn\"}]}, \"26373\": {\"path\": \"train/26373.jpg\", \"id\": 26373, \"objects\": [{\"bbox\": {\"xmin\": 675.0, \"ymin\": 828.947, \"xmax\": 718.4211, \"ymax\": 874.9994}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 517.105, \"ymin\": 839.474, \"xmax\": 555.2632, \"ymax\": 889.4737}, \"category\": \"pne\"}]}, \"85992\": {\"path\": \"train/85992.jpg\", \"id\": 85992, \"objects\": [{\"bbox\": {\"xmin\": 686.0, \"ymin\": 839.0, \"xmax\": 719.0, \"ymax\": 885.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1545.0, \"ymin\": 865.0, \"xmax\": 1566.0, \"ymax\": 917.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1423.0, \"ymin\": 856.0, \"xmax\": 1460.0, \"ymax\": 892.0}, \"category\": \"p3\"}]}, \"97194\": {\"path\": \"train/97194.jpg\", \"id\": 97194, \"objects\": [{\"bbox\": {\"xmin\": 1280.16, \"ymin\": 947.619, \"xmax\": 1290.4762, \"ymax\": 963.4921}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1261.9, \"ymin\": 946.825, \"xmax\": 1277.7778, \"ymax\": 965.873}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1296.03, \"ymin\": 947.619, \"xmax\": 1306.3491999999999, \"ymax\": 960.9272000000001}, \"category\": \"pn\"}]}, \"94200\": {\"path\": \"test/94200.jpg\", \"id\": 94200, \"objects\": [{\"bbox\": {\"xmin\": 1728.95, \"ymin\": 765.789, \"xmax\": 1784.2105000000001, \"ymax\": 822.3684}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1507.89, \"ymin\": 753.947, \"xmax\": 1565.7895, \"ymax\": 813.1579}, \"category\": \"pne\"}]}, \"67994\": {\"path\": \"train/67994.jpg\", \"id\": 67994, \"objects\": [{\"bbox\": {\"xmin\": 899.01, \"ymin\": 910.891, \"xmax\": 914.8507, \"ymax\": 929.703}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 788.119, \"ymin\": 910.891, \"xmax\": 805.9406, \"ymax\": 930.6931}, \"category\": \"pne\"}]}, \"26242\": {\"path\": \"test/26242.jpg\", \"id\": 26242, \"objects\": [{\"bbox\": {\"xmin\": 1645.33, \"ymin\": 798.667, \"xmax\": 1725.3333, \"ymax\": 882.6667}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1160.0, \"ymin\": 592.0, \"xmax\": 1250.6667, \"ymax\": 672.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1073.33, \"ymin\": 582.667, \"xmax\": 1167.9967, \"ymax\": 666.6667}, \"category\": \"w55\"}]}, \"76558\": {\"path\": \"other/76558.jpg\", \"id\": 76558, \"objects\": [{\"bbox\": {\"xmin\": 943.304, \"ymin\": 989.174, \"xmax\": 956.6948, \"ymax\": 1002.2795}, \"category\": \"pne\"}]}, \"5328\": {\"path\": \"other/5328.jpg\", \"id\": 5328, \"objects\": [{\"bbox\": {\"xmin\": 1198.08642578125, \"ymin\": 781.4227294921875, \"xmax\": 1345.81884765625, \"ymax\": 936.673583984375}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 2047.0, \"ymin\": 1241.0, \"xmax\": 2049.0, \"ymax\": 1248.0}, \"category\": \"p26\"}]}, \"52511\": {\"path\": \"test/52511.jpg\", \"id\": 52511, \"objects\": [{\"bbox\": {\"xmin\": 1375.0, \"ymin\": 744.737, \"xmax\": 1436.8395, \"ymax\": 803.9474}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1311.84, \"ymin\": 744.737, \"xmax\": 1371.0526, \"ymax\": 801.3158}, \"category\": \"w13\"}]}, \"8277\": {\"path\": \"train/8277.jpg\", \"id\": 8277, \"objects\": [{\"bbox\": {\"xmin\": 1407.96, \"ymin\": 939.801, \"xmax\": 1425.3706, \"ymax\": 960.697}, \"category\": \"pl60\"}]}, \"83270\": {\"path\": \"train/83270.jpg\", \"id\": 83270, \"objects\": [{\"bbox\": {\"xmin\": 1321.33, \"ymin\": 814.667, \"xmax\": 1366.6667, \"ymax\": 860.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 236.0, \"ymin\": 848.0, \"xmax\": 273.3333, \"ymax\": 900.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 236.0, \"ymin\": 901.333, \"xmax\": 276.0, \"ymax\": 954.6667}, \"category\": \"p6\"}]}, \"30445\": {\"path\": \"train/30445.jpg\", \"id\": 30445, \"objects\": [{\"bbox\": {\"xmin\": 1823.53, \"ymin\": 698.039, \"xmax\": 1882.5397, \"ymax\": 769.8413}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1750.98, \"ymin\": 691.737, \"xmax\": 1812.6984, \"ymax\": 758.4033}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1886.27, \"ymin\": 710.924, \"xmax\": 1947.0588, \"ymax\": 779.5517}, \"category\": \"pn\"}]}, \"97774\": {\"path\": \"other/97774.jpg\", \"id\": 97774, \"objects\": [{\"bbox\": {\"xmin\": 412.5, \"ymin\": 1211.93, \"xmax\": 427.2725, \"ymax\": 1236.9336}, \"category\": \"pne\"}]}, \"86496\": {\"path\": \"train/86496.jpg\", \"id\": 86496, \"objects\": [{\"bbox\": {\"xmin\": 1354.67, \"ymin\": 729.333, \"xmax\": 1445.3333, \"ymax\": 817.3333}, \"category\": \"pl100\"}]}, \"91266\": {\"path\": \"train/91266.jpg\", \"id\": 91266, \"objects\": [{\"bbox\": {\"xmin\": 1434.13, \"ymin\": 911.905, \"xmax\": 1458.7302000000002, \"ymax\": 942.8568}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1508.73, \"ymin\": 916.667, \"xmax\": 1534.9178, \"ymax\": 946.8256}, \"category\": \"pn\"}]}, \"94465\": {\"path\": \"train/94465.jpg\", \"id\": 94465, \"objects\": [{\"bbox\": {\"xmin\": 1438.0, \"ymin\": 967.0, \"xmax\": 1462.0, \"ymax\": 995.0}, \"category\": \"pl20\"}]}, \"74450\": {\"path\": \"test/74450.jpg\", \"id\": 74450, \"objects\": [{\"bbox\": {\"xmin\": 1669.33, \"ymin\": 864.0, \"xmax\": 1741.3333, \"ymax\": 940.0}, \"category\": \"pl60\"}]}, \"49536\": {\"path\": \"train/49536.jpg\", \"id\": 49536, \"objects\": [{\"bbox\": {\"xmin\": 1694.53, \"ymin\": 987.562, \"xmax\": 1715.9228, \"ymax\": 1010.9453}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 847.546, \"ymin\": 975.46, \"xmax\": 871.4721000000001, \"ymax\": 1000.0}, \"category\": \"pne\"}]}, \"711\": {\"path\": \"other/711.jpg\", \"id\": 711, \"objects\": [{\"bbox\": {\"xmin\": 1281.19, \"ymin\": 916.832, \"xmax\": 1296.0396, \"ymax\": 935.6436}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1169.31, \"ymin\": 911.881, \"xmax\": 1184.1584, \"ymax\": 929.703}, \"category\": \"pne\"}]}, \"5394\": {\"path\": \"train/5394.jpg\", \"id\": 5394, \"objects\": [{\"bbox\": {\"xmin\": 1182.12, \"ymin\": 941.06, \"xmax\": 1196.0265, \"ymax\": 952.9801}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1308.61, \"ymin\": 959.603, \"xmax\": 1329.8012999999999, \"ymax\": 983.4436999999999}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1128.48, \"ymin\": 939.735, \"xmax\": 1142.3841, \"ymax\": 957.6159}, \"category\": \"pne\"}]}, \"52020\": {\"path\": \"train/52020.jpg\", \"id\": 52020, \"objects\": [{\"bbox\": {\"xmin\": 1530.46, \"ymin\": 952.98, \"xmax\": 1562.9094, \"ymax\": 984.7682}, \"category\": \"p14\"}, {\"bbox\": {\"xmin\": 1525.83, \"ymin\": 1000.0, \"xmax\": 1567.5497, \"ymax\": 1039.7351}, \"category\": \"pl30\"}]}, \"26586\": {\"path\": \"train/26586.jpg\", \"id\": 26586, \"objects\": [{\"bbox\": {\"xmin\": 1057.33, \"ymin\": 873.333, \"xmax\": 1085.3333, \"ymax\": 901.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 966.667, \"ymin\": 870.667, \"xmax\": 997.3333, \"ymax\": 902.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1128.0, \"ymin\": 889.333, \"xmax\": 1154.6667, \"ymax\": 916.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 926.667, \"ymin\": 874.667, \"xmax\": 956.0, \"ymax\": 901.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1565.33, \"ymin\": 965.333, \"xmax\": 1617.3333, \"ymax\": 1026.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1017.33, \"ymin\": 873.333, \"xmax\": 1044.0, \"ymax\": 898.6667}, \"category\": \"pl80\"}]}, \"96175\": {\"path\": \"train/96175.jpg\", \"id\": 96175, \"objects\": [{\"bbox\": {\"xmin\": 1557.43, \"ymin\": 866.337, \"xmax\": 1577.2277000000001, \"ymax\": 890.0989999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1390.1, \"ymin\": 856.436, \"xmax\": 1417.822, \"ymax\": 884.1587000000001}, \"category\": \"pne\"}]}, \"29081\": {\"path\": \"train/29081.jpg\", \"id\": 29081, \"objects\": [{\"bbox\": {\"xmin\": 1710.67, \"ymin\": 810.667, \"xmax\": 1766.6667, \"ymax\": 889.3333}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1052.0, \"ymin\": 630.667, \"xmax\": 1136.0, \"ymax\": 710.667}, \"category\": \"pn\"}]}, \"47026\": {\"path\": \"train/47026.jpg\", \"id\": 47026, \"objects\": [{\"bbox\": {\"xmin\": 1508.0, \"ymin\": 965.0, \"xmax\": 1535.0, \"ymax\": 993.0}, \"category\": \"p26\"}]}, \"94292\": {\"path\": \"other/94292.jpg\", \"id\": 94292, \"objects\": [{\"bbox\": {\"xmin\": 1826.86, \"ymin\": 985.074, \"xmax\": 1851.7361999999998, \"ymax\": 1015.4223999999999}, \"category\": \"w59\"}]}, \"5651\": {\"path\": \"other/5651.jpg\", \"id\": 5651, \"objects\": [{\"bbox\": {\"xmin\": 1265.08, \"ymin\": 887.302, \"xmax\": 1299.2062999999998, \"ymax\": 914.2857}, \"category\": \"i13\"}]}, \"36720\": {\"path\": \"train/36720.jpg\", \"id\": 36720, \"objects\": [{\"bbox\": {\"xmin\": 1254.76, \"ymin\": 918.254, \"xmax\": 1271.4286, \"ymax\": 939.6825}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1434.13, \"ymin\": 924.603, \"xmax\": 1447.6190000000001, \"ymax\": 941.2697999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1450.0, \"ymin\": 925.397, \"xmax\": 1464.2857, \"ymax\": 940.4762000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1196.83, \"ymin\": 915.079, \"xmax\": 1215.0793999999999, \"ymax\": 938.0952}, \"category\": \"pne\"}]}, \"97468\": {\"path\": \"test/97468.jpg\", \"id\": 97468, \"objects\": [{\"bbox\": {\"xmin\": 1705.6, \"ymin\": 964.8, \"xmax\": 1728.0, \"ymax\": 999.1999999999999}, \"category\": \"i2r\"}]}, \"50323\": {\"path\": \"train/50323.jpg\", \"id\": 50323, \"objects\": [{\"bbox\": {\"xmin\": 1257.0, \"ymin\": 1006.0, \"xmax\": 1383.0, \"ymax\": 1175.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1263.0, \"ymin\": 831.0, \"xmax\": 1388.0, \"ymax\": 1000.0}, \"category\": \"pl10\"}]}, \"15766\": {\"path\": \"test/15766.jpg\", \"id\": 15766, \"objects\": [{\"bbox\": {\"xmin\": 1.31579, \"ymin\": 907.895, \"xmax\": 23.68419, \"ymax\": 938.1578999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1060.53, \"ymin\": 932.895, \"xmax\": 1086.8437, \"ymax\": 961.8421}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1.31579, \"ymin\": 939.474, \"xmax\": 24.99999, \"ymax\": 971.0526000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1059.21, \"ymin\": 965.789, \"xmax\": 1085.5211, \"ymax\": 996.0526}, \"category\": \"pn\"}]}, \"56975\": {\"path\": \"train/56975.jpg\", \"id\": 56975, \"objects\": [{\"bbox\": {\"xmin\": 104.0, \"ymin\": 842.667, \"xmax\": 177.3333, \"ymax\": 928.0}, \"category\": \"pl40\"}]}, \"70027\": {\"path\": \"test/70027.jpg\", \"id\": 70027, \"objects\": [{\"bbox\": {\"xmin\": 900.99, \"ymin\": 905.941, \"xmax\": 924.7525, \"ymax\": 933.6634}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 802.97, \"ymin\": 911.881, \"xmax\": 829.703, \"ymax\": 937.6238}, \"category\": \"pne\"}]}, \"15645\": {\"path\": \"test/15645.jpg\", \"id\": 15645, \"objects\": [{\"bbox\": {\"xmin\": 1249.01, \"ymin\": 845.695, \"xmax\": 1288.0795, \"ymax\": 882.119}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1292.71, \"ymin\": 845.695, \"xmax\": 1333.1116, \"ymax\": 883.4434}, \"category\": \"w57\"}]}, \"46160\": {\"path\": \"train/46160.jpg\", \"id\": 46160, \"objects\": [{\"bbox\": {\"xmin\": 1428.0, \"ymin\": 527.0, \"xmax\": 1486.0, \"ymax\": 585.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1428.0, \"ymin\": 594.0, \"xmax\": 1484.0, \"ymax\": 651.0}, \"category\": \"pl70\"}]}, \"73853\": {\"path\": \"train/73853.jpg\", \"id\": 73853, \"objects\": [{\"bbox\": {\"xmin\": 1119.47, \"ymin\": 916.814, \"xmax\": 1145.5802, \"ymax\": 943.3629}, \"category\": \"pl60\"}]}, \"67820\": {\"path\": \"train/67820.jpg\", \"id\": 67820, \"objects\": [{\"bbox\": {\"xmin\": 1013.73, \"ymin\": 943.137, \"xmax\": 1043.1261, \"ymax\": 990.1960999999999}, \"category\": \"ip\"}]}, \"58860\": {\"path\": \"train/58860.jpg\", \"id\": 58860, \"objects\": [{\"bbox\": {\"xmin\": 1122.0, \"ymin\": 907.0, \"xmax\": 1146.0, \"ymax\": 931.0}, \"category\": \"pa14\"}, {\"bbox\": {\"xmin\": 1149.0, \"ymin\": 906.0, \"xmax\": 1171.0, \"ymax\": 930.0}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1380.0, \"ymin\": 487.0, \"xmax\": 1512.0, \"ymax\": 607.0}, \"category\": \"pr40\"}]}, \"53069\": {\"path\": \"train/53069.jpg\", \"id\": 53069, \"objects\": [{\"bbox\": {\"xmin\": 633.0, \"ymin\": 651.0, \"xmax\": 700.0, \"ymax\": 783.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 631.0, \"ymin\": 531.0, \"xmax\": 705.0, \"ymax\": 661.0}, \"category\": \"w57\"}]}, \"26452\": {\"path\": \"train/26452.jpg\", \"id\": 26452, \"objects\": [{\"bbox\": {\"xmin\": 634.667, \"ymin\": 974.667, \"xmax\": 684.0, \"ymax\": 1084.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 625.333, \"ymin\": 734.667, \"xmax\": 670.6667, \"ymax\": 822.6667}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1930.67, \"ymin\": 1005.33, \"xmax\": 1949.3333, \"ymax\": 1034.6667}, \"category\": \"i2r\"}]}, \"52563\": {\"path\": \"train/52563.jpg\", \"id\": 52563, \"objects\": [{\"bbox\": {\"xmin\": 1492.11, \"ymin\": 798.684, \"xmax\": 1542.1053, \"ymax\": 849.9997}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1260.53, \"ymin\": 798.684, \"xmax\": 1307.8947, \"ymax\": 850.0}, \"category\": \"i4\"}]}, \"78170\": {\"path\": \"train/78170.jpg\", \"id\": 78170, \"objects\": [{\"bbox\": {\"xmin\": 1440.0, \"ymin\": 868.0, \"xmax\": 1478.0, \"ymax\": 911.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1328.0, \"ymin\": 864.0, \"xmax\": 1371.0, \"ymax\": 912.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 835.0, \"ymin\": 996.0, \"xmax\": 865.0, \"ymax\": 1027.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1226.0, \"ymin\": 860.0, \"xmax\": 1270.0, \"ymax\": 908.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1282.0, \"ymin\": 863.0, \"xmax\": 1327.0, \"ymax\": 908.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1486.0, \"ymin\": 966.0, \"xmax\": 1536.0, \"ymax\": 1018.0}, \"category\": \"pr50\"}]}, \"96612\": {\"path\": \"train/96612.jpg\", \"id\": 96612, \"objects\": [{\"bbox\": {\"xmin\": 1290.07, \"ymin\": 1025.17, \"xmax\": 1348.3444, \"ymax\": 1080.1325000000002}, \"category\": \"ph3\"}, {\"bbox\": {\"xmin\": 1290.73, \"ymin\": 966.887, \"xmax\": 1345.6954, \"ymax\": 1021.1921}, \"category\": \"pss\"}]}, \"91860\": {\"path\": \"train/91860.jpg\", \"id\": 91860, \"objects\": [{\"bbox\": {\"xmin\": 1854.0, \"ymin\": 485.0, \"xmax\": 1907.0, \"ymax\": 553.0}, \"category\": \"pl80\"}]}, \"54180\": {\"path\": \"test/54180.jpg\", \"id\": 54180, \"objects\": [{\"bbox\": {\"xmin\": 1237.33, \"ymin\": 834.667, \"xmax\": 1280.0, \"ymax\": 881.3333}, \"category\": \"pl40\"}]}, \"82023\": {\"path\": \"train/82023.jpg\", \"id\": 82023, \"objects\": [{\"bbox\": {\"xmin\": 969.1187133789062, \"ymin\": 994.5628662109375, \"xmax\": 987.1753540039062, \"ymax\": 1012.6827392578125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1012.5, \"ymin\": 1006.82, \"xmax\": 1037.5036, \"ymax\": 1035.2291}, \"category\": \"pne\"}]}, \"80164\": {\"path\": \"train/80164.jpg\", \"id\": 80164, \"objects\": [{\"bbox\": {\"xmin\": 1163.16, \"ymin\": 982.895, \"xmax\": 1184.2126, \"ymax\": 1003.9474}, \"category\": \"ip\"}]}, \"34444\": {\"path\": \"train/34444.jpg\", \"id\": 34444, \"objects\": [{\"bbox\": {\"xmin\": 628.0, \"ymin\": 938.667, \"xmax\": 689.3333, \"ymax\": 1009.3333}, \"category\": \"pm30\"}]}, \"28211\": {\"path\": \"other/28211.jpg\", \"id\": 28211, \"objects\": [{\"bbox\": {\"xmin\": 1118.42, \"ymin\": 1006.58, \"xmax\": 1143.4211, \"ymax\": 1034.2105000000001}, \"category\": \"pl15\"}]}, \"2456\": {\"path\": \"train/2456.jpg\", \"id\": 2456, \"objects\": [{\"bbox\": {\"xmin\": 1307.46, \"ymin\": 910.448, \"xmax\": 1331.8383000000001, \"ymax\": 935.8208999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1387.56, \"ymin\": 938.806, \"xmax\": 1404.4801, \"ymax\": 956.716}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1387.06, \"ymin\": 973.134, \"xmax\": 1401.4924999999998, \"ymax\": 987.5622}, \"category\": \"pn\"}]}, \"40995\": {\"path\": \"test/40995.jpg\", \"id\": 40995, \"objects\": [{\"bbox\": {\"xmin\": 921.333, \"ymin\": 501.333, \"xmax\": 1032.0, \"ymax\": 597.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 468.0, \"ymin\": 546.667, \"xmax\": 562.6664, \"ymax\": 640.0}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 310.667, \"ymin\": 581.333, \"xmax\": 390.6667, \"ymax\": 666.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 725.333, \"ymin\": 514.667, \"xmax\": 825.333, \"ymax\": 608.0}, \"category\": \"pl90\"}]}, \"18656\": {\"path\": \"test/18656.jpg\", \"id\": 18656, \"objects\": [{\"bbox\": {\"xmin\": 1709.33, \"ymin\": 1008.0, \"xmax\": 1759.9868, \"ymax\": 1060.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1709.33, \"ymin\": 954.667, \"xmax\": 1758.6667, \"ymax\": 1008.0}, \"category\": \"pl5\"}]}, \"38365\": {\"path\": \"test/38365.jpg\", \"id\": 38365, \"objects\": [{\"bbox\": {\"xmin\": 582.353, \"ymin\": 464.706, \"xmax\": 629.4118, \"ymax\": 572.549}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 107.843, \"ymin\": 113.725, \"xmax\": 245.098, \"ymax\": 280.392}, \"category\": \"pne\"}]}, \"30144\": {\"path\": \"train/30144.jpg\", \"id\": 30144, \"objects\": [{\"bbox\": {\"xmin\": 1350.67, \"ymin\": 30.6667, \"xmax\": 1653.327, \"ymax\": 218.6687}, \"category\": \"w57\"}]}, \"44427\": {\"path\": \"train/44427.jpg\", \"id\": 44427, \"objects\": [{\"bbox\": {\"xmin\": 1284.13, \"ymin\": 788.095, \"xmax\": 1337.3016, \"ymax\": 839.6825}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 730.159, \"ymin\": 820.635, \"xmax\": 774.6032, \"ymax\": 866.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1103.97, \"ymin\": 909.524, \"xmax\": 1129.3701, \"ymax\": 935.7143}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1080.16, \"ymin\": 910.317, \"xmax\": 1102.381, \"ymax\": 938.0952}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1132.54, \"ymin\": 910.317, \"xmax\": 1155.5556, \"ymax\": 935.7133}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 558.73, \"ymin\": 827.778, \"xmax\": 600.0, \"ymax\": 873.8095000000001}, \"category\": \"pne\"}]}, \"52795\": {\"path\": \"train/52795.jpg\", \"id\": 52795, \"objects\": [{\"bbox\": {\"xmin\": 1314.85, \"ymin\": 965.347, \"xmax\": 1339.6039999999998, \"ymax\": 999.0099}, \"category\": \"ip\"}]}, \"94598\": {\"path\": \"test/94598.jpg\", \"id\": 94598, \"objects\": [{\"bbox\": {\"xmin\": 43.5644, \"ymin\": 868.317, \"xmax\": 63.366299999999995, \"ymax\": 892.0792}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1233.66, \"ymin\": 930.693, \"xmax\": 1253.4653, \"ymax\": 950.495}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1163.37, \"ymin\": 928.713, \"xmax\": 1181.1880999999998, \"ymax\": 948.5149}, \"category\": \"pne\"}]}, \"44361\": {\"path\": \"test/44361.jpg\", \"id\": 44361, \"objects\": [{\"bbox\": {\"xmin\": 1743.0, \"ymin\": 692.0, \"xmax\": 1785.0, \"ymax\": 746.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1792.0, \"ymin\": 701.0, \"xmax\": 1835.0, \"ymax\": 754.0}, \"category\": \"pn\"}]}, \"70637\": {\"path\": \"train/70637.jpg\", \"id\": 70637, \"objects\": [{\"bbox\": {\"xmin\": 1531.35, \"ymin\": 941.118, \"xmax\": 1627.4317999999998, \"ymax\": 1031.3139}, \"category\": \"pn\"}]}, \"74622\": {\"path\": \"test/74622.jpg\", \"id\": 74622, \"objects\": [{\"bbox\": {\"xmin\": 584.091, \"ymin\": 1351.14, \"xmax\": 601.7049, \"ymax\": 1372.7273}, \"category\": \"pn\"}]}, \"751\": {\"path\": \"test/751.jpg\", \"id\": 751, \"objects\": [{\"bbox\": {\"xmin\": 1619.0, \"ymin\": 917.0, \"xmax\": 1678.0, \"ymax\": 979.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1484.0, \"ymin\": 979.0, \"xmax\": 1521.0, \"ymax\": 1023.0}, \"category\": \"i2r\"}]}, \"75179\": {\"path\": \"train/75179.jpg\", \"id\": 75179, \"objects\": [{\"bbox\": {\"xmin\": 237.46804809570312, \"ymin\": 949.5912475585938, \"xmax\": 261.61871337890625, \"ymax\": 987.2645874023438}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 249.8627471923828, \"ymin\": 915.94775390625, \"xmax\": 274.9949645996094, \"ymax\": 950.8291015625}, \"category\": \"p17\"}, {\"bbox\": {\"xmin\": 261.91534423828125, \"ymin\": 950.0758056640625, \"xmax\": 285.49072265625, \"ymax\": 987.0689697265625}, \"category\": \"p18\"}, {\"bbox\": {\"xmin\": 1395.45, \"ymin\": 998.864, \"xmax\": 1414.7727, \"ymax\": 1017.6136}, \"category\": \"pn\"}]}, \"80766\": {\"path\": \"test/80766.jpg\", \"id\": 80766, \"objects\": [{\"bbox\": {\"xmin\": 68.0, \"ymin\": 1030.67, \"xmax\": 105.33330000000001, \"ymax\": 1066.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 65.3333, \"ymin\": 992.0, \"xmax\": 104.0, \"ymax\": 1029.3333}, \"category\": \"pl5\"}]}, \"34052\": {\"path\": \"train/34052.jpg\", \"id\": 34052, \"objects\": [{\"bbox\": {\"xmin\": 1539.33, \"ymin\": 946.0, \"xmax\": 1570.0, \"ymax\": 980.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1833.34, \"ymin\": 920.667, \"xmax\": 1858.0032999999999, \"ymax\": 950.0003}, \"category\": \"pn\"}]}, \"57608\": {\"path\": \"test/57608.jpg\", \"id\": 57608, \"objects\": [{\"bbox\": {\"xmin\": 1424.0, \"ymin\": 914.667, \"xmax\": 1474.6667, \"ymax\": 966.6667}, \"category\": \"pl80\"}]}, \"49483\": {\"path\": \"train/49483.jpg\", \"id\": 49483, \"objects\": [{\"bbox\": {\"xmin\": 1276.7, \"ymin\": 979.546, \"xmax\": 1296.5891000000001, \"ymax\": 1003.9775000000001}, \"category\": \"pl30\"}]}, \"13364\": {\"path\": \"train/13364.jpg\", \"id\": 13364, \"objects\": [{\"bbox\": {\"xmin\": 322.772, \"ymin\": 855.446, \"xmax\": 340.59409999999997, \"ymax\": 894.0607}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 235.644, \"ymin\": 841.584, \"xmax\": 258.4158, \"ymax\": 880.198}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 19.802, \"ymin\": 755.446, \"xmax\": 67.3267, \"ymax\": 817.8218}, \"category\": \"i5\"}]}, \"61461\": {\"path\": \"test/61461.jpg\", \"id\": 61461, \"objects\": [{\"bbox\": {\"xmin\": 197.619, \"ymin\": 1046.03, \"xmax\": 225.3972, \"ymax\": 1087.2979}, \"category\": \"pl30\"}]}, \"67450\": {\"path\": \"train/67450.jpg\", \"id\": 67450, \"objects\": [{\"bbox\": {\"xmin\": 1955.3349609375, \"ymin\": 983.28759765625, \"xmax\": 1971.791015625, \"ymax\": 1011.24072265625}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1651.7, \"ymin\": 993.75, \"xmax\": 1677.8391000000001, \"ymax\": 1021.5905}, \"category\": \"w59\"}]}, \"65185\": {\"path\": \"train/65185.jpg\", \"id\": 65185, \"objects\": [{\"bbox\": {\"xmin\": 1272.28, \"ymin\": 811.881, \"xmax\": 1308.9108999999999, \"ymax\": 849.505}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1309.9, \"ymin\": 810.891, \"xmax\": 1349.505, \"ymax\": 849.505}, \"category\": \"pn\"}]}, \"58569\": {\"path\": \"test/58569.jpg\", \"id\": 58569, \"objects\": [{\"bbox\": {\"xmin\": 1713.33, \"ymin\": 1013.33, \"xmax\": 1753.3333, \"ymax\": 1065.3333}, \"category\": \"p5\"}]}, \"71775\": {\"path\": \"train/71775.jpg\", \"id\": 71775, \"objects\": [{\"bbox\": {\"xmin\": 1182.0, \"ymin\": 679.0, \"xmax\": 1262.0, \"ymax\": 754.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1271.0, \"ymin\": 681.0, \"xmax\": 1347.0, \"ymax\": 757.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1175.0, \"ymin\": 964.0, \"xmax\": 1194.0, \"ymax\": 982.0}, \"category\": \"w47\"}, {\"bbox\": {\"xmin\": 1176.0, \"ymin\": 984.0, \"xmax\": 1194.0, \"ymax\": 1001.0}, \"category\": \"w57\"}]}, \"60477\": {\"path\": \"train/60477.jpg\", \"id\": 60477, \"objects\": [{\"bbox\": {\"xmin\": 336.634, \"ymin\": 822.772, \"xmax\": 357.4257, \"ymax\": 878.2178}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 289.109, \"ymin\": 810.891, \"xmax\": 310.8911, \"ymax\": 859.4059}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 311.881, \"ymin\": 814.851, \"xmax\": 334.65349999999995, \"ymax\": 869.3069}, \"category\": \"pn\"}]}, \"46360\": {\"path\": \"test/46360.jpg\", \"id\": 46360, \"objects\": [{\"bbox\": {\"xmin\": 1160.0, \"ymin\": 729.333, \"xmax\": 1222.6667, \"ymax\": 790.6667}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1100.0, \"ymin\": 724.0, \"xmax\": 1165.3366, \"ymax\": 782.6667}, \"category\": \"w57\"}]}, \"66168\": {\"path\": \"train/66168.jpg\", \"id\": 66168, \"objects\": [{\"bbox\": {\"xmin\": 1597.33, \"ymin\": 801.333, \"xmax\": 1688.0, \"ymax\": 890.6664}, \"category\": \"pl80\"}]}, \"90101\": {\"path\": \"other/90101.jpg\", \"id\": 90101, \"objects\": [{\"bbox\": {\"xmin\": 1457.22, \"ymin\": 1102.98, \"xmax\": 1468.1642, \"ymax\": 1115.4179}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1485.31, \"ymin\": 1101.32, \"xmax\": 1497.51, \"ymax\": 1114.9253999999999}, \"category\": \"pn\"}]}, \"8641\": {\"path\": \"train/8641.jpg\", \"id\": 8641, \"objects\": [{\"bbox\": {\"xmin\": 1499.0, \"ymin\": 953.0, \"xmax\": 1527.0, \"ymax\": 988.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1595.0, \"ymin\": 948.0, \"xmax\": 1618.0, \"ymax\": 977.0}, \"category\": \"pn\"}]}, \"83113\": {\"path\": \"train/83113.jpg\", \"id\": 83113, \"objects\": [{\"bbox\": {\"xmin\": 1979.33, \"ymin\": 953.333, \"xmax\": 2006.0, \"ymax\": 985.3333}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1629.34, \"ymin\": 910.0, \"xmax\": 1687.3366999999998, \"ymax\": 967.3333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1625.33, \"ymin\": 795.333, \"xmax\": 1681.33, \"ymax\": 851.9997}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1627.33, \"ymin\": 854.0, \"xmax\": 1685.3333, \"ymax\": 910.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1978.67, \"ymin\": 908.667, \"xmax\": 2004.6667, \"ymax\": 939.3333}, \"category\": \"pbm\"}]}, \"32600\": {\"path\": \"train/32600.jpg\", \"id\": 32600, \"objects\": [{\"bbox\": {\"xmin\": 370.0, \"ymin\": 350.0, \"xmax\": 464.0, \"ymax\": 482.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 465.0, \"ymin\": 405.0, \"xmax\": 547.0, \"ymax\": 530.0}, \"category\": \"pn\"}]}, \"37323\": {\"path\": \"other/37323.jpg\", \"id\": 37323, \"objects\": [{\"bbox\": {\"xmin\": 349.007, \"ymin\": 997.351, \"xmax\": 361.5894, \"ymax\": 1018.543}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 473.51, \"ymin\": 989.404, \"xmax\": 488.0952, \"ymax\": 1012.5828}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 474.834, \"ymin\": 1015.23, \"xmax\": 488.7417, \"ymax\": 1035.0993}, \"category\": \"pl5\"}]}, \"39390\": {\"path\": \"train/39390.jpg\", \"id\": 39390, \"objects\": [{\"bbox\": {\"xmin\": 1282.0, \"ymin\": 932.0, \"xmax\": 1302.0, \"ymax\": 950.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1590.0, \"ymin\": 984.0, \"xmax\": 1625.0, \"ymax\": 1020.0}, \"category\": \"pr40\"}]}, \"19452\": {\"path\": \"test/19452.jpg\", \"id\": 19452, \"objects\": [{\"bbox\": {\"xmin\": 1138.0, \"ymin\": 930.0, \"xmax\": 1177.0, \"ymax\": 967.0}, \"category\": \"w32\"}]}, \"16891\": {\"path\": \"train/16891.jpg\", \"id\": 16891, \"objects\": [{\"bbox\": {\"xmin\": 334.921, \"ymin\": 742.857, \"xmax\": 365.873, \"ymax\": 826.1904999999999}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 334.921, \"ymin\": 827.778, \"xmax\": 388.8889, \"ymax\": 900.7937000000001}, \"category\": \"pg\"}]}, \"71916\": {\"path\": \"train/71916.jpg\", \"id\": 71916, \"objects\": [{\"bbox\": {\"xmin\": 1948.0, \"ymin\": 522.667, \"xmax\": 2025.3333, \"ymax\": 629.3330000000001}, \"category\": \"pl60\"}]}, \"74524\": {\"path\": \"train/74524.jpg\", \"id\": 74524, \"objects\": [{\"bbox\": {\"xmin\": 1215.0, \"ymin\": 741.0, \"xmax\": 1275.0, \"ymax\": 798.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1275.0, \"ymin\": 742.0, \"xmax\": 1335.0, \"ymax\": 800.0}, \"category\": \"pn\"}]}, \"90526\": {\"path\": \"train/90526.jpg\", \"id\": 90526, \"objects\": [{\"bbox\": {\"xmin\": 1255.63, \"ymin\": 898.675, \"xmax\": 1292.7146, \"ymax\": 932.3384}, \"category\": \"pl80\"}]}, \"50350\": {\"path\": \"train/50350.jpg\", \"id\": 50350, \"objects\": [{\"bbox\": {\"xmin\": 1520.0, \"ymin\": 977.334, \"xmax\": 1535.9967, \"ymax\": 994.6669999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1306.0, \"ymin\": 966.667, \"xmax\": 1328.0, \"ymax\": 989.3333}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1303.33, \"ymin\": 923.333, \"xmax\": 1323.3333, \"ymax\": 945.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 380.667, \"ymin\": 972.667, \"xmax\": 394.0, \"ymax\": 988.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1304.67, \"ymin\": 946.0, \"xmax\": 1326.6667, \"ymax\": 967.333}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1520.0, \"ymin\": 956.667, \"xmax\": 1534.6667, \"ymax\": 971.3333}, \"category\": \"pbm\"}]}, \"48065\": {\"path\": \"other/48065.jpg\", \"id\": 48065, \"objects\": [{\"bbox\": {\"xmin\": 1355.0, \"ymin\": 942.0, \"xmax\": 1386.0, \"ymax\": 980.0}, \"category\": \"pm10\"}]}, \"84337\": {\"path\": \"train/84337.jpg\", \"id\": 84337, \"objects\": [{\"bbox\": {\"xmin\": 1054.55, \"ymin\": 889.205, \"xmax\": 1082.9591, \"ymax\": 918.1824}, \"category\": \"w57\"}]}, \"87178\": {\"path\": \"other/87178.jpg\", \"id\": 87178, \"objects\": [{\"bbox\": {\"xmin\": 1037.5, \"ymin\": 932.386, \"xmax\": 1057.3864, \"ymax\": 953.4091}, \"category\": \"w22\"}]}, \"67670\": {\"path\": \"train/67670.jpg\", \"id\": 67670, \"objects\": [{\"bbox\": {\"xmin\": 1412.87, \"ymin\": 900.99, \"xmax\": 1444.5504999999998, \"ymax\": 930.6918000000001}, \"category\": \"w55\"}]}, \"4393\": {\"path\": \"train/4393.jpg\", \"id\": 4393, \"objects\": [{\"bbox\": {\"xmin\": 1098.01, \"ymin\": 882.895, \"xmax\": 1135.5197, \"ymax\": 919.2053}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 946.358, \"ymin\": 878.146, \"xmax\": 986.8431999999999, \"ymax\": 915.7885}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 820.399, \"ymin\": 880.254, \"xmax\": 848.0304, \"ymax\": 909.2013000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 857.895, \"ymin\": 878.947, \"xmax\": 884.2105, \"ymax\": 909.2715000000001}, \"category\": \"pn\"}]}, \"12552\": {\"path\": \"test/12552.jpg\", \"id\": 12552, \"objects\": [{\"bbox\": {\"xmin\": 1237.33, \"ymin\": 690.667, \"xmax\": 1309.3333, \"ymax\": 761.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1169.33, \"ymin\": 689.333, \"xmax\": 1229.3333, \"ymax\": 752.0}, \"category\": \"w55\"}]}, \"69490\": {\"path\": \"train/69490.jpg\", \"id\": 69490, \"objects\": [{\"bbox\": {\"xmin\": 1465.0, \"ymin\": 840.0, \"xmax\": 1528.0, \"ymax\": 897.0}, \"category\": \"w30\"}, {\"bbox\": {\"xmin\": 1469.0, \"ymin\": 904.0, \"xmax\": 1534.0, \"ymax\": 960.0}, \"category\": \"w59\"}]}, \"4924\": {\"path\": \"train/4924.jpg\", \"id\": 4924, \"objects\": [{\"bbox\": {\"xmin\": 1497.0, \"ymin\": 848.0, \"xmax\": 1535.0, \"ymax\": 888.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 775.0, \"ymin\": 851.0, \"xmax\": 817.0, \"ymax\": 894.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 721.0, \"ymin\": 853.0, \"xmax\": 761.0, \"ymax\": 892.0}, \"category\": \"ph4\"}]}, \"22868\": {\"path\": \"other/22868.jpg\", \"id\": 22868, \"objects\": [{\"bbox\": {\"xmin\": 1243.05, \"ymin\": 924.503, \"xmax\": 1258.9431, \"ymax\": 939.7351}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1172.85, \"ymin\": 924.503, \"xmax\": 1186.0927, \"ymax\": 937.7483000000001}, \"category\": \"pne\"}]}, \"21840\": {\"path\": \"test/21840.jpg\", \"id\": 21840, \"objects\": [{\"bbox\": {\"xmin\": 513.158, \"ymin\": 644.737, \"xmax\": 542.1053, \"ymax\": 717.1052999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 211.842, \"ymin\": 482.895, \"xmax\": 277.6316, \"ymax\": 582.8947}, \"category\": \"pne\"}]}, \"71876\": {\"path\": \"test/71876.jpg\", \"id\": 71876, \"objects\": [{\"bbox\": {\"xmin\": 1208.0, \"ymin\": 940.0, \"xmax\": 1248.0, \"ymax\": 980.0}, \"category\": \"p5\"}]}, \"77600\": {\"path\": \"test/77600.jpg\", \"id\": 77600, \"objects\": [{\"bbox\": {\"xmin\": 1733.0, \"ymin\": 715.0, \"xmax\": 1795.0, \"ymax\": 788.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1734.0, \"ymin\": 794.0, \"xmax\": 1797.0, \"ymax\": 867.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1730.0, \"ymin\": 903.0, \"xmax\": 1765.0, \"ymax\": 942.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1766.0, \"ymin\": 904.0, \"xmax\": 1799.0, \"ymax\": 944.0}, \"category\": \"i2r\"}]}, \"5813\": {\"path\": \"train/5813.jpg\", \"id\": 5813, \"objects\": [{\"bbox\": {\"xmin\": 1371.0, \"ymin\": 793.0, \"xmax\": 1411.9416, \"ymax\": 833.2292}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1412.0, \"ymin\": 797.0, \"xmax\": 1452.0, \"ymax\": 834.4229}, \"category\": \"w57\"}]}, \"32716\": {\"path\": \"other/32716.jpg\", \"id\": 32716, \"objects\": [{\"bbox\": {\"xmin\": 1644.0, \"ymin\": 932.0, \"xmax\": 1765.333, \"ymax\": 1044.0}, \"category\": \"w22\"}]}, \"56118\": {\"path\": \"other/56118.jpg\", \"id\": 56118, \"objects\": [{\"bbox\": {\"xmin\": 1720.53, \"ymin\": 966.225, \"xmax\": 1740.3974, \"ymax\": 988.7420000000001}, \"category\": \"w45\"}]}, \"6635\": {\"path\": \"train/6635.jpg\", \"id\": 6635, \"objects\": [{\"bbox\": {\"xmin\": 1190.0, \"ymin\": 811.0, \"xmax\": 1235.0, \"ymax\": 858.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1143.0, \"ymin\": 813.0, \"xmax\": 1189.0, \"ymax\": 861.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1236.0, \"ymin\": 810.0, \"xmax\": 1284.0, \"ymax\": 861.0}, \"category\": \"pn\"}]}, \"34214\": {\"path\": \"train/34214.jpg\", \"id\": 34214, \"objects\": [{\"bbox\": {\"xmin\": 1155.0, \"ymin\": 1027.0, \"xmax\": 1234.0, \"ymax\": 1128.0}, \"category\": \"p10\"}]}, \"8881\": {\"path\": \"train/8881.jpg\", \"id\": 8881, \"objects\": [{\"bbox\": {\"xmin\": 28.0, \"ymin\": 420.0, \"xmax\": 138.4, \"ymax\": 569.6}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 121.6, \"ymin\": 448.8, \"xmax\": 217.6, \"ymax\": 591.2}, \"category\": \"w21\"}]}, \"93818\": {\"path\": \"train/93818.jpg\", \"id\": 93818, \"objects\": [{\"bbox\": {\"xmin\": 1983.17, \"ymin\": 690.099, \"xmax\": 2044.5545000000002, \"ymax\": 766.3366000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1836.63, \"ymin\": 871.287, \"xmax\": 1858.4158000000002, \"ymax\": 904.9505}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1783.17, \"ymin\": 865.347, \"xmax\": 1807.9208, \"ymax\": 899.0099}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1810.89, \"ymin\": 870.297, \"xmax\": 1834.6535000000001, \"ymax\": 901.9802}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1698.02, \"ymin\": 647.525, \"xmax\": 1776.2376, \"ymax\": 734.6535}, \"category\": \"pne\"}]}, \"5906\": {\"path\": \"train/5906.jpg\", \"id\": 5906, \"objects\": [{\"bbox\": {\"xmin\": 1790.0, \"ymin\": 973.0, \"xmax\": 1877.0, \"ymax\": 1072.0}, \"category\": \"i10\"}, {\"bbox\": {\"xmin\": 1789.0, \"ymin\": 874.0, \"xmax\": 1877.0, \"ymax\": 966.0}, \"category\": \"pg\"}]}, \"68419\": {\"path\": \"test/68419.jpg\", \"id\": 68419, \"objects\": [{\"bbox\": {\"xmin\": 1769.33, \"ymin\": 920.0, \"xmax\": 1812.0, \"ymax\": 962.6667}, \"category\": \"pl40\"}]}, \"29867\": {\"path\": \"train/29867.jpg\", \"id\": 29867, \"objects\": [{\"bbox\": {\"xmin\": 1710.67, \"ymin\": 758.667, \"xmax\": 1762.6667, \"ymax\": 817.3333}, \"category\": \"p11\"}]}, \"45767\": {\"path\": \"test/45767.jpg\", \"id\": 45767, \"objects\": [{\"bbox\": {\"xmin\": 1264.36, \"ymin\": 766.337, \"xmax\": 1321.7821999999999, \"ymax\": 818.8119}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1200.0, \"ymin\": 762.376, \"xmax\": 1257.4257, \"ymax\": 819.802}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1326.73, \"ymin\": 767.327, \"xmax\": 1386.1386, \"ymax\": 821.7822}, \"category\": \"pn\"}]}, \"7000\": {\"path\": \"train/7000.jpg\", \"id\": 7000, \"objects\": [{\"bbox\": {\"xmin\": 365.333, \"ymin\": 846.667, \"xmax\": 470.66700000000003, \"ymax\": 961.3330000000001}, \"category\": \"pl120\"}]}, \"51829\": {\"path\": \"train/51829.jpg\", \"id\": 51829, \"objects\": [{\"bbox\": {\"xmin\": 1879.5823974609375, \"ymin\": 973.750732421875, \"xmax\": 1900.8101806640625, \"ymax\": 997.0469970703125}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1878.3798828125, \"ymin\": 937.913330078125, \"xmax\": 1900.67431640625, \"ymax\": 963.3275146484375}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1878.5257568359375, \"ymin\": 902.92626953125, \"xmax\": 1898.6573486328125, \"ymax\": 927.5516357421875}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 136.842, \"ymin\": 817.105, \"xmax\": 171.0526, \"ymax\": 861.8421000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1378.95, \"ymin\": 856.579, \"xmax\": 1410.5263, \"ymax\": 886.8421}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1240.79, \"ymin\": 860.526, \"xmax\": 1272.3684, \"ymax\": 889.4737}, \"category\": \"pne\"}]}, \"66779\": {\"path\": \"other/66779.jpg\", \"id\": 66779, \"objects\": [{\"bbox\": {\"xmin\": 1099.5, \"ymin\": 921.393, \"xmax\": 1125.8657, \"ymax\": 947.7617}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1038.3, \"ymin\": 924.378, \"xmax\": 1063.6766, \"ymax\": 948.2594}, \"category\": \"w21\"}, {\"bbox\": {\"xmin\": 1069.65, \"ymin\": 923.383, \"xmax\": 1095.5174000000002, \"ymax\": 946.7662}, \"category\": \"w42\"}]}, \"43539\": {\"path\": \"train/43539.jpg\", \"id\": 43539, \"objects\": [{\"bbox\": {\"xmin\": 1225.0, \"ymin\": 1028.0, \"xmax\": 1262.0, \"ymax\": 1067.0}, \"category\": \"pl120\"}]}, \"93879\": {\"path\": \"test/93879.jpg\", \"id\": 93879, \"objects\": [{\"bbox\": {\"xmin\": 1688.24, \"ymin\": 917.647, \"xmax\": 1750.9804, \"ymax\": 1001.9608000000001}, \"category\": \"i2r\"}]}, \"17341\": {\"path\": \"other/17341.jpg\", \"id\": 17341, \"objects\": [{\"bbox\": {\"xmin\": 1211.94, \"ymin\": 919.9, \"xmax\": 1222.3881000000001, \"ymax\": 933.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1190.55, \"ymin\": 920.398, \"xmax\": 1205.4726, \"ymax\": 936.8159}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1228.86, \"ymin\": 918.408, \"xmax\": 1243.2836, \"ymax\": 934.3284}, \"category\": \"pn\"}]}, \"69951\": {\"path\": \"test/69951.jpg\", \"id\": 69951, \"objects\": [{\"bbox\": {\"xmin\": 1460.0, \"ymin\": 960.0, \"xmax\": 1510.6667, \"ymax\": 1014.667}, \"category\": \"p13\"}]}, \"55269\": {\"path\": \"other/55269.jpg\", \"id\": 55269, \"objects\": [{\"bbox\": {\"xmin\": 1083.17, \"ymin\": 926.733, \"xmax\": 1096.0227, \"ymax\": 942.5743}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1098.44, \"ymin\": 927.723, \"xmax\": 1110.3211000000001, \"ymax\": 940.3408999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 880.913, \"ymin\": 940.026, \"xmax\": 895.455, \"ymax\": 953.8874}, \"category\": \"pne\"}]}, \"42905\": {\"path\": \"test/42905.jpg\", \"id\": 42905, \"objects\": [{\"bbox\": {\"xmin\": 1897.0, \"ymin\": 1074.0, \"xmax\": 1926.0, \"ymax\": 1109.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1933.0, \"ymin\": 1075.0, \"xmax\": 1963.0, \"ymax\": 1109.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1828.0, \"ymin\": 1073.0, \"xmax\": 1858.0, \"ymax\": 1106.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1800.0, \"ymin\": 1075.0, \"xmax\": 1828.0, \"ymax\": 1110.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1862.0, \"ymin\": 1074.0, \"xmax\": 1890.0, \"ymax\": 1107.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1986.0, \"ymin\": 1075.0, \"xmax\": 2018.0, \"ymax\": 1111.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1541.0, \"ymin\": 1195.0, \"xmax\": 1561.0, \"ymax\": 1223.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 177.0, \"ymin\": 998.0, \"xmax\": 193.0, \"ymax\": 1020.0}, \"category\": \"pl30\"}]}, \"26739\": {\"path\": \"train/26739.jpg\", \"id\": 26739, \"objects\": [{\"bbox\": {\"xmin\": 1474.0, \"ymin\": 594.0, \"xmax\": 1567.0, \"ymax\": 701.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1366.0, \"ymin\": 586.0, \"xmax\": 1471.0, \"ymax\": 692.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1571.0, \"ymin\": 609.0, \"xmax\": 1662.0, \"ymax\": 711.0}, \"category\": \"pn\"}]}, \"19763\": {\"path\": \"other/19763.jpg\", \"id\": 19763, \"objects\": [{\"bbox\": {\"xmin\": 11.579784393310547, \"ymin\": 973.4683837890625, \"xmax\": 29.020790100097656, \"ymax\": 991.5244140625}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 11.048162460327148, \"ymin\": 943.8775634765625, \"xmax\": 31.050737380981445, \"ymax\": 964.9208984375}, \"category\": \"p26\"}]}, \"76373\": {\"path\": \"train/76373.jpg\", \"id\": 76373, \"objects\": [{\"bbox\": {\"xmin\": 1500.0, \"ymin\": 609.524, \"xmax\": 1603.971, \"ymax\": 708.73}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1608.73, \"ymin\": 624.603, \"xmax\": 1703.9683, \"ymax\": 719.0483999999999}, \"category\": \"w57\"}]}, \"85447\": {\"path\": \"test/85447.jpg\", \"id\": 85447, \"objects\": [{\"bbox\": {\"xmin\": 884.0, \"ymin\": 869.333, \"xmax\": 912.0, \"ymax\": 897.3335999999999}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1136.0, \"ymin\": 864.0, \"xmax\": 1165.0, \"ymax\": 890.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 969.333, \"ymin\": 868.0, \"xmax\": 997.3333, \"ymax\": 894.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1053.0, \"ymin\": 866.0, \"xmax\": 1080.0, \"ymax\": 892.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 852.0, \"ymin\": 841.333, \"xmax\": 880.0, \"ymax\": 865.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 936.0, \"ymin\": 837.333, \"xmax\": 964.0, \"ymax\": 864.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 884.0, \"ymin\": 838.667, \"xmax\": 910.6667, \"ymax\": 866.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 937.333, \"ymin\": 869.333, \"xmax\": 966.6664, \"ymax\": 896.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1022.0, \"ymin\": 866.0, \"xmax\": 1048.0, \"ymax\": 892.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 853.333, \"ymin\": 869.333, \"xmax\": 879.9993999999999, \"ymax\": 897.3333}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1107.0, \"ymin\": 865.0, \"xmax\": 1132.0, \"ymax\": 893.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1203.0, \"ymin\": 864.0, \"xmax\": 1232.0, \"ymax\": 891.0}, \"category\": \"pne\"}]}, \"58180\": {\"path\": \"train/58180.jpg\", \"id\": 58180, \"objects\": [{\"bbox\": {\"xmin\": 1112.8, \"ymin\": 878.4, \"xmax\": 1169.6, \"ymax\": 933.6}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 963.581, \"ymin\": 773.445, \"xmax\": 1022.3991, \"ymax\": 828.8003000000001}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1105.59, \"ymin\": 821.6, \"xmax\": 1167.6847, \"ymax\": 874.6628000000001}, \"category\": \"w57\"}]}, \"22523\": {\"path\": \"train/22523.jpg\", \"id\": 22523, \"objects\": [{\"bbox\": {\"xmin\": 1456.82, \"ymin\": 985.795, \"xmax\": 1481.8182, \"ymax\": 1009.6574999999999}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 1216.48, \"ymin\": 986.932, \"xmax\": 1239.2045, \"ymax\": 1007.3855}, \"category\": \"w59\"}]}, \"62018\": {\"path\": \"train/62018.jpg\", \"id\": 62018, \"objects\": [{\"bbox\": {\"xmin\": 218.667, \"ymin\": 962.667, \"xmax\": 284.0, \"ymax\": 1072.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 217.333, \"ymin\": 650.667, \"xmax\": 277.3333, \"ymax\": 756.0}, \"category\": \"pmb\"}]}, \"50212\": {\"path\": \"train/50212.jpg\", \"id\": 50212, \"objects\": [{\"bbox\": {\"xmin\": 1682.18, \"ymin\": 930.693, \"xmax\": 1704.9683, \"ymax\": 961.3860999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1747.52, \"ymin\": 934.653, \"xmax\": 1773.2576, \"ymax\": 966.3366}, \"category\": \"pn\"}]}, \"11681\": {\"path\": \"other/11681.jpg\", \"id\": 11681, \"objects\": [{\"bbox\": {\"xmin\": 1396.0, \"ymin\": 953.333, \"xmax\": 1450.6601, \"ymax\": 1008.0}, \"category\": \"ps\"}]}, \"13100\": {\"path\": \"train/13100.jpg\", \"id\": 13100, \"objects\": [{\"bbox\": {\"xmin\": 374.0, \"ymin\": 1117.0, \"xmax\": 395.0, \"ymax\": 1151.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 351.0, \"ymin\": 1121.0, \"xmax\": 369.0, \"ymax\": 1152.0}, \"category\": \"pl25\"}, {\"bbox\": {\"xmin\": 328.0, \"ymin\": 1122.0, \"xmax\": 348.0, \"ymax\": 1156.0}, \"category\": \"pn\"}]}, \"66369\": {\"path\": \"train/66369.jpg\", \"id\": 66369, \"objects\": [{\"bbox\": {\"xmin\": 1084.16, \"ymin\": 824.752, \"xmax\": 1127.451, \"ymax\": 868.6274999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 308.911, \"ymin\": 906.931, \"xmax\": 333.6634, \"ymax\": 936.6337000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1758.42, \"ymin\": 949.505, \"xmax\": 1788.1188, \"ymax\": 983.1683}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1376.24, \"ymin\": 850.495, \"xmax\": 1404.9505, \"ymax\": 888.1188}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1408.91, \"ymin\": 849.505, \"xmax\": 1441.5842, \"ymax\": 886.1386}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 926.733, \"ymin\": 819.802, \"xmax\": 969.3068999999999, \"ymax\": 862.3762}, \"category\": \"pne\"}]}, \"17361\": {\"path\": \"train/17361.jpg\", \"id\": 17361, \"objects\": [{\"bbox\": {\"xmin\": 210.667, \"ymin\": 958.667, \"xmax\": 252.0, \"ymax\": 1010.6667}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 212.0, \"ymin\": 1010.67, \"xmax\": 252.0, \"ymax\": 1064.0032999999999}, \"category\": \"pm40\"}]}, \"88061\": {\"path\": \"train/88061.jpg\", \"id\": 88061, \"objects\": [{\"bbox\": {\"xmin\": 851.487060546875, \"ymin\": 926.7459716796875, \"xmax\": 876.2589111328125, \"ymax\": 951.57421875}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1801.98, \"ymin\": 831.683, \"xmax\": 1852.4752, \"ymax\": 885.1485}, \"category\": \"pl30\"}]}, \"19342\": {\"path\": \"train/19342.jpg\", \"id\": 19342, \"objects\": [{\"bbox\": {\"xmin\": 1853.33, \"ymin\": 462.667, \"xmax\": 1966.664, \"ymax\": 596.0}, \"category\": \"pl100\"}]}, \"57873\": {\"path\": \"other/57873.jpg\", \"id\": 57873, \"objects\": [{\"bbox\": {\"xmin\": 1572.37, \"ymin\": 1019.74, \"xmax\": 1640.7911, \"ymax\": 1089.4758}, \"category\": \"w20\"}]}, \"96672\": {\"path\": \"other/96672.jpg\", \"id\": 96672, \"objects\": [{\"bbox\": {\"xmin\": 1685.470458984375, \"ymin\": 958.6904907226562, \"xmax\": 1719.665283203125, \"ymax\": 992.2196655273438}, \"category\": \"ph4.4\"}]}, \"61448\": {\"path\": \"test/61448.jpg\", \"id\": 61448, \"objects\": [{\"bbox\": {\"xmin\": 1739.0, \"ymin\": 770.0, \"xmax\": 1787.0, \"ymax\": 829.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1998.0, \"ymin\": 991.0, \"xmax\": 2017.0, \"ymax\": 1016.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 2024.0, \"ymin\": 883.0, \"xmax\": 2046.0, \"ymax\": 915.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1942.0, \"ymin\": 874.0, \"xmax\": 1966.0, \"ymax\": 909.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1912.0, \"ymin\": 870.0, \"xmax\": 1936.0, \"ymax\": 907.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1970.0, \"ymin\": 878.0, \"xmax\": 1995.0, \"ymax\": 913.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1394.0, \"ymin\": 729.0, \"xmax\": 1457.0, \"ymax\": 791.0}, \"category\": \"pne\"}]}, \"96461\": {\"path\": \"test/96461.jpg\", \"id\": 96461, \"objects\": [{\"bbox\": {\"xmin\": 2003.661865234375, \"ymin\": 992.2850341796875, \"xmax\": 2030.5537109375, \"ymax\": 1026.51513671875}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 740.796, \"ymin\": 968.159, \"xmax\": 777.1144, \"ymax\": 1005.9701}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 996.346, \"ymin\": 997.675, \"xmax\": 1004.31939, \"ymax\": 1005.31607}, \"category\": \"pne\"}]}, \"67702\": {\"path\": \"train/67702.jpg\", \"id\": 67702, \"objects\": [{\"bbox\": {\"xmin\": 1327.15, \"ymin\": 930.464, \"xmax\": 1348.3444000000002, \"ymax\": 950.3311000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1349.01, \"ymin\": 930.464, \"xmax\": 1369.5398, \"ymax\": 949.6689}, \"category\": \"w57\"}]}, \"43867\": {\"path\": \"test/43867.jpg\", \"id\": 43867, \"objects\": [{\"bbox\": {\"xmin\": 1136.29, \"ymin\": 907.965, \"xmax\": 1157.0772, \"ymax\": 929.6465000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1160.18, \"ymin\": 907.965, \"xmax\": 1180.5359, \"ymax\": 930.0885000000001}, \"category\": \"pn\"}]}, \"53468\": {\"path\": \"test/53468.jpg\", \"id\": 53468, \"objects\": [{\"bbox\": {\"xmin\": 1380.2, \"ymin\": 930.693, \"xmax\": 1400.0, \"ymax\": 950.495}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1338.61, \"ymin\": 924.752, \"xmax\": 1358.4158, \"ymax\": 946.5346999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1362.38, \"ymin\": 928.713, \"xmax\": 1378.2178000000001, \"ymax\": 950.4954}, \"category\": \"pn\"}]}, \"65052\": {\"path\": \"test/65052.jpg\", \"id\": 65052, \"objects\": [{\"bbox\": {\"xmin\": 1151.0, \"ymin\": 957.0, \"xmax\": 1169.0, \"ymax\": 974.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1338.0, \"ymin\": 924.0, \"xmax\": 1355.0, \"ymax\": 943.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1337.0, \"ymin\": 903.0, \"xmax\": 1356.0, \"ymax\": 921.0}, \"category\": \"pn\"}]}, \"63183\": {\"path\": \"train/63183.jpg\", \"id\": 63183, \"objects\": [{\"bbox\": {\"xmin\": 1526.28, \"ymin\": 929.0, \"xmax\": 1557.1095, \"ymax\": 963.1533}, \"category\": \"pl20\"}]}, \"9536\": {\"path\": \"train/9536.jpg\", \"id\": 9536, \"objects\": [{\"bbox\": {\"xmin\": 1861.39, \"ymin\": 867.327, \"xmax\": 1888.1188000000002, \"ymax\": 898.0198}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1802.97, \"ymin\": 862.376, \"xmax\": 1829.703, \"ymax\": 896.0396}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1831.68, \"ymin\": 866.337, \"xmax\": 1859.3755, \"ymax\": 897.0286}, \"category\": \"pn\"}]}, \"38063\": {\"path\": \"train/38063.jpg\", \"id\": 38063, \"objects\": [{\"bbox\": {\"xmin\": 1720.0, \"ymin\": 921.333, \"xmax\": 1790.6667, \"ymax\": 994.6667}, \"category\": \"pt\"}]}, \"7248\": {\"path\": \"train/7248.jpg\", \"id\": 7248, \"objects\": [{\"bbox\": {\"xmin\": 1996.7266845703125, \"ymin\": 697.5817260742188, \"xmax\": 2048.0, \"ymax\": 778.0405883789062}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 653.642, \"ymin\": 910.596, \"xmax\": 676.8212000000001, \"ymax\": 937.7483}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 573.51, \"ymin\": 911.258, \"xmax\": 603.9735, \"ymax\": 941.0596}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 402.649, \"ymin\": 916.556, \"xmax\": 422.5166, \"ymax\": 939.0728}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 758.94, \"ymin\": 948.345, \"xmax\": 774.1711, \"ymax\": 964.9009}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 741.722, \"ymin\": 945.695, \"xmax\": 757.6159, \"ymax\": 966.2252000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 777.483, \"ymin\": 947.02, \"xmax\": 792.7152, \"ymax\": 965.5629}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 325.166, \"ymin\": 919.868, \"xmax\": 344.3709, \"ymax\": 943.0464000000001}, \"category\": \"pne\"}]}, \"52127\": {\"path\": \"test/52127.jpg\", \"id\": 52127, \"objects\": [{\"bbox\": {\"xmin\": 1234.2935791015625, \"ymin\": 946.4956665039062, \"xmax\": 1253.7271728515625, \"ymax\": 965.8576049804688}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1470.67, \"ymin\": 996.0, \"xmax\": 1513.3333, \"ymax\": 1037.3333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1473.33, \"ymin\": 873.333, \"xmax\": 1514.6667, \"ymax\": 917.3333}, \"category\": \"pmb\"}]}, \"97254\": {\"path\": \"train/97254.jpg\", \"id\": 97254, \"objects\": [{\"bbox\": {\"xmin\": 197.333, \"ymin\": 962.667, \"xmax\": 233.3333, \"ymax\": 1016.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 164.0, \"ymin\": 960.0, \"xmax\": 198.6667, \"ymax\": 1012.0}, \"category\": \"pl5\"}]}, \"25130\": {\"path\": \"train/25130.jpg\", \"id\": 25130, \"objects\": [{\"bbox\": {\"xmin\": 1272.23, \"ymin\": 942.064, \"xmax\": 1341.2744, \"ymax\": 1011.9051}, \"category\": \"pl80\"}]}, \"27354\": {\"path\": \"test/27354.jpg\", \"id\": 27354, \"objects\": [{\"bbox\": {\"xmin\": 1956.1263427734375, \"ymin\": 871.6927490234375, \"xmax\": 1977.6571044921875, \"ymax\": 907.0247802734375}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 2003.92, \"ymin\": 601.961, \"xmax\": 2045.0846000000001, \"ymax\": 694.1176}, \"category\": \"pne\"}]}, \"32960\": {\"path\": \"test/32960.jpg\", \"id\": 32960, \"objects\": [{\"bbox\": {\"xmin\": 48.0, \"ymin\": 946.4, \"xmax\": 96.0, \"ymax\": 1004.8}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 50.4, \"ymin\": 1007.2, \"xmax\": 96.8, \"ymax\": 1064.8}, \"category\": \"pl5\"}]}, \"54607\": {\"path\": \"test/54607.jpg\", \"id\": 54607, \"objects\": [{\"bbox\": {\"xmin\": 377.631, \"ymin\": 1000.0, \"xmax\": 434.21009999999995, \"ymax\": 1064.4737}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1085.15, \"ymin\": 1010.89, \"xmax\": 1111.881, \"ymax\": 1038.6141}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 293.421, \"ymin\": 1001.32, \"xmax\": 344.7368, \"ymax\": 1065.7939000000001}, \"category\": \"pne\"}]}, \"94287\": {\"path\": \"test/94287.jpg\", \"id\": 94287, \"objects\": [{\"bbox\": {\"xmin\": 1681.19, \"ymin\": 755.446, \"xmax\": 1740.5941, \"ymax\": 813.8614}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1867.33, \"ymin\": 813.861, \"xmax\": 1898.0198, \"ymax\": 857.4257}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1901.98, \"ymin\": 811.881, \"xmax\": 1933.6634, \"ymax\": 860.396}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1448.51, \"ymin\": 737.624, \"xmax\": 1510.8911, \"ymax\": 807.9208}, \"category\": \"pne\"}]}, \"3448\": {\"path\": \"test/3448.jpg\", \"id\": 3448, \"objects\": [{\"bbox\": {\"xmin\": 1636.0, \"ymin\": 967.333, \"xmax\": 1655.3333, \"ymax\": 988.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1373.33, \"ymin\": 948.667, \"xmax\": 1402.6667, \"ymax\": 980.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1370.0, \"ymin\": 888.667, \"xmax\": 1397.3333, \"ymax\": 919.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 164.0, \"ymin\": 954.0, \"xmax\": 180.0, \"ymax\": 975.333}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1371.33, \"ymin\": 918.0, \"xmax\": 1400.6667, \"ymax\": 948.6667}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1634.67, \"ymin\": 940.0, \"xmax\": 1653.3333, \"ymax\": 959.3333}, \"category\": \"pbm\"}]}, \"44131\": {\"path\": \"train/44131.jpg\", \"id\": 44131, \"objects\": [{\"bbox\": {\"xmin\": 1358.0, \"ymin\": 857.333, \"xmax\": 1374.6667, \"ymax\": 876.6667}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1468.0, \"ymin\": 862.667, \"xmax\": 1483.3333, \"ymax\": 880.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1413.33, \"ymin\": 859.333, \"xmax\": 1431.3333, \"ymax\": 877.3333}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 1338.0, \"ymin\": 836.667, \"xmax\": 1356.0, \"ymax\": 856.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1359.33, \"ymin\": 838.0, \"xmax\": 1376.0, \"ymax\": 856.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1394.0, \"ymin\": 858.667, \"xmax\": 1411.3333, \"ymax\": 876.6667}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 1337.33, \"ymin\": 856.667, \"xmax\": 1356.0, \"ymax\": 874.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1448.67, \"ymin\": 862.0, \"xmax\": 1464.6667, \"ymax\": 880.0}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 1508.0, \"ymin\": 864.667, \"xmax\": 1523.3333, \"ymax\": 882.0}, \"category\": \"pne\"}]}, \"13919\": {\"path\": \"test/13919.jpg\", \"id\": 13919, \"objects\": [{\"bbox\": {\"xmin\": 1327.45, \"ymin\": 950.98, \"xmax\": 1350.9804000000001, \"ymax\": 974.51}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1370.59, \"ymin\": 949.02, \"xmax\": 1394.1175999999998, \"ymax\": 970.5882}, \"category\": \"ph4.5\"}, {\"bbox\": {\"xmin\": 1552.94, \"ymin\": 831.373, \"xmax\": 1590.1961000000001, \"ymax\": 876.4706000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1594.11, \"ymin\": 835.294, \"xmax\": 1635.2919, \"ymax\": 882.3539}, \"category\": \"pn\"}]}, \"26915\": {\"path\": \"train/26915.jpg\", \"id\": 26915, \"objects\": [{\"bbox\": {\"xmin\": 134.27455139160156, \"ymin\": 931.654541015625, \"xmax\": 157.0294647216797, \"ymax\": 953.613037109375}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1912.0, \"ymin\": 717.0, \"xmax\": 1976.0, \"ymax\": 791.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1983.0, \"ymin\": 721.0, \"xmax\": 2045.0, \"ymax\": 798.0}, \"category\": \"pn\"}]}, \"23762\": {\"path\": \"train/23762.jpg\", \"id\": 23762, \"objects\": [{\"bbox\": {\"xmin\": 905.298, \"ymin\": 1017.89, \"xmax\": 923.8413, \"ymax\": 1060.2694}, \"category\": \"pg\"}]}, \"18514\": {\"path\": \"other/18514.jpg\", \"id\": 18514, \"objects\": [{\"bbox\": {\"xmin\": 1815.0, \"ymin\": 879.0, \"xmax\": 1896.0, \"ymax\": 961.0}, \"category\": \"p2\"}]}, \"75763\": {\"path\": \"test/75763.jpg\", \"id\": 75763, \"objects\": [{\"bbox\": {\"xmin\": 100.0, \"ymin\": 933.0, \"xmax\": 147.0, \"ymax\": 982.0}, \"category\": \"pr40\"}]}, \"18536\": {\"path\": \"test/18536.jpg\", \"id\": 18536, \"objects\": [{\"bbox\": {\"xmin\": 237.624, \"ymin\": 942.574, \"xmax\": 281.1881, \"ymax\": 1007.9208}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 242.574, \"ymin\": 850.495, \"xmax\": 276.23760000000004, \"ymax\": 916.8317}, \"category\": \"p26\"}]}, \"46904\": {\"path\": \"test/46904.jpg\", \"id\": 46904, \"objects\": [{\"bbox\": {\"xmin\": 1868.63, \"ymin\": 715.686, \"xmax\": 1917.6471000000001, \"ymax\": 764.7059}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1517.65, \"ymin\": 652.941, \"xmax\": 1568.6275, \"ymax\": 725.4902000000001}, \"category\": \"pne\"}]}, \"16108\": {\"path\": \"train/16108.jpg\", \"id\": 16108, \"objects\": [{\"bbox\": {\"xmin\": 354.667, \"ymin\": 1005.33, \"xmax\": 374.6667, \"ymax\": 1030.6667}, \"category\": \"i5\"}]}, \"96977\": {\"path\": \"train/96977.jpg\", \"id\": 96977, \"objects\": [{\"bbox\": {\"xmin\": 1918.0, \"ymin\": 930.0, \"xmax\": 1945.0, \"ymax\": 961.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1917.0, \"ymin\": 970.0, \"xmax\": 1944.0, \"ymax\": 999.0}, \"category\": \"pn\"}]}, \"46674\": {\"path\": \"test/46674.jpg\", \"id\": 46674, \"objects\": [{\"bbox\": {\"xmin\": 738.0, \"ymin\": 1043.0, \"xmax\": 756.0, \"ymax\": 1062.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 771.0, \"xmax\": 1447.0, \"ymax\": 816.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 1340.0, \"ymin\": 769.0, \"xmax\": 1386.0, \"ymax\": 816.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1436.0, \"ymin\": 963.0, \"xmax\": 1481.0, \"ymax\": 1009.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1440.0, \"ymin\": 1028.0, \"xmax\": 1484.0, \"ymax\": 1076.0}, \"category\": \"i2r\"}]}, \"37422\": {\"path\": \"train/37422.jpg\", \"id\": 37422, \"objects\": [{\"bbox\": {\"xmin\": 221.32171630859375, \"ymin\": 1076.3902587890625, \"xmax\": 256.2753601074219, \"ymax\": 1110.6966552734375}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1199.2, \"ymin\": 914.286, \"xmax\": 1261.1057, \"ymax\": 974.6031999999999}, \"category\": \"p5\"}]}, \"11237\": {\"path\": \"train/11237.jpg\", \"id\": 11237, \"objects\": [{\"bbox\": {\"xmin\": 1812.0, \"ymin\": 1115.0, \"xmax\": 1842.0, \"ymax\": 1150.0}, \"category\": \"pl25\"}, {\"bbox\": {\"xmin\": 1788.0, \"ymin\": 999.0, \"xmax\": 1815.0, \"ymax\": 1030.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1774.0, \"ymin\": 1114.0, \"xmax\": 1802.0, \"ymax\": 1147.0}, \"category\": \"pn\"}]}, \"89694\": {\"path\": \"other/89694.jpg\", \"id\": 89694, \"objects\": [{\"bbox\": {\"xmin\": 252.99183654785156, \"ymin\": 917.862548828125, \"xmax\": 272.0090026855469, \"ymax\": 940.7197265625}, \"category\": \"i4\"}]}, \"88023\": {\"path\": \"test/88023.jpg\", \"id\": 88023, \"objects\": [{\"bbox\": {\"xmin\": 158.94, \"ymin\": 878.808, \"xmax\": 179.4702, \"ymax\": 914.5695}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 81.457, \"ymin\": 887.417, \"xmax\": 100.0, \"ymax\": 916.5563000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 369.536, \"ymin\": 908.609, \"xmax\": 390.7285, \"ymax\": 936.4238}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 350.331, \"ymin\": 911.921, \"xmax\": 369.5364, \"ymax\": 935.7616}, \"category\": \"pn\"}]}, \"39182\": {\"path\": \"train/39182.jpg\", \"id\": 39182, \"objects\": [{\"bbox\": {\"xmin\": 1316.34, \"ymin\": 812.749, \"xmax\": 1362.5513999999998, \"ymax\": 859.7608}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1366.53, \"ymin\": 813.944, \"xmax\": 1411.949, \"ymax\": 860.1591999999999}, \"category\": \"pn\"}]}, \"77731\": {\"path\": \"test/77731.jpg\", \"id\": 77731, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 817.0, \"xmax\": 1490.0, \"ymax\": 906.0}, \"category\": \"p6\"}]}, \"30682\": {\"path\": \"train/30682.jpg\", \"id\": 30682, \"objects\": [{\"bbox\": {\"xmin\": 453.333, \"ymin\": 477.333, \"xmax\": 536.0, \"ymax\": 614.667}, \"category\": \"pl40\"}]}, \"79963\": {\"path\": \"other/79963.jpg\", \"id\": 79963, \"objects\": [{\"bbox\": {\"xmin\": 1279.65, \"ymin\": 945.133, \"xmax\": 1293.3628, \"ymax\": 961.9469}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1296.02, \"ymin\": 946.904, \"xmax\": 1310.6244, \"ymax\": 962.3899}, \"category\": \"pn\"}]}, \"6081\": {\"path\": \"train/6081.jpg\", \"id\": 6081, \"objects\": [{\"bbox\": {\"xmin\": 1064.55, \"ymin\": 877.291, \"xmax\": 1094.4270999999999, \"ymax\": 907.9679000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1096.02, \"ymin\": 878.884, \"xmax\": 1125.1032, \"ymax\": 908.7649}, \"category\": \"pn\"}]}, \"7144\": {\"path\": \"train/7144.jpg\", \"id\": 7144, \"objects\": [{\"bbox\": {\"xmin\": 785.333, \"ymin\": 965.333, \"xmax\": 910.6669999999999, \"ymax\": 1136.0}, \"category\": \"pl60\"}]}, \"62543\": {\"path\": \"train/62543.jpg\", \"id\": 62543, \"objects\": [{\"bbox\": {\"xmin\": 1205.0, \"ymin\": 667.0, \"xmax\": 1285.0, \"ymax\": 745.0}, \"category\": \"p19\"}]}, \"11397\": {\"path\": \"train/11397.jpg\", \"id\": 11397, \"objects\": [{\"bbox\": {\"xmin\": 1208.91, \"ymin\": 848.515, \"xmax\": 1244.5455000000002, \"ymax\": 893.0693}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1167.33, \"ymin\": 851.485, \"xmax\": 1206.9307, \"ymax\": 892.0792}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1251.49, \"ymin\": 855.446, \"xmax\": 1287.1477, \"ymax\": 895.0495000000001}, \"category\": \"pn\"}]}, \"17103\": {\"path\": \"train/17103.jpg\", \"id\": 17103, \"objects\": [{\"bbox\": {\"xmin\": 534.3400268554688, \"ymin\": 780.8844604492188, \"xmax\": 576.6021118164062, \"ymax\": 825.3644409179688}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 888.0, \"ymin\": 848.0, \"xmax\": 938.6667, \"ymax\": 897.3333}, \"category\": \"pl30\"}]}, \"30762\": {\"path\": \"other/30762.jpg\", \"id\": 30762, \"objects\": [{\"bbox\": {\"xmin\": 788.1438598632812, \"ymin\": 920.9273681640625, \"xmax\": 826.2160034179688, \"ymax\": 953.58984375}, \"category\": \"w45\"}]}, \"74792\": {\"path\": \"train/74792.jpg\", \"id\": 74792, \"objects\": [{\"bbox\": {\"xmin\": 1945.33, \"ymin\": 770.667, \"xmax\": 2017.3333, \"ymax\": 872.0}, \"category\": \"w59\"}]}, \"85436\": {\"path\": \"train/85436.jpg\", \"id\": 85436, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 863.5935668945312, \"xmax\": 22.175098419189453, \"ymax\": 904.0388793945312}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 30.8856201171875, \"ymin\": 933.0313720703125, \"xmax\": 49.025848388671875, \"ymax\": 957.322509765625}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1115.08, \"ymin\": 902.381, \"xmax\": 1145.2381, \"ymax\": 930.9524}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1357.14, \"ymin\": 920.635, \"xmax\": 1377.7778, \"ymax\": 943.6508}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1380.95, \"ymin\": 923.016, \"xmax\": 1402.381, \"ymax\": 945.2380999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1031.75, \"ymin\": 900.0, \"xmax\": 1061.9048, \"ymax\": 930.1587}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1417.61, \"ymin\": 976.705, \"xmax\": 1433.5227, \"ymax\": 994.3182}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1416.48, \"ymin\": 996.023, \"xmax\": 1433.5227, \"ymax\": 1012.5}, \"category\": \"i2r\"}]}, \"66141\": {\"path\": \"other/66141.jpg\", \"id\": 66141, \"objects\": [{\"bbox\": {\"xmin\": 913.1520385742188, \"ymin\": 929.57958984375, \"xmax\": 929.9226684570312, \"ymax\": 947.5240478515625}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 784.1732177734375, \"ymin\": 934.0238647460938, \"xmax\": 803.466796875, \"ymax\": 951.1795043945312}, \"category\": \"pne\"}]}, \"63941\": {\"path\": \"train/63941.jpg\", \"id\": 63941, \"objects\": [{\"bbox\": {\"xmin\": 69.49214935302734, \"ymin\": 871.7910766601562, \"xmax\": 92.8250961303711, \"ymax\": 898.3993530273438}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 93.72771453857422, \"ymin\": 871.4935302734375, \"xmax\": 114.1603012084961, \"ymax\": 900.59912109375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1437.3, \"ymin\": 880.952, \"xmax\": 1460.3174999999999, \"ymax\": 903.1746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1753.17, \"ymin\": 891.27, \"xmax\": 1773.0159, \"ymax\": 913.4920999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1774.6, \"ymin\": 891.27, \"xmax\": 1795.2380999999998, \"ymax\": 918.254}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1281.75, \"ymin\": 873.016, \"xmax\": 1305.5556, \"ymax\": 897.6189999999999}, \"category\": \"pne\"}]}, \"87075\": {\"path\": \"other/87075.jpg\", \"id\": 87075, \"objects\": [{\"bbox\": {\"xmin\": 1506.02978515625, \"ymin\": 916.41552734375, \"xmax\": 1526.9892578125, \"ymax\": 939.3699951171875}, \"category\": \"i4\"}]}, \"73110\": {\"path\": \"test/73110.jpg\", \"id\": 73110, \"objects\": [{\"bbox\": {\"xmin\": 1253.33, \"ymin\": 853.333, \"xmax\": 1277.3333, \"ymax\": 876.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1392.0, \"ymin\": 857.333, \"xmax\": 1414.6667, \"ymax\": 884.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1322.67, \"ymin\": 856.0, \"xmax\": 1344.0, \"ymax\": 880.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1228.0, \"ymin\": 826.667, \"xmax\": 1252.0, \"ymax\": 850.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1254.67, \"ymin\": 828.0, \"xmax\": 1278.6667, \"ymax\": 850.6667}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1298.67, \"ymin\": 854.667, \"xmax\": 1321.3333, \"ymax\": 878.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1229.33, \"ymin\": 852.0, \"xmax\": 1251.9967, \"ymax\": 874.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1366.67, \"ymin\": 857.333, \"xmax\": 1389.3333, \"ymax\": 880.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1441.33, \"ymin\": 860.0, \"xmax\": 1465.3333, \"ymax\": 882.6667}, \"category\": \"pne\"}]}, \"30800\": {\"path\": \"test/30800.jpg\", \"id\": 30800, \"objects\": [{\"bbox\": {\"xmin\": 1055.45, \"ymin\": 988.119, \"xmax\": 1085.1485, \"ymax\": 1015.8416}, \"category\": \"pne\"}]}, \"74294\": {\"path\": \"train/74294.jpg\", \"id\": 74294, \"objects\": [{\"bbox\": {\"xmin\": 1103.17, \"ymin\": 912.698, \"xmax\": 1124.6032, \"ymax\": 939.6825}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1076.19, \"ymin\": 911.905, \"xmax\": 1100.7937, \"ymax\": 938.0952}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1127.78, \"ymin\": 911.111, \"xmax\": 1148.4126999999999, \"ymax\": 942.0635}, \"category\": \"pn\"}]}, \"3862\": {\"path\": \"other/3862.jpg\", \"id\": 3862, \"objects\": [{\"bbox\": {\"xmin\": 443.265625, \"ymin\": 923.7837524414062, \"xmax\": 462.4603271484375, \"ymax\": 942.0701293945312}, \"category\": \"pne\"}]}, \"92318\": {\"path\": \"train/92318.jpg\", \"id\": 92318, \"objects\": [{\"bbox\": {\"xmin\": 1418.0, \"ymin\": 748.0, \"xmax\": 1465.0, \"ymax\": 797.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1467.0, \"ymin\": 751.0, \"xmax\": 1512.0, \"ymax\": 800.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1288.0, \"ymin\": 777.0, \"xmax\": 1322.0, \"ymax\": 809.0}, \"category\": \"w30\"}]}, \"84386\": {\"path\": \"train/84386.jpg\", \"id\": 84386, \"objects\": [{\"bbox\": {\"xmin\": 1160.0, \"ymin\": 893.333, \"xmax\": 1206.67, \"ymax\": 936.0018}, \"category\": \"pl40\"}]}, \"19084\": {\"path\": \"other/19084.jpg\", \"id\": 19084, \"objects\": [{\"bbox\": {\"xmin\": 1919.377197265625, \"ymin\": 996.9031982421875, \"xmax\": 1938.116455078125, \"ymax\": 1016.6632080078125}, \"category\": \"p19\"}]}, \"20362\": {\"path\": \"train/20362.jpg\", \"id\": 20362, \"objects\": [{\"bbox\": {\"xmin\": 853.0, \"ymin\": 982.0, \"xmax\": 874.0, \"ymax\": 1014.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1569.0, \"ymin\": 969.0, \"xmax\": 1598.0, \"ymax\": 1001.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1570.0, \"ymin\": 1004.0, \"xmax\": 1598.0, \"ymax\": 1033.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1569.0, \"ymin\": 1049.0, \"xmax\": 1584.0, \"ymax\": 1065.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1586.0, \"ymin\": 1049.0, \"xmax\": 1599.0, \"ymax\": 1063.0}, \"category\": \"i2r\"}]}, \"48961\": {\"path\": \"train/48961.jpg\", \"id\": 48961, \"objects\": [{\"bbox\": {\"xmin\": 1360.04541015625, \"ymin\": 978.4059448242188, \"xmax\": 1377.071044921875, \"ymax\": 999.0115356445312}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 29.3333, \"ymin\": 961.333, \"xmax\": 49.3333, \"ymax\": 985.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 853.333, \"ymin\": 996.0, \"xmax\": 877.3333, \"ymax\": 1021.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1768.0, \"ymin\": 834.667, \"xmax\": 1794.6667, \"ymax\": 876.0003}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 641.333, \"ymin\": 888.0, \"xmax\": 666.6667, \"ymax\": 914.6667}, \"category\": \"pne\"}]}, \"38907\": {\"path\": \"train/38907.jpg\", \"id\": 38907, \"objects\": [{\"bbox\": {\"xmin\": 1598.0, \"ymin\": 790.0, \"xmax\": 1625.0, \"ymax\": 823.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1628.0, \"ymin\": 795.0, \"xmax\": 1656.0, \"ymax\": 828.0}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 1344.0, \"ymin\": 927.0, \"xmax\": 1371.0, \"ymax\": 956.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1626.0, \"ymin\": 834.0, \"xmax\": 1653.0, \"ymax\": 868.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1595.0, \"ymin\": 833.0, \"xmax\": 1623.0, \"ymax\": 865.0}, \"category\": \"pbm\"}]}, \"52667\": {\"path\": \"test/52667.jpg\", \"id\": 52667, \"objects\": [{\"bbox\": {\"xmin\": 1417.6, \"ymin\": 794.4, \"xmax\": 1448.0, \"ymax\": 825.6}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1596.0, \"ymin\": 806.4, \"xmax\": 1624.8, \"ymax\": 836.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1508.0, \"ymin\": 799.2, \"xmax\": 1540.0, \"ymax\": 830.4000000000001}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1378.4, \"ymin\": 753.6, \"xmax\": 1410.4, \"ymax\": 787.2}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1416.0, \"ymin\": 755.2, \"xmax\": 1449.6, \"ymax\": 788.8000000000001}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1469.6, \"ymin\": 796.8, \"xmax\": 1500.0, \"ymax\": 828.8}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1378.4, \"ymin\": 792.0, \"xmax\": 1410.4, \"ymax\": 824.0}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1558.4, \"ymin\": 803.2, \"xmax\": 1588.0, \"ymax\": 834.4000000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1660.8, \"ymin\": 810.4, \"xmax\": 1691.2, \"ymax\": 843.1999999999999}, \"category\": \"pne\"}]}, \"27952\": {\"path\": \"other/27952.jpg\", \"id\": 27952, \"objects\": [{\"bbox\": {\"xmin\": 1900.0, \"ymin\": 466.0, \"xmax\": 1987.0, \"ymax\": 553.0}, \"category\": \"w30\"}]}, \"26632\": {\"path\": \"other/26632.jpg\", \"id\": 26632, \"objects\": [{\"bbox\": {\"xmin\": 1122.46, \"ymin\": 942.754, \"xmax\": 1137.6822, \"ymax\": 960.8698}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1140.58, \"ymin\": 943.84, \"xmax\": 1155.0747999999999, \"ymax\": 959.7828000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1457.6, \"ymin\": 985.507, \"xmax\": 1476.8138999999999, \"ymax\": 1021.0142}, \"category\": \"w58\"}]}, \"10855\": {\"path\": \"train/10855.jpg\", \"id\": 10855, \"objects\": [{\"bbox\": {\"xmin\": 991.478, \"ymin\": 1378.98, \"xmax\": 1011.9322, \"ymax\": 1400.0}, \"category\": \"pn\"}]}, \"8897\": {\"path\": \"test/8897.jpg\", \"id\": 8897, \"objects\": [{\"bbox\": {\"xmin\": 1459.0, \"ymin\": 1017.0, \"xmax\": 1475.0, \"ymax\": 1033.0}, \"category\": \"pne\"}]}, \"89215\": {\"path\": \"train/89215.jpg\", \"id\": 89215, \"objects\": [{\"bbox\": {\"xmin\": 719.048, \"ymin\": 1007.89, \"xmax\": 732.5405, \"ymax\": 1022.2221999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 719.841, \"ymin\": 985.714, \"xmax\": 735.7143, \"ymax\": 1003.9683}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1756.58, \"ymin\": 1001.31, \"xmax\": 1801.3157999999999, \"ymax\": 1053.9432}, \"category\": \"w57\"}]}, \"98530\": {\"path\": \"train/98530.jpg\", \"id\": 98530, \"objects\": [{\"bbox\": {\"xmin\": 1521.4228515625, \"ymin\": 1204.94921875, \"xmax\": 1549.58544921875, \"ymax\": 1229.801513671875}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1465.34, \"ymin\": 1158.52, \"xmax\": 1491.4746, \"ymax\": 1186.3654999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1495.46, \"ymin\": 1159.66, \"xmax\": 1519.8864, \"ymax\": 1186.3636000000001}, \"category\": \"pn\"}]}, \"67237\": {\"path\": \"train/67237.jpg\", \"id\": 67237, \"objects\": [{\"bbox\": {\"xmin\": 143.709, \"ymin\": 1020.53, \"xmax\": 179.4702, \"ymax\": 1060.9294}, \"category\": \"pl5\"}]}, \"22904\": {\"path\": \"test/22904.jpg\", \"id\": 22904, \"objects\": [{\"bbox\": {\"xmin\": 1640.91, \"ymin\": 706.25, \"xmax\": 1714.2045, \"ymax\": 780.1134}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1568.75, \"ymin\": 704.545, \"xmax\": 1635.2273, \"ymax\": 773.2955}, \"category\": \"w13\"}]}, \"93976\": {\"path\": \"test/93976.jpg\", \"id\": 93976, \"objects\": [{\"bbox\": {\"xmin\": 1896.0, \"ymin\": 858.667, \"xmax\": 1946.6667, \"ymax\": 930.6667}, \"category\": \"pcl\"}]}, \"24734\": {\"path\": \"train/24734.jpg\", \"id\": 24734, \"objects\": [{\"bbox\": {\"xmin\": 1951.32, \"ymin\": 776.316, \"xmax\": 1981.5789, \"ymax\": 818.4211}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1713.16, \"ymin\": 738.158, \"xmax\": 1751.3158, \"ymax\": 792.1053}, \"category\": \"pne\"}]}, \"1507\": {\"path\": \"test/1507.jpg\", \"id\": 1507, \"objects\": [{\"bbox\": {\"xmin\": 78.08211517333984, \"ymin\": 914.5797119140625, \"xmax\": 101.5921859741211, \"ymax\": 938.73681640625}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1318.25, \"ymin\": 934.921, \"xmax\": 1338.8889, \"ymax\": 953.1746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1242.86, \"ymin\": 932.54, \"xmax\": 1261.1110999999999, \"ymax\": 950.7937}, \"category\": \"pne\"}]}, \"94770\": {\"path\": \"train/94770.jpg\", \"id\": 94770, \"objects\": [{\"bbox\": {\"xmin\": 1166.0, \"ymin\": 1067.0, \"xmax\": 1216.0, \"ymax\": 1118.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1998.0, \"ymin\": 834.666, \"xmax\": 2012.6667, \"ymax\": 864.6663000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1984.67, \"ymin\": 840.0, \"xmax\": 1997.3333, \"ymax\": 869.3333}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 2013.33, \"ymin\": 832.0, \"xmax\": 2026.6667, \"ymax\": 865.3333}, \"category\": \"pn\"}]}, \"51937\": {\"path\": \"train/51937.jpg\", \"id\": 51937, \"objects\": [{\"bbox\": {\"xmin\": 563.366, \"ymin\": 1019.8, \"xmax\": 580.198, \"ymax\": 1042.5743}, \"category\": \"pn\"}]}, \"56738\": {\"path\": \"train/56738.jpg\", \"id\": 56738, \"objects\": [{\"bbox\": {\"xmin\": 1505.88, \"ymin\": 578.431, \"xmax\": 1615.6760000000002, \"ymax\": 688.235}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1278.43, \"ymin\": 572.549, \"xmax\": 1390.1960000000001, \"ymax\": 682.353}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1396.08, \"ymin\": 586.275, \"xmax\": 1503.9199999999998, \"ymax\": 696.078}, \"category\": \"pn\"}]}, \"8828\": {\"path\": \"other/8828.jpg\", \"id\": 8828, \"objects\": [{\"bbox\": {\"xmin\": 1690.67, \"ymin\": 769.333, \"xmax\": 1728.0, \"ymax\": 805.3333}, \"category\": \"pl35\"}]}, \"89278\": {\"path\": \"train/89278.jpg\", \"id\": 89278, \"objects\": [{\"bbox\": {\"xmin\": 1346.67, \"ymin\": 624.0, \"xmax\": 1450.673, \"ymax\": 722.667}, \"category\": \"pl60\"}]}, \"47601\": {\"path\": \"train/47601.jpg\", \"id\": 47601, \"objects\": [{\"bbox\": {\"xmin\": 859.2, \"ymin\": 851.2, \"xmax\": 887.2, \"ymax\": 879.2}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1122.4, \"ymin\": 840.0, \"xmax\": 1150.4, \"ymax\": 868.8}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 960.0, \"ymin\": 846.4, \"xmax\": 988.0, \"ymax\": 874.4}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1049.6, \"ymin\": 842.4, \"xmax\": 1078.3999999999999, \"ymax\": 868.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 828.0, \"ymin\": 824.0, \"xmax\": 854.4, \"ymax\": 849.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 928.0, \"ymin\": 818.4, \"xmax\": 955.2, \"ymax\": 845.6}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 859.2, \"ymin\": 821.6, \"xmax\": 885.6, \"ymax\": 848.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 929.6, \"ymin\": 848.0, \"xmax\": 956.8000000000001, \"ymax\": 875.2}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1018.4, \"ymin\": 841.6, \"xmax\": 1047.2, \"ymax\": 869.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 828.0, \"ymin\": 852.0, \"xmax\": 855.2, \"ymax\": 880.8}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1091.2, \"ymin\": 840.8, \"xmax\": 1118.4, \"ymax\": 868.0}, \"category\": \"pl80\"}]}, \"13059\": {\"path\": \"test/13059.jpg\", \"id\": 13059, \"objects\": [{\"bbox\": {\"xmin\": 1106.67, \"ymin\": 1040.0, \"xmax\": 1122.6667, \"ymax\": 1060.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1150.67, \"ymin\": 1064.0, \"xmax\": 1186.6667, \"ymax\": 1101.3333}, \"category\": \"pl60\"}]}, \"37159\": {\"path\": \"train/37159.jpg\", \"id\": 37159, \"objects\": [{\"bbox\": {\"xmin\": 88.61559295654297, \"ymin\": 957.9742431640625, \"xmax\": 132.02182006835938, \"ymax\": 998.0469970703125}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1644.22, \"ymin\": 807.969, \"xmax\": 1689.252, \"ymax\": 855.3789}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1692.43, \"ymin\": 810.757, \"xmax\": 1736.6529, \"ymax\": 856.9721}, \"category\": \"pn\"}]}, \"41895\": {\"path\": \"test/41895.jpg\", \"id\": 41895, \"objects\": [{\"bbox\": {\"xmin\": 433.6, \"ymin\": 967.2, \"xmax\": 460.0, \"ymax\": 994.4000000000001}, \"category\": \"i5\"}]}, \"97094\": {\"path\": \"other/97094.jpg\", \"id\": 97094, \"objects\": [{\"bbox\": {\"xmin\": 1544.0, \"ymin\": 885.0, \"xmax\": 1604.0, \"ymax\": 943.0}, \"category\": \"pa10\"}]}, \"87665\": {\"path\": \"test/87665.jpg\", \"id\": 87665, \"objects\": [{\"bbox\": {\"xmin\": 1293.36, \"ymin\": 876.107, \"xmax\": 1333.6257999999998, \"ymax\": 914.1598}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 414.159, \"ymin\": 1051.77, \"xmax\": 438.4952, \"ymax\": 1079.6411}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1203.54, \"ymin\": 863.717, \"xmax\": 1239.3804, \"ymax\": 899.5575}, \"category\": \"w22\"}, {\"bbox\": {\"xmin\": 1248.68, \"ymin\": 869.912, \"xmax\": 1284.5133, \"ymax\": 904.869}, \"category\": \"w43\"}]}, \"81084\": {\"path\": \"train/81084.jpg\", \"id\": 81084, \"objects\": [{\"bbox\": {\"xmin\": 456.435, \"ymin\": 707.92, \"xmax\": 566.336, \"ymax\": 876.237}, \"category\": \"pn\"}]}, \"49631\": {\"path\": \"test/49631.jpg\", \"id\": 49631, \"objects\": [{\"bbox\": {\"xmin\": 1494.74, \"ymin\": 640.789, \"xmax\": 1580.2632, \"ymax\": 732.8926}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1298.68, \"ymin\": 634.211, \"xmax\": 1398.684, \"ymax\": 723.6842}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1400.0, \"ymin\": 639.474, \"xmax\": 1489.4773, \"ymax\": 730.2632000000001}, \"category\": \"pn\"}]}, \"5773\": {\"path\": \"test/5773.jpg\", \"id\": 5773, \"objects\": [{\"bbox\": {\"xmin\": 1466.4, \"ymin\": 787.2, \"xmax\": 1512.0, \"ymax\": 836.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1513.6, \"ymin\": 788.8, \"xmax\": 1561.6, \"ymax\": 839.1999999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1603.2, \"ymin\": 793.6, \"xmax\": 1650.4, \"ymax\": 835.2}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1648.0, \"ymin\": 924.8, \"xmax\": 1688.8, \"ymax\": 964.0}, \"category\": \"pcl\"}]}, \"81674\": {\"path\": \"test/81674.jpg\", \"id\": 81674, \"objects\": [{\"bbox\": {\"xmin\": 1074.0, \"ymin\": 746.0, \"xmax\": 1121.0, \"ymax\": 792.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1132.0, \"ymin\": 749.0, \"xmax\": 1178.0, \"ymax\": 793.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1340.0, \"ymin\": 746.0, \"xmax\": 1413.0, \"ymax\": 819.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1342.0, \"ymin\": 832.0, \"xmax\": 1408.0, \"ymax\": 905.0}, \"category\": \"i2r\"}]}, \"58672\": {\"path\": \"train/58672.jpg\", \"id\": 58672, \"objects\": [{\"bbox\": {\"xmin\": 1718.0, \"ymin\": 820.0, \"xmax\": 1778.0, \"ymax\": 881.0}, \"category\": \"pl70\"}]}, \"42398\": {\"path\": \"other/42398.jpg\", \"id\": 42398, \"objects\": [{\"bbox\": {\"xmin\": 1023.0, \"ymin\": 870.0, \"xmax\": 1068.0, \"ymax\": 915.0}, \"category\": \"pr70\"}]}, \"4059\": {\"path\": \"test/4059.jpg\", \"id\": 4059, \"objects\": [{\"bbox\": {\"xmin\": 1590.0, \"ymin\": 895.0, \"xmax\": 1638.0, \"ymax\": 943.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1356.0, \"ymin\": 951.0, \"xmax\": 1376.0, \"ymax\": 968.0}, \"category\": \"w30\"}]}, \"58824\": {\"path\": \"test/58824.jpg\", \"id\": 58824, \"objects\": [{\"bbox\": {\"xmin\": 546.667, \"ymin\": 1002.67, \"xmax\": 593.3336, \"ymax\": 1048.0}, \"category\": \"p5\"}]}, \"28442\": {\"path\": \"train/28442.jpg\", \"id\": 28442, \"objects\": [{\"bbox\": {\"xmin\": 1963.58, \"ymin\": 894.04, \"xmax\": 1985.4305, \"ymax\": 921.8543}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1864.9, \"ymin\": 884.768, \"xmax\": 1889.404, \"ymax\": 915.894}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1678.15, \"ymin\": 920.53, \"xmax\": 1701.3245000000002, \"ymax\": 942.3841}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1660.26, \"ymin\": 921.192, \"xmax\": 1678.8079, \"ymax\": 941.0596}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1701.32, \"ymin\": 921.192, \"xmax\": 1721.1921, \"ymax\": 943.0464}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1952.32, \"ymin\": 1013.91, \"xmax\": 1973.5099, \"ymax\": 1037.0861}, \"category\": \"w55\"}]}, \"88765\": {\"path\": \"other/88765.jpg\", \"id\": 88765, \"objects\": [{\"bbox\": {\"xmin\": 1679.3709716796875, \"ymin\": 1024.6282958984375, \"xmax\": 1717.2425537109375, \"ymax\": 1063.5452880859375}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1726.67, \"ymin\": 978.667, \"xmax\": 1768.0, \"ymax\": 1017.3333}, \"category\": \"pm15\"}]}, \"87177\": {\"path\": \"train/87177.jpg\", \"id\": 87177, \"objects\": [{\"bbox\": {\"xmin\": 695.2, \"ymin\": 759.2, \"xmax\": 757.6, \"ymax\": 825.6}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 629.6, \"ymin\": 716.8, \"xmax\": 689.6, \"ymax\": 772.0}, \"category\": \"pnlc\"}]}, \"94031\": {\"path\": \"train/94031.jpg\", \"id\": 94031, \"objects\": [{\"bbox\": {\"xmin\": 379.208, \"ymin\": 815.842, \"xmax\": 402.9703, \"ymax\": 865.3465}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1876.98, \"ymin\": 917.46, \"xmax\": 1894.4444, \"ymax\": 938.8889}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 319.802, \"ymin\": 801.98, \"xmax\": 348.5149, \"ymax\": 857.4257}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 350.495, \"ymin\": 808.911, \"xmax\": 377.2277, \"ymax\": 863.3662999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1897.62, \"ymin\": 918.254, \"xmax\": 1915.8729999999998, \"ymax\": 938.8904}, \"category\": \"pn\"}]}, \"16549\": {\"path\": \"train/16549.jpg\", \"id\": 16549, \"objects\": [{\"bbox\": {\"xmin\": 290.789, \"ymin\": 631.579, \"xmax\": 360.5263, \"ymax\": 718.4210999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1372.37, \"ymin\": 700.0, \"xmax\": 1447.3683999999998, \"ymax\": 778.9474}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1203.95, \"ymin\": 696.053, \"xmax\": 1286.8421, \"ymax\": 771.0526}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1292.11, \"ymin\": 698.684, \"xmax\": 1364.4737, \"ymax\": 777.6315999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 65.7895, \"ymin\": 690.789, \"xmax\": 122.36840000000001, \"ymax\": 759.2105}, \"category\": \"pne\"}]}, \"36430\": {\"path\": \"train/36430.jpg\", \"id\": 36430, \"objects\": [{\"bbox\": {\"xmin\": 965.6, \"ymin\": 857.6, \"xmax\": 996.8000000000001, \"ymax\": 886.4}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1154.4, \"ymin\": 854.4, \"xmax\": 1183.2, \"ymax\": 884.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1058.4, \"ymin\": 854.4, \"xmax\": 1088.0, \"ymax\": 884.8}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 932.8, \"ymin\": 826.4, \"xmax\": 962.4, \"ymax\": 854.4}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 966.4, \"ymin\": 824.8, \"xmax\": 996.0, \"ymax\": 854.4}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1024.8, \"ymin\": 855.2, \"xmax\": 1055.2, \"ymax\": 885.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 932.8, \"ymin\": 857.6, \"xmax\": 961.5999999999999, \"ymax\": 887.2}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1119.2, \"ymin\": 855.2, \"xmax\": 1148.8, \"ymax\": 883.2}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1232.8, \"ymin\": 854.4, \"xmax\": 1262.3999999999999, \"ymax\": 884.8}, \"category\": \"pne\"}]}, \"35075\": {\"path\": \"train/35075.jpg\", \"id\": 35075, \"objects\": [{\"bbox\": {\"xmin\": 1578.95, \"ymin\": 782.895, \"xmax\": 1615.8015, \"ymax\": 824.9993}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1332.89, \"ymin\": 767.105, \"xmax\": 1373.6842000000001, \"ymax\": 809.2105}, \"category\": \"pne\"}]}, \"70115\": {\"path\": \"train/70115.jpg\", \"id\": 70115, \"objects\": [{\"bbox\": {\"xmin\": 1827.0, \"ymin\": 778.0, \"xmax\": 1863.0, \"ymax\": 822.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 90.0, \"ymin\": 783.0, \"xmax\": 114.0, \"ymax\": 830.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1864.0, \"ymin\": 782.0, \"xmax\": 1895.0, \"ymax\": 825.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 118.0, \"ymin\": 788.0, \"xmax\": 147.0, \"ymax\": 835.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1669.0, \"ymin\": 799.0, \"xmax\": 1694.0, \"ymax\": 827.0}, \"category\": \"w30\"}]}, \"51325\": {\"path\": \"train/51325.jpg\", \"id\": 51325, \"objects\": [{\"bbox\": {\"xmin\": 1350.0, \"ymin\": 852.0, \"xmax\": 1408.0, \"ymax\": 914.0}, \"category\": \"pl80\"}]}, \"68102\": {\"path\": \"other/68102.jpg\", \"id\": 68102, \"objects\": [{\"bbox\": {\"xmin\": 1056.81, \"ymin\": 957.807, \"xmax\": 1067.1096, \"ymax\": 968.1063}, \"category\": \"pne\"}]}, \"56737\": {\"path\": \"test/56737.jpg\", \"id\": 56737, \"objects\": [{\"bbox\": {\"xmin\": 1272.22, \"ymin\": 893.651, \"xmax\": 1296.8254, \"ymax\": 918.8118999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1188.1, \"ymin\": 895.238, \"xmax\": 1210.3174999999999, \"ymax\": 920.6349}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 843.651, \"ymin\": 903.175, \"xmax\": 865.0794, \"ymax\": 926.1904999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1127.78, \"ymin\": 934.127, \"xmax\": 1142.0635, \"ymax\": 952.381}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1105.56, \"ymin\": 931.746, \"xmax\": 1123.8094999999998, \"ymax\": 951.5873}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1146.83, \"ymin\": 934.127, \"xmax\": 1162.6984, \"ymax\": 950.7937}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 730.159, \"ymin\": 907.937, \"xmax\": 753.4653, \"ymax\": 931.6832}, \"category\": \"pne\"}]}, \"75411\": {\"path\": \"train/75411.jpg\", \"id\": 75411, \"objects\": [{\"bbox\": {\"xmin\": 1568.0, \"ymin\": 833.333, \"xmax\": 1593.3333, \"ymax\": 864.0}, \"category\": \"pl40\"}]}, \"35758\": {\"path\": \"train/35758.jpg\", \"id\": 35758, \"objects\": [{\"bbox\": {\"xmin\": 1065.79, \"ymin\": 938.158, \"xmax\": 1092.1053, \"ymax\": 963.1579}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1092.11, \"ymin\": 939.474, \"xmax\": 1117.1106, \"ymax\": 961.8421000000001}, \"category\": \"pn\"}]}, \"43404\": {\"path\": \"other/43404.jpg\", \"id\": 43404, \"objects\": [{\"bbox\": {\"xmin\": 7.702933311462402, \"ymin\": 845.4891357421875, \"xmax\": 34.528499603271484, \"ymax\": 883.955078125}, \"category\": \"p11\"}]}, \"26158\": {\"path\": \"train/26158.jpg\", \"id\": 26158, \"objects\": [{\"bbox\": {\"xmin\": 1400.0, \"ymin\": 893.377, \"xmax\": 1418.543, \"ymax\": 912.5822999999999}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1557.43, \"ymin\": 896.04, \"xmax\": 1576.1589000000001, \"ymax\": 917.8807999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1578.15, \"ymin\": 897.03, \"xmax\": 1593.3775, \"ymax\": 922.5165999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1278.22, \"ymin\": 883.168, \"xmax\": 1302.9703, \"ymax\": 911.2583}, \"category\": \"pne\"}]}, \"50161\": {\"path\": \"test/50161.jpg\", \"id\": 50161, \"objects\": [{\"bbox\": {\"xmin\": 1941.0, \"ymin\": 656.0, \"xmax\": 1993.0, \"ymax\": 721.0}, \"category\": \"pl50\"}]}, \"83351\": {\"path\": \"train/83351.jpg\", \"id\": 83351, \"objects\": [{\"bbox\": {\"xmin\": 1081.33, \"ymin\": 672.0, \"xmax\": 1160.0, \"ymax\": 746.6667}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1578.67, \"ymin\": 974.667, \"xmax\": 1633.3333, \"ymax\": 1028.0003}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1581.33, \"ymin\": 1024.0, \"xmax\": 1634.6667, \"ymax\": 1085.3333}, \"category\": \"i2r\"}]}, \"81670\": {\"path\": \"train/81670.jpg\", \"id\": 81670, \"objects\": [{\"bbox\": {\"xmin\": 714.0, \"ymin\": 908.0, \"xmax\": 750.0, \"ymax\": 943.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1158.0, \"ymin\": 873.0, \"xmax\": 1189.0, \"ymax\": 902.0}, \"category\": \"pl80\"}]}, \"85119\": {\"path\": \"train/85119.jpg\", \"id\": 85119, \"objects\": [{\"bbox\": {\"xmin\": 482.895, \"ymin\": 780.263, \"xmax\": 517.1052999999999, \"ymax\": 818.4211}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 268.421, \"ymin\": 805.263, \"xmax\": 297.3684, \"ymax\": 843.4211}, \"category\": \"pne\"}]}, \"54644\": {\"path\": \"train/54644.jpg\", \"id\": 54644, \"objects\": [{\"bbox\": {\"xmin\": 687.417, \"ymin\": 751.656, \"xmax\": 705.9601, \"ymax\": 811.2583}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 705.96, \"ymin\": 760.927, \"xmax\": 719.8675000000001, \"ymax\": 816.5565}, \"category\": \"pn\"}]}, \"83259\": {\"path\": \"other/83259.jpg\", \"id\": 83259, \"objects\": [{\"bbox\": {\"xmin\": 1867.0, \"ymin\": 959.0, \"xmax\": 1921.0, \"ymax\": 1047.0}, \"category\": \"pm10\"}]}, \"5463\": {\"path\": \"test/5463.jpg\", \"id\": 5463, \"objects\": [{\"bbox\": {\"xmin\": 1161.33, \"ymin\": 694.667, \"xmax\": 1232.0, \"ymax\": 766.6667}, \"category\": \"pl60\"}]}, \"32023\": {\"path\": \"other/32023.jpg\", \"id\": 32023, \"objects\": [{\"bbox\": {\"xmin\": 0.0, \"ymin\": 908.7642822265625, \"xmax\": 18.750865936279297, \"ymax\": 933.96630859375}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 76.23827362060547, \"ymin\": 1020.0281982421875, \"xmax\": 96.19025421142578, \"ymax\": 1038.6541748046875}, \"category\": \"w55\"}]}, \"59960\": {\"path\": \"train/59960.jpg\", \"id\": 59960, \"objects\": [{\"bbox\": {\"xmin\": 1162.4, \"ymin\": 928.0, \"xmax\": 1192.8000000000002, \"ymax\": 959.2}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1422.4, \"ymin\": 904.8, \"xmax\": 1480.0, \"ymax\": 964.0}, \"category\": \"p10\"}]}, \"38212\": {\"path\": \"train/38212.jpg\", \"id\": 38212, \"objects\": [{\"bbox\": {\"xmin\": 1187.42, \"ymin\": 854.305, \"xmax\": 1227.8146000000002, \"ymax\": 894.702}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1086.75, \"ymin\": 854.305, \"xmax\": 1125.1656, \"ymax\": 894.0396999999999}, \"category\": \"i4\"}]}, \"31833\": {\"path\": \"other/31833.jpg\", \"id\": 31833, \"objects\": [{\"bbox\": {\"xmin\": 923.904, \"ymin\": 960.558, \"xmax\": 956.1749, \"ymax\": 995.6175}, \"category\": \"ph3.3\"}]}, \"78345\": {\"path\": \"other/78345.jpg\", \"id\": 78345, \"objects\": [{\"bbox\": {\"xmin\": 16.89568328857422, \"ymin\": 928.4000854492188, \"xmax\": 37.747169494628906, \"ymax\": 948.1052856445312}, \"category\": \"i4\"}]}, \"67605\": {\"path\": \"train/67605.jpg\", \"id\": 67605, \"objects\": [{\"bbox\": {\"xmin\": 1130.67, \"ymin\": 489.333, \"xmax\": 1269.333, \"ymax\": 616.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1318.67, \"ymin\": 945.333, \"xmax\": 1397.3333, \"ymax\": 1024.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1317.33, \"ymin\": 1030.67, \"xmax\": 1402.6667, \"ymax\": 1109.3333}, \"category\": \"i2r\"}]}, \"3637\": {\"path\": \"train/3637.jpg\", \"id\": 3637, \"objects\": [{\"bbox\": {\"xmin\": 305.114, \"ymin\": 1007.95, \"xmax\": 321.0227, \"ymax\": 1031.25}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 619.886, \"ymin\": 873.864, \"xmax\": 649.4318, \"ymax\": 903.4091000000001}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 655.114, \"ymin\": 873.295, \"xmax\": 682.3864, \"ymax\": 902.8408999999999}, \"category\": \"pn\"}]}, \"46861\": {\"path\": \"train/46861.jpg\", \"id\": 46861, \"objects\": [{\"bbox\": {\"xmin\": 860.318, \"ymin\": 961.111, \"xmax\": 907.1432, \"ymax\": 1005.5552}, \"category\": \"pne\"}]}, \"17563\": {\"path\": \"test/17563.jpg\", \"id\": 17563, \"objects\": [{\"bbox\": {\"xmin\": 1851.59, \"ymin\": 918.254, \"xmax\": 1869.0475999999999, \"ymax\": 937.3016}, \"category\": \"pne\"}]}, \"32717\": {\"path\": \"test/32717.jpg\", \"id\": 32717, \"objects\": [{\"bbox\": {\"xmin\": 1782.67, \"ymin\": 806.667, \"xmax\": 1813.3333, \"ymax\": 845.3333}, \"category\": \"ph3.8\"}, {\"bbox\": {\"xmin\": 1666.67, \"ymin\": 777.333, \"xmax\": 1702.6667, \"ymax\": 824.0}, \"category\": \"pcl\"}]}, \"30756\": {\"path\": \"other/30756.jpg\", \"id\": 30756, \"objects\": [{\"bbox\": {\"xmin\": 544.2250366210938, \"ymin\": 940.6524658203125, \"xmax\": 568.8816528320312, \"ymax\": 962.9171142578125}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 544.2886962890625, \"ymin\": 967.0949096679688, \"xmax\": 570.90625, \"ymax\": 992.8648071289062}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 57.58087158203125, \"ymin\": 900.3055419921875, \"xmax\": 81.17335510253906, \"ymax\": 926.164306640625}, \"category\": \"pne\"}]}, \"29875\": {\"path\": \"test/29875.jpg\", \"id\": 29875, \"objects\": [{\"bbox\": {\"xmin\": 239.683, \"ymin\": 911.905, \"xmax\": 256.3492, \"ymax\": 932.5396999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 220.635, \"ymin\": 911.905, \"xmax\": 238.09519999999998, \"ymax\": 935.7143}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 259.524, \"ymin\": 911.111, \"xmax\": 276.1905, \"ymax\": 934.127}, \"category\": \"pn\"}]}, \"68030\": {\"path\": \"train/68030.jpg\", \"id\": 68030, \"objects\": [{\"bbox\": {\"xmin\": 1293.37, \"ymin\": 988.054, \"xmax\": 1309.2969999999998, \"ymax\": 1004.4253}, \"category\": \"p5\"}]}, \"9491\": {\"path\": \"other/9491.jpg\", \"id\": 9491, \"objects\": [{\"bbox\": {\"xmin\": 1281.19, \"ymin\": 758.416, \"xmax\": 1342.5749, \"ymax\": 822.7728000000001}, \"category\": \"w24\"}]}, \"15661\": {\"path\": \"train/15661.jpg\", \"id\": 15661, \"objects\": [{\"bbox\": {\"xmin\": 1650.5, \"ymin\": 803.96, \"xmax\": 1695.0495, \"ymax\": 855.4455}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1818.81, \"ymin\": 887.129, \"xmax\": 1842.5743, \"ymax\": 915.8416}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1766.34, \"ymin\": 885.149, \"xmax\": 1791.0891, \"ymax\": 913.8614}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1793.07, \"ymin\": 885.149, \"xmax\": 1817.8218, \"ymax\": 916.8317}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1458.42, \"ymin\": 796.04, \"xmax\": 1508.9109, \"ymax\": 844.5545}, \"category\": \"pne\"}]}, \"88267\": {\"path\": \"test/88267.jpg\", \"id\": 88267, \"objects\": [{\"bbox\": {\"xmin\": 815.079, \"ymin\": 867.46, \"xmax\": 854.7619, \"ymax\": 903.1746}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1096.83, \"ymin\": 932.54, \"xmax\": 1118.254, \"ymax\": 953.1745999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1250.0, \"ymin\": 975.397, \"xmax\": 1274.6032, \"ymax\": 1000.7937000000001}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1251.59, \"ymin\": 1011.9, \"xmax\": 1276.1905, \"ymax\": 1037.3016}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1250.0, \"ymin\": 934.921, \"xmax\": 1276.1905, \"ymax\": 963.4921}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1072.22, \"ymin\": 930.952, \"xmax\": 1093.6508000000001, \"ymax\": 953.9683}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 670.635, \"ymin\": 871.429, \"xmax\": 707.9365, \"ymax\": 904.7619}, \"category\": \"pne\"}]}, \"20881\": {\"path\": \"train/20881.jpg\", \"id\": 20881, \"objects\": [{\"bbox\": {\"xmin\": 87.0, \"ymin\": 723.0, \"xmax\": 140.0, \"ymax\": 802.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 23.0, \"ymin\": 704.0, \"xmax\": 80.0, \"ymax\": 790.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 144.0, \"ymin\": 737.0, \"xmax\": 189.0, \"ymax\": 815.0}, \"category\": \"pn\"}]}, \"90872\": {\"path\": \"test/90872.jpg\", \"id\": 90872, \"objects\": [{\"bbox\": {\"xmin\": 1933.66, \"ymin\": 844.554, \"xmax\": 1960.3960000000002, \"ymax\": 885.1485}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1874.26, \"ymin\": 841.584, \"xmax\": 1900.9972, \"ymax\": 879.2079}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1902.97, \"ymin\": 841.584, \"xmax\": 1931.6832, \"ymax\": 881.1881}, \"category\": \"pn\"}]}, \"75472\": {\"path\": \"train/75472.jpg\", \"id\": 75472, \"objects\": [{\"bbox\": {\"xmin\": 1102.0, \"ymin\": 908.0, \"xmax\": 1124.0, \"ymax\": 932.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1212.0, \"ymin\": 1215.0, \"xmax\": 1274.0, \"ymax\": 1274.0}, \"category\": \"p10\"}]}, \"19105\": {\"path\": \"train/19105.jpg\", \"id\": 19105, \"objects\": [{\"bbox\": {\"xmin\": 1692.0, \"ymin\": 800.0, \"xmax\": 1889.0, \"ymax\": 977.0}, \"category\": \"w55\"}]}, \"93969\": {\"path\": \"other/93969.jpg\", \"id\": 93969, \"objects\": [{\"bbox\": {\"xmin\": 1361.0, \"ymin\": 949.0, \"xmax\": 1415.0, \"ymax\": 1004.0}, \"category\": \"pr50\"}]}, \"48646\": {\"path\": \"train/48646.jpg\", \"id\": 48646, \"objects\": [{\"bbox\": {\"xmin\": 1753.33, \"ymin\": 650.667, \"xmax\": 1820.0, \"ymax\": 732.0}, \"category\": \"pl40\"}]}, \"80471\": {\"path\": \"test/80471.jpg\", \"id\": 80471, \"objects\": [{\"bbox\": {\"xmin\": 1738.0, \"ymin\": 743.0, \"xmax\": 1790.0, \"ymax\": 804.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1960.0, \"ymin\": 940.0, \"xmax\": 1982.0, \"ymax\": 992.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1426.0, \"ymin\": 993.0, \"xmax\": 1447.0, \"ymax\": 1015.0}, \"category\": \"w55\"}]}, \"26724\": {\"path\": \"test/26724.jpg\", \"id\": 26724, \"objects\": [{\"bbox\": {\"xmin\": 1726.0, \"ymin\": 903.0, \"xmax\": 1757.0, \"ymax\": 941.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1729.0, \"ymin\": 860.0, \"xmax\": 1761.0, \"ymax\": 899.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1725.0, \"ymin\": 947.0, \"xmax\": 1758.0, \"ymax\": 986.0}, \"category\": \"pn\"}]}, \"86073\": {\"path\": \"other/86073.jpg\", \"id\": 86073, \"objects\": [{\"bbox\": {\"xmin\": 990.217, \"ymin\": 996.015, \"xmax\": 1003.6228, \"ymax\": 1011.2322}, \"category\": \"pne\"}]}, \"76174\": {\"path\": \"train/76174.jpg\", \"id\": 76174, \"objects\": [{\"bbox\": {\"xmin\": 487.681, \"ymin\": 990.217, \"xmax\": 503.26059999999995, \"ymax\": 1007.6084}, \"category\": \"pn\"}]}, \"96928\": {\"path\": \"other/96928.jpg\", \"id\": 96928, \"objects\": [{\"bbox\": {\"xmin\": 1162.69, \"ymin\": 934.825, \"xmax\": 1181.592, \"ymax\": 954.7259}, \"category\": \"w21\"}]}, \"33515\": {\"path\": \"train/33515.jpg\", \"id\": 33515, \"objects\": [{\"bbox\": {\"xmin\": 1075.5, \"ymin\": 935.762, \"xmax\": 1090.7374, \"ymax\": 952.9801}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1057.5, \"ymin\": 933.75, \"xmax\": 1074.269, \"ymax\": 953.75}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1088.08, \"ymin\": 730.464, \"xmax\": 1162.9096, \"ymax\": 794.7026000000001}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1259.6, \"ymin\": 909.934, \"xmax\": 1319.1997, \"ymax\": 958.9406}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1162.03, \"ymin\": 727.674, \"xmax\": 1241.25, \"ymax\": 798.75}, \"category\": \"w57\"}]}, \"63116\": {\"path\": \"train/63116.jpg\", \"id\": 63116, \"objects\": [{\"bbox\": {\"xmin\": 974.667, \"ymin\": 1174.67, \"xmax\": 1004.0, \"ymax\": 1205.3333}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 972.0, \"ymin\": 1116.0, \"xmax\": 1005.3333, \"ymax\": 1148.0}, \"category\": \"p26\"}]}, \"12422\": {\"path\": \"train/12422.jpg\", \"id\": 12422, \"objects\": [{\"bbox\": {\"xmin\": 652.0, \"ymin\": 729.333, \"xmax\": 717.3333, \"ymax\": 798.6667}, \"category\": \"ph5\"}]}, \"89338\": {\"path\": \"train/89338.jpg\", \"id\": 89338, \"objects\": [{\"bbox\": {\"xmin\": 1973.29, \"ymin\": 974.432, \"xmax\": 1999.43, \"ymax\": 1005.1142}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1600.0, \"ymin\": 957.955, \"xmax\": 1631.8164, \"ymax\": 991.4773}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1875.57, \"ymin\": 953.977, \"xmax\": 1910.7991, \"ymax\": 994.8856999999999}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1974.43, \"ymin\": 938.068, \"xmax\": 2000.0027, \"ymax\": 969.3176}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1971.02, \"ymin\": 1007.95, \"xmax\": 1998.8627, \"ymax\": 1039.7709}, \"category\": \"pw3.2\"}]}, \"48301\": {\"path\": \"other/48301.jpg\", \"id\": 48301, \"objects\": [{\"bbox\": {\"xmin\": 25.07689666748047, \"ymin\": 970.9208374023438, \"xmax\": 43.21306610107422, \"ymax\": 992.4021606445312}, \"category\": \"w58\"}]}, \"96802\": {\"path\": \"test/96802.jpg\", \"id\": 96802, \"objects\": [{\"bbox\": {\"xmin\": 654.455, \"ymin\": 774.432, \"xmax\": 682.1782000000001, \"ymax\": 833.6631}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 686.364, \"ymin\": 785.796, \"xmax\": 711.364, \"ymax\": 839.7731}, \"category\": \"pn\"}]}, \"53038\": {\"path\": \"train/53038.jpg\", \"id\": 53038, \"objects\": [{\"bbox\": {\"xmin\": 546.0, \"ymin\": 839.0, \"xmax\": 565.0, \"ymax\": 885.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 385.0, \"ymin\": 766.0, \"xmax\": 420.0, \"ymax\": 824.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 344.0, \"ymin\": 755.0, \"xmax\": 382.0, \"ymax\": 814.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 412.0, \"ymin\": 842.0, \"xmax\": 458.0, \"ymax\": 900.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1971.0, \"ymin\": 988.0, \"xmax\": 1986.0, \"ymax\": 1009.0}, \"category\": \"pne\"}]}, \"17454\": {\"path\": \"other/17454.jpg\", \"id\": 17454, \"objects\": [{\"bbox\": {\"xmin\": 1441.5284423828125, \"ymin\": 882.86376953125, \"xmax\": 1472.9522705078125, \"ymax\": 945.83154296875}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1289.760009765625, \"ymin\": 761.2464599609375, \"xmax\": 1367.69140625, \"ymax\": 837.839599609375}, \"category\": \"p6\"}, {\"bbox\": {\"xmin\": 1373.5418701171875, \"ymin\": 759.7141723632812, \"xmax\": 1457.4959716796875, \"ymax\": 839.5808715820312}, \"category\": \"p9\"}]}, \"10828\": {\"path\": \"train/10828.jpg\", \"id\": 10828, \"objects\": [{\"bbox\": {\"xmin\": 1703.92, \"ymin\": 727.451, \"xmax\": 1872.544, \"ymax\": 896.078}, \"category\": \"w55\"}, {\"bbox\": {\"xmin\": 1198.04, \"ymin\": 992.157, \"xmax\": 1235.2941, \"ymax\": 1035.2941}, \"category\": \"w57\"}]}, \"23006\": {\"path\": \"train/23006.jpg\", \"id\": 23006, \"objects\": [{\"bbox\": {\"xmin\": 616.418, \"ymin\": 1053.91, \"xmax\": 681.5836, \"ymax\": 1119.7455}, \"category\": \"ip\"}]}, \"31756\": {\"path\": \"train/31756.jpg\", \"id\": 31756, \"objects\": [{\"bbox\": {\"xmin\": 1321.6, \"ymin\": 921.6, \"xmax\": 1397.6, \"ymax\": 996.8000000000001}, \"category\": \"i5\"}]}, \"15416\": {\"path\": \"train/15416.jpg\", \"id\": 15416, \"objects\": [{\"bbox\": {\"xmin\": 913.333, \"ymin\": 808.0, \"xmax\": 950.6667, \"ymax\": 844.0}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1190.67, \"ymin\": 802.667, \"xmax\": 1228.0, \"ymax\": 838.667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1050.67, \"ymin\": 804.0, \"xmax\": 1090.6667, \"ymax\": 842.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1290.67, \"ymin\": 804.0, \"xmax\": 1326.6667, \"ymax\": 840.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 1118.67, \"ymin\": 804.0, \"xmax\": 1154.6667, \"ymax\": 837.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 841.333, \"ymin\": 810.667, \"xmax\": 880.0, \"ymax\": 846.6667}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 977.333, \"ymin\": 806.667, \"xmax\": 1014.6667, \"ymax\": 841.3333}, \"category\": \"pl120\"}]}, \"96275\": {\"path\": \"train/96275.jpg\", \"id\": 96275, \"objects\": [{\"bbox\": {\"xmin\": 1498.67, \"ymin\": 958.667, \"xmax\": 1524.0, \"ymax\": 986.6667}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1496.0, \"ymin\": 986.667, \"xmax\": 1524.0, \"ymax\": 1016.0}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 285.333, \"ymin\": 936.0, \"xmax\": 332.0, \"ymax\": 985.3333}, \"category\": \"w32\"}]}, \"88439\": {\"path\": \"train/88439.jpg\", \"id\": 88439, \"objects\": [{\"bbox\": {\"xmin\": 989.333, \"ymin\": 912.0, \"xmax\": 1016.0, \"ymax\": 938.6667}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1192.0, \"ymin\": 998.667, \"xmax\": 1230.6667, \"ymax\": 1041.3333}, \"category\": \"pcr\"}]}, \"56686\": {\"path\": \"train/56686.jpg\", \"id\": 56686, \"objects\": [{\"bbox\": {\"xmin\": 813.245, \"ymin\": 888.742, \"xmax\": 843.7086, \"ymax\": 919.8675}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1139.07, \"ymin\": 943.709, \"xmax\": 1157.6159, \"ymax\": 963.5762}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1118.55, \"ymin\": 942.387, \"xmax\": 1137.7526, \"ymax\": 962.2523}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1162.25, \"ymin\": 943.709, \"xmax\": 1178.1457, \"ymax\": 964.9006999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 695.364, \"ymin\": 888.079, \"xmax\": 723.1788, \"ymax\": 921.8543}, \"category\": \"pne\"}]}, \"13571\": {\"path\": \"train/13571.jpg\", \"id\": 13571, \"objects\": [{\"bbox\": {\"xmin\": 1894.67, \"ymin\": 980.0, \"xmax\": 1926.6667, \"ymax\": 1022.6667}, \"category\": \"p13\"}]}, \"54271\": {\"path\": \"train/54271.jpg\", \"id\": 54271, \"objects\": [{\"bbox\": {\"xmin\": 1521.24, \"ymin\": 993.363, \"xmax\": 1542.0354, \"ymax\": 1013.2743}, \"category\": \"w59\"}]}, \"36800\": {\"path\": \"train/36800.jpg\", \"id\": 36800, \"objects\": [{\"bbox\": {\"xmin\": 700.0, \"ymin\": 748.0, \"xmax\": 753.3333, \"ymax\": 802.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 754.667, \"ymin\": 748.0, \"xmax\": 806.6673000000001, \"ymax\": 800.0}, \"category\": \"pl30\"}]}, \"82625\": {\"path\": \"train/82625.jpg\", \"id\": 82625, \"objects\": [{\"bbox\": {\"xmin\": 5.88235, \"ymin\": 398.039, \"xmax\": 107.84335, \"ymax\": 537.255}, \"category\": \"pn\"}]}, \"86488\": {\"path\": \"train/86488.jpg\", \"id\": 86488, \"objects\": [{\"bbox\": {\"xmin\": 1048.0, \"ymin\": 800.0, \"xmax\": 1092.0, \"ymax\": 840.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 901.333, \"ymin\": 804.0, \"xmax\": 944.0001, \"ymax\": 844.0003}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 854.667, \"ymin\": 804.0, \"xmax\": 896.0, \"ymax\": 844.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1000.0, \"ymin\": 801.333, \"xmax\": 1044.0, \"ymax\": 841.3333}, \"category\": \"pl100\"}]}, \"74731\": {\"path\": \"train/74731.jpg\", \"id\": 74731, \"objects\": [{\"bbox\": {\"xmin\": 1284.0, \"ymin\": 948.0, \"xmax\": 1332.0, \"ymax\": 994.0}, \"category\": \"w32\"}]}, \"7103\": {\"path\": \"test/7103.jpg\", \"id\": 7103, \"objects\": [{\"bbox\": {\"xmin\": 1753.24, \"ymin\": 999.502, \"xmax\": 1775.6238, \"ymax\": 1020.8955}, \"category\": \"pn\"}]}, \"73802\": {\"path\": \"test/73802.jpg\", \"id\": 73802, \"objects\": [{\"bbox\": {\"xmin\": 605.263, \"ymin\": 722.368, \"xmax\": 676.3158000000001, \"ymax\": 790.7892}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1741.18, \"ymin\": 1001.32, \"xmax\": 1772.549, \"ymax\": 1040.7895}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1152.63, \"ymin\": 897.369, \"xmax\": 1185.5263, \"ymax\": 930.2633000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1117.11, \"ymin\": 897.368, \"xmax\": 1144.7368, \"ymax\": 931.5789000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1190.79, \"ymin\": 898.684, \"xmax\": 1222.3684, \"ymax\": 926.3158999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 419.737, \"ymin\": 746.053, \"xmax\": 482.8947, \"ymax\": 802.6316}, \"category\": \"pne\"}]}, \"19264\": {\"path\": \"train/19264.jpg\", \"id\": 19264, \"objects\": [{\"bbox\": {\"xmin\": 1405.0, \"ymin\": 902.0, \"xmax\": 1433.0, \"ymax\": 931.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 778.0, \"ymin\": 912.0, \"xmax\": 803.0, \"ymax\": 939.0}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1027.0, \"ymin\": 906.0, \"xmax\": 1056.0, \"ymax\": 932.0}, \"category\": \"pl80\"}]}, \"92797\": {\"path\": \"train/92797.jpg\", \"id\": 92797, \"objects\": [{\"bbox\": {\"xmin\": 1876.24, \"ymin\": 983.168, \"xmax\": 1903.9604, \"ymax\": 1007.9208}, \"category\": \"w57\"}]}, \"76474\": {\"path\": \"test/76474.jpg\", \"id\": 76474, \"objects\": [{\"bbox\": {\"xmin\": 683.333, \"ymin\": 820.635, \"xmax\": 702.381, \"ymax\": 873.0159}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 643.651, \"ymin\": 807.937, \"xmax\": 666.6667, \"ymax\": 862.6984}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 76.1905, \"ymin\": 990.476, \"xmax\": 95.2381, \"ymax\": 1013.4921}, \"category\": \"w57\"}]}, \"19871\": {\"path\": \"test/19871.jpg\", \"id\": 19871, \"objects\": [{\"bbox\": {\"xmin\": 494.737, \"ymin\": 607.895, \"xmax\": 596.152, \"ymax\": 771.053}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 488.158, \"ymin\": 781.579, \"xmax\": 594.737, \"ymax\": 951.3159999999999}, \"category\": \"pn\"}]}, \"80439\": {\"path\": \"train/80439.jpg\", \"id\": 80439, \"objects\": [{\"bbox\": {\"xmin\": 802.632, \"ymin\": 853.947, \"xmax\": 844.7367999999999, \"ymax\": 898.6842}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1768.42, \"ymin\": 944.737, \"xmax\": 1809.2105000000001, \"ymax\": 982.8947}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1127.63, \"ymin\": 867.105, \"xmax\": 1164.4737, \"ymax\": 907.8947000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1163.16, \"ymin\": 868.421, \"xmax\": 1198.6732000000002, \"ymax\": 903.9474}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 650.0, \"ymin\": 860.526, \"xmax\": 692.1052999999999, \"ymax\": 900.0}, \"category\": \"pne\"}]}, \"54453\": {\"path\": \"train/54453.jpg\", \"id\": 54453, \"objects\": [{\"bbox\": {\"xmin\": 329.703, \"ymin\": 893.069, \"xmax\": 352.4752, \"ymax\": 922.7723}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 356.438, \"ymin\": 893.069, \"xmax\": 376.2385, \"ymax\": 919.8019999999999}, \"category\": \"pn\"}]}, \"97489\": {\"path\": \"train/97489.jpg\", \"id\": 97489, \"objects\": [{\"bbox\": {\"xmin\": 797.619, \"ymin\": 919.841, \"xmax\": 811.9048, \"ymax\": 937.3016}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 863.492, \"ymin\": 945.238, \"xmax\": 881.7456, \"ymax\": 958.7302000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 898.413, \"ymin\": 943.651, \"xmax\": 917.4603, \"ymax\": 964.2856999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 692.857, \"ymin\": 920.635, \"xmax\": 706.3492, \"ymax\": 938.0952}, \"category\": \"pne\"}]}, \"46960\": {\"path\": \"test/46960.jpg\", \"id\": 46960, \"objects\": [{\"bbox\": {\"xmin\": 1936.51, \"ymin\": 893.651, \"xmax\": 1957.1429, \"ymax\": 921.7822}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1864.29, \"ymin\": 886.508, \"xmax\": 1884.9206, \"ymax\": 916.6667}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1511.11, \"ymin\": 857.143, \"xmax\": 1540.5940999999998, \"ymax\": 885.7143}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1605.56, \"ymin\": 917.46, \"xmax\": 1621.4286, \"ymax\": 935.7143000000001}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1584.92, \"ymin\": 914.286, \"xmax\": 1601.5873000000001, \"ymax\": 934.9205999999999}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1623.81, \"ymin\": 915.873, \"xmax\": 1642.0635, \"ymax\": 937.3016}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1359.52, \"ymin\": 853.968, \"xmax\": 1391.2626, \"ymax\": 886.5079}, \"category\": \"pne\"}]}, \"93981\": {\"path\": \"test/93981.jpg\", \"id\": 93981, \"objects\": [{\"bbox\": {\"xmin\": 1360.0, \"ymin\": 596.0, \"xmax\": 1446.6667, \"ymax\": 680.0}, \"category\": \"pn\"}]}, \"47168\": {\"path\": \"test/47168.jpg\", \"id\": 47168, \"objects\": [{\"bbox\": {\"xmin\": 1223.3, \"ymin\": 838.068, \"xmax\": 1257.9545, \"ymax\": 877.2727}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1262.25, \"ymin\": 840.397, \"xmax\": 1298.6755, \"ymax\": 881.4567000000001}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1180.14, \"ymin\": 835.762, \"xmax\": 1219.2098, \"ymax\": 876.8212}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1301.98, \"ymin\": 841.06, \"xmax\": 1336.4238, \"ymax\": 884.7687}, \"category\": \"pn\"}]}, \"30863\": {\"path\": \"train/30863.jpg\", \"id\": 30863, \"objects\": [{\"bbox\": {\"xmin\": 1527.91, \"ymin\": 963.158, \"xmax\": 1604.2216, \"ymax\": 1034.2105}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1084.13, \"ymin\": 905.263, \"xmax\": 1115.873, \"ymax\": 934.1270000000001}, \"category\": \"pn\"}]}, \"9952\": {\"path\": \"test/9952.jpg\", \"id\": 9952, \"objects\": [{\"bbox\": {\"xmin\": 871.431, \"ymin\": 891.268, \"xmax\": 896.0322, \"ymax\": 913.4916000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1060.32, \"ymin\": 900.794, \"xmax\": 1079.3703, \"ymax\": 922.2221999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1036.51, \"ymin\": 902.381, \"xmax\": 1058.7302, \"ymax\": 922.2221999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1084.13, \"ymin\": 898.413, \"xmax\": 1104.7619000000002, \"ymax\": 924.6032}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1103.97, \"ymin\": 973.81, \"xmax\": 1124.6032, \"ymax\": 993.6507999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 776.984, \"ymin\": 890.476, \"xmax\": 801.5873, \"ymax\": 916.6667}, \"category\": \"pne\"}]}, \"18606\": {\"path\": \"train/18606.jpg\", \"id\": 18606, \"objects\": [{\"bbox\": {\"xmin\": 1702.67, \"ymin\": 800.0, \"xmax\": 1850.6670000000001, \"ymax\": 965.333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 644.0, \"xmax\": 1848.0, \"ymax\": 800.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1700.0, \"ymin\": 966.667, \"xmax\": 1858.673, \"ymax\": 1121.333}, \"category\": \"w55\"}]}, \"9873\": {\"path\": \"train/9873.jpg\", \"id\": 9873, \"objects\": [{\"bbox\": {\"xmin\": 1558.67, \"ymin\": 780.0, \"xmax\": 1609.3333, \"ymax\": 830.6667}, \"category\": \"pl40\"}]}, \"67014\": {\"path\": \"other/67014.jpg\", \"id\": 67014, \"objects\": [{\"bbox\": {\"xmin\": 215.85877990722656, \"ymin\": 1054.6204833984375, \"xmax\": 246.40150451660156, \"ymax\": 1076.2877197265625}, \"category\": \"ip\"}]}, \"7678\": {\"path\": \"train/7678.jpg\", \"id\": 7678, \"objects\": [{\"bbox\": {\"xmin\": 1295.05, \"ymin\": 934.653, \"xmax\": 1310.8911, \"ymax\": 954.4554}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1253.47, \"ymin\": 937.624, \"xmax\": 1266.3461, \"ymax\": 951.4872}, \"category\": \"pne\"}]}, \"53543\": {\"path\": \"train/53543.jpg\", \"id\": 53543, \"objects\": [{\"bbox\": {\"xmin\": 1362.67, \"ymin\": 1030.67, \"xmax\": 1406.6667, \"ymax\": 1081.3333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1362.67, \"ymin\": 974.667, \"xmax\": 1404.0, \"ymax\": 1026.6667}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 1362.67, \"ymin\": 1086.67, \"xmax\": 1406.6667, \"ymax\": 1137.3333}, \"category\": \"w30\"}]}, \"31335\": {\"path\": \"test/31335.jpg\", \"id\": 31335, \"objects\": [{\"bbox\": {\"xmin\": 680.0, \"ymin\": 869.0, \"xmax\": 736.0, \"ymax\": 925.0}, \"category\": \"p5\"}]}, \"36619\": {\"path\": \"train/36619.jpg\", \"id\": 36619, \"objects\": [{\"bbox\": {\"xmin\": 14.0, \"ymin\": 952.0, \"xmax\": 42.0, \"ymax\": 987.0}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 131.0, \"ymin\": 1093.0, \"xmax\": 145.0, \"ymax\": 1110.0}, \"category\": \"pne\"}]}, \"33675\": {\"path\": \"other/33675.jpg\", \"id\": 33675, \"objects\": [{\"bbox\": {\"xmin\": 976.159, \"ymin\": 927.152, \"xmax\": 994.0397, \"ymax\": 940.3974000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 403.623, \"ymin\": 919.928, \"xmax\": 412.68116, \"ymax\": 940.942}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1103.31, \"ymin\": 924.503, \"xmax\": 1114.5694999999998, \"ymax\": 939.7351}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1119.21, \"ymin\": 923.842, \"xmax\": 1130.4658, \"ymax\": 938.4114}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 913.907, \"ymin\": 926.49, \"xmax\": 927.1523000000001, \"ymax\": 942.3839}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 363.768, \"ymin\": 915.942, \"xmax\": 373.55071999999996, \"ymax\": 939.4928}, \"category\": \"pne\"}]}, \"31608\": {\"path\": \"other/31608.jpg\", \"id\": 31608, \"objects\": [{\"bbox\": {\"xmin\": 1172.09033203125, \"ymin\": 936.1090087890625, \"xmax\": 1192.945556640625, \"ymax\": 954.80615234375}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 914.3949584960938, \"ymin\": 945.5087890625, \"xmax\": 933.9796752929688, \"ymax\": 963.368408203125}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 74.32644653320312, \"ymin\": 931.48583984375, \"xmax\": 94.95610046386719, \"ymax\": 954.655517578125}, \"category\": \"pne\"}]}, \"41996\": {\"path\": \"train/41996.jpg\", \"id\": 41996, \"objects\": [{\"bbox\": {\"xmin\": 144.0, \"ymin\": 590.667, \"xmax\": 234.6667, \"ymax\": 696.0}, \"category\": \"pl40\"}]}, \"82555\": {\"path\": \"other/82555.jpg\", \"id\": 82555, \"objects\": [{\"bbox\": {\"xmin\": 625.2551879882812, \"ymin\": 314.6000671386719, \"xmax\": 669.6495971679688, \"ymax\": 501.5497741699219}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 610.7890625, \"ymin\": 463.5998840332031, \"xmax\": 658.5042724609375, \"ymax\": 664.556884765625}, \"category\": \"pn\"}]}, \"51167\": {\"path\": \"train/51167.jpg\", \"id\": 51167, \"objects\": [{\"bbox\": {\"xmin\": 1428.0, \"ymin\": 508.436, \"xmax\": 1540.0, \"ymax\": 626.922}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1311.2, \"ymin\": 479.2, \"xmax\": 1433.333, \"ymax\": 597.386}, \"category\": \"pr40\"}, {\"bbox\": {\"xmin\": 1194.4, \"ymin\": 465.6, \"xmax\": 1326.3980000000001, \"ymax\": 575.466}, \"category\": \"w20\"}]}, \"5292\": {\"path\": \"other/5292.jpg\", \"id\": 5292, \"objects\": [{\"bbox\": {\"xmin\": 223.0, \"ymin\": 611.0, \"xmax\": 387.0, \"ymax\": 773.0}, \"category\": \"p28\"}]}, \"83030\": {\"path\": \"train/83030.jpg\", \"id\": 83030, \"objects\": [{\"bbox\": {\"xmin\": 558.667, \"ymin\": 881.333, \"xmax\": 624.0, \"ymax\": 944.0}, \"category\": \"pcl\"}]}, \"15025\": {\"path\": \"train/15025.jpg\", \"id\": 15025, \"objects\": [{\"bbox\": {\"xmin\": 693.0, \"ymin\": 797.0, \"xmax\": 725.0, \"ymax\": 833.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 726.0, \"ymin\": 795.0, \"xmax\": 762.0, \"ymax\": 832.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 763.0, \"ymin\": 847.0, \"xmax\": 791.0, \"ymax\": 878.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 766.0, \"ymin\": 876.0, \"xmax\": 793.0, \"ymax\": 906.0}, \"category\": \"i2r\"}]}, \"93056\": {\"path\": \"test/93056.jpg\", \"id\": 93056, \"objects\": [{\"bbox\": {\"xmin\": 1043.8, \"ymin\": 814.159, \"xmax\": 1069.9089, \"ymax\": 840.2649}, \"category\": \"p23\"}]}, \"46070\": {\"path\": \"test/46070.jpg\", \"id\": 46070, \"objects\": [{\"bbox\": {\"xmin\": 219.48886108398438, \"ymin\": 945.8431396484375, \"xmax\": 239.0201416015625, \"ymax\": 967.7603759765625}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 370.4, \"ymin\": 929.6, \"xmax\": 412.79999999999995, \"ymax\": 972.0}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 8.8, \"ymin\": 937.6, \"xmax\": 38.400000000000006, \"ymax\": 973.6}, \"category\": \"ph2.2\"}, {\"bbox\": {\"xmin\": 572.8, \"ymin\": 925.6, \"xmax\": 616.8, \"ymax\": 970.4}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 165.6, \"ymin\": 932.8, \"xmax\": 200.0, \"ymax\": 972.8}, \"category\": \"pl20\"}]}, \"69513\": {\"path\": \"test/69513.jpg\", \"id\": 69513, \"objects\": [{\"bbox\": {\"xmin\": 758.0, \"ymin\": 843.0, \"xmax\": 780.0, \"ymax\": 869.0}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1323.0, \"ymin\": 886.0, \"xmax\": 1346.0, \"ymax\": 910.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1347.0, \"ymin\": 884.0, \"xmax\": 1372.0, \"ymax\": 908.0}, \"category\": \"pn\"}]}, \"65050\": {\"path\": \"test/65050.jpg\", \"id\": 65050, \"objects\": [{\"bbox\": {\"xmin\": 1512.0, \"ymin\": 908.0, \"xmax\": 1560.0, \"ymax\": 958.6667}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1274.67, \"ymin\": 912.0, \"xmax\": 1326.6667, \"ymax\": 964.0}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1990.67, \"ymin\": 946.667, \"xmax\": 2017.3333, \"ymax\": 980.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1992.0, \"ymin\": 976.0, \"xmax\": 2018.6667, \"ymax\": 1008.0}, \"category\": \"i2r\"}]}, \"68467\": {\"path\": \"train/68467.jpg\", \"id\": 68467, \"objects\": [{\"bbox\": {\"xmin\": 18.0, \"ymin\": 665.0, \"xmax\": 103.0, \"ymax\": 791.0}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 15.0, \"ymin\": 810.0, \"xmax\": 104.0, \"ymax\": 939.0}, \"category\": \"p12\"}]}, \"33906\": {\"path\": \"test/33906.jpg\", \"id\": 33906, \"objects\": [{\"bbox\": {\"xmin\": 1977.6, \"ymin\": 965.6, \"xmax\": 2026.3999999999999, \"ymax\": 1028.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1978.4, \"ymin\": 1026.4, \"xmax\": 2040.8000000000002, \"ymax\": 1089.6000000000001}, \"category\": \"pl10\"}]}, \"90375\": {\"path\": \"test/90375.jpg\", \"id\": 90375, \"objects\": [{\"bbox\": {\"xmin\": 1143.71, \"ymin\": 1380.79, \"xmax\": 1172.8477, \"ymax\": 1407.2848}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 984.106, \"ymin\": 1224.5, \"xmax\": 1023.1788, \"ymax\": 1266.8829}, \"category\": \"pn\"}]}, \"18319\": {\"path\": \"test/18319.jpg\", \"id\": 18319, \"objects\": [{\"bbox\": {\"xmin\": 158.824, \"ymin\": 905.882, \"xmax\": 247.05880000000002, \"ymax\": 1121.569}, \"category\": \"pl30\"}]}, \"5869\": {\"path\": \"test/5869.jpg\", \"id\": 5869, \"objects\": [{\"bbox\": {\"xmin\": 1421.57, \"ymin\": 832.285, \"xmax\": 1456.8627, \"ymax\": 869.5396}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1374.26, \"ymin\": 829.412, \"xmax\": 1414.8654999999999, \"ymax\": 867.3267000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1461.39, \"ymin\": 833.333, \"xmax\": 1498.0597, \"ymax\": 877.2276999999999}, \"category\": \"pn\"}]}, \"37028\": {\"path\": \"test/37028.jpg\", \"id\": 37028, \"objects\": [{\"bbox\": {\"xmin\": 1322.77, \"ymin\": 778.218, \"xmax\": 1378.2178, \"ymax\": 830.6944}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1385.15, \"ymin\": 783.168, \"xmax\": 1440.5941, \"ymax\": 835.6429}, \"category\": \"w57\"}]}, \"66682\": {\"path\": \"other/66682.jpg\", \"id\": 66682, \"objects\": [{\"bbox\": {\"xmin\": 1406.67, \"ymin\": 914.667, \"xmax\": 1458.6667, \"ymax\": 972.0}, \"category\": \"i10\"}]}, \"78589\": {\"path\": \"test/78589.jpg\", \"id\": 78589, \"objects\": [{\"bbox\": {\"xmin\": 1460.0, \"ymin\": 929.0, \"xmax\": 1491.0, \"ymax\": 972.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1574.0, \"ymin\": 923.0, \"xmax\": 1617.0, \"ymax\": 967.0}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1621.0, \"ymin\": 922.0, \"xmax\": 1666.0, \"ymax\": 967.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1592.0, \"ymin\": 864.0, \"xmax\": 1648.0, \"ymax\": 913.0}, \"category\": \"w55\"}]}, \"45657\": {\"path\": \"test/45657.jpg\", \"id\": 45657, \"objects\": [{\"bbox\": {\"xmin\": 653.968, \"ymin\": 959.524, \"xmax\": 680.1587, \"ymax\": 987.3016}, \"category\": \"p23\"}]}, \"47110\": {\"path\": \"other/47110.jpg\", \"id\": 47110, \"objects\": [{\"bbox\": {\"xmin\": 1861.33, \"ymin\": 602.667, \"xmax\": 1922.6667, \"ymax\": 672.0}, \"category\": \"pl10\"}]}, \"85195\": {\"path\": \"test/85195.jpg\", \"id\": 85195, \"objects\": [{\"bbox\": {\"xmin\": 1012.0, \"ymin\": 543.0, \"xmax\": 1082.0, \"ymax\": 610.0}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 593.0, \"ymin\": 576.0, \"xmax\": 660.0, \"ymax\": 640.0}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1347.0, \"ymin\": 546.0, \"xmax\": 1415.0, \"ymax\": 613.0}, \"category\": \"pb\"}, {\"bbox\": {\"xmin\": 435.0, \"ymin\": 600.0, \"xmax\": 497.0, \"ymax\": 661.0}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 830.0, \"ymin\": 555.0, \"xmax\": 900.0, \"ymax\": 620.0}, \"category\": \"pl100\"}]}, \"9577\": {\"path\": \"other/9577.jpg\", \"id\": 9577, \"objects\": [{\"bbox\": {\"xmin\": 1248.0, \"ymin\": 918.4, \"xmax\": 1360.0, \"ymax\": 1011.1999999999999}, \"category\": \"w42\"}]}, \"76224\": {\"path\": \"other/76224.jpg\", \"id\": 76224, \"objects\": [{\"bbox\": {\"xmin\": 37.65377426147461, \"ymin\": 928.9916381835938, \"xmax\": 57.017452239990234, \"ymax\": 945.6268920898438}, \"category\": \"i4\"}]}, \"24063\": {\"path\": \"other/24063.jpg\", \"id\": 24063, \"objects\": [{\"bbox\": {\"xmin\": 1219.93, \"ymin\": 956.175, \"xmax\": 1231.0805, \"ymax\": 967.7290999999999}, \"category\": \"pn\"}]}, \"44681\": {\"path\": \"test/44681.jpg\", \"id\": 44681, \"objects\": [{\"bbox\": {\"xmin\": 1344.0, \"ymin\": 942.0, \"xmax\": 1383.0, \"ymax\": 981.0}, \"category\": \"w59\"}]}, \"80840\": {\"path\": \"train/80840.jpg\", \"id\": 80840, \"objects\": [{\"bbox\": {\"xmin\": 1048.51, \"ymin\": 877.228, \"xmax\": 1083.1683, \"ymax\": 911.8811999999999}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1085.15, \"ymin\": 877.228, \"xmax\": 1119.8020000000001, \"ymax\": 914.8515}, \"category\": \"pn\"}]}, \"57046\": {\"path\": \"train/57046.jpg\", \"id\": 57046, \"objects\": [{\"bbox\": {\"xmin\": 1129.300537109375, \"ymin\": 1015.65869140625, \"xmax\": 1148.673583984375, \"ymax\": 1032.05810546875}, \"category\": \"w59\"}, {\"bbox\": {\"xmin\": 1128.97, \"ymin\": 986.932, \"xmax\": 1153.9727, \"ymax\": 1010.2273}, \"category\": \"p5\"}]}, \"49166\": {\"path\": \"test/49166.jpg\", \"id\": 49166, \"objects\": [{\"bbox\": {\"xmin\": 1258.80712890625, \"ymin\": 941.569091796875, \"xmax\": 1279.04248046875, \"ymax\": 960.7056884765625}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 424.0, \"ymin\": 968.0, \"xmax\": 454.6667, \"ymax\": 1022.6667}, \"category\": \"p10\"}, {\"bbox\": {\"xmin\": 1257.33, \"ymin\": 909.333, \"xmax\": 1280.0, \"ymax\": 936.0}, \"category\": \"pl5\"}]}, \"46266\": {\"path\": \"test/46266.jpg\", \"id\": 46266, \"objects\": [{\"bbox\": {\"xmin\": 1318.0, \"ymin\": 951.333, \"xmax\": 1348.6667, \"ymax\": 986.0}, \"category\": \"i5\"}]}, \"11143\": {\"path\": \"train/11143.jpg\", \"id\": 11143, \"objects\": [{\"bbox\": {\"xmin\": 818.254, \"ymin\": 966.667, \"xmax\": 834.1270000000001, \"ymax\": 999.2063}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1571.43, \"ymin\": 870.635, \"xmax\": 1601.5873000000001, \"ymax\": 901.5873}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1604.76, \"ymin\": 871.429, \"xmax\": 1633.3333, \"ymax\": 903.9683}, \"category\": \"pn\"}]}, \"43134\": {\"path\": \"test/43134.jpg\", \"id\": 43134, \"objects\": [{\"bbox\": {\"xmin\": 1323.0, \"ymin\": 993.0, \"xmax\": 1387.0, \"ymax\": 1054.0}, \"category\": \"pl40\"}]}, \"4730\": {\"path\": \"other/4730.jpg\", \"id\": 4730, \"objects\": [{\"bbox\": {\"xmin\": 1594.67, \"ymin\": 936.0, \"xmax\": 1669.3333, \"ymax\": 1012.0}, \"category\": \"pm5\"}]}, \"15574\": {\"path\": \"train/15574.jpg\", \"id\": 15574, \"objects\": [{\"bbox\": {\"xmin\": 1675.4, \"ymin\": 879.365, \"xmax\": 1770.6349, \"ymax\": 969.0476}, \"category\": \"w13\"}, {\"bbox\": {\"xmin\": 1675.4, \"ymin\": 784.921, \"xmax\": 1769.8413, \"ymax\": 876.1905}, \"category\": \"w57\"}]}, \"75916\": {\"path\": \"train/75916.jpg\", \"id\": 75916, \"objects\": [{\"bbox\": {\"xmin\": 574.667, \"ymin\": 909.333, \"xmax\": 600.0, \"ymax\": 954.6667}, \"category\": \"pn\"}]}, \"71290\": {\"path\": \"test/71290.jpg\", \"id\": 71290, \"objects\": [{\"bbox\": {\"xmin\": 1440.79, \"ymin\": 884.211, \"xmax\": 1471.0526, \"ymax\": 917.1056}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1413.16, \"ymin\": 884.211, \"xmax\": 1440.7895, \"ymax\": 915.7895}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1471.05, \"ymin\": 882.895, \"xmax\": 1498.6842, \"ymax\": 917.1055}, \"category\": \"pn\"}]}, \"38832\": {\"path\": \"train/38832.jpg\", \"id\": 38832, \"objects\": [{\"bbox\": {\"xmin\": 1796.0, \"ymin\": 758.667, \"xmax\": 1905.333, \"ymax\": 884.0}, \"category\": \"pl120\"}]}, \"41434\": {\"path\": \"train/41434.jpg\", \"id\": 41434, \"objects\": [{\"bbox\": {\"xmin\": 213.333, \"ymin\": 689.333, \"xmax\": 250.6667, \"ymax\": 749.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 69.3333, \"ymin\": 646.667, \"xmax\": 118.66669999999999, \"ymax\": 714.6667}, \"category\": \"il90\"}, {\"bbox\": {\"xmin\": 9.33333, \"ymin\": 629.333, \"xmax\": 60.000029999999995, \"ymax\": 698.6667}, \"category\": \"pl110\"}, {\"bbox\": {\"xmin\": 166.667, \"ymin\": 676.0, \"xmax\": 210.6667, \"ymax\": 737.3333}, \"category\": \"pl90\"}, {\"bbox\": {\"xmin\": 298.667, \"ymin\": 717.333, \"xmax\": 332.0, \"ymax\": 772.0}, \"category\": \"pne\"}]}, \"41962\": {\"path\": \"train/41962.jpg\", \"id\": 41962, \"objects\": [{\"bbox\": {\"xmin\": 736.634, \"ymin\": 878.218, \"xmax\": 778.2178, \"ymax\": 912.8713}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1765.35, \"ymin\": 940.594, \"xmax\": 1796.0395999999998, \"ymax\": 974.2574000000001}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1156.44, \"ymin\": 922.772, \"xmax\": 1180.198, \"ymax\": 946.5347}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1104.95, \"ymin\": 920.792, \"xmax\": 1127.7228, \"ymax\": 945.5446000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1129.7, \"ymin\": 919.802, \"xmax\": 1153.4653, \"ymax\": 944.5545000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 604.95, \"ymin\": 888.119, \"xmax\": 639.604, \"ymax\": 921.7822}, \"category\": \"pne\"}]}, \"57504\": {\"path\": \"train/57504.jpg\", \"id\": 57504, \"objects\": [{\"bbox\": {\"xmin\": 935.644, \"ymin\": 957.426, \"xmax\": 957.4257, \"ymax\": 983.1683}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1184.16, \"ymin\": 972.277, \"xmax\": 1200.9901, \"ymax\": 990.099}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1145.54, \"ymin\": 971.287, \"xmax\": 1164.3564, \"ymax\": 990.099}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1164.36, \"ymin\": 972.277, \"xmax\": 1181.1986, \"ymax\": 991.0882}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 856.436, \"ymin\": 961.386, \"xmax\": 876.2376, \"ymax\": 981.1881}, \"category\": \"pne\"}]}, \"8002\": {\"path\": \"train/8002.jpg\", \"id\": 8002, \"objects\": [{\"bbox\": {\"xmin\": 583.333, \"ymin\": 894.444, \"xmax\": 607.9365, \"ymax\": 922.2221999999999}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 499.206, \"ymin\": 897.619, \"xmax\": 523.0159, \"ymax\": 925.3968}, \"category\": \"i4\"}]}, \"56915\": {\"path\": \"train/56915.jpg\", \"id\": 56915, \"objects\": [{\"bbox\": {\"xmin\": 1260.0, \"ymin\": 858.667, \"xmax\": 1329.3333, \"ymax\": 925.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1682.67, \"ymin\": 790.667, \"xmax\": 1726.6667, \"ymax\": 838.6667}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1034.67, \"ymin\": 657.333, \"xmax\": 1118.6667, \"ymax\": 738.6667}, \"category\": \"pne\"}]}, \"53074\": {\"path\": \"train/53074.jpg\", \"id\": 53074, \"objects\": [{\"bbox\": {\"xmin\": 1962.67, \"ymin\": 277.333, \"xmax\": 2049.3333000000002, \"ymax\": 394.66700000000003}, \"category\": \"p10\"}]}, \"21051\": {\"path\": \"train/21051.jpg\", \"id\": 21051, \"objects\": [{\"bbox\": {\"xmin\": 1696.0, \"ymin\": 1102.67, \"xmax\": 1733.3333, \"ymax\": 1148.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1741.33, \"ymin\": 1037.33, \"xmax\": 1778.6667, \"ymax\": 1086.6667}, \"category\": \"ph4\"}, {\"bbox\": {\"xmin\": 1696.0, \"ymin\": 1042.67, \"xmax\": 1733.3333, \"ymax\": 1089.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1740.0, \"ymin\": 1100.0, \"xmax\": 1780.0, \"ymax\": 1146.6667}, \"category\": \"pbp\"}]}, \"23086\": {\"path\": \"other/23086.jpg\", \"id\": 23086, \"objects\": [{\"bbox\": {\"xmin\": 837.7894287109375, \"ymin\": 999.2850341796875, \"xmax\": 855.20458984375, \"ymax\": 1015.3714599609375}, \"category\": \"pne\"}]}, \"21476\": {\"path\": \"train/21476.jpg\", \"id\": 21476, \"objects\": [{\"bbox\": {\"xmin\": 602.667, \"ymin\": 798.667, \"xmax\": 648.0, \"ymax\": 854.6667}, \"category\": \"ph4.5\"}]}, \"43752\": {\"path\": \"train/43752.jpg\", \"id\": 43752, \"objects\": [{\"bbox\": {\"xmin\": 1501.0, \"ymin\": 937.0, \"xmax\": 1539.0, \"ymax\": 976.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 728.0, \"ymin\": 953.0, \"xmax\": 784.0, \"ymax\": 1011.0}, \"category\": \"ip\"}]}, \"43881\": {\"path\": \"train/43881.jpg\", \"id\": 43881, \"objects\": [{\"bbox\": {\"xmin\": 1192.0, \"ymin\": 957.333, \"xmax\": 1220.0, \"ymax\": 985.3333}, \"category\": \"pl80\"}]}, \"18390\": {\"path\": \"test/18390.jpg\", \"id\": 18390, \"objects\": [{\"bbox\": {\"xmin\": 1627.45, \"ymin\": 521.569, \"xmax\": 1737.242, \"ymax\": 633.333}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1358.82, \"ymin\": 494.118, \"xmax\": 1478.431, \"ymax\": 617.6469999999999}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1498.04, \"ymin\": 515.686, \"xmax\": 1611.7649999999999, \"ymax\": 629.412}, \"category\": \"pn\"}]}, \"85021\": {\"path\": \"train/85021.jpg\", \"id\": 85021, \"objects\": [{\"bbox\": {\"xmin\": 1617.22, \"ymin\": 798.013, \"xmax\": 1660.2694000000001, \"ymax\": 847.682}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1663.58, \"ymin\": 805.298, \"xmax\": 1705.9603, \"ymax\": 848.344}, \"category\": \"pn\"}]}, \"82441\": {\"path\": \"train/82441.jpg\", \"id\": 82441, \"objects\": [{\"bbox\": {\"xmin\": 152.381, \"ymin\": 1196.04, \"xmax\": 182.54, \"ymax\": 1234.9243}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 57.1428, \"ymin\": 1180.16, \"xmax\": 81.74600000000001, \"ymax\": 1217.4640000000002}, \"category\": \"pne\"}]}, \"38334\": {\"path\": \"train/38334.jpg\", \"id\": 38334, \"objects\": [{\"bbox\": {\"xmin\": 1361.79, \"ymin\": 868.666, \"xmax\": 1391.2052999999999, \"ymax\": 900.0384}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1319.61, \"ymin\": 862.745, \"xmax\": 1351.4850999999999, \"ymax\": 900.9901}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1398.02, \"ymin\": 864.706, \"xmax\": 1429.703, \"ymax\": 902.9703000000001}, \"category\": \"pn\"}]}, \"83518\": {\"path\": \"train/83518.jpg\", \"id\": 83518, \"objects\": [{\"bbox\": {\"xmin\": 1237.33, \"ymin\": 949.333, \"xmax\": 1274.6667, \"ymax\": 988.0}, \"category\": \"pm30\"}]}, \"92005\": {\"path\": \"train/92005.jpg\", \"id\": 92005, \"objects\": [{\"bbox\": {\"xmin\": 711.765, \"ymin\": 709.804, \"xmax\": 807.8431, \"ymax\": 884.314}, \"category\": \"pl80\"}]}, \"97050\": {\"path\": \"train/97050.jpg\", \"id\": 97050, \"objects\": [{\"bbox\": {\"xmin\": 610.0, \"ymin\": 661.0, \"xmax\": 680.0, \"ymax\": 731.0}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1846.0, \"ymin\": 462.0, \"xmax\": 1947.0, \"ymax\": 573.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1722.0, \"ymin\": 434.0, \"xmax\": 1836.0, \"ymax\": 550.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1954.0, \"ymin\": 490.0, \"xmax\": 2040.0, \"ymax\": 598.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 286.0, \"ymin\": 712.0, \"xmax\": 341.0, \"ymax\": 773.0}, \"category\": \"pne\"}]}, \"47899\": {\"path\": \"test/47899.jpg\", \"id\": 47899, \"objects\": [{\"bbox\": {\"xmin\": 885.333, \"ymin\": 926.667, \"xmax\": 909.3333, \"ymax\": 949.3333}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 1308.0, \"ymin\": 910.667, \"xmax\": 1348.0033, \"ymax\": 949.3339000000001}, \"category\": \"pl40\"}]}, \"38157\": {\"path\": \"train/38157.jpg\", \"id\": 38157, \"objects\": [{\"bbox\": {\"xmin\": 1271.0, \"ymin\": 765.0, \"xmax\": 1312.0, \"ymax\": 811.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1220.0, \"ymin\": 765.0, \"xmax\": 1270.0, \"ymax\": 811.0}, \"category\": \"pl70\"}, {\"bbox\": {\"xmin\": 1320.0, \"ymin\": 766.0, \"xmax\": 1356.0, \"ymax\": 809.0}, \"category\": \"pn\"}]}, \"22697\": {\"path\": \"train/22697.jpg\", \"id\": 22697, \"objects\": [{\"bbox\": {\"xmin\": 1027.45, \"ymin\": 703.922, \"xmax\": 1105.8824, \"ymax\": 774.5098}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1105.88, \"ymin\": 705.882, \"xmax\": 1182.3529, \"ymax\": 772.549}, \"category\": \"pn\"}]}, \"44355\": {\"path\": \"train/44355.jpg\", \"id\": 44355, \"objects\": [{\"bbox\": {\"xmin\": 1134.67, \"ymin\": 934.667, \"xmax\": 1152.0, \"ymax\": 950.6667}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1889.33, \"ymin\": 1080.0, \"xmax\": 1932.0, \"ymax\": 1134.6667}, \"category\": \"pl5\"}]}, \"43642\": {\"path\": \"train/43642.jpg\", \"id\": 43642, \"objects\": [{\"bbox\": {\"xmin\": 1800.0, \"ymin\": 765.333, \"xmax\": 1829.3333, \"ymax\": 798.6667}, \"category\": \"p3\"}]}, \"22234\": {\"path\": \"train/22234.jpg\", \"id\": 22234, \"objects\": [{\"bbox\": {\"xmin\": 301.316, \"ymin\": 844.736, \"xmax\": 394.73679999999996, \"ymax\": 939.4735}, \"category\": \"pm55\"}, {\"bbox\": {\"xmin\": 1650.79, \"ymin\": 1003.97, \"xmax\": 1673.0158999999999, \"ymax\": 1024.6022}, \"category\": \"pn\"}]}, \"86941\": {\"path\": \"train/86941.jpg\", \"id\": 86941, \"objects\": [{\"bbox\": {\"xmin\": 563.366, \"ymin\": 1007.92, \"xmax\": 586.1386, \"ymax\": 1035.6435999999999}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1056.44, \"ymin\": 984.158, \"xmax\": 1080.198, \"ymax\": 1012.8713}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1056.44, \"ymin\": 1009.9, \"xmax\": 1083.1683, \"ymax\": 1036.6336999999999}, \"category\": \"pn\"}]}, \"92662\": {\"path\": \"other/92662.jpg\", \"id\": 92662, \"objects\": [{\"bbox\": {\"xmin\": 1350.67, \"ymin\": 900.0, \"xmax\": 1400.0, \"ymax\": 957.3333}, \"category\": \"ph4.2\"}]}, \"84181\": {\"path\": \"train/84181.jpg\", \"id\": 84181, \"objects\": [{\"bbox\": {\"xmin\": 1657.0, \"ymin\": 1075.0, \"xmax\": 1689.0, \"ymax\": 1115.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1694.0, \"ymin\": 1076.0, \"xmax\": 1727.0, \"ymax\": 1118.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1591.0, \"ymin\": 1073.0, \"xmax\": 1620.0, \"ymax\": 1112.0}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 1563.0, \"ymin\": 1075.0, \"xmax\": 1590.0, \"ymax\": 1113.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1624.0, \"ymin\": 1075.0, \"xmax\": 1653.0, \"ymax\": 1115.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1754.0, \"ymin\": 1078.0, \"xmax\": 1786.0, \"ymax\": 1120.0}, \"category\": \"ph4.2\"}, {\"bbox\": {\"xmin\": 93.0, \"ymin\": 994.0, \"xmax\": 109.0, \"ymax\": 1013.0}, \"category\": \"pl30\"}]}, \"44056\": {\"path\": \"train/44056.jpg\", \"id\": 44056, \"objects\": [{\"bbox\": {\"xmin\": 1581.42, \"ymin\": 874.336, \"xmax\": 1607.5235, \"ymax\": 904.8673}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1611.06, \"ymin\": 875.663, \"xmax\": 1637.6106, \"ymax\": 906.6372}, \"category\": \"pn\"}]}, \"29805\": {\"path\": \"train/29805.jpg\", \"id\": 29805, \"objects\": [{\"bbox\": {\"xmin\": 609.901, \"ymin\": 998.02, \"xmax\": 639.6039, \"ymax\": 1025.7417}, \"category\": \"w32\"}]}, \"86019\": {\"path\": \"train/86019.jpg\", \"id\": 86019, \"objects\": [{\"bbox\": {\"xmin\": 1784.92, \"ymin\": 966.667, \"xmax\": 1816.6667, \"ymax\": 1002.3810000000001}, \"category\": \"w59\"}]}, \"89199\": {\"path\": \"train/89199.jpg\", \"id\": 89199, \"objects\": [{\"bbox\": {\"xmin\": 61.3333, \"ymin\": 950.667, \"xmax\": 189.3333, \"ymax\": 1085.333}, \"category\": \"pm20\"}]}, \"11570\": {\"path\": \"train/11570.jpg\", \"id\": 11570, \"objects\": [{\"bbox\": {\"xmin\": 853.333, \"ymin\": 981.333, \"xmax\": 890.6664, \"ymax\": 1017.3333}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1006.67, \"ymin\": 873.333, \"xmax\": 1037.3333, \"ymax\": 905.3333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 681.333, \"ymin\": 982.667, \"xmax\": 716.0, \"ymax\": 1018.6667}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1040.0, \"ymin\": 876.0, \"xmax\": 1070.6667, \"ymax\": 905.3333}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1266.67, \"ymin\": 981.333, \"xmax\": 1290.6667, \"ymax\": 1002.6667}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1450.67, \"ymin\": 1001.33, \"xmax\": 1474.6667, \"ymax\": 1028.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1272.0, \"ymin\": 1004.0, \"xmax\": 1285.3333, \"ymax\": 1017.3333}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1272.0, \"ymin\": 1020.0, \"xmax\": 1285.3333, \"ymax\": 1036.0}, \"category\": \"i2r\"}, {\"bbox\": {\"xmin\": 1450.67, \"ymin\": 1028.0, \"xmax\": 1473.3333, \"ymax\": 1054.6667}, \"category\": \"i2r\"}]}, \"45101\": {\"path\": \"train/45101.jpg\", \"id\": 45101, \"objects\": [{\"bbox\": {\"xmin\": 805.0, \"ymin\": 897.0, \"xmax\": 858.0, \"ymax\": 949.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1070.0, \"ymin\": 992.0, \"xmax\": 1083.0, \"ymax\": 1015.0}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1092.0, \"ymin\": 975.0, \"xmax\": 1113.0, \"ymax\": 992.0}, \"category\": \"w58\"}, {\"bbox\": {\"xmin\": 806.0, \"ymin\": 955.0, \"xmax\": 852.0, \"ymax\": 991.0}, \"category\": \"w59\"}]}, \"78021\": {\"path\": \"train/78021.jpg\", \"id\": 78021, \"objects\": [{\"bbox\": {\"xmin\": 98.4127, \"ymin\": 1006.35, \"xmax\": 114.2857, \"ymax\": 1023.8095000000001}, \"category\": \"pl5\"}, {\"bbox\": {\"xmin\": 96.8254, \"ymin\": 1025.4, \"xmax\": 113.4921, \"ymax\": 1042.8571000000002}, \"category\": \"pm2\"}]}, \"54849\": {\"path\": \"train/54849.jpg\", \"id\": 54849, \"objects\": [{\"bbox\": {\"xmin\": 1545.6, \"ymin\": 357.6, \"xmax\": 1672.8, \"ymax\": 477.6}, \"category\": \"pr40\"}]}, \"86318\": {\"path\": \"train/86318.jpg\", \"id\": 86318, \"objects\": [{\"bbox\": {\"xmin\": 1564.35, \"ymin\": 1005.23, \"xmax\": 1591.1911, \"ymax\": 1032.0083}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 1297.71, \"ymin\": 980.892, \"xmax\": 1338.2189, \"ymax\": 1020.8004000000001}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1295.68, \"ymin\": 906.301, \"xmax\": 1333.3956, \"ymax\": 945.3046}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1565.72, \"ymin\": 975.068, \"xmax\": 1589.1008, \"ymax\": 1000.0024}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 1298.04, \"ymin\": 943.925, \"xmax\": 1336.8224, \"ymax\": 980.0009}, \"category\": \"p27\"}]}, \"23020\": {\"path\": \"train/23020.jpg\", \"id\": 23020, \"objects\": [{\"bbox\": {\"xmin\": 1368.32, \"ymin\": 890.099, \"xmax\": 1397.0297, \"ymax\": 917.8218}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1591.09, \"ymin\": 911.881, \"xmax\": 1607.9207999999999, \"ymax\": 933.6634}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1548.51, \"ymin\": 912.871, \"xmax\": 1566.3366, \"ymax\": 934.6531}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1567.33, \"ymin\": 911.881, \"xmax\": 1587.1287, \"ymax\": 932.6732999999999}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1261.39, \"ymin\": 884.158, \"xmax\": 1289.1089000000002, \"ymax\": 911.8812}, \"category\": \"pne\"}]}, \"14431\": {\"path\": \"train/14431.jpg\", \"id\": 14431, \"objects\": [{\"bbox\": {\"xmin\": 221.347, \"ymin\": 995.333, \"xmax\": 253.7065, \"ymax\": 1036.2687}, \"category\": \"ip\"}]}, \"79082\": {\"path\": \"train/79082.jpg\", \"id\": 79082, \"objects\": [{\"bbox\": {\"xmin\": 354.902, \"ymin\": 486.275, \"xmax\": 425.49019999999996, \"ymax\": 607.843}, \"category\": \"i2\"}, {\"bbox\": {\"xmin\": 54.902, \"ymin\": 319.608, \"xmax\": 158.824, \"ymax\": 474.51}, \"category\": \"i4\"}]}, \"63779\": {\"path\": \"other/63779.jpg\", \"id\": 63779, \"objects\": [{\"bbox\": {\"xmin\": 1543.36, \"ymin\": 1023.45, \"xmax\": 1554.8673, \"ymax\": 1046.0177}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1118.14, \"ymin\": 969.027, \"xmax\": 1132.2959, \"ymax\": 984.5133000000001}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1528.76, \"ymin\": 1024.78, \"xmax\": 1539.3805, \"ymax\": 1047.7875999999999}, \"category\": \"pne\"}]}, \"69135\": {\"path\": \"train/69135.jpg\", \"id\": 69135, \"objects\": [{\"bbox\": {\"xmin\": 1209.0, \"ymin\": 811.0, \"xmax\": 1241.0, \"ymax\": 845.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1250.0, \"ymin\": 812.0, \"xmax\": 1283.0, \"ymax\": 844.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1384.0, \"ymin\": 1010.0, \"xmax\": 1425.0, \"ymax\": 1051.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1385.0, \"ymin\": 1059.0, \"xmax\": 1424.0, \"ymax\": 1100.0}, \"category\": \"i2r\"}]}, \"88904\": {\"path\": \"other/88904.jpg\", \"id\": 88904, \"objects\": [{\"bbox\": {\"xmin\": 1122.47, \"ymin\": 933.696, \"xmax\": 1135.5103, \"ymax\": 949.2754}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1137.68, \"ymin\": 935.869, \"xmax\": 1151.087, \"ymax\": 949.6377}, \"category\": \"pn\"}]}, \"662\": {\"path\": \"test/662.jpg\", \"id\": 662, \"objects\": [{\"bbox\": {\"xmin\": 1449.5, \"ymin\": 880.198, \"xmax\": 1483.1683, \"ymax\": 914.8515}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1695.05, \"ymin\": 911.881, \"xmax\": 1716.8317, \"ymax\": 940.5941}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1642.57, \"ymin\": 910.891, \"xmax\": 1667.3266999999998, \"ymax\": 938.6139}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1671.29, \"ymin\": 907.921, \"xmax\": 1693.0692999999999, \"ymax\": 937.6238000000001}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1319.8, \"ymin\": 876.238, \"xmax\": 1352.4751999999999, \"ymax\": 914.8515000000001}, \"category\": \"pne\"}]}, \"85285\": {\"path\": \"other/85285.jpg\", \"id\": 85285, \"objects\": [{\"bbox\": {\"xmin\": 869.0789794921875, \"ymin\": 938.1064453125, \"xmax\": 892.439208984375, \"ymax\": 954.85205078125}, \"category\": \"w57\"}]}, \"10189\": {\"path\": \"test/10189.jpg\", \"id\": 10189, \"objects\": [{\"bbox\": {\"xmin\": 1041.15, \"ymin\": 911.062, \"xmax\": 1057.9646, \"ymax\": 925.2212000000001}, \"category\": \"p27\"}, {\"bbox\": {\"xmin\": 975.725, \"ymin\": 910.507, \"xmax\": 991.3046, \"ymax\": 926.0868999999999}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1041.67, \"ymin\": 927.174, \"xmax\": 1055.4348, \"ymax\": 939.8551}, \"category\": \"pn\"}]}, \"15397\": {\"path\": \"other/15397.jpg\", \"id\": 15397, \"objects\": [{\"bbox\": {\"xmin\": 945.238, \"ymin\": 949.206, \"xmax\": 959.5238, \"ymax\": 963.4921}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 892.063, \"ymin\": 950.794, \"xmax\": 903.9683, \"ymax\": 963.4920999999999}, \"category\": \"pne\"}]}, \"65141\": {\"path\": \"train/65141.jpg\", \"id\": 65141, \"objects\": [{\"bbox\": {\"xmin\": 1735.0, \"ymin\": 777.0, \"xmax\": 1795.0, \"ymax\": 848.0}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1667.0, \"ymin\": 772.0, \"xmax\": 1729.0, \"ymax\": 839.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1799.0, \"ymin\": 785.0, \"xmax\": 1856.0, \"ymax\": 852.0}, \"category\": \"pn\"}]}, \"62077\": {\"path\": \"test/62077.jpg\", \"id\": 62077, \"objects\": [{\"bbox\": {\"xmin\": 606.349, \"ymin\": 1007.14, \"xmax\": 633.3337, \"ymax\": 1035.7143}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 608.73, \"ymin\": 979.365, \"xmax\": 632.5394, \"ymax\": 1008.7304}, \"category\": \"pl10\"}]}, \"71582\": {\"path\": \"train/71582.jpg\", \"id\": 71582, \"objects\": [{\"bbox\": {\"xmin\": 1837.0, \"ymin\": 1127.97, \"xmax\": 1853.4307, \"ymax\": 1153.0236}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1597.0, \"ymin\": 704.0, \"xmax\": 1695.3285, \"ymax\": 863.545}, \"category\": \"w18\"}]}, \"30433\": {\"path\": \"train/30433.jpg\", \"id\": 30433, \"objects\": [{\"bbox\": {\"xmin\": 1805.94, \"ymin\": 700.0, \"xmax\": 1866.6574, \"ymax\": 772.2772}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1731.68, \"ymin\": 688.235, \"xmax\": 1796.0396, \"ymax\": 763.3663}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1875.46, \"ymin\": 704.873, \"xmax\": 1934.2849, \"ymax\": 781.3437}, \"category\": \"pn\"}]}, \"93873\": {\"path\": \"test/93873.jpg\", \"id\": 93873, \"objects\": [{\"bbox\": {\"xmin\": 102.97, \"ymin\": 587.129, \"xmax\": 188.1188, \"ymax\": 688.119}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1237.62, \"ymin\": 852.475, \"xmax\": 1277.2277, \"ymax\": 894.0594}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1152.48, \"ymin\": 853.465, \"xmax\": 1191.0891, \"ymax\": 895.0495000000001}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1194.06, \"ymin\": 853.465, \"xmax\": 1233.6634, \"ymax\": 894.0594}, \"category\": \"pn\"}]}, \"66741\": {\"path\": \"train/66741.jpg\", \"id\": 66741, \"objects\": [{\"bbox\": {\"xmin\": 1535.0, \"ymin\": 732.0, \"xmax\": 1583.0, \"ymax\": 785.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1483.0, \"ymin\": 731.0, \"xmax\": 1532.0, \"ymax\": 783.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1429.0, \"ymin\": 729.0, \"xmax\": 1481.0, \"ymax\": 782.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1582.0, \"ymin\": 736.0, \"xmax\": 1632.0, \"ymax\": 789.0}, \"category\": \"pn\"}]}, \"62225\": {\"path\": \"train/62225.jpg\", \"id\": 62225, \"objects\": [{\"bbox\": {\"xmin\": 1502.67, \"ymin\": 806.667, \"xmax\": 1534.6667, \"ymax\": 842.6667}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1596.0, \"ymin\": 814.667, \"xmax\": 1630.6667, \"ymax\": 849.3333}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1401.33, \"ymin\": 800.0, \"xmax\": 1434.6667, \"ymax\": 834.6667}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 1362.67, \"ymin\": 798.667, \"xmax\": 1397.3333, \"ymax\": 834.6667}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1464.0, \"ymin\": 804.0, \"xmax\": 1497.3333, \"ymax\": 837.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1561.33, \"ymin\": 813.333, \"xmax\": 1592.0, \"ymax\": 844.0}, \"category\": \"pl100\"}]}, \"83638\": {\"path\": \"test/83638.jpg\", \"id\": 83638, \"objects\": [{\"bbox\": {\"xmin\": 1624.0, \"ymin\": 868.0, \"xmax\": 1696.0, \"ymax\": 944.0}, \"category\": \"pl60\"}]}, \"60358\": {\"path\": \"other/60358.jpg\", \"id\": 60358, \"objects\": [{\"bbox\": {\"xmin\": 1392.5135498046875, \"ymin\": 801.8463745117188, \"xmax\": 1447.3275146484375, \"ymax\": 852.9963989257812}, \"category\": \"pl60\"}]}, \"26066\": {\"path\": \"test/26066.jpg\", \"id\": 26066, \"objects\": [{\"bbox\": {\"xmin\": 1839.0, \"ymin\": 918.0, \"xmax\": 1931.0, \"ymax\": 1047.0}, \"category\": \"pl120\"}]}, \"37062\": {\"path\": \"train/37062.jpg\", \"id\": 37062, \"objects\": [{\"bbox\": {\"xmin\": 1498.67, \"ymin\": 964.0, \"xmax\": 1518.6667, \"ymax\": 985.3333}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 1314.67, \"ymin\": 977.333, \"xmax\": 1330.6667, \"ymax\": 992.0}, \"category\": \"pl60\"}]}, \"49702\": {\"path\": \"train/49702.jpg\", \"id\": 49702, \"objects\": [{\"bbox\": {\"xmin\": 328.0, \"ymin\": 929.333, \"xmax\": 402.6667, \"ymax\": 1001.3333}, \"category\": \"p26\"}]}, \"17326\": {\"path\": \"train/17326.jpg\", \"id\": 17326, \"objects\": [{\"bbox\": {\"xmin\": 1532.0, \"ymin\": 880.0, \"xmax\": 1556.0, \"ymax\": 906.6667}, \"category\": \"pl40\"}]}, \"49947\": {\"path\": \"train/49947.jpg\", \"id\": 49947, \"objects\": [{\"bbox\": {\"xmin\": 1257.89, \"ymin\": 1071.05, \"xmax\": 1296.0526, \"ymax\": 1147.3683999999998}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1263.16, \"ymin\": 1001.32, \"xmax\": 1294.7368000000001, \"ymax\": 1060.5263}, \"category\": \"pl5\"}]}, \"71751\": {\"path\": \"test/71751.jpg\", \"id\": 71751, \"objects\": [{\"bbox\": {\"xmin\": 669.333, \"ymin\": 809.333, \"xmax\": 714.6664, \"ymax\": 853.3333}, \"category\": \"pl40\"}]}, \"2840\": {\"path\": \"train/2840.jpg\", \"id\": 2840, \"objects\": [{\"bbox\": {\"xmin\": 1307.94, \"ymin\": 996.026, \"xmax\": 1326.4866, \"ymax\": 1018.5427999999999}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1114.43, \"ymin\": 987.064, \"xmax\": 1130.3532, \"ymax\": 1003.4821}, \"category\": \"w59\"}]}, \"74908\": {\"path\": \"test/74908.jpg\", \"id\": 74908, \"objects\": [{\"bbox\": {\"xmin\": 944.737, \"ymin\": 860.526, \"xmax\": 977.6315999999999, \"ymax\": 894.7367999999999}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 978.947, \"ymin\": 860.526, \"xmax\": 1011.8421, \"ymax\": 893.4203}, \"category\": \"pn\"}]}, \"28979\": {\"path\": \"train/28979.jpg\", \"id\": 28979, \"objects\": [{\"bbox\": {\"xmin\": 1201.98, \"ymin\": 724.753, \"xmax\": 1269.3068, \"ymax\": 786.1379000000001}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1275.25, \"ymin\": 726.733, \"xmax\": 1336.6339, \"ymax\": 790.1001}, \"category\": \"pn\"}]}, \"21506\": {\"path\": \"train/21506.jpg\", \"id\": 21506, \"objects\": [{\"bbox\": {\"xmin\": 14.4, \"ymin\": 886.4, \"xmax\": 140.8, \"ymax\": 1048.8}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 192.0, \"ymin\": 983.2, \"xmax\": 235.2, \"ymax\": 1042.4}, \"category\": \"i2r\"}]}, \"16275\": {\"path\": \"test/16275.jpg\", \"id\": 16275, \"objects\": [{\"bbox\": {\"xmin\": 1627.0, \"ymin\": 1038.0, \"xmax\": 1679.0, \"ymax\": 1093.0}, \"category\": \"p5\"}]}, \"60569\": {\"path\": \"train/60569.jpg\", \"id\": 60569, \"objects\": [{\"bbox\": {\"xmin\": 1947.410400390625, \"ymin\": 938.457275390625, \"xmax\": 1965.947509765625, \"ymax\": 959.33837890625}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 1771.05, \"ymin\": 918.421, \"xmax\": 1792.1053, \"ymax\": 944.7368}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1690.79, \"ymin\": 911.842, \"xmax\": 1718.4252999999999, \"ymax\": 943.4207}, \"category\": \"pne\"}]}, \"55464\": {\"path\": \"other/55464.jpg\", \"id\": 55464, \"objects\": [{\"bbox\": {\"xmin\": 52.598358154296875, \"ymin\": 999.1842041015625, \"xmax\": 79.84458923339844, \"ymax\": 1019.5400390625}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 501.3800048828125, \"ymin\": 980.3778686523438, \"xmax\": 519.3342895507812, \"ymax\": 1001.0056762695312}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 502.7644958496094, \"ymin\": 1006.294677734375, \"xmax\": 520.72216796875, \"ymax\": 1023.672607421875}, \"category\": \"pn\"}]}, \"90380\": {\"path\": \"test/90380.jpg\", \"id\": 90380, \"objects\": [{\"bbox\": {\"xmin\": 1871.328125, \"ymin\": 968.8936157226562, \"xmax\": 1900.476806640625, \"ymax\": 990.7782592773438}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 661.111, \"ymin\": 942.063, \"xmax\": 688.0952, \"ymax\": 969.0476}, \"category\": \"ip\"}]}, \"24216\": {\"path\": \"other/24216.jpg\", \"id\": 24216, \"objects\": [{\"bbox\": {\"xmin\": 961.081, \"ymin\": 954.452, \"xmax\": 973.5812, \"ymax\": 965.2471}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 905.682, \"ymin\": 953.409, \"xmax\": 919.8864, \"ymax\": 965.9091}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1101.14, \"ymin\": 998.013, \"xmax\": 1114.5695, \"ymax\": 1011.9205000000001}, \"category\": \"i2r\"}]}, \"58455\": {\"path\": \"other/58455.jpg\", \"id\": 58455, \"objects\": [{\"bbox\": {\"xmin\": 1603.06494140625, \"ymin\": 914.9286499023438, \"xmax\": 1624.2109375, \"ymax\": 936.8859252929688}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1555.07568359375, \"ymin\": 911.7970581054688, \"xmax\": 1577.9326171875, \"ymax\": 934.3555297851562}, \"category\": \"pl50\"}]}, \"71017\": {\"path\": \"test/71017.jpg\", \"id\": 71017, \"objects\": [{\"bbox\": {\"xmin\": 1710.4, \"ymin\": 994.4, \"xmax\": 1741.6000000000001, \"ymax\": 1032.0}, \"category\": \"pl15\"}, {\"bbox\": {\"xmin\": 568.0, \"ymin\": 996.8, \"xmax\": 599.2, \"ymax\": 1031.2}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1665.6, \"ymin\": 1007.2, \"xmax\": 1680.8, \"ymax\": 1038.4}, \"category\": \"pne\"}, {\"bbox\": {\"xmin\": 1137.6, \"ymin\": 1000.0, \"xmax\": 1157.6, \"ymax\": 1020.8}, \"category\": \"w57\"}]}, \"26127\": {\"path\": \"test/26127.jpg\", \"id\": 26127, \"objects\": [{\"bbox\": {\"xmin\": 1580.0, \"ymin\": 905.0, \"xmax\": 1596.0, \"ymax\": 924.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1602.0, \"ymin\": 906.0, \"xmax\": 1618.0, \"ymax\": 924.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1446.0, \"ymin\": 951.0, \"xmax\": 1464.0, \"ymax\": 972.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1447.0, \"ymin\": 976.0, \"xmax\": 1463.0, \"ymax\": 994.0}, \"category\": \"i2r\"}]}, \"21296\": {\"path\": \"train/21296.jpg\", \"id\": 21296, \"objects\": [{\"bbox\": {\"xmin\": 1774.51, \"ymin\": 639.216, \"xmax\": 1860.7843, \"ymax\": 733.3333}, \"category\": \"pne\"}]}, \"63840\": {\"path\": \"test/63840.jpg\", \"id\": 63840, \"objects\": [{\"bbox\": {\"xmin\": 1527.0, \"ymin\": 1074.0, \"xmax\": 1554.0, \"ymax\": 1126.0}, \"category\": \"p23\"}, {\"bbox\": {\"xmin\": 1497.0, \"ymin\": 957.0, \"xmax\": 1515.0, \"ymax\": 975.0}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1497.0, \"ymin\": 979.0, \"xmax\": 1516.0, \"ymax\": 996.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1691.0, \"ymin\": 933.0, \"xmax\": 1712.0, \"ymax\": 955.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1690.0, \"ymin\": 963.0, \"xmax\": 1712.0, \"ymax\": 985.0}, \"category\": \"i2r\"}]}, \"43622\": {\"path\": \"train/43622.jpg\", \"id\": 43622, \"objects\": [{\"bbox\": {\"xmin\": 111.842, \"ymin\": 857.895, \"xmax\": 209.2105, \"ymax\": 968.4209999999999}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 101.316, \"ymin\": 967.105, \"xmax\": 200.0, \"ymax\": 1080.263}, \"category\": \"pn\"}]}, \"77537\": {\"path\": \"train/77537.jpg\", \"id\": 77537, \"objects\": [{\"bbox\": {\"xmin\": 1851.32, \"ymin\": 547.368, \"xmax\": 1940.7894999999999, \"ymax\": 659.211}, \"category\": \"pne\"}]}, \"42118\": {\"path\": \"train/42118.jpg\", \"id\": 42118, \"objects\": [{\"bbox\": {\"xmin\": 1478.62, \"ymin\": 908.333, \"xmax\": 1530.7971, \"ymax\": 985.5072}, \"category\": \"pne\"}]}, \"66523\": {\"path\": \"train/66523.jpg\", \"id\": 66523, \"objects\": [{\"bbox\": {\"xmin\": 1126.67, \"ymin\": 808.0, \"xmax\": 1157.3333, \"ymax\": 841.3333}, \"category\": \"pl40\"}]}, \"62762\": {\"path\": \"other/62762.jpg\", \"id\": 62762, \"objects\": [{\"bbox\": {\"xmin\": 82.20552062988281, \"ymin\": 994.7437744140625, \"xmax\": 117.66860961914062, \"ymax\": 1029.17919921875}, \"category\": \"w57\"}]}, \"30977\": {\"path\": \"train/30977.jpg\", \"id\": 30977, \"objects\": [{\"bbox\": {\"xmin\": 1782.0, \"ymin\": 892.0, \"xmax\": 1875.0, \"ymax\": 986.0}, \"category\": \"p23\"}]}, \"63542\": {\"path\": \"test/63542.jpg\", \"id\": 63542, \"objects\": [{\"bbox\": {\"xmin\": 1461.9, \"ymin\": 711.905, \"xmax\": 1528.5687, \"ymax\": 788.8892}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1532.55, \"ymin\": 719.048, \"xmax\": 1596.0327, \"ymax\": 786.5079000000001}, \"category\": \"pn\"}]}, \"94671\": {\"path\": \"train/94671.jpg\", \"id\": 94671, \"objects\": [{\"bbox\": {\"xmin\": 770.199, \"ymin\": 1282.78, \"xmax\": 792.0532, \"ymax\": 1309.2738}, \"category\": \"w57\"}]}, \"55634\": {\"path\": \"train/55634.jpg\", \"id\": 55634, \"objects\": [{\"bbox\": {\"xmin\": 413.333, \"ymin\": 974.667, \"xmax\": 461.3333, \"ymax\": 1032.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1393.33, \"ymin\": 692.0, \"xmax\": 1485.3333, \"ymax\": 784.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1389.33, \"ymin\": 978.667, \"xmax\": 1445.33, \"ymax\": 1038.6667}, \"category\": \"i2r\"}]}, \"46353\": {\"path\": \"train/46353.jpg\", \"id\": 46353, \"objects\": [{\"bbox\": {\"xmin\": 972.0, \"ymin\": 786.4, \"xmax\": 996.0, \"ymax\": 811.1999999999999}, \"category\": \"il100\"}, {\"bbox\": {\"xmin\": 1122.4, \"ymin\": 783.2, \"xmax\": 1148.0, \"ymax\": 807.2}, \"category\": \"il60\"}, {\"bbox\": {\"xmin\": 1050.4, \"ymin\": 783.2, \"xmax\": 1075.2, \"ymax\": 808.8000000000001}, \"category\": \"il80\"}, {\"bbox\": {\"xmin\": 943.2, \"ymin\": 760.8, \"xmax\": 968.0, \"ymax\": 784.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 972.0, \"ymin\": 759.2, \"xmax\": 995.2, \"ymax\": 784.0}, \"category\": \"p3\"}, {\"bbox\": {\"xmin\": 1019.2, \"ymin\": 784.0, \"xmax\": 1043.2, \"ymax\": 809.6}, \"category\": \"pl100\"}, {\"bbox\": {\"xmin\": 944.0, \"ymin\": 787.2, \"xmax\": 968.0, \"ymax\": 810.4000000000001}, \"category\": \"pl120\"}, {\"bbox\": {\"xmin\": 1091.2, \"ymin\": 784.0, \"xmax\": 1115.2, \"ymax\": 808.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1177.6, \"ymin\": 784.0, \"xmax\": 1201.6, \"ymax\": 809.6}, \"category\": \"pne\"}]}, \"75607\": {\"path\": \"test/75607.jpg\", \"id\": 75607, \"objects\": [{\"bbox\": {\"xmin\": 877.333, \"ymin\": 1040.0, \"xmax\": 912.0, \"ymax\": 1073.3333}, \"category\": \"p12\"}, {\"bbox\": {\"xmin\": 877.333, \"ymin\": 1002.67, \"xmax\": 916.0, \"ymax\": 1040.0}, \"category\": \"pl15\"}]}, \"59769\": {\"path\": \"train/59769.jpg\", \"id\": 59769, \"objects\": [{\"bbox\": {\"xmin\": 1798.67, \"ymin\": 634.667, \"xmax\": 1916.006, \"ymax\": 766.667}, \"category\": \"pl80\"}]}, \"79559\": {\"path\": \"test/79559.jpg\", \"id\": 79559, \"objects\": [{\"bbox\": {\"xmin\": 1271.0, \"ymin\": 885.0, \"xmax\": 1328.0, \"ymax\": 941.0}, \"category\": \"p19\"}, {\"bbox\": {\"xmin\": 1007.0, \"ymin\": 923.0, \"xmax\": 1035.0, \"ymax\": 951.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1008.0, \"ymin\": 953.0, \"xmax\": 1038.0, \"ymax\": 982.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1318.0, \"ymin\": 924.0, \"xmax\": 1340.0, \"ymax\": 964.0}, \"category\": \"pne\"}]}, \"216\": {\"path\": \"train/216.jpg\", \"id\": 216, \"objects\": [{\"bbox\": {\"xmin\": 241.584, \"ymin\": 946.535, \"xmax\": 274.2574, \"ymax\": 986.1386}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 241.584, \"ymin\": 1006.93, \"xmax\": 271.2871, \"ymax\": 1049.5049999999999}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 238.614, \"ymin\": 889.109, \"xmax\": 273.2673, \"ymax\": 928.7129}, \"category\": \"p26\"}]}, \"52013\": {\"path\": \"train/52013.jpg\", \"id\": 52013, \"objects\": [{\"bbox\": {\"xmin\": 1697.33, \"ymin\": 765.333, \"xmax\": 1769.3333, \"ymax\": 849.3333}, \"category\": \"pl60\"}]}, \"73301\": {\"path\": \"train/73301.jpg\", \"id\": 73301, \"objects\": [{\"bbox\": {\"xmin\": 1584.554443359375, \"ymin\": 1032.09521484375, \"xmax\": 1606.5498046875, \"ymax\": 1052.296875}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1342.23, \"ymin\": 972.908, \"xmax\": 1362.1514, \"ymax\": 990.4382}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 1343.43, \"ymin\": 994.422, \"xmax\": 1359.3625, \"ymax\": 1006.3747000000001}, \"category\": \"w59\"}]}, \"41133\": {\"path\": \"train/41133.jpg\", \"id\": 41133, \"objects\": [{\"bbox\": {\"xmin\": 1201.0, \"ymin\": 936.0, \"xmax\": 1216.0, \"ymax\": 953.0}, \"category\": \"p26\"}, {\"bbox\": {\"xmin\": 1199.0, \"ymin\": 961.0, \"xmax\": 1215.0, \"ymax\": 981.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 1326.0, \"ymin\": 973.0, \"xmax\": 1349.0, \"ymax\": 997.0}, \"category\": \"pr40\"}]}, \"67889\": {\"path\": \"train/67889.jpg\", \"id\": 67889, \"objects\": [{\"bbox\": {\"xmin\": 1356.0, \"ymin\": 856.0, \"xmax\": 1420.0, \"ymax\": 910.6667}, \"category\": \"w59\"}]}, \"81434\": {\"path\": \"test/81434.jpg\", \"id\": 81434, \"objects\": [{\"bbox\": {\"xmin\": 1950.79, \"ymin\": 1265.87, \"xmax\": 1974.6032, \"ymax\": 1295.2353999999998}, \"category\": \"i1\"}, {\"bbox\": {\"xmin\": 1950.0, \"ymin\": 1237.3, \"xmax\": 1971.4286, \"ymax\": 1264.2857}, \"category\": \"pne\"}]}, \"41163\": {\"path\": \"test/41163.jpg\", \"id\": 41163, \"objects\": [{\"bbox\": {\"xmin\": 909.163, \"ymin\": 991.633, \"xmax\": 926.2948, \"ymax\": 1009.5618000000001}, \"category\": \"pn\"}]}, \"94555\": {\"path\": \"train/94555.jpg\", \"id\": 94555, \"objects\": [{\"bbox\": {\"xmin\": 17.3333, \"ymin\": 637.333, \"xmax\": 76.0, \"ymax\": 721.333}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1773.33, \"ymin\": 848.0, \"xmax\": 1804.0, \"ymax\": 890.6667}, \"category\": \"pl40\"}]}, \"90717\": {\"path\": \"test/90717.jpg\", \"id\": 90717, \"objects\": [{\"bbox\": {\"xmin\": 556.0, \"ymin\": 900.0, \"xmax\": 609.3333, \"ymax\": 961.3333}, \"category\": \"p26\"}]}, \"94127\": {\"path\": \"train/94127.jpg\", \"id\": 94127, \"objects\": [{\"bbox\": {\"xmin\": 311.013, \"ymin\": 715.419, \"xmax\": 347.43019999999996, \"ymax\": 755.8003}, \"category\": \"p3\"}]}, \"46472\": {\"path\": \"train/46472.jpg\", \"id\": 46472, \"objects\": [{\"bbox\": {\"xmin\": 1951.0, \"ymin\": 987.0, \"xmax\": 1979.0, \"ymax\": 1017.0}, \"category\": \"p9\"}, {\"bbox\": {\"xmin\": 1573.0, \"ymin\": 990.0, \"xmax\": 1615.0, \"ymax\": 1034.0}, \"category\": \"pm30\"}, {\"bbox\": {\"xmin\": 1918.0, \"ymin\": 992.0, \"xmax\": 1947.0, \"ymax\": 1023.0}, \"category\": \"pbm\"}]}, \"33533\": {\"path\": \"train/33533.jpg\", \"id\": 33533, \"objects\": [{\"bbox\": {\"xmin\": 629.6, \"ymin\": 806.4, \"xmax\": 662.4, \"ymax\": 840.8}, \"category\": \"i4\"}, {\"bbox\": {\"xmin\": 492.8, \"ymin\": 958.4, \"xmax\": 507.2, \"ymax\": 973.6}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1403.2, \"ymin\": 979.2, \"xmax\": 1425.6000000000001, \"ymax\": 1004.0}, \"category\": \"i2r\"}]}, \"19973\": {\"path\": \"test/19973.jpg\", \"id\": 19973, \"objects\": [{\"bbox\": {\"xmin\": 1306.62, \"ymin\": 913.245, \"xmax\": 1327.8146, \"ymax\": 934.4371}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1461.59, \"ymin\": 939.735, \"xmax\": 1476.1589, \"ymax\": 955.6291}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1426.49, \"ymin\": 941.06, \"xmax\": 1441.7147, \"ymax\": 958.9404}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1443.71, \"ymin\": 939.735, \"xmax\": 1460.2649000000001, \"ymax\": 958.2781}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1210.6, \"ymin\": 911.258, \"xmax\": 1234.4370999999999, \"ymax\": 935.7616}, \"category\": \"pne\"}]}, \"65129\": {\"path\": \"train/65129.jpg\", \"id\": 65129, \"objects\": [{\"bbox\": {\"xmin\": 586.0, \"ymin\": 1105.0, \"xmax\": 623.0, \"ymax\": 1182.0}, \"category\": \"pl5\"}]}, \"7245\": {\"path\": \"other/7245.jpg\", \"id\": 7245, \"objects\": [{\"bbox\": {\"xmin\": 33.02037811279297, \"ymin\": 1328.3133544921875, \"xmax\": 59.60114288330078, \"ymax\": 1354.4356689453125}, \"category\": \"pn\"}]}, \"30809\": {\"path\": \"train/30809.jpg\", \"id\": 30809, \"objects\": [{\"bbox\": {\"xmin\": 1493.0, \"ymin\": 966.0, \"xmax\": 1545.0, \"ymax\": 1059.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 737.0, \"ymin\": 817.0, \"xmax\": 777.0, \"ymax\": 855.0}, \"category\": \"p13\"}, {\"bbox\": {\"xmin\": 736.0, \"ymin\": 858.0, \"xmax\": 775.0, \"ymax\": 896.0}, \"category\": \"pl80\"}, {\"bbox\": {\"xmin\": 735.0, \"ymin\": 899.0, \"xmax\": 774.0, \"ymax\": 939.0}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 590.0, \"ymin\": 745.0, \"xmax\": 621.0, \"ymax\": 772.0}, \"category\": \"w63\"}]}, \"30470\": {\"path\": \"train/30470.jpg\", \"id\": 30470, \"objects\": [{\"bbox\": {\"xmin\": 1744.0, \"ymin\": 781.0, \"xmax\": 1814.0, \"ymax\": 856.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1749.0, \"ymin\": 896.0, \"xmax\": 1818.0, \"ymax\": 974.0}, \"category\": \"i4l\"}, {\"bbox\": {\"xmin\": 1749.0, \"ymin\": 981.0, \"xmax\": 1820.0, \"ymax\": 1057.0}, \"category\": \"i2r\"}]}, \"13917\": {\"path\": \"test/13917.jpg\", \"id\": 13917, \"objects\": [{\"bbox\": {\"xmin\": 706.667, \"ymin\": 913.333, \"xmax\": 728.0, \"ymax\": 932.0}, \"category\": \"pl20\"}]}, \"93387\": {\"path\": \"test/93387.jpg\", \"id\": 93387, \"objects\": [{\"bbox\": {\"xmin\": 1461.33, \"ymin\": 749.333, \"xmax\": 1548.0, \"ymax\": 838.6667}, \"category\": \"pl120\"}]}, \"72383\": {\"path\": \"test/72383.jpg\", \"id\": 72383, \"objects\": [{\"bbox\": {\"xmin\": 1126.0, \"ymin\": 705.0, \"xmax\": 1185.0, \"ymax\": 766.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1223.0, \"ymin\": 706.0, \"xmax\": 1286.0, \"ymax\": 767.0}, \"category\": \"pn\"}]}, \"89287\": {\"path\": \"other/89287.jpg\", \"id\": 89287, \"objects\": [{\"bbox\": {\"xmin\": 1373.02, \"ymin\": 952.381, \"xmax\": 1387.3016, \"ymax\": 965.8729999999999}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 1357.94, \"ymin\": 950.794, \"xmax\": 1370.6349, \"ymax\": 968.254}, \"category\": \"pl50\"}, {\"bbox\": {\"xmin\": 1390.48, \"ymin\": 952.381, \"xmax\": 1403.9683, \"ymax\": 967.4608999999999}, \"category\": \"pn\"}]}, \"36853\": {\"path\": \"train/36853.jpg\", \"id\": 36853, \"objects\": [{\"bbox\": {\"xmin\": 1908.0, \"ymin\": 905.333, \"xmax\": 1970.6667, \"ymax\": 992.0}, \"category\": \"pl80\"}]}, \"32669\": {\"path\": \"train/32669.jpg\", \"id\": 32669, \"objects\": [{\"bbox\": {\"xmin\": 1161.0, \"ymin\": 825.0, \"xmax\": 1191.0, \"ymax\": 856.0}, \"category\": \"p11\"}]}, \"45903\": {\"path\": \"train/45903.jpg\", \"id\": 45903, \"objects\": [{\"bbox\": {\"xmin\": 1916.0, \"ymin\": 801.0, \"xmax\": 1988.0, \"ymax\": 888.0}, \"category\": \"pl40\"}, {\"bbox\": {\"xmin\": 1919.0, \"ymin\": 889.0, \"xmax\": 1993.0, \"ymax\": 981.0}, \"category\": \"pn\"}]}, \"66363\": {\"path\": \"other/66363.jpg\", \"id\": 66363, \"objects\": [{\"bbox\": {\"xmin\": 1568.9840087890625, \"ymin\": 974.7886962890625, \"xmax\": 1586.2589111328125, \"ymax\": 992.0008544921875}, \"category\": \"w63\"}]}, \"92425\": {\"path\": \"train/92425.jpg\", \"id\": 92425, \"objects\": [{\"bbox\": {\"xmin\": 1266.67, \"ymin\": 946.667, \"xmax\": 1322.6667, \"ymax\": 1000.0}, \"category\": \"pl120\"}]}, \"25806\": {\"path\": \"train/25806.jpg\", \"id\": 25806, \"objects\": [{\"bbox\": {\"xmin\": 807.895, \"ymin\": 718.421, \"xmax\": 871.0526, \"ymax\": 786.8421000000001}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 546.053, \"ymin\": 750.0, \"xmax\": 597.3684, \"ymax\": 811.8421}, \"category\": \"pne\"}]}, \"5992\": {\"path\": \"test/5992.jpg\", \"id\": 5992, \"objects\": [{\"bbox\": {\"xmin\": 778.0, \"ymin\": 1004.0, \"xmax\": 811.0, \"ymax\": 1035.0}, \"category\": \"ip\"}, {\"bbox\": {\"xmin\": 1145.0, \"ymin\": 780.0, \"xmax\": 1195.0, \"ymax\": 832.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1281.0, \"ymin\": 983.0, \"xmax\": 1312.0, \"ymax\": 1014.0}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1404.0, \"ymin\": 866.0, \"xmax\": 1455.0, \"ymax\": 919.0}, \"category\": \"pmr\"}]}, \"23120\": {\"path\": \"train/23120.jpg\", \"id\": 23120, \"objects\": [{\"bbox\": {\"xmin\": 1454.0, \"ymin\": 902.0, \"xmax\": 1518.0, \"ymax\": 972.0}, \"category\": \"pl120\"}]}, \"96224\": {\"path\": \"test/96224.jpg\", \"id\": 96224, \"objects\": [{\"bbox\": {\"xmin\": 1805.0, \"ymin\": 910.0, \"xmax\": 1853.0, \"ymax\": 976.0}, \"category\": \"ip\"}]}, \"83925\": {\"path\": \"train/83925.jpg\", \"id\": 83925, \"objects\": [{\"bbox\": {\"xmin\": 1793.33, \"ymin\": 860.0, \"xmax\": 1860.0, \"ymax\": 934.6667}, \"category\": \"pm55\"}]}, \"68952\": {\"path\": \"train/68952.jpg\", \"id\": 68952, \"objects\": [{\"bbox\": {\"xmin\": 1199.43, \"ymin\": 934.659, \"xmax\": 1218.7464, \"ymax\": 956.8181999999999}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1792.61, \"ymin\": 1009.66, \"xmax\": 1809.0891, \"ymax\": 1028.9736}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 1147.16, \"ymin\": 934.091, \"xmax\": 1168.7482, \"ymax\": 956.25}, \"category\": \"pne\"}]}, \"73507\": {\"path\": \"train/73507.jpg\", \"id\": 73507, \"objects\": [{\"bbox\": {\"xmin\": 1009.33, \"ymin\": 901.333, \"xmax\": 1034.6667, \"ymax\": 924.0}, \"category\": \"p5\"}, {\"bbox\": {\"xmin\": 584.0, \"ymin\": 292.0, \"xmax\": 758.667, \"ymax\": 445.33299999999997}, \"category\": \"pl30\"}, {\"bbox\": {\"xmin\": 758.667, \"ymin\": 242.667, \"xmax\": 946.667, \"ymax\": 376.0}, \"category\": \"w57\"}, {\"bbox\": {\"xmin\": 1036.0, \"ymin\": 897.333, \"xmax\": 1060.0, \"ymax\": 925.3333}, \"category\": \"pcl\"}]}, \"8292\": {\"path\": \"train/8292.jpg\", \"id\": 8292, \"objects\": [{\"bbox\": {\"xmin\": 635.0, \"ymin\": 1004.0, \"xmax\": 666.0, \"ymax\": 1038.0}, \"category\": \"i5\"}, {\"bbox\": {\"xmin\": 1375.0, \"ymin\": 472.0, \"xmax\": 1505.0, \"ymax\": 592.0}, \"category\": \"p26\"}]}, \"47301\": {\"path\": \"train/47301.jpg\", \"id\": 47301, \"objects\": [{\"bbox\": {\"xmin\": 794.667, \"ymin\": 772.0, \"xmax\": 866.6667, \"ymax\": 837.3333}, \"category\": \"pr40\"}]}, \"39900\": {\"path\": \"train/39900.jpg\", \"id\": 39900, \"objects\": [{\"bbox\": {\"xmin\": 1762.75, \"ymin\": 867.638, \"xmax\": 1825.4933, \"ymax\": 1021.782}, \"category\": \"pne\"}]}, \"7955\": {\"path\": \"train/7955.jpg\", \"id\": 7955, \"objects\": [{\"bbox\": {\"xmin\": 1297.73, \"ymin\": 759.091, \"xmax\": 1348.8682000000001, \"ymax\": 814.7727}, \"category\": \"p1\"}, {\"bbox\": {\"xmin\": 1353.98, \"ymin\": 764.205, \"xmax\": 1403.9773, \"ymax\": 816.4776}, \"category\": \"ph5\"}, {\"bbox\": {\"xmin\": 1241.48, \"ymin\": 752.841, \"xmax\": 1295.4545, \"ymax\": 809.0909}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1408.52, \"ymin\": 767.045, \"xmax\": 1457.9545, \"ymax\": 820.4544999999999}, \"category\": \"pn\"}]}, \"38560\": {\"path\": \"train/38560.jpg\", \"id\": 38560, \"objects\": [{\"bbox\": {\"xmin\": 1019.74, \"ymin\": 327.632, \"xmax\": 1211.835, \"ymax\": 484.211}, \"category\": \"pl60\"}, {\"bbox\": {\"xmin\": 1244.74, \"ymin\": 335.526, \"xmax\": 1432.891, \"ymax\": 492.105}, \"category\": \"pn\"}]}, \"68645\": {\"path\": \"train/68645.jpg\", \"id\": 68645, \"objects\": [{\"bbox\": {\"xmin\": 458.416, \"ymin\": 983.168, \"xmax\": 485.1485, \"ymax\": 1016.8317}, \"category\": \"p11\"}, {\"bbox\": {\"xmin\": 461.386, \"ymin\": 948.515, \"xmax\": 484.15840000000003, \"ymax\": 984.1584}, \"category\": \"pl5\"}]}, \"43541\": {\"path\": \"test/43541.jpg\", \"id\": 43541, \"objects\": [{\"bbox\": {\"xmin\": 1927.49, \"ymin\": 1183.67, \"xmax\": 1958.1625, \"ymax\": 1221.5139000000001}, \"category\": \"pne\"}]}, \"61598\": {\"path\": \"train/61598.jpg\", \"id\": 61598, \"objects\": [{\"bbox\": {\"xmin\": 1301.13, \"ymin\": 989.773, \"xmax\": 1326.1327, \"ymax\": 1014.7727}, \"category\": \"pg\"}, {\"bbox\": {\"xmin\": 1352.84, \"ymin\": 799.432, \"xmax\": 1401.7044999999998, \"ymax\": 851.7044}, \"category\": \"pl20\"}, {\"bbox\": {\"xmin\": 1309.66, \"ymin\": 802.273, \"xmax\": 1355.1136000000001, \"ymax\": 847.1596000000001}, \"category\": \"w13\"}]}, \"81220\": {\"path\": \"train/81220.jpg\", \"id\": 81220, \"objects\": [{\"bbox\": {\"xmin\": 106.667, \"ymin\": 841.333, \"xmax\": 132.0, \"ymax\": 880.0}, \"category\": \"p25\"}, {\"bbox\": {\"xmin\": 101.333, \"ymin\": 964.0, \"xmax\": 129.3333, \"ymax\": 998.6667}, \"category\": \"p26\"}]}, \"58681\": {\"path\": \"train/58681.jpg\", \"id\": 58681, \"objects\": [{\"bbox\": {\"xmin\": 1708.0, \"ymin\": 952.0, \"xmax\": 1753.3333, \"ymax\": 1002.6667}, \"category\": \"pl30\"}]}, \"49063\": {\"path\": \"test/49063.jpg\", \"id\": 49063, \"objects\": [{\"bbox\": {\"xmin\": 1498.295166015625, \"ymin\": 913.6915893554688, \"xmax\": 1518.445556640625, \"ymax\": 934.3252563476562}, \"category\": \"pn\"}, {\"bbox\": {\"xmin\": 1473.81, \"ymin\": 911.111, \"xmax\": 1494.4443999999999, \"ymax\": 936.5079}, \"category\": \"pl50\"}]}}}"
  },
  {
    "path": "utils/tt100k_to_voc-main/新建 Internet 快捷方式.url",
    "content": "[{000214A0-0000-0000-C000-000000000046}]\nProp3=19,11\n[InternetShortcut]\nIDList=\nURL=https://blog.csdn.net/Hankerchen/article/details/120727299\n"
  },
  {
    "path": "utils/wandb_logging/__init__.py",
    "content": ""
  },
  {
    "path": "utils/wandb_logging/log_dataset.py",
    "content": "import argparse\n\nimport yaml\n\nfrom wandb_utils import WandbLogger\n\nWANDB_ARTIFACT_PREFIX = 'wandb-artifact://'\n\n\ndef create_dataset_artifact(opt):\n    with open(opt.data) as f:\n        data = yaml.safe_load(f)  # data dict\n    logger = WandbLogger(opt, '', None, data, job_type='Dataset Creation')\n\n\nif __name__ == '__main__':\n    parser = argparse.ArgumentParser()\n    parser.add_argument('--data', type=str, default='data/coco128.yaml', help='data.yaml path')\n    parser.add_argument('--single-cls', action='store_true', help='train as single-class dataset')\n    parser.add_argument('--project', type=str, default='YOLOv5', help='name of W&B Project')\n    parser.add_argument('--entity', default=None, help='W&B entity')\n\n    opt = parser.parse_args()\n    opt.resume = False  # Explicitly disallow resume check for dataset upload job\n\n    create_dataset_artifact(opt)\n"
  },
  {
    "path": "utils/wandb_logging/sweep.py",
    "content": "import sys\nfrom pathlib import Path\nimport wandb\n\nFILE = Path(__file__).absolute()\nsys.path.append(FILE.parents[2].as_posix())  # add utils/ to path\n\nfrom train import train, parse_opt\nimport test\nfrom utils.general import increment_path\nfrom utils.torch_utils import select_device\n\n\ndef sweep():\n    wandb.init()\n    # Get hyp dict from sweep agent\n    hyp_dict = vars(wandb.config).get(\"_items\")\n\n    # Workaround: get necessary opt args\n    opt = parse_opt(known=True)\n    opt.batch_size = hyp_dict.get(\"batch_size\")\n    opt.save_dir = str(increment_path(Path(opt.project) / opt.name, exist_ok=opt.exist_ok or opt.evolve))\n    opt.epochs = hyp_dict.get(\"epochs\")\n    opt.nosave = True\n    opt.data = hyp_dict.get(\"data\")\n    device = select_device(opt.device, batch_size=opt.batch_size)\n\n    # train\n    train(hyp_dict, opt, device)\n\n\nif __name__ == \"__main__\":\n    sweep()\n"
  },
  {
    "path": "utils/wandb_logging/sweep.yaml",
    "content": "# Hyperparameters for training\n# To set range- \n# Provide min and max values as:\n#      parameter:\n#         \n#         min: scalar\n#         max: scalar\n# OR\n#\n# Set a specific list of search space-\n#     parameter: \n#         values: [scalar1, scalar2, scalar3...]\n#         \n# You can use grid, bayesian and hyperopt search strategy \n# For more info on configuring sweeps visit - https://docs.wandb.ai/guides/sweeps/configuration\n\nprogram: utils/wandb_logging/sweep.py\nmethod: random\nmetric:\n  name: metrics/mAP_0.5\n  goal: maximize\n\nparameters:\n  # hyperparameters: set either min, max range or values list\n  data:\n    value: \"data/coco128.yaml\"\n  batch_size:\n    values: [ 64 ]\n  epochs:\n    values: [ 10 ]\n\n  lr0:\n    distribution: uniform\n    min: 1e-5\n    max: 1e-1\n  lrf:\n    distribution: uniform\n    min: 0.01\n    max: 1.0\n  momentum:\n    distribution: uniform\n    min: 0.6\n    max: 0.98\n  weight_decay:\n    distribution: uniform\n    min: 0.0\n    max: 0.001\n  warmup_epochs:\n    distribution: uniform\n    min: 0.0\n    max: 5.0\n  warmup_momentum:\n    distribution: uniform\n    min: 0.0\n    max: 0.95\n  warmup_bias_lr:\n    distribution: uniform\n    min: 0.0\n    max: 0.2\n  box:\n    distribution: uniform\n    min: 0.02\n    max: 0.2\n  cls:\n    distribution: uniform\n    min: 0.2\n    max: 4.0\n  cls_pw:\n    distribution: uniform\n    min: 0.5\n    max: 2.0\n  obj:\n    distribution: uniform\n    min: 0.2\n    max: 4.0\n  obj_pw:\n    distribution: uniform\n    min: 0.5\n    max: 2.0\n  iou_t:\n    distribution: uniform\n    min: 0.1\n    max: 0.7\n  anchor_t:\n    distribution: uniform\n    min: 2.0\n    max: 8.0\n  fl_gamma:\n    distribution: uniform\n    min: 0.0\n    max: 0.1\n  hsv_h:\n    distribution: uniform\n    min: 0.0\n    max: 0.1\n  hsv_s:\n    distribution: uniform\n    min: 0.0\n    max: 0.9\n  hsv_v:\n    distribution: uniform\n    min: 0.0\n    max: 0.9\n  degrees:\n    distribution: uniform\n    min: 0.0\n    max: 45.0\n  translate:\n    distribution: uniform\n    min: 0.0\n    max: 0.9\n  scale:\n    distribution: uniform\n    min: 0.0\n    max: 0.9\n  shear:\n    distribution: uniform\n    min: 0.0\n    max: 10.0\n  perspective:\n    distribution: uniform\n    min: 0.0\n    max: 0.001\n  flipud:\n    distribution: uniform\n    min: 0.0\n    max: 1.0\n  fliplr:\n    distribution: uniform\n    min: 0.0\n    max: 1.0\n  mosaic:\n    distribution: uniform\n    min: 0.0\n    max: 1.0\n  mixup:\n    distribution: uniform\n    min: 0.0\n    max: 1.0\n  copy_paste:\n    distribution: uniform\n    min: 0.0\n    max: 1.0\n"
  },
  {
    "path": "utils/wandb_logging/wandb_utils.py",
    "content": "\"\"\"Utilities and tools for tracking runs with Weights & Biases.\"\"\"\nimport logging\nimport os\nimport sys\nfrom contextlib import contextmanager\nfrom pathlib import Path\n\nimport yaml\nfrom tqdm import tqdm\n\nsys.path.append(str(Path(__file__).parent.parent.parent))  # add utils/ to path\nfrom utils.datasets import LoadImagesAndLabels\nfrom utils.datasets import img2label_paths\nfrom utils.general import colorstr, check_dataset, check_file\n\ntry:\n    import wandb\n    from wandb import init, finish\nexcept ImportError:\n    wandb = None\n\nRANK = int(os.getenv('RANK', -1))\nWANDB_ARTIFACT_PREFIX = 'wandb-artifact://'\n\n\ndef remove_prefix(from_string, prefix=WANDB_ARTIFACT_PREFIX):\n    return from_string[len(prefix):]\n\n\ndef check_wandb_config_file(data_config_file):\n    wandb_config = '_wandb.'.join(data_config_file.rsplit('.', 1))  # updated data.yaml path\n    if Path(wandb_config).is_file():\n        return wandb_config\n    return data_config_file\n\n\ndef get_run_info(run_path):\n    run_path = Path(remove_prefix(run_path, WANDB_ARTIFACT_PREFIX))\n    run_id = run_path.stem\n    project = run_path.parent.stem\n    entity = run_path.parent.parent.stem\n    model_artifact_name = 'run_' + run_id + '_model'\n    return entity, project, run_id, model_artifact_name\n\n\ndef check_wandb_resume(opt):\n    process_wandb_config_ddp_mode(opt) if RANK not in [-1, 0] else None\n    if isinstance(opt.resume, str):\n        if opt.resume.startswith(WANDB_ARTIFACT_PREFIX):\n            if RANK not in [-1, 0]:  # For resuming DDP runs\n                entity, project, run_id, model_artifact_name = get_run_info(opt.resume)\n                api = wandb.Api()\n                artifact = api.artifact(entity + '/' + project + '/' + model_artifact_name + ':latest')\n                modeldir = artifact.download()\n                opt.weights = str(Path(modeldir) / \"last.pt\")\n            return True\n    return None\n\n\ndef process_wandb_config_ddp_mode(opt):\n    with open(check_file(opt.data)) as f:\n        data_dict = yaml.safe_load(f)  # data dict\n    train_dir, val_dir = None, None\n    if isinstance(data_dict['train'], str) and data_dict['train'].startswith(WANDB_ARTIFACT_PREFIX):\n        api = wandb.Api()\n        train_artifact = api.artifact(remove_prefix(data_dict['train']) + ':' + opt.artifact_alias)\n        train_dir = train_artifact.download()\n        train_path = Path(train_dir) / 'data/images/'\n        data_dict['train'] = str(train_path)\n\n    if isinstance(data_dict['val'], str) and data_dict['val'].startswith(WANDB_ARTIFACT_PREFIX):\n        api = wandb.Api()\n        val_artifact = api.artifact(remove_prefix(data_dict['val']) + ':' + opt.artifact_alias)\n        val_dir = val_artifact.download()\n        val_path = Path(val_dir) / 'data/images/'\n        data_dict['val'] = str(val_path)\n    if train_dir or val_dir:\n        ddp_data_path = str(Path(val_dir) / 'wandb_local_data.yaml')\n        with open(ddp_data_path, 'w') as f:\n            yaml.safe_dump(data_dict, f)\n        opt.data = ddp_data_path\n\n\nclass WandbLogger():\n    \"\"\"Log training runs, datasets, models, and predictions to Weights & Biases.\n\n    This logger sends information to W&B at wandb.ai. By default, this information\n    includes hyperparameters, system configuration and metrics, model metrics,\n    and basic data metrics and analyses.\n\n    By providing additional command line arguments to train.py, datasets,\n    models and predictions can also be logged.\n\n    For more on how this logger is used, see the Weights & Biases documentation:\n    https://docs.wandb.com/guides/integrations/yolov5\n    \"\"\"\n\n    def __init__(self, opt, name, run_id, data_dict, job_type='Training'):\n        # Pre-training routine --\n        self.job_type = job_type\n        self.wandb, self.wandb_run = wandb, None if not wandb else wandb.run\n        self.val_artifact, self.train_artifact = None, None\n        self.train_artifact_path, self.val_artifact_path = None, None\n        self.result_artifact = None\n        self.val_table, self.result_table = None, None\n        self.data_dict = data_dict\n        self.bbox_media_panel_images = []\n        self.val_table_path_map = None\n        self.max_imgs_to_log = 16 \n        # It's more elegant to stick to 1 wandb.init call, but useful config data is overwritten in the WandbLogger's wandb.init call\n        if isinstance(opt.resume, str):  # checks resume from artifact\n            if opt.resume.startswith(WANDB_ARTIFACT_PREFIX):\n                entity, project, run_id, model_artifact_name = get_run_info(opt.resume)\n                model_artifact_name = WANDB_ARTIFACT_PREFIX + model_artifact_name\n                assert wandb, 'install wandb to resume wandb runs'\n                # Resume wandb-artifact:// runs here| workaround for not overwriting wandb.config\n                self.wandb_run = wandb.init(id=run_id,\n                                            project=project,\n                                            entity=entity,\n                                            resume='allow',\n                                            allow_val_change=True)\n                opt.resume = model_artifact_name\n        elif self.wandb:\n            self.wandb_run = wandb.init(config=opt,\n                                        resume=\"allow\",\n                                        project='YOLOv5' if opt.project == 'runs/train' else Path(opt.project).stem,\n                                        entity=opt.entity,\n                                        name=name,\n                                        job_type=job_type,\n                                        id=run_id,\n                                        allow_val_change=True) if not wandb.run else wandb.run\n        if self.wandb_run:\n            if self.job_type == 'Training':\n                if not opt.resume:\n                    wandb_data_dict = self.check_and_upload_dataset(opt) if opt.upload_dataset else data_dict\n                    # Info useful for resuming from artifacts\n                    self.wandb_run.config.update({'opt': vars(opt), 'data_dict': wandb_data_dict}, allow_val_change=True)\n                self.data_dict = self.setup_training(opt, data_dict)\n            if self.job_type == 'Dataset Creation':\n                self.data_dict = self.check_and_upload_dataset(opt)\n        else:\n            prefix = colorstr('wandb: ')\n            print(f\"{prefix}Install Weights & Biases for YOLOv5 logging with 'pip install wandb' (recommended)\")\n\n    def check_and_upload_dataset(self, opt):\n        assert wandb, 'Install wandb to upload dataset'\n        config_path = self.log_dataset_artifact(check_file(opt.data),\n                                                opt.single_cls,\n                                                'YOLOv5' if opt.project == 'runs/train' else Path(opt.project).stem)\n        print(\"Created dataset config file \", config_path)\n        with open(config_path) as f:\n            wandb_data_dict = yaml.safe_load(f)\n        return wandb_data_dict\n\n    def setup_training(self, opt, data_dict):\n        self.log_dict, self.current_epoch = {}, 0\n        self.bbox_interval = opt.bbox_interval\n        if isinstance(opt.resume, str):\n            modeldir, _ = self.download_model_artifact(opt)\n            if modeldir:\n                self.weights = Path(modeldir) / \"last.pt\"\n                config = self.wandb_run.config\n                opt.weights, opt.save_period, opt.batch_size, opt.bbox_interval, opt.epochs, opt.hyp = str(\n                    self.weights), config.save_period, config.batch_size, config.bbox_interval, config.epochs, \\\n                                                                                                       config.opt['hyp']\n            data_dict = dict(self.wandb_run.config.data_dict)  # eliminates the need for config file to resume\n        if self.val_artifact is None:  # If --upload_dataset is set, use the existing artifact, don't download\n            self.train_artifact_path, self.train_artifact = self.download_dataset_artifact(data_dict.get('train'),\n                                                                                           opt.artifact_alias)\n            self.val_artifact_path, self.val_artifact = self.download_dataset_artifact(data_dict.get('val'),\n                                                                                       opt.artifact_alias)\n            \n        if self.train_artifact_path is not None:\n            train_path = Path(self.train_artifact_path) / 'data/images/'\n            data_dict['train'] = str(train_path)\n        if self.val_artifact_path is not None:\n            val_path = Path(self.val_artifact_path) / 'data/images/'\n            data_dict['val'] = str(val_path)\n\n\n        if self.val_artifact is not None:\n            self.result_artifact = wandb.Artifact(\"run_\" + wandb.run.id + \"_progress\", \"evaluation\")\n            self.result_table = wandb.Table([\"epoch\", \"id\", \"ground truth\", \"prediction\", \"avg_confidence\"])\n            self.val_table = self.val_artifact.get(\"val\")\n            if self.val_table_path_map is None:\n                self.map_val_table_path()\n            wandb.log({\"validation dataset\": self.val_table})\n        if opt.bbox_interval == -1:\n            self.bbox_interval = opt.bbox_interval = (opt.epochs // 10) if opt.epochs > 10 else 1\n        return data_dict\n\n    def download_dataset_artifact(self, path, alias):\n        if isinstance(path, str) and path.startswith(WANDB_ARTIFACT_PREFIX):\n            artifact_path = Path(remove_prefix(path, WANDB_ARTIFACT_PREFIX) + \":\" + alias)\n            dataset_artifact = wandb.use_artifact(artifact_path.as_posix().replace(\"\\\\\", \"/\"))\n            assert dataset_artifact is not None, \"'Error: W&B dataset artifact doesn\\'t exist'\"\n            datadir = dataset_artifact.download()\n            return datadir, dataset_artifact\n        return None, None\n\n    def download_model_artifact(self, opt):\n        if opt.resume.startswith(WANDB_ARTIFACT_PREFIX):\n            model_artifact = wandb.use_artifact(remove_prefix(opt.resume, WANDB_ARTIFACT_PREFIX) + \":latest\")\n            assert model_artifact is not None, 'Error: W&B model artifact doesn\\'t exist'\n            modeldir = model_artifact.download()\n            epochs_trained = model_artifact.metadata.get('epochs_trained')\n            total_epochs = model_artifact.metadata.get('total_epochs')\n            is_finished = total_epochs is None\n            assert not is_finished, 'training is finished, can only resume incomplete runs.'\n            return modeldir, model_artifact\n        return None, None\n\n    def log_model(self, path, opt, epoch, fitness_score, best_model=False):\n        model_artifact = wandb.Artifact('run_' + wandb.run.id + '_model', type='model', metadata={\n            'original_url': str(path),\n            'epochs_trained': epoch + 1,\n            'save period': opt.save_period,\n            'project': opt.project,\n            'total_epochs': opt.epochs,\n            'fitness_score': fitness_score\n        })\n        model_artifact.add_file(str(path / 'last.pt'), name='last.pt')\n        wandb.log_artifact(model_artifact,\n                           aliases=['latest', 'last', 'epoch ' + str(self.current_epoch), 'best' if best_model else ''])\n        print(\"Saving model artifact on epoch \", epoch + 1)\n\n    def log_dataset_artifact(self, data_file, single_cls, project, overwrite_config=False):\n        with open(data_file) as f:\n            data = yaml.safe_load(f)  # data dict\n        check_dataset(data)\n        nc, names = (1, ['item']) if single_cls else (int(data['nc']), data['names'])\n        names = {k: v for k, v in enumerate(names)}  # to index dictionary\n        self.train_artifact = self.create_dataset_table(LoadImagesAndLabels(\n            data['train'], rect=True, batch_size=1), names, name='train') if data.get('train') else None\n        self.val_artifact = self.create_dataset_table(LoadImagesAndLabels(\n            data['val'], rect=True, batch_size=1), names, name='val') if data.get('val') else None\n        if data.get('train'):\n            data['train'] = WANDB_ARTIFACT_PREFIX + str(Path(project) / 'train')\n        if data.get('val'):\n            data['val'] = WANDB_ARTIFACT_PREFIX + str(Path(project) / 'val')\n        path = data_file if overwrite_config else '_wandb.'.join(data_file.rsplit('.', 1))  # updated data.yaml path\n        data.pop('download', None)\n        data.pop('path', None)\n        with open(path, 'w') as f:\n            yaml.safe_dump(data, f)\n\n        if self.job_type == 'Training':  # builds correct artifact pipeline graph\n            self.wandb_run.use_artifact(self.val_artifact)\n            self.wandb_run.use_artifact(self.train_artifact)\n            self.val_artifact.wait()\n            self.val_table = self.val_artifact.get('val')\n            self.map_val_table_path()\n        else:\n            self.wandb_run.log_artifact(self.train_artifact)\n            self.wandb_run.log_artifact(self.val_artifact)\n        return path\n\n    def map_val_table_path(self):\n        self.val_table_path_map = {}\n        print(\"Mapping dataset\")\n        for i, data in enumerate(tqdm(self.val_table.data)):\n            self.val_table_path_map[data[3]] = data[0]\n\n    def create_dataset_table(self, dataset, class_to_id, name='dataset'):\n        # TODO: Explore multiprocessing to slpit this loop parallely| This is essential for speeding up the the logging\n        artifact = wandb.Artifact(name=name, type=\"dataset\")\n        img_files = tqdm([dataset.path]) if isinstance(dataset.path, str) and Path(dataset.path).is_dir() else None\n        img_files = tqdm(dataset.img_files) if not img_files else img_files\n        for img_file in img_files:\n            if Path(img_file).is_dir():\n                artifact.add_dir(img_file, name='data/images')\n                labels_path = 'labels'.join(dataset.path.rsplit('images', 1))\n                artifact.add_dir(labels_path, name='data/labels')\n            else:\n                artifact.add_file(img_file, name='data/images/' + Path(img_file).name)\n                label_file = Path(img2label_paths([img_file])[0])\n                artifact.add_file(str(label_file),\n                                  name='data/labels/' + label_file.name) if label_file.exists() else None\n        table = wandb.Table(columns=[\"id\", \"train_image\", \"Classes\", \"name\"])\n        class_set = wandb.Classes([{'id': id, 'name': name} for id, name in class_to_id.items()])\n        for si, (img, labels, paths, shapes) in enumerate(tqdm(dataset)):\n            box_data, img_classes = [], {}\n            for cls, *xywh in labels[:, 1:].tolist():\n                cls = int(cls)\n                box_data.append({\"position\": {\"middle\": [xywh[0], xywh[1]], \"width\": xywh[2], \"height\": xywh[3]},\n                                 \"class_id\": cls,\n                                 \"box_caption\": \"%s\" % (class_to_id[cls])})\n                img_classes[cls] = class_to_id[cls]\n            boxes = {\"ground_truth\": {\"box_data\": box_data, \"class_labels\": class_to_id}}  # inference-space\n            table.add_data(si, wandb.Image(paths, classes=class_set, boxes=boxes), list(img_classes.values()),\n                           Path(paths).name)\n        artifact.add(table, name)\n        return artifact\n\n    def log_training_progress(self, predn, path, names):\n            class_set = wandb.Classes([{'id': id, 'name': name} for id, name in names.items()])\n            box_data = []\n            total_conf = 0\n            for *xyxy, conf, cls in predn.tolist():\n                if conf >= 0.25:\n                    box_data.append(\n                        {\"position\": {\"minX\": xyxy[0], \"minY\": xyxy[1], \"maxX\": xyxy[2], \"maxY\": xyxy[3]},\n                         \"class_id\": int(cls),\n                         \"box_caption\": \"%s %.3f\" % (names[cls], conf),\n                         \"scores\": {\"class_score\": conf},\n                         \"domain\": \"pixel\"})\n                    total_conf = total_conf + conf\n            boxes = {\"predictions\": {\"box_data\": box_data, \"class_labels\": names}}  # inference-space\n            id = self.val_table_path_map[Path(path).name]\n            self.result_table.add_data(self.current_epoch,\n                                       id,\n                                       self.val_table.data[id][1],\n                                       wandb.Image(self.val_table.data[id][1], boxes=boxes, classes=class_set),\n                                       total_conf / max(1, len(box_data))\n                                       )\n\n    def val_one_image(self, pred, predn, path, names, im):\n        if self.val_table and self.result_table: # Log Table if Val dataset is uploaded as artifact\n            self.log_training_progress(predn, path, names)\n        else: # Default to bbox media panelif Val artifact not found\n            if len(self.bbox_media_panel_images) < self.max_imgs_to_log and self.current_epoch > 0:\n                if self.current_epoch % self.bbox_interval == 0:\n                    box_data = [{\"position\": {\"minX\": xyxy[0], \"minY\": xyxy[1], \"maxX\": xyxy[2], \"maxY\": xyxy[3]},\n                                 \"class_id\": int(cls),\n                                 \"box_caption\": \"%s %.3f\" % (names[cls], conf),\n                                 \"scores\": {\"class_score\": conf},\n                                 \"domain\": \"pixel\"} for *xyxy, conf, cls in pred.tolist()]\n                    boxes = {\"predictions\": {\"box_data\": box_data, \"class_labels\": names}}  # inference-space\n                    self.bbox_media_panel_images.append(wandb.Image(im, boxes=boxes, caption=path.name))\n\n        \n    def log(self, log_dict):\n        if self.wandb_run:\n            for key, value in log_dict.items():\n                self.log_dict[key] = value\n\n    def end_epoch(self, best_result=False):\n        if self.wandb_run:\n            with all_logging_disabled():\n                if self.bbox_media_panel_images:\n                    self.log_dict[\"Bounding Box Debugger/Images\"] = self.bbox_media_panel_images\n                wandb.log(self.log_dict)\n                self.log_dict = {}\n                self.bbox_media_panel_images = []\n            if self.result_artifact:\n                self.result_artifact.add(self.result_table, 'result')\n                wandb.log_artifact(self.result_artifact, aliases=['latest', 'last', 'epoch ' + str(self.current_epoch),\n                                                                  ('best' if best_result else '')])\n\n                wandb.log({\"evaluation\": self.result_table})\n                self.result_table = wandb.Table([\"epoch\", \"id\", \"ground truth\", \"prediction\", \"avg_confidence\"])\n                self.result_artifact = wandb.Artifact(\"run_\" + wandb.run.id + \"_progress\", \"evaluation\")\n\n    def finish_run(self):\n        if self.wandb_run:\n            if self.log_dict:\n                with all_logging_disabled():\n                    wandb.log(self.log_dict)\n            wandb.run.finish()\n\n\n@contextmanager\ndef all_logging_disabled(highest_level=logging.CRITICAL):\n    \"\"\" source - https://gist.github.com/simon-weber/7853144\n    A context manager that will prevent any logging messages triggered during the body from being processed.\n    :param highest_level: the maximum logging level in use.\n      This would only need to be changed if a custom level greater than CRITICAL is defined.\n    \"\"\"\n    previous_level = logging.root.manager.disable\n    logging.disable(highest_level)\n    try:\n        yield\n    finally:\n        logging.disable(previous_level)\n"
  }
]