Skip to content
View jbohnslav's full-sized avatar
Block or Report

Block or report jbohnslav

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. opencv_transforms opencv_transforms Public

    OpenCV implementation of Torchvision's image augmentations

    Python 376 46

  2. deepethogram deepethogram Public

    Python 93 32

  3. vidio vidio Public

    simple, performant video reading and writing in python

    Python 4 2

  4. PIMAQ PIMAQ Public

    Multiple camera acquisition toolbox in Python

    Python 3 1

  5. pose_annotator pose_annotator Public

    Free, open-source GUI for annotating keypoints for pose estimation

    Python 2 1

  6. Simple function to print out the dat... Simple function to print out the data contained in an HDF5 file
    1
    def print_hdf5(h5py_obj, level=-1, print_full_name: bool = False, print_attrs: bool = True) -> None:
    2
        """ Prints the name and shape of datasets in a H5py HDF5 file.
    3
    4
        Parameters
    5
        ----------