Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSDR

Basic albedo optimization (biased).

I

I_grad

Albedo optimization on an occluded surface (grey -> blue on top of the long rectanglular prism). The blue tint reflection on top of the long rectangular prism is kind of hard to see, but it slightly gets more bluer till it reaches to something similiar to the ground truth image.

I

I_grad

Compilation Steps

rm -rf build  # for hard reset
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release  # initial setup
cmake --build build -j"$(nproc)"  # rebuild

./build/bin/optixPathTracer
./build/bin/optixPathTracer --iterations 200 --learning-rate 0.1 --launch-samples 128

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages