Download files for all provided data and pretrained models and results are listed below. All the files are in the following folder: Drive Folder
This data uses for fine-tuning the 2D segmentation model CLIPSeg using the Wikiscenes dataset. (more about it here: distillation_adaptation.md)
- WikiScenes (cathedrals+mosques) image data:
- Available from WikiScenes repo (high-res 1200px images)
- Store these in
data/wikiscenes/cathedralsanddata/wikiscenes/mosques
- WikiScenes (+mosques) metadata:
metadata.csv - Distilled semantic pseudo-labels
pseudolabels.csvfor WikiScenes (+mosques) - Metadata files:
seg_crop_metadata.csv,seg_hash_metadata.csv. extract todata/folder. - Correspondence-based data:
hashdata.tar.gz; extract todata/hashdata
- Test scene images and COLMAP reconstructions:
rgb_data.tar.gz.
(This dataset uses for training the HaLo-NeRF, more about it here: 3d_localization.md). - GT semantic masks:
HolyScenes.tar.gz(It uses for evaluating the 2D segmentation model and 3D localization). - RGB reconstructions:
rgb_reconstructions.tar.gz(It uses for retrieval (inrun_retrieval.py, more about it here: 3d_localization.md).
- Fine-tuned CLIP model
clip_ft.tar.gz(It uses for fine-tuning the 2D segmentation model here:finetune_seg.pydistillation_adaptation.md) - Fine-tuned Segmentation model:
clipseg_ft.tar.gz(It uses for the 3D localization. More about it here: 3d_localization.md). - Trained RGB NeRF models:
rgb_models.tar.gz(The trained RGB NeRF models after thetrain_rgb.pypart in here 3d_localization.md). - Trained Semantic NeRF models:
semantic_models.tar.gz(The trained RGB NeRF models after thetrain_rgb.pypart in here 3d_localization.md).
- Retrieval data:
retrieval.tar.gz(The results of the retrieval partrun_retrieval.pyin here: 3d_localization.md). - Scene semantic segmentation data:
semantic_data.tar.gz(The results of the 2D semantic segmentation partrun_segmentation.pyin here: 3d_localization.md). - RGB NeRF results:
nerf_rgb.tar.gz(The results of the RGB prediction of the HaLo-NeRF: using theeval.pycode. See more here: evaluation.md). - Semantic HaLo-NeRF results:
semantic_results.tar.gz(The results of the semantic prediction of the HaLo-NeRF: using theeval.pycode. See more here: evaluation.md).