CoolFace
Apppublic

Abhilashvj/planogram-compliance

sourceHugging Faceupdated 4y agoView on Hugging Face
6likes
requirements.txt41 linesDownload Raw Back to root
1 2# pip install -r requirements.txt3# Base ----------------------------------------4seaborn5ipython6psutil7matplotlib>=3.2.28numpy>=1.18.59opencv-python==4.7.0.6810Pillow>=7.1.211PyYAML>=5.3.112requests>=2.23.013scipy>=1.4.114torch>=1.7.015torchvision>=0.8.116tqdm>=4.41.017joblib18# Logging -------------------------------------19#tensorboard>=2.4.120#wandb21 22# Plotting ------------------------------------23pandas>=1.1.424#seaborn>=0.11.025 26# Export --------------------------------------27# coremltools>=4.1  # CoreML export28# onnx>=1.9.0  # ONNX export29# onnx-simplifier>=0.3.6  # ONNX simplifier30# scikit-learn==0.19.2  # CoreML quantization31# tensorflow>=2.4.1  # TFLite export32# tensorflowjs>=3.9.0  # TF.js export33# openvino-dev  # OpenVINO export34 35# Extras --------------------------------------36# albumentations>=1.0.337# Cython  # for pycocotools https://github.com/cocodataset/cocoapi/issues/17238# pycocotools>=2.0  # COCO mAP39# roboflow40#thop  # FLOPs computation41