Commit 19119d31 authored by Rodrigo Benenson's avatar Rodrigo Benenson Committed by lucasb-eyer
Browse files

Fixed inference_example.py

parent 1463feba
...@@ -8,11 +8,11 @@ functions. ...@@ -8,11 +8,11 @@ functions.
import sys import sys
import numpy as np import numpy as np
import cv2 import cv2
import densecrf as dcrf import pydensecrf.densecrf as dcrf
import matplotlib.pylab as plt import matplotlib.pylab as plt
from skimage.segmentation import relabel_sequential from skimage.segmentation import relabel_sequential
from utils import compute_unary, create_pairwise_bilateral, \ from pydensecrf.utils import compute_unary, create_pairwise_bilateral, \
create_pairwise_gaussian create_pairwise_gaussian
fn_im = sys.argv[1] fn_im = sys.argv[1]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment