diff --git a/.github/configs/wordlist.txt b/.github/configs/wordlist.txt index b807d810..256fc4eb 100644 --- a/.github/configs/wordlist.txt +++ b/.github/configs/wordlist.txt @@ -221,6 +221,7 @@ goroutine gradle gradlew Gratz +grayscale grot Grot gRPC @@ -443,6 +444,7 @@ Prefetch Prefetched Prefetching preprocessor +preprocesses priyank Priyank proc @@ -483,6 +485,8 @@ recommender recommendationservice repo Repos +rnn +RNN roadmap RPC rpc @@ -535,6 +539,7 @@ Sotiria SPECU specversion Sprintf +squeezenet src SSD sslip @@ -647,6 +652,7 @@ zA Zhu zipkin Zipkin +zlib EsjWHBuJ HZPSfs diff --git a/benchmarks/video-analytics-standalone/README.md b/benchmarks/video-analytics-standalone/README.md index 877c9a1f..52a8cfc2 100644 --- a/benchmarks/video-analytics-standalone/README.md +++ b/benchmarks/video-analytics-standalone/README.md @@ -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.