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 a776561 commit 3b816deCopy full SHA for 3b816de
1 file changed
docs/features/object_detection.mdx
@@ -21,6 +21,10 @@ DarkNet model format has priority over ONNX model format. If you define both, im
21
22
### DarkNet model format
23
24
+:::warning
25
+DarkNet models support is deprecated and will be removed in imgproxy v4. Please use ONNX models instead.
26
+:::
27
+
28
You need to define the following config variables to enable object detection with a [DarkNet](https://github.com/AlexeyAB/darknet) model:
29
30
* [`IMGPROXY_OBJECT_DETECTION_CONFIG`]: a path to the neural network config in DarkNet format
0 commit comments