ONNX
qmller commited on
Commit
acb003e
·
verified ·
1 Parent(s): 6fce986

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -11,7 +11,7 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
11
 
12
  # Contents
13
 
14
- - ONNX: yolov4.optimized.onnx
15
 
16
  # Lecture note reference
17
 
@@ -19,7 +19,8 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
19
 
20
  # Repository or links references
21
 
22
- - https://github.com/onnx/models/blob/main/vision/object_detection_segmentation/yolov4/model/yolov4.onnx
 
23
 
24
  BibTeX entry and citation info
25
  ```
@@ -39,4 +40,11 @@ BibTeX entry and citation info
39
  year = {2021},
40
  pages = {13029-13038}
41
  }
 
 
 
 
 
 
 
42
  ```
 
11
 
12
  # Contents
13
 
14
+ - ONNX: yolov4.onnx, yolov4-tiny.onnx
15
 
16
  # Lecture note reference
17
 
 
19
 
20
  # Repository or links references
21
 
22
+ - [github: Pytorch YOLOv4](https://github.com/WongKinYiu/PyTorch_YOLOv4): weights: https://github.com/WongKinYiu/PyTorch_YOLOv4/releases/download/weights/yolov4.weights
23
+ - [github: Scaled YOLOv4](https://github.com/WongKinYiu/ScaledYOLOv4/tree/yolov4-tiny): weights: https://github.com/WongKinYiu/ScaledYOLOv4/releases/download/weights/yolov4-tiny.weights
24
 
25
  BibTeX entry and citation info
26
  ```
 
40
  year = {2021},
41
  pages = {13029-13038}
42
  }
43
+ @inproceedings{wang2020cspnet,
44
+ title={{CSPNet}: A New Backbone That Can Enhance Learning Capability of {CNN}},
45
+ author={Wang, Chien-Yao and Mark Liao, Hong-Yuan and Wu, Yueh-Hua and Chen, Ping-Yang and Hsieh, Jun-Wei and Yeh, I-Hau},
46
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
47
+ pages={390--391},
48
+ year={2020}
49
+ }
50
  ```