Morphable Detector for Object Detection on Demand

(ICCV 2021) PyTorch implementation of the paper Morphable Detector for Object Detection on Demand.
If our project is helpful for your research, please consider citing:
@inproceedings{zhaomorph,
author = {Xiangyun Zhao, Xu Zou, Ying Wu},
title = {Morphable Detector for Object Detection on Demand},
booktitle = {ICCV},
Year = {2021}
}
Install
First, install PyTorch and torchvision. We have tested on version of 1.8.0 with CUDA 11.0, but the other versions should also be working.
Our code is