Explanation question
dennisushi opened this issue · 2 comments
dennisushi commented
I would like to use a pose estimator for an object that is moved in front of a static camera - is this method suitable for that or does the motion also have to come from the camera itself (for the structure from motion). Can I set the camera poses for the preprocessing to a static zeroed transform and estimate the pose of a moving object. How is the object detected?
jucamohedano commented
Hi @dennisushi
Have you solved your question? I would also be interested in knowing the response
dennisushi commented
Hi @dennisushi
Have you solved your question? I would also be interested in knowing the response
I ended up using BundleTrack and BundleSDF instead.