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 be4278f commit ac06362Copy full SHA for ac06362
README.md
@@ -1,7 +1,7 @@
1
# libtorch-yolov3
2
-A Libtorch implementation of the YOLO v3 object detection algorithm
+A Libtorch implementation of the YOLO v3 object detection algorithm.
3
4
-The code is based on the [pytorch version](https://github.com/ayooshkathuria/pytorch-yolo-v3)
+The code is based on the [pytorch version](https://github.com/ayooshkathuria/pytorch-yolo-v3), I rewritten it with C++.
5
6
## Requirements
7
LibTorch
0 commit comments