目标检测------>>>>R2CNN_Faster-RCNN_Tensorflow项目环境得配置

项目地址:https://github.com/DetectionTeamUCAS/R2CNN_Faster-RCNN_Tensorflow

第一种cuda10.1安装:

cuda10.1 cudnn7.5.下得安装

 

创建虚拟环境:

1
conda create -n conpy35 python=3.5.6

  

  第一步安装tensorflow 1.14: 

1
pip install  tensorflow-1.14.0-cp35-cp35m-manylinux1_x86_64.whl

  安装包得地址在:

第二步:编译

 

1
2
3
4
cd $PATH_ROOT/libs/box_utils/
python setup.py build_ext --inplace<br>
cd $PATH_ROOT/libs/box_utils/cython_utils
python setup.py build_ext --inplace

  第三步安装需求文件;

1
2
cd $PATH_ROOT
pip install -r requirements.txt
AttributeError: module 'cv2.cv2' has no attribute 'xfeatures2d'的解决办法
1
2
pip uninstall opencv-contrib-python
pip install opencv-contrib-python=3.4.1.15

https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/opencv-python/  

 https://pypi.tuna.tsinghua.edu.cn/simple/opencv-contrib-python/

最新的——跟新于2022年3月2日:

https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/opencv-contrib-python/

  

posted @   水木清扬  阅读(96)  评论(0编辑  收藏  举报
编辑推荐:
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
历史上的今天:
2019-05-14 HALCON导出函数
2019-05-14 chan-vese模型
点击右上角即可分享
微信分享提示