zhengye1995 / BLC

Background Learnable Cascade for Zero-shot object detection
Apache License 2.0
15 stars 2 forks source link

Code for Background Learnable Cascade for Zero-Shot Object Detection

Code requirements

Install

conda create -n BLC python=3.7 -y
conda activate BLC

conda install pytorch=1.1.0 torchvision=0.3.0 cudatoolkit=10.0 -c pytorch

pip install cython && pip --no-cache-dir install -r requirements.txt

python setup.py develop

Dataset prepare

ZSD is released under MIT License.

Citing

If you use BLC in your research or wish to refer to the baseline results published here, please use the following BibTeX entries:


@InProceedings{Zheng_2020_ACCV,
    author    = {Zheng, Ye and Huang, Ruoran and Han, Chuanqi and Huang, Xi and Cui, Li},
    title     = {Background Learnable Cascade for Zero-Shot Object Detection},
    booktitle = {Proceedings of the Asian Conference on Computer Vision (ACCV)},
    month     = {November},
    year      = {2020}
}