Skip to content

Jiaviz/SimLiquid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SimLiquid: A Simulation-Based Liquid Perception Pipeline for Robot Liquid Manipulation

Liquid Dataset Render

πŸ› οΈ Environment Setup

Use conda or mamba to create a new environment and activate it:

conda create -n liquid python=3.10
conda activate liquid

Install BlenderProc and download assets

pip install git+https://github.com/DLR-RM/BlenderProc.git
blenderproc pip install tqdm
mkdir -p  assets/haven && cd assets/haven
blenderproc download haven .
cd ../.. && mkdir blender_projs

Download the blender project and save it as blender_projs/liquids.blend

Project Structure

SimLquid
β”œβ”€β”€ liquid_render
β”‚   β”œβ”€β”€ blender_projs
β”‚   β”‚   β”œβ”€β”€ liquids.blend
β”‚   β”œβ”€β”€ assets
β”‚   β”‚   β”œβ”€β”€ haven
β”‚   β”œβ”€β”€ cfgs
β”‚   β”‚   β”œβ”€β”€ liquid.yaml
β”‚   β”œβ”€β”€ liquid_render.py
β”‚   β”œβ”€β”€ render.sh
β”œβ”€β”€ README.md

πŸš€ Render Dataset

./render.sh

Example images:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published