IAM

CATEGORY»OPEN SOURCE;MACHINE LEARNING AND COMPUTER VISION«

JUNE2023

PROJECT

OPEN SOURCE Bit Error Robustness in PyTorch Article Series I was planning to have an article series on bit error robustness in deep learning — similar to my article series on adversarial robustness — with accompanying PyTorch code. However, the recent progress in machine learning made me focus on other projects. Nevertheless, the articles should […]

More ...

JUNE2023

PROJECT

Series of articles discussing adversarial robustness and adversarial training in PyTorch.

More ...

NOVEMBER2022

PROJECT

An example of a custom TensorFlow operation implemented in C++.

More ...

NOVEMBER2022

PROJECT

A C++ implementation of density forests.

More ...

NOVEMBER2022

PROJECT

Torch/CUDA implementation of batch normalization for OctNets.

More ...

NOVEMBER2022

PROJECT

The Berkeley Segmentation Benchmark extended by superpixel metrics.

More ...

NOVEMBER2022

PROJECT

OPEN SOURCE blenderpy Mesh/Voxel Visualization Figure 1 (click to enlarge): Visualization examples of an occupancy grid (left) and a mesh (right) of a chair. The right visualization also shows a point cloud observation (in red). Blender is an open-source “3D creation suite” — a tool for creating and manipulating 3D shapes and scenes. While I […]

More ...

NOVEMBER2022

PROJECT

Tools to pre-process the NYU Depth v2 segmentations for evaluation.

More ...

AUGUST2022

PROJECT

Examples, tools and resources for using Caffe’s Python interface pyCaffe.

More ...

AUGUST2022

PROJECT

A template for extending PyTorch using C/CUDA operations.

More ...