原创 Jetson nano 安裝 face_recognition人臉識別

sudo apt-get update sudo apt-get install python3-pip cmake libopenblas-dev liblapack-dev libjpeg-dev git clone https:

原创 VSCode Python tensorlfow 插件

推薦插件安裝: https://www.cnblogs.com/wintersoft/p/11630197.html Python Visual Studio IntelliCode Anaconda Extension Pack Ten

原创 jetson nano inference networks下載

Jetson nano 能運行的網絡下載地址: https://github.com/dusty-nv/jetson-inference/releases 1 "\Zb Image Recognition - all models  (2

原创 Ubuntu 18.04 E: Unable to locate package libopenblas-dev解決方法

Jestson nano上安裝 libopenblas-dev提示如下錯誤 sudo apt-get update sudo apt-get install python3-pip cmake libopenblas-dev libla

原创 Jetson Nano 安裝 face_recognition

安裝face_recognition時發現終端中下載 face_recognition_models-0.3.0.tar.gz非常慢,而瀏覽器中安裝則非常快。 於是瀏覽器中下載好face_recognition_models-0.3.0.

原创 機器學習擴充圖像數據集的利器

imgaug是一個python庫,可幫助您爲機器學習項目擴充圖像。它將一組輸入圖像轉換爲一組稍有變化的新的,更大的圖像。   This python library helps you with augmenting images for

原创 python圖像大小調整 保持長寬比 增加背景色

from PIL import Image def resize(image_pil, width, height): ''' Resize PIL image keeping ratio and using wh

原创 tf.keras.utils.get_file 獲取文件示例

https://www.tensorflow.org/api_docs/python/tf/keras/utils/get_file?version=stable _URL = "https://storage.googleapis.c

原创 How to run TF hub locally without internet connection

thanks to  Xianbo QIAN https://blog.csdn.net/bleedingfight/article/details/80768306 https://github.com/tensorflow/hub/i

原创 tensorflow model幾種模型文件

原文鏈接:https://blog.eson.org/pub/3da24a26/ 轉載:https://blog.eson.org/pub/3da24a26/   模型文件相關 checkpoi

原创 生成.tflite檔案過程中遇到的問題及解決方案

原文鏈接:https://codertw.com/程式語言/512752 轉自 https://codertw.com/%E7%A8%8B%E5%BC%8F%E8%AA%9E%E8%A8%80/

原创 Jetson nano 學習資源

Getting Started With Jetson Nano Developer Kit (NVIDIA官網)https://developer.nvidia.com/embedded/learn/get-started-jetson

原创 Jetson nano 爲Python3安裝opencv

網上又說用cmake編譯,其實以下命令就可爲python3 安裝opencv sudo apt-get install python3-opencv

原创 解決TensorFlow的ImportError: DLL load failed: 動態鏈接庫(DLL)初始化例程失敗

原文鏈接:https://www.cnblogs.com/wwcom123/p/9251081.html https://docs.floydhub.com/guides/environment

原创 小白也學人工智能 有用的鏈接

https://183.62.33.212/tfjs-mnist/dense.html https://app3.gzjkw.net/tfc-mnist-conv-vis