구차니 2025. 9. 11. 19:09

최종 목표는 ssd-mobilenet 인데

어째 걸려온은건 mobilenet을 이용한 classification 같냐..

 

[링크 : https://keras.io/api/applications/mobilenet/]

[링크 : https://keras.io/api/models/model_training_apis/]

 

[링크 : https://kau-deeperent.tistory.com/m/59] << mobilenet을 이용한 감정 탐지

[링크 : https://wikidocs.net/193031] keras model.fit_generator() - deprecated -> model.fit()

 

전이학습 - 학습된 모델에 추가로 내가 원하는 클래스 추가하기

 FC(Fully conencted) layer

[링크 : https://recipesds.tistory.com/entry/Transfer-Learning을-해-보자-mobilenet을-활용해서요-실습]

 

tensorflow의 python 스크립트로 학습하기

[링크 : https://prod.velog.io/@choonsik_mom/MobileNet-SSD-object-detector-커스텀-데이터-학습하기-m3j5d0xh]

   [링크 : https://github.com/tensorflow/models/tree/master/research/object_detection]