DenseTeacher
DenseTeacher copied to clipboard
DenseTeacher: Dense Pseudo-Label for Semi-supervised Object Detection
hello, In the training process, how to save the Teacher model weight of the corresponding best_AP according to the highest AP value in the test verification set. The model weight...
I trained the model on the dataset COCO-Standard 10%, but I couldn' t reach the result of AP=35.11 given in the paper, and my best result is as follows, What's...
您好,在运行coco-full时遇到以下bug,请问一下您知道是怎么回事吗? ` File "/root/DenseTeacher/cvpods/cvpods/evaluation/coco_evaluation.py", line 152, in evaluate self._eval_predictions(set(self._tasks)) │ │ │ └ ('bbox', 'segm') │ │ └ │ └ └ File "/root/DenseTeacher/cvpods/cvpods/evaluation/coco_evaluation.py", line 238, in _eval_predictions else None #...
I tried to reproduce results under coco-p1 configuration, but training divergent after 40k steps and I got only 14% mAP which is far lower than 19.64%. Could you help me,...
编译错误
在安装cvpods的时候,编译一直出错。各种方法都尝试了,还是不行。请问可以提供您的环境信息吗?
The released code just include coco config. I wonder if you can give the VOC related code, or just the configuration file is also OK. I tried to use the...