Skip to content

Commit 1d0506b

Browse files
update README
1 parent a83d757 commit 1d0506b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ Our implementation is based on the path-space differentiable renderer [PSDR-CUDA
1414

1515
To run our code, you can set up the environment yourself by following the instructions found [here](https://psdr-cuda.readthedocs.io/en/latest/core_compile.html).
1616

17-
We also provide a [docker container](TODO) with necessary libraries installed. (Some may still require manual installation, e.g. OptiX)
17+
We also provide a docker container with necessary libraries installed. (Some may still require manual installation, e.g. OptiX)
18+
```bash
19+
docker pull spockthewizard/shapeadaptiveir:latest
20+
```
1821

1922
This code was tested on Ubuntu 20.04.6 LTS.
2023

2124
## Build
2225

23-
```Bash
26+
```bash
2427
mkdir build
2528
cd build
2629
../cmake.sh # A script for running cmake and make
@@ -29,7 +32,7 @@ cd .. && source setpath.sh # Add to PYTHONPATH
2932

3033
## Folder Structure
3134

32-
```Python
35+
```python
3336
.
3437
├── src/bsdf
3538
│ ├── vaesub.cpp
@@ -58,7 +61,7 @@ cd examples/python/scripts
5861
```
5962

6063
## Dataset
61-
We provide an item from our synthetic dataset [here]().
64+
We provide an item from our synthetic dataset [here](https://drive.google.com/drive/folders/1Jqq-iCiDrXgQrx9BLW3dcvurKiWTD1VO?usp=drive_link).
6265

6366

6467

0 commit comments

Comments
 (0)