-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello Sir,
As I was running "Face Detection Source Code" from your Design Exploration of an FPGA Based Face Detection Processing Core Utilizing High Level Synthesis file, I got the following error many time.
Error: While Checking stack's fullness, stack's top was greater than stacks capacity!
Error: Could’nt check if stack is full, push operation aborted.
Error: While Checking stack's fullness, stack's top was greater than stacks capacity!
Error: Could’nt check if stack is full, push operation aborted.
- Face detected at i=242681 row=505 col=121
If you can provide some solution, it will be very useful in my study.
For your information, I have already run the given .py files and generated necessary input. But I can't put them to use in the code, specially "haarcascade_frontalface_default.c" file.