talentCODE

Results 4 comments of talentCODE

did you solve the problem? I also find the pretrained model not works well. I'm new at the crowd counting field

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