WildMeOrg / wildbook-ia

Wildbook's Image Analysis (WBIA) backend service supporting machine learning for wildlife conservation
https://wildbook.org
Apache License 2.0
76 stars 19 forks source link

Adds gradcam toggle #268

Closed LashaO closed 7 months ago

LashaO commented 7 months ago

Intended to be used in conjunction with latest MiewID commit: https://github.com/WildMeOrg/wbia-plugin-miew-id/commit/7e2c4780b8d1f50182aaf125a2858843e9fc62b1 Docker build will automatically pull this.

Example API call: ... 'query_config_dict': { 'pipeline_root': MiewId, 'use_gradcam': True, }, ...

If use_gradcam is not specified, the default value is False.

Shaves off ~20 seconds per query taken for calculating and rendering gradcam results.