Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Commit 39def4b

Browse files
committed
Minor fix
1 parent 8a386b8 commit 39def4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data_processing/extract_images.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import numpy as np
44
import tensorflow as tf
55

6-
datafile_path = "/media/cwl/Data/Programming/Others/acv_p_test1/py3/CycleGAN_sketchy/training_data/flickr_output_new"
7-
image_output_path = "/media/cwl/Data/test/images"
8-
edgemap_output_path = "/media/cwl/Data/test/edges"
6+
datafile_path = "../flickr_output"
7+
image_output_path = "../extract_output/images"
8+
edgemap_output_path = "../extract_output/edges"
99

1010

1111
def get_paired_input(filenames):

0 commit comments

Comments
 (0)