Skip to content

thetime50/opencv-practice

Repository files navigation

opencv-practice

[一起来撸]OpenCV最新4.1.1官网直击

OpenCV-Python Tutorials

tool:

TOC

info

pose.gif

环境

2.10
conda create --name tf-cv imutils tensorflow=2.10 opencv pandas numpy matplotlib ipykernel

conda install --name tf-cv scikit-learn scikit-image
pip install py-sudoku

conda env create -f tf-cv.yml

conda gpu

https://blog.csdn.net/xuchaoxin1375/article/details/129698338

Note: Do not install TensorFlow with conda. It may not have the latest stable version. pip is recommended since TensorFlow is only officially released to PyPI.

conda create --name tf-cv python=3.9 conda activate tf-cv

python -m pip install --upgrade pip pip index versions tensorflow conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0 pip install tensorflow==2.10 opencv-python conda install imutils pandas numpy matplotlib ipykernel conda install scikit-learn scikit-image
pip install py-sudoku

添加到jupyter内核选项

python kernel install --user --name tf-cv --display-name "tf-cv"

dependency conflicts

dephell-licenses 0.1.7 requires attrs, which is not installed. dephell-markers 1.0.3 requires attrs, which is not installed. dephell-pythons 0.1.15 requires attrs, which is not installed. dephell-venvs 0.1.18 requires attrs, which is not installed. html5lib 1.1 requires webencodings, which is not installed.

conda 更新

conda update anaconda-navigator
y
conda update anaconda-client
y
conda update -f anaconda-client
y
conda update navigator-updater
y

tf-gpu win最后支持版本

tf2.10是最后支持win gpu的版本 之后的在wsl2上安装 2.10 last version to support native Windows GPU

在wsl中搭建tf-gpu环境

安装miniconda

mkdir -p ~/miniconda3
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
rm -rf ~/miniconda3/miniconda.sh

【Linux】conda: command not found解决办法

vim ~/.bashrc 在最后一行加上 export PATH=$PATH:/home/thetime/miniconda3/bin 保存后运行 source ~/.bashrc 测试 conda info --envs

About

opencv-practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages