tensorflow / graphics

TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow
Apache License 2.0
2.75k stars 361 forks source link

Add ScanNet dataset #307

Open osanseviero opened 4 years ago

osanseviero commented 4 years ago

Add ScanNet to datasets. An example of how to do this can be found for ModelNet. There’s also a guide in TensorFlow Datasets documentation for adding a dataset.

mehulbhat commented 4 years ago

Hi, I'd like to work on this issue. Do tell me if there's anything I need to know apart from what you have mentioned.

osanseviero commented 4 years ago

Awesome @mehulbhat! The above pointers should be enough, but feel free to ask any questions you have along the way :)

mehulbhat commented 4 years ago

@osanseviero, For adding the ScanNet dataset, do I need to place the whole ScanNet Repository in the required format in the datasets folder?

osanseviero commented 4 years ago

@mehulbhat, the objective is to add utilities to process the data with TensorFlow datasets as already done for ModelNet. The ScanNet repository has many other tools (an app, server, etc) that we don't care about.

The linked repository has instruction on getting the data, which should be the first step. Once that's done, you can start seeing how to process it.