# gaofen-commit **Repository Path**: wang-xiaoming/gaofen-commit ## Basic Information - **Project Name**: gaofen-commit - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-25 - **Last Updated**: 2021-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gaofen-commit ### 1. 准备 下载训练好的的weight,放到`pretrained`目录下 ### 2. 本地跑 安装依赖包: ```shell # use conda torch torchvision ``` 然后执行命令: ```shell python run.py input output ``` ### 3. docker跑 直接执行命令: ```shell docker build -t gaofentest/test:v0.1 . ```