pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.08k stars 3.63k forks source link

Add `InLUT3D` point cloud dataset #9474

Open jamesWalczak opened 3 months ago

jamesWalczak commented 3 months ago

This pull requests adds a new dataset available in https://zenodo.org/doi/10.5281/zenodo.8131486. It adds also extract_tar_gz function for explicit handling tar.gz archives (reuse of extract_tar function).

jamesWalczak commented 2 months ago

@wsad1 @mananshah99 let me know if code needs any change.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.55%. Comparing base (fbafbc4) to head (d42d015). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #9474 +/- ## ========================================== + Coverage 86.93% 87.55% +0.61% ========================================== Files 464 477 +13 Lines 30755 31159 +404 ========================================== + Hits 26737 27280 +543 + Misses 4018 3879 -139 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.