kanxinqing147
Results
1
comments of
kanxinqing147
In file `inference/genefacepp_infer.py` line 185 and line 186, there should have ```python self.closed_eye_area_percent = torch.quantile(eye_area_percents, q=0.03).item() self.opened_eye_area_percent = torch.quantile(eye_area_percents, q=0.97).item() ``` please alter these line to ```python self.closed_eye_area_percent = torch.quantile(eye_area_percents,...