Willie
Willie
About
- Username
 - Willie
 - Joined
 - Visits
 - 5
 - Last Active
 - Roles
 - Member
 
Comments
- 
                Parallel mode is in kl720_isi_center_app/kl720_isi_center_app.cpp example. Using 1 in its first argument for parallel mode vs 0 for serial mode. E.g. "kl720_isi_center_app.exe 1 100 211". Model inference is initiated when kdp_isi_inferenc…
 - 
                This kdp_isi_inference API will send a command and image to KL720 and wait for an ack. After sending the ack, KL720 will do pre-processing for the image, model inference, and post processing. If you can get the time (time_1) of capturing one video i…