Open 3JL opened 1 year ago
Some specific issues that I ran into using CompreFace that need to be resolved. I would benefit from a bit of help here :) @Zacharieg, would you be able to help out?
Issue 1 - error message despite successful tagging
Detailed description: when running the plugin from the Batch Manager (for a single or multiple photos), an error is returned, while the images are correctly processed and tags correctly added to the figure.
Issue 2 - success message despite plugin not running for second selection
Detailed description: when running the plugin from the Batch Manager (after a successful run) on a new selection, a success message is provided, but no photos are tagged.
Issue 3 - plugin hanging on 'Loading...'
Detailed description: when running the plugin from a photo page ('Edit photo'), the plugin hangs on 'Loading..' and no tagging takes place.
I have the same issues on ALL APIS.
Same here, either with Azure or Imagga. Did the cURL check with Imagga, which was succesful, so the problem seems to be with the plugin.
Great plugin!! :) I extended it to also work with CompreFace which is a facial recognition algorithm that can run locally. Below the code. It will need to be refined a bit here and there (I am far from a professional) and I am more than happy to help doing so. I can also write a tutorial or something if needed. Best, J
`<?php
class CompreFace extends API {
}`