- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to run the smart_classroom_demo on windows 10, using the command:
smart_classroom_demo.exe -i "cam" -m_act "person-detection-action-recognition-0003.xml" -m_fd "face-detection-adas-0001.xml" -m_lm "facial-landmarks-35-adas-0002.xml" -m_reid "face-reidentification-retail-0071.xml"
but I get the error:
[ WARN:0] terminating async callback
[ ERROR ] Failed to infer shapes for Reshape layer (mbox_conf_reshape) with error: Second input has unsupported precision
What can I do?
Thanks in advance
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear De Prins, Robbe,
This is strange. Can you also try adding the below parameters ? I know they are stated to be optional but perhaps this is untrue. For simplicity just use CPU for all the devices. Also though this is not related to your issue, I hope you realize that -i "cam" will not recognize classroom faces or actions because you're not panning an actual classroom.
-d_act '<device>' Optional. Specify the target device for Person/Action Detection Retail (CPU, GPU, FPGA, HDDL, MYRIAD, or HETERO).
-d_fd '<device>' Optional. Specify the target device for Face Detection Retail (CPU, GPU, FPGA, HDDL, MYRIAD, or HETERO).
-d_lm '<device>' Optional. Specify the target device for Landmarks Regression Retail (CPU, GPU, FPGA, HDDL, MYRIAD, or HETERO).
-d_reid '<device>' Optional. Specify the target device for Face Reidentification Retail (CPU, GPU, FPGA, HDDL, MYRIAD, or HETERO).
Hope it helps,
Thanks,
Shubha

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page