Skip to content

Commit

Permalink
Remove bilateral filtering path in main.py.
Browse files Browse the repository at this point in the history
ShihMengLi committed May 1, 2020
1 parent 8d37056 commit 9da0ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
import yaml
import sys
from mesh import write_ply, read_ply, output_3d_photo
from utils import get_MiDaS_samples, read_MiDaS_depth, sparse_bilateral_filtering
from utils import get_MiDaS_samples, read_MiDaS_depth
import torch
import cv2
from skimage.transform import resize

0 comments on commit 9da0ec9

Please sign in to comment.