| # DrivaerML-PCTR — script dependencies | |
| # Install with: pip install -r requirements.txt | |
| # ── Preprocessing (preprocess_drivaerml.py) ─────────────────────────────────── | |
| pyvista # VTP file parsing | |
| numpy | |
| torch | |
| requests | |
| # ── Reorganization (reorganize_dataset.py) ──────────────────────────────────── | |
| huggingface_hub>=0.23.0 # CommitOperationCopy requires >= 0.23 |