8000 GitHub - Proximie/MONAIStream: The codebase is currently NOT under active development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Proximie/MONAIStream

 
 

Repository files navigation

MONAI Stream

Experimental revival of this repo, please comment but don't expect anything to be final or even work.

Docker

  1. Build: docker build -t monaistream .

  2. Run xhost +local:docker to grant X permissions to Docker containers

  3. Run: docker run -ti --rm -e DISPLAY --gpus device=1 -v $PWD:/opt/monaistream monaistream

Numpy Transform Test

PYTHONPATH=$PWD GST_PLUGIN_PATH=$PWD/monaistream/gstreamer gst-launch-1.0 \
    videotestsrc num-buffers=1 ! video/x-raw,width=1280,height=720 ! \
    numpyinplacetransform ! jpegenc ! multifilesink location="img_%06d.jpg"

About

The codebase is currently NOT under active development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 52.9%
  • Python 38.6%
  • Shell 7.5%
  • Dockerfile 1.0%
0