zengxianfang

Results 6 issues of zengxianfang

Hi, which LPIPS version did you used in your evaluation script? v0.0 or v0.1?

As our recent researches use this code to detect human face landmarks, Could you please provide the citation of this code?

In the WLFW model, the decoding of preds needs the center and scale to get final results. How could I get the center and scale of wild images (e.g. a...

I am trying to visit the demo website, but the site is inaccessible and returns **'The server is temporarily unable to service your request due to maintenance downtime or capacity...

In the DAN paper, you say "we can automatically select the MMD penalty parameter(lambda) on a validation set by jointly assessing the test errors of the source classifier and the...

in the function ` _update_u_v(self)`, does it use w_bar rather than w to update u and v? I mean, should i replace `w = getattr(self.module, self.name + '_bar')` with `w...