Jan 8 ماه پیش
والد
کامیت
60354c8deb
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      paddlex/inference/utils/io/readers.py
  2. 1 1
      requirements.txt

+ 1 - 1
paddlex/inference/utils/io/readers.py

@@ -284,7 +284,7 @@ class OpenCVVideoReaderBackend(_VideoReaderBackend):
         return self._cap.get(cv2.CAP_PROP_FPS)
 
     def read_file(self, in_path):
-        """read vidio file from path"""
+        """read video file from path"""
         if self._cap is not None:
             self._cap_release()
         self._cap = self._cap_open(in_path)

+ 1 - 1
requirements.txt

@@ -41,7 +41,7 @@ openai==1.63.2
 unstructured
 networkx
 faiss-cpu
-######## For Vidio #######
+######## For Video #######
 decord==0.6.0; platform_machine == 'x86_64'
 ######## For NLP Tokenizer #######
 jieba