- Real time detection Networks
- Faster R-CNN
- YOLO (You Only Look Once)
- SSD (Single Shot Detection)
- Data Set
- COCO
- Pascal
- Models
- pre-trained
- Framework
- Tensorflow
- Pytorch
- Caffe
- Networks
- AlexNet
- MobileNet
- Tutorial
- OpenCV - TensorFlow Object Detection API
- Performance measurement
- mAP
- FAQ
- Module 'tensorflow' has no attribute 'gfile' error while xxx
- 解決方法:
import tensorflow.compat.v1 as tf
取代import tensorflow as tf
- 主要原因:
- v2 以後
tf.gfile.GFile
改為tf.io.gfile.GFile
- Reference
沒有留言:
張貼留言