Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
shriarul5273Β 
posted an update 25 days ago
Post
141
πŸš€ Releasing depth-estimation v0.1.1 β€” a unified Python library for monocular depth estimation

One API. 12 model families. 28 variants. The full depth workflow in a single pip install.

Switch between Depth Anything, DepthPro, MoGe, MiDaS, ZoeDepth, VGGT, and more by changing a single string β€” same preprocessing, same output format, every time.

What's new in v0.1.1 🎨
Introducing depth_estimation.viz β€” a dedicated visualization toolkit:

πŸ–ΌοΈ Display depth maps with show_depth()
πŸ”² Compare models side-by-side with compare_depths()
🎭 Blend depth over RGB with overlay_depth()
πŸ”΄πŸ”΅ Generate stereoscopic anaglyphs with create_anaglyph()
πŸŒ€ Export rotating 3D surface animations with animate_3d()
πŸ—ΊοΈ Inspect per-pixel error heatmaps with plot_error_map()

And since v0.1.0 🎬
Stream depth from video files, webcams, or frame sequences β€” with EMA temporal smoothing and side-by-side MP4 export.

The full workflow in one place:
βœ… Inference (image, batch, CLI)
βœ… Video & streaming
βœ… Visualization
βœ… Fine-tuning with DepthTrainer
βœ… Evaluation on NYU, KITTI, DIODE
βœ… Dataset loading (auto-download or custom folders)

pip install depth-estimation

πŸ€— Try the live demo: shriarul5273/Depth-Estimation-Compare-demo
⭐ GitHub: https://github.com/shriarul5273/depth_estimation

Would love to hear what models or features you'd like to see next!

#depthestimation #computervision #deeplearning #python #opensource #pytorch #machinelearning #AI #3Dvision #robotics #autonomousdriving #computationalphotography #imageprocessing #SLAM #pointcloud #stereovisison #neuralnetworks #MLOps #research #huggingface