aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.37k stars 646 forks source link

when i test demo with model tt_attn_R_50.pth #494

Closed cqray1990 closed 2 years ago

cqray1990 commented 2 years ago
sizes = shapes_to_tensor([x.__len__() for x in box_lists], device=boxes.device)

AttributeError: 'Beziers' object has no attribute 'len'

zhangpenglei commented 2 years ago

read https://github.com/aim-uofa/AdelaiDet/issues/455