You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DATA.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,11 @@ We detail data download and release instructions for preprocessing with scripts
20
20
### Generated Embedding Data
21
21
We release the scene level embeddings created with CrossOver on the currenly used datasets in [GDrive](https://drive.google.com/drive/folders/12vn5CCvnI9zagFyYrGzLLlMPTgF7rndW?usp=sharing), which can be used for cross-modal retrieval with custom data as detailed in demo section.
22
22
23
-
-`embed_scannet.pt`: Scene Embeddings For All Modalities (Point Cloud, RGB, Floorplan, Referral) in ScanNet
24
-
-`embed_scan3r.pt` : Scene Embeddings For All Modalities (Point Cloud, RGB, Referral) in 3RScan
23
+
-`embed_scannet.npz`: Scene Embeddings For All Modalities (Point Cloud, RGB, Floorplan, Referral) in ScanNet
24
+
-`embed_scan3r.npz` : Scene Embeddings For All Modalities (Point Cloud, RGB, Referral) in 3RScan
25
+
-`embed_multiscan.npz` : Scene Embeddings For All Modalities (Point Cloud, RGB, Referral) in MultiScan
26
+
-`embed_arkitscenes.npz` : Scene Embeddings For All Modalities (Point Cloud, RGB, Referral) in ARKitScenes
27
+
25
28
26
29
> You agree to the terms of ScanNet, 3RScan, ShapeNet, Scan2CAD, MultiScan, ARKitScenes and SceneVerse datasets by downloading our hosted data.
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,8 @@ assume complete data availability across all modalities. We present **CrossOver*
70
70
# :newspaper: News
71
71
-**Version 1.0** - **CrossOver is now stronger than ever**. We recommend updating to this version; changes include:
72
72
- More powerful pre-trained checkpoints; now available on Huggingface 👉 [here](https://huggingface.co/gradient-spaces/CrossOver/tree/main).
73
-
- Support for 2 additional datasets - ARKitScenes & MultiScan
74
-
73
+
- Support for 2 additional datasets - ARKitScenes & MultiScan
75
74
76
-
-[2025-05] Pretrained checkpoints have been moved to HuggingFace 👉 [here](https://huggingface.co/gradient-spaces/CrossOver/tree/main).
77
75
-[2025-03] CrossOver is accepted to **CVPR 2025** as **Highlight**. 🔥
78
76
-[2025-02]**Version 0.1** - We release CrossOver on arXiv with codebase + pre-trained checkpoints. Checkout our [paper](https://arxiv.org/abs/2502.15011) and [website](https://sayands.github.io/crossover/).
-`--target_modality`: Target modality to match against - Options: `point`, `rgb`, `referral`, `cad`
148
146
-`--dataset`: Dataset name - Options: `scannet`, `scan3r`, `arkitscenes`, `multiscan`
149
-
-`--data_dir`: Path to dataset directory - default: `/drive/datasets/Scannet`
147
+
-`--data_dir`: Path to dataset directory
150
148
-`--process_dir`: Path to preprocessed features directory (for gt-projection-seg.npz)
151
-
-`--ckpt`: Path to model checkpoint
152
-
-`--top_k`: Number of top results to return - default: `5`
149
+
-`--ckpt`: Path to pre-trained instance crossover model checkpoint (details [here](#checkpoints))
150
+
-`--top_k`: Number of top results to return
153
151
154
152
155
153
## Scene Retrieval Demo
@@ -166,7 +164,7 @@ Various configurable parameters:
166
164
-`--database_path`: Path to the precomputed embeddings of the database scenes downloaded before (eg: `./release_data/embed_scannet.pt`).
167
165
-`--query_modality`: Modality of the query scene, Options: `point`, `rgb`, `floorplan`, `referral`
168
166
-`--database_modality`: Modality used for retrieval. Same options as above.
169
-
-`--ckpt`: Path to the pre-trained scene crossover model checkpoint (details [here](#checkpoints)), example_path: `./checkpoints/scene_crossover_scannet+scan3r.pth/`).
167
+
-`--ckpt`: Path to the pre-trained scene crossover model checkpoint (details [here](#checkpoints)), example_path: `./checkpoints/scene_crossover_scannet+scan3r.pth/`.
170
168
171
169
For embedding and pre-trained model download, refer to [generated embedding data](DATA.md#generated-embedding-data) and [checkpoints](#checkpoints) sections.
0 commit comments