FirebaseExtended / mlkit-material-android

ML Kit Showcase App with Material Design
Apache License 2.0
491 stars 143 forks source link

This always return 8 matched results and that too shows empty data #29

Open rahgurung opened 4 years ago

rahgurung commented 4 years ago

WhatsApp Image 2020-01-25 at 10 55 36 AM

OsmarICancino commented 4 years ago

Some solution? I have the same situation S:

okcan commented 4 years ago

I have the same situation , do you know workaround ? OR Who did it successfully ?

MittalAyush1990 commented 4 years ago

This always return blank list of items any update regarding this issue?

satyampatil commented 4 years ago

Refer to this link: "https://cloud.google.com/vision/product-search/docs/tutorial". and update the code present in SearchEngine.java Code to update : private static JsonObjectRequest.. { // Hooks up with your own product search backend here. }

MittalAyush1990 commented 4 years ago

You mean after doing changes in this class this project runs successfully?

On Tue, Mar 24, 2020 at 4:21 PM Satyam Patil notifications@github.com wrote:

Refer to this link: " https://cloud.google.com/vision/product-search/docs/tutorial". and update the code present in SearchEngine.java Code to update : private static JsonObjectRequest.. { // Hooks up with your own product search backend here. }

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/firebase/mlkit-material-android/issues/29#issuecomment-603168022, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO5QJGNMXDE5OSCEYOXOWXTRJCGBHANCNFSM4KLPBONQ .

-- Thanks AYUSH MITTAL ph:9911082760

MittalAyush1990 commented 4 years ago

Please suggest me what type of changes i have to do in this class (SearchEngine.java)

On Tue, Mar 24, 2020 at 5:03 PM Ayush Mittal er.mittalayush@gmail.com wrote:

You mean after doing changes in this class this project runs successfully?

On Tue, Mar 24, 2020 at 4:21 PM Satyam Patil notifications@github.com wrote:

Refer to this link: " https://cloud.google.com/vision/product-search/docs/tutorial". and update the code present in SearchEngine.java Code to update : private static JsonObjectRequest.. { // Hooks up with your own product search backend here. }

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/firebase/mlkit-material-android/issues/29#issuecomment-603168022, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO5QJGNMXDE5OSCEYOXOWXTRJCGBHANCNFSM4KLPBONQ .

-- Thanks AYUSH MITTAL ph:9911082760

-- Thanks AYUSH MITTAL ph:9911082760

okcan commented 4 years ago

Hi Satyam ,

I looked that as you said but I didn't find please could you clarify this issue and give us example .

I got same result , seven blank search result in the application after image search .

https://cloud.google.com/vision/product-search/docs/tutorial#step_2_search_for_matching_products

Thanks in advance

On Tue, Mar 24, 2020 at 1:50 PM Satyam Patil notifications@github.com wrote:

Refer to this link: " https://cloud.google.com/vision/product-search/docs/tutorial". and update the code present in SearchEngine.java Code to update : private static JsonObjectRequest.. { // Hooks up with your own product search backend here. }

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/firebase/mlkit-material-android/issues/29#issuecomment-603168022, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNGYHLJPKGQLJ6MI3XH2BDRJCGBHANCNFSM4KLPBONQ .

MittalAyush1990 commented 4 years ago

Hi Satyam ,

Please clarify this issue if possible

Thanks

adnanamin69 commented 3 years ago

i have the same problem if anyone solved this please share the code?