AGPIL
收藏LMAffordance3D 数据集概述
数据集基本信息
- 名称: LMAffordance3D
- 任务: 基于语言指令、视觉观察和交互的3D物体可供性定位
- 论文: 已被CVPR 2025接收
- 项目地址: https://sites.google.com/view/lmaffordance3d
数据集内容
-
数据组成: 包含从全视角、部分视角和旋转视角的物体可供性估计
-
数据下载: Google Drive
-
目录结构:
LAVIS └───data └─── Full_view │ ├── Seen │ │ ├── Description │ │ ├── Img │ │ └── Point │ └── Unseen │ ├── Description │ ├── Img │ └── Point └─── Partial_view │ ├── Seen │ │ ├── Description │ │ ├── Img │ │ └── Point │ └── Unseen │ ├── Description │ ├── Img │ └── Point └─── Rotation_view ├── Seen │ ├── Description │ ├── Img │ └── Point └── Unseen ├── Description ├── Img └── Point
安装与运行
-
安装步骤:
git clone https://github.com/cn-hezhu/LMAffordance3D.git cd LMAffordance3D conda create -n lmaffordance3d python=3.8 -y conda activate lmaffordance3d pip install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pip install requirements.txt -r
-
运行命令: python cd LAVIS python train.py --cfg-path xxx.yaml python visualization.py
致谢




