Now I am using python 3.6, pytorch 1.5.0 and detectron2 v0.2. The problem that I encounter is that the centermask2 model now import a file that the detectron2 v 0.2 does not have:
centermask2/centermask/evaluation/coco_evaluation.py", line 27, in
from detectron2.utils.file_io import PathManager
ModuleNotFoundError: No module named 'detectron2.utils.file_io'
Now I am using python 3.6, pytorch 1.5.0 and detectron2 v0.2. The problem that I encounter is that the centermask2 model now import a file that the detectron2 v 0.2 does not have: centermask2/centermask/evaluation/coco_evaluation.py", line 27, in
from detectron2.utils.file_io import PathManager
ModuleNotFoundError: No module named 'detectron2.utils.file_io'