Skip to content

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