Jrhoss commited on
Commit
86de73d
·
verified ·
1 Parent(s): 9094afb

Upload scripts/requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. scripts/requirements.txt +11 -0
scripts/requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # DrivaerML-PCTR — script dependencies
2
+ # Install with: pip install -r requirements.txt
3
+
4
+ # ── Preprocessing (preprocess_drivaerml.py) ───────────────────────────────────
5
+ pyvista # VTP file parsing
6
+ numpy
7
+ torch
8
+ requests
9
+
10
+ # ── Reorganization (reorganize_dataset.py) ────────────────────────────────────
11
+ huggingface_hub>=0.23.0 # CommitOperationCopy requires >= 0.23