当前位置:网站首页>Computer Vision Tools Chain
Computer Vision Tools Chain
2022-06-26 04:58: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
边栏推荐
- [H5 development] 03- take you hand in hand to improve H5 development - single submission vs batch submission with a common interface
- Nabicat connection: local MySQL & cloud service MySQL and error reporting
- Multipass中文文档-移除实例
- File upload and security dog
- Nabicat连接:本地Mysql&&云服务Mysql以及报错
- Pycharm package import error without warning
- Simple application of KMP
- Rsync common error messages (common errors on the window)
- 2.< tag-动态规划和常规问题>lt.343. 整数拆分
- 2022.1.24
猜你喜欢
Nabicat connection: local MySQL & cloud service MySQL and error reporting
6.1 - 6.2 公钥密码学简介
ModuleNotFoundError: No module named ‘numpy‘
Multipass Chinese document - setup driver
Multipass中文文档-设置驱动
天才制造者:獨行俠、科技巨頭和AI|深度學習崛起十年
Rdkit chemical formula molecular formula search
Use of better scroll
2022.1.24
UWB超高精度定位系统原理图
随机推荐
Computer Vision Tools Chain
Svn error command revert error previous operation has not finished; run ‘ cleanup‘ if
Simple application of KMP
File upload and security dog
Multipass中文文档-提高挂载性能
numpy 随机数
Pycharm package import error without warning
5. < tag stack and general problems > supplement: lt.946 Verify the stack sequence (the same as the push in and pop-up sequence of offer 31. stack)
1.16 learning summary
Multipass中文文档-设置驱动
LeetCode 94. Middle order traversal of binary tree
[latex] error type summary (hold the change)
Machine learning final exercises
22.2.8
[IDE(ImageBed)]Picgo+Typora+aliyunOSS部署博客图床(2022.6)
How MySQL deletes all redundant duplicate data
Introduction to classification data cotegory and properties and methods of common APIs
天才制造者:獨行俠、科技巨頭和AI|深度學習崛起十年
微服务之间的Token传递之一@Feign的token传递
Datetime data type - min() get the earliest date and date_ Range() creates a date range, timestamp() creates a timestamp, and tz() changes the time zone