Skip to content

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

  1. Upload your .slp or .pkg.slp file
  2. Review the auto-detected settings and recommendations
  3. Adjust parameters as needed
  4. 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.