Open ShowTsai opened 4 years ago
It's line 29 in file tensorflow2.0/deep-sort-yolov4/yolo.py .
29
tensorflow2.0/deep-sort-yolov4/yolo.py
self.sess = tf.compat.v1.keras.backend.get_session()
How to initialize the session if I change this line to:
self.sess = tf.Session()
It's line
29
in filetensorflow2.0/deep-sort-yolov4/yolo.py
.How to initialize the session if I change this line to: