Lines Matching refs:dstPath
35 def download(testSet, index, srcUrl, dstPath):
43 dstPath (str): The destination path.
45 dirName = os.path.dirname(dstPath)
50 if not os.path.exists(dstPath):
52 urllib.request.urlretrieve(srcUrl, dstPath)
70 def make_mixed_image(imgPathA, imgPathB, dstPath):
77 dstPath: The path of the destination.
84 dirs = os.path.dirname(dstPath)
88 imgA.save(dstPath)
91 def make_montage(imageDir, dstPath):
116 dirs = os.path.dirname(dstPath)
120 montage.save(dstPath)