原创 Win10+VS2015+python2.7安裝cpu版caffe並測試

Ubuntu的官方安裝方法http://caffe.berkeleyvision.org/install_apt.html Windows安裝方法http://caffe.berkeleyvision.org/installation.h

原创 Visual Studio2015 2013 2012 2010等舊版本的官方下載地址

在官網下載安裝Visual Studio2015,由於最新版的都是Visual Studio2017,想使用VS2015還得找段時間才能找到下載的地方 這裏給出Visual Studio舊版本的官方下載地址:https://visuals

原创 Windows10安裝Linux子系統-不使用虛擬機安裝ubuntu16.04

使用Win鍵打開程序面板,然後進入Windows系統,打開控制面板——點擊卸載程序——點擊左側的啓用或關閉Windows功能,勾選適用於Linux的Windows子系統,然後點擊確定,等待下載完成,然後需要重啓電腦。    打開Micro

原创 Yolov3模型轉tensorflow模型並壓縮,推理速度提升近6倍

1、使用tensorflow-yolo-v3中的convert_weights_pb.py轉tensorflow模型 轉換命令: python convert_weights_pb.py --class_names /home/***/t

原创 安裝Docker-Ce

Docker_ce的官網安裝教程 https://docs.docker.com/install/linux/docker-ce/ubuntu/ sudo apt-get update sudo apt-get install apt-t

原创 tflite_object detection

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/running_on_mobile_tensorflowlite.md e

原创 tensorflow ssdlite壓縮模型transform

下載最新的TensorFlow庫 git clone https://github.com/tensorflow/tensorflow.git ./configure bazel build tensorflow/tools/graph_

原创 輸出tensorflow凍結模型的圖操作節點特徵

import tensorflow as tf model_path='/home/rkb/disk/project/ocr/compressyolo/output_yolo.pb' config = tf.ConfigProto(

原创 yolo轉tensorflow模型

git clone https://github.com/mystic123/tensorflow-yolo-v3.git python convert_weights_pb.py --class_names /home/*/text

原创 Ubuntu16.04使用tensorflow壓縮facenet網絡訓練的模型

壓縮使用facenet訓練好並凍結以後的模型 facenet網絡:https://github.com/davidsandberg/facenet 安裝bazel和必要的編譯步驟:ubuntu16.04中tensorflow壓縮模型tra

原创 Ubuntu16.04使用tensorflow壓縮object detection中ssd_inceptionv2_coco網絡訓練的模型

壓縮使用facenet訓練好並凍結以後的模型 object detection網絡:https://github.com/tensorflow/models/tree/master/research/object_detection 安裝

原创 Yolov3模型轉tensorflow模型並壓縮

Yolov3模型轉tensorflow模型並壓縮 使用tensorflow-yolo-v3中的convert_weights_pb.py轉tensorflow模型 轉換命令: python convert_weights_pb.py -

原创 語音增強之項目認知

語音增強是指當語音信號被不同噪聲干擾、甚至淹沒以後,從噪聲背景中提取有用的語音信號,抑制噪聲干擾的技術。 根據麥克風的數目不同,語音增強可以分爲單通道語音增強和多通道語音增強。多通道語音增強可以更有效低利用聲音的空間信息,增強目標方向的聲

原创 ubuntu16.04常用的ssh及其他

使用終端安裝ssh sudo apt install openssh_server 查看ssh是否開啓 ps -s | grep ssh 啓動ssh服務: #sudo /etc/init.d/ssh start 停止ssh服務: #s

原创 編譯tensorflow的tflite模型到Android

官網鏈接:https://www.tensorflow.org/lite/demo_android 相應的GitHub鏈接:https://github.com/tensorflow/tensorflow/tree/master/tens