Skip to content

Commit 1cd77d9

Browse files
authored
Update Encoder.py
Removed imageio
1 parent 42e48ef commit 1cd77d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from tqdm import tqdm
1010
import subprocess
1111
import sys
12-
import imageio as im
12+
#import imageio as im
1313
from depth_anything_v2.dpt import DepthAnythingV2
1414

1515

0 commit comments

Comments
 (0)