Skip to content

Commit

Permalink
Add file separator in SingleImageAugmentationExample
Browse files Browse the repository at this point in the history
  • Loading branch information
fredabisai committed Nov 19, 2023
1 parent 4c0d9d0 commit ac4f782
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.io.IOException;

public class SingleImageAugmentationExample {
private static final String IMAGE_PATH = "images/cyborg.png";
private static final String IMAGE_PATH = "images" + File.separator + "cyborg.png";
private static final Integer TARGET_WIDTH = 250;
private static final Integer TARGET_HEIGHT = 250;

Expand Down

0 comments on commit ac4f782

Please sign in to comment.