Skip to content

Commit

Permalink
Made automated checkout fit the kit template (#170)
Browse files Browse the repository at this point in the history
* Made automated checkout fit the kit template

* Updated supervision

* Small changes

* Updated OpenVINO

* Use torch for CPU only

* Update sanity-check-kits.yml

* Update sanity-check-kits.yml

* Update sanity-check-kits.yml

* Update sanity-check-kits.yml

* Update action.yml

* Update action.yml
  • Loading branch information
adrianboguszewski authored Jan 20, 2025
1 parent 89c27fa commit e4d53ac
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 645 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/sanity-check-kits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,6 @@ jobs:
with:
python: ${{ matrix.python }}
project: ${{ matrix.subproject }}
- name: Use downloaded video as a stream
shell: bash
run: |
cd ${{ matrix.subproject }}
# replace video_path with sample_video.mp4
find . -name "*.ipynb" -exec sed -E -i "s/video_path\s*=\s*(['\"]?.*?['\"]?)/video_path=\\\\\"sample_video.mp4\\\\\"\\\n\",/g" {} +
- uses: ./.github/reusable-steps/timeouted-action
name: Run Notebook
with:
Expand Down
2 changes: 1 addition & 1 deletion ai_ref_kits/automated_self_checkout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Now, let's dive into the steps starting with installing Python. We recommend usi

## Installing Prerequisites

This project requires Python 3.8 or higher and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.
This project requires Python 3.9 or higher and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.

Install libraries and tools:

Expand Down
1 change: 0 additions & 1 deletion ai_ref_kits/automated_self_checkout/data/.gitattributes

This file was deleted.

Loading

0 comments on commit e4d53ac

Please sign in to comment.