Skip to content

Convert the PyTorch MaskRCNN model using the coremltool

License

Notifications You must be signed in to change notification settings

xta0/CoreML-MaskRCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreML-MaskRCNN

Regarding the model

The model was trained on d2go. The architecture can be found at Mask-RCNN-FBNetV3A-dsmask.

Regarding the demo app

The demo app is located in maskrcnn/ directory. To run the app, simply do pod install. For the custom ops, we're using eigen(3.3.9) for vectorization. The code was written in C++.

Run the converter

Make sure you have PyTorch installed on your machine.

> import torch
> torch.__version__ # '1.9.0'

Run the converter

> python converter.py

License

CoreML-MaskRCNN has a MIT-style license, as found in the LICENSE file.

About

Convert the PyTorch MaskRCNN model using the coremltool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published