WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.98k stars 524 forks source link

Support for real time webcam #102

Closed AniLeo-01 closed 2 years ago

AniLeo-01 commented 2 years ago

Is there any support for Real-Time object detection in YoloR?

WongKinYiu commented 2 years ago

run detect.py with --source 0 ?

AniLeo-01 commented 2 years ago

Thanks!