You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

grid-fusion-pytorch

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grid-fusion-pytorch

Efficient operations for fusing semantically annotated RGB-D measurements in a 3D voxel grid in pytorch.

0.1.2
pipPyPI
Maintainers
1

grid_fusion_pytorch

Efficient operations for fusing depth maps or point clouds with or without semantic annotation in a 3D voxel grid in pytorch. Corresponding backward passes are WIP. Uses TORCH.UTILS.CPP_EXTENSION following the structure of DirectVoxGO.

Setup

pip install grid-fusion-pytorch

Requirements

PyTorch must be installed with CUDA support. Also, Ninja is required to load C++ extensions. Install it with pip.

pip install ninja

Usage

Check out the colab demo.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts