Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
pydensecrf
Commits
19119d31
Commit
19119d31
authored
Mar 08, 2016
by
Rodrigo Benenson
Committed by
lucasb-eyer
Mar 08, 2016
Browse files
Fixed inference_example.py
parent
1463feba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
inference_example.py
inference_example.py
+2
-2
No files found.
inference_example.py
View file @
19119d31
...
...
@@ -8,11 +8,11 @@ functions.
import
sys
import
numpy
as
np
import
cv2
import
densecrf
as
dcrf
import
pydensecrf.
densecrf
as
dcrf
import
matplotlib.pylab
as
plt
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
fn_im
=
sys
.
argv
[
1
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment