原创 【leetcode】小彩蛋|主頁draw

leetcode 新版的個人主頁,能定義自己的個人ASCII 用下面網站生成自定義自己想放的字的ASCII,點擊黃框,粘貼進去即可 推薦: https://www.kammerl.de/ascii/AsciiSignature

原创 【Algorithm】查找之“折半查找”

class Solution(): def search(self,array , key ,begin , n):#進行折半查找 mid = int((begin + n) / 2) #

原创 【醫學+深度論文:F32】2017 SPIE Automated detection of nerve fiber layer defects on retinal fundus

32 2017 SPIE Automated detection of nerve fiber layer defects on retinal fundus images using fully convolutional n

原创 【Interview】 ResNet系列/ Inception系列/ MobileNet系列/ ShuffleNet系列 網絡結構圖

文章目錄VGGResNetPreAct-ResNetGoogLeNetInception V1Inception V2Inception V3Inception V4XceptionResNeXtMobileNetMobileNe

原创 2019 AI procon | 張祥雨 高效輕量級深度模型的研究和實踐 AI開發者大會部分內容

時間:2019年9月7日 星期六 主講人: 張祥雨 (曠視) 高效模型設計的基本思路 輕量級架構 模型裁剪 模型搜索 低精度量化 知識蒸餾 高效實現 輕量級架構設計思路 原則1:有限的計算複雜度實現儘可能高的模型表示能力

原创 【目標檢測系列:八】RetinaNet Focal Loss for Dense Object Detection

ICCV 2017 Focal Loss for Dense Object Detection github 解決類別不平衡,提出 Focal loss 解決one-stage目標檢測中正負樣本比例嚴重失衡的問題 該損失函數降低

原创 【醫學+深度論文:F31】2017 IOS Press Automatic Identification of Glaucoma Using Deep Learning Methods

31 2017 IOS Press Automatic Identification of Glaucoma Using Deep Learning Methods Method : 分類 Dataset:HRF , RIM-O

原创 【常用整理 持續更新】做深度學習非常有用的 linux 命令!!

soft nohup ''' 不掛斷地運行命令 &:在後臺運行 nohup command & ''' nohup python -u tools/train.py my/gn_cascade_mask_rcnn_r50_f

原创 【實例分割系列:二】PANet 論文 筆記解析 Path Aggregation Network for Instance Segmentation

2018 CVPR COCO2017/CityScapes instance segmentation 第一 Instance Segmentation Path Aggregation Network for Instance

原创 【實例分割系列:一】Mask RCNN 論文筆記解析

2017 CVPR Mask R-CNN Mask RCNN, PyTorch Instance Segmentation Mask R-CNNIntroductionNetworkbackboneMask問題怎麼做到區別 實例

原创 【實例分割系列:三】Mask Scoring R-CNN

2019 CVPR Oral Mask Scoring R-CNN Mask Scoring R-CNNIntroductionMask RCNNNetworkMaskIoU head問題網絡是如何訓練的?網絡是如何 infe

原创 【醫學+深度論文:F27】2019 CVPR TRk-CNN: Transferable Ranking-CNN for image classification of glaucoma

27 2019 CVPR TRk-CNN: Transferable Ranking-CNN for image classification of glaucoma, glaucoma suspect, and normal

原创 【語義分割系列:四】Unet 論文閱讀翻譯筆記 醫學圖像 pytorch實現

UNet 2015 MICCAI Olaf Ronneberger, Philipp Fischer, Thomas Brox U-Net: Convolutional Networks for Biomedical Imag

原创 【3D 目標檢測】2019 CVPR Learning 2D to 3D Lifting for Object Detection in 3D for Autonomous Vehicles

CVPR 2019 Learning 2D to 3D Lifting for Object Detection in 3D for Autonomous Vehicles 3D object detection 2D mono

原创 【目標檢測系列:六】2016 CVPR 特徵金字塔網絡(FPN)

2016 CVPR 特徵金字塔網絡(FPN) Feature Pyramid Networks for Object Detection ResNet 101 舉例:[2] down-top 就是 每個residual b