SysCV / MaskFreeVIS

Mask-Free Video Instance Segmentation [CVPR 2023]

Home Page:https://arxiv.org/abs/2303.15904

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you please instruct how to export to onnx?

dbickson opened this issue · 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!

commented

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

commented

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