This is the official implementation of DeepPVE. The code will be released in two stages. In the first stage, we will release a DeepPVE demo for test. In the second stage, we will release the training and evaluation code.
The DeepPVE demo is released.
To run the demo code, you should first prepare the anaconda environment, as listed in requirements.txt
After installing all the required python package, you can run the code to see the point visibility estimation process and results:
python demo.py
The training and evaluation code will be released after the demo is released.