MubarizZaffar / VPR-Bench

This repository contains the codebase and all the relevant information for our IJCV paper on VPR-Bench: An open-source Visual Place Recognition Evaluation Framework
MIT License
127 stars 17 forks source link

how to install tensorflow and caffe under python2.7 env #7

Closed GeekRoseboy closed 2 years ago

GeekRoseboy commented 2 years ago

Hello,thank you for such a great job of open source. However, I have two questions when I install dependences.

  1. the version of dependence : tensorflow and caffe ? gpu version or cpu version
  2. my environment : win10,anaconda3-5.2.0,cuda 10.0,cudnn7.4.1 use conda create env with python2.7 how to install tensorflow and caffe dependence? I look forward to hearing from you
MubarizZaffar commented 2 years ago

Thanks for your interest in our work. Installing dependencies can be nasty and for this reason, I packaged everything into a Conda environment which is available in this repository along with the detailed instructions for using it.

Is the conda environment not working for you?

Cheers Mubariz

GeekRoseboy commented 2 years ago

Thanks for your interest in our work. Installing dependencies can be nasty and for this reason, I packaged everything into a Conda environment which is available in this repository along with the detailed instructions for using it.

Is the conda environment not working for you?

Cheers Mubariz

thank you for your reply, I will try on ubuntu18.04. It could be OK. I appreciate your help.