TEDetection(thousands eyes detection) is a easy use object detection platform for who has no experience with DL,
It integrates many advanced models in many areas,contains object detection,object tracking,pose estimation etc
##1.Detction
1.1 YOLOV5(Anchor based,One stage)
https://github.com/ultralytics/yolov5
1.2 YOLOX (Anchor Free,One stage)
https://github.com/Megvii-BaseDetection/YOLOX
1.3 Faster RCNN (Anchor Free,Two stage)
https://github.com/open-mmlab/mmdetection
##2.Tracking
2.1 SOT
2.1.1 SiameseRPN++
https://github.com/open-mmlab/mmtracking
2.2 MOT
2.2.1 DeepSort(SDT)
https://github.com/mikel-brostrom/Yolov5_DeepSort_Pytorch
2.2.2 FairMOT(JDE)
https://github.com/ifzhang/FairMOT
##3.Pose estimation
3.1 HigherHRNet
https://github.com/open-mmlab/mmpose
some bug record https://blog.csdn.net/qq_34681580/article/details/105163691