PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.36k stars 2.84k forks source link

use tensor.shape bug not paddle.shape(tensor) #8915

Closed wanghuancoder closed 2 months ago

wanghuancoder commented 2 months ago

paddle.shape(tensor)在最新的动转静(SOT)中,会造成子图打断,进而影响模型性能。统一改成tensor.shape。

paddle-bot[bot] commented 2 months ago

Thanks for your contribution!