Skip to content

dataset preprocess #2

@WangXiaokang610

Description

@WangXiaokang610

Hello, I encountered an issue while trying to reproduce the code. The RGBT-CC dataset's gt files have keypoints with a shape of [num_points, 2]. However, in the crowd.py file under the Fine-tuning folder, code : nearest_dis = np.clip(keypoints[:, 2], 4.0, 128.0) throws an error because my keypoints only have two columns (shape [num_points, 2]) and cannot access the third column.
Could you please provide the dataset preprocessing steps or clarify the expected format for the keypoints in the dataset? This would greatly help in resolving the issue and successfully reproducing the code. Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions