daily plan
深度学习数据集处理(需要python-opencv环境
敲代码
数据集处理
安装libopencv-dev依赖包,运行命令 sudo apt install libopencv-dev
因为系统中已经安装了python3和pip3,所以运行sudo pip3 install opencv-python命令
成功之后,运行python3,进入编译界面,导入库查看版本
查阅发现未安装skimage库。
sudo apt-get install python3-numpy
sudo apt-get install python3-scipy$
sudo apt-get install python3-matplotlib
sudo pip3 install scikit-image
gamma校正
python3 gamma.py ~/high/ ~/new