diff --git a/utils/utils.py b/utils/utils.py index c3c3e926..2e54870e 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -739,6 +739,7 @@ def kmeans_targets(path='../coco/trainvalno5k.txt', n=9, img_size=416): # from # Plot # plt.hist(biou.numpy().ravel(), 100) + return k def print_mutation(hyp, results, bucket=''):