Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AlexNet backbone result (COCO) #40

Open
fegler opened this issue Jul 20, 2020 · 3 comments
Open

AlexNet backbone result (COCO) #40

fegler opened this issue Jul 20, 2020 · 3 comments

Comments

@fegler
Copy link

fegler commented Jul 20, 2020

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?

@hbellafkir
Copy link

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.

@fegler
Copy link
Author

fegler commented Sep 15, 2020

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'..

@Chaolu1997
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants