Insta-DM
Insta-DM copied to clipboard
Learning Monocular Depth in Dynamic Scenes via Instance-Aware Projection Consistency (AAAI 2021)
Dear authors I was wondering how you obtain the backward flow of the first frame and the forward flow of the last frame in a scene. Ex: there are 000.jpg,...
Hi @SeokjuLee I noticed that the Cityscape-VIS dataset does not include the GT depth, could you share a link to download the GT data as used in your paper? Thank...
this will cause: NameError: name 'b' is not defined
Hi @SeokjuLee : Thank you for sharing this amazing work, the visualization in this code helps me a lot in understanding the logic. However, I have a confusion, the line...
Is it possible to use this method in realtime on a video stram from a webcam?
By running `sh scripts/run_demo.sh`, I get the following error: > /torch/lib/python3.6/site-packages/torch_sparse/_version_cuda.so: undefined symbol: _ZN3c106detail12infer_schema20make_function_schemaENS_8ArrayRefINS1_11ArgumentDefEEES4_ i install exactly `pytorch=1.7.0 torchvision torchaudio cudatoolkit=11.0 -c pytorch` and `pip3 install torch-scatter torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.0+cu110.html`
How are the pre-training weights of each sub-network obtained? How are the sub-networks supervised learning?
I found that the motion of objects in the code is 3-Dof, but the paper claims that it estimates 6-Dof motion of objects. So where is the 6-Dof motion estimation...
Bumps [scipy](https://github.com/scipy/scipy) from 1.1.0 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Dear authors: Thank you for your great work in this paper ! If I want to reproduce it on my custom dataset, how should I preprocess my image data to...