I recently updated to tf 1.5 and while trying to invoke train.py under research/object_detection i hit an error saying
ImportError: cannot import name 'dataset_builder'
For more info:
Traceback (most recent call last):
File "train.py", line 50, in <module>
from object_detection.builders import dataset_builder
ImportError: cannot import name 'dataset_builder'
Is there any circular dependency or is it just me that gets this error? Or on your end everything is working?
Details:
- OS: Widows 10
- TensorFlow verion: 1.5
- CUDA 9.0 Cudnn 7
- Python ver: 3.6.2
- GPU: Nvidia 930MX - 2Gb Ram
- Tf installed from pip3
Command
py train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/ssd_inception_v2_coco.config