Skip to content

Pose to signwriting segmentation #57

Pose to signwriting segmentation

Pose to signwriting segmentation #57

Workflow file for this run

name: Lint
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Requirements
run: pip install .[dev,pose_to_signwriting,pose_to_vq_to_signwriting]
- name: Lint Code
run: pylint signwriting_transcription