Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
selimsef committed Jun 6, 2020
1 parent 5357dab commit 94a7e70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In general solution is based on frame-by-frame classification approach. Other co
#### Face-Detector
MTCNN detector is chosen due to kernel time limits. It would be better to use S3FD detector as more precise and robust, but opensource Pytorch implementations don't have a license.

Input size for face detector was caluclated for each video depending on video resolution.
Input size for face detector was calculated for each video depending on video resolution.

- 2x scale for videos with less than 300 pixels wider side
- no rescale for videos with wider side between 300 and 1000
Expand Down
62 changes: 0 additions & 62 deletions postprocess.py

This file was deleted.

0 comments on commit 94a7e70

Please sign in to comment.