原创 【python】Stack / Queue

https://www.bilibili.com/video/av53583801/?p=32 學習筆記 文章目錄1 Stack2 Queue3 Double-End Queue 1 Stack 棧只是一個容器,數據存儲形式不侷

原创 【python】Single / Single Cycle / Double Link List

https://www.bilibili.com/video/av53583801/?p=20 學習筆記 文章目錄1 Single Link List2 Double Link List3 Single Cycle Link Li

原创 【MoCo】《Momentum Contrast for Unsupervised Visual Representation Learning》

PPT 下載鏈接:https://download.csdn.net/download/bryant_meng/

原创 【python】Sort and Search

文章目錄1 Sort1.1 冒泡排序1.2 選擇排序1.3 插入排序1.4 希爾排序1.5 快排1.6 歸併排序2 Search 圖片來源:十大經典排序算法(動圖演示) 圖片來源:十大經典排序算法(動圖演示) 1 Sort

原创 【Distilling】《Learning Efficient Object Detection Models with Knowledge Distillation》

NIPS-2017 文章目錄1 Background and Motivation2 Advantages / Contributions3 Method3.1 Knowledge Distillation for Clas

原创 【DDFD】《Multi-view Face Detection Using Deep Convolutional Neural Networks》

ICMR-2015 International Conference on Multimedia Retrieval 計算機圖形學與多媒體 B 類會議 文章目錄1 Background and Motivation2 Adv

原创 【Feature Pyramid】《Deep Feature Pyramid Reconfiguration for Object Detection》

ECCV-2018 文章目錄1 Background and Motivation2 Advantages / Contributions3 Method3.1 Deep Feature Reconfiguration3.1

原创 【Libra R-CNN】《Libra R-CNN: Towards Balanced Learning for Object Detection》

CVPR-2019 文章目錄1 Background and Motivation2 Advantages / Contributions3 Method3.1. IoU balanced Sampling3.2. Bala

原创 【IoU Loss】《UnitBox: An Advanced Object Detection Network》

ACM MM-2016(Proceedings of the 24th ACM international conference on Multimedia) 文章目錄1 Background and Motivation2

原创 【SKNet】《Selective Kernel Networks》

CVPR-2019 caffe code: https://github.com/implus/SKNet/blob/master/models/sknet50.prototxt caffe code 可視化工具: http:/

原创 【Cascade R-CNN】《Cascade R-CNN: Delving into High Quality Object Detection》

CVPR-2018 文章目錄1 Background and Motivation2 Advantages / Contributions3 Method3.1 Regression and Classification3.

原创 【Face Detection】《Face Detection using Deep Learning: An Improved Faster RCNN Approach》

Neurocomputing-2018 文章目錄1 Background and Motivation2 Advantages / Contributions3 Method3.1 Feature Concatenatio

原创 【python】Leetcode(primer)

(2019.7.26)不斷更新中…… 【python】Leetcode(Data Structure / Algorithm) 【python】Leetcode(Dynamic Programming) 【python】Leetc

原创 Linux 集羣安裝

文章目錄1 從系統光盤文件安裝2 從其他計算機移植安裝3 從本機克隆安裝 我們採用從系統光盤文件安裝的方式安裝第一臺虛擬機,然後用從其他計算機移植安裝和從本機克隆安裝的方式複製第二臺和第三臺虛擬機 1 從系統光盤文件安裝 下

原创 【CenterNet】《Objects as Points》

arXiv-2019 Code:https://github.com/xingyizhou/CenterNet 文章目錄1 Background and Motivation2 Related Work3 Advantages