Custom dataset
#2523
Replies: 1 comment 6 replies
-
For me I make my data in this format in a folder: ├── train ├── test ├── ground_truth With this I can use the engine.config to fit the model, where the data path is the data to this folder |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, if i want to test some models with my own custom dataset, it should be placed in a specific directory in the anomalib library o can i create my own folder called Datasets (I'm on divre and work with Colab), put my custom datasets and give the absolute path of the position of the dataset?
And if i have different type of defect, it is correct to construct my custom dataset following a mvtec like structure ?
Thansk
Beta Was this translation helpful? Give feedback.
All reactions