work on all frames

This commit is contained in:
gdamms 2023-01-31 16:40:40 +01:00
parent 1691cc10a2
commit aac57406a8

View file

@ -53,7 +53,7 @@ plt.savefig("data/peanut/peanut.png", dpi=300, bbox_inches="tight", pad_inches=0
plt.close()
# draw 1d image of the scene for each camera
for i in range(13, 21):
for i in range(nb_cams):
# sort pixels by distance to camera
cam_pose = cam_poses[i]