Skip to content
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

Refactor project structure and split vision operators into separate packages #219

Merged
merged 9 commits into from
Jul 17, 2024

Conversation

glopesdev
Copy link
Contributor

@glopesdev glopesdev commented Jul 17, 2024

As functionality and adoption of the Aeon framework continues to grow, we have gotten to a point where there is too much packed into the single core Aeon.Acquisition package as discussed in #214.

This PR splits the previous acquisition package into three new packages:

  • Aeon.Video: all video capture interfaces and video controller / triggering devices
  • Aeon.Vision: computer vision tasks such as ROI activity, blob detection, etc.
  • Aeon.Vision.Sleap: specialized package for SLEAP pose estimation (to isolate tensorflow and CUDA dependencies)

These changes should make it easier for researchers to use the Aeon framework for simpler experiments which may not require the bulk of all dependencies.

The project structure has been refactored to adopt the improved artifacts output layout for builds and to version all components together to simplify releases.

Obsolete experimental environments and scripts have been removed as they have since moved to the SainsburyWellcomeCentre/aeon_experiments repo.

Finally, CI runs have been modernized and updated to run tests on both Windows and Linux.

Fixes #214

@glopesdev glopesdev added fix Pull request that fixes an issue engineering Changes to project structure and development pipeline labels Jul 17, 2024
@glopesdev glopesdev merged commit a039c49 into main Jul 17, 2024
4 checks passed
@glopesdev glopesdev deleted the vision-refactor branch July 17, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering Changes to project structure and development pipeline fix Pull request that fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider refactoring core acquisition package
2 participants