当前位置:网站首页>Computer Vision Tools Chain
Computer Vision Tools Chain
2022-06-26 04:56:00 【unix2linux】
CMake-3.23.2
https://cmake.org/download/
cmake -version
cmake version 3.23.2
OpenCV-4.5.5
https://opencv.org/releases/
Dlib-19.24
http://dlib.net/
CUDA-11.6 + cuDNN-8.4
https://developer.download.nvidia.cn/compute/cuda/11.6.1/local_installers/cuda_11.6.1_511.65_windows.exe
https://developer.download.nvidia.cn/compute/cudnn/secure/8.4.0/local_installers/11.6/cudnn-windows-x86_64-8.4.0.27_cuda11.6-archive.zip?NVxi2VZ91Bmsq17yUNQLWSv-a1y0zwkyR4-3dxy3TLqb3EVVdt7UBgq_SYOcdb60dCYUu_qlsAf3RYu4JVjrwWlzod1ozTsdq1tmuxxs1hMY1wx6GqfV4VlNrwHSb5EOA785RnyR8IvfGChyXUKJ6gY6xOKz_oE6LxXaB5uIkcHeqZK7hbYSRZHUXcpZcQX_wN6775BmGjI0NuedHCiqyuB4&t=eyJscyI6IndlYnNpdGUiLCJsc2QiOiJkZXZlbG9wZXIubnZpZGlhLmNvbVwvY3VkYS10b29sa2l0LWFyY2hpdmUifQcudnn-windows-x86_64-8.4.0.27_cuda11.6-archive.zip
MiniConda
https://conda.io/en/latest/miniconda.html
Torch-1.11.0
https://pytorch.org
https://download.pytorch.org/whl/cu113/torch-1.11.0%2Bcu113-cp38-cp38-win_amd64.whl
https://download.pytorch.org/whl/cu113/torchvision-0.12.0%2Bcu113-cp38-cp38-win_amd64.whl
Check GPU
import torch
import torchvision
print(torch.__version__)
print(torch.version.cuda)
print(torch.cuda.is_available())
print(torch.cuda.get_device_name())
1.11.0+cu113
11.3
True
NVIDIA GeForce RTX 2060
边栏推荐
- Numpy general function
- 微信小程序保存圖片的方法
- [H5 development] 02 take you to develop H5 list page ~ including query, reset and submission functions
- 2.9 learning summary
- Database design (I)
- Multipass Chinese document - use instance command alias
- Text horizontal alignment attribute text align and element vertical alignment attribute vertical align
- 1.13 learning summary
- 1.17 learning summary
- Motivational skills for achieving goals
猜你喜欢
A method of quickly transplanting library function code to register code by single chip microcomputer
File upload and security dog
0622 horse palm fell 9%
2.22.2.14
Statsmodels Library -- linear regression model
Zuul 實現動態路由
Multipass Chinese document - remote use of multipass
pycharm 导包错误没有警告
MySql如何删除所有多余的重复数据
1.24 learning summary
随机推荐
排序查询
YOLOV5训练结果的解释
Multipass Chinese documents - improve mount performance
Multipass中文文档-移除实例
Multipass Chinese document - remove instance
Rsync common error messages (common errors on the window)
Multipass中文文档-远程使用Multipass
How to carry out word-of-mouth marketing for enterprises' products and services? Can word of mouth marketing be done on behalf of others?
1.12 learning summary
A new paradigm for large model application: unified feature representation optimization (UFO)
天才制造者:獨行俠、科技巨頭和AI|深度學習崛起十年
2022.1.23
图解OneFlow的学习率调整策略
Multipass Chinese document - use multipass service to authorize the client
1.24 learning summary
Numpy data input / output
pycharm 导包错误没有警告
PowerShell runtime system IO exceptions
numpy 索引及切片
2022.1.24