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
I trained yolov3 model to detect a custom class. I labeled a dataset with 250 images with its anchors.
I converted the yolov3 weights in pb format saving the model with the tensorflow-yolov4-tflite tool. Now I need to freeze the pb model for deepsort.
Is it possible to generate a frozen model starting only from the pb file?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I trained yolov3 model to detect a custom class. I labeled a dataset with 250 images with its anchors.
I converted the yolov3 weights in pb format saving the model with the tensorflow-yolov4-tflite tool.
Now I need to freeze the pb model for deepsort.
Is it possible to generate a frozen model starting only from the pb file?
The text was updated successfully, but these errors were encountered: