11 projects
live-plotter
Plot live data that updates in real time using matplotlib backend
du-v2
More useful version of du
clean-loop-timer
Easy-to-use timer for profiling complex loops in dataset generation and neural network training
video-montage
Easily create a video montage (either a sequence or a grid of videos)
plot-and-log-memory-usage
Scripts for logging CPU and GPU memory usage and subsequently plotting for analysis and debugging
split-screen-recording-by-monitor
Split a screen recording video file into N video files, one per monitor
plot-memory-usage
Create a live plot of the CPU or GPU memory usage of your system over time
preemptive-debugger
A simple method to interactively preempt a running script to run a debugger
clean-ffmpeg-python-utils
Easy-to-use ffmpeg python utils with simpler arguments
cached-property-with-invalidation
Decorator to create cached_property that can be invalidated when invalidation variable is updated
no-global-nonlocal-vars
Function decorator that ensures that no global and no nonlocal variables are used, making Jupyter notebooks much safer