Compare commits
No commits in common. "be67be95e955924ace606d08e3d7a9c865d173a7" and "ed569254dc045e89f6ebaa87f0ed862c987347ab" have entirely different histories.
be67be95e9
...
ed569254dc
@ -126,10 +126,10 @@ class visualizeUtil:
|
|||||||
# ------ Debug ------
|
# ------ Debug ------
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
root = r"/home/yan20/nbv_rec/project/franka_control/temp"
|
root = r"C:\Document\Local Project\nbv_rec\nbv_reconstruction\temp"
|
||||||
model_dir = r"H:\\AI\\Datasets\\scaled_object_box_meshes"
|
model_dir = r"H:\\AI\\Datasets\\scaled_object_box_meshes"
|
||||||
scene = "cad_model_world"
|
scene = "test_obj"
|
||||||
output_dir = r"/home/yan20/nbv_rec/project/franka_control/temp/output"
|
output_dir = r"C:\Document\Local Project\nbv_rec\nbv_reconstruction\test"
|
||||||
|
|
||||||
visualizeUtil.save_all_cam_pos_and_cam_axis(root, scene, output_dir)
|
visualizeUtil.save_all_cam_pos_and_cam_axis(root, scene, output_dir)
|
||||||
visualizeUtil.save_all_combined_pts(root, scene, output_dir)
|
visualizeUtil.save_all_combined_pts(root, scene, output_dir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user