FlyingMoon-GitHub / ACNet

An unofficial Implementation of ACNet based on PyTorch.
20 stars 5 forks source link

Annos folder content #4

Closed AdePommereau closed 2 years ago

AdePommereau commented 2 years ago

Hello, Thanks for your repo. I have a question regarding the content of the annos folder. You have detailed it as so:

layout

But it is not the official layout of the dataset:

image

What is in the annos_train.txt and annos_test.txt files?

Thank you very much

FlyingMoon-GitHub commented 2 years ago

这些文件是根据原始数据集的标签文件生成的,目的在于维持读取过程的统一。我已经在该评论中说明了其格式。如您需要,我本人生成的标签文件见附件。 These files are generated based on annotation files in original datasets in order to standardize the reading process. I've shown the format of annotation files in this comment. For your requirement, the annotation files generated by myself are provided in the attach file.

AdePommereau commented 2 years ago

Amazing, Thanks for your help!