https://maxima-lab.tistory.com/entry/Python-Tensorflow-Convert-h5-onnx-Inference?category=1107629
[Python, Tensorflow] Convert .h5 to .onnx 및 Inference(.h5 모델을 .onnx 모델로 변환 및 추론) 하는 방법
오늘은 Tensorflow 2 모델(.h5)을 .onnx 모델로 변환하는 방법에 대해서 알아보도록 하겠습니다. import tensorflow as tf from tensorflow.keras.models import load_model model = load_model("model.h5") 먼저, .h5 모델을 로드 합
maxima-lab.tistory.com
https://colab.research.google.com/drive/1WQ6AfBrmq14qjcdyg4Sf_aj1QggRynBn?usp=sharing
modeltrain.ipynb
Colaboratory notebook
colab.research.google.com
https://github.com/Third-Aurora/Barracuda-Image-Classification
GitHub - Third-Aurora/Barracuda-Image-Classification
Contribute to Third-Aurora/Barracuda-Image-Classification development by creating an account on GitHub.
github.com
https://github.com/ITTinkerGirl/UnitySocketExample
GitHub - ITTinkerGirl/UnitySocketExample
Contribute to ITTinkerGirl/UnitySocketExample development by creating an account on GitHub.
github.com