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
Thanks for this great work. I am working on a camera path estimation problem. I have a video where people are moving and performing some actions. The camera also is moving. What changes do I need to handle this?
The text was updated successfully, but these errors were encountered:
We support filtering out dynamic objects using masks. Please place the image files in the SCENE_DIR/images directory and the corresponding mask files in the SCENE_DIR/masks directory. The mask files should have the same base name as the image files. You can refer to how the masks are loaded in the code here:
The masks should be binary, with 1 indicating pixels that should be filtered out (i.e., dynamic pixels) and 0 for pixels that shouldn’t be filtered. These masks can be generated using object detection, video segmentation, or manual labeling. You can refer to the masks from DAVIS dataset as an example.
Thanks for this great work. I am working on a camera path estimation problem. I have a video where people are moving and performing some actions. The camera also is moving. What changes do I need to handle this?
The text was updated successfully, but these errors were encountered: