eladbb / HybridSiamese

7 stars 3 forks source link

Unknown parameter 'hingeThreshold' #1

Open graulef opened 5 years ago

graulef commented 5 years ago

Hi there,

Great paper, I really like your work. Our team would like to use this onboard a glider-drone to do real-time IR to RGB matching.

It seems like the function vl_argparse() in the MatConvNet package does not know any argument called 'hingeThreshold', neither in version 23 nor in any other one. Was this added manually to the code of MatConvNet?

Best and thanks for your help

graulef commented 5 years ago

For now, simply removing this parameter gets the code running while still giving very similar results to what is presented in the paper