-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels