Notebook associated with our submission for the 2023 ICASSP.
The notebook can be viewed online by opening it in nbviewer or Google Colab. The integrated notebook viewer of GitHub cannot show the plot, but it will show everything else.
Tested using Pipenv and Jupyter in Visual Studio Code on Ubuntu 20.04.
git clone
this repository andcd
into the directory.- (optional)
export PIPENV_VENV_IN_PROJECT=1
to install Pipenv virtual environments into the current project folder. pipenv install
.- Open this folder in Visual Studio Code.
- Install the workspace recommended extension.
- Open
crb_sparse_sensing.ipynb
.
Alternatively, you can try and run a Jupyter server manually, or use Google Colab. Note that in Google Colab the errorbars on the last 2 plots might not be supported unless you update to a newer version of scipy
.