[~] Refactor
This commit is contained in:
parent
062f9d8466
commit
4743b8c891
@ -1028,7 +1028,7 @@ def kernel_15(
|
|||||||
pprint.pprint(t22)
|
pprint.pprint(t22)
|
||||||
import tqdm
|
import tqdm
|
||||||
t24 = []
|
t24 = []
|
||||||
t25 = []
|
t27 = []
|
||||||
for t5 in tqdm.tqdm(t22):
|
for t5 in tqdm.tqdm(t22):
|
||||||
t6 = t3.video_path.data[t5]
|
t6 = t3.video_path.data[t5]
|
||||||
t7 = t3.frame_id.data[t5]
|
t7 = t3.frame_id.data[t5]
|
||||||
@ -1077,11 +1077,11 @@ def kernel_15(
|
|||||||
t24.append(t25)
|
t24.append(t25)
|
||||||
matplotlib.pyplot.close(f)
|
matplotlib.pyplot.close(f)
|
||||||
|
|
||||||
t25.append([t8, t21])
|
t27.append([t8, t21])
|
||||||
pprint.pprint(
|
pprint.pprint(
|
||||||
pandas.concat([
|
pandas.concat([
|
||||||
o[0]
|
o[0]
|
||||||
for o in t25
|
for o in t27
|
||||||
], axis=0)
|
], axis=0)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user