Jessy Lauer
Jessy Lauer
Your iMac does come with the new M1 chip, correct?
Agreed! This looks very useful and all tests seem to pass. I'm concerned about adding some more arguments though; are there cases where emptying memory is not desirable? Wouldn't a...
Guys, work is in progress here #72. It is functional (in my hands 😄), but will definitely require some polishing.
@MMathisLab, I followed the instructions above (new env w/ py3.10) and had no problem with either clustering or dataset creation (both with single- and multi-animal projects) 🤔 `conda env create...
Thanks @backyardbiomech! I'll see what may have happened and fix these 🐛.
Since individual frames are stored temporarily, I assume you've passed `save_frames=True`; does the problem remain if it's left to `False` (so that the fast video creation mode is used)?
Thanks for letting us know @jonpedros! I couldn't replicate what you described with `Frames2plot` though. I'll close the issue since you got the labeled video working, but feel free to...
At @DeepLabCut we make extensive use of the optimize and spatial modules of SciPy. The first is mostly for solving optimal assignment problems with linear_sum_assignment, whereas the latter is for...
Hi @kaylago, if you update your Windows installation of DLC to at least 2.2.1, the function won't raise the AttributeError, it was fixed by a user with #1751.
Hey @thomasilmer, I'll update this PR soon, but please feel free to contribute too; you'd be very welcome!