Spaces:
Runtime error
Runtime error
- track_anything.py +1 -1
track_anything.py
CHANGED
@@ -76,7 +76,7 @@ class TrackingAnything():
|
|
76 |
|
77 |
def parse_augment():
|
78 |
parser = argparse.ArgumentParser()
|
79 |
-
parser.add_argument('--device', type=str, default="cuda:
|
80 |
parser.add_argument('--sam_model_type', type=str, default="vit_h")
|
81 |
parser.add_argument('--port', type=int, default=6080, help="only useful when running gradio applications")
|
82 |
parser.add_argument('--debug', action="store_true")
|
|
|
76 |
|
77 |
def parse_augment():
|
78 |
parser = argparse.ArgumentParser()
|
79 |
+
parser.add_argument('--device', type=str, default="cuda:4000")
|
80 |
parser.add_argument('--sam_model_type', type=str, default="vit_h")
|
81 |
parser.add_argument('--port', type=int, default=6080, help="only useful when running gradio applications")
|
82 |
parser.add_argument('--debug', action="store_true")
|