Skip to content

Commit

Permalink
fault detection renamed to fault_detection
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Nanda <[email protected]>
  • Loading branch information
AryanNanda17 committed Jan 7, 2025
1 parent 552543d commit 6745a60
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
url: "./examples/pcb-aoi/singletask_learning_bench/fault_detection/testenv/f1_score.py"

0 comments on commit 6745a60

Please sign in to comment.