Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 28aa789

Browse files
authored
Remove: Glob paths from README.md (#210)
1 parent 8bb145e commit 28aa789

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/dbolya-yolact/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ python eval.py \
6161
--video 0
6262
```
6363

64-
In addition to a webcam, `eval.py` can take a path to a `.jpg` file, directory, or glob path
65-
of `.jpg` files, or path to a `.mp4` video file. If the source is an integer and no
66-
corresponding webcam is available, an exception will be raised.
64+
65+
In addition to a webcam, `eval.py` can take a path to a `.jpg` file, directory,
66+
or path to a `.mp4` video file. If the source is an integer and no
67+
corresponding webcam is available, an exception will be raised.
6768

6869
Example commands are as follows:
6970

0 commit comments

Comments
 (0)