Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climbing-Thing

Ideas

  • Climb recommender. Suggest similar climbs based on input
    • Similarity based on beta, holds, ???
    • How do we determine if two climbs are similar to each other?
  • Body position / beta / keypoint detection thing
    • Determine a person's beta based on a video
    • Maybe show where and how two betas differ
    • Can probably use a pretrained keypoint detector
  • Climbing hold segmentation. Given an image of a climb show which holds belong to which routes
    • Shouldn't be too bad. Most annoying part is collecting data
  • Recommend beta on a route based on an image
    • Use keypoint data taken from different images to learn how routes should be climbed?

Development

Virtual Environment

To edit the project, a virtual environment is recomended. To setup your virtual environment, while in the project directory, run:

$ python -m venv venv

To activate the virtual environment run:

$ source ./venv/Scripts/activate

Or in windows

> ./venv/Scripts/activate.bat

Installing the Package

To install the package in editable mode run:

$ python -m pip install -e . 

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages