Closed jimd6776 closed 4 years ago
Hi @jimd6776 Different model will have different number of subgraphs. For DenseNetX model, it has only 1 subgraphs. Following are the logs of running the app_mt.py
FPS=1192.25, total frames = 10000 , time=8.3875 seconds Correct: 9152 Wrong: 848 Accuracy: 0.9152
For the subgraphs more than 1, you can refer to https://github.com/Xilinx/Vitis-AI/blob/master/VART/samples/pose_detection/src/pose.cpp to modify your application.
Hello,
I ran the Vitis AI tutorial with an example DenseNetX model successfully for Alveo U50 but when i reach the step for running the application (app_mt.py) it instantly throws the following error:
It seems len(subgraphs) equals 2. Why is that and how I fix this?
Thanks in advance