Vengineerの妄想

人生を妄想しています。

Intel nGraph:object detection modelsで使われるOpを追加!


このコミット、Support for complex ops used in object detection models (#2841)
* - Added support for complex ops used in object detection models
  - PriorBox, PriorBoxClustered, Proposal, RegionYolo, ReorgYolo

* Added  unit test file

* Fix documentation errors

もひとつ、Adding DetectionOutput and Interpolate layers (#2849)
* - Adding DetectionOutput and Interpolate layers

* Adding Unit tests

* Name fix

追加された Op は、次の7つ。
 ・DetectionOutput 
 ・Interpolate
 ・PriorBox
 ・PriorBoxClustered
 ・Proposal
 ・RegionYolo
 ・ReorgYolo 

各 Op のテストプログラムは、type_prop_layers.cppっぽい。