inference code not working

#1
by jarvis05 - opened

I am using the Inference code using both the .pt format model and the code in the handler.py for the onnx , but on running it is not detecting anything in the image. Can you please let me know why it is happening ?

Techforhumans org

You can first test the model on the demo to check if the issue is related to your data or if the model does not cover the type of signatures you are using:
https://huggingface.co/spaces/tech4humans/signature-detection](https://huggingface.co/spaces/tech4humans/signature-detection

If it works on the demo, I recommend running inference with Ultralytics first (as in inference.py) to verify the model outputs, and then trying with onnxruntime using the code provided in the demo

Sign up or log in to comment