Skip to content

Conversation

@audais
Copy link

@audais audais commented May 6, 2018

According to our conversation before :

Thank you Audai! Can you send a pull request on Github and I will merge it?
Carl

On Mon, Jan 23, 2017 at 5:59 AM Audai Shmalih audai.shmalih@viisights.com wrote:
Hi Carl,

I'm using your amazing Vatic system, and I found a bug when you have attributes and want to export the annotaions in json format it's failed!
I fixed the bug by doing some changes in vatic/cli.py
change the line 683:
boxdata['attributes'] = box.attributes

to
boxdata['attributes'] = []
for attr in box.attributes:
boxdata['attributes'].append(attr.text)

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

Successfully merging this pull request may close these issues.

1 participant