原创 .so: undefined reference to

  bin/ld: warning: libstdc++.so.6, needed by /home/zhenglf/Documents/VIP/drivers/driver_860/driver_ovxlib_app/6.4.0.pre

原创 Segmentation fault

  可能的原因 (1)文件以及文件夾的權限,導致無法讀寫和執行。 chmod 777 -R ../ chmod +X -R ../

原创 boost::shared使用

  #include <stdio.h> #include <boost/shared_ptr.hpp> #include <string> #include <iostream> using namespace std; class

原创 boost編譯 Win10+VS2015

VS2015 x64 本機工具命令提示符,以管理員身份運行 ::compile_boost.bat cd C:\caffe_draft\thirdparty\boost_1_68_0 ::dir ::bjam --show-libra

原创 在win下使用tee指令

  tee爲Linux指令,tee把日誌輸出到log的同時輸出到屏幕。在學習deep learning框架caffe時遇到了這個指令,顯示‘tee’is not recognized as a internal or external c

原创 Shell入門

Shell 教程 Shell 是一個用 C 語言編寫的程序,它是用戶使用 Linux 的橋樑。Shell 既是一種命令語言,又是一種程序設計語言。 Shell 是指一種應用程序,這個應用程序提供了一個界面,用戶通過這個界面訪問操作系統內核

原创 車牌自動生成

參考連接:https://github.com/millionsofluo/FakeLPR

原创 Shell

(一)Shell入門

原创 BAT 批處理腳本教程

參考:https://baike.baidu.com/item/bat/365230?fr=aladdin 批處理文件 在DOS和Windows(任意)系統中,.bat文件是可執行文件,由一系列命令構成,其中可以包含對其他程序的調用。這個

原创 ImportError: No module named caffe

C:\Python27\python.exe C:/Examples/Person_ReID/boya/reid/reid/PyFeature/rid_py_feature.py Traceback (most recent call

原创 makefile1

  #include "stdio.h" int main() { printf("LINE: %d\n", __LINE__); return 0; }   #第一個makefile腳本 #(命令開頭是一個Tab不然報錯:

原创 makefile教程

  目錄 (一)makefile入門  

原创 基於深度學習的ReID綜述

from:ReID綜述(上)https://www.leiphone.com/news/201712/4Mvj2NBIxCN5bQZI.html from:ReID綜述(下)https://www.leiphone.com/news/20

原创 genirq: Flags mismatch irq 12. 00000000 (galcore:0) vs. 00000080 (p6birq)

參考:"Flags mismatch irq" register interrupt handler error    insmod ./drivers/galcore.ko  irqLine=12 registerMemBase=0x

原创 腳本 :shell、bat、makefile

shell、bat、makefile