
Public Member Functions | |
| ImageAugmentationConfig () | |
| void | Register (ParseOptions *po) |
| void | Check () const |
| FillMode | GetFillMode () const |
Public Attributes | |
| int32 | num_channels |
| BaseFloat | horizontal_flip_prob |
| BaseFloat | horizontal_shift |
| BaseFloat | vertical_shift |
| BaseFloat | rotation_degree |
| BaseFloat | rotation_prob |
| std::string | fill_mode_string |
Definition at line 33 of file nnet3-egs-augment-image.cc.
|
inline |
Definition at line 42 of file nnet3-egs-augment-image.cc.
|
inline |
Definition at line 73 of file nnet3-egs-augment-image.cc.
References KALDI_ASSERT.
Referenced by kaldi::nnet3::PerturbImage().
|
inline |
Definition at line 84 of file nnet3-egs-augment-image.cc.
References ImageAugmentationConfig::fill_mode_string, KALDI_ERR, kaldi::nnet3::kNearest, and kaldi::nnet3::kReflect.
Referenced by kaldi::nnet3::PerturbImage().
|
inline |
Definition at line 52 of file nnet3-egs-augment-image.cc.
References ParseOptions::Register().
Referenced by main().
| std::string fill_mode_string |
Definition at line 40 of file nnet3-egs-augment-image.cc.
Referenced by ImageAugmentationConfig::GetFillMode().
| BaseFloat horizontal_flip_prob |
Definition at line 35 of file nnet3-egs-augment-image.cc.
Referenced by kaldi::nnet3::PerturbImage().
| BaseFloat horizontal_shift |
Definition at line 36 of file nnet3-egs-augment-image.cc.
Referenced by kaldi::nnet3::PerturbImage().
| int32 num_channels |
Definition at line 34 of file nnet3-egs-augment-image.cc.
Referenced by kaldi::nnet3::ApplyAffineTransform(), and kaldi::nnet3::PerturbImage().
| BaseFloat rotation_degree |
Definition at line 38 of file nnet3-egs-augment-image.cc.
Referenced by kaldi::nnet3::PerturbImage().
| BaseFloat rotation_prob |
Definition at line 39 of file nnet3-egs-augment-image.cc.
Referenced by kaldi::nnet3::PerturbImage().
| BaseFloat vertical_shift |
Definition at line 37 of file nnet3-egs-augment-image.cc.
Referenced by kaldi::nnet3::PerturbImage().