EMLight icon indicating copy to clipboard operation
EMLight copied to clipboard

evaluation metrix

Open ad45675 opened this issue 3 years ago • 2 comments

HI~I have some question about REMS and si-REMS. I know the matrix, but i don't know which parameter will be calculated. is the illumination map? I also want to ask that how to calculate the Angular Error.

thanks!

ad45675 avatar Sep 21 '22 12:09 ad45675

Hi, they are computed on the images rendered with illumination maps. For angular error, please refer to DeepLight: Learning Illumination for Unconstrained Mobile Mixed Reality

fnzhan avatar Sep 21 '22 19:09 fnzhan

hi @fnzhan ,

when i run the training code , i got some error,

Traceback (most recent call last):
  File "train.py", line 97, in <module>
    dist_emloss = Sam_Loss(dist_pred, dist_gt).sum() * 1000.0
  File "/venv/py37_zero-XRWy4lKA/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1051, in _call_impl
    return forward_call(*input, **kwargs)
TypeError: forward() missing 1 required positional argument: 'geometry'

so you have use the geometry in the training?

ad45675 avatar Sep 28 '22 03:09 ad45675