You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,26 @@ The PyTorch Implementation based on YOLOv4 of the paper: [Complex-YOLO: Real-tim
7
7
8
8
---
9
9
10
-
## Demo
11
-
12
-

13
-
14
10
## Features
15
11
-[x] Realtime 3D object detection based on YOLOv4
16
12
-[x] Support [distributed data parallel training](https://github.com/pytorch/examples/tree/master/distributed/ddp)
17
13
-[x] Tensorboard
18
14
-[x] Mosaic/Cutout augmentation for training
19
15
-[x] Use [GIoU](https://arxiv.org/pdf/1902.09630v2.pdf) loss of rotated boxes for optimization.
20
-
-[ ] Use [CIoU](https://arxiv.org/pdf/1911.08287.pdf) loss of rotated boxes for optimization.
16
+
17
+
-**Update 2020.08.26**: [Super Fast and Accurate 3D Object Detection based on 3D LiDAR Point Clouds](https://github.com/maudzung/Super-Fast-Accurate-3D-Object-Detection)
0 commit comments