Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkelas authored Jan 17, 2023
1 parent 8cb36ae commit 2892fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Also check out `python webcam.py -h ` for more arguments.
## Anonymization Model Zoo
| Model | Dataset | Detector | Num parameters|
|--|--|--|--|
|deep_privacy_v1|FDF 128x128|DSFD face detector + Mask RCNN for keypoints|46.92M|
|fdf128_rcnn512 (**recommended**)|FDF 128x128|DSFD face detector + Mask RCNN for keypoints|47.39M|
|deep_privacy_v1|FDF 128x128|SSD-based RetinaNet for face detection + Mask RCNN for keypoints|46.92M|
|fdf128_rcnn512 (**recommended**)|FDF 128x128|SSD-based RetinaNet for face detection + Mask RCNN for keypoints|47.39M|
|fdf128_retinanet512|FDF 128x128|SSD-based RetinaNet with ResNet50 backbone|49.84M|
|fdf128_retinanet256|FDF 128x128|SSD-based RetinaNet with ResNet50 backbone|12.704M|
|fdf128_retinanet128|FDF 128x128|SSD-based RetinaNet with ResNet50 backbone|3.17M|
Expand Down

0 comments on commit 2892fe5

Please sign in to comment.