Vid Podpečan

Results 3 issues of Vid Podpečan

The mid-level example in [Readme.md](https://github.com/oarriaga/paz/blob/master/README.md#mid-level-explicit) contains an error. The reported scores are both 1.0 which is wrong. Those 1.0 scores are set by the `HaarCascadeFrontalFace` pipeline and should be set...

Looks like there are some issues with your compuation of RBO. For example: ```python a = [1, 2, 3] b = [1] p = 0.4 print(rbo(a, b, p)) ``` returns...

It would be better to use the `Document.ExportAsFixedFormat` function instead of `Document.SaveAs`. `ExportAsFixedFormat` support the `OptimizeFor` parameter which can be set to screen or print optimization. `OptimizeFor` for can be...