Hello, mate @elyha7 .
I'm trying to convert face detector to onnx via your "export.py" file and have some issue:
after convertion output sizes don't fit with output sizes from loaded model ("model = YoloDetector( ... )")


Is it ok? And I'm confused, which postprocessing I need to do with these outputs? Any ideas?
P.S. thx a lot for your repo))
Hello, mate @elyha7 .
I'm trying to convert face detector to onnx via your "export.py" file and have some issue:
after convertion output sizes don't fit with output sizes from loaded model ("model = YoloDetector( ... )")
Is it ok? And I'm confused, which postprocessing I need to do with these outputs? Any ideas?
P.S. thx a lot for your repo))