Home
last modified time | relevance | path

Searched refs:data_augmentation (Results 1 – 7 of 7) sorted by relevance

/dports/math/py-keras/Keras-2.4.3/examples/
H A Dcifar10_cnn.py20 data_augmentation = True variable
71 if not data_augmentation:
H A Dcifar10_resnet.py54 data_augmentation = True variable
389 if not data_augmentation:
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/python_docs/python/tutorials/packages/gluon/data/
H A Dindex.rst25 :link: data_augmentation.html
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/python_docs/python/tutorials/packages/gluon/data/
H A Dindex.rst25 :link: data_augmentation.html
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/python_docs/python/tutorials/packages/gluon/
H A Dindex.rst75 :link: data/data_augmentation.html
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/python_docs/python/tutorials/packages/gluon/
H A Dindex.rst75 :link: data/data_augmentation.html
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/face/src/
H A DfacemarkLBF.cpp127 …void data_augmentation(std::vector<Mat> &imgs, std::vector<Mat> &gt_shapes, std::vector<BBox> &bbo…
341 data_augmentation(data_faces, data_shapes, data_boxes); in training()
572 void FacemarkLBFImpl::data_augmentation(std::vector<Mat> &imgs, std::vector<Mat> &gt_shapes, std::v… in data_augmentation() function in cv::face::FacemarkLBFImpl