面向机器人视觉训练的合成数据生成器 — Demo 展示
Loading...
Loading...
Loading...
Loading...
# Category -> (R, G, B) in 0-255 range 0 FreeSurface 127 127 127 1 HorizontalPlane 0 0 255 2 LateralPlane_X 0 255 0 3 LateralPlane_Z 255 0 0 4 NearHorizontal 255 255 0 5 NearLateral_X 255 0 255 6 NearLateral_Z 0 255 255 7 Degenerate 255 127 0 8 Reserved1 127 0 255 9 Reserved2 0 127 255
1. 克隆仓库:git clone https://github.com/AIminminAI/Huhb3D-Viewer
2. 安装 Python 依赖:pip install streamlit Pillow numpy opencv-python
3. 编译 C++ 渲染引擎:需要 Visual Studio 2019+ (Windows) 或 GCC (Linux)
4. 启动 Web UI:streamlit run app.py --server.port 8501
docker build -t huhb3d-synthetic . docker run -p 7860:7860 huhb3d-synthetic
详见 GitHub README 获取完整部署指南。