实验过程中遇到的一些问题总结
修改屏幕分辨率
sudo gedit /etc/default/grub
进行修改之后进行一下命令
sudo update-grub
reboot重启
source /home/mrtrying/anaconda3/bin/activate
source activate
conda create --name py python=3.7.3
#添加清华镜像源
conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
#移除清华镜像源
conda config --remove channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
pip3下载豆瓣镜像和清华镜像
-i https://pypi.douban.com/simple/
-i https://pypi.tuna.tsinghua.edu.cn/simple/
先装aconda3,再装opencv
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D BUILD_SHARED_LIBS=OFF -D WITH_OPENMP=ON -D ENABLE_PRECOMPILED_HEADERS=OFF …
pylint没有被安装,在conda创建的环境中安装pylint,然后在用户setting.json中添加下面,python3是自己安装的python路径
“python.pythonPath”: “/usr/local/bin/python3”,
“python.linting.pylintEnabled”: true,
“python.linting.enabled”: false
vscode不能单独调试调用自己创建的conda环境在setting json中添加一下命令
“terminal.integrated.inheritEnv”: true,
安装搜狗输入法
要在系统设置里面的默认设置的ficx切换为ibus,然后对搜狗输入法进行解压压缩包
终端中自动运用或者取消conda
方法一:
每次在命令行通过conda deactivate退出base环境回到系统自动的环境
方法二
1,通过将auto_activate_base参数设置为false实现:
conda config --set auto_activate_base false
2,那要进入的话通过conda activate base
3,如果反悔了还是希望base一直留着的话通过
conda config --set auto_activate_base true
恢复
解决u盘不能挂在问题,不是移动硬盘
sudo apt-get install exfat-fuse exfat-utils
siamfc++遇到问题
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch-nightly
查看内存使用情况
free -h
Ocean遇到的压缩包问题
cat got10k.tar.* > got10k_cat.tar