https://github.com/matterport/Mask_RCNN
import coco error
다시 클론하고 실행해서 해결
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__)