What models do TVM and VTA support?

Hi, I want to know what models TVM support. And I want to deploy multi object tracking model on VTA. Does this feasible? Does VTA support it ?

Regards

About the VTA part, VTA can support arbitrary network and currently there are 2 tutorial to show the restnet18 and yolov3-tiny deployment use case, but when you apply your network in VTA you may need to rewrite some layer to support NCHWinic and OIHWnoni format if the VTA not implement the said layer.