DeepLabStream icon indicating copy to clipboard operation
DeepLabStream copied to clipboard

Closed-loop behavioral experiment toolkit using pose estimation of body parts.

Results 12 DeepLabStream issues
Sort by recently updated
recently updated
newest added

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.1 to 1.3.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.3.0 We're happy to announce the 1.3.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html and...

dependencies

Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.2 to 2.0.3. Release notes Sourced from pandas's releases. Pandas 2.0.3 This is a patch release in the 2.0.x series and includes some regression and bug fixes....

dependencies

Bumps [numba](https://github.com/numba/numba) from 0.56.0 to 0.57.1. Release notes Sourced from numba's releases. Version 0.57.1 Patch release to fix regressions with 0.57.0. Version 0.57.0 A new release of Numba adding support...

dependencies

Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.17.2 to 0.21.0. Release notes Sourced from scikit-image's releases. v0.21.0 We're happy to announce the release of scikit-image 0.21.0! scikit-image is an image processing toolbox for SciPy...

dependencies

Bumps [opencv-contrib-python](https://github.com/opencv/opencv-python) from 4.5.2.54 to 4.8.0.74. Release notes Sourced from opencv-contrib-python's releases. 4.8.0.74 Important changes: #20370 Python typing stubs. #23350 Fix reference counting errors in registerNewType. #23399, #23436, #23138 Fixed...

dependencies

Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.11.1. Release notes Sourced from scipy's releases. SciPy 1.11.1 Release Notes SciPy 1.11.1 is a bug-fix release with no new features compared to 1.11.0. In...

dependencies

Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.5.2.54 to 4.8.0.74. Release notes Sourced from opencv-python's releases. 4.8.0.74 Important changes: #20370 Python typing stubs. #23350 Fix reference counting errors in registerNewType. #23399, #23436, #23138 Fixed...

dependencies

Bumps [nidaqmx](https://github.com/ni/nidaqmx-python) from 0.6.4 to 0.7.0. Release notes Sourced from nidaqmx's releases. 0.7.0 Merged Pull Requests 217: Handle leading zeros in flatten/unflatten implementation 219: nidaqmx: Use in-project virtualenvs Query: Closed...

dependencies

added functionality to record the result of the stream rather than the timestamped video

Now if `--data-output-enabled` we write csv file line by line. This is actually a very crude version, that assumes that first found row would be the most full. Also will...