使用图形卷积网络实现多标签图像识别的 PyTorch 实现, CVPR 2019。
PyTorch implementation of Multi-Label Image Recognition with Graph Convolutional Networks, CVPR 2019.
Please, install the following packages
checkpoint/coco (GoogleDrive)
checkpoint/voc (GoogleDrive)
or
lr: learning ratelrp: factor for learning rate of pretrained layers. The learning rate of the pretrained layers is lr * lrpbatch-size: number of images per batchimage-size: size of the imageepochs: number of training epochsevaluate: evaluate model on validation setresume: path to checkpointpython3 demo_voc2007_gcn.py data/voc --image-size 448 --batch-size 32 -e --resume checkpoint/voc/voc_checkpoint.pth.tar
python3 demo_coco_gcn.py data/coco --image-size 448 --batch-size 32 -e --resume checkpoint/coco/coco_checkpoint.pth.tar
If you find this code useful in your research, please consider citing us:
@inproceedings{ML-GCN_CVPR_2019,
author = {Zhao-Min Chen and Xiu-Shen Wei and Peng Wang and Yanwen Guo},
title = {{Multi-Label Image Recognition with Graph Convolutional Networks}},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2019}
}
This project is based on https://github.com/durandtibo/wildcat.pytorch
If you have any questions about our work, please do not hesitate to contact us by emails.
暂无开放 Issues,或尚未同步最近议题。