Browse Source

업데이트 'download_sample.py'

Hio-Been Han 4 years ago
parent
commit
f41948caa3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      download_sample.py

+ 1 - 2
download_sample.py

@@ -1,7 +1,6 @@
 # Demo 1-1. Setting an enviroment
 from os import listdir, mkdir, path, system, getcwd
-dir_origin = '' # <- Change this in local machine
-if len(dir_origin)<1: dir_origin = getcwd()+'/'
+dir_origin = dir_origin = getcwd()+'/' # <- Change this in local machine
 dir_dataset= 'dataset/'
 print('\n=1=========== Start Downloading =================\n')
 print('Target directory ... => [%s%s]'%(dir_origin,dir_dataset))