Closed nnop closed 5 months ago
HuMoR will not work well in this setting. It is designed to recover the global motion of the person, so it assumes the camera is static. If you only have a crop from a larger image and the crop is changing at each frame, it won't be able to recover the global motion. If you have the original video with the full image size, I would recommend using this as input.
Hi, thanks for the great motion model! I have a different situation. My data is a sequence of croped person from large images. So each image has its own size and camera center (cx, cy). Could I modify HuMoR to feed each image its own intrinsics? I wonder that is ok in theory.