virajmavani / semi-auto-image-annotation-tool

Anno-Mage: A Semi Automatic Image Annotation Tool which helps you in annotating images by suggesting you annotations for 80 object classes using a pre-trained model
https://www.virajmavani.com/saiat
Apache License 2.0
578 stars 127 forks source link

Support for converting csv annotation files to PASVAL VOC datasets #7

Closed songgongjun closed 4 years ago

songgongjun commented 6 years ago

Hello, I have generated a csv file after using your python code, but I want to convert it into an xml file of the PASVAL VOC dataset. Is there any way you can do this, preferably the python code?

virajmavani commented 6 years ago

Hello! I have added the functionality in the 'dev' branch but I still need to test it using different cases. Kindly help me out by testing it for your use case and post here if you find any bug. Thanks!

china56321 commented 5 years ago

Hello, I have generated a csv file after using your python code, but I want to convert it into an xml file of the PASVAL VOC dataset. Is there any way you can do this, preferably the python code?

@songgongjun have you solved this problem? convert csv to xml ?could you post the code ? thank you !

virajmavani commented 4 years ago

@china56321 It is in the 'dev' branch. Kindly check the branch for the code. It should be working fine.

virajmavani commented 4 years ago

@china56321 The issue has been resolved in PR #15