Skip to content

Can I use any off the shelf YoLoV3 implementation in your code ? #6

@coolcoder001

Description

@coolcoder001

Hi, first of all, it is a super awesome code. :-)

I want to do MultiObjectDetection

Just wanted to check can I use OpenCV's YoLoV3 module with your code?

In order to do so, how much part I need to change?

I can see you are doing this in load_model function in MultiObjDetTracker:

self.model_detector = Model( inputs=self.detector.model.input[0], outputs=[ self.detector.model.get_layer('conv_23').output, self.detector.model.get_layer('conv_feat').output])

I just could not get the corresponding equivalents for OpenCV's YoLoV3
Edit :

I saw some documentation on OpenCV's portal. Here is the link . May be this can help.

Can you please help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions