Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,4 @@ pipeline_tag: object-detection
|
|
5 |
|
6 |
Here is how to use this model:
|
7 |
|
8 |
-
# when we ran this, we saw .007 second inference time. That is 140 FPS on a TESLA P100!
|
9 |
-
# use the best weights!
|
10 |
-
|
11 |
python detect.py --weights best.pt --img 416 --conf 0.4 --source img.png
|
|
|
5 |
|
6 |
Here is how to use this model:
|
7 |
|
|
|
|
|
|
|
8 |
python detect.py --weights best.pt --img 416 --conf 0.4 --source img.png
|