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

Frame with labels #64

Merged
merged 1 commit into from
Sep 15, 2021
Merged

Frame with labels #64

merged 1 commit into from
Sep 15, 2021

Conversation

thibo73800
Copy link
Contributor

In this merge request:

  • Frame can now use Labels

@LucBourrat1 This can be usefull to attached a class to a Frame.

Here is an example of how to use one one frame:

frame = aloscene.Frame(np.random.uniform(0, 1, (3, 600, 600)), names=("C", "H", "W"))
label = aloscene.Labels([1], encoding="id")
frame.append_labels(label)

@thibo73800 thibo73800 added the aloscene aloscene label Sep 14, 2021
@thibo73800 thibo73800 self-assigned this Sep 14, 2021
@thibo73800 thibo73800 merged commit 844be2a into master Sep 15, 2021
@thibo73800 thibo73800 deleted the frame-with-labels branch March 10, 2022 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aloscene aloscene
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants