File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ This is an enchancement on paper by Disney Research [Deep Scattering](http://drz
32
32
- [x] Build a model in pytorch as described in the original paper
33
33
- [x] Train the model
34
34
- [x] Implement an efficient neural-based renderer in c++
35
- - [ ] Compare to the original results
35
+ - [x ] Compare to the original results
36
36
<p float =" left " >
37
37
<img src =" /images/neural_rendering_7000_meters.png " width =" 45% " />
38
- <img src =" /images/neural_rendering_12000_meters.png " width =" 45% " />
39
38
</p >
40
39
41
40
* Research*
42
41
Experiments with different architectures.
43
- - [ ] Try out different grids layout and evaluate convergence
44
- - [ ] Light prebacking
45
- - [ ] Progressive NN evaluation for light rebacking
46
- - [ ] Evaluate radiocity only for the outer layers of the cloud
42
+ - [x] Shadow maps
43
+ - [x] Latent space light probes
44
+ - [x] Light probe rotation
45
+ - [x] Light probe interpolation (trilinear, barycentric)
46
+ - [x] Evaluate radiance only for the outer layers of the cloud
You can’t perform that action at this time.
0 commit comments