檢測相關筆記-pytorch
05-08
- ssd
詳盡的中文博客介紹:目標檢測|SSD原理與實現
比較好的pytorch項目地址:amdegroot/ssd.pytorch
項目對應的代碼解釋:https://towardsdatascience.com/learning-note-single-shot-multibox-detector-with-pytorch-part-1-38185e84bd79
項目基礎上支持coco的嘗試:Pytorch組裝SSD代碼
- yolov3
比較系統的比對各個版本yolo:目標檢測網路之 YOLOv3 - 康行天下 - 博客園
資源匯總:YOLOv3 資源合集 - CSDN博客
較好的自己訓練數據流程-caffe:YOLOv3: 訓練自己的數據 - CSDN博客
機器之心test實現-不包含train:Tutorial on implementing YOLO v3 from scratch in PyTorch
對應的github:ayooshkathuria/YOLO_v3_tutorial_from_scratch
- detectron
當前比較好的pytorch版本:roytseng-tw/Detectron.pytorch
推薦閱讀:
※TensorFlow + Keras 實戰 YOLO v3 目標檢測圖文並茂教程
※基於深度學習的「目標檢測」演算法綜述
※來不及想標題了,我要去打包收藏了 | 本周值得讀
※《Detecting and Recognition Human-Object Interactions》論文筆記