Classification: how to find relative coordinates

Hi,
I am running my object classification using Raspberry pi 4, model B, coral edge tpu. I am using this command to classify the image. ‘model.classify_with_image(frame, threshold=args[“confidence”])’. It works perfectly but It does not give me coordinates like ‘model.detect_with_image()’. Is there any way I can get the coordinates?

What’s in the logs (/var/log/mycroft/*)? What have you tried so far?