testdotai / appium-classifier-plugin

Apache License 2.0
259 stars 78 forks source link

Model Returns no match/wrong matches via classifier client but identifies the image correctly when tested stand alone #47

Open vallme2003 opened 4 years ago

vallme2003 commented 4 years ago

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!