You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: