NVIDIA / semantic-segmentation

Nvidia Semantic Segmentation monorepo
BSD 3-Clause "New" or "Revised" License
1.76k stars 388 forks source link

Train with NuImages Dataset #172

Closed LAZOO61 closed 2 years ago

LAZOO61 commented 2 years ago

Hello, I would like to train with the NuImages data set. How could I integrate this? Do I have to write a data loader?

karansapra commented 2 years ago

Hello, yes, unfortunately, we don't have a NuImage data loader so you will have to write one.

LAZOO61 commented 2 years ago

Thank you. How can I write a data loader? Can I take and change an existing data loader or do you have to write one completely yourself?

LAZOO61 commented 2 years ago

?