DeCLIP-TPAMI / code /requirements.txt
xiaomoguhzz's picture
Upload code/requirements.txt with huggingface_hub
cb9bad3 verified
raw
history blame contribute delete
317 Bytes
# ===== 模型训练 & 可视化 =====
tensorboard
# ===== Transformer 加速 =====
xformers
# ===== 检索相关 =====
faiss-cpu
# 如果使用 GPU,请改成:
# faiss-gpu
# ===== COCO Panoptic Segmentation 支持 =====
git+https://github.com/cocodataset/panopticapi.git
# ===== 可选工具 =====
pycocotools