LuoweiZhou / detectron-vlp

Detectron for image/video region feature extraction, inspired by Xinlei's repo
21 stars 5 forks source link

Detectron-vlp supported for python3 #8

Open ChenYutongTHU opened 3 years ago

ChenYutongTHU commented 3 years ago

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?

LuoweiZhou commented 3 years ago

@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.