Put your art in perspective with vpype

vpype-perspective is a vpype plug-in to bring your 2D artwork in 3D space and render it in perspective. This project both aims to be a usable tool enabling new creative possibilities, and educational material demonstrating advanced uses of vpype and 3D computer graphics math basics. Installation IMPORTANT: vpype-perspective relies on the master branch of vpype and is not compatible with the latest release (vpype 1.9.0). The following instructions reflects this. Install/upgrade vpype to master: Note: installing on Apple silicon/M1 hardware […]

Read more

A complete, self-contained example for training ImageNet at state-of-the-art speed with FFCV

A minimal, single-file PyTorch ImageNet training script designed for hackability. Run train_imagenet.py to get… …high accuracies on ImageNet …with as many lines of code as the PyTorch ImageNet example …in 1/10th the time. Results Train models more efficiently, either with 8 GPUs in parallel or by training 8 ResNet-18’s at once. See benchmark setup here: https://docs.ffcv.io/benchmarks.html. Citation If you use this setup in your research, cite: @misc{leclerc2022ffcv, author = {Guillaume Leclerc and Andrew Ilyas and Logan Engstrom and Sung Min […]

Read more