Settings
Configure Brighter Redact Enterprise to your use case.
Brighter Redact settings
Brighter Redact Enterprise offers several options to better suit your needs.
The configuration of the docker-compose setup can be changed within the docker-compose.env file.
Redact Docker Images
REDACT_IMAGE=...
REDACT_GPU_IMAGE=...
REDACT_UTILS_IMAGE=...
Ports
REDACT_API_PORT=...
REDACT_UI_PORT=...
REDACT_LICENSE_FILE
The location and name of the local redact license file can be changed with the following environment variable:
REDACT_LICENSE_FILE=...
GPU_IDS
Simply change the GPU_IDS
variable to select your desired GPUs.
E.g.:
GPU_IDS=0,1,2
for GPUs with IDs 0, 1 and 2GPU_IDS=all
for all GPUs.
See here for more information.
GPU_CONCURRENCY
Sets the number of parallel deep learning processes. This should match the amount of available GPUs.
CPU_CONCURRENCY
Sets the number of parallel processes for all the other computations. This can be used to fine tune performance to the available CPU. Be aware that increasing this value will also increase memory usage.
Disabling Features
Disabling features can be used to reduce memory consumption and lowering the idle load.
DISABLE_FACES={true | false}
DISABLE_LICENSE_PLATES={true | false}
DISABLE_PERSONS={true | false}
DISABLE_BLUR={true | false}
DISABLE_EXTRACT={true | false}
DISABLE_DNAT={true | false}
Updated 2 days ago