Answer the question
In order to leave comments, you need to log in
Deep learning how to start a project?
While reading the article https://medium.com/@akarshzingade/image-similarity... I came across the implementation https://github.com/akarshzingade/image-similarity-... . But there you need to download the triplets (I did it) and fill in this in (tripletSampler.py)
parser = argparse.ArgumentParser(description='Optional app description')
parser.add_argument('--input_directory',
help='A argument for input directory')
parser.add_argument('--output_directory',
help='A argument for output directory')
parser.add_argument('--num_pos_images',
help='A argument for the number of Positive images per Query image')
parser.add_argument('--num_neg_images',
help='A argument for the number of Negative images per Query image')
Answer the question
In order to leave comments, you need to log in
In the terminal, call ./tripletSampler.py with the necessary arguments.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question