You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
I am trying to adopt this classifier for Selenium Web. So what i did is :
(1) Add new datasets to the model
(2) Retrain and export model.json,shard.bin and saved_mode.pb to the classifier server repo
(3) Change the labels and start the RPC server
Now through the python client, i am passing the new label and matching elements to find via xpath but it returns no matches, the same image when i run standalone to the model identifies the object correctly. Stuck on this issue for hours. Can anyone give some insights on how to fix this? Thanks a lot!
The text was updated successfully, but these errors were encountered:
vallme2003
changed the title
Model Returns no match via classifier client but returns matches when tested stand alone
Model Returns no match/wrong matches via classifier client but identifies the label correctly when tested stand alone
Sep 14, 2020
vallme2003
changed the title
Model Returns no match/wrong matches via classifier client but identifies the label correctly when tested stand alone
Model Returns no match/wrong matches via classifier client but identifies the image correctly when tested stand alone
Sep 14, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am trying to adopt this classifier for Selenium Web. So what i did is :
(1) Add new datasets to the model
(2) Retrain and export model.json,shard.bin and saved_mode.pb to the classifier server repo
(3) Change the labels and start the RPC server
Now through the python client, i am passing the new label and matching elements to find via xpath but it returns no matches, the same image when i run standalone to the model identifies the object correctly. Stuck on this issue for hours. Can anyone give some insights on how to fix this? Thanks a lot!
The text was updated successfully, but these errors were encountered: