Small fixes and updating other results.

This commit is contained in:
Daniel
2024-09-25 15:21:38 +02:00
parent ba910e11e6
commit cbf3526f26
4 changed files with 2043 additions and 2043 deletions

View File

@ -344,7 +344,7 @@ def main():
for label in tqdm.tqdm(labels):
images_2d = []
if old_scene != label.get("scene", ""):
if old_scene != label.get("scene", "") or dataset_use == "human36m_wb":
# Reset last poses if scene changes
old_scene = label.get("scene", "")
triangulator.reset()