tempdata73 / face_verification

Real time face tracking and verification
3 stars 0 forks source link

model download - link? #4

Open ozett opened 4 years ago

ozett commented 4 years ago

thanks for openng up the issues here to ask some questions. i want to try your code, but unsere what modelfile to download. are these the model-links to google-drive from the sandbere repos readme.md?

image

do i need to preserve the exact filenames for your python-helper script?

i will give it a try with this wget command, if it works you may want to put htis a a helper on your instructions..

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1EXPBSXwTaqrSC0OhUdXNmKSh9qJUQ55-' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1EXPBSXwTaqrSC0OhUdXNmKSh9qJUQ55-" -O vggmodel && rm -rf /tmp/cookies.txt

https://medium.com/@acpanjan/download-google-drive-files-using-wget-3c2c025a8b99

thanks for helping out, cheers

ozett commented 4 years ago

directory facenet missing? do i have to rename the model.zip? or do i have to prepare a directory?

image

ozett commented 4 years ago

thats what inside the models-dir after running your prepare-script... i guess i have to rename the dir to facenet ?

image

and my download-file vanished...i will download again and try with facenet.zip name

ozett commented 4 years ago

image