1

Command used to export the model

I have with me the exported file which is a TS file. Exported model file

I cannot understand what does the next command after exporting the model does. ./build/torchscript_mask_rcnn output/model.ts input.jpg scripting.

I have followed this example for doing this: https://github.com/facebookresearch/detectron2/tree/main/tools/deploy

torchscript_mask_rcnn

Kushagra Pal
  • 124
  • 5

1 Answers1

1

In this link! The second point states that it contains A C++ example that runs inference with Mask R-CNN model in TorchScript format. For further issues and explanations visit this: https://github.com/facebookresearch/detectron2/issues/2582#issuecomment-814551732