Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultQuantiles = []float64{0.01, 0.10, 0.50, 0.90, 0.99}
Functions ¶
func AggregateStats ¶
func AggregateStats(list []EpisodeStats) map[string]map[string]any
Types ¶
type EpisodeInput ¶
type EpisodeStats ¶
type EpisodeStats map[string]FeatureStats
func ComputeEpisodeStats ¶
func ComputeEpisodeStats(in EpisodeInput, features map[string]FeatureDesc, opts Options) EpisodeStats
type FeatureDesc ¶
type FeatureStats ¶
type ImageStat311 ¶
type ImageStat311 [][][]float64
ImageStat311 is the (3,1,1) nested layout used by LeRobot image/video stats.
func ImageStat311FromChannels ¶
func ImageStat311FromChannels(ch []float64) ImageStat311
func (ImageStat311) Channels ¶
func (s ImageStat311) Channels() []float64
Click to show internal directories.
Click to hide internal directories.