hikvision-research / SSOD

An official implementation of CVPR 2022 paper "Label Matching Semi-Supervised Object Detection".
Apache License 2.0
140 stars 14 forks source link

SSOD for YOLOv5 #18

Open BowieHsu opened 1 year ago

BowieHsu commented 1 year ago

Hi,thank you to the friends at the Hikvision Research Institute for open-sourceing your paper source code. we have implemented a semi-supervised object dection for YOLOv5, and in the design of the algorithm, we have studied your paper and code in depth, helping us to save a lot of detours. Our project address is: https://github.com/AlibabaResearch/efficientteacher. We hope you can provide some comments and suggestions on our technical routes and code implementation, to provide a more stable semi-supervised training implementation for the community and industry.