# test_tool **Repository Path**: yu-sizhou/test_tool ## Basic Information - **Project Name**: test_tool - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-23 - **Last Updated**: 2024-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 ### 数据结构 ``` data_root_folder/ └── .../ └── .../ ├── image_folder/ ├── xxxxx01.JPG ├── xxxxx02.JPG ├── xxxxx03.JPG └── ... └── air_line_folder/ └── xxxxxxxx.json ``` > - 图片所在的文件夹和航线文件所在的文件夹在同一级目录下。 > - 每一组图片所在的文件夹对应一个航线文件所在的文件夹。 > - 任意一组图片所在的文件夹和对应的航线文件的位置任意,但每一组要在同级目录。 > - 图片文件夹及其文件和航线文件夹及其文件的名字任意。 ## 产生json和csv数据 #### 产生数据 1. 更改config/create_data_config.ini中的配置 2. 运行src/create_input_data.py产生json和csv输入数据 ## 测试 1. 更改config/tool_config.ini中的配置 2. 运行src/test_tool_demo.py评测,并产生json和csv输出数据