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

Eros with time #60

Merged
merged 6 commits into from
Apr 20, 2022
Merged

Eros with time #60

merged 6 commits into from
Apr 20, 2022

Conversation

gaurvigoyal
Copy link
Contributor

The GT files created alongwith eros for H36m now have timestamps, which are needed the evaluation pipeline. The images can now be generated with custom gaps.

@arrenglover arrenglover merged commit 6a37166 into main Apr 20, 2022
@arrenglover arrenglover deleted the eros_with_time branch April 20, 2022 08:16
Copy link
Contributor

@nicolocarissimi nicolocarissimi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a note: for specifying boolean flags as script parameters you can use actual boolean flag arguments, like below

parser.add_argument('-latex', help='flag specifying that table results should saved to latex files', dest='latex', action='store_true')
parser.set_defaults(latex=False)

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

Successfully merging this pull request may close these issues.

3 participants