Config Picker¶
Interactive tool to generate training configurations from your SLEAP label files.
Experimental Feature
This config picker is experimental. Feel free to try it out and report any issues you encounter!
How to use
- Upload your
.slpor.pkg.slpfile - Review the auto-detected settings and recommendations
- Adjust parameters as needed
- Download your configuration file(s)
Privacy
All processing happens locally in your browser. Your data is never uploaded to any server.
Prefer the CLI?¶
You can also generate configs using the command line:
# Interactive TUI
sleap-nn config labels.slp
# Auto-generate with defaults
sleap-nn config labels.slp --auto -o config.yaml
See the Config Generator Guide for more details.