728x90
반응형

github - google/automl

- pretrained effiecientdet checkpoint

efficientdet - D0 (h5, ckpt, val, test-dev)

* chpt = native tensorflow, h5 = tensorflow ver2의 tf.keras

 

1) AutoML EfficientDet 패키지의 특징

- efficientdet 구현 모델 중 가장 예측 성능이 뛰어난 모델 보유

- GPU, TPU 모두 구동가능

- Tensorflow 2의 native tensorflow와 tf.keras 모두로 구현

- 약간의 버그(소스코드 자체 문제라기 보다는 tensorflow 자체의 문제로 보임)

- TFRECORD 형태로 입력 데이터 세트를 만들어야 하는 복잡함

    * 유틸리티는 있음

 

Tensorflow hub

- EfficientDet d0~d7

  * tensorflow object detection api로 구현됨

- efficientdet-lite0~4

  * autoML efficientdet으로 구성

 

 

 

 

반응형

+ Recent posts