Manu Dwivedi
Results
2
comments of
Manu Dwivedi
The close issue [here](https://github.com/justadudewhohacks/face-api.js/issues/136) states there should be a property called descriptor for detections, that doesn't seem to be the case anymore atleast.
You should be calling `model.eval()` at the time of inference, that is, if you want to set the affect of weights post normalization and dropout. Without setting `model.eval()` there is...