跳到主要內容

發表文章

Object detection with Google Coral USB Accelerator

來源出處 https://www.pyimagesearch.com/2019/05/13/object-detection-and-image-classification-with-google-coral-usb-accelerator/
最近的文章

nvidia jetson nano 開啟VNC步驟

sudo apt-get update sudo apt-get install nano sudo nano /usr/share/glib-2.0/schemas/org.gnome.Vino.gschema.xml Add this key:     <key name='enabled' type='b'>       <summary>Enable remote access to the desktop</summary>       <description>         If true, allows remote access to the desktop via the RFB         protocol. Users on remote machines may then connect to the         desktop using a VNC viewer.       </description>       <default>false</default>     </key> sudo glib-compile-schemas /usr/share/glib-2.0/schemas gsettings set org.gnome.Vino enabled true gsettings set org.gnome.Vino prompt-enabled false gsettings set org.gnome.Vino require-encryption false # Reboot the system so that the settings take effect sudo reboot /usr/lib/vino/vino-server

Coral EDGE TPU USB USB Accelerator jetson 安裝完之後出現錯誤

安裝Coral USB Accelerator TPU 後執行範例程式 出現 python3 classify_image.py \ --model ~/Downloads/mobilenet_v2_1.0_224_inat_bird_quant_edgetpu.tflite \ --label ~/Downloads/inat_bird_labels.txt \ --image ~/Downloads/parrot.jpg ModuleNotFoundError: No module named '_edgetpu_cpp_wrapper' 執行以下 sudo cp /usr/local/lib/python3.6/dist-packages/edgetpu/swig/_edgetpu_cpp_wrapper.cpython-35m-aarch64-linux-gnu.so /usr/local/lib/python3.6/dist-packages/edgetpu/swig/_edgetpu_cpp_wrapper.so  即可以解決這個問題 should work. Even using python 3.6 the edgetpu_cpp_wrapper.cpython-35m-... file worked as opposed 來源出處於 https://github.com/f0cal/google-coral/issues/7

Jetson Nano 安裝Scipy 錯誤解決方法

 sudo pip3 install scipy 遇到如下錯誤 wheel-l3exl0id --python-tag cp36:   ERROR: Running from scipy source directory.   lapack_opt_info:   lapack_mkl_info:   customize UnixCCompiler     libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']     NOT AVAILABLE      openblas_lapack_info:   customize UnixCCompiler   customize UnixCCompiler     libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']     NOT AVAILABLE     atlas_3_10_threads_info:   Setting PTATLAS=ATLAS   customize UnixCCompiler     libraries lapack_atlas not found in /usr/local/lib   customize UnixCCompiler     libraries tatlas,tatlas not found in /usr/local/lib   customize UnixCCompiler     libraries lapack_atlas not found in /usr/lib   customize UnixCCompiler     libraries tatlas,tatlas not found in /usr/lib   customize UnixCCompiler     libraries lapack_atlas not found in /usr/