cvlab-epfl / LIFT

Code release for the ECCV 2016 paper
486 stars 168 forks source link

model and config files #39

Closed mpkuse closed 6 years ago

mpkuse commented 6 years ago

Hi, I figured out the correct versions of theano and flufl.lock. I think i got it running.

In the folder python-code, I am trying to compute_detector.py. Traceback (most recent call last): File "compute_detector.py", line 61, in raise RuntimeError('USAGE: python compute_detector.py ' RuntimeError: USAGE: python compute_detector.py <bPrintTime/optional> <model_dir/optional> <num_keypoint/optional>

Where can I get the config_file and the model ?

kmyi commented 6 years ago

Please have a look at run.sh.

Thanks, Kwang