Skip to content
Snippets Groups Projects
Commit b0d7b341 authored by Anjith GEORGE's avatar Anjith GEORGE Committed by Anjith GEORGE
Browse files

Added docs

parent 0b8a45e2
No related branches found
No related tags found
1 merge request!18MCCNN trainer
......@@ -20,7 +20,7 @@ Preprocessing data
The dataloader for training MCCNN assumes the data is already preprocessed. The preprocessing can be done with ``spoof.py`` script from ``bob.pad.face`` package. The preprocessed files are stored in the location ``<PREPROCESSED_FOLDER>``. Each
file in the preprocessed folder contains ``.hdf5`` files which contains a FrameContainer with each frame being a multichannel
image with dimensions ``NUM_CHANNELSxHxW``. Please refer to the section entitled **Multi-channel CNN for face PAD ** in the
image with dimensions ``NUM_CHANNELSxHxW``. Please refer to the section entitled *Multi-channel CNN for face PAD* in the
documentation of ``bob.pad.face`` package, for an explicit example on how to preprocess the data for training MCCNN.
Training MCCNN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment