` img = sensor.snapshot()` `clock.tick()` `fmap = kpu.forward(task, img)` Somehow the fmap cannot run the img because it did not recognize the type. When I convert it using `img.pix_to_ai()` it still not yield any result
img = sensor.snapshot()clock.tick()fmap = kpu.forward(task, img)Somehow the fmap cannot run the img because it did not recognize the type. When I convert it using
img.pix_to_ai()it still not yield any result