# bio-super-resolution **Repository Path**: monash_li/bio-super-resolution ## Basic Information - **Project Name**: bio-super-resolution - **Description**: ESPCN超分辨率。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-05 - **Last Updated**: 2023-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bio-super-resolution #### 介绍 ESPCN超分辨率。 #### 软件架构 这是一个使用pytorch实现图片超分辨率的工具,此处仅仅是一个简单的实现,后续会加入更多的模型,以及更多的功能。 目前支持最快速的ESPCN模型。 #### 安装教程 1. 安装pytorch,torchvision 2. 安装opencv-python-headless 3. 安装natsort 4. 安装tqdm 5. 安装flatbuffers 以上所需组件全部都可以使用pip进行安装。如果pip安装有困难,请更换至中国大陆源。 #### 使用说明 1. 将需要进行超分辨率的图片方式./figure_input目录下 2. 运行super-reso.py。具体参数可以看super-reso.py的main函数的params