Skip to content

Commit

Permalink
remove links
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Mar 19, 2019
1 parent e06526f commit c727331
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ RUN pip3 install tqdm

# update git
RUN git clone --recursive https://github.com/facebookresearch/House3D /House3D
RUN wget https://github.com/facebookresearch/House3D/releases/download/example-data/example-data.tgz \
-O /House3D/data.tgz && cd /House3D && tar xzf data.tgz
ENV TEST_HOUSE /House3D/house/05cac5f7fdd5f8138234164e76a97383/house.obj
ENV TEST_HOUSE /path/to/some/house

# build renderer
WORKDIR /House3D/renderer
Expand Down
4 changes: 1 addition & 3 deletions INSTRUCTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ SUNCG/
*.jpg
```

Example data (one house) can be downloaded at [release](https://github.com/facebookresearch/House3D/releases/tag/example-data).

## Installation:

House3D runs on Linux/MacOS with or without Nvidia GPUs.
Expand All @@ -33,7 +31,7 @@ To use the docker file, you need to install `nvidia-docker`, then run:

```bash
# If this command cannot find `libEGL_nvidia`, your driver installation is incomplete.
nvidia-container-cli list -l | grep libEGL_nvidia
nvidia-container-cli list -l | grep libEGL_nvidia
# Build the docker
docker build -t house3d:v0 .
# Run this command only if you need to use GUI within docker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p align="center"><img src="https://user-images.githubusercontent.com/1381301/33509559-87c4e470-d6b7-11e7-8266-27c940d5729a.jpg" align="middle" width="600" /></p>

House3D is a virtual 3D environment which consists of thousands of indoor scenes equipped with
a diverse set of scene types, layouts and objects sourced from the [SUNCG dataset](http://suncg.cs.princeton.edu/).
a diverse set of scene types, layouts and objects sourced from the [SUNCG dataset](https://arxiv.org/abs/1611.08974).
It consists of over 45k indoor 3D scenes, ranging from studios to two-storied houses
with swimming pools and fitness rooms. All 3D objects are fully annotated with category labels.
Agents in the environment have access to observations of multiple modalities, including RGB images,
Expand Down
1 change: 0 additions & 1 deletion renderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ cd /path/to/House3DRepo/tests
export PYTHONPATH=..
python test-rendering.py /path/to/suncg/house/house.obj
```
Example data can be found at [releases](https://github.com/facebookresearch/House3D/releases/tag/example-data).

## Choosing the Rendering Backend:

Expand Down

0 comments on commit c727331

Please sign in to comment.