paper-with-me

Papers

Blendify -- Python rendering framework for Blender

2024-10-23 · Vladimir Guzov, Ilya A. Petrov, Gerard Pons-Moll

With the rapid growth of the volume of research fields like computer vision and computer graphics, researchers require effective and user-friendly rendering tools to visualize results. While advanced tools like Blender offer powerful capabilities, they also require a significant effort to master. This technical report introduces Blendify, a lightweight Python-based framework that seamlessly integrates with Blender, providing a high-level API for scene creation and rendering. Blendify reduces the complexity of working with Blender's native API by automating object creation, handling the colors and material linking, and implementing features such as shadow-catcher objects while maintaining support for high-quality ray-tracing rendering output. With a focus on usability Blendify enables efficient and flexible rendering workflow for rendering in common computer vision and computer graphics use cases. The code is available at https://github.com/ptrvilya/blendify

📄 PDF Abstract BibTeX arXiv:2410.17858

Code (1)

ptrvilya/blendify 공식 구현 pytorch

Tasks

10-shot image generation

Methods 이 논문이 사용한 방법론

RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIPool 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

VisualEnv: visual Gym environments with Blender

2021-11-15 · Andrea Scorsoglio, Roberto Furfaro

In this paper VisualEnv, a new tool for creating visual environment for reinforcement learning is introduced. It is the product of an integration of an open-source modelling and rendering software, Blender, and a python …

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Toward a Procedural Fruit Tree Rendering Framework for Image Analysis

2019-07-10 · Thomas Duboudin, Maxime Petit, Liming Chen

We propose a procedural fruit tree rendering framework, based on Blender and Python scripts allowing to generate quickly labeled dataset (i.e. including ground truth semantic segmentation). It is designed to train image …

Semantic Segmentation

SceneCraft: An LLM Agent for Synthesizing 3D Scene as Blender Code

2024-03-02 · Ziniu Hu, Ahmet Iscen, Aashi Jain, Thomas Kipf 외

This paper introduces SceneCraft, a Large Language Model (LLM) Agent converting text descriptions into Blender-executable Python scripts which render complex scenes with up to a hundred 3D assets. This process requires c…

Language ModelingLanguage ModellingLarge Language Model

Kubrick: Multimodal Agent Collaborations for Synthetic Video Generation

2024-08-19 · Liu He, Yizhi Song, Hejun Huang, Pinxin Liu 외

Text-to-video generation has been dominated by diffusion-based or autoregressive models. These novel models provide plausible versatility, but are criticized for improper physical motion, shading and illumination, camera…

Instruction FollowingLarge Language ModelText-to-Video GenerationVideo Description+1

MeshCoder: LLM-Powered Structured Mesh Code Generation from Point Clouds

2025-08-20 · Bingquan Dai, Li Ray Luo, Qihong Tang, Jie Wang 외 arxiv

Reconstructing 3D objects into editable programs is pivotal for applications like reverse engineering and shape editing. However, existing methods often rely on limited domain-specific languages (DSLs) and small-scale da…

3D Shape ReconstructionCode GenerationPoint Clouds