Skip to content
Discussion options

You must be logged in to vote

Hi @Mirko1998, thank you for your interest in the library.

Folder Dataset

Folder dataset is highly customisable, so it might be a bit confusing.

normal_test_dir is an optional argument. If it is set, normal_dir will only be used for training. Otherwise, normal_dir will be split into train/val/test sets for training and performance evaluation.

abnormal_dir is used for testing and evaluation.

mask_dir is also optional and depends on the task type. If the task is segmentation and you have mask_dir, Folder dataset will ensure that these are properly set. If mask_dir is None, then this means the task is a classification task.

We have a Jupyter notebook for the Folder dataset. Can you have a lo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pirnerjonas
Comment options

Answer selected by Mirko1998
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1259 on August 10, 2023 13:37.