Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
powei-lin committed Dec 5, 2024
1 parent f984f28 commit 8d07719
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ exclude = ["/.github/*", "*.ipynb", "./scripts/*", "examples/*", "tests/*", "./d
[dependencies]
aprilgrid = "0.4.1"
camera-intrinsic-model = "0.3.0"
chrono = "0.4.38"
clap = { version = "4.5.15", features = ["derive"] }
colorous = "1.0.15"
env_logger = "0.11.5"
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ tar xvzf dataset-calib-cam1_1024_16.tar

# [Optional] export RUST_LOG=trace
ccrs dataset-calib-cam1_1024_16 --model eucm

```
### Visualize details after calibration
```sh
cargo install rerun-cli --version 0.17.0
rerun results/20YYMMDD_HH_MM_SS/logging.rrd
```
<img src="data/rerun_logs.jpg" width="800" alt="example detection">

## Supported formats
### Dataset format
Expand Down
Binary file added data/rerun_logs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/bin/camera_calibration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ fn main() {
let recording = rerun::RecordingStreamBuilder::new("calibration")
.save(format!("{}/logging.rrd", output_folder))
.unwrap();
recording.log_static("/", &rerun::ViewCoordinates::RDF).unwrap();
trace!("Start loading data");
println!("Start loading images and detecting charts.");
let mut cams_detected_feature_frames = match cli.dataset_format {
Expand Down

0 comments on commit 8d07719

Please sign in to comment.