Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

ImportError: No module named object_detection.data_decoders #7

@akhilamohan

Description

@akhilamohan

When I run tf_cnn_benchmarks.py, I am getting the following error:

Traceback (most recent call last):
File "tf_cnn_benchmarks.py", line 27, in
import benchmark_cnn
File "/root/benchmarks/scripts/tf_cnn_benchmarks/benchmark_cnn.py", line 51, in
import datasets
File "/root/benchmarks/scripts/tf_cnn_benchmarks/datasets.py", line 31, in
import preprocessing
File "/root/benchmarks/scripts/tf_cnn_benchmarks/preprocessing.py", line 31, in
from object_detection.data_decoders import tf_example_decoder
ImportError: No module named object_detection.data_decoders

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions