-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add convert function. #22
Comments
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! 👍 |
Keep Open. |
Hey @kartikdutt18 I want to start working on this issue, I hope it's still open... |
Hey @heisenbuug, please feel to pursue it, it's still open. |
Can you just get me the link for that roboflow.ai's convert function? |
Sure, You can select the convert option in the link to see it's functionalities. |
@kartikdutt18 we need something like this https://github.com/xhallix/PyCsv2Xml right? But also for all the specified formats. |
I will start working on converting csv to xml.
|
I think we could add this to the utility folder or maybe create a new directory.
We already use boost xml parser, Refer LoadObjectDetectionDataLoader in Dataloader class. |
For now I just need a check on the logic. |
Looks good to me, maybe in the PR we could wrap it in a class and have a member function called CSVToXML or some better name. |
|
Sure, makes sense. |
Hey @kartikdutt18 wanted to start from somewhere , found this . Is it still open ? |
Hey @Rajat-Rao-R, Yes its open. @heisenbuug opened a promising PR #33 for this issue. Maybe you can build upon that / or take inspiration from it. |
@kartikdutt18 I have some doubt |
I think we should be able to accommodate both. We can have static function that simply converts data from one format to other. Other than that, we can model / dataset specific conversion. This can be done by having separate functions or we can pass two strings and store a map that internally calls the correct function. Let me know what you think. |
Yeah this will be better , because it will keep things clean and we can accommodate different models smoothly then . |
@kartikdutt18 Can I also work upon? |
Sure. Feel free to pursue this. |
Thanks! I have also commented here, please acknowledge it. |
You need to ask @heisenbuug for that. If he gets a chance, he will reply to you on the thread. |
Okay |
Tell me one thing, if he acknowledges and I make appropriate changes, then will it be considered as a PR? Actually I am new to open source. |
@deeplearningera this is almost done, you can pick any new type of conversion by going through the issue. |
@kartikdutt18 Can I work on this issue ? Is it still open? |
@heisenbuug @kartikdutt18 Is this issue still open? Actually, I am new and looking for a start over. |
Is this issue still open? I an new and want contribute to open source. @kartikdutt18 |
Recently we added support to parse XML files in object detection type datasets. It would nice to have a conversion script that convert CSV, object-detection-tf type, json to XML and vice-versa. A great example is roboflow.ai's convert feature.
Let me know if any clarification is needed.
Thanks.
The text was updated successfully, but these errors were encountered: