raccoon_dataset icon indicating copy to clipboard operation
raccoon_dataset copied to clipboard

DuplicateFlagError:

Open lidderdj opened this issue 6 years ago • 1 comments

In the code, I have: flags = tf.app.flags flags.DEFINE_string('csv_input', '', 'research/object_detection/data/train_labels.csv') flags.DEFINE_string('output_path', '', 'research/object_detection/data/train.record')

When I run the code, I get the following error: DuplicateFlagError: The flag 'csv_input' is defined twice. First from C:\Users\XYZ\AppData\Local\Continuum\anaconda3\lib\site-packages\ipykernel_launcher.py, Second from C:\Users\XYZ\AppData\Local\Continuum\anaconda3\lib\site-packages\ipykernel_launcher.py. Description from first occurrence: Path to the CSV input

lidderdj avatar Jun 22 '18 00:06 lidderdj

I am facing the same problem. Were you able to solve this?

swatig1998 avatar Oct 08 '19 11:10 swatig1998