Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.4
  • PyPI
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc