You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
why it is
if len(sys.argv) != 6:
rather thanif 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?
The text was updated successfully, but these errors were encountered: