Tags: talmolab/sleap
10000
Tags
Merge develop to master (#507) * Merge main back into develop (#491) * Prep for master->main (#475) Co-authored-by: Arie Matsliah <arie.matsliah@gmail.com> * Release version 1.1.0 * Remove appveyor Co-authored-by: Talmo Pereira <talmo@princeton.edu> Co-authored-by: Arie Matsliah <arie.matsliah@gmail.com> * Merge main to develop post release (#492) * Prep for master->main (#475) Co-authored-by: Arie Matsliah <arie.matsliah@gmail.com> * Release version 1.1.0 * Remove appveyor * Test docs subfolders * Test keep_files Co-authored-by: Talmo Pereira <talmo@princeton.edu> Co-authored-by: Arie Matsliah <arie.matsliah@gmail.com> * Pulling finished work from #484 into a separate PR (#493) * Pulling finished work into a separate PR * fix test * fix * Simplify + tweak background * Update docs (#495) * Isolated fix for issue #480 (#498) * Add support for specifying the minimum score in PAF matching (#502) Effective at filtering out explicitly spurious matches when no better match is available * Fix post-training errors (#503) - Catch filesystem busy error when deleting viz dir - Don't throw an error after training with no inference target * Revert "Pulling finished work from #484 into a separate PR" (#504) * Minor fixes and enhacements (#505) - Add skeleton.find_neighbors convenience graph op - Add Instance.fill_missing to initialize new nodes in the skeleton - Also add numpy() and from_pointsarray() aliases to PredictedInstance to prevent crashes from using the inherited versions - Initialize missing instance nodes when plotting user instances - Fix serialization after loading MediaVideo from high level API - Fix single instance visualization during training - Add --open-in-gui CLI option to sleap-track - Clearer error message when running sleap-track without args * [WIP] Fix multi size video support (#501) * wip * cleanup * Add `max_height_and_width` property to `VideoReader` * Fix SizeMatcher instantiation without specified targets - Lint/line length * Provider now recreates the data pipeline with new providers * Vectorize padding test for SizeMatcher * Do not require instances key if not available from provider * Size matching * Size matching fix * Fix shapes in output dataset * lint Co-authored-by: Talmo Pereira <talmo@princeton.edu> * Bump version for release (#506) Co-authored-by: Talmo Pereira <talmo@princeton.edu> Co-authored-by: Arie Matsliah <arie.matsliah@gmail.com>