aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.37k stars 647 forks source link

Dissolve for loop to str.join #584

Open boneyag opened 2 years ago

boneyag commented 2 years ago

It is faster to Str.join instead of a for loop.