naver / r2d2

Other
461 stars 86 forks source link

How to generate .npy file ? #29

Open water-wave opened 3 years ago

water-wave commented 3 years ago

Thanks for your great work, I want know how to generate .npy file ? I change the model ,so I want evaluate on HPatches, but I don't know how to generate .npy file? can you tell me? Thanks again.

jerome-revaud commented 3 years ago

Sorry but I don't understand your question. Can you be more specific?

lawsonX commented 2 years ago

Thanks for your great work, I want know how to generate .npy file ? I change the model ,so I want evaluate on HPatches, but I don't know how to generate .npy file? can you tell me? Thanks again.

I think I probably know what you mean... .npy is generated in Cache automatically, we do not need to generate it by hand. Just load your model and do the extracting and then add your model's name in 'methods' & 'names' lists in .ipynb and finally run the notebook, you will find your .npy file in Cache.

Ma0zii commented 4 months ago

Thanks for your great work, I want know how to generate .npy file ? I change the model ,so I want evaluate on HPatches, but I don't know how to generate .npy file? can you tell me? Thanks again.

I change the model too, but I don't know how to evaluate the trained model on HPatches. Can you tell me how you do this? Thank you very much!!