You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For single-view pose estimation I'm not sure it would be that breaking. The high level interface to both single view pose estimtors is their respective cosypose PoseEstimator and megapose PoseEstimator. These classes would not change place or API, just some import paths to load the detector and depth refiner would change.
If there is code somewhere that directly imports the detector/depth-refiner then yes it's breaking for them.
For now, happypose main folders are divided in :
2 important functionalities should be put in common in my opinion:
My proposition (debatable):
With this approach, cosypose/megapose folder would contain only the pose estimation related code (as well as examples, evaluation, training etc.).
The text was updated successfully, but these errors were encountered: