# RefDet-Pytorch1.5 **Repository Path**: slytheringe/ref-det-pytorch1.5 ## Basic Information - **Project Name**: RefDet-Pytorch1.5 - **Description**: A RefDet model using the new version of pytorch - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-11 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目说明 本项目主要用于学习使用pytorch进行网络的搭建 参考自以下两个优秀项目: https://github.com/luuuyi/RefineDet.PyTorch https://github.com/lzx1413/PytorchSSD 原项目使用0.4版的pytorch实现了RefineDet,本项目参考以上两个项目使用1.5版的pytorch进行实现,在源代码的基础上做了部分移植、优化与注释。 ### 目前项目仍在开发中,仅作为进度展示使用