talentCODE
talentCODE
ok, I find the mimic score loss, this loss isn't used combined with less forgetloss and marginrank loss
did you solve the problem? I also find the pretrained model not works well. I'm new at the crowd counting field
I met the same problem as you. Have you solved this issue?
for i, pline in enumerate(gt_lines_shapely): for o in tree.query(pline): if tree.geometries[o].intersects(pline): pred_id = index_by_id[id(tree.geometries[o])] you can modify the code like above