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

Modifies annotmatch to support checkpoint path #271

Closed LashaO closed 6 months ago

LashaO commented 6 months ago

MiewId match result will return config_url and model_url loaded for embedding extraction for the match results response under /api/engine/job/result/?jobid={job_id}

Note: This shows the model loaded for the job. This does not mean all embeddings under the job have used that model. For example, the job might load model A but some of the reference (database) annotations might already have embeddings cached cached, using model B. The intent of model url being returned is to help ensure a correct model is being loaded for the query annotation and not to trace the origin of all reference annotations for the job.

tsubramanian commented 6 months ago

Looks good to me.