예제 #1
0
파일: vision.py 프로젝트: Spark001/Dragon-1
 def Setup(self, bottom):
     super(ROIAlignLayer, self).Setup(bottom)
     return ops.ROIAlign(bottom, **self._param)
예제 #2
0
 def LayerSetup(self, bottom):
     return _ops.ROIAlign(bottom, **self.arguments)