File tree 9 files changed +0
-45
lines changed
9 files changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,9 @@ init_args:
5
5
clip_length_in_frames : 1
6
6
frames_between_clips : 1
7
7
target_frame : last
8
- image_size : [256, 256]
9
- center_crop : null
10
- normalization : imagenet
11
8
train_batch_size : 32
12
9
eval_batch_size : 32
13
10
num_workers : 8
14
- transform_config_train : null
15
- transform_config_eval : null
16
11
val_split_mode : from_test
17
12
val_split_ratio : 0.5
18
13
seed : null
Original file line number Diff line number Diff line change @@ -2,14 +2,9 @@ class_path: anomalib.data.BTech
2
2
init_args :
3
3
root : " ./dtasets/BTech"
4
4
category : " 01"
5
- image_size : [256, 256]
6
- center_crop : null
7
- normalization : imagenet
8
5
train_batch_size : 32
9
6
eval_batch_size : 32
10
7
num_workers : 8
11
- transform_config_train : null
12
- transform_config_eval : null
13
8
test_split_mode : from_dir
14
9
test_split_ratio : 0.2
15
10
val_split_mode : same_as_test
Original file line number Diff line number Diff line change @@ -8,15 +8,10 @@ init_args:
8
8
mask_dir : " ground_truth/broken_large"
9
9
normal_split_ratio : 0
10
10
extensions : [".png"]
11
- image_size : [256, 256]
12
- center_crop : null
13
- normalization : imagenet
14
11
train_batch_size : 32
15
12
eval_batch_size : 32
16
13
num_workers : 8
17
14
task : segmentation
18
- transform_config_train : null
19
- transform_config_eval : null
20
15
test_split_mode : from_dir
21
16
test_split_ratio : 0.2
22
17
val_split_mode : same_as_test
Original file line number Diff line number Diff line change 1
1
class_path : anomalib.data.Kolektor
2
2
init_args :
3
3
root : " ./datasets/kolektor"
4
- image_size : [256, 256]
5
- center_crop : null
6
- normalization : imagenet
7
4
train_batch_size : 32
8
5
eval_batch_size : 32
9
6
num_workers : 8
10
- transform_config_train : null
11
- transform_config_eval : null
12
7
test_split_mode : from_dir
13
8
test_split_ratio : 0.2
14
9
val_split_mode : same_as_test
Original file line number Diff line number Diff line change @@ -2,15 +2,10 @@ class_path: anomalib.data.MVTec
2
2
init_args :
3
3
root : ./datasets/MVTec
4
4
category : bottle
5
- image_size : [256, 256]
6
- center_crop : null
7
- normalization : imagenet
8
5
train_batch_size : 32
9
6
eval_batch_size : 32
10
7
num_workers : 8
11
8
task : segmentation
12
- transform_config_train : null
13
- transform_config_eval : null
14
9
test_split_mode : from_dir
15
10
test_split_ratio : 0.2
16
11
val_split_mode : same_as_test
Original file line number Diff line number Diff line change @@ -2,14 +2,9 @@ class_path: anomalib.data.MVTec3D
2
2
init_args :
3
3
root : ./datasets/MVTec3D
4
4
category : " bagel"
5
- image_size : [256, 256]
6
- center_crop : null
7
- normalization : imagenet
8
5
train_batch_size : 32
9
6
eval_batch_size : 32
10
7
num_workers : 8
11
- transform_config_train : null
12
- transform_config_eval : null
13
8
test_split_mode : from_dir
14
9
test_split_ratio : 0.2
15
10
val_split_mode : same_as_test
Original file line number Diff line number Diff line change @@ -5,14 +5,9 @@ init_args:
5
5
clip_length_in_frames : 1
6
6
frames_between_clips : 1
7
7
target_frame : LAST
8
- image_size : [256, 256]
9
- center_crop : null
10
- normalization : imagenet
11
8
train_batch_size : 32
12
9
eval_batch_size : 32
13
10
num_workers : 8
14
- transform_config_train : null
15
- transform_config_eval : null
16
11
val_split_mode : FROM_TEST
17
12
val_split_ratio : 0.5
18
13
seed : null
Original file line number Diff line number Diff line change @@ -5,14 +5,9 @@ init_args:
5
5
clip_length_in_frames : 2
6
6
frames_between_clips : 10
7
7
target_frame : LAST
8
- image_size : [256, 256]
9
- center_crop : null
10
- normalization : imagenet
11
8
train_batch_size : 8
12
9
eval_batch_size : 1
13
10
num_workers : 8
14
- transform_config_train : null
15
- transform_config_eval : null
16
11
val_split_mode : FROM_TEST
17
12
val_split_ratio : 0.5
18
13
seed : null
Original file line number Diff line number Diff line change @@ -2,14 +2,9 @@ class_path: anomalib.data.Visa
2
2
init_args :
3
3
root : " ./datasets/visa"
4
4
category : " capsules"
5
- image_size : [256, 256]
6
- center_crop : null
7
- normalization : imagenet
8
5
train_batch_size : 32
9
6
eval_batch_size : 32
10
7
num_workers : 8
11
- transform_config_train : null
12
- transform_config_eval : null
13
8
test_split_mode : from_dir
14
9
test_split_ratio : 0.2
15
10
val_split_mode : same_as_test
You can’t perform that action at this time.
0 commit comments