-
Notifications
You must be signed in to change notification settings - Fork 1
Installer Detectron
JulienCheny edited this page Oct 17, 2018
·
2 revisions
- Carte graphique NVIDIA
- Drivers NVIDIA, CUDA et peut être CUDNN
- Docker
- Récupérer le Dockerfile de Detectron ("Enregistrer sous" pour windows et "wget" pour linux).
- Construire l'image et lancer le conteneur.
$ docker build -t detectron .
$ docker run --rm -it detectron
- Carte graphique NVIDIA
- Drivers NVIDIA, CUDA et CUDNN
- Python 3.5 (3.7 trop récent)
- Anaconda
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md
- exécuter dans l'invite de commande cmd :
# Pour GPU
$ pip install tensorflow-gpu