SysCV/MaskFreeVIS

Can you please instruct how to export to onnx?

dbickson opened this issue · 2 comments

  • What is the required normalization for images before model
  • What is the necessary post processing (if any) once the model is scored?

Many thanks for a great project!

lkeab commented

Hi thanks for watching the project. we have the image processing code code here and result post-processsing code here.

lkeab commented

for exporting to onnx, since we implement based on detectron2, please refer to the discussion here