OpticalNet
收藏OpticalNet 数据集概述
基本信息
- 数据集名称: OpticalNet: An Optical Imaging Dataset and Benchmark Beyond the Diffraction Limit
- 会议: CVPR 2025
- 作者: Benquan Wang, Ruyi An, Jin-Kyu So, Sergei Kurdiumov, Eng Aik Chan, Giorgio Adamo, Yuhan Peng, Yewen Li, Bo An
- 项目页面: https://Deep-See.github.io/OpticalNet
- 论文链接: https://cvpr.thecvf.com/virtual/2025/poster/34146
数据集内容
- 数据类型: 光学成像数据(超出衍射极限)
- 数据用途: 语义分割等任务的基准测试
- 托管平台: Hugging Face Datasets
下载方式
python from datasets import load_dataset dataset = load_dataset("Deep-See/OpticalNet")
训练环境配置
代码与环境
bash git clone https://github.com/Deep-See/OpticalNet.git cd OpticalNet conda create -n opticalnet python=3.9 -y conda activate opticalnet conda install -y -c pytorch pytorch torchvision torchaudio cudatoolkit=12.1 pip install -r requirements.txt pip install --editable .
训练命令
仿真数据集
bash python3 scripts/simulation_run.py
实验数据集
bash python3 scripts/run.py --data_dir <> --model <MODEL_NAME>
仿真环境配置
bash git clone https://github.com/Deep-See/OpticalNet.git cd OpticalNet conda create -n optical-sim python=3.9 -y conda activate optical-sim pip install -r simulation_requirements.txt pip install --editable .
引用
bibtex @inproceedings{opticalnet, title={{OpticalNet}: An Optical Imaging Dataset and Benchmark Beyond the Diffraction Limit}, author={Wang, Benquan and An, Ruyi, and So, Jin-Kyu and Kurdiumov, Sergei and Chan, Eng Aik and Adamo, Giorgio and Peng, Yuhan and Li, Yewen and An, Bo}, booktitle={CVPR}, year={2025} }




