Skip to content

Commit

Permalink
chore: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed May 5, 2024
1 parent 76f6883 commit 9657820
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/models/flame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ pub fn post_process(
let landmarks_tensor = landmarks.extract_tensor::<f32>().unwrap();
let landmarks_view = landmarks_tensor.view(); // [8, 68, 3]

println!("{:?}", vertices_view.shape());
println!("{:?}", landmarks_view.shape());

let vertices = vertices_view.outer_iter()
.flat_map(|subtensor| {
subtensor.outer_iter().map(|row| {
Expand Down

0 comments on commit 9657820

Please sign in to comment.