firesnaker commited on
Commit
46deb32
1 Parent(s): 0825a2d

Removing pip install and adding them to requirements

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -15,9 +15,6 @@ print(HOME)
15
  #Upload your own video
16
  SOURCE_VIDEO_PATH = f"{HOME}/testing.mp4"
17
 
18
- # Pip install method (recommended)
19
-
20
- !pip install ultralytics
21
 
22
  from IPython import display
23
  display.clear_output()
@@ -64,7 +61,6 @@ class BYTETrackerArgs:
64
  min_box_area: float = 1.0
65
  mot20: bool = False
66
 
67
- !pip install supervision==0.1.0
68
 
69
 
70
  from IPython import display
 
15
  #Upload your own video
16
  SOURCE_VIDEO_PATH = f"{HOME}/testing.mp4"
17
 
 
 
 
18
 
19
  from IPython import display
20
  display.clear_output()
 
61
  min_box_area: float = 1.0
62
  mot20: bool = False
63
 
 
64
 
65
 
66
  from IPython import display