https://github.com/mosure/burn_dino/blob/0a59eb71bbc64c4a946c4443ef6c5449875b038c/crates/bevy_burn_dino/src/main.rs#L93 ```rust Self { pca_only: true, press_esc_to_close: true, show_fps: false, // TODO: display inference fps (UI fps is decoupled via async compute pool) inference_height: 518, inference_width: 518, } ```