Computer_Science/Computer Vision Guide
6-6. TensorFlow hub
우하이후
2021. 10. 22. 17:41
728x90
반응형
Tensorflow hub는 tensorflow로 pretrained model를 쉽게 다운로드해서 model로 운용하고, fine tuning할 수 있게 함.
git이 코드를 공유하고, 코드파일을 import할 수 있는 것이라면,
tensorflow는 모델을 가져오는 것
tensorflow hub tutorial
https://www.tensorflow.org/hub/tutorials/tf2_object_detection?hl=ko
TensorFlow Hub 객체 감지 Colab
ML 커뮤니티 데이는 11월 9일입니다! TensorFlow, JAX에서 업데이트를 우리와 함께, 더 자세히 알아보기 TensorFlow Hub 객체 감지 Colab TensorFlow Hub 객체 감지 Colab에 오신 것을 환영합니다! 이 노트북에서는
www.tensorflow.org
object detection model
https://tfhub.dev/s?module-type=image-object-detection
TensorFlow Hub
tfhub.dev
# FPN이 있어야 NECK이 있는 것
반응형