Jessy Lauer
Jessy Lauer
Long videos appear to incur large RAM usage in order to store all animal assemblies. Similar to #1468, assemblies can now be dumped to disk on the fly with `use_shelve=True`...
- [x] Uncouple inference, evaluation, and plotting - [x] Correct matching when visualizing assemblies - [x] Add test-time aug back in
- [ ] Check DLCRNet model freezing - [ ] Add dependency on DLC?? `MultiAnimalDLCLive` can be instantiated e.g. as: ```python from dlclive.dlclive import MultiAnimalDLCLive live = MultiAnimalDLCLive( 'path_to_snapshot', n_animals=3,...
This PR presents a new project management GUI and labeling, re-refining, and video GUIs. - NOTE, this PR will therefore drop support for python 3.7 due to python 3.8 requirements...
Commits tagged with "v*" trigger a release, and [setuptools_scm](https://github.com/pypa/setuptools_scm) automatically writes the version of DLC to _version.py (this is also the workflow of https://github.com/DeepLabCut/napari-deeplabcut). Example code to trigger a release:...
We could set it as the layer name (though we should be careful as `metadata['name']` is used in the h5 writer.
...instead of having to save and delete layers, and drop the next folder in.
Some very simple descriptive stats could be shown in the dock widget (% points labeled, or # unlabeled points, etc.)