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
2723c7fa
Unverified
Commit
2723c7fa
authored
Mar 05, 2024
by
Roger Q
Committed by
GitHub
Mar 05, 2024
Browse files
Fix pip install error (#126)
* Use relative import to fix pip error * Update densecrf.pyx
parent
dd070546
Pipeline
#2712
failed with stages
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
pydensecrf/densecrf.pxd
pydensecrf/densecrf.pxd
+1
-1
pydensecrf/densecrf.pyx
pydensecrf/densecrf.pyx
+2
-2
No files found.
pydensecrf/densecrf.pxd
View file @
2723c7fa
from
eigen
cimport
*
from
.
eigen
cimport
*
cdef
extern
from
"densecrf/include/labelcompatibility.h"
:
cdef
extern
from
"densecrf/include/labelcompatibility.h"
:
...
...
pydensecrf/densecrf.pyx
View file @
2723c7fa
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
from
numbers
import
Number
from
numbers
import
Number
import
eigen
import
pydensecrf.eigen
as
eigen
cimport
eigen
cimport
pydensecrf.eigen
as
eigen
cdef
LabelCompatibility
*
_labelcomp
(
compat
)
except
NULL
:
cdef
LabelCompatibility
*
_labelcomp
(
compat
)
except
NULL
:
...
...
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