Qidian213/deep_sort_yolov3

why my gpu not working on 100%

alexmihalyk23 opened this issue · 2 comments

Снимок экрана от 2019-10-10 19-01-50

I get 6 fps on tesla v100 on fullHD video

why?

cvtak commented

import tensorflow as tf
from keras import backend as K
config = tf.ConfigProto()
config.gpu_options.per_process_gpu_memory_fraction = 1.0
sess = tf.Session(config=config)
K.set_session(sess)

@cvtak this is not GPU usage. How to get 100% gpu usage?