We need to compile a basic model that will help us to detect a “shampoo bottle”.
We made all the Yolo v11 training process and succesfully tested in a laptop with Cuda support (32.0.15.6624 NVIDIA GeForce RTX 4050 Laptop GPU)
Then, we tried to compile our “best.pt” file using your compiler, but with no luck…
- the first time we didn’t upload any custom dataset for quantization, and received the next email:
Duration: 2m8s
The compilation process failed.
Result:
{
"error": "Failure at Hailo compiler. Please verify your model and inputs, and contact DeGirum support.",
"input parameters": "model_file: best.pt —— model_name: botellaShampoo —— model_version: 1 —— image_height: 640 —— image_width: 640 —— cloud_zoo_url: mhbsoft/mHbZoo —— runtime_device_quant: [hailort-hailo8-quant]",
"result": "FAILED"
}
- the second time we uploaded 1024 jpg images as our custom dataset, but your system gave us a RED validation message:
VALIDATION FAILED X
Could you help us to see what’s wrong?