still the problem
however,no one give the way to solve it
i use a new environment with
py 3.5
cython 0.26
pydensecrf 1.0rc3
in the code, it can show the fucnction
dcrf.DenseCRF def init(self,
*args: Any,
**kwargs: Any) -> None
The most base type
Documentation is copied from:
object
< Python 3.5 (py35) >
but turn to run it will be
AttributeError: module 'pydensecrf.densecrf' has no attribute 'DenseCRF'
75
still the problem however,no one give the way to solve it i use a new environment with py 3.5 cython 0.26 pydensecrf 1.0rc3
in the code, it can show the fucnction dcrf.DenseCRF def init(self, *args: Any, **kwargs: Any) -> None The most base type Documentation is copied from: object < Python 3.5 (py35) >
but turn to run it will be AttributeError: module 'pydensecrf.densecrf' has no attribute 'DenseCRF'
feelsbadman