# R-CNN pytorch实现 **Repository Path**: wtryb/r-cnn-pytorch-implementation ## Basic Information - **Project Name**: R-CNN pytorch实现 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-10-26 - **Last Updated**: 2023-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # R-CNN的pytorch实现 > 参考文献:*Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation* >      *https://blog.csdn.net/qq_41694024/category_12145273.html* > 参考项目:*https://github.com/object-detection-algorithm/R-CNN* 模型参数文件:链接:``https://pan.baidu.com/s/1EWYcYuhwK5s7x1yOTe7rlQ?pwd=lgsf 提取码:lgsf `` 下载网盘里的模型参数然后放进``./models``文件夹内 环境配置: python3.10 ``pip install -r requirements.txt``