facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
30.64k stars 7.5k forks source link

what should I do that my own model change to caffe2's model ? #2768

Closed XUDINGYI312 closed 3 years ago

XUDINGYI312 commented 3 years ago

📚 Documentation

my model is that ECCV2020(Instance Segmentation):BMask R-CNN training

I want to know how to change my own model to caffe2'model , what should I do ?

the error is : File "D:\Anaconda3\envs\NBMASK\lib\contextlib.py", line 284, in _exit_wrapper return cm_exit(cm, *exc_details) File "D:\Anaconda3\envs\NBMASK\lib\contextlib.py", line 88, in exit next(self.gen) File "F:\BMaskR-CNN\detectron2\export\patcher.py", line 101, in mock_mask_rcnn_inference assert mocked_func.call_count > 0 AssertionError

if that I need to write my own caffe2 stricp for my model ?

ppwwyyxx commented 3 years ago

We do not support other models