| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- 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
- importlib_resources>=6.4
- ######## For Chatocrv3 #######
- langchain==0.2.17
- langchain-community==0.2.17
- langchain-text-splitters==0.2.4
- transformers==4.40.0
- 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 #######
- nuscenes-devkit
- pyquaternion
|