Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ The dataset is stored in a numpy file, with all the MLP weights linearized in a
|
|
| 17 |
|
| 18 |
- Input: Cartesian coordinate for positional samples (hx, hy, hz, dx, dy, dz).
|
| 19 |
- Output: MERL reflectance value.
|
| 20 |
-
- To convert it back to model weights `.pth`, update the example [example-brdf.pth](./example-brdf.pth).
|
| 21 |
- To then convert it back to MERL binary, load the model from `.pth` and record the inference results with all positional input.
|
| 22 |
- For details, please refer to [Github](https://github.com/PeterHUistyping/NeuMaDiff) repo.
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
- Input: Cartesian coordinate for positional samples (hx, hy, hz, dx, dy, dz).
|
| 19 |
- Output: MERL reflectance value.
|
| 20 |
+
- To convert it back to model weights `.pth`, update the example [example-brdf.pth](./example-brdf.pth) (alum-bronze).
|
| 21 |
- To then convert it back to MERL binary, load the model from `.pth` and record the inference results with all positional input.
|
| 22 |
- For details, please refer to [Github](https://github.com/PeterHUistyping/NeuMaDiff) repo.
|
| 23 |
|