MiDaS
MiDaS copied to clipboard
Video input flickers badly
This is a great project, when I use the video input, the depth picture is flickering badly, will the next version fix it? Thank you so much~
@juntaosun You can try our video depth model ViTA is based on DPT (MiDaS 3.0).
@juntaosun You can try our video depth model ViTA is based on DPT (MiDaS 3.0).
Not working, error wint torch.load(checkpoint) and cuda.
@juntaosun You can try our video depth model ViTA is based on DPT (MiDaS 3.0).
Not working, error wint torch.load(checkpoint) and cuda.
You can change the Line 193 in demo.py:
os.environ["CUDA_VISIBLE_DEVICES"] = "1"
Because our machine has 2 GPUs, so we set 'CUDA_VISIBLE_DEVICES' to 1. If you only have 1 GPU, you can change '1' to '0'.
Oh, sorry, I don't see this parameter :(
Now, that's work fine. Thanks.