Skip to content

Commit

Permalink
Get rid of stale import
Browse files Browse the repository at this point in the history
  • Loading branch information
safijari authored Apr 21, 2020
1 parent c063093 commit 66a5c0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bilateral_filtering.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np
from functools import reduce
from external.fast_any_all import any as fast_any

def sparse_bilateral_filtering(
depth, image, config, HR=False, mask=None, gsHR=True, edge_id=None, num_iter=None, num_gs_iter=None, spdb=False
Expand Down

0 comments on commit 66a5c0b

Please sign in to comment.