Open dgcnz opened 4 months ago
When running EVA on COCO as per the docs, Pillow throws an error because the copy of detectron2 uses the deprecated PIL.Image.LINEAR.
This issue has been handled in the original detectron2 here: https://github.com/facebookresearch/detectron2/issues/5010
This raises two questions:
Thanks :^)
When running EVA on COCO as per the docs, Pillow throws an error because the copy of detectron2 uses the deprecated PIL.Image.LINEAR.
This issue has been handled in the original detectron2 here: https://github.com/facebookresearch/detectron2/issues/5010
This raises two questions:
Thanks :^)