messing up interpol2
parent
caaef2aa8b
commit
51c650022b
|
|
@ -4,9 +4,8 @@ import matplotlib.pyplot as plt
|
||||||
|
|
||||||
# Define the values for width, mask_width, and num_interpol_frames
|
# Define the values for width, mask_width, and num_interpol_frames
|
||||||
width = 512
|
width = 512
|
||||||
|
mask_width = round(width*0.49)
|
||||||
mask_width = round(width*0.25)
|
num_interpol_frames = 90
|
||||||
num_interpol_frames = 30
|
|
||||||
|
|
||||||
# Create a list to store the values of interpol_width for each frame
|
# Create a list to store the values of interpol_width for each frame
|
||||||
interpol_width_values = []
|
interpol_width_values = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue