Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working Google Colab Ready-To-Run Notebook Section Addition To Readme File #2331

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ It is **authored by** [**Ginés Hidalgo**](https://www.gineshidalgo.com), [**Zhe
## Contents
1. [Results](#results)
2. [Features](#features)
3. [Related Work](#related-work)
4. [Installation](#installation)
5. [Quick Start Overview](#quick-start-overview)
6. [Send Us Feedback!](#send-us-feedback)
7. [Citation](#citation)
8. [License](#license)
3. [Google Colab Skeleton Project](#Google-Colab-Skeleton-Project)
4. [Related Work](#related-work)
5. [Installation](#installation)
6. [Quick Start Overview](#quick-start-overview)
7. [Send Us Feedback!](#send-us-feedback)
8. [Citation](#citation)
9. [License](#license)



Expand Down Expand Up @@ -67,7 +68,14 @@ We show an inference time comparison between the 3 available pose estimation lib
<img src=".github/media/openpose_vs_competition.png" width="360">
</p>

## Google Colab Skeleton Project
**OpenPose Ready-To-Run Colab Project Skelton**

Verified Working January 15th, 2025

This Google Colab Notebook is a ready-to-run sekelton project that handles the deployment of an OpenPose Ubunutu/Linux build and handles the missing file dependancies that seem to be effecting the project. Originally done as a workaround for the model dependancy issue it seems stable/robust enough to let other people use. Currently, it is setup to support Resultant Video and MatLab Vector Data exporting directly to a Google Drive folder, but may include additional feature addition later.

[Google Colab Skeleton Project](https://github.com/rwlopez98/OpenPose-Colab-Notebook)

## Features
**Main Functionality**:
Expand Down