-
Notifications
You must be signed in to change notification settings - Fork 101
DEV: Add Auxiliary Functionality For SlideGraph #208
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
Conversation
shaneahmed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only have one comment on this PR as mentioned in scale.py
For travis, can you try to PIN opencv to the previous version on which it passed? I think that might be the issue.
- Pin scikit-image for travis errors
- Pin scikit-image to 0.18.3 to fix travis errors
Codecov Report
@@ Coverage Diff @@
## develop #208 +/- ##
=========================================
Coverage 99.82% 99.83%
=========================================
Files 50 51 +1
Lines 4683 4792 +109
Branches 764 780 +16
=========================================
+ Hits 4675 4784 +109
Misses 2 2
Partials 6 6
Continue to review full report at Codecov.
|
|
We now have some duplicate functionality to resolve. There is visualisation as part of the graph construction class and also another graph plotting function. |
Migrate existing .py in #180 to another branch. Included functionalities are:
Generic graph plotting onto canvas
Plat Scaler for calibrating probabilities
Pin scikit-image to avoid errors due to changes in the updated version.
Add functionalities
Add tests