agimus-project / happypose

Toolbox and trackers for object pose-estimation. Based on the work CosyPose and MegaPose
https://agimus-project.github.io/happypose/
BSD 2-Clause "Simplified" License
22 stars 8 forks source link

bop_toolkit_lib is in fact not an optional dependency #153

Closed MedericFourmy closed 4 months ago

MedericFourmy commented 5 months ago

It is imported in modules that are not related to pure evaluation, such as web dataset which is imported in the standard bop dataset loading utility here.

We currently rely on our own fork due to the fact the original setup scripts require to modify some modules directly.

This might conflict with our current packaging effort.

nim65s commented 4 months ago

fixed somewhere, broken in #160, fixed again in #160