原创 GOTURN: Generic Object Tracking Using Regression Networks

GOTURN: Generic Object Tracking Using Regression Networks1、簡介        GOTURN是一種深度視覺跟蹤算法,速度可以達到驚人的100fps,GOTURN是2016年ECCV

原创 生成式對抗網絡(GAN)資源

生成式對抗網絡(GAN)資源1、文章https://arxiv.org/abs/1406.26612、源碼CycleGAN:https://github.com/junyanz/CycleGANpix2pix:https://github

原创 Linux下如何用互斥鎖實現Windows下的臨界區功能

Linux下如何用互斥鎖實現Windows下的臨界區功能        將windows下的源碼移植到linux時,經常會遇到線程中的“臨界區”問題,下面給出一種linux下利用互斥鎖實現windows下的臨界區功能的一種方法。     

原创 Libyami之開發資源彙總

Libyami之開發資源彙總        Yet Another Media Infrastructure. it is core part of media codec with hardware acceleration, it i

原创 Linux環境下一些有用但不常見的命令(一)

Linux環境下一些有用但不常見的命令(一)1、獲取顯卡硬件信息lspci -vnn | grep VGA -A 12 (若是n卡,則用glxinfo)2、執行*.sh文件        常見的執行*.sh文件當屬“./*.sh”,但總有

原创 Linux環境下一些有用但不常見的命令(二)

Linux環境下一些有用但不常見的命令(二)1、遠程連接其他linux設備ssh -l root xx.xx.xx.xx2、兩臺linux之間互相拷貝資料// 拷貝東西至遠程Linux設備 scp -r dirName [email protected]

原创 Intel Media SDK之開發資源彙總(含Windows和Linux)

Intel Media SDK之開發資源彙總(含Windows和Linux)1、Intel Media SDK(Windows版本)Intel Media SDK下載地址:https://software.intel.com/en-us/

原创 如何利用Xshell在windows與linux之間互傳文件

如何利用Xshell在windows與linux之間互傳文件第一步:        安裝Xshell。第二步:        打開Xshell,若出現默認的對話框,則選擇關閉,因爲下面將演示如何將本地文件傳輸至遠程linux設備上。第三步

原创 硬件解碼基礎知識總結

硬件解碼基礎知識總結1、CPU與GPU        CPU和GPU之所以大不相同,是由於其設計目標的不同,它們分別針對了兩種不同的應用場景:(1)CPU需要很強的通用性來處理各種不同的數據類型,同時又要邏輯判斷又會引入大量的分支跳轉和中

原创 centOS安裝libX11

centOS安裝libX11yum install libX11-devel --nogpg 點贊 收藏 分享 文章舉報 成長Bar

原创 error C2220: warning treated as error - no object file generated解決方法

error C2220: warning treated as error - no object file generated解決方法        error C2220: warning treated as error - no

原创 CentOS 7.2.1511軟件包下載

CentOS 7.2.1511軟件包下載        當安裝的CentOS 7.2.1511是最小版,可能需要安裝一些其他的軟件,這個時候就需要對應版本的軟件安裝包了。CentOS 7.2.1511軟件包下載位置爲:http://vau

原创 automake --add-missing時錯誤提示“ltmain.sh' not found”

automake --add-missing時錯誤提示“ltmain.sh' not found”        在linux下編譯c/c++程序出錯:$ automake --add-missing .... ....ltmain.sh

原创 error: 'isinf' or 'isnan' or 'iserr' was not declared in this scope問題解決

error: 'isinf' or 'isnan' or 'iserr' was not declared in this scope問題解決        在windows下: _isnan(x) !_finite(x)       

原创 gdb調試方法總結

gdb調試方法總結        在linux下進行代碼調試是一項很重要的技能,下面對gdb調試方法做一個總結,僅供個人參考。1、flag.mk設置        若想在調試過程中代碼不會“亂跳”,需要將flag.mk中DEBUG時的-O