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

Split up train, add Model class, add litpose CLI #232

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

ksikka
Copy link
Collaborator

@ksikka ksikka commented Jan 7, 2025

New model class will be the new programmatic interface to lightning pose model prediction. utils/predictions.py can be made private in 2.0.

To test litpose locally, git pull then pip install -e ".[dev]".

@ksikka ksikka force-pushed the litpose branch 2 times, most recently from 561489f to 831a2cd Compare January 15, 2025 04:38
@ksikka ksikka changed the title [WIP] Litpose command line tool [WIP] train() refactor, Model class, litpose CLI Jan 15, 2025
@ksikka ksikka changed the title [WIP] train() refactor, Model class, litpose CLI [WIP] Split up train, add Model class, add litpose CLI Jan 15, 2025
lightning_pose/model.py Outdated Show resolved Hide resolved
cli/main.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@themattinthehatt themattinthehatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great updates 👌

cli/main.py Show resolved Hide resolved
lightning_pose/model.py Outdated Show resolved Hide resolved
lightning_pose/model_config.py Outdated Show resolved Hide resolved
lightning_pose/train.py Show resolved Hide resolved
lightning_pose/train.py Outdated Show resolved Hide resolved
@ksikka ksikka changed the title [WIP] Split up train, add Model class, add litpose CLI Split up train, add Model class, add litpose CLI Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants