diff --git a/modules/datasets/README.md b/modules/datasets/README.md index 54a3a5423..4b2fd1a94 100644 --- a/modules/datasets/README.md +++ b/modules/datasets/README.md @@ -1,2 +1,6 @@ Interface for interfacing with existing computer vision databases ================================================================= + +In the src directory, there is code for reading many of the existing computer vision databases. + +In the samples directory, there are examples of using the above code to read, train and test on the data.