hmxiong/ScanNet-Detection-Instruction
收藏资源简介:
该数据集包含多个版本(V0到V5_normalized),每个版本在bbox编码、类别提示、归一化处理、box信息表示等方面有所不同。V0版本直接将所有的bbox编码为一句话送入LLM,V1在V0基础上加入了类别提示,V2/V2_normalized将bbox坐标编码为special token,V3_normalized在V2_normalized基础上添加了类别信息及token映射map,V4基于scannet_detection_train收集的数据,未进行归一化处理,V5_normalized在V4_normalized基础上将box信息表示为close to center和far from center。V4被用作主要实验数据,点运数据用于可视化没有发生偏移的数据。
This dataset consists of multiple versions (V0 to V5_normalized), which vary in bbox encoding, category prompts, normalization processing, box information representation, and other aspects. Version V0 directly encodes all bboxes into a single sentence and feeds it into an LLM. Version V1 incorporates category prompts based on V0. Versions V2 and V2_normalized encode bbox coordinates into special tokens. Version V3_normalized adds category information and a token mapping table based on V2_normalized. Version V4 is built upon data collected from scannet_detection_train, with no normalization applied. Version V5_normalized represents box information as "close to center" and "far from center" based on V4_normalized. Version V4 serves as the primary experimental dataset, while point cloud data is utilized to visualize data without offsets.
数据集版本概述
V0
- 描述:将所有的bbox编码为一句话,模型需要根据输入直接回归出所有的数字。
V1
- 描述:在V0的基础上加入了类别提示。
V2/V2_normalized
- 描述:使用对应的类别和bbox数据,但未直接变为token,需要在程序内部将bbox坐标编码为special token作为回归对象。
V3_normalized
- 描述:在V2_normalized数据的基础上,在question中添加了全部的类别信息及对应token的映射map,所有内容相同但进行了乱序处理。
V4
- 描述:基于scannet_detection_train收集的数据,未经过归一化处理,归一化处理将在程序中进行,并加入local guidance。
V5_normalized
- 描述:在V4_normalized数据的基础上,将原始的box信息表示为“close to center”和“far from center”。
当前使用情况
- 主要实验数据:目前主要使用V4作为主要实验数据。
- 可视化数据:点运数据使用scannet_detection_train为可视化没有发生偏移的数据。




