diff --git a/utils/utils.py b/utils/utils.py index d7b27171..6c6901fc 100755 --- a/utils/utils.py +++ b/utils/utils.py @@ -751,6 +751,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=''):