# unet_model **Repository Path**: lulugay/unet_model ## Basic Information - **Project Name**: unet_model - **Description**: unet模型加全整型量化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-16 - **Last Updated**: 2026-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unet_infrared 本项目是基于 Unet 网络的红外图像复原项目,主要用于红外图像的去噪和去模糊。 ## 目录 - [Unet\_infrared](#unet_infrared) - [目录](#目录) - [运行环境](#运行环境) - [项目流程](#项目流程) ## 运行环境 ```shell pip install -r requirements.txt ``` ## 项目流程 本项目分为以下5个部分,应依次运行: 1. [数据集生成](./DataGeneration/) 2. [训练](./Train/) 3. [测试](./Test/) 4. [模型剪枝](./Prune/)(可选) 5. [模型部署](./Deploy/)