#306 · Primary category: Computer Vision
DSINE
[CVPR 2024 Oral] Rethinking Inductive Biases for Surface Normal Estimation
Project last updated:07/10/24
GitHub Stars
924
Forks
43
Contributors
2
License
BSD-2-Clause
Why we included this project
DSINE is the official code behind a CVPR 2024 oral paper that rethinks how surface normal estimation models are built. Instead of treating normal prediction as a generic dense task, it feeds the model each pixel's ray direction and learns the relative rotation between neighboring normals, which yields crisp yet piecewise-smooth outputs on in-the-wild images of arbitrary resolution and aspect ratio. The pretrained weights, a minimal test script, and real-time demos for screen, webcam, and RealSense capture make it easy to gauge output quality before integrating it into a 3D reconstruction or SLAM pipeline. The authors also report stronger generalization than a recent ViT-based model despite training on a dataset orders of magnitude smaller, and the benchmark scripts covering six evaluation datasets are handy when comparing against other approaches.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)