Jessy Lauer

Results 10 issues of 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`...

enhancement
stale issue (closed)

- [x] Uncouple inference, evaluation, and plotting - [x] Correct matching when visualizing assemblies - [x] Add test-time aug back in

enhancement

- [ ] 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,...

enhancement

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...

enhancement

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:...

enhancement
low-priority

We could set it as the layer name (though we should be careful as `metadata['name']` is used in the h5 writer.

enhancement
help wanted

...instead of having to save and delete layers, and drop the next folder in.

enhancement
help wanted

Some very simple descriptive stats could be shown in the dock widget (% points labeled, or # unlabeled points, etc.)

enhancement