原创 Accumulation of LaTex

1. Mathemathtical Font Command Result \mathcal abcdefghigklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ\mathcal

原创 Installation Problem of PyTorch using Ananconda

Today,I find that installing Pytorch using conda is very slow. Thus I recorded the solution of this installation proble

原创 Delve into FastFCN:Rethinking Dilated Convolution in the backbone for Semantic Segmentation

1. What is the contribution of this paper? This paper proposed joint unsampling module named Joint Pyramid Upsampli

原创 Some Issues About Producing Reference Part in LaTex Environment withTexStudio

1. Complie button VS  Build & View button Compile buttion should be clicked after context in xxx.bib file modified. the

原创 用Python做算法題常用的知識點

1.保留幾位小數 a = 5.000 print('%.2f' %a) # 5.00 print(round(a,2)) # 5.0 error 不要用round函數,直接用格式化輸出更好。 2

原创 python基礎知識歸納

1. python中的list和array的不同之處 list是python的內置數據類型,list中的每個元素的類型不必相同,array中的每個元素的類型必須相同,一般使用numpy中的array.創建list用[],創建arr

原创 SVM的理解

1.什麼SVM?

原创 ubuntu搭建latex環境

1.安裝latex環境 使用命令:sudo apt-get install texlive-full                       #texlive是latex編譯器的的軟件名字 2.安裝latex編輯器(texmaker

原创 Summary of Packages Importing Probloms Under Python

1.什麼叫python的模塊? 一個.py文件就是一個模塊(通常用小寫字母命令),這個模塊可以有class, function, variable等符號組成 2.什麼叫package,python的package的形式,__init__的

原创 ubuntu遠程控制ubuntu及文件傳輸

兩臺Ubuntu之間相互控制,可以使用SSH,但是這樣只能在命令行中操作,實現圖形界遠程控制可以使用如下方法:現假設A爲被控制電腦(服務器),B爲主控電腦. 一.在A電腦上進行如下操作: 1.創建一個用戶(假設爲xxdd)[Full na

原创 目標檢測之YOLO系列-V1至V3改進詳解

1.常用概念理解 softmax loss:在計算機視覺中,一般一個做多分類的網絡的結構爲:多個卷積層(池化)->一個或者兩個全連接層->softmax層,softmax層的神經元個數由類別數決定(例如有10類,那麼softmax層就有1

原创 理解RoIPooling和RoIAlign作用和實現方式

1.RoIPooling RoIPooling顧名思義對Roi進行Pooling操作,主要用於目標檢測任務。RoI(Region of interest)指的是一張圖片中認爲有存在目標的區域,例如下圖中的藍色和紅色區域,這裏我們不用去管R

原创 Git simple use for gitee on ubuntu16.04

First Step: Check and install GitGenerally, your ubuntu system has installed Git, use following order to check version

原创 解決ubuntu16.04循環登錄問題

今天一大清早開機繼續昨天未完成的工作,結果ubuntu開機正確輸入密碼後,循環登錄,進入不了系統,習慣性地百度了一下,什麼顯卡驅動問題,刪除Xauthority文件,修改權限等辦法都沒有起作用。於是開始回想我昨天都幹了些什麼,原來我昨天修

原创 Ubuntu16.04搭建深度學習環境

Ubuntu16.04搭建深度學習環境1.安裝Pythonstep1:python官網去下載python解釋器由於我的系統是64位,所有下載64位的python源碼Python-3.6.4.tar.xzstep2:利用命令tar-Jxvf