All Questions
1 question
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 ...