Closed TSlus closed 5 months ago
In the progressive
branch of the map_to_int_level
function in gaussian_model.py
, and it is designed for continuous rendering.
In the
progressive
branch of themap_to_int_level
function ingaussian_model.py
, and it is designed for continuous rendering.
Yes, thank you, I find it. But I also find map_to_int_level
function is mapping pred_level
to integer level defined, there is not existing interpolating between adjacent levels. I don't know if my understanding is correct.
ok, thank you for your kind response to my question :)
In the paper, you said
We use a piecewise linear interpolation for the rendered pixel values between adjacent levels
, but I do not find the detail code in your released code. I would appreciate if you tell me the location of this code : )