|
@@ -214,7 +214,7 @@ def videoSwap(opt):
|
|
|
suid = ''.join(uid.split('-'))
|
|
|
video_input = opt.inputVideoUrl
|
|
|
image_input = opt.inputImageUrl
|
|
|
- base_path = './'+suid+'/'
|
|
|
+ base_path = '/data/swap_file_temp/'+suid+'/'
|
|
|
video_path = base_path + suid + os.path.splitext(video_input)[-1]
|
|
|
image_path = base_path + suid + os.path.splitext(image_input)[-1]
|
|
|
out_path = base_path + suid + 'out' + os.path.splitext(video_input)[-1]
|