We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270c88a commit 17c9387Copy full SHA for 17c9387
src/darknet/py/classifier.py
@@ -2,7 +2,7 @@
2
3
import numpy as np
4
5
-from . import Network
+from .network import Network
6
from .util import image_to_3darray
7
8
src/darknet/py/detector.py
@@ -1,4 +1,4 @@
1
0 commit comments