We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e5123 commit 6f7bf27Copy full SHA for 6f7bf27
paddlex/inference/utils/io/readers.py
@@ -284,7 +284,7 @@ def get_fps(self):
284
return self._cap.get(cv2.CAP_PROP_FPS)
285
286
def read_file(self, in_path):
287
- """read vidio file from path"""
+ """read video file from path"""
288
if self._cap is not None:
289
self._cap_release()
290
self._cap = self._cap_open(in_path)
requirements.txt
@@ -41,7 +41,7 @@ openai==1.63.2
41
unstructured
42
networkx
43
faiss-cpu
44
-######## For Vidio #######
+######## For Video #######
45
decord==0.6.0; platform_machine=='x86_64' or platform_machine=='AMD64'
46
######## For NLP Tokenizer #######
47
jieba
0 commit comments