-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error : Resource does not exist" #141
Comments
Hi @NaeemKhan333 , what are you trying to do? Is this an example directly from the docs somewhere? I'm more familiar with the gRPC implementations but I can try to track down what is going on, |
@johntorcivia I have added the images in the images collection of clarifAI app using curl https://docs.clarifai.com/api-guide/search/index-images-for-search You can use images to search through your collection. The API will return ranked results based on how similar the results are to the image you provided in your query. Search by image URL
It adds the images in the Clarifai app. Now I want to test this using the following command https://docs.clarifai.com/api-guide/search/rank
It is giving me above error , can you help me out . |
I have resolved the above issue using the command in the following link Added the images in the App Data collection of Clarifai API using the following command Link: https://docs.clarifai.com/api-guide/search/index-images-for-search
Find Similar Images from App Image Data Collection of ClarifAI API Using the following link, you can send your image and get similar images from that collection which is created using the above command by adding your images. Link: https://docs.clarifai.com/api-guide/search/search-1/rank
It works fine with Image's URL, now I want to use base64 methods for adding images into App collection and "Search Image from the collection by sending image" through my machine. Can you help me how I can use base64 method because I am facing an error
|
@johntorcivia How to send Base64 image to get the response of visual similarity from Image Data collection? |
Hi @NaeemKhan333 . You should be able to use the command in the following way to send via base64 instead of URL:
|
You can see an example of how "input" is constructed here, with base64 (even though it is a different command, the 'input' structure is the same across the entire API): https://docs.clarifai.com/api-guide/predict/images#via-bytes |
I am running this command on my terminal
Facing this following error
Please guide me about it. Thanks
The text was updated successfully, but these errors were encountered: