shenyunhang / APE

[CVPR 2024] Aligning and Prompting Everything All at Once for Universal Visual Perception
https://arxiv.org/abs/2312.02153
Apache License 2.0
486 stars 29 forks source link

如何复现APE-L_D模型在COCO val上面的结果? #49

Open xiaoyazhu opened 5 months ago

xiaoyazhu commented 5 months ago

您好,请问 1:应该调整哪些配置文件,执行什么命令才能复现论文中COCO验证集上的结果呢? 2:如果想在COCO训练集上训练,该如何操作呢?

shenyunhang commented 5 months ago
  1. 执行这个命令可以复现论文里的结果,包括coco的
    bash scripts/eval_APE-L_D.sh
  2. 只训练coco,可以用这里面这里面的配置文件。
DiSheng555 commented 4 months ago

请教一下,是不是原来的仓库当中没有coco的注册文件,需要自己添加?