microsoft / SoftTeacher

Semi-Supervised Learning, Object Detection, ICCV2021
MIT License
900 stars 123 forks source link

assert len(indices) == len(self) #205

Open RinggaV opened 2 years ago

RinggaV commented 2 years ago

i got an error : assert len(indices) == len(self) AssertionError

image image

i dont know what happened

RinggaV commented 2 years ago

I solved the problem, but now there is a new problem, why does the unlabeled data converted by semi_coco.py still have annotations?

yaofanji commented 2 years ago

我得到一个错误: assert len(indices) == len(self) AssertionError

image image

我不知道发生了什么

how did you solve this problem,please

wwcc1107 commented 2 years ago

did you solve this problem,thank you

dnnxl commented 2 years ago

Hi @RinggaV , how did you solve the problem of assert len(indices) == len(self) ?