CoolFace
Apppublic

Abhilashvj/planogram-compliance

sourceHugging Faceupdated 4y agoView on Hugging Face
6likes
_requirements.txt37 linesDownload Raw Back to root
1# pip install -r requirements.txt2streamlit3# base ----------------------------------------4# matplotlib>=3.2.25numpy>=1.18.56# opencv-python>=4.1.27# http://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp39-cp39-linux_x86_64.whl8# gunicorn == 19.9.09# torchvision==0.2.210opencv-python-headless>=4.1.211Pillow>=8.0.012PyYAML>=5.3.113scipy>=1.4.114torch>=1.7.015torchvision>=0.8.116tqdm>=4.41.017 18# logging -------------------------------------19# tensorboard>=2.4.120# wandb21 22# plotting ------------------------------------23# seaborn>=0.11.024pandas25 26# export --------------------------------------27# coremltools>=4.128# onnx>=1.9.029# scikit-learn==0.19.2  # for coreml quantization30# tensorflow==2.4.1  # for TFLite export31 32# extras --------------------------------------33# Cython  # for pycocotools https://github.com/cocodataset/cocoapi/issues/17234# pycocotools>=2.0  # COCO mAP35# albumentations>=1.0.336# thop  # FLOPs computation37