CoolFace
Apppublic

SteelAwsm/constellationclassification

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
requirements.txt36 linesDownload Raw Back to root
1matplotlib>=3.2.22numpy>=1.18.5,<1.24.03opencv-python>=4.1.14Pillow>=7.1.25PyYAML>=5.3.16requests>=2.23.07scipy>=1.4.18torch>=1.7.0,!=1.12.09torchvision>=0.8.1,!=0.13.010tqdm>=4.41.011protobuf<4.21.312 13# Logging -------------------------------------14tensorboard>=2.4.115# wandb16 17# Plotting ------------------------------------18pandas>=1.1.419seaborn>=0.11.020 21# Export --------------------------------------22# coremltools>=4.1  # CoreML export23# onnx>=1.9.0  # ONNX export24# onnx-simplifier>=0.3.6  # ONNX simplifier25# scikit-learn==0.19.2  # CoreML quantization26# tensorflow>=2.4.1  # TFLite export27# tensorflowjs>=3.9.0  # TF.js export28# openvino-dev  # OpenVINO export29 30# Extras --------------------------------------31ipython  # interactive notebook32psutil  # system utilization33thop  # FLOPs computation34# albumentations>=1.0.335# pycocotools>=2.0  # COCO mAP36# roboflow