Results 25 comments of semchan

> E(Oi, Oj) = LPIPS(Oi, Mi,j, Wi,j(Oj)), how to get the mask and how to apply it to lpips? We totally followed the link (https://github.com/phoenix104104/fast_blind_video_consistency) to calculate lpips, please find...

> @semchan Hi, the specular textures are exported after stage1, but it would require a custom shader to render it in UE. thanks very much

> Hello, Thank you for sharing the code and weight .unfortunately, your pre-trained checkpoint can not download because it needs registration and this site can not allow overseas countries. could...

> How can just inference the model after finetuning I do not want each test to do finetuning? you can refer the code in function `draw_video`, treat each frame as...

> Any chance I can save a cube file from the LUT computed by the model? yes, you can. you can refer the code from: `def get_lut(opt, original, example):` But...