Closed Tryljs closed 7 years ago
If you follow the Importing Models tutorial it will show you how to use wrap.py to generate a darknet model from the darknet .cfg and .weights files. The resulting *.ell file can then be loaded into python using ELL.ELL_Map. But it is better if you compile the .ell file to code as discussed in Step 3 of the Getting started tutorial.
Dear team Running the darknetDemo.py script then the darknet model would be save as 'darknetReference.map'. And I found the model builder functions in 'ModelInterface.h' file, but I coundn't find the 'darknetReference.map' to ELL model function. I tried to use 'ELL_Model(darknetReference.map) ' function and 'ELL_Map(darknetReference.map)' function to realize 'darknetReference.map' to ELL model, but failed. Does the ELL offer the function to make 'darknetReference.map' to the ELL model ?