Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-06-14 | 2.7 kB | |
v2.3.10 source code.tar.gz | 2024-06-14 | 75.3 MB | |
v2.3.10 source code.zip | 2024-06-14 | 75.6 MB | |
Totals: 3 Items | 150.8 MB | 0 |
What's Changed
- Doc re-arrangement in the TOC by @MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2523
- slight change to setup (move all TF to TF tag; pin tables, add note that python 3.9 is currently required by @MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2517
- Use video crop coordinates appropriately in create_video_with_all_detections by @jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2524
- Avoid infinite loop in
mine()
when there are no overlapping tracklets by @jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2525 - fix manual frame extraction with symlinks by @n-poulsen in https://github.com/DeepLabCut/DeepLabCut/pull/2527
- Update COLAB_DLC_ModelZoo.ipynb by @MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2533
- Adding a Quick Guide (from the wiki to the docs!) by @MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2532
- quick file fix by @MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2534
- Update installTips.md by @MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2536
- Video analysis on cropped videos: bug fixes for
extract_outlier_frames
andcreate_video_with_all_detections
by @n-poulsen in https://github.com/DeepLabCut/DeepLabCut/pull/2538 - MacOS CI Fix - FFMpeg Installation by @n-poulsen in https://github.com/DeepLabCut/DeepLabCut/pull/2559
- niels/check_for_duplicate_videos by @n-poulsen in https://github.com/DeepLabCut/DeepLabCut/pull/2558
- Update setup.py by @MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2526
- bug fix: missing images during evaluation by @n-poulsen in https://github.com/DeepLabCut/DeepLabCut/pull/2570
- Update label and warn users of the absence of videos by @jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2586
- pin matplotlib version by @n-poulsen in https://github.com/DeepLabCut/DeepLabCut/pull/2583
- Correct DEEPLABCUT.yaml and DEEPLABCUT_M1.yaml reference. by @midumitrescu in https://github.com/DeepLabCut/DeepLabCut/pull/2573
- minor spelling fixes by @MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2594
- Fix 2d line data setter by @jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2599
- Auto check for dlclibrary & napari-deeplabcut updates when the GUI opens by @jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2600
- Update README.md by @MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2601
- Release by @AlexEMG in https://github.com/DeepLabCut/DeepLabCut/pull/2602
New Contributors
- @midumitrescu made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/2573
Full Changelog: https://github.com/DeepLabCut/DeepLabCut/compare/v2.3.9...v2.9.10