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

Running problem #3

Open
VPRzhou opened this issue Sep 22, 2019 · 3 comments
Open

Running problem #3

VPRzhou opened this issue Sep 22, 2019 · 3 comments

Comments

@VPRzhou
Copy link

VPRzhou commented Sep 22, 2019

Hi,I have a running question to consult you.When I do the command" python3 run.py --dataset cmu --mode sparse_to_dense",there is an error to arise.

Traceback (most recent call last):
File "run.py", line 7, in
from image_retrieval import rank_images
File "/home/zhoul/S2DHM/s2dhm/image_retrieval/rank_images.py", line 6, in
from datasets import base_dataset
ImportError: cannot import name 'base_dataset'
Could you tell me the reason.Thanks a lot.

@germain-hug
Copy link
Owner

Hi,
Apologies for the delay, which version of Python are you using?
It seems like this is a dependency issue, are you running the code from the s2dhm/ folder?

@VPRzhou
Copy link
Author

VPRzhou commented Oct 11, 2019

Hi,the problem was solved.But I want reproduce the result of the sparse-to-dense matching approach using hypercolumn descriptors.Could you show me the process of matching code?
Thank you a lot!

@VPRzhou
Copy link
Author

VPRzhou commented Oct 11, 2019

sorry,another question I want to ask you.If I want to compare your method to some other methods,such as DELF、LF-Net and so on.How can I do the process of evalution of their performance on changing environments and draw a curve in the coordinate axis,what is the definition of X axis and Y axis?

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

2 participants