我在我的项目中使用'NiftyNet‘。对于数据增强,我注意到在配置文件中有'rotation_angle','scaling_percentage‘和'random_flipping_axes’。我检查了文档,但仍然不明白‘random_flipping_ axes’的正确设置是什么:如果我想反转所有三个轴,我应该使用(1,1,1)还是(0,1,2)?
谢谢!
发布于 2018-03-13 18:50:45
应该是random_flipping_axes=0,1,2
基于这里的文档:http://niftynet.readthedocs.io/en/latest/config_spec.html?highlight=random_flipping_axes
https://stackoverflow.com/questions/49216171
复制相似问题