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으로 구성
반응형
'Computer_Science > RetinaNet' 카테고리의 다른 글
11-4. tensorflow hub의 efficientDet lite 모델을 이용한 inference 실습 (0) | 2021.11.30 |
---|---|
11-2~3. tensorflow hub의 efficientDet 모델을 이용한 inference 실습 (0) | 2021.11.30 |
10-7. Compound Scaling (0) | 2021.10.29 |
10-6. EfficientNet (0) | 2021.10.29 |
10-4~5. EfficientDet (0) | 2021.10.28 |