Skip to content
View jbohnslav's full-sized avatar

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 Loading

  1. opencv_transforms Public

    OpenCV implementation of Torchvision's image augmentations

    Python 377 46

  2. deepethogram Public

    Python 104 34

  3. vidio Public

    simple, performant video reading and writing in python

    Python 4 2

  4. PIMAQ Public

    Multiple camera acquisition toolbox in Python

    Python 3 1

  5. pose_annotator Public

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

    Python 2 2

  6. Simple function to print out the dat...
    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
        ----------