G
G
gibsonen2019-06-09 19:33:05
Python
gibsonen, 2019-06-09 19:33:05

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')

but I didn't understand how exactly to do it. tell?44282

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Olohtonov, 2019-06-10
@gibsonen

In the terminal, call ./tripletSampler.py with the necessary arguments.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question