mobilenet-gpu not working with double-take
See original GitHub issueDescribe the bug Initially, mobilenet-gpu version appears to work in the GUI and I can successfully test my recognition application in the GUI using a stock photo. However, once I try to connect double-take to it using the url + key, it stalls and I receive errors in the compreface logs.
notes -same behavior if I use Unraid single container version -compreface regular version works fine with double-take in both single container version and docker-compose version -same behavior with internal or external db -same behavior with arcface gpu version
Hardware/OS Unraid 6.10-rc2 (docker-compose plugin) Nvidia Driver: 495.46 (patched) GTX 1050Ti Ryzen 9 3900X w/64MB RAM
initial GUI test works and subsequent tests work
then the double-take api connection fails
nvidia-smi:
docker logs: compreface-db.txt compreface-ui.txt compreface-admin.txt compreface-api.txt compreface-core.txt
.env:
registry=exadel/ postgres_username=postgres postgres_password=postgres postgres_db=frs postgres_domain=compreface-postgres-db postgres_port=5432 email_host=smtp.gmail.com email_username= email_from= email_password= enable_email_server=false save_images_to_db=true compreface_api_java_options=-Xmx8g compreface_admin_java_options=-Xmx8g ADMIN_VERSION=0.6.1 API_VERSION=0.6.1 FE_VERSION=0.6.1 CORE_VERSION=0.6.1-mobilenet-gpu
docker-compose: docker-compose.zip
Issue Analytics
- State:
- Created 2 years ago
- Comments:15
Top GitHub Comments
The PR is now merged and the issue is confirmed resolved with v.1.9.0 of double-take. Thank you @jakowenko @pospielov https://github.com/jakowenko/double-take/releases/tag/v1.9.0
@bigbangus I have very similar hardware (GTX 1050Ti, Ryzen 9 3900X w/64MB RAM) with unraid 6.9.2 and experienced exactly the same issue. I have modified the double-take docker per your pull request and it works now works with mobilenet-gpu.
Thank you