Skip to content

Conversation

Data-Iab
Copy link
Collaborator

@Data-Iab Data-Iab commented Sep 22, 2022

  • New WooodScapeDataset : WoodScape dataset iterator.
from alodatset import WooodScapeDataset

woodscape =  WooodScapeDataset(
        labels=[],
        cameras=[],
        fragment=1.,
        )
frame = woodscape[222]
frame.get_view().render()
  • New WooodScapeSplitDataset : WoodScape dataset iterator with train and validation fractions.
from alodatset import WoodScapeSplitDataset, Split

woodscapeTrain =  WoodScapeSplitDataset(split=Split.TRAIN)
frame = woodscapeTrain[222]
frame.get_view().render()

_
This pull request includes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@Data-Iab Data-Iab self-assigned this Sep 22, 2022
@Data-Iab Data-Iab requested a review from thibo73800 September 22, 2022 09:03
Copy link
Contributor

@thibo73800 thibo73800 left a comment

Choose a reason for hiding this comment

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

Did you setup the samples ? As most other dataset, they have the option (sample=True) accessible.

@Data-Iab Data-Iab merged commit c6f97e1 into master Oct 7, 2022
@Data-Iab Data-Iab deleted the woodscape branch October 7, 2022 09:54
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.

2 participants