Add support to test confidence property in object detection
parent
b93abc1589
commit
20e4a89e04
|
|
@ -237,6 +237,7 @@ module.exports = function(s,config,lang){
|
|||
case'y':
|
||||
case'height':
|
||||
case'width':
|
||||
case'confidence':
|
||||
if(d.details.matrices){
|
||||
d.details.matrices.forEach(function(matrix,position){
|
||||
modifyFilters(matrix,position)
|
||||
|
|
|
|||
Loading…
Reference in New Issue