-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run the sample code, but graph.edges()=[], and the horse figure only shows 1 node 0 edge. #6
Comments
OK, I later tried the source code and it works perfectly. but the sknw I got from "pip install sknw" still doesn't work… |
oh, I did not update the pypi for a long time. I would do it later. |
Thanks. Very useful library! Nice job!
…---Original---
From: "Yan xiaolong"<[email protected]>
Date: Thu, May 14, 2020 13:41 PM
To: "Image-Py/sknw"<[email protected]>;
Cc: "Author"<[email protected]>;"1912351430"<[email protected]>;
Subject: Re: [Image-Py/sknw] I run the sample code, but graph.edges()=[], and the horse figure only shows 1 node 0 edge. (#6)
oh, I did not update the pypi for a long time. I would do it later.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I have the same problem, but neither this repository nor the release from PyPi are working currently. Removing the |
@Flynamic updated on pypi, have a try! |
Thank you, works like a charm! |
I run the sample code, but graph.edges()=[], and the horse figure only shows 1 node 0 edge.
and i have a lot of numba warning like:
NumbaWarning:
Compilation is falling back to object mode WITH looplifting enabled because Function "mark" failed type inference due to: Untyped global name 'neighbors': cannot determine Numba type of <class 'function'>
File "C:\Users\zhuyf_6837\AppData\Local\Programs\Python\Python37\lib\site-packages\sknw\sknw.py", line 18:
def mark(img): # mark the array use (0, 1, 2)
nbs = neighbors(img.shape)
does this has anything to do with incompatible version?
I use Python 3.7.3, and run the sample code in pycharm, all related library( skimage,sknw,numba…… ) were installed in pycharm.
I am an art student, and very new to python, sorry if my question sounds idiotic……
The text was updated successfully, but these errors were encountered: