Skip to content

Commit 6f7bf27

Browse files
authored
Fix typo (#3582)
1 parent c1e5123 commit 6f7bf27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paddlex/inference/utils/io/readers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def get_fps(self):
284284
return self._cap.get(cv2.CAP_PROP_FPS)
285285

286286
def read_file(self, in_path):
287-
"""read vidio file from path"""
287+
"""read video file from path"""
288288
if self._cap is not None:
289289
self._cap_release()
290290
self._cap = self._cap_open(in_path)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ openai==1.63.2
4141
unstructured
4242
networkx
4343
faiss-cpu
44-
######## For Vidio #######
44+
######## For Video #######
4545
decord==0.6.0; platform_machine=='x86_64' or platform_machine=='AMD64'
4646
######## For NLP Tokenizer #######
4747
jieba

0 commit comments

Comments
 (0)