Run inference for a classifier trained with https://github.com/airctic/icevision. The inference code is actually generic for any PyTorch classifier trained from a fasterrcnn_resnet50_fpn backbone, so the analyser added here is PytorchFasterRcnn. The backbone could be configured dynamically in the future, and this could become a generic PytorchTransferred analyser.
Run inference for a classifier trained with https://github.com/airctic/icevision. The inference code is actually generic for any PyTorch classifier trained from a
fasterrcnn_resnet50_fpn
backbone, so the analyser added here isPytorchFasterRcnn
. The backbone could be configured dynamically in the future, and this could become a genericPytorchTransferred
analyser.