ibaiGorordo/CREStereo-Pytorch
Non-official Pytorch implementation of the CREStereo(CVPR 2022 Oral).
This project helps computer vision engineers and researchers convert pairs of stereo images into detailed depth maps. You provide a left and right image of the same scene, and it generates an image where pixel intensity represents distance from the camera. This is useful for tasks requiring 3D perception from 2D photos.
261 stars. No commits in the last 6 months.
Use this if you need to generate high-quality depth maps from stereo camera inputs using a PyTorch-compatible model.
Not ideal if you are looking for a plug-and-play solution that does not require Python development or if you need to process video streams in real-time without specific ONNX conversion considerations.
Stars
261
Forks
50
Language
Python
License
—
Category
Last pushed
Aug 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/ibaiGorordo/CREStereo-Pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
3DOM-FBK/deep-image-matching
Multiview matching with deep-learning and hand-crafted local features for COLMAP and other SfM...
suhangpro/mvcnn
Multi-view CNN (MVCNN) for shape recognition
zouchuhang/LayoutNet
Torch implementation of our CVPR 18 paper: "LayoutNet: Reconstructing the 3D Room Layout from a...
andyzeng/tsdf-fusion-python
Python code to fuse multiple RGB-D images into a TSDF voxel volume.
andyzeng/tsdf-fusion
Fuse multiple depth frames into a TSDF voxel volume.