You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,16 @@ Our implementation is based on the path-space differentiable renderer [PSDR-CUDA
14
14
15
15
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).
16
16
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
+
```
18
21
19
22
This code was tested on Ubuntu 20.04.6 LTS.
20
23
21
24
## Build
22
25
23
-
```Bash
26
+
```bash
24
27
mkdir build
25
28
cd build
26
29
../cmake.sh # A script for running cmake and make
@@ -29,7 +32,7 @@ cd .. && source setpath.sh # Add to PYTHONPATH
29
32
30
33
## Folder Structure
31
34
32
-
```Python
35
+
```python
33
36
.
34
37
├── src/bsdf
35
38
│ ├── vaesub.cpp
@@ -58,7 +61,7 @@ cd examples/python/scripts
58
61
```
59
62
60
63
## 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).
0 commit comments