seanbell / intrinsic

Code for Bell et al, "Intrinsic Images in the Wild", SIGGRAPH 2014.
MIT License
153 stars 33 forks source link

mask and judgements files ? #1

Closed lulu1315 closed 8 years ago

lulu1315 commented 8 years ago

hello.just a question : do I need these files ? and where can I get them (masks,judgements) -m , --mask Mask filename -j , --judgements Judgements file from the Intrinsic Images in the Wild dataset or do I just have to leave it like this as default. thanks in advance luc

seanbell commented 8 years ago

Both are optional. The mask is if you have a dataset that uses masks (e.g. the MIT Intrinsic Images dataset).

The judgements file is optional -- if you specify it, it will measure the WHDR error for that image. See the paper for an explanation of the judgemetns.

lulu1315 commented 8 years ago

thank you.it's clear to me