About the duplicated images, I have two equal images on database. The names are different.
I store some metadata for each image.
When I use the recognition system it match the image I deleted and return the wrong metadata.
I solve this by deactivating (active_flag=false) via api. The images are still there though:
{"result_code":"Success","transaction_id":"a99d431d686640f19280ba6dd61dd199","target_record":{"target_id":"05440c309ca148b4a4491a0d1e65f5b1","active_flag":false,"name":"3lo5jgah9.jpeg","width":100.0,"tracking_rating":5,"reco_rating":""},"status":"processing"}
{"result_code":"Success","transaction_id":"e8b4bb183bf544ea9c0dba1ebb461262","target_record":{"target_id":"689e7161b7b64f55bce22270c9abe96e","active_flag":false,"name":"q6vdzl48p.jpeg","width":100.0,"tracking_rating":1,"reco_rating":""},"status":"processing"}
{"result_code":"Success","transaction_id":"3de5e0f140f14a9f88bc8edc5437a219","target_record":{"target_id":"7d07dcc506a64b4ebc44b4e23117ad60","active_flag":false,"name":"v68xj21s2.jpeg","width":100.0,"tracking_rating":4,"reco_rating":""},"status":"processing"}
Are you able to delete 2, 5, or 10 at a time? Try increasing the amount of selected targets at intervals and see if it fails at certain point. You can select how many targets to display per page at the bottom of the list.