AimeeKing / crnn-tensorflow

This software implements the Convolutional Recurrent Neural Network (CRNN) in tensorflow
53 stars 25 forks source link

No module dataset.utils #8

Open freelily opened 5 years ago

freelily commented 5 years ago

when I run the img_to_tfrecord.py, the error is "ModuleNotFoundError: No module named 'dataset'"

pls tell me where to find the model,so I can import _get_output_filename,int64_feature,bytes_feature.

Thank you.

freelily commented 5 years ago

I've already found that in other git links。 https://github.com/tensorflow/models/blob/master/research/slim/datasets/dataset_utils.py