-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support for new FLIR annotations format #4
Comments
? |
@FranciscoReveriano apparently FLIR reformatted to one long file with the annotations nested in-between other things that arent needed. |
That sounds silly. I don't know what FLIR is thinking. I have been busy with proprietary datasets and haven't had the time to look into FLIR very much. I am planning sometime this month to run it. But I hear alot of people having problems with it. Great marketing for them. I will try it when I finally get a few hours to run your code. |
@FranciscoReveriano It helps a lot. waiting for your support in converting FLIR json to coco format |
@joehoeller I will be publishing some code to read that long JSON file. Your Dark Chocolate is not designed to read from text files correct? |
It takes individual coco json files and outputs Darknet annotation format. I guess FLIR is one big JSON file now with other nested arrays that are not needed. I’ve been so busy working I have not had time to look into it in-depth. However, if you use PyDash reduce, you can reduce and map FLIR down into multiple COCO annotations. Then re-use the math and functions to make Darknet. |
I am currently setting a pipeline to make that work. Well Convert from that huge JSON into txt files and then COCO normalized txt files. That's why I was asking. |
Add in support to convert FLIR to COCO
The text was updated successfully, but these errors were encountered: