eval_assets
收藏资源简介:
该数据集是UCBProject/eval_assets的更新包,为Affordance2Grasp项目的评估资产提供增量文件。内容包括:评估配置(一个CSV文件,包含87个符合累计成功次数≥30标准的评估对象)、模型检查点(姿态扩散模型和无旋转可操作性执行的模型文件)和文档说明(更新了评估配置的README,以GE30为标准,弃用GE20/GE40)。更新不包含重型资产和已有输出文件,主要用于同步到本地代码库,以支持机器人抓取或可操作性评估任务中的模型评估环节。
This dataset is an update package for UCBProject/eval_assets, providing incremental files for evaluation assets in the Affordance2Grasp project. It includes: evaluation configuration (a CSV file listing 87 evaluation objects meeting the success criterion of cumulative successes ≥30), model checkpoints (best model files for pose diffusion model and rotation-free affordance execution), and documentation (updated README for evaluation configuration, specifying GE30 as the current standard and deprecating GE20/GE40). The update excludes heavy assets and existing evaluation output files, and is primarily used for syncing to a local codebase to support model evaluation in robotic grasping or affordance assessment tasks.
数据集概述
数据集名称: Evaluation Assets (GE30 + v6cond)
数据集地址: https://huggingface.co/datasets/UCBProject/eval_assets
更新内容
本次上传包含以下文件:
- 评估配置文件:
evaluation/configs/eval_objects_merged_success_ge30.csv- 包含 87 个物体,筛选条件为:
robot_gt累积success_count ≥ 30,且轮次round ≥ 3
- 包含 87 个物体,筛选条件为:
- 配置说明文档:
evaluation/configs/README.md- 说明 GE30 为当前使用版本,GE20/GE40 已被弃用
- PDM 检查点文件:
output/pdm/checkpoints_yaw_v6cond/best_model.pth - PDM 姿态统计文件:
output/pdm/checkpoints_yaw_v6cond/pose_stats.pt - 可供性模型文件:
output/affordance_no_rot_executed/min20/checkpoints_v6/best_v6_model.pth
未包含内容
本次上传未包含以下重型资产和评估输出:
data_hub/meshes/SAM3DMesh/rotated_mesh/(网格文件)data_hub/ProcessedData/obj_meshes/*/scale.json(物体网格缩放数据)output/obj_usd/(USD 文件)sim/assets_scene/(场景资产)sim/object_rotation_overrides.json(物体旋转覆盖配置)output/evaluation/**(日志、视频、结果等评估输出)
这些内容保留在现有数据集版本中。
使用说明
将数据集下载至临时目录并与仓库根目录同步:
bash huggingface-cli download UCBProject/eval_assets --repo-type dataset --local-dir /tmp/a2g_eval_assets
cd /path/to/Affordance2Grasp rsync -a /tmp/a2g_eval_assets/ ./
关键说明
- 评估物体列表已更新为 GE30 版本,使用文件
eval_objects_merged_success_ge30.csv - PDM 默认检查点路径为
output/pdm/checkpoints_yaw_v6cond/,使用的是 yaw-conditioned v6cond 版本




