Open
Conversation
fc7237b to
9bd0396
Compare
c15f4db to
c509ff2
Compare
788d9c9 to
7c1081d
Compare
4bf49a6 to
bcf864c
Compare
22ac6e0 to
d3fd656
Compare
7c7e8dc to
e56efb4
Compare
47d8d8f to
f5914e4
Compare
…ng to get an image tile from a slide via indexing and the image tile is invalid (e.g. out of bounds; corrupted; etc)
- Fix progress bar updating during bag generation
- Add `show_progress` keyword argument for the feature extractor `tfrecord_inference()` method, for optionally displaying a progress bar.
- Add new `run_batched_inference()` method to pytorch feature extractors, used for generating features from a large tensor dataset of images.
- When generating features (using a feature extractor) from a loaded pytorch tensor of images, add a new `batch_size` argument that runs batch inference, decreasing memory requirements:
```
ctranspath = sf.build_feature_extractor('ctranspath')
images = torch.load(...)
features = ctranspath(images, batch_size=32)
```
- When detecting microns-per-pixel information from TIFF metadata, recognize the singular form of units (centimeter, millimeter, micrometer) in addition to the plural form.
Update docker hub address
- Fix stats unit tests
- Update torch dockerfile to torch 3.0.1 and libvips 8.15 - Add welcome script to print slideflow version information upon container start
- Add error handling for slide with invalid ROIs in `TileMaskDataset` - Allow filter_method if 'all'/'none'/None
Add features
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.
No description provided.