paper-with-me

Papers

Viser: Imperative, Web-based 3D Visualization in Python

2025-07-30 · Brent Yi, Chung Min Kim, Justin Kerr, Gina Wu, Rebecca Feng, Anthony Zhang, Jonas Kulhanek, Hongsuk Choi, Yi Ma, Matthew Tancik, Angjoo Kanazawa arxiv

We present Viser, a 3D visualization library for computer vision and robotics. Viser aims to bring easy and extensible 3D visualization to Python: we provide a comprehensive set of 3D scene and 2D GUI primitives, which can be used independently with minimal setup or composed to build specialized interfaces. This technical report describes Viser's features, interface, and implementation. Key design choices include an imperative-style API and a web-based viewer, which improve compatibility with modern programming patterns and workflows.

📄 PDF Abstract BibTeX arXiv:2507.22885

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ADVISER: A Toolkit for Developing Multi-modal, Multi-domain and Socially-engaged Conversational Agents

2020-05-04 · ACL 2020 6 · Chia-Yu Li, Daniel Ortega, Dirk Väth, Florian Lux 외

We present ADVISER - an open-source, multi-domain dialog system toolkit that enables the development of multi-modal (incorporating speech, text and vision), socially-engaged (e.g. emotion recognition, engagement level pr…

BIG-bench Machine LearningEmotion Recognition

Terra: Imperative-Symbolic Co-Execution of Imperative Deep Learning Programs

2022-01-23 · NeurIPS 2021 12 · Taebum Kim, Eunji Jeong, Geon-Woo Kim, Yunmo Koo 외

Imperative programming allows users to implement their deep neural networks (DNNs) easily and has become an essential part of recent deep learning (DL) frameworks. Recently, several systems have been proposed to combine …

Deep Learning

Torch.fx: Practical Program Capture and Transformation for Deep Learning in Python

2021-12-15 · James K. Reed, Zachary DeVito, Horace He, Ansley Ussery 외

Modern deep learning frameworks provide imperative, eager execution programming interfaces embedded in Python to provide a productive development experience. However, deep learning practitioners sometimes need to capture…

Deep Learning

TensorFlow Eager: A Multi-Stage, Python-Embedded DSL for Machine Learning

2019-02-27 · Akshay Agrawal, Akshay Naresh Modi, Alexandre Passos, Allen Lavoie 외

TensorFlow Eager is a multi-stage, Python-embedded domain-specific language for hardware-accelerated machine learning, suitable for both interactive research and production. TensorFlow, which TensorFlow Eager extends, re…

BIG-bench Machine Learning

VISER: A Tractable Solution Concept for Games with Information Asymmetry

2023-07-18 · Jeremy McMahan, Young Wu, Yudong Chen, Xiaojin Zhu 외

Many real-world games suffer from information asymmetry: one player is only aware of their own payoffs while the other player has the full game information. Examples include the critical domain of security games and adve…

Multi-agent Reinforcement Learning