Skip to content

Commit

Permalink
import yolo v8 y1
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Oct 28, 2024
1 parent 2d767b3 commit 4b79d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hot_fair_utilities/preprocessing/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from . import yolo_v8_v1
from .preprocess import preprocess
2 changes: 1 addition & 1 deletion test_yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Reader imports
from hot_fair_utilities import polygonize, predict, preprocess
from hot_fair_utilities.preprocessing.yolov8_v1.yolo_format import yolo_format
from hot_fair_utilities.preprocessing.yolov8_v1 import yolo_format
from hot_fair_utilities.training.yolo_v8_v1.train import train as train_yolo

warnings.simplefilter(action="ignore", category=FutureWarning)
Expand Down

0 comments on commit 4b79d48

Please sign in to comment.