Small fixes and updating other results.
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user