Closed roar-1128 closed 3 years ago
Our environment:
torch 1.7.1 torchvision 0.8.2 detectron2 0.2.1
Build detectron2 from https://github.com/facebookresearch/detectron2/releases.
torch1.7.1中没有0.2.1版本的detectron2
1.download detectron2-0.2.1.zip 2.unzip detectron2-0.2.1.zip 3.cd detectron2 && pip install -e .
只有pytorch1.6版本对应有detectron2==0.2.1. pytorch>1.7版本对应detectron2==0.5
但是要求pytorch>1.7,detectron2==0.2.1.
请问应该如何解决呢 期待作者的回复