This commit is contained in:
2026-03-27 09:51:08 -07:00
parent 1fab9524bd
commit c5ec89093d

View File

@@ -328,7 +328,7 @@ fn training() {
&inputs[i * INPUT..(i + 1) * INPUT]
.iter()
.copied()
.map(|f| (f * 255.0) as u8)
.map(|f| f as u8)
.collect::<Vec<u8>>(),
(SIZE_X, SIZE_Y),
format!("depth_images/{i}.png").into(),