SSOD icon indicating copy to clipboard operation
SSOD copied to clipboard

An official implementation of CVPR 2022 paper "Label Matching Semi-Supervised Object Detection".

Results 17 SSOD issues
Sort by recently updated
recently updated
newest added

batch_size=4 , 3090 Ti, the GPU's video memory is 24GB. Why does the code report the error"CUDA out of memory" after several iterations ?

Thank for your great work first! I wonder know whether this **Label Matching** can be used on other mmdetection detector like one stage detector **YOLOX**? And where should I revise...

Hello. I encountered a problem while configuring the environment, mmpycopytools cannot be installed. The official website says that this library has been discontinued. How can I solve this problem? The...

Hi, thanks for sharing your amazing project. I have a question about the learing rate settings. Generally, when training template detection models, we often use the strategy of learning rate...

# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...

Hi, Thanks for the repo, I have already installed mmcv-full==1.2.7 and mmdet==2.10.0 as the requirements said. However, when I run xonsh preprocess_dataset.sh I received this error: ModuleNotFoundError: No module named...

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...