fmaglia / keras_rmac_plus

Keras implementation of R-MAC+ descriptors
53 stars 15 forks source link

Step by step example? #4

Open juliangaal opened 5 years ago

juliangaal commented 5 years ago

You provide the necessary code, but never mention how to use it, especially with custom data. Could you provide an example?

fmaglia commented 5 years ago

If you want to use your own data you need to:

  1. modify the training data path in utils.py
  2. modify the test data path in utils.py
  3. modify the calc results function in utils.py
juliangaal commented 5 years ago

great, thanks!