I run the below command:
./pegasus import pytorch --model yolov3_tiny.pt --output-model yolov3_tiny.json --output-data yolov3_tiny.data --input-size-list ‘3,224,224’
Segmentation fault occurs
How can I solve this? Thanks
@dream Are you sure your model input is 244x244x3 ?
Thank you for your reply. Yes, I am sure
Is it possible to provide me the source code of pegasus? so I can debug it, or I provide you the core dump file, so you can debug it.
is there any further update? The issue is urgent for me.