detectron-vlp icon indicating copy to clipboard operation
detectron-vlp copied to clipboard

Detectron-vlp supported for python3

Open ChenYutongTHU opened this issue 4 years ago • 1 comments

Thanks for this project to extract visual feature.

This detectron version only supports python2. However python2 came to its end on January 1st 2020 and new version of pip will no longer support python2 in January 2021. Any advice on how I can continue using this project a month later?

ChenYutongTHU avatar Dec 18 '20 02:12 ChenYutongTHU

@ChenYutongTHU We don’t have any plan to upgrade Detectron to python3 at this point, which is non-trivial. (Especially when the field is migrating towards PyTorch-based Detectron2). Please feel free to submit a PR if you decide to work on it.

I will work on a docker image for this repo if anything breaks after January 2021.

LuoweiZhou avatar Dec 18 '20 17:12 LuoweiZhou