Open SurPer-Y opened 4 years ago
why it is if len(sys.argv) != 6: rather than if len(sys.argv) != 4:? i use python3 download_models.py cars 1 matchingnet but it is not right. could you please tell me the reason why it is 6 and give a correct examlp?
if len(sys.argv) != 6:
if len(sys.argv) != 4:
python3 download_models.py cars 1 matchingnet
why it is
if len(sys.argv) != 6:
rather thanif len(sys.argv) != 4:
? i usepython3 download_models.py cars 1 matchingnet
but it is not right. could you please tell me the reason why it is 6 and give a correct examlp?