Mackenzie Mathis
Mackenzie Mathis
As part of data augmentation it also scales up by 100%, so you'd have to increase further, and if you're using a top-down model (which you absolutely should), also check...
please re-install! fixed: https://github.com/DeepLabCut/DeepLabCut/pull/2691
Hi Ben, can you be more specific about what function you are using, and I assume you mean H5, correct? We don't recommend using the CSV files
openfield does not have key point called: `'F_L_Hip'` -- did you edit the config file? you would need to also let us know how you edited you bodypart names; it...
can you do a fresh install @Mijar007 - as intel- should not be there and is :)
If useful, given this package seems not actively maintained but highly useful, you can use [this fork](https://github.com/AdaptiveMotorControlLab/pydensecrf) which allows you to `pip install pydensecrf2` and then use the same `import...
(AI-assisted response): This OpenCV error typically occurs during camera calibration when the number of images (`nimages`) does not match the number of image points (`imagePoints2.total()`). Specifically: - **`nimages` is 16**:...
Thanks @yarikoptic! [DeepLabCut](https://github.com/DeepLabCut/DeepLabCut) uses `HDF5`, and has an export for `NWB` for saving analyzed data. - function to [convert HDF5 to NWB](https://github.com/DeepLabCut/DeepLabCut/blob/fa2ebee4bf9b9723cf32e0a1ffe664de95b9b2e1/deeplabcut/utils/conversioncode.py#L261)
> (I see there is "load" functionality within https://github.com/DeepLabCut/DLC2NWB)? - Yep! :D But my pref. for a data standard is `HDF5` due to interoperability between fields (NWM is very "neuro"...
Looking at the specs, it's extremely comparable with https://github.com/AdaptiveMotorControlLab/DLC2Kinematics and our output H5 files. This package take in the outputs of DeepLabCut and outputs velocity, angles, quaterions, etc :) And...