mesutpiskin / id-card-detector

:credit_card: Detecting the National Identification Cards with Deep Learning (Faster R-CNN)

Home Page:https://mesutpiskin.com/blog/opencv-egitim-serisi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'object_detection'

opened this issue · comments

Traceback (most recent call last):
File "id_card_detection_image.py", line 13, in
from utils import label_map_util
File "C:\Users\Orcun\id-card-detector-master\utils\label_map_util.py", line 21, in
from object_detection.protos import string_int_label_map_pb2
ModuleNotFoundError: No module named 'object_detection'

Hi,
You need to Tensorflow models
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md

Download tensorflow models and go to \model master\models-master\research open cmd or terminal in this path and type python setup.py install or python3 setup.py install

tensorflow/models#2031

Hi,
You need to Tensorflow models
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md

Download tensorflow models and go to \model master\models-master\research open cmd or terminal in this path and type python setup.py install or python3 setup.py install

tensorflow/models#2031

Thanks, I just used your inference graph on opencv.

##Eski ve yeni kimliklerin ikisiyle de egitmeniz cok iyi olmus :D

I am getting the following errors.. when I run the main training program..
(tensorflow) C:\tensorflow\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
Traceback (most recent call last):
File "train.py", line 54, in
from object_detection.builders import model_builder
File "C:\tensorflow\models\research\object_detection\builders\model_builder.py", line 20, in
from object_detection.builders import anchor_generator_builder
File "C:\tensorflow\models\research\object_detection\builders\anchor_generator_builder.py", line 23, in
from object_detection.anchor_generators import flexible_grid_anchor_generator
ModuleNotFoundError: No module named 'object_detection.anchor_generators'