Another preprocessing bug
This commit is contained in:
parent
d0eaaeee20
commit
66d2a959e2
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ def process_video_file(vfile, args, gpu_id):
|
|||
continue
|
||||
|
||||
x1, y1, x2, y2 = f
|
||||
cv2.imwrite(path.join(fulldir, '{}.jpg'.format(i)), fb[y1:y2, x1:x2])
|
||||
cv2.imwrite(path.join(fulldir, '{}.jpg'.format(i)), fb[j][y1:y2, x1:x2])
|
||||
|
||||
def process_audio_file(vfile, args):
|
||||
vidname = os.path.basename(vfile).split('.')[0]
|
||||
|
|
|
|||
Loading…
Reference in a new issue