Spaces:
Build error
Build error
julien.blanchon
commited on
Commit
·
d5f4c11
1
Parent(s):
4d76883
update path
Browse files- app.py +2 -2
- packages.txt +2 -1
app.py
CHANGED
@@ -50,8 +50,8 @@ def get_args() -> Namespace:
|
|
50 |
Namespace: List of arguments.
|
51 |
"""
|
52 |
parser = ArgumentParser()
|
53 |
-
parser.add_argument("--config", type=Path, default="
|
54 |
-
parser.add_argument("--weight_path", type=Path, default="
|
55 |
parser.add_argument("--meta_data", type=Path, required=False, help="Path to JSON file containing the metadata.")
|
56 |
|
57 |
parser.add_argument(
|
|
|
50 |
Namespace: List of arguments.
|
51 |
"""
|
52 |
parser = ArgumentParser()
|
53 |
+
parser.add_argument("--config", type=Path, default="/home/user/app/anomalib/models/padim/config.yaml", required=False, help="Path to a model config file")
|
54 |
+
parser.add_argument("--weight_path", type=Path, default="/home/user/app/results/padim//mvtec/bottle/weights/model.ckpt", required=False, help="Path to a model weights")
|
55 |
parser.add_argument("--meta_data", type=Path, required=False, help="Path to JSON file containing the metadata.")
|
56 |
|
57 |
parser.add_argument(
|
packages.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
ffmpeg
|
|
|
|
1 |
+
ffmpeg
|
2 |
+
mesa-libGL
|