Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 622 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 622 Bytes

This repository contains the code for the paper Multi-Layer Semantic and Geometric Modeling with Neural Message Passing in 3D Scene Graphs for Hierarchical Mechanical Search.

Installation

To install the code, just follow these steps:

git clone https://github.com/StanfordVL/HMS.git
cd HMS
virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
pip install -e .

Data

Unfortunately due to having proprietary CAD files, we cannot release the data used for training publicly. To request a private copy, please email andreyk@stanford.edu