Damien Guillotin

Results 2 comments of Damien Guillotin

When you run `inference.py` with the `--help` option, you can read this line: ``` --output-foreground OUTPUT_FOREGROUND ``` If you use this option, it will generate the video you are looking...

I think you can have a good first try using [opencv-python](https://pypi.org/project/opencv-python/). Once you've installed the package, you can import it with: ```python import cv2 ``` You can now read streams...