I have built an accelerator using FINN for a custom YOLO network based on the end2end examples (cnv and tfc). However, when I tried to verify the output using the steps provided in the tfc verification notebook I always get this error
Exception: Error in simulation! Takes too long to produce output. Consider setting the LIVENESS_THRESHOLD env.var. to a larger value.
I have edited the axi_utils.py which is the last call in the error to increase the LIVENESS_THRESHOLD value but with no improvements
I have built an accelerator using FINN for a custom YOLO network based on the end2end examples (cnv and tfc). However, when I tried to verify the output using the steps provided in the tfc verification notebook I always get this error
Exception: Error in simulation! Takes too long to produce output. Consider setting the LIVENESS_THRESHOLD env.var. to a larger value.
I have edited the axi_utils.py which is the last call in the error to increase the LIVENESS_THRESHOLD value but with no improvements