| Name | Message | Date |
|---|---|---|
| 📁 src | 2 days ago | |
| 📄 .editorconfig | 2 days ago | |
| 📄 .gitignore | 2 days ago | |
| 📄 .rustfmt.toml | 2 days ago | |
| 📄 Cargo.lock | 2 days ago | |
| 📄 Cargo.toml | 2 days ago | |
| 📄 README.md | 2 days ago |
📄
Cargo.toml
[package]
name = "aliked-colmap"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.104"
bytemuck = { version = "1.25.2", features = ["derive"] }
clap = { version = "4.6.5", features = ["derive"] }
image = "0.25.10"
nalgebra = "0.35.0"
ndarray = "0.17.2"
ort = { version = "2.0.0-rc.13", features = ["openvino"] }
rand = "0.10.2"
rayon = "1.12.0"
rusqlite = { version = "0.37", features = ["bundled"] }
walkdir = "2.5.0"