原创 Nomachine 白屏解決方法 ubuntu

打開/etc/gdm/custom.conf (ubuntu18.04也可能是gdm3) 去掉 #WaylandEnable=false的註釋 使用命令systemctl restart gdm重啓軟件 /usr/NX/bin/nxser

原创 pycharm ssh interpreter 使用 ipv6 地址

直接使用 "java.net.SocketException: Protocol family unavailable" and refuse to connect. 這其實是JDK的鍋,pycharm是基於java的。 解決方法: Op

原创 樹莓派3B+ tensorflow目標檢測API SSD

整個工程已經上傳到Github上了https://github.com/xyc2690/Raspberry_ObjectDetection_Camera環境準備:攝像頭,OpenCV首先在樹莓派上安裝最新的TensorFlowhttps:

原创 windows下pip3錯誤解決

輸入pip3 -V,提示Fatal error in launcher: Unable to create process using '"' 使用python3 -m pip install --upgrade pip命令更新即可, 但

原创 raspberry 3B+ change apt sources, install VNC, install python opencv

Change apt sources:    1  sudo raspi-config     2  sudo apt-get install vim    3  sudo vim /etc/apt/sources.list    4  

原创 Caffe Install again and again

Since middle of Aug. ,we have bought a new server with 2 TitanX GPUs,I was studying about how to play with caffe. 1.

原创 Pyfft install

pip install pyfft Before that, to make sure fftw installedYou have to download basic FFTW package from here and build t

原创 Ubuntu unity 更換

Unity 不知道什麼原因損壞了,沒有最大化最小化標題欄,laucher也不見了 果斷換了Gnome sudo apt-get install gnome-shell sudo apt-get install ubuntu-gnome-d

原创 ubuntu 16.04 and python 3.5.2 INSTALL OpenCV3.3 with 1 line code

sudo pip3 install opencv-python sudo pip3 install opencv-contrib-python The latest version is OpenCV3.3 Then you c

原创 樹莓派 linux opencv 4.0-pre 安裝

# 依賴項 sudo apt-get install build-essential cmake git pkg-config sudo apt-get install libjpeg8-dev sudo apt-get ins

原创 linux 下手動安裝 gcc

首先到 http://mirrors.ustc.edu.cn/gnu/gcc/ 下載對應版本的gcc包 例子: tar xzf gcc-4.6.2.tar.gz cd gcc-4.6.2 ./contrib/download_prere

原创 Matconvnet 安裝windows + Cuda7.5 + cudnn5.1

現在最新的版本是matconvnet-1.0-beta23  addpath('matlab'); cudnn5.1解壓到matconv根目錄下面的 local文件夾 並且將bin裏面的cudnn64_5.dll拷貝到mex文件夾下

原创 ubuntu 輸入法 引發的 循環登錄問題

 卸載了sogou pinyin fcitx 後出現了ubuntu 循環登錄的問題 dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P 問題解決,,,

原创 創建 LMDB 數據

給個例子,記錄一下 import sys import numpy as np import lmdb caffe_root = '/home/amax/xyc/caffe-master/' sys.path.insert(0, c