Thank you for your great work and contribution.
After I use DepthCrafter to generate the depth as you mentioned in the monocular file, it does not work when I run warp_depthcrafter.py.
There are only three videos in the demo_output. Maybe there should be a .npz file here?
The information for the error is as follows.
Traceback (most recent call last):
File "/root/ViewExtrapolator/monocular/warp_depthcrafter.py", line 33, in
depth_path = glob.glob(f'{depth_folder}/*.npz')[0]
IndexError: list index out of range
Do you know any method to solve it?