From 4eed2b550083e8bec087bfb4e59541cd7ff03039 Mon Sep 17 00:00:00 2001 From: Kyle Weston Date: Thu, 10 Jun 2021 18:58:06 +0000 Subject: [PATCH] - moved new utils modules into yolo/utils --- {utils => yolo/utils}/autoanchor.py | 0 {utils => yolo/utils}/loss.py | 0 {utils => yolo/utils}/metrics.py | 0 {utils => yolo/utils}/plots.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {utils => yolo/utils}/autoanchor.py (100%) rename {utils => yolo/utils}/loss.py (100%) rename {utils => yolo/utils}/metrics.py (100%) rename {utils => yolo/utils}/plots.py (100%) diff --git a/utils/autoanchor.py b/yolo/utils/autoanchor.py similarity index 100% rename from utils/autoanchor.py rename to yolo/utils/autoanchor.py diff --git a/utils/loss.py b/yolo/utils/loss.py similarity index 100% rename from utils/loss.py rename to yolo/utils/loss.py diff --git a/utils/metrics.py b/yolo/utils/metrics.py similarity index 100% rename from utils/metrics.py rename to yolo/utils/metrics.py diff --git a/utils/plots.py b/yolo/utils/plots.py similarity index 100% rename from utils/plots.py rename to yolo/utils/plots.py