HashNet
HashNet copied to clipboard
AlexNet backbone result (COCO)
I run PyTorch HashNet with the below parameters, I just change the backbone network to AlexNet for comparing this code result with the original paper.
dataset: coco net: AlexNet lr: 0.0003 class_num: 1.0 hash_bit: 48
but I get 65.1 mAP which is lower than the original paper. Is there anybody who got the right performance? Could you tell me the right parameter setting?
Did u have the error in network.py that ues_hashnet is not defined? I'm running the same experiment. I will report the results after.
Did u have the error in network.py that ues_hashnet is not defined? I'm running the same experiment. I will report the results after.
I can run the script without any error.
What line did the error occur?
I can't find 'use_hashnet'..
Did u have the error in network.py that ues_hashnet is not defined? I'm running the same experiment. I will report the results after.
You need to note this line