Please install the following packages:
- python-3.6.5
- torch-1.2.0+cu92
- numpy-1.14.3
- tqdm-4.26.0
- torchvision-0.4.0+cu92
- torchnet-0.0.4
lr
: learning ratelrp
: factor for learning rate of pretrained layers. The learning rate of the pretrained layers islr * lrp
batch-size
: number of images per batchimage-size
: size of the imageepochs
: number of training epochsHASH_TASK
: perform hash taskIS_USE_MFB
: MFB structure has effectHASH_BIT
: How long is the generated hash code
python demo_voc2007_gcn.py data/voc2007/ --image-size 448 --batch-size 32
--HASH_TASK --IS_USE_MFB --NORMED --IS_USE_IOU -t -v --epochs 15 -HASH_BIT 48
python demo_coco_gcn.py data/coco/ --image-size 448 --batch-size 32
--HASH_TASK --IS_USE_MFB --NORMED --IS_USE_IOU -t -v --epochs 15 --HASH_BIT 48
python demo_mirflickr25k_gcn.py data/mirflickr25k/ --image-size 448 --batch-size 32
--HASH_TASK --IS_USE_MFB --NORMED --IS_USE_IOU -t -v --epochs 15 --HASH_BIT 48