From 7c60f459935a3054cdb831df96597849400963f3 Mon Sep 17 00:00:00 2001 From: Vlad Zavidovych Date: Sun, 11 Aug 2019 17:18:45 -0700 Subject: [PATCH] python3 supported https://github.com/facebookresearch/Detectron/issues/671 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 8269c2055..2f41fe255 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,7 +6,7 @@ This document covers how to install Detectron, its dependencies (including Caffe **Requirements:** -- NVIDIA GPU, Linux, Python2 +- NVIDIA GPU, Linux, Python3 - Caffe2, various standard Python packages, and the COCO API; Instructions for installing these dependencies are found below **Notes:**