Jiaqi Xu

Results 13 comments of Jiaqi Xu

Hi @andy500 , did you find a good solution or alternative for this? I want to infer depth for some random videos. Thanks.

hhh Thank you. I tried with DPT-large but still some flickering and harms the downstream task somehow. It seems this is a hard problem for the general-purpose consistent video depth...

Hi, Thank you for sharing your nice work. I also want to know the training data, i.e., which 5000 images are chosen for each training set. And how to train...

@yiqingHuang0326 Did you solve this issue? I also want to know the generation process. Thanks!

https://github.com/jinfagang/DCNv2_latest 这个版本的DCN应该可以编译成功 感觉在别的数据集上结果不是太好

Hi, You can rename the depth net name from "PackNetSlimEnc01" to "PackNetSAN01" ``` # Parse arguments config, state_dict = parse_test_file(ckpt_file, cfg_file) if config.model.depth_net.name == 'PackNetSlimEnc01': config.model.depth_net.name = 'PackNetSAN01' ``` Refer...

Hi! I want to get the evaluation results. I'm able to get the metric without depth completion. But when I turn the `input_depth_type` on, I get worse results. Can you...

Thank you! I will try it later. Btw, do you have any plan to upload the codebase with the current version? I find that it's more docker-free friendly with the...

Thanks for the reply. I checkout to `9617e65ad351558636de5586a48db848eab578c6` and with a few modifications, I'm able to run the `train.py`.

Hi @LionRoarRoar , are you able to install it? I just followed Dockerfile to install this package. After that, I check out to 9617e65ad351558636de5586a48db848eab578c6