SV4D 2.0 bug fix

This commit is contained in:
chunhanyao-stable
2025-09-19 09:08:47 -07:00
committed by GitHub
parent 0ad7de9a5c
commit f87e52e72c

View File

@@ -186,7 +186,7 @@ def sample(
v0 = 0
view_indices = np.arange(V) + 1
t0_list = (
range(0, n_frames, T)
range(0, n_frames, T-1)
if sv4d2_model == "sv4d2"
else range(0, n_frames - T + 1, T - 1)
)