Replies: 1 comment
-
You can create a
finally you can run python3 track.py --source streams.txt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to execute it with all my images at once if they are in directories like this?:
.
└── images/
├── 1/
│ ├── im1.png
│ ├── im2.png
│ └── im3.png
├── 2/
│ ├── im4.png
│ ├── im5.png
│ └── im6.png
└── 3/
├── im7.png
├── im8.png
└── im9.png
Beta Was this translation helpful? Give feedback.
All reactions