├── 3D height map reconstructed by our method ├── single object in the field of view.png ├── three overlapping object in the field of view.png ├── two ioslated object in the field of view.png └── two overlapping object in the field of view.png ├── Network structure ├── High-resolution Fusion Block.png ├── Multi-Level Conv Block.png └── UHRNet Structure.png ├── README.md ├── SSIM.py ├── UHRNet.py ├── errortest.py ├── fringe_pattern.npy ├── height_map.npy └── imageshow.py /3D height map reconstructed by our method/single object in the field of view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/3D height map reconstructed by our method/single object in the field of view.png -------------------------------------------------------------------------------- /3D height map reconstructed by our method/three overlapping object in the field of view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/3D height map reconstructed by our method/three overlapping object in the field of view.png -------------------------------------------------------------------------------- /3D height map reconstructed by our method/two ioslated object in the field of view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/3D height map reconstructed by our method/two ioslated object in the field of view.png -------------------------------------------------------------------------------- /3D height map reconstructed by our method/two overlapping object in the field of view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/3D height map reconstructed by our method/two overlapping object in the field of view.png -------------------------------------------------------------------------------- /Network structure/High-resolution Fusion Block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/Network structure/High-resolution Fusion Block.png -------------------------------------------------------------------------------- /Network structure/Multi-Level Conv Block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/Network structure/Multi-Level Conv Block.png -------------------------------------------------------------------------------- /Network structure/UHRNet Structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/Network structure/UHRNet Structure.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/README.md -------------------------------------------------------------------------------- /SSIM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/SSIM.py -------------------------------------------------------------------------------- /UHRNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/UHRNet.py -------------------------------------------------------------------------------- /errortest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/errortest.py -------------------------------------------------------------------------------- /fringe_pattern.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/fringe_pattern.npy -------------------------------------------------------------------------------- /height_map.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/height_map.npy -------------------------------------------------------------------------------- /imageshow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fead1/UHRNet/HEAD/imageshow.py --------------------------------------------------------------------------------