Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ver012 committed Jun 14, 2019
1 parent 13736aa commit f5875f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pre_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Path to folder where you want the composited images to go
out_path = 'data/merged/'

train_folder = 'Combined_Dataset/Training_set/'
train_folder = 'data/Combined_Dataset/Training_set/'

# if not os.path.exists('Combined_Dataset'):
zip_file = 'data/Adobe_Deep_Matting_Dataset.zip'
Expand Down Expand Up @@ -79,7 +79,7 @@
out_test_path = 'data/merged_test/'

# test data gen
test_folder = 'Combined_Dataset/Test_set/'
test_folder = 'data/Combined_Dataset/Test_set/'

if not os.path.exists(bg_test_path):
os.makedirs(bg_test_path)
Expand Down

0 comments on commit f5875f7

Please sign in to comment.