Hello! I am interested in your thesis(PatRecon), so implemented your code in my Ubuntu 18.04 with the following requirements you gave.
pytorch: 0.4.1
numpy: 1.15.0
sklearn: 0.19.1
skimage: 0.14.0
PIL: 5.1.0
matplotlib: 2.2.2
sudo apt-get update
sudo apt-get install python3.5
python3 test.py --vis_plane 0
python3 test.py --vis_plane 1
python3 test.py --vis_plane 2
When finishing this code, I can see bunch of images that include Prediction, Groundtruth, and Difference image.
I think I followed what you said correctly, but it gave me wrong outputs. Does it have other requirements I should install?



Hello! I am interested in your thesis(PatRecon), so implemented your code in my Ubuntu 18.04 with the following requirements you gave.
pytorch: 0.4.1
numpy: 1.15.0
sklearn: 0.19.1
skimage: 0.14.0
PIL: 5.1.0
matplotlib: 2.2.2
sudo apt-get update
sudo apt-get install python3.5
python3 test.py --vis_plane 0
python3 test.py --vis_plane 1
python3 test.py --vis_plane 2
When finishing this code, I can see bunch of images that include Prediction, Groundtruth, and Difference image.
I think I followed what you said correctly, but it gave me wrong outputs. Does it have other requirements I should install?