But, above code line will break programe with 'Can not find : face_detection_short_range.tflite' message.
I am still confusing whether it is opencv related bug or mediapipe or bazel.
Yes, also it could be i did something wrong by myself.
Please give me some piece of advices.
Describe the expected behavior:
The FaceMesh demo will run.
Standalone code to reproduce the issue:
Provide a reproducible test case that is the bare minimum necessary to replicate the problem. If possible, please share a link to Colab/repo link /any notebook:
Other info / Complete Logs :
Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached
...
Loaded 'C:\Windows\System32\IME\IMEKR\imkrapi.dll'.
Loaded 'C:\Windows\System32\policymanager.dll'.
Loaded 'C:\Windows\System32\msvcp110_win.dll'.
Loaded 'C:\Windows\System32\IME\SHARED\IMJKAPI.DLL'.
3
Exception thrown at 0x00007FFDC5634FD9 (KernelBase.dll) in face_mesh_cpu.exe: WinRT originate error - 0xC00D36B3 : '제공된 스트림 번호가 잘못되었습니다.'.
Loaded 'C:\Windows\System32\avrt.dll'.
16
Exception thrown at 0x00007FFDC5634FD9 in face_mesh_cpu.exe: Microsoft C++ exception: _com_error at memory location 0x000000340DFFD4B0.
Unloaded 'C:\Windows\System32\avrt.dll'.
Unloaded 'C:\Windows\System32\winmm.dll'.
Unloaded 'C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_df0bee9f4cb9436e\nvwgf2umx.dll'.
Unloaded 'C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_df0bee9f4cb9436e\nvldumdx.dll'.
...
Please make sure that this is a bug and also refer to the troubleshooting, FAQ documentation before raising any issues.
System information (Please provide as much relevant information as possible)
Describe the current behavior:
When run the face mesh example code with a testing video file, the program is crashed.
I could see Debug Assertion Failed! Dialog.
The FaceMesh example code works well with opt mode. But, when i build it as dbg like below. It is happened.
The FaceMesh graphs might be needed 'face_detection_short_range.tflite' file. So, i built FaceDetection example first.
The FaceDection example works wells as dbg mode . But, FaceMesh is not working. (used the same video file)
I traced the example code with VS CODE Debugger.
// Capture opencv camera or video frame.
If i remove 'face_detection_short_range.tflite' file from folder. The line will pass without any problem,
But, above code line will break programe with 'Can not find : face_detection_short_range.tflite' message.
I am still confusing whether it is opencv related bug or mediapipe or bazel. Yes, also it could be i did something wrong by myself.
Please give me some piece of advices.
Describe the expected behavior:
The FaceMesh demo will run.
Standalone code to reproduce the issue: Provide a reproducible test case that is the bare minimum necessary to replicate the problem. If possible, please share a link to Colab/repo link /any notebook:
Other info / Complete Logs : Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached