Update slideflow_fork submodule to include TIFF mpp-detection fix#12
Open
JurreWeijer wants to merge 234 commits intoSbrussee:mainfrom
Hidden character warning
The head ref may contain hidden characters: "pr\u2013mpp-only"
Open
Update slideflow_fork submodule to include TIFF mpp-detection fix#12JurreWeijer wants to merge 234 commits intoSbrussee:mainfrom
JurreWeijer wants to merge 234 commits intoSbrussee:mainfrom
Conversation
…raction of tiles/features, added more robust handling of QC hyperparameters, removed double intializations, removed TRANSFORMER_CACHE environment variable
…de benchmarking and optimization applicable to multiple test sets
…dataset locations, removed uninformative warnings
… exceptions during tile extraction
Also, fix invalid balancing strategy in the yaml configuration templates for survival analysis
Also, defend against exception being triggered when empty an dataframe is passed to make_labels in plot_benchmarking_output()
Some bug fixes
…prediction metrics, fixed visualization of survival ROC-AUC curve, addition of (fastai, custom) callbacks
These were undone in 666748f
the loss function retrieval requires ‘loss’ to be passed in kwargs, see _build_fastai_learner() in slideflow/mil/train/_fastai.py
Fixes slide level mode not being applied
Small fixes (and redo earlier fixes)
Owner
|
@JurreWeijer Thanks for the PR! Could you maybe add this as a PR to the slideflow_fork module itself, that will make merging easier: https://github.com/Sbrussee/slideflow_fork |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SlideFlow uses some strange logic to get the resolution from tiff files, however in the documentation is says that the xres and yres are always given in pixel per milimeter so the resolution unit does not matter.
"Use xres and yres to override the default horizontal and vertical resolutions. By default these values are taken from the VIPS image header. libvips resolution is always in pixels per millimetre."
source: https://www.libvips.org/API/8.17/method.Image.tiffsave.html?utm_source=chatgpt.com