WLI-OM Dataset
收藏资源简介:
我们构建了第一个包含多视角OM图像和WLI扫描的真实世界微结构样本的数据集。该数据集包括从典型微结构研究中收集的五个序列,如花种子、蝴蝶翅膀、电路板和电子元件。这些样本的表面几何特征大小从几十到几百微米不等。每个样本包含37个由Dino-Lite AM7915MZT收集的多视角OM图像和5个由Zygo Newview 8200获得的多视角WLI扫描。
We have developed the first dataset of real-world microstructure specimens containing multi-view optical microscopy (OM) images and white light interferometry (WLI) scans. This dataset includes five curated sequences collected from typical microstructure research, such as flower seeds, butterfly wings, circuit boards, and electronic components. The surface geometric features of these specimens range in size from tens to hundreds of micrometers. Each specimen contains 37 multi-view OM images collected by a Dino-Lite AM7915MZT device, as well as 5 multi-view WLI scans acquired by a Zygo Newview 8200 system.
OpticFusion: 多模态神经隐式3D微结构重建数据集
数据集概述
OpticFusion数据集是一个用于微结构3D重建的多模态数据集,结合了白光干涉仪(WLI)和光学显微镜(OM)的数据。该数据集首次从计算机视觉多模态重建的角度解决了传统WLI无法捕捉样本表面自然颜色的问题,适用于需要3D几何和颜色信息的微尺度研究应用。
数据集内容
- 数据类型:多视角OM图像和WLI扫描数据。
- 样本类型:包括花种子、蝴蝶翅膀、电路板和电子元件等典型微结构。
- 样本特征:表面几何特征尺寸从几十到几百微米不等。
- 数据量:每个样本包含37张多视角OM图像和5个多视角WLI扫描。
数据采集设备
- OM图像采集设备:Dino-Lite AM7915MZT。
- WLI扫描设备:Zygo Newview 8200。
数据集下载
- 下载地址:WLI-OM Dataset
- 存储路径:下载后请将数据集放置在
load/目录下。
安装与使用
-
环境要求:需配置Conda环境,并安装PyTorch>=1.10。
-
安装步骤: bash git clone https://github.com/zju3dv/OpticFusion.git cd OpticFusion pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch pip install -r requirements.txt
-
使用方法:
-
替换
${SCENE_NAME}为WLI-OM数据集中的文件夹名称。 -
运行以下命令进行重建: bash python launch.py --config configs/wli-om.yaml --gpu 0 --train dataset.scene=${SCENE_NAME} tag=recon
-
重建结果将保存在
exp/文件夹中。
-
引用
如果您在研究中使用了本论文、代码或数据集,请引用: bibtex @misc{chen2025opticfusionmultimodalneuralimplicit, title={OpticFusion: Multi-Modal Neural Implicit 3D Reconstruction of Microstructures by Fusing White Light Interferometry and Optical Microscopy}, author={Shuo Chen and Yijin Li and Guofeng Zhang}, year={2025}, eprint={2501.09259}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2501.09259}, }
致谢
感谢instant-nsr-pl提供的神经隐式表面重建的优秀实现。




