Skip to content

Model output for face deteciton model is different in versions: 1.2.1.dev123 (nok) vs 1.1.2.dev276 (ok) #215

Model output for face deteciton model is different in versions: 1.2.1.dev123 (nok) vs 1.1.2.dev276 (ok)

Model output for face deteciton model is different in versions: 1.2.1.dev123 (nok) vs 1.1.2.dev276 (ok) #215

Workflow file for this run

name: Auto-format
on:
issue_comment:
types: [created]
jobs:
apply-formatting:
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-20.04
steps:
- name: Clone git repo
uses: actions/checkout@v2
- id: format
uses: xmos/[email protected]
with:
file-extensions: |
c h cpp hpp
exclude-dirs: "./third-party ./utils/lib_flexbuffers"
c-style: llvm
token: ${{ secrets.GITHUB_TOKEN }}