我正在尝试使用面部表情标记从网络摄像头中找到发言人,我可以使用Google's documentation库来获取。我成功地获得了月份的最高点和最低点。 https://docs.microsoft.com/en-us/powershell/module/az.compute/set-azvmcustomscriptextension?view=azps-3.0.0 我想计算这些点的距离b / w,并根据距离可以说是人在说话还是不在。 我到目前为止所做的。
Set-AzVMCustomScriptExtension
[-ResourceGroupName] <String>
[-VMName] <String>
[-Name <String>]
-ContainerName <String>
-FileName <String[]>
[-StorageAccountName <String>]
[-StorageEndpointSuffix <String>]
[-StorageAccountKey <String>]
[-Run <String>]
[-Argument <String>]
[-SecureExecution]
[-TypeHandlerVersion <String>]
[-Location <String>]
[-DisableAutoUpgradeMinorVersion]
[-ForceRerun <String>]
[-NoWait]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
但是即使有人不说话,我计算出的距离也有所不同。如果有人知道我如何使用月份地标来检测说话者,请告诉我。谢谢