sfd.pytorch
sfd.pytorch copied to clipboard
S3FD: single shot face detector in pytorch
Results
11
sfd.pytorch issues
Sort by
recently updated
recently updated
newest added
Dear @louis-she & @pengbo0054, In https://github.com/louis-she/sfd.pytorch/blob/3f62b17660c01013da80cf9019ab6ec9f5a172a9/dataset.py#L97-L100, you multiply _height scale_ to `x[0]` & `x[2]` and _width scale_ to `x[1]` & `x[3]`. However, in the `readme` of Wider-Face data set mentioned...
feature