LdDl / object-detection-opencv-rust

Just set of functions to utilize YOLO v3, v4, v7 and v8 version with OpenCV's DNN module
MIT License
13 stars 3 forks source link

[FEATURE] Support for YOLO v9/v10 #7

Open danielboros1990 opened 1 month ago

danielboros1990 commented 1 month ago

Do you plan to add support for v9 or v10?

LdDl commented 1 month ago

Do you plan to add support for v9 or v10?

Yeah, that is in the plans, but I'm not sure where to look for source code for postproccessing very last layer (YOLO). PRs are welcome

dancixx commented 1 month ago

@LdDl Maybe in python implementation? And one more question is there any plan to support Detectron 2 by meta? It has free license and also can be useful.

LdDl commented 3 weeks ago

@LdDl Maybe in python implementation? And one more question is there any plan to support Detectron 2 by meta? It has free license and also can be useful.

Is this Detectron2? https://github.com/facebookresearch/detectron2 I thought this has been abandoned since Nov 16, 2021

dancixx commented 3 weeks ago

@LdDl I tried the coco trained version using rust ort and it is working very good. Not as performant like yolo but the accuracy is very good. I need an open licensed od model so I cant use yolo, thats why I tried this one. But there is the open-mmlab and it uses also this one I think.