Bug fixes and minor updates
What's Changed
- Fix deprecated numpy builtin type by @jeylau in #2270
- Fix display bodyparts by @KonradDanielewski in #2264
- fix drawing of skeleton when displayedbodyparts != all by @KonradDanielewski in #2274
- stitch_tracklets crashes when not enough tracks are found by @n-poulsen in #2273
- Pass train/test indices to create_multianimaltraining_dataset by @jeylau in #2272
- renamed attempttomakefolder to attempt_to_make_folder by @rizarae-p in #2271
- pin scipy to less than 1.11.0 by @n-poulsen in #2290
- Fixed draw_bbox when pyplot is in non-interactive mode by @n-poulsen in #2288
- Bug fix spatiotemporal adaptation kwargs by @n-poulsen in #2291
- Update README.md by @MMathisLab in #2294
- Avoid creating training dataset with multiple scorers by @KonradDanielewski in #2287
- handles empty frame in video adaptation by @yeshaokai in #2258
- Update DEEPLABCUT.yaml by @MMathisLab in #2299
- pinned tensorflow to <2.13.0 by @n-poulsen in #2308
- Manual outlier_frame_extraction bugfix by @n-poulsen in #2307
- Fix windows video selection for extraction in the GUI by @KonradDanielewski in #2286
- Add function to get per-bodypart RMSE by @n-poulsen in #2315
- Plot keypoint confidence as alpha value by @n-poulsen in #2319
- Some usability improvements to the main GUI by @jeylau in #2275
- fix broken gputouse by @ludovicbellier in #2320
- Avoid assembling if already done and overwrite == False by @KonradDanielewski in #2317
- Pose_cfg.yaml recipe by @KonradDanielewski in #2331
- Add link to hyperparams/augmentation guide by @KonradDanielewski in #2333
- Update DEEPLABCUT.yaml by @MMathisLab in #2325
- bug fix: assemblies filename print by @n-poulsen in #2346
- Fixed
analyze_videosdocstring by @n-poulsen in #2354 - ortholonal -> orthogonal by @yowayb in #2368
- Do not unpickle unit test data with pandas by @jeylau in #2373
- Updated deeplabcut installation in colab notebooks by @n-poulsen in #2376
- Added a new recipe on how to publish new recipes by @rizarae-p in #2334
- Remove unused parameter
num_shufflesfromcheck_for_weightsfunction. by @Tetra-quark in #2360 - Update installation.md by @MMathisLab in #2378
- Update installation.md by @MMathisLab in #2379
- updated Model Zoo Colab notebook by @MMathisLab in #2381
- Doc clean up by @MMathisLab in #2380
- Clean up Model Zoo superanimal notebook by @MMathisLab in #2382
- Fix
interpkwarg inimresizefunction. by @Tetra-quark in #2374 - Add build matrix for docker images, update images by @stes in #1936
- Update UseOverviewGuide and docker guide by @MMathisLab in #2384
- Update README.md by @MMathisLab in #2385
- Bug fixes VideoWriter: video names with spaces by @n-poulsen in #2388
- Branch for new version by @AlexEMG in #2392
New Contributors
- @rizarae-p made their first contribution in #2271
- @yowayb made their first contribution in #2368
- @Tetra-quark made their first contribution in #2360
Full Changelog: v2.3.5...v2.3.6