Skip to content

AssertionError: output_dir missing. in create_create_cityscapes_tf_record.py #94

@Phulieu

Description

@Phulieu

File "create_cityscapes_tf_record.py", line 108, in main
assert FLAGS.output_dir, 'output_dir missing.'
AssertionError: output_dir missing.

I have the problem in running create_create_cityscapes_tf_record.py
First I change :
import tensorflow as tf
to:
import tensorflow.compat.v1 as tf
Because I use tensorflow 2.2
Is there any error in this way ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions