forked from floratest1/SpireCV
fix
This commit is contained in:
parent
5108de8df4
commit
334c2055d9
|
@ -7,7 +7,8 @@ import argparse
|
|||
|
||||
root_url = "https://download.amovlab.com/model/SpireCV-models/"
|
||||
model_list_url = root_url + "model-list.txt"
|
||||
root_path = "/home/amov/SpireCV/models"
|
||||
root_path = os.path.expanduser("~") + "/SpireCV/models"
|
||||
print("MODEL PATH:", root_path)
|
||||
list_file = os.path.join(root_path, "model-list.txt")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue