CoolFace
Apppublic

pksh/guild

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes
requirements.txt42 linesDownload Raw Back to root
1torch>=1.8.112torchvision>=0.9.13torchaudio>=0.8.14numpy5scipy6Pillow7matplotlib8scikit-image9librosa10timm11einops12 13gradio14transformers15sentencepiece16accelerate17 18wandb19 20# sudo apt-get install libsndfile-dev21# sndfile22 23# To support object detection and segmentation24 25# https://mmdetection.readthedocs.io/en/latest/get_started.html26# (MacOS) 27# git clone https://github.com/open-mmlab/mmcv.git28# cd mmcv29# MMCV_WITH_OPS=1 python3 -m pip install -e .30 31# Ubuntu 32#pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.8.0/index.html33 34# 35# mmdet-2.14.036# git clone https://github.com/open-mmlab/mmdetection.git37# cd mmdetection38# pip3 install -r requirements/build.txt39# pip3 install -v -e . 40 41# To use COCO datatset42#pip3 install git+https://github.com/waleedka/coco.git#subdirectory=PythonAPI