MapAnything
Universal Feed-Forward Metric 3D Reconstruction
https://github.com/facebookresearch/map-anything
Universal Feed-Forward Metric 3D Reconstruction
https://github.com/facebookresearch/map-anything
GitHub
GitHub - facebookresearch/map-anything: MapAnything: Universal Feed-Forward Metric 3D Reconstruction
MapAnything: Universal Feed-Forward Metric 3D Reconstruction - facebookresearch/map-anything
How Well Do New Python Type Checkers Conform? A Deep Dive into Ty, Pyrefly, and Zuban
The Python type checking landscape in 2025 includes three new Rust-based tools: Astral's ty, Meta's pyrefly, and Zuban. Ty emphasizes gradual adoption with fewer false positives, pyrefly focuses on aggressive inference to catch more issues early, and Zuban aims for seamless mypy compatibility; while conformance tests reveal differences, all show promise for real-world Python development.
https://sinon.github.io/future-python-type-checkers/
The Python type checking landscape in 2025 includes three new Rust-based tools: Astral's ty, Meta's pyrefly, and Zuban. Ty emphasizes gradual adoption with fewer false positives, pyrefly focuses on aggressive inference to catch more issues early, and Zuban aims for seamless mypy compatibility; while conformance tests reveal differences, all show promise for real-world Python development.
https://sinon.github.io/future-python-type-checkers/
Rob's Blog | Python • Rust • Ramblings?
How Well Do New Python Type Checkers Conform? A Deep Dive into Ty, Pyrefly, and Zuban — Rob's Blog | Python • Rust • Ramblings?
A comparison of three new Rust-based Python type checkers through the lens of typing spec conformance: Astral's ty, Meta's pyrefly, and David Halter's zuban