Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

randxie/mmdetection-tvm

Repository files navigation

mmdetection-tvm

This project contains early effort on converting mmdetection models into TVM Relay IR, which then can be deployed to different hardware, e.g. Nvidia Jetson.

Road Map

We will mainly focus on two aspects to bring mmdetection models into production:

  1. Contribute to mmdetection to make all the models traceable. Currently, mmdetection is coded in a very Pythonic way that's hard to trace.
  2. Contribute to TVM for any missing operators / fix bugs for pytorch frontend. We also target at optimizing deployment performance of mmdetection models using Auto TVM.

As first step, we will focus on a few set of commonly used object detection models, as listed below:

  • SSD
  • Faster R-CNN
  • Cascade R-CNN
  • RetinaNet

Prerequisite

Weights

SSD 300

VGG 16 backbone can be downloaded from here

About

mmdetection -> TVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published