Closed wutheringcoo closed 6 months ago
请问下像是这种层结构(调用DAF动态库)如何转onnx呢? from ..ops import deformable_aggregation_function as DAF features = DAF(*feature_maps, points_2d, weights).reshape( bs, num_anchor, self.embed_dims )
把use_deformable_func关了,用grid_sample代替。
请问下像是这种层结构(调用DAF动态库)如何转onnx呢? from ..ops import deformable_aggregation_function as DAF features = DAF(*feature_maps, points_2d, weights).reshape( bs, num_anchor, self.embed_dims )