evaluation script arguments
duygusfk opened this issue · 0 comments
duygusfk commented
Hi,
Thank you for providing the codes. It has been very helpful. I have a question about evaluation script. You have provided the required arguments in your instructions, however it needs two more to run the script. I looked at embed.py file by couldn't understand the right arguments for "--crop" and "--keys". Can you please help me to complete the script?
python embed.py --csv_file path/to/gallery/or/query/csv
--data_dir path/to/image/base/directory
--crop ???
--model path/to/model/file
--keys ???
Thank you for your time.