Atange1998
Results
2
comments of
Atange1998
__C.TEST.WEIGHT_FILE = "./checkpoint/yolov3_test_loss=20.6818.ckpt-26" 去config.py修改这行参数,选择最小loss的就行
tensorflow版本过高,降低版本就行了: #import tensorflow as tf import tensorflow.compat.v1 as tf tf.compat.v1.disable_eager_execution()