Mechanical Compound Eye
Project description
Mechanical Compound Eye
Is a python based Nvidia DeepStream app to watch multiple video streams at once.
Requirements
- DeepStream 4.0 (this can be installed on a Tegra platform since JetPack
4.3 with
sudo apt install deepstream-4.0
) - Python bindings for DeepStream
Installation
pip3 install (git url)
or
pip3 install mce
or if you don't have pip / don't want to install it
(git clone this url)
cd mce
python3 ./setup.py install
Example Usage:
To run detections on multiple youtube videos/playlists (requires youtube-dl which can be installed with pip3 install youtube-dl
):
mce $(youtube-dl -f best -g https://www.youtube.com/watch?v=pJ5cg83D5AE) $(youtube-dl -f best -g https://www.youtube.com/watch?v=peC1JD9gEKc) $(youtube-dl -f best -g https://www.youtube.com/watch?v=0LYE669fbpU)
Any uri supported by uridecodebin should work.
Faq
- Did you come up with the name? No.
- How can I customize this? The primary inference config is in ~/.mce/pie.conf
Known Issues
- tests need to be written
- the decoder spews warning messages... not sure why
- videos don't always play at the correct rate. the --live option may help with some sources
- nvinfer doesn't respect batch-engine-file set at runtime for loading a file, leading to long start times.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mce-0.1.3.tar.gz
(25.0 kB
view details)
File details
Details for the file mce-0.1.3.tar.gz
.
File metadata
- Download URL: mce-0.1.3.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c80f5ae28d32da2957228bea4872aae288c534353502e00c3aa2776ca5ca749 |
|
MD5 | f8bb48f318d71076854955bb800e3713 |
|
BLAKE2b-256 | cc34017ffa686b1e5f1e35e4828400bb406c5d57188c978be86f11512aff833f |