point-cloud-radar / bird-cloud-gnn

This package generates graph representations from point cloud data and fits graph neural networks for classification problem
Apache License 2.0
8 stars 2 forks source link

Implement leave-one-out CV on polar volumes/file #89

Closed lyashevska closed 1 year ago

lyashevska commented 1 year ago

One way of implementing this effectively would be to add 'pvol_id' attribute to RadarDataset. Then we can loop over polar volumes and leave one out each time. What do yout think?

abelsiqueira commented 1 year ago

I will work on moving it from the other repo on top of #96