Build the CPU version of NMS for FaceBoxes
mainFaceBoxes requires a CPU-based Non-Maximum Suppression (NMS) extension. You can build it using the provided build script in the utils directory or by running the convenience shell script.
# Option 1: Using the build script
cd utils
python3 build.py build_ext --inplace
# Option 2: Using the convenience shell script
sh ./build_cpu_nms.sh