Skip to content

Commit

Permalink
Update detect_gender_webcam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arunponnusamy authored Jun 3, 2019
1 parent 0e37035 commit 5f9318e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect_gender_webcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import cvlib as cv

# download pre-trained model file (one-time download)
dwnld_link = "https://s3.ap-south-1.amazonaws.com/arunponnusamy/pre-trained-weights/gender_detection.model"
dwnld_link = "https://github.com/arunponnusamy/cvlib/releases/download/v0.2.0/gender_detection.model"
model_path = get_file("gender_detection.model", dwnld_link,
cache_subdir="pre-trained", cache_dir=os.getcwd())

Expand Down

0 comments on commit 5f9318e

Please sign in to comment.