switch off parallel for conversion and added script to test conversion

This commit is contained in:
Dmitry Ozerov
2020-09-29 17:28:58 +02:00
committed by Dmitry Ozerov
parent 95ae7d8011
commit 5453f38e9f
2 changed files with 51 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ with ju.File(
mask=mask,
gap_pixels=gap_pixels,
geometry=geometry,
parallel=True,
parallel=False,
) as juf:
n_input_frames = len(juf["data"])
good_frames = np.nonzero(juf["is_good_frame"])[0]