I tried installing the packages and changed the code but even after the changes, I get the same error. I tried compiling using the alexnet model and I get the same error in the same place.
@Bryanscott13 we checked the issue, found that this issue will happen when you download from darknet master branch and compiled the library.
It wont happen if you download from https://github.com/siju-samuel/darknet and compile the library and use it while running.
@PariksheetPinjari909@Bryanscott13
What’s the difference from compiling with master branch?
Would you please share the changes made in siju-samuel darknet repo ?
Thanks!!
@PariksheetPinjari909 I have tried running from_darknet.py with yolov3 and meet the same problem:
RuntimeError: cannot dereference null pointer from cdata ‘float *’
I download libdarknet.so from darknet master branch, because the .so in https://github.com/siju-samuel/darknet does not work for the latest version of tvm. How can I fix the problem?
Hello, any progress with this issue ? I have also the same problem. …
@PariksheetPinjari909
Your solution does not work for me, it seems that this version of darknet is pretty old and even cannot parse my .cfg file correctly:
Hello, I also met same issue when I start to run the test case in darknet tutorial with latest TVM code. And the libdarknet.so was generated in my MacBook from darknet master branch. Any update or suggestions? @PariksheetPinjari909