Skip to content

Processing code for acoustic non-line-of-sight imaging

License

Notifications You must be signed in to change notification settings

Jizhongpeng/AcousticNLOS

 
 

Repository files navigation

Acoustic Non-Line-of-Sight Imaging (CVPR 2019)

This repo contains the code for acoustic non-line-of-sight imaging. Our project webpage is located here.

The datasets can be downloaded at this link:
download datasets

Place the downloaded datasets into the 'data' folder.

The initial reconstructions can be run with the following command

$ python3 AcousticNLOSReconstruction.py all

Or, replace 'all' with the particular scene you wish to reconstruct.

Then, calculate PSF for deconvolution by running

$ python3 FitGaussianPSF.py

The iterative reconstructions can then be computed with

$ python3 ADMMReconstruction.py all

About

Processing code for acoustic non-line-of-sight imaging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%