We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, first of all, it is a super awesome code. :-)
I want to do MultiObjectDetection
MultiObjectDetection
Just wanted to check can I use OpenCV's YoLoV3 module with your code?
OpenCV
YoLoV3
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:
load_model
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?
The text was updated successfully, but these errors were encountered:
Hi there, I'm trying to implement YoloV3 with LSTM. Did you find the solution about this? Thanks:)
Sorry, something went wrong.
No branches or pull requests
Hi, first of all, it is a super awesome code. :-)
I want to do
MultiObjectDetection
Just wanted to check can I use
OpenCV
'sYoLoV3
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 inMultiObjDetTracker
: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?
The text was updated successfully, but these errors were encountered: