Skip to content

Commit 3b816de

Browse files
committed
Add deprecation warning for DarkNet models
1 parent a776561 commit 3b816de

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/features/object_detection.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ DarkNet model format has priority over ONNX model format. If you define both, im
2121

2222
### DarkNet model format
2323

24+
:::warning
25+
DarkNet models support is deprecated and will be removed in imgproxy v4. Please use ONNX models instead.
26+
:::
27+
2428
You need to define the following config variables to enable object detection with a [DarkNet](https://github.com/AlexeyAB/darknet) model:
2529

2630
* [`IMGPROXY_OBJECT_DETECTION_CONFIG`]: a path to the neural network config in DarkNet format

0 commit comments

Comments
 (0)