logo
Browse Source

update the torchvision requirement.

Signed-off-by: wxywb <xy.wang@zilliz.com>
main
wxywb 3 years ago
parent
commit
8e5f67d408
  1. 2
      README.md
  2. 4
      requirements.txt

2
README.md

@ -8,7 +8,7 @@
## Desription
## Description
This operator detects faces in the images by using [RetinaFace](https://arxiv.org/abs/1905.00641) Detector. It will return the bounding box positions and the confidence scores of detected faces. This repo is an adaptaion from [biubug6/Pytorch_Retinaface](https://github.com/biubug6/Pytorch_Retinaface).

4
requirements.txt

@ -1 +1,3 @@
torch
torch>=1.9.0
torchvision>=0.10.0

Loading…
Cancel
Save