Skip to content

Commit

Permalink
Update Demo_JPEG_Image_Artifacts_Removal.m
Browse files Browse the repository at this point in the history
  • Loading branch information
lpj0 authored Mar 9, 2019
1 parent b667cd5 commit f929ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo_JPEG_Image_Artifacts_Removal.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
if WF
path = ['.\results\' image_set '_' modelName '_' num2str(PC)];
if ~exist(path, 'dir'), mkdir(path) ; end
imwrite(output, fullfile(path, [modelName '-' num2str(epoch) '-' filePaths(i).name]));
imwrite(output, fullfile(path, [modelName '-' filePaths(i).name]));
end

PSNRs(i) = PSNRCur;
Expand Down

0 comments on commit f929ffb

Please sign in to comment.