cvlab-epfl / tf-lift

Tensorflow port of LIFT (ECCV 2016), with training code.
197 stars 55 forks source link

Unable to open file scales-histogram-minsc-2.0.h5 #5

Closed zimizile closed 7 years ago

zimizile commented 7 years ago

image Unable to open file scales-histogram-minsc-2.0.h5,I have search,there is no file scales-histogram-minsc-2.0.h5 in the datasets. Whats wrong?

etrulls commented 7 years ago

Try 'pip install tqdm'.

On Mon, Nov 13, 2017 at 2:52 AM, zimizile notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/8552112/32706419-4a78aaf6-c858-11e7-912d-b14379bdf2ec.png ModuleNotFoundError: No module named 'tqdm' Whats wrong?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cvlab-epfl/tf-lift/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AFCu22uTEfGWeVLa6RA_xdDSJOlOBvazks5s16DigaJpZM4QbJfy .

etrulls commented 7 years ago

I see you updated the issue. As I mentioned in the e-mail, you have to format the datasets. We do not provide instructions for this but you can look at the code to see how it works.

zimizile commented 7 years ago

Which code I need to see to format the datasets?

kmyi commented 7 years ago

Look at how the dataset related code is treated.

zimizile commented 7 years ago

OK.I know. I will see the code. Thanks a lot.