Bartosz Cywiński

Results 2 issues of Bartosz Cywiński

Hi, I have been trying to export the 4-scale model with ResNet50 backbone to TorchScript with the following code: ```python import torch from util.slconfig import SLConfig from main import build_model_main...

Hi, I try to train the Mask R-CNN object detection model with EfficientNet B3 as backbone on my custom dataset. I train the model according to the configuration provided [here](https://github.com/apple/ml-cvnets/blob/main/examples/range_augment/detection/maskrcnn_efficientnet_b3.yaml)...