Skip to content

tianyuluan/my_det

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_det

从零开始的构建一个目标检测算法,将整个学习过程分解为以下几个部分:

Preprocess

  • Dataset
  • Pipeline

Backbone

  • ResNet50
  • DarkNet53

Neck

  • FPN

Head

  • anchor-free-head
  • yolo-head

Loss

  • GFocal Loss
  • GIoU Loss
  • L1 Loss

OPS

  • nms_cuda

scripts

  • train.py
  • eval.py
  • infer.py
  • vis.py

About

a personal detection argo code learning repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published