Skip to content

Commit

Permalink
Update Dataset_split.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Nov 28, 2024
1 parent 9e071d4 commit 1079bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper_scripts/Dataset_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import shutil
import random

source_folder = '../data/2DIR'
testA_folder = '../data/valA'
source_folder = './data/2DIR'
testA_folder = './data/valA'

file_list = os.listdir(source_folder)

Expand Down

0 comments on commit 1079bdc

Please sign in to comment.