[Bug] Benchmarking tool running immediately and not producing any output #1207
-
I am having issues running the benchmarking tool, I am not sure if this is something that has been encountered. In the terminal, I am inputting :
I am just hoping to get some sort of output, but as of right now there is nothing and so I am not sure where to start. I have not changed anything else outside of this file, I have been just working my way through the 'Training with Custom Data' tutorial. I am running this all in a docker container that is almost identical to the developer container in the git repository. Let me know if anything seems familiar here or anything jumps out. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @davidlauerman. |
Beta Was this translation helpful? Give feedback.
-
Even after this. Your config doesn't look quite right. Currently there is a discrepancy between docs, code and notebooks, so this should be fixed. The same issue also occurred in #1109. I believe @ashwinvaidya17, as the author of benchmark, knows the most about this. The default included benchmark_params.yaml does work, if you want to use mvtec examples. Here is also config you have for hazelnut_toy that I fixed and verified that is working: seed: 42
compute_openvino: false
hardware:
- gpu
writer:
- wandb
grid_search:
dataset:
name: hazelnut
format: folder
root: datasets/hazelnut_toy
normal_dir: good # name of the folder containing normal images.
abnormal_dir: colour # name of the folder containing abnormal images.
normal_test_dir: null
task: segmentation # classification or segmentation
mask_dir: mask/colour
extensions: .jpg
split_ratio: 0.2
category:
- colour
- crack
image_size: [128, 256]
model_name:
- padim
- stfpm |
Beta Was this translation helpful? Give feedback.
Even after this. Your config doesn't look quite right. Currently there is a discrepancy between docs, code and notebooks, so this should be fixed. The same issue also occurred in #1109. I believe @ashwinvaidya17, as the author of benchmark, knows the most about this.
The default included benchmark_params.yaml does work, if you want to use mvtec examples.
Here is also config you have for hazelnut_toy that I fixed and verified that is working: