Skip to content

Typos in tennis_court_keypoints_training.ipynb #5

@lucarubini

Description

@lucarubini

There are 2 typos in https://github.com/abdullahtarek/tennis_analysis/blob/main/training/tennis_court_keypoints_training.ipynb

  1. kps = np.array(items['kps']).flatten() should be kps = np.array(item['kps']).flatten()
  2. devic = torch.device("cuda" if torch.cuda.is_available() else "cpu") should be device = torch.device("cuda" if torch.cuda.is_available() else "cpu")

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