Skip to content
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

Seek for access to the annotation files of IsoGD dataset used in this paper #1

Closed
increase24 opened this issue Nov 24, 2021 · 3 comments

Comments

@increase24
Copy link

The annotation files of IsoGD dataset (for instance "rgb_train_lst.txt") used in this paper not found!
The official annotation file of IsoGD dataset has three columns and looks like this:

valid/001/M_00001.avi valid/001/K_00001.avi 109
valid/001/M_00002.avi valid/001/K_00002.avi 241
...

However, in your dataset parser codes like Videodatasets, it seems that the columns are different from official annotation file.

def get_data_list_and_label(data_df, typ):
      T = 0  # if typ == 'M' else 1
      return [(lambda arr: ('/'.join(arr[T].split('/')[1:]), int(arr[1]), int(arr[2])))(i[:-1].split(' '))
              for i in open(data_df).readlines()]

Would you like to share your annotation files or provide a detailed explanation.
Looking forward to your reply! Thanks!

@increase24
Copy link
Author

I assume the second column of the annotation file is frame counts of videos.

@ZitongYu
Copy link
Owner

The preprocessed list is shared in the link below:
https://drive.google.com/drive/folders/14pddCQBvlj43pxJJENi8pqp9YAPEeGBX?usp=sharing

@increase24
Copy link
Author

The preprocessed list is shared in the link below: https://drive.google.com/drive/folders/14pddCQBvlj43pxJJENi8pqp9YAPEeGBX?usp=sharing

Thank you for your sharing!

@ZitongYu ZitongYu closed this as completed May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants