[~] Refactor
This commit is contained in:
parent
e6920a1931
commit
b7488a2edf
@ -1027,7 +1027,7 @@ def kernel_15(
|
|||||||
t22 = numpy.random.choice(t4, 10)
|
t22 = numpy.random.choice(t4, 10)
|
||||||
import tqdm
|
import tqdm
|
||||||
for k in tqdm.tqdm(t22):
|
for k in tqdm.tqdm(t22):
|
||||||
t5 = t4[-1]
|
t5 = t4[k]
|
||||||
t6 = t3.video_path.data[t5]
|
t6 = t3.video_path.data[t5]
|
||||||
t7 = t3.frame_id.data[t5]
|
t7 = t3.frame_id.data[t5]
|
||||||
t8 = t3.to_dataframe().iloc[t5]
|
t8 = t3.to_dataframe().iloc[t5]
|
||||||
|
Loading…
Reference in New Issue
Block a user