当前位置:网站首页>Simple pedestrian recognition code to 88% accuracy Zheng Zhedong preparation
Simple pedestrian recognition code to 88% accuracy Zheng Zhedong preparation
2022-07-26 09:27:00 【asiwxy】
python install
choice 3.6 edition
Download address :https://www.python.org/downloads/
Reference resources :https://blog.csdn.net/a1173356881/article/details/82525960
pip To configure
Forget the
There is a warning , Version too high .
anaconda install
Remember to install python3.6 edition
Reference resources :https://www.bilibili.com/video/av74281036/( video )
Configuration environment :https://blog.csdn.net/ITLearnHall/article/details/81708148
Numpy install (anaconda Automatic installation )
choice python3.6 and 64 Bit version
Reference resources :https://blog.csdn.net/Octal_H/article/details/829600579
Great slowness
Cuda install
Reference resources :https://zhuanlan.zhihu.com/p/94220564?utm_source=wechat_session
pytorch install
website :https://www.2nzz.com/thread-22288-1-1.html( This can download the complete , Use Tsinghua garden )
Download of database and code
Database download is slow , Direct to :
The code is fast , Download it yourself !
debugging
Part 1.2: Build Neural Network (model.py)
take mode.py The corresponding part of the article is changed to the code provided by the article
Part 1.3: Training (python train.py)
Problems arise :
1. No, train.py in import Part of , Directly in anaconda Inside installation , Specific Baidu is easy
2. RuntimeError: Cuda extensions are being compiled with a version of Cuda that does not match the version used to compile Pytorch binaries. Pytorch binaries were compiled with Cuda 10.1.
In some cases, a minor-version mismatch will not cause later errors: https://github.com/NVIDIA/apex/pull/323#discussion_r287021798. You can try commenting out this check (at your own risk).
Reference resources :https://zhuanlan.zhihu.com/p/80386137
It's going to have to be re installed cuda, Poor and helpless
【 notes 】 Updating nvidia When driving , Lost his control panel . I can't download it in the store , terms of settlement :https://tieba.baidu.com/p/6428818498
边栏推荐
- keepalived 实现mysql自动故障切换
- Redis principle and usage - installation and distributed configuration
- Selection and practice of distributed tracking system
- What is asynchronous operation
- Fiddler抓包工具之移动端抓包
- Does volatile rely on the MESI protocol to solve the visibility problem? (next)
- 音视频知识
- 安卓 实现缓存机制,多种数据类型缓存
- Voice chat app source code - Nath live broadcast system source code
- Cat installation and use
猜你喜欢
随机推荐
您的登录IP不在管理员配置的登录掩码范围内
2022 tea artist (intermediate) special operation certificate examination question bank simulated examination platform operation
Use of off heap memory
微信小程序AvatarCropper 头像裁剪
Basic use of ArcGIS 1
Windows下Redis哨兵模式搭建
【Mysql】redo log,undo log 和binlog详解(四)
arcgis的基本使用1
微信小程序开发
Sliding window, double pointer, monotone queue, monotone stack
Local cache
面试题目大赏
OpenCV 表格识别之表格提取(二)
mysql5.7.25主从复制(单向)
WARNING: [pool www] server reached pm.max_children setting (5), consider raising it
Solve "note: one or more layouts are missing the layout_width or layout_height attributes."
Your login IP is not within the login mask configured by the administrator
Personality test system V1.0
el-table的formatter属性的用法
语音聊天app源码——钠斯直播系统源码








