Other Parts Discussed in Thread: SK-AM68, MATHLIB
Hi,
After the last inquiry, we continued our investigation and were able to partially operate the face detection and landmark detection models on the AM68A.
However, the errors and estimation accuracy are poor and I would like to improve it, so I would like some advice.
I am attaching the edgiai-tidl-tools@Host/edgeai-gst-apps@EVM code for your reference.
[my selection model]
*The DNN models are unified because we want to compare performance with other companies' products.
- Face detection
github.com/.../Ultra-Light-Fast-Generic-Face-Detector-1MB
- Landmark detection
[create model-artifact]
- Exported onnx file with op11 specification using original checkpoint file.
Next, I created model-artifact from onnx using edgiai-tidl-tools.
[Issue]
-Face detection-1: I want to resolve the build error. I would like to know why the graph output is split into two parts.
>> python3 onnxrt_ep.py -c -m LightFace_version-slim-320
-Face Detection-2: Worked on AM68A by reducing box calculations from Face Detection-1. However, I don't know how to create prototxt so it is not optimized and I would like to solve this problem.
>> python3 onnxrt_ep.py -c -m LightFace_version-slim-320_without_postprocessing
-Landmark estimation: Worked with AM68A. However, the accuracy of the estimated position is low. I am using a small number of images for model-artifact generation, should I increase them?
>> python3 onnxrt_ep.py -c -m 3DDFA_mb1_120x120