Skip to content

Commit

Permalink
test broken link (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Mar 14, 2024
1 parent ded631b commit 9089f53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/run-htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@
#
name: run-htmltest-external
on:
pull_request_target:
branches: [ main ]
types: [ labeled, synchronize ]
# on:
# schedule:
# # 10am UTC on weekdays
# - cron: '0 10 * * 1,2,3,4,5'
schedule:
# 10am UTC on weekdays
- cron: '0 10 * * 1,2,3,4,5'
jobs:
htmltest:
runs-on: ubuntu-large
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/projects/guardian.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Then test the components on the [machine's Control tab](/fleet/machines/#control
## Detect persons and pets

For the guardian to be able to detect living beings, you will use a machine learning model from the Viam registry called [`EfficientDet-COCO`](https://app.viam.com/ml-model/viam-labs/EfficientDet-COCO).
The model can detect a variety of things which you can see in <file>[labels.txt](https://github.com/viam-labs/devrel-demos/raw/main/Light%20up%20bot/labels.txt)</file> file.
The model can detect a variety of things which you can see in <file>[labels.txt](https://githubsss.com/viam-labs/devrel-demos/raw/main/Light%20up%20bot/labels.txt)</file> file.

You can also [train your own custom model](/ml/train-model/) based on images from your robot but the provided Machine Learning model is a good one to start with.

Expand Down

0 comments on commit 9089f53

Please sign in to comment.