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

how to get detected output bbox coordinate file #250

Open namasang1 opened 2 years ago

namasang1 commented 2 years ago

hi how can i get detected output bbox coordinate file

In darknet, we can get output file using '-save label'

thank you