Tilak
Tilak
@aliencaocao , I was facing different error while trying to execute the give code. Please find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/42c4b6a2bdc1946f62d88889957fe25c/56207.ipynb) and share all dependencies to replicate the issue. Thank...
@aliencaocao, Could you share all the dependencies to replicate the issue. Without the data, it would be difficult for us to debug the issue. Thank you!
@vibhutisawant, Could you please sign CLA. Thank you!
Hi @namrata-ibm, Could you please try after setting `-Dorg.tensorflow.NativeLibrary.DEBUG=1` in the JVM? That will provide additional information about what's missing. Also please take a look at this [SO](https://stackoverflow.com/questions/46303270/exception-in-thread-main-java-lang-unsatisfiedlinkerror-cannot-find-tensorflo) link and...
@namrata-ibm, Could you provide the complete error log to debug the issue. Thank you!
@crm416 , Can you please try to execute the code in tf v2.5 and let us know if you are facing same issue? Thanks!
@jbhhhhh, While running `visualize_boxes_and_labels_on_image_array` function please try to retrieve image coordinates. Could you please try a separate loop on "image" to filter boxes with the score threshold. ``` ymin =...
@IBSApple, Could you please take a look at this [doc1](https://blog.tensorflow.org/2018/05/real-time-human-pose-estimation-in.html) and [doc2](https://www.tensorflow.org/lite/examples/pose_estimation/overview) for the feature which you are looking for. `Pose estimation is the task of using an ML model...
@sanatmpa1 , I was able to get the same result as mentioned in doc for tf v2.7, v2.5 and tf-nightly.Please find the gist of it [here](https://colab.research.google.com/gist/tilakrayal/f446baf19b99009b7c150c30b9a02af2/53424.ipynb).
@kratsg , Please feel free to submit a PR for the requested change or share the link where requested change is to be made