Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

MParams for human-pose-estimation models

Lc00
初学者
1,266 次查看

Hi, 

 

In the documentation, human-pose-estimation models have their own specifications. May I know the meaning of this metric which is Average Precision (AP), GFlops, and MParams.

 

Thank you.

0 项奖励
1 解答
Hairul_Intel
主持人
1,241 次查看

Hi Lc00,

Thank you for reaching out to us.

 

Average Precision (AP) is a key performance indicator and is defined by an area under the precision/recall curve. For further information you can refer to this article (This is an external link and is not maintained by Intel).

 

GFLOPs (Giga Floating Point Operations) are often used to describe how many operations that are required to run a single instance of a given model. This thread on Stack Overflow might help you to get a deeper insight.

 

MParams stands for Model Parameters. Parameters in general are weights that are learnt during training. They are weight matrices that contribute to model’s predictive power, changed during back-propagation process. For more information refer to this article (This is an external link and is not maintained by Intel).

 

 

Regards,

Hairul


在原帖中查看解决方案

0 项奖励
2 回复数
Hairul_Intel
主持人
1,242 次查看

Hi Lc00,

Thank you for reaching out to us.

 

Average Precision (AP) is a key performance indicator and is defined by an area under the precision/recall curve. For further information you can refer to this article (This is an external link and is not maintained by Intel).

 

GFLOPs (Giga Floating Point Operations) are often used to describe how many operations that are required to run a single instance of a given model. This thread on Stack Overflow might help you to get a deeper insight.

 

MParams stands for Model Parameters. Parameters in general are weights that are learnt during training. They are weight matrices that contribute to model’s predictive power, changed during back-propagation process. For more information refer to this article (This is an external link and is not maintained by Intel).

 

 

Regards,

Hairul


0 项奖励
Hairul_Intel
主持人
1,205 次查看

Hi Lc00,

This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.

 

 

Regards,

Hairul


0 项奖励
回复