原创 linux(ubuntu18.04)空間管理常用命令

1磁盤空間使用情況 df或df -h 查看系統中文件的使用情況 du -sh *|sort -n du -sh *查看當前目錄下各個文件及目錄佔用空間大小 ( df -hT顯示132G空間全部佔用,du -sh顯示只佔用30G

原创 txt標籤製作

import os new_line=[] with open('trainlist01.txt',"r") as f: for line in f: new_line.append('/your_pat

原创 目標檢測——文獻閱讀之Faster R-CNN

論文:Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks 論文作者主頁:http://www.rossgirshick.i

原创 目標檢測——文獻閱讀之R-CNN

論文:Rich feature hierarchies for accurate object detection and semantic segmentation 論文作者主頁:http://www.rossgirshick

原创 行爲識別——論文整理(2)

2018年行爲識別文獻 文章目錄Appearance-and-Relation Networks for Video Classification(2018)Optical Flow Guided Feature: A Fast

原创 圖卷積網絡GCN

原文:https://tkipf.github.io/graph-convolutional-networks/ 一階濾波器的多層圖卷積網絡(GCN) GCN Part I: 定義 我們的目的是在一個在圖G=(V,ϵ)G=(V

原创 人臉關鍵點檢測總結

原文鏈接:https://blog.csdn.net/u013948010/article/details/80520540 人臉關鍵點檢測

原创 linux入門——文本顯示

https://blog.csdn.net/qq_24342335/article/details/82453544 cat 在終端中,我們直接使用 cat test.txt,此時會顯示test.txt中的所有內容。 我們要顯

原创 docker caffe環境搭建

官方說明 mkdir build && cd build cmake .. make -j4

原创 ubuntu18.04+cuda9.0+cudnn7.1.3+tensorflow_gpu安裝教程

參考1:https://blog.csdn.net/gaoyu1253401563/article/details/82808269 參考2:https://blog.csdn.net/Aiolia86/article/detail