facebookresearch / EgoBlur

This repository contains a command-line interface(CLI) that can detect and blur out faces and license plates(PII) from images and videos. The CLI takes an image or video file as input, runs an anonymization algorithm on it, and writes the blurred output to a specified path.
Apache License 2.0
94 stars 18 forks source link

CPU/Memory minimum requirements #9

Open knepe opened 1 month ago

knepe commented 1 month ago

Hello, I'm running this on server with 4GB RAM, only using images, not videos. It mostly runs good but sometimes it crashes, I guess its because of a OOM issue.

Do you have any minimum specs for RAM/CPU?