| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- prettytable # only for benchmark
- py-cpuinfo # LaTeX_OCR_rec only support MKLDNN on CPU
- imagesize
- colorlog
- PyYAML==6.0.2
- filelock
- ftfy
- ruamel.yaml
- chardet
- numpy==1.24.4; python_version<"3.12"
- numpy==1.26.4; python_version>="3.12"
- matplotlib==3.5.2
- albumentations==1.4.10
- opencv-python==4.5.5.64
- opencv-python-headless==4.10.0.84
- opencv-contrib-python==4.10.0.84
- chinese_calendar
- scikit-learn
- pycocotools
- tqdm
- pyclipper
- shapely
- pandas
- parsley
- requests
- tokenizers==0.19.1
- GPUtil>=1.4.0
- scikit-image
- lxml
- openpyxl
- premailer
- PyMuPDF
- ujson
- Pillow
- ######## For Chatocrv3 #######
- langchain==0.2.17
- langchain-community==0.2.17
- langchain-text-splitters==0.2.4
- transformers==4.40.0
- openai==1.63.2
- unstructured
- networkx
- faiss-cpu
- ######## For Vidio #######
- decord==0.6.0; platform_machine == 'x86_64'
- ######## For NLP Tokenizer #######
- jieba
- sentencepiece
- jinja2
- regex
- ######## For Speech #######
- soundfile
- ######## For 3D BEVFusion #######
- pyquaternion
|