facebookresearch / consistent_depth

We estimate dense, flicker-free, geometrically consistent depth from monocular video, for example hand-held cell phone video.
MIT License
1.61k stars 236 forks source link

Error when using exhausted for pair sampling #34

Open manurare opened 3 years ago

manurare commented 3 years ago

If the user would like to use the exhausted sampling, the method raises an error. A fix is removing the cls argument since it is a static method

https://github.com/facebookresearch/consistent_depth/blob/e2c9b724d3221aa7c0bf89aa9449ae33b418d943/utils/frame_sampling.py#L127

Thanks for sharing your work!