MarcoMultichannel
Results
2
comments of
MarcoMultichannel
Still segmentation fault. If I try to export the model using export_mnn.py it doesn't find the executable "MNNConvert", since it calls MNNConvert using os.system. How can I compile MNN to...
I managed to convert the model without a segmentation fault happening. I installed mnn with pip install MNN as you said and then instead of using MMNConvert I executed the...