Facedet utils generic
1 unresolved thread
1 unresolved thread
Added mtcnn/dlib detectors
Merge request reports
Activity
@ageorge We have recently decided to write the documentations in Python using the numpy documentation style: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html#example-numpy It would be good if you start doing the same since you are starting.
11 11 import numpy as np 12 12 13 13 14 15 def getEyePos(lm): changed this line in version 2 of the diff
Thanks @amohammadi. @ageorge, I will fix the function naming according to our convention. Good point about documentation, but I guess we can leave it as is for now, since all the package is documented in similar manner.
added 1 commit
- ee46bf68 - Changed function name + some minor modifications
mentioned in commit dd003319
Please register or sign in to reply