When I run KL720-cam_isi_post_host_yolov3_ssd_fd in ubuntu 18 ,The script crashes after 10 seconds

When I run "python -main.py -t KL720-cam_isi_post_host_yolov3_ssd_fd in ubuntu 18 ,The script crashes 10 seconds after the camera window opens . Below is the log for the same.

will@will:~/New_project/kl720/host_lib-master/python$ python3 main.py -t KL720-cam_isi_post_host_yolov3_ssd_fd


adding devices....


start kdp host lib....


Task: KL720-cam_isi_post_host_yolov3_ssd_fd

de init kdp host lib....



Can you please tell how to fix it

Comments

  • You can edit the example code "\host_lib-master\python\examples_kl720\cam_isi_post_host_yolov3_ssd_fd.py"

    Line 138: ret = user_test_single_yolo(device_index, 100)

    100 is the loop run frames ,you can change to 1000 for longer

  • Thanks , Its running for longer duration

The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.