Teo Cherici
Teo Cherici
It doesn't have to be related to quaternions specifically. I managed to get the same error with the following code: ``` from bbox import BBox3D from bbox.metrics import iou_3d bbox_a...
With regards to point 1. by @tritolol, the actual output size of the sample mask is not guaranteed to be the actual number of pixels set by `tile_size_pix` (see #674)....
I am having the same issue. I expect this to be caused by the cuda version mismatch: this library was intended to work with cuda9 instead of cuda10. That said,...
@cateseale > switching to poetry 0.12 Don't you mean poetry `1.2.0b1`?