In this result file, there are entries like: { "images": [ { "id": 1, "file_name": "image0001.png", "extra_dict": {} }, { "id": 2, "file_name": "image0002.png", "extra_dict": {} }, [...] }
But if our solution reads data from a rosbag, there will be no "image0001.png" to speak of. Do we need to use "file_name" in that case? -- Our image id is just the frame # from rosbag.
Great question, Cezary. Does the recent challenge update shared by the Sponsors answer your question? Let me know if it doesn't and I can dig deeper. I'll post the update below:
Hello there TII Challenge Innovators! Please read on for an important update about how you submit to this challenge.
The Challenge Sponsors have heard some confusion among the community about the submission process and about what would be required in a JSON output for this challenge. Thus, they have provided an update to the challenge guidelines and two sample JSON output files to help assist you with understanding what the format of your output results should look like.
Given that this new is being shared so close to the challenge deadline, the Sponsors have also decided to extend the submission deadline by about 1 month until May 1st, 2023. All subsequent challenge dates will also be moved out on the timeline.
With this extension to your submission timeframe, we encourage you to take a close look at these new resources, to ask plenty of questions in the challenge forum, and to tweak your final submissions to match these new guidelines as much as possible (Even if you have already submitted, you can still edit your submission at any point up until this new deadline).
We hope this extension gives you more time to perfect your innovative concepts! Please see the challenge resources section for the files mentioned above. https://www.herox.com/TIIInfraredTracking/resources
{
"images": [
{
"id": 1,
"file_name": "image0001.png",
"extra_dict": {}
},
{
"id": 2,
"file_name": "image0002.png",
"extra_dict": {}
},
[...]
}
But if our solution reads data from a rosbag, there will be no "image0001.png" to speak of. Do we need to use "file_name" in that case? -- Our image id is just the frame # from rosbag.
Hello there TII Challenge Innovators! Please read on for an important update about how you submit to this challenge.
The Challenge Sponsors have heard some confusion among the community about the submission process and about what would be required in a JSON output for this challenge. Thus, they have provided an update to the challenge guidelines and two sample JSON output files to help assist you with understanding what the format of your output results should look like.
Given that this new is being shared so close to the challenge deadline, the Sponsors have also decided to extend the submission deadline by about 1 month until May 1st, 2023. All subsequent challenge dates will also be moved out on the timeline.
With this extension to your submission timeframe, we encourage you to take a close look at these new resources, to ask plenty of questions in the challenge forum, and to tweak your final submissions to match these new guidelines as much as possible (Even if you have already submitted, you can still edit your submission at any point up until this new deadline).
We hope this extension gives you more time to perfect your innovative concepts! Please see the challenge resources section for the files mentioned above.
https://www.herox.com/TIIInfraredTracking/resources