Skip to content
View andreasabo-ibbme's full-sized avatar

Block or report andreasabo-ibbme

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. TaatiTeam/stgcn_parkinsonism_prediction TaatiTeam/stgcn_parkinsonism_prediction Public

    Code for predicting clinical scores of parkinsonism (UPDRS-gait/SAS-gait) from skeleton trajectory data.

    Python 23 4

  2. TaatiTeam/gait_features_from_pose TaatiTeam/gait_features_from_pose Public

    A collection of MATLAB scripts for calculating gait features from pose-tracked data

    MATLAB 1 2

  3. step_labeller step_labeller Public

    C++/QT application for manual step annotation in videos

    C++ 1

  4. fractal_generator fractal_generator Public

    A simple program to create bitmap visualizations of the Mandelbrot set

    C++ 1

  5. Script for renaming icloud files (ph... Script for renaming icloud files (photos, videos) based on when they were taken. Requires ffmpeg (installed and in path) and the Pillow package for Python
    1
    import os, shutil, datetime
    2
    from pathlib import Path
    3
    from PIL import Image
    4
    
    
    5
    import subprocess as sp