Skip to content

Commit d6a771a

Browse files
Lakshmandhschall
authored andcommitted
Fixed spellcheck issues
Signed-off-by: L Lakshmanan <[email protected]>
1 parent 82b7dee commit d6a771a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/configs/wordlist.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ goroutine
221221
gradle
222222
gradlew
223223
Gratz
224+
grayscale
224225
grot
225226
Grot
226227
gRPC
@@ -443,6 +444,7 @@ Prefetch
443444
Prefetched
444445
Prefetching
445446
preprocessor
447+
preprocesses
446448
priyank
447449
Priyank
448450
proc
@@ -483,6 +485,8 @@ recommender
483485
recommendationservice
484486
repo
485487
Repos
488+
rnn
489+
RNN
486490
roadmap
487491
RPC
488492
rpc
@@ -535,6 +539,7 @@ Sotiria
535539
SPECU
536540
specversion
537541
Sprintf
542+
squeezenet
538543
src
539544
SSD
540545
sslip
@@ -647,6 +652,7 @@ zA
647652
Zhu
648653
zipkin
649654
Zipkin
655+
zlib
650656

651657
EsjWHBuJ
652658
HZPSfs

benchmarks/video-analytics-standalone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Video Analytics Standalone Benchmark
22

3-
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.
3+
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.
44

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

0 commit comments

Comments
 (0)