Visual-Behavior / aloception-oss

Aloception is a set of package for computer vision: aloscene, alodataset, alonet.
Other
92 stars 7 forks source link

Kitti datasets #213

Closed Ardorax closed 2 years ago

Ardorax commented 2 years ago

Kitti Dataset (Stereo, Flow, Scene Flow, Depth, Odometry, Object, Tracking, Road, Semantics)

for f, frames in enumerate(kitti_ds.train_loader(batch_size=2)): frames = Frame.batch_list(frames)


* ***Kitti Semantic*** : The semantic class
```python
dataset = KittiSemanticDataset()
obj = dataset.getitem(0)
obj.get_view().render()

This pull request includes

thibo73800 commented 2 years ago

You can follow this format for your pull request. (should be automatic next time) https://github.com/Visual-Behavior/aloception/blob/master/.github/pull_request_template.md

thibo73800 commented 2 years ago

Is still a draft or a final pull request ?

jsalotti commented 2 years ago

Is still a draft or a final pull request ?

It is still a draft. It will be ready to merge by next week.