- class importer.DarknetLoader(model, weights)¶
Translates a Darknet model to Acuity formats.
- __init__(model, weights)¶
- Parameters:
model – The file path of the imported Darknet model file, a .cfg file.
weights – The file path of the imported weights file, a .weights file.
- load()¶
Load Darknet model.
- Returns:
Acuity network.