Mask_RCNN 모델 실습

찌니·2021년 4월 20일
0

AI부트캠프 review&TDL

목록 보기
27/38

https://github.com/matterport/Mask_RCNN

  • 오류 상황
  1. import coco error
    다시 클론하고 실행해서 해결

  2. module 'tensorflow' has no attribute 'log' 버전문제

참고 :
stack overflow 참고 1
stack overflow 참고 2
코랩 텐서플로우, 케라스 버전 바꾸기 블로그 참고

해결 :
1. 버전 바꾸기
2. 해당 파일에서 tf.math.log로 변경

pip install tensorflow==1.13.1
pip install keras==2.1

import tensorflow as tf
print(tf.__version__)
profile
https://gggggeun.tistory.com/

0개의 댓글