File size: 317 Bytes
cb9bad3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # ===== 模型训练 & 可视化 ===== tensorboard # ===== Transformer 加速 ===== xformers # ===== 检索相关 ===== faiss-cpu # 如果使用 GPU,请改成: # faiss-gpu # ===== COCO Panoptic Segmentation 支持 ===== git+https://github.com/cocodataset/panopticapi.git # ===== 可选工具 ===== pycocotools |