Sara Robinson
Sara Robinson
Thanks for the details @tanmayg. Could you tell us what your model's SigDef looks like? You can get that by running: `!saved_model_cli show --dir gs://path/to/savedmodel --all`
It looks like you need to make sure your baseline (defined in `explanation_metadata`) is the same shape as the input your model is expecting, which you can see in the...
@onofrioP89 is the JSON annotations file available (and readable) in the JSON storage bucket you've specified? If the name of your video is `test.mp4`, the associated JSON file should be...
I'd like to add this. If you get to it before me feel free to submit a PR 😄
@AndroidDeveloperLB to answer your questions: 1. Crop hints returns coordinates to detect the dominant object or face in an image. You can find code samples in a few languages for...