The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('imagefolder', {}), NamedSplit('test'): ('text', {})}
Error code:   FileFormatMismatchBetweenSplitsError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Multi-GraspLLM: A Multimodal LLM for Multi-Hand Semantic-Guided Grasp Generation

Project Page | arXiv


Overview

We introduce Multi-GraspSet, the first large-scale multi-hand grasp dataset enriched with automatic contact annotations.

Structure of Multi-GraspLLM

The Construction process of Multi-GraspSet

Structure of Multi-GraspLLM

Visualization of Multi-GraspSet with contact annotations


Updates

  • 2024.12: Released the Multi-GraspSet dataset with contact annotations.

Installation

Follow these steps to set up the evaluation environment:

  1. Create the Environment

    conda create --name eval python=3.9
    
  2. Install PyTorch and Dependencies

    pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2
    

    ⚠️ Ensure the CUDA toolkit version matches your installed PyTorch version.

  3. Install Pytorch Kinematics

    cd ./pytorch_kinematics
    pip install -e .
    
  4. Install Remaining Requirements

    pip install -r requirements_eval.txt
    

Visualize the Dataset

  1. Run the Visualization Code

    Open and execute the vis_mid_dataset.ipynb file to visualize the dataset.

Downloads last month
255