Skip to content

How can I train and test on a dataset with training, validation and testing set in file ? #723

Discussion options

You must be logged in to vote

@dangmanhtruong1995, it is because anomaly tasks do not need abnormal images during training, but only normal images. In this case, any abnormal images will be part of the test directory.

One of the limitations of the Folder dataset format is that it is missing validation path support. It always creates the validation set by splitting the test set. We could perhaps consider adding option so you could use your own validation set.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by djdameln
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #722 on November 21, 2022 05:47.