r3tex / ObjectDetector.jl

Pure Julia implementations of single-pass object detection neural networks.
MIT License
87 stars 14 forks source link

How can I add object identification label? #74

Open VijalPatel opened 2 years ago

VijalPatel commented 2 years ago

I want to display the label for each objects, How can I identify the object and add label on that?

IanButterworth commented 2 years ago

That's a missing feature, but assuming you're using the default models, you can parse the COCO class name list and look them up.

There may be a simpler formatted file, but something like this https://gist.github.com/AruniRC/7b3dadd004da04c80198557db5da4bda