Acquisition Count > 1 not supported
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 256
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
Typically multiple acquisitions are stacked in another dimension (e.g. 512x512x128x2) but default behavior of rt-utils returns the slices in a single stacked axis. (512x512x256).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at rt_utils/image_helper.py around line 239 and inspect how acquisition counts are handled when slices are returned. Confirm the expected dimensional shape for multiple acquisitions, then verify that acquisition counts greater than one are supported without collapsing them into a single stacked axis.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100