maudzung / Complex-YOLOv4-Pytorch

The PyTorch Implementation based on YOLOv4 of the paper: "Complex-YOLO: Real-time 3D Object Detection on Point Clouds"
https://arxiv.org/pdf/1803.06199.pdf
GNU General Public License v3.0
1.21k stars 260 forks source link

How to run as a live feed? #57

Open tanay-o opened 1 year ago

tanay-o commented 1 year ago

Is there a way to display the output as a live continuous feed?

I wanted to make a live lidar object detector to detect pedestrians, etc. Is it possible?