Skip to content

Commit a712f52

Browse files
committed
Docs: Add information of new method
1 parent 352a76f commit a712f52

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,26 @@ The PyTorch Implementation based on YOLOv4 of the paper: [Complex-YOLO: Real-tim
77

88
---
99

10-
## Demo
11-
12-
![demo](./docs/demo_complex_yolo.gif)
13-
1410
## Features
1511
- [x] Realtime 3D object detection based on YOLOv4
1612
- [x] Support [distributed data parallel training](https://github.com/pytorch/examples/tree/master/distributed/ddp)
1713
- [x] Tensorboard
1814
- [x] Mosaic/Cutout augmentation for training
1915
- [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)
18+
- Faster training, faster inference
19+
20+
- An Anchor-free approach
21+
22+
- No need for Non-Max-Suppression
23+
24+
- Demonstration (on a GTX 1080Ti)
25+
26+
[![demo](http://img.youtube.com/vi/FI8mJIXkgX4/0.jpg)](http://www.youtube.com/watch?v=FI8mJIXkgX4)
27+
28+
29+
**[Youtube link](https://youtu.be/FI8mJIXkgX4)**
2130

2231
## 2. Getting Started
2332
### 2.1. Requirement

0 commit comments

Comments
 (0)