Merged
Conversation
Contributor
MarcelRosier
commented
Aug 21, 2025
- basic inference functionality
- basic tests
- basic docs
- Readme setup
- Zenodo integration
Remove unnecessary loop
Closed
neuronflow
approved these changes
Aug 23, 2025
Contributor
neuronflow
left a comment
There was a problem hiding this comment.
looks good on first glance, let's release so we can deploy and test :)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR sets up the initial structure and functionality for the stroke_segmentor package, implementing basic inference capabilities for ischemic stroke lesion segmentation in MRI.
Key Changes:
- Complete package renaming from template "PACKAGE_NAME" to "stroke_segmentor"
- Implementation of core inference pipeline with Zenodo integration for model weights
- Basic test coverage for all main components
Reviewed Changes
Copilot reviewed 19 out of 23 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| stroke_segmentor/zenodo.py | Implements Zenodo API integration for downloading and managing model weights |
| stroke_segmentor/model_handler.py | Core model loading and inference logic using MONAI framework |
| stroke_segmentor/inferer.py | High-level inference interface with optional result saving |
| tests/test_zenodo.py | Comprehensive tests for Zenodo functionality |
| tests/test_model_handler.py | Basic tests for model handler initialization |
| tests/test_inferer.py | Tests for inference pipeline with mocking |
| pyproject.toml | Updated package configuration and dependencies |
| README.md | Updated documentation with usage examples |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…ke_segmentor into 1-feature-initial-setup
neuronflow
approved these changes
Aug 23, 2025
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.