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

update from upstream #1

Merged
merged 14 commits into from
Apr 18, 2020
Merged

update from upstream #1

merged 14 commits into from
Apr 18, 2020

Conversation

Selmaan
Copy link
Owner

@Selmaan Selmaan commented Apr 18, 2020

No description provided.

Selmaan and others added 14 commits February 3, 2020 11:11
* BaseGenerator.py: Fix documentation of function get_images().

Fix dimensions of __doc__ attribute from (1, height, width, n_channels) to (n_indexes, height, width, n_channels).

* BaseGenerator.py: Fix documentation of function get_keypoints().

Fix dimensions of __doc__ attribute from (1, n_keypoints, 2) to (n_indexes, n_keypoints, 2).

* BaseGenerator.py: Fix documentation of function get_images().

Fix dimensions of __doc__ attribute from (n_indexes, height, width, n_channels) to (n_samples, height, width, n_channels).

* BaseGenerator.py: Fix documentation of function get_keypoints().

Fix dimensions of __doc__ attribute from (n_indexes, n_keypoints, 2) to (n_samples, n_keypoints, 2).
@Selmaan Selmaan merged commit 52b997b into Selmaan:master Apr 18, 2020
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.

4 participants