Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line 69 error #4

Closed
rejeena opened this issue Jan 20, 2018 · 1 comment
Closed

line 69 error #4

rejeena opened this issue Jan 20, 2018 · 1 comment

Comments

@rejeena
Copy link

rejeena commented Jan 20, 2018

  • I made the path for the same name with the code and downloaded instance_train2014.json already.

  • and run
    "python anno_coco2voc.py --anno_file /startdt_data/COCO/dataset/annotations/instances_train2014.json \ --type instance \ --output_dir /startdt_data/COCO/dataset/instance_train_annotation"

  • But I got the following error messages.

    File "anno_coco2voc.py", line 69
    print "Formating instance xml file {} done!".format(name)
    ^
    SyntaxError: invalid syntax

How to fix it?
Thank you for uploading "convert dataset to VOC annotation format"
Regards,

@rejeena
Copy link
Author

rejeena commented Jan 20, 2018

this is python version 3 print issue
just fix it print ("Formating instance xml file {} done!".format(name))

@rejeena rejeena closed this as completed Jan 20, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant