Teo Cherici

Results 6 comments of 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`?

Perhaps a bit late, but have you tried setting `agent.package_manager.poetry_files_from_repo_working_dir = true` in your agent configuration? from the clearml.conf: > # if set to true, the agent will look for...

Have you tried changing the current working directory when calling `clearml-agent build ...`? The error seems to suggest that you're running the `clearml-agent build ...` command from inside `my_hello_repo/my_hello_work_dir/` instead...