VA
vanbasten23/maskrcnn
fork from Nick's maskrcnn repo (https://docs.google.com/document/d/1pd3XOvCeMugiZ6y3adLZo3pAgqiWHitkASuUawEbECY/edit#)
This repo is used for research into MaskRCNN for the purpose of implementing dynamic shapes.
It includes the following:
maskrcnn.json-- a chrome trace of one full train iterationmaskrcnn.py-- a script to run maskrcnn with real inputs from the COCO dataset.maskrcnn_inputs.pt-- the tensor inputs used bymaskrcnn.pyandmaskrcnn_profiler.pymaskrcnn_profiler.py-- an example on running MaskRCNN with PyTorch Profilermissing_jit_shape_funcs.py-- a script to generate missing JIT SSA shape functionsmissing_ub_funcs.py-- a script to generate missing ops in LTC for MaskRCNNtorch_mlir_shape_funcs.pya script to generate the list of JIT shape functions we already implement
Installation
Run python install.py. The script will do the following:
- Recursively checks out torchvision if it hasn't been checked out already
- Builds
torchvision
On this page
Contributors
Created March 22, 2023
Updated July 29, 2022