Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Outline

Scripts

Selected reusable utilities extracted from the Kaggle training pipeline. These are not the full training notebooks — see KAGGLE_NOTEBOOK.md for complete training code.

Files

Script Purpose
parse_keypoints.py Parse 2DCoordinates.log → JSON with 33 valid keypoints
compute_pck.py Compute PCK, MAE, RMSE from numpy prediction arrays

Usage

# Parse annotations
python scripts/parse_keypoints.py path/to/2DCoordinates.log output/parsed.json

# Evaluate metrics (demo with random data)
python scripts/compute_pck.py

Notes

  • Full training pipeline (model, DataLoader, GPU training loop) runs on Kaggle
  • Adapt file paths when running locally — Kaggle uses /kaggle/input/ and /kaggle/working/
  • Install dependencies: pip install -r requirements.txt
Morty Proxy This is a proxified and sanitized view of the page, visit original site.