Skip to content

Commit

Permalink
Fixed spellcheck issues
Browse files Browse the repository at this point in the history
Signed-off-by: L Lakshmanan <[email protected]>
  • Loading branch information
Lakshman authored and dhschall committed Jul 30, 2024
1 parent 82b7dee commit d6a771a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/configs/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ goroutine
gradle
gradlew
Gratz
grayscale
grot
Grot
gRPC
Expand Down Expand Up @@ -443,6 +444,7 @@ Prefetch
Prefetched
Prefetching
preprocessor
preprocesses
priyank
Priyank
proc
Expand Down Expand Up @@ -483,6 +485,8 @@ recommender
recommendationservice
repo
Repos
rnn
RNN
roadmap
RPC
rpc
Expand Down Expand Up @@ -535,6 +539,7 @@ Sotiria
SPECU
specversion
Sprintf
squeezenet
src
SSD
sslip
Expand Down Expand Up @@ -647,6 +652,7 @@ zA
Zhu
zipkin
Zipkin
zlib

EsjWHBuJ
HZPSfs
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/video-analytics-standalone/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Video Analytics Standalone Benchmark

The video analyics standalone benchmark preprocesses an input video and runs an object detection model (squeezenet) on the video. An input video can be specified, but if nothing is given, a default video is used. This benchmark also utilises and depends on a database to store the videos that can be used, which in turn uses MongoDB.
The video analytics standalone benchmark preprocesses an input video and runs an object detection model (squeezenet) on the video. An input video can be specified, but if nothing is given, a default video is used. This benchmark also utilises and depends on a database to store the videos that can be used, which in turn uses MongoDB.

The `init-database.go` script runs when starting the function and populates the database with the videos from the `videos` folder.

Expand Down

0 comments on commit d6a771a

Please sign in to comment.