原创 Two at Once: Enhancing Learning and Generalization Capacities via IBN-Net閱讀筆記

Paper:https://arxiv.org/abs/1807.09441 Code:https://github.com/XingangPan/IBN-Net 文章摘要:卷積神經網絡(CNNs)在許多計算機視覺問題上取得了巨大的成功。

原创 Pose-guided Visible Part Matching for Occluded Person ReID閱讀筆記

Paper:https://arxiv.org/abs/2004.00230 Code:https://github.com/hh23333/PVPM 前言:本人閱讀的第二篇CVPR 2020關於ReID的論文。主要解決了遮擋行人重識別的

原创 CCF 二十四點 Java

題目分析:首先想到用棧處理就已經成功一半了。可以定義兩個棧,一個用來存放數字,一個用來存放“+”和“-”,當遇到“x”和“/”時,取出數字棧中棧頂元素與讀取下一個數字進行 乘 or 除 操作,並將所得數字存到數字棧,其他的存放到符號棧。

原创 Cross-modality Person re-identification with Shared-Specific Feature Transfer閱讀筆記

Paper:https://arxiv.org/pdf/2002.12489.pdf Code:沒找到 摘要:跨模態ReID(cm-ReID)技術是智能視頻分析的關鍵技術之一。現有的研究主要集中在通過將不同模態的特徵嵌入到同一個特徵空間中

原创 python環境配置常見問題彙總

ModuleNotFoundError: No module named 'yaml':運行 Python 文件遇到問題 ModuleNotFoundError: No module named 'yaml'  時,說明當前 Python

原创 Python學習知識點記錄

python的創始人是 吉多·範羅蘇姆。 計算機不能理解除機器語言之外的任何語言,所以必須要把程序員編寫的程序語言翻譯成機器語言,計算機才能執行程序。將程序語言翻譯成機器語言的工具就是編譯器。 Python的特點:1,完全面向對象;2,擁

原创 Deep Spatial Feature Reconstruction for Partial Person Re-identification: Alignment-free Approach筆記

Paper:https://arxiv.org/abs/1801.00881 Code:https://github.com/lingxiao-he/Partial-Person-ReID 前言:這是一篇關於partial行人重識

原创 ACNet代碼解讀

Paper:https://arxiv.org/abs/1908.03930v1%E3%80%82 Code:https://github.com/ShawnDing1994/ACN 前言:本人第一次解讀代碼,才疏學淺,如有紕漏,望不吝賜

原创 Pose-Guided Feature Alignment for Occluded Person Re-Identification閱讀筆記

Paper:https://dblp.uni-trier.de/pers/hd/l/Liu:Ping Code:http://link.zhihu.com/?target=https%3A//github.com/lightas/ICCV

原创 CCF 小明種蘋果(續)Java

知識點回顧:Scanner和BufferedReader BufferedReader相對於Scanner來說要快一點,因爲Scanner對輸入數據進行正則解析,而BufferedReader只是簡單地讀取字符序列。在Java SE6中我

原创 EfficientNet與EfficientDet論文解讀

這兩項工作均來自Google Brain的大佬,EfficientDet可以看做EfficientNet的工作拓展。目前EfficientNet的代碼已經開源,EfficientDet已經被複現。這兩項工作的紙面效果看起來特別優秀,與其他

原创 Pyramidal Person Re-IDentification via Multi-Loss Dynamic Training閱讀筆記

Paper:https://link.zhihu.com/?target=https%3A//arxiv.org/pdf/1810.12193.pdf Code:https://github.com/Klitter/Pyramidal_P

原创 CNN--DenseNet--Memory-Efficient DenseNet

Paper: https://arxiv.org/abs/1608.06993(DenseNet) https://arxiv.org/pdf/1707.06990.pdf(Memory-Efficient DenseNet) Code:

原创 CNN--ResNeXt--Aggregated Residual Transformations for Deep Neural Networks

Paper:https://arxiv.org/pdf/1611.05431.pdf Code:https://github.com/Cadene/pretrained-models.pytorch/blob/master/pretrai

原创 Relation Network for Person Re-identification

Paper:https://arxiv.org/abs/1911.09318v2 Code:https://github.com/cvlab-yonsei/projects/tree/master/RRID/code   摘要:Re-ID