# GAMMA **Repository Path**: PPPPLeung/gamma ## Basic Information - **Project Name**: GAMMA - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-16 - **Last Updated**: 2021-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装 ```bash # 一个比较好用的excel库 pip install openpyxl # 已带cudatoolkit和cudnn pip install paddlepaddle-gpu -i https://mirror.baidu.com/pypi/simple pip install opencv-python ``` # 项目说明 - dataset.py 数据集加载与预处理文件 - model.py 模型结构 - train.py 模型训练文件 - val.py 模型评估文件 - /Disc_Cup_Fovea_check 数据集图片目录 - /model 模型结构+权重保存目录 - gt.xlsx 模型groundtruth文件 - .gitignore 告诉git哪些文件忽略,不需要添加到文件管理