# object-detection-ui **Repository Path**: cgsdfc/object-detection-ui ## Basic Information - **Project Name**: object-detection-ui - **Description**: A multi-panel UI for configuration, training monitoring and single/multi-shot inference of the few-shot remote sensing object detector FSODM. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-11 - **Last Updated**: 2023-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: PyQt ## README # 基于元学习小样本目标检测
## 安装依赖 ```shell conda env create -f /home/liao/codes/Object_Detection_UI/environment_UI.yml ``` ## 运行界面 ```shell cd /home/liao/codes/Object_Detection_UI/ ./run_UI.sh ``` ## 运行打包好的二进制文件 若安装依赖遇到困难,可以直接运行打包好的二进制文件,不需要安装任何依赖。 ```shell cd /home/liao/codes/Object_Detection_UI/ ./dist/main/main ```