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
No description provided.
The text was updated successfully, but these errors were encountered:
先用tensorflow/yolo_to_h5.py转为h5,然后用tensorflow/h5_to_pb.py转为pb,最后用tflite/tflite_quantize.py转为量化后的tflite
tensorflow/yolo_to_h5.py
tensorflow/h5_to_pb.py
tflite/tflite_quantize.py
Sorry, something went wrong.
你好 yoloface-50k 的onnx 模型是怎么转换的 可以说一下么
这里我用的是笨办法,先用pytorch把yoloface-50k结构搭起来,然后把darknet权重读取到pytorch中,生成.pth和.onnx。pytorch/yoloface.py就是干这件事了
pytorch/yoloface.py
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: