onground commited on
Commit
c52c899
·
verified ·
1 Parent(s): 46f949d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-to-3d
5
+ tags:
6
+ - 3d-reconstruction
7
+ - camera-pose-estimation
8
+ - sfm
9
+ - colmap
10
+ - vggt
11
+ pretty_name: RobustVGGT Evaluation Dataset
12
+ ---
13
+
14
+ # RobustVGGT Evaluation Dataset
15
+
16
+ Evaluation datasets for RobustVGGT - robust camera pose estimation with distractor rejection.
17
+
18
+ ## Datasets
19
+
20
+ | Dataset | Description |
21
+ |---------|-------------|
22
+ | phototourism/ | Photo Tourism scenes (landmarks) |
23
+ | eth3d/ | ETH3D multi-view stereo benchmark |
24
+ | robustnerf/ | RobustNeRF scenes with clutter/distractors |
25
+ | onthego/ | On-the-Go casual capture dataset |
26
+
27
+ ## Usage
28
+
29
+ ```bash
30
+ huggingface-cli download onground/robustvggt --repo-type dataset --local-dir ./dataset
31
+ ```