This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Description
Hi, thank you for the wonderful work.
I tried it on default tiny yolov4 weights
and used yolov4-tiny-relu-tpu.cfg
for conversion. I also used coco validation dataset for post-training quantization.
After that, I ran edgecompiler and the weights are converted successfully.
However, when I run inference, it fails to detect any box. Can you please help? The conversion and inference script are same as in your wiki link.
Thanks