Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
HeshanSudarshana committed Apr 26, 2019
1 parent 28f294e commit da83a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/yolo/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import natsort
import numpy as np
from tqdm import tqdm
from src.centroid_tracker.centroidtracker import CentroidTracker
from centroid_tracker.centroidtracker import CentroidTracker

from src.net.netarch import YoloArchitecture, YoloInferenceModel
from net.netarch import YoloArchitecture, YoloInferenceModel


class YOLO(object):
Expand Down

0 comments on commit da83a83

Please sign in to comment.