- Train weight file in maskrcnn-benchmark
- Using to_jit.py script, convert model's weight file from python to pytorch jit.
This script only takes weight except logics(eg. nms..) - Using jit_to_cpp.cpp, convert pytorch jit weight to libtorch weight.
If you are using new type of backbone(not resnet or vovnet), you have to declare and define new backbone mapper.
It makes hash map python weight name <-> cpp weight name - Saved as /models/new_pth_from_python_cpp.pth
- Rename and use
This repository was archived by the owner on Apr 22, 2020. It is now read-only.