Skip to content

Motion Hologram: Jointly optimized hologram generation and motion planning for photorealistic 3D displays via reinforcement learning

Notifications You must be signed in to change notification settings

Zhenxing-Dong/Motion-Hologram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

150213a · Feb 8, 2025
Jan 13, 2025
Dec 7, 2024
Feb 6, 2025
Feb 8, 2025

Repository files navigation

Motion Hologram

Source codes for the Science Advances paper titled "Motion Hologram: Jointly optimized hologram generation and motion planning for photorealistic 3D displays via reinforcement learning".

Zhenxing Dong, Yuye Ling, Yan Li, and Yikai Su

Focal stack generation

We generate the focal stack from RGB in the paper using the DepthAnything and the DeepFocus. We currently also find the mathematical model to synthesize the focal stack in the Holographic Parallax. We sincerely appreciate the authors for sharing their codes.

CGH optimization

Replace parameters based on your holographic setup.

python ./codes/test_stage2/main.py --channel=0 --data_dir=./data/example_input --hologram_dir=./hologram

Jointly optimization

You can jointly optimize the motion hologram generation (or other environment) and motion planning (or other values) based on your task. Replace parameters based on your setup.

python ./codes/train_stage1/train.py --channel=0 --image_dir=./data/focal_stack --depth_dir=./data/depth

Camera-in-the-loop

The origin citl codes can be found in neural-3d-holography. Here, we also provide citl codes in our paper to calibrate the holographic system. You should replace the system parameters based on your holographic setup.

Capturing

python ./codes/citl/system_captured/main.py

Calibration

python ./codes/citl/system_captured/cali.py

Citl model

python ./codes/citl/train.py --arch Multi_CNNpropCNN --train_dir ./data/citl/train_data/red --val_dir ./data/citl/val_data/red

Acknowledgements

The codes are built on neural-3d-holography and PPO-PyTorch. We sincerely appreciate the authors for sharing their codes.

Contact

If you have any questions, please do not hesitate to contact d_zhenxing@sjtu.edu.cn.

About

Motion Hologram: Jointly optimized hologram generation and motion planning for photorealistic 3D displays via reinforcement learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published