forensic-architecture / mtriage

framework to orchestrate the download and analysis of media
Other
98 stars 16 forks source link

Topic/icevision #180

Closed breezykermo closed 3 years ago

breezykermo commented 3 years ago

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.

breezykermo commented 3 years ago

Merging again for scaffold fixes.