my model is that ECCV2020(Instance Segmentation):BMask R-CNN training
Links to the relevant documentation/comment:
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 ?
📚 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 ?