NVIDIA-AI-IOT / tf_trt_models

TensorFlow models accelerated with NVIDIA TensorRT
BSD 3-Clause "New" or "Revised" License
681 stars 245 forks source link

FasterRCNN and MASRCNN are not working #70

Open suhyung-code42 opened 4 years ago

suhyung-code42 commented 4 years ago

Error Log is below. SSD is working well.Althogh I just use model zoo, fasterrcnn is not work on my env. Is this tensorrt version issue?

tensorflow.python.framework.errors_impl.InvalidArgumentError: {{node BatchMultiClassNonMaxSuppression/map/while/MultiClassNonMaxSuppression/FilterGreaterThan/ArithmeticOptimizer/ReorderCastLikeAndValuePreserving_int32_Reshape}} has inputs from different frames. The input node BatchMultiClassNonMaxSuppression/map/while/MultiClassNonMaxSuppression/ClipToWindow/Reshape/shape (defined at test.py:58) is in frame 'BatchMultiClassNonMaxSuppression/map/while/while_context'. The input {{node BatchMultiClassNonMaxSuppression/map/while/MultiClassNonMaxSuppression/FilterGreaterThan/ArithmeticOptimizer/ReorderCastLikeAndValuePreserving_int64_Cast}} is in frame ''.

JATINBHORE commented 4 years ago

@dusty-nv @jaybdub facing same issues as @suhyung-code42