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

nms-3d

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nms-3d

3D bounding box NMS and plotting package

0.1.6
pipPyPI
Maintainers
1

3D Non-Maximum Suppression

A package for performing 3D Non-Maximum Suppression (NMS) on 3D bounding boxes and plotting them in 3D space.

Installation

Install the package running:

pip install nms-3d

Import

Import the package as:

import nms_3d

Package organization

The package consists of the following Python modules:

  • plot_3d_boxes: function for creating 3D plots as .html files containing bounding boxes created with Plotly.
  • nms_3d: function that apply the NMS 3D algorithm on the input bounding boxes.

Requirements

Python>=3.9.5
torch>=2.2.2
plotly>=5.13.1

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