Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
197 views

Multi-threading on absl.app.run to run yolov4 and tkinter

I'm working on a tensorflow yolov4 project, but to end it, I need to display the cv2 image into the tkinter interface. #Import general library import time import datetime as dt #Import tkinter ui ...
AndyBe2001's user avatar