Realtime-Action-Recognition icon indicating copy to clipboard operation
Realtime-Action-Recognition copied to clipboard

Tensorflow issue

Open enjoykcc456 opened this issue 5 years ago • 2 comments

Hi, Does anyone ever face this issue while trying to run? Kindly let me know if anyone know how to fix this. Thanks a lot!

image

enjoykcc456 avatar Jan 23 '20 10:01 enjoykcc456

I have met the same problem,wonder if you have already fix it?Thank you~

jxxzpx avatar Dec 19 '20 12:12 jxxzpx

Add following codes at line 330, in tf_pose/estimator.py

 if tf_config is None:
     tf_config = tf.ConfigProto()
 tf_config.gpu_options.allow_growth = True

SinDongHwan avatar Apr 14 '21 04:04 SinDongHwan