Skip to content

Commit

Permalink
Remove extra arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadRamzan4 committed Jun 11, 2023
1 parent ec42073 commit 7db57f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions asone/demo_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def main(args):
detector = asone.YOLOV7_PYTORCH

detect = ASOne(
tracker=asone.BYTETRACK,
detector=detector,
weights=args.weights,
use_cuda=args.use_cuda
Expand All @@ -33,7 +32,6 @@ def main(args):
conf_thres=args.conf_thres,
iou_thres=args.iou_thres,
display=args.display,
draw_trails=args.draw_trails,
filter_classes=filter_classes,
class_names=None) # class_names=['License Plate'] for custom weights

Expand Down

0 comments on commit 7db57f4

Please sign in to comment.