Weixia Zhang

Results 2 comments of Weixia Zhang

@tstandley Thanks for the reply, it's very helpful! I noticed that in Line 173, a mak is generated, where the original values less than 2^13 are set to be valid....

@hadesfgh 你好,生成失真图片的代码只有基于Matlab的,也不准备将它迁移到python上了,另外这个项目是几年前做的,预训练的图片电脑上已经没有保存,不好意思。 生成图片的代码应该并不难理解,可能需要在"distorted_img = distortion_generator( img, dist_type, level, seed )"外层写三for循环分别遍历原图(img)、失真类型(dist_type)和失真等级(level),并保存在相应的文件夹中即可。