Hi,
I have been running an API since January this year that takes in a url and responds with the results of ImageIdentify... Recently all I get is $failed. When I open my API code in the Wolfram Programming Lab:
ImageIdentify[Import["https://cdn.dlron.us/inventoryphotos/2570/19uub2f46ka006692/ip/1_636795092510000000.jpg"],All,5]
I get the following error message:
The requested neural network model is currently downloading in another process, try again when it is finished. If there is not a download in progress run DeleteObject[ResourceObject[Wolfram ImageIdentify Net V1]]
When I try and run "DeleteObject[ResourceObject[Wolfram ImageIdentify Net V1]]" I get
ResourceObject: The argument ImageIdentify Net V1 should be the name or id of an existing resource or an Association defining a new resource.
Back to the first error response, I am not aware of any downloading, unless it's just talking about the url I feed to ImageIdentify...
Any help is most appreciated!