From 6745a60f2de7bb842de3ac535cf6676bdb724ffc Mon Sep 17 00:00:00 2001 From: Aryan Nanda Date: Tue, 7 Jan 2025 10:28:45 +0530 Subject: [PATCH] fault detection renamed to fault_detection Signed-off-by: Aryan Nanda --- .../benchmarkingjob.yaml | 4 ++-- .../testalgorithms/fpn/basemodel.py | 0 .../testalgorithms/fpn/fpn_algorithm.yaml | 2 +- .../{fault detection => fault_detection}/testenv/f1_score.py | 0 .../testenv/testenv.yaml | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename examples/pcb-aoi/singletask_learning_bench/{fault detection => fault_detection}/benchmarkingjob.yaml (96%) rename examples/pcb-aoi/singletask_learning_bench/{fault detection => fault_detection}/testalgorithms/fpn/basemodel.py (100%) rename examples/pcb-aoi/singletask_learning_bench/{fault detection => fault_detection}/testalgorithms/fpn/fpn_algorithm.yaml (94%) rename examples/pcb-aoi/singletask_learning_bench/{fault detection => fault_detection}/testenv/f1_score.py (100%) rename examples/pcb-aoi/singletask_learning_bench/{fault detection => fault_detection}/testenv/testenv.yaml (87%) diff --git a/examples/pcb-aoi/singletask_learning_bench/fault detection /benchmarkingjob.yaml b/examples/pcb-aoi/singletask_learning_bench/fault_detection/benchmarkingjob.yaml similarity index 96% rename from examples/pcb-aoi/singletask_learning_bench/fault detection /benchmarkingjob.yaml rename to examples/pcb-aoi/singletask_learning_bench/fault_detection/benchmarkingjob.yaml index 8d544d62..348ffb43 100644 --- a/examples/pcb-aoi/singletask_learning_bench/fault detection /benchmarkingjob.yaml +++ b/examples/pcb-aoi/singletask_learning_bench/fault_detection/benchmarkingjob.yaml @@ -6,7 +6,7 @@ benchmarkingjob: # the url address of test environment configuration file; string type; # the file format supports yaml/yml; - testenv: "./examples/pcb-aoi/singletask_learning_bench/fault detection/testenv/testenv.yaml" + testenv: "./examples/pcb-aoi/singletask_learning_bench/fault_detection/testenv/testenv.yaml" # the configuration of test object test_object: @@ -19,7 +19,7 @@ benchmarkingjob: - name: "fpn_singletask_learning" # the url address of test algorithm configuration file; string type; # the file format supports yaml/yml; - url: "./examples/pcb-aoi/singletask_learning_bench/fault detection/testalgorithms/fpn/fpn_algorithm.yaml" + url: "./examples/pcb-aoi/singletask_learning_bench/fault_detection/testalgorithms/fpn/fpn_algorithm.yaml" # the configuration of ranking leaderboard rank: diff --git a/examples/pcb-aoi/singletask_learning_bench/fault detection /testalgorithms/fpn/basemodel.py b/examples/pcb-aoi/singletask_learning_bench/fault_detection/testalgorithms/fpn/basemodel.py similarity index 100% rename from examples/pcb-aoi/singletask_learning_bench/fault detection /testalgorithms/fpn/basemodel.py rename to examples/pcb-aoi/singletask_learning_bench/fault_detection/testalgorithms/fpn/basemodel.py diff --git a/examples/pcb-aoi/singletask_learning_bench/fault detection /testalgorithms/fpn/fpn_algorithm.yaml b/examples/pcb-aoi/singletask_learning_bench/fault_detection/testalgorithms/fpn/fpn_algorithm.yaml similarity index 94% rename from examples/pcb-aoi/singletask_learning_bench/fault detection /testalgorithms/fpn/fpn_algorithm.yaml rename to examples/pcb-aoi/singletask_learning_bench/fault_detection/testalgorithms/fpn/fpn_algorithm.yaml index a8e182a6..2b46ac51 100644 --- a/examples/pcb-aoi/singletask_learning_bench/fault detection /testalgorithms/fpn/fpn_algorithm.yaml +++ b/examples/pcb-aoi/singletask_learning_bench/fault_detection/testalgorithms/fpn/fpn_algorithm.yaml @@ -17,7 +17,7 @@ algorithm: # example: basemodel.py has BaseModel module that the alias is "FPN" for this benchmarking; name: "FPN" # the url address of python module; string type; - url: "./examples/pcb-aoi/singletask_learning_bench/fault detection/testalgorithms/fpn/basemodel.py" + url: "./examples/pcb-aoi/singletask_learning_bench/fault_detection/testalgorithms/fpn/basemodel.py" # hyperparameters configuration for the python module; list type; hyperparameters: diff --git a/examples/pcb-aoi/singletask_learning_bench/fault detection /testenv/f1_score.py b/examples/pcb-aoi/singletask_learning_bench/fault_detection/testenv/f1_score.py similarity index 100% rename from examples/pcb-aoi/singletask_learning_bench/fault detection /testenv/f1_score.py rename to examples/pcb-aoi/singletask_learning_bench/fault_detection/testenv/f1_score.py diff --git a/examples/pcb-aoi/singletask_learning_bench/fault detection /testenv/testenv.yaml b/examples/pcb-aoi/singletask_learning_bench/fault_detection/testenv/testenv.yaml similarity index 87% rename from examples/pcb-aoi/singletask_learning_bench/fault detection /testenv/testenv.yaml rename to examples/pcb-aoi/singletask_learning_bench/fault_detection/testenv/testenv.yaml index dfd4016c..8a191cdc 100644 --- a/examples/pcb-aoi/singletask_learning_bench/fault detection /testenv/testenv.yaml +++ b/examples/pcb-aoi/singletask_learning_bench/fault_detection/testenv/testenv.yaml @@ -11,4 +11,4 @@ testenv: # metric name; string type; - name: "f1_score" # the url address of python file - url: "./examples/pcb-aoi/singletask_learning_bench/fault detection/testenv/f1_score.py" \ No newline at end of file + url: "./examples/pcb-aoi/singletask_learning_bench/fault_detection/testenv/f1_score.py" \ No newline at end of file