ThanatosShinji / onnx-tool

A parser, editor and profiler tool for ONNX models.
https://pypi.org/project/onnx-tool/
MIT License
383 stars 51 forks source link

Support for GreaterOrEqual and If operator #76

Open vanlinhtruongdang opened 6 months ago

vanlinhtruongdang commented 6 months ago

Dear Thanatos Shinji,

I'm currently utilizing your tool for profiling FasterRCNN-ResNet50 and RetinaNet-ResNet50-FPN models. However, I encountered an error when executing the If and GreaterOrEqual nodes, as outlined below. The ONNX models can be accessed here.

Looking forward to your prompt response!

Best regards,

image