work on all frames
This commit is contained in:
parent
1691cc10a2
commit
aac57406a8
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue